/* ============================================================
   MARCO BRAGAZZI · FISIOTERAPIA AVANZATA
   Design system: elegant, dynamic, premium
   ============================================================ */

:root {
  /* Palette */
  --bg:        #f6f3ee;     /* warm off-white */
  --bg-deep:   #efeae1;     /* paper */
  --ink:       #0b2236;     /* deep navy */
  --ink-soft:  #2a4357;
  --muted:     #6a7886;
  --accent:    #0a6c8e;     /* azure-petrol */
  --accent-2:  #54ccf4;     /* sky from original */
  --gold:      #c79b5a;     /* warm gold */
  --line:      rgba(11, 34, 54, 0.12);
  --card:      #ffffff;
  --card-deep: #0b2236;

  /* Type */
  --serif: 'Fraunces', 'Times New Roman', serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

  /* Easing & timing */
  --ease:   cubic-bezier(.22,.61,.36,1);
  --ease-back: cubic-bezier(.34,1.56,.64,1);

  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 6px 24px rgba(11,34,54,.06);
  --shadow-md: 0 18px 50px rgba(11,34,54,.10);
  --shadow-lg: 0 30px 80px rgba(11,34,54,.18);
}

/* ============ RESET ============ */
*,*::before,*::after { box-sizing: border-box; margin:0; padding:0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust:100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "ss01" 1;
  text-rendering: optimizeLegibility;
}
img { font-style: italic; color: var(--muted); }
.skip-link {
  position: absolute; top: -40px; left: 12px;
  background: var(--ink); color: var(--bg);
  padding: 10px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 500;
  z-index: 10000;
  transition: top .25s;
}
.skip-link:focus { top: 12px; outline: 2px solid var(--accent-2); outline-offset: 2px; }
img { max-width:100%; display:block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background:none; border:none; color:inherit; }
ul { list-style: none; }
::selection { background: var(--ink); color: var(--bg); }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ============ PRELOADER ============ */
.preloader {
  position: fixed; inset: 0;
  background: var(--bg);
  z-index: 9999;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap: 30px;
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
.preloader.hide { opacity:0; visibility:hidden; pointer-events:none; }
.pl-logo img { height: 84px; opacity:.95; animation: pulse 1.8s var(--ease) infinite; filter: drop-shadow(0 4px 12px rgba(11,34,54,.12)); }
.pl-bar {
  width: 180px; height: 2px; background: rgba(11,34,54,.12); overflow: hidden; border-radius:2px;
}
.pl-bar span {
  display:block; width:40%; height:100%;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: bar 1.2s var(--ease) infinite;
}
@keyframes bar  { 0%{transform:translateX(-100%)} 100%{transform:translateX(350%)} }
@keyframes pulse{ 0%,100%{opacity:.7;transform:scale(1)} 50%{opacity:1;transform:scale(1.05)} }

/* ============ CURSOR ============ */
.cursor-dot, .cursor-ring {
  position: fixed; top:0; left:0; pointer-events:none;
  z-index: 9998; transform: translate(-50%, -50%);
  transition: transform .15s var(--ease), width .25s var(--ease), height .25s var(--ease), opacity .25s;
  mix-blend-mode: difference;
}
.cursor-dot { width:6px; height:6px; background: var(--bg); border-radius:50%; }
.cursor-ring { width:40px; height:40px; border: 1px solid rgba(246,243,238,.4); border-radius:50%; transition: transform .3s var(--ease), width .3s, height .3s; }
.cursor-ring.grow { width:64px; height:64px; }
@media (hover: none) { .cursor-dot, .cursor-ring { display:none; } }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  transition: padding .35s var(--ease), background .35s var(--ease), backdrop-filter .35s, border-color .35s, box-shadow .35s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  padding: 10px 0;
  background: rgba(246,243,238,.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: var(--line);
  box-shadow: 0 4px 30px rgba(11,34,54,.04);
}
.nav-inner {
  display:flex; align-items:center; justify-content: space-between; gap: 24px;
}
.brand {
  display:flex; align-items:center; gap: 14px;
  padding: 4px 0;
  transition: transform .3s var(--ease);
}
.brand:hover { transform: translateY(-1px); }
.brand img {
  height: 64px; width:auto;
  transition: height .35s var(--ease), filter .35s;
  filter: drop-shadow(0 2px 4px rgba(11,34,54,.08));
}
.nav.scrolled .brand img { height: 52px; }
.brand-mark {
  display: none;
  height: 48px; width: 48px;
  background-image: url('../img/logo-mark.png');
  background-size: contain; background-position: center; background-repeat: no-repeat;
  filter: drop-shadow(0 2px 6px rgba(11,34,54,.12));
  transition: height .35s var(--ease), width .35s var(--ease);
}
.nav.scrolled .brand-mark { height: 42px; width: 42px; }

.nav-links { display:flex; align-items:center; gap: 4px; }
.nav-link {
  position: relative;
  padding: 8px 14px;
  font-size: 14px; font-weight: 500; color: var(--ink-soft);
  letter-spacing: .01em;
  border-radius: 999px;
  transition: color .25s var(--ease);
}
.nav-link::before{
  content:''; position:absolute; inset:0;
  background: var(--ink); border-radius: 999px;
  transform: scale(.6); opacity:0; z-index:-1;
  transition: transform .35s var(--ease-back), opacity .25s;
}
.nav-link:hover { color: var(--bg); }
.nav-link:hover::before, .nav-link.active::before { transform:scale(1); opacity:1; }
.nav-link.active { color: var(--bg); }

.nav-cta {
  display:inline-flex; align-items:center; gap:10px;
  padding: 11px 22px;
  background: var(--ink); color: var(--bg);
  font-size: 13.5px; font-weight: 500;
  border-radius: 999px;
  transition: transform .3s var(--ease), background .3s, box-shadow .3s;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--accent); box-shadow: 0 14px 30px rgba(10,108,142,.30); }
.nav-cta .dot {
  width:7px; height:7px; border-radius:50%; background: #5dd97a;
  box-shadow: 0 0 0 3px rgba(93,217,122,.25);
  animation: livedot 1.6s ease-in-out infinite;
}
@keyframes livedot { 0%,100% { box-shadow: 0 0 0 3px rgba(93,217,122,.25);} 50% { box-shadow: 0 0 0 7px rgba(93,217,122,.05);} }

