/* FFD POWER — solution pages, trust sectors, engagement modals, forms */

/* ——— Mobile offcanvas sidebar (dark, readable) ——— */
.offcanvas__info.style-2 {
    background: linear-gradient(180deg, #0a1f1d 0%, #0f2f2c 48%, #134e4a 100%) !important;
    border-left: 3px solid var(--ffd-teal) !important;
    width: min(400px, 100vw);
    max-width: 100%;
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas-title,
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content p,
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content h3,
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content h4,
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content h4 a {
    color: #fff !important;
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
    color: rgba(255, 255, 255, 0.65) !important;
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.06) !important;
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content .social-icon a:hover {
    background: var(--ffd-teal) !important;
    border-color: var(--ffd-teal) !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li a {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li a:hover,
.offcanvas__info.style-2 .mean-container .mean-nav ul li a.mean-expand {
    color: var(--ffd-teal-light) !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li li a {
    color: rgba(255, 255, 255, 0.88) !important;
    padding-left: 12px !important;
}
.offcanvas__info.style-2 .mobile-menu.mean-container {
    width: 100%;
    margin-top: 8px;
}
.offcanvas__info.style-2 .mean-container .mean-bar {
    float: none;
    width: 100%;
    min-height: 0;
    padding: 0;
    background: transparent;
}
.offcanvas__info.style-2 .mean-container .mean-nav {
    float: none;
    width: 100%;
    margin-top: 0;
    background: transparent;
}
.offcanvas__info.style-2 .mean-container .mean-nav > ul {
    display: block !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li {
    float: none;
    width: 100%;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li a {
    float: none;
    width: 100%;
    padding: 14px 0 !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li a.mean-expand {
    width: 44px;
    text-align: center;
    border-bottom: 0 !important;
    color: var(--ffd-teal-light) !important;
}
.offcanvas__info.style-2 .mean-container .mean-nav ul li > a > i {
    display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    opacity: 0.7;
}
.offcanvas__info.style-2 .offcanvas__content {
    padding-bottom: 32px;
}
.offcanvas__info.style-2 .offcanvas-title {
    font-size: 1.35rem;
    margin-bottom: 10px;
}
.offcanvas__info.style-2 .offcanvas__wrapper .offcanvas__content > p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
}

/* ——— Breadcrumbs (static HTML pages) ——— */
.breadcrumb-wrapper {
    position: relative;
    padding: 72px 0 64px;
    min-height: 220px;
    display: flex;
    align-items: center;
}
.breadcrumb-wrapper .breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.breadcrumb-wrapper .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.breadcrumb-wrapper .breadcrumb-title {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin: 0;
    line-height: 1.15;
}

/* ——— Forms site-wide ——— */
.contact-form-box,
.ffd-quote-form,
.ffd-quick-quote__inner {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 16px 48px rgba(15, 47, 44, 0.08);
}
.contact-middle-items .contact-form-box {
    padding: 36px 32px;
}
.contact-form-box .form-clt input,
.contact-form-box .form-clt textarea,
.ffd-quote-form .form-control,
.ffd-quick-quote-form .form-control,
.ffd-roi-gate-form .form-control,
.ffd-exit-capture-form .form-control,
.ffd-exit-input,
.ffd-engage-modal input,
.ffd-engage-modal textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    background: #f8fafc;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    caret-color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.contact-form-box .form-clt input::placeholder,
.contact-form-box .form-clt textarea::placeholder,
.ffd-quote-form .form-control::placeholder,
.ffd-quick-quote-form .form-control::placeholder,
.ffd-roi-gate-form .form-control::placeholder,
.ffd-exit-input::placeholder,
.ffd-engage-modal input::placeholder,
.ffd-engage-modal textarea::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}
.contact-form-box .form-clt input:focus,
.contact-form-box .form-clt textarea:focus,
.ffd-quote-form .form-control:focus,
.ffd-quick-quote-form .form-control:focus,
.ffd-roi-gate-form .form-control:focus,
.ffd-exit-input:focus,
.ffd-engage-modal input:focus,
.ffd-engage-modal textarea:focus {
    outline: none;
    border-color: var(--ffd-teal);
    background: #fff;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.18);
}
.ffd-quick-quote-form input:-webkit-autofill,
.ffd-roi-gate-form input:-webkit-autofill,
.ffd-exit-input:-webkit-autofill,
.ffd-engage-modal input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f8fafc inset !important;
    -webkit-text-fill-color: #0f172a !important;
}
.ffd-quick-quote-form .form-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

/* ——— Solution / industry page shell ——— */
.ffd-sol-hero {
    position: relative;
    padding: 88px 0 72px;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 45%, #0d9488 100%);
}
.ffd-sol-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(45, 212, 191, 0.22), transparent 42%),
        radial-gradient(circle at 88% 80%, rgba(20, 184, 166, 0.15), transparent 40%);
    pointer-events: none;
}
.ffd-sol-hero .container {
    position: relative;
    z-index: 1;
}
.ffd-sol-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #99f6e4;
    margin-bottom: 14px;
}
.ffd-sol-hero h1 {
    color: #fff;
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    line-height: 1.12;
    margin-bottom: 18px;
    max-width: 820px;
}
.ffd-sol-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
    max-width: 720px;
    margin-bottom: 28px;
}
.ffd-sol-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ffd-sol-hero--hotel { background: linear-gradient(135deg, #134e4a, #0f2f2c 50%, #0d9488); }
.ffd-sol-hero--oil { background: linear-gradient(135deg, #1e293b, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--factory { background: linear-gradient(135deg, #334155, #0f2f2c 50%, #0d9488); }
.ffd-sol-hero--mining { background: linear-gradient(135deg, #422006, #1e293b 55%, #0d9488); }
.ffd-sol-hero--health { background: linear-gradient(135deg, #0c4a6e, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--telecom { background: linear-gradient(135deg, #312e81, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--commercial { background: linear-gradient(135deg, #134e4a, #0f766e 50%, #14b8a6); }
.ffd-sol-hero--agri { background: linear-gradient(135deg, #14532d, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--banks { background: linear-gradient(135deg, #1e3a5f, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--schools { background: linear-gradient(135deg, #1e40af, #0f2f2c 55%, #0d9488); }
.ffd-sol-hero--government { background: linear-gradient(135deg, #1e293b, #134e4a 50%, #0d9488); }
.ffd-sol-hero--ev { background: linear-gradient(135deg, #0f766e, #0d9488 45%, #2dd4bf); }
.ffd-sol-hero--solar { background: linear-gradient(135deg, #0a1f1d, #0f2f2c 40%, #0d9488 85%); }
.ffd-sol-hero--finance { background: linear-gradient(135deg, #0f2f2c, #134e4a 50%, #0d9488); }

.ffd-sol-section {
    padding: 72px 0;
}
.ffd-sol-section--alt {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 100%);
}
.ffd-sol-section--dark {
    background: linear-gradient(180deg, #0a1f1d 0%, #0f2f2c 100%);
    color: #fff;
}
.ffd-sol-section__title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #0f2f2c;
    margin-bottom: 16px;
}
.ffd-sol-section--dark .ffd-sol-section__title {
    color: #fff;
}
.ffd-sol-lead {
    font-size: 17px;
    line-height: 1.65;
    color: #475569;
}

.ffd-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ffd-check-list li {
    position: relative;
    padding: 10px 0 10px 32px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
    line-height: 1.55;
}
.ffd-check-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--ffd-teal);
}

.ffd-btn-outline-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.ffd-btn-outline-sm:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #fff;
}

/* Stats, transform, cards */
.ffd-sol-stat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 16px;
    box-shadow: 0 8px 24px rgba(15, 47, 44, 0.06);
}
.ffd-sol-stat strong {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--ffd-teal-dark);
    line-height: 1.1;
}
.ffd-sol-stat span {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}
.ffd-sol-transform {
    padding: 40px 0;
    background: #0f2f2c;
}
.ffd-sol-transform__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.6;
}
.ffd-sol-transform__icon {
    color: var(--ffd-teal-light);
    font-size: 28px;
    margin-bottom: 16px;
    opacity: 0.8;
}

.ffd-card-lite {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.06);
    height: 100%;
}
.ffd-sol-roi-card {
    background: linear-gradient(145deg, #0f2f2c, #134e4a);
    color: #fff;
    border-radius: 20px;
    padding: 32px;
}
.ffd-sol-roi-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ffd-sol-roi-list li {
    padding: 8px 0 8px 28px;
    position: relative;
}
.ffd-sol-roi-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #99f6e4;
}

/* Product cards on industry pages */
.ffd-sol-product-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 28px;
}
.ffd-sol-product-card--flip .ffd-sol-product-card__media { order: 2; }
.ffd-sol-product-card__media img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    aspect-ratio: 4/3;
}
.ffd-sol-product-card__badge {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--ffd-teal);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.ffd-sol-products__stack {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px 0 36px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}
.ffd-sol-product-advantages {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}
.ffd-sol-product-advantages li {
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.9);
}
.ffd-sol-product-advantages li i {
    color: #99f6e4;
    margin-right: 8px;
}

.ffd-sol-compare-table th,
.ffd-sol-compare-table td {
    vertical-align: middle;
    padding: 14px 16px;
}
.ffd-sol-compare-table__bad { color: #b91c1c; background: #fef2f2; }
.ffd-sol-compare-table__good { color: #047857; background: #ecfdf5; }

.ffd-sol-advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}
.ffd-sol-advantage-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ffd-sol-advantage-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 47, 44, 0.1);
}
.ffd-sol-advantage-item__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f2f2c, #0d9488);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.ffd-sol-trust-band {
    padding: 48px 0;
    background: #0f2f2c;
    color: #fff;
}
.ffd-sol-trust-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    justify-content: center;
}
.ffd-sol-trust-list li i { color: #99f6e4; margin-right: 8px; }

.ffd-sol-process {
    display: grid;
    gap: 16px;
    max-width: 800px;
    margin: 0 auto;
}
.ffd-sol-process__step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
}
.ffd-sol-process__num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ffd-teal);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ffd-sol-cta-band {
    padding: 64px 0;
    background: linear-gradient(135deg, #0f2f2c, #0d9488);
    color: #fff;
    text-align: center;
}
.ffd-sol-cta-band h2 { color: #fff; margin-bottom: 12px; }
.ffd-sol-cta-band p { color: rgba(255, 255, 255, 0.88); max-width: 640px; margin: 0 auto 24px; }
.ffd-sol-cta-urgency {
    font-weight: 600;
    color: #99f6e4 !important;
}

/* Quick quote strip */
.ffd-quick-quote__inner {
    padding: 32px;
    display: grid;
    gap: 24px;
}
@media (min-width: 992px) {
    .ffd-quick-quote__inner {
        grid-template-columns: 1fr 1.4fr;
        align-items: center;
    }
}

/* Product pages (product.php) */
.ffd-product-hero {
    padding: 100px 0 72px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
.ffd-product-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 31, 29, 0.92), rgba(15, 47, 44, 0.75));
}
.ffd-product-hero .container { position: relative; z-index: 1; }
.ffd-product-page .ffd-product-hero .breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.ffd-product-page .ffd-product-hero .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ffd-product-page .ffd-product-hero .breadcrumb-list a {
    color: #fff;
    text-decoration: none;
}
.ffd-product-page .ffd-product-hero .breadcrumb-list a:hover {
    color: #99f6e4;
}
.ffd-product-page .ffd-product-hero .ffd-products-home__eyebrow {
    color: rgba(255, 255, 255, 0.82) !important;
}
.ffd-product-page .ffd-product-hero h1 {
    color: #fff;
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 14px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.ffd-product-page .ffd-product-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
    max-width: 720px;
}
.ffd-spec-table {
    width: 100%;
    border-collapse: collapse;
}
.ffd-spec-table th,
.ffd-spec-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
}
.ffd-spec-table th {
    width: 40%;
    color: #64748b;
    font-weight: 600;
}

/* ——— Trust sectors (Across industries) ——— */
.ffd-trust-sectors {
    position: relative;
    padding: 88px 0 96px;
    overflow: hidden;
}
.ffd-trust-sectors__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, #f0fdfa 0%, #fff 35%, #f8fafc 100%);
    z-index: 0;
}
.ffd-trust-sectors__bg::before,
.ffd-trust-sectors__bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
    pointer-events: none;
}
.ffd-trust-sectors__bg::before {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -80px;
    background: rgba(20, 184, 166, 0.35);
}
.ffd-trust-sectors__bg::after {
    width: 360px;
    height: 360px;
    bottom: -100px;
    right: -60px;
    background: rgba(15, 47, 44, 0.2);
}
.ffd-trust-sectors__head {
    max-width: 720px;
    margin: 0 auto 48px;
}
.ffd-trust-sectors__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ffd-teal-dark);
    margin-bottom: 12px;
}
.ffd-trust-sectors__title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 14px;
    line-height: 1.15;
}
.ffd-trust-sectors__lead {
    color: #475569;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}
.ffd-trust-sectors__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.ffd-trust-sector-card {
    position: relative;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 12px 36px rgba(15, 47, 44, 0.07);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    animation: ffdTrustIn 0.6s ease both;
    animation-delay: calc(var(--ffd-trust-i, 0) * 0.06s);
}
.ffd-trust-sector-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 24px 56px rgba(13, 148, 136, 0.18);
    border-color: rgba(20, 184, 166, 0.35);
}
.ffd-trust-sector-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 18px;
    background: var(--ffd-trust-gradient, linear-gradient(135deg, #0f2f2c, #0d9488));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.35);
}
.ffd-trust-sector-card__logo img {
    max-height: 48px;
    width: auto;
    margin-bottom: 12px;
    object-fit: contain;
}
.ffd-trust-sector-card__text strong {
    display: block;
    font-size: 16px;
    color: #0f2f2c;
    margin-bottom: 4px;
}
.ffd-trust-sector-card__text span {
    font-size: 13px;
    color: #64748b;
}
@keyframes ffdTrustIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* CMS blocks */
.ffd-cms-stats-band {
    padding: 32px 0;
    background: #0f2f2c;
    color: #fff;
}
.ffd-cms-stat strong {
    display: block;
    font-size: 1.75rem;
    color: #99f6e4;
}
.ffd-cms-testimonials-slider-wrap {
    position: relative;
    padding: 0 48px;
}

/* ——— Engagement modals (guide + exit) ——— */
.ffd-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.ffd-engage-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(8, 20, 18, 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}
.ffd-engage-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.ffd-engage-modal__dialog {
    position: relative;
    width: min(100%, 440px);
    max-height: min(92vh, 640px);
    overflow: hidden;
    background: #fff;
    border-radius: 22px;
    box-shadow:
        0 32px 80px rgba(8, 20, 18, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(20px) scale(0.96);
    transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.ffd-guide-modal__dialog {
    width: min(100%, 480px);
}
.ffd-engage-modal.is-open .ffd-engage-modal__dialog {
    transform: translateY(0) scale(1);
}
.ffd-engage-modal__hero {
    position: relative;
    padding: 28px 24px 22px;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 42%, #0d9488 100%);
    color: #fff;
    text-align: center;
}
.ffd-engage-modal__hero::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(to bottom, transparent, #fff);
    opacity: 0.15;
    pointer-events: none;
}
.ffd-engage-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    z-index: 2;
}
.ffd-engage-modal__close:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: scale(1.05);
}
.ffd-engage-modal__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #99f6e4;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(153, 246, 228, 0.35);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.ffd-engage-modal__hero h2 {
    margin: 0;
    font-size: clamp(1.25rem, 4vw, 1.55rem);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}
