
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    :root {
    --bg: #ffffff;
    --soft: #f6f7f9;
    --text: #121417;
    --muted: rgba(18,20,23,.68);
    --line: rgba(18,20,23,.10);
    --brand: #19a34a;
    --radius: 16px;
    --shadow: 0 12px 28px rgba(10, 12, 14, .12);
    --shadow2: 0 8px 18px rgba(10, 12, 14, .10);
    --max: 1140px;
    --pad: clamp(1.5rem, 5vw, 10rem);
    }


    /* =========================================
    RESETS E BASE
    ========================================= */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
    }
    html{
    scroll-behavior: smooth;
    overflow-x: hidden; /* Trava mestre */
    }
    html, body {
        min-height: 100vh;
        overflow-x: hidden;
        position: relative;
        width: 100%;
    }
    body {
        background-color: #f2f2f2;
        color: var(--text);
    }
    a { color: inherit; text-decoration: none; }

    .container { 
        max-width: 100%; 
        margin: 0 auto; 
        padding-inline: var(--pad);
    }
    .muted { 
        color: var(--muted); 
        text-align: justify;
    }

    html.js .reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .45s ease, transform .45s ease;
    }
    html.js .reveal.show {
    opacity: 1;
    transform: none;
    }

    /* =========================================
    HEADER & MENU
    ========================================= */
    header {
        display: flex;
        align-items: center;  
        background-color: rgba(255,255,255,0.85);
        box-shadow: 0px 3px 10px #4646461f;
        width: 100%;
        height: 6rem;
        position: fixed;
        top: 0;
        z-index: 10;
        backdrop-filter: blur(8px);
        left: 0;
    }
    header .subtitle-header {
        text-align: left;
        display: block;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0.08rem;
        color: #27AE60;
        gap: 1.25rem;
        opacity: 0.85;
    }
    .title-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.1;
        gap: 0.3rem;
    }
    .nav-bar {
        display: flex;
        justify-content: space-between;
        align-items: center; 
        padding: var(--pad);
        width: 100%;
    }
    .nav-link-logo {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        align-items: center;
        color: #2A2A2A;
    }
    .area-contents {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; 
    gap: 12px; 
    width: 100%;
    font-size: 0.8rem; 
    margin-top: 15px;
    max-width: 500px;
}

.span-text {
    color: #555555;
    background-color: #f2f2f2;
    padding: 8px 18px; 
    border-radius: 999px;
    box-shadow: 0px 3px 5px #46464625;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
}
.highlight {
    color: #27AE60;
}

.column-two {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-info {
    width: 100%; 
    max-width: 500px; 
    min-height: 400px; 
    background-color: #2A2A2A;
    border-radius: 12px; 
    padding: 2rem;
    margin: 2rem;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
}

.title-info {
    width: 100%;
    display: flex;
    align-items: center;
}

.title-info i {
    font-size: 1.7rem; 
    color: #27AE60;
}

.title-info h2 {
    color: #d8d8d8;
    font-weight: 500;
    margin-left: 20px;
}

.text-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    color: #d8d8d8;
    font-size: 1.2rem;
    text-align: center;
}

.text-btn button {
    width: 90%;
    height: 45px;
    margin-top: 10px;
    border-radius: 999px;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    background-color: #d8d8d8;
    cursor: pointer;
}