.nav-burger { display:none; width:42px; height:42px; flex-direction:column; gap:5px; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:999px; }
.nav-burger span { display:block; width:18px; height:1.5px; background: var(--ink); transition: transform .3s, opacity .3s; }
.nav-burger.open span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2){ opacity:0; }
.nav-burger.open span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 180px 0 80px;
  overflow: hidden;
}
.hero-bg { display: none; }   /* hero neutre: niente griglia/riquadri né aloni colorati */
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity:.55;
  animation: drift 18s ease-in-out infinite alternate;
}
.orb-1 { width:520px; height:520px; background: radial-gradient(circle, #54ccf4 0%, transparent 60%); top: -100px; right: -80px; }
.orb-2 { width:420px; height:420px; background: radial-gradient(circle, #c79b5a 0%, transparent 60%); bottom: -120px; left: -100px; animation-delay: -6s; opacity:.35; }
.orb-3 { width:340px; height:340px; background: radial-gradient(circle, #0a6c8e 0%, transparent 60%); top: 40%; left: 40%; animation-delay: -12s; opacity:.25; }
@keyframes drift { 0%{transform: translate(0,0) scale(1)} 100%{ transform: translate(50px, -30px) scale(1.1)} }

.grid-overlay {
  position:absolute; inset:0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  opacity:.5;
}

.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display:inline-flex; align-items:center; gap:14px;
  font-size: 13px; font-weight: 500; color: var(--accent);
  text-transform: uppercase; letter-spacing: .15em;
  margin-bottom: 30px;
}
.eyebrow .line { width: 40px; height: 1px; background: var(--accent); }

.hero-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin-bottom: 32px;
}
.hero-title .word {
  display:inline-block;
  margin-right: .25em;
}
.hero-title .italic { font-style: italic; font-weight: 300; color: var(--ink-soft); }
.hero-title .accent { color: var(--accent); font-style: italic; font-weight: 400; position: relative; }
.hero-title .accent::after {
  content:''; position:absolute; left:0; right: .15em; bottom: 0.05em;
  height: .12em; background: var(--accent-2); opacity:.4; z-index:-1;
}

.hero-sub {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--ink-soft);
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.65;
}

.hero-ctas { display:flex; gap:14px; flex-wrap:wrap; margin-bottom: 70px; }

.btn {
  display: inline-flex; align-items:center; gap: 10px;
  padding: 16px 28px;
  font-size: 14.5px; font-weight: 500;
  border-radius: 999px;
  transition: transform .3s var(--ease), background .3s, color .3s, box-shadow .3s, border-color .3s;
  letter-spacing: .01em;
}
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { transform: translateY(-2px); background: var(--accent); box-shadow: 0 18px 40px rgba(10,108,142,.30); }
.btn-primary svg { transition: transform .35s var(--ease); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-ghost { color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); transform: translateY(-2px); }
.btn-link { color: var(--accent); font-weight: 500; padding: 4px 0; border-bottom: 1px solid var(--accent); border-radius: 0; }
.btn-link:hover { gap: 14px; }
.btn-full { width: 100%; justify-content:center; padding: 18px; }

.hero-meta {
  display: flex; align-items: center; gap: 32px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.meta-num {
  font-family: var(--serif); font-weight: 400;
  font-size: 44px;
  line-height: 1; color: var(--ink);
  display: flex; align-items:baseline; gap: 6px;
}
.meta-num .micro { font-family: var(--sans); font-size: 12px; color: var(--muted); font-weight:500; text-transform: uppercase; letter-spacing:.1em; }
.meta-label { font-size: 12.5px; color: var(--muted); margin-top: 8px; line-height: 1.4; letter-spacing:.01em; }
.meta-divider { width:1px; height: 50px; background: var(--line); }

/* Hero Assistant */
.hero-assistant { position: relative; }
.assist-card {
  position: relative;
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 22px 22px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,255,255,.6);
  overflow: hidden;
}
.assist-glow {
  position: absolute; inset: -1px;
  border-radius: var(--radius-lg);
  background: conic-gradient(from 90deg, transparent 0%, rgba(84,204,244,.5) 25%, transparent 50%, rgba(199,155,90,.4) 75%, transparent 100%);
  z-index: 0; opacity: .45;
  animation: rotate-glow 14s linear infinite;
}
.assist-card > *:not(.assist-glow) { position: relative; z-index: 1; }
.assist-card::before {
  content: '';
  position: absolute; inset: 2px;
  background: var(--card);
  border-radius: calc(var(--radius-lg) - 2px);
  z-index: 0;
}
@keyframes rotate-glow { to { transform: rotate(360deg); } }

.assist-header {
  display:flex; align-items:center; gap:10px;
  font-size: 12px; font-weight:500; color: var(--muted);
  text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: fit-content;
}
.status-dot {
  width:8px; height:8px; border-radius:50%; background: #5dd97a;
  box-shadow: 0 0 0 3px rgba(93,217,122,.25);
  animation: livedot 1.6s ease-in-out infinite;
}

.assist-ball {
  position: relative;
  width: 100%;
  height: 420px;
  min-height: 420px;
  background: radial-gradient(circle at center, rgba(84,204,244,.08), transparent 70%);
  border-radius: 20px;
  overflow: hidden;
}
.assist-ball iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
  background: transparent;
}
.assist-ball > div {
  width: 100% !important;
  height: 100% !important;
}

.assist-footer { margin-top: 16px; padding: 0 6px; }
.assist-footer h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; color: var(--ink);
  margin-bottom: 6px;
}
.assist-footer p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }

/* Hero scroll cue */
.hero-scroll {
  position: absolute; bottom: 30px; left: 32px;
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; text-transform: uppercase; letter-spacing: .2em;
  color: var(--muted); z-index: 2;
}
.hs-line { display:inline-block; width: 60px; height: 1px; background: var(--ink); position:relative; overflow:hidden; }
.hs-line::before { content:''; position:absolute; inset:0; background: var(--accent); animation: hsline 2.4s ease-in-out infinite; }
@keyframes hsline { 0% { transform: translateX(-100%);} 50% { transform:translateX(0);} 100% { transform: translateX(100%); } }

/* ============ MARQUEE ============ */
.marquee {
  background: var(--ink);
  color: var(--bg);
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.marquee-track {
  display: flex; gap: 50px; white-space: nowrap;
  animation: marquee 38s linear infinite;
  font-family: var(--serif); font-size: 24px; font-style: italic; font-weight: 300;
  letter-spacing: .01em;
}
.marquee-track span { opacity: .75; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%);} }

/* ============ SECTIONS ============ */
.section { padding: 130px 0; position: relative; }
.section-head { max-width: 800px; margin-bottom: 80px; }
.kicker {
  display: inline-block; font-size: 12.5px; font-weight: 500;
  color: var(--accent); text-transform: uppercase; letter-spacing: .18em;
  margin-bottom: 22px;
  position: relative; padding-left: 36px;
}
.kicker::before {
  content:''; position: absolute; left: 0; top: 50%;
  width: 24px; height: 1px; background: var(--accent);
}
.section-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--ink);
}
.section-title em { font-style: italic; color: var(--accent); font-weight: 400; }
.section-sub { color: var(--ink-soft); font-size: 17px; max-width: 640px; margin-top: 24px; line-height: 1.65; }

