:root {
  color-scheme: light;
  --brand: #6d5dfc;
  --brand-deep: #4935cf;
  --brand-soft: #f0edff;
  --ink: #23232a;
  --muted: #6f707b;
  --line: rgba(52, 48, 91, 0.12);
  --surface: rgba(255, 255, 255, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 2%, rgba(109, 93, 252, 0.16), transparent 30rem),
    linear-gradient(180deg, #fcfbff 0%, #f6f5fc 100%);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; text-wrap: balance; }
p { text-wrap: pretty; }
.shell { width: min(920px, calc(100% - 42px)); margin-inline: auto; }
.product-page .shell { width: min(1180px, calc(100% - 42px)); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--brand-deep); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 18px; font-weight: 780; text-decoration: none; letter-spacing: -0.025em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg, #8c7cff, #4d38d8); box-shadow: 0 8px 20px rgba(80, 58, 214, 0.24); font-size: 23px; line-height: 1; }
.brand-icon { width: 40px; height: 40px; border-radius: 11px; box-shadow: 0 8px 20px rgba(80, 58, 214, 0.24); }
.site-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.page-main { padding: 56px 0 88px; }
.page-intro { max-width: 720px; margin-bottom: 34px; }
.eyebrow { margin-bottom: 12px; color: var(--brand-deep); font-size: 11px; font-weight: 820; letter-spacing: 0.14em; text-transform: uppercase; }
.page-intro h1 { margin-bottom: 18px; font-size: clamp(40px, 6vw, 64px); font-weight: 820; letter-spacing: -0.06em; }
.page-intro > p:not(.eyebrow):not(.page-meta) { color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.page-meta { color: #93939d; font-size: 13px; }
.card { margin-top: 24px; padding: clamp(26px, 5vw, 50px); border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 22px 65px rgba(54, 46, 112, 0.09); }
.card h2 { margin-bottom: 13px; font-size: clamp(26px, 4vw, 36px); letter-spacing: -0.045em; }
.card h3 { margin-bottom: 6px; font-size: 17px; }
.card p, .card li { color: var(--muted); }
.steps { display: grid; gap: 17px; margin: 28px 0 0; padding: 0; counter-reset: step; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; align-items: start; }
.steps li::before { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: var(--brand-deep); background: var(--brand-soft); content: counter(step); counter-increment: step; font-weight: 800; }
.steps p { margin-bottom: 0; }
.faq-list { display: grid; gap: 10px; margin-top: 24px; }
details { border: 1px solid var(--line); border-radius: 16px; background: rgba(248, 247, 253, 0.72); }
summary { padding: 18px 20px; cursor: pointer; font-weight: 720; }
details p { margin: 0; padding: 0 20px 20px; }
.contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact p { margin-bottom: 0; }
.button { display: inline-flex; min-height: 48px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 12px 19px; border-radius: 14px; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-deep)); box-shadow: 0 11px 28px rgba(80, 58, 214, 0.22); font-weight: 720; text-decoration: none; }
.policy section + section { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.policy h2 { font-size: 24px; }
.policy ul { padding-left: 22px; }
.privacy-summary { margin-top: 24px; padding: 20px 24px; border: 1px solid rgba(109, 93, 252, 0.18); border-radius: 18px; color: var(--brand-deep); background: var(--brand-soft); font-weight: 720; }
.site-footer { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(109, 93, 252, 0.34); outline-offset: 3px; }

.product-hero { display: grid; min-height: 700px; grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr); gap: clamp(44px, 7vw, 96px); align-items: center; padding: 72px 0 102px; }
.hero-copy h1 { margin-bottom: 24px; font-size: clamp(58px, 7.5vw, 96px); font-weight: 850; letter-spacing: -0.07em; line-height: 0.95; }
.hero-copy h1 span { color: var(--brand); }
.hero-lead { max-width: 620px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button-secondary { color: var(--brand-deep); border: 1px solid rgba(109, 93, 252, 0.2); background: rgba(255,255,255,.78); box-shadow: none; }
.hero-note { margin: 17px 0 0; color: #90909b; font-size: 13px; }
.hero-window { position: relative; margin: 0; }
.hero-window::before { position: absolute; z-index: -1; inset: 8% -6% -8% 10%; border-radius: 50%; background: rgba(109,93,252,.22); filter: blur(56px); content: ""; }
.hero-window img { display: block; width: 100%; height: auto; border: 1px solid rgba(58,47,120,.12); border-radius: 24px; box-shadow: 0 36px 90px rgba(54,46,112,.2); }
.comparison-section { display: grid; grid-template-columns: minmax(260px, .68fr) minmax(520px, 1.32fr); gap: clamp(44px, 7vw, 92px); align-items: center; padding: 108px 0; }
.section-copy { max-width: 690px; }
.section-copy.centered { margin-inline: auto; text-align: center; }
.section-copy h2 { margin-bottom: 18px; font-size: clamp(40px, 5vw, 64px); font-weight: 830; letter-spacing: -0.055em; }
.section-copy > p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.comparison-visual { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 28px 72px rgba(54,46,112,.14); }
.comparison-visual img { display: block; width: 100%; height: auto; }
.comparison-visual figcaption { display: grid; grid-template-columns: 1fr 1fr; padding: 14px 22px 16px; color: var(--muted); font-size: 13px; font-weight: 720; }
.comparison-visual figcaption span:last-child { color: var(--brand-deep); text-align: right; }
.feature-section { padding: 108px 0 118px; background: linear-gradient(180deg, rgba(238,235,255,.74), rgba(248,247,253,.92)); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; }
.feature-card { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 16px 42px rgba(54,46,112,.07); }
.feature-card > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 28px; border-radius: 15px; color: var(--brand-deep); background: var(--brand-soft); font-size: 23px; font-weight: 800; }
.feature-card h3 { margin-bottom: 10px; font-size: 20px; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.workflow-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(44px, 8vw, 112px); padding: 110px 0; }
.workflow { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.workflow li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.75); }
.workflow li > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-deep)); font-weight: 820; }
.workflow h3 { margin-bottom: 4px; font-size: 20px; }
.workflow p { margin-bottom: 0; color: var(--muted); }
.support-panel { display: grid; grid-template-columns: 72px 1fr auto; gap: 24px; align-items: center; margin-bottom: 96px; padding: 34px 38px; border: 1px solid rgba(109,93,252,.16); border-radius: 26px; background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(240,237,255,.9)); box-shadow: 0 22px 58px rgba(54,46,112,.1); }
.support-panel img { border-radius: 18px; }
.support-panel h2 { margin-bottom: 5px; font-size: 27px; letter-spacing: -.035em; }
.support-panel p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 680px) {
  .site-header { align-items: flex-start; padding-block: 18px; }
  .site-nav { gap: 12px; }
  .page-main { padding-top: 34px; }
  .contact, .site-footer { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .site-footer { justify-content: center; padding-block: 24px; }
}

@media (max-width: 980px) {
  .product-hero, .comparison-section, .workflow-section { grid-template-columns: 1fr; }
  .product-hero { min-height: 0; padding-top: 54px; }
  .hero-copy { max-width: 760px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .product-hero, .comparison-section, .workflow-section { gap: 38px; padding-block: 58px; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 70px); }
  .hero-actions .button { width: 100%; }
  .hero-window img { border-radius: 17px; }
  .section-copy h2 { font-size: 39px; }
  .feature-section { padding-block: 64px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .feature-card { min-height: 0; }
  .support-panel { grid-template-columns: 58px 1fr; padding: 26px; }
  .support-panel img { width: 58px; height: 58px; }
  .support-panel .button { grid-column: 1 / -1; }
}
