:root {
  --ink: #211e2c;
  --ink-2: #16131f;
  --muted: #6f6a7b;
  --cream: #fff9f6;
  --indigo: #5b4bd8;
  --indigo-deep: #4334b4;
  --coral: #ff735c;
  --coral-soft: #ffb0a2;
  --mint: #1f9d82;
  --gold: #ffb340;
  --card: #fff;
  --line: #ece6ea;
  --shadow: 0 24px 60px -18px rgba(33, 30, 44, 0.28);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0; overflow-x: hidden;
  background: var(--cream); color: var(--ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
a { color: var(--indigo); }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1140px, calc(100% - 48px)); margin: auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 249, 246, 0.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(236, 230, 234, 0.8);
}
.site-header nav { height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.2rem; font-weight: 850; text-decoration: none; letter-spacing: -0.02em; }
.mark {
  width: 38px; height: 38px; border-radius: 13px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--indigo), var(--coral)); color: #fff; font-weight: 900; font-size: 1.15rem;
  box-shadow: 0 8px 20px -6px rgba(91, 75, 216, 0.55);
}
.navlinks { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.navlinks a { color: var(--muted); font-weight: 600; font-size: .95rem; text-decoration: none; transition: color .15s; }
.navlinks a:not(.btn):hover { color: var(--indigo); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none;
  box-shadow: 0 2px 8px rgba(33, 30, 44, 0.08); transition: transform .15s, box-shadow .15s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 0; cursor: pointer; text-decoration: none; font-weight: 750;
  border-radius: 16px; font-family: inherit; transition: transform .15s, box-shadow .15s, background .15s, color .15s;
  will-change: transform;
}
.btn-primary { background: linear-gradient(135deg, var(--indigo), var(--indigo-deep)); color: #fff; box-shadow: 0 14px 34px -10px rgba(91, 75, 216, 0.65); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px -10px rgba(91, 75, 216, 0.75); }
.btn-outline { background: #fff; border: 1px solid var(--line); color: var(--ink); box-shadow: 0 6px 18px -6px rgba(33, 30, 44, 0.18); }
.btn-outline:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-dark { background: var(--ink-2); color: #fff; }
.btn-dark:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-light { background: #fff; color: var(--ink); box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.4); }
.btn-light:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.45); }
.btn-ghost-dark { background: transparent; border: 1px solid rgba(255, 255, 255, 0.35); color: #fff; }
.btn-ghost-dark:hover { background: rgba(255, 255, 255, 0.12); }
.btn-sm { padding: 8px 15px; font-size: .85rem; border-radius: 12px; }
.btn-lg { padding: 14px 26px; font-size: 1.02rem; }

/* ---------- Shared ---------- */
.eyebrow { color: var(--coral); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gradient { background: linear-gradient(100deg, var(--indigo), var(--coral)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { margin: .3em 0 .2em; font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 84px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.hero-glows { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-glows::before, .hero-glows::after {
  content: ""; position: absolute; border-radius: 999px; filter: blur(90px); opacity: .5;
}
.hero-glows::before { width: 480px; height: 480px; background: #c9c0ff; top: -160px; right: -80px; }
.hero-glows::after { width: 420px; height: 420px; background: #ffcdc3; bottom: -180px; left: -120px; }
.badge { margin-bottom: 20px; }
.pill {
  display: inline-block; padding: 7px 16px; font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  color: var(--indigo); background: #efeaff; border: 1px solid #ddd6ff; border-radius: 999px;
}
.hero h1 { margin: 0 0 .35em; font-size: clamp(3rem, 7vw, 5.4rem); line-height: .96; letter-spacing: -.065em; }
.lead { max-width: 600px; color: var(--muted); font-size: 1.19rem; margin: 0 0 30px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.trust li { color: var(--muted); font-size: .9rem; font-weight: 600; display: flex; align-items: center; gap: 7px; }
.trust li::before { content: "✓"; color: var(--mint); font-weight: 900; }

.hero-visual { position: relative; justify-self: center; max-width: 420px; }
.phone-frame {
  position: relative; z-index: 1; transform: rotate(2.5deg);
  padding: 14px; border-radius: 48px;
  background: linear-gradient(150deg, var(--indigo), #9a63e8 45%, var(--coral));
  box-shadow: 0 40px 90px -20px rgba(91, 75, 216, 0.55);
}
.phone-frame img { border-radius: 37px; width: 100%; }
.float-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 18px; padding: 13px 16px;
  box-shadow: 0 18px 44px -14px rgba(33, 30, 44, 0.4); border: 1px solid var(--line);
  animation: float 5.5s ease-in-out infinite;
}
.float-card strong { display: block; font-size: .95rem; line-height: 1.25; }
.float-card small { color: var(--muted); font-size: .8rem; }
.fc-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #eaf7f2; font-size: 1.2rem; }
.fc-top { top: 40px; left: -58px; }
.fc-bottom { bottom: 62px; right: -48px; animation-delay: -2.6s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------- Logos strip ---------- */
.logos { padding: 18px 0 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.logos-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 34px; justify-content: center; }
.logos-row span { color: var(--muted); font-size: .86rem; font-weight: 600; }
.logos-row strong { font-size: 1.05rem; font-weight: 800; letter-spacing: -.01em; color: var(--ink); opacity: .85; }

/* ---------- Features ---------- */
.features { padding: 104px 0 40px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.feature { transition: transform .18s, box-shadow .18s, border-color .18s; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #dcd4f4; }
.f-emoji { font-size: 2.1rem; display: block; margin-bottom: 14px; }
.feature h3 { margin: 0 0 .35em; font-size: 1.18rem; letter-spacing: -.01em; }
.feature p { margin: 0; color: var(--muted); font-size: .97rem; }

/* ---------- How it works ---------- */
.how { padding: 40px 0 100px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { text-align: center; padding: 0 10px; }
.step-num {
  display: inline-block; margin: 0 0 18px; padding: 8px 16px;
  background: linear-gradient(135deg, var(--indigo), var(--coral)); color: #fff;
  font-weight: 850; letter-spacing: .08em; border-radius: 12px; font-size: .8rem;
}
.step img {
  width: 100%; max-width: 300px; margin: 0 auto 20px;
  border: 1px solid var(--line); border-radius: 34px;
  box-shadow: 0 26px 60px -20px rgba(33, 30, 44, 0.35);
}
.step h3 { margin: 0 0 .3em; font-size: 1.25rem; letter-spacing: -.01em; }
.step p { margin: 0 auto; max-width: 300px; color: var(--muted); font-size: .97rem; }

/* ---------- Banner ---------- */
.banner { padding: 40px 0 100px; }
.banner-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center;
  background: var(--ink-2); color: #fff; border-radius: 34px; padding: 46px 48px; overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(22, 19, 31, 0.8);
}
.banner-grid img { border-radius: 22px; box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6); }
.banner-grid h2 { margin: .3em 0 .3em; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.02; letter-spacing: -.045em; }
.banner-grid p { color: #bdb6d0; font-size: 1.08rem; margin: 0 0 28px; }
.banner-grid .eyebrow { color: var(--coral-soft); }

/* ---------- Gallery ---------- */
.gallery { padding: 40px 0 100px; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.shot { padding: 14px 14px 18px; text-align: center; transition: transform .18s, box-shadow .18s; }
.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.shot img { margin: 0 auto; border-radius: 24px; width: 100%; max-width: 280px; }
.shot figcaption { margin-top: 12px; color: var(--muted); font-weight: 700; font-size: .9rem; }

/* ---------- Video ---------- */
.video-section { padding: 40px 0 104px; }
.video-wrap {
  position: relative; max-width: 960px; margin: 0 auto; border-radius: 26px; padding: 14px;
  background: linear-gradient(150deg, var(--indigo), var(--coral)); box-shadow: 0 40px 90px -24px rgba(91, 75, 216, 0.5);
}
.video-wrap video { display: block; width: 100%; border-radius: 16px; background: #141119; }

/* ---------- CTA ---------- */
.cta { padding: 40px 0 96px; }
.cta-card {
  text-align: center; padding: 70px 30px;
  border-radius: 36px; color: #fff; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #3d2f96 0%, #5b4bd8 45%, #e2573f 100%);
  box-shadow: 0 46px 90px -30px rgba(91, 75, 216, 0.7);
}
.cta-card::before, .cta-card::after {
  content: ""; position: absolute; border-radius: 999px; filter: blur(70px); opacity: .35;
}
.cta-card::before { width: 340px; height: 340px; background: #ffd3a0; top: -120px; left: -60px; }
.cta-card::after { width: 380px; height: 380px; background: #b9acff; bottom: -160px; right: -60px; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card img { width: 108px; height: 108px; border-radius: 28px; margin: 0 auto 26px; box-shadow: 0 18px 40px -10px rgba(0, 0, 0, 0.5); }
.cta-card h2 { margin: 0 0 .25em; font-size: clamp(2.2rem, 5.4vw, 3.6rem); letter-spacing: -.045em; line-height: 1.02; }
.cta-card p { max-width: 540px; margin: 0 auto 34px; font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); }
.actions-center { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-2); color: #bdb6d0; padding-top: 62px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-grid .brand { color: #fff; }
.footer-note { margin: 16px 0 0; max-width: 300px; font-size: .95rem; }
.footer-col h4 { color: #fff; margin: 0 0 14px; font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { display: block; color: #bdb6d0; text-decoration: none; font-size: .96rem; padding: 5px 0; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-bar {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid #ffffff1a; padding: 22px 0 30px; font-size: .86rem; color: #7f7896;
}

/* ---------- Content pages ---------- */
.content { width: min(820px, calc(100% - 48px)); margin: auto; padding: 70px 0 100px; }
.content h1 { font-size: clamp(2.4rem, 6vw, 3.6rem); line-height: 1.03; letter-spacing: -.05em; margin: .2em 0 .4em; }
.content h2 { margin: 2em 0 .5em; font-size: 1.5rem; letter-spacing: -.02em; }
.content p, .content li { color: #403b4f; font-size: 1.04rem; }
.content ul { padding-left: 1.1em; }
.note { padding: 14px 18px; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; background: #ffe9e3; }
.form label { display: block; margin-top: 18px; font-weight: 700; font-size: .95rem; }
.form input, .form textarea {
  width: 100%; padding: 13px 15px; margin-top: 7px;
  border: 1px solid var(--line); border-radius: 14px; background: #fff; font: inherit; color: var(--ink);
}
.form input:focus, .form textarea:focus { outline: 2px solid var(--indigo); outline-offset: 1px; }
.form .btn { margin-top: 24px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
#form-status { min-height: 1.6em; font-weight: 650; margin: 18px 0 0; }

.invite { min-height: 78vh; display: grid; place-items: center; }
.invite .panel { max-width: 540px; text-align: center; }
.invite .emoji { font-size: 4rem; display: block; margin-bottom: 14px; }
.invite h1 { font-size: clamp(2.4rem, 6vw, 3.4rem); letter-spacing: -.05em; margin: .1em 0 .4em; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .banner-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero { padding: 56px 0 72px; }
  .hero-copy { text-align: center; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .trust { justify-content: center; }
  .features-grid, .steps, .shot-grid { grid-template-columns: repeat(2, 1fr); }
  .banner-grid img { width: min(100%, 720px); margin: auto; }
  .float-card { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .navlinks, .nav-cta { display: none; }
  .features-grid, .steps, .shot-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 3.5rem); letter-spacing: -.045em; }
  .actions { justify-content: center; }
  .banner-grid { padding: 32px 24px; }
  .cta-card { padding: 54px 22px; }
  .logos-row { gap: 10px 22px; }
  .footer-bar { justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .float-card { animation: none; }
  * { transition: none !important; }
}