:root {
  color-scheme: dark;
  --bg: #08080d;
  --surface: #111117;
  --surface-2: #181820;
  --line: #2b2a35;
  --text: #f6f5f9;
  --muted: #aaa7b4;
  --accent: #9a79ff;
  --accent-2: #e76bbd;
  --ok: #a4e8c1;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(900px 500px at 85% -8%, rgba(119, 75, 210, .18), transparent 65%),
    var(--bg);
  color: var(--text);
  font: 16px/1.55 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(8,8,13,.82);
  backdrop-filter: blur(18px);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid #5b487f; border-radius: 14px;
  background: linear-gradient(145deg, #231b39, #15131e);
  color: #bf9dff; font-size: 26px; font-weight: 800;
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy b { font-size: 15px; letter-spacing: -.01em; }
.brand-copy small { color: var(--muted); font-size: 12px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #c8c5cf; text-decoration: none; font-size: 14px; }
.nav a:hover { color: white; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  border: 1px solid transparent; border-radius: 16px; padding: 0 22px;
  background: var(--text); color: #111015; text-decoration: none; font-weight: 760;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); background: white; }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.025); color: var(--text); }
.button.small { min-height: 42px; padding-inline: 16px; border-radius: 13px; font-size: 14px; }

.hero { padding: 88px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 72px; align-items: center; }
.kicker { color: #c4a9ff; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 780px; margin-top: 20px; font-size: clamp(52px, 7vw, 94px); }
h1 em { color: transparent; background: linear-gradient(90deg, #9c7bff, #e676c1); background-clip: text; font-style: normal; }
.lead { max-width: 700px; margin: 28px 0 0; color: #c7c4cd; font-size: clamp(19px, 2vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.fine { margin-top: 14px; color: #777581; font-size: 13px; }

.demo {
  position: relative; overflow: hidden; min-height: 510px; padding: 28px;
  border: 1px solid #373344; border-radius: 30px;
  background: linear-gradient(160deg, rgba(32,27,47,.94), rgba(16,15,22,.96));
  box-shadow: 0 40px 100px rgba(0,0,0,.28);
}
.demo::after { content: ""; position: absolute; width: 220px; height: 220px; top: -80px; right: -80px; border-radius: 50%; background: rgba(164,99,255,.16); filter: blur(35px); }
.demo-head { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.demo-head strong { color: white; font-size: 15px; }
.dropzone { margin-top: 58px; padding: 34px 26px; border: 1px dashed #5c526d; border-radius: 22px; text-align: center; background: rgba(255,255,255,.018); }
.drop-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: auto; border-radius: 18px; background: #24202f; color: #b99cff; font-size: 29px; }
.dropzone h3 { margin-top: 18px; font-size: 23px; }
.dropzone p { margin: 8px auto 0; color: var(--muted); font-size: 14px; }
.progress { margin-top: 26px; height: 7px; border-radius: 999px; background: #2a2732; overflow: hidden; }
.progress i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); border-radius: inherit; }
.progress-meta { display: flex; justify-content: space-between; margin-top: 10px; color: #8e8998; font-size: 12px; }
.demo-result { display: flex; align-items: center; gap: 12px; margin-top: 26px; padding: 16px; border: 1px solid #34313d; border-radius: 18px; background: #131219; }
.check { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 12px; background: rgba(99,208,145,.12); color: var(--ok); }
.demo-result b { display: block; font-size: 14px; }.demo-result small { color: var(--muted); }

.trust-strip { border-block: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.07); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.trust-grid b { display: block; font-size: 19px; }.trust-grid span { color: var(--muted); font-size: 13px; }

.section { padding: 104px 0; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: end; margin-bottom: 38px; }
.section h2 { font-size: clamp(40px, 5vw, 66px); }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.step-num { color: #8e74ce; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.step h3 { margin-top: 54px; font-size: 27px; }.step p { color: var(--muted); margin: 13px 0 0; }

.modes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mode { display: flex; flex-direction: column; min-height: 430px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.mode.accent { border-color: #765bbc; background: linear-gradient(150deg, rgba(76,52,119,.34), #111117 60%); }
.mode-tag { align-self: flex-start; padding: 7px 10px; border: 1px solid #413d49; border-radius: 999px; color: #c7c2cf; font-size: 12px; font-weight: 800; }
.mode h3 { margin-top: 30px; font-size: 40px; }.mode p { color: var(--muted); font-size: 18px; }
.mode ul { display: grid; gap: 10px; margin: 18px 0 30px; padding: 0; list-style: none; color: #d4d1d9; }
.mode li::before { content: "·"; color: var(--accent); margin-right: 10px; }
.mode .button { margin-top: auto; }

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); }
.plan.featured { border-color: #7c61c2; background: linear-gradient(155deg, rgba(69,47,108,.32), #121118 60%); }
.badge { position: absolute; top: 18px; right: 18px; color: #bda7fa; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.plan small { color: var(--muted); }.plan strong { display: block; margin-top: 20px; font-size: 48px; letter-spacing: -.05em; }.plan span { color: #bebac5; }
.price { display: flex; align-items: baseline; gap: 8px; margin: 28px 0 20px; }.price b { font-size: 28px; }.price small { font-size: 13px; }

.proof {
  display: grid; grid-template-columns: minmax(320px,.78fr) minmax(0,1.22fr);
  gap: 54px; align-items: center; padding: 26px;
  border: 1px solid var(--line); border-radius: 30px;
  background: linear-gradient(145deg, #121118, #0d0d12);
}
.proof-media { overflow: hidden; border-radius: 22px; background: #ddd9cc; }
.proof-media img { display: block; width: 100%; height: auto; }
.proof-copy { padding: 20px 30px 20px 0; }
.proof-copy h2 { margin-top: 18px; font-size: clamp(40px,5vw,66px); }
.proof-copy .quote { margin: 24px 0 0; color: #dad6df; font-size: 21px; line-height: 1.48; }
.proof-numbers { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.proof-numbers div { min-width: 126px; padding: 15px 18px; border: 1px solid #35313d; border-radius: 17px; background: #15141a; }
.proof-numbers b { display: block; font-size: 25px; }.proof-numbers span { color: var(--muted); font-size: 12px; }
.proof-numbers i { color: #817d89; font-style: normal; }
.disclaimer { margin-top: 22px; color: #77737f; font-size: 12px; }
.review-shot { display:flex; align-items:center; gap:22px; margin:16px 0 0 auto; width:min(760px,100%); padding:16px; border:1px solid var(--line); border-radius:22px; background:var(--surface); }
.review-shot img { display:block; width:min(520px,72%); height:auto; border-radius:14px; }
.review-shot p { margin:0; color:var(--muted); font-size:13px; }.review-shot strong { display:block; color:var(--text); font-size:15px; margin-bottom:4px; }

.promise { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: #101016; }
.promise h2 { font-size: 45px; }.promise p { margin: 0 0 18px; color: var(--muted); }.promise strong { color: #ddd7ec; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; }
.faq h2 { font-size: 54px; }.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; list-style: none; font-size: 18px; font-weight: 720; }.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--muted); }.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 680px; color: var(--muted); }

.final { padding: 0 0 100px; }
.final-card { padding: 60px; border: 1px solid #463759; border-radius: 34px; background: linear-gradient(120deg, #20182f, #111117 65%); text-align: center; }
.final h2 { font-size: clamp(42px, 6vw, 74px); }.final p { color: var(--muted); font-size: 19px; }

footer { border-top: 1px solid rgba(255,255,255,.07); padding: 36px 0 54px; color: #7e7b86; font-size: 13px; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }.footer-links a { color: #aaa6b2; text-decoration: none; }

.legal { padding: 70px 0 100px; }
.legal article { width: min(800px, 100%); }
.legal h1 { font-size: clamp(44px, 6vw, 72px); }.legal h2 { margin-top: 42px; font-size: 27px; letter-spacing: -.025em; }.legal h3 { margin-top: 28px; font-size: 20px; letter-spacing: -.02em; }
.legal p, .legal li { color: #c2bec9; }.legal li { margin: 8px 0; }.legal .updated { color: #777482; }.legal .notice { margin: 26px 0; padding: 18px; border: 1px solid #58466d; border-radius: 16px; background: rgba(118,86,159,.12); color: #d4cae0; }

@media (max-width: 900px) {
  .nav a:not(.button) { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .section-head, .promise, .faq { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }.demo { min-height: auto; }.dropzone { margin-top: 42px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.07); }
  .steps { grid-template-columns: 1fr; }.step { min-height: auto; }.step h3 { margin-top: 34px; }
  .modes { grid-template-columns: 1fr; }.mode { min-height: 390px; }
  .pricing { grid-template-columns: 1fr; }
  .proof { grid-template-columns: 1fr; gap: 24px; }.proof-copy { padding: 10px 12px 20px; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .topbar .wrap { min-height: 66px; }.brand-copy b { max-width: 190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar .button { display: none; }
  .hero { padding: 48px 0 42px; } h1 { font-size: 50px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }
  .demo { padding: 20px; border-radius: 24px; }.dropzone { padding: 26px 18px; }
  .trust-grid div { padding: 20px 14px; }.trust-grid b { font-size: 16px; }
  .section { padding: 76px 0; }.section h2 { font-size: 42px; }.section-head { gap: 18px; }
  .mode { padding: 26px; }.mode h3 { font-size: 34px; }
  .promise { padding: 28px; }.promise h2 { font-size: 38px; }
  .proof { padding: 14px; border-radius: 24px; }.proof-media { border-radius: 17px; }.proof-copy .quote { font-size: 18px; }.proof-numbers { display:grid; grid-template-columns:1fr 1fr; gap: 10px; }.proof-numbers i { display:none; }.proof-numbers div { min-width: 0; padding: 13px; }.proof-numbers b { font-size: 21px; }.review-shot { display:block; padding:12px; }.review-shot img { width:100%; }.review-shot p { padding:12px 4px 2px; }
  .faq { gap: 34px; }.faq h2 { font-size: 42px; }
  .final-card { padding: 38px 22px; }.footer-grid { flex-direction: column; }
}