.ffd-exit-modal__tagline {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.ffd-engage-modal__body {
    padding: 20px 22px 18px;
    background: #fff;
    color: #334155;
}

/* Guide — compact 3×2 grid */
.ffd-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}
.ffd-guide-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 88px;
    padding: 12px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    color: #0f2f2c;
    text-align: center;
    line-height: 1.25;
    transition: border-color 0.2s, box-shadow 0.25s, transform 0.25s;
}
.ffd-guide-option:hover {
    border-color: #14b8a6;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.18);
    transform: translateY(-3px);
}
.ffd-guide-option__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f2f2c, #0d9488);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35);
}
.ffd-guide-skip,
.ffd-exit-never {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px;
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}
.ffd-guide-skip:hover,
.ffd-exit-never:hover {
    color: #0d9488;
}

/* Exit form */
.ffd-exit-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}
.ffd-exit-input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    background: #f8fafc;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    caret-color: #0f172a;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ffd-exit-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}
.ffd-exit-input:focus {
    outline: none;
    border-color: #0d9488;
    background: #fff;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.ffd-exit-submit {
    width: 100%;
    justify-content: center;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    margin-bottom: 8px;
}
.ffd-exit-submit i {
    margin-left: 8px;
    font-size: 13px;
}
.ffd-exit-modal__status {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 8px;
    min-height: 0;
}
.ffd-exit-modal__status:not(:empty) {
    padding: 8px 12px;
    border-radius: 10px;
    background: #f0fdfa;
    color: #047857;
}
.ffd-exit-modal__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
}
.ffd-exit-modal__links a {
    color: #0d9488;
    text-decoration: none;
}
.ffd-exit-modal__links a:hover {
    text-decoration: underline;
}
.ffd-exit-modal__links span {
    color: #cbd5e1;
}

@media (max-width: 520px) {
    .ffd-guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-guide-option {
        min-height: 80px;
        font-size: 11px;
    }
    .ffd-exit-form-grid {
        grid-template-columns: 1fr;
    }
    .ffd-engage-modal__body {
        padding: 16px 16px 14px;
    }
    .ffd-engage-modal__hero {
        padding: 24px 18px 18px;
    }
}

/* Video — extra mobile polish */
@media (max-width: 767px) {
    .ffd-video-pro--home {
        padding: 40px 12px 32px;
    }
    .ffd-video-pro__wrap {
        border-radius: 16px;
        aspect-ratio: 16 / 9;
    }
    .ffd-video-pro__play {
        width: 64px;
        height: 64px;
        font-size: 20px;
    }
    .ffd-sol-product-card {
        grid-template-columns: 1fr;
    }
    .ffd-sol-product-card--flip .ffd-sol-product-card__media { order: 0; }
    .ffd-sol-hero { padding: 64px 0 48px; }
    .ffd-trust-sectors__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 400px) {
    .ffd-trust-sectors__grid { grid-template-columns: 1fr; }
}

/* ROI gate, solar compare, CMS video */
.ffd-roi-gate__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 28px;
    box-shadow: 0 16px 48px rgba(15, 47, 44, 0.08);
}
.ffd-roi-gate__icon {
    font-size: 40px;
    color: var(--ffd-teal);
    margin-bottom: 12px;
}
.ffd-solar-compare-card,
.ffd-compare-table {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 47, 44, 0.06);
}
.ffd-solar-compare-card {
    padding: 24px;
}
.ffd-compare-table th {
    background: #f0fdfa;
    font-weight: 700;
}
.ffd-cms-video__wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 56px rgba(15, 47, 44, 0.15);
    background: #0a1628;
}
.ffd-cms-video__wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.ffd-cms-book__inner {
    display: grid;
    gap: 24px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #e2e8f0;
}
@media (min-width: 768px) {
    .ffd-cms-book__inner { grid-template-columns: 1fr 1fr; }
}

/* ——— Solar landing page (solar.html) ——— */
.ffd-solar-page .ffd-sol-hero--solar::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 20%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.18) 0%, transparent 68%);
    pointer-events: none;
}
.ffd-solar-stats {
    position: relative;
    z-index: 3;
    margin-top: -36px;
    padding-bottom: 8px;
}
.ffd-solar-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-solar-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-solar-stats__item:last-child { border-right: 0; }
.ffd-solar-stats__item strong {
    display: block;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-solar-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-quick-quote {
    padding-top: 24px;
    padding-bottom: 56px;
}
.ffd-quick-quote__inner {
    padding: 28px 28px 24px;
    border-radius: 22px;
    border: 1px solid rgba(13, 148, 136, 0.14);
    box-shadow: 0 24px 64px rgba(8, 20, 18, 0.1);
    background: linear-gradient(145deg, #fff 0%, #f8fffe 100%);
}
.ffd-quick-quote__copy .ffd-sol-hero__eyebrow {
    color: #0f766e;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.ffd-quick-quote__copy h2 {
    color: #0f2f2c;
    font-weight: 800;
    line-height: 1.25;
}
.ffd-quick-quote__copy p {
    color: #64748b;
    line-height: 1.6;
}
.ffd-quick-quote__status:not(:empty) {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #047857;
}

.ffd-solar-why {
    position: relative;
}
.ffd-solar-why::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.08), transparent 70%);
    pointer-events: none;
}
.ffd-solar-compare-card h3 {
    color: #0f2f2c;
    font-weight: 800;
    margin-bottom: 16px;
}
.ffd-compare-table td:last-child,
.ffd-compare-table th:last-child {
    color: #047857;
    font-weight: 700;
}
.ffd-compare-table tbody tr:hover {
    background: #f8fffe;
}

.ffd-card-lite {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ffd-card-lite:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(13, 148, 136, 0.14);
    border-color: #99f6e4;
}
.ffd-solar-topic__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0f766e;
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    border-radius: 16px;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.12);
}
.ffd-card-lite h3 {
    color: #0f2f2c;
    font-weight: 800;
    margin-bottom: 10px;
}
.ffd-card-lite p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}
.ffd-card-lite a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #0d9488;
    text-decoration: none;
}
.ffd-card-lite a i {
    transition: transform 0.2s ease;
}
.ffd-card-lite a:hover {
    color: #0f766e;
}
.ffd-card-lite a:hover i {
    transform: translateX(4px);
}

.ffd-cms-resource-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ffd-cms-resource-card:hover {
    transform: translateY(-5px);
    border-color: #99f6e4;
    box-shadow: 0 18px 44px rgba(13, 148, 136, 0.14);
    color: inherit;
}
.ffd-cms-resource-card > i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f2f2c, #0d9488);
    color: #fff;
    font-size: 18px;
    margin-bottom: 14px;
}
.ffd-cms-resource-card h3 {
    color: #0f2f2c;
    font-weight: 800;
    margin-bottom: 8px;
}
.ffd-cms-resource-card p {
    color: #64748b;
    line-height: 1.55;
}

