
/* ============================================================
   V3 — dokabalint structural DNA, studiozone skin (fully light).
   Token table per Aura concept (2026-07-23):
   - NO dark section band anywhere; ink #14161b is TEXT / outline /
     hairline / photo-overlay only.
   - amber #fbbf24 is FILL-ONLY (buttons, chips, highlight underlays)
     with dark text; never amber text on light background.
   ============================================================ */
:root{
  --bg:#faf8f2;
  --bg-soft:#f3efe6;
  --ink:#14161b;
  --text:#1a1c22;
  --text-on-photo:#f7f6f2;
  --muted:#4a4d56;
  --line:#e8e3d7;
  --card:#ffffff;
  --accent:#fbbf24;
  --accent-2:#f59e0b;
  --accent-ink:#14161b;
  --accent-soft:#fdf3d7;
  --live:#ef4444;
  --ok:#16a34a;
  --bad:#dc2626;
  --radius:14px; --radius-lg:22px;
  --shadow-sm:0 4px 16px rgba(20,22,27,.08);
  --shadow:0 10px 40px rgba(20,22,27,.10);
  --maxw:1120px;
  --pad:clamp(1rem, 4vw, 2.5rem);
  --head:'Montserrat', system-ui, sans-serif;
  --body:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}
*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--text); font-family:var(--body); line-height:1.65; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 var(--pad); }
h1,h2,h3,h4{ font-family:var(--head); line-height:1.18; letter-spacing:-0.01em; color:var(--ink); }
h1{ font-size:clamp(2rem, 4.4vw, 2.9rem); font-weight:800; }
/* keep the closing phrase on one line where the column is wide enough;
   on narrow screens it may wrap normally to avoid overflow */
@media (min-width: 901px){ .h1-tail{ white-space:nowrap; } }
h2{ font-size:clamp(1.5rem, 3.4vw, 2.2rem); font-weight:700; }
h3{ font-size:1.12rem; font-weight:600; }
section{ padding:clamp(3rem, 7vw, 5.5rem) 0; }
.alt{ background:var(--bg-soft); }
.kicker{ display:inline-flex; align-items:center; gap:.45rem; font-family:var(--head); font-weight:600;
  font-size:.85rem; letter-spacing:.06em; text-transform:uppercase; color:var(--ink);
  background:rgba(20,22,27,.06); padding:.3rem .85rem; border-radius:999px; margin-bottom:1rem; }
.kicker .dot{ width:8px; height:8px; border-radius:50%; background:var(--live); animation:pulse 1.6s ease-in-out infinite; }
@keyframes pulse{ 0%,100%{ opacity:1; transform:scale(1);} 50%{ opacity:.45; transform:scale(.8);} }
/* hero eyebrow only: glass pill + green "available" status LED
   (semi-transparent bg is the graceful fallback where backdrop-filter is unsupported) */
.hero .kicker{ background:rgba(255,255,255,.6); border:1px solid rgba(255,255,255,.6);
  -webkit-backdrop-filter:blur(9px); backdrop-filter:blur(9px);
  box-shadow:0 4px 18px rgba(20,22,27,.06); }
.hero .kicker .dot{ background:#22c55e; animation:led-breathe 2.2s ease-in-out infinite; }
@keyframes led-breathe{
  0%,100%{ opacity:1; box-shadow:0 0 0 0 rgba(34,197,94,.40); }
  50%{ opacity:.75; box-shadow:0 0 0 5px rgba(34,197,94,0); } }
.lead{ font-size:1.12rem; color:var(--muted); max-width:44rem; }
.hl{ background:linear-gradient(transparent 60%, var(--accent) 60%); }

/* buttons — pill; amber = fill only + dark text; ink = strong fill; ghost = ink outline */
.btn{ display:inline-block; background:var(--ink); color:#fff; font-weight:600;
  padding:.85rem 1.7rem; border-radius:999px; border:0; cursor:pointer; font-size:1rem; font-family:var(--body); }
.btn:hover{ background:#2a2d35; color:#fff; }
.btn-accent{ background:var(--accent); color:var(--accent-ink); }
.btn-accent:hover{ background:var(--accent-2); color:var(--accent-ink); }
.btn-ghost{ background:transparent; border:1.5px solid rgba(20,22,27,.35); color:var(--ink); }
.btn-ghost:hover{ border-color:var(--ink); background:transparent; }
.arr{ display:inline-block; transition:transform .2s; }
.btn:hover .arr{ transform:translateX(3px); }
.section-cta{ margin-top:1.6rem; }
.center{ text-align:center; }
.center .lead{ margin-left:auto; margin-right:auto; }

/* header */
header{ position:sticky; top:0; z-index:50; background:color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav{ display:flex; align-items:center; justify-content:space-between; height:68px; }
.nav-logo img{ height:50px; width:auto; }
.nav-links{ display:flex; align-items:center; gap:1.5rem; font-size:.95rem; font-weight:500; }
.nav-links a:hover{ color:var(--ink); }
.nav-cta{ background:var(--accent); color:var(--accent-ink); padding:.5rem 1.1rem; border-radius:999px; font-weight:600; }
.nav-cta:hover{ background:var(--accent-2); color:var(--accent-ink); }
.nav-toggle{ display:none; background:none; border:0; cursor:pointer; padding:.55rem; margin:-.55rem; color:var(--ink); }
.nav-toggle svg{ display:block; }
.nav-toggle svg line{ transition:transform .25s ease, opacity .2s ease; transform-box:fill-box; transform-origin:center; }
.nav-toggle[aria-expanded="true"] svg line:nth-of-type(1){ transform:translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] svg line:nth-of-type(2){ opacity:0; }
.nav-toggle[aria-expanded="true"] svg line:nth-of-type(3){ transform:translateY(-6px) rotate(-45deg); }

/* hero — LIGHT split: copy left, framed bright studio photo right.
   The photo slightly overhangs the section's bottom edge into the next
   (bg-soft) band — depth without any dark mood. */
.hero{ position:relative;
  background:
    radial-gradient(900px 600px at 18% 28%,
      rgba(251,191,36,0.16) 0%,
      rgba(251,191,36,0.05) 45%,
      rgba(251,191,36,0.00) 70%),
    radial-gradient(700px 500px at 85% 78%,
      rgba(251,191,36,0.07) 0%,
      rgba(251,191,36,0.00) 65%),
    var(--bg);
  padding:clamp(3.5rem, 7vw, 5.5rem) 0 0; }
/* decorative ring echo of the favicon mark; wrapper clips the overflow so the
   photo card's intentional bottom overhang stays untouched */
.hero-decor{ position:absolute; inset:0; overflow:hidden; z-index:0; pointer-events:none; }
.hero-ring{ position:absolute; right:-180px; top:-120px; }
.hero .wrap{ position:relative; z-index:1; }
.hero-grid{ display:grid; grid-template-columns:0.95fr 1.2fr; gap:clamp(1.6rem, 3vw, 2.8rem); align-items:center;
  padding-bottom:clamp(3rem, 6vw, 4.5rem); }
.hero-copy{ max-width:36rem; }
.hero-copy .lead{ margin:1.2rem 0 2rem; }
.hero-links{ display:flex; align-items:center; gap:1.2rem; flex-wrap:wrap; }
.hero-textlink{ font-weight:600; color:var(--ink); border-bottom:2px solid var(--accent); padding-bottom:2px; }
.hero-photo{ position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); }
.hero-photo img{ width:100%; height:100%; object-fit:cover; aspect-ratio:4/3; }
.onair{ position:absolute; top:14px; left:14px; display:inline-flex; align-items:center; gap:.45rem;
  background:rgba(20,22,27,.72); color:var(--text-on-photo); font-family:var(--head); font-weight:700;
  font-size:.72rem; letter-spacing:.09em; padding:.35rem .8rem; border-radius:999px; }
.onair .dot{ width:7px; height:7px; border-radius:50%; background:var(--live); animation:pulse 1.6s ease-in-out infinite; }

/* grids + cards */
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:1.4rem; margin-top:2.2rem; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; margin-top:2.2rem; }
.card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
  padding:1.5rem; box-shadow:var(--shadow-sm); transition:transform .25s, box-shadow .25s; }
