:root {
  color-scheme: light;
  --ink: #211b37;
  --muted: #716c81;
  --purple: #743fe8;
  --purple-dark: #5b29c4;
  --soft: #eee7ff;
  --line: #e9e5f3;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #a381fb; outline-offset: 4px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 30; padding: 10px 16px; background: #fff; }
.skip-link:focus { left: 12px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }

.topbar { position: relative; z-index: 10; border-bottom: 1px solid rgba(233,229,243,.7); background: rgba(255,255,255,.96); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; text-decoration: none; font-size: 25px; font-weight: 850; letter-spacing: -.075em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; padding-right: 2px; border-radius: 10px; background: var(--purple); color: #fff; font-size: 23px; font-weight: 800; line-height: 1; letter-spacing: -.12em; transform: rotate(-8deg); }
.brand-accent { color: var(--purple); }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { text-decoration: none; color: #615b72; font-size: 13px; font-weight: 650; transition: color .2s; }
.nav-links a:hover { color: var(--purple); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; padding: 0 18px; border-radius: 8px; color: #fff; background: var(--purple); text-decoration: none; font-size: 12px; font-weight: 750; transition: background .2s, transform .2s; }
.nav-cta:hover, .button-primary:hover { background: var(--purple-dark); transform: translateY(-2px); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 88% 44%, #e9deff 0, #f4efff 27%, transparent 54%), linear-gradient(115deg, #fff 18%, #faf8ff 64%, #f2ecff); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; right: -220px; top: -250px; background: #eadfff; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); align-items: center; gap: clamp(30px,5vw,76px); min-height: 565px; padding-block: 54px 74px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--purple-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: currentColor; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(44px,5.2vw,72px); line-height: 1.06; letter-spacing: -.065em; font-weight: 820; }
.hero h1 em { color: var(--purple); font-style: normal; }
.hero-lead { max-width: 465px; margin-bottom: 28px; color: #686275; font-size: clamp(16px,1.45vw,18px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 48px; padding: 0 20px; border-radius: 8px; background: var(--purple); color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; box-shadow: 0 12px 20px rgba(116,63,232,.16); transition: background .2s, transform .2s; }
.button-primary span { font-size: 18px; font-weight: 400; line-height: 1; }
.button-text { font-size: 13px; font-weight: 700; color: var(--ink); text-decoration: none; border-bottom: 1px solid #b7a3eb; padding-bottom: 3px; transition: color .2s; }
.button-text:hover { color: var(--purple); }
.hero-note { display: flex; gap: 10px; align-items: center; margin: 27px 0 0; color: #797287; font-size: 12px; }
.hero-note::before { content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%; background: #9b77ee; box-shadow: 0 0 0 4px #e9ddff; }

.hero-visual { position: relative; min-width: 0; height: 430px; }
.visual-panel { position: absolute; inset: 17px 26px 4px 75px; overflow: hidden; border-radius: 21px; background: linear-gradient(138deg,#9c68fc 0%,#7946e7 42%,#5624c9 100%); box-shadow: 0 38px 70px rgba(95,46,199,.22); }
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.visual-panel::before { width: 390px; height: 390px; right: -157px; top: -150px; }
.visual-panel::after { width: 320px; height: 320px; left: -130px; bottom: -200px; }
.visual-dots { position: absolute; width: 86px; height: 80px; background-image: radial-gradient(#bca6f1 1.2px,transparent 1.2px); background-size: 10px 10px; opacity: .66; }
.dots-one { left: 30px; top: 42px; }
.dots-two { right: 0; bottom: 30px; }
.visual-label { position: absolute; z-index: 2; right: 48px; top: 28px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.38); border-radius: 100px; color: #fff; background: rgba(255,255,255,.12); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.mockup { position: absolute; top: 47px; left: 113px; width: min(330px,calc(100% - 150px)); min-height: 351px; padding: 23px; border: 1px solid rgba(255,255,255,.85); border-radius: 18px; background: #fff; box-shadow: 0 25px 50px rgba(39,11,111,.24); transform: rotate(3deg); }
.mockup-top { display: flex; justify-content: space-between; align-items: center; }
.mockup-logo { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: #eee7ff; color: var(--purple); font-weight: 900; font-size: 16px; }
.mockup-menu { position: relative; width: 19px; height: 11px; border-block: 2px solid #cfc5e6; }
.mockup-menu::after { content: ""; position: absolute; width: 12px; height: 2px; top: 3px; right: 0; background: #cfc5e6; }
.mockup-kicker { display: block; margin: 22px 0 2px; color: #867f98; font-size: 11px; }
.mockup h3 { margin-bottom: 15px; font-size: 23px; line-height: 1.2; letter-spacing: -.045em; }
.mockup-card { display: flex; align-items: center; gap: 11px; min-height: 64px; margin-top: 9px; padding: 11px 12px; border: 1px solid #eeeaf5; border-radius: 10px; box-shadow: 0 5px 15px rgba(68,41,126,.04); }
.mockup-icon { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #f0e9ff; color: var(--purple); font-size: 16px; font-weight: 800; }
.mockup-icon.orange { background: #fff0e3; color: #ed9551; }
.mockup-icon.blue { background: #eaf4ff; color: #649be6; }
.mockup-card strong { display: block; font-size: 11px; line-height: 1.25; }
.mockup-card small { display: block; margin-top: 3px; color: #928ba0; font-size: 10px; }
.mockup-chevron { margin-left: auto; color: #afa5c7; font-size: 19px; }
.mockup-foot { display: block; height: 9px; width: 62%; margin-top: 19px; border-radius: 6px; background: #ede7f7; }
.float-tile { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid #f2eff9; border-radius: 13px; background: #fff; box-shadow: 0 17px 34px rgba(44,24,94,.13); }
.float-tile strong { display: block; white-space: nowrap; font-size: 11px; line-height: 1.2; }
.float-tile small { display: block; margin-top: 3px; white-space: nowrap; color: #918a9d; font-size: 9px; }
.bubble { flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #eee7ff; color: #733ee4; font-size: 15px; }
.tile-one { top: 96px; left: 15px; transform: rotate(-6deg); }
.tile-two { right: 5px; bottom: 45px; transform: rotate(-4deg); }
.tile-two .bubble { background: #e9f8ee; color: #469e69; }

.values { border-block: 1px solid var(--line); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding-block: 23px; }
.value { display: flex; justify-content: center; align-items: center; gap: 11px; color: #665f77; font-size: 12px; font-weight: 700; }
.value-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--purple); background: var(--soft); font-size: 14px; }
.section { padding-block: 108px; }
.section-head { max-width: 630px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { margin-bottom: 15px; }
.section-head .eyebrow::before { display: none; }
h2 { margin-bottom: 15px; font-size: clamp(34px,3.4vw,47px); line-height: 1.15; letter-spacing: -.055em; }
.section-head p:last-child { margin: 0; color: var(--muted); font-size: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.product { position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 360px; padding: 39px; border: 1px solid #e9e2f6; border-radius: 20px; background: #fbfaff; }
.product::after { content: ""; position: absolute; right: -95px; bottom: -130px; width: 290px; height: 290px; border: 1px solid #e4d8ff; border-radius: 50%; box-shadow: 0 0 0 43px rgba(231,218,255,.22),0 0 0 86px rgba(231,218,255,.15); pointer-events: none; }
.product.second { background: #f9f7ff; }
.product-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 49px; height: 49px; margin-bottom: 27px; border-radius: 13px; color: var(--purple); background: #e9ddff; font-size: 25px; font-weight: 800; }
.second .product-icon { color: #a76e28; background: #fff0d8; }
.product-status { position: absolute; top: 42px; right: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border: 1px solid #e6def6; border-radius: 20px; color: #6745aa; background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #8759e9; }
.second .product-status { color: #92724a; }
.second .product-status::before { background: #d8a360; }
.product h3 { position: relative; z-index: 1; margin-bottom: 12px; font-size: 30px; letter-spacing: -.05em; line-height: 1.15; }
.product p { position: relative; z-index: 1; max-width: 400px; margin-bottom: 23px; color: #706a7d; font-size: 14px; line-height: 1.75; }
.product-list { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: auto 0 0; list-style: none; }
.product-list li { padding: 8px 11px; border: 1px solid #e8e1f7; border-radius: 7px; background: rgba(255,255,255,.84); color: #615679; font-size: 11px; font-weight: 700; }
.principles { background: #faf9fe; border-block: 1px solid #f0ecf8; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.principle { padding: 2px 14px 0 0; }
.principle-number { display: inline-block; margin-bottom: 20px; color: #a37bf0; font-size: 13px; font-weight: 850; letter-spacing: .07em; }
.principle h3 { margin-bottom: 9px; font-size: 19px; letter-spacing: -.035em; }
.principle p { max-width: 305px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.closing { padding-block: 93px; }
.closing-panel { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; padding: 56px 62px; border-radius: 20px; color: #fff; background: linear-gradient(115deg,#5724bd,#854df0); }
.closing-panel::after { content: ""; position: absolute; right: -62px; top: -150px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(255,255,255,.17); box-shadow: 0 0 0 58px rgba(255,255,255,.055),0 0 0 116px rgba(255,255,255,.045); }
.closing-panel > * { position: relative; z-index: 1; }
.closing .eyebrow { color: #dac8ff; margin-bottom: 15px; }
.closing h2 { max-width: 590px; margin-bottom: 8px; font-size: clamp(30px,3vw,42px); }
.closing p:last-child { margin: 0; color: #eee4ff; font-size: 14px; }
.closing .button-primary { flex: none; color: var(--purple-dark); background: #fff; box-shadow: none; }
.closing .button-primary:hover { color: var(--purple); background: #f5efff; }
footer { border-top: 1px solid var(--line); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 31px; }
footer .brand { font-size: 21px; }
footer .brand-mark { width: 27px; height: 27px; font-size: 20px; }
.footer-legal { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
footer p { max-width: 490px; margin: 0; color: #8a8497; font-size: 11px; text-align: right; }
footer a[href^="mailto:"] { color: var(--purple); text-decoration: none; }
footer a[href^="mailto:"]:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 8px; padding-top: 75px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { width: min(560px,100%); margin: 0 auto; }
  .visual-panel { inset: 14px 38px 6px 55px; }
  .mockup { left: 100px; width: min(330px,calc(100% - 145px)); }
  .tile-one { left: 5px; }
  .tile-two { right: 12px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 34px,520px); }
  .topbar-inner { min-height: 68px; }
  .brand { font-size: 23px; }
  .nav-links { display: none; }
  .nav-cta { min-height: 35px; padding-inline: 13px; }
  .hero-grid { padding-block: 62px 38px; }
  h1 { font-size: clamp(43px,9.5vw,61px); }
  .hero-lead { font-size: 15px; }
  .hero-visual { height: 370px; margin-top: 25px; }
  .visual-panel { inset: 22px 15px 10px 46px; }
  .mockup { top: 47px; left: 73px; width: min(295px,calc(100% - 112px)); min-height: 302px; padding: 17px; }
  .mockup h3 { font-size: 20px; margin-bottom: 9px; }
  .mockup-kicker { margin-top: 15px; }
  .mockup-card { min-height: 55px; padding: 8px; }
  .mockup-foot { margin-top: 13px; }
  .tile-one { top: 100px; left: 0; }
  .tile-two { bottom: 20px; right: -2px; }
  .visual-label { right: 26px; top: 31px; }
  .values-grid { grid-template-columns: 1fr; gap: 11px; padding-block: 20px; }
  .value { justify-content: flex-start; }
  .section { padding-block: 75px; }
  .section-head { margin-bottom: 31px; }
  .product-grid, .principle-grid { grid-template-columns: 1fr; }
  .product { min-height: 328px; padding: 30px; }
  .product-status { top: 34px; right: 26px; }
  .principle-grid { gap: 32px; }
  .principle-number { margin-bottom: 8px; }
  .closing { padding-block: 68px; }
  .closing-panel { display: block; padding: 38px 29px; }
  .closing .button-primary { margin-top: 25px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-legal { align-items: flex-start; }
  footer p { text-align: left; }
}
@media (max-width: 390px) {
  .hero-visual { height: 332px; }
  .visual-panel { inset: 20px 3px 9px 36px; }
  .mockup { left: 50px; width: calc(100% - 78px); min-height: 283px; }
  .float-tile { padding: 9px; gap: 6px; }
  .bubble { width: 24px; height: 24px; }
  .float-tile strong { font-size: 9px; }
  .float-tile small { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
