.about-page{
    background:#eef2f7;
    color:#111827;
}

.about-page main{
    overflow:hidden;
}

/* =========================================================
   HERO / BANNER SOBRE
   ========================================================= */

.about-hero{
    --about-hero-image:url('/assets/images/workshop-hero.webp');
    position:relative;
    min-height:620px;
    display:flex;
    align-items:center;
    isolation:isolate;
    overflow:hidden;
    background-image:var(--about-hero-image);
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.about-hero-overlay{
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background:
        linear-gradient(
            90deg,
            rgba(6,9,15,.78) 0%,
            rgba(6,9,15,.62) 30%,
            rgba(6,9,15,.40) 52%,
            rgba(6,9,15,.18) 73%,
            rgba(6,9,15,.05) 100%
        ),
        linear-gradient(
            180deg,
            rgba(6,9,15,.06) 0%,
            rgba(6,9,15,.30) 100%
        );
}

.about-hero::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    height:120px;
    z-index:-1;
    pointer-events:none;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(238,242,247,.25) 45%,
            rgba(238,242,247,.98) 100%
        );
}

/*
 * CORREÇÃO PRINCIPAL:
 * mantém o conteúdo dentro da mesma largura visual das demais páginas
 * e impede o texto de ficar colado na borda esquerda.
 */
.about-hero-inner{
    position:relative;
    width:min(1160px, calc(100% - 40px));
    max-width:1160px;
    margin:0 auto;
    padding:120px 0 112px;
}

.about-hero-copy{
    width:min(700px,100%);
    margin:0;
    text-shadow:0 3px 18px rgba(0,0,0,.42);
}

.about-eyebrow,
.about-section-kicker{
    margin:0 0 16px;
    color:#5f8ff7;
    font-size:.78rem;
    line-height:1.4;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.about-hero h1{
    max-width:700px;
    margin:0;
    color:#fff;
    font-size:clamp(3rem,5.6vw,5.45rem);
    line-height:.98;
    letter-spacing:-.055em;
    text-wrap:balance;
}

.about-lead{
    max-width:660px;
    margin:24px 0 0;
    color:rgba(255,255,255,.90);
    font-size:clamp(1rem,1.35vw,1.22rem);
    line-height:1.75;
}

.about-hero-actions,
.about-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

/* =========================================================
   BOTÕES
   ========================================================= */

.about-page .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    border-radius:10px;
    padding:13px 18px;
    font-weight:800;
    line-height:1.2;
    text-decoration:none;
    transition:
        transform .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.about-btn-primary{
    background:#fff;
    color:#111827;
    border:1px solid #fff;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.about-btn-primary:hover{
    transform:translateY(-2px);
    background:#f2f5fa;
    box-shadow:0 16px 34px rgba(0,0,0,.24);
}

.about-btn-secondary{
    background:rgba(12,16,23,.42);
    color:#fff;
    border:1px solid rgba(255,255,255,.38);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

.about-btn-secondary:hover{
    transform:translateY(-2px);
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.55);
}

/* =========================================================
   CONTEÚDO PRINCIPAL
   ========================================================= */

.about-content-section{
    padding:0 0 64px;
    background:
        radial-gradient(
            circle at 12% 0%,
            rgba(47,124,255,.10),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #eef2f7 0%,
            #f8fafc 100%
        );
}

.about-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1.58fr) minmax(310px,.72fr);
    gap:24px;
    align-items:stretch;
}

.about-story-card,
.about-metrics-card,
.about-value-card{
    border:1px solid #d7dee8;
    background:rgba(255,255,255,.92);
    box-shadow:0 18px 52px rgba(25,39,61,.09);
}

.about-story-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    padding:clamp(30px,4vw,56px);
}

.about-story-card::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:4px;
    background:linear-gradient(180deg,#2f7cff,rgba(47,124,255,.12));
}

.about-story-card > h2{
    max-width:780px;
    margin:0 0 20px;
    color:#111827;
    font-size:clamp(2rem,3.2vw,3.4rem);
    line-height:1.08;
    letter-spacing:-.04em;
}

.about-story-card > p{
    max-width:860px;
    margin:0;
    color:#5b6678;
    font-size:1.02rem;
    line-height:1.75;
}

.about-points{
    margin-top:32px;
}

.about-point{
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:18px;
    padding:23px 0;
    border-top:1px solid #e5eaf1;
}

.about-point:first-child{
    border-top:0;
}

