/* J Curve Advertising: NeuroStar TMS Landing System */
:root {
  --brand: #0b1ca8;          /* J Curve deep royal blue */
  --brand-bright: #2340e0;   /* brighter accent blue */
  --brand-dark: #071373;     /* navy for gradients */
  --ink: #0d1526;            /* near-black text */
  --ink-soft: #46516b;       /* muted text */
  --line: #e4e8f2;
  --bg: #ffffff;
  --bg-soft: #f5f7fc;
  --bg-tint: #eef2fd;
  --purple: #582c83;         /* NeuroStar accent */
  --ok: #1a9e5f;
  --radius: 16px;
  --shadow-sm: 0 2px 10px rgba(11,28,168,.06);
  --shadow: 0 18px 45px rgba(11,28,168,.12);
  --maxw: 1120px;
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 72px 0; }
.section.tight { padding: 52px 0; }
.section.soft { background: var(--bg-soft); }
.section.tint { background: var(--bg-tint); }

h1, h2, h3 { line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.35rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; }
p { margin: 0 0 1rem; }
.lead { font-size: 1.12rem; color: var(--ink-soft); }
.eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--brand); background: var(--bg-tint);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.small { font-size: .86rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand-lockup { display: flex; align-items: center; gap: 14px; }
.brand-lockup img.jc { height: 42px; width: auto; }
.brand-lockup img.brand-neurostar { height: 32px; width: auto; }
.brand-divider {
  width: 1px;
  height: 24px;
  background: var(--line);
}
.header-cta { display: inline-flex; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 700; font-size: 1rem; cursor: pointer;
  padding: 15px 28px; border-radius: 12px; border: 0; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-align: center; position: relative; overflow: hidden;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff; box-shadow: 0 10px 26px rgba(35,64,224,.32);
}
.btn-primary::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0) 60%);
  pointer-events: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(35,64,224,.4); }
.btn-ghost { background: #fff; color: var(--brand); border: 2px solid var(--brand); }
.btn-ghost:hover { background: var(--bg-tint); }
.btn-lg { font-size: 1.08rem; padding: 17px 34px; }
.btn-block { width: 100%; }
.btn-note { font-size: .82rem; color: var(--ink-soft); margin-top: 10px; text-align: center; }

/* Hero */
.hero { position: relative; overflow: hidden; background:
    linear-gradient(115deg, rgba(7,19,115,.92), rgba(11,28,168,.70)),
    url("assets/bg-growth-blue.jpg") center/cover no-repeat; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding-top: 66px; padding-bottom: 74px; }
.hero .hero-copy,
.hero .hero-copy h1,
.hero .hero-copy p,
.hero .hero-copy .lead,
.hero .hero-copy .eyebrow,
.hero .trust-list li {
  color: #fff;
}
.hero .eyebrow {
  background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.hero h1 span.hl { color: #fff; }
.hero .lead { max-width: 40ch; }
.trust-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 11px; }
.trust-list li { display: flex; gap: 11px; align-items: flex-start; font-size: .98rem; color: var(--ink); }
.trust-list li::before {
  content: ""; flex: 0 0 22px; height: 22px; margin-top: 1px; border-radius: 50%;
  background: var(--bg-tint) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230b1ca8' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat;
}
.hero .trust-list li::before {
  background: rgba(255,255,255,.16) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/14px no-repeat;
}
.hero-highlight {
  margin-top: 24px; display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.28); border-left: 3px solid rgba(255,255,255,.65);
  padding: 12px 16px; border-radius: 12px; font-weight: 600;
  box-shadow: 0 12px 34px rgba(3,8,48,.28);
  color: #fff;
}
.hero-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: rgba(255,255,255,.16);
  color: #fff;
}
.hero-icon svg { display: block; }
.hero-highlight b { color: #ffd875; }

/* Form card */
.form-card {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.85);
  border-radius: var(--radius);
  box-shadow: 0 26px 60px rgba(4,10,56,.35); padding: 30px 28px; position: relative;
}
.form-card::before {
  content: "Takes < 30 seconds"; position: absolute; top: -13px; left: 24px;
  background: var(--brand); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px;
}
.form-card h3 { font-size: 1.28rem; margin-bottom: 6px; }
.form-card .sub { color: var(--ink-soft); font-size: .95rem; margin-bottom: 18px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field label .opt { color: var(--ink-soft); font-weight: 500; }
.field input,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--ink);
  font-size: 1rem;
  font-family: var(--font);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.field textarea { min-height: 92px; resize: vertical; }
