/* NUBO VPN guest landing EXACT — verbatim from NUBO VPN - 2.html */
/* Fonts loaded async from base.html — avoid duplicate blocking @import */

/* Hide nexus shell chrome — standalone full-page like mockup */
body.wc-guest-landing-exact::before,
body.wc-guest-landing-exact::after { display: none !important; content: none !important; }
body.wc-guest-landing-exact .nexus-sidebar,
body.wc-guest-landing-exact .nexus-topbar,
body.wc-guest-landing-exact .nexus-mobile-nav,
body.wc-guest-landing-exact .nexus-overlay,
body.wc-guest-landing-exact .nexus-shell,
body.wc-guest-landing-exact #nx-progress,
body.wc-guest-landing-exact #nx-loader,
body.wc-guest-landing-exact #nx-toast-container,
body.wc-guest-landing-exact #nubo-canvas,
body.wc-guest-landing-exact .nubo-cursor-dot,
body.wc-guest-landing-exact .nubo-cursor-ring,
body.wc-guest-landing-exact .fst-hero-shot-bg { display: none !important; }

html:has(body.wc-guest-landing-exact){
  scroll-behavior:smooth;
  background:#050810;
  min-height:100%;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

body.wc-guest-landing-exact{
  --bg:#050810;
  --bg-2:#070b18;
  --panel:rgba(255,255,255,.035);
  --panel-2:rgba(255,255,255,.06);
  --stroke:rgba(255,255,255,.09);
  --stroke-2:rgba(255,255,255,.16);
  --text:#eef2fb;
  --muted:#8b96b0;
  --muted-2:#5e6883;
  --nx-text-dim:#8b96b0;
  --cyan:#22d3ee;
  --blue:#3b82f6;
  --grad:linear-gradient(120deg,#22d3ee 0%,#3b82f6 100%);
  --glow-cyan:rgba(34,211,238,.55);
  --glow-blue:rgba(59,130,246,.5);
  --r:18px;
  --maxw:1180px;
}
/* :where() keeps reset at 0 specificity so .btn / .hero padding wins (mockup behavior) */
:where(body.wc-guest-landing-exact) *{box-sizing:border-box;margin:0;padding:0}

body.wc-guest-landing-exact{
  background:var(--bg);
  color:var(--text);
  font-family:'Manrope',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  line-height:1.55;
  overflow-x:hidden;
  min-height:100vh;
  min-height:100dvh;
  cursor:auto;
}
body.wc-guest-landing-exact h1,
body.wc-guest-landing-exact h2,
body.wc-guest-landing-exact h3,
body.wc-guest-landing-exact .display{font-family:'Unbounded',sans-serif;letter-spacing:-.01em;line-height:1.05}
body.wc-guest-landing-exact a{color:inherit;text-decoration:none}
body.wc-guest-landing-exact a.btn-primary{color:#04111e}
body.wc-guest-landing-exact a.btn-ghost{color:var(--text)}
body.wc-guest-landing-exact img{max-width:100%;display:block}

/* ---------- living background (NUBO VPN - 2.html) ---------- */
body.wc-guest-landing-exact .bg-fx{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  height:100dvh;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
  background:#050810;
}
body.wc-guest-landing-exact .aurora{
  position:absolute;
  border-radius:50%;
  filter:blur(90px);
  opacity:.5;
  mix-blend-mode:screen;
  will-change:transform;
}
body.wc-guest-landing-exact .a1{
  width:60vw;height:60vw;left:-15vw;top:-20vw;
  background:radial-gradient(circle,rgba(34,211,238,.7),transparent 65%);
  animation:drift1 22s ease-in-out infinite;
}
body.wc-guest-landing-exact .a2{
  width:55vw;height:55vw;right:-18vw;top:-5vw;
  background:radial-gradient(circle,rgba(59,130,246,.65),transparent 65%);
  animation:drift2 26s ease-in-out infinite;
}
body.wc-guest-landing-exact .a3{
  width:48vw;height:48vw;left:25vw;top:35vw;
  background:radial-gradient(circle,rgba(124,99,255,.45),transparent 65%);
  animation:drift3 30s ease-in-out infinite;
}
@keyframes drift1{50%{transform:translate(8vw,10vw) scale(1.15)}}
@keyframes drift2{50%{transform:translate(-7vw,8vw) scale(1.1)}}
@keyframes drift3{50%{transform:translate(5vw,-9vw) scale(1.2)}}
body.wc-guest-landing-exact .grid-fx{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:54px 54px;
  -webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,#000 30%,transparent 75%);
  mask-image:radial-gradient(ellipse 80% 60% at 50% 0%,#000 30%,transparent 75%);
}
body.wc-guest-landing-exact .noise{
  position:absolute;inset:0;opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
  background-repeat:repeat;
  background-size:160px 160px;
}

/* ---------- layout ---------- */
body.wc-guest-landing-exact .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;position:relative;z-index:2}
body.wc-guest-landing-exact section{position:relative;z-index:2}
body.wc-guest-landing-exact .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan)}
body.wc-guest-landing-exact .eyebrow::before{content:"";width:22px;height:1px;background:var(--cyan);opacity:.7}

/* ---------- header ---------- */
body.wc-guest-landing-exact header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .3s,backdrop-filter .3s,border-color .3s;border-bottom:1px solid transparent}
body.wc-guest-landing-exact header.scrolled{background:rgba(5,8,16,.72);-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border-color:var(--stroke)}
body.wc-guest-landing-exact .nav{max-width:var(--maxw);margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.wc-guest-landing-exact .brand{display:flex;align-items:center;gap:11px;font-family:'Unbounded';font-weight:700;font-size:18px;flex-shrink:0;white-space:nowrap}
body.wc-guest-landing-exact .logo{width:44px;height:44px;border-radius:10px;background:var(--grad);display:grid;place-items:center;box-shadow:0 0 22px var(--glow-cyan);position:relative;flex-shrink:0;overflow:hidden}
body.wc-guest-landing-exact .logo.has-img{background:transparent;box-shadow:none}
body.wc-guest-landing-exact .logo img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
body.wc-guest-landing-exact .logo svg{width:19px;height:19px}
body.wc-guest-landing-exact .nav-links{display:flex;align-items:center;gap:28px;flex-shrink:0}
body.wc-guest-landing-exact .nav-links a.nlink{font-size:14.5px;font-weight:600;color:var(--muted);transition:color .2s}
body.wc-guest-landing-exact .nav-links a.nlink:hover{color:var(--text)}
body.wc-guest-landing-exact .nav-cta{display:flex;align-items:center;gap:12px;flex-shrink:0}
body.wc-guest-landing-exact .nubo-locale-wrap{position:relative;display:flex;align-items:center;align-self:center;flex-shrink:0;z-index:2}
body.wc-guest-landing-exact .nubo-locale-btn{display:inline-flex;align-items:center;justify-content:center;font-size:12px!important;padding:8px 12px!important;gap:2px!important;min-height:44px;line-height:1;cursor:pointer;box-sizing:border-box}
body.wc-guest-landing-exact .nubo-locale-switch-label{display:inline-flex;align-items:center;gap:2px;line-height:1}
body.wc-guest-landing-exact .nubo-locale-code{opacity:.45;cursor:pointer;transition:opacity .15s,color .15s}
body.wc-guest-landing-exact .nubo-locale-code:hover{opacity:.85}
body.wc-guest-landing-exact .nubo-locale-code.is-active{opacity:1;color:var(--cyan)}
body.wc-guest-landing-exact .nubo-locale-sep{opacity:.3;pointer-events:none}
body.wc-guest-landing-exact .nubo-locale-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:120px;background:rgba(10,16,30,.98);border:1px solid var(--stroke-2);border-radius:12px;padding:6px;z-index:100;box-shadow:0 8px 32px rgba(0,0,0,.45)}
body.wc-guest-landing-exact .nubo-locale-menu[hidden]{display:none!important}
body.wc-guest-landing-exact .nubo-locale-menu .wc-neo-locale-item{display:block;width:100%;text-align:left;border:none;background:transparent;color:var(--text);font:inherit;font-size:13px;font-weight:600;padding:10px 12px;border-radius:8px;cursor:pointer}
body.wc-guest-landing-exact .nubo-locale-menu .wc-neo-locale-item:hover,
body.wc-guest-landing-exact .nubo-locale-menu .wc-neo-locale-item.is-active{background:rgba(34,211,238,.1);color:var(--cyan)}
body.wc-guest-landing-exact .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:'Manrope';font-weight:700;font-size:15px;border-radius:13px;padding:12px 22px;cursor:pointer;border:1px solid transparent;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .25s,background .2s,border-color .2s;white-space:nowrap;text-decoration:none;line-height:1.2;appearance:none;-webkit-appearance:none}
body.wc-guest-landing-exact button.btn,body.wc-guest-landing-exact button.menu-btn{font:inherit}
body.wc-guest-landing-exact .btn:active{transform:scale(.97)}
body.wc-guest-landing-exact .btn-primary{background:var(--grad);color:#04111e;box-shadow:0 8px 30px -8px var(--glow-blue),inset 0 1px 0 rgba(255,255,255,.4)}
body.wc-guest-landing-exact .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px -8px var(--glow-cyan),inset 0 1px 0 rgba(255,255,255,.5)}
body.wc-guest-landing-exact .btn-ghost{background:var(--panel);color:var(--text);border-color:var(--stroke-2)}
body.wc-guest-landing-exact .btn-ghost:hover{background:var(--panel-2);border-color:var(--cyan);transform:translateY(-2px)}
body.wc-guest-landing-exact .btn-sm{padding:9px 16px;font-size:13.5px;border-radius:11px}
body.wc-guest-landing-exact .btn-lg{padding:16px 32px;font-size:16.5px;border-radius:15px}
body.wc-guest-landing-exact .menu-btn{display:none;background:var(--panel);border:1px solid var(--stroke);border-radius:10px;width:42px;height:42px;color:var(--text);cursor:pointer;flex-shrink:0}