.ffd-roi-gate {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 100%);
}
.ffd-roi-gate__card {
    border: 1px solid rgba(13, 148, 136, 0.2);
    background: linear-gradient(145deg, #fff 0%, #f8fffe 100%);
    box-shadow: 0 24px 64px rgba(13, 148, 136, 0.12);
}
.ffd-roi-gate__card h2 {
    color: #0f2f2c;
    font-weight: 800;
}
.ffd-roi-gate__status:not(:empty) {
    margin-top: 12px;
    font-weight: 600;
    color: #047857;
}

.ffd-cms-faq .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 14px !important;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 47, 44, 0.04);
}
.ffd-cms-faq .accordion-button {
    font-weight: 700;
    font-size: 15px;
    color: #0f2f2c;
    background: #fff;
    padding: 18px 20px;
    box-shadow: none !important;
}
.ffd-cms-faq .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #f0fdfa, #fff);
    color: #0f766e;
}
.ffd-cms-faq .accordion-button::after {
    filter: hue-rotate(120deg);
}
.ffd-cms-faq .accordion-body {
    color: #475569;
    line-height: 1.65;
    padding: 0 20px 18px;
}

.ffd-sol-cta-band {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
}
.ffd-sol-cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(45, 212, 191, 0.2), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(20, 184, 166, 0.15), transparent 40%);
    pointer-events: none;
}
.ffd-sol-cta-band .container {
    position: relative;
    z-index: 1;
}
.ffd-sol-cta-band .ffd-btn-outline-sm {
    margin: 6px 4px;
}
.ffd-sol-cta-band .theme-btn {
    margin: 6px 4px;
}

.ffd-sol-section__title.text-center + p.text-muted {
    color: #64748b !important;
}

@media (max-width: 991px) {
    .ffd-solar-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-solar-stats__item:nth-child(2) { border-right: 0; }
    .ffd-solar-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-solar-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .ffd-solar-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-solar-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-solar-stats__item:last-child { border-bottom: 0; }
    .ffd-quick-quote__inner { padding: 22px 18px; }
    .ffd-sol-hero__actions .theme-btn,
    .ffd-sol-hero__actions .ffd-btn-outline-sm {
        width: 100%;
        justify-content: center;
    }
}

/* ——— Applications page (applications.html) ——— */
.ffd-applications-page .breadcrumb-wrapper {
    position: relative;
    padding: 100px 0 88px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-applications-page .breadcrumb-wrapper.ffd-apps-breadcrumb::before,
.ffd-applications-page .breadcrumb-wrapper::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.82) 0%, rgba(15, 47, 44, 0.75) 50%, rgba(13, 148, 136, 0.55) 100%);
}
.ffd-applications-page .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.ffd-applications-page .breadcrumb-list a {
    color: #99f6e4;
}
.ffd-applications-page .breadcrumb-list a:hover {
    color: #fff;
}

.ffd-apps-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-apps-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-apps-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-apps-stats__item:last-child { border-right: 0; }
.ffd-apps-stats__item strong {
    display: block;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-apps-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-apps-usecases {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 100%);
    padding-top: 48px;
    padding-bottom: 72px;
}
.ffd-applications-page .ffd-apps-usecases .section-title h2 {
    color: #0f2f2c;
    font-weight: 800;
}
.ffd-applications-page .ffd-page-intro {
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}
.ffd-applications-page .ffd-application-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}
.ffd-applications-page .ffd-application-card:hover {
    transform: translateY(-8px);
    border-color: #99f6e4;
    box-shadow: 0 22px 48px rgba(13, 148, 136, 0.16);
}
.ffd-applications-page .ffd-application-card .ffd-app-thumb {
    height: 210px;
    position: relative;
    overflow: hidden;
}
.ffd-applications-page .ffd-application-card .ffd-app-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 20, 18, 0.35), transparent 55%);
    pointer-events: none;
}
.ffd-applications-page .ffd-application-card .ffd-app-thumb img {
    transition: transform 0.4s ease;
}
.ffd-applications-page .ffd-application-card:hover .ffd-app-thumb img {
    transform: scale(1.06);
}
.ffd-applications-page .ffd-application-card .ffd-app-body {
    padding: 22px 22px 24px;
}
.ffd-applications-page .ffd-application-card h4 {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 1.05rem;
}
.ffd-applications-page .ffd-application-card h4 a {
    color: #0f2f2c;
    text-decoration: none;
    transition: color 0.2s;
}
.ffd-applications-page .ffd-application-card h4 a:hover {
    color: #0d9488;
}
.ffd-applications-page .ffd-application-card p {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

.ffd-applications-page .ffd-apps-services {
    background: linear-gradient(180deg, #031f3a 0%, #0a1f1d 100%);
    padding-left: clamp(16px, 4vw, 80px);
    padding-right: clamp(16px, 4vw, 80px);
    position: relative;
    overflow: hidden;
}
.ffd-applications-page .ffd-apps-services::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(20, 184, 166, 0.12), transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(45, 212, 191, 0.08), transparent 38%);
    pointer-events: none;
}
.ffd-applications-page .ffd-apps-services .container,
.ffd-applications-page .ffd-apps-services > .row {
    position: relative;
    z-index: 1;
}
.ffd-applications-page .ffd-apps-services .section-title h2 {
    font-weight: 800;
    line-height: 1.15;
}
.ffd-applications-page .service-box-items-style-2 {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.ffd-applications-page .service-box-items-style-2:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 184, 166, 0.45);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.ffd-applications-page .service-box-items-style-2 .content h3 a {
    color: #fff;
}
.ffd-applications-page .service-box-items-style-2 .content p {
    color: rgba(255, 255, 255, 0.72);
}

.ffd-applications-page .ffd-apps-why {
    background: #fff;
    position: relative;
}
.ffd-applications-page .ffd-apps-why::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.06), transparent 70%);
    pointer-events: none;
}
.ffd-applications-page .choose-image-style-1 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 47, 44, 0.12);
}
.ffd-applications-page .choose-image-style-1 img {
    border-radius: 20px;
}
.ffd-applications-page .choose-content-style-1 .nav .nav-link {
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 18px;
    transition: background 0.2s, color 0.2s;
}
.ffd-applications-page .choose-content-style-1 .nav .nav-link.active {
    background: #f0fdfa;
    color: #0f766e;
}
.ffd-applications-page .choose-content-style-1 .choose-text {
    color: #64748b;
    line-height: 1.65;
    font-size: 16px;
}
.ffd-applications-page .choose-content-style-1 .icon-box-items {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px;
    margin-top: 16px;
}
.ffd-applications-page .choose-content-style-1 .icon-box-items .content h4 {
    color: #0f2f2c;
    font-weight: 800;
}

.ffd-applications-page .ffd-apps-brands {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding-bottom: 56px;
}
.ffd-applications-page .ffd-apps-brands .top-text p {
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
}
.ffd-applications-page .ffd-apps-brands .line-1 {
    background: linear-gradient(90deg, transparent, #99f6e4, transparent);
    height: 1px;
}
.ffd-applications-page .ffd-brand-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.ffd-applications-page .ffd-brand-item:hover {
    transform: translateY(-4px);
    border-color: #99f6e4;
    box-shadow: 0 12px 32px rgba(13, 148, 136, 0.1);
}

.ffd-applications-page .cta-section-3 {
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 45%, #0d9488 100%);
    position: relative;
    overflow: hidden;
}
.ffd-applications-page .cta-section-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(45, 212, 191, 0.18), transparent 45%),
        radial-gradient(circle at 80% 30%, rgba(20, 184, 166, 0.12), transparent 40%);
    pointer-events: none;
}
.ffd-applications-page .cta-section-3 .container {
    position: relative;
    z-index: 1;
}
.ffd-applications-page .cta-wrapper-3 .cta-content h2 {
    color: #fff;
    font-weight: 800;
}
.ffd-applications-page .cta-wrapper-3 .cta-content p {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .ffd-apps-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-apps-stats__item:nth-child(2) { border-right: 0; }
    .ffd-apps-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-apps-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .ffd-applications-page .breadcrumb-wrapper {
        padding: 72px 0 64px;
    }
    .ffd-apps-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-apps-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-apps-stats__item:last-child { border-bottom: 0; }
    .ffd-applications-page .ffd-apps-services {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ——— Products page (products.html) ——— */
.ffd-products-page .breadcrumb-wrapper {
    position: relative;
    padding: 100px 0 96px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-products-page .breadcrumb-wrapper.ffd-products-breadcrumb::before,
.ffd-products-page .breadcrumb-wrapper::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(15, 47, 44, 0.78) 45%, rgba(13, 148, 136, 0.52) 100%);
}
.ffd-products-page .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}
.ffd-products-page .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.78);
}
.ffd-products-page .breadcrumb-list a {
    color: #fff;
}
.ffd-products-page .breadcrumb-list a:hover {
    color: #99f6e4;
}
.ffd-products-hero__lead {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
}

