
:root{
  --bg:#061120;
  --line:rgba(117,174,255,.18);
  --line-strong:rgba(137,194,255,.34);
  --text:#eef5ff;
  --muted:#b8c7db;
  --blue:#2f7cff;
  --blue-3:#123f9f;
  --success:#72f2c2;
  --shadow:0 24px 60px rgba(0,0,0,.28);
  --glow:0 0 26px rgba(82,155,255,.28);
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(98,169,255,.16), transparent 25%),
    radial-gradient(circle at 88% 20%, rgba(98,169,255,.13), transparent 22%),
    linear-gradient(180deg, #05101d 0%, #081728 44%, #061120 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed; inset:0; pointer-events:none;
  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:36px 36px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.72), rgba(0,0,0,.15));
  opacity:.16; z-index:0;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:var(--container);margin:0 auto;position:relative;z-index:2}
.section{padding:92px 0}
.section-tight{padding:72px 0}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px; border-radius:999px; border:1px solid var(--line);
  background:rgba(9,24,48,.52); color:#cde2ff; font-size:12px; font-weight:700;
  letter-spacing:1.8px; text-transform:uppercase;
}
.eyebrow::before{
  content:""; width:8px; height:8px; border-radius:50%;
  background:var(--success); box-shadow:0 0 10px rgba(114,242,194,.75);
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:54px; padding:0 22px; border-radius:14px; font-weight:700;
  border:1px solid rgba(131,187,255,.22); transition:.25s ease; cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05); white-space:nowrap;
}
.btn:hover{transform:translateY(-2px); box-shadow:0 14px 30px rgba(0,0,0,.24), var(--glow)}
.btn-primary{background:linear-gradient(180deg, var(--blue), var(--blue-3)); color:white}
.btn-secondary{background:rgba(12,26,48,.88); color:white}
.btn-outline{background:transparent; color:#d8e8ff}
header{
  position:sticky; top:0; z-index:20; backdrop-filter:blur(12px);
  background:rgba(4,10,20,.68); border-bottom:1px solid rgba(128,179,255,.1);
}
.nav{min-height:82px; display:flex; align-items:center; justify-content:space-between; gap:18px}
.brand{display:flex; align-items:center; gap:14px}
.brand-logo{width:54px; height:54px; flex:0 0 auto}
.brand-text h1{margin:0; font-size:28px; line-height:1; letter-spacing:1.6px; font-family:"Segoe UI",Arial,sans-serif}
.brand-text p{margin:4px 0 0; color:#b2c4dd; font-size:12px; letter-spacing:4px; text-transform:uppercase}
.menu{display:flex; align-items:center; gap:24px; color:#dce8f7; font-size:15px}
.menu a:hover{color:white}
.nav-actions{display:flex; align-items:center; gap:12px}
.mobile-toggle{
  display:none; width:46px; height:46px; border-radius:14px; border:1px solid var(--line);
  background:rgba(11,26,48,.82); color:white; font-size:20px; cursor:pointer;
}
.mobile-menu{display:none; padding:0 0 16px}
.mobile-menu-inner{display:grid; gap:12px; border-top:1px solid rgba(127,177,255,.12); padding-top:16px}
.mobile-menu a{padding:10px 4px; color:#dbe9fb}
.hero{position:relative; overflow:hidden; border-bottom:1px solid rgba(125,178,255,.14)}
.hero-bg{position:absolute; inset:0; z-index:1; opacity:.35; pointer-events:none}
.hero-bg img{width:100%; height:100%; object-fit:cover}
.hero-grid{
  position:relative; z-index:2;
  display:grid; grid-template-columns:1.05fr .95fr; gap:34px; align-items:center;
  min-height:780px; padding:74px 0 70px;
}
.hero-copy h2{
  margin:18px 0 18px; font-size:clamp(46px, 5.6vw, 80px); line-height:1.02;
  font-weight:800; letter-spacing:-1.6px; max-width:760px;
}
.hero-copy h2 .italic{font-style:italic; color:#dce8ff}
.hero-copy p{
  margin:0 0 30px; max-width:660px; color:var(--muted);
  line-height:1.6; font-size:clamp(18px, 2vw, 23px);
}
.hero-actions{display:flex; flex-wrap:wrap; gap:14px; margin-bottom:24px}
.hero-meta{display:flex; flex-wrap:wrap; gap:18px; color:#9eb5d5; font-size:14px}
.hero-art{position:relative; min-height:580px; display:flex; align-items:center; justify-content:center}
.hero-shield{width:min(500px, 88vw); filter:drop-shadow(0 0 34px rgba(91,164,255,.38))}
.stats{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:-36px;
  position:relative; z-index:3;
}
.stat{
  background:linear-gradient(180deg, rgba(13,29,54,.78), rgba(6,17,32,.9));
  border:1px solid var(--line); border-radius:22px; padding:24px;
  box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); text-align:center;
}
.stat strong{display:block; font-size:34px; margin-bottom:8px}
.stat span{color:var(--muted); font-size:15px}
.section-title{margin:0 0 14px; font-size:44px; letter-spacing:-.9px; text-align:center}
.section-sub{
  color:var(--muted); max-width:860px; margin:0 auto 38px; text-align:center;
  font-size:18px; line-height:1.6;
}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.card,.panel{
  background:linear-gradient(180deg, rgba(13,29,54,.72), rgba(6,17,32,.9));
  border:1px solid var(--line); border-radius:22px; padding:28px 24px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 24px 50px rgba(0,0,0,.18);
}
.card{transition:.25s ease}
.card:hover{
  transform:translateY(-6px); border-color:var(--line-strong);
  box-shadow:0 18px 40px rgba(0,0,0,.28), 0 0 18px rgba(65,144,255,.14);
}
.icon{
  width:68px; height:68px; border-radius:18px; display:grid; place-items:center;
  background:linear-gradient(180deg, rgba(34,84,188,.65), rgba(12,36,84,.92));
  border:1px solid rgba(136,194,255,.24); margin-bottom:20px;
  box-shadow:var(--glow); font-size:29px;
}
.card h3,.panel h3,.pricing h3{margin:0 0 10px; font-size:24px}
.card p,.panel p,.pricing p,.step p,.contact-item span,.form-note,details p{
  color:var(--muted); line-height:1.65;
}
.card ul,.pricing ul{margin:0; padding-left:18px; color:#d7e5f7; line-height:1.85}
.split,.contact-wrap{display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:start}
.trust-list,.contact-list,.faq{display:grid; gap:14px}
.trust-item,.contact-item{
  display:flex; gap:14px; align-items:flex-start;
  background:rgba(11,24,44,.56); border:1px solid var(--line);
  padding:18px; border-radius:18px;
}
.dot{
  width:14px; height:14px; border-radius:50%; background:var(--success);
  box-shadow:0 0 10px rgba(114,242,194,.68); margin-top:6px; flex:0 0 auto;
}
.trust-item h4,.step h4,.contact-item strong{margin:0 0 6px; font-size:19px}
.pricing-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:8px}
.pricing{
  padding:28px 24px; border-radius:22px; border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(14,32,58,.8), rgba(7,18,34,.94));
  position:relative; overflow:hidden;
}
.pricing.featured{border-color:rgba(142,191,255,.42); box-shadow:0 0 20px rgba(65,144,255,.12), var(--shadow)}
.pricing .tag{
  display:inline-block; padding:7px 12px; border-radius:999px;
  border:1px solid rgba(145,198,255,.26); background:rgba(18,44,81,.75);
  font-size:12px; letter-spacing:1px; text-transform:uppercase; color:#c8ddff; margin-bottom:16px;
}
.price{font-size:40px; font-weight:800; margin-bottom:8px}
.process{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.step{
  border-radius:20px; padding:22px; background:rgba(10,24,44,.74); border:1px solid var(--line);
}
.step strong{
  display:block; font-size:13px; color:#92c0ff; text-transform:uppercase; letter-spacing:1.4px; margin-bottom:10px;
}

.cert-title{margin-top:60px}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:14px
}
.cert-card{
  min-height:170px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(180deg, rgba(19,41,75,.78), rgba(7,18,35,.92));
  border:1px solid rgba(120,176,255,.18);
  border-radius:20px;
  padding:18px 16px 14px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.cert-logo-wrap{
  height:72px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
}
.cert-card img{
  max-height:56px;
  max-width:150px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.cert-name{
  font-size:14px;
  font-weight:700;
  color:#dceaff;
  letter-spacing:.4px;
}
@media (max-width:1080px){

  .menu,.nav-actions{display:none}
  .mobile-toggle{display:inline-grid; place-items:center}
  .mobile-menu.open{display:block}
  .hero-grid,.split,.contact-wrap{grid-template-columns:1fr}
  .hero-art{min-height:420px}
  .stats,.grid-3,.pricing-grid,.process,.cert-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .section{padding:74px 0}
  .section-tight{padding:62px 0}
  .brand-text h1{font-size:24px}
  .brand-text p{font-size:10px; letter-spacing:3px}
  .hero-grid{padding:42px 0 60px; min-height:auto}
  .hero-copy h2{font-size:44px}
  .stats,.grid-3,.pricing-grid,.process,.cert-grid,.form-row{grid-template-columns:1fr}
  .stat strong{font-size:30px}
  .section-title,.panel h3{font-size:34px}
}
