:root{
  --bg:#000817;
  --bg2:#00152c;
  --blue:#066dcf;
  --gold:#f6b438;
  --text:#ffffff;
  --muted:#cbd7e8;
  --line:rgba(246,180,56,.42);
  --card:rgba(0,13,34,.78);
  --card2:rgba(1,23,54,.72);
  --radius:28px;
  --shadow:0 24px 80px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(6,109,207,.28), transparent 34rem),
    radial-gradient(circle at 90% 20%, rgba(246,180,56,.13), transparent 30rem),
    linear-gradient(180deg,#000817 0%,#001124 52%,#000817 100%);
  line-height:1.5;
}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1120px, calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#000;padding:8px 12px;border-radius:8px;z-index:99}
.skip-link:focus{left:8px}
.topbar{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(0,8,23,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(246,180,56,.24);
}
.topbar__inner{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:9px 20px;
  color:#eef5ff;
  font-size:14px;
  font-weight:650;
}
.topbar__item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.topbar__item svg{width:18px;height:18px;fill:none;stroke:var(--gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.topbar__sep{width:1px;height:18px;background:var(--line)}
.topbar__time{color:var(--gold);font-variant-numeric:tabular-nums}
.hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  border-bottom:1px solid rgba(246,180,56,.16);
  isolation:isolate;
}
.hero__bg,.hero__bg img{position:absolute;inset:0;width:100%;height:100%;z-index:-2}
.hero__bg img{object-fit:cover;object-position:center}
.hero__overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg, rgba(0,8,23,.98) 0%, rgba(0,8,23,.82) 34%, rgba(0,8,23,.24) 72%, rgba(0,8,23,.12) 100%),
    linear-gradient(180deg, rgba(0,8,23,.36) 0%, rgba(0,8,23,.12) 52%, rgba(0,8,23,.98) 100%);
}
.hero__content{
  min-height:720px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:72px 0 86px;
}
.brand-logo{width:min(360px,70vw);margin:0 0 32px;filter:drop-shadow(0 16px 28px rgba(0,0,0,.45))}
.eyebrow{
  margin:0 0 10px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:800;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:720px;
  margin-bottom:22px;
  font-size:clamp(2.55rem,6vw,5.2rem);
  line-height:.98;
  letter-spacing:-.07em;
  text-transform:uppercase;
  text-wrap:balance;
}
h1 span{display:block;color:var(--gold)}
.hero__text{
  max-width:680px;
  color:#e9f2ff;
  font-size:clamp(1rem,1.6vw,1.32rem);
  margin-bottom:30px;
}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  gap:10px;
  padding:12px 20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(0,8,23,.58);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.btn:hover,.btn:focus-visible{transform:translateY(-2px);border-color:var(--gold);background:rgba(246,180,56,.12);outline:none}
