:root {
    --aa-ink: #17141c;
    --aa-ink-soft: #28222d;
    --aa-paper: #f4f0eb;
    --aa-cream: #fff9f3;
    --aa-white: #ffffff;
    --aa-copper: #c66a4a;
    --aa-copper-dark: #9f4f35;
    --aa-blush: #e4b89b;
    --aa-muted: #756d78;
    --aa-line: rgba(23, 20, 28, 0.14);
    --aa-shadow: 0 30px 80px rgba(23, 20, 28, 0.13);
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--aa-paper);
    color: var(--aa-ink);
    font-family: "DM Sans", Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.site-content { overflow: hidden; }
.aa-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.aa-home *, .aa-page * { box-sizing: border-box; }
.aa-home h1, .aa-home h2, .aa-home h3,
.aa-page h1, .aa-page h2, .aa-page h3 {
    font-family: Manrope, "DM Sans", sans-serif;
    letter-spacing: -0.045em;
}
.aa-home p, .aa-page p { line-height: 1.75; }
.aa-home a, .aa-page a { color: inherit; }

/* Header and navigation */
.site-header.nav-layout-split {
    --header-height: 86px;
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: var(--header-height);
    padding: 0 3.5vw;
    background: rgba(255, 249, 243, 0.94);
    border-bottom: 1px solid var(--aa-line);
    backdrop-filter: blur(18px);
}
.header-split-container { max-width: 1440px; min-height: var(--header-height); margin: 0 auto; }
.logo-split img { width: 178px; height: auto; max-height: 56px; object-fit: contain; }
.nav-split ul { gap: clamp(12px, 1.7vw, 30px); }
.nav-split a {
    color: var(--aa-ink);
    font-family: "DM Sans", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}
.nav-split a:hover { color: var(--aa-copper); }
.nav-split .nav-split-cta > a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--aa-ink);
    color: white;
}
.nav-split .nav-split-cta > a:hover { background: var(--aa-copper); color: white; }
.btn-search-toggle { color: var(--aa-ink); }
.mobile-menu-overlay-custom { background: rgba(255, 249, 243, 0.98) !important; }

/* Shared controls */
.aa-kicker {
    margin: 0 0 18px;
    color: var(--aa-copper);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.2 !important;
    text-transform: uppercase;
}
.aa-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.aa-button:hover { transform: translateY(-2px); }
.aa-button span { margin-left: 12px; }
.aa-button--primary { background: var(--aa-copper); color: white !important; }
.aa-button--primary:hover { background: var(--aa-copper-dark); }
.aa-button--light { background: var(--aa-cream); color: var(--aa-ink) !important; }
.aa-button--light:hover { background: white; }
.aa-button--dark { background: var(--aa-ink); color: white !important; }
.aa-button--dark:hover { background: var(--aa-copper); }
.aa-text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.aa-text-link--light { color: white !important; }
.aa-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.aa-disclosure {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding: 11px 28px;
    background: var(--aa-ink);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.76rem;
    letter-spacing: 0.01em;
}
.aa-disclosure strong { color: var(--aa-blush); text-transform: uppercase; letter-spacing: 0.12em; }

