:root{
  --bg:#070c16;
  --ink:#0b1224;
  --cream:#f2efe6;
  --cream2:#e7e1d3;
  --navy:#0b1e3a;
  --navy2:#0a274d;
  --gold:#f6c453;

  --text:#eaf0ff;
  --muted:#a8b8db;
  --shadow:0 18px 55px rgba(0,0,0,.45);

  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.04);
  --border: rgba(255,255,255,.12);

  --r:18px;
  --r2:22px;
  --max:1160px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--text);
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(246,196,83,.10), transparent 60%),
    radial-gradient(900px 520px at 85% 20%, rgba(90,140,255,.10), transparent 60%),
    linear-gradient(180deg, #060a14, #070c16);
  overflow-x:hidden;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{width:min(var(--max), 92vw); margin:0 auto}

.tiny{font-size:.85rem}
.muted{color:var(--muted)}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

/* Header */
.topbar{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(10px);
  background: rgba(7,12,22,.78);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar__inner{
  display:flex; align-items:center; gap:14px;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px; min-width:220px}
.brand__logo{width:44px; height:44px; object-fit:contain; border-radius:12px}
.brand__name{font-weight:900; letter-spacing:-.02em}
.brand__tag{font-size:.85rem; color:var(--muted)}

.nav{margin-left:auto; display:flex; gap:18px; align-items:center}
.nav a{color:var(--muted); font-weight:700; font-size:.95rem}
.nav a:hover{color:var(--text)}

.topbar__cta{display:flex; gap:10px; align-items:center}

.hamburger{
  display:none;
  margin-left:auto;
  width:44px; height:44px; border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  cursor:pointer;
}
.hamburger span{
  display:block; height:2px; margin:7px 9px;
  background:rgba(234,240,255,.9); border-radius:999px;
  transition:.2s;
}
.hamburger--open span:nth-child(2){opacity:.2}
.hamburger--open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.hamburger--open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

.drawer{
  display:none;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(7,12,22,.95);
  max-height:0;
  overflow:hidden;
  transition:max-height .22s ease;
}
.drawer--open{max-height:460px}
.drawer__inner{padding:14px 0; display:flex; flex-direction:column; gap:10px}
.drawer__link{
  padding:12px 14px; border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-weight:800;
}
.drawer__btn{margin-top:4px}

/* Buttons */
.btn{
  border:none; cursor:pointer;
  border-radius:16px;
  padding:12px 14px;
  font-weight:900;
  color:var(--text);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  transition:.15s transform, .15s opacity;
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn--primary{
  background: linear-gradient(135deg, rgba(246,196,83,.95), rgba(217,166,54,.95));
  color:#14110a;
  border:1px solid rgba(246,196,83,.45);
  box-shadow: 0 12px 35px rgba(246,196,83,.14);
}
.btn--ghost{background:rgba(255,255,255,.04)}
.btn--lg{padding:14px 16px; border-radius:18px}

/* Hero */
.hero{padding:44px 0 22px}
.hero__grid{
  display:grid; gap:24px;
  grid-template-columns: 1.05fr .95fr;
  align-items:start;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color:rgba(234,240,255,.80);
  font-weight:800;
}
.pill__dot{
  width:8px; height:8px; border-radius:999px;
  background: linear-gradient(135deg, rgba(246,196,83,1), rgba(90,140,255,1));
}
h1{
  margin:14px 0 10px;
  font-size: clamp(2.15rem, 2.4vw + 1.1rem, 3.3rem);
  letter-spacing:-.03em;
}
.lead{color:var(--muted); font-size:1.05rem; line-height:1.65}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}

.hero__badges{
  display:flex; gap:12px; flex-wrap:wrap;
  margin-top:18px;
}
.badge{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  min-width:170px;
}
.badge__top{font-weight:900}
.badge__bottom{color:var(--muted); font-size:.9rem; margin-top:4px}

.heroCard{
  border-radius:var(--r2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  position:relative;
}
.heroCard img{width:100%; height:auto}
.heroCard__overlay{
  position:absolute; inset:auto 0 0 0;
  padding:14px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.58));
}
.heroCard__title{font-weight:900}
.heroCard__sub{color:rgba(234,240,255,.78); font-size:.92rem; margin-top:4px}

.miniGrid{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:10px; margin-top:12px;
}
.miniGrid img{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  height:92px;
  object-fit:cover;
}

/* Sections */
.section{padding:56px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.section--dark{
  background:
    radial-gradient(700px 420px at 20% 10%, rgba(246,196,83,.10), transparent 65%),
    radial-gradient(700px 420px at 80% 10%, rgba(90,140,255,.10), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.section--soft{
  background: rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.08);
}
.sectionHead{margin-bottom:18px}
.sectionHead h2{
  margin:0 0 6px;
  font-size: clamp(1.7rem, 1.2vw + 1.2rem, 2.25rem);
  letter-spacing:-.02em;
}
.sectionHead p{margin:0; color:var(--muted)}
.sectionHead--dark p{color:rgba(234,240,255,.78)}

/* Service cards */
.serviceGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:16px;
}
.card{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.card h3{margin:0 0 10px}
.card ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.6}
.card li{margin:6px 0}

.ctaBand{
  margin-top:16px;
  padding:18px;
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(246,196,83,.10), rgba(90,140,255,.08)),
    rgba(255,255,255,.03);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.ctaBand h3{margin:0 0 6px}
.ctaBand p{margin:0; color:var(--muted)}

/* Steps */
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:16px;
}
.step{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:16px;
}
.step__num{
  width:34px; height:34px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(246,196,83,.14);
  border:1px solid rgba(246,196,83,.28);
  font-weight:900;
  color:rgba(234,240,255,.95);
}
.step h3{margin:10px 0 6px}
.step p{margin:0; color:var(--muted); line-height:1.6}

.notice{
  margin-top:14px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(246,196,83,.28);
  background: rgba(246,196,83,.08);
  color: rgba(234,240,255,.88);
}

/* Horizontal scroll (placeholder cards) */
.hscroll{
  margin-top:16px;
  display:flex; gap:12px;
  overflow:auto;
  padding-bottom:10px;
  scroll-snap-type:x mandatory;
}
.hcard{
  flex:0 0 320px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(11,30,58,.55), rgba(242,239,230,.08)),
    rgba(255,255,255,.03);
  padding:18px;
  scroll-snap-align:start;
  position:relative;
  overflow:hidden;
}
.hcard::after{
  content:"";
  position:absolute; inset:-40px -40px auto auto;
  width:140px; height:140px;
  background: radial-gradient(circle, rgba(246,196,83,.18), transparent 60%);
  transform:rotate(12deg);
}
.hcard__tag{
  display:inline-block;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(234,240,255,.9);
  font-weight:900;
  font-size:.85rem;
}
.hcard__title{margin-top:10px; font-weight:900; font-size:1.08rem}
.hcard__sub{margin-top:6px; color:rgba(234,240,255,.75); line-height:1.55}
.hcard--cta{
  background: linear-gradient(135deg, rgba(246,196,83,.14), rgba(90,140,255,.10));
}