.card:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.card h3{ margin-bottom:.5rem; }
.card p{ color:var(--muted); font-size:.97rem; }
.keyline{ text-align:center; font-family:var(--head); font-weight:600;
  font-size:clamp(1.1rem, 2.2vw, 1.3rem); line-height:1.5; color:var(--ink);
  max-width:46rem; margin:2.6rem auto 0; position:relative; padding-top:1.15rem; }
.keyline::before{ content:""; position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:52px; height:5px; border-radius:999px; background:var(--accent); }

/* proof numbers */
.num-big{ font-family:var(--head); font-weight:800; font-size:2.2rem; color:var(--ink);
  display:inline-block; line-height:1.1; margin-bottom:.45rem; position:relative; }
.num-big::after{ content:""; position:absolute; left:0; bottom:2px; width:100%; height:9px;
  background:var(--accent); z-index:-1; border-radius:3px; }
.num-big{ z-index:0; }
.spec-list{ list-style:none; margin-top:.3rem; }
.spec-list li{ display:flex; align-items:baseline; gap:.6rem; padding:.32rem 0; color:var(--muted); font-size:.97rem; }
.spec-list b{ font-family:var(--head); color:var(--ink); min-width:4.2rem; }

/* proof cards: soft amber top accent + warm tint */
.proof-grid .card{ border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }

/* 4th proof card: 2x2 stat mini-grid */
.spec-grid{ display:grid; grid-template-columns:1fr 1fr; gap:.9rem 1.1rem; margin-top:.7rem; text-align:center; }
.spec-grid .num-sm{ font-family:var(--head); font-weight:800; font-size:1.7rem; color:var(--ink);
  display:inline-block; line-height:1.1; position:relative; z-index:0; }
.spec-grid .num-sm::after{ content:""; position:absolute; left:0; bottom:2px; width:100%; height:7px;
  background:var(--accent); z-index:-1; border-radius:3px; }
.spec-grid small{ display:block; color:var(--muted); font-size:.85rem; margin-top:.15rem; }

/* icon chips */
.icon-chip{ width:40px; height:40px; min-width:40px; border-radius:11px; background:var(--accent);
  color:var(--accent-ink); display:inline-flex; align-items:center; justify-content:center; }
.icon-chip svg{ width:20px; height:20px; }

