@charset "UTF-8";
  
@font-face {
  
  font-family: 'Golos Text';
  
  src: url('/fonts/golos-text-variable.ttf') format('truetype');
  
  font-style: normal;
  
  font-weight: 400 900;
  
  font-display: swap;
  
}

:root{
  --bg:#f6f8fc;
  --paper:#fff;
  --ink:#18233d;
  --muted:#647086;
  --blue:#175bff;
  --blue-dark:#1045cc;
  --line:#dce4f1;
  --soft:#eaf0ff;
  --radius:22px;
  --display:'Golos Text',Arial,sans-serif;
  --body:'Golos Text',Arial,sans-serif}

*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:32px}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility}
button,input,a{
  -webkit-tap-highlight-color:transparent}
button,input{
  font:inherit}
button,a{
  touch-action:manipulation}
button{
  cursor:pointer}
a{
  color:inherit;
  text-decoration:none}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{
  outline:3px solid #175bff;
  outline-offset:5px}
button:disabled{
  cursor:not-allowed;
  opacity:.48}
[hidden]{
  display:none!important}
svg{
  flex-shrink:0}
h1,h2,h3,p{
  margin:0}
h1,h2,h3{
  font-family:var(--display);
  letter-spacing:-.035em}
button{
  border:0}
.page-shell{
  max-width:1168px;
  margin:auto;
  padding:0 40px}
.preview-bar{
  padding:7px 16px;
  text-align:center;
  background:#e4ebfa;
  color:#465879;
  font-size:12px;
  line-height:1.5}
.preview-bar>span:first-child{
  margin:0 7px}
.header{
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:650;
  font-size:20px;
  letter-spacing:-.7px}
.domain-zone{
  color:var(--blue)}
.header nav{
  display:flex;
  gap:30px;
  font-size:14px;
  font-weight:550;
  color:var(--muted)}
.header nav a:hover,.footer>a:last-child:hover{
  color:var(--blue)}
.hero{
  padding:32px 0 58px;
  text-align:center}
.eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:.13em;
  color:var(--muted)}
.hero .eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  letter-spacing:.035em;
  font-size:14px}
.hero .eyebrow svg{
  color:var(--blue)}
h1{
  font-size:clamp(44px,5.7vw,68px);
  line-height:1.13;
  font-weight:600;
  margin:21px 0 20px;
  letter-spacing:-.045em}
h1 span{
  color:var(--blue)}
.hero-intro{
  font-size:17px;
  line-height:1.7;
  color:var(--muted)}
.download-panel{
  max-width:760px;
  margin:29px auto 0;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  text-align:left;
  box-shadow:0 6px 12px -8px #20396b1a,0 20px 64px -38px #20396b55;
  overflow:hidden}
.panel-top{
  padding:27px 30px 17px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px}
.panel-label{
  font-size:15px;
  font-weight:550;
  letter-spacing:-.02em}
.step-caption{
  display:flex;
  align-items:center;
  gap:5px;
  color:#7b89a1}
.step-caption>span:not(.sr-only){
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:1px solid var(--line);
  border-radius:50%;
  font-size:11px;
  font-weight:500}
.step-caption>span.step-active{
  border-color:var(--blue);
  background:var(--blue);
  color:white}
.step-caption i{
  width:12px;
  height:1px;
  background:var(--line)}
#video-form{
  padding:0 30px 22px}
.input-row{
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #cbd7e9;
  border-radius:12px;
  min-height:64px;
  padding:9px 12px 9px 17px;
  transition:border-color .2s,box-shadow .2s}