/* ============ ABOUT ============ */
.about { background: var(--bg); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.about-visual { position: relative; }
.av-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}
.av-frame img { width:100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.about-visual:hover .av-frame img { transform: scale(1.06); }
.av-frame::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(11,34,54,.45));
}
.av-badge {
  position: absolute; bottom: -32px; right: -32px;
  width: 180px; height: 180px;
  background: var(--ink); color: var(--bg);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 8px solid var(--bg);
}
.avb-num {
  font-family: var(--serif); font-size: 56px; font-weight: 400; line-height: 1;
}
.avb-num sup { font-size: 24px; color: var(--accent-2); vertical-align: super; }
.avb-text { font-size: 11px; text-transform:uppercase; letter-spacing:.14em; margin-top: 8px; line-height: 1.5; opacity:.85; }

.av-floater {
  position: absolute; top: -20px; left: -30px;
  background: var(--card); padding: 14px 18px;
  border-radius: 999px;
  display:flex; align-items:center; gap: 10px;
  box-shadow: var(--shadow-md);
  font-size: 13px; font-weight: 500; color: var(--ink);
}
.av-floater svg { color: var(--accent); }

.about-text h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 22px; color: var(--accent);
  margin-bottom: 12px;
  font-style: italic;
}
.about-text .lead {
  font-family: var(--serif); font-size: 28px; line-height: 1.3;
  font-weight: 400; color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 24px;
}
.about-text p {
  color: var(--ink-soft); font-size: 16px; line-height: 1.75;
  margin-bottom: 28px;
}
.checklist { margin: 32px 0; }
.checklist li {
  display: flex; align-items:center; gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: 15.5px; color: var(--ink-soft);
}
.checklist li:last-child { border-bottom: 1px solid var(--line); }
.ck {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--accent); color: white;
  display:inline-flex; align-items:center; justify-content:center; flex-shrink: 0;
  position: relative;
}
.ck::after {
  content:''; width: 12px; height: 6px;
  border-left: 2px solid white; border-bottom: 2px solid white;
  transform: rotate(-45deg) translate(1px,-1px);
}

/* ============ SERVICES ============ */
.services { background: var(--bg-deep); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.service-card {
  position: relative;
  padding: 50px 44px 44px;
  background: var(--card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s, background .6s;
  border: 1px solid transparent;
}
.service-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  opacity: 0; transition: opacity .5s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  background: var(--ink);
  color: var(--bg);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover .sc-icon { background: var(--accent); color: var(--bg); border-color: transparent; }
.service-card:hover .sc-num { color: rgba(255,255,255,.18); }
.service-card:hover h3,
.service-card:hover p { color: var(--bg); }
.service-card:hover p em { color: var(--accent-2); }
.service-card:hover .sc-link { color: var(--accent-2); }

.sc-icon {
  width: 60px; height: 60px;
  display: inline-flex; align-items:center; justify-content:center;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--accent);
  margin-bottom: 28px;
  transition: all .4s var(--ease);
}
.sc-num {
  position: absolute; top: 32px; right: 36px;
  font-family: var(--serif); font-size: 70px; font-weight: 300;
  color: rgba(11,34,54,.08); line-height: 1;
  transition: color .4s var(--ease);
}
.service-card h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 26px; color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -.01em;
  transition: color .4s;
}
.service-card p {
  color: var(--ink-soft); font-size: 15.5px; line-height: 1.7;
  margin-bottom: 24px;
  transition: color .4s;
}
.service-card p em { color: var(--accent); font-style: normal; font-weight: 600; }
.sc-link {
  font-size: 14px; font-weight: 500; color: var(--ink);
  display: inline-block; transition: color .4s, letter-spacing .3s;
}
.sc-link:hover { letter-spacing: .03em; }

/* ============ TECH ============ */
.tech { background: var(--ink); color: var(--bg); position: relative; overflow:hidden; }
.tech::before {
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(600px circle at 20% 30%, rgba(84,204,244,.18), transparent 50%),
    radial-gradient(600px circle at 80% 70%, rgba(199,155,90,.15), transparent 50%);
}
.tech .container { position: relative; z-index: 1; }
.tech .section-title { color: var(--bg); }
.tech .section-title em { color: var(--accent-2); }
.tech .section-sub { color: rgba(246,243,238,.65); }
.tech .kicker { color: var(--accent-2); }
.tech .kicker::before { background: var(--accent-2); }

.tech-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tech-item {
  position: relative;
  padding: 40px 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  transition: transform .5s var(--ease), background .5s, border-color .5s;
  overflow: hidden;
}
.tech-item:hover { transform: translateY(-6px); background: rgba(255,255,255,.07); border-color: rgba(84,204,244,.35); }
.ti-glow {
  position: absolute; inset:0;
  background: radial-gradient(300px circle at var(--mx,50%) var(--my,50%), rgba(84,204,244,.16), transparent 60%);
  opacity:0; transition: opacity .4s;
}
.tech-item:hover .ti-glow { opacity:1; }
.ti-icon {
  width: 54px; height: 54px;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative; z-index:1;
}
.ti-icon span { font-family: var(--serif); font-size: 26px; font-style: italic; color: var(--ink); font-weight: 600; }
.tech-item h4 {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; margin-bottom: 10px;
  position: relative; z-index: 1;
}
.tech-item p {
  font-size: 14px; color: rgba(246,243,238,.7); line-height: 1.6;
  position: relative; z-index: 1;
}

/* ============ GALLERY ============ */
.gallery { background: var(--bg); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 20px;
}
.g-item {
  position: relative; overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  background: var(--bg-deep);
  box-shadow: 0 4px 18px rgba(11,34,54,.06);
  transition: box-shadow .4s var(--ease), transform .5s var(--ease);
}
.g-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.g-item.g-tall { grid-row: span 2; }
.g-item.g-wide { grid-column: span 2; }
.g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .5s;
}
.g-item::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,34,54,.7));
  opacity: 0; transition: opacity .4s;
}
.g-tag {
  position: absolute; bottom: 18px; left: 18px;
  font-size: 12px; text-transform: uppercase; letter-spacing: .14em;
  color: var(--bg); padding: 8px 14px;
  background: rgba(11,34,54,.55); backdrop-filter: blur(8px);
  border-radius: 999px;
  opacity:0; transform: translateY(8px);
  transition: all .4s var(--ease);
  z-index: 2;
}
.g-item:hover img { transform: scale(1.08); }
.g-item:hover::after { opacity:1; }
.g-item:hover .g-tag { opacity:1; transform: translateY(0); }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; background: rgba(11,34,54,.92);
  backdrop-filter: blur(20px);
  z-index: 9000;
  display: none; align-items:center; justify-content:center;
  padding: 60px;
}
.lightbox.show { display: flex; }
.lb-wrap { max-width: 1100px; max-height: 85vh; }
.lb-wrap img { max-height: 85vh; object-fit:contain; border-radius: 8px; }
.lb-close, .lb-prev, .lb-next {
  position: absolute; background: rgba(255,255,255,.08); color: var(--bg);
  border: 1px solid rgba(255,255,255,.15); border-radius: 50%;
  width: 50px; height: 50px; font-size: 24px;
  display: flex; align-items:center; justify-content:center;
  transition: background .3s, transform .3s;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--accent); transform: scale(1.08); }
