/* ── Milena Elia — site.css ─────────────────────────────────────────────
   Layer di componenti costruito sui token del design system (styles.css).
   Header, nav+dropdown, bottoni, hero, card, liste, FAQ, CTA, form, footer.
   Gli hook JS di site.js restano validi: header→primo figlio (.wrap), .me-nav,
   button[aria-expanded] + <div> pannello. */

html { scroll-behavior: smooth; }
img, svg { max-width: 100%; }
img { display: block; }
body { overflow-x: hidden; }

/* Focus visibile per navigazione da tastiera */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 6px;
}

/* ── Layout ───────────────────────────────────────────────────────────── */
.wrap { max-width: var(--container-max); margin: 0 auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: var(--container-narrow); }
.sec { padding-block: var(--section-y); }
.sec--alt  { background: var(--surface-alt); }
.sec--page { background: var(--surface-page); }
.sec--tint { background: var(--gradient-brand-soft); }
.sec--ink  { background: var(--ink); color: rgba(255,255,255,.82); }
.sec--rel  { position: relative; overflow: hidden; }

/* Blob decorativo */
.blob {
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: var(--gradient-brand-soft); filter: blur(8px); opacity: .7; z-index: 0;
}
.blob--tr { top: -160px; right: -160px; }
.blob--bl { bottom: -180px; left: -160px; }
/* Il contenuto delle sezioni con blob sta sempre sopra la decorazione */
.sec--rel > .wrap { position: relative; z-index: 1; }

/* ── Header / nav ─────────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding-block: 12px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand__logo { height: 30px; width: auto; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--ink); }
.brand__name em { font-style: normal; }

.me-nav { display: flex; align-items: center; gap: 26px; }
.me-nav > a, .nav-top {
  font-size: 15px; font-weight: 600; color: var(--gray-700);
  text-decoration: none; background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); display: inline-flex; align-items: center; gap: 5px;
}
.me-nav > a:hover, .nav-top:hover { color: var(--magenta-600); text-decoration: none; }
.me-nav a[aria-current="page"], .has-sub[data-current] > .nav-top { color: var(--magenta-600); }

/* Dropdown */
.has-sub { position: relative; }
.has-sub > .nav-top svg { width: 14px; height: 14px; transition: transform var(--dur-fast); }
.has-sub:hover > .nav-top svg, .has-sub:focus-within > .nav-top svg { transform: rotate(180deg); }
.submenu {
  position: absolute; top: 100%; left: 0; margin-top: 8px;
  background: #fff; border: 1px solid var(--border-subtle); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: 8px; min-width: 260px;
  display: none; flex-direction: column; gap: 2px; z-index: 60;
}
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu { display: flex; }
.submenu a {
  display: flex; flex-direction: column; gap: 2px; padding: 10px 12px;
  border-radius: 10px; text-decoration: none; color: var(--text-heading);
  font-size: 14.5px; font-weight: 600;
}
.submenu a:hover { background: var(--magenta-100); text-decoration: none; }
.submenu a small { font-weight: 500; color: var(--text-muted); font-size: 12.5px; }

/* ── Bottoni ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans); font-weight: var(--fw-bold); font-size: 1rem;
  line-height: 1; padding: 14px 26px; border-radius: var(--radius-pill);
  cursor: pointer; text-decoration: none; border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), filter var(--dur-fast) var(--ease-out);
}
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn svg { width: 18px; height: 18px; }
.btn--wa { background: var(--whatsapp-600); color: #fff; box-shadow: 0 12px 28px rgba(37,211,102,.28); }
.btn--wa:hover { filter: brightness(1.03); }
.btn--primary { background: var(--gradient-brand); color: #fff; box-shadow: var(--shadow-brand); }
.btn--outline { background: #fff; color: var(--magenta-600); border: 1.5px solid var(--magenta-600); }
.btn--outline:hover { background: var(--magenta-100); }
.btn--ghost { background: transparent; color: var(--text-heading); }
.btn--ghost:hover { color: var(--magenta-600); }
.btn--light { background: #fff; color: var(--magenta-700); }
.btn--sm { padding: 9px 18px; font-size: .9375rem; }
.btn--lg { padding: 17px 32px; font-size: 1.0625rem; }
.btn--lg svg { width: 20px; height: 20px; }
.btn--block { width: 100%; }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Testo / helper ───────────────────────────────────────────────────── */
.eyebrow, .me-eyebrow {
  font-size: var(--fs-eyebrow); font-weight: var(--fw-bold);
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--color-accent);
}
.eyebrow--onink { color: var(--magenta-200); }
.lead { font-size: var(--fs-lead); color: var(--text-muted); line-height: 1.55; }
.muted { color: var(--text-muted); }
.t-display { font-size: var(--fs-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; }
.t-h1 { font-size: var(--fs-h1); font-weight: 800; line-height: 1.12; }
.t-h2 { font-size: var(--fs-h2); font-weight: 800; }
.t-h3 { font-size: var(--fs-h3); font-weight: 700; }
.stack { display: flex; flex-direction: column; }
.gap-2 { gap: var(--space-2); } .gap-3 { gap: var(--space-3); }
.gap-4 { gap: var(--space-4); } .gap-5 { gap: var(--space-5); } .gap-6 { gap: var(--space-6); }
.center { text-align: center; }
.prose p { color: var(--text-body); line-height: 1.75; }
.prose p + p { margin-top: var(--space-4); }
.body-line { font-size: var(--fs-body); color: var(--text-body); line-height: 1.75; }
.hr-line { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.15rem,1.8vw,1.5rem); color: var(--ink); line-height: 1.3; }

