:root {
    --ink: #12353a;
    --ink-2: #1a5150;
    --brand: #167b6c;
    --brand-dark: #0c6558;
    --sage: #9ac8ab;
    --paper: #fcfdfc;
    --soft: #f2f8f4;
    --line: #dbe8e1;
    --muted: #5d7578;
    --shadow: 0 22px 60px rgba(18, 53, 58, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font: 16px/1.6 "DM Sans", system-ui, sans-serif;
}

.container {
    width: min(1120px, calc(100% - 42px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: auto;
    left: -9999px;
}

.skip-link:focus {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 99;
    padding: 10px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
    color: var(--ink);
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(252, 253, 252, 0.88);
    border-bottom: 1px solid rgba(219, 232, 225, 0.9);
    backdrop-filter: blur(16px);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 18px;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    text-decoration: none;
}

.brand img {
    display: block;
    width: 178px;
    max-width: 100%;
    height: auto;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-proof {
    color: #557074;
    font-size: 13px;
    font-weight: 700;
}

.nav-cta {
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

/* Hero */

.hero {
    padding: 92px 0 72px;
    background:
        radial-gradient(circle at 78% 20%, #daf0df 0, rgba(218, 240, 223, 0) 26%),
        linear-gradient(180deg, #f6fbf8 0%, var(--paper) 92%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.55px;
    text-transform: uppercase;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: #7fb84a;
    border-radius: 99px;
}

.hero h1,
h2,
h3 {
    font-family: Manrope, system-ui, sans-serif;
}

.hero h1 {
    margin: 0 0 21px;
    font-size: clamp(42px, 5.5vw, 68px);
    line-height: 1.04;
    letter-spacing: -3.2px;
}

.hero h1 em {
    color: var(--brand);
    font-style: normal;
}

.hero-lead {
    max-width: 620px;
    margin: 0;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.55;
}

.hero-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 30px 0;
}

.hero-benefit-grid > div {
    display: grid;
    gap: 1px;
    padding-left: 12px;
    border-left: 2px solid #a8d4b2;
}

.hero-benefit-grid b {
    font-size: 14px;
}

.hero-benefit-grid span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 20px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.18s transform, 0.18s background;
}

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

.button-primary {
    background: var(--brand);
    box-shadow: 0 9px 20px rgba(15, 110, 95, 0.18);
    color: #fff;
}

.button-primary:hover {
    background: var(--brand-dark);
}

.button-full {
    width: 100%;
}

.text-link {
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.microcopy {
    margin: 16px 0 0;
    color: #668083;
    font-size: 12px;
}

.microcopy span {
    color: var(--brand);
    font-weight: 900;
}

.hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 25px 45px rgba(18, 53, 58, 0.1));
}

/* Bandeau confiance */

.trust-strip {
    padding: 18px 0;
    background: var(--ink);
    color: #e7f2ed;
}

.trust-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px;
    font-size: 13px;
    font-weight: 700;
}

.trust-inner span::before {
    margin-right: 7px;
    color: #a9da8c;
    content: "✓";
}

/* Sections */

.section {
    padding: 96px 0;
}

.reality-section,
.demo-section {
    background: #fff;
}

.reality-grid,
.demo-grid,
.split-layout,
.objections-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 78px;
    align-items: center;
}

.section h2 {
    margin: 0 0 18px;
    font-size: clamp(31px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -2.1px;
}

.reality-copy p:not(.section-kicker),
.section-intro,
.section-heading > p:not(.section-kicker) {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 18px;
}

/* Carte recherche */

.decision-card {
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.decision-top {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 15px;
    padding: 16px;
    background: #f5faf7;
    border: 1px solid #e5efea;
    border-radius: 14px;
}

.search-icon {
    color: var(--brand);
    font-size: 24px;
}

.decision-top p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.decision-top b {
    grid-column: 2;
    font-size: 15px;
}

.decision-result {
    display: grid;
    grid-template-columns: 16px 1fr 28px;
    gap: 12px;
    align-items: center;
    padding: 15px 8px;
    border-bottom: 1px solid #eef3f0;
}

.result-dot {
    width: 11px;
    height: 11px;
    background: var(--brand);
    border-radius: 50%;
}

.decision-result strong,
.decision-result span,
.decision-result small {
    display: block;
}

.decision-result span {
    color: #547074;
    font-size: 13px;
}

.decision-result small {
    margin-top: 4px;
    color: #748a88;
    font-size: 12px;
}

.decision-result em {
    color: var(--brand);
    font-style: normal;
    font-weight: 900;
    text-align: center;
}

.muted-result {
    opacity: 0.6;
}

.muted-result .result-dot {
    background: #a0b6b0;
}

.decision-note {
    margin: 15px 4px 0;
    color: var(--muted);
    font-size: 13px;
}

/* Offre */

.offer-section,
.objections-section {
    background: var(--soft);
}

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

.section-heading.centered p:not(.section-kicker) {
    margin-inline: auto;
}

.offer-layout {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 55px;
    align-items: start;
}

.offer-main-card {
    position: sticky;
    top: 96px;
    padding: 32px;
    background: var(--ink);
    border-radius: 20px;
    box-shadow: 0 24px 45px rgba(18, 53, 58, 0.18);
    color: #fff;
}

.offer-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.offer-chip {
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 99px;
    font-size: 12px;
    font-weight: 800;
}

.offer-small {
    color: #bcd5cd;
    font-size: 12px;
}

.price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 20px 0 12px;
}

.price strong {
    font: 800 54px/1 Manrope, sans-serif;
    letter-spacing: -3px;
}

.price span {
    color: #cfe0dc;
    font-size: 13px;
    font-weight: 700;
}

.offer-summary {
    margin: 0 0 23px;
    color: #cadeda;
}

.offer-main-card .button-primary {
    background: #a6d98a;
    box-shadow: none;
    color: #143a35;
}

.offer-main-card .button-primary:hover {
    background: #bce8a6;
}

.price-fine {
    margin: 13px 0 0;
    color: #bcd4cd;
    font-size: 12px;
    text-align: center;
}

.included-list {
    border-top: 1px solid var(--line);
}

.included-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
}

.included-icon {
    padding-top: 4px;
    color: var(--brand);
    font: 800 13px Manrope, sans-serif;
}

.included-list h3 {
    margin: 0 0 7px;
    font-size: 19px;
}

.included-list p {
    margin: 0;
    color: var(--muted);
}

/* Démonstration */

.check-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    margin: 12px 0;
    padding-left: 26px;
    color: #405f61;
}

.check-list li::before {
    position: absolute;
    left: 0;
    color: var(--brand);
    font-weight: 900;
    content: "✓";
}

.site-preview {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfebe5;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.preview-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 42px;
    padding: 0 13px;
    background: #f5f9f6;
    border-bottom: 1px solid #e4eee8;
}

.preview-bar span {
    width: 8px;
    height: 8px;
    background: #cadbd3;
    border-radius: 50%;
}

.preview-bar b {
    flex: 1;
    margin-left: 8px;
    padding: 5px 14px;
    background: #fff;
    border: 1px solid #e3ede7;
    border-radius: 999px;
    color: #819794;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.preview-body {
    padding: 22px;
    background: #fbfdfc;
}

.preview-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    color: #79908d;
    font-size: 10px;
}

