:root {
  --ink: #121b16;
  --forest: #0d3d2a;
  --forest-deep: #082d20;
  --green: #2f7a21;
  --green-hover: #245f1a;
  --sage: #eef2df;
  --sage-strong: #dfe8c8;
  --accent: #ffd000;
  --accent-hover: #e7bd00;
  --cream: #f7f5ec;
  --cream-2: #efefdf;
  --white: #ffffff;
  --muted: #5b6b62;
  --line: #d8dccb;
  --focus: #b74b2e;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 28px;
  --shadow: 0 14px 34px rgba(31, 47, 38, .10);
  --shadow-soft: 0 9px 24px rgba(34, 51, 40, .07);
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 11px 15px; border-radius: 8px; background: var(--white); color: var(--forest); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(13, 61, 42, .09); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.nav-shell { width: min(100%, var(--max)); min-height: 78px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { position: relative; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); }
.brand-mark::before, .brand-mark::after, .brand-mark span::before, .brand-mark span::after { content: ""; position: absolute; background: var(--forest); border-radius: 999px; }
.brand-mark::before { width: 20px; height: 2px; transform: rotate(45deg); }
.brand-mark::after { width: 20px; height: 2px; transform: rotate(-45deg); }
.brand-mark span::before { width: 2px; height: 20px; }
.brand-mark span::after { width: 5px; height: 5px; border-radius: 50%; transform: translate(-1.5px, -1.5px); }
.brand-copy { min-width: 0; }
.brand strong { display: block; font-size: 22px; line-height: 1; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: var(--green); font-size: 12.5px; font-weight: 800; line-height: 1.18; }
.main-nav { display: flex; align-items: center; gap: clamp(6px, .8vw, 12px); font-size: 13.5px; font-weight: 780; }
.main-nav > .top-nav-link, .nav-parent-row > .top-nav-link { position: relative; display: inline-flex; align-items: center; min-height: 78px; padding: 0 7px; white-space: nowrap; }
.main-nav > .top-nav-link::after, .nav-parent-row > .top-nav-link::after { content: ""; position: absolute; left: 7px; right: calc(100% - 7px); bottom: 20px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav > .top-nav-link:hover, .main-nav > .top-nav-link[aria-current="page"], .nav-parent-row > .top-nav-link:hover, .nav-parent-row > .top-nav-link[aria-current="page"], .nav-item.active-section > .nav-parent-row > .top-nav-link { color: var(--green); }
.main-nav > .top-nav-link:hover::after, .main-nav > .top-nav-link[aria-current="page"]::after, .nav-parent-row > .top-nav-link:hover::after, .nav-parent-row > .top-nav-link[aria-current="page"]::after, .nav-item.active-section > .nav-parent-row > .top-nav-link::after { right: 7px; }
.nav-item { position: relative; }
.nav-parent-row { display: flex; align-items: center; }
.submenu-toggle { width: 28px; height: 44px; margin-left: -4px; border: 0; display: inline-grid; place-items: center; background: transparent; color: var(--forest); cursor: pointer; }
.submenu-chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.submenu { position: absolute; z-index: 70; top: calc(100% - 8px); left: 0; min-width: 290px; padding: 9px; border: 1px solid rgba(13,61,42,.12); border-radius: 16px; display: grid; gap: 2px; background: rgba(255,255,255,.99); box-shadow: 0 18px 45px rgba(20,38,29,.16); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .16s ease, transform .16s ease, visibility .16s ease; }
.nav-item:last-child .submenu { left: auto; right: 0; }
.submenu a { padding: 11px 12px; border-radius: 10px; color: var(--ink); font-weight: 680; line-height: 1.25; }
.submenu a:hover, .submenu a:focus-visible, .submenu a[aria-current="page"] { background: var(--sage); color: var(--forest); }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu, .has-submenu.submenu-open > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.has-submenu.submenu-open .submenu-chevron { transform: rotate(225deg) translate(-1px,-1px); }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 0; background: transparent; color: var(--forest); min-width: 48px; min-height: 48px; cursor: pointer; font-weight: 800; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 22px; height: 2px; background: currentColor; border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
.menu-lines { position: relative; display: block; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -7px; }
.menu-lines::after { top: 7px; }
.menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }

.hero { width: min(100%, var(--max)); margin: 0 auto; padding: 56px 24px 52px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(30px, 4vw, 52px); }
.eyebrow { margin: 0 0 11px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.eyebrow.light { color: #e8f5e3; }
.hero h1 { max-width: 720px; margin: 0 0 20px; font-size: clamp(40px, 4.35vw, 58px); line-height: 1.03; letter-spacing: -.04em; text-wrap: balance; }
.hero-lead { max-width: 650px; margin: 0 0 27px; color: #435149; font-size: clamp(17px, 1.8vw, 20px); }
.hero-actions { width: 100%; max-width: 650px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 12px; }
.hero-actions .btn { width: 100%; padding-inline: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1.5px solid transparent; border-radius: var(--radius-sm); font-weight: 850; line-height: 1.2; text-align: center; transition: transform .18s ease, background-color .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--forest); color: var(--white); }
.btn-primary:hover { background: #092f21; }
.btn-secondary { border-color: var(--forest); background: var(--white); color: var(--forest); }
.btn-secondary:hover { background: var(--sage); }
.btn-tertiary { border-color: var(--line); background: var(--sage); color: var(--forest); }
.btn-tertiary:hover { border-color: var(--sage-strong); background: var(--sage-strong); }
.trust-list { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px 18px; color: #526159; font-size: 13px; font-weight: 650; }
.trust-list li::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }
.hero-media { position: relative; margin: 0; min-height: 430px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--sage); }
.hero-media::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255, 255, 255, .54); border-radius: 20px; pointer-events: none; }
.hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: 72px 24px; }
.section-head { margin-bottom: 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head h2 { max-width: 780px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); }
.path-section { padding-top: 66px; }
.path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.path-card { position: relative; min-height: 360px; overflow: hidden; border-radius: var(--radius); isolation: isolate; box-shadow: var(--shadow-soft); }
.path-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.path-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4, 23, 14, .03) 20%, rgba(4, 23, 14, .90) 92%); }
.path-card:hover img { transform: scale(1.035); }
.path-overlay { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 26px; color: var(--white); }
.path-overlay > span:not(.path-number) { display: block; color: #eef6eb; }
.path-number { color: #d4e6cc; font-size: 12px; font-weight: 900; }
.path-overlay strong { display: block; margin: 4px 0 5px; font-size: 24px; line-height: 1.15; }
.path-overlay b { display: inline-block; margin-top: 14px; color: var(--accent); }

.section-tint { width: 100%; max-width: none; padding: 72px max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: linear-gradient(180deg, var(--sage), var(--cream)); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.product-head h2 { max-width: 720px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-soft); }
.product-visual { min-height: 188px; overflow: hidden; background: linear-gradient(145deg, #f8faec, #e9f1d8); }
.product-visual img { width: 100%; height: 188px; object-fit: cover; object-position: center 55%; transform: scale(1.03); }
.product-body { flex: 1; padding: 21px; display: flex; flex-direction: column; }
.kicker, .card-label { margin: 0 0 7px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.product-body h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.15; }
.product-body > p:not(.kicker) { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.product-body .product-for { color: var(--ink); }
.product-actions { margin-top: auto; padding-top: 8px; display: grid; gap: 10px; }
.product-link { color: var(--forest); font-size: 14px; font-weight: 850; }
.product-link:hover { color: var(--green); }
.btn-amazon { min-height: 46px; padding: 0 13px; border-color: #c9a400; background: var(--accent); color: #101810; font-size: 14px; }
.btn-amazon:hover { background: var(--accent-hover); }
.affiliate-note { max-width: 850px; margin: 20px auto 0; color: #66736c; font-size: 12px; text-align: center; }

.feature-banner { position: relative; width: min(calc(100% - 48px), var(--max)); min-height: 390px; margin: 28px auto 4px; overflow: hidden; border-radius: 26px; background: var(--forest); }
.feature-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 30, 19, .92), rgba(6, 30, 19, .45) 70%, rgba(6, 30, 19, .12)); }
.feature-copy { position: relative; z-index: 2; max-width: 720px; padding: 58px; color: var(--white); }
.feature-copy h2 { margin: 0 0 15px; font-size: clamp(36px, 4.8vw, 59px); line-height: 1.03; letter-spacing: -.035em; text-wrap: balance; }
.feature-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 25px; color: #e8eee9; font-size: 18px; }
.btn-accent { background: var(--accent); color: #101810; }
.btn-accent:hover { background: var(--accent-hover); }

.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow-soft); }
.guide-card img { width: 100%; height: 225px; object-fit: cover; }
.guide-card > div { padding: 21px; }
.guide-card h3 { margin: 0 0 9px; font-size: 22px; line-height: 1.18; }
.guide-card p:not(.card-label) { margin: 0 0 17px; color: var(--muted); }
.guide-card a { color: var(--green); font-weight: 850; }
.guide-card a:hover { color: var(--forest); }

.closing-cta { width: min(calc(100% - 48px), var(--max)); margin: 22px auto 70px; padding: 34px 40px; border-radius: 26px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--white); background: linear-gradient(120deg, var(--forest), #518d17); }
.closing-cta h2 { margin: 0 0 8px; font-size: clamp(32px, 4vw, 42px); line-height: 1.05; }
.closing-cta p:not(.eyebrow) { max-width: 680px; margin: 0; color: #e5f2e1; }
.closing-cta .btn { flex: 0 0 auto; }

.site-footer { padding: 54px 24px 20px; background: var(--forest-deep); color: var(--white); }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 44px; }
.brand-footer strong { color: var(--white); }
.brand-footer small { color: #c6e9bc; }
.footer-brand p { max-width: 360px; color: #cad6d0; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column h3 { margin: 0 0 6px; font-size: 14px; }
.footer-column a, .footer-placeholder { color: #d5dfda; font-size: 14px; }
.footer-column a:hover { color: var(--accent); }
.footer-placeholder { opacity: .68; }
.footer-bottom { max-width: var(--max); margin: 38px auto 0; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .13); display: flex; justify-content: space-between; gap: 20px; color: #afc0b7; font-size: 12px; }
.placeholder-toast { position: fixed; z-index: 80; left: 50%; bottom: 22px; width: min(calc(100% - 32px), 620px); transform: translateX(-50%); padding: 13px 16px; border-radius: 12px; background: var(--forest-deep); color: var(--white); box-shadow: var(--shadow); text-align: center; font-size: 14px; }

/* Archetipi interni FAST TRACK */
.page-main { min-height: 70vh; }
.breadcrumb { width: min(100%, var(--max)); margin: 0 auto; padding: 18px 24px 0; display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--green); font-weight: 750; }
.breadcrumb span[aria-hidden="true"] { opacity: .55; }
.article-hero { width: min(100%, var(--max)); margin: 0 auto; padding: 32px 24px 48px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 50px); align-items: center; }
.article-hero.compact { padding-bottom: 34px; }
.article-hero h1 { margin: 0 0 18px; max-width: 780px; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.042em; text-wrap: balance; }
.article-hero .lead { margin: 0 0 22px; max-width: 700px; color: #435149; font-size: clamp(17px, 1.8vw, 20px); }
.article-hero-media { margin: 0; min-height: 360px; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); box-shadow: var(--shadow); }
.article-hero-media img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.hero-chip-row { margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-chip { padding: 7px 10px; border-radius: 999px; background: var(--sage); color: var(--forest); font-size: 12px; font-weight: 850; }
.quick-answer { margin-top: 22px; padding: 18px 20px; border-left: 5px solid var(--accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--white); box-shadow: var(--shadow-soft); }
.quick-answer strong { display: block; margin-bottom: 4px; color: var(--forest); }
.quick-answer p { margin: 0; }
.dual-answer { margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.answer-card { padding: 16px; border-radius: var(--radius-sm); background: var(--white); box-shadow: var(--shadow-soft); }
.answer-card.yes { border-top: 4px solid var(--green); }
.answer-card.no { border-top: 4px solid var(--focus); }
.answer-card strong { display: block; margin-bottom: 4px; }
.answer-card p { margin: 0; color: var(--muted); font-size: 14px; }
.early-actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.btn-amazon-large { background: var(--accent); border-color: #c9a400; color: #101810; }
.btn-amazon-large:hover { background: var(--accent-hover); }
.commercial-note { margin: 9px 0 0; color: var(--muted); font-size: 12px; }

.decision-band { width: 100%; padding: 56px max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: var(--sage); }
.decision-band-inner { max-width: var(--max); margin: 0 auto; }
.decision-band h2, .content-section h2 { margin: 0 0 12px; font-size: clamp(30px, 3.6vw, 45px); line-height: 1.08; letter-spacing: -.03em; }
.section-intro { max-width: 720px; margin: 0 0 25px; color: var(--muted); }
.profile-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.profile-card { min-height: 175px; padding: 19px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; background: var(--white); box-shadow: var(--shadow-soft); }
.profile-card .step { color: var(--green); font-size: 12px; font-weight: 900; }
.profile-card h3 { margin: 8px 0 7px; font-size: 19px; line-height: 1.15; }
.profile-card p { margin: 0 0 15px; color: var(--muted); font-size: 14px; }
.profile-card a { margin-top: auto; color: var(--green); font-weight: 850; }

.content-section { width: min(100%, var(--max)); margin: 0 auto; padding: 64px 24px; }
.content-section.narrow { max-width: 930px; }
.content-section + .content-section { padding-top: 6px; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.model-card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; background: var(--white); box-shadow: var(--shadow-soft); }
.model-card .kicker { margin-bottom: 8px; }
.model-card h3 { margin: 0 0 9px; font-size: 24px; line-height: 1.15; }
.model-card p { color: var(--muted); }
.model-card .model-who { color: var(--ink); }
.model-actions { margin-top: auto; padding-top: 10px; display: grid; gap: 9px; }
.model-actions .btn { width: 100%; }
.inline-link { color: var(--green); font-weight: 850; }
.inline-link:hover { color: var(--forest); }

.gateway-section { width: 100%; padding: 62px max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: var(--forest); color: var(--white); }
.gateway-inner { max-width: var(--max); margin: 0 auto; }
.gateway-inner h2 { margin: 0 0 24px; font-size: clamp(31px, 4vw, 47px); line-height: 1.05; }
.gateway-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gateway-card { min-height: 205px; padding: 23px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; display: flex; flex-direction: column; background: rgba(255, 255, 255, .09); }
.gateway-card .eyebrow { color: #d7edce; }
.gateway-card h3 { margin: 0 0 9px; font-size: 23px; line-height: 1.15; }
.gateway-card p { margin: 0 0 18px; color: #dce9e1; }
.gateway-card a, .gateway-card .placeholder-action { margin-top: auto; color: var(--accent); font-weight: 850; }
.placeholder-action { opacity: .72; cursor: default; }

.article-shell { width: min(100%, 930px); margin: 0 auto; padding: 64px 24px 76px; }
.article-shell > h2 { margin: 0 0 12px; font-size: clamp(31px, 3.5vw, 44px); line-height: 1.08; }
.article-shell > p { color: var(--muted); }
.article-module { margin: 22px 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); }
.article-module h2 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 34px); line-height: 1.12; }
.article-module h3 { margin: 22px 0 8px; font-size: 21px; }
.article-module p:first-of-type { margin-top: 0; }
.article-module p:last-child, .article-module ul:last-child { margin-bottom: 0; }
.article-module li + li { margin-top: 7px; }
.article-module.emphasis { border-color: var(--sage-strong); background: linear-gradient(145deg, #ffffff, #f5f7ea); }
.details-module { margin: 14px 0; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; background: var(--white); box-shadow: var(--shadow-soft); }
.details-module summary { min-height: 62px; padding: 18px 54px 18px 20px; display: flex; align-items: center; position: relative; color: var(--forest); font-size: 19px; font-weight: 850; cursor: pointer; list-style: none; }
.details-module summary::-webkit-details-marker { display: none; }
.details-module summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--green); font-size: 26px; }
.details-module[open] summary::after { content: "−"; }
.details-body { padding: 0 20px 22px; }
.details-body h3 { margin: 22px 0 8px; }
.details-body li + li { margin-top: 7px; }
.details-body a, .article-module a { color: var(--green); font-weight: 750; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.details-body table, .article-module table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.details-body th, .details-body td, .article-module th, .article-module td { min-width: 150px; padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.details-body th, .article-module th { background: var(--sage); color: var(--forest); }
.details-body blockquote, .article-module blockquote { margin: 18px 0; padding: 14px 18px; border-left: 4px solid var(--sage-strong); background: var(--cream); color: var(--muted); }
.details-body code, .article-module code { overflow-wrap: anywhere; }
.flow-break { margin: 32px 0; padding: 24px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--sage); }
.flow-break h2, .flow-break h3 { margin: 0 0 6px; }
.flow-break p { margin: 0; color: var(--muted); }
.flow-break .btn { flex: 0 0 auto; }

.comparison-top { width: min(100%, var(--max)); margin: 0 auto; padding: 0 24px 52px; }
.versus-label { width: 54px; height: 54px; margin: -27px auto; position: relative; z-index: 2; border: 5px solid var(--cream); border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--forest); font-weight: 950; }
.comparison-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.choice-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-soft); }
.choice-card h2 { margin: 0 0 8px; font-size: 29px; }
.choice-card .choice-summary { min-height: 74px; color: var(--muted); }
.choice-card ul { padding-left: 20px; }
.choice-card li + li { margin-top: 6px; }
.choice-card .btn { width: 100%; margin-top: 12px; }
.table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 690px; }
.comparison-table th, .comparison-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: var(--sage); color: var(--forest); }
.comparison-table tr:last-child td { border-bottom: 0; }

.diagnostic-strip { width: min(100%, var(--max)); margin: 0 auto; padding: 0 24px 54px; }
.checklist-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; counter-reset: check; }
.check-card { position: relative; min-height: 165px; padding: 20px 18px 18px 52px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-soft); counter-increment: check; }
.check-card::before { content: counter(check); position: absolute; left: 16px; top: 18px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--forest); font-size: 13px; font-weight: 900; }
.check-card h2, .check-card h3 { margin: 0 0 7px; font-size: 19px; }
.check-card p { margin: 0; color: var(--muted); font-size: 14px; }
.safety-box { margin: 28px 0; padding: 22px; border-left: 5px solid var(--focus); border-radius: 0 16px 16px 0; background: #fff5f1; }
.safety-box h2, .safety-box h3 { margin-top: 0; }
.page-disclosure { width: min(100%, 930px); margin: -35px auto 55px; padding: 0 24px; color: var(--muted); font-size: 12px; text-align: center; }

@media (max-width: 1040px) {
  .main-nav { gap: 4px; font-size: 12.5px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-media, .hero-media img { min-height: 380px; max-height: 520px; }
  .path-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
  .article-hero { grid-template-columns: 1fr; }
  .article-hero-media, .article-hero-media img { min-height: 340px; max-height: 500px; }
  .profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .model-grid { grid-template-columns: 1fr 1fr; }
  .model-card:last-child { grid-column: 1 / 3; }
  .checklist-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .nav-shell { min-height: 68px; padding: 0 18px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 11px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 12px; right: 12px; top: 68px; max-height: calc(100vh - 82px); overflow-y: auto; padding: 10px; border: 1px solid var(--line); border-radius: 18px; display: none; flex-direction: column; align-items: stretch; gap: 2px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > .top-nav-link, .nav-parent-row > .top-nav-link { min-height: 48px; padding: 13px 12px; border-radius: 10px; flex: 1; }
  .main-nav > .top-nav-link::after, .nav-parent-row > .top-nav-link::after { display: none; }
  .main-nav > .top-nav-link:hover, .nav-parent-row > .top-nav-link:hover, .nav-item.active-section > .nav-parent-row > .top-nav-link { background: var(--sage); }
  .nav-item { display: block; }
  .nav-parent-row { display: grid; grid-template-columns: 1fr 48px; align-items: stretch; }
  .submenu-toggle { width: 48px; height: 48px; margin: 0; border-radius: 10px; }
  .submenu-toggle:hover { background: var(--sage); }
  .submenu { position: static; min-width: 0; margin: 2px 6px 8px 15px; padding: 4px 0 4px 10px; border: 0; border-left: 2px solid var(--sage-strong); border-radius: 0; display: none; gap: 2px; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu { display: none; }
  .has-submenu.submenu-open > .submenu { display: grid; }
  .submenu a { min-height: 44px; padding: 11px 12px; display: flex; align-items: center; }
  .hero { padding: 36px 18px 48px; gap: 27px; }
  .hero h1 { font-size: clamp(36px, 8vw, 46px); }
  .section { padding: 58px 18px; }
  .section-tint { padding: 58px 18px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-card:last-child { grid-column: 1 / 3; }
  .feature-banner { width: calc(100% - 36px); min-height: 430px; margin-top: 18px; }
  .feature-copy { padding: 38px 28px; }
  .closing-cta { width: calc(100% - 36px); margin-bottom: 52px; padding: 30px; flex-direction: column; align-items: flex-start; }
  .breadcrumb { padding: 14px 18px 0; }
  .article-hero { padding: 27px 18px 42px; }
  .article-hero h1 { font-size: clamp(36px, 9vw, 48px); }
  .decision-band, .gateway-section { padding: 52px 18px; }
  .content-section, .article-shell { padding-left: 18px; padding-right: 18px; }
  .profile-grid { grid-template-columns: 1fr 1fr; }
  .gateway-grid { grid-template-columns: 1fr 1fr; }
  .gateway-card:last-child { grid-column: 1 / 3; }
  .comparison-top, .diagnostic-strip { padding-left: 18px; padding-right: 18px; }
  .comparison-cards { grid-template-columns: 1fr; }
  .versus-label { margin: -9px auto; }
  .choice-card .choice-summary { min-height: 0; }
}

@media (max-width: 560px) {
  .brand small { max-width: 190px; white-space: normal; overflow: visible; line-height: 1.05; }
  .menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero h1 { font-size: 36px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-list { display: grid; gap: 7px; }
  .hero-media, .hero-media img { min-height: 300px; }
  .section-head h2 { font-size: 34px; }
  .path-grid, .product-grid, .guide-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 315px; }
  .guide-card:last-child { grid-column: auto; }
  .product-visual, .product-visual img { height: 210px; }
  .product-actions { grid-template-columns: 1fr; }
  .btn-amazon { width: 100%; }
  .feature-copy h2 { font-size: 37px; }
  .feature-copy > p:not(.eyebrow) { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .article-hero h1 { font-size: clamp(30px, 9vw, 36px); }
  .article-hero-media, .article-hero-media img { min-height: 270px; }
  .dual-answer, .profile-grid, .model-grid, .gateway-grid, .checklist-grid { grid-template-columns: 1fr; }
  .model-card:last-child, .gateway-card:last-child { grid-column: auto; }
  .early-actions { display: grid; }
  .early-actions .btn { width: 100%; }
  .profile-card { min-height: 0; }
  .gateway-card { min-height: 180px; }
  .flow-break { align-items: flex-start; flex-direction: column; }
  .flow-break .btn { width: 100%; }
  .article-module { padding: 20px; }
  .details-module summary { font-size: 17px; }
  .comparison-table { min-width: 0; }
  .comparison-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td { display: block; width: 100%; }
  .comparison-table tr { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .comparison-table tr:last-child { border-bottom: 0; }
  .comparison-table td { padding: 7px 14px; border: 0; }
  .comparison-table td::before { content: attr(data-label); display: block; margin-bottom: 2px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
}

@media (max-width: 390px) {
  .nav-shell { padding: 0 14px; }
  .brand { gap: 8px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .brand strong { font-size: 18px; }
  .brand small { max-width: 176px; font-size: 10px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: 34px; }
  .article-hero h1 { font-size: 30px; line-height: 1.06; }
  .article-hero { padding-top: 22px; }
  .quick-answer { padding: 16px; }
  .hero-lead { font-size: 17px; }
  .section, .section-tint { padding-left: 16px; padding-right: 16px; }
  .feature-banner, .closing-cta { width: calc(100% - 32px); }
  .feature-copy { padding: 32px 22px; }
  .feature-copy h2 { font-size: 34px; }
}

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

.model-names { margin: -3px 0 12px; color: var(--muted); font-size: 13px; font-weight: 750; }


/* Patch Regia v003 — immagini editoriali + ritorno/condivisione */
.editorial-machine-media { position: relative; display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
.editorial-machine-media img { flex: 1 1 auto; min-height: 360px; max-height: 470px; object-fit: cover; object-position: center; }
.editorial-caption { padding: 9px 13px 10px; background: rgba(255,255,255,.94); color: var(--muted); font-size: 11.5px; line-height: 1.35; border-top: 1px solid var(--line); }
.real-model-note { margin-top: 14px; padding: 15px 17px; border: 1px solid var(--sage-strong); border-radius: 14px; background: #f8faef; }
.real-model-note strong { display: block; margin-bottom: 3px; color: var(--forest); }
.real-model-note p { margin: 0; color: var(--muted); font-size: 14px; }

.return-tools { width: min(calc(100% - 48px), var(--max)); margin: 26px auto 58px; }
.return-tools-inner { padding: 27px 30px; border: 1px solid var(--line); border-radius: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: linear-gradient(135deg, #ffffff, #eef2df); box-shadow: var(--shadow-soft); }
.return-tools-copy { max-width: 690px; }
.return-tools-copy h2 { margin: 0 0 7px; color: var(--forest); font-size: clamp(25px, 3vw, 34px); line-height: 1.08; letter-spacing: -.025em; }
.return-tools-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.return-tools-actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.return-tools-actions .btn { cursor: pointer; }

@media (max-width: 820px) {
  .return-tools { width: calc(100% - 36px); margin: 18px auto 44px; }
  .return-tools-inner { padding: 23px 20px; align-items: stretch; flex-direction: column; gap: 18px; }
  .return-tools-actions { display: grid; grid-template-columns: 1fr; }
  .return-tools-actions .btn { width: 100%; }
  .editorial-machine-media img { min-height: 270px; max-height: 390px; }
}
