:root {
  --navy: #123e5a;
  --navy-deep: #0a2b42;
  --navy-soft: #215a78;
  --cyan: #16afd0;
  --blue: #2588ad;
  --purple: #8646c4;
  --gold: #f8b83e;
  --ink: #132f43;
  --slate: #577080;
  --mist: #edf7fb;
  --line: #d7e4ea;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(4, 34, 53, .16);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%);
  background: white; color: var(--navy); padding: 10px 14px; border-radius: 8px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,62,90,.1);
}
.nav-wrap { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex: 0 1 260px; }
.brand img { width: 260px; height: auto; object-fit: contain; object-position: left center; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; color: var(--navy);
  padding: 11px 0 8px; border-bottom: 3px solid var(--gold);
}
.nav-cta span { font-size: 1.25rem; transition: transform .2s ease; }
.nav-cta:hover span { transform: translateX(4px); }

.hero {
  position: relative; isolation: isolate; overflow: hidden; color: white;
  background: linear-gradient(124deg, var(--navy-deep) 0%, var(--navy) 62%, #145470 100%);
  min-height: 710px;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 5px;
  background: linear-gradient(90deg, var(--cyan), var(--blue) 34%, var(--purple) 68%, var(--gold));
}
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; opacity: .16; }
.hero-orb-one { width: 380px; height: 380px; right: -110px; top: -130px; background: var(--cyan); }
.hero-orb-two { width: 230px; height: 230px; left: 44%; bottom: -150px; background: var(--purple); }
.hero-grid { min-height: 705px; display: grid; grid-template-columns: .96fr 1.04fr; gap: 80px; align-items: center; padding-block: 76px; }
.eyebrow {
  margin: 0 0 18px; color: var(--gold); font-size: .83rem; line-height: 1.2; font-weight: 900;
  letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.026em; }
h1 { margin-bottom: 24px; max-width: 690px; font-size: clamp(2.75rem, 5vw, 4.85rem); font-weight: 880; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.8vw, 3.5rem); font-weight: 860; }
h3 { font-size: 1.32rem; }
.hero-lead { max-width: 640px; color: #d9eaf2; font-size: 1.2rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px;
  border-radius: 999px; text-decoration: none; font-weight: 900; line-height: 1.1;
}
.button-gold { background: var(--gold); color: var(--navy-deep); box-shadow: 0 12px 30px rgba(248,184,62,.18); }
.button-gold:hover { background: #ffc95d; transform: translateY(-2px); }
.text-link { color: white; font-weight: 800; text-underline-offset: 5px; }
.trust-list {
  display: flex; flex-wrap: wrap; gap: 14px 28px; list-style: none; padding: 0; margin: 38px 0 0; color: #cfe0e8;
  font-size: .92rem; font-weight: 700;
}
.trust-list li { display: flex; align-items: center; gap: 9px; }
.trust-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(22,175,208,.15); }