/* Section header */
.sec-head { max-width: 720px; display: flex; flex-direction: column; gap: 14px; }
.sec-head--center { margin-inline: auto; text-align: center; align-items: center; }

/* ── Griglie ──────────────────────────────────────────────────────────── */
.grid { display: grid; gap: var(--space-5); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.hero__grid, .me-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(32px,5vw,72px); align-items: center; position: relative; z-index: 1; }
.two-col, .me-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,64px); align-items: center; }
.two-col--photo { grid-template-columns: .85fr 1.15fr; }

/* ── Card ─────────────────────────────────────────────────────────────── */
.card {
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  display: flex; flex-direction: column; gap: var(--space-4); height: 100%;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card--link { text-decoration: none; color: inherit; }
.card--link:hover { text-decoration: none; }
.card--feature { border-color: var(--magenta-200); box-shadow: var(--shadow-md); }
.card__icon {
  width: 52px; height: 52px; border-radius: var(--radius-md); flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient-brand-soft); color: var(--magenta-600);
}
.card__icon svg { width: 26px; height: 26px; }
.card h3 { color: var(--text-heading); }
.card p { color: var(--text-muted); line-height: 1.55; }
.card__body { display: flex; flex-direction: column; gap: 8px; flex: 1; }
.arrow-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: var(--fs-small); font-weight: var(--fw-bold); color: var(--magenta-600);
  text-decoration: none;
}
.arrow-link:hover { text-decoration: none; gap: 9px; }
.arrow-link svg { width: 16px; height: 16px; flex: 0 0 auto; }

/* ── Tag / pill / proof ───────────────────────────────────────────────── */
.tag {
  display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold); letter-spacing: .04em; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--radius-pill);
  background: var(--magenta-100); color: var(--magenta-700);
}
.tag--viola { background: var(--viola-100); color: var(--viola-700); }
.tag--gray  { background: var(--gray-100); color: var(--gray-700); }
.tags { display: flex; gap: 10px; flex-wrap: wrap; }

.proofbar { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; font-size: 15px; color: var(--gray-700); }
.proofbar .dot { color: var(--gray-300); }
.proofbar strong { color: var(--ink); }
.stars { color: #F5A623; letter-spacing: 1px; }

.badge-google {
  display: inline-flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid var(--border-subtle); border-radius: var(--radius-pill);
  padding: 9px 18px; box-shadow: var(--shadow-sm); text-decoration: none; color: var(--text-body);
  font-weight: 600; font-size: 15px;
}
.badge-google:hover { text-decoration: none; box-shadow: var(--shadow-md); }

/* Stats */
.stats { display: flex; gap: 26px; flex-wrap: wrap; }
.stats .n { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--ink); }
.stats .l { font-size: 13.5px; color: var(--gray-500); }

/* ── Liste con spunta ─────────────────────────────────────────────────── */
.ticklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.ticklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--text-body); line-height: 1.5; }
.ticklist svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--magenta-600); margin-top: 1px; }
.ticklist--x svg { color: var(--gray-400); }

/* Blocchi "è per te / non è per te" */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); }
.fit-card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: var(--shadow-sm); }
.fit-card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
/* Bordo di esito: verde "è per te", rosso "non è per te" */
.fit-card--yes, .fit-card--no { border-width: 2px; }
.fit-card--yes { border-color: var(--ok-600); }
.fit-card--no  { border-color: var(--ko-600); }