.lb-close { top: 30px; right: 30px; }
.lb-prev { left: 30px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 30px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) scale(1.08); }
.lb-next:hover { transform: translateY(-50%) scale(1.08); }

/* ============ CONTACT ============ */
.contact { background: var(--bg-deep); }
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: flex-start;
}
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.ci-card {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 26px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: all .35s var(--ease);
}
.ci-card:hover { transform: translateX(6px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.ci-icon {
  width: 50px; height: 50px;
  display: flex; align-items:center; justify-content:center;
  background: rgba(10,108,142,.10); color: var(--accent);
  border-radius: 14px; flex-shrink: 0;
}
.ci-meta span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.ci-meta strong { display: block; margin-top: 6px; font-size: 15px; font-weight: 500; color: var(--ink); }
.ci-arrow {
  margin-left: auto; font-size: 22px; color: var(--ink); opacity: .4;
  transition: opacity .3s, transform .3s;
}
.ci-card:hover .ci-arrow { opacity: 1; transform: translateX(4px); color: var(--accent); }

.ci-hours {
  margin-top: 16px;
  padding: 28px;
  background: var(--ink); color: var(--bg);
  border-radius: var(--radius);
}
.ch-kicker { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; opacity: .65; }
.ci-hours ul { margin-top: 18px; }
.ci-hours li {
  display: flex; justify-content: space-between; align-items:center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
}
.ci-hours li:last-child { border-bottom: none; }
.ci-hours li strong { color: var(--accent-2); font-weight: 500; }

/* Form */
.contact-form {
  padding: 40px;
  background: var(--card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.contact-form h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 28px; color: var(--ink);
  margin-bottom: 30px;
  letter-spacing: -.01em;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field {
  position: relative;
  margin-bottom: 18px;
}
.field input, .field textarea {
  width: 100%;
  padding: 22px 18px 10px;
  font-family: inherit; font-size: 15px; color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .3s, background .3s;
  resize: none;
}
.field textarea { padding-top: 26px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: white; }
.field label {
  position: absolute; left: 18px; top: 17px;
  font-size: 14px; color: var(--muted);
  pointer-events: none;
  transition: all .25s var(--ease);
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field input:valid + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 6px; font-size: 11px;
  color: var(--accent); text-transform: uppercase; letter-spacing: .1em;
}
.field input, .field textarea { /* placeholder trick */ }
.field input::placeholder, .field textarea::placeholder { color: transparent; }

.consent {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 13px; color: var(--ink-soft);
  margin: 18px 0 22px;
  line-height: 1.5;
}
.consent input { margin-top: 3px; accent-color: var(--accent); }

.form-note { text-align: center; color: var(--muted); font-size: 13px; margin-top: 14px; }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: var(--bg); padding: 0 0 0; }
.footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 60px 0 50px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ft-claim h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--bg); letter-spacing: -.015em;
  margin-bottom: 6px;
}
.ft-claim h3 em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.ft-claim p { color: rgba(246,243,238,.6); font-size: 13.5px; letter-spacing: .02em; }
.footer-grid { padding-top: 60px; }
.f-socials { display: flex; gap: 10px; }
.f-hours {
  margin-top: 8px;
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  color: var(--accent-2) !important;
  font-size: 12.5px; font-weight: 500;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr .8fr;
  gap: 60px;
  padding-bottom: 70px;
}
.f-brand img { height: 72px; margin-bottom: 26px; filter: brightness(0) invert(1); opacity: .95; }
.f-brand p { color: rgba(246,243,238,.65); font-size: 14.5px; line-height: 1.7; margin-bottom: 22px; max-width: 360px; }
.f-social {
  display: inline-flex; align-items:center; justify-content:center;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: var(--bg);
  transition: background .3s, transform .3s;
}
.f-social:hover { background: var(--accent); transform: translateY(-2px); }
.f-col h5 {
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .15em;
  color: var(--accent-2);
  margin-bottom: 22px;
}
.f-col ul li { padding: 6px 0; }
.f-col a, .f-col li {
  color: rgba(246,243,238,.75); font-size: 14.5px;
  transition: color .25s;
}
.f-col a:hover { color: var(--bg); }

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.fb-inner {
  display: flex; justify-content: space-between; align-items:center; gap: 20px;
  font-size: 13px;
  color: rgba(246,243,238,.5);
}
.fb-inner a:hover { color: var(--bg); }

/* ============ FLOAT CTA ============ */
.float-cta {
  position: fixed; bottom: 30px; left: 30px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  background: var(--accent);
  color: white;
  border-radius: 999px;
  font-size: 14px; font-weight: 500;
  box-shadow: 0 14px 40px rgba(10,108,142,.4);
  z-index: 90;
  transform: translateY(120%);
  transition: transform .5s var(--ease), background .3s;
}
.float-cta.show { transform: translateY(0); }
.float-cta:hover { background: var(--ink); }
.float-cta svg { animation: ringphone 2s ease-in-out infinite; }
@keyframes ringphone { 0%,100%{transform: rotate(0);} 10%,30%{transform: rotate(-15deg);} 20%,40%{transform: rotate(15deg);} 50%{transform: rotate(0);} }

/* ============ REVEAL ANIM ============ */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.in {
  opacity: 1; transform: translateY(0);
}

/* ============================================================
   MULTI-PAGE SPECIFIC STYLES
   ============================================================ */

/* PAGE HERO (interne) */
.page-hero {
  position: relative;
  padding: 220px 0 100px;
  overflow: hidden;
}
.page-hero .hero-bg { position: absolute; inset: 0; z-index: 0; }
.ph-inner { position: relative; z-index: 1; max-width: 900px; }
.breadcrumbs {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 30px;
}
.breadcrumbs a { color: var(--ink-soft); transition: color .2s; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs span { opacity: .5; }
.page-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 5.8vw, 80px);
  line-height: 1.04; letter-spacing: -.025em;
  color: var(--ink);
  margin-bottom: 28px;
}
.page-title em { font-style: italic; color: var(--accent); font-weight: 400; }
.page-sub {
  font-size: clamp(16px, 1.2vw, 19px);
  color: var(--ink-soft); max-width: 680px; line-height: 1.7;
}

