:root {
    --primary-color: #3a0940; /* Roxo 4WaTT Oficial */
    --secondary-color: #03a589; /* Ciano 4WaTT Oficial */
    --secondary-color-rgb: 3, 165, 137;
    --white: #ffffff;
    --bg-light: #fdfdfd;
}

/* ================= TÍTULOS CENTRALIZADOS ================= */
.section-title,
.section-header h2,
.section-header--centered h2,
#faq h2,
.page-hero__title,
.faq-section-title,
.invest-mid-cta h2,
.reveal > h2,
.section > div > h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ================= ANIMAÇÕES PREMIUM (REVEAL) ================= */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.reveal-left.active {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(60px);
    transition: all 1.2s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

.stagger-item {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s ease-out;
}

.stagger-item.active {
    opacity: 1;
    transform: translateY(0);
}

/* ================= HERO UTILS & UX ================= */
.hero-ctas {
    display: flex;
    gap: 20px;
    margin-top: 2rem;
}

.btn-primary {
    background: var(--secondary-color) !important;
    color: var(--white) !important;
    border: 2px solid var(--secondary-color) !important;
    box-shadow: 0 10px 20px rgba(3, 165, 137, 0.2);
    font-weight: 700;
}

.btn-primary:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-3px);
}

.mobile-only-cta {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only-cta {
        display: block !important;
        padding: 3rem 5%;
        background: var(--bg-light);
        text-align: left;
        border-bottom: 1px solid #eee;
    }
    .hero-ctas {
        flex-direction: column;
        gap: 15px;
        align-items: center; /* Centraliza botões no mobile */
    }
    .hero-slider, .slide {
        height: 85vh; /* Garante CTA acima da dobra */
    }
}

/* ================= SEÇÃO PROBLEMA (CONTRASTE) ================= */
.problem-visual-centered {
    display: block; /* Padrão Desktop */
}

.mobile-contrast-layout {
    display: none; /* Esconde no Desktop */
}

@media (max-width: 768px) {
    .problem-visual-centered {
        display: none !important; /* Esconde Desktop no Mobile */
    }
    
    .mobile-contrast-layout {
        display: block !important; /* Mostra Mobile no Mobile */
    }
}

.box-visual img, .input-circle img, .step-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    text-align: center;
    color: #333;
    line-height: 1.6;
    background-color: var(--white);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #fff;
}

p {
    text-align: center;
    margin-bottom: 1rem;
    max-width: 850px;
    color: #ddd;
    margin-left: auto;
    margin-right: auto;
}

.btn, .card-link, .floating-cta {
    justify-content: center !important;
    text-align: center !important;
}

/* Forçar alinhamento em grids e flexboxes comuns */
.ecosystem-grid, .actuation-grid, .milestones-grid, .footer-grid, .results-grid {
    justify-items: center !important;
    text-align: center !important;
}

.box-content, .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

ul {
    list-style-position: inside;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
}

/* ================= HOME HERO ONEPAGE ================= */
.hero-home {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 8.5rem 5vw 5rem;
    background: #04100d;
}

.hero-home__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) brightness(0.55) contrast(1.06);
}

.hero-home__cover {
    display: none;
}

.hero-home__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 7, 6, 0.86) 0%, rgba(3, 7, 6, 0.66) 42%, rgba(3, 7, 6, 0.8) 100%),
        linear-gradient(180deg, rgba(2, 8, 6, 0.2) 0%, rgba(2, 8, 6, 0.72) 100%);
    z-index: 1;
    transition: opacity 0.8s ease;
}

.hero-home__texture {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.045) 0,
            rgba(255, 255, 255, 0.045) 1px,
            transparent 1px,
            transparent 140px
        );
    mix-blend-mode: soft-light;
    opacity: 0.34;
    z-index: 2;
    transition: opacity 0.8s ease;
}

.hero-home__glow {
    position: absolute;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.38;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.8s ease;
}

.hero-home__glow--left {
    left: -10vw;
    bottom: -8vw;
    background: radial-gradient(circle, rgba(3, 165, 137, 0.55) 0%, transparent 65%);
    animation: heroGlowFloat 10s ease-in-out infinite;
}

.hero-home__glow--right {
    right: -8vw;
    top: 10vh;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 62%);
    animation: heroGlowFloat 12s ease-in-out infinite reverse;
}

.hero-home__intro {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    transition: opacity 1.2s ease, transform 1.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(0);
}

.hero-home__intro-desktop {
    position: absolute;
    inset: 0;
    display: block;
}

.hero-home__intro-copy {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(1120px, calc(100% - 7vw));
    margin: 0 auto;
    padding: clamp(26px, 3.4vw, 42px) clamp(34px, 4vw, 48px);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 36px;
    box-shadow: 0 24px 80px rgba(12, 12, 20, 0.18);
    text-align: center;
}

.hero-home__intro-line {
    display: block;
    margin: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d0f4f;
    line-height: 0.88;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.hero-home__intro-line--lead {
    font-size: clamp(3.25rem, 5vw, 5rem);
}

.hero-home__intro-line--lead:first-child {
    transform: scaleX(0.84);
    transform-origin: center;
}

.hero-home__intro-line--lead:nth-child(2) {
    transform: scaleX(1.08);
    transform-origin: center;
}

.hero-home__intro-line--focus {
    font-size: clamp(7.4rem, 11.7vw, 11.6rem);
    line-height: 0.84;
    letter-spacing: -0.058em;
}

.hero-home__intro-phase {
    position: absolute;
    inset: 0;
    display: block;
}

.hero-home__intro-phase svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.hero-home__intro-phase--lead {
    opacity: 0;
    animation: heroIntroLead 7s ease forwards;
}

.hero-home__intro-phase--renova {
    opacity: 0;
    transform: scale(1);
    animation: heroIntroRenovaPhase 6s ease 7s forwards;
}

.hero-home__intro-mask {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    dominant-baseline: hanging;
    text-rendering: geometricPrecision;
    fill: black;
}

.hero-home__intro-mask--lead1 {
    font-size: 96px;
    letter-spacing: -0.05em;
}

.hero-home__intro-mask--lead2 {
    font-size: 158px;
    letter-spacing: -0.08em;
}

.hero-home__intro-mask--renova {
    font-size: 308px;
    letter-spacing: -0.1em;
    transform-box: fill-box;
    transform-origin: center center;
    animation: heroIntroRenovaWord 6s cubic-bezier(0.18, 0.72, 0.12, 1) 7s forwards;
}

.hero-home__intro-plate {
    fill: rgba(255, 255, 255, 0.96);
}

@keyframes heroGlowFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -20px, 0) scale(1.08);
    }
}