.player-stage { position: relative; }
.listen-note {
  position: absolute; top: -56px; left: 16px; display: flex; align-items: center; gap: 14px; color: var(--gold);
  font-size: .71rem; letter-spacing: .17em; font-weight: 900;
}
.note-line { width: 60px; height: 1px; background: var(--gold); }
.audio-card {
  position: relative; padding: 34px; color: var(--ink); background: white; border-radius: 26px;
  border: 1px solid rgba(255,255,255,.5); box-shadow: var(--shadow);
}
.audio-card::before {
  content: ""; position: absolute; width: 88px; height: 88px; right: -18px; top: -18px; z-index: -1;
  border-radius: 50%; background: var(--gold);
}
.audio-card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.audio-kicker { margin-bottom: 8px; color: var(--blue); font-size: .79rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.audio-card h2 { max-width: 390px; margin: 0; font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
.duration-badge { flex: 0 0 auto; padding: 7px 12px; border-radius: 999px; background: var(--mist); color: var(--navy); font-size: .79rem; font-weight: 900; }
.waveform { height: 104px; display: flex; align-items: center; gap: 5px; margin: 24px 0 14px; overflow: hidden; }
.waveform span { flex: 1; min-width: 3px; height: 22%; border-radius: 4px; background: linear-gradient(180deg, var(--cyan), var(--blue)); opacity: .72; }
.waveform span:nth-child(4n+1) { height: 48%; }
.waveform span:nth-child(5n+2) { height: 78%; }
.waveform span:nth-child(7n+3) { height: 98%; background: linear-gradient(180deg, var(--purple), #b962b5); }
.waveform span:nth-child(6n) { height: 64%; }
.waveform span:nth-child(9n) { background: var(--gold); }
.waveform.is-playing span { animation: pulse-wave .85s ease-in-out infinite alternate; }
.waveform.is-playing span:nth-child(2n) { animation-delay: -.35s; }
.waveform.is-playing span:nth-child(3n) { animation-delay: -.6s; }
@keyframes pulse-wave { from { transform: scaleY(.72); opacity: .55; } to { transform: scaleY(1.05); opacity: 1; } }
.player-controls { display: grid; grid-template-columns: 58px 1fr 44px; gap: 16px; align-items: center; }
.play-button, .sound-button { border: 0; cursor: pointer; color: white; background: var(--navy); }
.play-button { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 10px 22px rgba(18,62,90,.22); }
.play-button:hover, .sound-button:hover { background: var(--navy-soft); }
.play-button svg { width: 26px; height: 26px; fill: currentColor; }
.play-button .pause-icon { display: none; }
.play-button.is-playing .play-icon { display: none; }
.play-button.is-playing .pause-icon { display: block; }
.sound-button { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--navy); }
.sound-button svg { width: 22px; height: 22px; fill: currentColor; }
.sound-button .sound-off { display: none; }
.sound-button.is-muted .sound-on { display: none; }
.sound-button.is-muted .sound-off { display: block; }
.timeline-wrap { min-width: 0; }
.timeline { width: 100%; accent-color: var(--purple); cursor: pointer; }
.time-row { display: flex; justify-content: space-between; color: var(--slate); font-size: .76rem; font-variant-numeric: tabular-nums; }
.transcript { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.transcript summary { cursor: pointer; color: var(--navy); font-size: .9rem; font-weight: 850; }
.transcript-body { max-height: 230px; overflow-y: auto; padding: 18px 16px 4px 0; color: var(--slate); font-size: .92rem; }
.transcript-body p:last-child { margin-bottom: 0; }

.experience-section { background: linear-gradient(180deg, #f4fafc, #eaf5f9); }
.experience-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: center; }
.experience-copy > p:not(.eyebrow) { color: var(--slate); font-size: 1.08rem; }
.process-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 15px; }
.process-list li { display: flex; align-items: center; gap: 15px; }
.step-number {
  flex: 0 0 42px; width: 42px; min-width: 42px; height: 42px; padding: 0;
  display: flex; align-items: center; justify-content: center; border-radius: 50%;
  color: white; font-weight: 900; line-height: 1; text-align: center;
}
.step-number.cyan { background: var(--blue); }
.step-number.blue { background: var(--cyan); }
.step-number.purple { background: var(--purple); }
.process-list strong, .process-list div span { display: block; }
.process-list strong { font-size: 1.02rem; }
.process-list div span { color: var(--slate); font-size: .93rem; }
.demo-frame { margin: 0; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 22px 60px rgba(27,75,99,.14); }
.demo-frame-top { display: flex; align-items: center; gap: 10px; padding: 5px 7px 15px; color: var(--slate); font-size: .78rem; font-weight: 800; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #2fb979; box-shadow: 0 0 0 4px rgba(47,185,121,.15); }
.demo-frame img { width: 100%; border-radius: 14px; border: 1px solid #e5edf1; }
.demo-frame figcaption { padding: 13px 8px 2px; color: var(--slate); font-size: .84rem; }

.section-heading { max-width: 850px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 190px; padding: 30px 32px 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.benefit-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -42px; bottom: -50px; border-radius: 50%; opacity: .18; background: currentColor; }
.benefit-card h3 { margin-bottom: 12px; color: var(--ink); }
.benefit-card p { max-width: 440px; margin-bottom: 0; color: var(--slate); }
.benefit-cyan { color: var(--cyan); background: #f0fbfd; }
.benefit-purple { color: var(--purple); background: #faf6fd; }
.benefit-blue { color: var(--blue); background: #f1f8fb; }
.benefit-gold { color: #d28b00; background: #fffaf0; }

.demo-includes { color: white; background: var(--navy); }
.includes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.includes-grid h2 { max-width: 600px; }
.includes-grid > div > p:last-child { max-width: 580px; color: #cfe0e8; font-size: 1.06rem; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 6px 0 0; }
.check-grid li { position: relative; padding: 18px 16px 18px 52px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.06); font-weight: 780; }
.check-grid li::before { content: "✓"; position: absolute; left: 18px; top: 17px; color: var(--gold); font-weight: 950; }
.expansion-wrap { margin-top: 64px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }
.expansion-wrap > p { margin-bottom: 18px; color: #aac3cf; font-size: .79rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.expansion-pills { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.expansion-pills span { display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; border-radius: 999px; background: rgba(255,255,255,.1); color: #f4fbff; font-size: .88rem; font-weight: 750; line-height: 1.25; text-align: center; }

.contact-section { padding: 90px 0; background: linear-gradient(180deg, white, #f3f9fb); }
.contact-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center;
  padding: 56px; border-radius: 28px; color: white; background: linear-gradient(125deg, #0b2d44, #164f6c); box-shadow: var(--shadow);
}
.contact-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -120px; top: -130px; border-radius: 50%; background: rgba(22,175,208,.2); }
.contact-card h2 { max-width: 700px; margin-bottom: 14px; }
.contact-card p:last-child { max-width: 650px; margin-bottom: 0; color: #cfe0e8; }
.phone-cta {
  position: relative; z-index: 1; min-width: 300px; display: flex; flex-direction: column; padding: 21px 25px;
  border: 2px solid rgba(255,255,255,.28); border-radius: 18px; text-decoration: none; background: white; color: var(--navy-deep);
}
.phone-label { color: var(--blue); font-size: .75rem; line-height: 1.2; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.phone-cta strong { margin-top: 6px; font-size: 1.35rem; line-height: 1.2; }
.phone-note { margin-top: 6px; color: var(--slate); font-size: .75rem; }
.phone-cta:not(.is-placeholder):hover { transform: translateY(-3px); }
.phone-cta.is-placeholder { cursor: default; }

footer { padding: 34px 0; border-top: 1px solid var(--line); background: white; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-wrap img { width: 260px; height: auto; object-fit: contain; object-position: left center; }
.footer-wrap p { max-width: 520px; margin: 0; color: var(--slate); font-size: .79rem; text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 960px) {
  .hero-grid, .experience-grid, .includes-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 92px; padding: 78px 0 88px; }
  .hero-copy { max-width: 760px; }
  .player-stage { max-width: 700px; }
  .experience-grid, .includes-grid { gap: 52px; }
  .contact-card { grid-template-columns: 1fr; }
  .phone-cta { width: 100%; min-width: 0; }
  .expansion-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 18px; }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 88px; }
  .brand { flex-basis: 210px; }
  .brand img { width: 210px; }
  .nav-cta { font-size: .88rem; }
  .nav-cta span { display: none; }
  .hero-grid { gap: 80px; padding: 64px 0 76px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.5rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.65rem); }
  .hero-lead { font-size: 1.06rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-list { display: grid; }
  .listen-note { top: -48px; left: 4px; }
  .audio-card { padding: 26px 20px 22px; border-radius: 20px; }
  .audio-card-top { align-items: center; }
  .duration-badge { display: none; }
  .waveform { height: 76px; gap: 3px; }
  .waveform span:nth-child(n+25) { display: none; }
  .player-controls { grid-template-columns: 52px 1fr 40px; gap: 10px; }
  .play-button { width: 52px; height: 52px; }
  .benefit-grid, .check-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 185px; padding: 27px 26px 25px; }
  .experience-grid { gap: 44px; }
  .contact-section { padding: 62px 0; }
  .contact-card { width: calc(100% - 20px); padding: 34px 24px; gap: 34px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-wrap p { text-align: left; }
}

@media (max-width: 430px) {
  .nav-cta { display: none; }
  .brand { flex-basis: 220px; }
  .brand img { width: 220px; }
  .hero-grid { padding-top: 56px; }
  .audio-card-top h2 { font-size: 1.55rem; }
  .transcript-body { max-height: 180px; }
  .expansion-pills { grid-template-columns: 1fr; }
}
