:root {
  --bg: #050b18;
  --panel: rgba(12, 27, 51, .74);
  --line: rgba(144, 180, 231, .16);
  --line-strong: rgba(113, 168, 247, .28);
  --text: #f5f8ff;
  --muted: #9eacc2;
  --blue: #3987ff;
  --blue-deep: #1764ea;
  --cyan: #39d8d0;
  --emerald: #46d7a2;
  --violet: #9b63ff;
  --amber: #ffbb5c;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 90px rgba(0, 0, 0, .34);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 8% 12%, rgba(57, 135, 255, .12), transparent 28%), radial-gradient(circle at 88% 36%, rgba(155, 99, 255, .1), transparent 30%), var(--bg); color: var(--text); line-height: 1.6; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
a { color: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 200; left: 12px; top: -60px; padding: 10px 15px; border-radius: 10px; background: #fff; color: #071f40; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; z-index: 90; top: 16px; left: 0; right: 0; pointer-events: none; }
.site-header.scrolled .nav-shell { border-color: rgba(113,168,247,.25); background: rgba(5,11,24,.92); box-shadow: 0 15px 50px rgba(0,0,0,.4); }
.nav-shell { min-height: 68px; display: flex; align-items: center; gap: 24px; padding: 10px 12px 10px 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(5, 11, 24, .78); box-shadow: 0 18px 55px rgba(0,0,0,.25); backdrop-filter: blur(24px); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: #fff; text-decoration: none; font-size: 20px; font-weight: 950; letter-spacing: .11em; }
.brand img { filter: drop-shadow(0 0 15px rgba(57, 216, 208, .2)); }
.brand small { display: block; margin-top: 3px; color: var(--emerald); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 4px; margin-left: auto; }
.site-nav a { padding: 9px 12px; border-radius: 11px; color: #abb8cc; text-decoration: none; font-size: 12px; font-weight: 760; transition: .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(57,135,255,.12); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.lang-switch { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); }
.lang-switch a { min-width: 28px; padding: 5px; border-radius: 8px; color: #8998ae; text-align: center; text-decoration: none; font-size: 9px; font-weight: 900; }
.lang-switch a[aria-current="true"] { background: #fff; color: #0a1830; }
.header-download { padding: 10px 16px; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--violet)); color: #fff; box-shadow: 0 10px 28px rgba(48,117,255,.26); text-decoration: none; font-size: 11px; font-weight: 900; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.nav-toggle>span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; }
.hero { position: relative; min-height: 920px; display: grid; align-items: center; padding: 132px 0 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 43%, rgba(46, 112, 255, .2), transparent 25%), radial-gradient(circle at 73% 43%, transparent 0 32%, rgba(58, 216, 208, .07) 32.2% 32.5%, transparent 32.8%), radial-gradient(circle at 73% 43%, transparent 0 45%, rgba(155, 99, 255, .07) 45.2% 45.5%, transparent 45.8%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; }
.hero-copy { padding: 40px 0 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid rgba(57,216,208,.22); border-radius: 999px; background: rgba(57,216,208,.07); color: #7ce8d8; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.eyebrow.emerald { color: #87ebc7; }
.eyebrow.light { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: #fff; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
.hero h1, .page-hero h1 { max-width: 800px; margin: 24px 0; font-size: clamp(56px, 6vw, 84px); font-weight: 950; }
.hero h1 { background: linear-gradient(110deg, #fff 15%, #a6c8ff 50%, #70ead3 82%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy>p, .page-hero>p, .section-heading>p { max-width: 650px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--line-strong); border-radius: 14px; text-decoration: none; font-size: 12px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); border-color: rgba(128,182,255,.55); }
.button.primary { border: 0; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 14px 34px rgba(53,113,255,.3); color: #fff; }
.button.secondary { background: rgba(255,255,255,.035); color: #eaf2ff; backdrop-filter: blur(12px); }
.hero-copy>.store-actions { margin-top: 20px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.trust-row span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); color: #aab8cc; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 690px; }
.hero-orbit { position: absolute; inset: 2% -8% 0 0; border: 1px solid rgba(83,143,244,.18); border-radius: 50%; transform: rotate(-10deg); box-shadow: inset 0 0 80px rgba(45,98,191,.08); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(57,216,208,.12); border-radius: 50%; }
.hero-orbit::before { inset: 12% 4%; transform: rotate(20deg); }
.hero-orbit::after { inset: 25% -10%; transform: rotate(-15deg); }
.phone { position: absolute; width: 330px; min-height: 650px; padding: 18px; border: 7px solid #14243d; border-radius: 48px; background: #f8faff; color: #182b46; box-shadow: 0 40px 100px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.18); overflow: hidden; }
.phone::before { content: ""; position: absolute; z-index: 5; top: 9px; left: 50%; width: 96px; height: 22px; border-radius: 18px; background: #071326; transform: translateX(-50%); }
.phone-home { z-index: 3; top: 6px; left: 26px; transform: rotate(-5deg); }
.phone-chat { z-index: 2; top: 76px; right: -12px; transform: rotate(7deg) scale(.88); background: #0a1425; color: #eef4ff; }
.phone-top { height: 34px; display: flex; justify-content: space-between; font-size: 10px; font-weight: 850; }
.app-head { display: flex; align-items: center; gap: 8px; padding: 8px 2px 14px; }
.app-head strong { font-size: 16px; letter-spacing: .06em; }
.app-head span { margin-left: auto; color: #687891; }
.app-hero { padding: 20px; border-radius: 24px; background: linear-gradient(135deg, #e8f4ff, #e6fbf5); }
.app-hero small { color: #168568; font-size: 10px; font-weight: 900; }
.app-hero h2 { margin: 7px 0 12px; font-size: 24px; }
.family-dots { display: flex; }
.family-dots i { width: 27px; height: 27px; margin-right: -6px; border: 2px solid #fff; border-radius: 50%; background: linear-gradient(135deg,#3987ff,#70aaff); }
.family-dots i:nth-child(2) { background: linear-gradient(135deg,#46d7a2,#168568); }
.family-dots i:nth-child(3) { background: linear-gradient(135deg,#ffbd61,#e98c38); }
.family-dots i:nth-child(4) { background: linear-gradient(135deg,#b88cff,#7444c7); }
.today-card { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; margin-top: 13px; padding: 16px; border: 1px solid #e7edf6; border-radius: 18px; background: #fff; box-shadow: 0 10px 25px rgba(19,48,87,.07); }
.today-card strong { grid-row: span 2; }
.today-card span { color: #6f7c8f; font-size: 9px; }
.module-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.module-grid div { min-height: 76px; display: grid; place-items: center; align-content: center; gap: 4px; padding: 7px 3px; border: 1px solid #e7edf5; border-radius: 17px; background: #fff; font-size: 8px; font-weight: 800; box-shadow: 0 8px 18px rgba(24,52,88,.05); }
.module-grid b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 10px; background: #edf4ff; color: var(--blue-deep); font-size: 15px; }
.module-grid .sos b { background: #fff0f1; color: #d94a56; }
.phone-nav { display: flex; justify-content: space-around; margin: 18px -18px -18px; padding: 15px 12px; background: #fff; color: #8290a4; }
.phone-chat .app-head { border-bottom: 1px solid rgba(255,255,255,.08); }
.chat-title { display: flex; align-items: center; gap: 11px; padding: 16px 3px; }
.chat-title small { display: block; color: #8494aa; font-size: 9px; }
.chat-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 15px; background: linear-gradient(135deg,var(--blue),var(--violet)); color: #fff; font-weight: 950; }
.chat-space { min-height: 430px; position: relative; padding-top: 80px; }
.bubble { width: 82%; margin: 12px 0; padding: 13px 14px; border-radius: 17px; background: #17253a; font-size: 11px; }
.bubble.sent { margin-left: auto; border-bottom-right-radius: 5px; background: linear-gradient(135deg,#216de9,#7655d9); }
.bubble.received { border-bottom-left-radius: 5px; }
.bubble small { display: block; margin-top: 5px; color: rgba(255,255,255,.55); font-size: 8px; text-align: right; }
.sync-chip { width: max-content; margin: 35px auto 0; padding: 7px 11px; border-radius: 999px; background: rgba(70,215,162,.1); color: #67e2b5; font-size: 9px; font-weight: 850; }
.chat-compose { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 9px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; color: #7f91aa; }
.chat-compose div { padding: 5px; font-size: 10px; }
.chat-compose b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; background: var(--blue); color: #fff; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid var(--line-strong); border-radius: 15px; background: rgba(8,19,37,.86); box-shadow: var(--shadow); backdrop-filter: blur(16px); color: #dfeaff; font-size: 10px; font-weight: 800; }
.floating-card b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: rgba(70,215,162,.15); color: var(--emerald); }
.task-float { left: 0; bottom: 66px; }
.budget-float { right: -10px; bottom: 7px; }
.budget-float b { background: rgba(255,187,92,.13); color: var(--amber); }
.scroll-cue { position: absolute; z-index: 4; bottom: 38px; left: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #91a3bb; text-decoration: none; animation: float 2.4s ease-in-out infinite; }
.proof-strip { position: relative; border-block: 1px solid var(--line); background: rgba(9,19,37,.64); backdrop-filter: blur(18px); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid div { padding: 27px 20px; border-right: 1px solid var(--line); text-align: center; }
.proof-grid div:last-child { border: 0; }
.proof-grid strong { display: block; color: #fff; font-size: 24px; }
.proof-grid span { color: #7f90aa; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding-block: 105px; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .split-card h2, .pricing-teaser h2, .download-section h2 { margin: 20px 0 14px; font-size: clamp(36px, 5vw, 62px); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.feature-grid.bento { grid-template-columns: repeat(4,1fr); grid-auto-flow: dense; }
.feature-card { position: relative; min-height: 235px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: linear-gradient(145deg,rgba(17,37,68,.74),rgba(8,18,34,.7)); box-shadow: 0 20px 55px rgba(0,0,0,.18); transition: transform .22s ease, border-color .22s ease; }
.feature-card::before { content: ""; position: absolute; right: -50px; bottom: -55px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle,rgba(57,135,255,.15),transparent 68%); }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(105,168,255,.38); }
.feature-grid.bento .card-0, .feature-grid.bento .card-4 { grid-column: span 2; }
.feature-top { display: flex; align-items: center; justify-content: space-between; }
.feature-index { color: #53647c; font-size: 9px; font-weight: 850; }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(84,146,255,.22); border-radius: 15px; background: rgba(57,135,255,.1); color: #71a9ff; font-size: 20px; font-style: normal; }
.feature-icon.i1 { border-color: rgba(70,215,162,.2); background: rgba(70,215,162,.09); color: var(--emerald); }
.feature-icon.i2 { border-color: rgba(255,187,92,.2); background: rgba(255,187,92,.09); color: var(--amber); }
.feature-icon.i3 { border-color: rgba(155,99,255,.2); background: rgba(155,99,255,.09); color: #b38bff; }
.feature-card h3 { margin: 24px 0 9px; font-size: 21px; }
.feature-card p, .benefit-grid p, .split-card p, .editorial p, .support-card p, .legal p { color: var(--muted); font-size: 13px; }
.feature-demo { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 4px; }
.feature-demo i { width: 20px; height: 4px; border-radius: 5px; background: rgba(103,159,244,.18); }
.feature-demo i:nth-child(2) { width: 11px; background: rgba(70,215,162,.26); }
.section-action { display: flex; justify-content: center; margin-top: 30px; }
.how-section { border-block: 1px solid var(--line); background: radial-gradient(circle at 50% 100%,rgba(57,135,255,.13),transparent 36%),rgba(7,15,30,.82); }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.journey-grid::before { content: ""; position: absolute; top: 24px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg,transparent,var(--blue),var(--cyan),transparent); }
.journey-grid article { position: relative; padding: 0 24px; text-align: center; }
.journey-grid span { position: relative; z-index: 2; width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto 22px; border: 1px solid rgba(75,151,255,.35); border-radius: 16px; background: #0c1a31; color: #75adff; box-shadow: 0 0 30px rgba(57,135,255,.15); font-size: 11px; font-weight: 900; }
.journey-grid h3 { font-size: 18px; }
.journey-grid p { color: var(--muted); font-size: 12px; }
.split-card { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; margin-top: 100px; margin-bottom: 100px; padding: 70px; border: 1px solid rgba(70,215,162,.18); border-radius: 34px; background: linear-gradient(135deg,rgba(15,36,59,.82),rgba(8,19,35,.86)); box-shadow: var(--shadow); overflow: hidden; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 13px 0; padding-left: 29px; color: #c5d2e4; font-size: 13px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--emerald); font-weight: 950; }
.safety-orbit { position: relative; width: 320px; height: 320px; justify-self: center; border: 1px solid rgba(70,215,162,.18); border-radius: 50%; }
.orbit-grid { position: absolute; inset: 36px; border: 1px solid rgba(57,135,255,.15); border-radius: 50%; box-shadow: 0 0 80px rgba(43,137,184,.16); }
.orbit-grid::after { content: ""; position: absolute; top: 50%; left: -38px; right: -38px; height: 1px; background: linear-gradient(90deg,transparent,rgba(70,215,162,.35),transparent); transform: rotate(-32deg); }
.orbit-main { position: absolute; inset: 78px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: radial-gradient(circle at 35% 25%,#ff8790,#d93e50 72%); box-shadow: 0 22px 70px rgba(221,54,72,.35); font-size: 32px; font-weight: 950; }
.orbit-main small { display: block; max-width: 90px; margin-top: 4px; font-size: 8px; font-weight: 800; text-align: center; }
.orbit { position: absolute; width: 51px; height: 51px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 17px; background: #10213a; color: var(--emerald); box-shadow: var(--shadow); font-weight: 950; }
.orbit.one { top: 11px; left: 70px; }
.orbit.two { right: -5px; top: 130px; color: #72aaff; }
.orbit.three { bottom: 2px; left: 54px; color: var(--amber); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.benefit-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(12,27,51,.62); }
.benefit-grid b { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 15px; background: rgba(57,135,255,.1); color: #75adff; font-size: 22px; }
.benefit-grid h3 { margin: 28px 0 10px; font-size: 21px; }
.pricing-teaser { background: linear-gradient(180deg,transparent,rgba(12,28,54,.68),transparent); }
.pricing-teaser-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.pricing-teaser p { max-width: 590px; color: var(--muted); }
.price-stage { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 12px; }
.price-stage>div { padding: 30px 24px; border: 1px solid var(--line); border-radius: 24px; background: rgba(10,23,44,.85); }
.price-stage .best-price { padding-block: 42px; border-color: rgba(70,215,162,.32); background: linear-gradient(145deg,rgba(26,74,77,.58),rgba(10,25,46,.9)); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.price-stage small, .price-stage span { display: block; color: var(--muted); font-size: 10px; }
.price-stage strong { display: inline-block; margin: 12px 4px 0 0; font-size: 32px; }
.price-stage em { display: inline-block; padding: 5px 8px; border-radius: 999px; background: rgba(70,215,162,.12); color: #74e1bb; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.store-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 25px; }
.store-badge { display: inline-flex; align-items: center; height: 56px; text-decoration: none; filter: drop-shadow(0 12px 20px rgba(0,0,0,.2)); transition: transform .2s ease; }
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { display: block; width: auto; height: 56px; }
.store-badge.google img { height: 65px; margin-inline: -9px; }
.store-actions.compact { margin-top: 14px; }
.store-actions.compact .store-badge, .store-actions.compact .store-badge img { height: 42px; }
.store-actions.compact .store-badge.google img { height: 49px; margin-inline: -7px; }
.download-section { position: relative; padding: 105px 0; overflow: hidden; border-top: 1px solid rgba(107,167,255,.18); background: linear-gradient(135deg,#0a2d61,#174fb4 55%,#116e65); }
.download-glow { position: absolute; inset: -20% 30% -50% -20%; border-radius: 50%; background: radial-gradient(circle,rgba(84,153,255,.42),transparent 60%); }
.download-inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.download-section p { max-width: 620px; color: #d7e5f8; }
.store-note { display: block; max-width: 560px; margin-top: 14px; color: rgba(222,235,251,.68); font-size: 9px; }
.qr-pair { display: flex; gap: 15px; }
.qr-pair figure { width: 184px; margin: 0; padding: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 23px; background: rgba(255,255,255,.12); box-shadow: 0 24px 60px rgba(0,0,0,.23); backdrop-filter: blur(18px); }
.qr-frame { padding: 8px; border-radius: 15px; background: #fff; }
.qr-pair img { display: block; width: 100%; border-radius: 8px; }
.qr-pair figcaption { display: grid; gap: 1px; margin-top: 9px; color: #fff; text-align: center; }
.qr-pair figcaption strong { font-size: 12px; }
.qr-pair figcaption span { color: rgba(255,255,255,.65); font-size: 8px; }
.page-hero { position: relative; padding-block: 180px 62px; text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 60px 15% 0; background: radial-gradient(circle,rgba(57,135,255,.13),transparent 60%); pointer-events: none; }
.page-hero>* { position: relative; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1, .page-hero>p { margin-inline: auto; }
.page-hero.compact { padding-bottom: 35px; }
.feature-grid.all { grid-template-columns: repeat(4,1fr); }
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.editorial>div, .support-card, .legal, .notice-card { border: 1px solid var(--line); background: rgba(12,27,51,.66); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.editorial>div { padding: 40px; border-radius: 26px; }
.editorial h2 { font-size: 26px; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; padding-top: 35px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 525px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg,rgba(16,35,64,.86),rgba(8,18,34,.84)); box-shadow: 0 24px 65px rgba(0,0,0,.22); }
.plan-card.featured { border-color: rgba(70,215,162,.42); transform: translateY(-14px); background: linear-gradient(150deg,rgba(25,70,75,.82),rgba(11,27,48,.92)); box-shadow: 0 30px 80px rgba(0,0,0,.32),0 0 60px rgba(70,215,162,.08); }
.plan-name { color: #71829a; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.plan-card h2 { margin: 13px 0 20px; font-size: 26px; }
.plan-card .price { min-height: 62px; margin: 0; color: #fff; }
.plan-card .price strong { font-size: 37px; }
.plan-card .price span { margin-left: 7px; color: var(--muted); font-size: 11px; }
.plan-card .check-list { flex: 1; }
.plan-badge { position: absolute; top: -15px; right: 22px; padding: 7px 12px; border-radius: 999px; background: linear-gradient(135deg,var(--emerald),#159b75); color: #04150f; font-size: 9px; font-weight: 950; text-transform: uppercase; }
.plan-saving { width: max-content; padding: 6px 10px; border-radius: 999px; background: rgba(70,215,162,.11); color: #73e2ba; font-size: 9px; font-weight: 850; }
.trial-pill { display: inline-flex; margin-top: 18px; padding: 8px 13px; border: 1px solid rgba(70,215,162,.2); border-radius: 999px; background: rgba(70,215,162,.07); color: #7be4bf; font-size: 10px; font-weight: 850; }
.notice-card { display: flex; align-items: flex-start; gap: 22px; padding: 35px; border-radius: 26px; }
.notice-card h2 { margin: 0 0 8px; font-size: 25px; }
.legal { max-width: 900px; margin-bottom: 100px; padding: 48px 60px; border-radius: 28px; }
.legal-notice { margin: 0 0 36px; padding: 18px 20px; border-left: 3px solid var(--blue); border-radius: 0 14px 14px 0; background: rgba(57,135,255,.08); }
.legal section { padding-block: 22px; border-top: 1px solid var(--line); }
.legal h2 { font-size: 22px; }
.steps { counter-reset: item; padding: 0; list-style: none; }
.steps li { counter-increment: item; position: relative; margin: 15px 0; padding: 17px 18px 17px 58px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.018); }
.steps li::before { content: counter(item); position: absolute; left: 14px; top: 13px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg,var(--blue),var(--violet)); font-size: 10px; font-weight: 900; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 35px; }
.support-card { padding: 32px; border-radius: 24px; }
.support-card h2 { margin-top: 22px; font-size: 23px; }
.support-card li { margin: 10px 0; color: var(--muted); }
.faq { max-width: 900px; }
.faq h2 { margin-bottom: 28px; font-size: 35px; text-align: center; }
.faq details { margin: 12px 0; padding: 20px 24px; border: 1px solid var(--line); border-radius: 17px; background: rgba(12,27,51,.66); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq details p { margin-bottom: 0; color: var(--muted); }
.site-footer { padding: 78px 0 25px; border-top: 1px solid var(--line); background: #040912; color: #dbe7f8; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1.1fr; gap: 45px; }
.site-footer p { max-width: 380px; color: #8495ad; font-size: 12px; }
.site-footer nav { display: flex; flex-direction: column; gap: 9px; }
.site-footer nav strong, .site-footer>div>div>strong { margin-bottom: 5px; color: #fff; font-size: 11px; }
.site-footer nav a { color: #91a3bb; text-decoration: none; font-size: 11px; }
.site-footer nav a:hover { color: #fff; }
.footer-languages { display: flex; gap: 8px; }
.footer-languages a { color: #6f829d; text-decoration: none; font-size: 10px; font-weight: 900; }
.footer-languages a[aria-current="true"] { color: var(--emerald); }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: #526680; font-size: 10px; }
.invite-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top,rgba(57,135,255,.19),transparent 40%),var(--bg); }
.invite-card { width: min(100%,560px); display: grid; gap: 16px; justify-items: center; padding: 44px; border: 1px solid var(--line); border-radius: 30px; background: rgba(12,27,51,.82); box-shadow: var(--shadow); text-align: center; }
.invite-card h1 { margin: 0; font-size: clamp(2rem,8vw,3.25rem); }
.invite-card p { margin: 0; max-width: 42ch; color: var(--muted); }
.invite-code { min-width: 220px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(57,135,255,.08); color: #8eb9ff; font-size: 1.55rem; letter-spacing: .18em; }
.invite-card .store-actions { justify-content: center; }
.invite-help { font-size: .875rem; }
@keyframes float { 50% { transform: translateY(7px); } }
@media (max-width: 1060px) {
  .site-nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,15,30,.97); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; margin-left: auto; }
  .hero { min-height: auto; padding-bottom: 30px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 20px; }
  .hero-copy>p { margin-inline: auto; }
  .hero-actions, .hero-copy>.store-actions, .trust-row { justify-content: center; }
  .hero-visual { width: min(100%,700px); min-height: 720px; margin-inline: auto; }
  .feature-grid.bento, .feature-grid.all { grid-template-columns: repeat(2,1fr); }
  .pricing-teaser-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  :root { --shell: min(100% - 28px,1180px); }
  .site-header { top: 9px; }
  .nav-shell { min-height: 61px; padding: 8px 9px 8px 13px; border-radius: 17px; }
  .brand { font-size: 17px; }
  .brand img { width: 34px; height: 34px; }
  .header-download { display: none; }
  .lang-switch a { min-width: 25px; padding: 4px; }
  .hero { padding-top: 105px; }
  .hero h1, .page-hero h1 { font-size: clamp(42px,12.5vw,65px); }
  .hero-copy>p, .page-hero>p { font-size: 16px; }
  .hero-visual { min-height: 610px; }
  .phone { width: 285px; min-height: 575px; padding: 15px; border-radius: 40px; }
  .phone-home { left: calc(50% - 245px); }
  .phone-chat { right: calc(50% - 245px); top: 62px; }
  .app-hero { padding: 16px; }
  .app-hero h2 { font-size: 20px; }
  .module-grid div { min-height: 64px; }
  .chat-space { min-height: 365px; }
  .floating-card { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding-block: 76px; }
  .feature-grid, .feature-grid.bento, .feature-grid.all, .benefit-grid, .plan-grid, .support-grid, .editorial, .journey-grid { grid-template-columns: 1fr; }
  .feature-grid.bento .card-0, .feature-grid.bento .card-4 { grid-column: auto; }
  .journey-grid { gap: 18px; }
  .journey-grid::before { top: 0; bottom: 0; left: 24px; right: auto; width: 1px; height: auto; }
  .journey-grid article { display: grid; grid-template-columns: 50px 1fr; gap: 0 17px; padding: 0; text-align: left; }
  .journey-grid span { grid-row: span 2; }
  .journey-grid h3 { margin: 5px 0; }
  .journey-grid p { margin-top: 0; }
  .split-card { grid-template-columns: 1fr; gap: 45px; margin-block: 65px; padding: 45px 26px; }
  .safety-orbit { width: 260px; height: 260px; }
  .orbit-main { inset: 64px; }
  .pricing-teaser { text-align: center; }
  .pricing-teaser .button { margin-inline: auto; }
  .price-stage { max-width: 530px; margin-inline: auto; }
  .download-inner { grid-template-columns: 1fr; text-align: center; }
  .download-section .store-actions, .qr-pair { justify-content: center; }
  .store-note { margin-inline: auto; }
  .page-hero { padding-top: 140px; }
  .plan-card { min-height: auto; }
  .plan-card.featured { transform: none; }
  .legal { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-visual { min-height: 555px; transform: scale(.9); transform-origin: top center; margin-bottom: -55px; }
  .phone { width: 270px; }
  .phone-home { left: calc(50% - 220px); }
  .phone-chat { right: calc(50% - 220px); }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-actions, .store-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-copy>.store-actions { display: none; }
  .price-stage { grid-template-columns: 1fr; }
  .qr-pair { gap: 8px; }
  .qr-pair figure { width: calc(50% - 4px); padding: 8px; }
  .download-section .store-actions { display: grid; }
  .store-badge { justify-content: center; }
  .section-heading h2, .split-card h2, .pricing-teaser h2, .download-section h2 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* BotForge-inspired cinematic skin: preserve NESTA content while aligning the visual language. */
:root { --bg: #01030a; --panel: rgba(8, 15, 35, .68); --line: rgba(130, 150, 255, .14); --line-strong: rgba(139, 92, 246, .34); --text: #e2e8f0; --muted: #94a3b8; --blue: #2563eb; --blue-deep: #1684ff; --cyan: #22d3ee; --emerald: #22c55e; --violet: #7c3aed; --shell: min(1180px, calc(100% - 40px)); --shadow: 0 24px 80px rgba(0, 0, 0, .38); }
body { background: radial-gradient(circle at 68% 18%, rgba(37, 99, 235, .18), transparent 27%), radial-gradient(circle at 86% 52%, rgba(124, 58, 237, .16), transparent 28%), var(--bg); letter-spacing: 0; }
body::before { opacity: .2; background-image: linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px); background-size: 48px 48px; }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .08; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.035) 4px); mix-blend-mode: screen; }
.nav-shell { min-height: 64px; border-radius: 8px; border-color: rgba(130, 150, 255, .18); background: rgba(2, 6, 18, .78); box-shadow: 0 22px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); }
.site-header.scrolled .nav-shell { background: rgba(2, 6, 18, .94); border-color: rgba(34, 211, 238, .26); }
.site-nav a { border-radius: 6px; color: #94a3b8; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: rgba(34, 211, 238, .22); background: rgba(34, 211, 238, .07); color: #cffafe; }
.header-download, .button.primary { border-radius: 6px; background: linear-gradient(110deg, #7c3aed, #2563eb); box-shadow: 0 12px 32px rgba(124, 58, 237, .24); }
.button, .button.secondary { border-radius: 6px; border-color: rgba(130, 150, 255, .2); background: rgba(3, 8, 18, .56); }
.eyebrow, .trust-row span, .trial-pill, .plan-saving { border-radius: 6px; }
.feature-card, .benefit-grid article, .price-stage>div, .plan-card, .editorial>div, .support-card, .legal, .notice-card { border-radius: 8px; background: linear-gradient(145deg, rgba(15, 23, 42, .74), rgba(3, 7, 18, .58)); box-shadow: 0 18px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04); backdrop-filter: blur(24px); }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(139, 92, 246, .42); box-shadow: 0 25px 55px rgba(0,0,0,.28), 0 0 36px rgba(124,58,237,.1); }
.plan-card.featured { border-color: rgba(34, 211, 238, .34); box-shadow: 0 30px 80px rgba(0,0,0,.32), 0 0 50px rgba(34,211,238,.08); }
.download-section { background: radial-gradient(circle at 78% 24%, rgba(124,58,237,.34), transparent 30%), linear-gradient(135deg, #050b1d, #111b42 58%, #073e4a); }
