/* ============================================================
   BETTER BET — Virtual Therapy for Gambling Recovery
   Brand: dark navy + teal-to-green gradient
   ============================================================ */

:root {
  --bg: #060b16;
  --bg-2: #0a1120;
  --card: #0e1626;
  --card-2: #111b2e;
  --line: rgba(46, 232, 200, 0.14);
  --line-soft: rgba(255, 255, 255, 0.07);
  --ink: #f2f6fb;
  --muted: #9aa7bc;
  --muted-2: #7e8ba1;
  --c1: #0ee6c0;
  --c2: #5ce86e;
  --teal: #2ee8c8;
  --grad: linear-gradient(120deg, var(--c1), var(--c2));
  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --glow: 0 10px 34px rgba(14, 230, 192, 0.22);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: min(1120px, 92%); margin: 0 auto; }

::selection { background: rgba(14, 230, 192, 0.3); }

/* ---------- Type ---------- */

h1, h2, h3, h4 { line-height: 1.15; letter-spacing: -0.015em; font-weight: 800; }

h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.22rem; font-weight: 700; }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 1.1rem;
}

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead { font-size: 1.14rem; color: var(--muted); max-width: 46rem; }

.section-head { max-width: 46rem; margin-bottom: 2.6rem; }
.section-head p { color: var(--muted); margin-top: 0.9rem; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.underline-bar {
  width: 56px; height: 3px; border-radius: 2px;
  background: var(--grad); margin-top: 1.1rem;
}
.section-head.center .underline-bar { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  font-weight: 700; font-size: 0.95rem;
  letter-spacing: 0.04em;
  border: none; cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }

.btn-primary { background: var(--grad); color: #04121c; box-shadow: var(--glow); }
.btn-primary:hover { box-shadow: 0 14px 40px rgba(14, 230, 192, 0.32); }

.btn-ghost {
  background: transparent; color: var(--ink);
  border: 1.5px solid rgba(46, 232, 200, 0.45);
}
.btn-ghost:hover { border-color: var(--teal); background: rgba(14, 230, 192, 0.07); }

.btn .arrow { transition: transform 0.18s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(6, 11, 22, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.95rem 0;
}

.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand:hover { text-decoration: none; }
.brand .logo-mark { width: 34px; height: 34px; }
.brand .wordmark {
  font-weight: 800; letter-spacing: 0.3em; font-size: 0.95rem;
  color: var(--ink); text-transform: uppercase;
}

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  color: var(--muted); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0.02em;
}
.nav-links a:hover { color: var(--ink); text-decoration: none; }
.nav-links a.active { color: var(--teal); }
.nav-links .btn { padding: 0.6rem 1.35rem; font-size: 0.87rem; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 42px; height: 42px; border-radius: 10px;
  align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 22px; height: 2px;
  background: var(--ink); border-radius: 2px; position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle span::before { position: absolute; top: -7px; }
.nav-toggle span::after { position: absolute; top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7.5rem) 0 clamp(3.5rem, 8vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(900px 480px at 82% -10%, rgba(14, 230, 192, 0.11), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(92, 232, 110, 0.07), transparent 60%);
}

.hero-inner { position: relative; z-index: 2; max-width: 47rem; }
.hero .lead { margin: 1.4rem 0 2.3rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-note { margin-top: 1.6rem; font-size: 0.88rem; color: var(--muted-2); }
.hero-note strong { color: var(--muted); }

/* Diagonal lines motif (as in brand mockup) */
.lines-decor {
  position: absolute; right: -4%; bottom: -12%;
  width: 46%; height: 90%; z-index: 1;
  background: repeating-linear-gradient(
    45deg,
    transparent 0 16px,
    rgba(20, 230, 190, 0.16) 16px 17.5px
  );
  -webkit-mask-image: linear-gradient(45deg, transparent 15%, #000 65%);
  mask-image: linear-gradient(45deg, transparent 15%, #000 65%);
  pointer-events: none;
}

/* ---------- Sections ---------- */

section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
section.tight { padding: clamp(2.2rem, 5vw, 3.5rem) 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* ---------- Feature strip (icons row) ---------- */

.feature-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem;
}
.feature {
  display: flex; gap: 0.95rem; align-items: flex-start;
}
.feature .icon {
  flex: none; width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14, 230, 192, 0.09);
  border: 1px solid var(--line);
}
.feature .icon svg { width: 23px; height: 23px; stroke: var(--teal); }
.feature h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.feature p { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }

/* ---------- Cards ---------- */

.cards { display: grid; gap: 1.4rem; }
.cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cards.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards.cols-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.7rem 1.6rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-3px); border-color: var(--line); }
.card h3 { margin-bottom: 0.55rem; }
.card p { color: var(--muted); font-size: 0.95rem; }
.card .icon {
  width: 48px; height: 48px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14, 230, 192, 0.09);
  border: 1px solid var(--line);
  margin-bottom: 1.1rem;
}
.card .icon svg { width: 24px; height: 24px; stroke: var(--teal); }

.card ul { margin: 0.6rem 0 0 1.15rem; color: var(--muted); font-size: 0.95rem; }
.card ul li { margin-bottom: 0.35rem; }

/* ---------- Stats ---------- */

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.stat {
  text-align: center; padding: 1.9rem 1rem;
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}
.stat .num {
  font-size: 2.6rem; font-weight: 800; letter-spacing: -0.02em;
  background: var(--grad); -webkit-background-clip: text;
  background-clip: text; color: transparent;
}
.stat .label { color: var(--muted); font-size: 0.92rem; margin-top: 0.2rem; }

/* ---------- Steps ---------- */

.steps { display: grid; gap: 1.4rem; grid-template-columns: repeat(4, 1fr); }
.steps.cols-3 { grid-template-columns: repeat(3, 1fr); }
.step {
  position: relative;
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius); padding: 1.7rem 1.5rem;
}
.step .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--grad); color: #04121c;
  font-weight: 800; font-size: 1.05rem;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.step p { color: var(--muted); font-size: 0.93rem; }

