:root{
  --green:#179b42;
  --green-dark:#0a7b31;
  --green-soft:#eaf8ee;
  --ink:#07132f;
  --muted:#4f5d75;
  --border:#e6eee8;
  --shadow:0 22px 60px rgba(18,91,47,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
.container-xl{max-width:1180px}
.site-header{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);position:relative;z-index:10;border-bottom:1px solid rgba(18,91,47,.05)}
.brand-mark{width:38px;height:44px;color:var(--green);display:inline-flex}
.brand-mark svg{width:100%;height:100%}
.brand-mark-sm{width:30px;height:34px}
.brand-text{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:800;color:var(--ink);letter-spacing:-.03em}
.brand-text strong{color:var(--green)}
.login-btn{border-radius:12px;padding:.7rem 1.15rem;font-weight:700;border-width:1.5px}
.hero-section{background-image:url("../img/hero-bg.png");background-size:cover;background-position:center center;background-repeat:no-repeat;isolation:isolate}
.hero-section:after{content:"";position:absolute;inset:auto -15% -20% 35%;height:65%;background:radial-gradient(circle at center,rgba(46,189,91,.20),transparent 65%);filter:blur(10px);z-index:-1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 34%,rgba(255,255,255,.42) 57%,rgba(255,255,255,.08) 100%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(238,250,241,.30));z-index:-2}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(39,171,82,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(39,171,82,.035) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,transparent 0,#000 25%,transparent 100%);z-index:-1}.data-stream{position:absolute;height:3px;width:46vw;min-width:420px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(118,255,160,.95),#fff,rgba(43,210,95,.85),transparent);filter:drop-shadow(0 0 8px rgba(39,221,99,.95));opacity:.72;z-index:-1;animation:dataFlow 5.5s linear infinite}.stream-one{right:-8%;bottom:18%;transform:rotate(-8deg)}.stream-two{right:7%;bottom:29%;transform:rotate(7deg);animation-delay:-2.7s;opacity:.5}@keyframes dataFlow{0%{background-position:-60vw 0;transform:translateX(-4%) rotate(var(--angle,0deg));opacity:.18}45%{opacity:.88}100%{background-position:60vw 0;transform:translateX(7%) rotate(var(--angle,0deg));opacity:.18}}
.min-vh-75{min-height:720px}
.py-lg-6{padding-top:5.5rem!important;padding-bottom:5.5rem!important}
.display-title{font-size:clamp(3.35rem,7vw,6.8rem);line-height:.98;font-weight:800;letter-spacing:-.06em}
.display-title span{color:var(--green)}
.hero-lead{font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.7;color:var(--muted)}
.price-block{display:inline-block}
.price-prefix{font-weight:700;font-size:1.5rem}
.price-line{display:flex;align-items:flex-end;line-height:.85;margin:.35rem 0}
.price-value{font-size:clamp(5rem,10vw,8.8rem);font-weight:900;letter-spacing:-.08em}
.price-currency{font-size:clamp(2rem,4vw,4rem);font-weight:900;color:var(--green);margin:0 0 .55rem .65rem}
.price-period{font-size:1.8rem;font-weight:800;margin-left:3rem}
.phone-scene{position:relative;width:min(100%,560px);min-height:650px;display:grid;place-items:center}
.network-globe{position:absolute;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle at 65% 45%,rgba(63,207,105,.32),rgba(56,190,94,.1) 25%,transparent 64%);border:1px solid rgba(35,181,79,.09)}
.network-globe:before,.network-globe:after{content:"";position:absolute;inset:11%;border:1px solid rgba(41,184,84,.2);border-radius:50%;transform:rotate(24deg)}
.network-globe:after{inset:22%;transform:rotate(-38deg)}
.phone{position:relative;width:345px;height:625px;padding:12px;border-radius:48px;background:linear-gradient(145deg,#111,#3a423d 55%,#101511);box-shadow:0 35px 60px rgba(3,39,16,.32),0 0 55px rgba(37,202,87,.18);transform:rotate(4deg);z-index:2;animation:phoneFloat 5s ease-in-out infinite;will-change:transform}@keyframes phoneFloat{0%,100%{transform:translateY(0) rotate(4deg)}50%{transform:translateY(-15px) rotate(2.8deg)}}
.phone-notch{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:125px;height:28px;border-radius:20px;background:#0b0b0b;z-index:4}
.phone-screen{height:100%;border-radius:38px;background:linear-gradient(180deg,#fff,#f7fbf8);padding:40px 24px 24px;overflow:hidden}
.phone-top{font-size:.95rem;margin-bottom:45px}
.phone-menu{font-size:1.15rem}
.power-ring{width:180px;height:180px;border:8px solid var(--green);border-right-color:#6fd68c;border-radius:50%;margin:0 auto 22px;display:grid;place-items:center;box-shadow:0 0 0 12px rgba(41,182,84,.08),0 0 28px rgba(31,190,80,.24);position:relative;animation:ringPulse 2.2s ease-in-out infinite}.power-ring:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:3px solid transparent;border-top-color:#9af0b1;border-right-color:#30bd5d;animation:ringSpin 2.6s linear infinite}@keyframes ringSpin{to{transform:rotate(360deg)}}@keyframes ringPulse{0%,100%{box-shadow:0 0 0 12px rgba(41,182,84,.08),0 0 22px rgba(31,190,80,.18)}50%{box-shadow:0 0 0 18px rgba(41,182,84,.035),0 0 42px rgba(31,190,80,.33)}}
.power-ring span{font-size:4.5rem;line-height:1}
.connected{text-align:center;color:var(--green);font-weight:700;font-size:1.1rem}
.timer{text-align:center;color:#24344d;margin:.3rem 0 1rem;font-variant-numeric:tabular-nums}.live-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 1.35rem}.live-stat{background:rgba(232,248,237,.8);border:1px solid #dceee2;border-radius:13px;padding:9px 10px;text-align:center}.live-stat span{display:block;color:#758295;font-size:.72rem}.live-stat strong{display:block;color:#123224;font-size:.88rem;font-variant-numeric:tabular-nums}
.server-card{background:#fff;border:1px solid #e7eee9;padding:16px;border-radius:18px;box-shadow:0 12px 30px rgba(17,61,31,.08)}
.server-card strong,.server-card small{display:block}.server-card small{color:#7b8796}.flag{font-size:2rem}.signal{height:24px;display:flex;align-items:flex-end;gap:3px}.signal i{display:block;width:4px;border-radius:3px;background:var(--green);animation:signalBounce 1.25s ease-in-out infinite}.signal i:nth-child(1){height:7px}.signal i:nth-child(2){height:12px;animation-delay:.12s}.signal i:nth-child(3){height:17px;animation-delay:.24s}.signal i:nth-child(4){height:22px;animation-delay:.36s}@keyframes signalBounce{0%,100%{opacity:.45;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1)}}
.server-btn{width:100%;border:1px solid #dce9df;background:#f8fbf9;border-radius:14px;padding:14px;margin-top:18px;color:#1f2937}
.trial-card{background:linear-gradient(135deg,#eefaf1 0%,#f9fffb 55%,#e4f6e9 100%);border:1px solid #dfefe4;border-radius:26px;padding:clamp(1.4rem,4vw,3.4rem);box-shadow:var(--shadow);overflow:hidden;position:relative}
.trial-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(50,199,95,.11);right:-90px;top:-120px}
.trial-card h2{font-size:clamp(2.3rem,4.6vw,4.3rem);line-height:1.05;font-weight:850;letter-spacing:-.04em}
.trial-card h2 span{color:var(--green)}
.trial-card p{font-size:1.2rem;color:var(--muted);line-height:1.65}
.trial-btn{border-radius:14px;padding:1rem 1.4rem;font-weight:750;background:linear-gradient(90deg,var(--green-dark),#22b754);border:none;box-shadow:0 14px 32px rgba(24,155,66,.24)}
.shield-visual{width:320px;height:245px;margin:auto;position:relative;display:grid;place-items:center}
.shield-main{width:170px;height:190px;clip-path:polygon(50% 0,92% 17%,88% 68%,50% 100%,12% 68%,8% 17%);display:grid;place-items:center;background:linear-gradient(145deg,#45d873,#087d2d);color:#fff;font-size:6.5rem;font-weight:900;text-shadow:0 8px 16px rgba(0,0,0,.15);box-shadow:0 24px 40px rgba(15,126,47,.28);z-index:2}
.shield-orbit{position:absolute;border:2px solid rgba(26,172,70,.32);border-radius:50%;width:280px;height:105px;transform:rotate(12deg)}
.orbit-b{transform:rotate(-18deg);width:240px;height:92px}
.calendar-badge{position:absolute;right:38px;bottom:10px;background:white;border:1px solid #dcece1;border-radius:18px;padding:10px 16px;box-shadow:0 14px 26px rgba(18,91,47,.16);z-index:3;color:var(--green);display:flex;flex-direction:column;line-height:1}
.calendar-badge strong{font-size:2.5rem}.calendar-badge span{font-weight:800;margin-top:.35rem}
.section-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:850;letter-spacing:-.04em}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:2rem 1.5rem;box-shadow:0 15px 40px rgba(16,76,38,.06);transition:.25s ease}
.feature-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(16,76,38,.12)}
.feature-icon{width:76px;height:76px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;margin:0 auto 1.3rem;color:var(--green);font-size:2.4rem;font-weight:900}
.feature-card h3{font-size:1.15rem;font-weight:800;margin-bottom:.8rem}.feature-card p{color:var(--muted);line-height:1.65;margin:0}
.pb-lg-6{padding-bottom:6rem!important}
.site-footer{background:linear-gradient(180deg,#fbfffc,#f2f9f4);border-top:1px solid #e5efe8}.footer-copy{color:#667085}.support-box a{color:#4a5c6b;text-decoration:none}.support-icon{font-size:2.1rem;color:var(--green)}
.modal-content{border-radius:22px}.form-control{border-radius:12px;border-color:#dce8df}.form-control:focus{border-color:#5cc77d;box-shadow:0 0 0 .25rem rgba(34,170,75,.12)}
@media (max-width:991.98px){.min-vh-75{min-height:auto}.hero-copy{text-align:center}.price-period{margin-left:0}.phone-scene{min-height:600px}.phone{width:320px;height:580px}.display-title{font-size:clamp(3.4rem,12vw,5.4rem)}.hero-lead br{display:none!important}.trial-card{text-align:center}.support-box{justify-content:center}.site-footer{text-align:center}.site-footer .text-lg-end{text-align:center!important}}
@media (max-width:575.98px){.brand-text{font-size:1.2rem}.brand-mark{width:31px;height:36px}.login-btn{padding:.55rem .8rem}.display-title{font-size:3.3rem}.hero-lead{font-size:1rem}.price-value{font-size:5.4rem}.price-period{font-size:1.35rem}.phone-scene{min-height:520px}.phone{width:270px;height:500px;border-radius:40px}.phone-screen{border-radius:31px;padding:36px 18px 18px}.power-ring{width:145px;height:145px}.network-globe{width:460px;height:460px}.trial-card h2{font-size:2.45rem}.trial-btn{width:100%}.shield-visual{transform:scale(.85);margin:-15px auto}.feature-card{padding:1.7rem 1.2rem}}

.hero-copy>*{opacity:0;transform:translateY(24px);animation:heroReveal .8s ease forwards}.hero-copy h1{animation-delay:.12s}.hero-copy .hero-lead{animation-delay:.28s}.hero-copy .price-block{animation-delay:.45s}@keyframes heroReveal{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

/* Final visual refinements */
.login-btn{display:inline-flex;align-items:center;gap:.55rem}
.login-icon{width:20px;height:20px;flex:0 0 auto}
.hero-section{background-image:url("../img/hero-bg.jpg")}
.trial-section{padding-top:2.25rem!important;padding-bottom:2.25rem!important}
.trial-card{padding:2rem 2.4rem;border-radius:22px}
.trial-card h2{font-size:clamp(2rem,3.1vw,3rem);line-height:1.08;margin-bottom:.85rem}
.trial-card p{font-size:1.02rem;line-height:1.55;margin-bottom:1.25rem}
.shield-visual{width:270px;height:190px}
.shield-main{width:132px;height:150px;font-size:5rem}
.shield-orbit{width:230px;height:82px}
.orbit-b{width:200px;height:72px}
.calendar-badge{right:30px;bottom:2px;padding:8px 13px;border-radius:15px}
.calendar-badge strong{font-size:2rem}
.features-section{padding-top:2.6rem!important;padding-bottom:4rem!important}
.section-title{font-size:clamp(1.8rem,3vw,2.55rem);margin-bottom:2rem!important}
.feature-card{padding:1.55rem 1.15rem;border-radius:18px;min-height:260px;display:flex;flex-direction:column;justify-content:flex-start}
.feature-icon{width:64px;height:64px;margin-bottom:1rem;font-size:0}
.feature-icon svg{width:37px;height:37px}
.feature-card h3{font-size:1.05rem;margin-bottom:.65rem}
.feature-card p{font-size:.92rem;line-height:1.55}
@media (min-width:1200px){.trial-card .row{min-height:220px}.features-section .row{--bs-gutter-x:1.15rem}}
@media (max-width:991.98px){.trial-card{padding:1.75rem}.shield-visual{width:250px;height:180px}.feature-card{min-height:auto}}

/* Header and device are visually placed over the hero background */
.site-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  background:transparent;
  backdrop-filter:none;
  border-bottom:0;
  z-index:20;
}
.site-header .container-xl{padding-top:1.35rem!important}
.hero-section{padding-top:88px}
.phone-scene{transform:translateY(-24px)}
.footer-legal{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;color:#819087;font-size:.9rem}
.footer-legal a{color:#52645a;text-decoration:none}
.footer-legal a:hover{color:var(--green);text-decoration:underline}

/* Legal pages */
.legal-header{background:#fff;border-bottom:1px solid var(--border)}
.legal-page{padding:clamp(2.5rem,6vw,5.5rem) 0;background:linear-gradient(180deg,#f7fcf8,#fff)}
.legal-card{max-width:920px;margin:auto;background:#fff;border:1px solid var(--border);border-radius:24px;padding:clamp(1.5rem,4vw,3.5rem);box-shadow:var(--shadow)}
.legal-card h1{font-size:clamp(2.15rem,5vw,3.7rem);font-weight:850;letter-spacing:-.04em;margin-bottom:.35rem}
.legal-card h2{font-size:1.35rem;font-weight:800;margin-top:2rem;margin-bottom:.75rem}
.legal-card p,.legal-card li{color:var(--muted);line-height:1.72}
.legal-card a{color:var(--green-dark)}
.legal-date{font-size:.95rem;color:#839087!important;margin-bottom:2rem}

@media (max-width:991.98px){
  .site-header{position:relative;background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
  .hero-section{padding-top:0}
  .phone-scene{transform:none}
  .footer-legal{justify-content:center}
}