.ffd-products-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-products-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-products-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-products-stats__item:last-child { border-right: 0; }
.ffd-products-stats__item strong {
    display: block;
    font-size: clamp(0.95rem, 2.2vw, 1.2rem);
    color: #0f766e;
    line-height: 1.2;
    margin-bottom: 4px;
}
.ffd-products-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-products-shop {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 80px;
}
.ffd-products-page .ffd-products-shop .section-title h2 {
    color: #0f2f2c;
    font-weight: 800;
}
.ffd-products-page .ffd-products-shop .ffd-page-intro {
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* Sidebar */
.ffd-products-page .ffd-products-sidebar {
    position: sticky;
    top: 110px;
}
.ffd-products-page .ffd-products-sidebar .single-sidebar-widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.07);
    margin-bottom: 20px;
}
.ffd-products-page .ffd-products-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}
.ffd-products-page .ffd-products-sidebar .wid-title::before,
.ffd-products-page .ffd-products-sidebar .wid-title::after {
    display: none;
}
.ffd-products-page .ffd-products-sidebar .wid-title h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0fdfa;
}
.ffd-products-page .ffd-products-sidebar .widget_categories ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ffd-products-page .ffd-products-sidebar .widget_categories ul > li {
    margin: 0;
    padding: 0;
    border: 0;
}
.ffd-products-page .ffd-products-sidebar .widget_categories ul > li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.ffd-products-page .ffd-products-sidebar .widget_categories ul > li a::before {
    content: "\f0e7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0d9488;
    font-size: 13px;
}
.ffd-products-page .ffd-products-sidebar .widget_categories ul > li a:hover {
    background: #f0fdfa;
    border-color: #99f6e4;
    color: #0f766e;
    transform: translateX(4px);
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-bottom: 10px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item:hover {
    border-color: #99f6e4;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.1);
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item .thumb {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item .post-content h4 {
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 4px;
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item .post-content h4 a {
    color: #0f2f2c;
    text-decoration: none;
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item .post-content h4 a:hover {
    color: #0d9488;
}
.ffd-products-page .ffd-products-sidebar .popular-posts .single-post-item .post-content p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Product cards */
.ffd-products-page .shop-box-style-item.ffd-product-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ffd-products-page .shop-box-style-item.ffd-product-card:hover {
    transform: translateY(-8px);
    border-color: #99f6e4;
    box-shadow: 0 22px 48px rgba(13, 148, 136, 0.16);
}
.ffd-products-page .shop-box-style-item .shop-image {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
}
.ffd-products-page .shop-box-style-item .shop-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 20, 18, 0.28), transparent 55%);
    pointer-events: none;
    z-index: 1;
}
.ffd-products-page .shop-box-style-item .shop-image img,
.ffd-products-page .shop-box-style-item .shop-image .ffd-product-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.4s ease;
}
.ffd-products-page .shop-box-style-item:hover .shop-image img {
    transform: scale(1.06);
}
.ffd-products-page .shop-box-style-item .shop-image .shop-icon {
    z-index: 2;
}
.ffd-products-page .shop-box-style-item .shop-image .shop-icon li a {
    background: #fff;
    color: #0d9488;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.ffd-products-page .shop-box-style-item .shop-image .shop-icon li a:hover {
    background: #0d9488;
    color: #fff;
}
.ffd-products-page .shop-box-style-item .shop-content {
    padding: 22px 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ffd-products-page .shop-box-style-item .shop-content span {
    display: inline-block;
    width: fit-content;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f766e;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.ffd-products-page .shop-box-style-item .shop-content h5 {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 8px;
}
.ffd-products-page .shop-box-style-item .shop-content h5 a {
    color: #0f2f2c;
    text-decoration: none;
    transition: color 0.2s;
}
.ffd-products-page .shop-box-style-item .shop-content h5 a:hover {
    color: #0d9488;
}
.ffd-products-page .shop-box-style-item .shop-content p strong {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border-radius: 8px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.ffd-products-page .shop-box-style-item .ffd-product-desc {
    flex: 1;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}
.ffd-products-page .shop-box-style-item .shop-content .theme-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border: 0;
    border-radius: 12px;
    padding: 14px 18px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.25);
}
.ffd-products-page .shop-box-style-item .shop-content .theme-btn:hover {
    background: linear-gradient(135deg, #0f766e, #0d9488);
    transform: translateY(-1px);
}

/* CTA band */
.ffd-products-page .ffd-products-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 40%, #0d9488 100%) !important;
}
.ffd-products-page .ffd-products-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(45, 212, 191, 0.22), transparent 42%),
        radial-gradient(circle at 88% 20%, rgba(20, 184, 166, 0.18), transparent 38%);
    pointer-events: none;
}
.ffd-products-page .ffd-products-cta .container {
    position: relative;
    z-index: 1;
}
.ffd-products-page .ffd-products-cta .cta-wrapper-3 .cta-content h2 {
    color: #fff;
    font-weight: 800;
}
.ffd-products-page .ffd-products-cta .cta-wrapper-3 .cta-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
}
.ffd-products-page .ffd-products-cta .circle-box .arrow-icon {
    background: #fff;
    color: #0f766e;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.ffd-products-page .ffd-products-cta .circle-box .arrow-icon:hover {
    background: #f0fdfa;
    color: #0d9488;
}

@media (max-width: 991px) {
    .ffd-products-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-products-stats__item:nth-child(2) { border-right: 0; }
    .ffd-products-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-products-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    .ffd-products-page .ffd-products-sidebar {
        position: static;
        margin-top: 8px;
    }
}
@media (max-width: 575px) {
    .ffd-products-page .breadcrumb-wrapper {
        padding: 80px 0 72px;
    }
    .ffd-products-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-products-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-products-stats__item:last-child { border-bottom: 0; }
    .ffd-products-page .shop-box-style-item .shop-image img {
        height: 190px;
    }
}

/* ——— Industry / solution pages (solutions/*.php) ——— */
.ffd-sol-page {
    background: #fff;
}

/* Hero backgrounds per sector */
.ffd-sol-hero--factory {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(51, 65, 85, 0.82) 45%, rgba(13, 148, 136, 0.55) 100%),
        url("../img/ffdpower/gallery-1.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--hotel {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.85) 0%, rgba(19, 78, 74, 0.78) 50%, rgba(13, 148, 136, 0.55) 100%),
        url("../img/ffdpower/app-ev.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--oil {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(30, 41, 59, 0.82) 50%, rgba(13, 148, 136, 0.5) 100%),
        url("../img/ffdpower/hero-slide-3.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--mining {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.9) 0%, rgba(66, 32, 6, 0.75) 45%, rgba(13, 148, 136, 0.5) 100%),
        url("../img/ffdpower/bess-cabinet.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--health {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(12, 74, 110, 0.78) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/hero-slide-2.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--telecom {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(49, 46, 129, 0.75) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/hero-slide-3.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--commercial {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.85) 0%, rgba(19, 78, 74, 0.75) 50%, rgba(20, 184, 166, 0.55) 100%),
        url("../img/ffdpower/partner-facility.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--agri {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(20, 83, 45, 0.75) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/app-microgrid.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--banks {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(30, 58, 95, 0.78) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/bess-cabinet.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--schools {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(30, 64, 175, 0.72) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/hero-slide-2.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--government {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(30, 41, 59, 0.78) 50%, rgba(13, 148, 136, 0.52) 100%),
        url("../img/ffdpower/hero-slide-1.webp");
    background-size: cover;
    background-position: center;
}
.ffd-sol-hero--ev {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.85) 0%, rgba(15, 118, 110, 0.78) 50%, rgba(45, 212, 191, 0.45) 100%),
        url("../img/ffdpower/app-ev.webp");
    background-size: cover;
    background-position: center;
}

.ffd-sol-page .ffd-sol-hero {
    padding: 100px 0 88px;
}
.ffd-sol-page .ffd-sol-hero h1 {
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.ffd-sol-page .ffd-sol-hero .theme-btn {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

/* Outline button on light backgrounds */
.ffd-sol-page .ffd-btn-outline-sm--dark,
.ffd-sol-page .ffd-sol-section .ffd-btn-outline-sm,
.ffd-sol-page .ffd-cms-book .ffd-btn-outline-sm {
    border-color: #0d9488;
    color: #0f766e;
    background: #fff;
}
.ffd-sol-page .ffd-btn-outline-sm--dark:hover,
.ffd-sol-page .ffd-sol-section .ffd-btn-outline-sm:hover,
.ffd-sol-page .ffd-cms-book .ffd-btn-outline-sm:hover {
    background: #f0fdfa;
    color: #0d9488;
    border-color: #14b8a6;
}

/* Stats strip overlapping hero */
.ffd-sol-stats--strip {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-sol-stats--strip .row {
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 12px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
    margin: 0;
}
.ffd-sol-stats--strip .ffd-sol-stat {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 10px 8px;
}

/* Problems / solutions panels */
.ffd-sol-problems {
    padding-top: 56px;
}
.ffd-sol-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 26px 26px;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.06);
    height: 100%;
}
.ffd-sol-panel--problems {
    border-top: 4px solid #f87171;
}
.ffd-sol-panel--solutions {
    border-top: 4px solid #14b8a6;
}
.ffd-sol-panel .ffd-sol-section__title {
    font-size: 1.35rem;
    margin-bottom: 18px;
}
.ffd-sol-panel--problems .ffd-check-list li::before {
    content: "\f071";
    color: #ef4444;
}
.ffd-sol-panel .ffd-check-list li:last-child {
    border-bottom: 0;
}

/* CMS stats band */
.ffd-cms-stats-band {
    padding: 40px 0;
    background: linear-gradient(135deg, #0f2f2c 0%, #134e4a 55%, #0d9488 100%);
}
.ffd-cms-stat {
    padding: 12px 8px;
}
.ffd-cms-stat strong {
    display: block;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    color: #fff;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-cms-stat span {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.35;
}

/* Case studies */
.ffd-cms-cases {
    padding: 72px 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ffd-cms-case-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px 24px 24px;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}
.ffd-cms-case-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d9488, #2dd4bf);
}
.ffd-cms-case-card:hover {
    transform: translateY(-6px);
    border-color: #99f6e4;
    box-shadow: 0 22px 48px rgba(13, 148, 136, 0.14);
}
.ffd-cms-case-card__metric {
    display: inline-flex;
    flex-direction: column;
    background: linear-gradient(135deg, #f0fdfa, #ecfdf5);
    border: 1px solid #99f6e4;
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.ffd-cms-case-card__metric strong {
    display: block;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    color: #0f766e;
    line-height: 1.1;
}
.ffd-cms-case-card__metric span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}
.ffd-cms-case-card h3 {
    color: #0f2f2c;
    font-weight: 800;
    margin-bottom: 6px;
}
.ffd-cms-case-card__sub {
    font-size: 13px;
    font-weight: 700;
    color: #0d9488;
    margin-bottom: 10px;
}
.ffd-cms-case-card > p:last-child {
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

/* Certifications strip */
.ffd-cms-certs {
    padding: 48px 0;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 50%, #134e4a 100%);
}
.ffd-cms-certs__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.ffd-cms-cert {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px 16px;
    transition: background 0.2s, border-color 0.2s;
}
.ffd-cms-cert:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(45, 212, 191, 0.35);
}
.ffd-cms-cert > i {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.35);
}
.ffd-cms-cert strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
    line-height: 1.35;
}
.ffd-cms-cert span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

/* Testimonials */
.ffd-cms-testimonial {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 12px 36px rgba(15, 47, 44, 0.08);
    margin: 0;
    height: 100%;
}
.ffd-cms-testimonial p {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 18px;
    font-style: italic;
}
.ffd-cms-testimonial footer strong {
    display: block;
    color: #0f2f2c;
    font-size: 14px;
}
.ffd-cms-testimonial footer span {
    font-size: 13px;
    color: #64748b;
}
.ffd-cms-testimonials-prev,
.ffd-cms-testimonials-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0d9488;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(15, 47, 44, 0.1);
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}
.ffd-cms-testimonials-prev { left: 0; }
.ffd-cms-testimonials-next { right: 0; }
.ffd-cms-testimonials-prev:hover,
.ffd-cms-testimonials-next:hover {
    background: #0d9488;
    color: #fff;
    border-color: #0d9488;
}

/* Mid-page CTA */
.ffd-cms-mid-cta {
    padding: 0;
    background: linear-gradient(90deg, #f0fdfa 0%, #ecfdf5 50%, #f0fdfa 100%);
    border-top: 1px solid #99f6e4;
    border-bottom: 1px solid #99f6e4;
}
.ffd-cms-mid-cta__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 0;
}
.ffd-cms-mid-cta__inner p {
    margin: 0;
    font-size: 17px;
    color: #0f2f2c;
}

/* FAQ accordion (details/summary) */
.ffd-cms-faq__list {
    max-width: 820px;
}
.ffd-cms-faq__item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 47, 44, 0.04);
}
.ffd-cms-faq__item summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #0f2f2c;
    padding: 18px 48px 18px 20px;
    list-style: none;
    position: relative;
}
.ffd-cms-faq__item summary::-webkit-details-marker { display: none; }
.ffd-cms-faq__item summary::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0d9488;
    font-size: 12px;
    transition: transform 0.2s;
}
.ffd-cms-faq__item[open] summary {
    background: #f0fdfa;
    color: #0f766e;
}
.ffd-cms-faq__item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
.ffd-cms-faq__item p {
    padding: 0 20px 18px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

/* Use-case cards */
.ffd-sol-page .ffd-sol-use-card {
    border-left: 4px solid #14b8a6;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ffd-sol-page .ffd-sol-use-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 148, 136, 0.12);
}
.ffd-sol-page .ffd-sol-use-card h3 {
    color: #0f2f2c;
    font-weight: 800;
}

/* Compare table polish */
.ffd-sol-page .ffd-sol-compare-early {
    padding-top: 56px;
    padding-bottom: 64px;
    margin-top: 0;
}
.ffd-sol-page .ffd-sol-compare-table {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.08);
    border: 1px solid #e2e8f0;
}
.ffd-sol-page .ffd-sol-compare-table thead th {
    background: #0f2f2c;
    color: #fff;
    font-weight: 700;
    border: 0;
}
.ffd-sol-page .ffd-sol-compare-table tbody tr:hover {
    background: #f8fafc;
}