.btn--primary{background:linear-gradient(135deg,#f6b438,#ffd777);color:#051021;border-color:transparent}
.section{padding:84px 0}
.section__heading{text-align:center;margin-bottom:42px}
.section__heading h2{
  margin:0;
  font-size:clamp(1.8rem,3.6vw,3rem);
  text-transform:uppercase;
  letter-spacing:-.04em;
}
.section__heading:after{
  content:"";
  display:block;
  width:80px;
  height:3px;
  margin:18px auto 0;
  background:var(--gold);
  border-radius:999px;
}
.services{background:linear-gradient(180deg, rgba(0,8,23,.1), rgba(0,8,23,.55))}
.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{
  min-height:100%;
  padding:32px 30px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,var(--card),rgba(0,8,23,.68));
  box-shadow:var(--shadow);
}
.service-card__icon{
  width:72px;height:72px;
  display:grid;place-items:center;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(246,180,56,.07);
  margin-bottom:22px;
}
.service-card__icon svg,.compact svg,.contact-card svg{
  fill:none;stroke:var(--gold);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;
}
.service-card__icon svg{width:42px;height:42px}
.service-card h3{
  margin-bottom:12px;
  font-size:1.45rem;
  letter-spacing:-.03em;
}
.service-card p{color:#e8f2ff;margin-bottom:22px}
ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
li{position:relative;padding-left:30px;color:#eef6ff;font-size:.97rem}
li:before{
  content:"✓";
  position:absolute;left:0;top:.02rem;
  width:18px;height:18px;
  border:1px solid var(--gold);
  border-radius:50%;
  display:grid;place-items:center;
  color:var(--gold);
  font-size:.74rem;
  font-weight:900;
}
.compact{padding-top:0}
.compact__box{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,var(--card2),rgba(0,8,23,.66));
  box-shadow:var(--shadow);
  overflow:hidden;
}
.compact article{padding:28px 26px;text-align:center;border-right:1px solid var(--line)}
.compact article:last-child{border-right:0}
.compact svg{width:44px;height:44px;margin:0 auto 14px}
.compact h3{margin-bottom:9px;text-transform:uppercase;font-size:1rem;color:var(--gold)}
.compact p{margin:0;color:#d8e6f6;font-size:.95rem}
.contact{padding-top:0}
.contact__box{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(1,23,54,.82),rgba(0,8,23,.76));
  padding:42px 34px;
  box-shadow:var(--shadow);
}
.contact__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.contact-card{
  text-align:center;
  padding:22px 14px;
  border-right:1px solid var(--line);
}
.contact-card:last-child{border-right:0}
.contact-card svg{width:52px;height:52px;margin:0 auto 18px}
.contact-card h3{font-size:1.05rem;text-transform:uppercase;margin-bottom:10px}
.contact-card p{min-height:48px;margin-bottom:18px;color:#eef5ff;word-break:break-word}
.contact-card a{
  display:inline-flex;
  justify-content:center;
  min-width:154px;
  padding:10px 14px;
  border:1px solid var(--gold);
  border-radius:8px;
  color:var(--gold);
  text-decoration:none;
  font-weight:800;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.contact-card a:hover,.contact-card a:focus-visible{background:var(--gold);color:#051021;transform:translateY(-2px);outline:none}
.footer{
  border-top:1px solid var(--line);
  padding:46px 0 34px;
  text-align:center;
  color:#d8e4f2;
}
.footer img{width:220px;margin:0 auto 10px;filter:drop-shadow(0 14px 20px rgba(0,0,0,.35))}
.footer p{margin-bottom:8px}
.footer__copy{color:#91a1b8;font-size:.94rem}
@media (max-width:980px){
  .hero,.hero__content{min-height:680px}
  .hero__overlay{background:linear-gradient(90deg,rgba(0,8,23,.97),rgba(0,8,23,.76) 62%,rgba(0,8,23,.34)),linear-gradient(180deg,rgba(0,8,23,.18),rgba(0,8,23,.96))}
  .services__grid{grid-template-columns:1fr}
  .compact__box,.contact__grid{grid-template-columns:repeat(2,1fr)}
  .compact article:nth-child(2){border-right:0}
  .compact article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .contact-card:nth-child(2){border-right:0}
  .contact-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media (max-width:640px){
  .container{width:min(100% - 28px,1120px)}
  .topbar__inner{flex-wrap:wrap;gap:8px 12px;font-size:12px}
  .topbar__sep{display:none}
  .hero,.hero__content{min-height:620px}
  .hero__content{padding:56px 0 64px}
  .brand-logo{width:min(290px,82vw);margin-bottom:24px}
  h1{font-size:clamp(2.25rem,13vw,4rem)}
  .hero__actions{width:100%}
  .btn{flex:1 1 46%;padding-inline:14px}
  .section{padding:58px 0}
  .service-card{padding:26px 22px}
  .compact__box,.contact__grid{grid-template-columns:1fr}
  .compact article,.contact-card{border-right:0;border-bottom:1px solid var(--line)}
  .compact article:last-child,.contact-card:last-child{border-bottom:0}
  .contact__box{padding:34px 20px}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}