.input-row:focus-within{
  border-color:var(--blue);
  box-shadow:0 0 0 3px #175bff12}
.input-row.has-error{
  border-color:#bd313d}
.link-icon{
  color:#7a8da9}
.input-row input{
  flex:1;
  min-width:0;
  border:0;
  background:none;
  outline:none!important;
  color:var(--ink);
  padding:8px 0;
  font-size:16px}
.input-row input::placeholder{
  color:#6e7c91;
  opacity:1}
.paste-button{
  font-size:14px;
  font-weight:500;
  background:#edf2fa;
  border:1px solid #e1e8f3;
  color:#365070;
  padding:8px 12px;
  border-radius:7px}
.paste-button:hover{
  background:#e2eafa}
.primary-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:57px;
  padding:14px 20px;
  background:var(--blue);
  color:white;
  font-weight:550;
  border-radius:11px;
  transition:background .2s,transform .2s;
  text-align:center;
  line-height:1.45}
.primary-button:hover{
  background:var(--blue-dark)}
.primary-button:active{
  transform:translateY(1px)}
.continue-button{
  width:100%;
  margin-top:14px}
.continue-button>span{
  font-size:23px;
  line-height:1;
  font-weight:400}
.form-note{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:6px;
  font-size:13px;
  color:var(--muted);
  margin-top:17px;
  text-align:center;
  line-height:1.5}
.form-note svg{
  margin-top:1px}
.form-note strong{
  font-weight:500;
  color:#44516b}
.panel-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:13px 30px;
  background:#f8faff;
  border-top:1px solid #eaf0f8;
  font-size:12px;
  color:var(--muted)}
.format-tag{
  font-family:ui-monospace,monospace;
  font-size:11px;
  white-space:nowrap}
.external-note{
  font-size:13px;
  color:var(--muted);
  max-width:600px;
  margin:17px auto 0}
.form-error{
  font-size:14px;
  line-height:1.5;
  color:#af2334;
  margin-top:10px}
.how-section{
  padding:42px 0 59px;
  border-top:1px solid var(--line)}
.section-heading{
  text-align:center}
h2{
  font-size:32px;
  line-height:1.25;
  font-weight:550;
  letter-spacing:-.035em}
.section-heading h2{
  margin-top:8px}
.steps{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:0;
  margin:36px 0 0;
  gap:32px}
.steps li{
  display:flex;
  gap:15px;
  align-items:flex-start}
.step-number{
  background:var(--soft);
  color:var(--blue);
  font-family:var(--display);
  font-weight:550;
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:38px;
  height:38px;
  border-radius:12px}
.steps h3{
  font-family:var(--body);
  font-size:16px;
  letter-spacing:-.015em;
  font-weight:550;
  margin:4px 0 8px}
.steps p{
  font-size:14px;
  line-height:1.7;
  color:var(--muted)}
.faq-section{
  border-top:1px solid var(--line);
  padding:57px 0 65px;
  display:grid;
  grid-template-columns:1fr 1.7fr;
  gap:50px}
.faq-intro h2{
  margin:11px 0 17px}
.faq-intro>p:last-child{
  color:var(--muted);
  font-size:16px}
.faq-list details{
  border-bottom:1px solid var(--line)}
.faq-list details:first-child{
  border-top:1px solid var(--line)}
summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  list-style:none;
  cursor:pointer;
  font-size:15px;
  font-weight:500;
  padding:20px 0;
  line-height:1.5}
summary::-webkit-details-marker{
  display:none}
summary>span{
  font-size:24px;
  color:#6a7e9e;
  font-weight:350;
  line-height:1;
  transition:transform .15s}
details[open] summary>span{
  transform:rotate(45deg)}
details>p{
  font-size:14px;
  color:var(--muted);
  padding:0 32px 21px 0;
  line-height:1.75}
.footer{
  border-top:1px solid var(--line);
  padding:28px 0 32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.footer-brand{
  font-size:17px;
  gap:0;
  white-space:nowrap}
.footer p{
  font-size:12px;
  line-height:1.7;
  color:var(--muted)}
.footer>a:last-child{
  font-size:13px;
  color:var(--muted);
  white-space:nowrap}
dialog{
  width:min(480px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px 32px 22px;
  color:var(--ink);
  background:white;
  box-shadow:0 30px 120px #12244944;
  overscroll-behavior:contain}
dialog::backdrop{
  background:#17233c66;
  backdrop-filter:blur(7px)}
body:has(dialog[open]){
  overflow:hidden}
.dialog-close{
  position:absolute;
  right:13px;
  top:13px;
  width:32px;
  height:32px;
  background:#f2f5fa;
  border-radius:50%;
  color:var(--muted);
  font-size:26px;
  line-height:1}
.dialog-symbol{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:var(--blue);
  background:var(--soft);
  margin:26px 0 17px}
dialog h2{
  font-size:34px;
  line-height:1.17;
  font-weight:550;
  letter-spacing:-.04em;
  margin-bottom:14px}
dialog h2 [data-vpn-name]{
  color:var(--blue)}
dialog p{
  font-size:15px;
  line-height:1.65;
  color:var(--muted)}
dialog .eyebrow{
  font-size:12px}
dialog .primary-button{
  width:100%;
  font-size:15px}
.selected-video{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:1px solid var(--line);
  padding:16px 0 0;
  margin:23px 0 0;
  color:#8a97ad}
.selected-video>div{
  min-width:0}
.selected-video span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-bottom:3px}
.selected-video p{
  font-size:12px!important;
  line-height:1.4!important;
  color:#76839a!important}
.selected-video p,.copy-box p{
  font-size:13px;
  word-break:break-all;
  line-height:1.55;
  color:var(--ink)}
dialog .small-note{
  font-size:12px;
  text-align:center;
  margin:11px 0 0;
  line-height:1.6}
.registration-link{
  cursor:pointer}
.registration-link[aria-disabled=true]{
  background:#e4eaf5;
  color:#6b7e9e;
  cursor:not-allowed}
.confirmation{
  display:flex;
  align-items:flex-start;
  gap:9px;
  font-size:14px;
  margin:23px 0 13px}
.confirmation input{
  width:18px;
  height:18px;
  accent-color:var(--blue);
  flex-shrink:0;
  margin:3px 0 0}
.secondary-button{
  width:100%;
  background:var(--soft);
  border:1px solid #d9e4ff;
  color:var(--blue);
  padding:12px 15px;
  min-height:47px;
  border-radius:10px;
  font-size:14px;
  font-weight:650}
.secondary-button:hover:not(:disabled){
  background:#dfe9ff}
.demo-controls{
  border-top:1px dashed #d7dfed;
  padding:12px 0 0;
  margin-top:17px}
.demo-controls p{
  font-size:11px;
  line-height:1.5;
  color:#7b889d}
.demo-controls .text-button{
  font-size:12px;
  padding:5px 0;
  margin:5px 0 0;
  color:var(--blue);
  text-align:left}
.copy-box{
  padding:16px;
  background:#f4f7fc;
  border:1px solid var(--line);
  border-radius:11px;
  margin:21px 0 0}
.copy-box button{
  background:white;
  color:var(--blue);
  border:1px solid #d4e0f8;
  padding:9px 12px;
  border-radius:7px;
  font-size:13px;
  font-weight:650;
  margin-top:11px}
.copy-status{
  min-height:25px!important;
  font-size:12px!important;
  margin:5px 0 11px}
.offer-heading{
  display:flex;
  align-items:center;
  gap:13px;
  padding-right:28px;
  flex-wrap:wrap}
.offer-label{
  font-size:10px;
  font-weight:600;
  letter-spacing:.1em;
  color:var(--blue)}
.offer-step{
  font-size:11px;
  color:#8b96aa}
.trial-offer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:#eef3ff;
  border:1px solid #dfe8ff;
  border-radius:15px;
  padding:19px 20px;
  margin:23px 0 20px}
.trial-offer>div:first-child{
  display:flex;
  flex-direction:column;
  gap:3px}
.trial-offer strong{
  font-size:34px;
  font-weight:600;
  line-height:1.1;
  letter-spacing:-.045em;
  color:var(--blue)}
.trial-offer>div>span{
  font-size:12px;
  color:#667698}
.no-card{
  display:flex;
  align-items:center;
  gap:9px;
  padding-left:18px;
  border-left:1px solid #ccdafa;
  color:#586e98}
.no-card span{
  font-size:12px;
  line-height:1.5}
.text-button{
  display:block;
  background:none;
  color:var(--muted);
  font-size:14px;
  padding:10px;
  margin:12px auto 0}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0}
.skip-link{
  position:fixed;
  left:12px;
  top:12px;
  z-index:10;
  padding:10px 14px;
  background:white;
  transform:translateY(-180%)}
.skip-link:focus{
  transform:translateY(0)}
.noscript{
  position:fixed;
  bottom:10px;
  left:10px;
  right:10px;
  background:white;
  border:1px solid var(--line);
  padding:12px;
  text-align:center}

@media(min-width:800px){
  .hero-heading{
  animation:arrive .45s ease both}
.download-panel{
  animation:arrive .55s .08s ease both}
@keyframes arrive{
  from{
  opacity:0;
  transform:translateY(8px)}
to{
  opacity:1;
  transform:translateY(0)}
}
}

@media(max-width:760px){
  .page-shell{
  padding:0 24px}
.header{
  height:90px}
.brand{
  font-size:19px}
.brand img{
  width:34px;
  height:34px}
.header nav{
  gap:18px;
  font-size:13px}
.hero{
  padding:24px 0 44px}
h1{
  font-size:56px}
.hero-intro{
  font-size:17px}
.download-panel{
  margin-top:28px}
.steps{
  gap:20px}
.steps li{
  display:block}
.step-number{
  margin-bottom:11px}
.faq-section{
  grid-template-columns:1fr;
  gap:27px;
  padding:38px 0 45px}
.faq-intro>p:last-child{
  display:none}
.faq-intro h2{
  margin-bottom:0}
.footer{
  align-items:flex-start;
  flex-wrap:wrap;
  gap:15px}
.footer p{
  order:3;
  flex-basis:100%}
.footer>a:last-child{
  margin-left:auto}
.how-section{
  padding:35px 0 40px}
}

@media(max-width:520px){
  .page-shell{
  padding:0 18px}
.preview-bar{
  font-size:11px}
.preview-bar>span:first-child{
  margin:0 3px}
.header{
  height:81px;
  gap:12px}
.brand{
  font-size:18px}
.brand img{
  width:31px;
  height:31px}
.header nav a:first-child{
  display:none}
.header nav{
  font-size:13px}
.hero{
  padding-top:21px}
.hero .eyebrow{
  font-size:12px}
h1{
  font-size:clamp(38px,10.5vw,48px);
  line-height:1.15;
  margin:19px 0;
  letter-spacing:-.045em}
.hero-intro{
  font-size:16px}
.hero-intro br{
  display:none}
.panel-top{
  padding:20px 18px 13px}
.panel-label{
  font-size:14px}
.step-caption{
  gap:4px}
.step-caption i{
  width:8px}
#video-form{
  padding:0 17px 18px}
.input-row{
  padding:7px 9px;
  gap:8px;
  min-height:59px}
.link-icon{
  width:19px}
.input-row input{
  font-size:16px}
.input-row input::placeholder{
  font-size:13px}
.paste-button{
  font-size:12px;
  padding:7px 8px}
.primary-button{
  min-height:54px}
.panel-bottom{
  padding:12px 18px;
  justify-content:center}
.format-tag{
  display:none}
.form-note{
  font-size:12px}
.external-note{
  font-size:12px;
  margin:14px 8px 0}
.steps{
  grid-template-columns:1fr;
  gap:23px;
  margin-top:28px}
.steps li{
  display:flex;
  gap:15px}
.step-number{
  margin:0;
  width:35px;
  height:35px}
.steps h3{
  margin-top:3px}
.steps p{
  font-size:14px}
.section-heading{
  text-align:left}
h2{
  font-size:29px}
.faq-section{
  padding-top:32px}
.faq-list summary{
  font-size:14px;
  padding:18px 0}
dialog{
  padding:29px 23px 20px;
  border-radius:20px}
dialog h2{
  font-size:31px}
.trial-offer{
  padding:17px 15px;
  gap:12px}
.trial-offer strong{
  font-size:31px}
.trial-offer>div>span,.no-card span{
  font-size:11px}
.no-card{
  padding-left:12px;
  gap:7px}
dialog .primary-button{
  font-size:14px}
.dialog-symbol{
  margin-top:23px}
.footer{
  padding-top:24px}
}

@media(prefers-reduced-motion:reduce){
  html{
  scroll-behavior:auto}
*,*::before,*::after{
  animation:none!important;
  transition:none!important}
}


/* Platform navigation is real links, so every page works without JavaScript. */
.breadcrumbs { display:flex; gap:10px; align-items:center; color:var(--muted); font-size:12px; padding:3px 0 0; }
.breadcrumbs a:hover { color:var(--blue); }
.platform-chips { display:flex; flex-wrap:wrap; justify-content:center; gap:8px; margin:25px auto 0; max-width:820px; }
.platform-chips a { border:1px solid var(--line); border-radius:30px; padding:7px 13px; background:#fff; color:#647086; font-size:12px; font-weight:500; transition:background .15s,color .15s; }
.platform-chips a:hover { color:var(--blue); border-color:#b4caff; }
.platform-chips a[aria-current=page] { background:var(--blue); border-color:var(--blue); color:#fff; }
.hero-intro { max-width:630px; margin-inline:auto; }
.platform-status { color:var(--blue); font-size:13px; margin-top:9px; }
.platform-guide { display:grid; grid-template-columns:1fr 1.5fr; gap:55px; padding:42px 0 48px; border-top:1px solid var(--line); }
.platform-guide h2 { font-size:28px; margin:11px 0 20px; }
.platform-guide p:not(.eyebrow) { font-size:15px; color:var(--muted); line-height:1.85; margin-bottom:14px; }
.platform-guide p:last-child { margin-bottom:0; }
.platform-guide code { display:block; overflow-wrap:anywhere; font-size:12px; line-height:1.7; color:var(--blue); font-family:var(--body); background:#eaf0ff; padding:12px 14px; border-radius:10px; }
.platform-section { padding:40px 0 50px; border-top:1px solid var(--line); }
.platform-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-top:27px; }
.platform-card { position:relative; display:flex; flex-direction:column; gap:13px; min-height:138px; padding:18px 14px; background:#fff; border:1px solid var(--line); border-radius:14px; transition:border-color .15s,transform .15s; }
.platform-card:hover { border-color:#a8c0f7; transform:translateY(-2px); }
.platform-monogram { display:grid; place-items:center; width:29px; height:29px; border-radius:8px; background:var(--soft); font-size:12px; font-weight:550; color:var(--blue); }
.platform-card strong { display:block; font-size:14px; font-weight:550; letter-spacing:-.02em; }
.platform-card small { display:block; font-size:11px; line-height:1.5; color:var(--muted); margin-top:4px; }
.platform-card>span:last-child { position:absolute; top:19px; right:14px; color:#8c9cb4; font-size:16px; }
@media(max-width:950px) { .platform-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:760px) { .platform-guide { grid-template-columns:1fr; gap:25px; padding:35px 0; } .platform-guide h2 { max-width:540px; } .platform-guide code { max-width:440px; } }
@media(max-width:520px) { .platform-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .platform-card { min-height:130px; } .platform-chips { gap:6px; margin-top:22px; } .platform-chips a { padding:6px 10px; font-size:11px; } .breadcrumbs { font-size:11px; } .platform-guide h2 { font-size:25px; } .platform-guide p:not(.eyebrow) { font-size:14px; } .header nav { gap:12px; } .format-tag { display:none; } }
body[data-platform=ok] h1 { font-size:clamp(34px,4.8vw,58px); }
body[data-platform=twitter] h1 { font-size:clamp(36px,5.2vw,62px); }
.platform-guide, .hero-heading { min-width:0; }
h1 span { overflow-wrap:break-word; }
.format-tag { overflow:hidden; text-overflow:ellipsis; max-width:45%; }
@media(prefers-reduced-motion:reduce) { .platform-card:hover { transform:none; } }