/* Final CTA band */
.ffd-sol-page .ffd-sol-cta-band--final {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.ffd-sol-page .ffd-sol-cta-band--final::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(45, 212, 191, 0.22), transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(20, 184, 166, 0.18), transparent 40%);
    pointer-events: none;
}
.ffd-sol-page .ffd-sol-cta-band--final .container {
    position: relative;
    z-index: 1;
}

/* Book call block */
.ffd-cms-book__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

@media (max-width: 767px) {
    .ffd-sol-page .ffd-sol-hero {
        padding: 80px 0 72px;
    }
    .ffd-sol-stats--strip .row {
        border-radius: 16px;
        padding: 14px 8px;
    }
    .ffd-cms-mid-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .ffd-cms-testimonials-slider-wrap {
        padding: 0 36px;
    }
}

/* ——— Projects page (project.html) ——— */
.ffd-projects-page .breadcrumb-wrapper {
    position: relative;
    padding: 100px 0 96px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-projects-page .breadcrumb-wrapper.ffd-projects-breadcrumb::before,
.ffd-projects-page .breadcrumb-wrapper::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.88) 0%, rgba(15, 47, 44, 0.78) 45%, rgba(13, 148, 136, 0.52) 100%);
}
.ffd-projects-page .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}
.ffd-projects-page .breadcrumb-list a {
    color: #99f6e4;
}
.ffd-projects-page .breadcrumb-list a:hover {
    color: #fff;
}
.ffd-projects-hero__lead {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
}

.ffd-projects-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-projects-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-projects-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-projects-stats__item:last-child { border-right: 0; }
.ffd-projects-stats__item strong {
    display: block;
    font-size: clamp(1.25rem, 3vw, 1.65rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-projects-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-projects-section-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d9488;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.ffd-projects-section-head h2 {
    color: #0f2f2c;
    font-weight: 800;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    margin-bottom: 12px;
}
.ffd-projects-page .ffd-page-intro {
    max-width: 720px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}

/* Featured case study cards */
.ffd-projects-case-studies {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 72px;
}
.ffd-case-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ffd-case-card:hover {
    transform: translateY(-8px);
    border-color: #99f6e4;
    box-shadow: 0 22px 48px rgba(13, 148, 136, 0.16);
}
.ffd-case-card > img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.ffd-case-card:hover > img {
    transform: scale(1.04);
}
.ffd-case-card__body {
    padding: 22px 22px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ffd-case-card__loc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0d9488;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}
.ffd-case-card__loc i {
    font-size: 11px;
}
.ffd-case-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f2f2c;
    line-height: 1.35;
    margin-bottom: 14px;
}
.ffd-case-metrics {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: grid;
    gap: 8px;
}
.ffd-case-metrics li {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 13px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
}
.ffd-case-metrics li strong {
    color: #0f766e;
    font-size: 14px;
    min-width: 52px;
}
.ffd-case-outcome {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 16px;
    flex: 1;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}
.ffd-case-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0d9488;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}
.ffd-case-card__cta i {
    font-size: 12px;
    transition: transform 0.2s;
}
.ffd-case-card__cta:hover {
    color: #0f766e;
    gap: 12px;
}
.ffd-case-card__cta:hover i {
    transform: translateX(3px);
}

/* Project gallery grid */
.ffd-projects-gallery {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 72px;
}
.ffd-projects-page .project-thumb-box-items-style-1 {
    position: relative;
    height: auto;
    min-height: 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.ffd-projects-page .project-thumb-box-items-style-1:hover {
    transform: translateY(-6px);
    border-color: #99f6e4;
    box-shadow: 0 20px 44px rgba(13, 148, 136, 0.14);
}
.ffd-projects-page .project-thumb-box-items-style-1 img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.ffd-projects-page .project-thumb-box-items-style-1:hover img {
    transform: scale(1.05);
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 22px 20px;
    background: linear-gradient(to top, rgba(8, 20, 18, 0.92) 0%, rgba(8, 20, 18, 0.35) 55%, transparent 100%);
    opacity: 1;
    transform: none;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .text-items h3 {
    margin-bottom: 6px;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .text-items h3 a {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .text-items h3 a:hover {
    color: #99f6e4;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .text-items p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .circle-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #0f766e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ffd-projects-page .project-thumb-box-items-style-1 .project-content .circle-icon:hover {
    background: #14b8a6;
    color: #fff;
    transform: scale(1.08);
}

/* Pagination */
.ffd-projects-pagination {
    margin-top: 40px;
}
.ffd-projects-pagination ul {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px 12px;
}
.ffd-projects-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: #475569;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.ffd-projects-pagination li.active .page-numbers,
.ffd-projects-pagination .page-numbers:hover {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
}

/* CTA band */
.ffd-projects-page .ffd-projects-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 40%, #0d9488 100%) !important;
}
.ffd-projects-page .ffd-projects-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(45, 212, 191, 0.22), transparent 42%),
        radial-gradient(circle at 88% 20%, rgba(20, 184, 166, 0.18), transparent 38%);
    pointer-events: none;
}
.ffd-projects-page .ffd-projects-cta .container {
    position: relative;
    z-index: 1;
}
.ffd-projects-page .ffd-projects-cta .cta-wrapper-3 .cta-content h2 {
    color: #fff;
    font-weight: 800;
}
.ffd-projects-page .ffd-projects-cta .cta-wrapper-3 .cta-content p {
    color: rgba(255, 255, 255, 0.88);
}
.ffd-projects-page .ffd-projects-cta .circle-box .arrow-icon {
    background: #fff;
    color: #0f766e;
}

@media (max-width: 991px) {
    .ffd-projects-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-projects-stats__item:nth-child(2) { border-right: 0; }
    .ffd-projects-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-projects-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}
@media (max-width: 991px) {
    /* main.css forces 500px tile height on mobile — collapse to image height */
    .ffd-projects-page .project-thumb-box-items-style-1 {
        height: auto;
    }
}
@media (max-width: 575px) {
    .ffd-projects-page .breadcrumb-wrapper {
        padding: 80px 0 72px;
    }
    .ffd-projects-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-projects-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-projects-stats__item:last-child { border-bottom: 0; }
    .ffd-case-card > img {
        height: 190px;
    }
    .ffd-projects-page .project-thumb-box-items-style-1 img {
        height: 220px;
    }
}

/* ——— Product wizard page (product-wizard.php) ——— */
.ffd-wizard-page {
    background: #fff;
}

.ffd-wizard-page .ffd-sol-hero--wizard {
    background-image:
        linear-gradient(135deg, rgba(8, 20, 18, 0.9) 0%, rgba(15, 47, 44, 0.82) 45%, rgba(13, 148, 136, 0.58) 100%),
        url("../img/ffdpower/bess-cabinet.webp");
    background-size: cover;
    background-position: center;
    padding: 100px 0 88px;
}
.ffd-wizard-page .ffd-wizard-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.ffd-wizard-page .ffd-wizard-hero__breadcrumb li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ffd-wizard-page .ffd-wizard-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.ffd-wizard-page .ffd-wizard-hero__breadcrumb a:hover {
    color: #99f6e4;
}
.ffd-wizard-page .ffd-wizard-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #99f6e4;
    margin-bottom: 14px;
}
.ffd-wizard-page .ffd-sol-hero h1 {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.ffd-wizard-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-wizard-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-wizard-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-wizard-stats__item:last-child { border-right: 0; }
.ffd-wizard-stats__item strong {
    display: block;
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-wizard-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-wizard-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 72px;
}
.ffd-wizard-section-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d9488;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.ffd-wizard-section-head h2 {
    color: #0f2f2c;
    font-weight: 800;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    margin-bottom: 12px;
}
.ffd-wizard-page .ffd-page-intro {
    max-width: 720px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}

/* Wizard card */
.ffd-wizard {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 28px 28px 32px;
    box-shadow: 0 24px 64px rgba(15, 47, 44, 0.1);
}
.ffd-wizard__progress {
    margin-bottom: 28px;
}
.ffd-wizard__steps {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.ffd-wizard__step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
    line-height: 1.2;
}
.ffd-wizard__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 2px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.ffd-wizard__step.is-active {
    color: #0f766e;
}
.ffd-wizard__step.is-active span,
.ffd-wizard__step.is-done span {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    border-color: #0d9488;
    color: #fff;
}
.ffd-wizard__step.is-done {
    color: #0d9488;
}
.ffd-wizard__progress-track {
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}
.ffd-wizard__progress-fill {
    display: block;
    height: 100%;
    width: 25%;
    background: linear-gradient(90deg, #0d9488, #2dd4bf);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.ffd-wizard__panel {
    display: none;
}
.ffd-wizard__panel.is-active {
    display: block;
    animation: ffdWizardFadeIn 0.35s ease;
}
@keyframes ffdWizardFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.ffd-wizard__panel-head {
    margin-bottom: 22px;
}
.ffd-wizard__step-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d9488;
    margin-bottom: 8px;
}
.ffd-wizard__panel-head h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: 800;
    color: #0f2f2c;
    margin: 0;
}

.ffd-wizard__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}
.ffd-wizard__options--scale {
    grid-template-columns: 1fr;
}
.ffd-wizard__option {
    cursor: pointer;
    margin: 0;
}
.ffd-wizard__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.ffd-wizard__option-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ffd-wizard__option-inner i {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0fdfa;
    color: #0f766e;
    font-size: 15px;
}
.ffd-wizard__option:hover .ffd-wizard__option-inner {
    border-color: #99f6e4;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(13, 148, 136, 0.1);
}
.ffd-wizard__option:has(input:checked) .ffd-wizard__option-inner {
    border-color: #0d9488;
    background: linear-gradient(135deg, #f0fdfa 0%, #fff 100%);
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.14);
}
.ffd-wizard__option:has(input:checked) .ffd-wizard__option-inner i {
    background: #0d9488;
    color: #fff;
}

