/* Firebox SSL — lightweight 2026 visual system */
:root{
  --ui-bg:#f7f9fc;
  --ui-paper:#ffffff;
  --ui-paper-blue:#f0f6ff;
  --ui-paper-mint:#effaf6;
  --ui-ink:#172033;
  --ui-muted:#647087;
  --ui-line:#dfe6f0;
  --ui-blue:#4f7ee8;
  --ui-blue-dark:#315fca;
  --ui-mint:#65cdb2;
  --ui-coral:#ff8b78;
  --ui-shadow:0 18px 55px rgba(41,62,101,.09);
}
html{scroll-padding-top:104px;background:var(--ui-bg)}
body{font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ui-ink);background:var(--ui-bg);line-height:1.65}
p{color:var(--ui-muted)}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.container{width:min(100% - 36px,1200px)}
.eyebrow,.eyebrow.dark{color:var(--ui-blue-dark)!important;font-size:11px!important;letter-spacing:1.65px!important;font-weight:800!important}
.eyebrow:before{background:var(--ui-mint)!important;width:18px!important}
.section__header{max-width:760px!important;margin:0 auto 42px!important;text-align:center!important}
.section__header h2{color:var(--ui-ink)!important;font-size:clamp(34px,4.4vw,54px)!important;line-height:1.07!important;letter-spacing:-2.2px!important;margin:14px 0 15px!important}
.section__header p{max-width:680px;margin-inline:auto;color:var(--ui-muted)!important;font-size:16px!important;line-height:1.75!important}