.about-point-icon,
.about-metric-icon,
.about-cta-icon{
    display:grid;
    place-items:center;
    border:1px solid rgba(47,124,255,.32);
    color:#2f7cff;
    background:rgba(47,124,255,.08);
}

.about-point-icon{
    width:52px;
    height:52px;
    border-radius:15px;
}

.about-point-icon svg,
.about-metric-icon svg,
.about-cta-icon svg{
    width:23px;
    height:23px;
}

.about-point h3{
    margin:1px 0 6px;
    color:#111827;
    font-size:1.1rem;
}

.about-point p{
    margin:0;
    color:#687386;
    line-height:1.65;
}

/* =========================================================
   MÉTRICAS
   ========================================================= */

.about-metrics-card{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    border-radius:16px;
    padding:clamp(28px,3vw,42px);
    background:linear-gradient(160deg,#172033,#111827);
    border-color:rgba(255,255,255,.08);
    box-shadow:0 22px 70px rgba(15,23,42,.18);
}

.about-metrics-card::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    top:-145px;
    right:-130px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:50%;
    box-shadow:
        0 0 0 42px rgba(255,255,255,.03),
        0 0 0 84px rgba(255,255,255,.018);
    pointer-events:none;
}

.about-metrics-card > *{
    position:relative;
    z-index:1;
}

.about-metrics-heading{
    padding:0 0 26px;
    border-bottom:1px solid rgba(255,255,255,.10);
}

.about-metrics-heading .about-section-kicker{
    margin-bottom:10px;
    color:#78a2ff;
}

.about-metrics-heading h2{
    margin:0;
    color:#fff;
    font-size:clamp(1.55rem,2.5vw,2.2rem);
    line-height:1.12;
    letter-spacing:-.035em;
    text-wrap:balance;
}

.about-metric{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:16px;
    padding:26px 0;
    border-top:1px solid rgba(255,255,255,.10);
}

.about-metrics-heading + .about-metric{
    border-top:0;
}

.about-metric-icon{
    width:48px;
    height:48px;
    border-radius:50%;
}

.about-metric strong{
    display:block;
    color:#fff;
    font-size:clamp(2rem,3.5vw,3.2rem);
    line-height:.95;
    letter-spacing:-.05em;
}

.about-metric span{
    display:block;
    margin-top:10px;
    color:#78a2ff;
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.about-metric p{
    margin:9px 0 0;
    color:rgba(255,255,255,.68);
    font-size:.92rem;
    line-height:1.55;
}

.about-google-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:2px;
    border-top:1px solid rgba(255,255,255,.10);
    padding-top:24px;
    color:#fff;
    font-size:.93rem;
    font-weight:850;
    transition:color .2s ease;
}

.about-google-link svg{
    width:18px;
    height:18px;
    color:#78a2ff;
    transition:transform .2s ease;
}

.about-google-link:hover{
    color:#a8c0ff;
}

.about-google-link:hover svg{
    transform:translate(2px,-2px);
}

/* =========================================================
   VALORES
   ========================================================= */

.about-values-section{
    padding:72px 0 58px;
    background:#f7f9fc;
}

.about-values-heading{
    max-width:760px;
    margin:0 auto 38px;
    text-align:center;
}

.about-values-heading h2{
    margin:0;
    color:#111827;
    font-size:clamp(2.15rem,4vw,3.65rem);
    line-height:1.08;
    letter-spacing:-.04em;
}

.about-values-heading > p:last-child{
    margin:18px auto 0;
    color:#667286;
    line-height:1.7;
}

.about-values-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}

.about-value-card{
    min-height:230px;
    border-radius:16px;
    padding:30px;
    text-align:left;
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.about-value-card:hover{
    transform:translateY(-6px);
    border-color:rgba(47,124,255,.35);
    box-shadow:0 26px 70px rgba(25,39,61,.14);
}

.about-value-card > svg{
    width:48px;
    height:48px;
    padding:11px;
    border:1px solid rgba(47,124,255,.20);
    border-radius:13px;
    margin-bottom:22px;
    color:#2f7cff;
    background:rgba(47,124,255,.07);
}

.about-value-card h3{
    margin:0 0 12px;
    color:#111827;
    font-size:1.2rem;
}

.about-value-card p{
    margin:0;
    color:#687386;
    line-height:1.65;
}

/* =========================================================
   CTA FINAL
   ========================================================= */

.about-cta-section{
    padding:56px 0 76px;
    background:#f7f9fc;
}

.about-cta{
    position:relative;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:22px;
    align-items:center;
    overflow:hidden;
    border:1px solid #d7dee8;
    border-radius:16px;
    padding:28px;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.98),
            rgba(243,247,252,.93)
        ),
        url('/assets/images/workshop-hero.webp') center/cover;
    box-shadow:0 24px 70px rgba(25,39,61,.12);
}

