:root {
  --bg: #0b0f14;
  --bg-soft: #111722;
  --card: #151d29;
  --card-2: #0f151f;
  --text: #f8fafc;
  --muted: #9cabbd;
  --line: rgba(255,255,255,.09);
  --accent: #ff3156;
  --accent-2: #ff6b88;
  --green: #35d07f;
  --shadow: 0 28px 80px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,15,20,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; }
.brand strong { font-weight: 500; color: #aab6c6; }
.brand-mark { width: 34px; height: 34px; border: 2px solid var(--accent); border-radius: 9px; display: grid; place-items: center; box-shadow: 0 0 0 4px rgba(255,49,86,.07); }
.brand-mark span { width: 13px; height: 13px; border: 2px solid #fff; border-radius: 4px; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #c9d3df; }
.nav a:hover { color: #fff; }
.nav-cta { padding: 9px 14px; border: 1px solid var(--line); border-radius: 10px; }
.menu-btn { display: none; background: none; border: 0; color: white; font-size: 24px; }

.hero { padding: 92px 0 82px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(255,49,86,.18), transparent 66%); right: -180px; top: -220px; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow, .kicker { font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: #ff8da2; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,49,86,.2); background: rgba(255,49,86,.08); border-radius: 999px; letter-spacing: .08em; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,49,86,.1); }
.hero h1 { font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; margin: 24px 0 24px; }
.hero h1 span { color: #a9b6c6; }
.lead { color: var(--muted); font-size: 19px; max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 28px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 11px; font-weight: 700; font-size: 14px; border: 1px solid transparent; transition: .2s ease; }
.btn.primary { background: var(--accent); color: #fff; box-shadow: 0 10px 35px rgba(255,49,86,.24); }
.btn.primary:hover { transform: translateY(-1px); background: #ff4263; }
.btn.secondary { background: #151d29; border-color: var(--line); color: #e9eef5; }
.btn.secondary:hover { background: #1b2634; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 18px; color: #95a6b9; font-size: 13px; }
.trust-row span::first-letter { color: var(--green); }

.hero-visual { position: relative; }
.desktop-window { background: linear-gradient(145deg, #1c2430, #0c1118); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1100px) rotateY(-4deg) rotateX(2deg); }
.window-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid var(--line); color: #8290a3; }
.window-top > span { width: 9px; height: 9px; border-radius: 50%; background: #445064; }
.window-top > span:first-child { background: #ff5d72; }
.window-top small { margin-left: 8px; font-size: 11px; }
.desktop-content { position: relative; aspect-ratio: 1.42 / 1; padding: 24px; display: grid; place-items: center; background: radial-gradient(circle at 65% 40%, rgba(255,49,86,.08), transparent 40%), #111722; }
.frame-landscape { width: 84%; aspect-ratio: 16/9; border: 3px solid #4e9cff; position: absolute; left: 5%; top: 11%; border-radius: 8px; }
.fake-screen { margin: 13px; height: calc(100% - 26px); border-radius: 7px; background: linear-gradient(135deg, #1e2a3a, #101721); padding: 18px; }
.browser-line { height: 8px; width: 70%; border-radius: 5px; background: #34445a; margin-bottom: 10px; }
.browser-line.small { width: 40%; }
.browser-card { margin-top: 22px; height: 46%; border-radius: 8px; background: linear-gradient(135deg, rgba(255,49,86,.28), rgba(255,255,255,.05)); }
.frame-phone { width: 27%; aspect-ratio: 9/16; border: 3px solid var(--accent); position: absolute; right: 8%; top: 17%; border-radius: 22px; overflow: hidden; box-shadow: 0 18px 45px rgba(0,0,0,.35); background: #121821; }
.phone-camera { position: absolute; z-index: 2; top: 8px; left: 50%; transform: translateX(-50%); color: #171a20; font-size: 23px; }
.phone-content { height: 100%; background: linear-gradient(180deg,#36445a,#161d27); display: flex; flex-direction: column; justify-content: end; align-items: center; padding: 20px 10px; }
.presenter { width: 68%; aspect-ratio: 1/1.18; border-radius: 52% 52% 18% 18%; background: linear-gradient(#d9a786 36%, #17202c 37%); box-shadow: 0 0 0 8px rgba(255,255,255,.04); }
.caption { margin-top: 12px; padding: 4px 8px; font-size: 9px; background: rgba(0,0,0,.48); border-radius: 6px; }
.badge { position: absolute; top: -12px; left: 12px; background: #0d1219; border: 1px solid currentColor; color: #7bb7ff; padding: 3px 7px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.frame-phone .badge { color: #ff8298; left: auto; right: 8px; }
.control-panel { position: absolute; left: 9%; bottom: 8%; width: 154px; padding: 10px; border-radius: 14px; border: 1px solid rgba(255,255,255,.13); background: rgba(236,240,246,.94); box-shadow: 0 12px 38px rgba(0,0,0,.3); color: #202735; }
.control-title { text-align: center; font-size: 9px; font-weight: 800; margin-bottom: 8px; }
.control-pill { text-align: center; font-size: 9px; color: #4b596b; background: white; border-radius: 7px; padding: 4px; margin-bottom: 7px; }
.control-panel button { display: block; width: 100%; margin-top: 5px; border: 0; border-radius: 7px; background: #fff; padding: 7px; text-align: left; font-size: 8px; }
.control-panel button:first-of-type { background: var(--accent); color: white; }

.section { padding: 92px 0; }
.section.alt { background: #0e141d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.compact { padding: 66px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading h2, .integration-copy h2, .security-grid h2, .contact-card h2 { font-size: clamp(32px,4vw,50px); line-height: 1.06; letter-spacing: -.04em; margin: 10px 0 16px; }
.section-heading p, .integration-copy > p, .security-grid > div > p { color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { padding: 26px; min-height: 220px; background: linear-gradient(145deg, #141c27, #10161f); border: 1px solid var(--line); border-radius: 16px; }
.feature-card .icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,49,86,.1); color: #ff849b; font-size: 20px; margin-bottom: 20px; }
.feature-card h3 { margin: 0 0 10px; font-size: 19px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.step { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: #121a25; border: 1px solid var(--line); border-radius: 14px; }
.step > span { flex: 0 0 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-weight: 800; }
.step h3 { margin: 0 0 5px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.integration-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 85% 20%, rgba(255,49,86,.13), transparent 35%), #111722; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 10px; }
.check-list li { color: #c7d2df; padding-left: 27px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.notice { margin-top: 24px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.03); color: #a8b6c7; font-size: 13px; }
.integration-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 7px; }
.flow-item { text-align: center; padding: 18px 10px; border: 1px solid var(--line); border-radius: 14px; background: #0d131c; }
.flow-item span { display: grid; place-items: center; margin: 0 auto 9px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,49,86,.14); color: #ff8399; font-weight: 800; font-size: 12px; }
.flow-item strong, .flow-item small { display: block; }
.flow-item strong { font-size: 13px; }
.flow-item small { margin-top: 3px; color: #7f8ea0; font-size: 10px; }
.flow-arrow { color: #5d6c7d; }

.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.security-cards { display: grid; gap: 12px; }
.security-cards > div { padding: 20px 22px; background: #121a25; border: 1px solid var(--line); border-radius: 14px; }
.security-cards strong { display: block; margin-bottom: 5px; }
.security-cards p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-card { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 34px; border-radius: 20px; background: linear-gradient(135deg, rgba(255,49,86,.12), rgba(255,255,255,.025)); border: 1px solid var(--line); }
.contact-card h2 { font-size: 30px; margin-bottom: 4px; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }

.footer { padding: 46px 0 26px; border-top: 1px solid var(--line); background: #090d12; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand { margin-bottom: 10px; }
.footer p { color: #78889b; font-size: 13px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; color: #9aa8b9; font-size: 13px; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); color: #677689; font-size: 12px; }

.legal-page { background: #0b0f14; }
.legal-main { padding: 70px 0 90px; }
.legal-card { max-width: 900px; padding: 46px; background: #111722; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(40px, 6vw, 64px); line-height: 1; letter-spacing: -.05em; margin: 10px 0 8px; }
.legal-updated { color: #7f8da0; margin-bottom: 34px !important; }
.legal-card h2 { margin-top: 34px; font-size: 22px; letter-spacing: -.02em; }
.legal-card p { color: #b4c0cf; }
.legal-card a:not(.btn) { color: #ff7f97; text-decoration: underline; text-underline-offset: 3px; }
.legal-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }

@media (max-width: 960px) {
  .hero-grid, .integration-card, .security-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 720px; margin: 0 auto; width: 100%; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .integration-flow { max-width: 620px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-links { justify-content: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { position: fixed; inset: 74px 14px auto 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border-radius: 14px; background: #141b25; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px 12px; border-radius: 9px; }
  .menu-btn { display: block; }
  .legal-nav { display: flex; position: static; flex-direction: row; background: none; border: 0; box-shadow: none; padding: 0; }
  .legal-nav a { padding: 7px; }
  .hero { padding: 62px 0 58px; }
  .hero h1 { font-size: 48px; }
  .lead { font-size: 16px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .integration-card { padding: 28px 20px; }
  .integration-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); text-align: center; }
  .footer-grid { flex-direction: column; }
  .legal-card { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 40px; }
  .desktop-window { transform: none; }
  .desktop-content { min-height: 330px; }
  .control-panel { width: 126px; left: 4%; }
  .frame-phone { width: 31%; right: 5%; }
  .feature-card { min-height: 0; }
}