/* PERCHÉ (home preview) */
.perche-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 50px;
}
.perche-card {
  padding: 40px 36px;
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.perche-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.pc-num {
  font-family: var(--serif); font-size: 14px; color: var(--accent);
  letter-spacing: .12em; margin-bottom: 22px;
  display: inline-block; padding-bottom: 10px;
  border-bottom: 1px solid var(--accent);
}
.perche-card h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; color: var(--ink);
  margin-bottom: 12px; letter-spacing: -.01em;
  line-height: 1.25;
}
.perche-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.perche-cta { text-align: center; margin-top: 30px; }

/* CTA BAND */
.cta-band {
  position: relative;
  padding: 100px 0;
  background: var(--ink);
  color: var(--bg);
  overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(500px circle at 20% 50%, rgba(84,204,244,.22), transparent 60%),
    radial-gradient(500px circle at 80% 50%, rgba(199,155,90,.18), transparent 60%);
}
.cb-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 40px; align-items: center;
}
.cb-text h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1; letter-spacing: -.02em;
  color: var(--bg);
  margin: 20px 0 14px;
}
.cb-text h2 em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.cb-text p { color: rgba(246,243,238,.7); font-size: 17px; max-width: 480px; }
.kicker.light { color: var(--accent-2); }
.kicker.light::before { background: var(--accent-2); }
.cb-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }
.btn-light { background: var(--bg); color: var(--ink); }
.btn-light:hover { background: var(--accent-2); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(84,204,244,.30); }
.btn-outline { color: var(--bg); border: 1px solid rgba(255,255,255,.3); }
.btn-outline:hover { background: var(--bg); color: var(--ink); transform: translateY(-2px); }

/* CHI SIAMO - Dottore */
.dottore { background: var(--bg-deep); }
.doctor-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: start;
}
.doctor-text .lead {
  font-family: var(--serif); font-size: 26px; line-height: 1.35;
  font-weight: 400; color: var(--ink);
  letter-spacing: -.015em;
  margin-bottom: 24px;
}
.doctor-text p {
  color: var(--ink-soft); font-size: 16px; line-height: 1.75;
  margin-bottom: 22px;
}
.doctor-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.ds-card {
  padding: 36px 28px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  text-align: center;
  transition: transform .4s var(--ease), border-color .4s;
}
.ds-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.ds-num {
  font-family: var(--serif); font-size: 56px; font-weight: 400;
  color: var(--ink); line-height: 1; margin-bottom: 12px;
}
.ds-num span { color: var(--accent); font-size: 28px; vertical-align: super; }
.ds-label { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* CHI SIAMO - Valori */
.valori { background: var(--bg); }
.valori-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.valore {
  padding: 36px 28px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), border-color .4s;
}
.valore:hover { transform: translateY(-6px); border-color: var(--accent); }
.vl-num {
  font-family: var(--serif); font-size: 14px; color: var(--accent);
  letter-spacing: .12em; margin-bottom: 18px;
}
.valore h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 19px; color: var(--ink); margin-bottom: 10px;
  letter-spacing: -.005em;
}
.valore p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; }

/* SERVIZI - intro & patologie */
.intro-text { padding-bottom: 80px; padding-top: 80px; background: var(--bg); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.intro-body p {
  color: var(--ink-soft); font-size: 16px; line-height: 1.8;
  margin-bottom: 18px;
}
.patologie { background: var(--bg-deep); }
.pat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pat-col {
  padding: 36px 30px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.pat-col h4 {
  font-family: var(--serif); font-weight: 500;
  font-size: 22px; color: var(--accent);
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.pat-col ul li {
  padding: 10px 0;
  font-size: 14.5px;
  color: var(--ink-soft);
  border-bottom: 1px dashed rgba(11,34,54,.06);
}
.pat-col ul li:last-child { border-bottom: none; }

/* MAPPA */
.map-section { padding-top: 60px; }
.map-frame {
  height: 480px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.1) contrast(1.05); }

/* ASSIST SECTION (contatti) */
.assist-section { padding-top: 60px; background: var(--bg-deep); }
.assist-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
}

/* BLOG */
.blog-section { background: var(--bg); }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.blog-feature { grid-column: span 2; flex-direction: row; }
.blog-feature .bc-img { width: 50%; aspect-ratio: auto; }
.blog-feature .bc-body { width: 50%; padding: 50px; }
.bc-img { aspect-ratio: 16 / 10; overflow: hidden; }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.blog-card:hover .bc-img img { transform: scale(1.05); }
.bc-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.bc-meta {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
}
.bc-tag {
  font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  padding: 5px 12px;
  background: rgba(10,108,142,.1);
  color: var(--accent);
  border-radius: 999px;
  font-weight: 600;
}
.bc-date {
  font-size: 12px; color: var(--muted);
  letter-spacing: .05em;
}
.blog-card h2, .blog-card h3 {
  font-family: var(--serif); font-weight: 500;
  color: var(--ink); letter-spacing: -.01em;
  margin-bottom: 14px; line-height: 1.25;
}
.blog-card h2 { font-size: 30px; }
.blog-card h3 { font-size: 20px; }
.blog-card p {
  color: var(--ink-soft); font-size: 15px; line-height: 1.65;
  margin-bottom: 20px; flex: 1;
}
.bc-link { color: var(--accent); font-weight: 500; font-size: 14px; }

/* NEWSLETTER */
.newsletter {
  margin-top: 50px;
  padding: 50px;
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-lg);
  position: relative; overflow: hidden;
}
.newsletter::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px circle at 80% 50%, rgba(84,204,244,.2), transparent 60%);
}
.nl-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.newsletter h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 30px;
  margin: 8px 0 10px;
}
.newsletter p { color: rgba(246,243,238,.7); font-size: 15px; }
.nl-form { display: flex; gap: 10px; }
.nl-form input {
  flex: 1;
  padding: 16px 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: var(--bg); font-size: 14px;
  font-family: inherit;
}
.nl-form input:focus { outline: none; border-color: var(--accent-2); }
.nl-form input::placeholder { color: rgba(246,243,238,.5); }
.nl-form button {
  padding: 16px 26px;
  background: var(--accent-2);
  color: var(--ink);
  border-radius: 999px;
  font-weight: 600; font-size: 14px;
  font-family: inherit;
  transition: background .3s, transform .3s;
}
.nl-form button:hover { background: var(--bg); transform: translateY(-2px); }

/* ============================================================
   ISTITUZIONALE + MARKETING — NUOVE SEZIONI
   ============================================================ */