@keyframes heroIntroLead {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10%,
    58% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes heroIntroRenovaPhase {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    10%,
    70% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

@keyframes heroIntroRenovaWord {
    0% {
        transform: scale(0.74);
    }
    65% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(9);
    }
}

.hero-home.is-loading .hero-home__backdrop,
.hero-home.is-loading .hero-home__texture,
.hero-home.is-loading .hero-home__glow {
    opacity: 0;
}

.hero-home.is-ready .hero-home__intro {
    opacity: 0;
    transform: translateX(0) scale(1.02);
}

@media (max-width: 768px) {
    .hero-home {
        min-height: 0;
        height: calc(min(72vw, 420px) + 82px);
        padding: 0;
        align-items: flex-start;
        background: transparent;
    }

    .hero-home::after {
        content: "";
        position: absolute;
        top: 72px;
        left: 10px;
        right: 2px;
        height: min(72vw, 420px);
        border: 2px solid rgba(255, 255, 255, 0.88);
        border-radius: 40px;
        box-sizing: border-box;
        pointer-events: none;
        z-index: 6;
    }

    .hero-home__video,
    .hero-home__cover,
    .hero-home__backdrop,
    .hero-home__texture,
    .hero-home__glow,
    .hero-home__intro {
        top: 72px;
        right: 2px;
        bottom: auto;
        left: 10px;
        height: min(72vw, 420px);
        border-radius: 40px;
        overflow: hidden;
    }

    .hero-home__intro-desktop {
        display: none;
    }

    .hero-home__intro-copy {
        display: flex;
        width: calc(100% - 20px);
        padding: 20px 14px 16px;
        border-radius: 40px;
        gap: 0.06rem;
    }

    .hero-home__intro-line--lead {
        font-size: clamp(1.78rem, 5.8vw, 2.08rem);
        line-height: 0.92;
    }

    .hero-home__intro-line--focus {
        font-size: clamp(4.6rem, 14.7vw, 5.8rem);
        line-height: 0.84;
    }

    .hero-home__cover {
        display: block;
        position: absolute;
        z-index: 4;
        top: 72px;
        left: 10px;
        right: 2px;
        bottom: auto;
        height: min(72vw, 420px);
        background: transparent;
        border: 0;
        box-sizing: border-box;
        box-shadow: none;
        pointer-events: none;
    }

    .hero-home__video {
        transform: scale(1.04);
        transform-origin: center center;
        object-position: 58% center;
        filter: saturate(0.94) brightness(0.6) contrast(1.02);
        border: 0;
        box-shadow: none;
    }

    .hero-home__backdrop {
        background:
            linear-gradient(180deg, rgba(7, 13, 12, 0.16) 0%, rgba(7, 13, 12, 0.3) 34%, rgba(7, 13, 12, 0.78) 100%),
            linear-gradient(90deg, rgba(7, 13, 12, 0.3) 0%, rgba(7, 13, 12, 0.08) 45%, rgba(7, 13, 12, 0.36) 100%);
    }

    .hero-home__texture {
        opacity: 0.16;
    }

    .hero-home__intro-mask--lead1 {
        font-size: 56px;
    }

    .hero-home__intro-mask--lead2 {
        font-size: 92px;
    }

    .hero-home__intro-mask--renova {
        font-size: 172px;
    }

    .hero-home__glow {
        width: 60vw;
        height: 60vw;
        opacity: 0.24;
        filter: blur(34px);
    }

    .hero-home__glow--left {
        left: -4vw;
        bottom: 2vh;
    }

    .hero-home__glow--right {
        right: -10vw;
        top: 12vh;
    }

    .hero-home.is-ready .hero-home__cover,
    .hero-home.is-ready .hero-home__backdrop,
    .hero-home.is-ready .hero-home__texture {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .hero-home {
        min-height: 0;
        height: calc(min(78vw, 360px) + 76px);
        padding-top: 0;
    }

    .hero-home::after {
        top: 68px;
        left: 8px;
        right: 1px;
        height: min(78vw, 360px);
        border-radius: 40px;
    }

    .hero-home__video,
    .hero-home__cover,
    .hero-home__backdrop,
    .hero-home__texture,
    .hero-home__glow,
    .hero-home__intro {
        top: 68px;
        right: 1px;
        bottom: auto;
        left: 8px;
        height: min(78vw, 360px);
        border-radius: 40px;
    }

    .hero-home__intro-copy {
        width: calc(100% - 16px);
        padding: 18px 10px 14px;
    }

    .hero-home__cover {
        top: 68px;
        left: 8px;
        right: 1px;
        bottom: auto;
        height: min(78vw, 360px);
    }

    .hero-home__video {
        transform: scale(1.02);
        object-position: 60% center;
    }

    .hero-home.is-ready .hero-home__cover,
    .hero-home.is-ready .hero-home__backdrop,
    .hero-home.is-ready .hero-home__texture {
        opacity: 0;
    }
}

/* ================= FOOTER BASE ================= */
.main-footer {
    background: linear-gradient(to top, #3a0940, #03a589) !important;
    color: #fff !important;
    padding: 2.5rem 5% 1.5rem;
    width: 100%;
}

.footer-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand, .footer-links, .footer-social, .footer-address-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
}

.footer-logo {
    height: 30px !important;
    width: auto !important;
    margin-bottom: 1.2rem;
}

.footer-brand p {
    font-size: 0.7rem;
    line-height: 1.4;
    max-width: 280px;
    margin-bottom: 0.8rem;
    opacity: 1;
    color: #ffffff !important;
}

.footer-links h4, .footer-social h4, .footer-address-col h4 {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    font-size: 0.75rem;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.footer-address span {
    font-size: 0.7rem;
    opacity: 0.8;
}

.location-links {
    display: flex;
    gap: 12px;
    margin-top: 6px;
    align-items: center;
}

.map-btns {
    display: flex;
    gap: 10px;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons a i {
    font-size: 1.2rem;
    transition: 0.3s ease;
}

/* Cores Oficiais */
.social-icons a .fa-facebook { color: #1877F2 !important; }
.social-icons a .fa-linkedin { color: #ffffff !important; }
.social-icons a .fa-instagram { color: #E4405F !important; }
.social-icons a .fa-youtube { color: #FF0000 !important; }

.social-icons a:hover i {
    transform: scale(1.15);
    filter: brightness(1.2);
}

/* Ícones de Contato e Localização - Mais visíveis */
.footer-links li i, .location-links a i {
    color: var(--secondary-color) !important;
    font-size: 0.9rem;
    opacity: 1 !important;
}

.legal-links {
    margin-top: 1.2rem;
    text-align: center;
}

.legal-links a {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.verified-seal {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.05);
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(13, 202, 240, 0.15);
}

.verified-seal span {
    font-size: 0.6rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.verified-seal i {
    font-size: 0.7rem;
    color: #0dcaf0;
}

/* Fix for giant cards */
.actuation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.actuation-card img {
    width: 100%;
    max-width: 220px !important;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 2rem auto;
}

.box-visual img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
}

/* ================= HEADER ================= */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.14);
    transition: 0.4s;
    padding: 1.15rem 0;
    backdrop-filter: blur(10px);
}

header.scrolled {
    background: rgba(16, 24, 22, 0.8);
    backdrop-filter: blur(14px);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.logo img {
    height: 38px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.4rem;
    align-items: center;
}

/* ================= DROPDOWN ================= */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--white);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;
    border-top: 3px solid var(--secondary-color);
    padding: 10px 0;
    top: 100%;
    left: 0;
    list-style: none;
}

.dropdown-content li {
    width: 100%;
}

.dropdown-content a {
    color: var(--primary-color) !important;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.3s;
}

.dropdown-content a:hover {
    background-color: #f9f9f9;
    color: var(--secondary-color) !important;
    padding-left: 25px;
}

.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.nav-links a {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-links__cta {
    display: inline-block;
    padding-top: 0.45rem;
    border-top: 4px solid #03a589;
    font-weight: 800 !important;
    color: #03a589 !important;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
}

.nav-links__cta:hover {
    color: #7de7d2 !important;
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.05rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.menu-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(3, 165, 137, 0.28);
}

/* ================= LANGUAGE ================= */
.language-selector {
    position: relative;
    cursor: pointer;
    margin-left: 2rem;
}

.selected-lang {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    color: white;
}

.lang-dropdown {
    position: absolute;
    top: 120%;
    right: 0;
    background: white;
    border-radius: 8px;
    list-style: none;
    display: none;
    width: 150px;
    padding: 8px 0;
    z-index: 10000;
}

.language-selector:hover .lang-dropdown {
    display: block;
}

.lang-dropdown li {
    padding: 10px 20px;
    font-size: 0.8rem;
    color: #333;
}

@media (max-width: 1200px) {
    .nav-links {
        gap: 0.6rem;
    }
    .nav-links a {
        font-size: 0.65rem;
        letter-spacing: 0.05em;
    }
    .logo img {
        height: 32px;
    }
}

@media (max-width: 992px) {
    .navbar {
        position: relative;
        padding: 0 20px;
        min-height: 74px;
    }

    .menu-toggle {
        display: inline-flex;
        flex-shrink: 0;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 14px);
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 16px;
        border-radius: 22px;
        background: rgba(14, 17, 24, 0.96);
        box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
        border: 1px solid rgba(255, 255, 255, 0.08);
        z-index: 1001;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav-links > li:last-child {
        border-bottom: 0;
    }

    .nav-links a,
    .dropbtn {
        width: 100%;
        justify-content: space-between;
        padding: 14px 0;
        font-size: 0.92rem;
        letter-spacing: 0.04em;
    }

    .dropdown {
        display: block;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .dropdown-content {
        position: static;
        display: none;
        min-width: 0;
        margin: 0 0 12px;
        padding: 6px 0 0;
        background: transparent;
        box-shadow: none;
        border-top: 0;
        border-left: 2px solid rgba(3, 165, 137, 0.55);
        animation: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        padding: 10px 0 10px 14px;
        color: rgba(255, 255, 255, 0.82) !important;
        font-size: 0.84rem;
        font-weight: 600;
    }

    .dropdown-content a:hover {
        background: transparent;
        color: #7de7d2 !important;
        padding-left: 18px;
    }

    .nav-links__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center !important;
        width: 100%;
        margin-top: 12px;
        padding: 14px 18px !important;
        border: 0 !important;
        border-radius: 14px;
        color: #ffffff !important;
        background: linear-gradient(135deg, #03a589, #027a6c) !important;
    }
}

/* ================= NOSSA ATUAÇÃO (ESTILO ORIZON) ================= */
.section-header {
    margin-bottom: 1.5rem;
    text-align: left;
}

.section-header.text-center {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-header h2 {
    font-size: 1.5rem;
    color: #111;
    font-weight: 800;
    margin: 0.5rem 0 0;
    line-height: 1.1;
    max-width: 1000px;
    text-align: left;
}

.section-header.text-center h2 {
    text-align: center;
    margin: 0.5rem auto 0;
}

.section-header .subtitle {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 10px;
}

/* ================= HERO SLIDER ================= */
.hero-slider {
    position: relative;
    height: 85vh;
    width: 100%;
    overflow: hidden;
}

.slider-container,
.slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

/* SLIDES */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 5;
}

/* VIDEO / IMAGE BACKGROUND */
.hero-bg-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay escuro elegante - AJUSTADO PARA TEXTO CENTRALIZADO */
.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5); /* Overlay uniforme para melhor leitura no centro */
    z-index: 2;
}

/* CONTEÚDO */
.slide-content {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 0 5%;
    color: #fff;
    text-align: center; /* CENTRALIZADO */
}

.slide-content .container {
    align-items: center; /* Garante que o container flex alinhe ao centro */
}

.slide-content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.slide-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #f0f0f0;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-ctas {
    display: flex;
    gap: 1.2rem;
    justify-content: center; /* Botões centralizados */
}
.hero-bullets {
    list-style: none;
    margin-bottom: 2.5rem;
}

.hero-bullets li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.hero-bullets i {
    color: var(--secondary-color);
}

/* ================= BOTÕES ================= */
.btn {
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
}

.btn-smaller {
    padding: 0.85rem 1.7rem;
    font-size: 0.85rem;
}

.btn-primary {
    background: var(--secondary-color);
    color: var(--white);
    border: none;
}

.btn-primary:hover {
    opacity: 0.85;
}

.btn-outline-white {
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-outline-white:hover {
    background: var(--white);
    color: #000;
}

.volume-control {
    position: absolute;
    bottom: 40px;
    right: 5%;
    z-index: 100;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: 0.3s;
}

.volume-control:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.volume-control i {
    font-size: 1.2rem;
}

/* ================= CONTROLES ================= */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}

.prev { left: 30px; }
.next { right: 30px; }

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 5%;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: var(--white);
    width: 35px;
    border-radius: 7px;
}

/* ================= SEÇÃO PROBLEMA (SPLIT LAYOUT) ================= */
.section-problem {
    position: relative;
    background: #000;
    color: var(--white);
    overflow: hidden;
}

.mobile-contrast-layout {
    display: none !important;
}

@media (max-width: 768px) {
    .problem-visual-centered {
        display: none !important;
    }
    
    .mobile-contrast-layout {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
    
    .mobile-contrast-box {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }
    
    .mobile-contrast-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .mobile-contrast-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.25);
        display: flex;
        align-items: flex-start; /* Sobe o texto para o topo */
        justify-content: center;
        padding: 5rem 2rem; /* Espaçamento para não colar na borda superior */
    }
    
    .mobile-contrast-overlay h3 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    }
}

.problem-container {
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.problem-visual-centered {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
}

.contrast-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.contrast-side {
    flex: 1;
    display: flex;
    align-items: flex-start; /* Alinha ao topo da seção */
    justify-content: center;
    padding: 8rem 2rem; /* Alinhamento padrão para o lado direito */
    text-align: center;
}

.side-left {
    padding-top: 5rem; /* Sobe a frase do lado esquerdo (passivo) mais um pouco */
}

.side-left h3 {
    margin-left: 10%; /* Move 10% para a direita para não ficar em cima do caminhão */
}

.side-right {
    padding-top: 4rem !important; /* Sobe o texto da direita em aproximadamente 5% da altura da seção */
}

.contrast-side h3 {
    color: white;
    font-size: 1.9rem; /* Diminuída a fonte conforme pedido */
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
    max-width: 400px;
}

.side-left h3 {
    padding-right: 2rem;
}

.side-right h3 {
    padding-left: 2rem;
}

@media (max-width: 768px) {
    .contrast-overlay {
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        padding: 4rem 1.5rem;
    }
    
    .contrast-side {
        flex: none;
        padding: 0 !important;
        align-items: center;
        width: 100%;
    }
    
    .contrast-side h3 {
        font-size: 1.6rem !important;
        max-width: 100%;
        text-shadow: 2px 2px 20px rgba(0,0,0,1);
        line-height: 1.3;
    }
    
    .side-left {
        padding-top: 0 !important;
        margin-bottom: 2rem;
    }

    .side-left h3, .side-right h3 {
        border: none;
        padding: 0;
    }

    .problem-visual-centered {
        min-height: 100vh;
    }

    .problem-bg-image {
        height: 100vh;
        max-height: 100vh;
    }
}

.problem-bg-image {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    object-fit: cover;
    filter: none; /* Imagem colorida conforme solicitado */
    transition: 1s ease;
}

.problem-visual-centered:hover .problem-bg-image {
    filter: brightness(1.1);
}

.problem-text-content {
    flex: 1.2;
    padding: 8rem 5%;
    display: flex;
    align-items: center;
    background: #000;
    z-index: 2;
}

.problem-text-content .subtitle {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: 2.5px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: block;
}

.problem-text-content h2 {
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    max-width: 500px;
}

.problem-intro {
    font-size: 1.25rem;
    color: #fff; /* Texto branco agora */
    margin-bottom: 3rem;
    max-width: 500px;
    line-height: 1.6;
}

.problem-points {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.problem-point {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.point-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary-color);
    border: 1px solid rgba(4, 164, 137, 0.3);
    padding: 10px;
    line-height: 1;
    border-radius: 4px;
}

.problem-point h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #fff;
}

.problem-point p {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.5;
    max-width: 450px;
}

.problem-bridge {
    margin-top: 4rem;
    padding: 2rem;
    background: rgba(4, 164, 137, 0.1);
    border-left: 4px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    animation: fadeIn 1.5s ease;
}

.problem-bridge p {
    font-weight: 700;
    color: var(--white);
    font-size: 1.1rem;
    margin: 0;
}

.problem-bridge i {
    color: var(--secondary-color);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-10px);}
    60% {transform: translateY(-5px);}
}