.field input::placeholder,
.field textarea::placeholder { color: #99a2bb; }
.field input:hover,
.field textarea:hover { border-color: #c4cbe8; }
.field input:focus,
.field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--brand-bright);
  box-shadow: 0 0 0 4px rgba(35,64,224,.14);
}
.form-fine { font-size: .8rem; color: #37415c; margin-top: 12px; text-align: center; }

/* Grid cards */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.credibility-grid { grid-template-columns: repeat(2, 1fr); }
.credibility-grid .card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); justify-self: center; }
.card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mini-summary { margin-top: 28px; }
.mini-summary .summary-list { margin: 0; }
.card .ic {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--bg-tint), #e4eafc); margin-bottom: 14px; color: var(--brand);
}
.card h3 { margin-bottom: 6px; }
.card p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* Steps */
.steps { counter-reset: step; display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.step .num { counter-increment: step; width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-bright), var(--brand)); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.15rem; }
.step .num::before { content: counter(step); }
.step h3 { margin-bottom: 4px; }
.step p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* Feature list (weekly meetings) */
.pill-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.pill-list li { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px;
  font-weight: 600; display: flex; gap: 10px; align-items: center; box-shadow: var(--shadow-sm); }
.pill-list li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--brand-bright); flex: 0 0 auto; }
.meeting-note { margin: 28px 0 0; color: var(--ink-soft); font-size: .96rem; font-style: italic; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; top: -45%; left: 50%; transform: translateX(-50%);
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.14), rgba(255,255,255,0) 68%);
  pointer-events: none;
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #d8ddf7; }
.cta-band .btn-primary { background: #fff; color: var(--brand); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.cta-band .btn-primary:hover { background: #f0f3ff; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.visual-split { align-items: stretch; }
.narrow { max-width: 640px; margin-left: auto; margin-right: auto; }

/* Image cards used inside split layouts */
.image-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--bg-soft);
}
.image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.feature-visual { min-height: 380px; }
.badge-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  padding: 40px;
}
.badge-visual img {
  width: auto;
  height: auto;
  max-width: 62%;
  max-height: 62%;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}
.portrait-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 48px 20px 18px;
  background: linear-gradient(180deg, rgba(13,21,38,0) 0%, rgba(13,21,38,.85) 100%);
  color: #fff;
}
.portrait-caption strong { font-size: 1.02rem; }
.portrait-caption span { font-size: .85rem; color: rgba(255,255,255,.85); }

