:root {
  --ink: #111827;
  --ink-soft: #1b2433;
  --paper: #f4f1e9;
  --paper-2: #e9e4d9;
  --white: #fffdf8;
  --blue: #173bff;
  --acid: #dfff4f;
  --clay: #c25f42;
  --muted: #68707d;
  --line: rgba(17, 24, 39, 0.16);
  --sans: "Manrope", Arial, sans-serif;
  --page: min(1400px, calc(100vw - 64px));
  --radius: 24px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; width: 100%; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, label, summary, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 12px 18px; background: var(--acid); color: var(--ink); }
.skip-link:focus { top: 16px; }
.pilot-banner { min-height: 38px; padding: 8px 24px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--ink); color: rgba(255,255,255,.78); font-size: .7rem; text-align: center; }
.pilot-banner strong { padding: 3px 8px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.pilot-banner[data-live="true"] strong { background: var(--clay); color: white; }

.site-header { width: var(--page); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: .74rem; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: var(--blue); }
.wordmark { display: inline-flex; align-items: baseline; color: var(--ink); font-size: 1.3rem; font-weight: 700; letter-spacing: -.06em; line-height: 1; text-decoration: none; }
.wordmark i { color: var(--blue); font-size: 1.65em; font-style: normal; line-height: 0; }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--ink); color: white; transition: transform 220ms var(--ease), background 220ms ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue); }

.hero { position: relative; width: var(--page); min-height: min(820px, calc(100vh - 140px)); margin: 0 auto 24px; border-radius: 30px; overflow: hidden; background: var(--ink); color: white; isolation: isolate; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,12,22,.86) 0%, rgba(7,12,22,.58) 42%, rgba(7,12,22,.05) 78%), linear-gradient(0deg, rgba(7,12,22,.55), transparent 45%); }
.hero-copy { position: relative; z-index: 2; max-width: 830px; min-height: inherit; padding: clamp(70px, 10vw, 150px) clamp(28px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 22px; color: inherit; font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(3.8rem, 7.4vw, 7.3rem); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.hero h1 span { color: var(--acid); }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.8); font-size: clamp(1rem, 1.35vw, 1.2rem); }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 24px; }
.button { min-height: 52px; padding: 14px 21px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; color: inherit; font-size: .74rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform 220ms var(--ease), background 220ms ease, color 220ms ease; }
.button:hover { transform: translateY(-3px); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-acid:hover { background: white; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--blue); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--acid); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; color: white; }
.text-link { color: white; font-size: .75rem; font-weight: 600; }
.hero-proof { position: absolute; right: 28px; top: 28px; z-index: 2; width: 150px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.hero-proof span { color: var(--acid); font-size: .62rem; font-weight: 700; }
.hero-proof p { margin: 25px 0 0; font-size: .78rem; line-height: 1.35; }
.concept-note { position: absolute; right: 28px; bottom: 22px; z-index: 2; margin: 0; color: rgba(255,255,255,.65); font-size: .58rem; }

.local-bar { width: var(--page); min-height: 92px; margin: 0 auto; padding: 20px 28px; border-radius: 20px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 20px; align-items: center; background: var(--acid); font-size: .7rem; font-weight: 700; }
.local-bar strong { font-size: 1rem; letter-spacing: -.02em; }
.local-bar span { position: relative; padding-left: 20px; }
.local-bar span::before { content: "●"; position: absolute; left: 0; color: var(--blue); }

.section { width: var(--page); margin: 0 auto; padding-block: clamp(90px, 11vw, 160px); }
.section-head { max-width: 980px; margin-bottom: 58px; }
.section h2, .section-dark h2, .funnel-intro h2, .landing-hero h1, .policy-hero h1 { margin: 0; font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.section-head h2 { font-size: clamp(3rem, 5.5vw, 5.4rem); }
.section-head > p:last-child { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 1rem; }
.service-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: start; }
.service-card { min-width: 0; color: inherit; text-decoration: none; }
.service-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 0; border-radius: var(--radius); overflow: hidden; background: var(--paper-2); }
.service-card .media { height: 520px; border-radius: var(--radius); overflow: hidden; background: var(--paper-2); }
.service-card .media-portrait { height: 650px; }
.service-card-wide .media { height: 480px; border-radius: 0; }
.media img { height: 100%; object-fit: cover; transition: transform 700ms var(--ease); }
.service-card:hover .media img { transform: scale(1.025); }
.service-card-copy { padding: 22px 3px 10px; display: grid; grid-template-columns: 38px 1fr 30px; gap: 14px; align-items: start; }
.service-card-wide .service-card-copy { padding: 40px; align-content: end; }
.service-card-copy > span { padding-top: 5px; color: var(--blue); font-size: .66rem; font-weight: 700; }
.service-card-copy h3 { margin: 0 0 7px; font-size: 1.45rem; font-weight: 600; letter-spacing: -.035em; }
.service-card-copy p { margin: 0; color: var(--muted); font-size: .8rem; }
.service-card-copy i { font-style: normal; font-size: 1.2rem; }
.gallery-disclaimer { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: .64rem; }