/* Foto caso reale sotto il titolo */
.case-photo { margin: var(--space-6) auto 0; max-width: 520px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.case-photo img { width: 100%; height: auto; display: block; }
.case-photo figcaption { padding: 12px 16px; font-size: var(--fs-small); color: var(--text-muted); background: var(--surface-card); }

/* ── Metodo / step ────────────────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: var(--space-4); }
.step { display: flex; gap: 18px; align-items: flex-start; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: var(--space-5) var(--space-6); box-shadow: var(--shadow-xs); }
.step__n { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--gradient-brand); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--text-muted); line-height: 1.55; }

/* ── Testimonial ──────────────────────────────────────────────────────── */
.tst { margin: 0; display: flex; flex-direction: column; gap: var(--space-5); background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: var(--space-6); box-shadow: var(--shadow-sm); height: 100%; }
.tst__mark { font-family: Georgia, serif; font-size: 56px; line-height: .5; height: 24px; background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tst blockquote { margin: 0; font-size: 1.0625rem; line-height: 1.55; color: var(--text-body); }
.tst figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tst .who { display: flex; flex-direction: column; }
.tst .who strong { color: var(--text-heading); }
.tst .who span { font-size: var(--fs-small); color: var(--text-muted); }
.avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--gradient-brand); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 15px; border: 2px solid #fff; box-shadow: var(--shadow-xs); }

/* ── FAQ (accordion — hook JS: button[aria-expanded] + <div>) ─────────── */
.faq { border-top: 1px solid var(--border-subtle); }
.faq__item { border-bottom: 1px solid var(--border-subtle); }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; cursor: pointer; padding: 22px 0; text-align: left; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--text-heading); }
.faq__sign { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--magenta-100); color: var(--magenta-600); font-size: 18px; font-weight: 700; line-height: 1; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height var(--dur-base) var(--ease-out); }
.faq__a > div { padding-bottom: 22px; color: var(--text-muted); line-height: 1.65; max-width: 760px; }

/* ── CTA band ─────────────────────────────────────────────────────────── */
.cta-band { background: var(--gradient-brand); border-radius: var(--radius-xl); padding: clamp(32px,5vw,60px); color: #fff; box-shadow: var(--shadow-lg); }
.cta-band h2, .cta-band .t-h1, .cta-band .t-h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); line-height: 1.55; }
.cta-band small { color: rgba(255,255,255,.85); }
.me-cta-grid, .cta-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-split__left { background: var(--gradient-brand); color: #fff; padding: clamp(32px,4vw,56px); display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.cta-split__left h2 { color: #fff; } .cta-split__left p { color: rgba(255,255,255,.9); line-height: 1.55; }
.cta-split__form { background: #fff; padding: clamp(28px,3vw,44px); display: flex; flex-direction: column; gap: 14px; }

/* ── Form ─────────────────────────────────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 8px; }
.field > span, .field > label > span { font-size: var(--fs-small); font-weight: var(--fw-semibold); color: var(--text-heading); }
.input, .textarea, .select {
  width: 100%; font-family: var(--font-sans); font-size: var(--fs-body); color: var(--text-body);
  background: #fff; border: 1.5px solid var(--border-subtle); border-radius: var(--radius-md);
  padding: 13px 16px; outline: none;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.textarea { resize: vertical; }
.input:focus, .textarea:focus, .select:focus { border-color: var(--magenta-600); box-shadow: var(--focus-ring); }
.optlist { display: flex; flex-direction: column; gap: 10px; }
.opt { display: flex; align-items: flex-start; gap: 11px; padding: 13px 16px; border: 1.5px solid var(--border-subtle); border-radius: var(--radius-md); cursor: pointer; transition: border-color var(--dur-fast), background var(--dur-fast); font-size: var(--fs-body); color: var(--text-body); }
.opt:hover { border-color: var(--magenta-500); }
.opt input { accent-color: var(--magenta-600); margin-top: 2px; flex: 0 0 auto; }
.opt:has(input:checked) { border-color: var(--magenta-600); background: var(--magenta-100); }
.q-block { display: flex; flex-direction: column; gap: 12px; }
.q-block > .q { font-family: var(--font-display); font-weight: 700; color: var(--text-heading); }

/* ── Caso studio callout ──────────────────────────────────────────────── */
.callout { background: var(--gradient-brand-soft); border: 1px solid var(--magenta-200); border-radius: var(--radius-lg); padding: var(--space-6); }
.metric-row { display: flex; gap: 26px; flex-wrap: wrap; }
.metric .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem,3vw,2.4rem); background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.metric .l { font-size: 14px; color: var(--gray-600, var(--gray-500)); }

/* ── Hero photo frame ─────────────────────────────────────────────────── */
.photo-frame { position: relative; justify-self: center; }
.photo-frame__img { width: min(360px,80vw); aspect-ratio: 4/5; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--gradient-brand); position: relative; }
.photo-frame__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-frame--square .photo-frame__img { aspect-ratio: 1/1; border-radius: var(--radius-xl); }
/* Logo sovrapposto in basso a destra sulla foto */
.photo-frame__logo {
  position: absolute; right: 16px; bottom: 16px; z-index: 2;
  width: 76px; height: 76px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-md); overflow: hidden;
}
/* Il PNG ha molto margine attorno al monogramma: lo ingrandisco e ricentro sul segno */
.photo-frame__logo img {
  position: absolute; top: 50%; left: 50%;
  width: 134%; max-width: none; height: auto;
  transform: translate(calc(-50% - 1px), calc(-50% + 6px));
}
.hero-chip { position: absolute; bottom: 22px; left: -26px; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md); padding: 12px 16px; display: flex; align-items: center; gap: 10px; max-width: 240px; }
.hero-chip__ic { width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; background: var(--gradient-brand-soft); color: var(--magenta-600); }
.hero-chip__ic svg { width: 18px; height: 18px; }
.hero-chip strong { font-size: 14px; color: var(--ink); display: block; }
.hero-chip span.sub { font-size: 12.5px; color: var(--gray-500); }