/* pain quote cards */
.q-card{ text-align:center; border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }
.q-card h3{ font-size:1.02rem; font-weight:600; line-height:1.5; margin:0; }
.q-card .icon-chip{ width:52px; height:52px; min-width:52px; border-radius:14px; margin:0 auto .95rem; }
.q-card .icon-chip svg{ width:26px; height:26px; }
.kicker .dot.green{ background:#22c55e; animation:led-breathe 2.2s ease-in-out infinite; }

/* centered, heavier section headings (hero H1 untouched) */
.wrap > h2{ font-weight:800; text-align:center; }
.wrap > .kicker{ display:flex; width:max-content; max-width:100%; margin-left:auto; margin-right:auto; }
.wrap > .lead{ text-align:center; margin-left:auto; margin-right:auto; }

/* icon-chip card blocks: big centered chips (same treatment as q-cards) */
.chip-cards .card, .myth-card{ border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }
.chip-cards .card{ text-align:center; }
.chip-cards .icon-chip{ width:52px; height:52px; min-width:52px; border-radius:14px;
  margin-left:auto; margin-right:auto; }
.chip-cards .icon-chip svg{ width:26px; height:26px; }
.chip-cards .pills{ justify-content:center; }

/* sticky bottom CTA bar (appears after the pain section) */
.cta-bar{ position:fixed; left:0; right:0; bottom:0; z-index:60;
  background:color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter:blur(8px);
  border-top:3px solid var(--accent); box-shadow:0 -6px 24px rgba(20,22,27,.08);
  transform:translateY(110%); transition:transform .35s ease; }
.cta-bar .wrap{ display:flex; align-items:center; justify-content:center; gap:1.2rem;
  padding:.8rem 1.5rem; }
.cta-bar.show{ transform:translateY(0); }
.cta-bar p{ font-family:var(--head); font-weight:600; color:var(--ink); margin:0; font-size:1rem; }
.cta-close{ position:absolute; top:50%; right:10px; transform:translateY(-50%);
  width:30px; height:30px; border:0; border-radius:50%; cursor:pointer;
  background:transparent; color:var(--muted); font-size:1.3rem; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:.15s; }
.cta-close:hover{ background:rgba(20,22,27,.08); color:var(--ink); }
:root[data-theme=dark] .cta-close:hover{ background:rgba(255,255,255,.1); }
@media (max-width:640px){
  .cta-bar p{ display:none; }
  .cta-bar .wrap{ padding:.7rem 2.6rem .7rem 1rem; }
  .cta-bar .btn{ width:100%; justify-content:center; }
}

/* studio cards */
.studio-card{ padding:0; overflow:hidden; display:flex; flex-direction:column; }
.studio-photo{ position:relative; }
.studio-photo img{ width:100%; aspect-ratio:16/10; object-fit:cover; }

/* studio photo carousel */
.carousel-track{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory;
  scrollbar-width:none; -webkit-overflow-scrolling:touch; }
.carousel-track::-webkit-scrollbar{ display:none; }
.carousel-track img{ flex:0 0 100%; scroll-snap-align:start; scroll-snap-stop:always; }
.carousel-btn{ position:absolute; top:50%; transform:translateY(-50%); z-index:2;
  width:36px; height:36px; border:0; border-radius:50%; cursor:pointer;
  background:color-mix(in srgb, var(--bg) 88%, transparent); color:var(--ink);
  font-size:1.15rem; line-height:1; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-sm); transition:background .2s; }
.carousel-btn:hover{ background:var(--accent); color:var(--accent-ink); }
.carousel-btn.prev{ left:12px; }
.carousel-btn.next{ right:12px; }
.carousel-dots{ position:absolute; bottom:10px; left:50%; transform:translateX(-50%);
  z-index:2; display:flex; gap:.42rem; }
.carousel-dots button{ width:8px; height:8px; border:0; border-radius:50%; cursor:pointer;
  background:rgba(255,255,255,.65); padding:0; transition:background .2s, transform .2s; }
.carousel-dots button.active{ background:var(--accent); transform:scale(1.25); }
.studio-tag{ position:absolute; top:14px; left:14px; background:var(--accent); color:var(--accent-ink);
  font-family:var(--head); font-weight:700; font-size:.78rem; letter-spacing:.05em;
  padding:.3rem .8rem; border-radius:999px; }
.studio-body{ padding:1.5rem; display:flex; flex-direction:column; gap:1rem; flex:1; }
.studio-body h3{ font-size:1.45rem; font-weight:800; text-align:center; }
.studio-body > p{ color:var(--muted); font-size:.97rem; }
.features{ list-style:none; display:flex; flex-direction:column; gap:.85rem; }
.features li{ display:flex; gap:.85rem; align-items:flex-start; }
.features strong{ display:block; font-family:var(--head); font-size:.95rem; color:var(--ink); }
.features span.d{ color:var(--muted); font-size:.9rem; }
.studio-foot{ display:flex; align-items:center; justify-content:space-between; gap:.8rem; flex-wrap:wrap;
  border-top:1px solid var(--line); padding-top:1rem; margin-top:auto; }
.cap{ font-size:.92rem; color:var(--muted); }
.cap b{ color:var(--ink); }
.tags{ display:flex; gap:.4rem; flex-wrap:wrap; }
.tag{ background:var(--bg-soft); border:1px solid var(--line); border-radius:999px;
  font-size:.78rem; padding:.15rem .6rem; color:var(--muted); }
.studio-link{ font-weight:600; color:var(--ink); border-bottom:2px solid var(--accent); align-self:flex-start; padding-bottom:1px; }

/* type pills */
.pills{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1rem; }
.pill{ background:var(--card); border:1px solid var(--line); border-radius:999px;
  padding:.35rem .9rem; font-size:.9rem; font-weight:500; color:var(--text); }

/* suitability */
.suit-badge{ display:inline-flex; align-items:center; gap:.5rem; font-family:var(--head); font-weight:700;
  font-size:1rem; margin-bottom:.9rem; }
.suit-badge svg{ width:20px; height:20px; }
.suit-badge.yes{ color:var(--ok); }
.suit-badge.no{ color:var(--bad); }
.suit-list{ list-style:none; }
.suit-list li{ display:flex; gap:.6rem; align-items:flex-start; padding:.35rem 0; color:var(--muted); font-size:.95rem; }
.suit-list svg{ width:17px; height:17px; min-width:17px; margin-top:.25rem; }
.suit-list.yes svg{ color:var(--ok); }
.suit-list.no svg{ color:var(--bad); }
.note-card{ background:var(--accent-soft); border:1px solid var(--line); border-radius:var(--radius);
  padding:1.1rem 1.4rem; margin-top:1.4rem; color:var(--text); font-size:.98rem; }

/* compact lists (prep + mistakes) */
.mini-list{ list-style:none; }
.mini-list li{ padding:.45rem 0 .45rem 1.5rem; position:relative; color:var(--muted); font-size:.93rem; }
.mini-list li::before{ content:""; position:absolute; left:0; top:.95rem; width:8px; height:8px;
  border-radius:50%; background:var(--accent); }
.mini-list b{ color:var(--ink); }