/* Two-column block */
.grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  margin-top:14px;
}
.panel{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.panel--media{padding:0; overflow:hidden}
.panel--media img{width:100%; height:100%; object-fit:cover}

/* Brand section cards */
.brandGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:16px;
}
.bcard{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.bcard h3{margin:0 0 10px}
.bcard p{margin:0; color:var(--muted); line-height:1.6}

.darkCta{
  margin-top:16px;
  padding:18px;
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(135deg, rgba(11,30,58,.50), rgba(246,196,83,.10)),
    rgba(255,255,255,.03);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.darkCta h3{margin:0 0 6px}
.darkCta p{margin:0}

/* Accordion */
.accordion{margin-top:16px; display:grid; gap:10px}
details{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:14px 14px;
}
summary{cursor:pointer; font-weight:900}
.accBody{color:var(--muted); margin-top:10px; line-height:1.6}

/* Contact */
.contactCard{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:20px;
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
}
.contactRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:12px}
.info{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  min-width:210px;
}
.info__label{color:var(--muted); font-size:.9rem}
.info__value{font-weight:900; margin-top:4px}

.contactActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.contactSide{display:grid; gap:12px}
.contactBox{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.contactBox__title{font-weight:900; margin-bottom:10px}
.contactBox ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.6}
.contactBox li{margin:6px 0}

/* Footer */
.footer{
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.08);
}
.footer__inner{display:flex; align-items:center; justify-content:space-between; gap:12px}
.footer__brand{font-weight:900}
.footer__links{display:flex; gap:14px; flex-wrap:wrap}
.footer__links a{color:var(--muted); font-weight:800}
.footer__links a:hover{color:var(--text)}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns:1fr}
  .miniGrid{grid-template-columns:repeat(2,1fr)}
  .miniGrid img{height:120px}
  .serviceGrid{grid-template-columns:1fr}
  .brandGrid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .grid2{grid-template-columns:1fr}
  .contactCard{grid-template-columns:1fr}
  .nav, .topbar__cta{display:none}
  .hamburger{display:block}
  .drawer{display:block}
}
@media (max-width: 520px){
  .hcard{flex-basis:88vw}
}