.ffd-wizard__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
}
.ffd-wizard__nav--result {
    border-top: 0;
    padding-top: 0;
}
.ffd-wizard__nav .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.ffd-wizard__nav .ffd-btn-outline-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ffd-wizard__result:empty {
    display: none;
}
.ffd-wizard__rec {
    background: linear-gradient(135deg, #f0fdfa 0%, #fff 55%);
    border: 1px solid #99f6e4;
    border-radius: 18px;
    padding: 24px 24px 22px;
    margin-bottom: 24px;
}
.ffd-wizard__rec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
    background: #fff;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 14px;
}
.ffd-wizard__rec h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 8px;
}
.ffd-wizard__rec-tagline {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 12px;
}
.ffd-wizard__rec-copy {
    color: #475569;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
}
.ffd-wizard__rec-copy strong {
    color: #0f766e;
}

/* How it works */
.ffd-wizard-how {
    background: #fff;
    padding-bottom: 72px;
}
.ffd-wizard-how-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 12px 40px rgba(15, 47, 44, 0.06);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.ffd-wizard-how-card:hover {
    transform: translateY(-6px);
    border-color: #99f6e4;
    box-shadow: 0 20px 44px rgba(13, 148, 136, 0.12);
}
.ffd-wizard-how-card__num {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #0d9488;
    background: #f0fdfa;
    border-radius: 999px;
    padding: 6px 12px;
    margin-bottom: 14px;
}
.ffd-wizard-how-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 10px;
}
.ffd-wizard-how-card p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.ffd-wizard-page .ffd-wizard-cta {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .ffd-wizard-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-wizard-stats__item:nth-child(2) { border-right: 0; }
    .ffd-wizard-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-wizard-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .ffd-wizard__step {
        font-size: 0;
    }
    .ffd-wizard__step span {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    .ffd-wizard-page .ffd-sol-hero--wizard {
        padding: 80px 0 72px;
    }
    .ffd-wizard-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-wizard-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-wizard-stats__item:last-child { border-bottom: 0; }
    .ffd-wizard {
        padding: 20px 18px 24px;
        border-radius: 18px;
    }
    .ffd-wizard__options {
        grid-template-columns: 1fr;
    }
    .ffd-wizard__nav {
        flex-direction: column;
        align-items: stretch;
    }
    .ffd-wizard__nav .theme-btn,
    .ffd-wizard__nav .ffd-btn-outline-sm {
        justify-content: center;
        width: 100%;
    }
}

/* ——— Quote / savings calculator page (quote.html) ——— */
.ffd-quote-page {
    background: #fff;
}

.ffd-quote-page .ffd-quote-breadcrumb {
    padding: 100px 0 96px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-quote-page .ffd-quote-breadcrumb::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.9) 0%, rgba(15, 47, 44, 0.82) 45%, rgba(13, 148, 136, 0.55) 100%);
}
.ffd-quote-page .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.78);
}
.ffd-quote-page .breadcrumb-list a {
    color: #fff;
    text-decoration: none;
}
.ffd-quote-page .breadcrumb-list a:hover {
    color: #99f6e4;
}
.ffd-quote-page .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}
.ffd-quote-hero__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
}

.ffd-quote-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-quote-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-quote-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-quote-stats__item:last-child { border-right: 0; }
.ffd-quote-stats__item strong {
    display: block;
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-quote-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

/* Calculator section */
.ffd-calc-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
    padding-top: 48px;
    padding-bottom: 64px;
}
.ffd-calc-section-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d9488;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.ffd-calc-section-head h2,
.ffd-quote-form-section-head h2 {
    color: #0f2f2c;
    font-weight: 800;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    margin-bottom: 12px;
}
.ffd-quote-page .ffd-page-intro {
    max-width: 720px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}

.ffd-quote-page .ffd-calc-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 47, 44, 0.1);
    margin-bottom: 0;
}
.ffd-calc-panel__top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px 28px 24px;
    background: linear-gradient(135deg, #0f2f2c 0%, #134e4a 55%, #0d9488 100%);
    color: #fff;
}
.ffd-calc-panel__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #99f6e4;
}
.ffd-calc-panel__top h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 6px;
}
.ffd-calc-panel__top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.55;
}

.ffd-calc-panel__block {
    padding: 24px 28px;
    border-bottom: 1px solid #e2e8f0;
}
.ffd-calc-panel__block--result {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.ffd-calc-panel__block-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.ffd-calc-panel__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f766e;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 5px 12px;
    flex-shrink: 0;
}
.ffd-calc-panel__block-head h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f2f2c;
}

.ffd-quote-page .ffd-calc-field label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ffd-quote-page .ffd-calc-field label i {
    color: #0d9488;
    font-size: 13px;
    width: 16px;
    text-align: center;
}
.ffd-quote-page .ffd-calc-radios label {
    padding: 10px 14px;
    border-radius: 12px;
    border-width: 2px;
}
.ffd-quote-page .ffd-calc-radios label:has(input:checked) {
    box-shadow: 0 6px 20px rgba(13, 148, 136, 0.12);
}

@media (max-width: 575.98px) {
    .ffd-quote-page .ffd-calc-radios {
        gap: 8px;
    }

    .ffd-quote-page .ffd-calc-radios label {
        padding: 8px 10px;
        border-radius: 999px;
        font-size: 12px;
        flex: 1 1 100%;
        justify-content: center;
    }

    .ffd-quote-page .ffd-calc-radios label input {
        width: 14px;
        height: 14px;
    }

    .ffd-quote-page .ffd-calc-radios label span {
        line-height: 1.2;
    }
}

.ffd-quote-page .ffd-calc-result {
    margin: 0;
    padding: 0;
    background: transparent;
    display: block;
    min-height: 120px;
}
.ffd-calc-result__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 32px 20px;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    background: #fff;
    color: #64748b;
}
.ffd-calc-result__placeholder i {
    font-size: 28px;
    color: #94a3b8;
}
.ffd-calc-result__placeholder p {
    margin: 0;
    max-width: 360px;
    font-size: 15px;
    line-height: 1.55;
}
.ffd-quote-page .ffd-calc-result.is-visible {
    padding: 22px 22px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 50%, #115e59 100%);
    border: 1px solid rgba(45, 212, 191, 0.25);
    box-shadow: 0 16px 48px rgba(8, 20, 18, 0.2);
}
.ffd-calc-result__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}
.ffd-calc-metric {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
}
.ffd-calc-metric span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #99f6e4;
    margin-bottom: 4px;
}
.ffd-calc-metric strong {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}

.ffd-calc-email-wrap {
    padding: 24px 28px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.ffd-calc-email-form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 12px;
    align-items: center;
}
.ffd-calc-email-form .form-control {
    padding: 14px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    background: #fff;
}
.ffd-calc-email-form .form-control:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.ffd-calc-email-form .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.ffd-calc-email-status {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #0f766e;
}

.ffd-calc-panel__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 22px 28px 28px;
}
.ffd-quote-page #ffd-calc-apply {
    display: none;
    align-items: center;
    gap: 8px;
    border-radius: 999px !important;
    padding: 16px 28px !important;
}
.ffd-quote-page #ffd-calc-apply.is-visible {
    display: inline-flex;
}
.ffd-calc-panel__actions .ffd-btn-outline-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Trust strip */
.ffd-quote-page .ffd-quote-trust__item {
    height: 100%;
    padding: 18px 16px;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(13, 148, 136, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ffd-quote-page .ffd-quote-trust__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(13, 148, 136, 0.14);
}

/* Quote form section */
.ffd-quote-form-section {
    background: #fff;
    padding-top: 72px;
    padding-bottom: 88px;
}
.ffd-quote-form-section-head {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.ffd-quote-page .ffd-quote-form {
    border-radius: 24px;
    padding: 32px 32px 36px;
    box-shadow: 0 24px 64px rgba(15, 47, 44, 0.08);
    border: 1px solid #e2e8f0;
}
.ffd-quote-form__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px dashed #e2e8f0;
}
.ffd-quote-form__head-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.ffd-quote-form__head h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 6px;
}
.ffd-quote-form__head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* CTA band */
.ffd-quote-page .ffd-quote-cta-band {
    padding: 72px 0 88px;
    background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}
.ffd-quote-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 42%, #115e59 78%, #0d9488 100%);
    box-shadow: 0 28px 72px rgba(8, 20, 18, 0.22);
    border: 1px solid rgba(45, 212, 191, 0.2);
}
.ffd-quote-cta-card__orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.ffd-quote-cta-card__orb--1 {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.28), transparent 68%);
}
.ffd-quote-cta-card__orb--2 {
    width: 260px;
    height: 260px;
    bottom: -100px;
    left: -60px;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.2), transparent 70%);
}
.ffd-quote-cta-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 40px 40px 44px;
}
.ffd-quote-cta-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #99f6e4;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(153, 246, 228, 0.25);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 16px;
}
.ffd-quote-cta-card__copy h2 {
    font-size: clamp(1.85rem, 4.5vw, 2.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}
.ffd-quote-cta-card__copy p {
    max-width: 560px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
}
.ffd-quote-cta-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ffd-quote-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}
.ffd-quote-cta-btn:hover {
    transform: translateY(-2px);
}
.ffd-quote-cta-btn--primary {
    background: #fff;
    color: #0f766e;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    padding-right: 22px;
}
.ffd-quote-cta-btn--primary:hover {
    color: #0d9488;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.ffd-quote-cta-btn__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ffd-quote-cta-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left;
}
.ffd-quote-cta-btn__text strong {
    font-size: 15px;
}
.ffd-quote-cta-btn__text small {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}
.ffd-quote-cta-btn--wa {
    background: #128c7e;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.35);
}
.ffd-quote-cta-btn--wa:hover {
    background: #0f766e;
    color: #fff;
}
.ffd-quote-cta-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.ffd-quote-cta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}
.ffd-quote-cta-card__dial {
    position: relative;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
}
.ffd-quote-cta-card__dial-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed rgba(153, 246, 228, 0.45);
    animation: ffdQuoteDialSpin 18s linear infinite;
}
.ffd-quote-cta-card__dial-core {
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), #ecfdf5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #0d9488;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}
@keyframes ffdQuoteDialSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Quote form section polish */
.ffd-quote-page .ffd-quote-form-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 55%, #f0fdfa 100%);
}
.ffd-quote-page .ffd-form-label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.02em;
}
.ffd-quote-page .ffd-quote-form .form-clt input,
.ffd-quote-page .ffd-quote-form .form-clt textarea,
.ffd-quote-page .ffd-quote-form select {
    border-radius: 14px;
    border-color: #cbd5e1;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.ffd-quote-page .ffd-quote-form .form-clt input:focus,
.ffd-quote-page .ffd-quote-form .form-clt textarea:focus,
.ffd-quote-page .ffd-quote-form select:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12);
}
.ffd-quote-page .contact-button .theme-btn {
    border-radius: 999px !important;
    padding: 16px 28px !important;
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.22);
}
.ffd-quote-page .ffd-quote-wa-link--pill {
    padding: 14px 22px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 2px solid #99f6e4;
    color: #0f766e;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ffd-quote-page .ffd-quote-wa-link--pill:hover {
    background: #128c7e;
    border-color: #128c7e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(18, 140, 126, 0.28);
}
.ffd-quote-page .ffd-quote-wa-link--pill i {
    font-size: 18px;
}