.section-dark { width: var(--page); margin: 0 auto; padding: clamp(60px, 8vw, 110px); border-radius: 32px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); background: var(--ink); color: white; }
.promise-copy { align-self: center; }
.promise-copy h2 { font-size: clamp(3.2rem, 5.7vw, 6rem); }
.promise-copy > p:not(.eyebrow) { max-width: 510px; margin: 30px 0; color: rgba(255,255,255,.68); }
.deliverables { border-top: 1px solid rgba(255,255,255,.22); }
.deliverables article { padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 45px .8fr 1.2fr; gap: 18px; align-items: baseline; }
.deliverables span { color: var(--acid); font-size: .64rem; font-weight: 700; }
.deliverables h3 { margin: 0; font-size: 1rem; font-weight: 600; }
.deliverables p { margin: 0; color: rgba(255,255,255,.56); font-size: .76rem; }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.method-media { height: 760px; border-radius: var(--radius); overflow: hidden; }
.method-media img { height: 100%; object-fit: cover; }
.method-copy h2 { font-size: clamp(3.2rem, 5.4vw, 5.6rem); }
.method-copy ol { margin: 55px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-copy li { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr; gap: 15px; }
.method-copy li > span { color: var(--blue); font-size: .64rem; font-weight: 700; }
.method-copy h3 { margin: 0 0 5px; font-size: 1rem; }
.method-copy li p { margin: 0; color: var(--muted); font-size: .78rem; }

.coverage { padding-top: 30px; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); align-items: end; }
.coverage-title h2 { font-size: clamp(3rem, 5vw, 5rem); }
.coverage-panel { padding: clamp(28px, 4vw, 55px); border-radius: var(--radius); display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; background: var(--blue); color: white; }
.coverage-map { min-height: 260px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; }
.coverage-map i { width: 42%; height: 1px; margin: 22px; background: var(--acid); transform: rotate(-18deg); }
.coverage-panel h3 { margin: 0 0 20px; font-size: 1.55rem; }
.coverage-panel p { margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; }
.coverage-panel ul { margin: 28px 0 0; padding: 0; list-style: none; font-size: .75rem; }
.coverage-panel li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.18); }
.coverage-panel li::before { content: "✓"; margin-right: 10px; color: var(--acid); }

