:root{
  --bg:#02060d;
  --panel:#07111d;
  --panel2:#091724;
  --text:#f7f8fb;
  --muted:#c7cbd3;
  --blue:#0d8cff;
  --blue2:#38b6ff;
  --green:#7ccf19;
  --green2:#98ee1f;
  --line:rgba(255,255,255,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#02060d;
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.shell{width:min(1180px,calc(100% - 56px));margin:0 auto}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(2,6,13,.96);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.header-inner{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.logo-link img{
  width:350px;
  height:auto;
  object-fit:contain;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:39px;
  font-size:13px;
  font-weight:700;
}
.main-nav a{
  position:relative;
  padding:14px 0;
}
.main-nav a.active{
  color:#36a8ff;
}
.main-nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:1px;
  height:2px;
  background:#0e8fff;
}
.nav-button{
  border:1px solid #208ff5;
  border-radius:5px;
  padding:14px 24px !important;
}
.nav-button::after{display:none !important}

.menu-toggle{
  display:none;
  width:50px;height:50px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:rgba(255,255,255,.03);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
}
.menu-toggle span{width:24px;height:2px;background:white;border-radius:20px}

/* Hero */
.hero{
  position:relative;
  min-height:460px;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 40%,rgba(0,104,255,.11),transparent 35%),
    #02060d;
}
.hero-inner{
  min-height:460px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:4;
}
.hero-copy{
  width:47%;
  padding:40px 0 42px;
}
.hero h1{
  margin:0;
  font-size:clamp(38px,4.25vw,61px);
  line-height:1.06;
  letter-spacing:-.04em;
  font-weight:900;
}
.hero h1 span{color:#0585ff}
.blue-rule{
  width:45px;
  height:3px;
  margin:21px 0;
  background:#0a91ff;
}
.hero-copy p{
  margin:0;
  max-width:510px;
  color:#e6e8ec;
  font-size:16px;
  line-height:1.55;
}
.outline-button{
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:27px;
  padding:10px 18px;
  border:1px solid #0c8dfc;
  border-radius:5px;
  font-size:13px;
  font-weight:800;
}
.circle-arrow{
  width:27px;height:27px;
  border:1px solid #0c8dfc;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#0c8dfc;
}
.hero-globe{
  position:absolute;
  z-index:1;
  width:640px;
  right:-5px;
  top:0;
  pointer-events:none;
}
.hero-globe img{
  width:100%;
  mix-blend-mode:screen;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 10%,#000 27%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.55) 10%,#000 27%,#000 100%);
}

/* Weather */
.products{padding:28px 0 22px}
.weather-card{
  min-height:430px;
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid rgba(255,255,255,.35);
  border-radius:14px;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 50%,rgba(104,220,18,.12),transparent 28%),
    linear-gradient(130deg,#08111a,#03080d 58%,#061208);
}
.weather-copy{
  align-self:center;
  padding:44px 58px;
}
.green-kicker{
  margin:0 0 17px;
  color:#8fe21d;
  font-size:14px;
  font-weight:800;
}
.weather-copy h2{
  margin:0;
  font-size:clamp(38px,4.3vw,58px);
  line-height:.98;
  letter-spacing:-.04em;
}
.weather-copy h2 span{color:#82dc16}
.weather-copy h3{
  margin:19px 0 0;
  font-size:27px;
  font-style:italic;
}
.green-rule{
  width:62px;height:2px;
  margin:17px 0;
  background:#79d81b;
}
.weather-description{
  max-width:420px;
  margin:0;
  color:#f0f1f2;
  font-size:17px;
  line-height:1.55;
}
.coming-soon{
  display:inline-block;
  margin-top:28px;
  padding:13px 24px;
  border:1px solid #80d81b;
  border-radius:5px;
  color:#83da1c;
  font-size:13px;
  font-weight:800;
}
.weather-visual{
  position:relative;
  display:grid;
  place-items:center;
  min-height:430px;
}
.weather-visual img{
  position:relative;
  z-index:4;
  max-height:430px;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 22px 28px rgba(0,0,0,.48));
}
.radar-ring{
  position:absolute;
  border:1px solid rgba(117,233,28,.35);
  border-radius:50%;
}
.ring1{width:300px;height:300px}
.ring2{width:240px;height:240px}
.ring3{width:180px;height:180px}
.radar-glow{
  position:absolute;
  width:360px;height:360px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(114,239,24,.22),transparent 70%);
}

/* About */
.about{
  padding:18px 0 24px;
}
.about-grid{
  display:grid;
  grid-template-columns:.43fr .57fr;
  min-height:255px;
  align-items:center;
}
.about-art{
  position:relative;
  min-height:250px;
  display:grid;
  place-items:center;
}
.about-art img{
  position:relative;
  z-index:3;
  width:345px;
  mix-blend-mode:screen;
}
.about-light{
  position:absolute;
  width:370px;height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,143,255,.22),transparent 68%);
}
.blue-kicker{
  margin:0 0 13px;
  color:#2c9ffc;
  font-size:13px;
}
.about-copy h2{
  margin:0;
  font-size:36px;
  line-height:1.06;
}
.about-copy p:last-child{
  max-width:580px;
  margin:0;
  color:#eceef1;
  font-size:16px;
  line-height:1.55;
}

