@font-face { font-family: "Inter Tight"; src: url("/fonts/InterTight-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("/fonts/InterTight-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("/fonts/InterTight-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("/fonts/InterTight-ExtraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter Tight"; src: url("/fonts/InterTight-Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; }

:root {
  --purple: #713F93; --purple-deep: #5A2F78;
  --indigo: #5F61AE; --blue: #2476AA; --green: #187F69;
  --pink: #AC3E68; --hot: #E63E8C; --gold: #B87500; --yellow: #FFD966;
  --cream: #FBF6EA; --ink: #241B2B; --muted: #5E5366; --line: #E9DFD0;
  --display: "Inter Tight", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 17px/1.6 var(--display); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--purple); }

/* ---------- shared ---------- */
.wordmark { font: 900 34px/1 var(--display); letter-spacing: -1.5px; color: var(--purple); text-decoration: none; }
.wordmark.small { font-size: 26px; }
.kicker { font: 800 13px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; opacity: .85; margin: 0 0 14px; }
.mark { position: relative; white-space: nowrap; }
.mark::after { content: ""; position: absolute; left: 2%; right: 2%; bottom: -.08em; height: .12em; border-radius: 99px; background: var(--hot); transform: rotate(-1deg); }
.mark.yellow::after { background: var(--yellow); }

/* ---------- home ---------- */
.home .top { max-width: 1160px; margin: 0 auto; padding: 24px 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home .top nav { display: flex; gap: 22px; }
.home .top nav a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 15px; }
.home .top nav a:hover { color: var(--purple); }

.hero { max-width: 1160px; margin: 0 auto; padding: 48px 24px 72px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero h1 { font: 900 clamp(52px, 8.4vw, 112px)/.95 var(--display); letter-spacing: -.045em; color: var(--purple); margin: 0 0 26px; text-wrap: balance; }
.lede { font-size: clamp(19px, 2vw, 22px); font-weight: 600; color: var(--purple-deep); max-width: 30ch; margin: 0 0 30px; line-height: 1.45; }
.lede em { font-style: normal; background: linear-gradient(transparent 60%, rgba(255, 217, 102, .8) 60%); }
.soon { display: inline-block; background: var(--ink); color: #fff; font-weight: 800; font-size: 16px; padding: 14px 22px; border-radius: 14px; }

.phone { justify-self: center; width: min(320px, 78vw); padding: 11px; background: #111; border-radius: 52px; box-shadow: 0 30px 60px -20px rgba(36, 27, 43, .45), 0 0 0 2px #2a2a2a inset; }
.phone img { border-radius: 42px; width: 100%; height: auto; }
.tilt-r { transform: rotate(3deg); }
.tilt-l { transform: rotate(-3deg); }

.band { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 88px max(24px, calc((100vw - 1112px) / 2)); color: #fff; }
.band h2 { font: 900 clamp(40px, 6vw, 76px)/1 var(--display); letter-spacing: -.04em; margin: 0 0 22px; text-wrap: balance; }
.band p { font-size: 19px; line-height: 1.55; max-width: 34ch; margin: 0; font-weight: 500; }
.band-purple { background: var(--purple); }
.band-yellow { background: var(--yellow); color: var(--purple); }
.band-yellow p { color: var(--purple-deep); }
.band-pink { background: var(--pink); }
.band-green { background: var(--green); }

.kind { max-width: 1112px; margin: 0 auto; padding: 88px 24px 40px; text-align: center; }
.kind h2 { font: 900 clamp(38px, 5vw, 64px)/1 var(--display); letter-spacing: -.04em; color: var(--purple); margin: 0 0 28px; }
.chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chips li { background: #fff; border: 2px solid var(--line); border-radius: 99px; padding: 10px 18px; font-weight: 700; font-size: 16px; color: var(--ink); }

.plus { padding: 40px 24px 96px; }
.plus-card { max-width: 900px; margin: 0 auto; background: var(--gold); color: #fff; border-radius: 36px; padding: clamp(32px, 6vw, 64px); text-align: center; }
.plus-card h2 { font: 900 clamp(40px, 6vw, 72px)/1 var(--display); letter-spacing: -.04em; margin: 0 0 18px; }
.plus-card p { font-size: 19px; font-weight: 500; max-width: 40ch; margin: 0 auto; }
.plus-card .free { margin-top: 18px; font-weight: 800; }

.foot { border-top: 2px solid var(--line); max-width: 1112px; margin: 0 auto; padding: 28px 24px 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 20px; }
.foot nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 15px; }
.foot nav a:hover { color: var(--purple); }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding-top: 28px; text-align: left; }
  .band { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px; }
  .band .phone { order: 2; }
  .home .top nav a:not(:last-child) { display: none; }
}

/* ---------- legal and support pages ---------- */
body:not(.home) > header { background: var(--purple); color: #fff; padding: 28px 24px 30px; }
body:not(.home) > header > a { color: #fff; text-decoration: none; font: 900 36px/1 var(--display); letter-spacing: -1.5px; }
body:not(.home) > header nav { display: flex; gap: 20px; margin-top: 14px; }
body:not(.home) > header nav a { color: #fff; opacity: .9; font-size: 15px; font-weight: 700; text-decoration: none; }
body:not(.home) > header nav a:hover { opacity: 1; text-decoration: underline; }
body:not(.home) main { max-width: 700px; margin: 0 auto; padding: 44px 24px 72px; }
body:not(.home) h1 { font: 900 clamp(38px, 6vw, 56px)/1.02 var(--display); letter-spacing: -.035em; color: var(--purple); margin: 0 0 8px; }
body:not(.home) h2 { font: 800 22px/1.25 var(--display); letter-spacing: -.01em; margin: 38px 0 8px; color: var(--ink); }
.muted { color: var(--muted); font-size: 15px; }
ul { padding-left: 22px; }
li { margin: 6px 0; }
dt { font-weight: 800; margin-top: 24px; font-size: 18px; }
dd { margin: 6px 0 0; }
main footer { border-top: 2px solid var(--line); margin-top: 56px; padding-top: 18px; font-size: 14px; color: var(--muted); }