@media (max-width: 991px) {
    .ffd-quote-cta-card__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px 36px;
    }
    .ffd-quote-cta-card__dial {
        display: none;
    }
    .ffd-quote-cta-card__actions {
        width: 100%;
        flex-direction: column;
    }
    .ffd-quote-cta-btn {
        width: 100%;
        justify-content: center;
    }
    .ffd-quote-cta-btn--primary {
        justify-content: flex-start;
    }
}
@media (max-width: 575px) {
    .ffd-quote-page .ffd-quote-cta-band {
        padding: 56px 0 72px;
    }
}

/* Legacy CTA overrides (if reused elsewhere on page) */
.ffd-quote-page .ffd-quote-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 40%, #0d9488 100%) !important;
}
.ffd-quote-page .ffd-quote-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 50%, rgba(45, 212, 191, 0.22), transparent 42%),
        radial-gradient(circle at 88% 20%, rgba(20, 184, 166, 0.18), transparent 38%);
    pointer-events: none;
}
.ffd-quote-page .ffd-quote-cta .container {
    position: relative;
    z-index: 1;
}
.ffd-quote-page .ffd-quote-cta .cta-wrapper-3 .cta-content h2 {
    color: #fff;
    font-weight: 800;
}
.ffd-quote-page .ffd-quote-cta .cta-wrapper-3 .cta-content p {
    color: rgba(255, 255, 255, 0.88);
}
.ffd-quote-page .ffd-quote-cta .circle-box .arrow-icon {
    background: #fff;
    color: #0f766e;
}

@media (max-width: 991px) {
    .ffd-quote-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-quote-stats__item:nth-child(2) { border-right: 0; }
    .ffd-quote-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-quote-stats__item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .ffd-calc-result__metrics {
        grid-template-columns: 1fr;
    }
    .ffd-calc-email-form__fields {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    .ffd-quote-page .ffd-quote-breadcrumb {
        padding: 80px 0 72px;
    }
    .ffd-quote-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-quote-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-quote-stats__item:last-child { border-bottom: 0; }
    .ffd-calc-panel__top,
    .ffd-calc-panel__block,
    .ffd-calc-email-wrap,
    .ffd-calc-panel__actions {
        padding-left: 18px;
        padding-right: 18px;
    }
    .ffd-quote-page .ffd-quote-form {
        padding: 22px 18px 26px;
    }
    .ffd-calc-panel__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .ffd-calc-panel__actions .theme-btn,
    .ffd-calc-panel__actions .ffd-btn-outline-sm {
        justify-content: center;
        width: 100%;
    }
}

/* Quote calculator — enhanced polish */
.ffd-quote-stats__item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    color: #0d9488;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(13, 148, 136, 0.12);
}
.ffd-calc-section {
    position: relative;
    overflow: hidden;
}
.ffd-calc-section::before,
.ffd-calc-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.ffd-calc-section::before {
    width: 420px;
    height: 420px;
    top: -120px;
    right: -140px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.18), transparent 68%);
}
.ffd-calc-section::after {
    width: 360px;
    height: 360px;
    bottom: -80px;
    left: -100px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.12), transparent 70%);
}
.ffd-calc-section > .container {
    position: relative;
    z-index: 1;
}
.ffd-calc-panel__progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #e2e8f0;
}
.ffd-calc-panel__progress span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.ffd-calc-panel__progress span.is-active {
    color: #0f766e;
    border-color: #99f6e4;
    background: #f0fdfa;
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.1);
}
.ffd-calc-panel__progress-line {
    width: 28px;
    height: 2px;
    padding: 0 !important;
    border: 0 !important;
    background: linear-gradient(90deg, #cbd5e1, #99f6e4) !important;
    border-radius: 999px !important;
}
@media (min-width: 992px) {
    .ffd-calc-panel__body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }
    .ffd-calc-panel__block {
        border-bottom: 0;
        border-right: 1px solid #e2e8f0;
        min-height: 100%;
    }
    .ffd-calc-panel__block--result {
        border-right: 0;
        display: flex;
        flex-direction: column;
    }
    .ffd-calc-panel__block--result .ffd-calc-result,
    .ffd-calc-panel__block--result .ffd-calc-result__placeholder {
        flex: 1;
    }
}
.ffd-quote-page .ffd-calc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 18px;
}
.ffd-quote-page .ffd-calc-field--full {
    grid-column: 1 / -1;
}
.ffd-quote-page .ffd-calc-field input,
.ffd-quote-page .ffd-calc-field select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    font-size: 15px;
    background: #f8fafc;
    color: #0f172a;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.ffd-quote-page .ffd-calc-field input:focus,
.ffd-quote-page .ffd-calc-field select:focus {
    outline: none;
    border-color: #0d9488;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12);
}
.ffd-calc-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.ffd-calc-preset {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 999px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ffd-calc-preset:hover {
    border-color: #0d9488;
    color: #0f766e;
    background: #f0fdfa;
    transform: translateY(-1px);
}
.ffd-calc-preset.is-active {
    border-color: #0d9488;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    box-shadow: 0 8px 20px rgba(13, 148, 136, 0.28);
}
.ffd-calc-result__placeholder {
    min-height: 220px;
    border: 2px dashed rgba(13, 148, 136, 0.35);
    background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}
.ffd-calc-result__placeholder i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.25);
}
.ffd-quote-page .ffd-calc-result.is-visible {
    animation: ffdCalcReveal 0.45s ease;
}
@keyframes ffdCalcReveal {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.ffd-quote-page .ffd-calc-result__range {
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}
.ffd-quote-page .ffd-calc-result__head {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ffd-quote-page .ffd-quote-trust__item {
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.14);
    font-weight: 600;
    color: #334155;
    text-align: center;
}
.ffd-quote-page .ffd-quote-trust__item i {
    display: block;
    font-size: 22px;
    color: #0d9488;
    margin-bottom: 8px;
}
.ffd-calc-panel__actions {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.ffd-calc-panel__actions .theme-btn {
    border-radius: 999px !important;
    padding: 16px 28px !important;
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.25);
}
.ffd-calc-panel__actions .ffd-btn-outline-sm {
    border-radius: 999px;
    padding: 14px 22px;
    border: 2px solid #0d9488;
    color: #0f766e;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ffd-calc-panel__actions .ffd-btn-outline-sm:hover {
    background: #0d9488;
    color: #fff;
    transform: translateY(-2px);
}
@media (max-width: 991px) {
    .ffd-quote-page .ffd-calc-grid {
        grid-template-columns: 1fr;
    }
    .ffd-calc-panel__progress-line {
        display: none;
    }
}

/* ——— Insights hub & articles (insights/) ——— */
.ffd-insights-page {
    background: #fff;
}
.ffd-insights-breadcrumb {
    padding: 100px 0 88px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-insights-breadcrumb::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.92) 0%, rgba(15, 47, 44, 0.84) 45%, rgba(13, 148, 136, 0.58) 100%);
}
.ffd-insights-breadcrumb .breadcrumb-list li,
.ffd-insights-breadcrumb .breadcrumb-list a {
    color: rgba(255, 255, 255, 0.82);
}
.ffd-insights-breadcrumb .breadcrumb-list a {
    text-decoration: none;
}
.ffd-insights-breadcrumb .breadcrumb-list a:hover {
    color: #99f6e4;
}
.ffd-insights-breadcrumb .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}
.ffd-insights-hero__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
}
.ffd-insights-hero__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #99f6e4;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(153, 246, 228, 0.25);
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.ffd-insights-breadcrumb--article {
    padding-bottom: 72px;
}
.ffd-insights-breadcrumb--article .breadcrumb-title {
    font-size: clamp(1.65rem, 4vw, 2.5rem) !important;
    max-width: 900px;
}

.ffd-insights-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-insights-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-insights-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-insights-stats__item:last-child { border-right: 0; }
.ffd-insights-stats__item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 10px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    color: #0d9488;
    font-size: 16px;
}
.ffd-insights-stats__item strong {
    display: block;
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-insights-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-insights-list {
    background: linear-gradient(180deg, #f8fafc 0%, #f0fdfa 55%, #fff 100%);
    padding-bottom: 72px;
}
.ffd-insights-list-head__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d9488;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}
.ffd-insights-list-head h2 {
    color: #0f2f2c;
    font-weight: 800;
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    margin-bottom: 12px;
}
.ffd-insights-list-head p {
    max-width: 720px;
    color: #64748b;
    font-size: 17px;
    line-height: 1.65;
}
.ffd-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ffd-insight-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 24px 22px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 12px 36px rgba(15, 47, 44, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ffd-insight-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 148, 136, 0.28);
    box-shadow: 0 20px 48px rgba(13, 148, 136, 0.12);
}
.ffd-insight-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.25);
}
.ffd-insight-card__cat {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0d9488;
    margin-bottom: 6px;
}
.ffd-insight-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2f2c;
    line-height: 1.35;
    margin-bottom: 8px;
}
.ffd-insight-card p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}
.ffd-insight-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f766e;
    text-decoration: none;
    margin-top: 4px;
}
.ffd-insight-card__link:hover {
    color: #0d9488;
}

.ffd-insights-article-main {
    background: #fff;
    padding-bottom: 72px;
}
.ffd-insight-article {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px 32px 28px;
    box-shadow: 0 20px 56px rgba(15, 47, 44, 0.08);
}
.ffd-insight-article__meta {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0d9488;
    margin-bottom: 18px;
}
.ffd-insight-article h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f2f2c;
    margin: 28px 0 12px;
}
.ffd-insight-article p,
.ffd-insight-article li {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}
.ffd-insight-article ul {
    padding-left: 1.2rem;
    margin-bottom: 16px;
}
.ffd-insight-article a {
    color: #0f766e;
    font-weight: 600;
}
.ffd-insight-article a:hover {
    color: #0d9488;
}
.ffd-insight-article__cta {
    margin-top: 32px;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfdf5 100%);
    border: 1px solid #99f6e4;
}
.ffd-insight-article__cta h2 {
    margin-top: 0;
    font-size: 1.2rem;
}
.ffd-insight-article__cta p {
    margin-bottom: 16px;
}
.ffd-insight-article__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ffd-insight-article__cta-actions .theme-btn {
    border-radius: 999px !important;
}