/* Contact */
.contact{padding:16px 0 28px}

.contact-panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:42px;
  align-items:start;
  padding:34px 38px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:14px;
  background:
    radial-gradient(circle at 86% 20%,rgba(13,140,255,.10),transparent 30%),
    linear-gradient(115deg,#08111b,#050b12);
}

.contact-intro{
  padding:4px 0;
}

.contact-intro .mail-icon{
  margin-bottom:18px;
}

.contact-intro h2{
  margin:0 0 12px;
  font-size:30px;
  line-height:1.08;
}

.contact-intro > p:last-child{
  margin:0;
  color:#d9dde5;
  font-size:15px;
  line-height:1.58;
}

.contact-form{
  display:grid;
  gap:16px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.form-field{
  display:grid;
  gap:7px;
}

.form-field label{
  color:#a9c9e6;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}

.form-field input,
.form-field textarea{
  width:100%;
  border:1px solid rgba(52,161,255,.34);
  border-radius:7px;
  background:#030a12;
  color:#fff;
  padding:13px 14px;
  outline:none;
  transition:border-color .2s ease,box-shadow .2s ease;
}

.form-field textarea{
  resize:vertical;
  min-height:132px;
}

.form-field input:focus,
.form-field textarea:focus{
  border-color:#1499ff;
  box-shadow:0 0 0 3px rgba(20,153,255,.10);
}

.contact-submit{
  justify-self:start;
  min-height:48px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #138ff8;
  border-radius:6px;
  background:rgba(13,140,255,.08);
  color:#2da7ff;
  cursor:pointer;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}

.contact-submit:hover{
  background:rgba(13,140,255,.15);
}

.honeypot{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Footer */
.site-footer{
  padding:20px 0 24px;
  border-top:1px solid rgba(255,255,255,.06);
  background:#02060d;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.65fr repeat(4,1fr);
  gap:38px;
}
.footer-brand img{
  width:235px;
}
.footer-brand p{
  color:#adb3be;
  font-size:12px;
  line-height:1.5;
}
.footer-column{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-column h3{
  margin:0 0 4px;
  color:#2c9ffb;
  font-size:12px;
}
.footer-column a,
.footer-column span{
  color:#d9dce1;
  font-size:12px;
}
.footer-bottom{
  margin-top:20px;
  color:#9aa1ac;
  font-size:11px;
}

/* Legal pages */
.legal-main{padding:70px 0 90px}
.legal-card{
  max-width:880px;
  padding:44px;
  margin:auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:#07111c;
}
.legal-card h1{font-size:46px;margin:0 0 12px}
.legal-card h2{margin-top:30px}
.legal-card p,.legal-card li{color:#c8ced8;line-height:1.7}
.legal-card a{color:#29a4ff}

/* Tablet */
@media (max-width:900px){
  .header-inner{min-height:82px}
  .logo-link img{width:265px}
  .main-nav{gap:20px}
  .hero-globe{right:-240px}
  .hero-copy{width:58%}
  .weather-copy{padding:40px}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

/* Mobile */
@media (max-width:720px){
  .shell{width:calc(100% - 30px)}
  .header-inner{min-height:76px}
  .logo-link img{width:225px}
  .menu-toggle{display:flex}
  .main-nav{
    display:none;
    position:absolute;
    top:76px;
    left:15px;
    right:15px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
    background:#030912;
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:13px}
  .nav-button{text-align:center}

  .hero{
    min-height:715px;
  }
  .hero-inner{
    min-height:715px;
    display:block;
  }
  .hero-copy{
    width:100%;
    padding:70px 0 250px;
  }
  .hero h1{
    font-size:44px;
    line-height:1.03;
  }
  .hero-copy p{
    font-size:16px;
    max-width:95%;
  }
  .hero-globe{
    width:470px;
    right:-210px;
    top:345px;
  }

  .products{padding-top:22px}
  .weather-card{
    grid-template-columns:1fr;
  }
  .weather-copy{
    padding:35px 28px 10px;
  }
  .weather-copy h2{
    font-size:45px;
  }
  .weather-copy h3{
    font-size:22px;
  }
  .weather-visual{
    min-height:430px;
    padding:10px 15px 26px;
  }
  .weather-visual img{
    max-height:400px;
    max-width:92%;
  }
  .ring1{width:260px;height:260px}
  .ring2{width:210px;height:210px}
  .ring3{width:155px;height:155px}
  .radar-glow{width:300px;height:300px}

  .about-grid{
    grid-template-columns:1fr;
  }
  .about-art{
    min-height:230px;
  }
  .about-art img{
    width:280px;
  }
  .about-copy h2{
    font-size:38px;
  }
  .about-copy{
    padding-bottom:22px;
  }


  .contact-panel{
    grid-template-columns:1fr;
    gap:26px;
    padding:28px 22px;
  }

  .contact-intro h2{
    font-size:30px;
  }

  .form-row{
    grid-template-columns:1fr;
  }

  .contact-submit{
    width:100%;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
  .footer-brand{
    grid-column:1/-1;
  }
}

@media (max-width:430px){
  .shell{width:calc(100% - 26px)}
  .logo-link img{width:205px}
  .hero{min-height:690px}
  .hero-inner{min-height:690px}
  .hero-copy{padding-top:58px;padding-bottom:230px}
  .hero h1{font-size:40px}
  .hero-globe{width:420px;right:-190px;top:360px}
  .weather-copy h2{font-size:41px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}

/* iPhone/mobile globe visibility correction */
@media (max-width:720px){
  .hero{min-height:780px;}
  .hero-inner{min-height:780px;}
  .hero-copy{padding:58px 0 335px;}
  .hero-globe{
    width:min(470px,112vw);
    right:-55px;
    top:390px;
    opacity:.98;
  }
  .hero-globe img{
    width:100%;
    height:auto;
    display:block;
    mix-blend-mode:screen;
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 8%,#000 24%,#000 100%);
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 8%,#000 24%,#000 100%);
  }
}

@media (max-width:430px){
  .hero{min-height:765px;}
  .hero-inner{min-height:765px;}
  .hero-copy{padding-top:55px;padding-bottom:330px;}
  .hero-globe{
    width:410px;
    right:-45px;
    top:400px;
  }
}

@media (max-width:380px){
  .hero-globe{
    width:385px;
    right:-45px;
    top:410px;
  }
}


/* Contact form submission feedback */
.contact-submit:disabled{
  cursor:wait;
  opacity:.72;
}

.contact-submit.is-sending{
  background:rgba(13,140,255,.14);
}

.form-status{
  min-height:22px;
  margin:0;
  font-size:14px;
  line-height:1.5;
  font-weight:700;
}

.form-status:empty{
  min-height:0;
}

.form-status.success{
  color:#7ee69a;
}

.form-status.error{
  color:#ff9292;
}
