:root {
      --blue: #06172f;
      --blue-2: #0b2f66;
      --blue-3: #1f72c9;
      --red: #d71920;
      --red-2: #b51118;
      --green: #1f9a42;
      --italy-white: #ffffff;
      --gold: #fff200;
      --gold-2: #f3d600;
      --black: #111111;
      --ink: #101a2b;
      --muted: #596476;
      --paper: #ffffff;
      --soft: #f5f7fb;
      --line: #e4e9f1;
      --shadow: 0 18px 44px rgba(7, 31, 63, .13);
      --max: 1180px;
      --font: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
      --blu-italia: #0a1f5c;
      --giallo-vannacci: #f5c400;
      --giallo-hover: #e6b800;
      --bianco: #ffffff;
      --radius: 6px;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 76px; }
    section[id], main[id] { scroll-margin-top: 76px; }
    body { margin: 0; color: var(--ink); font-family: var(--font); background: var(--paper); line-height: 1.55; }
    a { color: inherit; }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: var(--blue);
      border-bottom: 1px solid rgba(255,255,255,.08);
      box-shadow: 0 8px 26px rgba(4, 15, 30, .24);
    }
    .nav {
      max-width: var(--max);
      margin: 0 auto;
      padding: 10px 22px;
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 22px;
    }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      color: #fff;
      min-width: 225px;
    }
    .brand-logo {
      width: 74px;
      height: 74px;
      flex: 0 0 auto;
      border-radius: 50%;
      object-fit: contain;
      background: #fff;
      border: 2px solid rgba(255,255,255,.90);
      box-shadow: 0 5px 18px rgba(0,0,0,.24);
    }

    .brand-text { display: grid; line-height: .92; font-weight: 950; letter-spacing: -.03em; text-transform: uppercase; color:#fff; }
    .brand-text span:nth-child(1), .brand-text span:nth-child(2) { font-size: 1.35rem; }
    .brand-text span:nth-child(3) { color: var(--gold); font-size: .86rem; letter-spacing: .02em; margin-top: 5px; }
    .nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 1.45vw, 22px); font-size: .80rem; font-weight: 850; color: #fff; text-transform: uppercase; white-space: nowrap; }
    .nav-links a { text-decoration: none; padding: 29px 0 22px; border-bottom: 3px solid transparent; }
    .nav-links a.active, .nav-links a:hover { color: var(--gold); border-bottom-color: var(--gold); }
    .nav-links .header-cta { padding: 10px 18px; border-bottom: 2px solid rgba(255,255,255,.85); color: #fff; }
    .nav-links .header-cta:hover { color: var(--gold); border-color: var(--gold); }
    .header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 22px; border-radius: 7px; background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.9); text-decoration: none; font-weight: 950; font-size: .9rem; text-transform: uppercase; letter-spacing:.04em; box-shadow: none; }
    .menu-toggle { display: none; background: transparent; border: 0; color: #fff; padding: 10px; cursor: pointer; }
    .menu-toggle svg { width: 32px; height: 32px; }
    .mobile-menu { display: none; max-width: var(--max); margin: 0 auto; padding: 0 22px 18px; background: var(--blue); }
    .mobile-menu.open { display: block; }
    .mobile-menu a { display: block; padding: 14px 0; color: #fff; font-weight: 900; text-transform: uppercase; text-decoration: none; border-top: 1px solid rgba(255,255,255,.16); }
    .mobile-menu .header-cta { display: inline-flex; margin-top: 12px; color: #fff; }

    .hero {
      position: relative;
      min-height: 545px;
      color: #fff;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(6,26,51,.88) 0%, rgba(6,26,51,.55) 42%, rgba(6,26,51,.30) 100%),
        url('assets/img/piacenza-hero.jpg') center center / cover no-repeat,
        linear-gradient(135deg, #132f52, #061a33);
    }
    .hero-media { position: absolute; inset: 0; z-index: 0; }
    .hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
    .hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(6,26,51,.86) 0%, rgba(6,26,51,.56) 38%, rgba(6,26,51,.30) 100%);
    }
    .hero-inner {
      position: relative;
      z-index: 1;
      max-width: var(--max);
      margin: 0 auto;
      min-height: 545px;
      padding: 72px 22px 60px;
      display: grid;
      align-items: center;
    }
    .hero-copy { max-width: 760px; }
    .hero-kicker { font-size: clamp(1.20rem, 2.4vw, 1.5rem); font-weight: 950; text-transform: uppercase; letter-spacing: -.02em; line-height: 1; }
	.hero-kicker150 { font-size: clamp(2.4rem, 2.4vw, 3.2rem); font-weight: 950; text-transform: uppercase; letter-spacing: -.02em; line-height: 1; }
    h1 { font-size: clamp(4.25rem, 9.2vw, 6.7rem); margin: 2px 0 3px; line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
    .hero-sub { font-size: clamp(1.15rem, 2.2vw, 1.65rem); font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; margin-bottom: 22px; }
    .gold-line { width: 170px; height: 5px; background: linear-gradient(90deg, var(--green) 0 44%, #fff 45% 61%, var(--red) 62% 100%); margin: 18px 0 22px; border-radius: 999px; }
    .hero-lead { font-size: clamp(1.03rem, 1.55vw, 1.22rem); max-width: 540px; margin: 0; font-weight: 720; color: rgba(255,255,255,.95); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; }
    .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border-radius: 5px; text-decoration: none; font-weight: 950; text-transform: uppercase; font-size: .91rem; border: 1px solid transparent; }
    .btn-primary { color: var(--blue); background: var(--gold); border-color: var(--gold); box-shadow: 0 9px 20px rgba(255,242,0,.18); }
    .btn-primary:hover { background: var(--gold-2); border-color: var(--gold-2); }
    .btn-blue { color: #fff; background: var(--blue); border-color: rgba(255,255,255,.18); }
    .btn-blue:hover { background: var(--blue-2); }
    .header-cta:hover { background: rgba(255,255,255,.10); }
    .btn-ghost { color: #fff; border-color: rgba(255,255,255,.74); background: rgba(255,255,255,.06); }
    .btn-ghost:hover { background: rgba(255,255,255,.15); }
    .video-control { position: absolute; z-index: 2; top: 24px; right: 24px; width: 42px; height: 42px; border-radius: 50%; border: 0; color: #fff; background: rgba(4,15,30,.70); cursor: pointer; display: grid; place-items: center; font-weight: 900; font-size: 1.2rem; }
    .video-control:hover { background: rgba(4,15,30,.9); }

    section { padding: 64px 22px; }
    .wrap { max-width: var(--max); margin: 0 auto; }
    .section-title { text-align: center; margin: 0 auto 36px; }
    .section-title h2 { margin: 0; color: var(--blue); font-size: clamp(1.55rem, 3vw, 2.2rem); text-transform: uppercase; letter-spacing: -.035em; }
    .title-line { width: 64px; height: 3px; margin: 10px auto 0; background: linear-gradient(90deg, var(--green), #fff, var(--red)); border-radius: 99px; box-shadow: 0 0 0 1px rgba(255,242,0,.12); }
    .lead { max-width: 820px; color: var(--muted); font-size: 1.05rem; margin: 12px auto 0; text-align: center; }

    .priorities { background: #fff; }
    .priority-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 22px; }
    .priority-item { text-align: center; padding: 10px 8px; }
    .priority-icon { width: 58px; height: 58px; margin: 0 auto 11px; color: var(--blue); display: grid; place-items: center; }
    .priority-icon svg { width: 54px; height: 54px; fill: currentColor; }
    .priority-item h3 { margin: 0 0 8px; color: var(--blue); font-size: .96rem; text-transform: uppercase; }
    .priority-item p { margin: 0; color: #30394c; font-size: .88rem; line-height: 1.45; }

    .home-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 42px; align-items: start; }
    .cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
    .card { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 28px; box-shadow: 0 10px 28px rgba(7,31,63,.11); min-height: 150px; }
    .card-icon { width: 58px; height: 58px; color: var(--gold); margin-bottom: 15px; }
    .card-icon.red { color: var(--blue-2); }
    .card-icon.blue { color: var(--blue); }
    .card-icon svg { width: 58px; height: 58px; fill: currentColor; }
    .card h3 { margin: 0 0 9px; color: var(--blue); text-transform: uppercase; font-size: 1.02rem; }
    .card p { margin: 0; color: #30394c; font-size: .94rem; }
    .side-panel { background: linear-gradient(145deg, #fff, #f3f6fb); border-radius: 12px; box-shadow: var(--shadow); padding: 28px; }
    .side-panel h3 { margin: 0 0 12px; color: var(--blue); font-size: 1.55rem; text-transform: uppercase; letter-spacing: -.03em; }
    .side-panel p { margin: 0 0 20px; color: #30394c; }
    .side-panel .btn { background: var(--blue); color: #fff; width: 100%; gap: 8px; }

    .soft { background: var(--soft); }
    .text-band { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; }
    .text-band .section-title h2, .text-band h3 { color: #fff; }
    .text-band .lead { color: rgba(255,255,255,.84); }
    .policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 32px; }
    .policy-card { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 12px; padding: 24px; }
    .policy-card h3 { margin: 0 0 10px; }
    .policy-card p { margin: 0; color: rgba(255,255,255,.82); }

    .politica-section { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; position: relative; overflow: hidden; }
    .politica-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%, rgba(255,242,0,.16), transparent 24%), radial-gradient(circle at 88% 20%, rgba(31,154,66,.12), transparent 28%); opacity: .85; }
    .politica-section .wrap { position: relative; z-index: 1; }
    .politica-section .section-title h2 { color: #fff; }
    .politica-section .lead { color: rgba(255,255,255,.86); }
    .politica-summary { max-width: 980px; margin: 0 auto; display: grid; gap: 18px; }
    .policy-statement { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; padding: 26px; box-shadow: 0 16px 42px rgba(0,0,0,.18); }
    .policy-statement strong { color: var(--gold); }
    .policy-statement p { margin: 0 0 14px; color: rgba(255,255,255,.88); font-size: 1.05rem; }
    .policy-statement p:last-child { margin-bottom: 0; }
    .principle-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
    .principle { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 16px; }
    .principle b { display:block; color: #fff; text-transform: uppercase; font-size: .88rem; margin-bottom: 6px; }
    .principle span { color: rgba(255,255,255,.78); font-size: .93rem; }
    .objective-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 20px; }
    .objective { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 10px; padding: 18px 18px 18px 20px; box-shadow: 0 10px 24px rgba(7,31,63,.08); }
    .objective small { color: var(--blue-2); font-weight: 950; text-transform: uppercase; letter-spacing: .04em; }
    .objective h3 { margin: 5px 0 7px; color: var(--blue); text-transform: uppercase; font-size: 1rem; }
    .objective p { margin: 0; color: var(--muted); font-size: .94rem; }
    .tess-card { margin-top: 22px; border-top: 4px solid var(--gold); }
    .tess-card strong { color: var(--blue); }
    .tess-card .btn { width: 100%; margin-top: 8px; }
    .cookie-actions button[data-choice="accept"] { background: var(--green); border-color: var(--green); color: #fff; }
    .cookie-actions button[data-choice="reject"] { background: var(--black); border-color: var(--black); color: #fff; }
    .cookie-actions button[data-choice="settings"] { background: var(--blue-3); border-color: var(--blue-3); color: #fff; }

    .territory { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
    .territory-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: 0 10px 28px rgba(7,31,63,.08); }
    .territory-box h3 { color: var(--blue); margin: 0 0 12px; text-transform: uppercase; }
    .territory-box p { color: var(--muted); margin: 0; }

    /* Sezione Chi siamo - referenti e gruppo di lavoro */
    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      margin-top: 34px;
      align-items: stretch;
    }
    .team-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(7,31,63,.10);
      text-align: left;
      display: flex;
      flex-direction: column;
    }
    .team-photo-wrap {
      width: 100%;
      aspect-ratio: 4 / 3;
      background: linear-gradient(135deg, #e9eef8, #f8fafc);
      overflow: hidden;
      border-bottom: 1px solid var(--line);
    }
    .team-photo-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
    }
    .team-card.polledri .team-photo-wrap img {
      object-position: center 34%;
    }
    .team-photo-placeholder {
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      text-align: center;
      color: var(--blue);
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .04em;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,242,0,.22), transparent 26%),
        linear-gradient(135deg, #eef2f8, #ffffff);
    }
    .team-content {
      padding: 22px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .team-content small {
      display: block;
      color: var(--blue-2);
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 8px;
    }
    .team-content h3 {
      margin: 0 0 10px;
      color: var(--blue);
      text-transform: uppercase;
      font-size: 1.1rem;
    }
    .team-content p {
      margin: 0;
      color: var(--muted);
      font-size: .95rem;
      line-height: 1.58;
    }
    .team-content p + p {
      margin-top: 10px;
    }
    .team-profile-text {
      display: grid;
      gap: 10px;
    }
    .team-links {
      margin-top: 14px;
      padding-top: 10px;
      border-top: 2px solid var(--blue-3);
    }
    .team-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--blue-2);
      text-decoration: none;
      font-weight: 900;
      font-size: .86rem;
      letter-spacing: .01em;
    }
    .team-link::after {
      content: "↗";
      font-size: .82rem;
      color: var(--blue-3);
    }
    .team-link:hover {
      color: var(--red);
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .team-note {
      max-width: 920px;
      margin: 26px auto 0;
      color: var(--muted);
      font-size: .92rem;
      text-align: center;
    }
    @media (max-width: 1050px) {
      .team-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 680px) {
      .team-grid { grid-template-columns: 1fr; }
    }


    /* Sezione News dinamica - home e archivio.
       I record sono renderizzati server-side dal public read model. */
    .news-category-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      align-items: stretch;
    }
    .news-category-panel {
      min-width: 0;
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(7,31,63,.10);
    }
    .news-category-head {
      padding: 18px 20px;
      color: #fff;
      background:
        radial-gradient(circle at 92% 12%, rgba(255,242,0,.20), transparent 34%),
        linear-gradient(145deg, var(--blue-2), var(--blue));
      border-bottom: 4px solid var(--gold);
    }
    .news-category-head small {
      display: block;
      margin-bottom: 5px;
      color: rgba(255,255,255,.72);
      font-weight: 900;
      font-size: .72rem;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .news-category-head h3 {
      margin: 0;
      color: #fff;
      font-size: 1.05rem;
      line-height: 1.2;
      text-transform: uppercase;
    }
    .news-category-description {
      margin: 8px 0 0;
      color: rgba(255,255,255,.82);
      font-size: .85rem;
      line-height: 1.42;
    }
    .news-category-items {
      display: grid;
      gap: 0;
      flex: 1;
    }
    .news-compact {
      min-width: 0;
      padding: 19px 20px 20px;
      display: flex;
      flex-direction: column;
      border-top: 1px solid var(--line);
    }
    .news-compact:first-child { border-top: 0; }
    .news-compact:focus-within {
      outline: 3px solid rgba(31,114,201,.35);
      outline-offset: -3px;
    }
    .news-compact-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px 10px;
      align-items: center;
      margin-bottom: 9px;
      color: var(--muted);
      font-size: .78rem;
    }
    .news-type-badge {
      display: inline-flex;
      align-items: center;
      min-height: 25px;
      padding: 4px 8px;
      border-radius: 999px;
      color: var(--blue);
      background: #eef4fb;
      border: 1px solid #d5e2f2;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .035em;
    }
    .news-compact h4 {
      margin: 0 0 9px;
      color: var(--blue);
      font-size: 1.02rem;
      line-height: 1.28;
      letter-spacing: -.015em;
    }
    .news-compact-summary {
      margin: 0;
      color: var(--muted);
      font-size: .91rem;
      line-height: 1.55;
    }
    .news-compact-footer {
      margin-top: auto;
      padding-top: 14px;
    }
    .news-source-line {
      margin: 0 0 10px;
      color: var(--muted);
      font-size: .78rem;
      overflow-wrap: anywhere;
    }
    .news-source-line strong { color: var(--blue); }
    .news-read-link {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--blue-2);
      text-decoration: none;
      font-weight: 950;
      font-size: .80rem;
      text-transform: uppercase;
      letter-spacing: .025em;
    }
    .news-read-link:hover {
      color: var(--red);
      text-decoration: underline;
      text-underline-offset: 4px;
    }
    .news-read-link:focus-visible,
    .news-archive-button:focus-visible,
    .news-filter a:focus-visible,
    .news-pagination a:focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 3px;
    }
    .news-empty {
      padding: 20px;
      color: var(--muted);
      font-size: .90rem;
    }
    .news-service-message {
      max-width: 820px;
      margin: 0 auto;
      padding: 18px 20px;
      color: var(--blue);
      background: #f3f6fb;
      border: 1px solid #d5e2f2;
      border-radius: 10px;
      text-align: center;
      font-weight: 800;
    }
    .news-home-actions {
      display: flex;
      justify-content: center;
      margin-top: 28px;
    }
    .news-archive-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 12px 20px;
      border-radius: 7px;
      background: var(--blue);
      color: #fff;
      text-decoration: none;
      font-weight: 950;
      text-transform: uppercase;
      font-size: .88rem;
      letter-spacing: .025em;
    }
    .news-archive-button:hover { background: var(--blue-2); }
    .news-external-note {
      width: 100%;
      margin: 18px 0 0;
      color: var(--muted);
      font-size: .84rem;
      text-align: center;
    }
    .visually-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }
    .news-archive-main { padding: 52px 22px 68px; background: var(--soft); min-height: 70vh; }
    .news-archive-intro { max-width: 840px; margin: 0 auto 28px; text-align: center; }
    .news-filter {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 9px;
      margin: 0 0 28px;
    }
    .news-filter a {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      padding: 8px 12px;
      color: var(--blue);
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      text-decoration: none;
      font-weight: 850;
      font-size: .82rem;
    }
    .news-filter a[aria-current="page"] { color: #fff; background: var(--blue); border-color: var(--blue); }
    .news-archive-list { display: grid; gap: 18px; }
    .news-archive-card {
      display: grid;
      grid-template-columns: minmax(170px, .36fr) minmax(0, 1fr);
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 13px;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(7,31,63,.08);
    }
    .news-archive-media {
      min-height: 210px;
      display: grid;
      place-items: center;
      padding: 24px;
      color: #fff;
      background:
        radial-gradient(circle at 18% 18%, rgba(255,242,0,.22), transparent 30%),
        linear-gradient(145deg, var(--blue-2), var(--blue));
      text-align: center;
    }
    .news-archive-media strong { text-transform: uppercase; font-size: .82rem; letter-spacing: .04em; }
    .news-archive-content { padding: 24px; }
    .news-archive-content h2 { margin: 7px 0 10px; color: var(--blue); font-size: 1.28rem; line-height: 1.25; }
    .news-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
    .news-pagination a, .news-pagination span {
      min-width: 40px;
      min-height: 40px;
      display: inline-grid;
      place-items: center;
      padding: 7px 10px;
      border-radius: 7px;
      border: 1px solid var(--line);
      background: #fff;
      color: var(--blue);
      text-decoration: none;
      font-weight: 850;
    }
    .news-pagination span[aria-current="page"] { color: #fff; background: var(--blue); border-color: var(--blue); }
    @media (max-width: 980px) {
      .news-category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 680px) {
      .news-category-grid { grid-template-columns: 1fr; }
      .news-archive-card { grid-template-columns: 1fr; }
      .news-archive-media { min-height: 150px; }
    }

    /* Sezione Tesseramento - modello Liguria, adattata al Comitato Piacenza 1436 */
    .tessera-section { background: var(--blu-italia); position: relative; overflow: hidden; color: var(--bianco); }
    .tessera-section::after { content: ''; position: absolute; bottom: -80px; left: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,196,0,0.06) 0%, transparent 70%); }
    .tessera-section .section-inner { max-width: var(--max); margin: 0 auto; }
    .tessera-section .section-label.light { color: var(--blu-italia); background: var(--giallo-vannacci); font-family: 'Barlow Condensed', var(--font); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; display: inline-block; padding: 4px 14px; border-radius: 3px; margin-bottom: 16px; }
    .tessera-section .section-title.white { color: var(--bianco); font-family: 'Barlow Condensed', var(--font); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; text-transform: uppercase; line-height: 1.1; margin: 0 0 16px; text-align: left; letter-spacing: -.03em; }
    .tessera-section .divider-gold { width: 60px; height: 4px; background: var(--giallo-vannacci); margin-bottom: 28px; border-radius: 2px; }
    .tessera-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
    .tessera-steps { list-style: none; display: flex; flex-direction: column; gap: 20px; margin: 32px 0; padding: 0; }
    .tessera-step { display: flex; align-items: flex-start; gap: 18px; }
    .step-num { width: 36px; height: 36px; background: var(--giallo-vannacci); color: var(--blu-italia); font-family: 'Barlow Condensed', var(--font); font-size: 1.1rem; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .step-text { color: rgba(255,255,255,0.82); font-size: 0.98rem; line-height: 1.6; padding-top: 6px; margin: 0; }
    .step-text strong { color: var(--bianco); }
    .step-text a { color: var(--bianco); font-weight: 700; }
    .tessera-visual { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 40px; text-align: center; }
    .tessera-visual img { width: 160px; height: auto; margin-bottom: 24px; border-radius: 0; background: transparent; }
    .tessera-url { display: block; font-family: 'Barlow Condensed', var(--font); font-size: 1.4rem; font-weight: 800; color: var(--giallo-vannacci); text-decoration: none; background: rgba(245,196,0,0.12); border: 2px solid rgba(245,196,0,0.4); padding: 16px 24px; border-radius: var(--radius); margin-bottom: 16px; transition: all 0.25s; word-break: break-all; letter-spacing: -0.01em; }
    .tessera-url:hover { background: var(--giallo-vannacci); color: var(--blu-italia); }
    .tessera-note { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }
    .tessera-note strong { color: rgba(255,255,255,0.85); }
    @media (max-width: 900px) { .tessera-inner { grid-template-columns: 1fr; gap: 40px; } .tessera-visual { padding: 32px 24px; } }

    .site-footer { background: #061a33; color: #fff; }
    .footer-inner { max-width: var(--max); margin: 0 auto; min-height: 88px; padding: 22px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
    .footer-item { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.95); }
    .footer-icon { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; display: grid; place-items: center; }
    .footer-social { justify-content: center; display: flex; gap: 18px; }
    .social { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; display: grid; place-items: center; text-decoration: none; }
    .footer-links { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; font-size: .88rem; }
    .footer-links a, .footer-links button { color: #fff; background: none; border: 0; font: inherit; padding: 0; text-decoration: underline; cursor: pointer; }

    .cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 200; max-width: 980px; margin: 0 auto; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(7,31,63,.25); border-radius: 14px; padding: 18px; display: none; }
    .cookie-banner.open { display: block; }
    .cookie-banner h3 { color: var(--blue); margin: 0 0 6px; }
    .cookie-banner p { color: var(--muted); margin: 0 0 13px; }
    .cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
    .cookie-actions button { cursor: pointer; }
    .cookie-actions .btn { min-height: 38px; padding: 8px 14px; font-size: .82rem; }
    .btn-light { background: #fff; color: var(--blue); border: 1px solid var(--blue); }
    .modal { display: none; position: fixed; inset: 0; z-index: 220; background: rgba(4,15,30,.58); padding: 18px; }
    .modal.open { display: grid; place-items: center; }
    .modal-content { max-width: 760px; max-height: 86vh; overflow: auto; background: #fff; color: var(--ink); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); }
    .modal-content h2 { color: var(--blue); margin-top: 0; }
    .modal-close { float: right; background: var(--blue); color: #fff; border: 0; border-radius: 99px; padding: 8px 12px; cursor: pointer; }



    .privacy-link-row { display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin-top:12px; font-size:.92rem; }
    .privacy-link-row a, .privacy-link-row button { color:var(--blue); background:transparent; border:0; padding:0; text-decoration:underline; cursor:pointer; font:inherit; font-weight:700; }
    .cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 200; max-width: 980px; margin: 0 auto; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(7,31,63,.25); border-radius: 14px; padding: 20px; display: none; text-align:center; }
    .cookie-banner.open { display: block; }
    .cookie-banner h3 { color: var(--blue); margin: 0 0 6px; text-transform:uppercase; letter-spacing:-.02em; }
    .cookie-banner p { color: var(--muted); margin: 0 auto 16px; max-width: 860px; }
    .cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content:center; }
    .cookie-actions button { cursor: pointer; }
    .cookie-actions .btn { min-height: 40px; padding: 9px 18px; font-size: .82rem; }
    .cookie-actions button[data-choice="accept"] { background:#3b8f00; border-color:#3b8f00; color:#fff; }
    .cookie-actions button[data-choice="reject"] { background:#222; border-color:#222; color:#fff; }
    .cookie-actions button[data-choice="settings"] { background:var(--blue-3); border-color:var(--blue-3); color:#fff; }
    .cookie-modal { display:none; position:fixed; inset:0; z-index:230; background:rgba(4,15,30,.62); padding:18px; }
    .cookie-modal.open { display:grid; place-items:center; }
    .cookie-panel { width:min(900px, 100%); max-height:88vh; overflow:auto; background:#fff; color:var(--ink); border-radius:16px; box-shadow:var(--shadow); }
    .cookie-panel-head { padding:22px 24px; border-bottom:1px solid var(--line); display:flex; gap:16px; justify-content:space-between; align-items:flex-start; }
    .cookie-panel-head h2 { margin:0; color:var(--blue); text-transform:uppercase; font-size:1.35rem; }
    .cookie-panel-head p { margin:6px 0 0; color:var(--muted); }
    .cookie-close { background:var(--blue); color:#fff; border:0; border-radius:999px; padding:8px 12px; cursor:pointer; font-weight:800; }
    .cookie-panel-body { padding:20px 24px 24px; }
    .cookie-category { border:1px solid var(--line); border-radius:12px; padding:16px; margin-bottom:12px; background:#fff; }
    .cookie-category h3 { color:var(--blue); margin:0 0 6px; display:flex; align-items:center; justify-content:space-between; gap:12px; }
    .cookie-category p { margin:0; color:var(--muted); }
    .cookie-always { color:#3b8f00; font-size:.84rem; font-weight:900; text-transform:uppercase; }
    .cookie-switch { display:inline-flex; align-items:center; gap:8px; font-size:.9rem; white-space:nowrap; }
    .cookie-switch input { width:22px; height:22px; accent-color:var(--blue-3); }
    .cookie-table { width:100%; border-collapse:collapse; margin-top:12px; font-size:.9rem; }
    .cookie-table th { background:var(--blue); color:#fff; text-align:left; }
    .cookie-table th, .cookie-table td { border:1px solid var(--line); padding:8px 10px; vertical-align:top; }
    .cookie-panel-actions { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; padding-top:8px; }

    @media (max-width: 1050px) {
      .nav-links, .desktop-cta { display: none; }
      .menu-toggle { display: inline-flex; }
      .nav { min-height: 72px; }
      .home-grid { grid-template-columns: 1fr; }
      .priority-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
      .cards, .policy-grid, .objective-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .principle-list { grid-template-columns: 1fr; }
      .footer-inner { grid-template-columns: 1fr; text-align: center; }
      .footer-item, .footer-links { justify-content: center; }
    }
    @media (max-width: 680px) {
      html { scroll-padding-top: 64px; }
      section[id], main[id] { scroll-margin-top: 64px; }
      .brand-logo { width: 54px; height: 54px; }
      .brand-text span:nth-child(1), .brand-text span:nth-child(2) { font-size: 1rem; }
      .brand-text span:nth-child(3) { color: var(--gold); font-size: .86rem; letter-spacing: .02em; margin-top: 5px; }
    }

    @media (max-width: 760px) {
      table.responsive-table,
      table.responsive-table thead,
      table.responsive-table tbody,
      table.responsive-table th,
      table.responsive-table td,
      table.responsive-table tr { display:block; width:100%; }
      table.responsive-table thead { display:none; }
      table.responsive-table tr { margin:0 0 12px; border:1px solid var(--line); border-radius:10px; overflow:hidden; background:#fff; }
      table.responsive-table td { border-bottom:1px solid var(--line); display:grid; grid-template-columns:42% 1fr; gap:10px; align-items:start; text-align:left; }
      table.responsive-table td:last-child { border-bottom:0; }
      table.responsive-table td::before { content:attr(data-label); font-weight:950; color:var(--blue); text-transform:uppercase; font-size:.72rem; letter-spacing:.04em; }
    }

/* Dynamic News integration adjustments */
.hero .visually-hidden { position:absolute !important; }