/* video showcase */
.video-card{ position:relative; display:block; width:100%; border:0; padding:0; cursor:pointer;
  border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); background:var(--ink); }
.video-card img{ width:100%; aspect-ratio:16/9; object-fit:cover; display:block; }
.video-card .play{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:74px; height:74px; border-radius:50%; background:var(--accent); color:var(--accent-ink);
  display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow); transition:transform .2s; }
.video-card:hover .play{ transform:translate(-50%,-50%) scale(1.07); }
.video-card .video-label{ position:absolute; left:14px; bottom:14px; background:rgba(20,22,27,.72);
  color:var(--text-on-photo); font-size:.85rem; font-weight:600; padding:.35rem .8rem; border-radius:999px; }
.video-frame{ width:100%; aspect-ratio:16/9; border:0; border-radius:var(--radius-lg); box-shadow:var(--shadow); }

/* gallery */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2rem; }
.gallery-item{ position:relative; border:0; padding:0; cursor:zoom-in; border-radius:var(--radius); overflow:hidden; }
.gallery-item img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .35s; }
.gallery-item:hover img{ transform:scale(1.04); }
.lightbox{ position:fixed; inset:0; z-index:100; background:rgba(20,22,27,.9); display:none;
  align-items:center; justify-content:center; padding:2rem; }
.lightbox.open{ display:flex; }
.lightbox img{ max-width:92vw; max-height:88vh; border-radius:10px; }
.lightbox-nav{ position:absolute; top:50%; transform:translateY(-50%); z-index:2;
  width:46px; height:46px; border:0; border-radius:50%; cursor:pointer;
  background:var(--accent); color:var(--accent-ink); font-size:1.6rem; line-height:1;
  display:flex; align-items:center; justify-content:center; transition:transform .2s; }
.lightbox-nav:hover{ transform:translateY(-50%) scale(1.08); }
.lightbox-nav.prev{ left:18px; }
.lightbox-nav.next{ right:18px; }
@media (max-width:640px){
  .lightbox-nav{ width:40px; height:40px; }
  .lightbox-nav.prev{ left:8px; }
  .lightbox-nav.next{ right:8px; }
}
.lightbox-close{ position:absolute; top:18px; right:24px; background:none; border:0; color:#fff;
  font-size:2.2rem; cursor:pointer; line-height:1; }

/* team */
.about-grid{ display:grid; grid-template-columns:auto 1fr; gap:2rem; align-items:center; margin-top:2rem;
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:1.7rem; box-shadow:var(--shadow-sm); }
.about-photo{ width:150px; height:150px; border-radius:50%; object-fit:cover; border:4px solid var(--accent); }
.about-grid h3{ margin-bottom:.4rem; }
.about-grid p{ color:var(--muted); font-size:.97rem; }

/* testimonials */
.stars{ display:flex; gap:2px; margin-bottom:.7rem; color:var(--accent-2); }
.stars svg{ width:16px; height:16px; }
.testi blockquote{ color:var(--muted); font-size:.94rem; font-style:normal; }
.testi cite{ display:block; margin-top:.9rem; font-style:normal; font-weight:600; font-size:.88rem; color:var(--ink); }

/* pricing */
.price-card{ text-align:center; display:flex; flex-direction:column; gap:.7rem; padding-top:2rem; }
.price-card .icon-chip{ margin:0 auto; }
.price-card p{ font-size:.93rem; }
.price-num{ font-family:var(--head); font-weight:800; font-size:1.9rem; color:var(--ink); margin-top:auto; }
.price-unit{ display:block; font-family:var(--body); font-weight:500; font-size:.85rem; color:var(--muted); }
.price-featured{ position:relative; border:2px solid var(--accent); overflow:hidden;
  transform:scale(1.045); box-shadow:var(--shadow); z-index:1; }
@media (max-width:900px){ .price-featured{ transform:none; } }

/* packages band: visually separated pricing sub-section */
.packages-band{ background:color-mix(in srgb, var(--accent) 8%, var(--card));
  border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:2.6rem 1.8rem 1.8rem; margin-top:3rem; }
.packages-band .price-note-card{ background:var(--bg); }
.price-badge{ position:absolute; top:0; left:0; right:0; background:var(--accent); color:var(--accent-ink);
  font-family:var(--head); font-weight:700; font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; padding:.35rem; }
.price-featured{ padding-top:3rem; }
.price-note-card{ margin-top:1.6rem; }
.check-list{ list-style:none; margin-top:.6rem; }
.check-list li{ display:flex; gap:.6rem; align-items:flex-start; padding:.3rem 0; color:var(--muted); font-size:.94rem; }
.check-list svg{ width:17px; height:17px; min-width:17px; margin-top:.25rem; color:var(--ok); }

/* process steps */
.steps{ list-style:none; max-width:46rem; margin:2rem auto 0; display:flex; flex-direction:column; gap:1rem; }
.steps li{ display:flex; gap:1rem; align-items:flex-start; background:var(--card); border:1px solid var(--line);
  border-radius:var(--radius); padding:1.1rem 1.3rem; box-shadow:var(--shadow-sm); }
.step-n{ width:34px; height:34px; min-width:34px; border-radius:50%; background:var(--accent); color:var(--accent-ink);
  font-family:var(--head); font-weight:800; display:flex; align-items:center; justify-content:center; font-size:.95rem; }
.steps h3{ font-size:1rem; margin-bottom:.15rem; }
.steps p{ color:var(--muted); font-size:.92rem; }

/* details / FAQ */
details{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:var(--shadow-sm); margin-top:.8rem; overflow:hidden; }
summary{ list-style:none; cursor:pointer; padding:1.05rem 1.3rem; font-family:var(--head);
  font-weight:600; color:var(--ink); display:flex; align-items:center; justify-content:space-between; gap:1rem; }
