*,*:before,*:after{box-sizing:border-box}.vpn-theme-body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0b1120;color:#e2e8f0;-webkit-font-smoothing:antialiased}.vpn-landing{--vpn-bg: #0b1120;--vpn-surface: #111827;--vpn-surface-2: #1e293b;--vpn-border: rgba(148, 163, 184, .12);--vpn-text: #e2e8f0;--vpn-muted: #94a3b8;--vpn-accent: #ff9900;--vpn-accent-dark: #e88a00;--vpn-radius: 16px;--vpn-radius-sm: 10px;--vpn-shadow: 0 24px 48px rgba(0, 0, 0, .35)}.vpn-container{width:min(1200px,calc(100% - 2rem));margin-inline:auto}.vpn-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}.vpn-btn:hover{transform:translateY(-2px)}.vpn-btn--primary{background:linear-gradient(135deg,var(--vpn-accent),var(--vpn-accent-dark));color:#0b1120;box-shadow:0 8px 24px #ff990059}.vpn-btn--primary:hover{box-shadow:0 12px 32px #ff990073}.vpn-btn--ghost{background:#ffffff0f;color:var(--vpn-text);border-color:var(--vpn-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vpn-btn--ghost:hover{background:#ffffff1a}.vpn-btn--outline{background:transparent;color:var(--vpn-text);border-color:var(--vpn-border)}.vpn-btn--outline:hover{border-color:var(--vpn-accent);color:var(--vpn-accent)}.vpn-btn--sm{padding:.5rem 1rem;font-size:.85rem}.vpn-btn--lg{padding:1rem 1.75rem;font-size:1rem}.vpn-btn--xl{padding:1.1rem 2.25rem;font-size:1.1rem}.vpn-section-head{text-align:center;margin-bottom:3rem}.vpn-section-head h2{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:#fff}.vpn-section-head p{margin:0 auto;max-width:600px;color:var(--vpn-muted);font-size:1.05rem;line-height:1.6}.vpn-hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.vpn-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.vpn-hero__bg-img{width:100%;height:100%;object-fit:cover}.vpn-hero__bg-fallback{width:100%;height:100%;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(255,153,0,.15),transparent),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(59,130,246,.1),transparent),linear-gradient(160deg,#0b1120,#1e1b4b,#0b1120)}.vpn-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0b1120f2,#0b1120d9 45%,#0b112099)}.vpn-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding-block:4rem}.vpn-hero__logo{margin-bottom:1.5rem}.vpn-hero__logo-img{max-height:56px;width:auto}.vpn-hero__eyebrow{display:inline-block;margin:0 0 1rem;padding:.35rem .85rem;background:#ff99001f;border:1px solid rgba(255,153,0,.25);border-radius:999px;color:var(--vpn-accent);font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.vpn-hero__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff}.vpn-hero__subtitle{margin:0 0 1.75rem;font-size:1.1rem;line-height:1.65;color:var(--vpn-muted);max-width:520px}.vpn-price-badge{display:inline-flex;flex-direction:column;gap:.15rem;padding:1rem 1.5rem;margin-bottom:1.75rem;background:#ff990014;border:1px solid rgba(255,153,0,.3);border-radius:var(--vpn-radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vpn-price-badge__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--vpn-accent)}.vpn-price-badge__amount{font-size:2.5rem;font-weight:800;color:#fff;line-height:1}.vpn-price-badge__note{font-size:.85rem;color:var(--vpn-muted)}.vpn-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.vpn-hero__trust{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;margin:0;padding:0}.vpn-hero__trust li{display:flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--vpn-muted)}.vpn-hero__trust svg{color:#22c55e;flex-shrink:0}.vpn-hero__visual{display:flex;justify-content:center;align-items:center}.vpn-hero__device-img{max-width:100%;height:auto;border-radius:var(--vpn-radius);box-shadow:var(--vpn-shadow);animation:vpn-float 6s ease-in-out infinite}.vpn-hero__device-placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;max-width:420px;border:2px dashed var(--vpn-border);border-radius:var(--vpn-radius);color:var(--vpn-muted);text-align:center;font-size:.9rem;line-height:1.5}@keyframes vpn-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.vpn-features{padding:5rem 0;background:var(--vpn-surface)}.vpn-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.vpn-feature-card{padding:1.75rem;background:var(--vpn-surface-2);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius);transition:border-color .2s ease,transform .2s ease}.vpn-feature-card:hover{border-color:#ff99004d;transform:translateY(-4px)}.vpn-feature-card__icon{width:52px;height:52px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;background:#ff99001a;border-radius:var(--vpn-radius-sm);overflow:hidden}.vpn-feature-card__icon img{width:32px;height:32px;object-fit:contain}.vpn-feature-card__icon--default{color:var(--vpn-accent)}.vpn-feature-card h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#fff}.vpn-feature-card p{margin:0;font-size:.9rem;line-height:1.6;color:var(--vpn-muted)}.vpn-apps{padding:5rem 0;background:var(--vpn-bg)}.vpn-apps__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.vpn-app-card{background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column}.vpn-app-card:hover{border-color:#ff990059;box-shadow:0 16px 40px #0000004d;transform:translateY(-4px)}.vpn-app-card__media{position:relative;aspect-ratio:16/10;background:var(--vpn-surface-2);overflow:hidden}.vpn-app-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vpn-app-card__img--url{object-fit:contain;padding:1.25rem;background:#fff}.vpn-app-card:hover .vpn-app-card__img{transform:scale(1.05)}.vpn-app-card__img-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;height:100%;color:var(--vpn-muted);font-size:.85rem}.vpn-app-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .65rem;background:#0b1120d9;border:1px solid var(--vpn-border);border-radius:999px;font-size:.7rem;font-weight:600;color:var(--vpn-accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vpn-app-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.vpn-app-card__body h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;color:#fff}.vpn-app-card__body>p{margin:0 0 1rem;font-size:.875rem;line-height:1.6;color:var(--vpn-muted);flex:1}.vpn-app-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.vpn-tag{padding:.2rem .55rem;background:#94a3b814;border-radius:999px;font-size:.7rem;color:var(--vpn-muted)}.vpn-app-card__actions{display:flex;flex-wrap:wrap;gap:.5rem}.vpn-steps{padding:5rem 0;background:var(--vpn-surface)}.vpn-steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.vpn-step{text-align:center;padding:1.5rem}.vpn-step__num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:1rem;background:linear-gradient(135deg,var(--vpn-accent),var(--vpn-accent-dark));border-radius:50%;font-weight:800;font-size:1.1rem;color:#0b1120}.vpn-step__img{width:80px;height:80px;object-fit:contain;margin-bottom:1rem;border-radius:var(--vpn-radius-sm)}.vpn-step h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#fff}.vpn-step p{margin:0;font-size:.875rem;line-height:1.6;color:var(--vpn-muted)}.vpn-keywords{padding:2.5rem 0;background:var(--vpn-bg);border-block:1px solid var(--vpn-border)}.vpn-keywords__label{margin:0 0 1rem;text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--vpn-muted)}.vpn-keywords__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;list-style:none;margin:0;padding:0}.vpn-keywords__list li span{padding:.35rem .85rem;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:999px;font-size:.8rem;color:var(--vpn-muted)}.vpn-seo-content{padding:5rem 0;background:var(--vpn-bg, #0b1120);border-top:1px solid var(--vpn-border, rgba(148, 163, 184, .12))}.vpn-seo-content__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.vpn-seo-content__card{padding:1.5rem;background:var(--vpn-surface, #111827);border:1px solid var(--vpn-border, rgba(148, 163, 184, .12));border-radius:var(--vpn-radius-sm, 10px)}.vpn-seo-content__card h3{margin:0 0 .6rem;font-size:1.05rem;font-weight:700;color:var(--vpn-accent, #ff9900)}.vpn-seo-content__card p{margin:0;font-size:.9rem;line-height:1.65;color:var(--vpn-muted, #94a3b8)}.vpn-seo-content__body{max-width:800px;margin:0 auto;text-align:center;font-size:.95rem;line-height:1.7}.vpn-seo-content__body strong{color:#fff}.vpn-cta{padding:5rem 0;background:radial-gradient(ellipse 70% 80% at 50% 100%,rgba(255,153,0,.12),transparent),var(--vpn-surface)}.vpn-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.vpn-cta__content h2{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff}.vpn-cta__content p{margin:0 auto;max-width:560px;color:var(--vpn-muted);line-height:1.65}.vpn-cta__price{display:flex;flex-direction:column;gap:.15rem}.vpn-cta__price strong{font-size:2.25rem;color:var(--vpn-accent)}.vpn-cta__price span{font-size:.9rem;color:var(--vpn-muted)}.vpn-cta__image img{max-height:160px;width:auto;border-radius:var(--vpn-radius-sm)}.vpn-faq{padding:5rem 0 6rem;background:var(--vpn-bg)}.vpn-faq__inner{max-width:720px}.vpn-faq__list{display:flex;flex-direction:column;gap:.75rem}.vpn-faq__item{background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius-sm);overflow:hidden}.vpn-faq__item summary{padding:1.1rem 1.25rem;font-weight:600;color:#fff;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.vpn-faq__item summary::-webkit-details-marker{display:none}.vpn-faq__item summary:after{content:"+";font-size:1.25rem;color:var(--vpn-accent);transition:transform .2s ease}.vpn-faq__item[open] summary:after{transform:rotate(45deg)}.vpn-faq__answer{padding:0 1.25rem 1.1rem;font-size:.9rem;line-height:1.65;color:var(--vpn-muted)}.vpn-faq__answer p{margin:0}@media(max-width:900px){.vpn-hero__inner{grid-template-columns:1fr;text-align:center;padding-block:3rem}.vpn-hero__subtitle{margin-inline:auto}.vpn-hero__actions,.vpn-hero__trust{justify-content:center}.vpn-hero__visual{order:-1}.vpn-hero__device-img{max-width:320px}.vpn-apps__grid{grid-template-columns:1fr}}@media(max-width:480px){.vpn-hero__actions{flex-direction:column;width:100%}.vpn-hero__actions .vpn-btn{width:100%}.vpn-app-card__actions{flex-direction:column}.vpn-app-card__actions .vpn-btn{width:100%}}.vpn-header{position:sticky;top:0;z-index:100;background:#0b1120eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--vpn-border, rgba(148, 163, 184, .12))}.vpn-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px}.vpn-header__brand{text-decoration:none;flex-shrink:0}.vpn-header__logo{max-height:40px;width:auto}.vpn-header__logo-text{font-size:1.15rem;font-weight:800;color:#fff}.vpn-header__toggle{display:none;flex-direction:column;gap:5px;padding:.5rem;background:none;border:none;cursor:pointer}.vpn-header__toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.vpn-header__nav{display:flex;align-items:center;gap:1.5rem}.vpn-header__menu{display:flex;align-items:center;gap:1.25rem;list-style:none;margin:0;padding:0}.vpn-header__menu a{color:var(--vpn-muted, #94a3b8);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.vpn-header__menu a:hover{color:var(--vpn-accent, #ff9900)}.vpn-footer{background:var(--vpn-surface, #111827);border-top:1px solid var(--vpn-border, rgba(148, 163, 184, .12));padding:4rem 0 2rem;margin-top:auto}.vpn-theme-body{display:flex;flex-direction:column;min-height:100vh}#MainContent{flex:1}.vpn-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}.vpn-footer__logo{max-height:36px;width:auto;margin-bottom:1rem}.vpn-footer__logo-text{display:block;font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:1rem}.vpn-footer__about{font-size:.875rem;line-height:1.65;color:var(--vpn-muted, #94a3b8)}.vpn-footer__about p{margin:0}.vpn-footer__col h3{margin:0 0 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff}.vpn-footer__col ul{list-style:none;margin:0;padding:0}.vpn-footer__col li{margin-bottom:.5rem}.vpn-footer__col a{color:var(--vpn-muted, #94a3b8);text-decoration:none;font-size:.875rem;transition:color .2s}.vpn-footer__col a:hover{color:var(--vpn-accent, #ff9900)}.vpn-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:2rem;border-top:1px solid var(--vpn-border, rgba(148, 163, 184, .12));font-size:.8rem;color:var(--vpn-muted, #94a3b8)}.vpn-footer__bottom p{margin:0}.vpn-footer__bottom a{color:var(--vpn-accent, #ff9900);text-decoration:none}.vpn-page{--vpn-bg: #0b1120;--vpn-surface: #111827;--vpn-border: rgba(148, 163, 184, .12);--vpn-muted: #94a3b8;padding-bottom:4rem}.vpn-page__hero{position:relative;height:220px;overflow:hidden}.vpn-page__hero-img{width:100%;height:100%;object-fit:cover}.vpn-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0b112066,#0b1120f2)}.vpn-page__body{padding-top:2.5rem}.vpn-page__header{margin-bottom:2.5rem}.vpn-page__breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;color:var(--vpn-muted)}.vpn-page__breadcrumb a{color:var(--vpn-muted);text-decoration:none}.vpn-page__breadcrumb a:hover{color:var(--vpn-accent)}.vpn-page__header h1{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff}.vpn-page__subtitle{margin:0;font-size:1.05rem;color:var(--vpn-muted)}.vpn-page__layout{display:grid;gap:2.5rem}.vpn-page__layout--with-sidebar{grid-template-columns:1fr 280px}.vpn-page__intro{margin-bottom:2rem;font-size:1.05rem;line-height:1.7;color:var(--vpn-muted)}.vpn-page__block{margin-bottom:2rem}.vpn-page__block h2{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;color:#fff}.vpn-page__block--split{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start;padding:1.5rem;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius, 16px)}.vpn-page__block-media img{width:100%;border-radius:var(--vpn-radius-sm, 10px)}.vpn-page__step{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;margin-bottom:1rem;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius-sm, 10px)}.vpn-page__step-num{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--vpn-accent),var(--vpn-accent-dark));border-radius:50%;font-weight:800;font-size:.9rem;color:#0b1120}.vpn-page__step-img{width:64px;height:64px;object-fit:contain;border-radius:8px;flex-shrink:0}.vpn-page__step h3{margin:0 0 .35rem;font-size:1rem;font-weight:700;color:#fff}.vpn-page__info-box{padding:1.25rem 1.5rem;margin-bottom:1.5rem;background:#ff990014;border:1px solid rgba(255,153,0,.25);border-radius:var(--vpn-radius-sm, 10px)}.vpn-page__info-box strong{display:block;margin-bottom:.5rem;color:var(--vpn-accent)}.vpn-page__sidebar img{width:100%;border-radius:var(--vpn-radius-sm, 10px);margin-bottom:.75rem}.vpn-page__sidebar p{font-size:.85rem;color:var(--vpn-muted);margin:0 0 1rem}.vpn-page__sidebar-cta{padding:1.25rem;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius-sm, 10px);text-align:center}.vpn-page__sidebar-price{font-size:1.75rem;font-weight:800;color:var(--vpn-accent);margin:0 0 .25rem}.vpn-page__sidebar-note{font-size:.8rem;color:var(--vpn-muted);margin:0 0 1rem}.vpn-page__bottom-cta{margin-top:3rem;padding:2.5rem;text-align:center;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius, 16px)}.vpn-page__bottom-cta h2{margin:0 0 .75rem;color:#fff}.vpn-page__bottom-cta p{margin:0 0 1.5rem;color:var(--vpn-muted)}.rte ul{padding-left:1.25rem}.rte p{margin:0 0 .75rem;line-height:1.65;color:var(--vpn-muted)}.rte p:last-child{margin-bottom:0}.vpn-products{--vpn-bg: #0b1120;--vpn-surface: #111827;--vpn-border: rgba(148, 163, 184, .12);--vpn-muted: #94a3b8}.vpn-products__hero{position:relative;padding:4rem 0;overflow:hidden}.vpn-products__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.vpn-products__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b1120eb,#0b1120bf)}.vpn-products__hero-inner{position:relative;z-index:1;text-align:center}.vpn-products__hero-inner h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff}.vpn-products__hero-text{max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.65;color:var(--vpn-muted)}.vpn-products__featured{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem;margin:2rem 0 4rem;background:var(--vpn-surface);border:1px solid var(--vpn-border);border-radius:var(--vpn-radius, 16px)}.vpn-products__featured img{width:100%;border-radius:var(--vpn-radius-sm, 10px)}.vpn-products__featured-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1;border:2px dashed var(--vpn-border);border-radius:var(--vpn-radius-sm, 10px);color:var(--vpn-muted);text-align:center;font-size:.9rem}.vpn-products__badge{display:inline-block;padding:.3rem .75rem;margin-bottom:.75rem;background:#ff99001f;border:1px solid rgba(255,153,0,.3);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--vpn-accent)}.vpn-products__featured-info h2{margin:0 0 .75rem;font-size:1.75rem;font-weight:800;color:#fff}.vpn-products__featured-info>p{margin:0 0 1.25rem;line-height:1.65;color:var(--vpn-muted)}.vpn-products__benefits{list-style:none;margin:0 0 1.5rem;padding:0}.vpn-products__benefits li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;color:var(--vpn-muted)}.vpn-products__benefits svg{color:#22c55e;flex-shrink:0}.vpn-price-badge--inline{display:inline-flex;margin-bottom:1.25rem}.vpn-products__note{margin:1rem 0 0;font-size:.85rem;color:var(--vpn-muted)}.vpn-products__apps{padding-bottom:4rem}.vpn-product-main{padding:3rem 0 5rem}.vpn-product-main__inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.vpn-product-main__media img{width:100%;border-radius:var(--vpn-radius, 16px)}.vpn-product-main__info h1{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff}.vpn-product-form{margin-top:.5rem}@media(max-width:900px){.vpn-header__toggle{display:flex}.vpn-header__nav{display:none;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:stretch;padding:1rem;background:#0b1120fa;border-bottom:1px solid var(--vpn-border, rgba(148, 163, 184, .12))}.vpn-header__nav.is-open{display:flex}.vpn-header__menu{flex-direction:column;align-items:stretch;gap:0}.vpn-header__menu a{display:block;padding:.75rem 0;border-bottom:1px solid var(--vpn-border, rgba(148, 163, 184, .12))}.vpn-header__cta{width:100%;justify-content:center}.vpn-header{position:relative}.vpn-footer__grid{grid-template-columns:1fr 1fr}.vpn-page__layout--with-sidebar,.vpn-page__block--split,.vpn-products__featured,.vpn-product-main__inner{grid-template-columns:1fr}}@media(max-width:480px){.vpn-footer__grid{grid-template-columns:1fr}}.vpn-sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:.75rem 0;padding-bottom:max(.75rem,env(safe-area-inset-bottom));background:var(--vpn-sticky-bg, #111827);border-top:1px solid rgba(148,163,184,.15);box-shadow:0 -8px 32px #00000059;transform:translateY(0);transition:transform .3s ease,opacity .3s ease}.vpn-sticky-buy.is-hidden{transform:translateY(110%);opacity:0;pointer-events:none}.vpn-sticky-buy__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.vpn-sticky-buy__info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vpn-sticky-buy__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--vpn-accent, #ff9900)}.vpn-sticky-buy__price{font-size:1.25rem;font-weight:800;color:var(--vpn-sticky-text, #e2e8f0);line-height:1.2}.vpn-sticky-buy__note{font-size:.75rem;color:var(--vpn-muted, #94a3b8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vpn-sticky-buy__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-shrink:0;padding:.85rem 1.35rem;background:linear-gradient(135deg,var(--vpn-sticky-accent, #ff9900),var(--vpn-sticky-accent-dark, #e88a00));color:#0b1120;font-weight:700;font-size:.9rem;text-decoration:none;border-radius:999px;box-shadow:0 6px 20px #ff990059;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.vpn-sticky-buy__btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ff990073}.vpn-sticky-buy__btn-icon{width:22px;height:22px;object-fit:contain}body.vpn-theme-body:has(.vpn-sticky-buy){padding-bottom:80px}@media(max-width:640px){.vpn-sticky-buy__inner{gap:.75rem}.vpn-sticky-buy__btn{padding:.85rem 1.1rem;font-size:.85rem}.vpn-sticky-buy__btn svg{display:none}}@media(max-width:640px){.vpn-sticky-buy--hide-mobile{display:none!important}}@media(min-width:641px){.vpn-sticky-buy--hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/vpn-fire-landing.css.map */
