:root {
  --bg: #070a15;
  --bg-soft: #0c1122;
  --surface: rgba(17, 24, 48, 0.72);
  --surface-strong: rgba(19, 28, 56, 0.92);
  --line: rgba(148, 163, 184, 0.13);
  --text: #f7f9ff;
  --muted: #aab4ca;
  --cyan: #42ddff;
  --blue: #5777ff;
  --violet: #a75cff;
  --green: #5df2bd;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -20%, rgba(74, 101, 255, .16), transparent 34rem),
    linear-gradient(180deg, #070a15 0%, #060812 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
code { color: #c7d2fe; }
main { min-height: 100vh; overflow: hidden; position: relative; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; position: relative; z-index: 2; }
.pageGlow { position: absolute; width: 34rem; height: 34rem; filter: blur(100px); border-radius: 50%; opacity: .16; pointer-events: none; }
.glowOne { background: #235fff; top: 6rem; right: -12rem; }
.glowTwo { background: #7a2cff; top: 42rem; left: -19rem; }

.siteHeader { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; }
.logoMark { width: 34px; height: 34px; color: var(--cyan); filter: drop-shadow(0 0 12px rgba(66,221,255,.3)); }
.logoMark svg { width: 100%; height: 100%; }
.logoText { font-size: 21px; }
.logoText span, .phoneBrand span { color: var(--cyan); }
.navLinks { display: flex; gap: 28px; color: var(--muted); font-size: 14px; }
.navLinks a:hover { color: white; }
.headerCta { border: 1px solid rgba(117, 150, 255, .35); background: rgba(65, 90, 180, .12); border-radius: 12px; padding: 11px 17px; font-weight: 650; font-size: 14px; }
.headerCta:hover { border-color: var(--cyan); }

.hero { min-height: 670px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 50px; padding: 58px 0 84px; }
.heroCopy { max-width: 640px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #d9e2ff; font-size: 13px; font-weight: 700; letter-spacing: .02em; background: rgba(99, 112, 255, .1); border: 1px solid rgba(116, 140, 255, .18); border-radius: 999px; padding: 8px 12px; }
.statusDot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.hero h1 { font-size: clamp(48px, 6.4vw, 78px); line-height: .99; letter-spacing: -.06em; margin: 24px 0 22px; max-width: 780px; }
.hero h1 span { background: linear-gradient(95deg, var(--cyan), #7796ff 45%, #ba6fff); -webkit-background-clip: text; color: transparent; }
.heroLead { color: var(--muted); font-size: 18px; line-height: 1.72; max-width: 590px; margin: 0; }
.heroActions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.primaryButton { color: white; background: linear-gradient(110deg, #297eea, #5c63ef 48%, #9546e8); box-shadow: 0 16px 42px rgba(72, 87, 231, .24), inset 0 1px 0 rgba(255,255,255,.25); }
.primaryButton:hover { box-shadow: 0 20px 52px rgba(72, 87, 231, .34); }
.ghostButton { color: #dbe3f6; background: rgba(255,255,255,.035); border-color: var(--line); }
.outlineButton { border-color: rgba(121, 150, 255, .25); background: rgba(80, 100, 190, .08); }
.compactButton { margin-top: 24px; }
.trustRow { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 25px; color: #8895b1; font-size: 12px; }

.heroVisual { position: relative; height: 560px; display: flex; align-items: center; justify-content: center; }
.heroVisual::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(47, 173, 255, .16), transparent 65%); filter: blur(10px); }
.orbit { position: absolute; border: 1px solid rgba(119, 152, 255, .13); border-radius: 50%; }
.orbitOne { width: 470px; height: 300px; transform: rotate(-18deg); }
.orbitTwo { width: 350px; height: 510px; transform: rotate(52deg); }
.phone { width: 272px; min-height: 520px; border: 1px solid rgba(189, 214, 255, .23); border-radius: 38px; padding: 19px 17px; position: relative; z-index: 3; background: linear-gradient(160deg, rgba(20, 31, 62, .96), rgba(7, 11, 24, .98)); box-shadow: 0 45px 90px rgba(0,0,0,.5), 0 0 0 8px rgba(20,31,59,.32), 0 0 80px rgba(51,91,255,.16); transform: rotate(4deg); }
.phoneTop { display: flex; justify-content: space-between; font-size: 9px; color: #cbd5e1; opacity: .8; }
.phoneBrand { margin-top: 27px; font-size: 19px; font-weight: 850; letter-spacing: -.03em; }
.shieldPulse { width: 132px; height: 132px; margin: 35px auto 16px; border-radius: 50%; color: var(--cyan); display: grid; place-items: center; background: radial-gradient(circle, rgba(51, 219, 255, .18), rgba(87, 85, 255, .08) 50%, transparent 70%); box-shadow: inset 0 0 0 1px rgba(97, 219, 255, .25), 0 0 45px rgba(64, 205, 255, .18); }
.shieldPulse svg { width: 60px; height: 60px; }
.connected, .protected { display: block; text-align: center; }
.connected { color: var(--green); font-size: 17px; }
.protected { color: #77839d; font-size: 11px; margin-top: 6px; }
.phoneCard { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-top: 28px; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.phoneCard small, .phoneStats small { display: block; color: #7886a2; font-size: 9px; margin-bottom: 3px; }
.phoneCard strong { font-size: 11px; }
.phoneStats { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.phoneStats > div { padding: 12px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.05); }
.phoneStats strong { font-size: 10px; }
.serverPill { position: absolute; z-index: 4; display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; min-width: 177px; padding: 11px 13px; border-radius: 16px; background: rgba(13, 20, 42, .88); border: 1px solid rgba(115, 149, 255, .18); box-shadow: 0 18px 40px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.serverPill small { color: #6f7f9f; display: block; font-size: 9px; }
.serverPill strong { font-size: 11px; }
.serverPill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.serverNl { top: 118px; right: -5px; }
.serverKz { bottom: 110px; left: -18px; }

.statsStrip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; background: rgba(12, 17, 34, .65); overflow: hidden; backdrop-filter: blur(16px); }
.statsStrip > div { padding: 25px 27px; border-right: 1px solid var(--line); }
.statsStrip > div:last-child { border-right: 0; }
.statsStrip strong { display: block; font-size: 21px; margin-bottom: 5px; }
.statsStrip span { color: var(--muted); font-size: 12px; }

.section { padding: 118px 0 0; }
.sectionHeading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.sectionHeading > span { color: var(--cyan); font-weight: 750; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.sectionHeading h2, .finalCta h2 { font-size: clamp(34px, 4.5vw, 52px); letter-spacing: -.045em; line-height: 1.08; margin: 12px 0 15px; }
.sectionHeading p, .finalCta p { color: var(--muted); line-height: 1.7; margin: 0; }
.leftAligned { text-align: left; margin: 0; }
.featureGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.featureCard { padding: 27px; min-height: 235px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(19,28,56,.76), rgba(10,14,30,.72)); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.featureCard:hover { border-color: rgba(88, 157, 255, .3); }
.featureIcon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; font-size: 20px; background: linear-gradient(145deg, rgba(70, 204, 255, .13), rgba(154, 74, 255, .13)); border: 1px solid rgba(123, 173, 255, .15); }
.featureCard h3 { font-size: 18px; margin: 24px 0 10px; }
.featureCard p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }

.howPanel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 74px; padding: 56px; border-radius: 32px; background: linear-gradient(140deg, rgba(18, 28, 57, .88), rgba(10, 14, 29, .82)); border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 14px; padding: 17px; border-radius: 17px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); }
.steps b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(52, 199, 255, .08); font-size: 12px; }
.steps strong { display: block; font-size: 14px; margin: 2px 0 5px; }
.steps span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.plansGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }
.planCard { position: relative; padding: 30px; border-radius: 25px; background: rgba(14, 20, 40, .77); border: 1px solid var(--line); }
.featuredPlan { background: linear-gradient(170deg, rgba(33, 46, 93, .94), rgba(15, 19, 43, .92)); border-color: rgba(98, 133, 255, .35); transform: translateY(-8px); box-shadow: 0 30px 70px rgba(36, 55, 160, .15); }
.planBadge { position: absolute; top: 18px; right: 18px; color: #dfe8ff; background: rgba(93, 94, 255, .15); border: 1px solid rgba(138, 140, 255, .22); border-radius: 999px; padding: 7px 10px; font-size: 9px; font-weight: 800; }
.planName { color: #cbd5e1; font-size: 13px; font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 5px; margin-top: 15px; }
.price strong { font-size: 48px; letter-spacing: -.06em; }
.price span { color: #c3cde1; font-weight: 700; }
.planCard small { color: #7e8aa5; }
.planCard ul { list-style: none; margin: 25px 0; padding: 0; display: grid; gap: 12px; color: #b8c2d7; font-size: 12px; }
.planCard li::before { content: "✓"; color: var(--green); margin-right: 9px; }
.planCard .button { width: 100%; }
.plansNote { text-align: center; max-width: 720px; margin: 25px auto 0; color: #6f7b94; font-size: 12px; line-height: 1.6; }

.fourPlans .planCard { display: flex; flex-direction: column; min-width: 0; }
.fourPlans .planCard ul { flex: 1; }
.fourPlans .price strong { font-size: clamp(38px, 3.4vw, 48px); }
.trialPlan { border-color: rgba(93,242,189,.22); background: linear-gradient(170deg, rgba(18,56,58,.48), rgba(14,20,40,.77)); }
.trialPlan .planBadge { color: #c9ffec; background: rgba(93,242,189,.10); border-color: rgba(93,242,189,.20); }

.faqList { max-width: 850px; margin: auto; display: grid; gap: 10px; }
.faqList details { border: 1px solid var(--line); border-radius: 18px; background: rgba(13,18,36,.72); overflow: hidden; }
.faqList summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 20px 22px; font-weight: 700; }
.faqList summary::-webkit-details-marker { display: none; }
.faqList summary span { color: var(--cyan); }
.faqList details[open] summary span { transform: rotate(45deg); }
.faqList p { color: var(--muted); padding: 0 22px 21px; margin: 0; line-height: 1.65; font-size: 14px; }

.finalCta { margin-top: 118px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px; border-radius: 30px; border: 1px solid rgba(101, 129, 255, .24); background: radial-gradient(circle at 85% 20%, rgba(97, 84, 255, .17), transparent 18rem), linear-gradient(130deg, rgba(19,32,66,.9), rgba(10,14,31,.92)); }
.finalCta > div { max-width: 690px; }
.finalCta h2 { margin-top: 15px; }

.footer { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 28px; align-items: end; padding: 70px 0 45px; color: #7d89a2; }
.footerBrand p { max-width: 390px; font-size: 12px; line-height: 1.6; }
.footerLinks { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; }
.footerLinks a:hover { color: white; }
.copyright { font-size: 11px; margin: 0; }

.legalPage { padding: 35px 0 80px; }
.legalCard { max-width: 850px; margin: 70px auto 30px; padding: 44px; border-radius: 26px; background: rgba(14,20,41,.8); border: 1px solid var(--line); }
.legalCard h1 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -.05em; margin: 18px 0 25px; }
.legalCard h2 { margin-top: 32px; font-size: 19px; }
.legalCard p { color: var(--muted); line-height: 1.75; }
.legalWarning { padding: 15px 17px; border-radius: 14px; background: rgba(255, 190, 73, .07); border: 1px solid rgba(255, 190, 73, .16); color: #edcf97 !important; }
.backLink { display: block; max-width: 850px; margin: 0 auto; color: #a7b3cc; }

.centerPage { min-height: 100vh; display: grid; place-items: center; padding: 25px; }
.successCard { width: min(560px, 100%); padding: 42px; border-radius: 28px; background: rgba(13,20,41,.9); border: 1px solid var(--line); text-align: center; }
.successCard .logo { justify-content: center; }
.successIcon { width: 76px; height: 76px; display: grid; place-items: center; margin: 32px auto 20px; border-radius: 50%; font-size: 32px; color: var(--green); background: rgba(93,242,189,.08); border: 1px solid rgba(93,242,189,.18); }
.successCard h1 { letter-spacing: -.04em; }
.successCard p { color: var(--muted); line-height: 1.7; }
.successCard .button { margin-top: 14px; }

@media (max-width: 960px) {
  .navLinks { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; text-align: center; gap: 20px; }
  .heroCopy { margin: auto; }
  .heroActions, .trustRow { justify-content: center; }
  .heroVisual { height: 520px; }
  .statsStrip { grid-template-columns: repeat(2, 1fr); }
  .statsStrip > div:nth-child(2) { border-right: 0; }
  .statsStrip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .featureGrid { grid-template-columns: repeat(2, 1fr); }
  .howPanel { grid-template-columns: 1fr; gap: 34px; }
  .leftAligned { text-align: center; margin-inline: auto; }
  .compactButton { display: flex; width: max-content; margin: 24px auto 0; }
  .plansGrid { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin: auto; }
  .featuredPlan { transform: none; }
  .finalCta { flex-direction: column; text-align: center; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footerBrand p { margin-inline: auto; }
  .footerLinks { justify-content: center; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 26px, 1160px); }
  .siteHeader { height: 74px; }
  .headerCta { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: auto; padding: 42px 0 52px; }
  .hero h1 { font-size: clamp(43px, 14vw, 64px); }
  .heroLead { font-size: 16px; }
  .heroActions { display: grid; grid-template-columns: 1fr; }
  .heroActions .button { width: 100%; }
  .trustRow { font-size: 10px; gap: 10px; }
  .heroVisual { height: 455px; transform: scale(.88); margin: -25px -22px; }
  .serverNl { right: -7px; }
  .serverKz { left: -6px; }
  .statsStrip { grid-template-columns: 1fr 1fr; }
  .statsStrip > div { padding: 20px 16px; }
  .statsStrip strong { font-size: 17px; }
  .section { padding-top: 86px; }
  .sectionHeading { margin-bottom: 30px; }
  .sectionHeading h2 { font-size: 36px; }
  .featureGrid { grid-template-columns: 1fr; }
  .featureCard { min-height: 0; }
  .howPanel { padding: 28px 20px; border-radius: 24px; }
  .steps li { grid-template-columns: 44px 1fr; padding: 14px; }
  .planCard { padding: 25px; }
  .plansGrid { grid-template-columns: 1fr; }
  .price strong { font-size: 42px; }
  .finalCta { margin-top: 86px; padding: 32px 22px; border-radius: 24px; }
  .finalCta .button { width: 100%; }
  .footer { padding-top: 58px; }
  .legalCard { margin-top: 45px; padding: 26px 20px; }
  .successCard { padding: 30px 20px; }
}

/* SEO content / knowledge base */
.singlePlanWrap { max-width: 520px; margin: 0 auto; }
.singlePlan { transform: none; }
.articleCards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.articleCard { display: block; padding: 28px; min-height: 260px; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(19,28,56,.76), rgba(10,14,30,.72)); transition: transform .2s ease, border-color .2s ease; }
.articleCard:hover { transform: translateY(-3px); border-color: rgba(88,157,255,.35); }
.articleCard > span { color: var(--cyan); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
.articleCard h3 { font-size: 20px; line-height: 1.3; margin: 18px 0 12px; }
.articleCard p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.articleCard b { display: inline-block; margin-top: 12px; font-size: 12px; color: #dce6ff; }
.blogHero { padding: 90px 0 42px; text-align: center; }
.blogHero h1 { font-size: clamp(42px, 7vw, 72px); line-height: 1; letter-spacing: -.055em; margin: 16px auto 18px; max-width: 900px; }
.blogHero p { color: var(--muted); max-width: 720px; margin: auto; line-height: 1.75; }
.articleLayout { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.breadcrumbs { color: #8290aa; font-size: 12px; margin-bottom: 28px; }
.breadcrumbs a:hover { color: white; }
.articleHeader .articleTag { display: inline-block; color: var(--cyan); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.articleHeader h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.03; letter-spacing: -.05em; margin: 0 0 20px; }
.articleHeader .lead { font-size: 19px; line-height: 1.7; color: var(--muted); }
.articleMeta { color: #73809a; font-size: 12px; margin-top: 18px; }
.articleBody { margin-top: 48px; padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: rgba(12,17,34,.66); }
.articleBody h2 { font-size: 30px; letter-spacing: -.035em; margin: 42px 0 14px; }
.articleBody h2:first-child { margin-top: 0; }
.articleBody h3 { font-size: 20px; margin: 28px 0 10px; }
.articleBody p, .articleBody li { color: #b6c1d7; line-height: 1.8; font-size: 15px; }
.articleBody ul, .articleBody ol { padding-left: 22px; }
.articleBody a { color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(66,221,255,.35); text-underline-offset: 3px; }
.articleCallout { margin: 30px 0; padding: 20px; border-radius: 18px; border: 1px solid rgba(100,145,255,.2); background: rgba(66,92,180,.08); }
.articleCta { margin-top: 38px; padding: 28px; border-radius: 22px; background: linear-gradient(130deg, rgba(19,32,66,.9), rgba(10,14,31,.92)); border: 1px solid rgba(101,129,255,.24); }
.articleCta h2 { margin-top: 0; }
.relatedLinks { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 18px; }
.relatedLinks a { display: block; padding: 17px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.025); text-decoration: none; }
@media (max-width: 960px) { .articleCards { grid-template-columns: 1fr; max-width: 680px; margin: auto; } }
@media (max-width: 620px) { .articleLayout { width: min(100% - 26px, 900px); padding-top: 40px; } .articleBody { padding: 25px 19px; border-radius: 22px; } .articleBody h2 { font-size: 25px; } .articleHeader .lead { font-size: 17px; } .relatedLinks { grid-template-columns: 1fr; } }