/* ── Breadcrumb ───────────────────────────────────────────────────────── */
.crumbs { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--gray-500); flex-wrap: wrap; }
.crumbs a { color: var(--gray-500); text-decoration: none; }
.crumbs a:hover { color: var(--magenta-600); }
.crumbs svg { width: 14px; height: 14px; color: var(--gray-300); }

/* ── Blog cards ───────────────────────────────────────────────────────── */
.me-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: var(--space-5); }
.post { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: inherit; box-shadow: var(--shadow-sm); transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out); }
.post:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); text-decoration: none; }
.post__cover { height: 150px; background-size: cover; background-position: center; background-color: var(--magenta-100); }
.post__body { display: flex; flex-direction: column; gap: 10px; padding: var(--space-5); }
.post__body h3 { font-size: 1.18rem; font-weight: var(--fw-bold); line-height: 1.28; color: var(--text-heading); }
.post__meta { display: flex; gap: 12px; font-size: .8125rem; color: var(--gray-400); margin-top: 4px; }
.post__cat { font-size: var(--fs-eyebrow); font-weight: var(--fw-bold); letter-spacing: .06em; text-transform: uppercase; color: var(--magenta-600); }

/* ── Footer ───────────────────────────────────────────────────────────── */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); }
.site-footer .wrap { padding-block: var(--space-9) var(--space-6); }
.footer-top { display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.footer-brand { max-width: 320px; display: flex; flex-direction: column; gap: 14px; }
.footer-brand p { font-size: 15px; line-height: 1.6; margin: 0; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col .h { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 4px; }
.footer-col a { font-size: 15px; color: rgba(255,255,255,.7); text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-social { display: flex; gap: 14px; margin-top: 6px; }
.footer-social a { color: rgba(255,255,255,.7); }
.footer-social svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,.45); }
.footer-logo { height: 34px; width: auto; align-self: flex-start; }

/* Caso studio: foto a fianco del testo + video recensione */
.case-photo--inline { margin: 0; max-width: 100%; }
.case-video { margin-top: var(--space-8); }
.case-video__player { max-width: 420px; margin: 0 auto; }
/* gli embed IG hanno un minimo di ~326px: sotto quella soglia restano vuoti */
.case-video .instagram-media { margin: 0 auto !important; min-width: 326px !important; max-width: 420px !important; width: 100% !important; }

/* Punti chiave a fianco dell'hero */
.hero-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.hero-points li { display: flex; align-items: center; gap: 12px; background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 14px 18px; box-shadow: var(--shadow-sm); font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.hero-points__ic { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--gradient-brand-soft); color: var(--magenta-600); }
.hero-points__ic svg { width: 15px; height: 15px; }

/* Griglia reel Instagram */
.ig-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--space-5); justify-items: center; align-items: start; }
.ig-grid .instagram-media { margin: 0 !important; min-width: 0 !important; max-width: 100% !important; width: 100% !important; }

/* ── Header / menu mobile ─────────────────────────────────────────────── */
.me-menu-btn { display: none; }