/* Airy floating header */
.header-section{position:sticky!important;top:0!important;z-index:1000!important;padding:12px 0!important;background:rgba(247,249,252,.86)!important;border:0!important;box-shadow:none!important;backdrop-filter:blur(20px) saturate(140%)}
.header-section .container{width:min(100% - 30px,1240px)!important}
.header-wrapper{min-height:64px!important;padding:0 10px 0 18px!important;background:rgba(255,255,255,.95)!important;border:1px solid rgba(216,225,238,.9)!important;border-radius:20px!important;box-shadow:0 9px 30px rgba(42,60,91,.08)!important}
.header-section .text-logo{display:inline-flex!important;align-items:center!important;color:var(--ui-ink)!important;font-size:24px!important;font-weight:850!important;letter-spacing:-1.2px!important}
.header-section .text-logo span{color:var(--ui-blue)!important;margin-left:3px}
.header-section .main-menu{display:flex;align-items:center;gap:4px}
.header-section .main-menu>li{margin:0!important}
.header-section .main-menu>li>a{display:flex!important;align-items:center!important;min-height:42px!important;padding:10px 15px!important;color:#536079!important;font-size:14px!important;font-weight:650!important;border-radius:12px!important}
.header-section .main-menu>li>a:hover,.header-section .main-menu>li.active>a{color:var(--ui-blue-dark)!important;background:var(--ui-paper-blue)!important}
.header-section .main-menu .cmn--btn,.header-section .desktop-cta{background:var(--ui-ink)!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:11px 19px!important;box-shadow:none!important;transform:none!important}
.header-section .main-menu .cmn--btn:hover,.header-section .desktop-cta:hover{background:var(--ui-blue)!important;color:#fff!important;transform:translateY(-1px)!important}
.header-bar{width:42px;height:42px;padding:11px!important;border-radius:12px;background:var(--ui-paper-blue)}
.header-section .header-bar span{background:var(--ui-ink)!important}

/* New light homepage hero */
.home-v2 main{background:var(--ui-bg)!important;color:var(--ui-ink)!important}
.home-v2 .home-hero-command{position:relative;padding:76px 0 82px!important;background:linear-gradient(145deg,#f6f9ff 0%,#eef5ff 52%,#f2fbf7 100%)!important;color:var(--ui-ink)!important;overflow:hidden}
.home-v2 .home-hero-command:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 86% 14%,rgba(106,207,181,.22),transparent 24%),radial-gradient(circle at 8% 83%,rgba(111,151,239,.15),transparent 23%),linear-gradient(90deg,rgba(79,126,232,.035) 1px,transparent 1px),linear-gradient(rgba(79,126,232,.035) 1px,transparent 1px)!important;background-size:auto,auto,64px 64px,64px 64px!important;mask-image:linear-gradient(#000,transparent 96%)!important;z-index:0!important}
.home-v2 .home-hero-command:after{content:""!important;position:absolute;width:310px!important;height:310px!important;border:56px solid rgba(255,255,255,.56)!important;border-radius:50%!important;right:-120px!important;bottom:-170px!important;z-index:0!important}
.command-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(290px,.62fr);gap:24px}
.command-hero-copy{padding:18px 0 6px}
.home-v2 .home-hero-command h1{max-width:870px!important;margin:23px 0 27px!important;color:var(--ui-ink)!important;font-size:clamp(56px,8vw,96px)!important;line-height:.94!important;letter-spacing:-5.5px!important;font-weight:760!important}
.home-v2 .home-hero-command .hero-copy{max-width:730px!important;margin:0!important;color:#56637b!important;font-size:18px!important;line-height:1.75!important}
.command-hero-note{align-self:end;padding:29px!important;background:rgba(255,255,255,.87)!important;color:var(--ui-ink)!important;border:1px solid rgba(211,222,237,.95)!important;border-radius:24px!important;box-shadow:var(--ui-shadow)!important;backdrop-filter:blur(12px)}
.command-hero-note .note-label{display:flex!important;align-items:center;gap:8px;color:var(--ui-blue-dark)!important;margin-bottom:22px!important}
.command-hero-note .note-label:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--ui-mint);box-shadow:0 0 0 5px rgba(101,205,178,.17)}
.command-hero-note strong{color:var(--ui-ink)!important;font-size:24px!important;line-height:1.2!important}
.command-hero-note p{color:var(--ui-muted)!important;font-size:14px!important}
.command-hero-note a{color:var(--ui-blue-dark)!important;border-color:rgba(49,95,202,.25)!important}
.command-hero-note a i{color:var(--ui-coral)!important}
.command-board{grid-column:1/-1;margin-top:24px!important;background:rgba(255,255,255,.94)!important;border:1px solid var(--ui-line)!important;border-radius:28px!important;color:var(--ui-ink)!important;box-shadow:0 28px 80px rgba(51,73,112,.11)!important;overflow:hidden}
.command-board-top,.command-board-bottom{padding:16px 24px!important;background:#fafcff!important;color:#718098!important;border-color:var(--ui-line)!important}
.command-board-top i{color:var(--ui-mint)!important}
.connection-map{grid-template-columns:145px minmax(90px,1fr) 160px minmax(90px,1fr) 145px!important;gap:19px!important;padding:37px clamp(24px,5vw,66px)!important}
.connection-node{min-height:142px!important;background:var(--ui-paper-blue)!important;border:1px solid #dce7f6!important;border-radius:22px!important;color:var(--ui-ink)!important;box-shadow:none!important}
.connection-node i{background:#fff!important;color:var(--ui-blue)!important;border:1px solid #dbe4f1!important;border-radius:16px!important}
.connection-node strong{color:var(--ui-ink)!important}.connection-node small{color:#7a879d!important}
.connection-node.gateway-node{background:linear-gradient(145deg,#5d89eb,#4475df)!important;border:0!important;box-shadow:0 15px 32px rgba(79,126,232,.24)!important;transform:scale(1.035)!important}
.connection-node.gateway-node strong{color:#fff!important}.connection-node.gateway-node small{color:#dce7ff!important}.connection-node.gateway-node i{background:#f2fbf7!important;color:#2f987d!important;border:0!important}
.connection-line span{background:linear-gradient(90deg,#a7c3ff,var(--ui-mint))!important;height:2px!important}.connection-line span:after{background:var(--ui-mint)!important;box-shadow:0 0 0 6px rgba(101,205,178,.13)!important}.connection-line em{color:#8894aa!important}
.command-board-bottom{display:flex!important;justify-content:space-between!important;gap:18px!important}
.home-v2 .home-hero-command .command-actions .cmn--btn{background:var(--ui-ink)!important;color:#fff!important;border-radius:13px!important;padding:12px 20px!important;box-shadow:none!important}
.home-v2 .home-hero-command .command-actions .cmn--btn:hover{background:var(--ui-blue)!important;color:#fff!important;transform:translateY(-1px)!important}
.home-v2 .home-hero-command .command-actions .outline-btn{background:#fff!important;color:var(--ui-blue-dark)!important;border:1px solid #d9e3f1!important;border-radius:13px!important;padding:11px 18px!important}
.command-signals{color:#718098!important}.command-signals i{color:var(--ui-mint)!important}

/* Simplified image-led homepage introduction */
.home-v2 .home-intro-hero{padding:82px 0 88px!important;background:linear-gradient(145deg,#f7f9ff 0%,#eef6ff 53%,#f0faf6 100%)!important}
.home-v2 .home-intro-hero:before{background:radial-gradient(circle at 92% 10%,rgba(101,205,178,.2),transparent 27%),radial-gradient(circle at 5% 92%,rgba(79,126,232,.12),transparent 26%),linear-gradient(90deg,rgba(79,126,232,.032) 1px,transparent 1px),linear-gradient(rgba(79,126,232,.032) 1px,transparent 1px)!important;background-size:auto,auto,68px 68px,68px 68px!important}
.home-v2 .home-intro-hero:after{width:250px!important;height:250px!important;border-width:45px!important;right:-105px!important;bottom:-145px!important}
.hero-intro-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.92fr);gap:62px;align-items:center}
.hero-intro-copy{max-width:650px;padding:18px 0}
.home-v2 .home-intro-hero h1{max-width:650px!important;margin:22px 0 25px!important;font-size:clamp(58px,7vw,90px)!important;line-height:.95!important;letter-spacing:-5px!important}
.home-v2 .home-intro-hero .hero-copy{max-width:620px!important;font-size:18px!important;line-height:1.78!important}
.hero-intro-actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:33px}
.home-v2 .home-intro-hero .cmn--btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px!important;background:var(--ui-ink)!important;color:#fff!important;border:0!important;border-radius:14px!important;box-shadow:0 13px 28px rgba(23,32,51,.15)!important;transform:none!important}
.home-v2 .home-intro-hero .cmn--btn:hover{background:var(--ui-blue)!important;color:#fff!important;transform:translateY(-2px)!important}
.hero-text-link{display:inline-flex;align-items:center;gap:9px;color:var(--ui-blue-dark)!important;font-size:14px;font-weight:800}
.hero-text-link i{color:var(--ui-coral);transition:transform .2s}.hero-text-link:hover i{transform:translateX(4px)}
.hero-intro-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.hero-intro-trust span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;background:rgba(255,255,255,.7);border:1px solid #dce6f2;border-radius:999px;color:#607088;font-size:12px;font-weight:700}
.hero-intro-trust i{color:#45ac91}
.hero-disclaimer{max-width:580px;margin:21px 0 0!important;color:#7b879a!important;font-size:12px!important;line-height:1.65!important}
.hero-disclaimer a{color:var(--ui-blue-dark)!important;text-decoration:underline;text-decoration-color:rgba(49,95,202,.25);text-underline-offset:3px}
.hero-intro-media{position:relative;margin:0;padding:10px;background:rgba(255,255,255,.72);border:1px solid rgba(210,222,237,.9);border-radius:30px;box-shadow:0 26px 70px rgba(45,67,104,.13);transform:rotate(1deg)}
.hero-intro-media:before{content:"";position:absolute;width:74px;height:74px;left:-25px;top:-27px;background:var(--ui-coral);border-radius:23px;opacity:.18;transform:rotate(14deg);z-index:-1}
.hero-intro-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}
.hero-intro-media figcaption{position:absolute;left:30px;right:30px;bottom:26px;display:flex;align-items:center;gap:10px;padding:12px 15px;background:rgba(255,255,255,.9);border:1px solid rgba(218,227,239,.94);border-radius:14px;color:#526177;font-size:12px;font-weight:750;box-shadow:0 9px 25px rgba(43,65,101,.1);backdrop-filter:blur(12px)}
.hero-intro-media figcaption span{width:9px;height:9px;border-radius:50%;background:var(--ui-mint);box-shadow:0 0 0 5px rgba(101,205,178,.16)}

/* Home content: lighter rhythm and cards */
.home-v2 .feature-section{padding:104px 0!important;background:#fff!important}
.home-v2 .feature-section .row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
.home-v2 .feature-section .row>div{width:auto!important;padding:0!important;grid-row:auto!important}
.home-v2 .feature-card,.home-v2 .feature-section .row>div:first-child .feature-card{display:block!important;min-height:320px!important;padding:30px!important;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:24px!important;box-shadow:0 14px 40px rgba(43,65,101,.055)!important}
.home-v2 .feature-section .row>div:nth-child(2) .feature-card{background:#f5f8ff!important}.home-v2 .feature-section .row>div:nth-child(3) .feature-card{background:#f2fbf8!important}
.home-v2 .feature-card:after{right:23px!important;top:17px!important;color:rgba(79,126,232,.08)!important;font-size:55px!important}
.home-v2 .feature-card h3,.home-v2 .feature-section .row>div:first-child .feature-card h3{color:var(--ui-ink)!important;font-size:25px!important;letter-spacing:-.7px!important}
.home-v2 .feature-card p,.home-v2 .feature-section .row>div:first-child .feature-card p{color:var(--ui-muted)!important;font-size:15px!important;line-height:1.75!important}
.home-v2 .feature-icon,.home-v2 .feature-section .row>div:first-child .feature-icon{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;margin:0 0 54px!important;background:#eaf1ff!important;color:var(--ui-blue)!important;border-radius:18px!important;font-size:21px!important}
.home-v2 .feature-section .row>div:nth-child(2) .feature-icon{background:#fff0ed!important;color:#e66f5c!important}.home-v2 .feature-section .row>div:nth-child(3) .feature-icon{background:#e4f7f1!important;color:#319a7f!important}
.home-v2 .vpn-path-section{padding:98px 0!important;background:var(--ui-bg)!important;border:0!important}
.home-v2 .vpn-path-intro{gap:40px!important;margin-bottom:36px!important}.home-v2 .vpn-path-intro h2{color:var(--ui-ink)!important}.home-v2 .vpn-path-intro p{color:var(--ui-muted)!important}
.home-v2 .vpn-path-grid{gap:12px!important;border:0!important}
.home-v2 .vpn-path-grid li{min-height:215px!important;padding:25px!important;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:20px!important;box-shadow:0 9px 27px rgba(43,65,101,.045)!important}
.home-v2 .vpn-path-grid li:last-child{background:var(--ui-paper-mint)!important}.home-v2 .vpn-path-grid span{color:var(--ui-blue)!important;margin-bottom:38px!important}.home-v2 .vpn-path-grid strong{color:var(--ui-ink)!important}.home-v2 .vpn-path-grid p{color:var(--ui-muted)!important}
.home-v2 .about-section{padding:102px 0!important;background:#fff!important}
.home-v2 .about-section .row{align-items:center!important}.home-v2 .about-section .col-lg-6:last-child{padding:30px 24px 30px 50px!important;background:transparent!important}
.home-v2 .content-visual{width:100%!important;height:auto!important;max-height:560px!important;aspect-ratio:4/3!important;object-fit:cover!important;border-radius:28px!important;mix-blend-mode:normal!important;opacity:1!important;box-shadow:var(--ui-shadow)!important}
.home-v2 .about-section h2{color:var(--ui-ink)!important}.home-v2 .about-section p{color:var(--ui-muted)!important}
.home-v2 .comparison-section{padding:102px 0!important;background:linear-gradient(180deg,#f3f7ff,#f8fbff)!important}
.home-v2 .comparison-section .section__header .eyebrow{color:var(--ui-blue-dark)!important}.home-v2 .comparison-section .section__header h2{color:var(--ui-ink)!important}.home-v2 .comparison-section .section__header p{color:var(--ui-muted)!important}
.home-v2 .comparison-table{overflow:hidden;border:1px solid var(--ui-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--ui-shadow)!important}
.home-v2 .comparison-table th,.home-v2 .comparison-table td{padding:19px 18px!important;border-color:#e7edf5!important;color:#59667c!important}
.home-v2 .comparison-table thead th{background:#f8faff!important;color:var(--ui-ink)!important}.home-v2 .comparison-table .featured{background:#edf9f5!important;color:#257b66!important;font-weight:700!important}
.home-v2 .editorial-section{padding:106px 0!important;background:#fff!important}.home-v2 .editorial-section h2{color:var(--ui-ink)!important}.home-v2 .editorial-section p{color:var(--ui-muted)!important}.home-v2 .editorial-card{position:sticky!important;top:108px!important;padding:35px!important;background:#f5f8ff!important;border:1px solid #dce6f5!important;border-radius:24px!important;box-shadow:none!important}.home-v2 .editorial-card h3{color:var(--ui-ink)!important}.home-v2 .editorial-card li{color:#58677e!important;border-color:#dfe7f3!important}
.home-v2 .testimonial-section{padding:100px 0!important;background:#f2faf7!important}.home-v2 .testimonial-card{padding:29px!important;background:#fff!important;border:1px solid #dcece7!important;border-radius:22px!important;box-shadow:0 12px 34px rgba(44,81,70,.055)!important}.home-v2 .testimonial-card:before{color:#d8efe8!important}.home-v2 .testimonial-card .stars{color:var(--ui-coral)!important}.home-v2 .testimonial-person img{border-radius:15px!important;filter:none!important}
.home-v2 .faq-section{padding:104px 0!important;background:#fff!important}.home-v2 .faq-section .container{gap:64px!important}.home-v2 .faq-section .accordion-item{margin-bottom:12px!important;border:1px solid var(--ui-line)!important;border-radius:16px!important;overflow:hidden}.home-v2 .faq-section .accordion-button{padding:21px 22px!important;background:#fff!important;color:var(--ui-ink)!important}.home-v2 .faq-section .accordion-button:not(.collapsed){background:#f3f7ff!important;color:var(--ui-blue-dark)!important}.home-v2 .faq-section .accordion-body{padding:0 22px 22px!important;color:var(--ui-muted)!important}

/* Internal pages and guides */
.inner-banner,.article-hero{position:relative!important;padding:74px 0 68px!important;background:linear-gradient(145deg,#f4f8ff,#eef8f5)!important;border-bottom:1px solid var(--ui-line)!important;overflow:hidden}
.inner-banner:after,.article-hero:after{content:"";position:absolute;width:280px;height:280px;border:52px solid rgba(255,255,255,.62);border-radius:50%;right:-70px;top:-130px}
.inner-banner .container,.article-hero .container{position:relative;z-index:1;max-width:900px!important}
.inner-banner h1,.article-hero h1{color:var(--ui-ink)!important;font-size:clamp(39px,5vw,58px)!important;line-height:1.08!important;letter-spacing:-2.3px!important;margin:0 0 17px!important}
.inner-banner p,.article-hero>div>p{max-width:760px;color:var(--ui-muted)!important;font-size:17px!important;line-height:1.75!important}
.article-hero .article-meta{color:#79859a!important}.article-hero .article-meta i{color:var(--ui-blue)!important}
.article-section,.legal-page .article-section,.content-page .article-section{padding:78px 0 105px!important;background:var(--ui-bg)!important}
.article-content,.legal-page .article-content,.content-page .article-content{max-width:840px!important;margin:0 auto!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.legal-page .article-content,.content-page .article-content{padding:54px 60px!important;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:26px!important;box-shadow:0 18px 52px rgba(43,65,101,.065)!important}
.article-content .article-featured{display:block!important;width:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:16/9!important;margin:0 auto 52px!important;object-fit:cover!important;border:1px solid var(--ui-line)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 44px rgba(43,65,101,.08)!important}
.article-content>p,.article-content>ul li,.article-content>ol li,.legal-page .article-content>p,.content-page .article-content>p{color:#566378!important;font-size:17px!important;line-height:1.9!important}
.article-content>p:first-of-type,.legal-page .article-content>p:first-child,.content-page .article-content>p:first-child{color:#354056!important;font-size:19px!important;font-weight:450!important}
.article-content h2,.legal-page .article-content h2,.content-page .article-content h2{color:var(--ui-ink)!important;font-size:29px!important;line-height:1.25!important;letter-spacing:-.8px!important;margin:47px 0 15px!important}
.legal-page .article-content h2{border:0!important}.legal-page .article-content h2:before{background:#eaf1ff!important;color:var(--ui-blue-dark)!important}.content-page.history-page .article-content h2{border-left:3px solid var(--ui-mint)!important}
.article-content a,.legal-page .article-content a,.content-page .article-content a{color:var(--ui-blue-dark)!important;text-decoration-color:rgba(49,95,202,.25)!important}
.article-content .article-related{border-color:var(--ui-line)!important}.article-content .article-callout{background:var(--ui-paper-mint)!important;border-left-color:var(--ui-mint)!important;border-radius:14px!important}
.blog-section{padding:94px 0 108px!important;background:var(--ui-bg)!important}.blog-card{height:100%;overflow:hidden;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:24px!important;box-shadow:0 14px 40px rgba(43,65,101,.055)!important}.blog-card:hover{transform:translateY(-4px)!important;border-color:#c8d7ef!important;box-shadow:0 22px 50px rgba(43,65,101,.095)!important}.blog-card>img{width:100%;height:270px!important;object-fit:cover!important;background:#f7faff}.blog-content{padding:28px 29px 30px!important}.blog-content h2 a{color:var(--ui-ink)!important}.blog-content p{color:var(--ui-muted)!important}.blog-content .read-more{color:var(--ui-blue-dark)!important}
.contact-section{background:var(--ui-paper-blue)!important}.contact-form-shell{background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:26px!important;box-shadow:var(--ui-shadow)!important}.contact-form-shell input,.contact-form-shell textarea{background:#fbfcfe!important;border-color:#dce4ee!important;border-radius:13px!important}.contact-form-shell input:focus,.contact-form-shell textarea:focus{border-color:var(--ui-blue)!important;outline:3px solid rgba(79,126,232,.12)!important}.contact-form-shell .cmn--btn{background:var(--ui-ink)!important;border-radius:13px!important}

/* Light footer */
.footer-section{position:relative;padding-top:78px!important;background:linear-gradient(180deg,#eef4fb,#e8f1f8)!important;border-top:1px solid #d8e3ee!important;color:var(--ui-ink)!important}
.footer-section:before{display:none!important}.footer-section .text-logo{color:var(--ui-ink)!important}.footer-section .text-logo span{color:var(--ui-blue)!important}.footer-section .text-logo small{color:#8390a4!important}.footer-section .title,.footer-section .footer-head .title{color:var(--ui-ink)!important;font-size:15px!important;letter-spacing:.2px!important}.footer-section p,.footer-section .content-area p,.footer-bottom p{color:#66758a!important}.footer-section a,footer.footer-section .content-area ul li a,footer.footer-section .quick-link li a,footer.footer-section .footer-bottom a{color:#4f5f76!important}.footer-section a:hover,footer.footer-section .quick-link li a:hover{color:var(--ui-blue-dark)!important}.footer-section .social{display:flex;gap:9px}.footer-section .social .icon,.footer-section .social a{display:grid;place-items:center;min-width:39px;height:39px;padding:0 11px;border:1px solid #d1deea!important;border-radius:12px!important;background:rgba(255,255,255,.72)!important;color:var(--ui-blue-dark)!important}.footer-bottom{border-top:1px solid #d2dfeb!important;color:#708096!important}
.cookie-banner{background:rgba(255,255,255,.95)!important;border:1px solid var(--ui-line)!important;border-radius:18px!important;box-shadow:0 20px 60px rgba(41,62,101,.14)!important;backdrop-filter:blur(15px)}.cookie-banner strong{color:var(--ui-ink)!important}.cookie-banner p{color:var(--ui-muted)!important}.cookie-banner a{color:var(--ui-blue-dark)!important}.cookie-banner .cmn--btn{background:var(--ui-ink)!important;color:#fff!important;border-radius:12px!important}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(79,126,232,.28)!important;outline-offset:3px}

@media(max-width:991px){
  .header-section .main-menu{top:88px!important;padding:13px!important;background:#fff!important;border:1px solid var(--ui-line)!important;border-radius:18px!important;box-shadow:var(--ui-shadow)!important}.header-section .main-menu>li>a{min-height:44px!important}.command-hero-grid{grid-template-columns:1fr!important}.command-hero-note{max-width:590px}.connection-map{grid-template-columns:125px 1fr 140px 1fr 125px!important;padding-inline:24px!important}.hero-intro-grid{grid-template-columns:1fr!important;gap:45px}.hero-intro-copy{max-width:760px}.hero-intro-media{max-width:720px;transform:none}.home-v2 .feature-section .row{grid-template-columns:1fr!important}.home-v2 .feature-card,.home-v2 .feature-section .row>div:first-child .feature-card{min-height:auto!important}.home-v2 .editorial-card{position:relative!important;top:auto!important}.legal-page .article-content,.content-page .article-content{padding:45px!important}
}
@media(max-width:767px){
  .container{width:min(100% - 26px,1200px)}.header-section{padding:8px 0!important}.header-wrapper{min-height:58px!important;border-radius:16px!important;padding-left:14px!important}.header-section .text-logo{font-size:22px!important}.home-v2 .home-hero-command{padding:55px 0 65px!important}.home-v2 .home-hero-command h1{font-size:50px!important;letter-spacing:-3.2px!important}.home-v2 .home-hero-command .hero-copy{font-size:16px!important}.home-v2 .home-intro-hero{padding:58px 0 68px!important}.home-v2 .home-intro-hero h1{font-size:50px!important}.hero-intro-grid{gap:38px}.hero-intro-actions{align-items:flex-start;flex-direction:column;gap:17px}.hero-intro-trust{gap:8px}.hero-intro-media{padding:7px;border-radius:23px}.hero-intro-media img{border-radius:17px}.hero-intro-media figcaption{left:18px;right:18px;bottom:17px}.command-hero-note{border-radius:20px!important}.command-board{border-radius:22px!important}.connection-map{grid-template-columns:1fr!important;padding:24px!important}.connection-line{height:52px!important;align-items:center}.connection-line span{width:2px!important;height:40px!important;background:linear-gradient(#a7c3ff,var(--ui-mint))!important}.connection-line span:after{right:50%!important;top:auto!important;bottom:-2px!important;transform:translateX(50%)!important}.connection-node.gateway-node{transform:none!important}.command-board-bottom{align-items:flex-start!important;flex-direction:column!important}.home-v2 .feature-section,.home-v2 .vpn-path-section,.home-v2 .about-section,.home-v2 .comparison-section,.home-v2 .editorial-section,.home-v2 .testimonial-section,.home-v2 .faq-section{padding:76px 0!important}.home-v2 .vpn-path-intro{grid-template-columns:1fr!important;gap:18px!important}.home-v2 .vpn-path-grid{grid-template-columns:1fr!important}.home-v2 .about-section .col-lg-6:last-child{padding:35px 8px 0!important}.home-v2 .editorial-section .col-lg-7{column-count:1!important}.home-v2 .faq-section .container{grid-template-columns:1fr!important;gap:28px!important}.home-v2 .faq-section .section__header{position:relative!important;top:auto!important}.inner-banner,.article-hero{padding:56px 0 50px!important}.inner-banner h1,.article-hero h1{font-size:36px!important;letter-spacing:-1.5px!important}.article-section,.legal-page .article-section,.content-page .article-section{padding:58px 0 74px!important}.legal-page .article-content,.content-page .article-content{padding:33px 24px!important;border-radius:20px!important}.article-content .article-featured{margin-bottom:38px!important;border-radius:18px!important}.article-content>p,.article-content>ul li,.article-content>ol li{font-size:16px!important}.article-content h2,.legal-page .article-content h2,.content-page .article-content h2{font-size:25px!important}.blog-section{padding:70px 0 80px!important}.blog-card>img{height:220px!important}.footer-section{padding-top:62px!important}
}
@media(max-width:480px){.home-v2 .home-hero-command h1,.home-v2 .home-intro-hero h1{font-size:43px!important}.home-v2 .home-intro-hero .cmn--btn{width:100%}.hero-intro-actions{width:100%}.hero-intro-trust span{font-size:11px}.hero-intro-media figcaption{font-size:11px}.command-actions{width:100%;display:grid!important}.command-actions a{justify-content:center}.command-signals{display:grid!important}.blog-card>img{height:190px!important}.cookie-banner{left:10px!important;right:10px!important;bottom:10px!important}}
