:root{
  --bg:#070c16;
  --ink:#0b1224;
  --panel:rgba(255,255,255,.06);
  --panel2:rgba(255,255,255,.04);
  --border:rgba(255,255,255,.12);
  --text:#eaf0ff;
  --muted:#9fb0d0;
  --gold:#f6c453;
  --gold2:#d9a636;
  --shadow:0 18px 55px rgba(0,0,0,.45);
  --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;
  background:
    radial-gradient(900px 500px at 15% 10%, rgba(58,160,255,.14), transparent 60%),
    radial-gradient(800px 500px at 85% 25%, rgba(246,196,83,.12), transparent 60%),
    linear-gradient(180deg, #060a14, #070c16);
  color:var(--text);
  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}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,12,22,.72);
  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}
.brand__mark{
  width:42px; height:42px; border-radius:12px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(246,196,83,.18), rgba(58,160,255,.18));
  border:1px solid rgba(255,255,255,.10);
  font-weight:800;
}
.brand__text{display:flex; flex-direction:column; line-height:1.1}
.brand__name{font-weight:800}
.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:600; 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}
.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)}
.hamburger span{transition:.2s}

/* Drawer */
.drawer{
  display:none;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(7,12,22,.95);
}
.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);
}
.drawer__btn{margin-top:4px}

/* Buttons */
.btn{
  border:none; cursor:pointer;
  border-radius:16px;
  padding:12px 14px;
  font-weight:800;
  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,.16);
}
.btn--ghost{background:rgba(255,255,255,.04)}
.btn--lg{padding:14px 16px; border-radius:18px}

/* Hero */
.hero{
  position:relative;
  padding:42px 0 26px;
}
.hero__bg{
  position:absolute; inset:-40px 0 0 0;
  background:
    radial-gradient(900px 500px at 25% 10%, rgba(58,160,255,.18), transparent 60%),
    radial-gradient(900px 550px at 75% 15%, rgba(246,196,83,.16), transparent 60%);
  pointer-events:none;
}
.hero__inner{
  position:relative;
  display:grid; gap:26px;
  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:var(--muted);
  font-weight:700;
}
.pill__dot{
  width:8px; height:8px; border-radius:999px;
  background: linear-gradient(135deg, rgba(246,196,83,1), rgba(58,160,255,1));
}

h1{
  margin:14px 0 10px;
  font-size: clamp(2.05rem, 2.2vw + 1.2rem, 3.15rem);
  letter-spacing:-.02em;
}
.lead{color:var(--muted); font-size:1.05rem; line-height:1.65}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:16px}

.trust{
  display:flex; gap:14px; flex-wrap:wrap;
  margin-top:18px;
}
.trust__item{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  min-width:150px;
}
.trust__num{display:block; font-weight:900}
.trust__lbl{display:block; color:var(--muted); font-size:.9rem}

.hero__media{display:grid; gap:12px}
.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,.55));
  display:flex; justify-content:space-between; align-items:end; gap:12px;
}
.heroCard__badge{
  font-weight:900;
  color:#14110a;
  background:linear-gradient(135deg, rgba(246,196,83,.95), rgba(217,166,54,.95));
  padding:8px 10px; border-radius:14px;
}
.heroCard__mini .mini__title{font-weight:900}
.heroCard__mini .mini__sub{color:rgba(234,240,255,.78); font-size:.9rem}

.miniGrid{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.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:54px 0}
.section--dark{
  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--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.6rem, 1.2vw + 1.2rem, 2.2rem);
}
.sectionHead p{margin:0; color:var(--muted)}
.sectionHead--dark p{color:rgba(234,240,255,.75)}

.grid3{
  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}
.list{margin:0; padding-left:18px; color:var(--muted); line-height:1.6}
.list li{margin:6px 0}

.split{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
  align-items:stretch;
}
.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}

.steps{margin:0; padding-left:18px; color:var(--muted); line-height:1.6}
.notice{
  margin-top:12px;
  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);
}
.panel__actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:16px;
}
.shot{
  border:none; padding:0; cursor:pointer;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  transition:.15s transform;
}
.shot:hover{transform:translateY(-2px)}
.shot img{width:100%; height:170px; object-fit:cover}
.shot--cta{
  display:flex; align-items:stretch;
  background: linear-gradient(135deg, rgba(246,196,83,.12), rgba(58,160,255,.10));
}
.shot__cta{
  padding:16px;
  width:100%;
  display:flex; flex-direction:column; justify-content:center;
}
.shot__ctaTitle{font-weight:900; font-size:1.1rem}
.shot__ctaSub{color:rgba(234,240,255,.78); margin-top:6px}
.shot__ctaBtn{
  margin-top:12px;
  display:inline-block;
  width:max-content;
  padding:10px 12px;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(246,196,83,.95), rgba(217,166,54,.95));
  color:#14110a;
  font-weight:900;
}

/* Pricing */
.price{
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding:18px;
  position:relative;
}
.price__num{
  font-weight:900;
  font-size:1.8rem;
  color:rgba(246,196,83,.95);
}
.price__desc{color:var(--muted); margin-top:6px}
.price--featured{
  background: linear-gradient(135deg, rgba(246,196,83,.12), rgba(255,255,255,.04));
  border:1px solid rgba(246,196,83,.30);
}
.price__tag{
  position:absolute; top:14px; right:14px;
  padding:6px 10px; border-radius:999px;
  background: rgba(246,196,83,.14);
  border:1px solid rgba(246,196,83,.28);
  color:rgba(234,240,255,.9);
  font-weight:800;
  font-size:.85rem;
}

.callout{
  margin-top:16px;
  padding:18px;
  border-radius:var(--r2);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
.callout h3{margin:0 0 6px}
.callout p{margin:0; color:var(--muted)}

/* 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}
.contactItem{
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  min-width:190px;
}
.contactItem__label{color:var(--muted); font-size:.9rem}
.contactItem__value{font-weight:900; margin-top:4px}
.contactActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.contactSide__box{
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.contactSide__title{font-weight:900; margin-bottom:10px}

/* 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__right{display:flex; gap:14px; flex-wrap:wrap}
.footer__right a{color:var(--muted); font-weight:700}
.footer__right a:hover{color:var(--text)}

/* Lightbox */
.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.72);
  display:none;
  place-items:center;
  z-index:100;
  padding:18px;
}
.lightbox--open{display:grid}
.lightbox img{
  max-width:min(980px, 94vw);
  max-height:84vh;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
}
.lightbox__close{
  position:absolute; top:16px; right:16px;
  width:46px; height:46px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color:var(--text);
  font-weight:900;
  cursor:pointer;
}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{grid-template-columns:1fr; }
  .miniGrid{grid-template-columns:repeat(2,1fr)}
  .miniGrid img{height:120px}
  .grid3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .contactCard{grid-template-columns:1fr}
  .nav, .topbar__cta{display:none}
  .hamburger{display:block}
  .drawer{display:block}
  .drawer{max-height:0; overflow:hidden; transition:max-height .2s ease}
  .drawer--open{max-height:420px}
}

@media (max-width: 520px){
  .gallery{grid-template-columns:1fr}
  .shot img{height:190px}
}