/* ============================================================
   Skill Sidekick — neutral warm brand shell
   The site is a calm, friendly, subject-agnostic frame.
   Each PRODUCT brings its own accent colour within it.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:ital,wght@0,400;0,600;0,700;1,400&family=Chewy&display=swap');

:root {
  /* brand core */
  --brand: #1E9E4A;
  --brand-deep: #157A38;
  --brand-bright: #2BB958;
  --neon-soft: #A9FFCB;

  /* NEUTRAL WARM SHELL — the site's own identity */
  --cream: #FFFFFF;        /* page background: pure white so the neon pops */
  --cream-deep: #F5FAF6;   /* alt section: whisper of green-tint to separate from white */
  --card: #FFFFFF;
  --ink: #23303A;          /* warm charcoal, not black */
  --ink-soft: #566873;
  --ink-faint: #8A99A1;
  --line: rgba(35, 48, 58, 0.10);

  /* per-product accent (Times Tables Splash = ocean teal); overridden per card */
  --accent: #2FA9C9;
  --accent-deep: #1E7A98;
  --accent-soft: #DCF1F7;

  --display: 'Baloo 2', system-ui, sans-serif;
  --body: 'Nunito', system-ui, sans-serif;
  --hand: 'Chewy', system-ui, cursive;

  --maxw: 1120px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 8px 30px rgba(35, 48, 58, 0.08);
  --shadow-lift: 0 16px 50px rgba(35, 48, 58, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.12; margin: 0 0 0.4em; color: var(--ink); font-weight: 700; }
a { color: var(--brand-deep); text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.5em; font-family: var(--display); font-weight: 700; font-size: 1.05rem; border: none; cursor: pointer; border-radius: 999px; padding: 14px 28px; transition: transform 0.12s ease, box-shadow 0.12s ease; text-decoration: none; }
.btn:active { transform: translateY(2px); }
.btn-primary { color: #fff; background: linear-gradient(180deg, var(--brand-bright), var(--brand)); box-shadow: 0 5px 0 var(--brand-deep), 0 12px 24px rgba(30, 158, 74, 0.28); }
.btn-primary:hover { box-shadow: 0 5px 0 var(--brand-deep), 0 16px 30px rgba(30, 158, 74, 0.4); }
.btn-accent { color: #fff; background: linear-gradient(180deg, var(--accent), var(--accent-deep)); box-shadow: 0 5px 0 var(--accent-deep), 0 12px 24px rgba(47,169,201,0.3); }
.btn-ghost { color: var(--ink); background: #fff; border: 2px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-deep); }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--brand-deep); }
.nav-logo svg { width: 32px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--ink-soft); padding: 8px 14px; border-radius: 999px; transition: all 0.12s; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-deep); background: rgba(30,158,74,0.08); }
.nav-links a.cta { color: #fff; background: var(--brand); }
.nav-links a.cta:hover { background: var(--brand-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; }

/* ---------- hero (neutral, warm, brand-host) ---------- */
.hero { position: relative; overflow: hidden; background: var(--cream); padding: 20px 0 40px; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; padding-top: 40px; }
.hero-eyebrow { display: inline-block; font-family: var(--display); font-weight: 700; color: var(--brand-deep); background: rgba(30,158,74,0.10); padding: 6px 14px; border-radius: 999px; font-size: 0.82rem; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.1rem); font-weight: 800; color: var(--ink); }
.hero h1 .hl { color: var(--brand); }
.hero-sub { font-size: 1.25rem; color: var(--ink-soft); max-width: 32ch; margin: 0 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { margin-top: 22px; font-size: 0.92rem; color: var(--ink-soft); font-weight: 600; display: flex; gap: 8px; align-items: center; }

/* jelby as friendly brand host, on a soft sunny disc (not deep ocean) */
.hero-jelly { position: relative; display: flex; justify-content: center; align-items: center; min-height: 380px; }
.hero-jelly .disc { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #F0FBF4 0%, #E4F6EA 55%, #D8F1E0 100%); }
.hero-jelly .ring { position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 2px dashed rgba(30,158,74,0.25); animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-jelly svg.j { position: relative; width: 240px; animation: bob 4.5s ease-in-out infinite; filter: drop-shadow(0 14px 26px rgba(35,48,58,0.18)); }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-16px) rotate(1.5deg); } }
.hero-spark { position: absolute; font-size: 1.4rem; animation: twinkle 3s ease-in-out infinite; }
@keyframes twinkle { 0%,100% { opacity: 0.3; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.1); } }

/* ---------- sections ---------- */
.section { padding: 72px 0; }
.section.alt { background: var(--cream-deep); }
.section-head { text-align: center; max-width: 42ch; margin: 0 auto 44px; }
.section-head .eyebrow { font-family: var(--display); font-weight: 700; color: var(--brand); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.8rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.7rem); color: var(--ink); }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; }

/* pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { background: var(--card); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); border: 1px solid var(--line); text-align: center; }
.pillar .ico { width: 70px; height: 70px; margin: 0 auto 16px; }
.pillar h3 { font-size: 1.3rem; color: var(--ink); }
.pillar p { color: var(--ink-soft); font-size: 0.98rem; margin: 0; }

/* featured product — carries the PRODUCT's accent, framed in the neutral shell */
.product-band { }
.product-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lift); border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; background: var(--card); }
.product-visual { background: linear-gradient(150deg, var(--accent) 0%, var(--accent-deep) 100%); position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; overflow: hidden; }
.product-visual .pv-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 65%); }
.product-visual svg { position: relative; width: 220px; animation: bob 5s ease-in-out infinite; }
.product-visual .pv-nodes { position: absolute; inset: 0; }
.pv-node { position: absolute; width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,0.16); border: 2px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 700; color: #fff; font-size: 0.85rem; }
.product-info { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.product-info .eyebrow { font-family: var(--display); font-weight: 700; color: var(--accent-deep); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.8rem; margin-bottom: 8px; }
.product-info h2 { font-size: 2.2rem; color: var(--ink); }
.product-info p { color: var(--ink-soft); font-size: 1.08rem; }
.product-badges { display: flex; gap: 8px; margin: 16px 0 26px; flex-wrap: wrap; }
.pbadge { background: var(--accent-soft); color: var(--accent-deep); border-radius: 999px; padding: 6px 14px; font-weight: 700; font-size: 0.82rem; font-family: var(--display); }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* email capture */
.capture-card { background: var(--card); border-radius: var(--radius-lg); padding: 48px; box-shadow: var(--shadow); text-align: center; max-width: 720px; margin: 0 auto; border: 1px solid var(--line); }
.capture-card h2 { color: var(--ink); }
.capture-card p { color: var(--ink-soft); max-width: 48ch; margin: 0 auto 24px; }
.capture-form { display: flex; gap: 10px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.capture-form input { flex: 1; min-width: 220px; font-family: var(--body); font-size: 1rem; padding: 14px 18px; border-radius: 999px; border: 2px solid var(--line); }
.capture-form input:focus { outline: none; border-color: var(--brand); }
.capture-note { font-size: 0.82rem; color: var(--ink-faint); margin-top: 14px; }

/* footer */
.foot { background: #1B2830; color: rgba(255,255,255,0.72); padding: 56px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
.foot h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.foot-logo { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: #fff; margin-bottom: 12px; }
.foot-logo svg { width: 28px; height: 34px; }
.foot-tag { font-family: var(--hand); color: var(--neon-soft); font-size: 1.15rem; margin-bottom: 12px; }
.foot a { color: rgba(255,255,255,0.72); display: block; padding: 4px 0; }
.foot a:hover { color: var(--neon-soft); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; font-size: 0.85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-sub { margin: 0 auto 28px; }
  .hero-cta, .hero-trust { justify-content: center; }
  .hero-jelly { min-height: 280px; order: -1; }
  .hero-jelly svg.j { width: 180px; }
  .pillars { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-visual { min-height: 280px; }
  .foot-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; background: #FFFFFF; padding: 16px 24px; gap: 4px; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto; } }

/* ---------- the pod (jellyfish family) ---------- */
.pod { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pod-card { background: var(--card); border-radius: var(--radius); padding: 30px 24px; text-align: center; border: 1px solid var(--line); box-shadow: var(--shadow); position: relative; overflow: hidden; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.pod-card::before { content: ""; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, var(--jelly), transparent 68%); opacity: 0.18; }
.pod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.pod-jelly { position: relative; width: 96px; margin: 0 auto 10px; filter: drop-shadow(0 8px 16px rgba(35,48,58,0.12)); }
.pod-jelly svg { animation: bob 5s ease-in-out infinite; }
.pod-name { font-family: var(--display); font-weight: 800; font-size: 1.35rem; color: var(--ink); }
.pod-subject { font-family: var(--display); font-weight: 700; color: var(--brand-deep); font-size: 0.95rem; margin-top: 2px; }
.pod-tag { color: var(--ink-soft); font-size: 0.92rem; margin-top: 6px; }
.pod-card.soon { background: var(--cream-deep); }
.pod-card.soon .pod-jelly { opacity: 0.5; }
.pod-card.soon .pod-name { color: var(--ink-faint); }
.pod-card.soon::after { content: "Coming soon"; position: absolute; top: 14px; right: 14px; font-family: var(--display); font-weight: 700; font-size: 0.7rem; color: var(--ink-faint); background: rgba(35,48,58,0.06); padding: 4px 10px; border-radius: 999px; }
@media (max-width: 860px) { .pod { grid-template-columns: 1fr; } }

/* ---------- real brand logo ---------- */
.nav-logo { gap: 0; }
.logo-img { height: 30px; width: auto; display: block; }
.foot-logo { gap: 0; }
.logo-img-foot { height: 30px; width: auto; display: block; }
@media (max-width: 860px) { .logo-img { height: 26px; } }

/* ---------- inner page headers ---------- */
.page-head { padding: 48px 0 20px; text-align: center; background: #fff; }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--ink); }
.page-sub { color: var(--ink-soft); font-size: 1.15rem; max-width: 52ch; margin: 8px auto 0; }

/* ---------- filter chips ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; margin-bottom: 40px; }
.filter-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter-label { font-family: var(--display); font-weight: 700; color: var(--ink-faint); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; }
.chip { font-family: var(--display); font-weight: 600; font-size: 0.92rem; cursor: pointer; border: 2px solid var(--line); background: #fff; color: var(--ink-soft); padding: 7px 16px; border-radius: 999px; transition: all 0.12s; }
.chip:hover { border-color: var(--brand); color: var(--brand-deep); }
.chip.active { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ---------- product grid + mini cards ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 28px; }
.mini { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.mini:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.mini-visual { background: linear-gradient(150deg, var(--accent), var(--accent-deep)); min-height: 180px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.mini-glow { position: absolute; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 65%); }
.mini-visual svg { position: relative; width: 110px; animation: bob 5s ease-in-out infinite; }
.mini-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.mini-eyebrow { font-family: var(--display); font-weight: 700; color: var(--accent-deep); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; }
.mini-body h3 { font-size: 1.35rem; color: var(--ink); margin: 4px 0 6px; }
.mini-body p { color: var(--ink-soft); font-size: 0.96rem; margin: 0 0 14px; flex: 1; }
.mini-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 16px; }
.mini-tag { background: var(--accent-soft); color: var(--accent-deep); border-radius: 999px; padding: 4px 12px; font-weight: 700; font-size: 0.75rem; font-family: var(--display); }
.mini-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.mini-actions .btn { padding: 11px 20px; font-size: 0.95rem; }
.empty { text-align: center; color: var(--ink-soft); font-size: 1.1rem; padding: 40px 0; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: start; }
.about-grid h2 { color: var(--ink); margin-top: 28px; font-size: 1.6rem; }
.about-grid h2:first-child { margin-top: 0; }
.about-grid p { color: var(--ink-soft); font-size: 1.08rem; }
.about-aside { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); position: sticky; top: 90px; }
.about-jelly { width: 150px; margin: 0 auto 16px; }
.about-jelly svg { animation: bob 5s ease-in-out infinite; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } .about-aside { position: static; } }

/* ---------- Meet the Pod page ---------- */
.pp-list { display: flex; flex-direction: column; gap: 28px; }
.pp-card { display: grid; grid-template-columns: 300px 1fr; background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.pp-card:nth-child(even) { grid-template-columns: 1fr 300px; }
.pp-card:nth-child(even) .pp-visual { order: 2; }
.pp-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 260px; background: radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--jelly) 22%, #fff), #fff 78%); }
.pp-glow { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, var(--jelly), transparent 66%); opacity: 0.35; }
.pp-jelly { position: relative; width: 150px; }
.pp-jelly svg { animation: bob 5s ease-in-out infinite; filter: drop-shadow(0 10px 20px rgba(35,48,58,0.14)); }
.pp-body { padding: 36px 40px; display: flex; flex-direction: column; justify-content: center; }
.pp-live { align-self: flex-start; font-family: var(--display); font-weight: 700; font-size: 0.72rem; color: #fff; background: var(--brand); padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.pp-soon { align-self: flex-start; font-family: var(--display); font-weight: 700; font-size: 0.72rem; color: var(--ink-faint); background: rgba(35,48,58,0.07); padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.pp-body h2 { font-size: 2.2rem; color: var(--ink); margin: 10px 0 2px; }
.pp-role { font-family: var(--display); font-weight: 700; color: color-mix(in srgb, var(--jelly) 60%, var(--ink)); font-size: 1.05rem; margin-bottom: 12px; }
.pp-body p { color: var(--ink-soft); font-size: 1.06rem; margin: 0 0 14px; }
.pp-loves { color: var(--ink-soft); font-size: 0.98rem; margin-bottom: 18px; }
.pp-loves strong { color: var(--ink); font-family: var(--display); }
.pp-wait { color: var(--ink-faint); font-style: italic; }
.pp-card.soon .pp-jelly { opacity: 0.75; }
@media (max-width: 760px) {
  .pp-card, .pp-card:nth-child(even) { grid-template-columns: 1fr; }
  .pp-card:nth-child(even) .pp-visual { order: 0; }
  .pp-visual { min-height: 200px; }
  .pp-body { padding: 28px 24px; text-align: center; }
  .pp-live, .pp-soon { align-self: center; }
}

/* ---------- mobile spacing/sizing refinements ---------- */
@media (max-width: 640px) {
  .wrap { padding: 0 18px; }
  .section { padding: 48px 0; }
  .page-head { padding: 32px 0 12px; }
  .section-head { margin-bottom: 32px; }
  .hero { padding: 8px 0 24px; }
  .hero-inner { padding-top: 20px; gap: 24px; }
  .hero h1 { font-size: clamp(2.1rem, 9vw, 2.8rem); }
  .hero-sub { font-size: 1.08rem; }
  .hero-jelly { min-height: 220px; }
  .hero-jelly .disc { width: 240px; height: 240px; }
  .hero-jelly .ring { width: 210px; height: 210px; }
  .hero-jelly svg.j { width: 150px; }
  .btn { padding: 13px 22px; font-size: 1rem; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { flex: 1; justify-content: center; min-width: 0; }
  .pillar { padding: 24px 20px; }
  .product-info { padding: 30px 24px; }
  .product-info h2 { font-size: 1.7rem; }
  .capture-card { padding: 32px 22px; }
  .capture-form { flex-direction: column; }
  .capture-form input, .capture-form .btn { width: 100%; }
  .pod { gap: 16px; }
  .grid { grid-template-columns: 1fr; gap: 20px; }
  .filters { gap: 16px; margin-bottom: 28px; }
  .foot { padding: 40px 0 26px; }
  .foot-bottom { flex-direction: column; gap: 4px; }
}
/* tablet nav: let the menu breathe before the mobile toggle kicks in */
@media (max-width: 980px) and (min-width: 861px) {
  .nav-links { gap: 0; }
  .nav-links a { padding: 8px 10px; font-size: 0.95rem; }
}

/* ---------- pod: full curriculum mini-grid ---------- */
.podmini-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.podmini { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 14px; text-align: center; position: relative; overflow: hidden; transition: transform 0.14s ease, box-shadow 0.14s ease; }
.podmini::before { content: ""; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, var(--jelly), transparent 66%); opacity: 0.16; }
.podmini:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.podmini-jelly { position: relative; width: 58px; margin: 0 auto 8px; opacity: 0.85; }
.podmini-jelly svg { animation: bob 6s ease-in-out infinite; }
.podmini-subject { position: relative; font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 0.98rem; line-height: 1.15; }
.podmini-tag { position: relative; color: var(--ink-faint); font-size: 0.76rem; margin-top: 3px; }
.pod-more { text-align: center; margin-top: 28px; color: var(--ink-soft); font-size: 1.02rem; }
.pod-more a { font-family: var(--display); font-weight: 700; }
@media (max-width: 640px) { .podmini-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

/* ---------- product page ---------- */
.product-hero { background: linear-gradient(150deg, var(--accent), var(--accent-deep)); color: #fff; padding: 36px 0 56px; overflow: hidden; }
.product-hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.crumb { color: rgba(255,255,255,0.85); font-family: var(--display); font-weight: 600; font-size: 0.9rem; display: inline-block; margin-bottom: 16px; }
.crumb:hover { color: #fff; }
.product-hero-eyebrow { font-family: var(--display); font-weight: 700; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.8rem; margin-bottom: 10px; }
.product-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.6rem); }
.product-hero-sub { color: rgba(255,255,255,0.92); font-size: 1.18rem; max-width: 40ch; margin: 0 0 26px; }
.product-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.product-hero-actions .btn-ghost { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.4); color: #fff; }
.product-hero-actions .btn-ghost:hover { background: rgba(255,255,255,0.2); }
.product-hero-note { margin-top: 16px; font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.product-hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; }
.phv-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.32), transparent 66%); }
.product-hero-visual svg { position: relative; width: 220px; animation: bob 5s ease-in-out infinite; z-index: 1; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); position: relative; }
.tc-card h2 { color: var(--ink); margin: 8px 0 10px; }
.tc-card p { color: var(--ink-soft); margin: 0 0 22px; }
.tc-badge { display: inline-block; font-family: var(--display); font-weight: 800; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.04em; color: #fff; background: var(--accent, var(--brand)); padding: 5px 14px; border-radius: 999px; }
.tc-badge.alt { background: var(--brand); }

.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.inside-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.inside-item h3 { color: var(--ink); font-size: 1.2rem; margin: 0 0 6px; }
.inside-item p { color: var(--ink-soft); font-size: 0.98rem; margin: 0; }

.mini-title-link { color: inherit; }
.mini-title-link:hover { color: var(--brand-deep); }

@media (max-width: 860px) {
  .product-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .product-hero-sub { margin-left: auto; margin-right: auto; }
  .product-hero-actions { justify-content: center; }
  .product-hero-visual { min-height: 240px; order: -1; }
  .product-hero-note { text-align: center; }
  .two-col { grid-template-columns: 1fr; }
  .inside-grid { grid-template-columns: 1fr; }
}


/* ---------- capture card spacing fix ---------- */
.capture-form { margin-bottom: 0; }
.capture-note { margin-top: 26px; }
@media (max-width: 640px) {
  .capture-card { padding: 30px 20px; }
  .capture-card h2 { font-size: 1.6rem; line-height: 1.2; }
  .capture-card p { font-size: 1rem; }
  .capture-form { gap: 12px; }
  .capture-note { margin-top: 24px; line-height: 1.5; }
}


/* ---------- capture button/note clearance on mobile ---------- */
@media (max-width: 640px) {
  .capture-form .btn { box-shadow: 0 4px 0 var(--brand-deep); margin-bottom: 8px; }
  .capture-note { margin-top: 20px; }
}

/* ---------- about credibility panel ---------- */
.about-cred { display: flex; flex-direction: column; gap: 14px; margin: 20px 0 8px; }
.cred-line { display: flex; flex-direction: column; padding: 12px 16px; background: var(--cream-deep); border-radius: 14px; border: 1px solid var(--line); }
.cred-line strong { font-family: var(--display); color: var(--brand-deep); font-size: 1rem; }
.cred-line span { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- footer coming-soon subjects ---------- */
.foot-soon { display: block; padding: 4px 0; color: rgba(255,255,255,0.45); }
.foot-soon em { font-style: normal; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.08); padding: 1px 7px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }

/* ---------- legal pages ---------- */
.legal { max-width: 760px; }
.legal h2 { color: var(--ink); font-size: 1.4rem; margin: 30px 0 8px; }
.legal h2:first-child { margin-top: 0; }
.legal p { color: var(--ink-soft); font-size: 1.05rem; margin: 0 0 12px; }
.legal a { font-weight: 700; }