/* Hero Trust (rating + badge) */
.hero-trust {
  display: flex; align-items: center; gap: 22px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.ht-rating {
  display: flex; align-items: center; gap: 10px;
}
.ht-stars {
  display: inline-flex; gap: 2px;
  color: #f5b031;
}
.ht-rating-text { font-size: 13.5px; color: var(--ink-soft); }
.ht-rating-text strong { color: var(--ink); }
.ht-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  background: rgba(10,108,142,.08);
  color: var(--accent);
  border-radius: 999px;
  font-size: 12.5px; font-weight: 600;
  letter-spacing: .01em;
  border: 1px solid rgba(10,108,142,.18);
}

/* Trust Bar */
.trust-bar {
  background: var(--card);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 14px;
}
.ti-svg {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,108,142,.08);
  color: var(--accent);
  border-radius: 14px;
  flex-shrink: 0;
}
.ti-text { display: flex; flex-direction: column; line-height: 1.3; }
.ti-text strong { font-size: 14.5px; color: var(--ink); font-weight: 600; }
.ti-text span { font-size: 12px; color: var(--muted); }

/* Method (4 step) */
.method-section { background: var(--bg); }
.method-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  counter-reset: step;
  position: relative;
}
.method-steps::before {
  content: '';
  position: absolute;
  top: 60px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
  z-index: 0;
}
.method-step {
  position: relative;
  padding: 30px 24px 30px;
  background: transparent;
  text-align: left;
  border-radius: 18px;
  transition: background .35s, transform .4s var(--ease);
}
.method-step:hover { background: var(--card); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.ms-num {
  position: relative;
  z-index: 1;
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--serif); font-size: 18px; color: var(--accent);
  margin-bottom: 26px;
  transition: background .3s, border-color .3s, color .3s;
}
.method-step:hover .ms-num { background: var(--accent); color: var(--bg); border-color: var(--accent); }
.ms-icon {
  position: absolute; top: 30px; right: 24px;
  color: var(--muted); opacity: .5;
}
.ms-body h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: 21px; color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -.005em;
}
.ms-body p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; }

/* Benefits */
.benefits-section { background: var(--bg-deep); }
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.benefits-intro .btn { margin-top: 26px; }
.benefits-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px;
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color .3s, transform .3s var(--ease);
}
.benefit:hover { border-color: var(--accent); transform: translateY(-3px); }
.bf-icon {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,108,142,.10);
  color: var(--accent);
  border-radius: 12px;
  flex-shrink: 0;
}
.benefit > div { display: flex; flex-direction: column; gap: 4px; }
.benefit strong { font-size: 15px; color: var(--ink); font-weight: 600; }
.benefit span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }

/* Testimonials */
.testimonials { background: var(--bg); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.testimonial {
  padding: 36px;
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 18px;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
  position: relative;
}
.testimonial::before {
  content: '"';
  position: absolute; top: 14px; right: 28px;
  font-family: var(--serif); font-size: 90px;
  color: var(--accent); opacity: .12;
  line-height: 1;
}
.testimonial:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.ts-stars { display: inline-flex; gap: 2px; color: #f5b031; }
.ts-text {
  font-family: var(--serif); font-size: 17px; line-height: 1.55;
  color: var(--ink); letter-spacing: -.005em;
  font-weight: 400;
}
.ts-author { display: flex; align-items: center; gap: 14px; margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.ts-avatar {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: var(--bg);
  border-radius: 50%;
  font-family: var(--serif); font-weight: 500; font-size: 18px;
}
.ts-author strong { display: block; font-size: 14.5px; color: var(--ink); }
.ts-author span { font-size: 12.5px; color: var(--muted); }

.ts-cta {
  margin-top: 50px;
  padding: 26px 36px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}
.ts-cta .kicker { display: block; margin-bottom: 8px; }
.ts-cta p { color: var(--ink-soft); font-size: 14.5px; max-width: 720px; margin: 0 auto; line-height: 1.6; }

/* Promo Banner */
.promo-banner {
  background: linear-gradient(135deg, var(--accent), var(--ink));
  color: var(--bg);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.promo-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px circle at 90% 50%, rgba(84,204,244,.25), transparent 60%);
}
.promo-banner::after {
  content: ''; position: absolute;
  top: -100px; right: -100px;
  width: 300px; height: 300px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
}
.promo-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: center;
}
.promo-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  color: var(--accent-2);
  font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .14em;
  margin-bottom: 20px;
}
.promo-eyebrow svg { animation: pulse-dot 1.6s ease-in-out infinite; }
@keyframes pulse-dot { 0%,100% { opacity:1 } 50% { opacity:.4 } }
.promo-text h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.1; letter-spacing: -.02em;
  margin-bottom: 14px;
}
.promo-text h2 em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.promo-text p { color: rgba(246,243,238,.8); font-size: 16px; max-width: 560px; line-height: 1.65; }
.promo-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.promo-cta .btn-primary { background: var(--bg); color: var(--ink); }
.promo-cta .btn-primary:hover { background: var(--accent-2); color: var(--ink); }
.promo-cta .btn-ghost { color: var(--bg); border-color: rgba(255,255,255,.3); }
.promo-cta .btn-ghost:hover { background: var(--bg); color: var(--ink); border-color: var(--bg); }

/* FAQ */
.faq-section { background: var(--bg-deep); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
}
.faq-head { position: sticky; top: 120px; }
.faq-head .btn-link { margin-top: 20px; }
.faq-list { list-style: none; }
.faq-item {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  margin-bottom: 12px;
  transition: border-color .3s, box-shadow .3s;
}
.faq-item:hover { border-color: var(--accent); }
.faq-item details summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  color: var(--ink);
  letter-spacing: -.005em;
}
.faq-item details summary::-webkit-details-marker { display: none; }
.faq-item details summary::marker { display: none; }
.faq-toggle {
  width: 28px; height: 28px;
  position: relative;
  border-radius: 50%;
  background: rgba(10,108,142,.10);
  flex-shrink: 0;
  transition: background .3s, transform .3s;
}
.faq-toggle::before, .faq-toggle::after {
  content: ''; position: absolute;
  top: 50%; left: 50%;
  background: var(--accent);
  transform-origin: center;
}
.faq-toggle::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }
.faq-toggle::after { width: 2px; height: 12px; transform: translate(-50%, -50%); transition: transform .3s; }
.faq-item details[open] .faq-toggle { background: var(--accent); }
.faq-item details[open] .faq-toggle::before { background: var(--bg); }
.faq-item details[open] .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); background: var(--bg); }
.faq-item details p {
  padding: 0 26px 26px;
  color: var(--ink-soft);
  font-size: 15px; line-height: 1.7;
}