.funnel-section { padding: clamp(80px, 10vw, 150px) max(32px, calc((100vw - min(1400px, calc(100vw - 64px))) / 2)); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 8vw, 120px); background: var(--paper-2); }
.funnel-intro { align-self: start; position: sticky; top: 36px; }
.funnel-intro h2 { font-size: clamp(3.2rem, 5.7vw, 5.7rem); }
.funnel-intro > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.privacy-note { padding: 18px; border-radius: 16px; display: flex; gap: 12px; background: rgba(23,59,255,.08); }
.privacy-note span { color: var(--blue); font-weight: 700; }
.privacy-note p { margin: 0; font-size: .7rem; }
.funnel-shell { min-height: 720px; border-radius: 28px; overflow: hidden; background: var(--ink); color: white; box-shadow: 0 32px 80px rgba(17,24,39,.14); }
.funnel-topbar { min-height: 90px; padding: 22px 32px; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 1fr minmax(180px,.8fr); gap: 28px; align-items: center; }
.funnel-topbar > div:first-child { display: flex; flex-direction: column; }
.funnel-topbar span { color: rgba(255,255,255,.55); font-size: .59rem; letter-spacing: .08em; text-transform: uppercase; }
.funnel-topbar strong { font-size: 1rem; font-weight: 600; }
.progress { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.18); }
.progress i { display: block; width: 25%; height: 100%; background: var(--acid); transition: width 350ms var(--ease); }
#lead-form { min-height: 630px; padding: clamp(30px, 4.5vw, 60px); display: flex; flex-direction: column; }
.form-mode-note { margin: 0 0 28px; padding: 12px 14px; border-radius: 10px; background: rgba(223,255,79,.08); color: rgba(255,255,255,.68); font-size: .68rem; }
.funnel-step { min-width: 0; margin: 0; padding: 0; border: 0; display: none; animation: step-in 350ms var(--ease) both; }
.funnel-step.is-active { display: block; }
.funnel-step legend { max-width: 760px; padding: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.field-help { margin: 14px 0 28px; color: rgba(255,255,255,.58); font-size: .75rem; }
.choice-grid { display: grid; gap: 12px; }
.choice-grid-2 { grid-template-columns: 1fr 1fr; }
.choice-card { position: relative; min-height: 145px; padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; display: flex; flex-direction: column; cursor: pointer; transition: transform 220ms var(--ease), border 220ms ease, background 220ms ease; }
.choice-card:hover { transform: translateY(-2px); border-color: var(--acid); }
.choice-card:has(input:checked) { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-icon { margin-bottom: auto; color: var(--acid); font-size: 1.4rem; }
.choice-card:has(input:checked) .choice-icon { color: var(--blue); }
.choice-card strong { font-size: 1rem; }
.choice-card small { margin-top: 4px; color: rgba(255,255,255,.53); font-size: .64rem; }
.choice-card:has(input:checked) small { color: rgba(17,24,39,.64); }
.form-grid { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { color: rgba(255,255,255,.62); font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.32); border-radius: 0; background: transparent; color: white; font-size: .85rem; outline: none; }
.form-grid select { color-scheme: dark; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--acid); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(255,255,255,.3); }
.form-grid .span-2 { grid-column: 1 / -1; }
.upload-box { position: relative; margin-top: 24px; padding: 18px; border: 1px dashed rgba(255,255,255,.35); border-radius: 14px; }
.upload-box > label { display: grid; grid-template-columns: 45px 1fr; cursor: pointer; }
.upload-box > label strong, .upload-box > label small { grid-column: 2; }
.upload-icon { grid-row: 1 / 3; color: var(--acid); font-size: 1.7rem; }
.upload-box label strong { font-size: .9rem; }
.upload-box label small { color: rgba(255,255,255,.5); font-size: .62rem; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-box ul { margin: 12px 0 0 45px; padding: 0; color: var(--acid); font-size: .63rem; list-style: none; }
.contact-grid { margin-top: 22px; }
.consents { margin-top: 22px; }
.consents label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: rgba(255,255,255,.6); font-size: .63rem; }
.consents input { margin-top: 2px; accent-color: var(--acid); }
.consents a { color: white; }
.funnel-actions { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; gap: 14px; }
.funnel-actions [data-next], .funnel-actions [data-submit] { margin-left: auto; }
.form-error { min-height: 20px; margin-top: 12px; color: #ffae9a; font-size: .68rem; }
.is-invalid { border-color: #ff977f !important; }
.honeypot { position: absolute; left: -9999px; }
.success-state { min-height: 720px; padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.success-state h3 { max-width: 650px; margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.success-state > p:not(.eyebrow) { max-width: 520px; margin: 25px 0; color: rgba(255,255,255,.66); }
.success-mark { width: 50px; height: 50px; margin-bottom: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); }

.honesty { padding-block: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 150px); align-items: end; }
.honesty h2 { font-size: clamp(3.2rem, 5.7vw, 5.8rem); }
.honesty > p { max-width: 590px; margin: 0; padding: 25px; border-radius: 18px; background: white; color: var(--muted); font-size: .86rem; }
.faq { padding-top: 20px; display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(50px, 8vw, 120px); }
.faq-head h2 { font-size: clamp(3rem, 5vw, 5rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; font-size: 1rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; color: var(--blue); font-size: 1.3rem; transition: transform 200ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -3px 0 25px; color: var(--muted); font-size: .82rem; }

.closing-cta { position: relative; width: var(--page); min-height: 650px; margin: 120px auto 24px; border-radius: 30px; overflow: hidden; color: white; }
.closing-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: brightness(.48); }
.closing-cta > div { position: relative; z-index: 1; min-height: inherit; padding: clamp(50px, 8vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.closing-cta h2 { margin: 0 0 38px; font-size: clamp(4rem, 8vw, 8rem); font-weight: 500; letter-spacing: -.075em; line-height: .88; }
.site-footer { padding: 70px max(32px, calc((100vw - min(1400px, calc(100vw - 64px))) / 2)); display: grid; grid-template-columns: 1.7fr 1fr 1fr .7fr; gap: 45px; background: var(--ink); color: rgba(255,255,255,.66); font-size: .7rem; }
.site-footer > div { display: flex; flex-direction: column; gap: 8px; }
.site-footer p { margin: 0; }
.site-footer a { width: fit-content; }
.wordmark-light { margin-bottom: 14px; color: white; font-size: 1.6rem; }
.footer-label { margin-bottom: 8px !important; color: var(--acid); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Landing di servizio */
.landing-hero { width: var(--page); min-height: 700px; margin: 0 auto 25px; border-radius: 30px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: white; }
.landing-hero-copy { padding: clamp(45px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.landing-hero h1 { font-size: clamp(3.8rem, 7vw, 7rem); }
.landing-hero h1 span { color: var(--acid); }
.landing-hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 35px; color: rgba(255,255,255,.7); }
.landing-hero-media { position: relative; min-height: 700px; }
.landing-hero-media img { height: 100%; object-fit: cover; }
.landing-hero-media small { position: absolute; left: 20px; bottom: 17px; padding: 6px 9px; border-radius: 99px; background: rgba(17,24,39,.7); font-size: .55rem; }
.landing-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); }
.landing-intro h2, .service-process h2, .landing-gallery h2 { font-size: clamp(3rem, 5.3vw, 5.3rem); }
.feature-list { border-top: 1px solid var(--ink); }
.feature-list article { padding: 25px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 15px; }
.feature-list span { color: var(--blue); font-size: .64rem; font-weight: 700; }
.feature-list h3 { margin: 0 0 6px; font-size: 1rem; }
.feature-list p { margin: 0; color: var(--muted); font-size: .78rem; }
.landing-gallery { padding-top: 20px; }
.landing-gallery-head { max-width: 850px; margin-bottom: 45px; }
.image-pair { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.image-pair figure { margin: 0; }
.image-pair img { height: 550px; border-radius: var(--radius); object-fit: cover; }
.image-pair figure:last-child img { height: 680px; }
.image-pair figcaption { margin-top: 9px; color: var(--muted); font-size: .6rem; }
.service-process { width: var(--page); margin: 20px auto 0; padding: clamp(60px, 8vw, 100px); border-radius: 28px; background: var(--blue); color: white; }
.service-process ol { margin: 55px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; list-style: none; background: rgba(255,255,255,.2); }
.service-process li { min-height: 240px; padding: 24px; display: flex; flex-direction: column; background: var(--blue); }
.service-process li > span { color: var(--acid); font-size: .62rem; font-weight: 700; }
.service-process h3 { margin: auto 0 8px; font-size: 1rem; }
.service-process p { margin: 0; color: rgba(255,255,255,.65); font-size: .72rem; }
.landing-note { max-width: 700px; margin: 40px auto 0; color: var(--muted); font-size: .7rem; text-align: center; }

/* Privacy */
.policy-page { background: #f7f5ef; }
.policy-hero { width: var(--page); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.policy-hero h1 { max-width: 850px; font-size: clamp(4rem, 7vw, 7rem); }
.policy-hero aside { padding: 24px; border-radius: 18px; background: var(--acid); font-size: .78rem; }
.policy-hero aside p { margin: 0; }
.policy-summary { width: var(--page); margin: 0 auto 75px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.policy-summary article { min-height: 160px; padding: 22px; border-radius: 18px; background: white; }
.policy-summary span { color: var(--blue); font-size: .62rem; font-weight: 700; }
.policy-summary h2 { margin: 35px 0 6px; font-size: .95rem; }
.policy-summary p { margin: 0; color: var(--muted); font-size: .68rem; }
.policy-layout { width: var(--page); margin: 0 auto; padding-bottom: 130px; display: grid; grid-template-columns: 260px 1fr; gap: clamp(60px, 9vw, 140px); }
.policy-toc { align-self: start; position: sticky; top: 25px; padding: 22px; border-radius: 18px; background: var(--ink); color: white; }
.policy-toc strong { display: block; margin-bottom: 15px; color: var(--acid); font-size: .65rem; text-transform: uppercase; }
.policy-toc a { display: block; padding: 7px 0; color: rgba(255,255,255,.66); font-size: .7rem; text-decoration: none; }
.policy-content { max-width: 860px; }
.policy-content section { padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.policy-content h2 { margin: 0 0 20px; font-size: 1.55rem; letter-spacing: -.035em; }
.policy-content h3 { margin: 28px 0 10px; font-size: .95rem; }
.policy-content p, .policy-content li { color: #535c69; font-size: .84rem; }
.policy-content ul { padding-left: 20px; }
.policy-callout { padding: 20px; border-radius: 14px; background: rgba(23,59,255,.07); }

.reveal { opacity: 1; transform: none; }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* Ristrutturazione: linguaggio di cantiere, solido e sequenziale */
.page-renovation { background: #eeeae1; }
.reno-hero { position: relative; width: var(--page); min-height: 760px; margin: 0 auto; border-radius: 30px; overflow: hidden; background: var(--ink); color: white; }
.reno-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.reno-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,15,26,.92), rgba(9,15,26,.5) 48%, transparent 78%); }
.reno-hero-overlay { position: relative; z-index: 1; max-width: 760px; min-height: 760px; padding: clamp(55px,7vw,105px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.reno-hero h1 { margin: 0; font-size: clamp(4rem,7.7vw,7.8rem); font-weight: 500; letter-spacing: -.075em; line-height: .89; }
.reno-hero-overlay > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 34px; color: rgba(255,255,255,.72); }
.reno-hero > small { position: absolute; z-index: 2; right: 22px; bottom: 18px; color: rgba(255,255,255,.62); font-size: .55rem; }
.reno-scope { width: var(--page); margin: 16px auto 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.reno-scope div { min-height: 100px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: white; }
.reno-scope div:first-child { border-radius: 18px 0 0 18px; }
.reno-scope div:last-child { border-radius: 0 18px 18px 0; }
.reno-scope strong { color: var(--acid); font-size: .62rem; }
.reno-scope span { font-size: .72rem; font-weight: 600; }
.reno-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px,10vw,160px); }
.reno-intro h2, .reno-path h2, .reno-responsibility h2 { margin: 0; font-size: clamp(3.2rem,5.8vw,5.8rem); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.reno-lede { margin: 0 0 35px; font-size: 1.16rem; letter-spacing: -.02em; }
.reno-intro ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.reno-intro li { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.reno-intro li::before { content: "↳"; margin-right: 12px; color: var(--blue); }
.reno-path { width: var(--page); margin: 0 auto 90px; border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; background: var(--ink); color: white; }
.reno-path-visual { position: relative; min-height: 780px; }
.reno-path-visual img { height: 100%; object-fit: cover; }
.reno-path-visual span { position: absolute; left: 22px; bottom: 22px; padding: 8px 12px; border-radius: 99px; background: var(--acid); color: var(--ink); font-size: .62rem; font-weight: 700; }
.reno-path-copy { padding: clamp(50px,6vw,90px); }
.reno-path-copy ol { margin: 55px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.reno-path-copy li { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 42px 1fr; gap: 15px; }
.reno-path-copy li > span { color: var(--acid); font-size: .62rem; font-weight: 700; }
.reno-path-copy h3 { margin: 0 0 5px; font-size: .95rem; }
.reno-path-copy li p { margin: 0; color: rgba(255,255,255,.57); font-size: .72rem; }
.reno-responsibility { padding-top: 20px; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px,9vw,140px); }
.reno-responsibility > div > p { max-width: 700px; margin: 30px 0; color: var(--muted); }
.text-arrow { color: var(--blue); font-size: .75rem; font-weight: 700; }
.reno-cta { width: var(--page); min-height: 450px; margin: 20px auto 24px; padding: clamp(50px,7vw,100px); border-radius: 28px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--blue); color: white; }
.reno-cta p { margin: 0 0 14px; color: var(--acid); font-size: .72rem; font-weight: 700; }
.reno-cta h2 { margin: 0 0 35px; font-size: clamp(4rem,8vw,8rem); font-weight: 500; letter-spacing: -.075em; line-height: .9; }

/* Interior: più espressivo, morbido e materico */
.page-interior { background: #e7ddce; }
.page-interior .wordmark i { color: #c85d3b; }
.page-interior .nav-cta { background: #263425; }
.interior-hero { width: var(--page); min-height: 790px; margin: 0 auto 25px; border-radius: 34px; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; }
.interior-hero-image { position: relative; min-height: 790px; }
.interior-hero-image img { height: 100%; object-fit: cover; }
.interior-hero-image small { position: absolute; left: 18px; bottom: 16px; padding: 6px 10px; border-radius: 99px; background: rgba(17,24,39,.74); color: white; font-size: .54rem; }
.interior-hero-copy { position: relative; overflow: hidden; padding: clamp(50px,7vw,105px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #263425; color: white; }
.interior-hero-copy::before { content: ""; position: absolute; width: 430px; height: 430px; right: -180px; top: -130px; border: 1px solid rgba(223,255,79,.45); border-radius: 50%; }
.interior-hero h1 { position: relative; margin: 0; font-size: clamp(4rem,7.2vw,7.2rem); font-weight: 500; letter-spacing: -.075em; line-height: .89; }
.interior-hero h1 span { color: #f08b69; }
.interior-hero-copy > p:not(.eyebrow) { max-width: 530px; margin: 30px 0 35px; color: rgba(255,255,255,.68); }
.interior-orbit { position: absolute; right: -10px; bottom: -12px; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; display: grid; place-items: center; animation: orbit 24s linear infinite; }
.interior-orbit i { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); transform: translateY(-114px); }
.interior-orbit b { position: absolute; max-width: 100px; font-size: .58rem; font-weight: 500; text-align: center; }
@keyframes orbit { to { transform: rotate(360deg); } }
.interior-manifest { padding-bottom: 70px; }
.interior-manifest h2 { max-width: 1200px; margin: 0; font-size: clamp(3.5rem,6.5vw,6.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.interior-principles { width: var(--page); margin: 0 auto 120px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.interior-principles article { min-height: 330px; padding: 25px; border-radius: 120px 120px 20px 20px; display: flex; flex-direction: column; background: #f2ece2; }
.interior-principles article:nth-child(2) { background: #c85d3b; color: white; }
.interior-principles article:nth-child(3) { background: #263425; color: white; }
.interior-principles article:nth-child(4) { background: #173bff; color: white; }
.interior-principles span { align-self: center; color: var(--acid); font-size: .62rem; font-weight: 700; }
.interior-principles h3 { margin: auto 0 8px; font-size: 1.5rem; letter-spacing: -.04em; }
.interior-principles p { margin: 0; opacity: .68; font-size: .72rem; }
.interior-detail-scene { width: var(--page); margin: 0 auto 130px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; }
.interior-detail-scene img { height: 680px; border-radius: 28px; object-fit: cover; }
.interior-detail-scene > div { margin: 0 0 45px -70px; padding: 45px; border-radius: 24px; background: var(--acid); }
.interior-detail-scene h2 { margin: 0; font-size: clamp(2.5rem,4.4vw,4.5rem); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.interior-detail-scene > div > p:last-child { margin: 25px 0 0; font-size: .78rem; }
.interior-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,140px); }
.interior-process h2 { margin: 0; font-size: clamp(3rem,5vw,5rem); font-weight: 500; letter-spacing: -.065em; line-height: .95; }
.interior-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.interior-process li { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr; }
.interior-process b { color: #c85d3b; font-size: .64rem; }
.interior-process span { font-size: .82rem; font-weight: 600; }
.interior-cta { width: var(--page); margin: 0 auto 24px; padding: clamp(50px,7vw,100px); border-radius: 120px 28px 28px 28px; display: flex; justify-content: space-between; align-items: end; gap: 40px; background: #263425; color: white; }
.interior-cta p { margin: 0 0 12px; color: #f08b69; font-size: .72rem; }
.interior-cta h2 { margin: 0; font-size: clamp(3.5rem,6vw,6rem); font-weight: 500; letter-spacing: -.07em; line-height: .9; }

/* Analisi planimetria: griglia tecnica e percorso schematico */
.page-plan { background-color: #f2f0e9; background-image: linear-gradient(rgba(23,59,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(23,59,255,.055) 1px, transparent 1px); background-size: 32px 32px; }
.plan-hero { width: var(--page); margin: 0 auto; padding-top: clamp(60px,8vw,110px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; }
.plan-hero-title h1 { margin: 0; font-size: clamp(4.2rem,8.5vw,8.6rem); font-weight: 500; letter-spacing: -.08em; line-height: .85; }
.plan-hero-title h1 span { color: var(--blue); }
.plan-hero-side { max-width: 430px; align-self: end; padding-bottom: 12px; }
.plan-hero-side p { margin: 0 0 28px; color: var(--muted); }
.plan-hero figure { position: relative; grid-column: 1 / -1; margin: 40px 0 0; }
.plan-hero figure::before { content: "+"; position: absolute; z-index: 1; left: -13px; top: -25px; color: var(--blue); font-size: 3rem; font-weight: 300; }
.plan-hero figure img { height: 650px; border-radius: 8px; object-fit: cover; }
.plan-hero figcaption { position: absolute; right: 12px; bottom: 10px; padding: 6px 9px; background: white; font-size: .54rem; }
.plan-question { padding-block: 120px; display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(50px,9vw,140px); }
.plan-question h2, .plan-inputs h2, .plan-options h2, .plan-route h2 { margin: 0; font-size: clamp(3.2rem,5.7vw,5.7rem); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.plan-question > div > p { max-width: 680px; margin: 30px 0 0; color: var(--muted); }
.plan-inputs { width: var(--page); margin: 0 auto 120px; border: 1px solid var(--ink); background: rgba(255,255,255,.72); }
.plan-inputs-title { padding: 45px; display: grid; grid-template-columns: 120px 1fr; border-bottom: 1px solid var(--ink); }
.plan-inputs-title > span { color: var(--blue); font-size: .62rem; font-weight: 700; }
.plan-input-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.plan-input-grid article { min-height: 300px; padding: 28px; border-right: 1px solid var(--ink); display: flex; flex-direction: column; }
.plan-input-grid article:last-child { border-right: 0; }
.plan-input-grid b { color: var(--blue); font-size: .64rem; }
.plan-input-grid h3 { margin: auto 0 8px; font-size: 1.35rem; }
.plan-input-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.plan-options { width: var(--page); margin: 0 auto 120px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 0; background: var(--ink); color: white; }
.plan-options-copy { padding: clamp(45px,6vw,85px); }
.plan-options-copy > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.62); }
.plan-options-copy ul { margin: 0; padding: 0; list-style: none; }
.plan-options-copy li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.16); font-size: .7rem; }
.plan-options-copy li::before { content: "+"; margin-right: 10px; color: var(--acid); }
.plan-options > img { height: 100%; min-height: 720px; object-fit: cover; }
.plan-route { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,9vw,140px); }
.plan-route ol { position: relative; margin: 0; padding: 0; list-style: none; }
.plan-route ol::before { content: ""; position: absolute; left: 19px; top: 20px; bottom: 20px; width: 1px; background: var(--blue); }
.plan-route li { position: relative; min-height: 115px; padding-left: 72px; display: grid; grid-template-columns: 130px 1fr; align-items: center; }
.plan-route li > span { position: absolute; left: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: white; font-size: .65rem; }
.plan-route b { font-size: .9rem; }
.plan-route li p { margin: 0; color: var(--muted); font-size: .72rem; }
.plan-cta { width: var(--page); margin: 0 auto 24px; padding: clamp(50px,7vw,95px); border: 1px solid var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 45px; background: var(--acid); }
.plan-cta span { color: var(--blue); font-size: .62rem; font-weight: 700; }
.plan-cta h2 { margin: 20px 0 0; font-size: clamp(3.3rem,6vw,6rem); font-weight: 500; letter-spacing: -.075em; line-height: .92; }
.plan-cta .button { flex: 0 0 auto; }

@media (max-width: 1080px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .service-card .media, .service-card .media-portrait { height: 480px; }
  .section-dark, .method, .coverage, .funnel-section, .landing-intro { grid-template-columns: 1fr; }
  .section-dark { gap: 60px; }
  .method-media { height: 590px; }
  .coverage { align-items: start; }
  .funnel-intro { position: static; }
  .funnel-intro > p:not(.eyebrow) { max-width: 650px; }
  .landing-hero { grid-template-columns: 1fr 1fr; }
  .policy-hero { grid-template-columns: 1fr; }
  .policy-summary { grid-template-columns: 1fr 1fr; }
  .reno-path { grid-template-columns: 1fr; }
  .reno-path-visual { min-height: 580px; }
  .interior-hero { grid-template-columns: 1fr 1fr; }
  .interior-principles { grid-template-columns: 1fr 1fr; }
  .plan-input-grid { grid-template-columns: 1fr 1fr; }
  .plan-input-grid article:nth-child(2) { border-right: 0; }
  .plan-input-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .plan-options { grid-template-columns: 1fr; }
  .plan-options > img { min-height: 560px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 28px); --radius: 18px; }
  html { scroll-padding-top: 70px; }
  .pilot-banner { min-height: 48px; padding: 8px 14px; flex-direction: column; align-items: flex-start; gap: 3px; text-align: left; }
  .site-header { height: 68px; }
  .site-header nav { gap: 0; }
  .nav-cta { padding: 10px 13px; font-size: .65rem; }
  .hero { min-height: 700px; border-radius: 20px; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,12,22,.92), rgba(7,12,22,.15) 75%); }
  .hero-copy { min-height: 700px; padding: 160px 22px 72px; justify-content: flex-end; }
  .hero h1 { font-size: clamp(3.25rem, 14vw, 5rem); }
  .hero-copy > p:not(.eyebrow) { margin-top: 22px; font-size: .92rem; }
  .hero-actions { width: 100%; margin-top: 28px; align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { right: 16px; top: 16px; width: 118px; padding: 14px; }
  .hero-proof p { margin-top: 14px; }
  .concept-note { right: 16px; bottom: 12px; }
  .local-bar { padding: 18px; grid-template-columns: 1fr 1fr; gap: 12px; border-radius: 16px; }
  .local-bar strong { grid-column: 1 / -1; }
  .local-bar span:last-child { grid-column: 1 / -1; }
  .section { padding-block: 86px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: 2.65rem; }
  .service-gallery { display: block; }
  .service-card { display: block; margin-bottom: 42px; }
  .service-card-wide { border-radius: 0; background: transparent; }
  .service-card .media, .service-card .media-portrait, .service-card-wide .media { height: 430px; border-radius: var(--radius); }
  .service-card-wide .service-card-copy { padding: 20px 3px 10px; }
  .section-dark { width: 100%; border-radius: 0; padding: 80px 20px; }
  .promise-copy h2 { font-size: 3rem; }
  .deliverables article { grid-template-columns: 35px 1fr; }
  .deliverables p { grid-column: 2; }
  .method { gap: 45px; }
  .method-media { height: 460px; }
  .method-copy h2 { font-size: 3rem; }
  .coverage { padding-top: 0; }
  .coverage-title h2 { font-size: 2.7rem; }
  .coverage-panel { grid-template-columns: 1fr; gap: 30px; }
  .coverage-map { min-height: 210px; }
  .funnel-section { padding: 80px 14px; gap: 45px; }
  .funnel-intro h2 { font-size: 3rem; }
  .funnel-shell { border-radius: 20px; }
  .funnel-topbar { padding: 18px 20px; grid-template-columns: 1fr; gap: 12px; }
  #lead-form { min-height: 670px; padding: 25px 18px; }
  .funnel-step legend { font-size: 2.25rem; }
  .choice-grid-2, .form-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 118px; }
  .form-grid .span-2 { grid-column: auto; }
  .funnel-actions .button { min-width: 0; padding-inline: 16px; }
  .success-state { min-height: 670px; padding: 30px 22px; }
  .honesty, .faq { grid-template-columns: 1fr; gap: 40px; }
  .honesty h2 { font-size: 2.9rem; }
  .closing-cta { min-height: 580px; margin-top: 85px; border-radius: 20px; }
  .closing-cta > div { min-height: 580px; padding: 38px 22px; justify-content: flex-end; }
  .closing-cta h2 { font-size: 4rem; }
  .site-footer { padding: 55px 20px; grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .landing-hero { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }
  .landing-hero-copy { min-height: 550px; padding: 55px 22px; }
  .landing-hero h1 { font-size: 3.7rem; }
  .landing-hero-media { min-height: 480px; }
  .landing-intro h2, .service-process h2, .landing-gallery h2 { font-size: 2.8rem; }
  .image-pair { grid-template-columns: 1fr; }
  .image-pair img, .image-pair figure:last-child img { height: 460px; }
  .service-process { width: 100%; border-radius: 0; padding: 75px 20px; }
  .service-process ol { grid-template-columns: 1fr; }
  .service-process li { min-height: 180px; }
  .policy-hero { padding-top: 65px; gap: 35px; }
  .policy-hero h1 { font-size: 3.6rem; }
  .policy-summary { grid-template-columns: 1fr; margin-bottom: 55px; }
  .policy-summary article { min-height: 130px; }
  .policy-layout { grid-template-columns: 1fr; gap: 45px; }
  .policy-toc { position: static; }
  .reno-hero { min-height: 700px; border-radius: 20px; }
  .reno-hero::after { background: linear-gradient(0deg, rgba(9,15,26,.94), rgba(9,15,26,.1) 80%); }
  .reno-hero > img { object-position: 58% center; }
  .reno-hero-overlay { min-height: 700px; padding: 180px 22px 55px; justify-content: flex-end; }
  .reno-hero h1 { font-size: 3.8rem; }
  .reno-scope { grid-template-columns: 1fr 1fr; }
  .reno-scope div:first-child { border-radius: 14px 0 0 0; }
  .reno-scope div:nth-child(2) { border-radius: 0 14px 0 0; }
  .reno-scope div:last-child { border-radius: 0 0 14px 0; }
  .reno-intro, .reno-responsibility { grid-template-columns: 1fr; gap: 40px; }
  .reno-intro h2, .reno-path h2, .reno-responsibility h2 { font-size: 3rem; }
  .reno-path { width: 100%; border-radius: 0; }
  .reno-path-visual { min-height: 460px; }
  .reno-path-copy { padding: 70px 20px; }
  .reno-cta { min-height: 420px; padding: 45px 22px; }
  .reno-cta h2 { font-size: 4rem; }
  .interior-hero { min-height: 0; grid-template-columns: 1fr; border-radius: 22px; }
  .interior-hero-image { min-height: 610px; }
  .interior-hero-copy { min-height: 620px; padding: 65px 22px; }
  .interior-hero h1 { font-size: 3.8rem; }
  .interior-orbit { opacity: .7; }
  .interior-manifest h2 { font-size: 3rem; }
  .interior-principles { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 85px; }
  .interior-principles article { min-height: 280px; padding: 19px; border-radius: 80px 80px 16px 16px; }
  .interior-detail-scene { margin-bottom: 90px; grid-template-columns: 1fr; }
  .interior-detail-scene img { height: 500px; }
  .interior-detail-scene > div { margin: -35px 14px 0; padding: 28px 22px; position: relative; }
  .interior-detail-scene h2 { font-size: 2.7rem; }
  .interior-process { grid-template-columns: 1fr; gap: 45px; }
  .interior-cta { padding: 55px 22px; border-radius: 70px 20px 20px 20px; align-items: flex-start; flex-direction: column; }
  .interior-cta h2 { font-size: 3.4rem; }
  .plan-hero { padding-top: 60px; grid-template-columns: 1fr; gap: 30px; }
  .plan-hero-title h1 { font-size: 4rem; }
  .plan-hero-side { max-width: none; }
  .plan-hero figure { grid-column: auto; margin-top: 15px; }
  .plan-hero figure img { height: 480px; }
  .plan-question, .plan-route { grid-template-columns: 1fr; gap: 40px; }
  .plan-question h2, .plan-inputs h2, .plan-options h2, .plan-route h2 { font-size: 3rem; }
  .plan-inputs { width: 100%; }
  .plan-inputs-title { padding: 28px 18px; grid-template-columns: 1fr; gap: 18px; }
  .plan-input-grid { grid-template-columns: 1fr; }
  .plan-input-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .plan-input-grid article:last-child { border-bottom: 0; }
  .plan-options { width: 100%; margin-bottom: 90px; }
  .plan-options-copy { padding: 70px 20px; }
  .plan-options > img { min-height: 430px; }
  .plan-route li { padding-left: 60px; grid-template-columns: 90px 1fr; }
  .plan-cta { padding: 50px 22px; align-items: flex-start; flex-direction: column; }
  .plan-cta h2 { font-size: 3.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