@media (max-width: 900px) {
  .fit-grid, .two-col, .me-two-col, .two-col--photo { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .me-hero-grid, .hero__grid, .me-cta-grid, .cta-split, .me-blog-grid { grid-template-columns: 1fr !important; }
  .hero-chip { left: 12px; }
}
/* La soglia era 760px, ma la barra distesa — sette voci più WhatsApp — ha
   bisogno di ~900px: fra 760 e 900 (l'iPad verticale è 768) il pulsante
   WhatsApp sforava di 116px e OGNI pagina scorreva in orizzontale. Misurato
   sul sito vivo, non stimato. */
@media (max-width: 920px) {
  .me-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column !important; align-items: stretch !important; gap: 0 !important;
    background: #fff; border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-md); padding: 6px 0; display: none !important;
  }
  .me-nav.open { display: flex !important; }
  .me-nav > a, .nav-top { padding: 13px var(--gutter); }
  .has-sub { position: static; }
  .submenu {
    position: static; display: flex !important; box-shadow: none; border: none;
    border-radius: 0; margin: 0; padding: 0; min-width: 0; background: transparent;
  }
  .submenu a { padding: 10px var(--gutter) 10px calc(var(--gutter) + 14px); border-radius: 0; }
  .submenu a:hover { background: var(--magenta-100); }
  .has-sub > .nav-top { pointer-events: none; color: var(--gray-400); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
  .has-sub > .nav-top svg { display: none; }
  .me-menu-btn {
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: none; color: var(--ink); cursor: pointer; padding: 6px;
  }
}

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

/* ── Landing di cattura contatti (/check-up) ──────────────────────────────
   Pagina senza menu: un solo obiettivo, il form. */
.lp-header { background: #fff; border-bottom: 1px solid var(--border-subtle); }
.lp-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 14px; }

.lp-hero { background: var(--gradient-brand); color: #fff; padding: clamp(36px,6vw,72px) 0 clamp(48px,7vw,88px); position: relative; overflow: hidden; }
.lp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px,4vw,56px); align-items: start; position: relative; z-index: 1; }
.lp-hero h1 { font-family: var(--font-display); font-size: clamp(2.1rem,4.6vw,3.4rem); font-weight: 800; line-height: 1.06; letter-spacing: -.02em; margin: 18px 0 16px; color: #fff; }
.lp-hero p.lead { color: rgba(255,255,255,.92); font-size: clamp(1.02rem,1.6vw,1.18rem); line-height: 1.55; max-width: 30em; }
.lp-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3);
  color: #fff; font-size: .8125rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 8px 16px; border-radius: var(--radius-pill); }
.lp-badge svg { width: 15px; height: 15px; }
.lp-author { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.lp-author .avatar { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.14); }
.lp-author b { display: block; font-size: 1rem; }
.lp-author span { font-size: .875rem; color: rgba(255,255,255,.78); }

.lp-card { background: #fff; border-radius: var(--radius-xl); padding: clamp(22px,3vw,32px); box-shadow: 0 28px 64px rgba(23,20,26,.22); }
.lp-card h2 { font-size: 1.35rem; font-weight: 800; color: var(--text-heading); margin-bottom: 6px; }
.lp-card .lp-sub { font-size: .9375rem; color: var(--text-muted); margin-bottom: 20px; }
.lp-form { display: flex; flex-direction: column; gap: 16px; }
.lp-privacy { display: flex; gap: 10px; align-items: flex-start; font-size: .8125rem; color: var(--text-muted); line-height: 1.5; }
.lp-privacy input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--magenta-600); flex: 0 0 auto; }
.lp-note { display: flex; align-items: center; gap: 8px; justify-content: center; font-size: .8125rem; color: var(--gray-400); }
.lp-note svg { width: 14px; height: 14px; }
.lp-esito { border-radius: var(--radius-md); padding: 14px 16px; font-size: .9375rem; font-weight: 600; }
.lp-esito--ok { background: rgba(37,211,102,.14); color: var(--whatsapp-700); }
.lp-esito--ko { background: #FDECEC; color: var(--ko-600); }

@media (max-width: 900px) {
  .lp-hero__grid { grid-template-columns: 1fr; }
  .lp-card { order: -1; }
}

/* Riga legale in fondo: erano tre parole spente, ora sono tre link. */
.footer-legale a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer-legale a:hover { color: #fff; border-bottom-color: rgba(255,255,255,.6); }

/* Moduli di contatto: nome e cognome, telefono ed email stanno in coppia
   finché lo schermo lo permette. */
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-nota { font-size: 13px; color: var(--gray-500); line-height: 1.5; margin-top: -4px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
