:root{
      --bg:#0a0d12;
      --bg2:#10151d;
      --panel:#131b26;
      --panel2:#192230;
      --line:rgba(255,255,255,.08);
      --line2:rgba(255,255,255,.13);
      --text:#ffffff;
      --muted:#aeb8c4;
      --muted2:#7f8b99;
      --accent:#67b5ff;
      --accent2:#2b8cff;
      --accent3:#9fd2ff;
      --green:#43e6a7;
      --container:1240px;
      --radius:30px;
      --shadow:0 30px 90px rgba(0,0,0,.45);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      min-width:320px;
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      background:
        radial-gradient(circle at 18% 18%, rgba(103,181,255,.14), transparent 26%),
        radial-gradient(circle at 82% 14%, rgba(43,140,255,.12), transparent 24%),
        linear-gradient(180deg,#0a0d12 0%, #0d1118 40%, #0a0d12 100%);
      color:var(--text);
      overflow-x:hidden;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      text-rendering:optimizeLegibility;
    }
    a{text-decoration:none;color:inherit}
    button{font:inherit}
    .wrap{min-height:100vh; position:relative; overflow:hidden}
    .noise,.grid{position:absolute; inset:0; pointer-events:none}
    .noise{opacity:.16; background-image:radial-gradient(rgba(255,255,255,.12) .6px, transparent .6px); background-size:28px 28px}
    .grid{opacity:.24; background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size:64px 64px}
    .container{width:min(var(--container), calc(100% - 32px)); margin:0 auto; position:relative; z-index:1}
    header{padding:22px 0}
    .nav{display:flex; align-items:center; justify-content:space-between; gap:20px}
    .brand{display:inline-flex; align-items:center; gap:12px; font-weight:700; letter-spacing:-.02em; padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.04); border:1px solid var(--line)}
    .brand-mark{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent),var(--accent2));box-shadow:0 12px 28px rgba(43,140,255,.28)}
    .brand-mark svg{width:18px;height:18px}
    nav{display:flex; align-items:center; gap:28px; color:#c3cbd4; font-size:14px}
    .nav-actions{display:flex; align-items:center; gap:12px}
    .ghost{padding:11px 16px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#dbe3eb;font-size:14px}
    .btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; height:58px; padding:0 28px; border-radius:18px; font-weight:700; font-size:16px; border:1px solid rgba(255,255,255,.06); transition:.25s ease}
    .btn:hover{transform:translateY(-1px)}
    .btn-main{color:#fff; background:linear-gradient(115deg,var(--accent2),var(--accent)); box-shadow:0 18px 50px rgba(43,140,255,.28)}
    .btn-main .arrow{font-size:18px; line-height:1; transform:translateY(-1px)}
    .btn-small{height:46px; padding:0 18px; font-size:14px; border-radius:14px}
    .section{padding:26px 0 0}
    .section-line{padding-top:84px}
    .section-head{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:end;margin-bottom:26px}
    .section-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(103,181,255,.09);border:1px solid rgba(103,181,255,.14);color:#ddecff;font-size:12px;font-weight:700;letter-spacing:.02em;margin-bottom:14px}
    .section-title{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.04em}
    .section-copy{margin:14px 0 0;max-width:780px;color:var(--muted);font-size:16px;line-height:1.72}
    .section-aside{color:#91a0af;font-size:14px;line-height:1.7;padding:20px;border:1px solid var(--line);background:rgba(255,255,255,.03);border-radius:22px}
    .surface{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);box-shadow:var(--shadow)}
    .hero{padding:28px 0 78px}
    .hero-grid{display:grid; grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr); gap:46px; align-items:center}
    .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(103,181,255,.18);background:rgba(103,181,255,.08);color:#dcefff;font-size:13px;font-weight:600;margin-bottom:22px}
    .eyebrow-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent),var(--accent2));box-shadow:0 10px 20px rgba(43,140,255,.28)}
    .eyebrow-icon svg{width:14px;height:14px}
    h1{margin:0 0 18px;font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.05em;max-width:720px}
    h1 .accent{display:inline-block;background:linear-gradient(90deg,#fff 0%, #d8ebff 40%, var(--accent3) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
    .hero-copy{margin:0 0 28px;max-width:640px;color:var(--muted);font-size:18px;line-height:1.72}
    .hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
    .hero-meta{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:18px;color:#8e99a7;font-size:13px}
    .hero-meta span{display:inline-flex;align-items:center;gap:8px}
    .hero-meta i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px rgba(67,230,167,.75);display:inline-block}
    .device-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
    .device-tags span{height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.03);display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#dde5ee}
    .device-tags b{font-weight:700;color:#fff}
    .hero-visual{position:relative;min-height:620px;display:grid;place-items:center}
    .orb{position:absolute;border-radius:50%;filter:blur(1px)}
    .orb.o1{width:350px;height:350px;background:radial-gradient(circle,rgba(103,181,255,.22),transparent 65%);left:-30px;top:40px}
    .orb.o2{width:290px;height:290px;background:radial-gradient(circle,rgba(43,140,255,.18),transparent 68%);right:-10px;bottom:10px}
    .float{position:absolute;z-index:4;padding:16px 18px;border-radius:20px;border:1px solid rgba(154,211,255,.18);background:linear-gradient(145deg,rgba(39,76,112,.64),rgba(14,28,43,.52));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 22px 56px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);min-width:170px;will-change:transform}
    .float strong{display:block;font-size:15px}
    .float small{display:block;color:#8c98a7;font-size:12px;margin-top:6px;line-height:1.5}
    .float .mini-top{display:flex;align-items:center;gap:10px;margin-bottom:12px}
    .float .mini-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#dff0ff}
    .float .mini-icon svg{width:18px;height:18px}
    .float.f1{left:0;top:38px;animation:float-drift-a 6.8s ease-in-out infinite}.float.f2{right:6px;top:82px;animation:float-drift-b 7.4s ease-in-out -1.4s infinite}.float.f3{left:30px;bottom:82px;animation:float-drift-b 6.4s ease-in-out -.8s infinite}.float.f4{right:10px;bottom:36px;animation:float-drift-a 7s ease-in-out -2.1s infinite}
    .phone-shell{width:340px;z-index:2;border-radius:46px;padding:12px;position:relative;background:linear-gradient(155deg,#2c333e,#090c12 55%,#232b35);box-shadow:0 38px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.03)}
    @keyframes float-drift-a{0%,100%{transform:translate3d(0,0,0) rotate(-.25deg)}50%{transform:translate3d(7px,-10px,0) rotate(.35deg)}}
    @keyframes float-drift-b{0%,100%{transform:translate3d(0,0,0) rotate(.2deg)}50%{transform:translate3d(-8px,9px,0) rotate(-.4deg)}}
    .phone-frame{border-radius:36px;padding:18px 16px 16px;background:linear-gradient(180deg,#0c1118,#101722 32%,#0c1117 100%);border:1px solid rgba(255,255,255,.06);overflow:hidden;position:relative}
    .dynamic-island{width:112px;height:32px;background:#000;border-radius:18px;margin:0 auto 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
    .screen-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}
    .screen-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px;color:#eff7ff}
    .screen-brand .logo-dot{width:30px;height:30px;border-radius:10px;background:linear-gradient(145deg,var(--accent),var(--accent2));display:grid;place-items:center;box-shadow:0 12px 28px rgba(43,140,255,.25)}
    .screen-brand .logo-dot svg{width:16px;height:16px}
    .ios-tag{height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:11px;color:#d6e3ef;display:inline-flex;align-items:center;gap:6px}
    .ios-tag i{width:5px;height:5px;border-radius:50%;background:var(--green);display:inline-block;box-shadow:0 0 8px rgba(67,230,167,.7)}
    .status-card{margin-top:10px;border-radius:28px;padding:20px;background:linear-gradient(180deg,rgba(103,181,255,.12),rgba(255,255,255,.02));border:1px solid rgba(103,181,255,.12);text-align:center;position:relative;overflow:hidden}
    .status-card:after{content:"";position:absolute;inset:auto -30px -75px auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(103,181,255,.16),transparent 62%)}
    .status-card h3{margin:0 0 8px;font-size:15px;color:#dbeeff}
    .status-card .status{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#cbf8e8;background:rgba(67,230,167,.10);border:1px solid rgba(67,230,167,.18);height:34px;padding:0 14px;border-radius:999px}
    .status-card .status i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px rgba(67,230,167,.75)}
    .power-wrap{margin:20px auto 18px;width:148px;height:148px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(103,181,255,.22),rgba(103,181,255,.06) 45%,transparent 46%),radial-gradient(circle,rgba(255,255,255,.04),rgba(255,255,255,.01) 60%,transparent 61%)}
    .power{width:94px;height:94px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(145deg,var(--accent),var(--accent2));display:grid;place-items:center;box-shadow:0 18px 42px rgba(43,140,255,.42), inset 0 1px 0 rgba(255,255,255,.28)}
    .power svg{width:30px;height:30px}
    .country-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);margin-bottom:12px}
    .country-meta{display:flex;align-items:center;gap:12px}.flag{width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,#e8f4ff,#b5d8ff);display:grid;place-items:center;color:#0b1320;font-size:22px;box-shadow:0 10px 20px rgba(0,0,0,.18)}
    .country-meta strong{display:block;font-size:15px}.country-meta small{display:block;color:#91a0af;font-size:12px;margin-top:4px}
    .status-chip{height:30px;padding:0 10px;border-radius:999px;background:rgba(67,230,167,.12);border:1px solid rgba(67,230,167,.18);display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#d9fced}
    .status-chip i{width:6px;height:6px;border-radius:50%;background:var(--green)}
    .stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:6px}
    .stat{padding:14px;border-radius:18px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
    .stat small{display:block;color:#8c98a6;font-size:11px;margin-bottom:8px}.stat strong{font-size:18px;letter-spacing:-.03em}
    .screen-footer{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:14px;color:#c9d9e7;font-size:11px}.screen-footer i{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.28);display:inline-block;margin:0 2px}
    .numbers-grid,.benefit-grid,.price-grid,.reviews-grid,.use-grid,.devices-grid{display:grid;gap:18px}
    .numbers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
    .number-card{padding:22px;border-radius:24px;display:flex;gap:16px;align-items:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025));border:1px solid var(--line)}
    .number-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#dcebff;flex:0 0 auto}
    .number-icon svg{width:22px;height:22px}.number-copy strong{display:block;font-size:18px}.number-copy span{display:block;color:var(--muted);font-size:14px;line-height:1.6;margin-top:8px}
    .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}
    .product-card{padding:28px;border-radius:28px}
    .product-card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.mini-logo{display:inline-flex;align-items:center;height:34px;padding:0 14px;border-radius:999px;background:rgba(103,181,255,.08);border:1px solid rgba(103,181,255,.12);font-size:12px;font-weight:700;color:#deedff}
    .product-icon{width:44px;height:44px;border-radius:14px;background:rgba(103,181,255,.10);display:grid;place-items:center;color:#e0efff}.product-icon svg{width:20px;height:20px}
    .product-card h3{margin:0 0 14px;font-size:24px;letter-spacing:-.03em}
    .checklist{margin:0;padding:0;list-style:none;display:grid;gap:10px}.checklist li{position:relative;padding-left:26px;color:#d5dee8;font-size:15px;line-height:1.6}
    .checklist li:before{content:"";position:absolute;left:0;top:8px;width:14px;height:14px;border-radius:50%;background:linear-gradient(145deg,var(--accent),var(--accent2));box-shadow:0 0 18px rgba(43,140,255,.28)}
    .neutral-note,.pricing-note{margin-top:18px;color:#8f9cab;font-size:14px;line-height:1.65;padding:18px 20px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
    .benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    .benefit-card{padding:24px;border-radius:26px;position:relative;overflow:hidden}
    .benefit-card .ghost-number{position:absolute;right:18px;top:12px;font-size:44px;font-weight:800;letter-spacing:-.05em;color:rgba(255,255,255,.04)}
    .icon-box{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#dcecff;margin-bottom:18px}.icon-box svg{width:24px;height:24px}
    .benefit-card h3{margin:0 0 10px;font-size:21px;letter-spacing:-.03em}.benefit-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
    .locations-wrap{display:grid;grid-template-columns:1.05fr .95fr;align-items:start;gap:22px}
    .map-card{min-height:480px;border-radius:29px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(58,146,255,.19),transparent 50%),linear-gradient(150deg,#11294b,#0b1729);border:1px solid rgba(103,181,255,.3);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 24px 70px rgba(0,0,0,.26)}
    .map-grid{position:absolute;inset:0;opacity:.28;background-image:linear-gradient(rgba(103,181,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(103,181,255,.08) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}
    .network-map{position:absolute;inset:28px 18px 58px;width:calc(100% - 36px);height:calc(100% - 86px);overflow:visible}
    .map-land path{fill:url(#mapLand);stroke:rgba(125,194,255,.26);stroke-width:1.15;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
    .map-routes path{stroke-dasharray:7 7;animation:map-flow 8s linear infinite}
    .map-routes path:nth-child(2n){animation-duration:11s;animation-direction:reverse}
    .map-nodes circle{fill:#67b5ff;stroke:#bfe3ff;stroke-width:2}.map-nodes .map-hub{fill:#43e6d0;stroke:#d7fff5}
    .map-svg-labels{pointer-events:none}.map-svg-label rect{fill:rgba(5,18,35,.9);stroke:rgba(151,205,255,.28);stroke-width:1}.map-svg-label text{fill:#eaf5ff;font-size:11px;font-weight:750;font-family:Inter,Arial,sans-serif;dominant-baseline:middle}.map-svg-label use{filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}
    .map-tag{position:absolute;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:3px 8px;border:1px solid rgba(151,205,255,.2);border-radius:9px;background:rgba(5,18,35,.82);box-shadow:0 8px 22px rgba(0,0,0,.25);color:#eaf5ff;font-size:10px;font-weight:700;line-height:1;white-space:nowrap;backdrop-filter:blur(8px)}
    .country-flag{position:relative;display:inline-block;width:18px;height:12px;overflow:hidden;border-radius:2px;background:#dcecff;box-shadow:0 0 0 1px rgba(255,255,255,.24),0 2px 5px rgba(0,0,0,.28);vertical-align:middle;flex:0 0 auto}
    .country-flag:before,.country-flag:after{content:"";position:absolute;display:block}
    .flag-large{width:38px;height:25px;border-radius:4px;box-shadow:0 0 0 1px rgba(255,255,255,.22),0 6px 14px rgba(0,0,0,.2)}
    .flag-nl{background:linear-gradient(#ae1c28 0 33.33%,#fff 33.33% 66.66%,#21468b 66.66%)}
    .flag-de{background:linear-gradient(#161616 0 33.33%,#dd0000 33.33% 66.66%,#ffce00 66.66%)}
    .flag-ru{background:linear-gradient(#fff 0 33.33%,#1c57a8 33.33% 66.66%,#d52b1e 66.66%)}
    .flag-es{background:linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%)}
    .flag-fi{background:#fff}.flag-fi:before{left:28%;top:0;width:18%;height:100%;background:#003580}.flag-fi:after{left:0;top:40%;width:100%;height:20%;background:#003580}
    .flag-jp{background:#fff}.flag-jp:after{left:50%;top:50%;width:46%;aspect-ratio:1;border-radius:50%;background:#bc002d;transform:translate(-50%,-50%)}
    .flag-us{background:repeating-linear-gradient(#b22234 0 7.7%,#fff 7.7% 15.4%)}.flag-us:before{left:0;top:0;width:43%;height:54%;background:#3c3b6e}
    .flag-br{background:#009c3b}.flag-br:before{left:22%;top:17%;width:56%;height:66%;background:#ffdf00;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.flag-br:after{left:50%;top:50%;width:31%;aspect-ratio:1;border-radius:50%;background:#002776;transform:translate(-50%,-50%)}
    .flag-kz{background:#00afca}.flag-kz:before{left:12%;top:0;width:8%;height:100%;background:#f5c400}.flag-kz:after{left:55%;top:50%;width:27%;aspect-ratio:1;border-radius:50%;background:#f5c400;transform:translate(-50%,-50%)}
    .flag-sg{background:linear-gradient(#ef3340 0 50%,#fff 50%)}.flag-sg:after{left:16%;top:12%;width:35%;aspect-ratio:1;border:2px solid #fff;border-right-color:transparent;border-radius:50%;transform:scale(.55)}
    .flag-au{background:#012169}.flag-au:after{content:"✦";right:10%;top:9%;color:#fff;font-size:65%;line-height:1;text-shadow:-5px 5px 0 #fff}
    @keyframes map-flow{to{stroke-dashoffset:-140}}
    .map-caption{position:absolute;left:22px;right:22px;bottom:22px;display:flex;align-items:center;justify-content:space-between;color:#97a4b2;font-size:12px}
    .live-badge{display:inline-flex;align-items:center;gap:8px}.live-badge i{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 12px rgba(67,230,167,.8)}
    .country-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.country-item{padding:22px;border-radius:24px}.country-item strong{display:block;font-size:25px;line-height:1;letter-spacing:-.03em}.country-item b{display:block;margin-top:8px;font-size:18px}.country-item small{display:block;color:#97a4b2;font-size:13px;margin-top:10px;line-height:1.6}
    .more-link{display:inline-flex;align-items:center;gap:8px;color:#d8ebff;font-weight:700;margin-top:18px;padding:0 4px}
    .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.step-card{padding:26px;border-radius:28px;position:relative;overflow:hidden}.step-number{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#eaf4ff;font-weight:800;margin-bottom:20px}.step-visual{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.045);color:#dcecff;margin-bottom:18px}.step-visual svg{width:24px;height:24px}.step-card h3{margin:0 0 10px;font-size:23px;letter-spacing:-.03em}.step-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
    .devices-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.device-card{padding:22px;border-radius:24px}.device-big-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#deeeff;margin-bottom:18px}.device-big-icon svg{width:24px;height:24px}.device-card strong{display:block;font-size:21px;letter-spacing:-.03em}.device-card small{display:block;color:#98a5b3;font-size:14px;margin-top:8px}.device-card a{display:inline-flex;margin-top:16px;color:#d9e9ff;font-weight:700}
    .price-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.price-card{padding:24px;border-radius:28px;position:relative}.price-card.featured{border-color:rgba(103,181,255,.36);box-shadow:0 25px 70px rgba(43,140,255,.18)}.price-label{position:absolute;right:18px;top:18px;height:28px;padding:0 10px;border-radius:999px;background:rgba(103,181,255,.10);border:1px solid rgba(103,181,255,.16);display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#e1efff}.price-term{font-size:18px;font-weight:700;color:#dde9f6}.price-value{margin-top:12px;font-size:44px;font-weight:800;letter-spacing:-.05em}.price-month{color:#98a5b3;font-size:14px;margin-top:8px}.price-button{margin-top:18px;display:inline-flex;width:100%;justify-content:center;align-items:center;height:50px;border-radius:16px;background:linear-gradient(115deg,var(--accent2),var(--accent));font-weight:700;box-shadow:0 15px 34px rgba(43,140,255,.22)}
    .use-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.use-card{padding:20px;border-radius:22px;text-align:center}.use-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:18px;display:grid;place-items:center;background:rgba(103,181,255,.12);font-size:22px}.use-card strong{display:block;font-size:16px}.use-card span{display:block;color:var(--muted);font-size:13px;margin-top:8px;line-height:1.55}
    .reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-card{padding:24px;border-radius:26px}.review-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent),var(--accent2));font-weight:800;box-shadow:0 12px 26px rgba(43,140,255,.22)}.review-person strong{display:block;font-size:14px}.review-person span{display:block;color:#8d9aa8;font-size:11px;margin-top:4px}.stars{margin-left:auto;color:#9fd2ff;font-size:13px;letter-spacing:2px}.review-text{margin:0;color:#d5dee8;font-size:15px;line-height:1.72}.demo-label{margin-top:14px;font-size:12px;color:#91a0af}
    .support-faq-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.support-card,.faq-card{padding:26px;border-radius:28px}.shield-glow{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;background:rgba(103,181,255,.12);color:#e2f0ff;box-shadow:0 18px 42px rgba(43,140,255,.18);margin-bottom:18px}.shield-glow svg{width:32px;height:32px}.support-card h3,.faq-title{margin:0 0 10px;font-size:28px;letter-spacing:-.04em}.support-card p{margin:0;color:var(--muted);line-height:1.72;font-size:15px}.refund{margin-top:18px;padding:18px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid var(--line)}.refund strong{display:block;font-size:17px}.refund span{display:block;color:#97a4b2;font-size:13px;line-height:1.6;margin-top:8px}
    .faq-list{display:grid;gap:12px;margin-top:18px}.faq-item{border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.02);overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;color:#fff;padding:18px 18px;text-align:left;cursor:pointer;font-weight:700}.faq-question span:last-child{font-size:22px;color:#aeb9c4;transition:.2s ease}.faq-answer{display:none;padding:0 18px 18px;color:#96a3b1;font-size:14px;line-height:1.7}.faq-item.open .faq-answer{display:block}.faq-item.open .faq-question span:last-child{transform:rotate(45deg);color:#9fd2ff}
    .final-cta{padding:92px 0 40px}.cta-banner{padding:30px;border-radius:32px;border:1px solid rgba(103,181,255,.2);background:radial-gradient(circle at 10% 50%,rgba(103,181,255,.18),transparent 28%),linear-gradient(115deg,#111720,#0d131c 58%,#121b27);display:grid;grid-template-columns:140px 1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}
    .cta-play{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent2),var(--accent));box-shadow:0 18px 50px rgba(43,140,255,.32);position:relative}.cta-play:before{content:"";width:56px;height:56px;background:#fff;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 18h6'/><path d='M10 4h4l1 2h2a2 2 0 0 1 2 2v8a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V8a2 2 0 0 1 2-2h2l1-2Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 18h6'/><path d='M10 4h4l1 2h2a2 2 0 0 1 2 2v8a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V8a2 2 0 0 1 2-2h2l1-2Z' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}
    .cta-copy h2{margin:0 0 8px;font-size:36px;line-height:1.08;letter-spacing:-.05em;max-width:730px}.cta-copy p{margin:0;color:#aeb8c4;font-size:15px;line-height:1.65;max-width:680px}.cta-action{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.cta-action small{color:#96a4b2;font-size:12px}
    footer{padding:46px 0 56px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(4,.8fr);gap:24px}.footer-brand p{color:#9aa8b6;font-size:14px;line-height:1.7;max-width:360px}.brand-placeholder{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.03);border:1px solid var(--line);font-weight:700;margin-bottom:16px}.socials{display:flex;gap:10px;margin-top:18px}.socials a{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.04);border:1px solid var(--line);font-size:13px;font-weight:700;color:#deecff}
    .footer-col strong{display:block;font-size:15px;margin-bottom:12px}.footer-col a{display:block;color:#9aa8b6;font-size:14px;margin:8px 0}.footer-bottom{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#8391a0;font-size:12px;line-height:1.7}.disclaimer{max-width:760px}
    @media (max-width: 1180px){.numbers-grid,.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.use-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr 1fr}}
    @media (max-width: 1120px){.hero-grid,.locations-wrap,.support-faq-grid,.section-head,.cta-banner{grid-template-columns:1fr}.hero-visual{min-height:560px}nav{display:none}.ghost{display:none}.section-aside{max-width:720px}.cta-action{align-items:flex-start}.product-grid{grid-template-columns:1fr}.country-list,.devices-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid,.steps,.reviews-grid{grid-template-columns:1fr 1fr}}
    @media (max-width: 720px){.container{width:min(var(--container), calc(100% - 22px))}header{padding:16px 0}.brand{padding:8px 12px}.brand-mark{width:30px;height:30px}.btn-small{display:none}.hero{padding:16px 0 42px}.section-line{padding-top:58px}.eyebrow{font-size:12px;padding:9px 12px;margin-bottom:18px}.hero-copy,.section-copy{font-size:15px}.hero-actions{gap:12px}.btn{width:100%}.hero-visual{min-height:510px}.phone-shell{width:min(100%,320px);transform:scale(.96)}.float{min-width:146px;padding:14px 15px}.float.f1{left:2px;top:16px}.float.f2{right:0;top:36px}.float.f3{left:8px;bottom:68px}.float.f4{right:0;bottom:22px}.numbers-grid,.benefit-grid,.steps,.country-list,.devices-grid,.price-grid,.use-grid,.reviews-grid,.footer-grid{grid-template-columns:1fr}.map-card{min-height:390px}.network-map{inset:30px 4px 62px;width:calc(100% - 8px);height:calc(100% - 92px)}.map-tag{min-height:22px;padding:2px 6px;font-size:9px}.map-label-extra{display:none}.cta-copy h2{font-size:28px}.cta-play{width:96px;height:96px}.footer-bottom{font-size:11px}}
    @media (max-width: 520px){h1{font-size:40px;line-height:1}.hero-copy{font-size:15px;line-height:1.62}.device-tags span{height:34px;font-size:12px}.hero-visual{min-height:470px}.phone-shell{width:288px;padding:10px;border-radius:38px}.phone-frame{padding:14px 12px;border-radius:30px}.dynamic-island{width:98px;height:28px;margin-bottom:12px}.power-wrap{width:132px;height:132px}.power{width:84px;height:84px}.country-card{padding:12px 13px}.flag{width:38px;height:38px;border-radius:12px;font-size:20px}.stats{gap:10px}.stat{padding:12px}.float{display:none}.btn{height:54px;padding:0 22px;border-radius:16px;font-size:15px}.section-title{font-size:31px}.product-card,.benefit-card,.step-card,.device-card,.price-card,.review-card,.support-card,.faq-card{padding:20px}}
    @media (prefers-reduced-motion:reduce){.float,.map-routes path{animation:none!important}}
.price-card form{margin-top:auto}
.price-button{width:100%;border:0;cursor:pointer;font:inherit}
.price-button:disabled{cursor:not-allowed;opacity:.55}
.new2-guest-support{font-family:Inter,Arial,sans-serif}
.new2-guest-support-panel{border-color:rgba(103,181,255,.28);background:#101d2d;color:#f4f8fd;box-shadow:0 28px 80px rgba(0,0,0,.5),0 0 0 1px rgba(103,181,255,.08)}
.new2-guest-support-head{border-bottom-color:rgba(103,181,255,.16);background:linear-gradient(145deg,#173457,#11243b);color:#f7fbff}
.new2-guest-support-head h2{color:#f7fbff}
.new2-guest-support-head p{color:#a8bdd1}
.new2-guest-support-close{border-color:rgba(151,205,255,.28);background:rgba(103,181,255,.12);color:#e8f4ff}
.new2-guest-support-close:hover{border-color:rgba(151,205,255,.5);background:rgba(103,181,255,.22)}
.new2-guest-support-log{background:#0b1624;color:#eaf3fc}
.new2-guest-support-empty{border-color:rgba(151,205,255,.28);background:rgba(22,43,67,.82);color:#b8c9d9}
.new2-guest-support-msg{border-color:rgba(151,205,255,.22);background:#172b42;color:#eef6ff;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.new2-guest-support-msg.guest{border-color:rgba(103,181,255,.38);background:linear-gradient(145deg,#255c95,#1d4776);color:#fff}
.new2-guest-support-msg-meta{color:#9eb2c5}
.new2-guest-support-identity,.new2-guest-support-form{border-top-color:rgba(103,181,255,.16);background:#101e2f;color:#eef6ff}
.new2-guest-support-field{color:#b9cad9}
.new2-guest-support-field input,.new2-guest-support-field textarea{border-color:rgba(151,205,255,.26);background:#eaf2fb;color:#10243b}
.new2-guest-support-field input::placeholder,.new2-guest-support-field textarea::placeholder{color:#647b91}
.new2-guest-support-attach{border-color:#4a8dca;background:#1a3857;color:#e9f5ff;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.new2-guest-support-attach:hover{border-color:#78bcf5;background:#24517c;color:#fff}
.new2-guest-support-attach:focus-visible,.new2-guest-support-close:focus-visible{outline:3px solid rgba(103,181,255,.36);outline-offset:2px}
.new2-guest-support-input-shell{border-color:rgba(151,205,255,.38);background:#edf4fb;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.new2-guest-support-form textarea{color:#10243b}
.new2-guest-support-form textarea::placeholder{color:#647b91;opacity:1}
.new2-guest-support-file-row{border-color:rgba(151,205,255,.24);background:#172b42;color:#eaf3fc}
.new2-guest-support-file-row small,.new2-guest-support-progress-label{color:#a8bdd1}
.new2-guest-support-error{color:#ff9baa}
@media(max-width:720px){.price-button{min-height:48px}}
