
:root{
  --navy:#020a2b;
  --navy2:#071d56;
  --gold:#d6a33a;
  --gold2:#f1cf73;
  --cream:#fff7e3;
  --text:#142033;
  --muted:#667085;
  --white:#ffffff;
  --border:#e6dcc4;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
.container{width:min(1160px,92%);margin:auto}

.header{
  background:rgba(2,10,43,.96);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(214,163,58,.35);
  backdrop-filter:blur(12px);
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:92px;
  gap:28px;
}
.logo-wrap img{width:215px;display:block}
nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
nav a{
  color:var(--cream);
  text-decoration:none;
  font-weight:700;
  font-size:15px;
}
.nav-cta{
  border:1px solid var(--gold);
  border-radius:999px;
  padding:10px 18px;
}

.hero{
  background:
    radial-gradient(circle at 70% 10%, rgba(50,95,170,.42), transparent 34%),
    linear-gradient(135deg, #020720, #061845 56%, #020720);
  color:#fff;
  padding:88px 0 96px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:60px;
  align-items:center;
}
.kicker{
  color:var(--gold2);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:13px;
  margin:0 0 14px;
}
h1{
  font-size:clamp(42px,6.5vw,76px);
  line-height:1;
  margin:0 0 24px;
  letter-spacing:-.04em;
}
h2{
  font-size:clamp(31px,4.2vw,50px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:0 0 22px;
}
h3{margin:0 0 10px;color:var(--navy)}
.lead{
  font-size:21px;
  color:#e8edf8;
  max-width:720px;
}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 18px}
.btn{
  display:inline-block;
  text-decoration:none;
  padding:14px 22px;
  border-radius:999px;
  font-weight:800;
}
.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:var(--navy)}
.ghost{border:1px solid rgba(255,255,255,.42);color:#fff}
.regulated{color:#f3df9f;font-weight:700}

.hero-panel{
  border:1px solid rgba(214,163,58,.36);
  background:rgba(255,255,255,.075);
  border-radius:30px;
  padding:26px;
  box-shadow:0 25px 80px rgba(0,0,0,.32);
}
.hero-panel img{
  width:100%;
  border-radius:22px;
  display:block;
  margin-bottom:18px;
}
.panel-card{
  background:rgba(2,10,43,.65);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:20px;
}
.panel-card strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}
.panel-card span{color:#e6e0c8}

.stats{
  background:var(--cream);
  border-bottom:1px solid var(--border);
}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.stat-grid div{
  text-align:center;
  padding:30px 18px;
  border-right:1px solid var(--border);
}
.stat-grid div:last-child{border-right:0}
.stat-grid strong{display:block;color:var(--navy);font-size:22px}
.stat-grid span{color:var(--muted)}

.section{padding:86px 0}
.section-intro{color:var(--muted);max-width:760px;font-size:18px;margin-bottom:34px}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.service-grid article,.price-card,.check-card,.contact-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 48px rgba(2,10,43,.07);
}
.service-grid p,.price-card p,.about p,.contact-card p{color:var(--muted)}

.dark{
  background:linear-gradient(135deg,#020720,#061846);
  color:#fff;
}
.dark h2{color:#fff}
.dark p{color:#dce4f6}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:start;
}
.check-card{
  background:rgba(255,255,255,.08);
  border-color:rgba(214,163,58,.45);
  color:#fff;
}
.check-card ul{margin:0;padding-left:22px}
.check-card li{margin:12px 0}

.packages{background:#faf8f0}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.featured{
  border:2px solid var(--gold);
  transform:translateY(-10px);
}
.price{
  color:var(--gold)!important;
  font-size:28px;
  font-weight:900;
  margin:10px 0;
}
.about-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:48px;
  align-items:center;
}
.brand-box{
  background:var(--navy);
  border-radius:28px;
  padding:18px;
  border:1px solid var(--gold);
  box-shadow:0 25px 70px rgba(2,10,43,.16);
}
.brand-box img{
  width:100%;
  border-radius:20px;
  display:block;
}
.contact{background:var(--cream)}
.contact-card{
  max-width:850px;
  margin:auto;
  text-align:center;
}
.contact-lines{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
  margin:28px 0;
}
.contact-lines a,.contact-lines span{
  color:var(--navy);
  font-weight:800;
}
footer{
  background:#020720;
  color:var(--cream);
  padding:28px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
}

@media(max-width:860px){
  .nav{flex-direction:column;padding:16px 0}
  nav{justify-content:center;gap:14px}
  .logo-wrap img{width:190px}
  .hero{padding:60px 0}
  .hero-grid,.split,.about-grid,.service-grid,.pricing-grid,.stat-grid{
    grid-template-columns:1fr;
  }
  .stat-grid div{border-right:0;border-bottom:1px solid var(--border)}
  .featured{transform:none}
  .footer-inner{flex-direction:column;text-align:center}
}


.aat-hero-logo{
  display:block;
  max-width:300px;
  width:100%;
  background:#fff;
  padding:14px;
  border-radius:14px;
  margin-top:18px;
}
.credential-box{
  background:var(--navy);
  border-radius:28px;
  padding:28px;
  border:1px solid var(--gold);
  box-shadow:0 25px 70px rgba(2,10,43,.16);
}
.credential-card{
  background:#fff;
  border-radius:22px;
  padding:28px;
}
.credential-card h3{
  color:var(--navy);
  font-size:26px;
  margin-bottom:12px;
}
.credential-card p{
  color:var(--text);
  margin:8px 0;
}
.credential-card ul{
  margin:18px 0;
  padding-left:22px;
  color:var(--text);
}
.credential-card li{
  margin:8px 0;
}
.credential-card img{
  display:block;
  width:100%;
  max-width:420px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:14px;
  margin-top:18px;
}


.text-link{
  display:inline-block;
  margin-top:12px;
  color:var(--gold);
  font-weight:800;
  text-decoration:none;
}
.tailored-note{
  color:#fff;
  margin-top:24px;
  font-weight:700;
}
.service-page-banner{
  background:
    radial-gradient(circle at 70% 10%, rgba(50,95,170,.42), transparent 34%),
    linear-gradient(135deg, #020720, #061845 56%, #020720);
  color:#fff;
  padding:88px 0 96px;
}
.service-page-banner h1{
  max-width:900px;
}
.light-card{
  background:#fff;
  color:var(--text);
  border-color:var(--border);
}
.light-card li{
  color:var(--text);
}
.faq-section{
  background:#f8f7f3;
}
.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:28px;
}
.faq-item{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 38px rgba(2,10,43,.06);
}
.faq-item p{
  color:var(--muted);
}
@media(max-width:860px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}