/* ================= RESPONSIVO PROBLEMA ================= */
@media (max-width: 992px) {
    .problem-container {
        flex-direction: column-reverse;
    }
    .problem-visual {
        height: 300px;
    }
    .problem-overlay {
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }
    .problem-text-content {
        padding: 5rem 5%;
    }
    .problem-text-content h2 {
        font-size: 2.2rem;
    }
}

/* ================= NOSSA ATUAÇÃO (ESTILO ORIZON) ================= */
.section-header {
    margin-bottom: 4rem;
    text-align: left;
}

.section-header.text-center {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-header h2 {
    font-size: 2.2rem;
    color: #111;
    font-weight: 800;
    margin: 0.5rem 0 0;
    line-height: 1.1;
    max-width: 1000px;
    text-align: left;
}

.section-header.text-center h2 {
    text-align: center;
    margin: 0.5rem auto 0;
}

.section-header .subtitle {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: 2.5px;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 15px;
}

/* Actuation grid handled at the top */

@media (max-width: 1100px) {
    .actuation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }
}

@media (max-width: 600px) {
    .actuation-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }
}

.actuation-card {
    padding: 2rem 1.5rem;
    transition: 0.4s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.actuation-card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.actuation-card .card-link {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

.actuation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

@media (max-width: 1100px) {
}

@media (max-width: 600px) {
    .actuation-card {
        border-right: none;
    }
}

.actuation-card:hover {
    background: #fdfdfd;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.card-number {
    display: none; /* OCULTADO CONFORME SOLICITADO */
}

.actuation-card:hover .card-number {
    color: var(--secondary-color);
    opacity: 0.2;
}

.actuation-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #000; /* Preto puro */
    font-weight: 700;
}

.actuation-card p {
    font-size: 0.95rem;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    max-width: 280px;
}

.card-link {
    text-decoration: none;
    color: var(--secondary-color); /* Usando a cor de destaque para o link ficar visível */
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.card-link i {
    font-size: 0.7rem;
    transition: 0.3s;
}

.actuation-card:hover .card-link {
    color: var(--secondary-color);
}

.actuation-card:hover .card-link i {
    transform: translateX(5px);
}

/* ================= SEÇÃO COMO FUNCIONA (SOLVING) ================= */
.solving-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-bottom: 6rem;
}

.solving-card {
    text-align: left;
}

.solving-visual {
    height: 200px;
    margin-bottom: 1.5rem;
}

.solving-card h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.solving-card p {
    color: #222;
    line-height: 1.6;
}

/* ================= INFOGRÁFICO DE FLUXO ================= */
.infographic-container {
    background: #f9f9f9;
    padding: 3rem 5%;
    border-radius: 8px;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
}

.infographic-container h3 {
    margin-bottom: 2rem;
    color: var(--primary-color);
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.step span {
    font-weight: 700;
    color: #000;
    font-size: 0.95rem;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.step-icon {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    aspect-ratio: 1 / 1 !important;
    background: var(--white);
    border: 3px solid var(--secondary-color);
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s;
    flex-shrink: 0 !important;
}

.step-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .step-icon {
        width: 180px !important;
        height: 180px !important;
    }
}

/* ================= DIFERENCIAIS ================= */
.differentials-block h3 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}

.diff-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.diff-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.1rem;
    color: #444;
    font-weight: 500;
}

