@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Archivo:wght@400;500;600;700;800&display=swap");

/**
 * Brand foundations migrated from the original WEIFUFASHION B2B theme.
 * Elementor Global Colors and Global Fonts should mirror these values.
 */
:root {
    --wf-ink: #0b111e;
    --wf-ink-soft: #151e32;
    --wf-accent: #a1f623;
    --wf-accent-hover: #99ea21;
    --wf-accent-dark: #67a800;
    --wf-blue: #155eef;
    --wf-paper: #ffffff;
    --wf-mist: #f3f4f6;
    --wf-line: #e5e7eb;
    --wf-muted: #687386;
    --wf-content-width: 1240px;
    --wf-radius-sm: 4px;
    --wf-radius-pill: 999px;
    --wf-font-sans: "Archivo", Arial, "Microsoft YaHei", sans-serif;
    --wf-font-display: "Archivo Black", "Archivo", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: clip;
    color: var(--wf-ink);
    background: var(--wf-paper);
    font-family: var(--wf-font-sans);
}

/* Optional utility classes that can be assigned from Elementor Advanced > CSS Classes. */
.wf-kicker {
    color: var(--wf-accent-dark);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.wf-button-accent .elementor-button {
    min-height: 48px;
    padding: 12px 28px !important;
    color: #071000 !important;
    background: var(--wf-accent) !important;
    border-radius: var(--wf-radius-pill) !important;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.wf-button-accent .elementor-button:hover,
.wf-button-accent .elementor-button:focus-visible {
    color: #071000 !important;
    background: var(--wf-accent-hover) !important;
}

.wf-button-light .elementor-button {
    min-height: 48px;
    padding: 12px 28px !important;
    color: var(--wf-paper) !important;
    background: transparent !important;
    border: 2px solid var(--wf-paper) !important;
    border-radius: var(--wf-radius-pill) !important;
    font-weight: 600;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.wf-button-light .elementor-button:hover,
.wf-button-light .elementor-button:focus-visible {
    color: var(--wf-ink) !important;
    background: var(--wf-paper) !important;
    border-color: var(--wf-paper) !important;
}

.wf-button-dark .elementor-button {
    min-height: 48px;
    padding: 12px 28px !important;
    color: var(--wf-paper) !important;
    background: #0b111e !important;
    border-radius: var(--wf-radius-pill) !important;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.wf-button-dark .elementor-button:hover,
.wf-button-dark .elementor-button:focus-visible {
    color: var(--wf-paper) !important;
    background: #0c1321 !important;
}

/* Elementor homepage preview — every text, image and button remains a widget. */
.wf-el-home {
    --width: 100%;
    --max-width: none;
    width: 100vw !important;
    max-width: none !important;
    margin-inline: calc(50% - 50vw) !important;
    padding: 0 !important;
    gap: 0 !important;
    color: var(--wf-ink);
    background: var(--wf-paper);
}

.wf-el-home .elementor-heading-title {
    margin: 0;
    line-height: 1.1;
}

.wf-el-home .elementor-button {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.wf-el-header {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    flex-direction: row !important;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    --padding-top: 16px;
    --padding-bottom: 16px;
    --padding-left: 24px;
    --padding-right: 24px;
    padding: 16px 24px !important;
    color: var(--wf-paper);
    background: var(--wf-ink-soft);
}

.wf-el-logo,
.wf-el-nav,
.wf-el-actions,
.wf-el-brands,
.wf-el-socials {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.wf-el-logo,
.wf-el-nav,
.wf-el-actions,
.wf-el-socials {
    --width: auto;
    --flex-grow: 0;
    width: auto !important;
    flex: 0 0 auto !important;
}

.wf-el-header > .elementor-element,
.wf-el-actions > .elementor-element,
.wf-el-brands > .elementor-element,
.wf-el-socials > .elementor-element {
    --width: auto;
    --flex-grow: 0;
    width: auto !important;
    flex: 0 0 auto !important;
}

.wf-el-logo { gap: 8px; }
.wf-el-nav { gap: 40px; }
.wf-el-actions { flex-wrap: wrap; gap: 14px; }
.wf-el-brands { flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.wf-el-socials { flex-wrap: wrap; gap: 14px; }

.wf-logo-mark .elementor-heading-title {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--wf-ink) !important;
    background: var(--wf-accent) !important;
    font-family: var(--wf-font-display);
    font-size: 0.875rem;
    font-weight: 400;
}

.wf-logo-word .elementor-heading-title {
    color: var(--wf-paper) !important;
    font-family: var(--wf-font-display);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.wf-nav-link .elementor-button,
.wf-social-link .elementor-button {
    min-height: 0;
    padding: 4px 0;
    color: #aeb5c0 !important;
    background: transparent !important;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.wf-nav-link .elementor-button:hover,
.wf-social-link .elementor-button:hover {
    color: var(--wf-paper) !important;
    background: transparent !important;
}

.wf-nav-active .elementor-button,
.wf-nav-active .elementor-button:hover,
.wf-nav-active .elementor-button:focus-visible {
    color: var(--wf-accent) !important;
    background: transparent !important;
}

.wf-social-link .elementor-button:hover,
.wf-social-link .elementor-button:focus-visible {
    color: var(--wf-accent) !important;
}

.wf-phone .elementor-button {
    color: var(--wf-paper) !important;
    background: #293140 !important;
    font-weight: 800;
}

.wf-phone .elementor-button:hover,
.wf-phone .elementor-button:focus-visible {
    color: var(--wf-paper) !important;
    background: #313b4c !important;
}

.wf-el-hero {
    --display: grid;
    display: grid !important;
    min-height: 100dvh;
    grid-template-columns: 1fr 1fr;
    background: var(--wf-ink);
}

.wf-el-hero-copy {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    justify-content: center;
    padding: 96px 24px !important;
    color: var(--wf-paper);
}

.wf-el-hero-copy-inner {
    --display: flex;
    --flex-direction: column;
    --width: 100%;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    gap: 24px;
    margin: 0;
    padding: 0 !important;
}

.wf-el-hero-copy-inner > .elementor-element {
    width: 100%;
}

.wf-el-hero-copy-inner .wf-kicker { margin: 0; }

.wf-el-hero-title .elementor-heading-title {
    max-width: 576px;
    margin: 0;
    color: var(--wf-paper) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1;
}

.wf-el-lead { max-width: 512px; color: rgba(255, 255, 255, 0.8) !important; font-size: 1.125rem; line-height: 1.75rem; }
.wf-el-lead p { margin: 0; }
.wf-el-hero-copy-inner .wf-el-actions { margin-top: 8px; }
.wf-el-image-fill, .wf-el-image-fill .elementor-widget-container, .wf-el-image-fill img { height: 100%; }
.wf-el-image-fill img { object-fit: cover; }

.wf-el-section {
    padding: clamp(70px, 7vw, 106px) max(24px, calc((100vw - var(--wf-content-width)) / 2));
}

.wf-el-section-light { background: var(--wf-mist); }
.wf-el-section-dark { color: var(--wf-paper); background: var(--wf-ink); }
.wf-el-section-title .elementor-heading-title { max-width: 900px; font-size: clamp(2.1rem, 3.8vw, 3.6rem); }
.wf-el-section-dark .elementor-heading-title { color: var(--wf-paper); }

.wf-el-proof-section {
    padding-block: 80px !important;
    padding-inline: max(64px, calc((100vw - 1440px) / 2 + 64px)) !important;
}

.wf-el-proof-title {
    width: 100%;
    text-align: center;
}

.wf-el-proof-title .elementor-heading-title {
    max-width: 672px;
    margin-inline: auto;
    color: var(--wf-ink) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.wf-el-card-grid,
.wf-el-product-grid,
.wf-el-split,
.wf-el-footer-grid {
    --display: grid;
    display: grid !important;
    gap: 28px;
}

.wf-el-card-grid > .elementor-element,
.wf-el-product-grid > .elementor-element,
.wf-el-split > .elementor-element,
.wf-el-footer-grid > .elementor-element {
    --width: 100%;
    width: 100% !important;
    min-width: 0;
}

.wf-el-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 48px; gap: 32px; }
.wf-el-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 44px; }
.wf-el-split { grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 7vw, 92px); }
.wf-el-footer-grid { grid-template-columns: 1.4fr 0.8fr 1fr; }

.wf-el-card,
.wf-el-product-card {
    overflow: hidden;
    background: var(--wf-paper);
}

.wf-el-card {
    --display: flex;
    --flex-direction: column;
    --gap: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.wf-el-card-copy,
.wf-el-product-copy {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    padding: 24px;
}

.wf-el-card-copy { min-height: 174px; padding: 24px !important; }
.wf-el-card .elementor-widget-image { width: 100%; margin: 0; }
.wf-el-card .elementor-widget-image img { width: 100%; height: 224px; object-fit: cover; }
.wf-el-product-card .elementor-widget-image img { aspect-ratio: 4 / 5.2; object-fit: cover; }
.wf-el-card-title .elementor-heading-title {
    color: var(--wf-ink) !important;
    font-family: var(--wf-font-display);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
}
.wf-el-card-copy .elementor-widget-text-editor { color: var(--wf-muted); font-size: 1rem; line-height: 1.5rem; }
.wf-el-card-copy .elementor-widget-text-editor p { margin: 0; }
.wf-proof-link { margin-top: auto; }
.wf-proof-link .elementor-button {
    min-height: 24px;
    padding: 0 !important;
    color: var(--wf-ink) !important;
    background: transparent !important;
    font-size: 1.35rem;
    font-weight: 400;
}
.wf-proof-link .elementor-button:hover { color: var(--wf-accent-dark) !important; background: transparent !important; }
.wf-el-product-title .elementor-heading-title { font-size: 1.18rem; }

.wf-el-product-showcase {
    padding: 80px 24px !important;
    color: var(--wf-ink);
    background: var(--wf-mist);
}

.wf-el-product-showcase-title {
    width: 100%;
    text-align: center;
}

.wf-el-product-showcase-title .elementor-heading-title {
    max-width: 768px;
    margin-inline: auto;
    color: var(--wf-ink) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.wf-el-product-showcase .wf-el-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
}

.wf-el-product-showcase .wf-el-product-card {
    --display: flex;
    --flex-direction: column;
    --gap: 0;
    display: flex !important;
    overflow: hidden;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 4px;
    background: var(--wf-paper);
}

.wf-el-product-image,
.wf-el-product-image .elementor-widget-container {
    width: 100%;
    margin: 0;
}

.wf-el-product-showcase .wf-el-product-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.wf-el-product-label {
    width: 100%;
    padding: 12px !important;
    text-align: left;
}

.wf-el-product-label .elementor-heading-title {
    margin: 0;
    color: var(--wf-ink) !important;
    font-family: var(--wf-font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.wf-el-product-actions {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    width: 100%;
    flex-direction: row !important;
    justify-content: center;
    margin-top: 40px;
}

.wf-product-range-button .elementor-button {
    min-height: 48px;
    padding: 12px 32px !important;
    color: var(--wf-paper) !important;
    background: #0b111e !important;
    border-radius: var(--wf-radius-pill) !important;
    font-weight: 600;
}

.wf-product-range-button .elementor-button:hover,
.wf-product-range-button .elementor-button:focus-visible {
    color: var(--wf-paper) !important;
    background: #0c1321 !important;
}

.wf-el-testimonials {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 88px max(32px, calc((100vw - 1520px) / 2)) !important;
    color: var(--wf-paper);
    background: #1c1d1e;
}

.wf-el-testimonials-title {
    width: 100%;
    text-align: center;
}

.wf-el-testimonials-title .elementor-heading-title {
    max-width: 960px;
    margin-inline: auto;
    color: var(--wf-paper) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.wf-el-testimonials-grid {
    --display: grid;
    display: grid !important;
    width: 100%;
    max-width: 980px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 48px auto 0;
}

.wf-el-testimonials-grid > .elementor-element {
    --width: 100%;
    width: 100% !important;
    min-width: 0;
}

.wf-el-testimonial-image,
.wf-el-testimonial-image .elementor-widget-container {
    width: 100%;
    margin: 0;
}

.wf-el-testimonial-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.wf-el-testimonials-subtitle {
    max-width: 1040px;
    margin: 32px auto 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
}

.wf-el-testimonials-subtitle p { margin: 0; }

.wf-el-testimonials-actions {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    width: 100%;
    flex-direction: row !important;
    justify-content: center;
    margin-top: 28px;
}

.wf-el-testimonials-actions > .elementor-element {
    --width: auto;
    --flex-grow: 0;
    width: auto !important;
    flex: 0 0 auto !important;
}

.wf-testimonials-button .elementor-button {
    min-width: 154px;
}

.wf-el-brand-partners {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 80px max(32px, calc((100vw - 1440px) / 2)) !important;
    color: var(--wf-ink);
    background: var(--wf-mist);
}

.wf-el-brand-title {
    width: 100%;
    text-align: center;
}

.wf-el-brand-title .elementor-heading-title {
    max-width: 1080px;
    margin-inline: auto;
    color: var(--wf-ink) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.wf-el-brand-intro {
    max-width: 1120px;
    margin: 20px auto 0;
    color: var(--wf-muted) !important;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    text-align: center;
}

.wf-el-brand-intro p { margin: 0; }

.wf-el-brand-partners .wf-el-brands {
    --display: grid;
    display: grid !important;
    width: 100%;
    max-width: 1200px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 48px auto 0;
    padding: 0;
}

.wf-el-brand-card {
    --display: flex;
    --flex-direction: row;
    display: flex !important;
    height: 96px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px !important;
    border: 1px solid var(--wf-line);
    border-radius: 4px;
    background: var(--wf-paper);
}

.wf-el-brand-card > .elementor-element {
    --width: 100%;
    width: 100% !important;
}

.wf-el-brand-image,
.wf-el-brand-image .elementor-widget-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.wf-el-brand-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: contain;
}

.wf-el-brands { padding-top: 38px; color: var(--wf-muted); font-weight: 900; }
.wf-el-brand .elementor-heading-title { color: var(--wf-muted); font-size: 0.95rem; }

.wf-el-cta {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 0;
    padding: 80px 24px !important;
    color: var(--wf-paper);
    background: #0b111e;
}

.wf-el-cta-inner {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    width: 100% !important;
    max-width: 672px !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 24px;
    margin-inline: auto;
    padding: 0 !important;
}

.wf-el-cta .wf-kicker,
.wf-el-cta .wf-kicker .elementor-heading-title {
    margin: 0;
    color: var(--wf-accent) !important;
}

.wf-el-cta-title .elementor-heading-title {
    margin: 0;
    color: var(--wf-paper) !important;
    font-family: var(--wf-font-display);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
}

.wf-el-cta-text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.wf-el-cta-text p { margin: 0; }

.wf-el-cta-button { margin-top: 8px; }
.wf-el-cta-button .elementor-button { padding-inline: 32px !important; }

@media (min-width: 768px) {
    .wf-el-cta { padding-inline: 48px !important; }
}

@media (min-width: 1024px) {
    .wf-el-cta { padding-inline: 64px !important; }
}

.wf-el-footer {
    --display: flex;
    --flex-direction: column;
    display: flex !important;
    flex-direction: column !important;
    gap: 48px;
    padding: 56px max(24px, calc((100vw - 1440px) / 2)) 24px;
    color: rgba(255, 255, 255, 0.65);
    background: #0b111e;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wf-el-footer a { color: inherit; }
.wf-el-footer .elementor-heading-title { color: var(--wf-paper) !important; }
.wf-el-footer .elementor-widget-text-editor { color: rgba(255, 255, 255, 0.65) !important; }
.wf-el-footer-links { --display: flex; --flex-direction: column; display: flex !important; flex-direction: column !important; gap: 10px; }
.wf-el-footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.55) !important; text-align: center; }

.wf-footer-follow-title { margin-top: 16px; }
.wf-footer-follow-title .elementor-heading-title { font-size: 1rem; }
.wf-footer-social-icons { margin-top: 4px; }
.wf-footer-social-icons .elementor-social-icons-wrapper { display: flex; gap: 10px; }
.wf-footer-social-icons .elementor-social-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--wf-paper) !important;
    background: #293140 !important;
    border-radius: 50%;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.wf-footer-social-icons .elementor-social-icon:hover,
.wf-footer-social-icons .elementor-social-icon:focus-visible {
    color: var(--wf-ink) !important;
    background: var(--wf-accent) !important;
}
.wf-footer-social-icons .elementor-screen-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0, 0, 0, 0); }

.wf-el-page-hero { color: var(--wf-paper); background: var(--wf-ink); }
.wf-el-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 38px max(24px, calc((100vw - var(--wf-content-width)) / 2));
    color: var(--wf-paper);
    background: var(--wf-blue);
}
.wf-el-metric { text-align: center; }
.wf-el-metric .elementor-heading-title { color: var(--wf-paper); font-size: 2rem; }
.wf-el-cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 36px; }

.wf-el-products-hero { display: grid; height: 560px; min-height: 560px; color: var(--wf-paper); background: var(--wf-ink); }
.wf-el-products-hero > .elementor-element { grid-area: 1 / 1; }
.wf-el-products-hero .wf-el-image-fill { opacity: 0.35; }
.wf-el-products-hero-copy { z-index: 1; display: flex; height: 560px; min-height: 0; flex-direction: column; justify-content: center; gap: 18px; padding: 56px max(24px, calc((100vw - var(--wf-content-width)) / 2)); }

/* Elementor products page */
.wf-el-products-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.wf-el-products-hero .wf-el-image-fill,
.wf-el-products-hero .wf-el-image-fill .elementor-widget-container,
.wf-el-products-hero .wf-el-image-fill img {
    width: 100%;
    height: 560px;
    min-height: 0;
}
.wf-el-products-hero .wf-el-image-fill img { object-fit: cover; }
.wf-el-products-hero-copy { max-width: none !important; color: var(--wf-paper); }
.wf-el-products-hero-copy .wf-el-hero-title { max-width: 900px; }
.wf-el-products-hero-copy .wf-el-lead { max-width: 720px; color: #e1e6ed; font-size: 1.08rem; line-height: 1.75; }
.wf-products-badge { --width: auto; width: fit-content !important; }
.wf-products-badge .elementor-heading-title {
    display: inline-block;
    padding: 6px 12px;
    color: var(--wf-ink) !important;
    background: var(--wf-accent);
    font-family: var(--wf-font-sans);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.wf-products-overview,
.wf-products-catalog,
.wf-products-faq,
.wf-products-inquiry {
    --padding-left: max(24px, calc((100vw - var(--wf-content-width)) / 2));
    --padding-right: max(24px, calc((100vw - var(--wf-content-width)) / 2));
    padding-inline: max(24px, calc((100vw - var(--wf-content-width)) / 2)) !important;
}

.wf-products-overview {
    padding-top: 48px !important;
    padding-bottom: 38px !important;
    color: var(--wf-paper);
    background: var(--wf-ink);
}
.wf-products-overview > .elementor-element {
    --width: 100%;
    width: 100% !important;
    max-width: 1000px;
    margin-inline: auto;
}
.wf-products-overview .wf-kicker,
.wf-products-catalog .wf-kicker,
.wf-products-inquiry .wf-kicker { color: var(--wf-accent); }
.wf-products-overview-title { max-width: 1000px; }
.wf-products-overview-title .elementor-heading-title,
.wf-products-catalog .wf-el-section-title .elementor-heading-title,
.wf-products-inquiry .wf-el-section-title .elementor-heading-title { color: var(--wf-paper) !important; }
.wf-products-overview-title .elementor-heading-title { font-size: clamp(1.65rem, 2vw, 1.9rem); line-height: 1.25; }
.wf-products-benefits {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    margin-top: 22px;
}
.wf-products-benefits > .elementor-element,
.wf-products-faq-grid > .elementor-element,
.wf-products-inquiry > .elementor-element { --width: 100%; width: 100% !important; min-width: 0; }
.wf-products-benefit-line .elementor-widget-container { color: #dbe3ef; font-size: 0.98rem; line-height: 1.55; }
.wf-products-benefit-line p { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.wf-products-benefit-check {
    display: inline-flex;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    border: 2px solid var(--wf-accent);
    border-radius: 50%;
    color: var(--wf-accent);
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1;
}
.wf-products-benefit-line strong { color: var(--wf-paper); }
.wf-products-overview-closing { margin-top: 24px; text-align: center; }
.wf-products-overview-closing .elementor-heading-title { color: var(--wf-accent) !important; font-size: 1.08rem; line-height: 1.45; }

.wf-products-catalog {
    padding-top: 26px !important;
    padding-bottom: 30px !important;
    padding-inline: 24px !important;
    color: var(--wf-paper);
    background: var(--wf-ink);
}
.wf-products-catalog-summary { text-align: center; }
.wf-products-catalog-summary .elementor-heading-title { color: var(--wf-accent) !important; font-size: 1.08rem; line-height: 1.45; }
.wf-products-catalog .wf-el-section-title { max-width: 760px; margin-top: 10px; }
.wf-products-catalog .wf-el-section-title .elementor-heading-title { font-size: clamp(2rem, 3vw, 2.8rem); }
.wf-products-catalog-intro { max-width: 700px; margin-top: 16px; color: #b9c1cd; font-size: 1.02rem; line-height: 1.7; }
.wf-products-grid {
    --width: 1290px;
    display: flex !important;
    width: 1290px !important;
    min-width: 1290px;
    max-width: 1290px;
    height: auto !important;
    flex-flow: row nowrap !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    padding: 0 !important;
    margin: 40px auto 0;
    transform: none !important;
}
.wf-products-card {
    --width: 200px;
    display: flex !important;
    overflow: visible;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
    flex: 0 0 200px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0;
    border: 0;
    border-radius: 3px;
    color: var(--wf-ink);
    background: transparent;
    transform: none !important;
}
.wf-products-card-panel {
    --width: 200px;
    display: flex !important;
    overflow: hidden;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    min-height: 397px;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 !important;
    background: var(--wf-paper);
}
.wf-products-card-media {
    --width: 200px;
    display: flex !important;
    overflow: hidden;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 267px !important;
    min-height: 267px !important;
    flex: 0 0 267px !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.wf-products-card-image,
.wf-products-card-image .elementor-widget-container {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 267px !important;
    margin: 0;
    flex: 0 0 200px !important;
}
.wf-products-card-image img {
    display: block;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 267px !important;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
}
.wf-products-card-copy {
    --width: 200px;
    display: flex !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
    min-height: 130px;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 7px;
    padding: 5px 10px !important;
    background: var(--wf-paper);
}
.wf-products-card-title .elementor-heading-title { color: var(--wf-ink) !important; font-size: 1rem; line-height: 1.25; }
.wf-products-card-text { color: var(--wf-muted); font-size: 0.75rem; line-height: 1.4; }
.wf-products-card-text p { margin: 0 0 5px; }
.wf-products-card-text strong { color: #283142; }
.wf-products-card-link {
    position: static !important;
    display: flex;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
    height: 54px;
    min-height: 54px;
    flex: 0 0 54px !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-align: center;
}
.wf-products-card-link .elementor-widget-container,
.wf-products-card-link .elementor-button-wrapper { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.wf-products-card-link .elementor-button {
    min-height: 0;
    padding: 6px 0 !important;
    color: var(--wf-paper) !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 0.8rem;
    font-weight: 700;
}
.wf-products-card-link .elementor-button::after { margin-left: 8px; content: "\2197"; }
.wf-products-card-link .elementor-button:hover { color: var(--wf-accent) !important; }

.wf-products-solutions {
    background: var(--wf-paper);
}
.wf-products-solutions-heading .wf-el-section-title { margin-top: 0; }
.wf-products-solutions-heading .wf-el-section-title .elementor-heading-title {
    color: #0b111e !important;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.12;
}
.wf-products-solutions-heading .elementor-widget-text-editor {
    max-width: 920px;
    margin-top: 16px;
    color: #687386;
    font-size: 1rem;
    line-height: 1.6;
}
.wf-products-process-image {
    overflow: hidden;
    aspect-ratio: 19 / 14;
    background: var(--wf-mist);
}
.wf-products-process-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 19 / 14;
    object-fit: cover;
    object-position: center center;
}
.wf-products-solution-item {
    border-top: 0;
    border-bottom: 1px solid #e5e7eb;
}
.wf-products-solution-item:last-child { border-bottom: 1px solid var(--wf-line); }
.wf-products-solution-number .elementor-heading-title {
    color: #0b111e !important;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.6;
}
.wf-products-solution-title .elementor-heading-title {
    color: #0b111e !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}
.wf-products-solution-copy .elementor-widget-text-editor { color: #687386; font-size: 0.9rem; line-height: 1.6; }
.wf-products-solution-copy p { margin: 0; }

.wf-products-faq {
    padding-top: 88px !important;
    padding-bottom: 92px !important;
    background: var(--wf-mist);
}
.wf-products-faq > .wf-el-section-title { margin-top: 10px; }
.wf-products-faq-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
}
.wf-products-faq-item {
    display: flex !important;
    min-height: 190px;
    flex-direction: column !important;
    gap: 14px;
    padding: 28px !important;
    border: 1px solid var(--wf-line);
    background: var(--wf-paper);
}
.wf-products-faq-title .elementor-heading-title { color: var(--wf-ink) !important; font-size: 1.08rem; line-height: 1.35; }
.wf-products-faq-item .elementor-widget-text-editor { color: var(--wf-muted); font-size: 0.94rem; line-height: 1.65; }
.wf-products-faq-item p { margin: 0; }

.wf-products-inquiry {
    display: grid !important;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: clamp(48px, 7vw, 90px);
    padding-top: 76px !important;
    padding-bottom: 76px !important;
    color: var(--wf-paper);
    background: var(--wf-ink-soft);
}
.wf-products-inquiry-copy { display: flex !important; flex-direction: column !important; gap: 18px; }
.wf-products-inquiry-copy .elementor-widget-text-editor { max-width: 560px; color: #c7ced8; line-height: 1.7; }
.wf-products-inquiry-copy .wf-button-accent { width: fit-content; margin-top: 4px; }
.wf-products-form-wrap { padding: 38px !important; background: #202a3d; }
.wf-products-form .elementor-field { min-height: 48px; border: 1px solid #536074; border-radius: 2px; background: #ffffff; }
.wf-products-form .elementor-field-label { color: #e1e6ed; }
.wf-products-form .elementor-button {
    width: 100%;
    min-height: 52px;
    color: var(--wf-ink) !important;
    background: var(--wf-accent) !important;
    border-radius: var(--wf-radius-pill) !important;
    font-weight: 700;
}
.wf-products-form .elementor-button:hover { background: var(--wf-accent-hover) !important; }

.wf-el-contact-hero {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 80px max(24px, calc((100vw - var(--wf-content-width)) / 2));
    color: var(--wf-paper);
    background: #10295b;
}
.wf-el-contact-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(48px, 8vw, 100px); }
.wf-el-form-wrap { padding: 42px; background: var(--wf-mist); }
.wf-el-form .elementor-field { min-height: 48px; border-color: #bfc7d2; border-radius: 2px; }
.wf-el-form .elementor-button { width: 100%; min-height: 52px; color: var(--wf-paper); background: var(--wf-ink); border-radius: var(--wf-radius-pill); }
.wf-el-form .elementor-button:hover { color: var(--wf-ink); background: var(--wf-accent); }

@media (min-width: 640px) {
    .wf-el-hero-title .elementor-heading-title { font-size: 3rem; }
}

@media (min-width: 768px) {
    .wf-el-hero-copy { padding-inline: 48px !important; }
    .wf-el-product-showcase { padding-inline: 48px !important; }
}

@media (min-width: 1024px) {
    .wf-el-header {
        --padding-left: max(40px, calc((100vw - 1440px) / 2 + 40px));
        --padding-right: max(40px, calc((100vw - 1440px) / 2 + 40px));
        padding-inline: max(40px, calc((100vw - 1440px) / 2 + 40px)) !important;
    }
    .wf-el-hero-copy { padding-inline: 64px !important; }
    .wf-el-hero-title .elementor-heading-title { font-size: 3.75rem; }
    .wf-el-product-showcase { padding-inline: max(64px, calc((100vw - 1440px) / 2)) !important; }
}

@media (max-width: 1024px) {
    .wf-el-card-grid { grid-template-columns: 1fr 1fr; }
    .wf-el-product-grid { grid-template-columns: 1fr 1fr; }
    .wf-el-footer-grid { grid-template-columns: 1fr 1fr; }
    .wf-el-cap-grid { grid-template-columns: 1fr 1fr; }
    .wf-el-contact-grid { grid-template-columns: 1fr; }
    .wf-el-brand-partners .wf-el-brands { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wf-products-grid {
        --width: 100%;
        display: grid !important;
        width: 100% !important;
        min-width: 0;
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex: none !important;
    }
    .wf-products-grid > .wf-products-card {
        --width: 100%;
        overflow: hidden;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: 1 1 auto !important;
    }
    .wf-products-card-panel,
    .wf-products-card-media,
    .wf-products-card-image,
    .wf-products-card-image .elementor-widget-container,
    .wf-products-card-copy {
        --width: 100%;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    .wf-products-card-panel { min-height: 0; }
    .wf-products-card-media,
    .wf-products-card-image,
    .wf-products-card-image .elementor-widget-container { height: auto !important; min-height: 0 !important; flex: none !important; }
    .wf-products-card-image img { width: 100% !important; min-width: 0 !important; max-width: none !important; height: auto !important; aspect-ratio: 3 / 4; }
    .wf-products-card-link { position: static; display: block; width: 100% !important; min-width: 0 !important; max-width: none !important; height: auto; min-height: 0; flex: none !important; margin-top: auto; text-align: left; }
    .wf-products-card-link .elementor-widget-container,
    .wf-products-card-link .elementor-button-wrapper { display: block; width: auto; height: auto; }
    .wf-products-card-link .elementor-button { color: var(--wf-ink) !important; }
    .wf-products-inquiry { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .wf-el-header { --padding-left: 24px; --padding-right: 24px; padding-inline: 24px !important; }
    .wf-el-nav { display: none !important; }
    .wf-el-header { --flex-direction: row; align-items: center; }
    .wf-phone { display: none; }
    .wf-el-hero { min-height: 0; grid-template-columns: 1fr; }
    .wf-el-hero-copy { min-height: 0; padding: 96px 24px !important; }
    .wf-el-hero-copy-inner { --width: 100%; width: 100% !important; max-width: 100% !important; }
    .wf-el-hero-title .elementor-heading-title { line-height: 1.1; overflow-wrap: anywhere; }
    .wf-el-lead { overflow-wrap: anywhere; }
    .wf-el-image-fill { min-height: 45vh; }
    .wf-el-card-grid,
    .wf-el-product-grid,
    .wf-el-split,
    .wf-el-footer-grid { grid-template-columns: 1fr; }
    .wf-el-metrics,
    .wf-el-cap-grid { grid-template-columns: 1fr 1fr; }
    .wf-el-card-grid,
    .wf-el-product-grid { margin-top: 30px; }
    .wf-el-product-showcase .wf-el-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
    .wf-el-product-showcase-title .elementor-heading-title { font-size: 1.875rem; line-height: 2.25rem; }
    .wf-el-testimonials { padding: 64px 24px !important; }
    .wf-el-testimonials-title .elementor-heading-title { font-size: 1.875rem; line-height: 2.25rem; }
    .wf-el-testimonials-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 36px; }
    .wf-el-testimonials-subtitle { margin-top: 28px; font-size: 1rem; line-height: 1.6rem; }
    .wf-el-brand-partners { padding: 64px 24px !important; }
    .wf-el-brand-title .elementor-heading-title { font-size: 1.875rem; line-height: 2.25rem; }
    .wf-el-brand-intro { font-size: 1rem; line-height: 1.6rem; }
    .wf-el-brand-partners .wf-el-brands { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 36px; }
    .wf-el-brand-card { height: 88px; }
    .wf-el-brand-image img { width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; }
    .wf-el-proof-section { padding: 64px 24px !important; }
    .wf-el-proof-title .elementor-heading-title { font-size: 1.875rem; line-height: 2.25rem; }
    .wf-el-cta { padding: 64px 24px !important; }
    .wf-el-cta-title .elementor-heading-title { font-size: 1.875rem; line-height: 2.25rem; }
    .wf-el-products-hero,
    .wf-el-products-hero .wf-el-image-fill,
    .wf-el-products-hero .wf-el-image-fill .elementor-widget-container,
    .wf-el-products-hero .wf-el-image-fill img { height: 470px; min-height: 470px; }
    .wf-el-products-hero-copy { height: 470px; min-height: 0; padding: 56px 24px !important; }
    .wf-el-products-hero-copy .wf-el-hero-title .elementor-heading-title { font-size: 2.35rem; }
    .wf-el-products-hero-copy .wf-el-lead { font-size: 0.95rem; }
    .wf-products-overview,
    .wf-products-catalog,
    .wf-products-faq,
    .wf-products-inquiry { padding-inline: 24px !important; }
    .wf-products-overview { padding-top: 42px !important; padding-bottom: 34px !important; }
    .wf-products-overview-title .elementor-heading-title { font-size: 1.55rem; }
    .wf-products-benefits { margin-top: 22px; }
    .wf-products-benefit-line .elementor-widget-container { font-size: 0.92rem; }
    .wf-products-overview-closing { margin-top: 22px; text-align: left; }
    .wf-products-overview-closing .elementor-heading-title { font-size: 1rem; }
    .wf-products-catalog { padding-top: 28px !important; padding-bottom: 64px !important; }
    .wf-products-catalog-summary { text-align: left; }
    .wf-products-catalog-summary .elementor-heading-title { font-size: 1rem; }
    .wf-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
    .wf-products-card-copy { height: auto; min-height: 245px; flex: 1 1 auto; gap: 10px; padding: 14px !important; }
    .wf-products-card-title .elementor-heading-title { font-size: 0.93rem; }
    .wf-products-card-text { font-size: 0.77rem; line-height: 1.45; }
    .wf-products-card-link .elementor-button { font-size: 0.78rem; }
    .wf-products-faq { padding-top: 60px !important; padding-bottom: 64px !important; }
    .wf-products-faq-grid { grid-template-columns: 1fr; margin-top: 30px; }
    .wf-products-faq-item { min-height: 0; padding: 22px !important; }
    .wf-products-inquiry { gap: 34px; padding-top: 62px !important; padding-bottom: 62px !important; }
    .wf-products-form-wrap { padding: 22px !important; }
}

/* Products page: mirror the approved local catalog hover behavior only. */
.wf-products-catalog .wf-products-card-image img {
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.35s ease;
}

.wf-products-catalog .wf-products-card-link .elementor-button {
    transition: color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .wf-products-catalog .wf-products-card:hover .wf-products-card-image img {
        transform: scale(1.045);
    }
}

.wf-products-catalog .wf-products-card:focus-within .wf-products-card-link .elementor-button {
    color: var(--wf-accent) !important;
}

@media (prefers-reduced-motion: reduce) {
    .wf-products-catalog .wf-products-card-image img {
        transform: none !important;
        transition: none !important;
    }

    .wf-products-catalog .wf-products-card-link .elementor-button {
        transition: none !important;
    }
}