summary::-webkit-details-marker{ display:none; }
summary svg{ width:18px; height:18px; min-width:18px; transition:transform .25s; }
details[open] summary svg{ transform:rotate(180deg); }
.handover-details{ width:100%; background:color-mix(in srgb, var(--accent) 10%, var(--card));
  border-color:color-mix(in srgb, var(--accent) 35%, var(--line)); }

/* === Aura visual pass: suit / prep / myth / team / reviews / faq === */
/* Kinek valo: semantic pair */
.suit-grid{ position:relative; }
.suit-yes{ border-top:3px solid var(--ok);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 5%, var(--card)), var(--card) 58%); }
.suit-no{ border-top:3px solid var(--bad);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 5%, var(--card)), var(--card) 58%); }
.suit-badge{ width:100%; padding-bottom:.8rem; border-bottom:1px solid var(--line); font-size:1.05rem; }
.suit-badge svg{ width:40px; height:40px; padding:10px; border-radius:12px; box-sizing:border-box; }
.suit-badge.yes svg{ background:rgba(22,163,74,.12); }
.suit-badge.no svg{ background:rgba(221,74,74,.10); }
.suit-list li{ padding:.65rem 0; border-bottom:1px solid var(--line); font-size:.98rem; }
.suit-list li:last-child{ border-bottom:0; }
.suit-list svg{ width:22px; height:22px; min-width:22px; padding:4px; border-radius:50%; box-sizing:border-box; margin-top:.1rem; }
.suit-list.yes svg{ background:rgba(22,163,74,.12); }
.suit-list.no svg{ background:rgba(221,74,74,.10); }
.vs-dot{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:2;
  width:32px; height:32px; border-radius:50%; background:var(--ink); color:var(--bg);
  font-family:var(--head); font-weight:700; font-size:.8rem;
  display:flex; align-items:center; justify-content:center; }
@media (max-width:900px){ .vs-dot{ display:none; } }
/* prep chips: warm stroke */
.chip-warm{ background:rgba(251,191,36,.14); color:#b45309; }
/* myth cards: tevhit -> nalunk */
.myth-card{ display:flex; flex-direction:column; align-items:flex-start; text-align:left; }
.myth-badge, .truth-badge{ display:inline-block; text-transform:uppercase; font-family:var(--head);
  font-weight:600; font-size:.72rem; letter-spacing:.05em; padding:.2rem .6rem; border-radius:999px; }
.myth-badge{ color:#b91c1c; background:rgba(221,74,74,.10); margin-bottom:.6rem; }
.truth-badge{ color:#15803d; background:rgba(22,163,74,.10); margin-bottom:.45rem; }
.myth-card h3{ font-size:1.05rem; font-weight:700; display:flex; gap:.5rem; align-items:flex-start; }
.myth-card .q-ico{ width:20px; height:20px; min-width:20px; color:rgba(251,191,36,.9); margin-top:.15rem; }
.myth-answer{ margin-top:.8rem; padding-top:.8rem; border-top:1px solid var(--line); width:100%; }
.myth-card b{ font-weight:700; background:linear-gradient(transparent 60%, rgba(251,191,36,.45) 60%); }
/* team zigzag */
.team-card{ display:grid; grid-template-columns:220px 1fr; gap:2.25rem; align-items:center;
  padding:2.25rem; margin-top:2rem; border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }
.team-card--flip{ grid-template-columns:1fr 220px; }
.team-card--flip .team-photo{ order:2; }
.team-photo{ background:radial-gradient(circle at 50% 45%, rgba(251,191,36,.16), transparent 70%);
  padding:1.25rem; display:flex; justify-content:center; }
.team-photo img{ width:180px; height:180px; border-radius:50%; object-fit:cover;
  border:4px solid var(--accent); box-shadow:0 0 0 8px rgba(251,191,36,.14); }
.team-name{ font-size:1.3rem; font-weight:700; margin-bottom:.15rem; }
.team-name::after{ content:""; display:block; width:28px; height:3px; border-radius:2px;
  background:var(--accent); margin-top:.5rem; }
.team-role{ display:block; text-transform:uppercase; font-family:var(--head); font-weight:600;
  font-size:.78rem; letter-spacing:.08em; color:#b45309; margin:.55rem 0 .7rem; }
@media (max-width:720px){
  .team-card, .team-card--flip{ grid-template-columns:1fr; }
  .team-card--flip .team-photo{ order:0; }
}
/* review cards */
.review-card{ position:relative; display:flex; flex-direction:column;
  border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }
.review-card::before{ content:"\201E"; position:absolute; top:-6px; right:20px;
  font-family:var(--head); font-weight:700; font-size:92px; line-height:1;
  color:rgba(251,191,36,.20); pointer-events:none; }
.review-foot{ margin-top:auto; padding-top:.9rem; border-top:1px solid var(--line);
  display:flex; align-items:center; gap:.7rem; }
.review-foot{ margin-top:auto; }
.testi .review-foot{ margin-top:auto; }
.review-card blockquote{ margin-bottom:.9rem; }
.review-avatar{ width:40px; height:40px; min-width:40px; border-radius:50%;
  background:rgba(251,191,36,.16); color:#b45309; font-family:var(--head); font-weight:700;
  font-size:.85rem; display:inline-flex; align-items:center; justify-content:center; }
.review-foot strong{ font-size:.95rem; }
.review-foot em{ font-style:normal; font-size:.82rem; color:var(--muted); }
/* faq: open item accent */
#faq summary:hover{ background:color-mix(in srgb, var(--accent) 5%, var(--card)); }
#faq details[open]{ border-left:3px solid var(--accent);
  background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 6%, var(--card)), var(--card)); }
#faq summary svg{ width:28px; height:28px; min-width:28px; padding:6px; border-radius:50%;
  box-sizing:border-box; background:rgba(251,191,36,.14); color:#b45309; }
.details-body{ padding:0 1.3rem 1.2rem; color:var(--muted); font-size:.95rem; }
.details-body p{ margin-bottom:.7rem; }
.details-body p:last-child{ margin-bottom:0; }

/* final cta card */
.final-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm); padding:clamp(1.6rem, 4vw, 2.6rem); max-width:46rem; margin:0 auto; text-align:center; }
.final-card .lead{ margin:0 auto .9rem; }
.final-list{ list-style:none; margin:1rem 0 1.2rem; display:inline-flex; flex-direction:column; gap:.35rem; text-align:left; }
.final-list li{ display:flex; gap:.6rem; align-items:flex-start; color:var(--muted); }
.final-list svg{ width:18px; height:18px; min-width:18px; margin-top:.3rem; color:var(--ok); }
.closing{ margin-top:1.5rem; color:var(--muted); }