.diff-list i {
    color: var(--secondary-color);
    font-size: 1.2rem;
}

/* ================= PROVA SOCIAL / CREDIBILIDADE ================= */
.milestones-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
    padding-left: 25%;
}

.milestone-card {
    background: #fff;
    width: 130px;
    height: 130px;
    padding: 0.5rem;
    border-radius: 12px;
    text-align: center;
    transition: 0.4s;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.milestone-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border-color: var(--secondary-color);
}

.milestone-card h2 {
    font-size: 1.3rem;
    color: var(--primary-color) !important;
    margin-bottom: 0.3rem;
    font-weight: 800;
    white-space: nowrap; /* EVITA QUEBRA DE LINHA NO + E NÚMEROS */
}

.milestone-card p {
    font-weight: 800; /* Made slightly bolder for better visibility */
    color: var(--primary-color) !important; /* Changed to the brand purple color */
    font-size: 0.6rem; /* Slightly larger */
    margin: 0;
    text-transform: uppercase; /* Added for impact */
    letter-spacing: 1px;
}

@media (max-width: 1100px) {
    .milestones-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .milestones-grid {
        grid-template-columns: 1fr;
    }
}

.social-proof-cta {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

/* ================= BOTÃO FLUTUANTE ================= */
.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--secondary-color), #00d2ff);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.75rem;
    box-shadow: 0 8px 20px rgba(3, 165, 137, 0.3);
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.2);
    animation: pulse-button 2s infinite;
}