/* NeuroStar credential card */
.neurostar-credential-card {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  padding: 22px 24px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2ff 0%, #dde6fb 55%, #eaf0ff 100%);
  border: 1px solid rgba(11,28,168,.12);
  box-shadow: 0 18px 40px rgba(11,28,168,.10);
}
.neurostar-credential-card::before {
  content: "";
  position: absolute;
  top: -35%; right: -12%;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(35,64,224,.16), rgba(35,64,224,0) 70%);
  pointer-events: none;
}
.neurostar-credential-card::after {
  content: "";
  position: absolute;
  bottom: -40%; left: -8%;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(88,44,131,.12), rgba(88,44,131,0) 70%);
  pointer-events: none;
}
.neurostar-credential-badge {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 14px;
  padding: 13px 18px;
  box-shadow: 0 8px 20px rgba(11,28,168,.08);
}
.neurostar-credential-badge img { height: 28px; width: auto; mix-blend-mode: multiply; }
.neurostar-credential-badge span { font-weight: 700; color: var(--ink); font-size: .98rem; }
.neurostar-credential-offer {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: var(--ink);
  font-weight: 600;
  font-size: .96rem;
  line-height: 1.4;
}
.neurostar-credential-offer .hero-icon { background: rgba(255,255,255,.85); color: var(--brand); }
.neurostar-credential-offer b { color: var(--brand); }
@media (max-width: 480px) {
  .neurostar-credential-badge { flex-wrap: wrap; }
}
.intro-split {
  align-items: stretch;
  margin-bottom: 44px;
}
.credibility-top {
  margin-bottom: 44px;
}
.intro-split .image-card {
  height: clamp(320px, 30vw, 360px);
  min-height: 320px;
}
.intro-split .image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.intro-split > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Co-brand strip */
.co-brand-strip {
  padding: 28px 0;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border-bottom: 1px solid var(--line);
}
.strip-kicker {
  text-align: center;
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}
.co-brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.co-brand-logo {
  height: 36px;
  width: auto;
}
.co-brand-logo.neurostar { height: 50px; mix-blend-mode: multiply; }
.co-brand-divider {
  width: 1px;
  height: 38px;
  background: var(--line);
}
.gp-badge-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gp-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.gp-badge-image {
  display: block;
  width: auto;
  height: 76px;
  object-fit: contain;
}

/* Client logo marquee */
.client-logo-marquee-section {
  padding: 44px 0 52px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border-bottom: 1px solid var(--line);
}
.client-logo-marquee-section h4 {
  margin: 0 0 26px;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.client-logo-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.client-logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: logoMarquee 34s linear infinite;
}
.client-logo-marquee:hover .client-logo-track {
  animation-play-state: paused;
}
.client-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.client-logo-item img {
  max-height: 56px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.client-logo-item img.force-black { filter: brightness(0); }
.client-logo-item img.logo-lg { max-height: 78px; max-width: 200px; }
@keyframes logoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .client-logo-track { animation: none; }
  .client-logo-marquee { overflow-x: auto; }
}
@media (max-width: 620px) {
  .client-logo-marquee-section { padding: 34px 0 40px; }
  .client-logo-track { gap: 34px; animation-duration: 22s; }
  .client-logo-item { height: 50px; }
  .client-logo-item img { max-height: 42px; max-width: 110px; }
  .client-logo-item img.logo-lg { max-height: 58px; max-width: 150px; }
}