/* Homepage */
.aa-hero {
    position: relative;
    min-height: min(780px, calc(100vh - 86px));
    display: flex;
    align-items: stretch;
    color: white;
    background: var(--aa-ink) url("../img/avis-affiseo/hero-studio.webp") center 42% / cover no-repeat;
    isolation: isolate;
}
.aa-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(23, 20, 28, 0.96) 0%, rgba(23, 20, 28, 0.82) 43%, rgba(23, 20, 28, 0.18) 78%), linear-gradient(0deg, rgba(23, 20, 28, 0.7), transparent 45%);
}
.aa-hero__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr); align-items: center; gap: 64px; padding-block: 100px; }
.aa-hero__copy { max-width: 760px; }
.aa-hero h1 { margin: 0; max-width: 790px; color: var(--aa-white); font-size: clamp(3.4rem, 6.5vw, 6.8rem); font-weight: 700; line-height: 0.94; }
.aa-hero h1 span { display: block; color: var(--aa-blush); }
.aa-lead { max-width: 670px; margin: 30px 0 32px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.aa-hero__meta { display: flex; align-items: baseline; gap: 14px; margin-top: 54px; color: rgba(255,255,255,.66); }
.aa-hero__meta strong { color: white; font-size: 1.35rem; }
.aa-hero__badge {
    justify-self: end;
    width: 210px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 50%;
    background: rgba(23,20,28,.34);
    backdrop-filter: blur(12px);
    transform: rotate(5deg);
}
.aa-hero__badge b { font: 700 4rem/1 Manrope, sans-serif; letter-spacing: -.08em; }
.aa-hero__badge > span { margin-left: 5px; color: var(--aa-blush); }
.aa-hero__badge small { display: block; margin-top: 8px; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .12em; }
.aa-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 1.45fr;
    background: var(--aa-cream);
    border-bottom: 1px solid var(--aa-line);
}
.aa-proof > * { min-height: 150px; margin: 0; padding: 34px clamp(24px, 4vw, 66px); border-right: 1px solid var(--aa-line); }
.aa-proof div { display: flex; align-items: center; gap: 18px; }
.aa-proof strong { font: 700 clamp(2.2rem, 4vw, 4rem)/1 Manrope, sans-serif; letter-spacing: -.07em; }
.aa-proof span, .aa-proof p { color: var(--aa-muted); font-size: .88rem; line-height: 1.5; }
.aa-proof p { display: flex; align-items: center; border-right: 0; }
.aa-section { padding-block: clamp(92px, 11vw, 150px); }
.aa-section__head { max-width: 780px; }
.aa-section__head h2 { margin: 0; font-size: clamp(2.6rem, 5.3vw, 5.6rem); line-height: 1.02; }
.aa-section__head h2 em { color: var(--aa-copper); font-style: normal; }
.aa-verdict { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); }
.aa-verdict__content { align-self: end; font-size: 1.07rem; }
.aa-score { display: grid; grid-template-columns: auto auto 1fr; align-items: start; gap: 8px; margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid var(--aa-line); }
.aa-score > strong { font: 700 4.5rem/.9 Manrope, sans-serif; letter-spacing: -.08em; }
.aa-score > span { color: var(--aa-copper); font-weight: 800; }
.aa-score p { margin: 0 0 0 20px; color: var(--aa-muted); line-height: 1.5; }
.aa-score p b { color: var(--aa-ink); }
.aa-inline-links { display: flex; gap: 28px; margin-top: 32px; }
.aa-inline-links a { color: var(--aa-copper); font-weight: 800; text-decoration: none; }
.aa-inside { padding-block: clamp(90px, 10vw, 140px); background: var(--aa-ink); color: white; }
.aa-inside__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.aa-inside h2 { max-width: 640px; margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1; }
.aa-inside p { color: rgba(255,255,255,.7); }
.aa-inside__visual { min-height: 520px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); background: radial-gradient(circle, rgba(198,106,74,.34), transparent 56%); }
.aa-inside__visual > span { position: absolute; left: 22px; top: 26px; writing-mode: vertical-rl; color: var(--aa-blush); font-size: .69rem; font-weight: 800; letter-spacing: .18em; }
.aa-inside__visual > div { width: 250px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; }
.aa-inside__visual strong { font: 700 6rem/.9 Manrope, sans-serif; letter-spacing: -.08em; }
.aa-inside__visual small { margin-top: 10px; color: var(--aa-blush); text-transform: uppercase; letter-spacing: .12em; }
.aa-steps { margin: 38px 0 0; padding: 0; list-style: none; }
.aa-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); }
.aa-steps b { color: var(--aa-copper); }
.aa-steps strong, .aa-steps span { display: block; }
.aa-steps span { margin-top: 6px; color: rgba(255,255,255,.58); }
.aa-source { font-size: .8rem; }
.aa-fit__grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 60px; border: 1px solid var(--aa-line); }
.aa-fit__grid > div { padding: clamp(34px, 5vw, 70px); }
.aa-fit__yes { background: white; }
.aa-fit__no { background: #e9e2dc; }
.aa-fit h3 { margin: 0 0 30px; font-size: clamp(1.35rem, 2.2vw, 2rem); }
.aa-fit h3 span { color: var(--aa-copper); }
.aa-fit ul { margin: 0; padding: 0; list-style: none; }
.aa-fit li { position: relative; margin: 18px 0; padding-left: 26px; color: var(--aa-muted); }
.aa-fit li::before { content: "—"; position: absolute; left: 0; color: var(--aa-copper); }
.aa-pricing { padding-block: clamp(88px, 10vw, 140px); background: #d8c3b4; }
.aa-pricing__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.aa-pricing h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; }
.aa-pricing a { font-weight: 800; text-decoration: none; }
.aa-prices { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--aa-shadow); }
.aa-prices article { min-height: 330px; padding: 45px; background: var(--aa-cream); }
.aa-prices article.is-featured { background: var(--aa-ink); color: white; transform: translateY(-18px); }
.aa-prices article > span { display: block; margin-bottom: 40px; color: var(--aa-copper); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.aa-prices strong { font: 700 clamp(3rem, 5vw, 5rem)/1 Manrope, sans-serif; letter-spacing: -.08em; }
.aa-prices small { margin-left: 7px; color: var(--aa-muted); }
.aa-prices .is-featured small, .aa-prices .is-featured p { color: rgba(255,255,255,.66); }
.aa-limits__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--aa-line); }
.aa-limits article { padding: 34px 36px 0 0; border-right: 1px solid var(--aa-line); }
.aa-limits article + article { padding-left: 36px; }
.aa-limits article:last-child { border-right: 0; }
.aa-limits article > span { color: var(--aa-copper); font-size: .75rem; font-weight: 800; }
.aa-limits h3 { min-height: 64px; font-size: 1.55rem; }
.aa-limits p { color: var(--aa-muted); }
.aa-journal { padding-block: clamp(90px, 11vw, 150px); background: var(--aa-cream); }
.aa-journal__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 140px); }
.aa-journal h2 { margin: 0 0 25px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1; }
.aa-timeline article { display: grid; grid-template-columns: 110px 1fr; gap: 28px; position: relative; padding: 0 0 38px 28px; border-left: 1px solid var(--aa-line); }
.aa-timeline article::before { content: ""; position: absolute; left: -6px; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--aa-copper); }
.aa-timeline time { font-weight: 800; }
.aa-timeline b, .aa-timeline span { display: block; }
.aa-timeline span { margin-top: 7px; color: var(--aa-muted); }
.aa-timeline .is-future::before { background: transparent; border: 2px solid var(--aa-copper); }
.aa-faq__list { max-width: 880px; margin: 60px 0 0 auto; }
.aa-faq details { border-top: 1px solid var(--aa-line); }
.aa-faq details:last-child { border-bottom: 1px solid var(--aa-line); }
.aa-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 26px 0; cursor: pointer; font: 700 1.15rem Manrope, sans-serif; list-style: none; }
.aa-faq summary::-webkit-details-marker { display: none; }
.aa-faq summary span { color: var(--aa-copper); font-size: 1.7rem; }
.aa-faq details[open] summary span { transform: rotate(45deg); }
.aa-faq details p { max-width: 760px; margin: -5px 0 28px; color: var(--aa-muted); }
.aa-final { padding-block: clamp(100px, 14vw, 180px); color: white; background: var(--aa-ink); text-align: center; }
.aa-final .aa-shell { max-width: 900px; }
.aa-final h2 { margin: 0; font-size: clamp(3rem, 6.7vw, 7rem); line-height: .98; }
.aa-final p:not(.aa-kicker) { max-width: 690px; margin: 30px auto; color: rgba(255,255,255,.68); }
.aa-final .aa-actions { justify-content: center; }

