/* =====================================================================
   BLUE DRAGON MARTIAL ARTS — Design System
   Self-hosted clone of bluedragonma.com (formerly on Simvoly)
   Brand: deep blue / navy with bright-blue + teal accents
   ===================================================================== */

:root {
  /* Brand palette */
  --navy-900: #0a1730;
  --navy-800: #0d1e3b;
  --navy-700: #122a55;
  --blue-700: #0e3c8c;   /* primary deep blue */
  --blue-600: #115ac0;
  --blue-500: #008fde;   /* bright blue */
  --blue-400: #4eb3ea;   /* light blue */
  --teal-500: #00a896;
  --teal-600: #028090;
  --red-500: #e25041;    /* CTA accent */
  --red-600: #c8392b;
  --gold-500: #f5b50a;   /* star / rating */

  /* Neutrals */
  --ink: #1f2733;
  --ink-soft: #3e3e3e;
  --muted: #5e6b7d;
  --line: #e4e8ef;
  --bg: #ffffff;
  --bg-soft: #f2f4f8;
  --bg-tint: #eef4fb;
  --white: #ffffff;

  /* Type */
  --font-display: "Hammersmith One", "Hind Siliguri", system-ui, sans-serif;
  --font-head: "Hind Siliguri", "Open Sans", system-ui, sans-serif;
  --font-body: "Open Sans", "Hind Siliguri", system-ui, -apple-system, sans-serif;
  --font-accent: "Playfair Display", Georgia, serif;

  --shadow-sm: 0 1px 3px rgba(13, 30, 59, 0.08);
  --shadow: 0 10px 30px rgba(13, 30, 59, 0.10);
  --shadow-lg: 0 24px 60px rgba(13, 30, 59, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1200px;
  --header-h: 76px;
}

/* -------------------- Reset -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--blue-600); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--blue-500); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--navy-800); line-height: 1.15; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; }
ul { margin: 0 0 1em; padding-left: 1.2em; }
button { font-family: inherit; cursor: pointer; }

/* -------------------- Layout -------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.container--narrow { max-width: 860px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: var(--bg-tint); }
.section--navy { background: var(--navy-800); color: #dce5f3; }
.section--navy h2, .section--navy h3 { color: #fff; }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; font-size: .78rem;
  color: var(--blue-500); margin-bottom: 14px;
}
.section--navy .eyebrow { color: var(--blue-400); }
.lead { font-size: 1.18rem; color: var(--muted); }
.section--navy .lead { color: #aebfd8; }
.h-xl { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.h-lg { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.text-accent { font-family: var(--font-accent); font-style: italic; }
.grad-text { color: var(--blue-600); }

/* -------------------- Buttons -------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; letter-spacing: .02em;
  padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  text-align: center; line-height: 1.1; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red-500); color: #fff; box-shadow: 0 12px 26px rgba(226,80,65,.35); }
.btn--primary:hover { background: var(--red-600); color: #fff; }
.btn--blue { background: var(--blue-500); color: #fff; box-shadow: 0 12px 26px rgba(0,143,222,.32); }
.btn--blue:hover { background: var(--blue-600); color: #fff; }
.btn--navy { background: var(--navy-800); color: #fff; }
.btn--navy:hover { background: var(--navy-900); color:#fff; }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: #fff; color: var(--navy-800); }
.btn--outline { background: #fff; color: var(--blue-700); border-color: var(--blue-500); }
.btn--outline:hover { background: var(--blue-500); color: #fff; }
.btn--lg { padding: 18px 38px; font-size: 1.08rem; }
.btn--block { width: 100%; }
.btn--sm { padding: 10px 18px; font-size: .9rem; }

/* -------------------- Header / Nav -------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.nav { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { height: 46px; width: auto; }
.brand__name { font-family: var(--font-display); font-size: 1.05rem; color: var(--navy-800); letter-spacing: .02em; line-height: 1; }
.brand__name span { display: block; font-family: var(--font-head); font-weight: 700; font-size: .62rem; letter-spacing: .26em; color: var(--blue-500); }
.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__links > li { position: relative; }
.nav__links a {
  display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-head); font-weight: 600;
  color: var(--navy-800); padding: 10px 14px; border-radius: 10px; font-size: .97rem;
}
.nav__links a:hover, .nav__links a.is-active { color: var(--blue-600); background: var(--bg-tint); }
.nav__links .caret { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }

/* Dropdown */
.has-dropdown > .dropdown {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 268px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  padding: 10px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: .18s ease; z-index: 30;
}
.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 11px 14px; border-radius: 10px; }
.dropdown a strong { display: block; color: var(--navy-800); font-size: .98rem; }
.dropdown a small { color: var(--muted); font-weight: 600; }
.dropdown a:hover strong { color: var(--blue-600); }