/* Offers table */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.offers-table { width: 100%; min-width: 560px; border-collapse: separate; border-spacing: 0; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.offers-table th, .offers-table td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 1rem; }
.offers-table thead th { background: var(--brand); color: #fff; font-weight: 700; font-size: .92rem; letter-spacing: .02em; }
.offers-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.offers-table tbody tr:last-child td { border-bottom: 0; }
.offers-table td.spend { font-weight: 700; color: var(--ink); }
.offers-table td.credit { color: var(--ok); font-weight: 700; }
.offers-table td.total { font-weight: 700; color: var(--brand); }
.offers-table tr.rec { background: var(--bg-tint) !important; }
.offers-table tr.rec td:first-child { border-left: 4px solid var(--brand); }
.rec-badge { display: inline-block; background: var(--brand); color: #fff; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .05em; padding: 3px 9px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }
.verified {
  display: inline-flex; align-items: center; gap: 9px; background: #ecfdf3; color: #067a45;
  border: 1px solid #b6ecc9; padding: 9px 16px; border-radius: 999px; font-weight: 700; font-size: .9rem;
}
.verified svg { flex: 0 0 auto; }

.rec-callout { margin-top: 22px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand);
  border-radius: 12px; padding: 20px 22px; box-shadow: var(--shadow-sm); }
.rec-callout h3 { margin-bottom: 6px; color: var(--brand); }
.rec-callout p { margin: 0; color: var(--ink-soft); }

/* Disclaimer */
.disclaimer {
  position: relative;
  font-size: .84rem; line-height: 1.65; color: #414d78; text-align: left;
  background: linear-gradient(135deg, rgba(238,242,255,.92), rgba(217,226,250,.8));
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(11,28,168,.12);
  border-left: 3px solid var(--brand-bright);
  border-radius: 14px; padding: 17px 22px; margin-top: 22px;
  box-shadow: 0 14px 32px rgba(11,28,168,.08);
}
.cta-band .disclaimer { color: #414d78; }

/* Calendar */
.calendar-embed {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 40px 24px; text-align: center; box-shadow: var(--shadow);
}
.calendar-embed .cal-ic { width: 62px; height: 62px; margin: 0 auto 14px; border-radius: 16px;
  background: linear-gradient(135deg, var(--bg-tint), #e4eafc); display: grid; place-items: center; color: var(--brand); }

/* Thank-you hero */
.ty-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(7,19,115,.92), rgba(11,28,168,.70)),
    url("assets/bg-growth-blue.jpg") center/cover no-repeat;
  color: #fff;
}
.ty-hero::before,
.ty-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}
.ty-hero::before {
  width: 46vw; height: 46vw; max-width: 620px; max-height: 620px;
  top: -18%; left: -12%;
  background: radial-gradient(circle, rgba(120,170,255,.28), rgba(120,170,255,0) 68%);
  animation: tyDrift1 16s ease-in-out infinite alternate;
}
.ty-hero::after {
  width: 38vw; height: 38vw; max-width: 520px; max-height: 520px;
  bottom: -22%; right: -10%;
  background: radial-gradient(circle, rgba(255,255,255,.16), rgba(255,255,255,0) 70%);
  animation: tyDrift2 19s ease-in-out infinite alternate;
}
@keyframes tyDrift1 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(4%, 5%) scale(1.12); }
}
@keyframes tyDrift2 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-5%, -4%) scale(1.1); }
}
.ty-hero .eyebrow {
  background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.ty-hero h1 { color: #fff; }
.ty-hero p { color: #e2e7ff; }
.ty-hero .wrap {
  position: relative;
  z-index: 1;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding-top: 76px;
  padding-bottom: 82px;
}
.ty-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ty-inner > div {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.ty-hero .hero-mark,
.ty-hero .ty-check,
.ty-hero .eyebrow,
.ty-hero h1,
.ty-hero p,
.ty-hero .verified,
.ty-hero #tyGreeting,
.ty-hero .btn-primary {
  animation: tyRise .65s cubic-bezier(.2,.7,.3,1) both;
}
.ty-hero .hero-mark { animation-delay: 0s; }
.ty-hero .ty-check { animation-delay: .08s; animation-name: tyPop; }
.ty-hero .eyebrow { animation-delay: .18s; }
.ty-hero h1 { animation-delay: .26s; }
.ty-hero p { animation-delay: .34s; }
.ty-hero .verified { animation-delay: .42s; }
.ty-hero #tyGreeting { animation-delay: .42s; }
.ty-hero .btn-primary { animation-delay: .5s; }
@keyframes tyRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes tyPop {
  from { opacity: 0; transform: scale(.55); }
  to { opacity: 1; transform: scale(1); }
}
.ty-hero .ty-check { position: relative; }
.ty-hero .ty-check::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4);
  animation: tyRing 2.6s ease-out .9s infinite;
}
@keyframes tyRing {
  0% { transform: scale(.75); opacity: .9; }
  100% { transform: scale(1.7); opacity: 0; }
}
.ty-hero .ty-check svg polyline {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  animation: tyDraw .5s ease .55s forwards;
}
@keyframes tyDraw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .ty-hero::before, .ty-hero::after,
  .ty-hero .hero-mark, .ty-hero .ty-check, .ty-hero .eyebrow, .ty-hero h1,
  .ty-hero p, .ty-hero .verified, .ty-hero #tyGreeting, .ty-hero .btn-primary,
  .ty-hero .ty-check::before, .ty-hero .ty-check svg polyline {
    animation: none;
  }
}
.ty-hero .hero-mark img {
  filter: brightness(0) invert(1);
  height: 38px;
  margin-bottom: 8px;
}
.ty-hero .ty-check {
  width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  display: grid; place-items: center; margin-bottom: 12px;
}
.ty-hero .verified {
  background: rgba(255,255,255,.98); color: #067a45; border-color: rgba(255,255,255,.98);
  box-shadow: 0 10px 24px rgba(0,0,0,.20); margin-top: 0;
}
.ty-hero #tyGreeting {
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}
.ty-hero .btn-primary { margin-top: 4px; }

