.terract-apropos-page{
    --navy:#082b52;
    --navy-2:#0f3e72;
    --text:#12243a;
    --muted:#5b6c80;
    --orange:#f59e0b;
    --orange-deep:#ff8a00;
    --green:#12884b;
    --surface:#ffffff;
    --surface-soft:#f4f8fc;
    --line:#d9e4ef;
    max-width:1280px;
    margin:0 auto;
    padding:36px 20px 80px;
    color:var(--text);
}

.terract-apropos-page *{box-sizing:border-box}

.terract-apropos-kicker,
.terract-apropos-card-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    line-height:1;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
    color:var(--orange-deep);
    margin-bottom:14px;
}

.terract-apropos-hero{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr);
    gap:28px;
    align-items:stretch;
    margin-bottom:30px;
}

.terract-apropos-hero-copy,
.terract-apropos-hero-panel,
.terract-apropos-card,
.terract-apropos-focus-card,
.terract-apropos-service-card{
    background:var(--surface);
    border:1px solid var(--line);
    box-shadow:0 16px 40px rgba(8,43,82,.08);
}

.terract-apropos-hero-copy{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:46px 42px;
    background:
        radial-gradient(circle at top left, rgba(245,158,11,.16), transparent 28%),
        radial-gradient(circle at bottom right, rgba(18,136,75,.12), transparent 24%),
        linear-gradient(135deg, #ffffff, #f7fbff 70%);
}

.terract-apropos-hero-copy:before{
    content:"";
    position:absolute;
    inset:auto -60px -60px auto;
    width:220px;
    height:220px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(8,43,82,.06), rgba(8,43,82,0));
}

.terract-apropos-hero-copy h1{
    margin:0 0 18px;
    color:var(--navy);
    font-size:clamp(34px,4vw,62px);
    line-height:1.02;
    font-weight:950;
    max-width:780px;
}

.terract-apropos-intro,
.terract-apropos-page p{
    margin:0;
    font-size:17px;
    line-height:1.78;
    color:var(--muted);
}

.terract-apropos-page p + p{margin-top:14px}
.terract-apropos-page strong{color:var(--navy)}

.terract-apropos-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:26px;
}

.terract-apropos-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 22px;
    border-radius:16px;
    font-size:15px;
    font-weight:900;
    text-decoration:none;
    transition:all .25s ease;
}

.terract-apropos-btn-primary{
    background:linear-gradient(135deg,var(--orange),var(--orange-deep));
    color:#fff;
    box-shadow:0 12px 26px rgba(245,138,0,.24);
}

.terract-apropos-btn-secondary{
    background:#eff5fb;
    color:var(--navy);
    border:1px solid var(--line);
}

.terract-apropos-btn:hover{
    transform:translateY(-2px);
}