/* ---------- hero ---------- */
body.wc-guest-landing-exact .hero{padding:120px 0 28px;text-align:center}
body.wc-guest-landing-exact .badge-live{display:inline-flex;align-items:center;gap:9px;padding:8px 16px;border-radius:100px;background:var(--panel);border:1px solid var(--stroke-2);font-size:13.5px;font-weight:600;color:#cdd6ea;margin-bottom:20px}
body.wc-guest-landing-exact .dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 0 0 rgba(52,211,153,.7);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(52,211,153,0)}100%{box-shadow:0 0 0 0 rgba(52,211,153,0)}}
body.wc-guest-landing-exact .hero h1{font-size:clamp(40px,7vw,82px);font-weight:800;margin-bottom:24px}
body.wc-guest-landing-exact .hero h1 .accent{
  display:block;
  font-size:clamp(20px,4.5vw,36px);
  font-weight:900;
  font-family:'Unbounded',sans-serif;
  letter-spacing:-0.2px;
  opacity:0.8;
  background:var(--grad);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  position:relative;
}
body.wc-guest-landing-exact .hero p.lead{font-size:clamp(17px,2.4vw,21px);color:var(--muted);max-width:620px;margin:0 auto 18px;font-weight:500}
body.wc-guest-landing-exact .hero .sub{font-size:15px;color:var(--muted-2);margin-bottom:24px}
body.wc-guest-landing-exact .hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}
body.wc-guest-landing-exact .hero-trial-form{display:inline}
body.wc-guest-landing-exact .hero-login{font-size:14.5px;color:var(--muted)}
body.wc-guest-landing-exact .hero-login a{color:var(--cyan);font-weight:600}
body.wc-guest-landing-exact .chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:20px}
body.wc-guest-landing-exact .chip{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:13px;background:var(--panel);border:1px solid var(--stroke);font-size:14px;font-weight:600;color:#c4cde2}
body.wc-guest-landing-exact .chip svg{width:17px;height:17px;color:var(--cyan)}

/* speed visual */
body.wc-guest-landing-exact .hero-visual{margin:60px auto 0;max-width:760px;position:relative}
body.wc-guest-landing-exact .speed-card{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid var(--stroke-2);border-radius:22px;padding:28px 30px;backdrop-filter:blur(10px);box-shadow:0 30px 80px -30px rgba(0,0,0,.8)}
body.wc-guest-landing-exact .speed-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
body.wc-guest-landing-exact .speed-loc{display:flex;align-items:center;gap:11px;font-weight:700;font-size:15px}
body.wc-guest-landing-exact .flag{width:30px;height:30px;border-radius:8px;background:var(--panel-2);display:grid;place-items:center;font-size:16px}
body.wc-guest-landing-exact .status-on{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#34d399;background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.3);padding:6px 13px;border-radius:100px}
body.wc-guest-landing-exact .meters{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
body.wc-guest-landing-exact .meter{background:rgba(255,255,255,.03);border:1px solid var(--stroke);border-radius:14px;padding:16px}
body.wc-guest-landing-exact .meter .lbl{font-size:12px;color:var(--muted-2);font-weight:600;text-transform:uppercase;letter-spacing:.08em}
body.wc-guest-landing-exact .meter .val{font-family:'Unbounded';font-weight:700;font-size:24px;margin-top:6px}
body.wc-guest-landing-exact .meter .val small{font-size:13px;color:var(--muted);font-family:'Manrope'}
body.wc-guest-landing-exact .bars{display:flex;align-items:flex-end;gap:4px;height:34px;margin-top:10px}
body.wc-guest-landing-exact .bars span{flex:1;background:var(--grad);border-radius:3px;opacity:.85;animation:eq 1.1s ease-in-out infinite}
@keyframes eq{0%,100%{height:30%}50%{height:100%}}

/* ---------- section heading ---------- */
body.wc-guest-landing-exact .sec{padding:80px 0}
body.wc-guest-landing-exact .sec.pricing{padding:24px 0 64px}
body.wc-guest-landing-exact .sec.pricing .sec-head{margin-bottom:36px}
body.wc-guest-landing-exact .sec.pricing .sec-head p:empty{display:none}
body.wc-guest-landing-exact .sec-head{text-align:center;max-width:680px;margin:0 auto 56px}
body.wc-guest-landing-exact .sec-head h2{font-size:clamp(30px,4.5vw,48px);font-weight:700;margin:16px 0 14px}
body.wc-guest-landing-exact .sec-head p{color:var(--muted);font-size:17px;font-weight:500}

/* ---------- features ---------- */
body.wc-guest-landing-exact .features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.wc-guest-landing-exact .feat{background:var(--panel);border:1px solid var(--stroke);border-radius:var(--r);padding:30px 26px;position:relative;overflow:hidden;transition:transform .3s,border-color .3s,background .3s}
body.wc-guest-landing-exact .feat::before{content:"";position:absolute;inset:0;background:radial-gradient(400px circle at var(--mx,50%) var(--my,0%),rgba(34,211,238,.1),transparent 60%);opacity:0;transition:opacity .35s}
body.wc-guest-landing-exact .feat:hover{transform:translateY(-5px);border-color:var(--stroke-2);background:var(--panel-2)}
body.wc-guest-landing-exact .feat:hover::before{opacity:1}
body.wc-guest-landing-exact .feat .ic{width:50px;height:50px;border-radius:14px;background:linear-gradient(160deg,rgba(34,211,238,.2),rgba(59,130,246,.12));border:1px solid var(--stroke-2);display:grid;place-items:center;margin-bottom:20px;color:var(--cyan)}
body.wc-guest-landing-exact .feat .ic svg{width:24px;height:24px}
body.wc-guest-landing-exact .feat h3{font-family:'Manrope',sans-serif;font-weight:800;font-size:18.5px;margin-bottom:9px}
body.wc-guest-landing-exact .feat p{color:var(--muted);font-size:14.5px;font-weight:500}

/* ---------- pricing ---------- */
body.wc-guest-landing-exact .pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
body.wc-guest-landing-exact .plan{background:var(--panel);border:1px solid var(--stroke);border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;position:relative;transition:transform .3s,border-color .3s,background .3s;overflow:hidden;min-width:0}
body.wc-guest-landing-exact .plan:hover{transform:translateY(-6px);border-color:var(--stroke-2);background:var(--panel-2)}
body.wc-guest-landing-exact .plan.popular{border-color:rgba(34,211,238,.5);background:linear-gradient(180deg,rgba(34,211,238,.08),rgba(59,130,246,.04));box-shadow:0 0 0 1px rgba(34,211,238,.25),0 30px 70px -30px var(--glow-cyan)}
body.wc-guest-landing-exact .plan.popular::after{content:"";position:absolute;inset:0;border-radius:20px;padding:1px;background:var(--grad);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;pointer-events:none;z-index:0}
body.wc-guest-landing-exact .tag-pop{position:absolute;top:18px;right:18px;z-index:2;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:var(--grad);color:#04111e;padding:5px 11px;border-radius:100px;line-height:1.2}
body.wc-guest-landing-exact .plan .pemoji{font-size:26px;margin-bottom:14px;position:relative;z-index:1}
body.wc-guest-landing-exact .plan h3{font-family:'Manrope',sans-serif;font-weight:800;font-size:19px;margin-bottom:6px;position:relative;z-index:1}
body.wc-guest-landing-exact .plan .pdesc{color:var(--muted);font-size:13.5px;font-weight:500;min-height:40px;margin-bottom:20px;position:relative;z-index:1}
body.wc-guest-landing-exact .price{display:flex;align-items:baseline;gap:7px;margin-bottom:4px;position:relative;z-index:1}
body.wc-guest-landing-exact .price .amt{font-family:'Unbounded';font-weight:700;font-size:38px;line-height:1;letter-spacing:-.02em}
body.wc-guest-landing-exact .price .per{color:var(--muted);font-size:14px;font-weight:600;line-height:1.3}
body.wc-guest-landing-exact .price-note{font-size:12.5px;color:var(--muted-2);margin-bottom:22px;font-weight:600;position:relative;z-index:1}
body.wc-guest-landing-exact .plan ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:26px;flex:1;position:relative;z-index:1}
body.wc-guest-landing-exact .plan li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#cdd6ea}
body.wc-guest-landing-exact .plan li svg{width:16px;height:16px;color:var(--cyan);flex-shrink:0}
body.wc-guest-landing-exact .plan .btn{width:100%;margin-top:auto;align-self:stretch;box-sizing:border-box;flex-shrink:0;position:relative;z-index:1}
body.wc-guest-landing-exact .pricing-foot{text-align:center;margin-top:36px;color:var(--muted);font-size:15px;font-weight:500}
body.wc-guest-landing-exact .pricing-foot a{color:var(--cyan);font-weight:700;border-bottom:1px solid rgba(34,211,238,.4)}

/* ---------- how it works ---------- */
body.wc-guest-landing-exact .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:step}
body.wc-guest-landing-exact .step{background:var(--panel);border:1px solid var(--stroke);border-radius:var(--r);padding:32px 28px;position:relative}
body.wc-guest-landing-exact .step .num{font-family:'Unbounded';font-weight:800;font-size:15px;width:42px;height:42px;border-radius:12px;background:var(--grad);color:#04111e;display:grid;place-items:center;margin-bottom:20px;box-shadow:0 8px 24px -8px var(--glow-blue)}
body.wc-guest-landing-exact .step h3{font-family:'Manrope',sans-serif;font-weight:800;font-size:19px;margin-bottom:10px}
body.wc-guest-landing-exact .step p{color:var(--muted);font-size:14.5px;font-weight:500}
body.wc-guest-landing-exact .step-line{position:absolute;top:53px;right:-9px;width:18px;height:2px;background:var(--stroke-2);z-index:3}

/* ---------- platforms ---------- */
body.wc-guest-landing-exact .platforms{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
body.wc-guest-landing-exact .pf{display:flex;flex-direction:column;align-items:center;gap:12px;background:var(--panel);border:1px solid var(--stroke);border-radius:18px;padding:26px 30px;min-width:140px;transition:transform .25s,border-color .25s,color .25s;color:var(--muted)}
body.wc-guest-landing-exact .pf:hover{transform:translateY(-5px);border-color:var(--cyan);color:var(--text)}
body.wc-guest-landing-exact .pf svg{width:38px;height:38px}
body.wc-guest-landing-exact .pf span{font-weight:700;font-size:15px}

/* ---------- FAQ ---------- */
body.wc-guest-landing-exact .faq{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
body.wc-guest-landing-exact .qa{background:var(--panel);border:1px solid var(--stroke);border-radius:15px;overflow:hidden;transition:border-color .25s,background .25s}
body.wc-guest-landing-exact .qa[open]{border-color:var(--stroke-2);background:var(--panel-2)}
body.wc-guest-landing-exact .qa summary{list-style:none;cursor:pointer;padding:21px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700;font-size:16.5px}
body.wc-guest-landing-exact .qa summary::-webkit-details-marker{display:none}
body.wc-guest-landing-exact .qa .pm{width:26px;height:26px;flex-shrink:0;position:relative;transition:transform .3s;color:var(--cyan)}
body.wc-guest-landing-exact .qa[open] .pm{transform:rotate(45deg)}
body.wc-guest-landing-exact .qa .ans{padding:0 24px 22px;color:var(--muted);font-size:15px;font-weight:500;line-height:1.65}

/* ---------- CTA telegram ---------- */
body.wc-guest-landing-exact .cta-final{padding:70px 0 90px}
body.wc-guest-landing-exact .cta-box{background:linear-gradient(135deg,rgba(34,211,238,.12),rgba(59,130,246,.08));border:1px solid var(--stroke-2);border-radius:28px;padding:60px 48px;text-align:center;position:relative;overflow:hidden}
body.wc-guest-landing-exact .cta-box::before{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,var(--glow-cyan),transparent 70%);top:-200px;left:50%;transform:translateX(-50%);opacity:.4;filter:blur(40px)}
body.wc-guest-landing-exact .cta-box h2{font-size:clamp(28px,4vw,44px);font-weight:700;margin-bottom:16px;position:relative}
body.wc-guest-landing-exact .cta-box p{color:var(--muted);font-size:17px;font-weight:500;max-width:520px;margin:0 auto 32px;position:relative}
body.wc-guest-landing-exact .cta-box .hero-cta{margin-bottom:0}

/* ---------- footer ---------- */
body.wc-guest-landing-exact footer,
body.wc-guest-landing-exact footer.nubo-foot{border-top:1px solid var(--stroke);padding:50px 0 40px;position:relative;z-index:2}
body.wc-guest-landing-exact .foot-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:36px}
body.wc-guest-landing-exact .foot-brand{max-width:300px}
body.wc-guest-landing-exact .foot-brand p{color:var(--muted);font-size:14px;margin-top:14px;font-weight:500}
body.wc-guest-landing-exact .foot-cols{display:flex;gap:64px;flex-wrap:wrap}
body.wc-guest-landing-exact .fcol h4{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-2);margin-bottom:16px;font-weight:700}
body.wc-guest-landing-exact .fcol a{display:block;color:var(--muted);font-size:14.5px;font-weight:500;margin-bottom:11px;transition:color .2s}
body.wc-guest-landing-exact .fcol a:hover{color:var(--cyan)}
body.wc-guest-landing-exact .foot-bot{border-top:1px solid var(--stroke);padding-top:26px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--muted-2);font-size:13.5px}

/* ---------- reveal anim ---------- */
body.wc-guest-landing-exact .reveal{opacity:0}
body.wc-guest-landing-exact .reveal.in{animation:revealIn .7s cubic-bezier(.16,1,.3,1) forwards}
@keyframes revealIn{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
body.wc-guest-landing-exact .reveal.d1.in{animation-delay:.08s}
body.wc-guest-landing-exact .reveal.d2.in{animation-delay:.16s}
body.wc-guest-landing-exact .reveal.d3.in{animation-delay:.24s}
body.wc-guest-landing-exact .reveal.d4.in{animation-delay:.32s}
body.wc-guest-landing-exact .reveal.shown{opacity:1!important;transform:none!important;animation:none!important}
/* Keep main content blocks visible without waiting for scroll-reveal JS */
body.wc-guest-landing-exact #pricing .reveal,
body.wc-guest-landing-exact #pricing ~ section .reveal,
body.wc-guest-landing-exact #pricing ~ .cta-final .reveal{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
@media (prefers-reduced-motion:reduce){
  body.wc-guest-landing-exact .reveal{opacity:1!important;animation:none!important}
  body.wc-guest-landing-exact .aurora,
  body.wc-guest-landing-exact .bars span,
  body.wc-guest-landing-exact .dot{animation:none}
}
@media (max-width: 767px), (hover: none) and (pointer: coarse) {
  body.wc-guest-landing-exact .aurora {
    animation: none !important;
    opacity: 0.28;
    filter: blur(42px);
    will-change: auto;
    mix-blend-mode: normal;
  }
  body.wc-guest-landing-exact .noise { display: none !important; }
  body.wc-guest-landing-exact .grid-fx { opacity: 0.35; }
  body.wc-guest-landing-exact header.scrolled {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(5, 8, 16, 0.94) !important;
  }
  body.wc-guest-landing-exact .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ---------- responsive ---------- */
@media(max-width:1024px){
  body.wc-guest-landing-exact .features, body.wc-guest-landing-exact .steps{grid-template-columns:1fr 1fr}
  body.wc-guest-landing-exact .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.wc-guest-landing-exact .step-line{display:none}
}
@media(max-width:767px){
  body.wc-guest-landing-exact .features, body.wc-guest-landing-exact .steps, body.wc-guest-landing-exact .pricing-grid{grid-template-columns:1fr}
  body.wc-guest-landing-exact .pricing-grid{gap:10px}
  body.wc-guest-landing-exact .plan{padding:18px}
  body.wc-guest-landing-exact .feat{padding:20px 18px}
  body.wc-guest-landing-exact .features{gap:10px}
}
@media(max-width:760px){
  body.wc-guest-landing-exact header{padding-top:env(safe-area-inset-top,0px)}
  body.wc-guest-landing-exact .nav-links{display:none}
  body.wc-guest-landing-exact .menu-btn{display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;flex-shrink:0}
  body.wc-guest-landing-exact .nav-cta .btn-ghost{display:none}
  body.wc-guest-landing-exact .nav{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand cta";
    align-items:center;
    padding:10px 16px;
    gap:8px 10px;
    max-width:100%
  }
  body.wc-guest-landing-exact .brand{
    grid-area:brand;
    font-size:15px;
    min-width:0;
    flex-shrink:1;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
  }
  body.wc-guest-landing-exact .logo{width:36px;height:36px;flex-shrink:0}
  body.wc-guest-landing-exact .nav-cta{
    grid-area:cta;
    justify-self:end;
    gap:6px;
    flex-shrink:0;
    align-items:center
  }
  body.wc-guest-landing-exact .nav-cta .btn-sm{min-height:44px;padding:9px 12px;font-size:13px}
  body.wc-guest-landing-exact .nubo-locale-btn{min-height:44px;min-width:44px;padding:0 10px!important}
  body.wc-guest-landing-exact .hero{padding:calc(96px + env(safe-area-inset-top,0px)) 0 16px}
  body.wc-guest-landing-exact .sec.pricing{padding:16px 0 40px}
  body.wc-guest-landing-exact .meters{grid-template-columns:1fr 1fr}
  body.wc-guest-landing-exact .meters .meter:last-child{grid-column:1/-1}
}
@media(max-width:560px){
  body.wc-guest-landing-exact .brand{font-size:14px;gap:6px}
  body.wc-guest-landing-exact .nav-cta{gap:4px}
  body.wc-guest-landing-exact .nav-cta .btn-sm:not(.nubo-locale-btn){padding:9px 10px;font-size:12.5px}
  body.wc-guest-landing-exact .nubo-locale-btn{padding:0 8px!important;font-size:11px!important}
  body.wc-guest-landing-exact .wrap{padding:0 16px;max-width:100%}
  body.wc-guest-landing-exact .features, body.wc-guest-landing-exact .steps, body.wc-guest-landing-exact .pricing-grid{grid-template-columns:1fr}
  body.wc-guest-landing-exact .sec{padding:48px 0}
  body.wc-guest-landing-exact .cta-box{padding:44px 20px}
  body.wc-guest-landing-exact .hero{padding:100px 0 12px}
  body.wc-guest-landing-exact .sec.pricing{padding:12px 0 36px}
  body.wc-guest-landing-exact .sec.pricing .sec-head{margin-bottom:28px}
  body.wc-guest-landing-exact .hero-cta{flex-direction:column;align-items:stretch}
  body.wc-guest-landing-exact .hero-cta .btn,
  body.wc-guest-landing-exact .hero-cta form.hero-trial-form{width:100%}
  body.wc-guest-landing-exact .hero-cta form.hero-trial-form{display:block!important}
  body.wc-guest-landing-exact .pricing-grid{gap:10px}
  body.wc-guest-landing-exact .plan{padding:18px}
  body.wc-guest-landing-exact .plan .btn{white-space:normal;text-align:center}
  body.wc-guest-landing-exact .cta-box .hero-cta{flex-direction:column;align-items:stretch}
  body.wc-guest-landing-exact .cta-box .hero-cta .btn{width:100%}
  body.wc-guest-landing-exact .platforms{gap:10px}
  body.wc-guest-landing-exact .pf{min-width:calc(50% - 10px);flex:1 1 calc(50% - 10px);padding:20px 16px}
  body.wc-guest-landing-exact .foot-cols{gap:32px}
  body.wc-guest-landing-exact .qa summary{padding:18px 18px;line-height:1.4;align-items:flex-start;min-height:48px;-webkit-tap-highlight-color:transparent}
  body.wc-guest-landing-exact .qa .pm{margin-top:2px}
  body.wc-guest-landing-exact #faq{scroll-margin-bottom:calc(80px + env(safe-area-inset-bottom))}
  body.wc-guest-landing-exact .feat .ic{width:44px;height:44px;margin-bottom:14px}
}

/* ---------- typography shield (block nexus/design_port overrides) ---------- */
body.wc-guest-landing-exact,
body.wc-guest-landing-exact.nexus-body,
body.wc-guest-landing-exact.m2-body {
  font-family: 'Manrope', system-ui, sans-serif !important;
  color: #eef2fb !important;
  line-height: 1.55 !important;
  -webkit-font-smoothing: antialiased;
}
body.wc-guest-landing-exact h1,
body.wc-guest-landing-exact h2,
body.wc-guest-landing-exact h3,
body.wc-guest-landing-exact .display {
  font-family: 'Unbounded', sans-serif !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}
body.wc-guest-landing-exact .feat h3,
body.wc-guest-landing-exact .plan h3,
body.wc-guest-landing-exact .step h3 {
  font-family: 'Manrope', sans-serif !important;
}
body.wc-guest-landing-exact .brand,
body.wc-guest-landing-exact .meter .val,
body.wc-guest-landing-exact .price .amt,
body.wc-guest-landing-exact .step .num {
  font-family: 'Unbounded', sans-serif !important;
}
body.wc-guest-landing-exact .btn,
body.wc-guest-landing-exact .meter .val small {
  font-family: 'Manrope', sans-serif !important;
}

/* trial modals + sticky CTA on exact guest landing */
body.wc-guest-landing-exact .fst-sticky-trial-cta {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent 0%, rgba(5, 8, 16, 0.92) 35%, rgba(5, 8, 16, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}
body.wc-guest-landing-exact .fst-sticky-trial-cta .btn,
body.wc-guest-landing-exact .fst-sticky-trial-cta .nx-btn {
  pointer-events: auto;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  border-radius: 15px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 16.5px;
  background: var(--grad);
  color: #04111e;
  border: none;
  box-shadow: 0 8px 28px rgba(34, 211, 238, 0.28);
  display: flex;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s;
}
body.wc-guest-landing-exact .fst-sticky-trial-cta .btn:hover,
body.wc-guest-landing-exact .fst-sticky-trial-cta .nx-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px var(--glow-cyan), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 560px) {
  body.wc-guest-landing-exact:has(#fst-sticky-trial-cta) {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
  body.wc-guest-landing-exact:has(#fst-sticky-trial-cta) .cta-final {
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
  body.wc-guest-landing-exact:has(#fst-sticky-trial-cta) footer {
    padding-bottom: calc(40px + env(safe-area-inset-bottom));
  }
  body.wc-guest-landing-exact .fst-sticky-trial-cta { display: block; }
}

body.wc-guest-landing-exact {
  background: var(--bg) !important;
  cursor: auto !important;
}

/* ---------- trial modals (standalone — no custom.css) ---------- */
body.wc-guest-landing-exact .fst-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
  padding: 16px;
  backdrop-filter: blur(4px);
}
body.wc-guest-landing-exact .fst-modal-overlay.is-open { display: flex; }
body.wc-guest-landing-exact .fst-modal-box {
  background: rgba(10, 16, 30, 0.97);
  border: 1px solid var(--stroke-2);
  border-radius: 20px;
  padding: 26px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
body.wc-guest-landing-exact .fst-onboarding-modal { max-width: 480px; }
body.wc-guest-landing-exact .fst-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.wc-guest-landing-exact .fst-modal-head h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  color: var(--text);
}
body.wc-guest-landing-exact .fst-modal-close {
  background: var(--panel);
  border: 1px solid var(--stroke);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--muted);
  font-size: 18px;
  font-family: 'Manrope', sans-serif;
}
body.wc-guest-landing-exact .fst-modal-close:hover {
  background: var(--panel-2);
  color: var(--text);
}
body.wc-guest-landing-exact .nx-btn,
body.wc-guest-landing-exact .nx-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 13px;
  padding: 12px 22px;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s, background 0.2s, border-color 0.2s;
}
body.wc-guest-landing-exact button.nx-btn,
body.wc-guest-landing-exact button.nx-btn-ghost {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
}
body.wc-guest-landing-exact .nx-btn {
  background: var(--grad);
  color: #04111e;
  box-shadow: 0 8px 30px -8px var(--glow-blue), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
body.wc-guest-landing-exact .nx-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px -8px var(--glow-cyan), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
body.wc-guest-landing-exact .nx-btn:active {
  transform: scale(0.97);
}
body.wc-guest-landing-exact .nx-btn-ghost {
  background: var(--panel);
  color: var(--text);
  border-color: var(--stroke-2);
}
body.wc-guest-landing-exact .nx-btn-ghost:hover {
  background: var(--panel-2);
  border-color: var(--cyan);
  transform: translateY(-2px);
}
body.wc-guest-landing-exact .nx-btn-sm {
  padding: 9px 16px;
  font-size: 13.5px;
  border-radius: 11px;
}
body.wc-guest-landing-exact .nx-btn-full { width: 100%; }
body.wc-guest-landing-exact .fst-modal-text {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
  line-height: 1.55;
}
body.wc-guest-landing-exact .fst-modal-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
body.wc-guest-landing-exact .nx-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.wc-guest-landing-exact .nx-field input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--stroke);
  border-radius: 11px;
  padding: 11px 14px;
  color: var(--text);
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  outline: none;
  width: 100%;
}
body.wc-guest-landing-exact .nx-notice {
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 12px;
}
body.wc-guest-landing-exact .nx-notice-success {
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.3);
  color: #86efac;
}
body.wc-guest-landing-exact .nx-notice-info {
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.25);
  color: #a5f3fc;
}
body.wc-guest-landing-exact .fst-onboarding-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
body.wc-guest-landing-exact .fst-onboarding-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
body.wc-guest-landing-exact .fst-onboarding-step.is-done {
  color: var(--text);
  font-weight: 600;
}
body.wc-guest-landing-exact .fst-onboarding-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.22);
}
body.wc-guest-landing-exact .fst-onboarding-step-body { flex: 1; min-width: 0; }
body.wc-guest-landing-exact .fst-onboarding-copy-hint {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted-2);
}
body.wc-guest-landing-exact .fst-onboarding-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
