@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap";:root{font-family:Golos Text,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--landing-text);background-color:var(--landing-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--landing-bg: #0b1122;--landing-surface: #eceff7;--landing-surface-2: #ffffff;--landing-border: rgba(15, 23, 42, .1);--landing-text: #ffffff;--landing-text-muted: rgba(255, 255, 255, .529);--landing-accent: #6366f1;--landing-accent-2: #0ea5e9;--landing-radius: 14px;--landing-max: 1120px}a{text-decoration:none;color:inherit}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--landing-border);padding:8px 12px calc(env(safe-area-inset-bottom,0px) + 8px);box-shadow:0 -4px 24px #0f172a14;z-index:1000}.bottom-nav__list{margin:0;padding:0;display:flex;justify-content:space-between;gap:8px;list-style:none}.bottom-nav__item{flex:1}.bottom-nav__link{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 10px;border-radius:12px;color:var(--landing-text-muted);text-decoration:none;font-size:13px;font-weight:500;transition:background-color .15s ease,color .15s ease,transform .08s ease}.bottom-nav__link--active{color:#fff;background:linear-gradient(135deg,#6366f1,#0ea5e9)}.bottom-nav__link:active{transform:scale(.97)}.bottom-nav__label{white-space:nowrap}.landing{background-color:#0b1122;background-image:radial-gradient(20% 100% at 0 0,#2a4489,transparent),radial-gradient(25% 55% at 100% 100%,#2a4489,transparent);color:inherit;min-height:100vh}.landing-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-container{width:100%;max-width:var(--landing-max);margin:0 auto;padding:0 20px}.landing-top-banner{background:linear-gradient(90deg,#6366f124,#0ea5e91a);border-bottom:1px solid var(--landing-border)}.landing-top-banner__inner{max-width:var(--landing-max);margin:0 auto;padding:10px 20px;font-size:14px}.landing-top-banner__line{margin:0;display:flex;align-items:center;justify-content:center;gap:6px 12px}.landing-top-banner__title{font-weight:600;color:var(--landing-text)}.landing-top-banner__meta{color:var(--landing-text-muted);font-size:13px}.landing-top-banner__meta:before{content:"·";margin-right:10px;color:#0f172a47}.home-features{margin-top:0}.container{--container-width: 1120px;--container-padding: 40px;max-width:calc(var(--container-width) + var(--container-padding) * 2);width:100%;margin-inline:auto;padding-inline:var(--container-padding)}.container .feature-pill{align-items:center;display:flex;font-size:14px;line-height:20px;width:fit-content;border-width:1px;border-style:solid;border-color:#17387e2e;border-image:initial;border-radius:30px;gap:6px;margin-block:0px 16px;padding:4px 12px;color:#000}.container .feature-pill:before{display:none}.container-heading{font-size:40px;font-weight:600;line-height:48px;margin-block:0 16px;text-align:inherit;color:#151e30}.container-desc{color:#0c152794;margin-bottom:0;font-size:18px;line-height:24px;margin-block:0;text-align:inherit}.home-features__grid{display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:60px}.home-features__grid .feature:first-child{background-color:#3183ff14;box-shadow:none;grid-column:span 2;padding:80px 48px 64px;border-radius:30px}.platforms__text{margin-top:0;align-items:flex-start;display:flex;gap:32px;justify-content:space-between;text-align:start}.home-features h3{font-size:32px;font-weight:600;line-height:38px;margin-block:0 24px;color:#151e30}.home-features p{color:#0c152794;font-size:18px;line-height:26px}.home-features .platforms .button{align-items:center;display:flex;gap:8px;margin-block:32px 0;padding:10px 24px;width:-moz-fit-content;width:fit-content}.button:has(span.icon){padding-inline:20px}.button.size-small{height:44px;min-width:8em}.button{align-items:center;background-color:#3183ff;border-radius:32px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:56px;justify-content:center;line-height:20px;padding-inline:32px;position:relative;text-align:center;transition:background-color .2s,color .2s,opacity .2s,border-color .2s,box-shadow .2s;width:-moz-fit-content;width:fit-content}.button:hover{background-color:#2072ee}.button:active{background-color:#0f60dc}.button>span{align-items:center;display:flex;gap:8px;justify-content:center}.button .icon{flex-shrink:0;--icon-size: 24px;height:var(--icon-size);width:var(--icon-size)}.home-features img{margin-top:-40px;width:32%}.platforms__list{margin-bottom:0;align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;margin-top:48px;width:100%}.platforms__list a{font-size:14px;line-height:20px;text-align:center;width:64px;color:#151e30;cursor:pointer!important}.platforms__list a div{background-color:#fff;border-radius:10px;margin-inline:auto;margin-bottom:8px;padding:8px;transition:background-color .2s;width:40px;height:40px}.platforms__list a div .icon{--icon-size: 24px;transition:color .2s}.icon{flex-shrink:0;height:var(--icon-size);width:var(--icon-size)}.platforms__list a:hover>div{background-color:#2072ee}.platforms__list a:hover>div .icon{color:#fff}.home-features__grid .feature:not(:first-child){display:flex;flex-direction:column;background-color:#ffffffb3;border-radius:30px;box-shadow:1px 1px 8px #00000014;overflow:hidden;padding:56px 48px 0}.home-features__grid .feature>:last-child{margin-bottom:0}.home-features__grid .feature>img{bottom:12px;height:150px;margin-inline-start:auto;margin-top:auto;position:relative;right:-24px;width:auto}.home-features__grid .feature h3{font-size:26px;font-weight:600;line-height:34px;margin-bottom:24px}.home-features__grid .feature p{color:#0c152794;font-size:18px;line-height:26px;margin-block:0 20px}@media (max-width: 640px){.landing-top-banner__inner{padding:10px 14px}.landing-top-banner__line{flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;line-height:1.35}.landing-top-banner__title{font-size:13px}.landing-top-banner__meta{font-size:12px;padding:2px 8px;border-radius:999px;background:#0f172a0f}.landing-top-banner__meta:before{display:none}}.landing-header{position:sticky;top:0;z-index:50}.landing-nav__link{color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:10px;transition:opacity .15s ease}.landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:11px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease,color .15s ease}.landing-btn:active{transform:scale(.98)}.landing-btn--block{width:100%;margin-top:8px}.landing-btn--ghost{background:transparent;color:var(--landing-text);transition:opacity .15s ease}.landing-btn--ghost:hover{opacity:.8}.landing-btn--primary{background-color:#3183ff;color:#fff;align-items:center;border-radius:32px;padding-inline:20px;transition:background-color .15s ease}.landing-btn--primary:hover{background-color:#2072ee}.landing-btn--outline{background:transparent;color:var(--landing-accent);border-color:#6366f173}.landing-btn--outline:hover{background:#6366f114}.landing-section{padding:64px 0}.landing-section--rounded-group{background-color:#f3f8ff;background-image:url(https://blancvpn.care/_nuxt/blob-light-1.CUSr1Sx8.png),url(https://blancvpn.care/_nuxt/blob-light-2.CxDm0d-A.png);background-position:110% top,left 45%;background-repeat:no-repeat;background-size:50% auto,65% auto;border-radius:30px}@media (min-width: 1024px){.landing-section--rounded-group{border-radius:40px;padding-block:120px}}.landing-section__heading{margin:0 0 12px;font-size:clamp(1.4rem,3vw,1.75rem);font-weight:700;letter-spacing:-.02em}.landing-section__sub{margin:0 0 32px;color:var(--landing-text-muted);max-width:560px;line-height:1.55}.landing-benefits{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.landing-benefit{background-color:#ffffff14;border-radius:20px;height:auto;padding:20px 24px;box-sizing:border-box}.landing-benefit .icon{color:#3183ff;--icon-size: 24px;margin-bottom:20px}.landing-benefit--wide{grid-column:1 / -1}@media (max-width: 900px){.landing-benefits{grid-template-columns:1fr}.landing-benefit--wide{grid-column:auto}}.landing-benefit__title{margin:0 0 12px;font-size:1.05rem;font-weight:600;line-height:1.35}.landing-benefit__text{margin:0;color:var(--landing-text-muted);font-size:15px;line-height:1.55}.landing-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 900px){.landing-reviews{grid-template-columns:1fr}}.landing-review{margin:0;padding:22px;background:var(--landing-surface-2);border:1px solid var(--landing-border);border-radius:var(--landing-radius)}.landing-review__text{margin:0 0 16px;font-size:15px;line-height:1.55;font-style:normal;color:var(--landing-text)}.landing-review__footer{display:flex;flex-direction:column;gap:2px}.landing-review__name{font-style:normal;font-weight:600;font-size:14px}.landing-review__role{font-size:13px;color:var(--landing-text-muted)}.landing-cta{text-align:center;padding:48px 32px;border-radius:20px;background:linear-gradient(145deg,#6366f11f,#0ea5e914);border:1px solid rgba(99,102,241,.2)}.landing-cta__title{margin:0 0 8px;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700}.landing-cta__text{margin:0 0 22px;color:var(--landing-text-muted);font-size:1.05rem}.landing-download-pitch{text-align:center;max-width:640px;margin:0 auto}.landing-download-pitch .landing-section__sub{margin-left:auto;margin-right:auto}.landing-download-pitch__stores{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.landing-pill{font-size:13px;font-weight:500;padding:8px 14px;border-radius:999px;background:var(--landing-surface-2);border:1px solid var(--landing-border);color:var(--landing-text-muted)}.landing-faq__intro{margin-bottom:20px;max-width:none}.landing-faq{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.landing-faq__item{border-radius:var(--landing-radius);border:1px solid var(--landing-border);background:var(--landing-surface-2);overflow:hidden}.landing-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:none;background:transparent;color:var(--landing-text);font-family:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.landing-faq__chevron{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0f172a0f;font-size:18px;line-height:1}.landing-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.landing-faq__answer--open{grid-template-rows:1fr}.landing-faq__answer-inner{overflow:hidden}.landing-faq__answer-inner p{margin:0;padding:0 20px 18px;color:var(--landing-text-muted);font-size:14px;line-height:1.6;white-space:pre-line}.landing-footer{margin-top:auto}.landing-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding:56px 20px 40px}@media (max-width: 768px){.landing-footer__grid{grid-template-columns:1fr;gap:32px;padding:40px 20px 32px}}.landing-footer__tagline{margin:14px 0 0;font-size:14px;color:var(--landing-text-muted);line-height:1.5;max-width:280px}.landing-footer__nav-title{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff;opacity:.6;margin-bottom:16px}.landing-footer__links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.landing-footer__links a{color:var(--landing-text-muted);text-decoration:none;font-size:14px}.landing-footer__links a:hover{color:var(--landing-text)}.landing-footer__social-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.landing-footer__social-list a{color:var(--landing-text-muted);text-decoration:none;font-size:14px}.landing-footer__social-list a:hover{color:var(--landing-text)}.landing-footer__bar{border-top:1px solid var(--landing-border)}.landing-footer__bar-inner{padding:18px 20px}.landing-footer__copy{margin:0;font-size:13px;color:#0f172a73;text-align:center}.home-banner{margin-bottom:-32px;margin-top:100px}.home-banner__inner{background-image:radial-gradient(circle at 50% 160%,hsla(0,0%,100%,.04) 40%,transparent 0),radial-gradient(circle at 50% 160%,hsla(0,0%,100%,.04) 60%,transparent 0),radial-gradient(circle at 50% 160%,hsla(0,0%,100%,.04) 80%,transparent 0),linear-gradient(101deg,#5360d0 15.46%,#3183ff 90.84%);border-radius:30px;color:#fff;padding:60px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.home-banner .button{background-color:#fff!important;color:#151e30;margin-block:10px 0;margin-inline:auto;transition:opacity .2s}.home-banner .button:hover{opacity:.8}.home-banner .button:active{opacity:.6}.button.wide{min-width:280px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 20px calc(env(safe-area-inset-bottom,0px) + 24px);background:var(--landing-bg)}.auth-card{width:100%;max-width:400px;padding:32px 28px;background:var(--landing-surface-2);border:1px solid var(--landing-border);border-radius:var(--landing-radius);box-shadow:0 12px 40px #0f172a0f}.auth-page__home{display:inline-block;margin-bottom:20px;font-size:14px;font-weight:500;color:var(--landing-text-muted);text-decoration:none}.auth-page__home:hover{color:var(--landing-accent)}.auth-page__title{margin:0 0 24px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--landing-text)}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field__label{font-size:14px;font-weight:600;color:var(--landing-text)}.auth-field__input{width:100%;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--landing-text);background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:11px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-field__input::placeholder{color:#0f172a59}.auth-field__input:hover{border-color:#6366f159}.auth-field__input:focus{border-color:var(--landing-accent);box-shadow:0 0 0 3px #6366f133}.auth-form__submit{width:100%}.auth-page__alt{margin:20px 0 0;font-size:14px;color:var(--landing-text-muted);text-align:center}.auth-page__alt-link{font-weight:600;color:var(--landing-accent);text-decoration:none}.auth-page__alt-link:hover{text-decoration:underline}@media (max-width: 1000px){.works-in-russia{flex-direction:column;margin-bottom:24px}.feature-pill{white-space:nowrap}.landing-hero__inner{flex-direction:column!important;text-align:center!important}.landing-hero__text{width:100%!important;align-items:center;display:flex;flex-direction:column}.landing-hero h1{font-size:32px;font-weight:600;line-height:38px}.landing-hero p{font-size:16px;font-weight:400;line-height:22px;margin-top:0}.landing-hero img{max-width:280px}.landing-btn--hero{margin-top:20px!important}.container{--container-padding: 20px}h2{font-size:26px!important;font-weight:600!important;line-height:34px!important;margin-bottom:12px}.home-features__grid{gap:16px;grid-template-columns:1fr}.home-features__grid .feature:first-child{grid-column:span 1}.home-features__grid .feature{padding:32px 20px!important}.home-features__grid .feature{text-align:center;border-radius:20px}.home-features__grid .feature h3{font-size:20px;font-weight:600;line-height:26px}.home-features__grid .feature p{font-size:16px;line-height:22px;margin-bottom:0}.home-features__grid .feature>img,.home-features__grid .feature>svg{height:160px;margin-inline:auto;margin-bottom:0!important;margin-top:32px;position:static}.home-features .platforms__text{align-items:center;flex-direction:column-reverse;text-align:center}.home-features .platforms img{margin-inline:auto;margin-top:0;width:280px}.home-features .platforms h3{font-size:20px;font-weight:600;line-height:26px;margin-bottom:12px}.home-features .platforms p{font-size:16px;line-height:22px;margin-block:0}.platforms__text div{display:flex;align-items:center;flex-direction:column}.home-features .platforms__list{gap:32px 16px;justify-content:center;margin-top:48px}.landing-section--rounded-group{padding:30px 0 54px}.home-banner__inner{padding:40px}.home-banner{margin-top:32px}.home-banner h2{font-size:20px!important;font-weight:600!important;line-height:26px!important}.container-desc{font-size:16px!important;line-height:22px!important}.home-banner__inner .button{margin-top:30px}}.landing-btn--hero{background-color:#3183ff;min-width:14em;align-items:center;border-radius:32px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:56px;justify-content:center;line-height:20px;padding-inline:50px;position:relative;text-align:center;transition:background-color .2s,color .2s,opacity .2s,border-color .2s,box-shadow .2s;width:-moz-fit-content;width:fit-content;margin-top:48px}.landing-btn--hero:hover{background-color:#2072ee}.landing-hero{position:relative;padding:80px 0 0;overflow:hidden}@media (max-width: 640px){.landing-hero{padding:48px 0 64px}}.landing-hero__glow{position:absolute;top:-36%;left:50%;transform:translate(-50%);width:125%;max-width:900px;aspect-ratio:1;background:radial-gradient(circle,rgba(99,102,241,.16) 0%,rgba(14,165,233,.09) 44%,transparent 72%);pointer-events:none}.landing-hero__inner{position:relative;text-align:left;max-width:var(--landing-max);margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:64px}.landing-hero__text{flex:1;width:50%}.lading-hero__image{flex:1;height:auto;max-width:38%;width:100%}.landing-hero__title{font-size:48px;font-weight:600;line-height:58px;margin-block:16px 24px}.landing-hero__lead{font-size:18px;font-weight:500;line-height:26px;font-weight:400;opacity:.65}.works-in-russia{align-items:center;display:flex;gap:8px;margin-bottom:24px}.feature-pill{margin-bottom:0;align-items:center;border:1px solid #ffffff52;border-radius:30px;display:flex;font-size:14px;gap:6px;line-height:20px;padding:4px 12px;width:fit-content}.feature-pill:before{animation:pulse 2s infinite;background-color:#39b56a;border-radius:50%;content:"";display:block;height:10px;width:10px}@keyframes pulse{0%{box-shadow:0 0 #39b56a}80%,to{box-shadow:0 0 0 5px transparent}}.works-in-russia small{font-size:12px;line-height:18px;opacity:.76}.landing-header{position:relative;z-index:50;width:100%;transition:background-color .2s ease,color .2s ease}.landing-header--scrolled{position:sticky;top:0;background:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-header__inner{max-width:var(--landing-max);margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:20px;justify-content:space-between}.landing-header__left{display:flex;align-items:center;flex-direction:row;gap:30px}.landing-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--landing-text);font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.landing-logo--footer .landing-logo__text{font-size:1.1rem}.landing-logo__icon{flex-shrink:0;width:36px;height:36px;object-fit:contain}.landing-nav{display:flex;align-items:center;gap:6px}.landing-nav__link{color:var(--landing-text);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:10px;transition:opacity .15s ease,background-color .15s ease}.landing-nav__link:hover{opacity:.8}.landing-header__actions{display:flex;align-items:center;gap:10px}.landing-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin:-8px -10px -8px 0;border:none;border-radius:10px;background:transparent;cursor:pointer;color:var(--landing-text)}.landing-burger span{display:block;height:2px;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.landing-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-burger.is-open span:nth-child(2){opacity:0}.landing-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.landing-nav,.landing-header__actions{display:none}.landing-burger{display:flex}}.landing-mobile-sheet{display:none;position:fixed;inset:0;z-index:60;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .2s ease}.landing-mobile-sheet.is-open{display:block;opacity:1;pointer-events:auto}.landing-mobile-sheet__panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;display:flex;flex-direction:column;background:var(--landing-surface-2);border-left:1px solid var(--landing-border);padding:0;transform:translate(100%);transition:transform .25s ease;box-shadow:-12px 0 40px #0f172a1f}.landing-mobile-sheet.is-open .landing-mobile-sheet__panel{transform:translate(0)}.landing-mobile-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:calc(14px + env(safe-area-inset-top,0px)) 16px 14px;border-bottom:1px solid var(--landing-border);background:var(--landing-surface-2)}.landing-mobile-sheet__title{font-size:15px;font-weight:700;letter-spacing:-.02em;color:var(--landing-text)}.landing-mobile-sheet__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:none;border-radius:10px;background:#0f172a0d;color:var(--landing-text);font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.landing-mobile-sheet__close:hover{background:#0f172a1a}.landing-mobile-sheet__close:active{transform:scale(.96)}.landing-mobile-nav{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;padding:16px 18px 24px}.landing-mobile-nav__link{color:var(--landing-text);text-decoration:none;font-weight:500;padding:12px 14px;border-radius:10px}.landing-mobile-nav__link:hover{background:#0f172a0d}.landing-mobile-nav__rule{border:none;border-top:1px solid var(--landing-border);margin:12px 0}.landing-header--scrolled .landing-logo,.landing-header--scrolled .landing-nav__link,.landing-header--scrolled .landing-burger,.landing-header--scrolled .landing-btn--ghost{color:#151e30}.landing-header--scrolled .landing-btn--ghost:hover{background:#151e300a}