.terract-apropos-hero-panel{
    border-radius:34px;
    padding:24px;
    background:linear-gradient(180deg,#fbfdff 0%,#f2f7fc 100%);
    display:grid;
    gap:20px;
    align-content:start;
}

.terract-apropos-logo-wrap{
    min-height:210px;
    border-radius:24px;
    padding:22px;
    background:#fff;
    border:1px dashed #d6e2ee;
    display:flex;
    align-items:center;
    justify-content:center;
}

.terract-apropos-logo-wrap img{
    max-width:100%;
    max-height:170px;
    width:auto;
    height:auto;
    display:block;
    object-fit:contain;
}

.terract-apropos-quote-card{
    border-radius:24px;
    padding:26px 24px;
    background:linear-gradient(135deg,var(--navy),var(--navy-2));
    color:#fff;
}

.terract-apropos-quote-card span{
    display:block;
    margin-bottom:8px;
    font-size:12px;
    text-transform:uppercase;
    font-weight:900;
    letter-spacing:1px;
    color:#a8d5ff;
}

.terract-apropos-quote-card strong{
    display:block;
    margin-bottom:10px;
    font-size:30px;
    line-height:1.08;
    color:#fff;
}

.terract-apropos-quote-card p{
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.7;
}

.terract-apropos-grid{
    display:grid;
    gap:24px;
    margin-bottom:24px;
}

.terract-apropos-manifesto,
.terract-apropos-name-block,
.terract-apropos-vision-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.terract-apropos-card{
    border-radius:30px;
    padding:34px 32px;
}

.terract-apropos-card h2,
.terract-apropos-section-head h2,
.terract-apropos-focus-card h2,
.terract-apropos-service-card h3{
    margin:0 0 14px;
    color:var(--navy);
    font-weight:950;
}

.terract-apropos-card h2,
.terract-apropos-focus-card h2,
.terract-apropos-section-head h2{
    font-size:clamp(28px,2.4vw,42px);
    line-height:1.08;
}

.terract-apropos-pillars{
    background:
        radial-gradient(circle at top right, rgba(245,158,11,.15), transparent 28%),
        linear-gradient(135deg,#082b52,#0c447d);
    color:#fff;
}

.terract-apropos-pillars h2{color:#fff}
.terract-apropos-pillars .terract-apropos-card-kicker{color:#ffd18a}

.terract-apropos-pillars-list{
    display:grid;
    gap:14px;
    margin-top:18px;
}

.terract-apropos-pillar-item{
    padding:18px 20px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
}

.terract-apropos-pillar-item h3{
    margin:0 0 8px;
    font-size:22px;
    line-height:1.1;
    color:#fff;
    font-weight:900;
}

.terract-apropos-pillar-item p{
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.65;
}

.terract-apropos-tags-card{
    display:grid;
    gap:16px;
    align-content:center;
    background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%);
}

.terract-apropos-tag-item{
    padding:22px;
    border-radius:20px;
    background:#fff;
    border:1px solid #e2ebf4;
    box-shadow:0 10px 24px rgba(8,43,82,.05);
}

.terract-apropos-tag-item strong{
    display:block;
    margin-bottom:6px;
    font-size:22px;
    font-weight:950;
    color:var(--navy);
}

.terract-apropos-tag-item span{
    display:block;
    color:var(--muted);
    font-size:15px;
    line-height:1.6;
}

.terract-apropos-focus-wrap{margin:0 0 26px}

.terract-apropos-focus-card{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:38px 40px;
    background:
        linear-gradient(135deg, rgba(8,43,82,.95), rgba(8,43,82,.86)),
        linear-gradient(135deg,#0f5f9c,#12884b);
}

.terract-apropos-focus-card:after{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    right:-80px;
    top:-80px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,.14), transparent 65%);
}

.terract-apropos-focus-card h2{color:#fff;max-width:840px}
.terract-apropos-focus-card p{color:rgba(255,255,255,.88);max-width:980px}
.terract-apropos-focus-card .terract-apropos-card-kicker{color:#ffd18a}

.terract-apropos-services{margin-bottom:26px}

.terract-apropos-section-head{
    max-width:880px;
    margin:0 auto 22px;
    text-align:center;
}

.terract-apropos-section-head p{font-size:16px}

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

.terract-apropos-service-card{
    border-radius:24px;
    padding:28px 24px;
    background:linear-gradient(180deg,#fff,#f8fbfe);
}

.terract-apropos-service-card h3{
    font-size:22px;
    line-height:1.18;
}

.terract-apropos-service-card p{
    font-size:15px;
    line-height:1.68;
}

.terract-apropos-vision-card{
    background:linear-gradient(135deg,#ffffff,#f7fbff);
}

.terract-apropos-cta-card{
    background:linear-gradient(135deg,#fff7eb,#ffffff);
    border-color:#f6d8a7;
}

.terract-apropos-cta-signature{
    display:block;
    margin-top:14px;
    color:var(--orange-deep);
    font-size:24px;
    font-weight:950;
}

@media (max-width: 1180px){
    .terract-apropos-hero,
    .terract-apropos-manifesto,
    .terract-apropos-name-block,
    .terract-apropos-vision-grid{
        grid-template-columns:1fr;
    }

    .terract-apropos-services-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 760px){
    .terract-apropos-page{
        padding:22px 14px 56px;
    }

    .terract-apropos-hero-copy,
    .terract-apropos-hero-panel,
    .terract-apropos-card,
    .terract-apropos-focus-card,
    .terract-apropos-service-card{
        border-radius:24px;
    }

    .terract-apropos-hero-copy,
    .terract-apropos-card,
    .terract-apropos-focus-card{
        padding:28px 22px;
    }

    .terract-apropos-hero-panel{
        padding:18px;
    }

    .terract-apropos-hero-copy h1{
        font-size:34px;
    }

    .terract-apropos-card h2,
    .terract-apropos-focus-card h2,
    .terract-apropos-section-head h2{
        font-size:30px;
    }

    .terract-apropos-services-grid{
        grid-template-columns:1fr;
    }

    .terract-apropos-hero-actions{
        flex-direction:column;
        align-items:stretch;
    }

    .terract-apropos-btn{
        width:100%;
    }
}


/* Correctifs anti-thème WordPress : certains thèmes imposent une largeur ou des styles trop simples. */
.terract-apropos-page{
    width: min(100%, 1280px) !important;
}

.terract-apropos-page a{
    text-decoration:none !important;
}

.terract-apropos-page h1,
.terract-apropos-page h2,
.terract-apropos-page h3,
.terract-apropos-page p,
.terract-apropos-page span,
.terract-apropos-page strong{
    font-family: inherit;
}

.terract-apropos-hero-actions a + a{
    margin-left:0 !important;
}