/* ============ LEGAL PAGES ============ */
.legal-section { padding-top: 40px; background: var(--bg); }
.legal-wrap { max-width: 880px; }
.legal-body {
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 60px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}
.legal-body h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: 26px; color: var(--ink);
  margin: 36px 0 14px;
  letter-spacing: -.01em;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li {
  color: var(--ink-soft); font-size: 15.5px; line-height: 1.75;
}
.legal-body p { margin-bottom: 16px; }
.legal-body ul { margin: 0 0 22px 0; padding-left: 22px; }
.legal-body ul li { list-style: disc; padding: 4px 0; }
.legal-body a { color: var(--accent); border-bottom: 1px solid rgba(10,108,142,.25); transition: border-color .25s; }
.legal-body a:hover { border-bottom-color: var(--accent); }
.legal-body strong { color: var(--ink); font-weight: 600; }
.legal-sign { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

.cookie-table {
  width: 100%;
  border-collapse: separate; border-spacing: 0;
  margin: 20px 0 30px;
  font-size: 14px;
  background: var(--bg);
  border-radius: 14px;
  overflow: hidden;
}
.cookie-table th, .cookie-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.cookie-table th {
  background: var(--ink); color: var(--bg);
  font-weight: 500; letter-spacing: .03em; font-size: 12.5px;
  text-transform: uppercase;
}
.cookie-table tr:last-child td { border-bottom: none; }
.cookie-table td { color: var(--ink-soft); }

/* ============ 404 ============ */
.page-404 { min-height: 100vh; display: flex; flex-direction: column; }
.error-section {
  position: relative;
  flex: 1;
  display: flex; align-items: center;
  padding: 180px 0 100px;
  overflow: hidden;
}
.error-inner { position: relative; z-index: 1; text-align: left; max-width: 720px; }
.error-title {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(120px, 22vw, 280px);
  line-height: .9; letter-spacing: -.04em;
  color: var(--ink);
  margin: 24px 0 30px;
}
.error-title em { font-style: italic; color: var(--accent); font-weight: 400; }
.error-sub {
  font-size: clamp(16px, 1.4vw, 20px);
  color: var(--ink-soft); max-width: 540px; line-height: 1.65;
  margin-bottom: 40px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-assistant { max-width: 460px; }
  .about-grid { grid-template-columns: 1fr; gap: 80px; }
  .av-frame { aspect-ratio: 4/3; max-width: 520px; }
  .tech-row { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .perche-grid { grid-template-columns: 1fr; gap: 16px; }
  .valori-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor-grid { grid-template-columns: 1fr; gap: 50px; }
  .assist-grid { grid-template-columns: 1fr; gap: 50px; }
  .pat-grid { grid-template-columns: 1fr; }
  .intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .cb-inner { grid-template-columns: 1fr; text-align: center; }
  .cb-text p { margin: 0 auto; }
  .cb-actions { justify-content: center; }
  .kicker::before { display: none; }
  .kicker { padding-left: 0; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-feature { flex-direction: column; grid-column: auto; }
  .blog-feature .bc-img, .blog-feature .bc-body { width: 100%; }
  .blog-feature .bc-body { padding: 36px; }
  .nl-inner { grid-template-columns: 1fr; gap: 30px; }

  .footer-top { flex-direction: column; align-items: flex-start; gap: 20px; padding: 50px 0 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .method-steps { grid-template-columns: 1fr 1fr; }
  .method-steps::before { display: none; }
  .benefits-grid { grid-template-columns: 1fr; gap: 50px; }
  .benefits-list { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .promo-inner { grid-template-columns: 1fr; text-align: center; }
  .promo-text p { margin: 0 auto; }
  .promo-cta { justify-content: center; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-head { position: static; }
}
@media (max-width: 820px) {
  .container { padding: 0 22px; }
  .nav-cta { display:none; }
  .brand img { height: 52px; }
  .nav.scrolled .brand img { height: 44px; }
  .nav-links {
    position: fixed; inset: 80px 22px auto 22px;
    background: var(--bg); border:1px solid var(--line);
    border-radius: 24px;
    flex-direction: column; align-items: stretch; padding: 18px;
    gap: 4px;
    box-shadow: var(--shadow-lg);
    transform: translateY(-20px); opacity: 0; pointer-events:none;
    transition: all .35s var(--ease);
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events:auto; }
  .nav-link { padding: 14px 18px; font-size: 16px; text-align: left; border-radius: 14px; }
  .nav-link::before { border-radius: 14px; }
  .nav-burger { display: flex; }

  .hero { padding: 130px 0 60px; }
  .hero-meta { flex-wrap: wrap; gap: 20px; }
  .meta-divider { display:none; }
  .meta-item { flex: 1 1 40%; }
  .marquee-track { font-size: 18px; gap: 30px; }
  .section { padding: 90px 0; }
  .section-head { margin-bottom: 50px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .g-item.g-wide { grid-column: span 2; }
  .g-item.g-tall { grid-row: span 1; }
  .av-badge { width: 130px; height: 130px; bottom: -20px; right: -10px; }
  .avb-num { font-size: 38px; }
  .avb-text { font-size: 9.5px; }
  .av-floater { left: 0; top: -16px; font-size: 11px; padding: 10px 14px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 50px; }
  .fb-inner { flex-direction: column; text-align: center; }
  .float-cta { left: 15px; bottom: 15px; padding: 12px 18px; font-size: 13px; }
  .float-cta span { display:none; }
  .float-cta { padding: 14px; }
  .service-card { padding: 40px 30px; }
  .sc-num { font-size: 50px; top: 24px; right: 26px; }
  .contact-form { padding: 28px; }
  .lightbox { padding: 30px; }
  .lb-close { top: 16px; right: 16px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
}

@media (max-width: 820px) {
  .page-hero { padding: 140px 0 60px; }
  .valori-grid { grid-template-columns: 1fr; }
  .doctor-stats { grid-template-columns: 1fr 1fr; }
  .map-frame { height: 380px; }
  .nl-form { flex-direction: column; }
  .nl-form button { width: 100%; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 44px; }
  .about-text .lead { font-size: 22px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .g-item.g-wide { grid-column: auto; }
  .doctor-stats { grid-template-columns: 1fr; }
  .ds-num { font-size: 46px; }
  .blog-card h2 { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .method-steps { grid-template-columns: 1fr; }
  .faq-item details summary { font-size: 16px; padding: 18px 20px; }
  .testimonial { padding: 26px; }
  .ts-text { font-size: 16px; }
  .promo-banner { padding: 60px 0; }
  .hero-trust { gap: 14px; }
  .newsletter { padding: 30px; }
  .legal-body { padding: 30px; }
  .legal-body h2 { font-size: 22px; }
  .cookie-table th, .cookie-table td { padding: 10px 12px; font-size: 13px; }
}

/* ============ WHATSAPP ============ */
.nav-actions { display: inline-flex; align-items: center; gap: 12px; }

.nav-wa {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex: 0 0 auto;
  border-radius: 999px;
  background: #25d366; color: #fff;
  box-shadow: 0 8px 22px rgba(37,211,102,.32);
  transition: transform .3s var(--ease), background .3s, box-shadow .3s;
}
.nav-wa:hover { transform: translateY(-2px); background: #1ebe5d; box-shadow: 0 14px 30px rgba(37,211,102,.42); }
.nav-wa svg { width: 22px; height: 22px; }

.float-wa {
  position: fixed; right: 30px; bottom: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  background: #25d366; color: #fff;
  border-radius: 999px;
  z-index: 95;
  box-shadow: 0 14px 40px rgba(37,211,102,.45);
  animation: waRing 2.6s ease-out infinite;
  transition: transform .3s var(--ease-back), background .3s;
}
.float-wa:hover { transform: scale(1.07); background: #1ebe5d; }
.float-wa svg { width: 32px; height: 32px; }
.float-wa::after {
  content: 'Scrivici su WhatsApp';
  position: absolute; right: calc(100% + 14px); top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--ink); color: var(--bg);
  white-space: nowrap; font-size: 13px; font-weight: 500;
  padding: 9px 15px; border-radius: 999px;
  box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.float-wa:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }
@keyframes waRing {
  0%   { box-shadow: 0 14px 40px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5); }
  70%  { box-shadow: 0 14px 40px rgba(37,211,102,.45), 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 14px 40px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0); }
}

@media (max-width: 820px) {
  .float-wa { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .float-wa svg { width: 28px; height: 28px; }
  .float-wa::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .float-wa { animation: none; }
}
.ci-card.ci-wa .ci-icon { background: rgba(37,211,102,.12); color: #1ebe5d; }
.ci-card.ci-wa:hover { border-color: #25d366; }
.ci-card.ci-wa:hover .ci-arrow { color: #1ebe5d; }

/* ============ ARTICOLO (blog post) ============ */
.page-title .hl { color: var(--accent); font-style: normal; }
.article-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px;
  margin-top: 26px; font-size: 13.5px; color: var(--muted);
}
.article-meta .am-author { color: var(--ink-soft); font-weight: 500; }
.article-meta .am-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); opacity: .5; }
.article-meta .bc-tag { margin: 0; }

.article-section { padding-top: 40px; background: var(--bg); }
.article-wrap { max-width: 820px; }
.article-cover {
  margin: 0 0 36px; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.article-cover img { width: 100%; height: 420px; object-fit: cover; display: block; }

.article-body .lead {
  font-family: var(--serif); font-size: 22px; line-height: 1.5;
  color: var(--ink); font-weight: 400; margin-bottom: 28px;
}
.article-body h2 { font-family: var(--serif); font-size: 27px; font-weight: 500; margin: 40px 0 14px; color: var(--ink); }
.article-body h3 { font-size: 18px; font-weight: 600; margin: 26px 0 10px; color: var(--ink); }
.article-body p, .article-body li { font-size: 16px; line-height: 1.75; color: var(--ink-soft); }
.article-body p { margin-bottom: 16px; }
.article-body ul, .article-body ol { margin: 0 0 22px 0; padding-left: 22px; }
.article-body li { padding: 4px 0; }
.article-body ul li { list-style: disc; }
.article-body ol li { list-style: decimal; }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body a { color: var(--accent); border-bottom: 1px solid rgba(10,108,142,.25); transition: border-color .25s; }
.article-body a:hover { border-bottom-color: var(--accent); }

.article-note {
  margin: 30px 0; padding: 22px 26px; border-radius: var(--radius);
  background: rgba(10,108,142,.06); border: 1px solid rgba(10,108,142,.15);
}
.article-note p { margin: 0; font-size: 15px; color: var(--ink-soft); }
.article-note strong { color: var(--accent); }

.article-cta-inline {
  margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between;
}
.article-cta-inline p { margin: 0; font-family: var(--serif); font-size: 21px; color: var(--ink); }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 30px; color: var(--accent); font-weight: 500; font-size: 14px; }
.article-back:hover { gap: 12px; }
.blog-card h2 a, .blog-card h3 a { color: inherit; transition: color .25s var(--ease); }
.blog-card:hover h2 a, .blog-card:hover h3 a { color: var(--accent); }

/* ---- Articoli correlati ---- */
.related-section { background: var(--bg-deep); }
.related-section .section-title .hl { color: var(--accent); font-style: normal; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-grid .bc-body { padding: 28px; }
@media (max-width: 980px) { .related-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .related-grid { grid-template-columns: 1fr; } }

/* ============ COOKIE BANNER & CONSENSO ============ */
.cc-banner {
  position: fixed; left: 20px; right: 20px; bottom: 20px; margin: 0 auto;
  max-width: 560px; z-index: 200;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 24px 26px;
  transform: translateY(160%); opacity: 0; pointer-events: none;
  transition: transform .5s var(--ease), opacity .4s var(--ease);
}
.cc-banner.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cc-banner h4 { font-family: var(--serif); font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.cc-banner p { font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 16px; }
.cc-banner p a { color: var(--accent); text-decoration: underline; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cc-btn { flex: 1 1 auto; padding: 12px 18px; border-radius: 999px; font-size: 13.5px; font-weight: 600; cursor: pointer; border: 1px solid var(--ink); transition: background .25s var(--ease), color .25s, border-color .25s, transform .2s; }
.cc-btn:hover { transform: translateY(-1px); }
.cc-accept { background: var(--ink); color: var(--bg); }
.cc-accept:hover { background: var(--accent); border-color: var(--accent); }
.cc-reject { background: transparent; color: var(--ink); }
.cc-reject:hover { background: var(--bg-deep); }
@media (max-width: 600px) { .cc-banner { left: 12px; right: 12px; bottom: 12px; padding: 20px; } .cc-actions { flex-direction: column-reverse; } }

/* embed di terze parti bloccati finché non c'è il consenso */
.map-frame { position: relative; }
.cc-blocked {
  position: absolute; inset: 0; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; text-align: center; padding: 28px;
  background: var(--bg-deep); color: var(--muted); font-size: 13.5px; line-height: 1.5;
}
.cc-blocked button {
  padding: 10px 20px; border-radius: 999px; background: var(--accent); color: #fff;
  font-weight: 600; font-size: 13px; cursor: pointer; border: none; transition: background .25s;
}
.cc-blocked button:hover { background: var(--ink); }

@media (max-width: 820px) {
  .article-cover { margin-bottom: 26px; }
  .article-cover img { height: 240px; }
  .article-body .lead { font-size: 20px; }
  .article-body h2 { font-size: 23px; }
  .article-cta-inline { flex-direction: column; align-items: flex-start; }
}