@keyframes pulse-button {
    0% { box-shadow: 0 0 0 0 rgba(3, 165, 137, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(3, 165, 137, 0); }
    100% { box-shadow: 0 0 0 0 rgba(3, 165, 137, 0); }
}

.floating-cta.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.floating-cta.at-footer {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.floating-cta:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transform: translateY(-5px) scale(1.05);
    color: white;
    box-shadow: 0 12px 30px rgba(58, 9, 64, 0.4);
    animation: none;
}

.floating-cta i {
    font-size: 1rem;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

/* ================= RESPONSIVIDADE MOBILE FINAL ================= */
@media (max-width: 900px) {
    /* Infográfico: Volta a ser vertical para melhor leitura no celular */
    .infographic-container {
        overflow-x: hidden !important;
        padding: 2rem 1.5rem !important;
    }

    .rsu-flow-horizontal {
        flex-direction: column !important;
        align-items: center !important;
        gap: 3rem !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .step-item {
        flex: 0 0 auto !important;
        width: 100% !important;
    }

    .connector-arrow {
        transform: rotate(90deg) !important;
        right: 50% !important;
        top: auto !important;
        bottom: -2rem !important;
        margin-right: -10px !important;
    }

    .step-item-split {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.5rem !important;
        width: 100% !important;
    }

    .branch-arrows-container {
        flex-direction: row !important;
        margin: 0.5rem 0 !important;
        gap: 2rem !important;
    }

    .branch-arrows-container i {
        transform: rotate(90deg) !important;
    }

    .sub-steps-stack {
        border-left: none !important;
        border-top: 2px dashed #eee !important;
        padding: 1.5rem 0 0 0 !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 1.5rem !important;
        width: 100% !important;
    }

    .sub-step-item {
        flex-direction: column !important;
        text-align: center !important;
    }

    /* Rodapé: MANTÉM HORIZONTAL (Lado a Lado) como no Desktop */
    .main-footer {
        overflow-x: auto !important;
        padding: 2rem 0 !important;
        -webkit-overflow-scrolling: touch;
    }

    .footer-grid {
        display: flex !important;
        flex-direction: row !important; /* LADO A LADO */
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        min-width: 850px !important; /* Força largura para não quebrar */
        gap: 3rem !important;
        padding: 0 1.5rem 1rem !important;
        margin-left: 0 !important;
    }

    .footer-brand, .footer-links, .footer-social {
        flex: 0 0 280px !important;
        text-align: left !important;
        align-items: flex-start !important;
    }

    .footer-logo {
        height: 45px !important;
    }

    .footer-links ul li {
        justify-content: flex-start !important;
    }
}

/* ================= FAQ ================= */
.faq-accordion {
    max-width: 700px;
    margin: 2rem auto 0;
}

/* ================= ONEPAGE HOME 2026 ================= */
body.onepage-home {
    background:
        radial-gradient(circle at top, rgba(5, 108, 96, 0.18), transparent 30%),
        linear-gradient(180deg, #f4f7f5 0%, #eef3ef 100%);
    color: #10211b;
}

.onepage-home h1,
.onepage-home h2,
.onepage-home h3,
.onepage-home h4,
.onepage-home h5,
.onepage-home h6 {
    color: #11231e;
}

.onepage-home p {
    color: #4a5f57;
}

.onepage-main {
    position: relative;
}

.section-shell {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.page-section {
    position: relative;
    padding: 110px 0;
}

.section-heading {
    margin: 0 auto 54px;
    max-width: 760px;
    text-align: center;
}

.section-tag {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #0e8c76;
}

.section-heading h2,
.about-section__content h2,
.site-footer h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.video-highlight .section-heading h2 {
    color: #3d0f4f;
}

.section-heading p,
.about-section__content p,
.site-footer p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.hero-home {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8rem 5vw 6rem;
    background:
        radial-gradient(circle at top, rgba(3, 165, 137, 0.22), transparent 32%),
        linear-gradient(135deg, #020403 0%, #061512 42%, #0b2420 100%);
}

.hero-home__backdrop {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 6, 5, 0.16), rgba(2, 6, 5, 0.86)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 120px);
}

.hero-home__glow {
    position: absolute;
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.38;
    pointer-events: none;
}

.hero-home__glow--left {
    left: -10vw;
    bottom: -8vw;
    background: radial-gradient(circle, rgba(3, 165, 137, 0.55) 0%, transparent 65%);
    animation: heroGlowFloat 10s ease-in-out infinite;
}

.hero-home__glow--right {
    right: -8vw;
    top: 10vh;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 62%);
    animation: heroGlowFloat 12s ease-in-out infinite reverse;
}

.hero-home__source {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.hero-home__content {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
    text-align: center;
}

.hero-home__eyebrow {
    margin-bottom: 1.2rem;
    color: rgba(226, 247, 241, 0.78) !important;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.hero-home__title {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    margin: 0;
    color: #f5f7f6 !important;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-wrap: balance;
}

.hero-home__title > span {
    display: block;
    color: inherit !important;
}

.hero-home__word {
    display: inline-flex;
    align-items: baseline;
    position: relative;
    margin-left: 0.18em;
    min-height: 1em;
}

.hero-home__word-canvas,
.hero-home__word-fallback {
    font: inherit;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.hero-home__word-canvas {
    display: block;
    vertical-align: baseline;
    filter: drop-shadow(0 0 18px rgba(3, 165, 137, 0.2));
}

.hero-home__word-fallback {
    position: absolute;
    inset: 0;
    color: #5ce4cd;
    white-space: nowrap;
}

.hero-home__word-fallback.is-hidden {
    opacity: 0;
}

.hero-home__lead {
    margin: 1.8rem 0 0;
    max-width: 38rem;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.75;
    color: rgba(244, 249, 247, 0.88) !important;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.hero-home__actions {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.hero-home__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 16px 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.hero-home__button:hover {
    transform: translateY(-2px);
}

.hero-home__button--primary {
    background: linear-gradient(135deg, #0e8c76, #19b696);
    color: #f4fffb !important;
    border-color: transparent;
}

.hero-home__button--ghost {
    color: #f5f7f6 !important;
    background: rgba(255, 255, 255, 0.08);
}

.hero-home__caption {
    margin: 1.5rem 0 0;
    max-width: 36rem;
    color: rgba(226, 247, 241, 0.72);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.video-highlight {
    padding-top: 70px;
}

.video-highlight__frame {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(18, 35, 30, 0.08);
    background: linear-gradient(180deg, #ffffff, #ecf3ef);
    box-shadow: 0 28px 80px rgba(10, 40, 34, 0.12);
    padding: 18px;
}

.video-highlight__frame::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    border: 1px solid rgba(18, 35, 30, 0.08);
    pointer-events: none;
}

.video-highlight__frame video,
.video-highlight__frame iframe {
    width: 100%;
    display: block;
    border-radius: 24px;
    background: #08100d;
    aspect-ratio: 16 / 9;
    border: 0;
}

.about-section {
    background: #ffffff;
}

.about-section__layout {
    max-width: 1400px;
    width: min(100% - 48px, 1400px);
    margin: 0 auto;
}

.about-section__headline {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 42px;
}

.about-section__logo {
    width: 124px;
    height: auto;
    flex: 0 0 auto;
}

.about-section__headline h2 {
    margin: 0;
    color: #2f1538;
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
}

.about-section__intro {
    max-width: 1060px;
    margin-bottom: 28px;
}

.about-section__intro p,
.about-quote p {
    margin: 0;
    color: #230828;
    font-size: clamp(1.7rem, 2.95vw, 2.05rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
}

.about-section__intro strong {
    font-weight: 700;
}

.about-quote p {
    font-size: clamp(1.53rem, 2.66vw, 1.85rem);
}

.about-section__statement {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1.6fr);
    gap: 48px;
    align-items: start;
}

.about-badge__title {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: auto;
    width: 100%;
    min-height: 198px;
    padding: 24px 30px 22px;
    background: #32043f;
    color: #ffffff;
    font-size: clamp(2.8rem, 4.2vw, 4.3rem);
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: -0.04em;
    margin-left: 0;
    text-align: center;
    box-sizing: border-box;
}

.about-badge__footer {
    display: inline-block;
    min-width: auto;
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 14px 24px 15px;
    background: linear-gradient(90deg, #18a79b, #071010);
    color: #f4fffd;
    font-size: clamp(1rem, 1.6vw, 1.48rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
}

.about-quote {
    position: relative;
    padding-top: 8px;
    padding-left: 60px;
    padding-right: 20px;
}

.about-quote__mark {
    position: absolute;
    color: #32043f;
    font-size: 5.1rem;
    line-height: 0.7;
    font-weight: 700;
}

.about-quote__mark--open {
    left: 0;
    top: -2px;
}

.about-quote__mark--close {
    right: -6px;
    bottom: -26px;
}

.solutions-section {
    background: #ffffff;
    padding: 0;
}

.solutions-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 24px;
    max-width: 1600px;
    width: min(100% - 32px, 1600px);
    margin: 0 auto;
    padding: 0;
}

.solution-panel {
    min-height: 860px;
    padding: 28px 32px 38px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.solution-panel__topbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 118px;
    margin-bottom: 0;
}

.solution-panel--light {
    background:
        linear-gradient(180deg, #ffffff 0%, #faf9fb 62%, #eceaec 100%);
    color: #35104a;
}

.solution-panel--teal {
    background:
        linear-gradient(180deg, #149783 0%, #0b6d60 58%, #011612 100%);
    color: #ffffff;
}

.solution-panel--purple {
    background:
        linear-gradient(180deg, #35053f 0%, #24042d 58%, #120116 100%);
    color: #ffffff;
}

.solution-panel__heading {
    min-height: 118px;
    margin-bottom: 0;
}

.solution-panel__eyebrow {
    margin: 0 0 2px;
    color: #35104a;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.solution-panel__heading h2 {
    margin: 0;
    color: #593265;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    overflow-wrap: break-word;
    max-width: 100%;
}

.solution-panel__rule {
    width: 168px;
    height: 6px;
    margin-bottom: 32px;
    background: currentColor;
    display: block;
    margin-top: 0;
}

.solution-panel--light .solution-panel__rule {
    background: #4b125c;
}

.solution-panel--teal .solution-panel__rule,
.solution-panel--purple .solution-panel__rule {
    background: #ffffff;
}

.solution-panel h3,
.challenge-card h3,
.deliverable-card h3,
.future-card__content p,
.metric-card strong {
    margin-bottom: 12px;
}

.solution-panel h3 {
    margin: 0 0 28px;
    color: inherit;
    font-size: clamp(1.9rem, 2.8vw, 2.5rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-align: left;
}

.solution-panel p,
.challenge-card p,
.deliverable-card p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.solution-panel p {
    margin: 0 0 28px;
    color: inherit;
    font-size: clamp(1.4rem, 1.8vw, 1.72rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    max-width: none;
}

.solution-panel__emphasis {
    margin-top: 8px !important;
    font-weight: 800;
}

.solution-panel__logo {
    width: 94px;
    height: auto;
    flex: 0 0 auto;
}

.solution-panel p,
.solution-panel__emphasis {
    word-break: break-word;
    overflow-wrap: break-word;
}

.solution-panel p span[style*="white-space"],
.solution-panel__emphasis span[style*="white-space"] {
    white-space: normal !important;
}

.deliverables-section {
    background: #ffffff;
}

.deliverables-section .section-shell {
    width: min(100% - 40px, 1480px);
}

.deliverables-section .section-heading h2 {
    color: #3a0d49;
}

.deliverables-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.deliverable-flip-card {
    appearance: none;
    border: 0;
    background: #26052e;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    min-height: 332px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.38s ease, box-shadow 0.38s ease, background-color 0.38s ease;
    box-shadow: 0 20px 34px rgba(38, 5, 46, 0.1);
}

.deliverables-strip.has-active .deliverable-flip-card:not(.is-active) {
    transform: translateY(18px);
}

.deliverable-flip-card__front,
.deliverable-flip-card__back {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: opacity 0.32s ease, visibility 0.32s ease, transform 0.38s ease;
}

.deliverable-flip-card__front {
    padding: 0;
    background: #26052e;
    justify-content: flex-start;
}

.deliverable-flip-card__front img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.02;
    object-fit: cover;
    display: block;
    flex: 0 0 auto;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.deliverable-flip-card__label {
    display: flex;
    align-items: flex-start;
    min-height: 82px;
    margin-top: -3px;
    padding: 12px 11px 14px;
    background:
        linear-gradient(180deg, rgba(38, 5, 46, 0) 0%, rgba(38, 5, 46, 0.88) 10%, #26052e 26%, #26052e 100%);
    border-top: 3px solid #03a589;
    color: #ffffff;
    font-size: 1.14rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
}

.deliverable-flip-card__back {
    position: absolute;
    inset: 0;
    min-height: 332px;
    padding: 15px 13px 17px;
    background: #26052e;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
}

.deliverable-flip-card__back strong {
    margin-bottom: 14px;
    font-size: 1.12rem;
    line-height: 1.12;
}

.deliverable-flip-card__back span {
    font-size: 1.08rem;
    line-height: 1.42;
    color: rgba(255, 255, 255, 0.9);
}

.deliverable-flip-card:hover .deliverable-flip-card__front img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

.deliverable-flip-card.is-active {
    transform: translateY(0);
    box-shadow: 0 28px 48px rgba(38, 5, 46, 0.18);
    background: #26052e;
}

.deliverable-flip-card.is-active .deliverable-flip-card__back {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.deliverable-flip-card.is-active .deliverable-flip-card__front {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
}

.deliverable-flip-card:focus-visible {
    outline: 3px solid rgba(3, 165, 137, 0.45);
    outline-offset: 4px;
}

.metrics-section {
    padding-top: 96px;
    padding-bottom: 104px;
    background:
        radial-gradient(1200px 460px at 88% 100%, rgba(101, 34, 108, 0.42) 0%, rgba(101, 34, 108, 0) 54%),
        linear-gradient(180deg, #190018 0%, #220020 100%);
}

.metrics-section .section-heading {
    max-width: 1000px;
    margin-bottom: 40px;
}

.metrics-section .section-tag {
    display: none;
}

.metrics-section .section-heading h2 {
    margin-bottom: 0;
    color: #f7f1f6;
    font-size: clamp(1.5rem, 2.4vw, 2.5rem);
    font-weight: 300;
    letter-spacing: 0.18em;
    line-height: 1.05;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    align-items: end;
}

.metric-card {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
}

.metric-card strong,
.metric-card__value {
    display: block;
    font-size: clamp(4.3rem, 7.5vw, 6.6rem);
    line-height: 0.9;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.06em;
    white-space: nowrap;
}

.metric-card span {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.86rem;
    line-height: 1.15;
}

.challenges-section {
    background:
        radial-gradient(920px 360px at 100% 0%, rgba(79, 22, 88, 0.52) 0%, rgba(132, 76, 144, 0.2) 30%, rgba(255, 255, 255, 0) 68%),
        radial-gradient(760px 420px at 0% 100%, rgba(95, 28, 104, 0.5) 0%, rgba(149, 101, 159, 0.18) 30%, rgba(255, 255, 255, 0) 70%),
        linear-gradient(90deg, rgba(245, 239, 247, 0.85) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, rgba(243, 236, 246, 0.85) 100%),
        linear-gradient(180deg, #ffffff 0%, #fcf9fd 100%);
}

.challenges-section .section-shell {
    width: min(100% - 40px, 1360px);
}

.challenges-section .section-heading {
    max-width: 1120px;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.challenges-section .section-tag {
    display: none;
}

.challenges-section .section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(2.8rem, 5.4vw, 4.2rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-align: left;
    background: linear-gradient(90deg, #34154d 0%, #23436a 47%, #0aa58d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.challenges-flow {
    position: relative;
    padding: 6px 0 12px;
}

.challenges-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 56px;
    row-gap: 140px;
}

.challenge-card {
    position: relative;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: left;
}

.challenge-card--accent {
    background: transparent;
}

.challenge-card h3 {
    margin: 0 0 22px;
    font-size: clamp(1.82rem, 2.05vw, 2.12rem);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #21496d;
    max-width: 14ch;
}

.challenge-card:nth-child(1) h3,
.challenge-card:nth-child(4) h3 {
    color: #0aa58d;
}

.challenge-card h3 span {
    display: block;
    white-space: nowrap;
}

.challenge-card h3 span + span {
    margin-top: 0.22em;
}

.challenge-card:nth-child(1) h3,
.challenge-card:nth-child(3) h3,
.challenge-card:nth-child(4) h3,
.challenge-card:nth-child(6) h3 {
    max-width: none;
}

.challenge-card:nth-child(2) h3,
.challenge-card:nth-child(5) h3 {
    color: #226d74;
}

.challenge-card:nth-child(3) h3,
.challenge-card:nth-child(6) h3 {
    color: #34406a;
}

.challenge-card p {
    max-width: 340px;
    margin: 0;
    font-size: clamp(1.28rem, 1.45vw, 1.45rem);
    line-height: 1.14;
    color: #2f4c68;
}

.challenge-card:first-child h3 {
    line-height: 0.94;
}

.challenge-card:first-child p {
    margin-top: 28px;
    color: rgba(10, 165, 141, 0.9);
}

.challenge-card:first-child p span {
    display: block;
}

.challenges-connector,
.challenges-curve {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.challenges-connector::before,
.challenges-connector::after {
    content: "";
    position: absolute;
    border-radius: inherit;
}

.challenges-connector::before {
    inset: 0;
    background:
        linear-gradient(90deg, #0aa58d 0%, #25486a 52%, #4a164f 100%);
    opacity: 0.95;
}

.challenges-connector::after {
    background:
        linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.2) 18%, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0.2) 82%, transparent 100%);
    background-size: 220px 100%;
    animation: challengePathFlow 3.4s linear infinite;
    mix-blend-mode: screen;
    inset: 0;
}

.challenges-connector {
    height: 6px;
    border-radius: 999px;
}

.challenges-connector--top-left {
    top: 192px;
    left: 26.8%;
    width: 47px;
}

.challenges-connector--top-right {
    top: 192px;
    left: 59.9%;
    width: 47px;
}

.challenges-connector--bottom-left {
    top: 442px;
    left: 31.1%;
    width: 49px;
}

.challenges-connector--bottom-right {
    top: 442px;
    left: 64.5%;
    width: 47px;
}

.challenges-curve {
    top: 209px;
    left: -4.2%;
    width: 100.2%;
    height: 260px;
}

.challenges-curve svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.challenges-curve__base,
.challenges-curve__glow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.challenges-curve__base {
    stroke: url(#challenge-gradient-fallback);
    stroke: #3f1a50;
    stroke-width: 6;
}

.challenges-curve__glow {
    stroke: url(#challenge-gradient-fallback);
    stroke: #10a48c;
    stroke-width: 6;
    stroke-dasharray: 120 1080;
    stroke-dashoffset: 0;
    filter: drop-shadow(0 0 5px rgba(16, 164, 140, 0.35));
    animation: challengeCurveFlow 4.4s linear infinite;
}

@keyframes challengePathFlow {
    0% { background-position: -220px 0; }
    100% { background-position: 220px 0; }
}

@keyframes challengeCurveFlow {
    0% { stroke-dashoffset: 1200; }
    100% { stroke-dashoffset: 0; }
}

.future-section {
    background: #08120f;
}

.future-section .section-heading h2,
.future-section .section-heading p,
.future-section .section-tag {
    color: #f3fdf9;
}

.future-section .section-tag {
    color: #7ce4d1;
}

.future-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.future-card {
    overflow: hidden;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.future-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.future-card__content {
    padding: 28px;
    text-align: left;
}

.future-card__content p {
    color: rgba(235, 248, 243, 0.82);
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.future-card__label {
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #81e3d1 !important;
}

.future-card--warning img {
    filter: saturate(0.92) contrast(1.02);
}

.future-card--hope img {
    filter: saturate(1.05) contrast(1.04);
}

.site-footer {
    padding: 72px 0;
    background: linear-gradient(135deg, #061512 0%, #0d312a 100%);
    color: #f1fbf7;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
    gap: 30px;
    align-items: start;
}

.site-footer h2,
.site-footer p,
.site-footer a,
.site-footer span {
    color: inherit !important;
}

.site-footer__links,
.site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-footer__links a {
    text-decoration: none;
    font-weight: 600;
}

.site-footer__links a:hover {
    color: #7ce4d1 !important;
}

@keyframes heroGlowFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -20px, 0) scale(1.08);
    }
}

@media (max-width: 1024px) {
    .about-section__statement,
    .solutions-grid,
    .deliverables-grid,
    .metrics-grid,
    .challenges-grid,
    .future-grid,
    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deliverables-grid,
    .challenges-grid {
        gap: 18px;
    }

    .deliverables-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .challenges-grid {
        column-gap: 34px;
        row-gap: 104px;
    }

    .challenges-connector,
    .challenges-curve {
        display: none;
    }
}

@media (max-width: 768px) {
    .page-section {
        padding: 88px 0;
    }

    .section-shell {
        width: min(100% - 28px, 1200px);
    }

    .hero-home {
        min-height: 0;
        height: calc(min(72vw, 420px) + 82px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .video-highlight {
        padding-top: 18px;
    }

    .hero-home__title {
        font-size: clamp(2.6rem, 14vw, 4.8rem);
        line-height: 0.98;
    }

    .hero-home__word {
        display: block;
        margin-top: 0.14em;
        margin-left: 0;
    }

    .hero-home__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-home__button {
        width: 100%;
        min-width: 0;
    }

    .about-section__statement,
    .solutions-grid,
    .deliverables-grid,
    .metrics-grid,
    .challenges-grid,
    .future-grid,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .about-badge,
    .about-quote,
    .deliverable-card,
    .challenge-card,
    .future-card__content {
        padding: 24px;
    }

    .deliverables-strip {
        grid-template-columns: 1fr;
    }

    .deliverables-strip.has-active .deliverable-flip-card:not(.is-active) {
        transform: translateY(0);
    }

    .deliverable-flip-card__label,
    .deliverable-flip-card__back,
    .deliverable-flip-card__back strong,
    .deliverable-flip-card__back span {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .deliverable-flip-card__label {
        align-items: center;
        justify-content: center;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1.02rem;
        line-height: 1.16;
        text-wrap: balance;
    }

    .deliverable-flip-card__back strong,
    .challenge-card h3 {
        text-wrap: balance;
    }

    .challenges-section .section-heading h2 {
        font-size: clamp(2.2rem, 10vw, 3rem);
        line-height: 0.98;
    }

    .challenges-flow {
        padding-bottom: 0;
    }

    .challenges-grid {
        row-gap: 34px;
    }

    .challenge-card h3 {
        margin-bottom: 16px;
        font-size: clamp(1.7rem, 8vw, 2.15rem);
    }

    .challenge-card p {
        font-size: clamp(1.12rem, 5vw, 1.34rem);
        max-width: none;
    }

    .metrics-section {
        padding-top: 84px;
        padding-bottom: 88px;
    }

    .metrics-section .section-heading h2 {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
        letter-spacing: 0.12em;
        white-space: normal;
        text-align: center;
    }

    .metric-card__value,
    .metric-card strong {
        font-size: clamp(3.6rem, 20vw, 5rem);
    }

    .metric-card span {
        letter-spacing: 0.14em;
        font-size: 0.8rem;
    }

    .about-section__headline {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .about-section__headline h2 {
        white-space: normal;
        letter-spacing: 0.08em;
    }

    .about-section__intro p,
    .about-quote p {
        font-size: clamp(1.08rem, 4.9vw, 1.38rem);
        line-height: 1.5;
        letter-spacing: 0;
    }

    .about-badge__title,
    .about-badge__footer {
        min-width: 0;
        width: 100%;
    }

    .about-badge__title {
        min-height: 0;
        padding: 20px 18px;
        font-size: clamp(2rem, 10vw, 2.8rem);
        line-height: 0.95;
    }

    .about-badge__footer {
        margin-left: 0;
        padding: 12px 16px 13px;
        font-size: 0.82rem;
        letter-spacing: 0.1em;
        white-space: normal;
        text-align: center;
    }

    .about-quote {
        padding: 12px 0 30px 24px;
        padding-bottom: 30px;
        transform: none;
    }

    .about-quote__mark--open {
        left: 0;
    }

    .about-quote__mark--close {
        right: 0;
    }

    .about-quote__mark {
        font-size: 3.2rem;
    }

    .about-section__intro p br,
    .about-quote p br {
        display: none;
    }

    .about-section__intro p span[style*="white-space"],
    .about-quote p span[style*="white-space"] {
        white-space: normal !important;
    }

    .solution-panel {
        min-height: 0;
        padding: 24px 20px 26px;
    }

    .solution-panel__heading {
        margin-bottom: 28px;
    }

    .solution-panel__eyebrow {
        font-size: 0.78rem;
        letter-spacing: 0.1em;
    }

    .solution-panel__heading h2 {
        white-space: normal;
        font-size: clamp(1.3rem, 6.2vw, 1.7rem);
        line-height: 1.12;
        letter-spacing: 0.08em;
    }

    .solution-panel__rule {
        width: 108px;
        margin: 16px 0 18px;
    }

    .solution-panel h3 {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
        line-height: 1.05;
        margin-bottom: 16px;
    }

    .solution-panel p {
        max-width: none;
        font-size: clamp(1rem, 4.5vw, 1.2rem);
        line-height: 1.5;
        letter-spacing: 0;
    }

    .solution-panel__emphasis {
        margin-top: 14px;
    }

    .solution-panel p br,
    .solution-panel__emphasis br {
        display: none;
    }

    .solution-panel p span[style*="white-space"],
    .solution-panel__emphasis span[style*="white-space"] {
        white-space: normal !important;
    }

    .solution-panel__logo,
    .future-card img {
        height: auto;
    }

    .video-highlight__frame {
        padding: 10px;
        border-radius: 22px;
    }

    .video-highlight__frame::before {
        inset: 10px;
        border-radius: 16px;
    }
}