.about-cta-icon{
    width:60px;
    height:60px;
    border-radius:16px;
}

.about-cta-copy h2{
    margin:0;
    color:#111827;
    font-size:clamp(1.35rem,2.2vw,2rem);
}

.about-cta-copy p{
    margin:7px 0 0;
    color:#667286;
}

.about-cta-actions{
    margin-top:0;
    justify-content:flex-end;
}

.about-cta .about-btn-primary{
    background:#111827;
    color:#fff;
    border-color:#111827;
}

.about-cta .about-btn-primary:hover{
    background:#1c2638;
}

.about-cta .about-btn-secondary{
    background:#fff;
    color:#111827;
    border-color:#cfd7e4;
}

.about-cta .about-btn-secondary:hover{
    background:#f4f7fb;
}

/* =========================================================
   FOOTER
   ========================================================= */

.about-page .footer{
    margin-top:0;
}

/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1050px){

    .about-hero-inner{
        max-width:100%;
        padding-right:clamp(24px,5vw,52px);
        padding-left:clamp(24px,5vw,52px);
    }

    .about-main-grid{
        grid-template-columns:1fr;
    }

    .about-metrics-card{
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:0;
    }

    .about-metrics-heading,
    .about-google-link{
        grid-column:1/-1;
    }

    .about-metrics-heading{
        text-align:center;
    }

    .about-metric{
        grid-template-columns:1fr;
        text-align:center;
        padding:28px 18px;
        border-top:0;
        border-left:1px solid rgba(255,255,255,.10);
    }

    .about-metric:first-child{
        border-left:0;
    }

    .about-metrics-heading + .about-metric{
        border-left:0;
    }

    .about-metric-icon{
        margin:0 auto;
    }

    .about-values-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .about-cta{
        grid-template-columns:auto minmax(0,1fr);
    }

    .about-cta-actions{
        grid-column:1/-1;
        justify-content:flex-start;
    }
}

/* =========================================================
   CELULAR
   ========================================================= */

@media(max-width:720px){

    .about-hero{
        min-height:600px;
        background-position:62% center;
    }

    .about-hero-overlay{
        background:
            linear-gradient(
                90deg,
                rgba(6,9,15,.90) 0%,
                rgba(6,9,15,.72) 55%,
                rgba(6,9,15,.45) 100%
            ),
            linear-gradient(
                180deg,
                rgba(6,9,15,.10),
                rgba(6,9,15,.42)
            );
    }

    .about-hero-inner{
        max-width:100%;
        padding:
            118px
            22px
            90px;
    }

    .about-hero-copy{
        width:100%;
        max-width:620px;
    }

    .about-hero h1{
        max-width:100%;
        font-size:clamp(2.7rem,14vw,4.4rem);
    }

    .about-lead{
        max-width:100%;
    }

    .about-hero-actions,
    .about-cta-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .about-hero-actions .btn,
    .about-cta-actions .btn{
        justify-content:center;
        width:100%;
    }

    .about-story-card{
        padding:28px 22px;
    }

    .about-point{
        grid-template-columns:46px minmax(0,1fr);
        gap:14px;
    }

    .about-point-icon{
        width:44px;
        height:44px;
        border-radius:13px;
    }

    .about-metrics-card{
        grid-template-columns:1fr;
        padding:28px 22px;
    }

    .about-metrics-heading{
        text-align:left;
    }

    .about-metric{
        grid-template-columns:54px minmax(0,1fr);
        text-align:left;
        border-left:0;
        border-top:1px solid rgba(255,255,255,.10);
    }

    .about-metrics-heading + .about-metric{
        border-top:0;
    }

    .about-metric-icon{
        margin:0;
    }

    .about-values-section{
        padding:70px 0 76px;
    }

    .about-values-grid{
        grid-template-columns:1fr;
    }

    .about-value-card{
        min-height:0;
    }

    .about-cta{
        grid-template-columns:1fr;
        padding:24px;
    }

    .about-cta-actions{
        grid-column:auto;
    }
}
