:root {
  --bg: #f6fbff;
  --bg-soft: #eef8ff;
  --surface: #ffffff;
  --surface-2: #f9fcff;
  --text: #112031;
  --muted: #53657a;
  --primary: #0c7dff;
  --primary-strong: #005bca;
  --accent: #12d2a8;
  --accent-soft: #def9f2;
  --warning: #ff8f52;
  --border: #dbe8f5;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 10px 24px rgba(14, 37, 68, 0.08);
  --shadow-md: 0 20px 48px rgba(14, 37, 68, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Avenir Next", "Gill Sans Nova", "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.55;
  background:
    radial-gradient(circle at 4% 8%, #dff2ff 0, rgba(223, 242, 255, 0) 36%),
    radial-gradient(circle at 93% 14%, #dcfff5 0, rgba(220, 255, 245, 0) 34%),
    linear-gradient(180deg, #f8fcff 0%, #f2f8ff 100%);
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Avenir Next", "Gill Sans Nova", "Trebuchet MS", "Segoe UI", sans-serif;
  letter-spacing: -0.015em;
  line-height: 1.18;
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
}

p {
  margin: 0;
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(10px);
  background: rgba(12, 24, 40, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #e9f3ff;
  font-size: 0.86rem;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.35rem 0;
}

.topbar p {
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 4.6rem 0 3.2rem;
}

.hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -120px;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(18, 210, 168, 0.28), rgba(18, 210, 168, 0));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, rgba(12, 125, 255, 0.14), rgba(18, 210, 168, 0.12));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 1.7rem;
  grid-template-columns: 1.1fr 0.95fr;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 125, 255, 0.26);
  background: rgba(255, 255, 255, 0.72);
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.offer-chip {
  display: inline-flex;
  margin: 0 0 0.7rem;
  padding: 0.32rem 0.74rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #04896f;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2rem, 2.9vw, 3.15rem);
}

.hero-sub {
  margin-top: 1rem;
  max-width: 56ch;
  color: var(--muted);
}

.hero-intent-bar {
  display: grid;
  gap: 0.48rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.hero-intent-item {
  display: grid;
  gap: 0.08rem;
  border: 1px solid rgba(12, 125, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.5rem 0.52rem;
}

.hero-intent-item strong {
  color: #0a60c9;
  font-size: 1rem;
  line-height: 1;
}

.hero-intent-item span {
  color: #35506f;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-proof-line {
  margin: 1rem 0 0;
  color: #27405d;
  font-size: 0.94rem;
  font-weight: 600;
}

.message-match {
  margin: 0.55rem 0 0;
  color: var(--primary-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.text-link {
  color: #0b66d7;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin: 1.45rem 0 0;
}

.hero-trust-strip {
  display: grid;
  gap: 0.52rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0.75rem 0 0;
}

.hero-trust-item {
  border: 1px solid rgba(12, 125, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.48rem 0.55rem;
}

.hero-trust-item strong {
  display: block;
  color: #0a5fc7;
  font-size: 0.95rem;
}

.hero-trust-item span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.74rem 1.2rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid rgba(12, 125, 255, 0.3);
  outline-offset: 2px;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.btn-primary {
  border-color: rgba(0, 68, 154, 0.2);
  background: linear-gradient(120deg, #0b80ff, #0a6be0);
  box-shadow: 0 14px 26px rgba(11, 102, 210, 0.26);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(120deg, #0b74eb, #075fc9);
  box-shadow: 0 16px 28px rgba(11, 102, 210, 0.32);
}

.btn-secondary {
  border-color: rgba(17, 32, 49, 0.18);
  background: rgba(255, 255, 255, 0.9);
  color: #17283d;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff;
  border-color: rgba(12, 125, 255, 0.4);
}

.share-box {
  margin: 0.95rem 0 0;
  padding: 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(12, 125, 255, 0.35);
  background: rgba(255, 255, 255, 0.74);
}

.share-note {
  margin-top: 0.48rem;
  max-width: 58ch;
  color: var(--muted);
  font-size: 0.86rem;
}

.share-feedback {
  min-height: 1.2rem;
  margin-top: 0.35rem;
  color: var(--primary-strong);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  margin: 0.42rem 0;
  padding-left: 1.35rem;
  color: #2b3f58;
  font-size: 0.95rem;
}

.hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b9e7f;
  font-weight: 800;
}

.lead-card {
  position: sticky;
  top: 70px;
  border: 1px solid rgba(12, 125, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.96));
  box-shadow: var(--shadow-md);
  padding: 1.2rem;
}

.hero-advisor-inline {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: 12px;
  background: rgba(238, 248, 255, 0.9);
  padding: 0.56rem 0.62rem;
}

.hero-advisor-inline img {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 20px rgba(9, 44, 79, 0.2);
}

.hero-advisor-meta {
  display: grid;
  gap: 0.1rem;
}

.hero-advisor-name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0a5fc8;
}

.hero-advisor-role {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #34506e;
}

.lead-card h2 {
  margin: 0;
  font-size: 1.22rem;
}

.lead-copy {
  margin-top: 0.44rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.lead-value-box {
  margin-top: 0.72rem;
  border: 1px solid rgba(12, 125, 255, 0.16);
  border-radius: 12px;
  background: #f4faff;
  padding: 0.66rem 0.72rem;
}

.lead-value-title {
  margin: 0;
  color: #12406d;
  font-size: 0.85rem;
  font-weight: 800;
}

.lead-value-list {
  margin: 0.42rem 0 0;
  padding-left: 1rem;
}

.lead-value-list li {
  margin: 0.22rem 0;
  color: #34506e;
  font-size: 0.85rem;
}

.lead-form {
  display: grid;
  gap: 0.58rem;
}

.form-step {
  display: grid;
  gap: 0.58rem;
}

.hidden {
  display: none;
}

.form-progress {
  position: sticky;
  top: 0.45rem;
  z-index: 4;
  margin-top: 0.15rem;
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: 12px;
  background: rgba(247, 252, 255, 0.96);
  color: #0a63cf;
  padding: 0.46rem 0.58rem;
  box-shadow: 0 8px 18px rgba(14, 37, 68, 0.08);
  backdrop-filter: blur(6px);
}

.form-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.79rem;
  font-weight: 800;
}

.form-progress-track {
  margin-top: 0.38rem;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #dbeeff;
  overflow: hidden;
}

.form-progress-fill {
  width: 50%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(120deg, #0b80ff, #12d2a8);
  transition: width 170ms ease;
}

.lead-form label,
.consent-box legend {
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #c7d8ea;
  border-radius: 12px;
  background: #fff;
  padding: 0.78rem 0.8rem;
  font: inherit;
  font-size: 0.95rem;
  color: var(--text);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: rgba(12, 125, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(12, 125, 255, 0.12);
}

.honey {
  position: absolute;
  left: -9999px;
}

.consent-box {
  border: 1px solid #d8e7f7;
  border-radius: 12px;
  background: #fbfdff;
  padding: 0.75rem;
}

.check-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.52rem;
  align-items: start;
  margin: 0.38rem 0;
  color: #2f3d4d;
  font-size: 0.9rem;
}

.check-row input {
  margin-top: 0.2rem;
}

.btn-full {
  width: 100%;
  margin-top: 0.35rem;
}

.form-actions-row {
  display: grid;
  gap: 0.58rem;
  grid-template-columns: 1fr 1fr;
}

.btn-half {
  width: 100%;
}

.form-note {
  margin-top: 0.34rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-helper {
  margin-top: 0.12rem;
  color: #35506f;
  font-size: 0.82rem;
}

.contact-summary {
  border: 1px solid #d8e7f7;
  border-radius: 12px;
  background: #f6fbff;
  padding: 0.72rem;
  margin-bottom: 0.2rem;
}

.contact-summary-title {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 800;
  color: #173b63;
}

#contact-summary-text {
  margin: 0.25rem 0 0;
  color: #35506f;
  font-size: 0.84rem;
}

.booking-success-card {
  border: 1px solid rgba(11, 130, 93, 0.28);
  border-radius: 14px;
  background: linear-gradient(180deg, #f6fffb, #effdf7);
  box-shadow: 0 12px 24px rgba(12, 95, 68, 0.12);
  padding: 1.05rem;
  text-align: center;
}

.booking-success-card h3 {
  margin: 0.25rem 0 0.4rem;
  color: #0d5f43;
}

.booking-success-card p {
  margin: 0.2rem 0;
  color: #1e4f3f;
}

.booking-success-icon {
  display: grid;
  place-items: center;
}

.booking-checkmark {
  width: 68px;
  height: 68px;
}

.booking-checkmark-circle {
  stroke: #14a06f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: bookingCircleDraw 0.62s ease forwards;
}

.booking-checkmark-path {
  stroke: #14a06f;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  animation: bookingCheckDraw 0.42s 0.55s ease forwards;
}

@keyframes bookingCircleDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes bookingCheckDraw {
  to {
    stroke-dashoffset: 0;
  }
}

.turnstile-wrap {
  margin-top: 0.28rem;
}

.form-feedback {
  min-height: 1.35rem;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-mini-faq {
  margin-top: 0.9rem;
  border-top: 1px dashed rgba(12, 125, 255, 0.24);
  padding-top: 0.85rem;
}

.lead-trust-note {
  margin-top: 0.55rem;
  color: #35506f;
  font-size: 0.83rem;
  font-weight: 700;
  text-align: center;
}

.lead-mini-faq h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
}

.lead-mini-faq details {
  border: 1px solid rgba(12, 125, 255, 0.14);
  border-radius: 10px;
  background: #fff;
  padding: 0.5rem 0.62rem;
  margin: 0.44rem 0;
}

.lead-mini-faq summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
}

.lead-mini-faq p {
  margin-top: 0.42rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.section-optimized {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.page-thanks .section-optimized {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.page-thanks .calendar-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.calendar,
.proof,
.trust,
.about,
.video-section,
.steps,
.faq,
.local {
  padding: 3.7rem 0;
}

.calendar {
  position: relative;
}

.calendar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(12, 125, 255, 0.25), transparent);
}

.calendar-grid,
.proof-grid,
.about-grid,
.video-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.proof-grid {
  grid-template-columns: 1.14fr 0.86fr;
}

.calendar-embed {
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #f6fbff);
  box-shadow: var(--shadow-sm);
  padding: 1rem;
}

.thanks-section {
  padding-top: 2.4rem;
}

.thanks-intro {
  text-align: left;
}

.thanks-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.9rem;
}

.thanks-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: 999px;
  background: #eef7ff;
  color: #0a62cd;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.26rem 0.62rem;
}

.next-steps-card {
  margin-top: 0.9rem;
  border: 1px solid rgba(12, 125, 255, 0.16);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  padding: 0.9rem;
}

.next-steps-card h2 {
  margin: 0;
  font-size: 1.14rem;
}

.next-steps-card .about-points {
  margin-top: 0.48rem;
}

.booking-form h3 {
  margin: 0 0 0.4rem;
  font-size: 1.18rem;
}

.booking-flow-card {
  display: grid;
  gap: 0.72rem;
}

.booking-flow-card h3 {
  margin: 0;
}

.booking-flow-card p {
  color: var(--muted);
}

.calendar-helper {
  margin-top: 0.26rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.stats {
  display: grid;
  gap: 0.72rem;
}

.stat {
  border: 1px solid rgba(12, 125, 255, 0.16);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 0.98rem 1rem;
}

.stat strong {
  display: block;
  font-size: 1.35rem;
  color: #0a55b4;
}

.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust {
  background: linear-gradient(180deg, rgba(12, 125, 255, 0.05), rgba(12, 125, 255, 0));
}

.section-intro {
  margin: -0.1rem 0 0.9rem;
  color: var(--muted);
}

.answer-hub {
  background: linear-gradient(180deg, rgba(12, 125, 255, 0.06), rgba(12, 125, 255, 0));
}

.answer-grid {
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.answer-grid article {
  border: 1px solid rgba(17, 32, 49, 0.09);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 1rem;
}

.answer-grid h3 {
  margin: 0;
}

.answer-grid p {
  margin-top: 0.38rem;
  color: var(--muted);
}

.trust-quote-card {
  border: 1px solid rgba(17, 32, 49, 0.09);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 1rem;
}

.testimonials-grid {
  display: grid;
  gap: 0.68rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.42rem;
}

.testimonial-card {
  border: 1px solid rgba(12, 125, 255, 0.16);
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.72rem 0.78rem;
}

.testimonial-card p {
  margin: 0;
}

.trust-grid,
.steps-grid {
  display: grid;
  gap: 0.84rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-grid article,
.steps article,
.faq article,
.about-card,
.about-profile,
.local-inner {
  border: 1px solid rgba(17, 32, 49, 0.09);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.trust-grid article,
.steps article,
.faq article {
  padding: 1rem;
}

.quote-author {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.rating {
  margin: 0.3rem 0;
  color: #0a6be0;
  font-size: 1.1rem;
  font-weight: 800;
}

.about {
  background: linear-gradient(180deg, rgba(18, 210, 168, 0.06), rgba(18, 210, 168, 0));
}

.about-grid {
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
}

.about-card,
.about-profile {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about-kicker {
  display: inline-flex;
  margin: 0 0 0.45rem;
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  background: #e9f6ff;
  color: #0c5fcc;
  font-size: 0.77rem;
  font-weight: 700;
}

.about-card h2 {
  margin: 0;
}

.about-lead {
  margin-top: 0.58rem;
  color: #17324f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.62;
}

.about-copy {
  margin-top: 0.72rem;
  color: #35506f;
  font-size: 0.97rem;
  line-height: 1.66;
}

.about-highlights {
  margin: 0.78rem 0 0;
  padding-left: 1.08rem;
}

.about-highlights li {
  margin: 0.32rem 0;
  color: #244666;
  font-weight: 600;
  line-height: 1.52;
}

.about-photo {
  width: 100%;
  max-width: 360px;
  height: clamp(300px, 38vw, 430px);
  margin: 0 auto;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(12, 125, 255, 0.2);
  box-shadow: 0 16px 34px rgba(10, 40, 73, 0.2);
}

.about-profile h3 {
  margin: 0.95rem 0 0.2rem;
}

.about-profile p {
  color: var(--muted);
  margin: 0;
  line-height: 1.62;
}

.about-points {
  margin: 0.55rem 0 0;
  padding-left: 1.05rem;
}

.about-card .btn {
  margin-top: 0.95rem;
  align-self: flex-start;
}

.about-points li {
  margin: 0.3rem 0;
}

.video-frame-wrap {
  min-height: clamp(480px, 68vh, 760px);
  border: 1px solid rgba(12, 125, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: grid;
  place-items: center;
  padding: 0.8rem;
  background:
    linear-gradient(150deg, rgba(12, 125, 255, 0.16), rgba(18, 210, 168, 0.2)),
    #fff;
  overflow: hidden;
}

.video-player {
  position: relative;
  width: min(100%, 380px);
  border-radius: 18px;
  overflow: hidden;
}

.video-frame-wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  background: #000;
}

.video-frame-wrap video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 18px;
  display: block;
  background: #000;
  object-fit: cover;
  box-shadow: 0 20px 44px rgba(9, 26, 46, 0.26);
}

.video-overlay-play {
  position: absolute;
  inset: 0;
  border: 0;
  display: grid;
  place-items: center;
  gap: 0.65rem;
  background:
    linear-gradient(180deg, rgba(6, 22, 41, 0.16), rgba(6, 22, 41, 0.56));
  color: #fff;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.video-overlay-play:hover,
.video-overlay-play:focus-visible {
  transform: scale(1.01);
}

.video-overlay-play:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: -6px;
}

.video-overlay-icon {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: linear-gradient(140deg, #0b80ff, #12d2a8);
  box-shadow: 0 14px 32px rgba(4, 19, 34, 0.36);
}

.video-overlay-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
}

.video-overlay-copy {
  display: grid;
  gap: 0.12rem;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.video-overlay-copy strong {
  font-size: 1.02rem;
}

.video-overlay-copy span {
  font-size: 0.82rem;
  opacity: 0.95;
}

.video-player.is-playing .video-overlay-play {
  opacity: 0;
  pointer-events: none;
}

.video-play {
  border: none;
  border-radius: 999px;
  background: #0f2034;
  color: #fff;
  padding: 0.8rem 1.24rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.video-placeholder {
  display: grid;
  gap: 0.75rem;
  text-align: left;
  padding: 1.15rem;
}

.video-placeholder h3 {
  margin: 0;
}

.video-placeholder p {
  color: var(--muted);
}

.video-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0.8rem 0 1rem;
}

.video-fit-grid article {
  border: 1px solid rgba(17, 32, 49, 0.09);
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem;
}

.video-fit-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.steps {
  background: linear-gradient(180deg, rgba(255, 143, 82, 0.08), rgba(255, 143, 82, 0));
}

.steps article span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #e6f5ff;
  color: #0b66d7;
  font-weight: 800;
}

.steps-cta-row {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.faq-grid {
  display: grid;
  gap: 0.82rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local {
  padding-top: 2.8rem;
}

.local-inner {
  text-align: center;
  padding: 1.35rem;
}

.final-cta {
  padding-top: 2rem;
}

.final-cta-inner {
  border: 1px solid rgba(12, 125, 255, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(150deg, rgba(12, 125, 255, 0.1), rgba(18, 210, 168, 0.12));
  box-shadow: var(--shadow-sm);
  padding: 1.1rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 0.9rem;
  align-items: center;
}

.footer {
  border-top: 1px solid rgba(17, 32, 49, 0.1);
  background: rgba(255, 255, 255, 0.95);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.footer a,
.link-button {
  margin-left: 0.7rem;
  border: none;
  background: none;
  color: #1a2b3f;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.legal-page {
  padding: 2rem 0 3.2rem;
}

.legal-wrap {
  display: grid;
}

.legal-card {
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 251, 255, 0.96));
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
}

.legal-content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.legal-content h2 {
  margin-top: 1.3rem;
}

.legal-content h3 {
  margin-top: 1rem;
  margin-bottom: 0.45rem;
  color: #0f355f;
}

.legal-content h4 {
  margin-top: 0.82rem;
  margin-bottom: 0.36rem;
  color: #1b4978;
}

.legal-content p,
.legal-content li {
  color: #27405d;
}

.legal-content ul {
  padding-left: 1.2rem;
}

.legal-content a {
  color: #0b66d7;
}

.legal-backlink {
  margin-top: 1.2rem;
}

.consent-banner {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(9, 22, 38, 0.62);
  backdrop-filter: blur(3px);
}

.consent-banner.active {
  display: flex;
}

.consent-inner {
  width: min(860px, calc(100% - 1.2rem));
  max-height: min(88vh, 920px);
  overflow-y: auto;
  border: 1px solid rgba(12, 125, 255, 0.2);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-md);
  padding: 1rem;
}

.consent-inner h3 {
  margin-top: 0;
}

.consent-options {
  display: grid;
  gap: 0.55rem;
  margin: 0.75rem 0;
}

.consent-details {
  border: 1px solid rgba(12, 125, 255, 0.16);
  border-radius: 12px;
  background: #f8fcff;
  padding: 0.68rem;
}

.consent-details p {
  margin: 0.45rem 0;
  color: #1e3958;
  font-size: 0.9rem;
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.75rem;
  position: sticky;
  bottom: -1rem;
  background: #fff;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(12, 125, 255, 0.14);
}

.consent-actions #consent-reject-all,
.consent-actions #consent-save {
  min-height: 0;
  padding: 0.1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  transform: none;
}

.consent-actions #consent-reject-all {
  color: #8a98a9;
  font-weight: 600;
  font-size: 0.74rem;
  opacity: 0.72;
}

.consent-actions #consent-reject-all:hover,
.consent-actions #consent-reject-all:focus-visible {
  color: #738398;
  opacity: 1;
  transform: none;
}

.consent-actions #consent-save {
  color: #77879a;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.84;
}

.consent-actions #consent-save:hover,
.consent-actions #consent-save:focus-visible {
  color: #607489;
  opacity: 1;
  transform: none;
}

.consent-actions #consent-accept-all {
  margin-left: auto;
}

body.consent-locked {
  overflow: hidden;
}

.sticky-cta {
  display: none;
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 80;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: linear-gradient(120deg, #0a7df8, #0b66d7);
  box-shadow: 0 18px 36px rgba(10, 86, 180, 0.35);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0.88rem 1rem;
  transition: transform 180ms ease, opacity 180ms ease;
}

.sticky-cta.is-hidden {
  transform: translateY(120%);
  opacity: 0;
}

main {
  padding-bottom: 2.2rem;
}

@media (min-width: 1100px) {
  .sticky-cta {
    display: block;
  }

  main {
    padding-bottom: 4.8rem;
  }
}

@keyframes liftIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content,
.lead-card {
  animation: liftIn 300ms ease both;
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    order: 2;
  }

  .lead-card {
    position: static;
    order: -1;
  }

  .calendar-grid,
  .proof-grid,
  .about-grid,
  .video-grid,
  .video-fit-grid,
  .final-cta-inner,
  .faq-grid,
  .answer-grid,
  .trust-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .hero-intent-bar {
    grid-template-columns: 1fr;
  }

  .page-thanks .calendar-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 3.1rem;
  }

  .container {
    width: min(1140px, calc(100% - 1.25rem));
  }

  .hero h1 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .btn {
    width: 100%;
  }

  .consent-actions #consent-reject-all,
  .consent-actions #consent-save {
    width: auto;
  }

  .hero-ctas {
    gap: 0.55rem;
  }

  .hero-trust-strip {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hero-advisor-inline {
    gap: 0.62rem;
  }

  .hero-advisor-inline img {
    width: 56px;
    height: 56px;
  }

  .form-actions-row {
    grid-template-columns: 1fr;
  }

  .calendar,
  .proof,
  .trust,
  .about,
  .video-section,
  .steps,
  .faq,
  .local {
    padding: 2.6rem 0;
  }

  .video-frame-wrap {
    min-height: unset;
    padding: 0.6rem;
  }

  .video-player {
    width: min(100%, 340px);
  }

  .video-overlay-icon {
    width: 72px;
    height: 72px;
  }

  .thanks-badge-row {
    gap: 0.36rem;
  }

  .thanks-badge {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