.calendar-split {
  align-items: stretch;
  margin-top: 26px;
}
.calendar-split > div {
  display: flex;
  flex-direction: column;
}
.calendar-split .image-card {
  height: 100%;
  min-height: 420px;
}
.calendar-split .image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.calendar-split .calendar-embed {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.calendly-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.calendar-fallback {
  margin-top: 6px;
}

/* Footer */
.site-footer { background: #0a1020; color: #c6cde0; padding: 46px 0 30px; }
.site-footer .wrap { display: grid; grid-template-columns: 1.25fr .85fr 1.15fr; gap: 34px; }
.site-footer img.jc-white { height: 62px; width: auto; align-self: flex-start; margin-bottom: 0; filter: none; }
.site-footer h4 { color: #fff; font-size: .95rem; margin: 0 0 12px; letter-spacing: .04em; text-transform: uppercase; }
.site-footer a { color: #c6cde0; display: block; margin-bottom: 8px; font-size: .94rem; }
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand p { max-width: 38ch; }
.footer-brand-logo { margin-bottom: 0; }
.footer-badge-wrap {
  margin-top: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer-badge-label {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8f98b3;
  font-weight: 700;
}
.footer-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.site-footer .footer-badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  margin-bottom: 0;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  text-decoration: none;
}
.footer-badge {
  display: block;
  width: auto;
  height: 54px;
  object-fit: contain;
}
.footer-badge-yelp {
  height: 54px;
}
.footer-badge-google,
.footer-badge-designrush {
  height: 84px;
}
.site-footer .wrap.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; padding-top: 20px;
  font-size: .8rem; color: #8891ac; line-height: 1.6;
  display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 6px 40px;
}
.footer-bottom > div:first-child { white-space: nowrap; }
.footer-bottom > div:last-child { text-align: right; }
@media (max-width: 700px) {
  .site-footer .wrap.footer-bottom { grid-template-columns: 1fr; gap: 8px; }
  .footer-bottom > div:first-child { white-space: normal; }
  .footer-bottom > div:last-child { text-align: left; }
}

@media (max-width: 940px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .site-footer .wrap { grid-template-columns: 1fr; gap: 24px; }
  .header-cta { display: none; }
  .gp-badge-image { height: 70px; }
  .intro-split .image-card { height: 340px; min-height: 300px; }
  .ty-hero .wrap { padding-top: 70px; padding-bottom: 76px; }
}
@media (max-width: 620px) {
  .pill-list { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .offers-table th, .offers-table td { padding: 12px 12px; font-size: .9rem; }
  .brand-lockup img.jc { height: 34px; }
  .co-brand-logo { height: 42px; }
  .co-brand-logo.neurostar { height: 40px; }
  .gp-badge-image { height: 64px; }
  .footer-badge-row { gap: 10px; }
  .footer-badge-link { min-height: 64px; }
  .footer-badge,
  .footer-badge-yelp { height: 44px; }
  .footer-badge-google,
  .footer-badge-designrush { height: 64px; }
  .credibility-grid { grid-template-columns: 1fr; }
  .credibility-grid .card:last-child { max-width: 100%; justify-self: stretch; }
  .pain-point-visual,
  .feature-visual,
  .dashboard-visual,
  .portrait-visual {
    min-height: 220px;
  }
  .device-accent { max-width: 180px; }
  .calendar-split .image-card,
  .calendar-split .calendar-embed {
    min-height: 0;
  }
}
