:root {
  --page: #07090e;
  --panel: #0d1118;
  --text: rgba(255,255,255,.94);
  --muted: rgba(225,232,241,.62);
  --line: rgba(255,255,255,.10);
  --green: #24dda9;
  --cyan: #22c7dc;
  --violet: #8b70ff;
  --orange: #ff765c;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shadow: 0 28px 80px rgba(0,0,0,.40);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(113,54,124,.20), transparent 27%),
    radial-gradient(circle at 87% 14%, rgba(0,151,168,.19), transparent 30%),
    linear-gradient(180deg, #06080c 0%, #090b10 48%, #0b0d12 100%);
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body::before { position: fixed; inset: 0; z-index: -2; content: ""; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.section-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; z-index: -1; border-radius: 999px; filter: blur(60px); pointer-events: none; }
.ambient--one { width: 430px; height: 430px; top: 30%; left: -310px; background: rgba(116,65,137,.16); }
.ambient--two { width: 520px; height: 520px; top: 66%; right: -390px; background: rgba(0,166,174,.13); }

.site-header { position: sticky; top: 0; z-index: 30; width: min(1680px, calc(100% - 32px)); min-height: 54px; margin: 8px auto 0; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; }
.header-shell { width: 100%; min-height: 54px; display: grid; grid-template-columns: auto auto minmax(0,1fr) auto; align-items: center; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { display: block; width: 151px; height: auto; filter: brightness(0) invert(1); opacity: .96; }
.brand-product { padding: 6px 9px 5px; border: 0; border-radius: 999px; color: #58e8bd; background: rgba(36,221,169,.11); box-shadow: 0 0 0 1px rgba(36,221,169,.16), 0 9px 24px rgba(36,221,169,.08); font: 800 10px/1 "Space Grotesk",sans-serif; letter-spacing: .11em; }
.header-product-pill { min-height: 42px; padding: 7px 18px 7px 9px; display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; color: #03110a; background: radial-gradient(circle at 16% 20%,rgba(255,255,255,.18),transparent 30%),linear-gradient(135deg,#2bdc86 0%,#16b876 52%,#0e8a58 100%); box-shadow: 0 0 0 1px rgba(53,216,135,.16),0 14px 34px rgba(24,185,120,.22); font-size: 13px; font-weight: 800; white-space: nowrap; transition: transform .2s ease,filter .2s ease,box-shadow .2s ease; }
.header-product-pill:hover { color: #03110a; transform: translateY(-1px); filter: brightness(1.05) saturate(1.06); box-shadow: 0 0 0 1px rgba(84,239,163,.23),0 17px 38px rgba(24,185,120,.29); }
.header-product-pill__icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(3,17,10,.12); }
.header-product-pill__icon svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.site-header .header-quick-links { justify-self: end; display: flex; align-items: center; gap: 8px; }
.site-header .header-quick-links a { position: relative; padding: 10px 12px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .2s ease,transform .2s ease; }
.site-header .header-quick-links a::after { position: absolute; right: 12px; bottom: 5px; left: 12px; height: 2px; border-radius: 99px; content: ""; background: linear-gradient(90deg,var(--green),var(--cyan)); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header .header-quick-links a:hover { color: #fff; transform: translateY(-1px); }
.site-header .header-quick-links a:hover::after { transform: scaleX(1); }
.header-connect { min-height: 44px; padding: 8px 15px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; color: rgba(255,255,255,.90); background: rgba(10,12,18,.70); box-shadow: 0 16px 38px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.09); font-size: 12px; font-weight: 800; white-space: nowrap; transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.header-connect:hover { color: #fff; border-color: rgba(36,221,169,.28); background: rgba(14,20,24,.88); transform: translateY(-1px); }
.header-connect__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(36,221,169,.09),0 0 18px rgba(36,221,169,.75); }

.button { min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font-size: 13px; font-weight: 800; line-height: 1; transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button--small { min-height: 42px; padding-inline: 17px; font-size: 11px; }
.button--primary { color: #07110e; background: linear-gradient(135deg,#42edba,#13bc90); box-shadow: 0 12px 32px rgba(22,209,154,.25), inset 0 1px 0 rgba(255,255,255,.44); }
.button--primary:hover { box-shadow: 0 17px 40px rgba(22,209,154,.35); }
.button--soft, .button--ghost { color: rgba(255,255,255,.86); border-color: var(--line); background: rgba(255,255,255,.055); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.button--soft:hover, .button--ghost:hover { border-color: rgba(36,221,169,.35); background: rgba(36,221,169,.08); }
.button--dark { color: #07110e; background: linear-gradient(135deg,#45edbb,#19c999); }
.button--white { color: #08110e; background: #f7fffc; box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.button--wide { width: 100%; }

.hero { position: relative; min-height: 610px; margin-top: 42px; padding: 72px 66px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-xl); background: #030508 url('/assets/vpn-hero-3d.png') center/cover no-repeat; box-shadow: 0 34px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.06); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg,rgba(2,4,7,.99) 0%,rgba(2,4,7,.91) 34%,rgba(2,4,7,.25) 66%,rgba(2,4,7,.08) 100%); }
.hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: radial-gradient(circle at 35% 10%,rgba(36,221,169,.12),transparent 34%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { width: fit-content; margin-bottom: 16px; color: #7aebc9; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(65,236,185,.20); border-radius: 999px; background: rgba(36,221,169,.08); }
h1, h2, h3 { font-family: "Space Grotesk","Manrope",sans-serif; }
h1 { margin: 0; max-width: 690px; font-size: clamp(3.15rem,5.1vw,5.2rem); line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
h1 span { color: #55e8bd; text-shadow: 0 0 34px rgba(36,221,169,.13); }
.hero-lead { max-width: 620px; margin: 25px 0 0; color: rgba(237,243,250,.76); font-size: clamp(.98rem,1.3vw,1.11rem); line-height: 1.68; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-trust { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 9px; color: rgba(239,247,252,.66); font-size: 10px; font-weight: 700; }
.hero-trust span { padding: 8px 10px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; background: rgba(8,13,18,.46); backdrop-filter: blur(9px); }
.hero-trust i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #07110e; background: var(--green); font-style: normal; font-size: 9px; }
.hero-visual { position: relative; min-height: 460px; pointer-events: none; }
.hero-visual::before, .orbit, .app-card { display: none; }
.floating-pill { position: absolute; z-index: 3; padding: 11px 14px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(6,11,16,.60); box-shadow: 0 16px 38px rgba(0,0,0,.32); backdrop-filter: blur(14px); color: rgba(255,255,255,.82); font-size: 10px; font-weight: 800; }
.floating-pill span { width: 23px; height: 23px; border-radius: 8px; display: grid; place-items: center; color: var(--green); background: rgba(36,221,169,.10); }
.floating-pill--top { top: 26px; right: 2%; }
.floating-pill--bottom { right: 18%; bottom: 24px; }

.proof-strip { margin-top: 20px; margin-bottom: 110px; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; background: none; }
.proof-strip div { position: relative; min-height: 118px; padding: 22px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(17,23,32,.88),rgba(9,13,19,.88)); box-shadow: 0 18px 46px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.04); }
.proof-strip div::after { position: absolute; width: 120px; height: 120px; right: -62px; bottom: -72px; border-radius: 50%; content: ""; background: rgba(36,221,169,.10); filter: blur(3px); }
.proof-strip div:nth-child(2)::after { background: rgba(36,199,220,.13); }.proof-strip div:nth-child(3)::after { background: rgba(139,112,255,.13); }.proof-strip div:nth-child(4)::after { background: rgba(255,118,92,.11); }
.proof-strip strong,.proof-strip span { display: block; }.proof-strip strong { color: #fff; font: 700 26px/1.15 "Space Grotesk",sans-serif; letter-spacing: -.03em; }.proof-strip span { margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 700; }

.content-section { padding-block: 20px 112px; }
.section-heading { max-width: 740px; margin-bottom: 43px; }
.section-heading--center { margin-inline: auto; text-align: center; }.section-heading--center .eyebrow { margin-inline: auto; }
.section-heading h2,.app-section h2,.cta h2 { margin: 0; font-size: clamp(2.25rem,4vw,3.75rem); line-height: 1.06; letter-spacing: -.046em; text-wrap: balance; }
.section-heading p,.app-section__copy>p { margin: 17px 0 0; color: var(--muted); line-height: 1.72; }

.use-case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.use-case-card { position: relative; min-height: 410px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg,#10151d,#090d13); box-shadow: 0 22px 56px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04); }
.use-case-card::before { position: absolute; inset: auto -100px -150px auto; width: 330px; height: 330px; border-radius: 50%; content: ""; background: rgba(255,118,92,.12); filter: blur(15px); }.use-case-card--gaming::before { background: rgba(34,199,220,.15); }
.use-case-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; }.use-case-top .card-kicker { margin-top: 0; }
.use-case-symbol { width: 50px; height: 50px; flex: 0 0 50px; border: 1px solid rgba(255,126,95,.34); border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,#ff7b61,#c9473d); box-shadow: 0 12px 30px rgba(255,118,92,.18); font: 700 21px/1 "Space Grotesk",sans-serif; }
.use-case-card--gaming .use-case-symbol { border-color: rgba(56,220,236,.34); background: linear-gradient(145deg,#29cfdf,#087b9b); box-shadow: 0 12px 30px rgba(34,199,220,.18); }
.card-kicker { margin-top: auto; color: #67e7c1; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.use-case-card h3 { position: relative; z-index: 1; max-width: 530px; margin: 29px 0 13px; font-size: clamp(1.7rem,3vw,2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.use-case-card p { position: relative; z-index: 1; max-width: 580px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.use-case-card ul { position: relative; z-index: 1; margin: 25px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.use-case-card li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.045); font-size: 9px; font-weight: 800; }
.latency-meter { position: relative; z-index: 1; margin-top: 33px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.04); }
.latency-meter::before { display: block; width: 100%; height: 6px; border-radius: 99px; content: ""; background: rgba(255,255,255,.10); }
.latency-meter>span { position: absolute; top: 22px; left: 22px; width: calc((100% - 44px)*.7); height: 6px; border-radius: 99px; background: linear-gradient(90deg,var(--green),var(--cyan)); box-shadow: 0 0 18px rgba(34,199,220,.30); }
.latency-meter b,.latency-meter small { display: block; }.latency-meter b { margin-top: 20px; font: 700 31px/1 "Space Grotesk",sans-serif; }.latency-meter small { margin-top: 6px; color: var(--muted); }

.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.benefit-card { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(150deg,rgba(18,24,34,.95),rgba(9,13,19,.95)); box-shadow: 0 18px 50px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04); transition: transform .25s ease,border-color .25s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(36,221,169,.25); }
.benefit-card--large { position: relative; min-height: 390px; grid-column: span 2; overflow: hidden; flex-direction: row; gap: 20px; }.benefit-card--large>div:nth-child(2) { position: relative; z-index: 2; max-width: 400px; align-self: flex-end; }
.benefit-icon { width: 47px; height: 47px; flex: 0 0 47px; border: 1px solid rgba(36,221,169,.22); border-radius: 14px; display: grid; place-items: center; color: var(--green); background: rgba(36,221,169,.08); box-shadow: 0 0 28px rgba(36,221,169,.07); font: 700 20px/1 "Space Grotesk",sans-serif; }
.benefit-card h3 { margin: 10px 0; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.server-map { position: absolute; width: 56%; height: 100%; top: 0; right: 0; background: radial-gradient(circle at center,rgba(36,221,169,.14),transparent 54%); }
.server-map::before,.server-map::after { position: absolute; inset: 14%; border: 1px solid rgba(36,221,169,.13); border-radius: 50%; content: ""; }.server-map::after { inset: 28%; border-style: dashed; }
.server-cube { position: absolute; top: 50%; left: 51%; width: 116px; height: 116px; transform: translate(-50%,-50%) rotate(4deg); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(67,237,186,.25); border-radius: 28px; color: #08110f; background: linear-gradient(145deg,#5ef0c3,#18b98f); box-shadow: 0 22px 60px rgba(36,221,169,.20), inset 0 1px 0 rgba(255,255,255,.50); }
.server-cube b { font: 700 40px/1 "Space Grotesk",sans-serif; }.server-cube small { margin-top: 5px; font-weight: 800; }
.node { position: absolute; width: 12px; height: 12px; border: 2px solid #10151d; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px rgba(36,221,169,.55); }.node--a { top: 16%; left: 48%; }.node--b { right: 12%; bottom: 24%; }.node--c { left: 20%; bottom: 14%; }

.how-section { width: min(1400px,calc(100% - 24px)); margin-bottom: 110px; padding: 78px min(5vw,66px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg,rgba(18,24,34,.90),rgba(7,10,15,.95)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); }
.steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.steps::before { position: absolute; z-index: 0; top: 41px; right: 12%; left: 12%; height: 1px; content: ""; background: repeating-linear-gradient(90deg,rgba(36,221,169,.30),rgba(36,221,169,.30) 5px,transparent 5px,transparent 12px); }
.step { position: relative; z-index: 1; padding: 18px; text-align: center; }.step-number { position: absolute; top: 2px; right: 18px; color: rgba(255,255,255,.20); font: 700 11px/1 "Space Grotesk",sans-serif; letter-spacing: .1em; }
.step-icon { width: 82px; height: 82px; margin: 0 auto 22px; border: 1px solid rgba(36,221,169,.20); border-radius: 24px; display: grid; place-items: center; color: var(--green); background: #0c1318; box-shadow: 0 14px 34px rgba(0,0,0,.25), 0 0 30px rgba(36,221,169,.06); font: 700 27px/1 "Space Grotesk",sans-serif; }
.step h3 { margin: 0 0 8px; font-size: 17px; }.step p { margin: 0; color: var(--muted); font-size: 12px; }

.plan-grid { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; gap: 16px; }.plan-grid--single { max-width: 520px; margin-inline: auto; grid-template-columns: 1fr; }
.plan-grid--five { grid-template-columns: repeat(5,1fr); }
.plan-tabs { width: fit-content; margin: -20px auto 30px; padding: 5px; display: flex; gap: 5px; border-radius: 18px; background: #1d1d1d; }
.plan-tab { min-width: 160px; min-height: 58px; padding: 10px 22px; border: 0; border-radius: 14px; display: grid; place-items: center; gap: 2px; color: rgba(255,255,255,.58); background: transparent; cursor: pointer; transition: color .2s ease,background .2s ease; }
.plan-tab span { font-size: 13px; font-weight: 800; }
.plan-tab small { font-size: 9px; }
.plan-tab:hover { color: #fff; }
.plan-tab.is-active { color: #06110a; background: var(--green); }
.plan-card { position: relative; min-height: 520px; padding: 32px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(36,221,169,.22); border-radius: var(--radius-lg); background: radial-gradient(circle at 110% -10%,rgba(36,221,169,.20),transparent 38%), linear-gradient(145deg,#12231f,#08100e); box-shadow: 0 28px 74px rgba(0,0,0,.34), 0 0 50px rgba(36,221,169,.06), inset 0 1px 0 rgba(255,255,255,.06); }
.plan-card::after { position: absolute; width: 220px; height: 220px; right: -120px; bottom: -130px; border-radius: 50%; content: ""; background: rgba(36,221,169,.12); filter: blur(15px); }.plan-card--featured { transform: none; }
.plan-badge { position: absolute; top: 23px; right: 23px; padding: 7px 10px; border-radius: 9px; color: #07110e; background: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plan-period { color: #66eac3; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.plan-card h3 { margin: 14px 0 7px; font-size: 29px; }.plan-card>p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.plan-price { margin: 27px 0 24px; display: flex; align-items: flex-end; gap: 10px; }.plan-price strong { font: 700 42px/1 "Space Grotesk",sans-serif; letter-spacing: -.05em; }.plan-price s { color: var(--muted); font-size: 12px; }.plan-divider { height: 1px; margin-bottom: 24px; background: var(--line); }
.plan-card ul { position: relative; z-index: 1; margin: 0 0 28px; padding: 0; display: grid; gap: 13px; list-style: none; }.plan-card li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.74); font-size: 12px; }.plan-card li span { width: 21px; height: 21px; flex: 0 0 21px; border-radius: 7px; display: grid; place-items: center; color: #07110e; background: var(--green); font-size: 10px; font-weight: 900; }
.plan-card .button { position: relative; z-index: 1; margin-top: auto; }.pricing-note { max-width: 680px; margin: 25px auto 0; color: rgba(255,255,255,.40); font-size: 10px; line-height: 1.65; text-align: center; }

.app-section { position: relative; width: min(1400px,calc(100% - 24px)); margin-bottom: 110px; padding: 78px min(6vw,82px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 45px; overflow: hidden; border: 1px solid rgba(34,199,220,.16); border-radius: var(--radius-xl); background: radial-gradient(circle at 90% 10%,rgba(34,199,220,.16),transparent 35%), linear-gradient(145deg,#0d1820,#081015); box-shadow: var(--shadow); }
.app-section::after { position: absolute; width: 520px; height: 520px; top: -260px; right: -170px; border-radius: 50%; content: ""; background: rgba(34,199,220,.09); }.app-section__copy { position: relative; z-index: 2; }.app-section .eyebrow { color: #63deed; }
.check-list { margin: 25px 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; }.check-list li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }.check-list span { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; color: #07110e; background: var(--cyan); font-size: 10px; }
.laptop { position: relative; z-index: 2; min-height: 370px; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: perspective(1000px) rotateY(-7deg); }.laptop__screen { width: min(600px,100%); aspect-ratio: 16/10; padding: 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 19px 19px 8px 8px; background: #05080b; box-shadow: 0 34px 70px rgba(0,0,0,.44), 0 0 50px rgba(34,199,220,.08); }
.laptop-ui { height: 100%; padding: 24px; display: flex; flex-direction: column; border-radius: 10px; color: var(--text); background: radial-gradient(circle at 50% 38%,rgba(34,199,220,.15),transparent 30%), linear-gradient(145deg,#101820,#080d12); }.mini-brand { display: flex; align-items: center; gap: 8px; font-family: "Space Grotesk",sans-serif; font-size: 11px; font-weight: 700; }.mini-brand b { width: 24px; height: 24px; border-radius: 8px; display: grid; place-items: center; color: #07110e; background: var(--green); }
.laptop-status { margin: auto; display: flex; flex-direction: column; align-items: center; }.laptop-status i { width: 82px; height: 82px; margin-bottom: 14px; border: 1px solid rgba(34,199,220,.28); border-radius: 27px; background: rgba(34,199,220,.12); box-shadow: 0 0 44px rgba(34,199,220,.18), inset 0 0 0 19px rgba(34,199,220,.10); }.laptop-status strong { font: 700 20px/1.2 "Space Grotesk",sans-serif; }.laptop-status small { margin-top: 5px; color: var(--muted); }
.laptop-button { width: 80%; margin: 0 auto; padding: 11px; border-radius: 10px; color: #07110e; background: linear-gradient(90deg,var(--green),var(--cyan)); text-align: center; font-size: 10px; font-weight: 800; }.laptop__base { width: 110%; height: 16px; border-radius: 2px 2px 20px 20px; background: linear-gradient(#68717a,#202830); box-shadow: 0 18px 24px rgba(0,0,0,.34); }

.faq-section { max-width: 930px; }.faq-list { display: grid; gap: 10px; }.faq-list details { border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(14,19,27,.80); box-shadow: 0 12px 34px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.03); overflow: hidden; }
.faq-list summary { padding: 21px 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: "Space Grotesk",sans-serif; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { width: 29px; height: 29px; flex: 0 0 29px; display: grid; place-items: center; border: 1px solid rgba(36,221,169,.16); border-radius: 9px; color: var(--green); background: rgba(36,221,169,.07); transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: 0; padding: 0 70px 23px 23px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.cta { margin-bottom: 80px; padding: 58px 62px; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; border: 1px solid rgba(36,221,169,.17); border-radius: var(--radius-xl); background: radial-gradient(circle at 85% 15%,rgba(34,199,220,.18),transparent 34%), linear-gradient(135deg,#10261f,#07100e); box-shadow: 0 28px 70px rgba(0,0,0,.30); }.cta p { margin: 10px 0 0; color: var(--muted); }.eyebrow--light { color: #72e9c6; }

.site-footer { padding: 0 0 24px; }.footer-main { padding: 38px 0; display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.brand--footer img { width: 145px; }.footer-main p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }.footer-links { display: flex; justify-content: flex-end; gap: 19px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; }.footer-links a:hover { color: var(--green); }.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.38); font-size: 9px; }

.checkout { width: min(500px,calc(100% - 28px)); padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: transparent; box-shadow: 0 35px 100px rgba(0,0,0,.62); }.checkout::backdrop { background: rgba(2,4,7,.74); backdrop-filter: blur(8px); }.checkout-card { position: relative; padding: 34px; color: var(--text); background: linear-gradient(145deg,#141a23,#090d13); }.checkout-card h2 { margin: 0 0 22px; font-size: 28px; letter-spacing: -.03em; }.checkout-close { position: absolute; top: 18px; right: 18px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; background: rgba(255,255,255,.05); font-size: 21px; }.checkout-plan { margin-bottom: 22px; padding: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(36,221,169,.18); border-radius: 14px; background: rgba(36,221,169,.07); }.checkout-plan span { font-size: 12px; }.checkout-plan strong { color: var(--green); font-family: "Space Grotesk",sans-serif; font-size: 19px; }
.checkout-card>label:not(.consent) { display: grid; gap: 8px; font-size: 11px; font-weight: 800; }.checkout-card input[type="email"] { width: 100%; min-height: 49px; padding: 0 14px; outline: none; border: 1px solid var(--line); border-radius: 12px; color: #fff; background: rgba(255,255,255,.045); transition: border .2s ease,box-shadow .2s ease; }.checkout-card input[type="email"]:focus { border-color: rgba(36,221,169,.48); box-shadow: 0 0 0 4px rgba(36,221,169,.07); }.checkout-card label small { color: var(--muted); font-size: 9px; font-weight: 500; }.consent { margin: 17px 0; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 9px; }.consent input { margin-top: 2px; accent-color: var(--green); }.form-message { min-height: 18px; margin: 13px 0 0; color: #ff947e; font-size: 10px; text-align: center; }.form-message--success { color: var(--green); }
.toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; max-width: 350px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; color: #fff; background: #111820; box-shadow: 0 20px 50px rgba(0,0,0,.40); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; font-size: 11px; font-weight: 700; }.toast--visible { opacity: 1; transform: translateY(0); }.load-error { grid-column: 1/-1; padding: 30px; border: 1px solid rgba(255,118,92,.18); border-radius: 18px; color: #ffad9a; background: rgba(255,118,92,.07); text-align: center; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1); }.reveal--delay { transition-delay: .12s; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.plan-card--featured.reveal,.plan-card--featured.reveal.is-visible { transform: translateY(0); }

@media (max-width:1080px) {
  .header-shell { grid-template-columns:auto auto 1fr; gap:14px; }.site-header .header-quick-links { display:none; }.header-connect { justify-self:end; }.hero { min-height:650px; grid-template-columns:1fr; background-position:60% center; }.hero::before { background:linear-gradient(90deg,rgba(2,4,7,.98),rgba(2,4,7,.78) 58%,rgba(2,4,7,.28)); }.hero-copy { max-width:650px; }.hero-visual { position:absolute; inset:0; }.floating-pill--top { top:28px; right:28px; }.floating-pill--bottom { right:28px; bottom:28px; }.proof-strip { grid-template-columns:repeat(2,1fr); }.benefit-grid { grid-template-columns:repeat(2,1fr); }.benefit-card--large { grid-column:span 2; }.steps { grid-template-columns:repeat(2,1fr); }.steps::before { display:none; }.plan-grid,.plan-grid--five { grid-template-columns:repeat(2,1fr); }.app-section { grid-template-columns:1fr; }.app-section__copy { max-width:680px; }.footer-main { grid-template-columns:1fr; }.footer-links { justify-content:flex-start; }
}

@media (max-width:720px) {
  html { scroll-padding-top:78px; }.section-shell { width:min(100% - 22px,1320px); }.site-header { width:calc(100% - 20px); min-height:54px; margin-top:6px; }.header-shell { min-height:54px; grid-template-columns:auto 1fr auto; gap:9px; }.brand { gap:7px; }.brand img { width:126px; }.brand-product { padding:5px 7px 4px; font-size:8px; }.header-product-pill { display:none; }.header-connect { min-height:40px; padding:7px 12px; font-size:10px; }.header-connect__dot { width:6px; height:6px; }.hero { min-height:720px; margin-top:18px; padding:43px 24px; align-items:start; background-position:64% center; }.hero::before { background:linear-gradient(180deg,rgba(2,4,7,.99) 0%,rgba(2,4,7,.88) 48%,rgba(2,4,7,.22) 83%); } h1 { font-size:clamp(2.85rem,14vw,4.2rem); }.hero-lead { margin-top:21px; font-size:14px; }.hero-actions .button { width:100%; }.hero-trust { gap:7px; }.hero-trust span { font-size:8px; }.floating-pill--top { top:auto; right:18px; bottom:96px; }.floating-pill--bottom { right:auto; bottom:27px; left:18px; }.proof-strip { margin-bottom:75px; grid-template-columns:1fr 1fr; gap:9px; }.proof-strip div { min-height:105px; padding:18px 15px; }.proof-strip strong { font-size:20px; }.proof-strip span { font-size:9px; }.content-section { padding-bottom:78px; }.section-heading { margin-bottom:30px; }.section-heading h2,.app-section h2,.cta h2 { font-size:clamp(2.05rem,10vw,3rem); }.use-case-grid,.benefit-grid { grid-template-columns:1fr; }.use-case-card { min-height:0; padding:24px; }.benefit-card,.benefit-card--large { min-height:290px; grid-column:auto; padding:23px; }.benefit-card--large { padding-bottom:215px; }.benefit-card--large>div:nth-child(2) { align-self:auto; }.server-map { width:100%; height:220px; top:auto; bottom:0; }.server-cube { width:94px; height:94px; }.how-section { margin-bottom:75px; padding:54px 20px; }.steps { grid-template-columns:1fr; }.step { display:grid; grid-template-columns:70px 1fr; grid-template-rows:auto auto; column-gap:15px; text-align:left; }.step-icon { width:66px; height:66px; grid-row:1/3; margin:0; border-radius:19px; }.step h3 { align-self:end; }.step p { align-self:start; }.plan-tabs { width:100%; margin-top:-12px; }.plan-tab { min-width:0; flex:1; padding-inline:12px; }.plan-grid,.plan-grid--five { grid-template-columns:1fr; max-width:610px; margin-inline:auto; }.plan-card { padding:25px; }.app-section { margin-bottom:75px; padding:54px 24px 40px; }.laptop { min-height:255px; transform:none; }.laptop-ui { padding:14px; }.laptop-status i { width:55px; height:55px; border-radius:18px; }.laptop-status strong { font-size:16px; }.faq-list summary { padding:18px; font-size:13px; }.faq-list details p { padding:0 50px 19px 18px; font-size:11px; }.cta { margin-bottom:60px; padding:36px 25px; display:block; }.cta .button { width:100%; margin-top:25px; }.footer-bottom { display:grid; gap:7px; }.checkout-card { padding:28px 22px; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .reveal { opacity:1; transform:none; } }

/* Flat studio visual system: smooth dark surfaces, generous geometry and one green accent. */
:root {
  --page: #111111;
  --panel: #1d1d1d;
  --text: rgba(255,255,255,.96);
  --muted: rgba(255,255,255,.56);
  --line: rgba(255,255,255,.075);
  --green: #20d968;
  --cyan: #20d968;
  --radius-xl: 30px;
  --radius-lg: 30px;
  --radius-md: 22px;
  --shadow: none;
}

html { scroll-padding-top: 24px; }
body { background: #111111; }
body::before, .ambient { display: none; }
.section-shell { width: min(1708px, calc(100% - 40px)); }

.site-header {
  position: relative;
  top: auto;
  z-index: 3;
  width: min(1708px, calc(100% - 40px));
  min-height: 99px;
  margin: 0 auto;
}
.header-shell { min-height: 99px; gap: 24px; }
.brand-product {
  color: #20d968;
  background: rgba(32,217,104,.10);
  box-shadow: none;
}
.header-product-pill {
  min-height: 52px;
  padding: 9px 20px 9px 10px;
  color: #20d968;
  background: #183021;
  box-shadow: none;
}
.header-product-pill:hover { color: #28e875; box-shadow: none; }
.header-product-pill__icon { width: 32px; height: 32px; background: rgba(32,217,104,.12); }
.site-header .header-quick-links a { color: rgba(255,255,255,.66); font-size: 13px; }
.site-header .header-quick-links a::after { background: #20d968; }
.header-connect {
  min-height: 52px;
  padding: 10px 25px;
  border: 0;
  border-radius: 17px;
  background: #242424;
  box-shadow: none;
  font-size: 13px;
}
.header-connect:hover { border-color: transparent; background: #2b2b2b; }

.button { min-height: 54px; border: 0; border-radius: 17px; box-shadow: none; }
.button--primary, .button--dark { color: #06110a; background: #20d968; box-shadow: none; }
.button--primary:hover, .button--dark:hover { background: #2be676; box-shadow: none; }
.button--soft, .button--ghost { border: 0; color: #fff; background: #2a2a2a; box-shadow: none; }
.button--soft:hover, .button--ghost:hover { border-color: transparent; background: #333333; }

.hero {
  width: 100%;
  min-height: 577px;
  margin-top: 0;
  padding: 76px max(5.2vw, calc((100vw - 1708px) / 2));
  grid-template-columns: .86fr 1.14fr;
  border: 0;
  border-radius: 0;
  background-color: #1a1a1a;
  background-image: url('/assets/vpn-hero-3d.png');
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  box-shadow: none;
}
.hero::before {
  background: linear-gradient(90deg,#1a1a1a 0%,rgba(26,26,26,.98) 35%,rgba(26,26,26,.30) 64%,rgba(26,26,26,.02) 100%);
}
.hero::after {
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(0deg,#121212 0%,rgba(18,18,18,0) 100%);
}
.hero-copy { max-width: 610px; }
.eyebrow { color: #20d968; }
.eyebrow span { padding: 0; border: 0; border-radius: 0; background: transparent; }
h1 { max-width: 620px; font-size: clamp(3rem,4vw,4.15rem); line-height: 1.04; letter-spacing: -.045em; }
h1 span { color: #fff; text-shadow: none; }
.hero-lead { max-width: 520px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.55; }
.hero-trust span { border: 0; border-radius: 12px; background: rgba(17,17,17,.72); backdrop-filter: none; }
.floating-pill { border: 0; border-radius: 15px; background: rgba(29,29,29,.92); box-shadow: none; backdrop-filter: none; }

.proof-strip {
  width: 100%;
  margin: 0 0 110px;
  padding: 40px max(5.2vw, calc((100vw - 1708px) / 2));
  gap: 18px;
  background: #121212;
}
.proof-strip div {
  min-height: 131px;
  padding: 25px;
  border: 0;
  border-radius: 30px;
  background: #1d1d1d;
  box-shadow: none;
}
.proof-strip div::after { display: none; }
.proof-strip strong { font-size: 24px; }
.proof-strip span { color: rgba(255,255,255,.48); font-size: 12px; }

.content-section { padding-block: 12px 112px; }
.section-heading { max-width: 780px; }
.section-heading h2, .app-section h2, .cta h2 { letter-spacing: -.04em; }
.use-case-grid, .benefit-grid, .plan-grid { gap: 18px; }
.use-case-card, .benefit-card, .how-section, .plan-card, .app-section, .faq-list details {
  border: 0;
  background: #1d1d1d;
  box-shadow: none;
}
.use-case-card::before, .plan-card::after, .app-section::after { display: none; }
.use-case-symbol, .benefit-icon, .step-icon {
  border: 0;
  color: #06110a;
  background: #20d968;
  box-shadow: none;
}
.use-case-card--gaming .use-case-symbol { border: 0; background: #20d968; box-shadow: none; }
.card-kicker, .plan-period, .app-section .eyebrow { color: #20d968; }
.use-case-card li, .latency-meter { border: 0; background: #262626; }
.latency-meter>span { background: #20d968; box-shadow: none; }
.benefit-card:hover { border-color: transparent; }
.server-map { background: radial-gradient(circle at center,rgba(32,217,104,.16),transparent 57%); }
.server-cube { border: 0; background: #20d968; box-shadow: none; }
.node { border-color: #1d1d1d; background: #20d968; box-shadow: none; }
.how-section, .app-section { width: min(1708px, calc(100% - 40px)); }
.steps::before { background: rgba(32,217,104,.26); }
.step-icon { background: #262626; color: #20d968; }
.plan-card { border: 1px solid rgba(32,217,104,.14); }
.plan-card--featured { background: #193522; border-color: rgba(32,217,104,.34); }
.plan-badge { color: #06110a; background: #20d968; }
.plan-card li span, .check-list span { color: #06110a; background: #20d968; }
.app-section { background: #1d1d1d; }
.laptop__screen { border-color: rgba(255,255,255,.10); background: #101010; box-shadow: none; }
.laptop-ui { background: #181818; }
.laptop-status i { border-color: rgba(32,217,104,.3); background: rgba(32,217,104,.12); box-shadow: inset 0 0 0 19px rgba(32,217,104,.08); }
.laptop-button { background: #20d968; }
.faq-section { max-width: 1100px; }
.faq-list { gap: 12px; }
.faq-list details { background: #1d1d1d; }
.faq-list summary span { border: 0; color: #20d968; background: #262626; }
.cta { border: 0; background: #20d968; box-shadow: none; }
.cta h2, .cta p, .cta .eyebrow { color: #07110b; }
.cta .button--white { color: #fff; background: #111; box-shadow: none; }
.footer-main { border-color: rgba(255,255,255,.08); }
.checkout-card { background: #1d1d1d; }

@media (max-width:1080px) {
  .site-header, .header-shell { min-height: 82px; }
  .hero { min-height: 650px; padding-inline: 40px; background-position: 68% center; background-size: auto 100%; }
  .hero::before { background: linear-gradient(90deg,#1a1a1a 0%,rgba(26,26,26,.94) 56%,rgba(26,26,26,.20) 100%); }
  .proof-strip { padding-inline: 20px; }
}

@media (max-width:720px) {
  html { scroll-padding-top: 18px; }
  .section-shell { width: calc(100% - 24px); }
  .site-header { width: calc(100% - 24px); min-height: 72px; margin: 0 auto; }
  .header-shell { min-height: 72px; }
  .hero {
    width: 100%;
    min-height: 760px;
    margin: 0;
    padding: 46px 20px 270px;
    background-position: center bottom;
    background-size: auto 47%;
  }
  .hero::before { background: linear-gradient(180deg,#1a1a1a 0%,rgba(26,26,26,.98) 52%,rgba(26,26,26,.22) 84%,rgba(26,26,26,.04) 100%); }
  h1 { font-size: clamp(2.75rem,13vw,3.7rem); }
  .hero-lead { font-size: 14px; }
  .floating-pill--top { bottom: 116px; }
  .floating-pill--bottom { bottom: 38px; }
  .proof-strip { width: 100%; margin-bottom: 78px; padding: 22px 12px; gap: 10px; }
  .proof-strip div { min-height: 112px; padding: 18px 15px; border-radius: 22px; }
  .proof-strip strong { font-size: 20px; }
  .use-case-card, .benefit-card, .how-section, .plan-card, .app-section, .faq-list details { border-radius: 24px; }
  .how-section, .app-section { width: calc(100% - 24px); }
}

/* Simple sales flow: fewer words, larger illustrations and one idea per card. */
.content-section { padding-block: 8px 92px; }
.section-heading { margin-bottom: 34px; }
.section-heading p, .app-section__copy>p { max-width: 650px; margin-top: 13px; line-height: 1.55; }

.benefit-grid--simple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefit-card--picture {
  position: relative;
  min-height: 430px;
  padding: 38px;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
}
.benefit-card--picture::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg,rgba(25,25,25,.98) 0%,rgba(25,25,25,.86) 34%,rgba(25,25,25,.12) 66%,transparent 100%);
}
.benefit-card--picture img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.benefit-card__copy { max-width: 330px; }
.benefit-card__copy h3 { margin-top: 14px; font-size: clamp(1.8rem,2.4vw,2.55rem); }
.benefit-card__copy p { max-width: 280px; font-size: 14px; }
.benefit-card--compact {
  min-height: 150px;
  padding: 26px 30px;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.benefit-card--compact .benefit-icon { margin: 0; }
.benefit-card--compact h3 { margin: 0 0 5px; font-size: 20px; }
.benefit-card--compact p { font-size: 12px; }

.steps--three { max-width: 1050px; margin-inline: auto; grid-template-columns: repeat(3,1fr); }
.steps--three::before { right: 16%; left: 16%; }
.plan-card { min-height: 450px; padding: 28px; }
.plan-card h3 { margin-top: 12px; }
.plan-price { margin-block: 22px 20px; }
.app-section { margin-bottom: 92px; }
.check-list { margin-block: 22px 27px; }

@media (max-width:1080px) {
  .benefit-grid--simple { grid-template-columns: 1fr; }
  .benefit-card--picture { min-height: 410px; }
  .steps--three { grid-template-columns: repeat(3,1fr); }
}

@media (max-width:720px) {
  .content-section { padding-bottom: 68px; }
  .hero { min-height: 740px; padding-bottom: 220px; }
  .benefit-card--picture { min-height: 440px; padding: 27px; }
  .benefit-card--picture::after { background: linear-gradient(180deg,#191919 0%,rgba(25,25,25,.88) 40%,rgba(25,25,25,.10) 72%,transparent 100%); }
  .benefit-card--picture img { object-position: 62% center; }
  .benefit-card__copy { max-width: 300px; }
  .benefit-card__copy h3 { font-size: 28px; }
  .benefit-card--compact { min-height: 126px; padding: 21px; }
  .benefit-card--compact h3 { font-size: 18px; }
  .steps--three { grid-template-columns: 1fr; }
}
