@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..700;1,8..60,200..700&display=swap");
@import url("https://unpkg.com/@phosphor-icons/web@2.1.1/src/regular/style.css");

:root {
  --navy: #14286B;
  --navy-soft: #4A5578;
  --navy-muted: #5A648A;
  --magenta: #A0219B;
  --orange: #F26722;
  --cream: #FBFAF7;
  --sand: #F7F5EF;
  --panel: #F2F5FC;
  --line: #EAE6DC;
  --line-blue: #DCE4F5;
  --on-navy: #B9C4E4;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: #16224A;
  font-family: Figtree, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--magenta); text-decoration: none; }
a:hover { color: var(--navy); }
::selection { background: #FFD9C4; }

h1, h2, h3 { margin: 0; }
p { margin: 0; }

.serif { font-family: "Source Serif 4", serif; font-weight: 400; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 247, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 32px; padding: 16px 32px; max-width: 1180px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand span { font-size: 20px; font-weight: 800; color: var(--navy); }
.nav { display: flex; align-items: center; gap: 28px; font-size: 15px; }
.nav a { color: var(--navy-soft); }
.nav a:hover { color: var(--navy); }

.btn {
  display: inline-block;
  background: var(--navy); color: #fff;
  padding: 11px 20px; border-radius: 999px;
  font-size: 15px; font-weight: 500;
  transition: background 0.15s ease;
}
.btn:hover { background: var(--magenta); color: #fff; }
.btn-lg { padding: 16px 30px; font-size: 17px; }
.btn-quiet {
  display: block; text-align: center;
  background: var(--panel); border: 1px solid var(--line-blue); color: var(--navy);
  padding: 12px 18px; border-radius: 999px; font-size: 15px; font-weight: 500;
}
.btn-quiet:hover { background: var(--navy); color: #fff; }
.link-quiet { color: var(--navy-soft); font-size: 17px; border-bottom: 1px solid #C9D2E8; padding-bottom: 2px; }

/* hero */
.hero { padding-top: 88px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--panel); border: 1px solid var(--line-blue); color: var(--navy);
  padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 500;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
h1.display { font-size: 68px; line-height: 1.06; letter-spacing: -0.025em; color: var(--navy); text-wrap: balance; }
.lede { font-family: "Source Serif 4", serif; font-size: 22px; line-height: 1.5; color: var(--navy-soft); }

.shot {
  margin-top: 64px;
  border: 1px solid var(--line-blue); border-radius: 16px 16px 0 0;
  background: #fff; box-shadow: 0 -2px 60px rgba(20, 40, 107, 0.10);
  overflow: hidden;
}
.shot-bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid #EDF1FA; background: #F8FAFE; }
.shot-bar b { width: 10px; height: 10px; border-radius: 50%; background: #E2E6F0; }
.shot-bar small { margin-left: 14px; font-size: 12px; color: #8A93AD; }
.shot-crop { height: 520px; overflow: hidden; }
.shot-crop img { width: 100%; display: block; }

/* dark band */
.band { background: var(--navy); color: #fff; padding: 104px 0; }
.band h2 { font-size: 44px; line-height: 1.15; letter-spacing: -0.02em; }
.band .sub { font-size: 19px; line-height: 1.6; color: var(--on-navy); }

.pain {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px; background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 14px; overflow: hidden;
}
.pain > div { background: var(--navy); padding: 36px 34px; }
.pain h3 { font-size: 19px; font-weight: 600; margin-bottom: 10px; }
.pain p { font-size: 16px; line-height: 1.6; color: var(--on-navy); }

/* features */
h2.section { font-size: 44px; line-height: 1.15; letter-spacing: -0.02em; color: var(--navy); }
h2.section.sm { font-size: 38px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 32px 30px; }
.card:hover { border-color: #C9D2E8; }
.card .ico {
  width: 38px; height: 38px; border-radius: 10px; background: var(--panel);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; color: var(--navy); font-size: 21px;
}
.card h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 10px; color: var(--navy); }
.card p { font-size: 16px; line-height: 1.62; color: var(--navy-muted); text-wrap: pretty; }

/* spotlight */
.spotlight {
  background: var(--panel); border: 1px solid var(--line-blue); border-radius: 18px;
  padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--magenta); }
.spotlight h3 { font-size: 34px; line-height: 1.2; letter-spacing: -0.02em; color: var(--navy); }
.spotlight p { font-size: 17px; line-height: 1.65; color: var(--navy-soft); }
.draft { background: #fff; border: 1px solid var(--line-blue); border-radius: 12px; padding: 26px; box-shadow: 0 8px 30px rgba(20, 40, 107, 0.07); }
.draft-head { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #8A93AD; margin-bottom: 16px; }
.draft-head i { color: var(--orange); font-size: 16px; }
.draft-body { font-family: "Source Serif 4", serif; font-size: 17px; line-height: 1.6; color: #16224A; }
.draft-body p + p { margin-top: 12px; }
.draft-actions { display: flex; gap: 10px; margin-top: 22px; padding-top: 20px; border-top: 1px solid #EDF1FA; }
.pill { font-size: 14px; padding: 9px 18px; border-radius: 999px; }
.pill.solid { background: var(--navy); color: #fff; }
.pill.ghost { border: 1px solid var(--line-blue); color: var(--navy-soft); }

/* quotes */
.quotes-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--sand); padding: 96px 0; }
.quote { background: #fff; border: 1px dashed #D6D0BE; border-radius: 14px; padding: 32px 30px; }
.quote p { font-family: "Source Serif 4", serif; font-size: 19px; line-height: 1.55; color: #16224A; text-wrap: pretty; }
.quote .who { font-size: 15px; font-weight: 600; color: var(--navy); margin-top: 24px; }
.quote .role { font-size: 14px; color: #8A8677; }
.muted { color: #8A8677; font-size: 16px; }

/* pricing */
.price { display: block; align-items: center; gap: 5px; text-align: center;}
.price b { font-family: "Source Serif 4", serif; font-weight: 400; font-size: 40px; color: var(--navy); line-height: 1; }
.price span { font-size: 15px; color: #8A93AD; }

.pricing-card {
  background: var(--panel); border: 1px solid var(--line-blue); border-radius: 18px;
  padding: 48px 56px; max-width: 560px; margin: 0 auto;
}
.pricing-slider-head { display: flex; align-items: baseline; justify-content: space-between; }
.pricing-slider-head span:first-child { font-size: 15px; font-weight: 600; color: var(--navy-soft); }
.pricing-count { font-family: "Source Serif 4", serif; font-size: 28px; color: var(--navy); line-height: 1; }
.pricing-slider-scale { display: flex; justify-content: space-between; font-size: 13px; color: #8A93AD; margin-top: 4px; }

.pricing-card input[type="range"] {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 8px; border-radius: 999px;
  background: linear-gradient(to right, var(--orange) 8%, var(--line-blue) 8%);
  cursor: pointer; margin: 18px 0 6px; touch-action: pan-y;
}
.pricing-card input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 999px; background: transparent; }
.pricing-card input[type="range"]::-moz-range-track { height: 8px; border-radius: 999px; background: transparent; }
.pricing-card input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--orange); border: 4px solid #fff;
  box-shadow: 0 2px 10px rgba(20, 40, 107, 0.28); margin-top: -9px; cursor: pointer;
}
.pricing-card input[type="range"]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--orange); border: 4px solid #fff;
  box-shadow: 0 2px 10px rgba(20, 40, 107, 0.28); cursor: pointer;
}
.pricing-card input[type="range"]:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

.pricing-result { margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--line-blue); text-align: center; }
.pricing-result .price b { font-size: 48px; }
.pricing-breakdown { font-size: 15px; color: var(--navy-muted); margin-top: 8px; }

.tier-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tier-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 36px 30px; display: flex; flex-direction: column; }
.tier-card .price b { font-size: 48px; }
.tier-card .btn-quiet { margin-top: auto; }

.included { background: var(--sand); border: 1px solid var(--line); border-radius: 16px; padding: 44px 48px; }
.included h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: var(--navy); }
.included ul { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 40px; }
.included li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.5; color: var(--navy-soft); }
.included li i { color: var(--orange); font-size: 17px; line-height: 1.4; }

/* faq */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 24px 4px; cursor: pointer; list-style: none;
  font-size: 19px; font-weight: 500; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 26px; color: var(--magenta); line-height: 1; font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { font-family: "Source Serif 4", serif; font-size: 18px; line-height: 1.62; color: var(--navy-soft); padding: 0 60px 26px 4px; text-wrap: pretty; }

/* cta */
.cta { background: var(--navy); color: #fff; padding: 112px 0; text-align: center; }
.cta h2 { font-size: 50px; line-height: 1.1; letter-spacing: -0.025em; }
.cta p { font-size: 19px; line-height: 1.6; color: var(--on-navy); }
.cta.boxed { border-radius: 18px; padding: 72px 56px; }
.cta.boxed h2 { font-size: 40px; letter-spacing: -0.02em; }
.signup { display: flex; gap: 10px; max-width: 480px; margin: 0 auto; }
.signup input {
  flex: 1; background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px;
  padding: 15px 22px; font-size: 16px; color: #fff; font-family: Figtree, sans-serif; outline: none;
}
.signup input::placeholder { color: #8A96C4; }
.signup input:focus { border-color: #fff; }
.signup button {
  background: var(--orange); color: #fff; border: none; border-radius: 999px;
  padding: 15px 26px; font-size: 16px; font-weight: 500; font-family: Figtree, sans-serif;
  cursor: pointer; white-space: nowrap; transition: background 0.15s ease, color 0.15s ease;
}
.signup button:hover { background: #fff; color: var(--navy); }
.fineprint { font-size: 14px; color: #8A96C4; }

/* footer */
.site-footer { border-top: 1px solid var(--line); padding: 44px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 15px; color: #8A8677; }
.footer-inner .brand span { font-size: 15px; font-weight: 500; }
.footer-links { display: flex; gap: 26px; }
.footer-links a { color: #8A8677; }
.footer-links a:hover { color: var(--navy); }

/* spacing helpers */
.mt-6 { margin-top: 6px; }
.mt-10 { margin-top: 10px; }
.mt-16 { margin-top: 16px; }
.mt-18 { margin-top: 18px; }
.mt-20 { margin-top: 20px; }
.mt-24 { margin-top: 24px; }
.mt-28 { margin-top: 28px; }
.mt-36 { margin-top: 36px; }
.mt-44 { margin-top: 44px; }
.mt-56 { margin-top: 56px; }
.mt-64 { margin-top: 64px; }
.pad-96 { padding: 96px 0; }
.pad-104 { padding: 104px 0; }
.narrow { max-width: 820px; }
.narrower { max-width: 720px; margin: 0 auto; }
.tiny { max-width: 460px; margin: 0 auto; }
.w620 { max-width: 620px; }
.w700 { max-width: 700px; }
.w560 { max-width: 560px; }
.row-end { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

@media (max-width: 1000px) {
  h1.display { font-size: 46px; }
  h2.section, .band h2 { font-size: 34px; }
  h2.section.sm { font-size: 30px; }
  .cta h2 { font-size: 36px; }
  .cards, .pain, .included ul { grid-template-columns: 1fr; }
  .spotlight { grid-template-columns: 1fr; gap: 36px; padding: 36px; }
  .tier-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner, .row-end { flex-direction: column; align-items: flex-start; }
  .shot-crop { height: 340px; }
  .pricing-card { padding: 32px 24px; }
  .pricing-result .price b { font-size: 40px; }
}