.content-card {
    color: #d8d8d8;
    margin-top: 10px;
}
.btn-solicite, 
.btn-services, 
.text-btn button {
    transition: all 0.3s ease; 
}
.text-btn button:hover {
    background-color: #ffffff; 
    transform: scale(1.05); 
    box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2); 
}
.span-text i {
    color: #27AE60;
    margin-right: 8px; 
}
    .nav-logo img { width: 4.5rem; margin-right: 10px; }
    .logo-img { width: 42px; height: 42px; object-fit: contain; border-radius: 10px; }
    .nav-list { margin-left: auto; display: flex; align-items: center; }
    .nav-list ul { display: flex; gap: 1.2rem; list-style: none; }
    .nav-item { margin: 0 15px; position: relative; display: inline-block; }
    .nav-link { font-size: 1.15rem; color: #2A2A2A; }
    .nav-button { margin-left: 1rem; }
    .nav-button button {
        border: none; background-color: #2A2A2A; padding: 10px 15px; border-radius: 50px;
        width: 120px; height: 40px; cursor: pointer; box-shadow: 0px 3px 5px #4646465d;
        position: relative; transition: all 0.3s ease;
    }
    .nav-button button:hover { background-color: #3a3a3a; box-shadow: 0 8px 12px rgba(0,0,0,0.15); }
    .nav-button a { color: #fff; font-weight: 700; }
    .mobile-menu-icon, .mobile-menu { display: none; }
    .nav-item:not(.active) a:hover::after { width: 100%; left: 0; right: auto; }
    .nav-item a::after {
        content: ''; position: absolute; bottom: 0; right: 0;                
        width: 0%; height: 2px; background-color: #27AE60;
        transition: width 0.3s ease; transform-origin: right;
    }
    .nav-item.active::after {
        content: ""; position: absolute; left: 50%; bottom: -6px; height: 3px;
        width: 150%; background-color: #27AE60; transform: translateX(-50%); border-radius: 2px;
    }

    /* =========================================
    SEÇÕES GERAIS E TÍTULOS
    ========================================= */
    .section {
        padding: 56px 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f7fbf9 30%, #eef7f3 65%, #e6f3ed 100%);
    }
    .section.soft { background: #ffff; border-top: 1px solid rgba(0,0,0,.05); border-bottom: 1.5px solid #DDF3E7; }
    .section-head { margin-bottom: 18px; }
    .eyebrow {
        text-align: left; display: block; font-size: 0.75rem; font-weight: 800;
        letter-spacing: 0.08rem; text-transform: uppercase; color: #8D8D8D; margin-bottom: 0.5rem;
    }
    .eyebrow::after {
        content: ""; display: block; width: 40px; height: 3px; background: #27AE60; margin-top: 8px;
    }
    .section-head h2 { margin: 8px 0 8px; font-size: clamp(1.55rem, 2.4vw, 2.0rem); letter-spacing: -.3px; text-align: left; }
    .section-head p { margin: 0; max-width: 70ch; text-align: left; }

    /* =========================================
    HERO
    ========================================= */
    .hero {
        margin-top: 7rem; 
        background-image: url("../src/img/bg-card.png"); 
        background-repeat: no-repeat;
        background-position: center; 
        background-size: cover; 
        padding-bottom: 1rem; 
        padding-top: 1rem;
        padding: 56px 0; 
        border-bottom: 1.5px solid #DDF3E7;
        background-attachment: fixed; 
    }
    .hero h1 {
    font-size: clamp(34px, 3.9vw, 54px); /* Tamanho grandão e fluido igual sugeri, ou mude para 1.9rem se preferir menor */
    color: #2A2A2A;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
    .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
    .hero-right { margin: 0 auto; width: 100%; }
    .kicker {
        display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px;
        border-radius: 999px; border: 1px solid var(--line); background: #fff;
        box-shadow: var(--shadow2); font-weight: 700; width: fit-content; margin-bottom: 1rem;
    }
    .k-dot {
        width: 10px; height: 10px; border-radius: 50%; background: var(--brand);
        animation: pulse 1.5s infinite;
    }
    .mark { color: var(--brand); }
    .lead { margin: 0; font-size: 1.05rem; line-height: 1.6; color: var(--muted); max-width: 62ch; background-color: #f2f2f2d3; padding: 10px; border-radius: 7px; text-align: left;}
    .chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
    .chip {
        padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line);
        background: #fff; box-shadow: var(--shadow2); font-weight: 650; font-size: .92rem;
    }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; justify-content: flex-start; }
    .change-color{ color:  #27AE60; }

    /* Botões Globais */
    .btn {
        display: inline-flex; justify-content: center; align-items: center; padding: 12px 16px;
        border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 800;
        box-shadow: var(--shadow2); cursor: pointer; transition: transform 0.2s ease;
    }
    .btn:hover { transform: translateY(-3px); }
    .btn.primary { background: rgba(0,0,0,.86); color: #fff; border-color: rgba(0,0,0,.86); }
    .btn.primary:hover { background: rgba(0,0,0,.92); }
    .btn.ghost { background: #fff; transition: all 0.3s ease; border: 1px solid #2a2a2a;}
    .btn.full { width: 100%; }
    .btn.ghost:hover{
        background-color: #f8f8f8; 
        border-color: #27AE60; 
        color: #27AE60; 
        transform: translateY(-4px); 
        box-shadow: 0 10px 20px rgba(39, 174, 96, 0.15); 
    }

    /* Cards (Hero Numbers) */
    .card { 
        background: #fff; border: 1px solid var(--line); border-radius: var(--radius); 
        box-shadow: var(--shadow); width: 100%; max-width: 500px;
    }
    .card-heavy { padding: 18px; }
    .card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
    .card-title { font-weight: 900; }
    .card-tag { font-weight: 800; color: var(--brand); }
    .numbers { display: grid; gap: 12px; margin-bottom: 12px; }
    .num { padding: 12px; border-radius: 14px; border: 1px solid var(--line); background: var(--soft); }
    .num-big { font-weight: 950; font-size: 1.35rem; }
    .num-sub { color: var(--muted); margin-top: 4px; }
    .mini-note { margin: 10px 0 12px; color: rgba(18,20,23,.80); }
    .tiny { font-size: .86rem; color: var(--muted); margin: 10px 0 0; }

    /* =========================================
    SOBRE
    ========================================= */
    .about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 18px; align-items: start; }
    .about-media {
        min-height: 420px; border-radius: var(--radius); border: 1px solid var(--line);
        box-shadow: var(--shadow); position: relative; overflow: hidden;
        background: url("topografia.jpeg") center/cover no-repeat;
    }
    .media-line {
        position: absolute; right: 18%; top: -10%; width: 2px; height: 140%;
        background: rgba(18,20,23,.16); transform: rotate(12deg);
    }
    .media-badge {
        position: absolute; left: 14px; bottom: 14px; padding: 10px 12px;
        border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.92);
        font-weight: 800; box-shadow: var(--shadow2);
    }
    .about-text p { margin: 0 0 12px; line-height: 1.75; color: var(--muted); text-align: justify;}
    .callout {
        margin-top: 12px; padding: 14px; border-radius: var(--radius);
        border: 1px solid rgba(25,163,74,.25); background: rgba(25,163,74,.08);
    }
    .callout-title { font-weight: 900; margin-bottom: 6px; }
    .callout-text { line-height: 1.6; }

    /* =========================================
    DIFERENCIAIS (GRID 3)
    ========================================= */
    .grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
    .grid-3 .card { padding: 16px; }
    .list { margin: 10px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.65; }
    .feature .icon {
        width: 52px; height: 52px; border-radius: 14px; background: rgba(25,163,74,.10);
        border: 1px solid rgba(25,163,74,.25); display: flex; align-items: center; justify-content: center;
        margin-bottom: 14px; transition: .35s;
    }
    .ico { width: 26px; height: 26px; color: #19a34a; transition: .35s; }
    .feature:hover .icon { background: #19a34a; transform: translateY(-4px); box-shadow: 0 12px 25px rgba(0,0,0,.18); }
    .feature:hover .ico { color: #fff; transform: scale(1.1); }

    /* =========================================
    TIMELINE (HISTÓRIA)
    ========================================= */
    .timeline { position: relative; padding: 2rem 0 2rem 1rem; margin-top: 1rem; }
    .timeline::before {
        content: ''; position: absolute; top: 2rem; bottom: 2rem;
        left: calc(1rem + 13px); width: 2px; background-color: var(--brand); opacity: 0.4;
    }
    .t-item {
        display: grid; grid-template-columns: 28px 1fr; gap: 24px;
        padding-bottom: 3rem; position: relative; z-index: 1;
    }
    .t-item:last-child { padding-bottom: 0; }
    .t-dot {
        width: 12px; height: 12px; border-radius: 50%; background: var(--brand); 
        margin: 6px auto 0 auto; position: relative; z-index: 2; 
        animation: pulse-timeline 2s infinite;
    }
    .t-title { font-weight: 800; font-size: 1.15rem; color: #2a2a2a; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05rem; }
    .t-checks { list-style: none; padding: 0; margin-top: 16px; display: grid; gap: 10px; }
    .t-checks li { display: flex; align-items: flex-start; gap: 10px; color: #555; font-size: 0.95rem; }
    .t-checks i { color: var(--brand); font-size: 0.9rem; margin-top: 4px; }
    @media screen and (min-width: 769px) { .t-checks.col-2 { grid-template-columns: 1fr 1fr; } }

    /* =========================================
    CTA E CONTATO
    ========================================= */
    .cta {
        padding: 56px 0; border-top: 1.5px solid #DDF3E7;
        background: linear-gradient(to bottom, #ffffff 0%, #f7fbf9 30%, #eef7f3 65%, #e6f3ed 100%);
    }
    .cta-grid { 
        display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; 
        align-items: start; min-width: 0; 
    }
    .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; }
    .contacts { 
        display: grid; gap: 10px; margin-top: 14px; width: 100%; 
        box-sizing: border-box; min-width: 0; 
    }
    .contact { 
        padding: 14px; width: 100%; max-width: 500px; 
        box-sizing: border-box; min-width: 0; 
    } 
    .label { font-weight: 900; font-size: .9rem; color: rgba(18,20,23,.60); }
    .value { 
        margin-top: 6px; color: var(--muted); line-height: 1.55; 
        word-break: break-all; overflow-wrap: break-word; hyphens: auto; 
    } 
    .cta-right { 
        padding: 24px; 
        width: 100%; 
        max-width: 480px; 
        margin: 0 auto; 
        box-sizing: border-box; 
    }

    .cta-right h3 { margin: 0 0 16px; text-align: left; }
    .form label { display: block; margin: 10px 0; }
    .form span { display: block; font-weight: 800; color: rgba(18,20,23,.72); font-size: .92rem; }
    input, select, textarea {
        width: 100%; margin-top: 6px; padding: 12px 12px; border-radius: 12px;
        border: 1px solid rgba(0,0,0,.14); background: #fff; outline: none; box-sizing: border-box;
    }
    input:focus, select:focus, textarea:focus { border-color: rgba(25,163,74,.55); box-shadow: 0 0 0 4px rgba(25,163,74,.16); }
    textarea { resize: vertical; }

    /* =========================================
    MAPA FINAL
    ========================================= */
    .mapa-final { padding: 70px 0; background: #ffff; border-top: 1.5px solid #DDF3E7; }
    .mapa-head { margin-bottom: 20px; }
    .mapa-head h2 { font-size: 1.8rem; margin-bottom: 6px; }
    .mapa-box { border-radius: 18px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.10); border: 1px solid rgba(0,0,0,.08); }

    /* =========================================
    FOOTER - (BLINDADO)
    ========================================= */
    .site-footer { background-color: #222222; color: #a0a0a0; padding-top: 4rem; font-size: 0.95rem; }
    .footer-container {
        display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem;
        padding-inline: var(--pad); padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .footer-col { 
        flex: 1; 
        min-width: 220px; 
        overflow-wrap: break-word; 
        word-break: break-word; /* Proteção anti-vazamento */
    }
    .footer-logo-white { width: 160px; margin-bottom: 1.5rem; filter: brightness(0) invert(1); }
    .branding p { line-height: 1.6; margin-bottom: 1.5rem; font-weight: 300; color: #27AE60; text-align: left; }
    .social-links { display: flex; gap: 12px; }
    .social-links a {
        width: 40px; height: 40px; background-color: rgba(255,255,255,0.05);
        display: flex; align-items: center; justify-content: center; border-radius: 50%;
        color: #ffffff; transition: all 0.3s ease;
    }
    .social-links a:hover { background-color: #27AE60; transform: translateY(-3px); }
    .footer-col h4 { color: #ffffff; font-size: 1.2rem; margin-bottom: 1.5rem; font-weight: 700; text-align: left; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 15px; }

    /* Mágica do e-mail no footer: */
    .footer-col a { 
        color: #a0a0a0; transition: color 0.3s ease; 
        word-break: break-all; /* Força e-mails longos a quebrarem no meio da palavra */
    }
    .footer-col a:hover { color: #fff; padding-left: 2px; }

    /* Proteção do ícone ao lado do e-mail: */
    .footer-col.contact li { 
        display: flex; 
        align-items: flex-start; /* Se quebrar linha, ícone fica no topo */
    }
    .footer-col.contact i { 
        color: #27AE60; margin-right: 10px; font-size: 1.1rem; 
        flex-shrink: 0; /* Impede que o ícone seja esmagado */
        margin-top: 4px;
    }

    .footer-bottom { text-align: center; padding: 1.5rem var(--pad); background-color: #1a1a1a; font-size: 0.85rem; }
    .footer-bottom a { color: #a0a0a0; text-decoration: underline; }

    /* =========================================
    ANIMAÇÕES (KEYFRAMES)
    ========================================= */
    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(25, 163, 74, 0.5); }
        70% { box-shadow: 0 0 0 10px rgba(25, 163, 74, 0); }
        100% { box-shadow: 0 0 0 0 rgba(25, 163, 74, 0); }
    }
    @keyframes pulse-timeline {
    0% { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--brand), 0 0 0 5px rgba(25, 163, 74, 0.5); }
    70% { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--brand), 0 0 0 15px rgba(25, 163, 74, 0); }
    100% { box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--brand), 0 0 0 5px rgba(25, 163, 74, 0); }
    }

    /* =========================================
    MEDIA QUERIES (TABLET E CELULAR)
    ========================================= */

    /* --- TABLETS E MENUS (Até 1024px) --- */
@media (max-width: 1024px) {
    .nav-bar { padding: 1.5rem; }
    .nav-item, .nav-button { display: none; }
    .nav-logo { display: flex; justify-content: center; align-items: center; }
    
    .mobile-menu {
        border-top: 2px solid rgba(0, 0, 0, 0.171); position: absolute; top: 6rem; left: 0;
        width: 100%; background-color: #fff; display: none;
        flex-direction: column; z-index: 1000; align-items: center;
    }
    .mobile-menu-icon { display: block; }
    .mobile-menu-icon button { background-color: transparent; border: none; cursor: pointer; color: #2A2A2A; font-size: 1.5rem; transition: transform 0.15s ease; }
    .mobile-menu-icon button:active { transform: scale(0.9); }
    
    .mobile-menu ul { display: flex; flex-direction: column; text-align: center; padding: 1rem; width: 100%; }
    .mobile-menu .nav-item { display: block; padding-top: 1.2rem; }
    .mobile-menu .nav-button { display: block; padding: 1rem 0; margin: 0 auto 1rem auto; width: 100%; display: flex; justify-content: center;}
    .mobile-menu .nav-button button { width: 120px; }
    .open { display: flex; }
    .mobile-menu .nav-item a:hover::after { width: 0% !important; }
    .mobile-menu .nav-item a:active { color: #27AE60; transition: 0.1s; }

    .hero-grid, .about-grid, .cta-grid { 
        grid-template-columns: 1fr; 
        gap: 2.5rem; 
    }
    .grid-3 { grid-template-columns: 1fr 1fr; }
    .about-media { min-height: 350px; }
    
    /* 🔴 O HERO FICA NO CENTRO NO TABLET 🔴 */
    .hero-left {
        display: flex;
        flex-direction: column;
        align-items: center;    
        text-align: center;     
        width: 100%;
        max-width: 100%;        
    }
    
    .hero-left .lead { text-align: center; margin-inline: auto; }
    .hero h1 { text-align: center; }
    .kicker { margin: 0 auto 1rem auto; } 
    .chips, .hero-actions, .area-contents { justify-content: center; width: 100%; }
    
    /* 🔴 O RESTO DA PÁGINA FICA NA ESQUERDA NO TABLET 🔴 */
    .about-text, .cta-left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }
    .about-text p { text-align: left; }
    .eyebrow { text-align: left; }
    .eyebrow::after { margin: 8px 0 0 0; } 
    .section-head h2, .section-head p { text-align: left; margin-inline: 0; }

    /* Contato */
    .contacts { width: 100%; align-items: flex-start; }
    .contact.card { max-width: 100% !important; margin: 0 !important; }
    .cta-right { max-width: 100% !important; margin: 0 !important; }
    .cta-right h3 { text-align: left; }
}

    /* --- CELULARES E IPAD MINI VERTICAL (Até 768px) --- */
 /* --- CELULARES E IPAD MINI VERTICAL (Até 768px) --- */
@media (max-width: 768px) {
    /* 🔴 O HERO FICA NO CENTRO NO CELULAR 🔴 */
    .hero h1 {
        font-size: 2.2rem; 
        text-align: center; 
    }
    .hero-left { align-items: center; text-align: center; }
    .hero-left .lead { text-align: center; }
    .kicker { margin: 0 auto 1rem auto; }
    .chips, .area-contents { justify-content: center; width: 100%; }
    .hero-actions { justify-content: center; width: 100%; flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    
    /* Card Topo Em Números */
    .hero-right { margin-top: 1rem; width: 100%; }
    .card-info { 
        width: 100%; 
        max-width: 100%; 
        padding: 2rem 1.5rem; 
        margin: 2rem 0 0 0; 
        min-height: auto; 
    }

    /* 🔴 O RESTO DA PÁGINA VOLTA PARA A ESQUERDA NO CELULAR 🔴 */
    .nav-logo h1 { font-size: 1.2rem; text-align: left; }
    header .subtitle-header { font-size: 0.6rem; text-align: left; }
    
    .section-head h2 { font-size: 1.8rem; text-align: left; }
    .section-head p { text-align: left; margin: 0; }
    .eyebrow { text-align: left; }
    .eyebrow::after { margin: 8px 0 0 0; }
    
    .about-text { align-items: flex-start; text-align: left; }
    .about-text p { text-align: left; }
    
    .grid-3 { grid-template-columns: 1fr; }
    .about-media { min-height: 250px; margin-top: 1rem; }

    /* Contato na Esquerda */
    .cta-grid { gap: 24px; }
    .cta-left { display: flex; flex-direction: column; align-items: flex-start; text-align: left; width: 100%; box-sizing: border-box; }
    .cta-actions { display: flex; flex-direction: column; gap: 12px; width: 100%; margin-bottom: 1rem; }
    .cta-actions .btn { width: 100%; justify-content: center; text-align: center; }
    .contacts { width: 100%; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; box-sizing: border-box; }
    .contact.card { width: 100%; max-width: 100% !important; box-sizing: border-box; margin: 0; }
    
    .cta-right { width: 100%; max-width: 100% !important; margin: 0 !important; padding: 24px !important; box-sizing: border-box; }
    .cta-right h3 { text-align: left; font-size: 1.5rem; margin-bottom: 1rem; }
    .form button { width: 100%; }

    /* Footer Centralizado (O Footer é a única exceção, costuma ficar melhor no meio) */
    .footer-container { flex-direction: column; align-items: center; text-align: center; gap: 2.5rem; }
    .footer-col { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .footer-col ul { align-items: center; width: 100%; }
    .footer-logo-white { margin: 0 auto 1.5rem auto; display: block; }
    .branding p { text-align: center; margin-inline: auto; }
    .footer-col h4 { text-align: center; margin-inline: auto; }
    .social-links { justify-content: center; }
    .footer-col.contact li { justify-content: center; text-align: center; }
    .footer-col a:hover { padding-left: 0; }
    .footer-bottom { text-align: center; padding-inline: var(--pad); }
}