:root{
  --bg:#07111f;
  --bg-soft:#0b1728;
  --surface:#ffffff;
  --surface-soft:#f4f7fb;
  --text:#0b1728;
  --muted:#617086;
  --line:#dfe6ef;
  --primary:#6957ff;
  --primary-dark:#5543ef;
  --secondary:#13c8a3;
  --accent:#9d8cff;
  --white:#fff;
  --shadow:0 25px 80px rgba(15,30,55,.14);
  --radius:24px;
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
  overflow-x:hidden;
}
body.modal-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
img,svg{display:block;max-width:100%}

.page-glow{position:fixed;z-index:-2;border-radius:50%;filter:blur(80px);opacity:.34}
.glow-one{width:420px;height:420px;top:80px;right:-130px;background:#7b68ff}
.glow-two{width:360px;height:360px;top:500px;left:-180px;background:#2adab3}

.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:108px 0}
.section-heading{max-width:690px;margin-bottom:48px}
.section-heading.centered{text-align:center;margin-inline:auto;margin-bottom:54px}
.section-heading h2{
  font-family:Manrope,sans-serif;
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.08;
  margin:10px 0 18px;
  letter-spacing:-.045em;
}
.section-heading p{font-size:1.06rem;color:var(--muted);margin:0}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--primary);
}
.eyebrow.light{color:#dcd6ff}
.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--secondary);box-shadow:0 0 0 6px rgba(19,200,163,.12)}

