
:root{
  --ink:#0e1830; --muted:#62708a; --line:#e7e9f2; --surface:#fff;
  --blue:#2864ff; --violet:#7540f6; --soft:#f7f7ff; --green:#21a665;
  --shadow:0 22px 65px rgba(37,45,87,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;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;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 42px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,233,242,.8)
}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{height:147px;width:auto}
.nav-links{display:flex;align-items:center;gap:25px;font-size:.92rem;font-weight:700;color:#37405a}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:46px;padding:0 20px;border-radius:10px;font-weight:800;
  background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;
  box-shadow:0 10px 25px rgba(88,72,240,.22);border:1px solid transparent;
  transition:.18s ease;
}
.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(88,72,240,.28)}
.button.ghost{color:#43506b;background:#fff;border-color:#d9deea;box-shadow:none}
.hero{
  overflow:hidden;position:relative;padding:92px 0 74px;
  background:
    radial-gradient(circle at 72% 15%,rgba(115,64,246,.13),transparent 31%),
    radial-gradient(circle at 15% 60%,rgba(40,100,255,.09),transparent 28%),
    linear-gradient(180deg,#fff 0%,#fbfbff 100%);
}
.hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:58px;align-items:center}
.kicker{
  display:inline-flex;padding:7px 11px;border-radius:999px;background:#f0ecff;
  color:#6940dc;text-transform:uppercase;font-size:.75rem;font-weight:900;letter-spacing:.08em
}
h1{font-size:clamp(2.8rem,5vw,5rem);line-height:.98;letter-spacing:-.055em;margin:19px 0 24px}
.gradient{background:linear-gradient(95deg,var(--blue),var(--violet));-webkit-background-clip:text;color:transparent}
.lead{font-size:1.16rem;color:var(--muted);max-width:650px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.microproof{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px;color:#56627c;font-size:.87rem;font-weight:650}
.microproof span::before{content:"✓";color:#6746f3;font-weight:900;margin-right:7px}
.screenshot-shell{
  background:#fff;border:1px solid #e6e8f1;border-radius:18px;padding:10px;
  box-shadow:var(--shadow);transform:perspective(1200px) rotateY(-1.5deg)
}
.screenshot-shell img{border-radius:11px}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:26px 22px;display:flex;gap:13px;align-items:flex-start}
.trust-icon{
  flex:0 0 39px;width:39px;height:39px;border-radius:11px;display:grid;place-items:center;
  color:#6746f3;background:#f1edff;font-weight:900
}
.trust-item strong{display:block;font-size:.94rem}.trust-item small{display:block;color:var(--muted);margin-top:3px}
.section{padding:92px 0}.section.alt{background:#fafaff}
.feature-row{display:grid;grid-template-columns:.72fr 1.28fr;gap:62px;align-items:center}
.feature-row.reverse{grid-template-columns:1.28fr .72fr}
.feature-copy{max-width:460px}
.eyebrow{color:#6940dc;text-transform:uppercase;font-size:.75rem;font-weight:900;letter-spacing:.08em}
h2{font-size:clamp(2rem,3.7vw,3.35rem);line-height:1.06;letter-spacing:-.04em;margin:12px 0 17px}
.feature-copy p{color:var(--muted);font-size:1.02rem}
.checks{list-style:none;padding:0;margin:25px 0 0}
.checks li{margin:11px 0;color:#3f4a64;font-weight:650}
.checks li::before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:9px;border-radius:50%;background:#ebe7ff;color:#6746f3;font-size:.76rem;font-weight:900}
.screen-card{padding:10px;background:#fff;border-radius:18px;border:1px solid #e4e7f0;box-shadow:var(--shadow)}
.screen-card img{border-radius:10px}
.pricing-head{text-align:center;max-width:700px;margin:0 auto 35px}
.pricing{display:grid;grid-template-columns:repeat(2,minmax(0,420px));gap:22px;justify-content:center}
.price-card{padding:30px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 13px 35px rgba(43,51,82,.07)}
.price-card.premium{border-color:#cfc5ff;background:linear-gradient(180deg,#fff,#fbfaff)}
.tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf9f2;color:#177548;font-size:.76rem;font-weight:900}
.price{font-size:2rem;font-weight:900;margin:14px 0 5px}.price small{font-size:.9rem;color:var(--muted);font-weight:600}
.price-card ul{padding-left:20px;color:#4d5871}
.note{color:var(--muted);font-size:.9rem}
.cta{padding:36px;border-radius:24px;background:linear-gradient(130deg,#25205e,#6c35ec);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}
.cta p{color:#e6e3ff;margin-bottom:0}
footer{padding:42px 0;border-top:1px solid var(--line);background:#fff;margin-top:80px}
.footer{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;color:#67718a}
.footer strong{color:var(--ink)}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.content{max-width:850px;padding:70px 0}.content h1{font-size:3.2rem}.content h2{font-size:1.8rem;margin-top:42px}
.content p,.content li{color:#4f5a72}
.notice{padding:17px 19px;border:1px solid #fed7aa;background:#fff7ed;border-radius:12px;color:#9a3412}
@media(max-width:900px){
  .nav-links a:not(.button){display:none}.brand img{height:40px}
  .hero-grid,.feature-row,.feature-row.reverse{grid-template-columns:1fr}
  .hero{padding-top:60px}.trust-grid{grid-template-columns:1fr 1fr}
  .feature-row.reverse .screen-card{order:2}.feature-row.reverse .feature-copy{order:1}
}
@media(max-width:580px){.trust-grid,.pricing{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.container{width:min(100% - 28px,1180px)}}

.price-card{display:flex;flex-direction:column}
.price-card ul{flex:1}
.price-actions{margin-top:22px}
.button.full{width:100%}
.product-hero{padding:82px 0 54px;background:linear-gradient(180deg,#fff,#fafaff)}
.product-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}
.product-list{list-style:none;padding:0;margin:22px 0}
.product-list li{padding:10px 0;border-bottom:1px solid #eef0f6;color:#47526c}
.product-list li:last-child{border-bottom:0}
.product-list li::before{content:"✓";color:#6940dc;font-weight:900;margin-right:9px}
.status-pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#fff4db;color:#9a6200;font-weight:850;font-size:.78rem}
.download-box{margin-top:26px;padding:20px;border:1px solid #e7e9f2;border-radius:15px;background:#fbfbff}
@media(max-width:900px){.product-grid{grid-template-columns:1fr}}
