:root {
  --blue: #3f76f6;
  --blue-2: #1f5de9;
  --navy: #173050;
  --text: #374b5a;
  --muted: #76889d;
  --line: #e5ebf3;
  --soft: #f6f9fd;
  --soft-blue: #edf3ff;
  --green: #11c982;
  --amber: #f59e0b;
  --white: #fff;
  --brand: var(--blue);
  --bg: #fff;
  --shadow: 0 24px 70px rgba(27, 48, 80, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
svg { overflow: visible; }
.skip-link { position: absolute; left: 16px; top: -48px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 900; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.section { padding: 64px 0; }
.soft { background: var(--soft); }
.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px;
  padding: 10px clamp(16px, 4vw, 44px); background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
/* ── Brand wordmark (organizza.pro, the "o" is a closed-circle = organized activity) ── */
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--navy, #183153); }
.brand__name { font-size: 1.55rem; font-weight: 850; letter-spacing: -0.045em; line-height: 1; }
.brand__pro, .brand__dot { color: var(--brand, #4f7cff); }
.brand__o { position: relative; display: inline-grid; place-items: center; width: 1.05em; height: 1.05em; margin-right: -0.04em; color: transparent; vertical-align: -0.06em; }
.brand__o::before { content: ""; width: 0.78em; height: 0.78em; border: 0.13em solid var(--brand, #4f7cff); border-radius: 999px; box-sizing: border-box; }
.brand__o::after { content: ""; position: absolute; width: 0.24em; height: 0.24em; right: 0.08em; top: 0.1em; border-radius: 999px; background: var(--brand, #4f7cff); box-shadow: 0 0 0 0.12em var(--bg, #ffffff); }
.brand--sm .brand__name { font-size: 1.2rem; }
.brand--lg .brand__name { font-size: 1.95rem; }
.brand--lg, .brand--sm { color: var(--navy); }
.hub-logo, .free-icon, .icon { display: grid; place-items: center; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.brand-mark svg, .hub-logo svg { width: 21px; height: 21px; fill: currentColor; }
.nav { display: flex; align-items: center; gap: 18px; font-weight: 900; }
.nav a:not(.btn) { color: var(--text); }
.nav a:not(.btn):hover { color: var(--blue); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 14px; border: 1px solid var(--line); color: var(--blue); background: var(--white); font-weight: 900; box-shadow: 0 10px 26px rgba(27, 48, 80, .04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(27, 48, 80, .08); }
.btn-primary { color: #fff; border-color: var(--blue); background: linear-gradient(135deg, var(--blue), var(--blue-2)); box-shadow: 0 16px 34px rgba(63, 118, 246, .26); }
.btn-large { min-height: 58px; padding-inline: 32px; font-size: 18px; }
.hero { position: relative; overflow: hidden; padding-top: 54px; background: radial-gradient(circle at 75% 10%, rgba(63,118,246,.14), transparent 30%), linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(23,48,80,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,48,80,.04) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, #000 10%, transparent 62%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 42px; align-items: center; }
.hero-copy { text-align: left; }
.eyebrow { display: inline-flex; align-items: center; justify-content: center; margin: 0 0 22px; padding: 10px 16px; border-radius: 999px; color: var(--blue); background: var(--soft-blue); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: -.055em; }
h1 { font-size: clamp(40px, 11vw, 70px); line-height: .98; font-weight: 900; }
h1 span, .hl { color: var(--blue); }
h2 { font-size: clamp(34px, 7vw, 54px); line-height: 1.02; font-weight: 900; }
h3 { font-size: 23px; line-height: 1.15; font-weight: 900; }
.lead, .section-lead { max-width: 850px; margin: 24px 0 0; color: var(--text); font-size: clamp(19px, 4.9vw, 24px); line-height: 1.55; font-weight: 650; }
.section-lead { margin-inline: auto; color: var(--muted); font-size: 19px; }
.free-card { display: flex; align-items: flex-start; gap: 14px; margin: 28px 0 0; padding: 16px; border: 1px solid rgba(17,201,130,.32); border-radius: 18px; background: #e9fff6; color: var(--navy); }
.free-card p { margin: 0; font-size: 16px; line-height: 1.45; }
.free-icon { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; color: #fff; background: var(--green); }
.free-icon svg, .icon svg, .module svg, .website-card svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 2.1; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.micro-proof { margin: 18px 0 0; color: var(--muted); font-weight: 850; line-height: 1.6; }
.hero-visual { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 30px; background: radial-gradient(circle at 50% 0%, rgba(63,118,246,.16), transparent 42%), linear-gradient(180deg, #fff, #f7fbff); box-shadow: var(--shadow); }
.visual-label { margin-bottom: 12px; color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.channels { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.channel { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-size: 14px; font-weight: 900; box-shadow: 0 12px 22px rgba(27,48,80,.06); }
.channel::before { content: ""; width: 8px; height: 8px; margin-right: 8px; border-radius: 999px; background: var(--blue); }
.calls::before { background: #f59e0b; } .google::before { background: #4285f4; } .instagram::before { background: #d946ef; } .whatsapp::before { background: #22c55e; } .facebook::before { background: #1877f2; } .website::before { background: #0ea5e9; } .trip::before { background: #00aa6c; }
.connector { display: grid; place-items: center; height: 42px; }
.connector span { width: 2px; height: 42px; background: linear-gradient(to bottom, rgba(63,118,246,.08), rgba(63,118,246,.62), rgba(63,118,246,.08)); }
.connector::after { content: "↓"; color: var(--blue); font-size: 22px; font-weight: 900; margin-left: 10px; }
.hub-card { display: grid; place-items: center; gap: 8px; width: min(360px, 100%); margin-inline: auto; padding: 24px 18px; border: 1px solid rgba(63,118,246,.18); border-radius: 22px; color: var(--navy); background: #fff; box-shadow: 0 20px 44px rgba(27,48,80,.14); }
.hub-logo { width: 48px; height: 48px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.hub-card strong { font-size: 30px; letter-spacing: -.06em; }
.hub-card small { color: var(--muted); font-weight: 850; text-align: center; }
.modules { display: grid; grid-template-columns: 1fr; gap: 10px; }
.module { display: flex; align-items: center; gap: 12px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--navy); box-shadow: 0 12px 26px rgba(27,48,80,.05); }
.module span, .icon { color: var(--blue); }
.outcome-card { margin-top: 14px; padding: 18px; border-radius: 20px; background: var(--navy); color: #fff; box-shadow: 0 18px 42px rgba(23,48,80,.22); }
.outcome-card strong { display: block; font-size: 22px; letter-spacing: -.03em; }
.outcome-card small { display: block; margin-top: 4px; color: #cbd8eb; font-weight: 750; line-height: 1.45; }
.mini-dashboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.mini-dashboard span { padding: 12px 8px; border-radius: 14px; background: rgba(255,255,255,.10); text-align: center; }
.mini-dashboard b { display: block; font-size: 24px; }
.mini-dashboard small { margin: 2px 0 0; font-size: 12px; color: #cbd8eb; }
.trustbar { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 32px; color: var(--muted); font-weight: 900; }
.trustbar span { display: flex; align-items: center; gap: 8px; }
.trustbar span::before { content: "✓"; color: var(--green); font-weight: 900; }
.cards-3, .pricing, .use-cases { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
.second-row { margin-top: 18px; }
.card, .price-card, .compare-card, .roi-card, .use-card, .website-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 18px 42px rgba(27,48,80,.06); }
.icon { width: 58px; height: 58px; margin-bottom: 18px; border-radius: 18px; background: var(--soft-blue); }
.card p, .price-card li, .use-card p, .check-list li { color: var(--muted); font-size: 17px; line-height: 1.6; font-weight: 650; }
.compact { padding: 22px; }
.use-card { display: flex; flex-direction: column; min-height: 100%; }
.use-card .btn { margin-top: auto; }
.use-label { margin: -4px 0 8px !important; color: var(--blue) !important; font-size: 13px !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: .08em; }
.featured-use { border-color: rgba(63,118,246,.42); background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: 0 24px 60px rgba(63,118,246,.13); }
.use-cases-cta { margin-top: 28px; }
.use-cases-cta__note { color: var(--muted); font-weight: 650; font-size: 17px; margin: 0 0 16px; }
.use-cases-cta__actions { display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; }
.use-cases-cta__reassure { color: var(--muted); font-size: 14px; margin: 14px 0 0; }
@media (min-width: 720px) { .use-cases-cta__actions { flex-direction: row; } }
/* Pricing cards: equal height, CTA + fine print pinned to the bottom. */
.price-card { display: flex; flex-direction: column; }
.price-card ul { margin-bottom: 20px; }
.price-card .btn { margin-top: auto; }
.price-note { color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.5; margin: -4px 0 16px; }
.price-fine { color: var(--muted); font-size: 13px; font-weight: 600; margin: 12px 0 0; text-align: center; }
/* Add-ons band — visually distinct (dashed) so it's clear they attach to ANY plan. */
.addons { margin-top: 40px; }
.addons__title { text-align: center; font-weight: 800; font-size: 18px; margin: 0 0 18px; }
.addons-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.addon-card { border: 1px dashed rgba(63,118,246,.38); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #f9fbff); padding: 22px; display: flex; flex-direction: column; }
.addon-card__head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.addon-card__head h3 { margin: 0; }
.addon-card__price { margin-left: auto; font-weight: 900; font-size: 20px; }
.addon-card__price span { font-size: 14px; color: var(--muted); font-weight: 700; }
.addon-card__desc { color: var(--muted); font-weight: 650; font-size: 16px; line-height: 1.55; margin: 0 0 16px; }
.addon-card .btn { margin-top: auto; align-self: flex-start; }
@media (min-width: 720px) { .addons-grid { grid-template-columns: repeat(2, 1fr); } }
/* Legal documents (condizioni, DPA, privacy) — readable long-form prose. */
.legal-doc { max-width: 820px; margin: 0 auto; }
.legal-doc__back a { color: var(--blue); font-weight: 700; }
.legal-doc h1 { margin: 8px 0 6px; }
.legal-doc h2 { margin: 30px 0 8px; font-size: 21px; }
.legal-doc p, .legal-doc li { color: var(--muted); font-weight: 600; line-height: 1.75; }
.legal-doc a { color: var(--blue); }
.legal-doc__meta { font-size: 14px; }
.legal-draft { background: #fff8e6; border: 1px solid #f0d27a; color: #7a5b00; padding: 12px 16px; border-radius: 12px; margin: 16px 0 26px; font-weight: 650; }
.legal-doc__hr { border: none; border-top: 1px solid var(--line); margin: 36px 0 20px; }
.legal-doc__links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.legal-doc__links a { color: var(--blue); font-weight: 700; font-size: 14px; }
.site-footer .footer-legal { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.site-footer .footer-legal a { color: var(--muted); font-size: 13px; }
/* Landing v2 — 4-up grids, "una giornata" timeline, goal cards, FAQ, hero checklist. */
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
@media (min-width: 620px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.day-time { color: var(--blue); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 6px; }
.goal-card .check-list { margin-top: 6px; }
.goal-card .check-list li { font-size: 15px; }
.free-card__body { display: block; }
.free-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 4px; }
.free-list li { position: relative; padding-left: 22px; color: var(--muted); font-weight: 650; font-size: 15px; line-height: 1.5; }
.free-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.faq { max-width: 780px; margin: 28px auto 0; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 20px; }
.faq-item summary { cursor: pointer; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--blue); font-weight: 900; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 12px 0 0; color: var(--muted); font-weight: 600; line-height: 1.6; }
.roi-grid, .split { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.roi-card { display: grid; gap: 14px; }
.roi-card label { display: grid; gap: 8px; color: var(--navy); font-weight: 900; }
.roi-card input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; color: var(--navy); font: inherit; font-weight: 800; background: var(--soft); }
.roi-result { display: block; padding: 18px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); font-size: 28px; font-weight: 900; text-align: center; box-shadow: 0 16px 34px rgba(63, 118, 246, .24); }
.website-card { padding: 0; overflow: hidden; }
.site-preview { display: flex; align-items: center; gap: 8px; padding: 18px; border-bottom: 1px solid var(--line); background: var(--soft); color: var(--navy); }
.site-preview strong { margin-left: 8px; font-weight: 900; }
.browser-dot { width: 10px; height: 10px; border-radius: 99px; background: #cbd8eb; }
.check-list { margin: 0; padding: 22px 26px 0 44px; }
.check-list li { margin-bottom: 8px; }
.addon-price { margin: 18px 22px 22px; padding: 16px; border-radius: 16px; background: #fff8eb; color: var(--navy); }
.addon-price strong { color: var(--amber); font-size: 24px; }
.price-card { position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: rgba(63,118,246,.45); box-shadow: 0 24px 60px rgba(63,118,246,.15); }
.price-card.addon { border-color: rgba(245,158,11,.35); background: linear-gradient(180deg,#fff,#fffbf2); }
.badge { align-self: flex-start; margin: 0 0 14px; padding: 8px 12px; border-radius: 999px; background: var(--soft-blue); color: var(--blue); font-weight: 900; }
.badge.light { background: #fff1d6; color: #b7791f; }
.price { color: var(--navy); font-size: 46px; font-weight: 900; margin: 12px 0; }
.price span { color: var(--muted); font-size: 18px; }
ul { padding-left: 20px; margin: 0 0 24px; }
.price-card .btn { margin-top: auto; }
.final-cta { background: linear-gradient(180deg, #fff, #f7fbff); }
.center-actions { justify-content: center; }
.site-footer { padding: 26px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { display: flex; flex-direction: column; gap: 6px; }
.footer-inner strong { color: var(--navy); }
@media (max-width: 760px) {
  .site-header { min-height: 66px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav a:not(.btn), .nav .btn-ghost { display: none; }
  .nav { gap: 0; }
  .nav .btn-primary { min-height: 44px; padding-inline: 16px; border-radius: 12px; }
  .section { padding: 54px 0; }
  .hero { padding-top: 38px; }
  .hero-actions .btn { width: 100%; }
  .trustbar { text-align: left; }
}
@media (min-width: 720px) {
  .hero-actions { flex-direction: row; align-items: center; }
  .modules, .cards-3 { grid-template-columns: repeat(3, 1fr); }
  .use-cases { grid-template-columns: repeat(3, 1fr); }
  .pricing { grid-template-columns: repeat(2, 1fr); }
  .trustbar { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 1040px) {
  .section { padding: 82px 0; }
  .hero { padding-top: 78px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 58px; }
  .lead { font-size: 24px; }
  .hero-visual { padding: 26px; }
  .trustbar { grid-template-columns: repeat(4, auto); justify-content: center; gap: 28px; }
  .use-cases { grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin-left: auto; margin-right: auto; }
  .pricing-3 { grid-template-columns: repeat(3, 1fr); }
  .pricing-4 { grid-template-columns: repeat(4, 1fr); }
  .roi-grid { grid-template-columns: .95fr .75fr; }
  .split { grid-template-columns: 1fr .8fr; }
}

/* ── Demo booking modal (in-page demo) ───────────────────────────────────────── */
.demo { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; background: rgba(23,48,80,.55); backdrop-filter: blur(4px); animation: demo-fade .18s ease; }
@keyframes demo-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes demo-rise { from { transform: translateY(24px); opacity: .6; } to { transform: translateY(0); opacity: 1; } }
@keyframes demo-pop { 0% { transform: scale(.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.demo-panel { position: relative; width: 100%; max-width: 560px; max-height: 94vh; overflow-y: auto; padding: 26px 22px 24px; background: #fff; color: var(--navy); border-radius: 26px 26px 0 0; box-shadow: 0 -10px 44px rgba(23,48,80,.24); animation: demo-rise .22s cubic-bezier(.16,1,.3,1); outline: none; }
.demo-close { position: absolute; top: 14px; right: 14px; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: none; border-radius: 12px; background: var(--soft); color: var(--text); cursor: pointer; }
.demo-close:hover { background: var(--line); }
.demo-close svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-head { text-align: center; padding: 4px 8px 0; }
.demo-eyebrow { display: inline-flex; align-items: center; gap: 6px; padding: 6px 13px; border-radius: 999px; color: var(--blue); background: var(--soft-blue); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.demo-eyebrow svg { width: 15px; height: 15px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-title { font-size: clamp(21px, 5vw, 27px); font-weight: 900; letter-spacing: -.04em; margin: 14px 0 6px; }
.demo-sub { margin: 0 auto; max-width: 420px; color: var(--muted); font-size: 14px; font-weight: 650; line-height: 1.5; }
.demo-steps { display: flex; justify-content: center; gap: 12px; list-style: none; padding: 0; margin: 18px 0 4px; }
.demo-step { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 900; color: var(--muted); }
.demo-step.is-active { color: var(--navy); }
.demo-step.is-done { color: var(--green); }
.demo-stepn { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--soft); border: 1.5px solid var(--line); font-size: 12px; }
.demo-stepn svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-step.is-active .demo-stepn { background: var(--blue); border-color: var(--blue); color: #fff; }
.demo-step.is-done .demo-stepn { background: var(--green); border-color: var(--green); color: #fff; }
.demo-body { margin-top: 18px; }
.demo-flabel { display: flex; align-items: center; gap: 8px; margin: 16px 0 10px; font-size: 13px; font-weight: 900; color: var(--text); }
.demo-flabel:first-child { margin-top: 4px; }
.demo-flabel svg { color: var(--blue); stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-days { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 8px; -webkit-overflow-scrolling: touch; }
.demo-day { flex: 0 0 auto; width: 62px; padding: 10px 0; display: flex; flex-direction: column; align-items: center; gap: 2px; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer; color: var(--navy); }
.demo-day:hover { border-color: var(--blue); }
.demo-day.is-selected { background: var(--blue); border-color: var(--blue); color: #fff; }
.demo-day-wd { font-size: 11px; font-weight: 900; text-transform: uppercase; opacity: .8; }
.demo-day-n { font-size: 20px; font-weight: 900; line-height: 1; }
.demo-day-m { font-size: 11px; opacity: .8; }
.demo-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.demo-slot { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 12px 4px; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; color: var(--navy); font-size: 15px; font-weight: 900; cursor: pointer; }
.demo-slot:hover:not([disabled]) { border-color: var(--blue); }
.demo-slot.is-selected { background: var(--blue); border-color: var(--blue); color: #fff; }
.demo-slot.is-taken { color: var(--muted); background: var(--soft); cursor: not-allowed; text-decoration: line-through; }
.demo-slot-tag { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; text-decoration: none; }
.demo-hint { margin: 0; padding: 8px 2px; color: var(--muted); font-size: 14px; font-weight: 650; }
.demo-recap { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; padding: 10px 14px; background: #e9fff6; border: 1px solid rgba(17,201,130,.32); border-radius: 12px; font-size: 14px; font-weight: 700; }
.demo-recap svg { color: var(--green); flex: none; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-edit { margin-left: auto; border: none; background: none; color: var(--blue); font: inherit; font-weight: 900; font-size: 13px; cursor: pointer; }
.demo-edit:hover { text-decoration: underline; }
.demo-grid2 { display: grid; grid-template-columns: 1fr; gap: 14px; }
.demo-f { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; }
.demo-grid2 .demo-f { margin-top: 0; }
.demo-f > span { font-size: 13px; font-weight: 900; color: var(--text); }
.demo-f input, .demo-f textarea { width: 100%; padding: 11px 13px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); font: inherit; font-size: 15px; font-weight: 600; }
.demo-f input:focus, .demo-f textarea:focus { outline: none; border-color: var(--blue); }
.demo-f input.is-error { border-color: #de4436; }
.demo-f textarea { resize: vertical; }
.demo-err { margin: 14px 0 0; padding: 10px 14px; background: #fff1f0; border: 1px solid #ffa39e; border-radius: 12px; color: #cf1322; font-size: 14px; font-weight: 700; }
.demo-actions { display: flex; justify-content: flex-end; margin-top: 22px; }
.demo-actions--split { justify-content: space-between; }
.demo-actions--center { justify-content: center; flex-wrap: wrap; gap: 10px; }
.demo-next { min-width: 170px; }
.demo .btn { min-height: 50px; }
.demo-done { text-align: center; padding-top: 8px; }
.demo-tick { display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 76px; margin: 4px 0 16px; border-radius: 50%; background: #e9fff6; color: var(--green); animation: demo-pop .35s cubic-bezier(.16,1,.3,1); }
.demo-tick svg { width: 40px; height: 40px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.demo-done-lead { max-width: 420px; margin: 0 auto 18px; color: var(--text); font-size: 16px; font-weight: 650; line-height: 1.5; }
.demo-done-lead strong { color: var(--navy); font-weight: 900; }
.demo-code { display: inline-flex; flex-direction: column; align-items: center; gap: 2px; margin-bottom: 18px; padding: 14px 28px; border-radius: 16px; background: var(--soft-blue); }
.demo-code span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; color: var(--text); }
.demo-code strong { font-size: 24px; font-weight: 900; letter-spacing: .08em; color: var(--blue); }
.demo-done-note { max-width: 420px; margin: 0 auto; color: var(--muted); font-size: 14px; font-weight: 650; }
@media (min-width: 720px) {
  .demo { align-items: center; padding: 24px; }
  .demo-panel { border-radius: 26px; padding: 30px 30px 28px; animation: demo-fade .2s ease; }
  .demo-grid2 { grid-template-columns: 1fr 1fr; }
}

/* ── Demo success: emphasis on saving to calendar ───────────────────────────── */
.demo-save { text-align: center; margin: 4px 0 16px; padding: 18px; border: 1px solid var(--soft-blue); background: var(--soft); border-radius: 16px; }
.demo-save .demo-ics { width: 100%; }
.demo-save-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.demo-save-note strong { color: var(--navy); }