.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  transition:.25s ease;
}
.site-header.scrolled{
  background:rgba(7,17,31,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.03em;color:white;font-size:1.18rem}
.brand strong{color:#9b8bff}
.brand-mark{
  width:38px;height:38px;border-radius:12px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#7f6dff,#5140df);
  box-shadow:0 10px 30px rgba(105,87,255,.38)
}
.brand-mark svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.desktop-nav{display:flex;gap:32px;color:#c9d2e0;font-size:.93rem;font-weight:600}
.desktop-nav a:hover{color:white}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{
  border:0;border-radius:12px;padding:12px 18px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:800;transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),#7766ff);color:white;box-shadow:0 12px 30px rgba(105,87,255,.28)}
.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),#6755f0)}
.btn-secondary{background:white;color:var(--text);border:1px solid var(--line);box-shadow:0 8px 24px rgba(20,35,60,.08)}
.btn-ghost{background:transparent;color:#dbe3ee;border:1px solid rgba(255,255,255,.16)}
.btn-light{background:white;color:var(--primary)}
.btn-lg{padding:16px 23px;border-radius:14px}
.full{width:100%}
.play-icon{font-size:.76rem}

.menu-button{display:none;background:none;border:0;width:40px;height:40px;padding:8px}
.menu-button span{display:block;height:2px;background:white;margin:5px 0;border-radius:5px}
.mobile-menu{display:none}

.hero{
  min-height:900px;
  padding-top:178px;
  padding-bottom:45px;
  background:
    radial-gradient(circle at 85% 22%,rgba(105,87,255,.24),transparent 35%),
    radial-gradient(circle at 12% 70%,rgba(19,200,163,.13),transparent 27%),
    linear-gradient(135deg,#06101d 0%,#0a1729 55%,#0b1930 100%);
  color:white;
  position:relative;
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:100px;
  background:white;clip-path:polygon(0 72%,100% 0,100% 100%,0 100%)
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px;position:relative;z-index:2}
.hero-copy h1{
  font-family:Manrope,sans-serif;
  font-size:clamp(3.35rem,6.2vw,6.6rem);
  line-height:.96;
  letter-spacing:-.065em;
  margin:20px 0 27px;
}
.hero-copy h1 span{
  background:linear-gradient(90deg,#b7aaff,#6be6ca);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-lead{font-size:1.12rem;color:#b9c5d5;max-width:650px}
.hero-actions{display:flex;gap:14px;margin:34px 0}
.trust-row{display:flex;align-items:center;gap:16px;color:#aebace}
.avatars{display:flex}
.avatars span{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  background:#1b2b43;border:2px solid #07111f;margin-left:-7px;font-size:.68rem;font-weight:800
}
.avatars span:first-child{margin-left:0}
.stars{color:#ffd66b;letter-spacing:2px;font-size:.82rem}
.trust-row small{display:block;font-size:.75rem}

.hero-visual{position:relative;min-height:590px;display:grid;place-items:center}
.dashboard-card{
  width:100%;
  background:#f8fbff;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  box-shadow:0 40px 100px rgba(0,0,0,.35);
  overflow:hidden;
  transform:perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.dashboard-topbar{height:54px;background:#101d2f;display:flex;align-items:center;padding:0 18px;gap:14px;color:#d8e0ea}
.window-dots{display:flex;gap:6px}
.window-dots span{width:8px;height:8px;border-radius:50%;background:#516075}
.mini-brand{font-weight:800;font-size:.82rem}
.status-pill{margin-left:auto;background:rgba(19,200,163,.14);color:#62e3c8;padding:5px 10px;border-radius:999px;font-size:.66rem;font-weight:800}
.dashboard-body{display:flex;min-height:470px}
.dash-sidebar{width:58px;background:#0b1626;display:flex;flex-direction:column;align-items:center;gap:22px;padding-top:18px}
.side-logo{width:30px;height:30px;border-radius:9px;background:var(--primary);display:grid;place-items:center;font-weight:900}
.dash-sidebar span{width:17px;height:17px;border-radius:5px;background:#26364d}
.dash-sidebar span.active{background:#7462ff}
.dash-content{flex:1;padding:27px;color:var(--text)}
.dash-heading{display:flex;justify-content:space-between;align-items:flex-start}
.dash-heading small{color:var(--muted)}
.dash-heading h3{font-size:1.25rem;margin:3px 0 18px}
.dash-heading button{background:var(--primary);color:white;border:0;border-radius:9px;padding:8px 12px;font-size:.7rem;font-weight:800}
.upload-zone{border:2px dashed #cbd6e3;border-radius:16px;background:white;padding:30px;text-align:center;display:grid;place-items:center;cursor:pointer;transition:.2s}
.upload-zone:hover{border-color:var(--primary);background:#faf9ff}
.upload-icon{width:42px;height:42px;border-radius:13px;background:#edeaff;color:var(--primary);display:grid;place-items:center;font-size:1.4rem}
.upload-zone strong{font-size:.84rem;margin-top:9px}
.upload-zone span{font-size:.72rem;color:var(--muted)}
.scan-result{margin-top:18px;background:white;border-radius:16px;padding:18px;box-shadow:0 7px 28px rgba(24,42,70,.07)}
.result-top{display:flex;justify-content:space-between;align-items:center}
.result-top small,.result-top strong{display:block}
.result-top small{color:var(--muted);font-size:.68rem}
.result-top strong{font-size:.84rem}
.score-ring{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:4px solid #d9e0eb;font-size:.68rem;font-weight:800;color:var(--secondary)}
.scan-bars{margin-top:12px}
.scan-bars div{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;margin-top:8px}
.scan-bars span{font-size:.62rem;color:var(--muted)}
.scan-bars i{height:7px;border-radius:999px;background:linear-gradient(90deg,var(--secondary) var(--w),#e9eef5 var(--w));}
.marketplaces{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap}
.market{padding:7px 10px;border-radius:8px;background:#e9eef5;color:#6d7888;font-size:.66rem;font-weight:800}
.market.active{background:#ece9ff;color:var(--primary)}

.floating-card{
  position:absolute;background:white;color:var(--text);border-radius:16px;padding:13px 16px;
  display:flex;align-items:center;gap:11px;box-shadow:0 18px 50px rgba(0,0,0,.23);
}
.floating-card strong,.floating-card small{display:block}
.floating-card strong{font-size:.74rem}
.floating-card small{font-size:.62rem;color:var(--muted)}
.floating-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#eafbf7;color:#0aa986;font-weight:900}
.risk-card{left:-25px;top:95px}
.sync-card{right:-20px;bottom:78px}

.platform-strip{
  display:flex;align-items:center;justify-content:center;gap:34px;
  margin-top:80px;color:#8290a5;position:relative;z-index:2;flex-wrap:wrap
}
.platform-strip span{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em}
.platform-strip strong{font-family:Manrope;font-size:1rem;color:#a9b5c6}

.problem{background:#fff}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.stat-card{padding:32px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#f8fafc)}
.stat-number{font-family:Manrope;font-size:.72rem;font-weight:800;color:var(--primary)}
.stat-card h3{font-size:1.18rem;margin:17px 0 8px}
.stat-card p{color:var(--muted);margin:0}

.features{background:var(--surface-soft)}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.feature-card{
  min-height:280px;background:white;border:1px solid #e1e8f0;border-radius:var(--radius);
  padding:32px;position:relative;overflow:hidden;
}
.feature-wide{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center}
.feature-icon{width:42px;height:42px;border-radius:13px;background:#eeebff;color:var(--primary);display:grid;place-items:center;font-size:1.15rem;font-weight:900}
.feature-card h3{font-size:1.35rem;margin:18px 0 8px}
.feature-card p{color:var(--muted);margin:0}
.feature-card ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:8px}
.feature-card li{font-size:.86rem;font-weight:700}
.feature-card li:before{content:"✓";color:var(--secondary);margin-right:8px}
.mini-ui{border-radius:18px;background:#f7f9fc;border:1px solid #e3e8ef;padding:18px;box-shadow:0 20px 55px rgba(19,35,61,.11)}
.mini-ui-top{display:flex;gap:5px;margin-bottom:20px}
.mini-ui-top span{width:7px;height:7px;border-radius:50%;background:#d1d8e2}
.listing-line{height:9px;border-radius:8px;background:#dfe5ee;margin:11px 0}
.listing-line.strong{width:80%;background:#8f82ff}
.listing-line.short{width:58%}
.tag-row{display:flex;gap:6px;margin-top:22px}
.tag-row i{font-style:normal;font-size:.6rem;background:#e9f9f5;color:#0a9c7c;border-radius:999px;padding:5px 8px}
.meter{height:9px;background:#e8edf3;border-radius:999px;margin:28px 0 8px;overflow:hidden}
.meter span{display:block;height:100%;background:linear-gradient(90deg,var(--secondary),#61dec5)}
.feature-card small{color:var(--muted)}
.connector-row{display:flex;gap:9px;margin-top:31px}
.connector-row i{width:38px;height:38px;border-radius:12px;background:#f0f2f7;display:grid;place-items:center;font-style:normal;font-weight:900;color:#536075}
.document-stack{position:relative;height:80px;margin-top:28px}
.document-stack i{position:absolute;width:74px;height:64px;border:1px solid #dce3ec;border-radius:10px;background:#fff;box-shadow:0 8px 20px rgba(30,48,75,.08)}
.document-stack i:nth-child(1){left:0;top:15px;transform:rotate(-6deg)}
.document-stack i:nth-child(2){left:34px;top:7px;transform:rotate(2deg)}
.document-stack i:nth-child(3){left:69px;top:0;background:linear-gradient(#8d80ff 0 9px,#fff 9px)}
.message-preview{margin-top:28px;padding:14px;background:#f7f9fc;border-radius:14px}
.message-preview span{display:block;height:8px;background:#dde3eb;border-radius:8px;margin:8px 0}
.message-preview span:nth-child(1){width:80%;background:#9184ff}
.message-preview span:nth-child(2){width:92%}
.message-preview span:nth-child(3){width:60%}
.dark-feature{background:linear-gradient(135deg,#0b1727,#111f35);color:white;border:none}
.dark-feature p{color:#aebdd0}
.chart{height:190px;border-radius:18px;background:rgba(255,255,255,.05);padding:18px;position:relative}
.chart-bars{height:100%;display:flex;gap:11px;align-items:flex-end}
.chart-bars i{flex:1;background:linear-gradient(180deg,#7f6dff,#3bcdb1);border-radius:8px 8px 3px 3px;opacity:.82}
.chart-line{position:absolute;left:14px;right:14px;top:48%;height:1px;background:rgba(255,255,255,.1)}

.how{background:white}
.how-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px}
.sticky-heading{position:sticky;top:130px;align-self:start}
.steps{display:grid;gap:18px}
.step-card{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:29px;border-radius:20px;background:#f7f9fc;border:1px solid var(--line)}
.step-card>span{width:48px;height:48px;border-radius:15px;background:#ece9ff;color:var(--primary);display:grid;place-items:center;font-family:Manrope;font-weight:900}
.step-card h3{margin:3px 0 8px}
.step-card p{margin:0;color:var(--muted)}

.testimonial{padding:90px 0;background:linear-gradient(135deg,#6a58ff,#4936d8);color:white}
.testimonial-wrap{max-width:870px;text-align:center}
.quote-mark{font-family:Georgia;font-size:6rem;height:72px;opacity:.45}
blockquote{font-family:Manrope;font-size:clamp(1.65rem,3vw,2.7rem);line-height:1.28;margin:0}
.quote-author{display:flex;justify-content:center;align-items:center;gap:13px;margin-top:30px}
.quote-author>span{width:43px;height:43px;border-radius:50%;background:white;color:var(--primary);display:grid;place-items:center;font-weight:900}
.quote-author strong,.quote-author small{display:block;text-align:left}
.quote-author small{color:#dcd7ff}

.pricing{background:#fff}
.billing-toggle{margin:0 auto 35px;background:#edf1f6;border-radius:13px;padding:5px;display:flex;width:max-content}
.billing-toggle button{border:0;background:transparent;padding:9px 17px;border-radius:10px;font-weight:800;color:var(--muted)}
.billing-toggle button.active{background:white;color:var(--text);box-shadow:0 4px 14px rgba(27,41,63,.1)}
.billing-toggle span{font-size:.62rem;color:#0aa986}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
.price-card{border:1px solid var(--line);border-radius:24px;padding:31px;background:white;display:flex;flex-direction:column;min-height:590px}
.price-card.featured-price{border:2px solid var(--primary);box-shadow:0 25px 70px rgba(105,87,255,.16);transform:translateY(-12px);position:relative}
.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary);color:white;padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:900}
.plan-label{color:var(--primary);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.price-card h3{font-size:1.25rem;margin:8px 0 0}
.price{display:flex;align-items:flex-start;margin:25px 0 13px}
.price sup{font-size:1.2rem;margin-top:7px;font-weight:800}
.price strong{font-family:Manrope;font-size:3.2rem;line-height:1}
.price small{align-self:flex-end;color:var(--muted);margin-bottom:6px}
.price-card p{color:var(--muted)}
.price-card ul{list-style:none;padding:0;margin:25px 0 30px;display:grid;gap:12px;flex:1}
.price-card li{font-size:.89rem}
.price-card li:before{content:"✓";color:var(--secondary);margin-right:10px;font-weight:900}

.faq{background:var(--surface-soft)}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}
.accordion{display:grid;gap:13px}
.faq-item{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.faq-item button{width:100%;background:none;border:0;padding:20px 22px;display:flex;justify-content:space-between;gap:20px;text-align:left;font-weight:800}
.faq-item button i{font-style:normal;font-size:1.4rem;transition:.2s}
.faq-item.open button i{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease}
.faq-answer p{padding:0 22px 22px;margin:0;color:var(--muted)}
.faq-item.open .faq-answer{max-height:180px}

.cta{background:#fff}
.cta-card{
  border-radius:32px;
  background:
    radial-gradient(circle at 90% 20%,rgba(255,255,255,.15),transparent 30%),
    linear-gradient(135deg,#0b1728,#172949 65%,#362b8b);
  color:white;padding:58px;display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:center;box-shadow:var(--shadow)
}
.cta-card h2{font-family:Manrope;font-size:clamp(2.3rem,4vw,4rem);line-height:1.08;letter-spacing:-.045em;margin:12px 0 18px}
.cta-card p{color:#b9c5d5}
.waitlist-form{background:white;color:var(--text);border-radius:21px;padding:25px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.waitlist-form label{display:block;margin-bottom:13px}
.waitlist-form label span{display:block;font-size:.72rem;font-weight:800;margin-bottom:6px}
.waitlist-form input,.waitlist-form select{width:100%;padding:13px 14px;border:1px solid #d9e1ea;border-radius:10px;background:#fbfcfe;color:var(--text);outline:none}
.waitlist-form input:focus,.waitlist-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(105,87,255,.12)}
.waitlist-form small{display:block;color:var(--muted);font-size:.67rem;margin-top:12px}
.form-message{font-size:.8rem;font-weight:800;margin-top:10px;color:#0a9c7c}

.site-footer{background:#07111f;color:#aab7c8;padding:70px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:50px}
.footer-grid h4{color:white;margin:0 0 17px}
.footer-grid a{display:block;margin:10px 0;font-size:.88rem}
.footer-grid a:hover{color:white}
.footer-brand{margin-bottom:18px}
.footer-grid p{max-width:370px}
.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.09);margin-top:48px;padding-top:22px;font-size:.78rem}

.modal{position:fixed;inset:0;display:none;z-index:100}
.modal.active{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(3,9,17,.76);backdrop-filter:blur(8px)}
.modal-panel{position:relative;z-index:2;width:min(calc(100% - 35px),850px);margin:7vh auto;background:white;border-radius:24px;box-shadow:0 35px 100px rgba(0,0,0,.42)}
.modal-close{position:absolute;right:15px;top:13px;width:38px;height:38px;border-radius:50%;border:0;background:#edf1f6;font-size:1.4rem;z-index:2}
.demo-panel{padding:25px}
.demo-video{aspect-ratio:16/9;background:linear-gradient(135deg,#0b1728,#222e6e);border-radius:18px;display:grid;place-items:center;color:white}
.demo-screen{text-align:center;padding:30px;width:100%}
.demo-progress{height:6px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin-bottom:30px}
.demo-progress span{display:block;height:100%;width:0;background:#55e0c2;transition:width .5s}
.demo-shield{margin:0 auto;width:64px;height:64px;border-radius:20px;background:var(--primary);display:grid;place-items:center;font-size:1.8rem;font-weight:900}
.demo-screen h3{font-family:Manrope;font-size:2rem;margin:17px 0 8px}
.demo-screen p{color:#b9c5d5}
.demo-steps{display:flex;justify-content:center;gap:15px;margin-top:28px;flex-wrap:wrap}
.demo-steps span{font-size:.7rem;color:#7e8ea5}
.demo-steps span.active{color:#5ce3c5;font-weight:900}
.legal-panel{padding:38px;max-height:84vh;overflow:auto}
.legal-panel h3{font-family:Manrope;font-size:2rem}
.legal-panel p{color:var(--muted)}

@media (max-width:980px){
  .desktop-nav,.nav-actions .btn{display:none}
  .menu-button{display:block}
  .mobile-menu{
    position:absolute;top:82px;left:20px;right:20px;background:#0d1b2e;border:1px solid rgba(255,255,255,.1);
    border-radius:18px;padding:16px;box-shadow:0 20px 50px rgba(0,0,0,.35)
  }
  .mobile-menu.open{display:grid;gap:7px}
  .mobile-menu a{padding:11px;color:white}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero-copy .eyebrow,.hero-actions,.trust-row{justify-content:center}
  .hero-lead{margin-inline:auto}
  .hero-visual{min-height:520px}
  .dashboard-card{max-width:680px}
  .risk-card{left:4%}
  .sync-card{right:4%}
  .stat-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr}
  .how-grid,.faq-grid,.cta-card{grid-template-columns:1fr}
  .sticky-heading{position:static}
  .pricing-grid{grid-template-columns:1fr;max-width:650px;margin:auto}
  .price-card.featured-price{transform:none}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2}
}

@media (max-width:680px){
  .container{width:min(calc(100% - 24px),var(--container))}
  .section{padding:80px 0}
  .nav-wrap{height:72px}
  .mobile-menu{top:72px}
  .hero{padding-top:130px;min-height:auto}
  .hero-copy h1{font-size:clamp(3.15rem,15vw,4.7rem)}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .trust-row{align-items:flex-start;text-align:left}
  .hero-visual{min-height:460px;margin-top:10px}
  .dashboard-card{transform:none;border-radius:18px}
  .dashboard-body{min-height:390px}
  .dash-sidebar{display:none}
  .dash-content{padding:17px}
  .upload-zone{padding:18px}
  .scan-bars div{grid-template-columns:95px 1fr}
  .floating-card{display:none}
  .platform-strip{gap:18px;margin-top:45px}
  .feature-wide{grid-template-columns:1fr}
  .feature-card{padding:24px}
  .form-row{grid-template-columns:1fr}
  .cta-card{padding:28px 20px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:8px}
  .modal-panel{margin:4vh auto}
  .demo-panel{padding:13px}
  .demo-screen h3{font-size:1.5rem}
}


.ai-studio{background:linear-gradient(180deg,#fff,#f4f7fb)}
.generator-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}
.generator-card,.generator-result-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.generator-card label{display:block;font-weight:800;font-size:.8rem;margin-bottom:15px}
.generator-card input,.generator-card select,.generator-card textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d7e0ea;border-radius:11px;background:#fbfcfe;color:var(--text);outline:none}
.generator-card textarea{min-height:155px;resize:vertical}
.generator-card input:focus,.generator-card select:focus,.generator-card textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(105,87,255,.12)}
.generator-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.check-label{display:flex!important;align-items:flex-start;gap:10px;font-weight:600!important;color:var(--muted)}
.check-label input{width:auto!important;margin-top:3px!important}
.generator-note{font-size:.72rem;color:var(--muted);margin-bottom:0}
.generator-result-card{position:sticky;top:105px}
.generator-result-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:13px}
.generator-result-head small{color:var(--muted)}
.generator-result-head h3{margin:2px 0}
.generator-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef1f6;color:var(--muted);font-size:.72rem;font-weight:900;margin-bottom:13px}
.generator-status.loading{background:#fff4d9;color:#946710}
.generator-status.success{background:#e8faf5;color:#0b8b6e}
.generator-status.error{background:#ffe9ec;color:#b42d40}
#generator-result{margin:0;min-height:460px;max-height:650px;overflow:auto;white-space:pre-wrap;word-break:break-word;background:#07111f;color:#eaf1fa;border-radius:16px;padding:20px;font-family:Inter,Arial,sans-serif;font-size:.88rem;line-height:1.65}
@media(max-width:980px){.generator-grid{grid-template-columns:1fr}.generator-result-card{position:static}}
@media(max-width:680px){.generator-row{grid-template-columns:1fr}.generator-card,.generator-result-card{padding:20px}.generator-result-head{align-items:flex-start;flex-direction:column}}
