:root{--bg:#050505;--surface:#0f0f10;--surface2:#151617;--border:rgba(255,255,255,.08);--border2:rgba(255,255,255,.14);--text:#f4f3f1;--muted:rgba(244,243,241,.65);--faint:rgba(244,243,241,.42);--orange:#ff6a00;--orange2:#ff8c32;--green:#00d97e}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#080706,#050505 46%);color:var(--text);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}.site-header{height:90px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{width:190px;height:76px;position:relative;overflow:hidden}.brand img{position:absolute;width:260px;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%)}.site-nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}.site-nav a{color:#8f999f;text-decoration:none;font-size:12px;font-weight:650}.site-nav a:hover,.site-nav a.active{color:#fff}.site-nav a.active{border-bottom:2px solid var(--orange);padding-bottom:7px}.site-nav .portal-link{border:1px solid var(--border2);padding:9px 13px;border-radius:9px}.site-nav .portal-link:hover{border-color:#ff6a0080;color:var(--orange)}main{max-width:1180px;margin:auto;padding:0 28px 110px}.vpn-showcase{position:relative;isolation:isolate;min-height:760px;margin:0 calc(50% - 50vw);padding:68px max(28px,calc((100vw - 1180px)/2 + 28px)) 72px;background:#080808;overflow:hidden}.showcase-glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle farthest-side at 50% 46%,rgba(255,106,0,.1) 0%,transparent 64%);pointer-events:none}.showcase-inner{width:min(100%,1050px);margin:auto}.showcase-heading{text-align:center;margin:0 auto 46px}.showcase-heading h1{font-size:clamp(42px,5vw,60px)!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.035em!important;margin:0 0 12px!important;color:#fff}.showcase-heading p{margin:0!important;color:var(--orange)!important;font-size:17px!important;line-height:1.5!important;font-weight:700!important;letter-spacing:.02em}.platforms{display:flex;justify-content:center;align-items:flex-start;gap:48px}.platform-card{width:280px;text-align:center}.platform-label{display:inline-flex;align-items:center;justify-content:center;min-height:28px;margin-bottom:20px;padding:4px 13px;border-radius:6px;background:#141414;color:#bfc4c6;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.platform-label.active-platform{background:var(--orange);color:#fff}.phone-frame{position:relative;width:280px;height:500px;overflow:visible;border-radius:8px;background:#080808;box-shadow:0 24px 64px #00000040}.phone-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:8px}.connected-badge{position:absolute;z-index:4;top:-11px;right:0;display:flex;align-items:center;gap:6px;min-height:36px;padding:6px 11px;background:#0d0d0d;border:1px solid rgba(255,106,0,.34);border-radius:8px;color:#d0d3d4;font-size:12px;line-height:1}.connected-badge span{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px #00d97e40}.ios-phone img{filter:grayscale(60%) brightness(.58);opacity:.7}.ios-dim{position:absolute;inset:0;z-index:2;background:#0808086b;border-radius:8px}.testing-overlay{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:max-content;max-width:calc(100% - 24px);padding:8px 13px;background:#141414;border:1px solid rgba(255,106,0,.28);border-radius:7px;color:#8e9295;font-size:13px;line-height:1.25;white-space:nowrap}.flask-mark{color:var(--orange);font-size:17px;vertical-align:-1px;margin-right:4px}.ios-badge{position:absolute;z-index:4;top:-11px;right:0;padding:7px 10px;background:#0d0d0d;border:1px solid #353535;border-radius:8px;color:#777;font-size:12px}.platform-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:20px;padding:0 25px;border-radius:28px;font-size:16px;font-weight:800;text-decoration:none}.android-cta{background:var(--orange);color:#fff;box-shadow:0 18px 40px #ff6a001f}.android-cta:hover{background:var(--orange2);color:#fff}.ios-cta{border:1px solid #383838;border-radius:6px;background:#141414;color:#676d70;cursor:not-allowed}.hero-features{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:28px}.hero-features span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 14px;border:1px solid rgba(255,106,0,.18);border-radius:6px;background:#141414;color:#c8ccce;font-size:13px;font-weight:600}.hero-features .accent-pill{border-color:#ff6a0061;color:var(--orange)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 18px;border-radius:10px;text-decoration:none;font-size:12px;font-weight:800}.button.primary{background:var(--orange);color:#050505}.button.primary:hover{background:var(--orange2)}.button.secondary{border:1px solid var(--border2);color:#ddd;background:#ffffff03}.button.secondary:hover{color:var(--orange);border-color:#ff6a0066}.feature-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}.feature-pills span{border:1px solid var(--border);border-radius:99px;padding:6px 10px;color:#a8afb3;font-size:10px}.section{padding:100px 0;border-top:1px solid var(--border)}.section-head{max-width:780px;margin-bottom:38px}.section-head h2{font-size:46px;line-height:1.08;letter-spacing:-.04em;margin:14px 0}.section-head p{color:var(--muted)}.eyebrow{display:block;color:var(--orange);font-size:10px;letter-spacing:.19em;font-weight:800}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{border:1px solid var(--border);border-radius:16px;padding:22px;background:linear-gradient(145deg,#101011,#080808);min-height:190px}.feature-card span{color:var(--orange);font:700 9px ui-monospace,monospace}.feature-card h3{font-size:17px;margin:10px 0 8px}.feature-card p{font-size:12px;color:var(--faint);margin:0}.locations-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:44px;align-items:center}.locations-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.location{border:1px solid var(--border);border-radius:11px;padding:11px 13px;background:#0a0a0a;color:#c7ccce;font-size:12px}.location.primary{border-color:#ff6a0059;color:#fff}.world-map{position:relative;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#080808;min-height:310px}.world-map img{display:block;width:100%;height:100%;object-fit:cover;opacity:.72}.map-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.2),transparent 45%,rgba(5,5,5,.16));pointer-events:none}.map-points{position:absolute;inset:0;z-index:2}.map-point{position:absolute;transform:translate(-50%,-50%)}.point-dot{display:block;width:12px;height:12px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #ff6a0024,0 0 16px #ff6a004d}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price-card{border:1px solid var(--border);border-radius:18px;padding:24px;background:linear-gradient(145deg,#101011,#080808);display:flex;flex-direction:column}.price-card.featured{border-color:#ff6a0073;box-shadow:inset 3px 0 var(--orange)}.price-card .tag{font-size:9px;letter-spacing:.15em;color:var(--orange);font-weight:800}.price-card h3{font-size:22px;margin:8px 0}.price-card .price{font-size:28px;font-weight:800}.price-card .price small{font-size:11px;color:var(--faint);font-weight:500}.price-card p{color:var(--muted);font-size:12px}.price-card ul{list-style:none;margin:14px 0 22px;padding:0;color:#8f989d;font-size:11px;line-height:1.9}.price-card li:before{content:"✓ ";color:var(--green)}.price-card .button{margin-top:auto}.bundle{margin-top:22px;border:1px solid rgba(255,106,0,.22);border-radius:18px;padding:24px;background:#ff6a0009;display:flex;align-items:center;justify-content:space-between;gap:25px}.bundle h3{margin:0 0 4px}.bundle p{margin:0;color:var(--muted);font-size:12px}.download-card{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;border:1px solid var(--border);border-radius:20px;padding:34px;background:linear-gradient(145deg,#111,#080808)}.download-card h2{font-size:36px;letter-spacing:-.035em;margin:10px 0}.download-card p{color:var(--muted);max-width:690px}.legal-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.legal-links a{color:#8a9398;text-decoration:none;font-size:11px}.legal-links a:hover{color:var(--orange)}footer{max-width:1240px;margin:auto;border-top:1px solid var(--border);padding:24px 28px 32px;display:flex;justify-content:space-between;gap:30px;color:#50565a;font-size:10px}footer nav{display:flex;gap:14px;flex-wrap:wrap}footer a{color:#777f83;text-decoration:none}footer a:hover{color:var(--orange)}@media(max-width:960px){.vpn-showcase{min-height:auto;padding-top:54px;padding-bottom:62px}.platforms{gap:26px}.feature-grid,.pricing-grid{grid-template-columns:1fr 1fr}.locations-layout{grid-template-columns:1fr}.bundle,.download-card{align-items:flex-start;flex-direction:column;display:flex}}@media(max-width:720px){main{padding-left:18px;padding-right:18px}.vpn-showcase{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:18px;padding-right:18px}.platforms{flex-direction:column;align-items:center;gap:42px}.showcase-heading{margin-bottom:38px}.showcase-heading h1{font-size:clamp(38px,11vw,48px)!important}.showcase-heading p{font-size:16px!important}.platform-card{width:min(280px,86vw)}.phone-frame{width:100%;height:auto;aspect-ratio:941/1672}.testing-overlay{font-size:12px;white-space:normal;width:calc(100% - 26px)}.hero-features{margin-top:34px}.feature-grid,.pricing-grid,.locations-list{grid-template-columns:1fr}.world-map{min-height:420px}.section-head h2{font-size:36px}.download-card h2{font-size:30px}footer{flex-direction:column}}.vpn-showcase{min-height:570px;margin:28px 0 0;padding:54px 42px 48px;border:1px solid rgba(255,255,255,.045);border-radius:28px;background:radial-gradient(circle at 4% 2%,rgba(255,106,0,.035),transparent 34%),linear-gradient(145deg,#0f0e0da3,#0808084d);box-shadow:0 34px 90px #00000029}.showcase-inner{width:100%;max-width:none}.showcase-heading{margin:0 auto 40px}.showcase-heading h1{font-size:clamp(54px,6.5vw,82px)!important;line-height:.99!important;letter-spacing:-.052em!important;margin:0 0 18px!important}.showcase-heading p{font-size:19px!important;line-height:1.72!important;color:#c8cdcf!important;font-weight:500!important;letter-spacing:0!important;max-width:760px;margin:0 auto!important}.phone-frame{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:#080808}.hero-features span{border-radius:99px;background:#ffffff03;padding:8px 14px}@media(max-width:960px){.vpn-showcase{min-height:auto;padding:42px 30px 44px}}@media(max-width:720px){.vpn-showcase{margin-top:18px;padding:34px 22px 36px;border-radius:20px}}body.vpn-page .vpn-showcase{overflow:hidden}body.vpn-page .showcase-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);grid-template-areas:"heading platforms" "features platforms";column-gap:58px;row-gap:26px;align-items:start;width:100%;max-width:none}body.vpn-page .showcase-heading{grid-area:heading;text-align:left;margin:0!important;max-width:640px}body.vpn-page .showcase-heading h1{max-width:640px;margin:16px 0 22px!important;text-align:left!important}body.vpn-page .showcase-heading p{max-width:620px;margin:0!important;text-align:left!important;color:#f3f2f0b8!important}body.vpn-page .platforms{grid-area:platforms;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;padding:28px;border:1px solid rgba(255,255,255,.075);border-radius:22px;background:radial-gradient(circle at 100% 0%,rgba(255,106,0,.035),transparent 38%),linear-gradient(155deg,#141312b8,#0a0a0a94);box-shadow:0 28px 65px #0000002e}body.vpn-page .platform-card{width:auto;min-width:0}body.vpn-page .phone-frame{width:100%;height:auto;aspect-ratio:941/1672;max-height:410px}body.vpn-page .platform-label{margin-bottom:14px;border-radius:999px}body.vpn-page .platform-cta{width:100%;min-height:44px;margin-top:16px;padding:0 14px;border-radius:11px;font-size:13px}body.vpn-page .ios-cta{border-radius:11px}body.vpn-page .hero-features{grid-area:features;justify-content:flex-start;margin:0;max-width:640px}body.vpn-page .hero-features span{min-height:38px}@media(max-width:1024px){body.vpn-page .showcase-inner{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);column-gap:40px}body.vpn-page .platforms{padding:22px;gap:14px}}@media(max-width:860px){body.vpn-page .showcase-inner{grid-template-columns:1fr;grid-template-areas:"heading" "features" "platforms";gap:28px}body.vpn-page .showcase-heading,body.vpn-page .showcase-heading h1,body.vpn-page .showcase-heading p,body.vpn-page .hero-features{max-width:760px}body.vpn-page .platforms{width:100%;max-width:720px}}@media(max-width:640px){body.vpn-page .platforms{grid-template-columns:1fr;max-width:420px;padding:20px}body.vpn-page .platform-card{width:100%}body.vpn-page .phone-frame{max-height:none;width:min(100%,280px);margin:0 auto}body.vpn-page .platform-cta{width:min(100%,280px);margin-left:auto;margin-right:auto}body.vpn-page .platform-label{display:flex;width:max-content;margin-left:auto;margin-right:auto}body.vpn-page .hero-features{gap:8px}}body.vpn-page .showcase-inner{grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);grid-template-areas:"heading platforms";column-gap:54px;row-gap:0;align-items:start}body.vpn-page .showcase-heading{display:flex;flex-direction:column;justify-content:flex-start;align-self:start}body.vpn-page .showcase-heading p{margin:0 0 24px!important}body.vpn-page .hero-features{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:10px;margin:0;max-width:640px}body.vpn-page .platforms{align-self:start}@media(max-width:1024px){body.vpn-page .showcase-inner{grid-template-columns:minmax(0,1fr) minmax(360px,.94fr);column-gap:34px}}@media(max-width:860px){body.vpn-page .showcase-inner{grid-template-columns:1fr;grid-template-areas:"heading" "platforms";gap:28px}body.vpn-page .showcase-heading p{margin:0 0 22px!important}}body.vpn-page .vpn-visual-section{padding-top:8px}body.vpn-page .vpn-visual-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:24px;align-items:stretch}body.vpn-page .vpn-visual-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:26px;background:linear-gradient(160deg,#11100fc7,#080808b3);box-shadow:0 26px 70px #0000002e}body.vpn-page .vpn-visual-map{min-height:420px}body.vpn-page .vpn-visual-map img{display:block;width:100%;height:100%;object-fit:cover;opacity:.84}body.vpn-page .vpn-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0707072e,#0707078f),radial-gradient(circle at 20% 10%,rgba(255,106,0,.08),transparent 34%)}body.vpn-page .vpn-visual-points{position:absolute;inset:0}body.vpn-page .vpn-point{position:absolute;width:10px;height:10px;border-radius:50%;background:#ff6a00;box-shadow:0 0 0 5px #ff6a0024,0 0 20px #ff6a006b}body.vpn-page .vpn-visual-caption{position:absolute;left:28px;right:28px;bottom:28px;z-index:2;max-width:560px}body.vpn-page .vpn-visual-caption h2{margin:12px 0;font-size:clamp(28px,3.2vw,40px);line-height:1.06;letter-spacing:-.035em}body.vpn-page .vpn-visual-caption p{margin:0;color:#f3f2f0c7;font-size:16px;line-height:1.68}body.vpn-page .vpn-visual-summary{padding:30px 28px;display:flex;flex-direction:column;justify-content:flex-start}body.vpn-page .vpn-visual-summary h3{margin:12px 0 14px;font-size:34px;line-height:1.06;letter-spacing:-.035em}body.vpn-page .vpn-visual-summary p{margin:0 0 18px;color:#f3f2f0c2;line-height:1.7}body.vpn-page .vpn-visual-summary ul{margin:0;padding:0;list-style:none;display:grid;gap:12px}body.vpn-page .vpn-visual-summary li{padding-left:18px;position:relative;color:#f3f2f0;line-height:1.55}body.vpn-page .vpn-visual-summary li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:#ff6a00;box-shadow:0 0 12px #ff6a0047}@media(max-width:980px){body.vpn-page .vpn-visual-grid{grid-template-columns:1fr}body.vpn-page .vpn-visual-map{min-height:380px}}@media(max-width:640px){body.vpn-page .vpn-visual-map{min-height:320px}body.vpn-page .vpn-visual-caption{left:20px;right:20px;bottom:20px}body.vpn-page .vpn-visual-summary{padding:24px 20px}body.vpn-page .vpn-visual-summary h3{font-size:28px}}body.vpn-page main{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important;padding-top:64px!important}body.vpn-page .vpn-showcase.hero{width:100%!important;max-width:1180px!important;min-height:0!important;margin-left:auto!important;margin-right:auto!important;padding:52px 46px!important;border-radius:24px!important}body.vpn-page .vpn-showcase.hero h1{max-width:780px;margin:12px 0 25px!important;font-size:clamp(54px,6.7vw,88px)!important;line-height:.98!important;letter-spacing:-.055em!important}body.vpn-page .vpn-showcase.hero h1 span{color:#aeb1b1;font-weight:520}body.vpn-page .vpn-showcase.hero .lead{max-width:760px;margin:0;font-size:18px!important;line-height:1.68!important}.vpn-section-label{display:flex;align-items:center;gap:13px;margin-bottom:16px}.vpn-section-label .eyebrow{margin:0!important;font-size:10px!important;line-height:1.2;letter-spacing:.19em;font-weight:800}.vpn-section-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,106,0,.34);border-radius:13px;background:#ff6a000b;color:#ff6a00}.vpn-section-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vpn-major-card{width:100%!important;max-width:1180px!important;margin:72px auto!important;padding:46px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:24px!important;background:radial-gradient(circle at 82% 8%,rgba(255,106,0,.035),transparent 35%),#ffffff03!important}.vpn-visual-section{overflow:hidden}.vpn-app-showcase{width:100%!important;max-width:1180px!important;margin:72px auto!important}.vpn-app-showcase .vpn-section-label{margin-bottom:12px}.vpn-section-head,.vpn-major-card>.section-head{max-width:820px;margin-bottom:34px}.vpn-section-head h2,.vpn-major-card>.section-head h2{margin:0 0 12px;font-size:clamp(32px,4vw,45px);line-height:1.08;letter-spacing:-.035em}.vpn-section-head p,.vpn-major-card>.section-head p{max-width:780px;margin:0;line-height:1.7}.vpn-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.vpn-feature{min-height:215px;padding:26px 24px;border-right:1px solid rgba(255,255,255,.09)}.vpn-feature:last-child{border-right:0}.vpn-feature>span{color:#ff6a00;font:700 9px ui-monospace,monospace}.vpn-feature h3{margin:16px 0 9px;font-size:17px}.vpn-feature p{margin:0;color:var(--faint,rgba(255,255,255,.48));font-size:11px;line-height:1.7}.vpn-chat-bundle{margin-top:24px}#pricing .pricing-grid{align-items:stretch}#pricing .price-card{height:100%;display:flex;flex-direction:column}#pricing .price-card .button{margin-top:auto}.vpn-download-section{width:100%;max-width:1180px;margin:72px auto;padding:0}.vpn-download-section .download-card{width:100%;margin:0;padding:42px 46px;border-radius:24px}@media(max-width:900px){body.vpn-page main{padding-top:44px!important}body.vpn-page .vpn-showcase.hero,.vpn-major-card{padding:38px 28px!important}body.vpn-page .vpn-showcase.hero h1{font-size:52px!important}.vpn-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vpn-feature:nth-child(2n){border-right:0}.vpn-feature:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}}@media(max-width:600px){body.vpn-page main{padding-top:30px!important}body.vpn-page .vpn-showcase.hero,.vpn-major-card{padding:30px 22px!important;border-radius:20px!important}body.vpn-page .vpn-showcase.hero h1{font-size:42px!important}.vpn-section-icon{width:42px;height:42px;flex-basis:42px}.vpn-section-icon svg{width:24px;height:24px}.vpn-feature-grid{grid-template-columns:1fr}.vpn-feature{min-height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.vpn-feature:last-child{border-bottom:0}.vpn-download-section .download-card{padding:32px 22px}}body.vpn-page #pricing{margin-top:40px!important;margin-bottom:72px!important}.vpn-app-live-section{width:100%;max-width:1180px;margin:72px auto;padding:0}.vpn-app-live-card{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.35fr);gap:46px;align-items:center;padding:48px 46px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:radial-gradient(circle at 80% 30%,rgba(255,106,0,.055),transparent 34%),#ffffff03;overflow:hidden}.vpn-app-live-copy h2{margin:0 0 16px;font-size:clamp(34px,4vw,46px);line-height:1.06;letter-spacing:-.04em}.vpn-app-live-copy>p{margin:0;color:var(--copy,rgba(255,255,255,.68));font-size:14px;line-height:1.75}.vpn-app-live-points{margin-top:28px;border-top:1px solid rgba(255,255,255,.09)}.vpn-app-live-points>div{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.075)}.vpn-app-live-points>div>span{color:#ff6a00;font:700 9px ui-monospace,monospace;padding-top:3px}.vpn-app-live-points strong{display:block;font-size:12px}.vpn-app-live-points small{display:block;margin-top:3px;color:#ffffff70;font-size:10px;line-height:1.55}.vpn-app-live-actions{margin-top:26px}.vpn-ios-note{margin-top:18px!important;color:#ffffff6b!important;font-size:10px!important}.vpn-app-screens{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:center}.vpn-app-screen{margin:0;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#080808;overflow:hidden;box-shadow:0 24px 55px #0000004d}.vpn-app-screen.featured{transform:translateY(-14px);border-color:#ff6a0045;box-shadow:0 28px 65px #00000061,0 0 36px #ff6a000f}.vpn-app-screen img{display:block;width:100%;height:auto;aspect-ratio:892 / 2048;object-fit:cover;object-position:top}.vpn-app-screen figcaption{padding:11px 12px;border-top:1px solid rgba(255,255,255,.07);color:#ffffff94;font-size:10px;text-align:center}@media(max-width:950px){.vpn-app-live-card{grid-template-columns:1fr}.vpn-app-screens{max-width:720px;margin:10px auto 0}}@media(max-width:600px){.vpn-app-live-section{width:calc(100% - 20px);margin:55px auto}.vpn-app-live-card{padding:32px 22px;gap:34px;border-radius:20px}.vpn-app-screens{grid-template-columns:repeat(3,1fr);gap:7px}.vpn-app-screen{border-radius:11px}.vpn-app-screen.featured{transform:translateY(-7px)}.vpn-app-screen figcaption{display:none}}body.vpn-page .vpn-showcase.hero{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr)!important;gap:52px!important;align-items:center!important}.vpn-hero-copy{min-width:0}body.vpn-page .vpn-showcase.hero h1{font-size:clamp(52px,5.8vw,78px)!important}.vpn-hero-screens{position:relative;display:flex;align-items:center;justify-content:center;min-height:520px;padding:18px 8px}.vpn-hero-phone{margin:0;width:235px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:#050505;box-shadow:0 30px 70px #0000006b}.vpn-hero-phone img{display:block;width:100%;height:auto;aspect-ratio:892 / 2048;object-fit:cover;object-position:top}.vpn-hero-phone-main{position:relative;z-index:2;transform:translate(18px)}.vpn-hero-phone-secondary{position:relative;z-index:1;width:215px;transform:translate(-12px) translateY(24px);border-color:#ff6a0040;box-shadow:0 32px 75px #00000075,0 0 40px #ff6a000e}.vpn-app-screens{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:520px;margin-left:auto;margin-right:auto;gap:18px}.vpn-app-screen{max-width:245px;width:100%;justify-self:center}.vpn-app-screen.featured{transform:translateY(-10px)}@media(max-width:950px){body.vpn-page .vpn-showcase.hero{grid-template-columns:1fr!important}.vpn-hero-screens{min-height:auto;max-width:560px;margin:10px auto 0}}@media(max-width:600px){.vpn-hero-screens{gap:0;padding:10px 0}.vpn-hero-phone{width:47%;border-radius:15px}.vpn-hero-phone-secondary{width:43%}.vpn-app-screens{grid-template-columns:repeat(2,1fr)!important;gap:9px}.vpn-app-screen{border-radius:13px}}body.public-page.vpn-page main>section:not(.vpn-showcase){padding:34px!important;box-sizing:border-box}body.public-page.vpn-page .vpn-section-label{display:flex!important;align-items:center!important;gap:13px!important;margin-top:0!important;margin-bottom:16px!important;padding:0!important}body.public-page.vpn-page .vpn-section-icon{width:46px!important;height:46px!important;flex:0 0 46px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;border:1px solid rgba(255,106,0,.34)!important;border-radius:13px!important;background:#ff6a000b!important;color:#ff6a00!important;box-sizing:border-box}body.public-page.vpn-page .vpn-section-icon svg{width:26px!important;height:26px!important;flex:none!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}body.public-page.vpn-page .vpn-section-label .eyebrow{display:block!important;margin:0!important;padding:0!important;font-size:10px!important;line-height:1.2!important;letter-spacing:.19em!important;font-weight:800!important}@media(max-width:900px){body.public-page.vpn-page main>section:not(.vpn-showcase){padding:28px!important}body.public-page.vpn-page .vpn-section-icon{width:42px!important;height:42px!important;flex-basis:42px!important}body.public-page.vpn-page .vpn-section-icon svg{width:24px!important;height:24px!important}}@media(max-width:600px){body.public-page.vpn-page main>section:not(.vpn-showcase){padding:22px!important}}.vpn-app-showcase{width:min(1440px,calc(100% - 40px));margin:72px auto}.vpn-app-showcase-inner{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:radial-gradient(circle at 80% 20%,rgba(255,106,0,.08),transparent 35%),#090a0c;box-shadow:0 30px 90px #00000073}.vpn-app-showcase-image{display:block;width:100%;height:auto}.vpn-app-showcase-bar{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 34px 32px;border-top:1px solid rgba(255,255,255,.08)}.vpn-app-showcase-copy{max-width:760px}.vpn-app-showcase-copy .eyebrow{display:block;margin-bottom:8px}.vpn-app-showcase-copy h2{margin:0 0 8px;font-size:clamp(24px,3vw,38px);line-height:1.1}.vpn-app-showcase-copy p{margin:0;color:var(--muted,#aaa);line-height:1.6}.vpn-app-showcase-actions{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.vpn-app-showcase-status{font-size:12px;color:var(--muted,#aaa);text-align:right}@media(max-width:800px){.vpn-app-showcase{width:calc(100% - 20px);margin:48px auto}.vpn-app-showcase-inner{border-radius:18px}.vpn-app-showcase-bar{display:block;padding:22px 20px 24px}.vpn-app-showcase-actions{align-items:stretch;margin-top:22px}.vpn-app-showcase-actions .button,.vpn-app-showcase-status{text-align:center}}body.vpn-page .vpn-showcase.hero{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr)!important;gap:56px!important;align-items:center!important;width:100%!important;max-width:1180px!important;min-height:620px!important;margin-left:auto!important;margin-right:auto!important;padding:52px 46px!important}body.vpn-page .vpn-showcase .vpn-hero-copy{width:100%!important;max-width:520px!important;min-width:0!important;display:block!important;margin:0!important;padding:0!important}body.vpn-page .vpn-showcase .vpn-hero-copy>div,body.vpn-page .vpn-showcase .vpn-showcase-copy,body.vpn-page .vpn-showcase .vpn-showcase-content{width:100%!important;max-width:520px!important;min-width:0!important;margin-left:0!important;margin-right:0!important}body.vpn-page .vpn-showcase .vpn-hero-copy h1{width:100%!important;max-width:520px!important;margin:16px 0 28px!important;font-size:clamp(58px,5.6vw,78px)!important;line-height:.98!important;letter-spacing:-.055em!important}body.vpn-page .vpn-showcase .vpn-hero-copy .lead,body.vpn-page .vpn-showcase .vpn-hero-copy p{width:100%!important;max-width:500px!important;margin-left:0!important;margin-right:0!important;font-size:16px!important;line-height:1.7!important}body.vpn-page .vpn-showcase .vpn-hero-screens{position:relative!important;width:100%!important;min-width:0!important;min-height:510px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0!important;padding:0 8px!important}body.vpn-page .vpn-showcase .vpn-hero-phone{position:relative!important;width:250px!important;max-width:none!important;flex:0 0 250px!important;margin:0!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:25px!important;background:#050505!important;overflow:hidden!important;box-shadow:0 30px 75px #0000007a!important}body.vpn-page .vpn-showcase .vpn-hero-phone img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;aspect-ratio:892 / 2048!important;object-fit:cover!important;object-position:top!important}body.vpn-page .vpn-showcase .vpn-hero-phone-main{z-index:2!important;transform:translate(22px) translateY(-8px)!important}body.vpn-page .vpn-showcase .vpn-hero-phone-secondary{z-index:1!important;width:230px!important;flex-basis:230px!important;transform:translate(-12px) translateY(24px)!important;border-color:#ff6a0047!important;box-shadow:0 34px 80px #00000085,0 0 42px #ff6a0012!important}@media(max-width:950px){body.vpn-page .vpn-showcase.hero{grid-template-columns:1fr!important;min-height:0!important}body.vpn-page .vpn-showcase .vpn-hero-copy{max-width:680px!important}body.vpn-page .vpn-showcase .vpn-hero-copy>div,body.vpn-page .vpn-showcase .vpn-showcase-copy,body.vpn-page .vpn-showcase .vpn-showcase-content{max-width:680px!important}body.vpn-page .vpn-showcase .vpn-hero-copy h1{max-width:680px!important}body.vpn-page .vpn-showcase .vpn-hero-screens{max-width:600px!important;min-height:auto!important;margin:15px auto 0!important}}@media(max-width:600px){body.vpn-page .vpn-showcase.hero{padding:30px 22px!important;gap:34px!important}body.vpn-page .vpn-showcase .vpn-hero-copy h1{font-size:42px!important}body.vpn-page .vpn-showcase .vpn-hero-phone{width:48%!important;flex-basis:48%!important;border-radius:15px!important}body.vpn-page .vpn-showcase .vpn-hero-phone-secondary{width:44%!important;flex-basis:44%!important}body.vpn-page .vpn-showcase .vpn-hero-phone-main{transform:translate(8px)!important}body.vpn-page .vpn-showcase .vpn-hero-phone-secondary{transform:translate(-5px) translateY(12px)!important}}body.vpn-page .vpn-showcase .showcase-inner{display:block!important;width:100%!important;max-width:520px!important;margin:0!important;padding:0!important;grid-template-columns:none!important}body.vpn-page .vpn-showcase .showcase-heading{display:block!important;width:100%!important;max-width:520px!important;min-width:0!important;margin:0!important;padding:0!important}body.vpn-page .vpn-showcase .showcase-heading .lead{display:block!important;width:100%!important;max-width:500px!important;min-width:0!important;margin:24px 0 0!important;font-size:16px!important;line-height:1.7!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important}body.vpn-page .vpn-showcase.hero{min-height:560px!important}body.vpn-page .vpn-showcase .vpn-hero-screens{min-height:450px!important}body.public-page main{padding-top:64px!important}@media(max-width:980px){body.public-page main{padding-top:40px!important}}@media(max-width:600px){body.public-page main{padding-top:28px!important}}
