:root {
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, monospace;
  --purple-950: #170027;
  --purple-900: #25003c;
  --purple-800: #3a0057;
  --purple-700: #520574;
  --purple-600: #6b0a91;
  --purple-500: #8a20b4;
  --purple-300: #d3a7ee;
  --purple-100: #f4eafa;
  --ink: #231b2c;
  --muted: #695f71;
  --white: #ffffff;
  --line: rgba(82, 5, 116, .13);
  --shadow: 0 26px 70px rgba(43, 0, 63, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }

.hero-shell { min-height: 860px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 42%, rgba(151, 49, 209, .65), transparent 28%), radial-gradient(circle at 12% 80%, rgba(101, 18, 160, .75), transparent 30%), linear-gradient(145deg, var(--purple-950) 0%, var(--purple-800) 54%, #230038 100%); }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(30, 0, 48, .3); backdrop-filter: blur(18px); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 218px; height: 68px; object-fit: contain; object-position: left center; }
.site-header nav, .legal-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; color: rgba(255,255,255,.82); }
.site-header nav a, .legal-header nav a { transition: .2s ease; }
.site-header nav a:hover, .legal-header nav a:hover { color: #fff; }
.nav-cta { padding: 12px 20px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(255,255,255,.08); }

.hero { min-height: 680px; position: relative; z-index: 5; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; padding-top: 54px; padding-bottom: 86px; }
.hero-copy { max-width: 635px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--purple-600); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #e9c9ff; }
.eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: #dca6ff; box-shadow: 0 0 20px #dca6ff; }
.hero h1 { max-width: 650px; margin: 20px 0 22px; font-size: clamp(58px, 6.2vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero h1 span { display: block; color: #d7a2f6; text-shadow: 0 0 32px rgba(209, 139, 255, .28); }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 0 23px; border-radius: 13px; font-size: 14px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--purple-800); background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.button-light:hover { box-shadow: 0 16px 42px rgba(0,0,0,.28); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.23); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.legal-line { margin-top: 24px !important; color: rgba(255,255,255,.55) !important; font-size: 12px !important; letter-spacing: .02em; }

.phone-stage { min-height: 610px; position: relative; display: grid; place-items: center; }
.phone-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(207,123,255,.42), transparent 68%); filter: blur(14px); }
.phone-frame { position: relative; z-index: 3; width: 327px; padding: 12px 11px 13px; border: 2px solid rgba(255,255,255,.3); border-radius: 48px; background: linear-gradient(145deg, #161318, #050406); box-shadow: 0 42px 80px rgba(0,0,0,.5), inset 0 0 0 3px #29252b; transform: perspective(1000px) rotateY(-8deg) rotateZ(2deg); }
.phone-frame img { width: 100%; border-radius: 37px; background: #050505; }
.phone-speaker { position: absolute; z-index: 4; top: 18px; left: 50%; width: 58px; height: 7px; border-radius: 999px; transform: translateX(-50%); background: #111; }
.floating-tag { position: absolute; z-index: 7; display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 15px; color: #fff; background: linear-gradient(145deg, rgba(163,60,219,.45), rgba(75,7,111,.35)); box-shadow: 0 16px 40px rgba(22,0,35,.35), inset 0 0 22px rgba(255,255,255,.08); backdrop-filter: blur(16px); font-size: 12px; font-weight: 760; }
.floating-tag svg { width: 24px; height: 24px; }
.tag-access { top: 80px; left: 0; animation: float 5s ease-in-out infinite; }
.tag-camera { right: -8px; top: 220px; animation: float 6s ease-in-out infinite 1s; }
.tag-package { left: 13px; bottom: 86px; animation: float 5.5s ease-in-out infinite .6s; }
@keyframes float { 50% { transform: translateY(-9px); } }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .3; }
.hero-orb-a { width: 420px; height: 420px; top: 12%; right: -140px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 0 120px rgba(190,93,255,.3) inset; }
.hero-orb-b { width: 180px; height: 180px; left: -70px; bottom: 10%; border: 1px solid rgba(255,255,255,.12); }
.network-lines { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(118deg, transparent 0 12%, rgba(255,255,255,.2) 12.1% 12.2%, transparent 12.3% 43%, rgba(194,125,240,.32) 43.1% 43.2%, transparent 43.3%), radial-gradient(circle at 14% 68%, #fff 0 2px, transparent 3px), radial-gradient(circle at 92% 34%, #fff 0 2px, transparent 3px), radial-gradient(circle at 62% 18%, #fff 0 1px, transparent 2px); }
.skyline { position: absolute; inset: auto 0 0; height: 190px; display: flex; align-items: flex-end; gap: 14px; padding: 0 3vw; opacity: .2; }
.skyline i { flex: 1; border: 1px solid #d9a7f7; border-bottom: 0; background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.14) 19px 20px), repeating-linear-gradient(0deg, transparent 0 22px, rgba(255,255,255,.15) 23px 24px); }
.skyline i:nth-child(1) { height: 75px; }.skyline i:nth-child(2){height:130px}.skyline i:nth-child(3){height:96px}.skyline i:nth-child(4){height:160px}.skyline i:nth-child(5){height:118px}.skyline i:nth-child(6){height:82px}

.trust-bar { position: relative; z-index: 8; margin-top: -1px; color: #fff; background: #1f0032; border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 25px 32px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid div:first-child { padding-left: 0; }.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 14px; }.trust-grid span { margin-top: 5px; color: rgba(255,255,255,.52); font-size: 12px; }

.features-section { background: radial-gradient(circle at 92% 8%, #f2e3fb 0, transparent 24%), #fff; }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2, .experience-copy h2, .security-copy h2, .company-card h2, .cta-card h2 { margin: 13px 0 16px; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p, .experience-copy p, .security-copy > p, .company-card > div > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.features-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.feature-card { min-height: 150px; position: relative; display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 19px; padding: 27px 30px; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(249,243,252,.94)); box-shadow: 0 12px 36px rgba(56,5,78,.055); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; overflow: hidden; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(105,10,145,.3); box-shadow: var(--shadow); }
.feature-card::after { content:""; position:absolute; width:130px;height:130px; right:-65px;bottom:-70px;border-radius:50%;background:radial-gradient(circle,rgba(146,39,191,.12),transparent 65%); }
.feature-number { position: absolute; top: 16px; right: 18px; color: rgba(82,5,116,.22); font: 700 11px var(--font-geist-mono),monospace; }
.feature-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; color: var(--purple-600); background: linear-gradient(145deg, #faf2ff, #ead2f6); box-shadow: inset 0 0 0 1px rgba(93,7,127,.08); }
.feature-icon svg { width: 31px; height: 31px; }
.feature-card h3 { margin: 0 0 8px; color: var(--purple-800); font-size: 18px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.modules-note { margin: 25px 0 0; color: #857b8c; font-size: 12px; text-align: center; }

.experience-section { position: relative; color: #fff; overflow: hidden; background: radial-gradient(circle at 12% 20%, rgba(161,64,216,.5), transparent 28%), linear-gradient(135deg, var(--purple-950), var(--purple-700)); }
.experience-section::before { content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(120deg,transparent 0 33%,#fff 33.1% 33.2%,transparent 33.3%),radial-gradient(circle at 77% 12%,#fff 0 2px,transparent 3px),radial-gradient(circle at 88% 68%,#fff 0 2px,transparent 3px); }
.experience-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.kicker-light { color: #dbaaf8; }
.experience-copy p { color: rgba(255,255,255,.69); }
.audience-grid { display: grid; gap: 13px; }
.audience-grid article { position: relative; padding: 27px 30px 27px 82px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(13px); }
.audience-grid article > span { position: absolute; top: 27px; left: 26px; color: #dca7fa; font: 700 13px var(--font-geist-mono),monospace; }
.audience-grid h3 { margin: 0 0 6px; font-size: 18px; }.audience-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.55; }

.security-section { background: #fbf8fc; }
.security-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 85px; }
.security-visual { min-height: 430px; display: grid; place-items: center; position: relative; }
.shield-rings { width: 315px; height: 315px; display: grid; place-items: center; border: 1px solid rgba(105,10,145,.15); border-radius: 50%; box-shadow: 0 0 0 43px rgba(105,10,145,.035),0 0 0 86px rgba(105,10,145,.025); }
.shield-core { width: 145px; height: 145px; display: grid; place-items: center; color: #fff; border-radius: 38px; transform: rotate(8deg); background: linear-gradient(145deg,var(--purple-500),var(--purple-800)); box-shadow: 0 30px 70px rgba(82,5,116,.3); }
.shield-core svg { width: 70px; transform: rotate(-8deg); }
.security-copy ul { display: grid; gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.security-copy li { position: relative; padding-left: 29px; color: #504757; font-size: 14px; }
.security-copy li::before { content:"✓"; position:absolute;left:0;top:-2px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--purple-600);font-size:11px;font-weight:800; }
.inline-links { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.inline-links a { color: var(--purple-700); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(82,5,116,.25); padding-bottom: 4px; }

.company-section { padding-top: 25px; }
.company-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; padding: 56px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#fff,#f7eefb); box-shadow: var(--shadow); }
.company-card h2 { font-size: clamp(34px,3.4vw,50px); }
.company-data { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.company-data div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid rgba(82,5,116,.1); border-radius: 16px; background: rgba(255,255,255,.72); }
.company-data span { color: #8a7f90; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }.company-data strong,.company-data a { margin-top: 8px; color: var(--purple-800); font-size: 14px; line-height:1.35; }.company-data a { text-decoration: underline; text-decoration-color: #ceb1da; }

.cta-section { padding: 65px 0 100px; }
.cta-card { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; padding: 58px 60px; color: #fff; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 78% 20%,rgba(183,79,238,.6),transparent 28%),linear-gradient(135deg,var(--purple-950),var(--purple-700)); box-shadow: 0 28px 70px rgba(48,2,69,.26); }
.cta-card::after { content:"";position:absolute;width:260px;height:260px;right:-130px;bottom:-130px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 42px rgba(255,255,255,.03),0 0 0 84px rgba(255,255,255,.025); }
.cta-card h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(34px,3.9vw,52px); }
.cta-actions { position: relative; z-index: 2; display: grid; justify-items: center; gap: 15px; }
.text-link-light { color: rgba(255,255,255,.75); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.3); }

.footer { padding: 70px 0 26px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 60px; }
.footer-grid > div:first-child img { width: 250px; }
.footer-grid p { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid strong { margin-bottom: 5px; color: var(--purple-800); font-size: 13px; }.footer-grid a { color: var(--muted); font-size: 12px; }.footer-grid a:hover { color: var(--purple-600); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 23px; border-top: 1px solid var(--line); color: #928a97; font-size: 11px; }

.legal-page { min-height: 100vh; background: #fbf8fc; }
.legal-header { color: #fff; background: var(--purple-950); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-header .header-inner { height: 82px; }.legal-header .brand img { width: 205px; height: 61px; }
.legal-hero { padding: 76px 0 70px; color: #fff; background: radial-gradient(circle at 78% 20%,rgba(161,64,216,.5),transparent 25%),linear-gradient(135deg,var(--purple-950),var(--purple-700)); }
.legal-hero h1 { max-width: 850px; margin: 14px 0 10px; font-size: clamp(42px,6vw,72px); line-height: 1; letter-spacing: -.05em; }.legal-hero p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.legal-content { max-width: 860px; padding-top: 70px; padding-bottom: 90px; }
.legal-lead { padding: 28px 30px; color: var(--purple-800) !important; border-left: 4px solid var(--purple-600); border-radius: 0 16px 16px 0; background: var(--purple-100); font-size: 18px !important; line-height: 1.65 !important; }
.legal-content h2 { margin: 46px 0 12px; color: var(--purple-800); font-size: 24px; letter-spacing: -.02em; }.legal-content p,.legal-content li { color: #5f5666; font-size: 15px; line-height: 1.78; }.legal-content ul,.legal-content ol { display:grid;gap:8px;padding-left:24px; }.legal-content a { color: var(--purple-600); font-weight: 700; text-decoration: underline; text-decoration-color: #ceb1da; }
.contact-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin: 36px 0 52px; }.contact-cards a { display:flex;flex-direction:column;gap:8px;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none;box-shadow:0 10px 30px rgba(49,3,70,.05); }.contact-cards span { color:#8c8192;font-size:11px;text-transform:uppercase;letter-spacing:.1em; }.contact-cards strong { color:var(--purple-800);font-size:16px; }
.legal-footer { padding: 26px 0; color: rgba(255,255,255,.56); background: var(--purple-950); font-size: 11px; }.legal-footer .container { display:flex;justify-content:space-between;gap:20px; }.legal-footer a { color:#fff; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }.hero-copy { margin-inline:auto; }.hero-copy > p { margin-inline:auto; }.hero-actions { justify-content:center; }.legal-line { text-align:center; }.phone-stage { min-height: 650px; }.phone-frame { transform: none; }.tag-access { left: 12%; }.tag-camera { right: 10%; }.tag-package { left: 15%; }
  .experience-grid,.security-grid,.company-card,.cta-card { grid-template-columns: 1fr; }.experience-grid,.security-grid { gap:50px; }.security-copy { text-align:center; }.security-copy ul { width:max-content;max-width:100%;margin-inline:auto;text-align:left; }.inline-links { justify-content:center; }.company-card { gap:42px; }.cta-actions { justify-items:start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }.section { padding: 78px 0; }.header-inner { height: 76px; }.brand img { width: 170px;height:56px; }.site-header nav a:not(.nav-cta),.legal-header nav a:first-child { display:none; }.site-header nav,.legal-header nav { gap:0; }.nav-cta { padding:10px 15px; }
  .hero-shell { min-height: auto; }.hero { min-height: auto; gap:34px;padding-top:55px;padding-bottom:65px; }.hero h1 { font-size: clamp(49px,16vw,69px); }.hero-copy > p { font-size:16px; }.hero-actions { display:grid; }.button { width:100%; }.phone-stage { min-height:560px; }.phone-frame { width:285px; }.floating-tag { padding:9px 11px;font-size:10px; }.floating-tag svg { width:20px;height:20px; }.tag-access { left:0;top:80px }.tag-camera { right:0;top:220px }.tag-package { left:4px;bottom:70px }
  .trust-grid { grid-template-columns:1fr; }.trust-grid div,.trust-grid div:first-child { padding:18px 4px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);text-align:center; }.trust-grid div:last-child { border-bottom:0; }
  .section-heading { text-align:center; }.features-grid { grid-template-columns:1fr; }.feature-card { min-height:135px;padding:23px 22px;grid-template-columns:53px 1fr;gap:15px }.feature-icon { width:52px;height:52px;border-radius:15px }.feature-card h3 { font-size:16px }.feature-card p { font-size:13px }
  .experience-copy { text-align:center }.audience-grid article { padding:24px 22px 24px 65px }.audience-grid article > span { left:20px;top:25px }
  .security-visual { min-height:350px }.shield-rings { width:230px;height:230px;box-shadow:0 0 0 32px rgba(105,10,145,.035),0 0 0 64px rgba(105,10,145,.025) }.shield-core { width:115px;height:115px }.shield-core svg{width:56px}.company-section{padding-top:0}.company-card{padding:32px 24px}.company-data{grid-template-columns:1fr}.cta-section{padding:30px 0 75px}.cta-card{padding:38px 25px}.cta-actions{width:100%}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column}.legal-header .brand img{width:170px}.legal-hero{padding:55px 0}.legal-content{padding-top:45px;padding-bottom:65px}.legal-lead{padding:22px 20px}.contact-cards{grid-template-columns:1fr}.legal-footer .container{flex-direction:column}
}

@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.floating-tag{animation:none}.button,.feature-card{transition:none} }
