@import "tailwindcss";

:root {
  --ink: #102843;
  --ink-soft: #29445e;
  --aqua: #8bd9d1;
  --aqua-pale: #e8f6f3;
  --sky: #dbeafb;
  --blush: #e9b8a8;
  --cream: #fbf8f2;
  --white: #ffffff;
  --line: rgba(16, 40, 67, 0.14);
  --calendly-pulse-rgb: 62, 104, 145;
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 74px;
  padding: 10px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(251, 248, 242, 0.9);
  border-bottom: 1px solid rgba(16, 40, 67, 0.08);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 36px;
  height: 36px;
  border: 1px solid var(--ink);
  border-radius: 50% 50% 46% 54% / 58% 42% 58% 42%;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 15px;
}
.brand-name { display: flex; flex-direction: column; line-height: 0.9; }
.brand-name strong { font-family: var(--display); font-weight: 400; font-size: 23px; letter-spacing: 0.01em; }
.brand-name small { margin-top: 7px; font-size: 7px; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--ink); color: var(--white); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px clamp(22px, 5vw, 76px) 30px;
  background:
    linear-gradient(115deg, rgba(219, 234, 251, 0.9), rgba(232, 246, 243, 0.72) 46%, rgba(251, 248, 242, 0.95));
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; right: -130px; top: -210px; background: rgba(139, 217, 209, .28); }
.hero-orb-two { width: 270px; height: 270px; left: -170px; bottom: 50px; background: rgba(233, 184, 168, .22); }
.hero-intro { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto 42px; text-align: center; }
.eyebrow { margin: 0 0 16px; display: flex; justify-content: center; align-items: center; gap: 10px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 6.4vw, 86px);
  line-height: .99;
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero h1 em { color: #3e6891; font-weight: 400; }
.hero-lead { max-width: 690px; margin: 24px auto 0; color: var(--ink-soft); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.hero-grid { position: relative; z-index: 2; width: min(1180px, 100%); margin: 0 auto; }
.hero-feature { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr); gap: 18px; align-items: start; }

.video-card { position: relative; z-index: 1; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 28px; background: var(--ink); box-shadow: 0 24px 70px rgba(16, 40, 67, .16); }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(8, 25, 43, .84)); }
.video-card img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }
.video-overlay { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; display: flex; gap: 17px; align-items: center; color: var(--white); }
.play-button { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.play-button span { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--ink); }
.video-kicker { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.video-overlay strong { font-family: var(--display); font-size: clamp(22px, 2.4vw, 31px); font-weight: 400; }
.placeholder-label { position: absolute; z-index: 3; top: 18px; right: 18px; padding: 8px 11px; color: var(--white); background: rgba(16, 40, 67, .72); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.calendly-widget { position: relative; z-index: 2; width: 100%; min-height: 450px; height: 510px; display: block; overflow: hidden; scroll-margin-top: 92px; border: 0; border-radius: 18px; background: transparent; color-scheme: light; transition: height .34s cubic-bezier(.22, 1, .36, 1); }
.calendly-widget iframe { border-radius: inherit; }
.calendly-widget.calendly-widget-pulse { animation: calendly-widget-attention 1.64s linear; }
@keyframes calendly-widget-attention {
  from { box-shadow: 0 0 0 0 rgba(var(--calendly-pulse-rgb), .30); }
  to { box-shadow: 0 0 0 52px rgba(var(--calendly-pulse-rgb), 0); }
}
.host-copy a, .final-cta a { border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 54px; padding: 0 19px; border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 800; transition: transform .2s, box-shadow .2s; }
.host-copy a:hover, .final-cta a:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,40,67,.2); }
.host-copy a span, .final-cta a span { font-size: 20px; }
.proof-section, .takeaways-section, .faq-section { padding: 96px clamp(22px, 6vw, 90px); }
.section-heading { max-width: 800px; }
.section-heading .eyebrow { justify-content: flex-start; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p:last-child { color: #5b6d7a; font-size: 16px; line-height: 1.65; }

.proof-section { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.proof-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: -250px; border: 1px solid rgba(139,217,209,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(139,217,209,.035), 0 0 0 180px rgba(139,217,209,.025); }
.proof-heading { position: relative; width: min(1120px, 100%); margin: 0 auto 44px; }
.proof-heading .eyebrow { justify-content: flex-start; color: #b8e2de; }
.proof-heading h2 { max-width: 760px; color: var(--white); }
.proof-heading > p:last-child { max-width: 620px; color: #aebfcb; }
.proof-overview { position: relative; width: min(1120px, 100%); margin: 0 auto 16px; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.6fr); gap: 16px; }
.trustpilot-panel { min-height: 260px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border-radius: 22px; background: var(--cream); color: var(--ink); }
.proof-label { color: #4f7d7b; font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.trustpilot-panel img { width: min(280px, 100%); height: auto; display: block; }
.trustpilot-panel p { max-width: 230px; margin: 0; color: #5b6d7a; font-size: 14px; line-height: 1.45; }
.statistics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat-card { position: relative; min-height: 260px; padding: 27px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.065); }
.stat-card::after { content: ""; position: absolute; width: 154px; height: 154px; right: -78px; bottom: -82px; border: 24px solid rgba(139,217,209,.13); border-radius: 50%; }
.stat-card:nth-child(2) { background: rgba(219,234,251,.085); }
.stat-card:nth-child(2)::after { border-color: rgba(219,234,251,.13); }
.stat-card:nth-child(3) { background: rgba(233,184,168,.08); }
.stat-card:nth-child(3)::after { border-color: rgba(233,184,168,.14); }
.stat-card > span { color: #9fc9c5; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.stat-card strong { margin-top: 34px; font-family: var(--display); font-size: clamp(56px, 6vw, 78px); font-weight: 400; line-height: .9; letter-spacing: -.055em; }
.stat-card p { position: relative; z-index: 1; max-width: 170px; margin: auto 0 0; color: #cad6de; font-size: 14px; line-height: 1.45; }
.awards-showcase { position: relative; width: min(1120px, 100%); margin: 0 auto; padding: 28px; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 34px; align-items: center; border-radius: 24px; background: #f4eee6; color: var(--ink); }
.awards-copy h3 { margin: 11px 0 13px; font-family: var(--display); font-size: clamp(34px, 4vw, 47px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.awards-copy p { margin: 0; color: #62717d; font-size: 13px; line-height: 1.55; }
.awards-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; align-items: stretch; }
.award-tile { min-height: 134px; padding: 15px; display: grid; place-items: center; border: 1px solid rgba(16,40,67,.09); border-radius: 15px; background: var(--white); }
.award-tile img { width: 100%; max-height: 98px; object-fit: contain; display: block; }

.takeaways-section { background: #e9f4f1; }
.split-heading { max-width: 1120px; margin: 0 auto 46px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 4px; }
.takeaway-grid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.takeaway-card { position: relative; min-height: 280px; padding: 32px; border-radius: 20px; background: rgba(255,255,255,.72); overflow: hidden; }
.takeaway-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -82px; bottom: -82px; border-radius: 50%; border: 26px solid rgba(139,217,209,.24); }
.takeaway-number { color: #4c7774; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.takeaway-card h3 { margin: 68px 0 14px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.takeaway-card p { margin: 0; color: #526a78; line-height: 1.65; }

.host-section { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.host-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 55% 40%, #78b6b1 0, #3c6a74 34%, #152e4a 70%); }
.host-visual::before, .host-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.host-visual::before { width: 440px; height: 440px; }
.host-visual::after { width: 310px; height: 310px; }
.host-initial { position: relative; z-index: 1; width: 210px; height: 210px; display: grid; place-items: center; border-radius: 50%; background: rgba(251,248,242,.94); color: var(--ink); font-family: var(--display); font-size: 108px; box-shadow: 0 30px 60px rgba(0,0,0,.18); }
.host-caption { position: absolute; z-index: 1; left: 34px; bottom: 30px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.host-copy { padding: clamp(58px, 8vw, 118px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { justify-content: flex-start; color: #b8e2de; }
.host-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 66px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.host-copy p:not(.eyebrow) { max-width: 570px; margin: 26px 0; color: #cbd7df; font-size: 17px; line-height: 1.75; }
.host-copy a { width: fit-content; min-width: 190px; background: var(--blush); color: var(--ink); }

.faq-section { background: var(--cream); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-list { display: grid; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 23px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 26px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 54px 26px 0; color: #5b6d7a; line-height: 1.7; }

.final-cta { padding: 100px 22px; text-align: center; color: var(--white); background: linear-gradient(135deg, #385c80, #102843 62%); }
.final-cta .eyebrow { color: #b8e2de; }
.final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 7vw, 86px); font-weight: 400; letter-spacing: -.04em; }
.final-cta > p:not(.eyebrow) { margin: 18px 0 30px; color: #d7e2e8; font-size: 18px; }
.final-cta a { width: fit-content; min-width: 240px; margin: 0 auto; background: var(--blush); color: var(--ink); }

footer { min-height: 100px; padding: 22px clamp(22px, 5vw, 76px); display: flex; justify-content: space-between; align-items: center; gap: 24px; background: #0c2036; color: var(--white); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.7); }
footer p { margin: 0; color: #9eb0bd; font-size: 11px; }

@media (min-width: 941px) {
  .hero-feature { align-items: center; }
}

@media (max-width: 940px) {
  .hero-feature { grid-template-columns: 1fr; }
  .calendly-widget { width: min(680px, 100%); margin-inline: auto; }
  .takeaway-grid { grid-template-columns: 1fr; }
  .proof-overview { grid-template-columns: 1fr; }
  .awards-showcase { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .host-section { grid-template-columns: 1fr; }
  .host-visual { min-height: 520px; }
  .faq-section { grid-template-columns: 1fr; gap: 38px; }
  .faq-heading { position: static; }
}

@media (max-width: 620px) {
  .site-header { min-height: 66px; padding-inline: 18px; }
  .brand-name strong { font-size: 20px; }
  .header-cta { padding: 10px 13px; font-size: 0; gap: 0; }
  .header-cta span { font-size: 18px; }
  .hero { padding: 50px 16px 26px; }
  .hero-intro { text-align: left; }
  .hero-intro .eyebrow { justify-content: flex-start; }
  .hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-lead { font-size: 16px; }
  .video-card { border-radius: 20px; }
  .video-overlay { left: 20px; right: 20px; bottom: 20px; }
  .play-button { width: 50px; height: 50px; flex-basis: 50px; }
  .placeholder-label { top: 12px; right: 12px; }
  .proof-section, .takeaways-section, .faq-section { padding: 72px 18px; }
  .proof-heading { margin-bottom: 34px; }
  .trustpilot-panel { min-height: 225px; padding: 24px; }
  .statistics-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 210px; padding: 24px; }
  .stat-card strong { margin-top: 28px; }
  .awards-showcase { padding: 24px; }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .award-tile:last-child { grid-column: 1 / -1; }
  .award-tile:last-child img { max-width: 180px; }
  .takeaway-card { min-height: 240px; padding: 26px; }
  .takeaway-card h3 { margin-top: 44px; }
  .host-visual { min-height: 420px; }
  .host-initial { width: 170px; height: 170px; font-size: 86px; }
  .host-copy { padding: 72px 22px; }
  .host-copy h2 { font-size: 42px; }
  .final-cta { padding: 80px 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .calendly-widget.calendly-widget-pulse { animation: none; box-shadow: 0 0 0 3px rgba(var(--calendly-pulse-rgb), .26); }
}
