:root{
  --purple:#4B2E83;
  --purple-dark:#382064;
  --charcoal:#555555;
  --ink:#2f2f34;
  --soft:#f5f4f7;
  --line:#e7e4ec;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Montserrat',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:var(--white);
  line-height:1.65;
}
a{color:inherit}
.wrap{width:min(1120px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:10;
  background:rgba(255,255,255,.93);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.wordmark{
  font-weight:700;
  color:var(--purple);
  text-decoration:none;
  letter-spacing:-.035em;
  font-size:1.55rem;
}
.nav-link{font-size:.85rem;text-decoration:none;color:var(--charcoal)}
.hero{padding:92px 0 78px;background:linear-gradient(180deg,#fff 0%,#faf9fb 100%)}
.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:64px;align-items:center}
.eyebrow{
  margin:0 0 14px;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--purple);
}
h1,h2{margin:0;line-height:1.07;letter-spacing:-.045em}
h1{font-size:clamp(3.5rem,8vw,6.8rem);font-weight:700}
h1 span{color:var(--purple)}
.lede{max-width:670px;font-size:1.16rem;color:var(--charcoal);margin:28px 0 0}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border-radius:999px;
  text-decoration:none;font-weight:700;font-size:.9rem;
  transition:.18s ease;
}
.button.primary{background:var(--purple);color:white}
.button.primary:hover{background:var(--purple-dark);transform:translateY(-1px)}
.button.secondary{border:1px solid #cfc9da;color:var(--purple);background:white}
.hero-card{
  min-height:330px;
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:white;
  box-shadow:0 18px 45px rgba(60,40,90,.08);
}
.seven{font-size:7rem;line-height:1;color:var(--purple);font-weight:700;letter-spacing:-.09em}
.hero-card p{margin:0;color:var(--charcoal);font-size:1.1rem;font-weight:500}
.principles{padding:76px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}
.three article span{color:var(--purple);font-weight:700;font-size:.78rem}
.three h2{font-size:1.35rem;margin:10px 0 14px}
.three p{margin:0;color:var(--charcoal);font-size:.95rem}
.featured{padding:96px 0}
.product-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:82px;align-items:center}
.product-image{
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:28px;
  padding:34px;
  display:flex;justify-content:center;
}
.product-image img{
  width:100%;
  max-width:420px;
  height:auto;
  display:block;
  border-radius:8px;
  box-shadow:0 16px 38px rgba(0,0,0,.12);
}
.product-copy h2{font-size:clamp(2.3rem,5vw,4.2rem)}
.product-hook{font-size:1.35rem;font-weight:600;color:var(--purple);margin:18px 0 16px}
.product-copy>p:not(.eyebrow):not(.product-hook){color:var(--charcoal);max-width:680px}
.checklist{list-style:none;margin:26px 0;padding:0;display:grid;gap:11px}
.checklist li{position:relative;padding-left:28px;color:var(--charcoal)}
.checklist li:before{
  content:"✓";position:absolute;left:0;top:0;color:var(--purple);font-weight:700
}
.launch-note{
  display:flex;flex-direction:column;
  margin:28px 0 20px;padding:18px 20px;border-left:4px solid var(--purple);
  background:var(--soft);border-radius:0 12px 12px 0
}
.launch-note span{color:var(--charcoal);font-size:.9rem}
.anti-overwhelm{padding:92px 0;background:var(--purple);color:white}
.statement{max-width:920px;text-align:center}
.statement .eyebrow{color:#d8cceb}
.statement h2{font-size:clamp(2.4rem,6vw,4.7rem)}
.statement p:last-child{max-width:740px;margin:24px auto 0;color:#e9e4f1;font-size:1.08rem}
.coming{padding:88px 0}
.coming h2{font-size:clamp(2rem,4.5vw,3.7rem);max-width:700px}
.pill-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.pill-row span{border:1px solid var(--line);border-radius:999px;padding:10px 15px;color:var(--charcoal);font-size:.86rem;background:var(--soft)}
footer{border-top:1px solid var(--line);padding:42px 0 50px}
.footer-grid{display:flex;justify-content:space-between;gap:32px}
.footer-mark{font-size:1.4rem}
footer p{margin:6px 0 0;color:#777;font-size:.82rem}
.footer-right{text-align:right}
.footer-right a{color:var(--purple);text-decoration:none;font-weight:600;font-size:.9rem}
@media (max-width:820px){
  .hero{padding:70px 0 58px}
  .hero-grid,.product-grid{grid-template-columns:1fr;gap:42px}
  .hero-card{min-height:230px}
  .three{grid-template-columns:1fr;gap:34px}
  .product-image{padding:24px}
}
@media (max-width:560px){
  .wrap{width:min(100% - 28px,1120px)}
  .nav-link{display:none}
  .hero{padding-top:54px}
  .actions{flex-direction:column}
  .button{width:100%}
  .featured,.anti-overwhelm,.coming{padding:70px 0}
  .footer-grid{flex-direction:column}
  .footer-right{text-align:left}
}