.ffd-insights-aside__block,
.ffd-insights-aside__promo {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 22px 20px;
    box-shadow: 0 12px 32px rgba(15, 47, 44, 0.06);
}
.ffd-insights-aside__block {
    margin-bottom: 16px;
}
.ffd-insights-aside__block h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 14px;
}
.ffd-insights-aside__block h3 i {
    color: #0d9488;
}
.ffd-insights-aside__block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ffd-insights-aside__block li + li {
    border-top: 1px solid #f1f5f9;
}
.ffd-insights-aside__block a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #0f2f2c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}
.ffd-insights-aside__block a span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0d9488;
    margin-bottom: 3px;
}
.ffd-insights-aside__block a:hover {
    color: #0f766e;
}
.ffd-insights-aside__promo {
    text-align: center;
    background: linear-gradient(180deg, #0f2f2c 0%, #115e59 100%);
    border-color: rgba(45, 212, 191, 0.2);
    color: #fff;
}
.ffd-insights-aside__promo i {
    font-size: 28px;
    color: #99f6e4;
    margin-bottom: 10px;
}
.ffd-insights-aside__promo h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 8px;
}
.ffd-insights-aside__promo p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-bottom: 14px;
}
.ffd-insights-aside__promo .ffd-btn-outline-sm {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
.ffd-insights-aside__promo .ffd-btn-outline-sm:hover {
    background: #fff;
    color: #0f766e;
}

.ffd-insights-cta-band {
    padding: 0 0 88px;
    background: linear-gradient(180deg, #fff 0%, #f0fdfa 100%);
}
.ffd-insights-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 36px 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 42%, #0d9488 100%);
    border: 1px solid rgba(45, 212, 191, 0.2);
    box-shadow: 0 24px 64px rgba(8, 20, 18, 0.18);
}
.ffd-insights-cta-card__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #99f6e4;
    margin-bottom: 10px;
}
.ffd-insights-cta-card h2 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.45rem, 3vw, 2rem);
    margin-bottom: 10px;
}
.ffd-insights-cta-card p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.6;
}
.ffd-insights-cta-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ffd-insights-cta-card__actions .theme-btn {
    border-radius: 999px !important;
}
.ffd-insights-cta-card__actions .ffd-btn-outline-sm {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}
.ffd-insights-cta-card__actions .ffd-btn-outline-sm:hover {
    background: #fff;
    color: #0f766e;
}

@media (max-width: 991px) {
    .ffd-insights-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-insights-stats__item:nth-child(2) { border-right: 0; }
    .ffd-insights-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-insights-stats__item:nth-last-child(-n+2) { border-bottom: 0; }
    .ffd-insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-insights-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .ffd-insights-breadcrumb {
        padding: 80px 0 72px;
    }
    .ffd-insights-stats__grid,
    .ffd-insights-grid {
        grid-template-columns: 1fr;
    }
    .ffd-insights-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-insights-stats__item:last-child { border-bottom: 0; }
    .ffd-insight-article {
        padding: 22px 18px 20px;
    }
    .ffd-insights-cta-card {
        padding: 28px 22px;
    }
    .ffd-insights-cta-card__actions,
    .ffd-insight-article__cta-actions {
        width: 100%;
        flex-direction: column;
    }
    .ffd-insights-cta-card__actions .theme-btn,
    .ffd-insights-cta-card__actions .ffd-btn-outline-sm,
    .ffd-insight-article__cta-actions .theme-btn,
    .ffd-insight-article__cta-actions .ffd-btn-outline-sm {
        width: 100%;
        justify-content: center;
    }
}

/* ——— Contact page ——— */
.ffd-contact-page {
    background: #fff;
}

.ffd-contact-page .ffd-contact-breadcrumb {
    padding: 100px 0 96px;
    background-color: #0f2f2c;
    background-size: cover;
    background-position: center;
}
.ffd-contact-page .ffd-contact-breadcrumb::before {
    background: linear-gradient(135deg, rgba(8, 20, 18, 0.9) 0%, rgba(15, 47, 44, 0.82) 45%, rgba(13, 148, 136, 0.55) 100%);
}
.ffd-contact-page .breadcrumb-list li {
    color: rgba(255, 255, 255, 0.78);
}
.ffd-contact-page .breadcrumb-list a {
    color: #fff;
    text-decoration: none;
}
.ffd-contact-page .breadcrumb-list a:hover {
    color: #99f6e4;
}
.ffd-contact-page .breadcrumb-title {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 800;
    color: #fff !important;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}
.ffd-contact-hero__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
}

.ffd-contact-stats {
    position: relative;
    z-index: 3;
    margin-top: -40px;
    padding-bottom: 8px;
}
.ffd-contact-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 20px;
    padding: 18px 16px;
    box-shadow: 0 20px 56px rgba(8, 20, 18, 0.12);
}
.ffd-contact-stats__item {
    text-align: center;
    padding: 10px 8px;
    border-right: 1px solid #e2e8f0;
}
.ffd-contact-stats__item:last-child { border-right: 0; }
.ffd-contact-stats__item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f0fdfa;
    color: #0d9488;
    font-size: 16px;
    margin-bottom: 8px;
}
.ffd-contact-stats__item strong {
    display: block;
    font-size: clamp(1.1rem, 3vw, 1.45rem);
    color: #0f766e;
    line-height: 1.1;
    margin-bottom: 4px;
}
.ffd-contact-stats__item span {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

.ffd-contact-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 45%, #f0fdfa 100%);
    padding-top: 56px;
    padding-bottom: 72px;
}

.ffd-contact-intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.ffd-contact-intro__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d9488;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 7px 16px;
    margin-bottom: 14px;
}
.ffd-contact-intro h2 {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 14px;
}
.ffd-contact-intro p {
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
    max-width: 680px;
}
.ffd-contact-intro p a {
    color: #0d9488;
    font-weight: 700;
    text-decoration: none;
}
.ffd-contact-intro p a:hover {
    color: #0f766e;
    text-decoration: underline;
}

.ffd-contact-channel {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    padding: 26px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(15, 47, 44, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ffd-contact-channel:hover {
    transform: translateY(-5px);
    border-color: rgba(13, 148, 136, 0.28);
    box-shadow: 0 20px 48px rgba(13, 148, 136, 0.12);
}
.ffd-contact-channel__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.25);
}
.ffd-contact-channel__label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0d9488;
    margin-bottom: 6px;
}
.ffd-contact-channel h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 8px;
    line-height: 1.35;
}
.ffd-contact-channel h3 a {
    color: inherit;
    text-decoration: none;
}
.ffd-contact-channel h3 a:hover {
    color: #0d9488;
}
.ffd-contact-channel p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
}
.ffd-contact-channel p a {
    color: #0f766e;
    font-weight: 600;
    text-decoration: none;
}
.ffd-contact-channel p a:hover {
    color: #0d9488;
    text-decoration: underline;
}

.ffd-contact-office-card {
    height: 100%;
    padding: 28px 26px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(15, 47, 44, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ffd-contact-office-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(13, 148, 136, 0.1);
}
.ffd-contact-office-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.ffd-contact-office-card__badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 4px 10px;
}
.ffd-contact-office-card h4 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f2f2c;
}
.ffd-contact-office-card h4 i {
    color: #0d9488;
    margin-right: 6px;
}
.ffd-contact-office-card > p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 18px;
}
.ffd-contact-office-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}
.ffd-contact-office-card__meta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #0f766e;
    text-decoration: none;
}
.ffd-contact-office-card__meta a i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #f0fdfa;
    color: #0d9488;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.ffd-contact-office-card__meta a:hover {
    color: #0d9488;
}

.ffd-contact-form-area {
    margin-top: 8px;
}
.ffd-contact-page .ffd-contact-form {
    border-radius: 24px;
    padding: 32px 32px 36px;
    box-shadow: 0 24px 64px rgba(15, 47, 44, 0.08);
    border: 1px solid #e2e8f0;
    background: #fff;
}
.ffd-contact-form__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e2e8f0;
}
.ffd-contact-form__head-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 10px 24px rgba(13, 148, 136, 0.25);
}
.ffd-contact-form__head h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f2f2c;
    margin-bottom: 6px;
}
.ffd-contact-form__head p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}
.ffd-contact-page .ffd-form-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 8px;
}
.ffd-contact-page .ffd-contact-form .form-clt input,
.ffd-contact-page .ffd-contact-form .form-clt textarea {
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    background: #fff;
    padding: 14px 16px;
    width: 100%;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ffd-contact-page .ffd-contact-form .form-clt input:focus,
.ffd-contact-page .ffd-contact-form .form-clt textarea:focus {
    outline: none;
    border-color: #0d9488;
    box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.12);
}
.ffd-contact-page .ffd-contact-form .contact-button .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 16px 28px;
}

.ffd-contact-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 20px 56px rgba(15, 47, 44, 0.12);
}
.ffd-contact-visual__img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}
.ffd-contact-visual__caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(15, 47, 44, 0.88);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    border: 1px solid rgba(153, 246, 228, 0.2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.ffd-contact-visual__caption i {
    color: #99f6e4;
}

.ffd-contact-map-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 10px 32px rgba(15, 47, 44, 0.06);
}
.ffd-contact-map-card:last-child {
    margin-bottom: 0;
}
.ffd-contact-map-card__head {
    padding: 14px 18px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.ffd-contact-map-card__head h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f2f2c;
}
.ffd-contact-map-card__head h5 i {
    color: #0d9488;
    margin-right: 8px;
}
.ffd-contact-map-card__frame {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    background: #e2e8f0;
}
.ffd-contact-map-card__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ffd-contact-cta-band {
    padding: 0 0 88px;
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}
.ffd-contact-cta-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px 44px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0a1f1d 0%, #0f2f2c 42%, #115e59 78%, #0d9488 100%);
    box-shadow: 0 28px 72px rgba(8, 20, 18, 0.22);
    border: 1px solid rgba(45, 212, 191, 0.2);
}
.ffd-contact-cta-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #99f6e4;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(153, 246, 228, 0.25);
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 14px;
}
.ffd-contact-cta-card__copy h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ffd-contact-cta-card__copy p {
    max-width: 540px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
}
.ffd-contact-cta-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ffd-contact-cta-card__actions .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 16px 28px;
    white-space: nowrap;
}
.ffd-contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.ffd-contact-cta-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(153, 246, 228, 0.4);
    color: #fff;
}

@media (max-width: 991px) {
    .ffd-contact-page .ffd-contact-breadcrumb {
        padding: 80px 0 72px;
    }
    .ffd-contact-stats__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ffd-contact-stats__item:nth-child(2) { border-right: 0; }
    .ffd-contact-stats__item {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 14px;
    }
    .ffd-contact-stats__item:nth-last-child(-n+2) { border-bottom: 0; }
    .ffd-contact-cta-card {
        padding: 32px 28px;
    }
}

@media (max-width: 575px) {
    .ffd-contact-stats__grid {
        grid-template-columns: 1fr;
    }
    .ffd-contact-stats__item {
        border-bottom: 1px solid #e2e8f0;
    }
    .ffd-contact-stats__item:last-child { border-bottom: 0; }
    .ffd-contact-page .ffd-contact-form {
        padding: 22px 18px 26px;
    }
    .ffd-contact-channel {
        flex-direction: column;
        align-items: flex-start;
    }
    .ffd-contact-cta-card__actions,
    .ffd-contact-page .ffd-contact-form .contact-button {
        width: 100%;
        flex-direction: column;
    }
    .ffd-contact-cta-card__actions .theme-btn,
    .ffd-contact-cta-btn,
    .ffd-contact-page .ffd-contact-form .contact-button .theme-btn,
    .ffd-contact-page .ffd-contact-form .contact-button .ffd-btn-outline-sm {
        width: 100%;
        justify-content: center;
    }
}