/* contact */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; margin-top:2rem; }
.contact-card{ display:flex; gap:1rem; align-items:flex-start; margin-bottom:1rem;
  border-top:3px solid var(--accent);
  background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--card)), var(--card) 58%); }
.contact-card h3{ font-size:1rem; margin-bottom:.15rem; }
.contact-card p{ font-size:.95rem; }
.contact-card a:hover{ text-decoration:underline; }
.contact-avatar{ width:76px; height:76px; min-width:76px; border-radius:50%; overflow:hidden;
  border:3px solid var(--accent); box-shadow:0 0 0 6px rgba(251,191,36,.14); }
/* person cards: avatar left (vertically centered), text column right */
.contact-card:has(.contact-avatar){ align-items:center; gap:1.1rem; }
.contact-avatar img{ width:100%; height:100%; object-fit:cover; }
.role{ display:inline-block; text-transform:uppercase; font-family:var(--head); font-weight:600;
  font-size:.72rem; letter-spacing:.08em; color:#b45309; margin-top:.25rem; }
/* Beszeljunk: neutral elevated panel + firm hairline (Aura spec, no amber wash) */
.contact-band{ background:#e7e9ee;
  border-top:1px solid #cfd4dd;
  border-bottom:1px solid #cfd4dd; }
:root[data-theme=dark] .contact-band{ background:#232936;
  --card:#2b323f;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.10); }
/* dark card bg is a hardcoded gradient elsewhere; re-route to the section-level
   --card so the contact cards rise above the lighter band (Aura spec intent) */
:root[data-theme=dark] .contact-band .contact-card{ background:var(--card); }
.contact-map iframe{ width:100%; height:220px; border:0; border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.contact-address{ font-size:.9rem; color:var(--muted); margin-top:.8rem; }
form .field{ margin-bottom:.75rem; }
.form-title{ font-size:1.45rem; font-weight:800; margin-bottom:1rem; }
#contact-form input, #contact-form textarea{ padding:.62rem .8rem; }
#contact-form textarea{ min-height:104px; }
.waze-link-row{ margin-top:.7rem; }
.waze-link{ display:inline-flex; align-items:center; gap:.4rem; font-family:var(--head);
  font-weight:700; color:var(--ink); text-decoration:none;
  border-bottom:3px solid var(--accent); padding-bottom:2px; }
.waze-link:hover{ color:var(--accent-ink); background:var(--accent); border-radius:4px; padding:2px 6px; }
label{ display:block; font-weight:600; font-size:.92rem; margin-bottom:.35rem; color:var(--ink); }
input,textarea{ width:100%; padding:.75rem .9rem; border:1px solid var(--line); border-radius:10px;
  font:inherit; color:var(--text); background:var(--card); }
input:focus,textarea:focus{ outline:2px solid var(--ink); outline-offset:1px; border-color:var(--ink); }
textarea{ min-height:130px; resize:vertical; }
.form-note{ font-size:.85rem; color:var(--muted); margin-top:.8rem; }
.consent{ display:flex; align-items:flex-start; gap:.6rem; margin:1.1rem 0 0; font-size:.9rem; }
.consent input[type="checkbox"]{ width:18px; min-width:18px; height:18px; margin-top:.2rem;
  accent-color:var(--ink); cursor:pointer; }
.consent label{ display:inline; font-weight:400; margin:0; color:var(--muted); cursor:pointer; }
.hp-field{ position:absolute; left:-9999px; top:-9999px; height:0; overflow:hidden; }

/* footer — LIGHT, closed with a 1px ink hairline on top (no dark band) */
footer{ background:var(--bg); border-top:1px solid var(--ink); padding:2.8rem 0; font-size:.92rem; color:var(--muted); }
.foot{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:1rem; }
.foot img{ height:42px; }
.foot-ver{ font-size:.75rem; color:var(--muted); opacity:.7; align-self:center; }
.foot-social{ display:inline-flex; width:38px; height:38px; border-radius:50%; border:1px solid var(--line);
  align-items:center; justify-content:center; color:var(--muted); transition:.15s; }
.foot-social:hover{ color:var(--accent-ink); background:var(--accent); border-color:var(--accent); }
.foot > p:not(.fine){ font-weight:700; color:var(--ink); }
.foot-links{ display:flex; gap:1.4rem; flex-wrap:wrap; justify-content:center; }
.foot a:hover{ color:var(--ink); }

/* reveal animation (ON AIR layer) */
[data-rev]{ opacity:0; transform:translateY(14px); transition:opacity .55s ease, transform .55s ease; }
[data-rev].in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  [data-rev]{ opacity:1; transform:none; transition:none; }
  .kicker .dot, .onair .dot, .hero .kicker .dot{ animation:none; }
  html{ scroll-behavior:auto; }
}
html.noanim [data-rev]{ opacity:1 !important; transform:none !important; transition:none !important; }
html.noanim *{ animation:none !important; transition:none !important; }

/* responsive */
@media (max-width: 900px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-copy{ padding-bottom:0; }
  .hero-photo{ margin-bottom:0; margin-top:.5rem; }
  .hero{ padding-bottom:clamp(2.5rem, 6vw, 4rem);
    background:
      radial-gradient(450px 300px at 50% 12%,
        rgba(251,191,36,0.16) 0%,
        rgba(251,191,36,0.05) 45%,
        rgba(251,191,36,0.00) 70%),
      var(--bg); }
  .hero-decor{ display:none; }
  .hero-photo img{ aspect-ratio:16/10; }
  .grid-2,.grid-3,.contact-grid{ grid-template-columns:1fr; }
  .gallery{ grid-template-columns:repeat(2,1fr); }
  .about-grid{ grid-template-columns:1fr; text-align:center; }
  .about-photo{ margin:0 auto; }
  .nav-toggle{ display:block; }
  .nav-logo img{ height:37px; }
  .nav-links{ display:none; position:absolute; top:68px; left:0; right:0;
    flex-direction:column; align-items:stretch; gap:0;
    background:var(--bg); border-bottom:1px solid var(--line);
    padding:.5rem 0 1rem; box-shadow:var(--shadow); }
  .nav-links.open{ display:flex; }
  .nav-links a{ padding:.85rem var(--pad); }
  .nav-links a:hover{ background:var(--bg-soft); }
  .nav-links .nav-cta{ border-radius:999px; margin:.6rem var(--pad) 0; text-align:center; }
}


/* dark theme: StudioZone dark palette from the '/' dark preview (assets/site.css).
   Applied ONLY on the explicit data-theme=dark opt-in (default stays light);
   the floating toggle persists the choice in localStorage ('sz-theme'). */
:root[data-theme=dark]{
  --bg:#15171d;
  --bg-soft:#1a1d24;
  --panel:#1b1e26;
  --ink:#f2f2f4;
  --text:#f2f2f4;
  --muted:#a9adb8;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.16);
  --card:#1f232c;
  --card-hover:#242934;
  --accent:#fbbf24;
  --accent-ink:#14161b;
  --accent-soft:#1b1e26;
  --shadow-sm:0 4px 16px rgba(0,0,0,.35);
  --shadow:0 10px 40px rgba(0,0,0,.45);
}
:root[data-theme=dark] .hl{ background:linear-gradient(transparent 60%, rgba(251,191,36,.30) 60%); }
:root[data-theme=dark] .num-big::after,
:root[data-theme=dark] .spec-grid .num-sm::after{ background:rgba(251,191,36,.35); }
/* dark: neutral card gradient (amber top-accent carries the accent), no warm tint */
:root[data-theme=dark] .proof-grid .card,
:root[data-theme=dark] .q-card,
:root[data-theme=dark] .chip-cards .card,
:root[data-theme=dark] .myth-card,
:root[data-theme=dark] .team-card,
:root[data-theme=dark] .review-card,
:root[data-theme=dark] .contact-card,
:root[data-theme=dark] .suit-yes,
:root[data-theme=dark] .suit-no{
  background:linear-gradient(180deg, #232833 0%, #1f232c 55%); }
/* dark: colored bands out, hierarchy = elevation + hairline */
:root[data-theme=dark] .packages-band{ background:var(--bg-soft); border-color:var(--line); }
:root[data-theme=dark] .packages-band .price-note-card{ background:var(--card); }
:root[data-theme=dark] .handover-details{ background:var(--card); border-color:var(--line-strong); }
:root[data-theme=dark] #faq details[open]{
  background:linear-gradient(90deg, #232833, var(--card)); }
:root[data-theme=dark] .kicker{ background:rgba(255,255,255,.08); }
:root[data-theme=dark] .hero .kicker{ background:rgba(23,26,34,.6); border-color:rgba(255,255,255,.12); }
/* dark wordmark: dedicated SVG variant (light text, amber dot kept) */
.logo-on-dark{ display:none; }
:root[data-theme=dark] img[src$="studiozone-wordmark.svg"]{ display:none; }
:root[data-theme=dark] .logo-on-dark{ display:inline-block; }
:root[data-theme=dark] .price-featured{ box-shadow:0 10px 40px rgba(0,0,0,.55); }
:root[data-theme=dark] .btn{ color:#14161b; }
:root[data-theme=dark] .btn:hover{ background:#ffffff; color:#14161b; }
:root[data-theme=dark] .btn-accent{ color:var(--accent-ink); }
:root[data-theme=dark] .btn-accent:hover{ color:var(--accent-ink); }
:root[data-theme=dark] .vs-dot{ background:var(--accent); color:var(--accent-ink); }
:root[data-theme=dark] .carousel-dots button{ background:rgba(255,255,255,.4); }
:root[data-theme=dark] .carousel-dots button.active{ background:var(--accent); }
/* floating mode toggle (nevnaplista pattern; bottom-right, lifted above the
   sticky CTA bar by JS when the bar is shown) */
.modeswitch{ position:fixed; right:14px; bottom:14px; z-index:70; border:1px solid var(--line);
  background:var(--card); color:var(--muted); border-radius:999px; width:46px; height:46px;
  display:inline-flex; align-items:center; justify-content:center; cursor:pointer; padding:0;
  transition:.15s; box-shadow:var(--shadow-sm); }
.modeswitch:hover{ color:var(--accent); border-color:var(--accent); }
.modeswitch .ic-sun{ display:none; }
:root[data-theme=dark] .modeswitch .ic-sun{ display:block; }
:root[data-theme=dark] .modeswitch .ic-moon{ display:none; }

/* === subpages: legal + blog (uj design system) === */

.subpage-main h1{ font-size:clamp(1.8rem,3.6vw,2.4rem); font-weight:800; text-align:center; margin-bottom:.4rem; }
.legal-breadcrumb{ font-size:.85rem; color:var(--muted); margin-bottom:1.1rem; text-align:center; }
.legal-breadcrumb a{ color:var(--muted); }
.legal-breadcrumb a:hover{ color:var(--ink); text-decoration:underline; }
.legal-updated{ text-align:center; color:var(--muted); margin-bottom:2rem; font-size:.9rem; }
.legal-panel{ background:var(--card); border:1px solid var(--line); border-top:3px solid var(--accent);
  border-radius:var(--radius-lg); padding:2rem; box-shadow:var(--shadow-sm); max-width:56rem; margin:1.6rem auto 0; }
.legal-section + .legal-section{ margin-top:1.8rem; padding-top:1.6rem; border-top:1px solid var(--line); }
.legal-panel h2{ text-align:left; font-size:1.15rem; font-weight:800; margin-bottom:.6rem; }
.legal-panel p{ color:var(--muted); font-size:.95rem; margin-bottom:.7rem; }
.legal-panel ul, .legal-panel ol{ color:var(--muted); font-size:.95rem; margin:0 0 .7rem 1.2rem; }
.legal-panel a{ color:var(--ink); text-decoration:underline; }
.data-table{ width:100%; border-collapse:collapse; font-size:.93rem; }
.data-table td{ padding:.55rem .6rem; border-bottom:1px solid var(--line); vertical-align:top; color:var(--muted); }
.data-table tr:last-child td{ border-bottom:0; }
.data-table td:first-child{ font-weight:600; color:var(--ink); width:38%; }
/* blog */
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; margin-top:2.2rem; }
@media (max-width:900px){ .blog-grid{ grid-template-columns:1fr; } }
.blog-card{ display:flex; flex-direction:column; overflow:hidden; padding:0; text-decoration:none; }
.blog-card .thumb{ width:100%; aspect-ratio:16/9; object-fit:cover; }
.blog-card .blog-body{ padding:1.3rem 1.5rem 1.5rem; display:flex; flex-direction:column; gap:.5rem; flex:1; }
.blog-card h3{ font-size:1.1rem; font-weight:800; }
.blog-card .excerpt{ color:var(--muted); font-size:.95rem; flex:1; }
.blog-meta{ font-size:.82rem; color:var(--muted); }
.blog-readmore{ font-weight:700; color:var(--ink); }
.blog-card:hover .blog-readmore{ color:#b45309; }

.post-article{ max-width:46rem; margin:0 auto; }
.post-article h1{ font-size:clamp(1.7rem,3.4vw,2.3rem); font-weight:800; text-align:left; line-height:1.2; margin-bottom:.6rem; }
.post-article .post-lead{ font-size:1.12rem; color:var(--muted); margin-bottom:1.6rem; }
.post-article h2{ text-align:left; font-size:1.35rem; font-weight:800; margin:2rem 0 .7rem; }
.post-article p{ color:var(--text); margin-bottom:.9rem; line-height:1.65; }
.post-article img{ max-width:100%; border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.post-cover{ margin:0 0 1.6rem; }
.post-embed{ position:relative; width:100%; aspect-ratio:16/9; margin:1.4rem 0; }
.post-embed iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.post-cta{ margin-top:2.4rem; background:var(--card); border:1px solid var(--line); border-top:3px solid var(--accent);
  border-radius:var(--radius-lg); padding:1.8rem; text-align:center; box-shadow:var(--shadow-sm); }
.subpage-main{ padding:0 0 2rem; }
/* when the contact band is the last block before the footer (guide page),
   join them flush: no cream gap from the main bottom padding and no doubled
   hairline (the footer's ink border-top is the single separator) */
.subpage-main:has(> section.contact-band:last-child){ padding-bottom:0; }
.subpage-main > section.contact-band:last-child{ border-bottom:0; }
.post-main{ padding:0 0 2rem; }
.post-main section{ background:none; }
/* guide (utmutato) page */
.guide-hero{ text-align:center; padding:2.4rem 0 0; }
.guide-hero h1{ font-size:clamp(1.8rem,3.6vw,2.5rem); font-weight:800; max-width:52rem; margin:0 auto .8rem; }
.guide-hero .lead{ margin:0 auto; text-align:center; }
.hubtable-card{ max-width:64rem; margin:2rem auto 0; padding:0; overflow:hidden; }
.table-scroll{ overflow-x:auto; }
.hubtable{ width:100%; border-collapse:collapse; font-size:.93rem; min-width:640px; }
.hubtable th{ text-align:left; font-family:var(--head); font-weight:700; color:var(--ink);
  padding:.8rem .9rem; border-bottom:2px solid var(--accent); background:color-mix(in srgb, var(--accent) 7%, var(--card)); }
:root[data-theme=dark] .hubtable th{ background:#232833; }
.hubtable td{ padding:.7rem .9rem; border-bottom:1px solid var(--line); color:var(--muted); vertical-align:top; }
.hubtable td:first-child{ font-weight:600; color:var(--ink); }
.hubtable tr:last-child td{ border-bottom:0; }
/* mobile: stacked cards instead of a clipped 3-column table; the header row is
   hidden and per-cell data-label captions carry the column names */
@media (max-width:640px){
  .hubtable{ min-width:0; }
  .hubtable tr{ display:block; padding:.8rem .95rem .95rem; border-bottom:1px solid var(--line); }
  .hubtable tr:first-child{ display:none; }
  .hubtable tr:last-child{ border-bottom:0; }
  .hubtable td{ display:block; border-bottom:0; padding:.1rem 0; overflow-wrap:anywhere; }
  .hubtable td:first-child{ font-size:1.02rem; padding-bottom:.15rem; }
  .hubtable td[data-label]::before{ content:attr(data-label); display:block;
    font-family:var(--head); font-weight:600; font-size:.7rem; letter-spacing:.05em;
    text-transform:uppercase; color:var(--ink); opacity:.6; margin-top:.45rem; }
}
.guide-note{ max-width:64rem; margin:1.6rem auto 0; }
.nutshell-card{ max-width:52rem; margin:2rem auto 0; }
.nutshell-card .features li{ display:flex; gap:.9rem; align-items:flex-start; padding:.55rem 0; }
.nutshell-card .features strong{ display:block; color:var(--ink); }
.nutshell-card .features span.d{ color:var(--muted); font-size:.95rem; }