/* Editorial and trust pages */
.aa-page-hero { position: relative; min-height: 590px; display: grid; grid-template-columns: 1fr minmax(280px, 32%); background: var(--aa-ink); color: white; }
.aa-page-hero > .aa-shell { width: min(860px, calc(100% - 64px)); margin: auto; padding: 80px 0; }
.aa-page-hero h1 { margin: 0; color: var(--aa-white); font-size: clamp(2.8rem, 5.3vw, 5.7rem); line-height: 1; }
.aa-page-hero > .aa-shell > p:not(.aa-kicker) { max-width: 720px; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.aa-page-hero__art { display: grid; place-items: center; min-height: 100%; background: var(--aa-copper); overflow: hidden; }
.aa-page-hero__art::before { content: ""; width: 310px; aspect-ratio: 1; position: absolute; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.aa-page-hero__art span { position: relative; font: 700 clamp(1.1rem, 2vw, 1.8rem)/1.15 Manrope, sans-serif; letter-spacing: .06em; text-align: center; }
.aa-byline { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.aa-byline > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--aa-cream); color: var(--aa-ink); font-weight: 800; }
.aa-byline strong, .aa-byline small { display: block; }
.aa-byline small { margin-top: 3px; color: rgba(255,255,255,.52); }
.aa-commercial { display: flex; justify-content: center; gap: 18px; padding: 15px 32px; background: #e8d6ca; font-size: .84rem; }
.aa-commercial strong { color: var(--aa-copper-dark); }
.aa-article-layout { display: grid; grid-template-columns: 290px minmax(0, 780px); justify-content: space-between; gap: clamp(45px, 8vw, 110px); padding-block: 90px 130px; }
.aa-article-layout > aside { align-self: start; position: sticky; top: 118px; padding: 30px; background: white; border: 1px solid var(--aa-line); }
.aa-article-layout > aside .aa-button { width: 100%; margin-top: 24px; padding-inline: 15px; }
.aa-mini-score { display: grid; grid-template-columns: auto 1fr; align-items: start; }
.aa-mini-score > strong { font: 700 3.5rem/1 Manrope, sans-serif; letter-spacing: -.08em; }
.aa-mini-score > span { color: var(--aa-copper); font-weight: 800; }
.aa-mini-score p { grid-column: 1 / -1; color: var(--aa-muted); font-size: .9rem; line-height: 1.55; }
.aa-dated p { color: var(--aa-muted); font-size: .9rem; }
.aa-article-intro { margin: 0 0 45px; font: 500 clamp(1.25rem, 2vw, 1.55rem)/1.6 Manrope, sans-serif; }
.aa-article-layout article > section { position: relative; padding: 45px 0 45px 76px; border-top: 1px solid var(--aa-line); }
.aa-article-layout article > section h2 { margin: 0 0 15px; font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.aa-article-layout article > section p { margin: 0; color: #4d4650; }
.aa-section-number { position: absolute; top: 52px; left: 0; color: var(--aa-copper); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.aa-facts { margin: 0 0 50px; border-top: 1px solid var(--aa-line); }
.aa-facts > div { display: grid; grid-template-columns: minmax(160px, .8fr) repeat(2, minmax(0, 1fr)); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--aa-line); }
.aa-facts > div span { color: var(--aa-muted); }
.aa-facts > div strong { text-align: right; }
.aa-status { margin-bottom: 35px; padding: 24px 28px; border-left: 4px solid var(--aa-copper); background: #ead8cc; }
.aa-status p { margin: 6px 0 0; }
.aa-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 50px 0; padding: 34px; background: var(--aa-ink); color: white; }
.aa-inline-cta > div > span { color: var(--aa-blush); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.aa-inline-cta h3 { margin: 8px 0; font-size: 1.55rem; }
.aa-inline-cta p { margin: 0; color: rgba(255,255,255,.58); font-size: .88rem; }
.aa-sources { padding: 28px; background: #e8e1db; }
.aa-sources p { color: var(--aa-muted); font-size: .9rem; }
.aa-sources a { color: var(--aa-copper-dark); font-weight: 800; text-decoration: none; }
.aa-simple-hero { padding-block: 100px; background: var(--aa-ink); color: white; }
.aa-simple-hero h1 { max-width: 920px; margin: 0; color: var(--aa-white); font-size: clamp(3rem, 6vw, 6.5rem); line-height: .98; }
.aa-simple-hero p:not(.aa-kicker) { max-width: 700px; color: rgba(255,255,255,.65); font-size: 1.1rem; }
.aa-log { max-width: 980px; padding-block: 90px 40px; }
.aa-log article { display: grid; grid-template-columns: 140px 20px 1fr; gap: 24px; min-height: 190px; }
.aa-log time { font-weight: 800; }
.aa-log i { position: relative; width: 1px; height: 100%; background: var(--aa-line); }
.aa-log i::before { content: ""; position: absolute; top: 4px; left: -6px; width: 13px; height: 13px; border-radius: 50%; background: var(--aa-copper); }
.aa-log .is-pending i::before { background: var(--aa-paper); border: 2px solid var(--aa-copper); }
.aa-log small { color: var(--aa-copper); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.aa-log h2 { margin: 8px 0; font-size: clamp(1.5rem, 2.7vw, 2.2rem); }
.aa-log p { color: var(--aa-muted); }
.aa-correction { max-width: 980px; margin-bottom: 100px; padding: 28px; background: white; border-left: 4px solid var(--aa-copper); }
.aa-correction p { margin-bottom: 0; }
.aa-method-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 90px; }
.aa-method-grid section { min-height: 300px; padding: 35px; border: 1px solid var(--aa-line); border-right: 0; }
.aa-method-grid section:last-child { border-right: 1px solid var(--aa-line); }
.aa-method-grid span { color: var(--aa-copper); font-weight: 800; }
.aa-method-grid h2 { margin: 50px 0 12px; font-size: 1.7rem; }
.aa-method-grid p { color: var(--aa-muted); }
.aa-independence { max-width: 900px; margin-bottom: 110px; padding: 56px; background: white; }
.aa-independence h2 { margin-top: 0; font-size: 2rem; }
.aa-trust-copy { max-width: 900px; padding-block: 80px 110px; }
.aa-trust-copy section { padding: 32px 0; border-bottom: 1px solid var(--aa-line); }
.aa-trust-copy section h2 { margin: 0 0 12px; font-size: clamp(1.25rem, 1.6vw, 1.55rem); font-weight: 700; letter-spacing: -.025em; }
.aa-trust-copy section p { margin: 0; color: #4d4650; }
.aa-local-warning { margin-bottom: 35px; padding: 28px; border-left: 4px solid var(--aa-copper); background: #ead8cc; }
.aa-local-warning p { margin: 8px 0 0; }

/* Contact block and footer */
.contact-section { background: var(--aa-paper) !important; }
.contact-section .container { max-width: 900px; }
.contact-section h2 { color: var(--aa-ink); font: 700 clamp(1.8rem, 3vw, 2.6rem) Manrope, sans-serif; letter-spacing: -.04em; }
.contact-form input, .contact-form textarea, .contact-form select { border-radius: 0 !important; border-color: var(--aa-line) !important; background: white !important; }
.contact-form button { border-radius: 999px !important; background: var(--aa-copper) !important; font-weight: 800 !important; }
.site-footer { padding-top: 76px; }
.site-footer .footer-grid { gap: 50px; }
.site-footer h3 { color: var(--footer-title-color); font-family: Manrope, sans-serif; letter-spacing: -.02em; }
.site-footer a { color: inherit; opacity: .8; }
.site-footer a:hover { color: var(--aa-blush); opacity: 1; }
.site-footer .footer-bottom { border-color: rgba(255,255,255,.12); }

/* Motion */
.aa-reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .aa-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
    .site-header.nav-layout-split { padding-inline: 24px; }
    .aa-proof { grid-template-columns: repeat(3, 1fr); }
    .aa-proof p { grid-column: 1 / -1; min-height: auto; }
    .aa-verdict, .aa-inside__grid, .aa-pricing__grid, .aa-journal__grid { gap: 58px; }
    .aa-method-grid { grid-template-columns: repeat(2, 1fr); }
    .aa-method-grid section:nth-child(2) { border-right: 1px solid var(--aa-line); }
}

@media (max-width: 900px) {
    .aa-shell { width: min(100% - 40px, 760px); }
    .aa-hero__inner, .aa-verdict, .aa-inside__grid, .aa-pricing__grid, .aa-journal__grid { grid-template-columns: 1fr; }
    .aa-hero__badge { display: none; }
    .aa-proof { grid-template-columns: 1fr; }
    .aa-proof > * { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--aa-line); }
    .aa-fit__grid, .aa-prices { grid-template-columns: 1fr; }
    .aa-prices article.is-featured { transform: none; }
    .aa-limits__grid { grid-template-columns: 1fr; }
    .aa-limits article, .aa-limits article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--aa-line); }
    .aa-limits h3 { min-height: 0; }
    .aa-page-hero { grid-template-columns: 1fr; }
    .aa-page-hero__art { display: none; }
    .aa-page-hero > .aa-shell { width: min(100% - 40px, 760px); }
    .aa-article-layout { grid-template-columns: 1fr; }
    .aa-article-layout > aside { position: static; }
}

@media (max-width: 620px) {
    .site-header.nav-layout-split { --header-height: 72px; padding-inline: 16px; }
    .logo-split img { width: 142px; max-height: 48px; }
    .aa-shell { width: min(100% - 30px, 560px); }
    .aa-disclosure { justify-content: flex-start; gap: 8px; overflow-x: auto; white-space: nowrap; font-size: .68rem; }
    .aa-hero { min-height: 710px; background-position: 65% center; }
    .aa-hero::before { background: linear-gradient(90deg, rgba(23,20,28,.96), rgba(23,20,28,.7)), linear-gradient(0deg, rgba(23,20,28,.85), transparent 60%); }
    .aa-hero__inner { padding-block: 76px; }
    .aa-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
    .aa-lead { font-size: 1rem; }
    .aa-actions { align-items: flex-start; flex-direction: column; }
    .aa-hero__meta { flex-wrap: wrap; margin-top: 40px; }
    .aa-section { padding-block: 82px; }
    .aa-section__head h2, .aa-inside h2, .aa-pricing h2, .aa-journal h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
    .aa-score { grid-template-columns: auto auto; }
    .aa-score p { grid-column: 1 / -1; margin: 16px 0 0; }
    .aa-inside__visual { min-height: 380px; }
    .aa-inside__visual > div { width: 210px; }
    .aa-inside__visual strong { font-size: 5rem; }
    .aa-fit__grid > div, .aa-prices article { padding: 34px 25px; }
    .aa-timeline article { grid-template-columns: 90px 1fr; gap: 18px; padding-left: 20px; }
    .aa-final h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
    .aa-page-hero { min-height: auto; }
    .aa-page-hero > .aa-shell { width: min(100% - 30px, 560px); padding-block: 72px; }
    .aa-page-hero h1, .aa-simple-hero h1 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
    .aa-commercial { flex-direction: column; gap: 5px; }
    .aa-article-layout { width: min(100% - 30px, 560px); padding-block: 55px 90px; }
    .aa-article-layout article > section { padding-left: 0; }
    .aa-section-number { position: static; display: block; margin-bottom: 8px; }
    .aa-facts > div { grid-template-columns: 1fr; gap: 4px; }
    .aa-facts > div strong { text-align: left; }
    .aa-inline-cta { align-items: flex-start; flex-direction: column; }
    .aa-simple-hero { padding-block: 72px; }
    .aa-log article { grid-template-columns: 92px 14px 1fr; gap: 14px; }
    .aa-method-grid { grid-template-columns: 1fr; padding-block: 60px; }
    .aa-method-grid section { min-height: auto; border-right: 1px solid var(--aa-line); }
    .aa-method-grid h2 { margin-top: 30px; }
    .aa-independence { width: min(100% - 30px, 560px); padding: 34px 25px; }
    .aa-trust-copy { padding-block: 55px 85px; }
}