.preview-nav strong {
    color: var(--ink);
    font-size: 12px;
}

.preview-hero {
    display: flex;
    justify-content: space-between;
    min-height: 220px;
    padding: 29px;
    overflow: hidden;
    background: linear-gradient(120deg, #12353a, #177363);
    border-radius: 14px;
    color: #fff;
}

.preview-hero small {
    color: #cfeadd;
}

.preview-hero h3 {
    margin: 11px 0 20px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -1.2px;
}

.preview-hero button {
    padding: 10px 12px;
    background: #bfe69f;
    border: 0;
    border-radius: 9px;
    color: #153c36;
    font: 800 11px "DM Sans", sans-serif;
}

.preview-shape {
    position: relative;
    align-self: flex-end;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #e2f1df 0 46%, #a5d2aa 47% 100%);
    border-radius: 20px;
}

.preview-shape::before {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: #88b78e;
    border-radius: 50%;
    content: "";
}

.preview-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 13px;
}

.preview-cards > div {
    padding: 13px;
    background: #fff;
    border: 1px solid #e4eee8;
    border-radius: 10px;
    color: var(--brand);
    font-size: 15px;
}

.preview-cards b,
.preview-cards small {
    display: block;
}

.preview-cards b {
    margin-top: 6px;
    color: var(--ink);
    font-size: 10px;
}

.preview-cards small {
    margin-top: 3px;
    color: #78908d;
    font-size: 9px;
}

/* Comparatif */

.no-surprise-section {
    background: #fbfdfc;
}

.compare-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
}

.compare-head,
.compare-row {
    display: grid;
    grid-template-columns: 1fr 86px 94px;
    align-items: center;
}