/* ---------- Split layout ---------- */

.split {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.split .visual {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  position: relative; overflow: hidden;
}
.split h2 { margin-bottom: 1rem; }
.split p { color: var(--muted); margin-bottom: 1rem; }

/* ---------- Checklist ---------- */

.checklist { list-style: none; margin-top: 1.2rem; }
.checklist li {
  position: relative; padding-left: 2.1rem; margin-bottom: 0.85rem;
  color: var(--muted);
}
.checklist li strong { color: var(--ink); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 0.28em;
  width: 20px; height: 20px; border-radius: 7px;
  background: rgba(14, 230, 192, 0.12) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232ee8c8" stroke-width="3.4" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') center/12px no-repeat;
  border: 1px solid var(--line);
}

/* ---------- Accordion (12-week program) ---------- */

.accordion { display: grid; gap: 0.85rem; }

.week {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.week[open] { border-color: var(--line); }

.week summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1.15rem 1.4rem;
  user-select: none;
}
.week summary::-webkit-details-marker { display: none; }

.week .wk-num {
  flex: none;
  width: 52px; height: 52px; border-radius: 13px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: rgba(14, 230, 192, 0.09);
  border: 1px solid var(--line);
  line-height: 1.05;
}
.week .wk-num .n { font-weight: 800; font-size: 1.15rem; color: var(--teal); }
.week .wk-num .w { font-size: 0.56rem; letter-spacing: 0.18em; color: var(--muted-2); text-transform: uppercase; }

.week .wk-title { flex: 1; }
.week .wk-title h3 { font-size: 1.06rem; }
.week .wk-title .wk-sub { font-size: 0.85rem; color: var(--muted-2); margin-top: 0.1rem; }

.week .chev {
  flex: none; width: 22px; height: 22px;
  stroke: var(--muted); transition: transform 0.25s ease;
}
.week[open] .chev { transform: rotate(180deg); stroke: var(--teal); }

.week .wk-body {
  padding: 0 1.4rem 1.4rem 1.4rem;
  border-top: 1px dashed var(--line-soft);
}
.week .wk-body > p { color: var(--muted); font-size: 0.96rem; padding-top: 1.1rem; }

.session-list {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem; margin-top: 1.1rem; list-style: none;
}
.session-list li {
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font-size: 0.87rem; color: var(--ink);
}
.session-list li span {
  display: block; font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 0.25rem;
  font-weight: 700;
}

/* ---------- Quote band ---------- */

.quote-band { text-align: center; }
.quote-band blockquote {
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  font-weight: 700; line-height: 1.35; letter-spacing: -0.01em;
  max-width: 46rem; margin: 0 auto;
}
.quote-band cite {
  display: block; margin-top: 1.2rem; font-style: normal;
  color: var(--muted-2); font-size: 0.9rem; letter-spacing: 0.06em;
}

/* ---------- CTA band ---------- */

.cta-band {
  position: relative; overflow: hidden;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(2.4rem, 5vw, 3.8rem);
  text-align: center;
}
.cta-band h2 { margin-bottom: 0.8rem; }
.cta-band p { color: var(--muted); max-width: 38rem; margin: 0 auto 1.8rem; }
.cta-band .lines-decor { width: 40%; height: 130%; right: -6%; bottom: -30%; }

/* ---------- Helpline / crisis boxes ---------- */

.crisis-box {
  background: rgba(14, 230, 192, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  font-size: 0.95rem; color: var(--muted);
}
.crisis-box strong { color: var(--ink); }
.crisis-box .big {
  font-size: 1.35rem; font-weight: 800; color: var(--teal);
  letter-spacing: 0.02em; display: block; margin: 0.3rem 0;
}

.resource-item {
  display: flex; justify-content: space-between; gap: 1.5rem;
  align-items: baseline; flex-wrap: wrap;
  padding: 1.15rem 0; border-bottom: 1px solid var(--line-soft);
}
.resource-item:last-child { border-bottom: none; }
.resource-item .name { font-weight: 700; }
.resource-item .desc { color: var(--muted); font-size: 0.92rem; flex-basis: 100%; margin-top: 0.15rem; }
.resource-item .contact { color: var(--teal); font-weight: 700; white-space: nowrap; }

/* ---------- Forms ---------- */

.form-wrap {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 4vw, 3.2rem); align-items: start;
}

.intake-form {
  background: var(--card); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); padding: 2rem;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.form-field label .req { color: var(--teal); }
.form-field label .opt { color: var(--muted-2); font-weight: 500; }

.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font); font-size: 0.95rem;
  background: var(--bg-2); color: var(--ink);
  border: 1px solid var(--line-soft); border-radius: 11px;
  padding: 0.75rem 0.9rem; outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14, 230, 192, 0.14);
}
.form-field select { appearance: none; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%239aa7bc" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>'); background-repeat: no-repeat; background-position: right 0.85rem center; background-size: 15px; }

.radio-row { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.radio-pill { position: relative; }
.radio-pill input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.radio-pill span {
  display: inline-block; padding: 0.55rem 1.15rem; border-radius: 999px;
  border: 1.5px solid var(--line-soft); color: var(--muted);
  font-size: 0.88rem; font-weight: 600; cursor: pointer;
  transition: all 0.15s ease;
}
.radio-pill input:checked + span {
  border-color: var(--teal); color: var(--teal);
  background: rgba(14, 230, 192, 0.08);
}

.form-note { font-size: 0.8rem; color: var(--muted-2); margin-top: 1.1rem; line-height: 1.5; }
.form-error { color: #ff9c9c; font-size: 0.8rem; display: none; }
.form-field.invalid .form-error { display: block; }
.form-field.invalid input, .form-field.invalid select { border-color: rgba(255, 120, 120, 0.55); }

.form-success {
  display: none; text-align: center; padding: 2.5rem 1.5rem;
}
.form-success .icon-lg {
  width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 18px;
  background: var(--grad); display: flex; align-items: center; justify-content: center;
}
.form-success .icon-lg svg { width: 30px; height: 30px; stroke: #04121c; }
.form-success h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.form-success p { color: var(--muted); font-size: 0.95rem; max-width: 26rem; margin: 0 auto; }

.side-panel { display: grid; gap: 1.4rem; }
.side-panel .card h3 { display: flex; align-items: center; gap: 0.6rem; font-size: 1.02rem; }

.mini-steps { list-style: none; margin-top: 1rem; counter-reset: ms; }
.mini-steps li {
  counter-increment: ms; position: relative;
  padding: 0 0 1.1rem 2.4rem; color: var(--muted); font-size: 0.92rem;
}
.mini-steps li:last-child { padding-bottom: 0; }
.mini-steps li::before {
  content: counter(ms); position: absolute; left: 0; top: 0;
  width: 24px; height: 24px; border-radius: 8px;
  background: rgba(14, 230, 192, 0.1); border: 1px solid var(--line);
  color: var(--teal); font-size: 0.78rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.mini-steps li strong { color: var(--ink); display: block; }

/* ---------- Page hero (interior pages) ---------- */

.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(2.6rem, 6vw, 4rem);
  background:
    radial-gradient(800px 400px at 85% -20%, rgba(14, 230, 192, 0.1), transparent 60%);
  border-bottom: 1px solid var(--line-soft);
}
.page-hero .hero-inner { max-width: 50rem; }
.page-hero .lead { margin-top: 1.3rem; }

/* ---------- Footer ---------- */

.helpline-strip {
  background: linear-gradient(120deg, rgba(14, 230, 192, 0.1), rgba(92, 232, 110, 0.08));
  border-top: 1px solid var(--line);
  padding: 1.15rem 0;
}
.helpline-strip .container {
  display: flex; align-items: center; justify-content: center;
  gap: 0.7rem; flex-wrap: wrap; text-align: center;
  font-size: 0.92rem; color: var(--muted);
}
.helpline-strip strong { color: var(--ink); }
.helpline-strip .num { color: var(--teal); font-weight: 800; white-space: nowrap; }

.site-footer {
  background: #050910;
  border-top: 1px solid var(--line-soft);
  padding: 3.5rem 0 2rem;
  font-size: 0.92rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 2.8rem;
}
.footer-brand .wordmark {
  font-weight: 800; letter-spacing: 0.28em; font-size: 0.95rem;
  text-transform: uppercase; margin-top: 0.9rem;
}
.footer-brand .tagline {
  color: var(--teal); font-size: 0.72rem; letter-spacing: 0.26em;
  text-transform: uppercase; margin-top: 0.4rem;
}
.footer-brand p.blurb { color: var(--muted-2); margin-top: 1rem; font-size: 0.88rem; max-width: 20rem; }

.site-footer h4 {
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 1rem; font-weight: 700;
}
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 0.6rem; }
.site-footer ul a { color: var(--muted); }
.site-footer ul a:hover { color: var(--teal); }

.footer-disclaimer {
  border-top: 1px solid var(--line-soft);
  padding-top: 1.6rem;
  color: var(--muted-2); font-size: 0.8rem; line-height: 1.6;
}
.footer-disclaimer p { margin-bottom: 0.6rem; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: 1.4rem; color: var(--muted-2); font-size: 0.8rem;
}

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Photo hero (full-bleed) ---------- */

.hero-photo {
  position: relative;
  padding: clamp(5rem, 11vw, 8.5rem) 0 clamp(6rem, 13vw, 9.5rem);
  overflow: hidden;
  background: var(--bg);
}
.hero-photo-bg { position: absolute; inset: 0; z-index: 0; }
.hero-photo-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: 82% 26%;
  display: block;
}
.hero-photo-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,11,22,0.96) 0%, rgba(6,11,22,0.86) 34%, rgba(6,11,22,0.45) 60%, rgba(6,11,22,0.15) 100%),
    linear-gradient(0deg, rgba(6,11,22,0.6) 0%, transparent 40%);
}
.hero-photo-inner { position: relative; z-index: 2; max-width: 46rem; margin: 0; text-align: left; }
.hero-photo-inner h1 { font-size: clamp(2.6rem, 6.2vw, 4.4rem); line-height: 1.05; }
.hero-photo-inner .lead { margin: 1.3rem 0 2rem; color: #d6deea; }
.hero-photo-inner .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-photo-inner .hero-note { margin-top: 1.6rem; font-size: 0.88rem; color: #9fb0c6; }
.hero-photo-inner .hero-note strong { color: #d6deea; }

/* Feature panel overlapping the hero */
.feature-panel-wrap { padding: 0; margin-top: clamp(-4.5rem, -7vw, -6rem); position: relative; z-index: 5; }
.feature-panel {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: rgba(14, 22, 38, 0.96);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.feature-panel .feature {
  display: flex; gap: 0.95rem; align-items: flex-start;
  padding: 1.7rem 1.6rem;
  border-right: 1px solid var(--line-soft);
}
.feature-panel .feature:last-child { border-right: none; }
.feature-panel .icon {
  flex: none; width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(14, 230, 192, 0.09); border: 1px solid var(--line);
}
.feature-panel .icon svg { width: 23px; height: 23px; stroke: var(--teal); }
.feature-panel h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.feature-panel p { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }

/* Reassurance strip */
.reassure-inner { display: flex; align-items: center; gap: 1.2rem; justify-content: center; text-align: left; }
.reassure-heart { width: 42px; height: 42px; stroke: var(--teal); flex: none; }
.reassure h3 { font-size: 1.2rem; }
.reassure p { color: var(--muted); font-size: 0.98rem; }

/* Interior-page panel art (About) */
.panel-art {
  width: 100%; height: auto;
  border-radius: 12px;
  border: 1px solid var(--line-soft);
  margin-bottom: 1.3rem;
}

@media (max-width: 980px) {
  .feature-panel { grid-template-columns: repeat(2, 1fr); }
  .feature-panel .feature:nth-child(2) { border-right: none; }
  .feature-panel .feature:nth-child(1), .feature-panel .feature:nth-child(2) { border-bottom: 1px solid var(--line-soft); }
}

@media (max-width: 720px) {
  .hero-photo { min-height: 0; }
  .hero-photo-bg img { object-position: 68% 40%; }
  .feature-panel-wrap { margin-top: -3rem; }
  .feature-panel { grid-template-columns: 1fr; }
  .feature-panel .feature { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .feature-panel .feature:last-child { border-bottom: none; }
  .reassure-inner { flex-direction: column; text-align: center; }
}

/* ---------- Phone CTAs ---------- */

.btn .ico { width: 18px; height: 18px; stroke: currentColor; flex: none; }

.nav-phone {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: var(--teal) !important; font-weight: 700 !important;
  white-space: nowrap;
}
.nav-phone svg { width: 16px; height: 16px; stroke: var(--teal); }

.callout-band {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.6rem; flex-wrap: wrap;
  background: linear-gradient(120deg, rgba(14, 230, 192, 0.08), rgba(92, 232, 110, 0.05));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.8rem 2rem;
}
.callout-band h3 { font-size: 1.25rem; margin-bottom: 0.3rem; }
.callout-band p { color: var(--muted); font-size: 0.95rem; max-width: 32rem; }
.callout-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; }

.cta-band .btn { margin: 0.3rem 0.4rem; }

.phone-big {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 1.25rem; font-weight: 800; color: var(--teal);
  white-space: nowrap;
}
.phone-big svg { width: 20px; height: 20px; stroke: var(--teal); }

.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  display: none; grid-template-columns: 1fr 1fr 1.2fr; gap: 1px;
  background: var(--line-soft);
  border-top: 1px solid var(--line);
}
.mobile-cta-bar a {
  display: flex; align-items: center; justify-content: center; gap: 0.45rem;
  padding: 0.95rem 0.5rem;
  background: rgba(6, 11, 22, 0.98);
  color: var(--ink); font-size: 0.85rem; font-weight: 700;
  text-decoration: none;
}
.mobile-cta-bar a svg { width: 16px; height: 16px; stroke: var(--teal); flex: none; }
.mobile-cta-bar a.primary { background: var(--grad); color: #04121c; }
.mobile-cta-bar a.primary svg { stroke: #04121c; }

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .feature-strip, .cards.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .cards.cols-3, .steps { grid-template-columns: repeat(2, 1fr); }
  .steps.cols-3 { grid-template-columns: 1fr; }
  .split, .form-wrap { grid-template-columns: 1fr; }
  .session-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; padding-bottom: 56px; }
  .mobile-cta-bar { display: grid; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 62px 0 auto 0;
    background: rgba(6, 11, 22, 0.98);
    border-bottom: 1px solid var(--line-soft);
    flex-direction: column; gap: 0; padding: 0.6rem 0 1.2rem;
    display: none;
  }
  .nav-open .nav-links { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 0.85rem 0; font-size: 1rem; }
  .nav-links .btn { margin: 0.6rem auto 0; display: inline-flex; }
  .feature-strip, .cards.cols-2, .cards.cols-3, .cards.cols-4, .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .form-grid { grid-template-columns: 1fr; }
  .lines-decor { display: none; }
}