.nav__cta { display: flex; align-items: center; gap: 10px; }
.quiz-pill { display: inline-flex; flex-direction: column; line-height: 1.05; padding: 8px 16px; border-radius: 12px; background: var(--bg-tint); border: 1px solid #d6e4f7; }
.quiz-pill strong { font-family: var(--font-head); font-weight: 700; color: var(--blue-700); font-size: .9rem; }
.quiz-pill small { color: var(--muted); font-size: .72rem; }

.cart-btn { position: relative; display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--navy-800); color: #fff; border: none; }
.cart-btn:hover { background: var(--blue-600); color: #fff; }
.cart-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--red-500); color: #fff; font-size: .72rem; font-weight: 700; display: grid; place-items: center; }

.nav__toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { content:""; display:block; width: 22px; height: 2px; background: var(--navy-800); margin: 0 auto; position: relative; transition: .2s; }
.nav__toggle span::before { position:absolute; top:-7px; } .nav__toggle span::after { position:absolute; top:7px; }

/* -------------------- Hero -------------------- */
.hero { position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(1100px 600px at 78% -10%, rgba(0,143,222,.45), transparent 60%), linear-gradient(135deg, var(--navy-900), var(--blue-700) 130%); }
.hero::after { content:""; position:absolute; inset:0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M0 39.5H40M39.5 0V40' stroke='%23ffffff' stroke-opacity='.04'/%3E%3C/svg%3E"); pointer-events:none; }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 84px 0 92px; }
.hero__badge { display:inline-flex; align-items:center; gap:8px; background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.22); padding:7px 15px; border-radius:999px; font-size:.85rem; font-weight:600; margin-bottom:22px; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.7rem); letter-spacing:-.01em; }
.hero__sub { color: var(--blue-400); font-family: var(--font-accent); font-style: italic; font-size: clamp(1.3rem,2.6vw,1.8rem); margin: -2px 0 18px; }
.hero p.hero__copy { color: #c5d4ec; font-size: 1.12rem; max-width: 560px; }
.hero__cta { display:flex; flex-wrap:wrap; gap:14px; margin-top: 28px; }
.hero__media { position: relative; }
.hero__media .photo-stack { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero__media img { border-radius: 18px; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width:100%; border: 4px solid rgba(255,255,255,.12); }
.hero__media img:nth-child(1) { aspect-ratio: 4/5; margin-top: 28px; }
.hero__media img:nth-child(2) { aspect-ratio: 4/5; }
.hero__media img:nth-child(3) { aspect-ratio: 16/10; grid-column: 1 / -1; }
.hero__stats { display:flex; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.hero__stats .stat strong { display:block; font-family: var(--font-display); font-size: 1.9rem; color:#fff; }
.hero__stats .stat span { color: #9fb4d6; font-size:.85rem; }

/* -------------------- Cards / grid -------------------- */
.grid { display: grid; gap: 26px; }
.grid--2 { grid-template-columns: repeat(2,1fr); }
.grid--3 { grid-template-columns: repeat(3,1fr); }
.grid--4 { grid-template-columns: repeat(4,1fr); }

/* Program cards */
.program-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; color:#fff; min-height: 380px; display:flex; flex-direction:column; justify-content:flex-end; box-shadow: var(--shadow); isolation:isolate; }
.program-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:-2; }
.program-card::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(180deg, rgba(10,23,48,.05) 0%, rgba(10,23,48,.55) 45%, rgba(10,23,48,.94) 100%); }
.program-card__body { padding: 26px 24px 28px; }
.program-card .age-tag { display:inline-block; background: var(--blue-500); color:#fff; font-family:var(--font-head); font-weight:700; font-size:.78rem; letter-spacing:.08em; padding:5px 12px; border-radius:999px; margin-bottom:12px; }
.program-card h3 { color:#fff; font-family: var(--font-display); font-size:1.5rem; margin-bottom:8px; }
.program-card p { color:#d3deef; font-size:.92rem; margin-bottom:16px; }
.program-card .learn { font-family:var(--font-head); font-weight:700; color:#fff; display:inline-flex; align-items:center; gap:6px; }
.program-card .learn::after { content:"→"; transition:transform .15s; }
.program-card:hover .learn::after { transform: translateX(4px); }

/* Feature / value cards */
.feature-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .2s; height:100%; }
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-card .ic { width: 54px; height: 54px; border-radius: 14px; display:grid; place-items:center; background: var(--bg-tint); color: var(--blue-600); font-size:1.5rem; margin-bottom:16px; }
.feature-card h3 { font-size:1.18rem; margin-bottom:8px; }
.feature-card p { color: var(--muted); font-size:.96rem; margin:0; }

/* Split / media row */
.split { display:grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items:center; }
.split--reverse .split__media { order: 2; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width:100%; object-fit:cover; }
.split__media.stack { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.split__media.stack img { aspect-ratio: 1/1; }
.split__media.stack img:first-child { grid-column: 1 / -1; aspect-ratio: 16/10; }

/* Stat band */
.stat-band { display:grid; grid-template-columns: repeat(3,1fr); gap: 30px; text-align:center; }
.stat-band .num { font-family: var(--font-display); font-size: clamp(2.4rem,5vw,3.4rem); color: var(--blue-400); line-height:1; }
.stat-band .lbl { color:#aebfd8; font-weight:600; letter-spacing:.04em; }

/* Testimonials */
.tcard { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); height:100%; display:flex; flex-direction:column; }
.tcard .stars { color: var(--gold-500); letter-spacing:2px; margin-bottom:12px; font-size:1rem; }
.tcard p { color: var(--ink-soft); font-size:.98rem; font-style: italic; }
.tcard .who { display:flex; align-items:center; gap:12px; margin-top:auto; padding-top:14px; }
.tcard .who img { width:46px; height:46px; border-radius:999px; object-fit:cover; }
.tcard .who strong { color: var(--navy-800); font-family: var(--font-head); }
.tcard .who small { color: var(--muted); display:block; }

/* Quote band */
.quote-band { text-align:center; }
.quote-band blockquote { font-family: var(--font-accent); font-style:italic; font-size: clamp(1.4rem,3vw,2rem); color:#fff; max-width: 820px; margin: 0 auto 14px; }
.quote-band cite { color: var(--blue-400); font-style:normal; font-weight:600; }

/* FAQ */
.faq { max-width: 820px; margin-inline:auto; }
.faq__item { background:#fff; border:1px solid var(--line); border-radius: 14px; margin-bottom: 14px; box-shadow: var(--shadow-sm); overflow:hidden; }
.faq__q { width:100%; text-align:left; background:none; border:none; padding: 20px 56px 20px 24px; font-family: var(--font-head); font-weight:700; font-size:1.05rem; color: var(--navy-800); position:relative; }
.faq__q::after { content:"+"; position:absolute; right:22px; top:50%; transform:translateY(-50%); font-size:1.5rem; color:var(--blue-500); transition:.2s; }
.faq__item.open .faq__q::after { transform:translateY(-50%) rotate(45deg); }
.faq__a { max-height:0; overflow:hidden; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 24px 22px; color: var(--muted); }
.faq__a-inner .tag { display:inline-block; font-family:var(--font-head); font-weight:700; color:var(--teal-600); margin-bottom:6px; }

/* Compare table (martial arts vs sports) */
.compare { display:grid; grid-template-columns:1fr 1fr; gap: 26px; }
.compare__col { border-radius: var(--radius-lg); padding: 32px 28px; box-shadow: var(--shadow); }
.compare__col--ma { background: linear-gradient(160deg, var(--blue-700), var(--navy-800)); color:#fff; }
.compare__col--ma h3, .compare__col--ma li strong { color:#fff; }
.compare__col--sport { background:#fff; border:1px solid var(--line); }
.compare__col h3 { font-family: var(--font-display); font-size:1.5rem; margin-bottom: 6px; }
.compare__list { list-style:none; padding:0; margin: 18px 0 0; }
.compare__list li { display:flex; gap:12px; padding: 14px 0; border-top:1px solid rgba(255,255,255,.14); }
.compare__col--sport .compare__list li { border-top-color: var(--line); }
.compare__list li .ck { flex:0 0 auto; width:26px; height:26px; border-radius:999px; display:grid; place-items:center; font-size:.85rem; font-weight:700; }
.compare__col--ma .ck { background: var(--teal-500); color:#04201d; }
.compare__col--sport .ck { background: var(--bg-soft); color: var(--muted); }
.compare__list li strong { display:block; font-family: var(--font-head); font-size:1rem; }
.compare__list li span { color: inherit; opacity:.82; font-size:.9rem; }
.compare__col--sport li span { color: var(--muted); }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--blue-700), var(--blue-500)); border-radius: var(--radius-lg); padding: 56px 48px; color:#fff; text-align:center; box-shadow: var(--shadow-lg); position:relative; overflow:hidden; }
.cta-band h2 { color:#fff; }
.cta-band p { color: #dce9fb; max-width: 620px; margin: 0 auto 26px; font-size:1.1rem; }

/* -------------------- Schedule -------------------- */
.sched-wrap { overflow-x:auto; border-radius: var(--radius); box-shadow: var(--shadow); border:1px solid var(--line); }
table.sched { width:100%; border-collapse: collapse; min-width: 720px; background:#fff; }
table.sched th, table.sched td { padding: 14px 16px; text-align:center; border-bottom:1px solid var(--line); border-right:1px solid var(--line); }
table.sched thead th { background: var(--navy-800); color:#fff; font-family: var(--font-head); letter-spacing:.04em; }
table.sched tbody th { background: var(--bg-soft); font-weight:700; color: var(--navy-800); white-space:nowrap; }
table.sched td .cls { display:block; font-family: var(--font-head); font-weight:700; color: var(--navy-800); }
table.sched td .cls small { display:block; color: var(--muted); font-weight:600; }
table.sched td.has { background: var(--bg-tint); }
.pill-legend { display:flex; gap:18px; flex-wrap:wrap; justify-content:center; margin-top:22px; }
.pill-legend span { display:inline-flex; align-items:center; gap:8px; font-size:.9rem; color: var(--muted); }
.pill-legend i { width:14px; height:14px; border-radius:4px; display:inline-block; }

.sched-cards { display:grid; grid-template-columns: repeat(2,1fr); gap:18px; }
.sched-card { background:#fff; border:1px solid var(--line); border-left:5px solid var(--blue-500); border-radius:12px; padding:20px 22px; box-shadow:var(--shadow-sm); }
.sched-card h4 { margin:0 0 4px; font-family:var(--font-head); }
.sched-card .age { color:var(--muted); font-weight:600; font-size:.9rem; }
.sched-card .times { margin-top:10px; display:flex; flex-wrap:wrap; gap:8px; }
.sched-card .times span { background:var(--bg-tint); color:var(--blue-700); font-weight:700; font-size:.82rem; padding:5px 11px; border-radius:999px; }

/* -------------------- Store -------------------- */
.shop-layout { display:grid; grid-template-columns: 240px 1fr; gap: 40px; align-items:start; }
.shop-aside { position:sticky; top: calc(var(--header-h) + 20px); }
.shop-aside h4 { font-family:var(--font-head); margin-bottom:10px; border-bottom:2px solid var(--line); padding-bottom:8px; }
.shop-aside ul { list-style:none; padding:0; margin:0 0 26px; }
.shop-aside li a { display:flex; justify-content:space-between; padding:7px 0; color: var(--ink-soft); font-weight:600; }
.shop-aside li a:hover, .shop-aside li a.is-active { color: var(--blue-600); }
.shop-toolbar { display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; flex-wrap:wrap; gap:12px; }
.product-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:26px; }
.product-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .2s; display:flex; flex-direction:column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card .thumb { aspect-ratio: 1/1; background: var(--bg-soft); overflow:hidden; }
.product-card .thumb img { width:100%; height:100%; object-fit:cover; }
.product-card .pc-body { padding: 18px 18px 20px; display:flex; flex-direction:column; gap:6px; flex:1; }
.product-card .pc-cat { color: var(--blue-500); font-weight:700; font-size:.74rem; letter-spacing:.1em; text-transform:uppercase; }
.product-card h3 { font-size:1.1rem; margin:0; }
.product-card .price { font-family: var(--font-display); font-size:1.3rem; color: var(--navy-800); }
.product-card .btn { margin-top:8px; }

/* -------------------- Forms -------------------- */
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display:block; font-family: var(--font-head); font-weight:600; color: var(--navy-800); margin-bottom:7px; font-size:.95rem; }
.field label .req { color: var(--red-500); }
.field input, .field select, .field textarea {
  width:100%; padding: 13px 15px; border:1.5px solid var(--line); border-radius: 11px; font: inherit; color: var(--ink); background:#fff; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(0,143,222,.15); }
.field .err { color: var(--red-500); font-size:.84rem; margin-top:5px; display:none; }
.field.invalid .err { display:block; }
.field.invalid input, .field.invalid select { border-color: var(--red-500); }
.form-note { font-size:.86rem; color: var(--muted); }
.form-success { background: #e9f8ef; border:1px solid #aee5c2; color:#11713a; padding:16px 18px; border-radius:12px; font-weight:600; display:none; }
.form-success.show { display:block; }

.contact-perks { list-style:none; padding:0; margin:0; display:grid; gap:12px; }
.contact-perks li { display:flex; gap:12px; align-items:center; font-family:var(--font-head); font-weight:600; color:var(--navy-800); }
.contact-perks li::before { content:"✓"; flex:0 0 auto; width:28px; height:28px; border-radius:999px; background:var(--teal-500); color:#04201d; display:grid; place-items:center; font-weight:800; }

/* -------------------- Quiz -------------------- */
.quiz-shell { max-width: 760px; margin-inline:auto; }
.quiz-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 40px; }
.quiz-progress { height:8px; background: var(--bg-soft); border-radius:999px; overflow:hidden; margin-bottom: 26px; }
.quiz-progress i { display:block; height:100%; background: linear-gradient(90deg,var(--blue-500),var(--teal-500)); width:0; transition: width .3s; }
.quiz-step { display:none; } .quiz-step.active { display:block; animation: fade .25s ease; }
@keyframes fade { from { opacity:0; transform: translateY(8px); } to { opacity:1; transform:none; } }
.quiz-step h3 { font-size:1.4rem; }
.quiz-options { display:grid; gap:12px; margin: 22px 0; }
.quiz-opt { display:flex; align-items:center; gap:14px; padding:16px 18px; border:2px solid var(--line); border-radius:14px; background:#fff; text-align:left; font-family:var(--font-head); font-weight:600; color:var(--navy-800); font-size:1.02rem; transition:.15s; }
.quiz-opt:hover { border-color: var(--blue-400); background: var(--bg-tint); }
.quiz-opt.sel { border-color: var(--blue-500); background: var(--bg-tint); box-shadow: 0 0 0 3px rgba(0,143,222,.12); }
.quiz-opt .dot { width:22px; height:22px; border-radius:999px; border:2px solid var(--blue-400); flex:0 0 auto; position:relative; }
.quiz-opt.sel .dot { border-color: var(--blue-500); background: var(--blue-500); }
.quiz-opt.sel .dot::after { content:""; position:absolute; inset:5px; background:#fff; border-radius:999px; }
.quiz-nav { display:flex; justify-content:space-between; gap:12px; }
.quiz-result { display:none; text-align:center; }
.quiz-result.show { display:block; animation: fade .3s; }
.quiz-result .badge-ring { width:90px; height:90px; border-radius:999px; background: var(--bg-tint); color: var(--blue-600); display:grid; place-items:center; margin: 0 auto 18px; font-size:2.4rem; }

/* -------------------- Cart drawer -------------------- */
.drawer-overlay { position: fixed; inset:0; background: rgba(10,23,48,.5); opacity:0; visibility:hidden; transition:.25s; z-index: 200; }
.drawer-overlay.open { opacity:1; visibility:visible; }
.cart-drawer { position: fixed; top:0; right:0; height:100%; width: 400px; max-width: 92vw; background:#fff; z-index: 210; transform: translateX(100%); transition: transform .28s ease; display:flex; flex-direction:column; box-shadow: var(--shadow-lg); }
.cart-drawer.open { transform: none; }
.cart-drawer header { display:flex; align-items:center; justify-content:space-between; padding: 20px 22px; border-bottom:1px solid var(--line); }
.cart-drawer header h3 { margin:0; font-family: var(--font-display); }
.cart-close { background:none; border:none; font-size:1.6rem; color:var(--muted); line-height:1; }
.cart-items { flex:1; overflow-y:auto; padding: 8px 22px; }
.cart-empty { text-align:center; color: var(--muted); padding: 50px 10px; }
.cart-line { display:flex; gap:12px; padding: 16px 0; border-bottom:1px solid var(--line); }
.cart-line img { width:64px; height:64px; border-radius:10px; object-fit:cover; background:var(--bg-soft); }
.cart-line .cl-info { flex:1; }
.cart-line .cl-info strong { font-family: var(--font-head); color:var(--navy-800); font-size:.98rem; }
.cart-line .qty { display:inline-flex; align-items:center; gap:10px; margin-top:6px; }
.cart-line .qty button { width:26px; height:26px; border-radius:8px; border:1px solid var(--line); background:#fff; font-weight:700; }
.cart-line .remove { background:none; border:none; color:var(--red-500); font-size:.82rem; cursor:pointer; }
.cart-foot { padding: 18px 22px 24px; border-top:1px solid var(--line); }
.cart-foot .row { display:flex; justify-content:space-between; font-weight:700; margin-bottom:14px; }
.cart-foot .row .total { font-family: var(--font-display); font-size:1.3rem; color:var(--navy-800); }

/* -------------------- Footer -------------------- */
.site-footer { background: var(--navy-900); color: #9fb2d2; padding-top: 64px; }
.footer-top { display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.site-footer h4 { color:#fff; font-family: var(--font-head); font-size: 1rem; letter-spacing:.04em; margin-bottom: 16px; }
.site-footer .brand__name { color:#fff; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a { color:#9fb2d2; }
.site-footer ul a:hover { color:#fff; }
.footer-contact a { display:flex; gap:10px; align-items:flex-start; color:#cdd9ee; margin-bottom:12px; font-weight:600; }
.footer-cta .btn { margin-top: 6px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding: 22px 0; display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; font-size:.86rem; }
.footer-bottom a { color:#9fb2d2; } .footer-bottom a:hover { color:#fff; }
.footer-social { display:flex; gap:10px; }
.footer-social a { width:38px; height:38px; border-radius:10px; background: rgba(255,255,255,.08); display:grid; place-items:center; color:#fff; }
.footer-social a:hover { background: var(--blue-500); }
.footer-social svg { width:18px; height:18px; }

/* -------------------- Page hero (interior) -------------------- */
.page-hero { background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); color:#fff; padding: 70px 0 64px; text-align:center; position:relative; }
.page-hero h1 { color:#fff; font-size: clamp(2rem,4.4vw,3rem); }
.page-hero p { color:#bcd0ef; max-width:680px; margin:8px auto 0; font-size:1.12rem; }
.breadcrumb { font-size:.85rem; color:#9fb4d6; margin-bottom: 14px; }
.breadcrumb a { color:#bcd0ef; }

/* prose */
.prose { max-width: 820px; margin-inline:auto; }
.prose h2 { margin-top: 1.6em; } .prose h3 { margin-top:1.4em; }
.prose p, .prose li { color: var(--ink-soft); }

/* signature block */
.sig { font-family: var(--font-accent); font-style:italic; font-size:1.4rem; color: var(--navy-800); }

/* gallery */
.gallery { display:grid; grid-template-columns: repeat(4,1fr); gap:14px; }
.gallery img { aspect-ratio:1/1; object-fit:cover; border-radius:14px; box-shadow:var(--shadow-sm); }

/* utility */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-40{margin-top:40px}
.maxw-720{max-width:720px}.mx-auto{margin-inline:auto}
.badge-soft{display:inline-block;background:var(--bg-tint);color:var(--blue-700);font-weight:700;padding:6px 14px;border-radius:999px;font-size:.82rem;font-family:var(--font-head)}
.stars-lg{color:var(--gold-500);letter-spacing:3px;font-size:1.2rem}

/* -------------------- Responsive -------------------- */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__media { max-width: 520px; }
  .grid--4 { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .section { padding: 60px 0; }
  .nav__links, .quiz-pill { display: none; }
  .nav__toggle { display: block; }
  .split, .compare, .hero__inner { grid-template-columns: 1fr; gap: 34px; }
  .split--reverse .split__media { order: 0; }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-aside { position: static; }
  .stat-band { grid-template-columns: 1fr; gap: 18px; }
  .sched-cards { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2,1fr); }

  /* mobile nav panel */
  .nav__links.open { display:flex; position:fixed; top: var(--header-h); left:0; right:0; bottom:0; background:#fff; flex-direction:column; align-items:stretch; gap:2px; padding: 16px; overflow-y:auto; box-shadow: var(--shadow-lg); }
  .nav__links.open > li { width:100%; }
  .nav__links.open a { padding: 14px 16px; font-size:1.05rem; }
  .nav__links.open .dropdown { position: static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:none; padding: 0 0 8px 14px; min-width:0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .grid--2, .grid--3, .grid--4, .product-grid, .gallery { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 24px; }
  .quiz-card, .form-card { padding: 24px; }
  .hero__media .photo-stack { grid-template-columns: 1fr 1fr; }
  .brand__name { display:none; }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* =====================================================================
   PHASE 1 — funnels, quiz popup, lead capture, analytics dashboard
   ===================================================================== */

/* ---- Button variant for light surfaces ---- */
.btn--ghost-dark { background: transparent; color: var(--navy-800); border-color: var(--line); }
.btn--ghost-dark:hover { background: var(--bg-soft); color: var(--navy-800); }

/* ---- Floating quiz launcher (FAB) ---- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 150;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--red-500); color: #fff; border: none;
  padding: 14px 20px; border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  box-shadow: 0 14px 34px rgba(226,80,65,.42); cursor: pointer; transition: transform .14s, box-shadow .2s;
  animation: fabIn .4s ease .8s both;
}
.fab:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(226,80,65,.5); }
.fab__icon { font-size: 1.2rem; line-height: 1; }
@keyframes fabIn { from { opacity: 0; transform: translateY(20px) scale(.9); } to { opacity: 1; transform: none; } }

/* ---- Quiz popup modal ---- */
.quiz-modal-overlay { position: fixed; inset: 0; background: rgba(10,23,48,.6); opacity: 0; visibility: hidden; transition: .25s; z-index: 220; backdrop-filter: blur(3px); }
.quiz-modal-overlay.open { opacity: 1; visibility: visible; }
.quiz-modal {
  position: fixed; z-index: 230; top: 50%; left: 50%; transform: translate(-50%, -48%) scale(.97);
  width: 560px; max-width: 94vw; max-height: 92vh; overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; padding: 8px;
}
.quiz-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.quiz-modal__head { padding: 22px 26px 0; text-align: center; }
.quiz-modal__head h3 { margin: 4px 0 0; }
.quiz-modal .quiz-card { box-shadow: none; border: none; padding: 20px 26px 28px; }
.quiz-modal-close { position: absolute; top: 12px; right: 14px; z-index: 2; background: var(--bg-soft); border: none; width: 38px; height: 38px; border-radius: 999px; font-size: 1.5rem; line-height: 1; color: var(--muted); cursor: pointer; }
.quiz-modal-close:hover { background: var(--line); color: var(--navy-800); }

/* ---- Lead form (compact) ---- */
.lead-form { margin-top: 18px; text-align: left; }
.lead-form .field { margin-bottom: 12px; }
.lead-form .btn { margin-top: 4px; }

/* ---- Check list + trust row (funnel offer) ---- */
.check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-soft); font-weight: 600; }
.check-list li::before { content: "✓"; flex: 0 0 auto; width: 26px; height: 26px; border-radius: 999px; background: var(--teal-500); color: #04201d; display: grid; place-items: center; font-weight: 800; font-size: .9rem; }
.trust-row { display: flex; align-items: center; gap: 12px; color: var(--muted); font-weight: 600; font-size: .95rem; margin-top: 8px; }

/* ---- Funnel pages ---- */
.funnel { padding: 40px 0 80px; background: var(--bg-soft); min-height: 70vh; }
.funnel__wrap { max-width: 1040px; }
.funnel-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: start; }
.funnel-pitch { padding-top: 6px; }

/* stepper */
.funnel-steps { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 auto 40px; max-width: 560px; }
.fstep { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--font-head); font-weight: 700; font-size: .92rem; }
.fstep::after { content: ""; width: 34px; height: 2px; background: var(--line); margin: 0 4px; }
.fstep:last-child::after { display: none; }
.fstep__num { width: 30px; height: 30px; border-radius: 999px; background: #fff; border: 2px solid var(--line); display: grid; place-items: center; font-size: .9rem; }
.fstep.active { color: var(--blue-700); }
.fstep.active .fstep__num { border-color: var(--blue-500); background: var(--blue-500); color: #fff; }
.fstep.done { color: var(--teal-600); }
.fstep.done .fstep__num { border-color: var(--teal-500); background: var(--teal-500); color: #04201d; }
.fstep.done .fstep__num::after { content: "✓"; }
.fstep.done .fstep__num { font-size: 0; }
.fstep.done .fstep__num::after { font-size: .95rem; }

/* thank-you */
.thanks-card { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 44px 40px; text-align: center; }
.thanks-check { width: 76px; height: 76px; border-radius: 999px; background: var(--teal-500); color: #04201d; display: grid; place-items: center; font-size: 2.4rem; font-weight: 800; margin: 0 auto 18px; }
.thanks-next { text-align: left; background: var(--bg-tint); border-radius: 14px; padding: 22px 24px; margin: 24px 0; }
.thanks-next h3 { margin: 0 0 10px; }
.thanks-next ol { margin: 0; padding-left: 20px; color: var(--ink-soft); }
.thanks-next li { margin-bottom: 8px; }
.thanks-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* =====================================================================
   ADMIN dashboard (internal, demo data)
   ===================================================================== */
body.admin { background: var(--bg-soft); }
.admin-bar { display: flex; align-items: center; justify-content: space-between; background: var(--navy-900); color: #fff; padding: 0 26px; height: 60px; }
.admin-bar__brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); }
.admin-bar__brand img { height: 32px; }
.admin-bar__brand strong { color: #fff; }
.admin-bar__brand span { color: #9fb2d2; font-weight: 600; font-size: .9rem; }
.admin-bar__link { color: #bcd0ef; font-weight: 600; }
.admin-banner { background: #fff6e6; border-bottom: 1px solid #f3d99a; color: #8a5a00; padding: 11px 26px; font-size: .9rem; font-weight: 600; }
.admin-main { max-width: 1180px; margin: 0 auto; padding: 30px 26px 70px; }
.admin-main h1 { font-size: 1.7rem; margin-bottom: 22px; }

.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.kpi__label { color: var(--muted); font-weight: 600; font-size: .88rem; }
.kpi__val { font-family: var(--font-display); font-size: 1.9rem; color: var(--navy-800); line-height: 1.1; margin: 6px 0 2px; }
.kpi__sub { color: var(--teal-600); font-weight: 600; font-size: .84rem; }

.admin-cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 18px; margin-bottom: 18px; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.panel h2 { font-size: 1.15rem; margin-bottom: 16px; }
.panel h2 small { color: var(--muted); font-weight: 600; font-size: .8rem; }

.fbar { margin-bottom: 16px; }
.fbar__top { display: flex; justify-content: space-between; font-size: .9rem; font-weight: 600; color: var(--navy-800); margin-bottom: 6px; }
.fbar__track { height: 14px; background: var(--bg-soft); border-radius: 999px; overflow: hidden; }
.fbar__track i { display: block; height: 100%; background: linear-gradient(90deg, var(--blue-600), var(--blue-500)); border-radius: 999px; }

.pbreak { display: grid; grid-template-columns: 120px 1fr 32px; align-items: center; gap: 12px; margin-bottom: 13px; font-size: .92rem; }
.pbreak span { color: var(--navy-800); font-weight: 600; }
.pbreak b { text-align: right; color: var(--navy-800); }
.pbreak__track { height: 10px; background: var(--bg-soft); border-radius: 999px; overflow: hidden; }
.pbreak__track i { display: block; height: 100%; background: var(--teal-500); border-radius: 999px; }

.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.admin-table th, .admin-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); font-size: .94rem; }
.admin-table thead th { color: var(--muted); font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; }
.admin-table td strong { color: var(--navy-800); }
.admin-table .src { background: var(--bg-soft); color: var(--muted); font-size: .78rem; padding: 3px 8px; border-radius: 6px; font-weight: 600; }
.lead-status { font-size: .8rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.s-new { background: #e6f1fb; color: #0c447c; }
.s-contacted { background: #faeeda; color: #854f0b; }
.s-booked { background: #efeafe; color: #3c3489; }
.s-enrolled { background: #e1f5ee; color: #0f6e56; }
.s-noshow { background: #fcebeb; color: #a32d2d; }

@media (max-width: 860px) {
  .funnel-grid { grid-template-columns: 1fr; gap: 28px; }
  .funnel-pitch { order: 2; }
  .kpi-row { grid-template-columns: 1fr 1fr; }
  .admin-cols { grid-template-columns: 1fr; }
  .fab__label { display: none; }
  .fab { padding: 16px; }
  .fstep__lbl { display: none; }
  .fstep::after { width: 24px; }
}
@media (max-width: 560px) { .kpi-row { grid-template-columns: 1fr; } }

/* ---- Admin: auth gate, tenant switch, live state ---- */
.admin-bar__right { display: flex; align-items: center; gap: 16px; }
.admin-tenant { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; padding: 6px 10px; font: inherit; font-size: .9rem; }
.admin-tenant option { color: #1f2733; }
.admin-banner--live { background: #e1f5ee; border-bottom-color: #9fe1cb; color: #0f6e56; }
.login-gate { position: fixed; inset: 0; background: var(--bg-soft); display: grid; place-items: center; z-index: 50; padding: 20px; }
.login-card { width: 380px; max-width: 92vw; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 34px 30px; }
.login-card h2 { margin: 0 0 2px; }
.lead-status-sel { font: inherit; font-size: .85rem; font-weight: 700; padding: 5px 8px; border: 1.5px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy-800); }
.lead-status-sel:focus { outline: none; border-color: var(--blue-500); }

/* ---- Agency: money management ---- */
.money-head { display:flex; align-items:baseline; gap:12px; margin: 26px 0 14px; }
.money-head h2 { margin:0; font-size:1.2rem; }
.money-head span { color: var(--muted); font-size:.85rem; }
.spark { display:flex; align-items:flex-end; gap:8px; height:120px; padding-top:10px; }
.spark-bar { flex:1; background: linear-gradient(180deg, var(--teal-500), var(--teal-600)); border-radius:6px 6px 0 0; min-height:6px; transition:height .3s; }

/* ---- ARMR hero variant (dark, cinematic, image-forward) ---- */
.hero--armr { position: relative; text-align: left; overflow: hidden; background: #07100f; }
.hero--armr::after { display: none; }                 /* kill the inherited grid texture */
.hero--armr__bg { position: absolute; inset: 0; z-index: 0; }
.hero--armr__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; opacity: .62; }
.hero--armr__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,9,8,.5) 0%, rgba(5,9,8,.68) 52%, rgba(5,9,8,.95) 100%); }
.hero--armr__inner { position: relative; z-index: 1; padding: 130px 0 110px; max-width: 720px; }
.hero--armr .hero__badge { margin-bottom: 22px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.hero--armr__tagline { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.5rem); color: var(--blue-400); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.hero--armr h1 { color: #fff; font-size: clamp(2.5rem, 5.8vw, 4.1rem); margin-bottom: 18px; text-shadow: 0 2px 34px rgba(0,0,0,.55); }
.hero--armr .hero__copy { color: #dbe2e1; max-width: 650px; }
.disc-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-start; margin-top: 32px; }
.disc-pill { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .92rem; padding: 9px 18px; border-radius: 999px; backdrop-filter: blur(4px); }

/* =====================================================================
   DESIGN KIT
   Semantic token aliases (role-named) → mapped onto the brand palette.
   Per-client brand_style() overrides the palette, so these inherit it.
   ===================================================================== */
:root {
  --brand:        var(--blue-700);   /* primary brand */
  --brand-strong: var(--blue-600);
  --brand-bright: var(--blue-500);
  --brand-soft:   var(--blue-400);
  --accent:       var(--red-500);    /* CTA / attention */
  --surface:      var(--bg);
  --surface-soft: var(--bg-soft);
  --surface-tint: var(--bg-tint);
  --ink-strong:   var(--navy-800);
  /* type scale, spacing, radius, shadow tokens already defined above:
     --h-xl/.h-lg classes · --radius/-lg · --shadow-sm/-/-lg · --container */
}

/* ---- Style-guide page (internal) ---- */
.sg-bar { background: var(--navy-900); color: #fff; padding: 0 26px; height: 60px; display: flex; align-items: center; justify-content: space-between; }
.sg-bar__brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); }
.sg-bar img { height: 30px; }
.sg-bar a { color: #bcd0ef; font-weight: 600; }
.sg-banner { background: var(--bg-tint); border-bottom: 1px solid var(--line); color: var(--ink-strong); padding: 12px 26px; font-size: .92rem; }
.sg-wrap { max-width: 1080px; margin: 0 auto; padding: 32px 26px 90px; }
.sg-section { margin-bottom: 52px; }
.sg-section > h2 { font-size: 1.3rem; border-bottom: 2px solid var(--line); padding-bottom: 10px; margin-bottom: 22px; }
.sg-swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.sg-swatch { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; }
.sg-swatch .chip { height: 72px; }
.sg-swatch .meta { padding: 10px 12px; }
.sg-swatch .meta strong { display: block; font-family: var(--font-head); font-size: .9rem; color: var(--ink-strong); }
.sg-swatch .meta code { color: var(--muted); font-size: .76rem; }
.sg-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.sg-dark { background: var(--navy-800); border-radius: var(--radius); padding: 22px; }
.sg-grid3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.sg-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.sg-note { color: var(--muted); font-size: .88rem; margin-top: 8px; }
.sg-type > * { margin: 0 0 14px; }