.compare-head {
    padding: 14px 17px;
    background: #f3f8f5;
    color: #55736e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.compare-head span:nth-child(2),
.compare-head span:nth-child(3) {
    text-align: center;
}

.compare-row {
    padding: 14px 17px;
    border-top: 1px solid #e4eee8;
    font-size: 14px;
}

.compare-row b,
.compare-row i {
    font-style: normal;
    font-weight: 900;
    text-align: center;
}

.compare-row b {
    color: var(--brand);
}

.compare-row i {
    color: #8ba19c;
}

/* Process */

.process-section {
    padding-bottom: 76px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    margin-top: 35px;
}

.step-number {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
    background: var(--ink);
    border-radius: 50%;
    color: #fff;
    font: 800 14px Manrope, sans-serif;
    place-items: center;
}

.steps h3 {
    margin: 0 0 9px;
    font-size: 19px;
}

.steps p {
    margin: 0;
    color: var(--muted);
}

/* FAQ */

.faq-mini {
    border-top: 1px solid var(--line);
}

details {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

summary {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    list-style: none;
}

summary::after {
    position: absolute;
    top: -7px;
    right: 0;
    color: var(--brand);
    font-size: 24px;
    font-weight: 400;
    content: "+";
}

details[open] summary::after {
    content: "–";
}

details p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 14px;
}

/* Formulaire */

.form-section {
    padding-top: 82px;
    background: linear-gradient(180deg, var(--paper), #eaf5ef);
}

.form-wrap {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 68px;
    padding: 52px;
    background: #fff;
    border: 1px solid #dbe9e2;
    border-radius: 22px;
    box-shadow: var(--shadow);
}

.form-copy > p:not(.section-kicker) {
    color: var(--muted);
    font-size: 17px;
}

.form-proof {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.form-proof > span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background: #dff1df;
    border-radius: 50%;
    color: var(--brand);
    font-weight: 900;
    place-items: center;
}

.form-proof p {
    margin: 0;
    color: #527071;
    font-size: 14px;
}

.contact-inline {
    margin-top: 22px;
    font-size: 13px !important;
}

.contact-inline a {
    color: var(--brand);
    font-weight: 800;
}

.lead-form {
    display: grid;
    gap: 15px;
}

.form-row {
    display: grid;
    gap: 7px;
}

.two-cols {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.two-cols > div {
    display: grid;
    gap: 7px;
}

label {
    color: #315152;
    font-size: 13px;
    font-weight: 800;
}

label span {
    color: #b43b3b;
}

input,
textarea,
select {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #cbdcd5;
    border-radius: 9px;
    color: var(--ink);
    font: inherit;
    font-size: 14px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 3px solid #d9f2e8;
    border-color: var(--brand);
}

textarea {
    resize: vertical;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #617876;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}

.consent input {
    width: 15px;
    min-width: 15px;
    margin-top: 2px;
}

.consent a {
    color: var(--brand);
}

.form-status {
    min-height: 19px;
    margin: 0;
    color: var(--brand);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

/* Cloudflare Turnstile */

.cf-turnstile {
    min-height: 65px;
    overflow: hidden;
    border-radius: 10px;
}

.cf-turnstile iframe {
    max-width: 100%;
}

/* Footer */

.site-footer {
    padding: 23px 0;
    background: #eaf3ef;
    color: #59716e;
    font-size: 13px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer-inner a {
    margin-left: 17px;
    color: inherit;
    text-decoration: none;
}

/* Page de remerciement */

.thank-you {
    display: grid;
    min-height: 100vh;
    padding: 28px;
    background: linear-gradient(145deg, #f3faf5, #e4f1e9);
    place-items: center;
}

.thank-you-card {
    max-width: 650px;
    padding: 50px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.thank-you-card h1 {
    margin: 0 0 18px;
    font: 800 clamp(32px, 5vw, 52px) / 1.1 Manrope, sans-serif;
    letter-spacing: -2px;
}

.thank-you-card p:not(.section-kicker) {
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 18px;
}

/* Pages légales */

.legal-layout {
    min-height: calc(100vh - 150px);
    background: #f7faf8;
}

.legal-hero {
    padding: 92px 0 62px;
    background:
        radial-gradient(circle at 85% 5%, rgba(154, 200, 171, 0.42), transparent 30rem),
        linear-gradient(135deg, #f6fbf8 0%, #edf6f0 100%);
    border-bottom: 1px solid var(--line);
}

.legal-hero .container {
    width: min(960px, calc(100% - 42px));
}

.legal-hero h1 {
    max-width: 760px;
    margin: 12px 0 16px;
    color: var(--ink);
    font: 800 clamp(38px, 5vw, 62px) / 1.08 Manrope, system-ui, sans-serif;
    letter-spacing: -2.8px;
}

.legal-hero p:not(.section-kicker) {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

.legal-content-section {
    padding: 64px 0 96px;
}

.legal-content {
    display: grid;
    grid-template-columns: 220px minmax(0, 760px);
    gap: 42px;
    align-items: start;
    width: min(1080px, calc(100% - 42px));
    margin-inline: auto;
}

.legal-sidebar {
    position: sticky;
    top: 104px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(18, 53, 58, 0.05);
}

.legal-sidebar p {
    margin: 0 0 10px;
    color: #80968d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.legal-sidebar a {
    padding: 8px 10px;
    border-radius: 8px;
    color: #4d6860;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.legal-sidebar a:hover {
    background: #edf6ef;
    color: var(--ink);
}

.legal-card {
    padding: clamp(28px, 5vw, 54px);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(18, 53, 58, 0.06);
}

.legal-card section + section {
    margin-top: 44px;
}

.legal-card h2 {
    margin: 0 0 16px;
    color: var(--ink);
    font: 800 clamp(23px, 3vw, 30px) / 1.2 Manrope, system-ui, sans-serif;
    letter-spacing: -1px;
}

.legal-card p,
.legal-card li {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.legal-card p {
    margin: 0 0 16px;
}

.legal-card ul {
    margin: 16px 0;
    padding-left: 23px;
}

.legal-card li + li {
    margin-top: 7px;
}

.legal-card a {
    color: var(--brand);
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.legal-highlight {
    margin: 20px 0;
    padding: 20px 22px;
    background: #f4faf6;
    border: 1px solid #dce8e1;
    border-left: 4px solid var(--sage);
    border-radius: 12px;
}

.legal-highlight p:last-child {
    margin-bottom: 0;
}

.legal-update {
    margin-top: 48px !important;
    padding-top: 20px;
    border-top: 1px solid #e4ece7;
    color: #80968d !important;
    font-size: 13px !important;
}

/* Tablette */

@media (max-width: 960px) {
    .hero-grid,
    .reality-grid,
    .demo-grid,
    .split-layout,
    .objections-grid,
    .form-wrap,
    .offer-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .hero-visual {
        max-width: 650px;
        margin: auto;
    }

    .offer-main-card {
        position: static;
    }

    .steps {
        gap: 24px;
    }

    .form-wrap {
        padding: 38px;
    }

    .legal-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .legal-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
    }

    .legal-sidebar p {
        grid-column: 1 / -1;
    }
}

/* Mobile */

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .nav-proof {
        display: none;
    }

    .brand img {
        width: 156px;
    }

    .hero {
        padding: 58px 0;
    }

    .hero h1 {
        letter-spacing: -2.5px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .hero-benefit-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 64px 0;
    }

    .trust-inner {
        display: block;
        line-height: 2.1;
        text-align: center;
    }

    .trust-inner span {
        display: block;
    }

    .steps,
    .two-cols {
        grid-template-columns: 1fr;
    }

    .preview-nav span {
        display: none;
    }

    .preview-hero {
        min-height: 195px;
        padding: 22px;
    }

    .preview-hero h3 {
        font-size: 23px;
    }

    .preview-shape {
        width: 108px;
        height: 108px;
    }

    .preview-cards {
        grid-template-columns: 1fr;
    }

    .compare-head,
    .compare-row {
        grid-template-columns: 1fr 58px 64px;
    }

    .compare-head {
        padding: 12px;
        font-size: 9px;
    }

    .compare-row {
        padding: 12px;
        font-size: 12px;
    }

    .form-wrap {
        padding: 26px 18px;
        border-radius: 16px;
    }

    .cf-turnstile {
        min-height: 70px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-inner a {
        margin: 0 12px 0 0;
    }

    .thank-you-card {
        padding: 32px 24px;
    }

    .legal-hero {
        padding: 62px 0 46px;
    }

    .legal-hero .container,
    .legal-content {
        width: min(100% - 28px, 1080px);
    }

    .legal-hero h1 {
        letter-spacing: -2px;
    }

    .legal-hero p:not(.section-kicker) {
        font-size: 16px;
    }

    .legal-content-section {
        padding: 36px 0 68px;
    }

    .legal-sidebar {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .legal-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .legal-card h2 {
        font-size: 23px;
    }

    .legal-card p,
    .legal-card li {
        font-size: 15px;
    }

    .legal-highlight {
        padding: 16px;
    }
}