/* Archivio di Fiducia: pagine di approfondimento con gerarchie da dossier e segnali semantici di verifica. */
:root {
  --ink: #071a2e;
  --ink-soft: #405063;
  --paper: #f7f3ec;
  --paper-deep: #ebe4d8;
  --card: #fffdf9;
  --teal: #086e70;
  --teal-dark: #075456;
  --red: #b73735;
  --red-soft: #f3e2dc;
  --line: #d9d1c4;
  --gold: #d9aa59;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.68; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.topline { height: 7px; background: linear-gradient(90deg, var(--red) 0 23%, var(--gold) 23% 39%, var(--teal) 39% 100%); }
.container { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.notice { padding: .55rem 0; border-bottom: 1px solid var(--line); background: #efe8dc; color: #5c5145; font-size: .72rem; font-weight: 700; }
.notice .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.notice span { display: inline-flex; align-items: center; gap: .5rem; }
.notice span::before { width: .45rem; height: .45rem; border-radius: 50%; background: var(--red); content: ""; }
.notice a { text-decoration: underline; text-underline-offset: 3px; }
.header { position: sticky; z-index: 20; top: 0; background: rgba(7,26,46,.97); color: #fff; backdrop-filter: blur(12px); }
.header .container { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: #fff; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.brand strong { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.brand small { display: block; margin-top: .18rem; color: #b8cece; font-size: .55rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 1.25rem; }
.nav a { padding: .35rem 0; color: #d8e2e5; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.nav a:hover, .nav a.active { color: #f7d79b; }
.nav a.home { border-bottom: 1px solid rgba(255,255,255,.35); }
.page-hero { position: relative; overflow: hidden; padding: 6rem 0 5.4rem; color: #fff; background: var(--ink); }
.page-hero::before { position: absolute; top: -190px; right: 5%; width: 500px; height: 500px; border: 1px solid rgba(217,170,89,.28); border-radius: 50%; box-shadow: 0 0 0 28px rgba(8,110,112,.16), 0 0 0 56px rgba(217,170,89,.06); content: ""; }
.page-hero::after { position: absolute; top: 0; right: 10%; bottom: 0; width: 1px; background: repeating-linear-gradient(to bottom, transparent 0 21px, rgba(255,255,255,.2) 21px 22px, transparent 22px 41px); content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.hero-artifact { position: absolute; z-index: 2; right: 9%; bottom: 2.1rem; width: 158px; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.44); color: #dae9e7; font-size: .55rem; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-align: center; text-transform: uppercase; transform: rotate(-4deg); }
.dossier-seal { position: absolute; z-index: 2; right: 27%; bottom: 1.7rem; display: grid; width: 84px; height: 84px; place-items: center; border: 2px solid #e1c27e; border-radius: 50%; color: #e7cf98; font-size: .55rem; font-weight: 800; letter-spacing: .09em; line-height: 1.28; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.hero-licenze .hero-artifact { border-color: rgba(220,201,150,.6); background: rgba(217,170,89,.12); }
.hero-autoesclusione::before { border-color: rgba(154,224,212,.35); box-shadow: 0 0 0 28px rgba(8,110,112,.29), 0 0 0 56px rgba(154,224,212,.05); }
.hero-autoesclusione .hero-artifact { border-color: rgba(166,229,218,.6); background: rgba(8,110,112,.24); }
.hero-bonus::before { border-color: rgba(206,105,101,.38); box-shadow: 0 0 0 28px rgba(183,55,53,.13), 0 0 0 56px rgba(217,170,89,.06); }
.hero-bonus .hero-artifact { border-color: rgba(243,165,157,.58); background: rgba(183,55,53,.22); }
.hero-crypto::before { border-color: rgba(217,170,89,.44); box-shadow: 0 0 0 28px rgba(217,170,89,.13), 0 0 0 56px rgba(8,110,112,.11); }
.hero-crypto .hero-artifact { border-color: rgba(239,205,141,.62); background: rgba(217,170,89,.16); }
.hero-wallet::before { border-color: rgba(114,194,186,.42); box-shadow: 0 0 0 28px rgba(8,110,112,.23), 0 0 0 56px rgba(114,194,186,.08); }
.hero-wallet .hero-artifact { border-color: rgba(173,229,219,.64); background: rgba(8,110,112,.23); }
.hero-search::before { border-color: rgba(198,220,220,.38); border-radius: 3px; box-shadow: -22px 22px 0 rgba(8,110,112,.18), -44px 44px 0 rgba(198,220,220,.08); transform: rotate(-4deg); }
.hero-search .hero-artifact { border-color: rgba(189,222,217,.64); background: rgba(8,110,112,.24); }
.hero-chi .hero-artifact { border-color: rgba(207,232,225,.58); background: rgba(8,110,112,.2); }
.hero-privacy { background: #112941; }
.hero-privacy .hero-artifact { border-color: rgba(220,201,150,.62); background: rgba(217,170,89,.13); }
.folio { display: inline-flex; align-items: center; gap: .65rem; color: #c7dedb; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.folio::before { width: 39px; height: 1px; background: var(--gold); content: ""; }
.page-hero h1 { max-width: 850px; margin: 1.1rem 0 1.25rem; font: 400 clamp(3rem, 6.2vw, 5.8rem)/.93 var(--serif); letter-spacing: -.05em; }
.page-hero p { max-width: 695px; margin: 0; color: #d2dfe3; font-size: 1.07rem; }
.page-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; color: #b7c7ce; font-size: .7rem; font-weight: 800; letter-spacing: .06em; }
.page-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.page-meta span::before { width: .38rem; height: .38rem; border-radius: 50%; background: #6db7ac; box-shadow: 0 0 0 4px rgba(109,183,172,.13); content: ""; }
.page-grid { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(2.5rem, 7vw, 8rem); padding: 5rem 0 6.5rem; }
.toc { position: sticky; top: 105px; align-self: start; padding: 1.3rem; border: 1px solid #c9d9d5; background: #e7f0ed; box-shadow: 8px 8px 0 rgba(8,110,112,.1); }
.toc strong { display: block; margin-bottom: .85rem; color: var(--teal-dark); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.toc a { display: block; padding: .63rem 0; border-bottom: 1px solid rgba(8,110,112,.22); color: #275859; font-size: .76rem; font-weight: 700; line-height: 1.35; }
.toc a:last-child { border-bottom: 0; }
.toc a:hover { color: var(--red); }
.article { min-width: 0; }
.article h2 { margin: 3.7rem 0 1rem; font: 400 clamp(2rem, 4vw, 3.4rem)/1 var(--serif); letter-spacing: -.035em; scroll-margin-top: 110px; }
.article h2:first-child { margin-top: 0; }
.article h2::before { display: block; margin-bottom: .55rem; color: var(--red); content: "FOLIO / VERIFICA"; font: 800 .59rem/1 var(--sans); letter-spacing: .14em; }
.article h3 { margin: 2rem 0 .55rem; font-size: 1.05rem; letter-spacing: -.015em; }
.article p { margin: 0 0 1.15rem; color: var(--ink-soft); }
.article p strong { color: var(--ink); }
.article a:not(.button) { border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-weight: 700; }
.article sup a { border: 0; color: var(--teal); }
.note { margin: 2rem 0; padding: 1.35rem 1.45rem; border-left: 4px solid var(--red); background: var(--red-soft); color: #703f3d; font-size: .88rem; }
.note strong { color: #852d2b; }
.note.teal { border-color: var(--teal); background: #e6f0ed; color: #295757; }
.note.teal strong { color: var(--teal-dark); }
.margin-note { position: relative; max-width: 370px; margin: 2rem 0 2rem auto; padding: 1rem 1.15rem 1rem 3rem; border-top: 1px solid var(--teal); border-bottom: 1px solid var(--teal); color: #355c5e; font-size: .77rem; line-height: 1.55; }
.margin-note::before { position: absolute; top: 1rem; left: .8rem; width: 1.45rem; height: 1.45rem; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); content: "✓"; font-size: .7rem; font-weight: 800; line-height: 1.35rem; text-align: center; }
.margin-note span { display: block; margin-bottom: .25rem; color: var(--red); font-size: .59rem; font-weight: 800; letter-spacing: .12em; }
.evidence-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2.2rem 0; border: 1px solid #bdd2ce; background: #bdd2ce; }
.evidence-card { min-height: 125px; padding: 1rem; background: #edf4f1; }
.evidence-card span { display: inline-flex; align-items: center; gap: .35rem; margin-bottom: .8rem; color: var(--teal-dark); font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.evidence-card span::before { width: .38rem; height: .38rem; border-radius: 50%; background: var(--teal); content: ""; }
.evidence-card h3 { margin: 0 0 .25rem; font: 400 1.22rem/1.05 var(--serif); }
.evidence-card p { margin: 0; font-size: .72rem; line-height: 1.48; }
.evidence-strip.crypto { border-color: #dbca9e; background: #dbca9e; }
.evidence-strip.crypto .evidence-card { background: #fbf4e5; }
.evidence-strip.crypto .evidence-card span { color: #875f1d; }
.evidence-strip.crypto .evidence-card span::before { background: var(--gold); }
.reference-sheet { position: relative; margin: 2.2rem 0; padding: 1.3rem 1.35rem 1.3rem 4.3rem; border: 1px solid #c9d9d5; background: #e7f0ed; color: #355b5b; }
.reference-sheet::before { position: absolute; top: 1.25rem; left: 1.25rem; display: grid; width: 2.05rem; height: 2.05rem; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); content: "✓"; font-size: .85rem; font-weight: 800; }
.reference-sheet strong { display: block; margin-bottom: .25rem; color: var(--teal-dark); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.reference-sheet p { margin: 0; font-size: .78rem; }
.data-table { width: 100%; margin: 2rem 0; border-collapse: collapse; background: var(--card); font-size: .82rem; }
.data-table th, .data-table td { padding: 1rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { background: #ede5d8; color: var(--ink); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.data-table td { color: var(--ink-soft); }
.data-table td:first-child { color: var(--ink); font-weight: 800; }
.steps { margin: 1.4rem 0 2.2rem; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 1.15rem 1rem 1.15rem 3.7rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.steps li::before { position: absolute; top: 1rem; left: 0; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 1px solid var(--teal); color: var(--teal); content: counter(steps, decimal-leading-zero); counter-increment: steps; font-size: .68rem; font-weight: 800; }
.steps strong { display: block; margin-bottom: .15rem; color: var(--ink); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 2rem 0; background: var(--line); border: 1px solid var(--line); }
.check-item { min-height: 170px; padding: 1.25rem; background: var(--card); }
.check-item span { display: block; margin-bottom: 1.6rem; color: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .13em; }
.check-item h3 { margin: 0 0 .35rem; font: 400 1.35rem/1.08 var(--serif); }
.check-item p { margin: 0; font-size: .81rem; line-height: 1.55; }
.references { margin-top: 4rem; padding: 1.55rem; border-top: 3px solid var(--teal); background: #e7eceb; }
.references::after { display: inline-grid; width: 36px; height: 36px; place-items: center; margin-top: .9rem; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); content: "VER"; font-size: .5rem; font-weight: 800; letter-spacing: .08em; }
.references h2 { margin: 0 0 .75rem; font: 400 1.7rem/1 var(--serif); }
.references ol { margin: 0; padding-left: 1.3rem; color: #345557; font-size: .78rem; }
.references li + li { margin-top: .45rem; }
.references a { border-bottom: 1px solid var(--teal); }
.legal-box { padding: 1.4rem; border: 1px solid #d9c49d; background: #fbf3e6; color: #72583a; font-size: .85rem; }
.legal-box strong { color: #735020; }
.search-panel { margin: 3.2rem 0 2.4rem; padding: 1.5rem; border: 1px solid #c9d9d5; background: #e6efec; box-shadow: 9px 9px 0 rgba(8,110,112,.1); }
.search-panel label { display: block; margin-bottom: .55rem; color: var(--teal-dark); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.search-fields { display: grid; grid-template-columns: 1fr 200px; gap: .75rem; }
.search-fields input, .search-fields select { min-height: 48px; padding: .7rem .8rem; border: 1px solid #9dbdb8; border-radius: 0; outline: 0; background: #fffdf9; color: var(--ink); font: 700 .82rem var(--sans); }
.search-fields input:focus, .search-fields select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,110,112,.13); }
.search-count { display: block; margin-top: .85rem; color: #3d6263; font-size: .73rem; font-weight: 700; }
.search-results { display: grid; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.search-result { position: relative; padding: 1.35rem 4rem 1.35rem 1.35rem; background: var(--card); transition: background 180ms var(--ease); }
.search-result:hover { background: #fff; }
.search-result::after { position: absolute; top: 1.35rem; right: 1.35rem; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); content: "→"; font-size: .85rem; }
.search-result .result-tag { display: block; margin-bottom: .55rem; color: var(--red); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.search-result h2 { margin: 0 0 .3rem; font: 400 1.65rem/1 var(--serif); letter-spacing: -.02em; }
.search-result p { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: .79rem; line-height: 1.56; }
.search-empty { padding: 2rem; border: 1px solid #d9c49d; background: #fbf3e6; color: #72583a; text-align: center; }
.review-notice { margin: 1.8rem 0 2.5rem; padding: 1.1rem 1.2rem; border-left: 4px solid var(--teal); background: #e7f0ed; color: #2e595a; font-size: .81rem; }
.review-cards { display: grid; gap: 1.2rem; }
.review-card { overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.review-card-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: 1.35rem; border-bottom: 1px solid var(--line); background: #f0e9de; }
.review-card-head h2 { margin: .25rem 0 0; font: 400 2rem/1 var(--serif); letter-spacing: -.025em; }
.review-card-head .review-file { color: var(--red); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.rating-null { flex: 0 0 auto; padding: .5rem .65rem; border: 1px solid #b7cac7; background: #fffdf9; color: var(--teal-dark); font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-align: center; }
.rating-null span { display: block; margin-top: .12rem; color: #647779; font-size: .54rem; font-weight: 700; }
.review-card-body { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0; }
.review-summary { padding: 1.3rem; border-right: 1px solid var(--line); }
.review-summary p { margin: 0; color: var(--ink-soft); font-size: .79rem; line-height: 1.57; }
.review-facts { padding: 1.3rem; }
.review-facts dl { display: grid; grid-template-columns: 130px 1fr; gap: .6rem .8rem; margin: 0; font-size: .75rem; }
.review-facts dt { color: var(--teal-dark); font-weight: 800; }
.review-facts dd { margin: 0; color: var(--ink-soft); }
.review-facts a { border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-weight: 800; }
.review-balance { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.review-balance > div { padding: 1.15rem 1.3rem; background: #f8f4ec; }
.review-balance > div:last-child { background: #f6eae5; }
.review-balance h3 { margin: 0 0 .4rem; font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.review-balance > div:first-child h3 { color: var(--teal-dark); }
.review-balance > div:last-child h3 { color: var(--red); }
.review-balance p { margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.55; }
.review-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 1.3rem; background: #fffdf9; color: #617376; font-size: .65rem; }
.review-card-foot a { border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-weight: 800; }
.widget-heading > span, .rating-label { color: var(--red); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.widget-heading h3 { margin: .4rem 0; font: 400 2rem/1.05 var(--serif); }
.widget-heading p { margin: 0 0 1.2rem; color: var(--ink-soft); font-size: .78rem; line-height: 1.58; }
.contact-widget { margin: 1.7rem 0; padding: 1.25rem; border: 1px solid #b6d2cc; background: #edf5f2; }
.widget-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.widget-fields label { display: grid; gap: .35rem; color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.widget-fields .full { grid-column: 1 / -1; }
.widget-fields input, .widget-fields textarea { width: 100%; border: 1px solid #a9c1bc; border-radius: 0; background: #fffefb; color: var(--ink); font: 400 .84rem var(--sans); outline: none; }
.widget-fields input { min-height: 42px; padding: .65rem .7rem; }
.widget-fields textarea { min-height: 128px; padding: .7rem; resize: vertical; }
.widget-fields input:focus, .widget-fields textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,110,112,.12); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.privacy-consent { display: flex; gap: .55rem; align-items: flex-start; margin: 1rem 0; color: #355e5d; font-size: .72rem; line-height: 1.5; }
.privacy-consent input { margin-top: .18rem; accent-color: var(--teal); }
.privacy-consent a { border-bottom: 1px solid var(--teal); color: var(--teal-dark); font-weight: 800; }
.widget-button, .rating-login { padding: .7rem .9rem; border: 1px solid var(--teal-dark); background: var(--teal); color: #fff; cursor: pointer; font: 800 .68rem var(--sans); letter-spacing: .07em; text-transform: uppercase; transition: transform 160ms var(--ease), background 160ms var(--ease); }
.widget-button:hover, .rating-login:hover { background: var(--teal-dark); }
.widget-button:active, .rating-login:active { transform: scale(.97); }
.widget-button:disabled { cursor: wait; opacity: .65; }
.widget-error { margin: .8rem 0; color: #8a2927; font-size: .73rem; font-weight: 800; }
.widget-success { display: grid; gap: .3rem; margin: 1.7rem 0; padding: 1.25rem; border: 1px solid #a9d2c8; background: #e9f6f1; color: #275c57; font-size: .82rem; }
.widget-success strong { color: var(--teal-dark); font-size: .93rem; }
.rating-widget { display: grid; justify-items: end; gap: .35rem; min-width: 180px; text-align: right; }
.rating-summary { color: #385c62; font-size: .7rem; font-weight: 700; }
.rating-login { margin-top: .2rem; padding: .52rem .6rem; font-size: .58rem; }
.rating-action { display: grid; justify-items: end; gap: .32rem; }
.rating-question { color: #687b7f; font-size: .64rem; font-weight: 800; }
.star-row { display: flex; gap: .12rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.star { position: relative; display: grid; place-items: center; color: #c8d4d0; cursor: pointer; font-size: 1.18rem; line-height: 1; transition: color 160ms var(--ease), transform 160ms var(--ease); }
.star input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.star:hover, .star:focus-within, .star.active { color: var(--gold); }
.star:focus-within { outline: 2px solid var(--teal); outline-offset: 3px; }
.star:active { transform: scale(.88); }
.star:has(input:disabled) { cursor: wait; opacity: .55; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.rating-feedback { max-width: 260px; color: #567276; font-size: .62rem; line-height: 1.4; }
.rating-feedback.error { color: #9c3734; }
.practical-intro { margin: 2rem 0; padding: 1.2rem 1.35rem; border-left: 4px solid var(--red); background: #f7e7e1; color: #743d3a; font-size: .84rem; }
.practical-intro strong { color: #8a2927; }
.check-progress { display: grid; grid-template-columns: 1fr auto; gap: .7rem 1rem; align-items: center; margin: 2rem 0 1rem; padding: 1.1rem 1.2rem; border: 1px solid #c9d9d5; background: #e8f1ee; }
.check-progress-label { color: var(--teal-dark); font-size: .72rem; font-weight: 800; }
.check-progress-count { color: #426262; font-size: .67rem; font-weight: 800; }
.check-progress-track { grid-column: 1 / -1; height: 7px; overflow: hidden; background: #c4d7d2; }
.check-progress-fill { width: 0; height: 100%; background: var(--teal); transition: width 220ms var(--ease); }
.interactive-checklist { margin: 0; padding: 0; border: 1px solid var(--line); list-style: none; }
.interactive-checklist li { border-bottom: 1px solid var(--line); background: #fffdf9; }
.interactive-checklist li:last-child { border-bottom: 0; }
.interactive-checklist label { display: grid; grid-template-columns: 28px 1fr; gap: .9rem; padding: 1.1rem 1.15rem; cursor: pointer; transition: background 180ms var(--ease); }
.interactive-checklist label:hover { background: #f7fbf9; }
.interactive-checklist input { width: 19px; height: 19px; margin: .15rem 0 0; accent-color: var(--teal); }
.interactive-checklist strong { display: block; margin-bottom: .2rem; color: var(--ink); font-size: .87rem; }
.interactive-checklist span { display: block; color: var(--ink-soft); font-size: .77rem; line-height: 1.55; }
.interactive-checklist li.is-checked label { background: #edf5f2; }
.interactive-checklist li.is-checked strong::after { margin-left: .5rem; color: var(--teal); content: "✓ verificato"; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.check-result { margin-top: 1rem; padding: 1rem 1.15rem; border: 1px solid #c9d9d5; background: #f8fbfa; color: #416363; font-size: .78rem; line-height: 1.55; }
.check-result strong { color: var(--teal-dark); }
.check-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.check-reset { padding: .65rem .85rem; border: 1px solid var(--teal); background: transparent; color: var(--teal-dark); cursor: pointer; font: 800 .67rem var(--sans); letter-spacing: .07em; text-transform: uppercase; }
.check-privacy { margin-top: .7rem; color: #708183; font-size: .67rem; }
.footer { background: var(--ink); color: #d6e0e3; }
.footer .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.1rem 0; }
.footer p { max-width: 650px; margin: 0; color: #a9bdc3; font-size: .68rem; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: .8rem 1.1rem; }
.footer a { color: #d9e7e6; font-size: .68rem; font-weight: 800; }
.footer a:hover { color: var(--gold); }
@media (max-width: 850px) {
  .nav { gap: .75rem; }
  .nav a:nth-child(3), .nav a:nth-child(4) { display: none; }
  .page-grid { grid-template-columns: 1fr; gap: 2.3rem; padding-top: 3.5rem; }
  .toc { position: static; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 2rem, 1180px); }
  .notice a { display: none; }
  .header .container { min-height: 64px; }
  .nav a:not(.home) { display: none; }
  .page-hero { padding: 4.2rem 0 4rem; }
  .page-hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
  .page-hero p { font-size: .98rem; }
  .hero-artifact { right: 1rem; bottom: 1rem; width: 126px; font-size: .48rem; }
  .dossier-seal { right: 44%; bottom: .9rem; width: 65px; height: 65px; font-size: .46rem; }
  .check-grid { grid-template-columns: 1fr; }
  .search-fields, .review-card-body, .review-balance { grid-template-columns: 1fr; }
  .widget-fields { grid-template-columns: 1fr; }
  .widget-fields .full { grid-column: auto; }
  .rating-widget, .rating-action { justify-items: start; text-align: left; }
  .check-progress { grid-template-columns: 1fr; }
  .check-progress-track { grid-column: auto; }
  .review-summary { border-right: 0; border-bottom: 1px solid var(--line); }
  .review-facts dl { grid-template-columns: 1fr; gap: .2rem; }
  .data-table { display: block; overflow-x: auto; white-space: normal; }
  .evidence-strip { grid-template-columns: 1fr; }
  .footer .container { align-items: start; flex-direction: column; }
  .footer nav { justify-content: start; }
}
