:root {
  --bg: #03070f;
  --bg-soft: #07111f;
  --panel: rgba(8, 25, 44, 0.78);
  --panel-strong: #0d223a;
  --text: #f3f8ff;
  --muted: #b9c9dc;
  --gold: #f1be24;
  --gold-strong: #d9a109;
  --cyan: #56dfff;
  --cyan-soft: #8af3ff;
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 18px 65px rgba(0, 0, 0, 0.35);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(86, 223, 255, 0.14), transparent 20%),
    radial-gradient(circle at 85% 10%, rgba(241, 190, 36, 0.12), transparent 18%),
    radial-gradient(circle at 60% 55%, rgba(86, 223, 255, 0.05), transparent 26%),
    linear-gradient(180deg, #02050a 0%, #05111f 42%, #040a12 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); max-width: 14ch; margin-inline: auto; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: 1.25rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.section { padding: 5.5rem 0; position: relative; }
.section-dark { background: rgba(255, 255, 255, 0.02); }
.section-accent { background: linear-gradient(120deg, rgba(86,223,255,.07), rgba(241,190,36,.07)); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .84rem;
  font-weight: 800;
}
.center { display: flex; justify-content: center; }
.lead { font-size: 1.08rem; max-width: 70ch; }
.hero-lead { margin-inline: auto; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  color: #000;
  padding: .75rem 1rem;
  z-index: 9999;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(3, 8, 15, 0.76);
  border-bottom: 1px solid var(--line);
}
.nav-wrap, .nav-menu, .brand, .hero-actions, .trust-points, .stats-grid, .cta-actions, .footer-grid, .reviews-topbar, .reviews-controls, .review-links {
  display: flex;
}
.nav-wrap {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}
.brand {
  align-items: center;
  gap: .85rem;
  font-weight: 800;
}
.brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.brand span { display: grid; }
.brand small { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; }
.nav-menu {
  align-items: center;
  gap: 1.2rem;
}
.nav-menu a { color: #e7edf8; font-weight: 600; }
.nav-menu a:hover { color: var(--gold); }
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: #fff;
  padding: .8rem 1rem;
  border-radius: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 50px;
  border-radius: 999px;
  padding: .9rem 1.35rem;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  color: #0c1730;
  box-shadow: 0 14px 34px rgba(241, 190, 36, 0.28);
}
.btn-secondary, .btn-outline {
  background: rgba(255,255,255,0.03);
  border-color: rgba(86,223,255,0.28);
  color: var(--text);
}
.btn-small { min-height: 42px; padding: .7rem 1rem; }
.btn-full { width: 100%; }
.glass-card {
  background: linear-gradient(180deg, rgba(11, 28, 49, .9), rgba(7, 19, 33, .86));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}
.hero {
  overflow: clip;
  text-align: center;
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero-logo-wrap {
  width: min(92vw, 700px);
  margin: 1rem auto 2rem;
  position: relative;
  animation: floatLogo 5s ease-in-out infinite;
}
.hero-logo {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(86,223,255,0.14);
  position: relative;
  z-index: 3;
}
.logo-glow,
.logo-orbit,
.spark,
.hero-glow {
  position: absolute;
  pointer-events: none;
}
.logo-glow {
  inset: 8% 10%;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 40%, rgba(86,223,255,.18), rgba(241,190,36,.06) 46%, transparent 74%);
  filter: blur(14px);
  z-index: 1;
}
.logo-orbit {
  border: 1px solid rgba(86,223,255,0.16);
  border-radius: 999px;
  z-index: 0;
}
.orbit-a {
  inset: -3% -1%;
  animation: spin 16s linear infinite;
}
.orbit-b {
  inset: 3% 5%;
  animation: spinReverse 18s linear infinite;
  border-color: rgba(241,190,36,0.16);
}
.spark {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle, #fff 0%, var(--cyan-soft) 35%, rgba(86,223,255,0.2) 66%, transparent 72%);
  box-shadow: 0 0 18px rgba(255,255,255,0.8), 0 0 40px rgba(86,223,255,0.55), 0 0 60px rgba(241,190,36,0.35);
  z-index: 4;
}
.spark-1 { top: 10%; left: 15%; animation: sparkPulse 1.3s ease-in-out infinite; }
.spark-2 { top: 13%; left: 20%; animation: sparkPulse 1.7s ease-in-out infinite .2s; }
.spark-3 { top: 8%; left: 23%; animation: sparkPulse 1.5s ease-in-out infinite .5s; }
.hero-glow {
  border-radius: 999px;
  filter: blur(70px);
  opacity: .55;
}
.hero-glow-a { width: 300px; height: 300px; background: rgba(86,223,255,.18); left: -3rem; top: 10rem; }
.hero-glow-b { width: 340px; height: 340px; background: rgba(241,190,36,.12); right: -5rem; top: 3rem; }
.hero-actions { gap: .9rem; margin-top: 1.5rem; flex-wrap: wrap; }
.hero-actions-center { justify-content: center; }
.trust-points {
  flex-wrap: wrap;
  gap: .8rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}
.trust-center { justify-content: center; }
.trust-points li {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  padding: .65rem .9rem;
  border-radius: 999px;
  color: #dce9fb;
}
.stats-strip { padding: 1rem 0 2rem; }
.stats-grid {
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stats-grid > div {
  flex: 1 1 220px;
  padding: 1rem 1.2rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
}
.stats-grid strong, .feature-list strong, .contact-card strong { display: block; margin-bottom: .35rem; }
.stats-grid span, .feature-list span, .contact-card span { color: var(--muted); }
.section-heading { max-width: 800px; margin-bottom: 2rem; }
.card-grid {
  display: grid;
  gap: 1.2rem;
}
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card, .area-card {
  padding: 1.6rem;
  min-height: 100%;
}
.card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 1rem;
  font-weight: 900;
  color: #0d1d34;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  box-shadow: 0 10px 24px rgba(86,223,255,0.18);
}
.service-card h3, .area-card h3 { color: var(--text); }
.split-grid, .contact-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.split-grid { grid-template-columns: 1fr .95fr; }
.why-grid { align-items: start; }
.feature-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}
.feature-list > div, .contact-card {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}
.checklist-card { padding: 1.7rem; }
.checklist {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: .8rem;
  color: var(--muted);
}
.reviews-wrap { position: relative; }
.reviews-heading { margin-bottom: 1.5rem; }
.reviews-shell { padding: 1.5rem; overflow: hidden; }
.reviews-topbar {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.reviews-topbar span { color: var(--muted); display: block; }
.reviews-controls { gap: .6rem; }
.review-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.review-stage { position: relative; min-height: 280px; display: grid; }
.review-card {
  padding: 1.6rem;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .45s ease, transform .45s ease;
}
.review-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.stars {
  font-size: 1.25rem;
  letter-spacing: .14em;
  color: var(--gold);
  margin-bottom: 1rem;
  text-shadow: 0 0 18px rgba(241,190,36,0.28);
}
.review-text {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: #eef6ff;
  min-height: 104px;
}
.review-meta strong { display: block; margin-top: 1rem; }
.review-meta span { color: var(--muted); }
.review-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.25rem;
}
.review-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.24);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.review-dot.active {
  width: 28px;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
}
.review-links { gap: .8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }
.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.area-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid rgba(86,223,255,.18);
  background: linear-gradient(135deg, rgba(86,223,255,.08), rgba(241,190,36,.06));
}
.faq-list {
  display: grid;
  gap: 1rem;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.2rem;
  background: rgba(255,255,255,0.03);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}
.faq-item p { padding-top: .8rem; margin-bottom: .2rem; }
.contact-grid {
  grid-template-columns: .95fr 1.05fr;
  align-items: start;
}
.contact-cards {
  display: grid;
  gap: .9rem;
  margin-top: 1.5rem;
}
.contact-form { padding: 1.5rem; }
.form-row { margin-bottom: 1rem; }
.form-row.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
label {
  display: block;
  margin-bottom: .45rem;
  color: #fff;
  font-weight: 600;
}
input, textarea, select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff;
  padding: .95rem 1rem;
  font: inherit;
}
input::placeholder, textarea::placeholder { color: #9fb0c7; }
input:focus, textarea:focus, select:focus {
  outline: 2px solid rgba(86,223,255,0.22);
  border-color: rgba(86,223,255,0.5);
}
.hidden-field { position: absolute; left: -9999px; }
.form-note { font-size: .92rem; margin: .9rem 0 0; }
.site-footer {
  padding: 2rem 0 1rem;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.18);
}
.footer-grid {
  gap: 2rem;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.site-credit{
  margin-top:20px;
  font-size:14px;
  text-align:center;
  opacity:.9;
}

.site-credit a{
  color:#f5c542;
  text-decoration:none;
  font-weight:600;
  position:relative;
  transition:.3s;
}

.site-credit a:hover{
  color:#ffd86b;
  text-shadow:0 0 8px rgba(245,197,66,.8);
}
.footer-grid > div { flex: 1 1 220px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-bottom {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
}
.floating-call {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #ffd661);
  color: #0d1d34;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 44px rgba(241, 190, 36, 0.35);
}
.floating-call::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 1px solid rgba(241,190,36,0.22);
  animation: ringPulse 1.8s ease-out infinite;
}
.floating-call svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes sparkPulse {
  0%, 100% { transform: scale(.7); opacity: .6; }
  50% { transform: scale(1.25); opacity: 1; }
}
@keyframes ringPulse {
  0% { transform: scale(.9); opacity: .75; }
  100% { transform: scale(1.15); opacity: 0; }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes spinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@media (max-width: 1100px) {
  .three-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .cta-band { flex-direction: column; align-items: start; }
  .review-text { min-height: 132px; }
}

@media (max-width: 760px) {
  h1 { max-width: 100%; }
  .nav-toggle { display: inline-flex; }
  .nav-menu {
    position: absolute;
    right: 1rem;
    top: calc(100% + .6rem);
    width: min(320px, calc(100vw - 2rem));
    padding: 1rem;
    border-radius: 20px;
    background: rgba(5, 13, 24, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    display: none;
  }
  .nav-menu.open { display: flex; }
  .three-up, .area-grid, .form-row.two-col { grid-template-columns: 1fr; }
  .section { padding: 4rem 0; }
  .hero-actions, .review-links, .cta-actions { flex-direction: column; align-items: stretch; }
  .brand img { width: 48px; height: 48px; }
  .hero-logo-wrap { width: 100%; }
  .hero-logo { border-radius: 20px; }
  .spark-1 { left: 9%; top: 12%; }
  .spark-2 { left: 14%; top: 14%; }
  .spark-3 { left: 18%; top: 10%; }
  .reviews-shell, .contact-form, .checklist-card { padding: 1.2rem; }
  .review-stage { min-height: 320px; }
}

.gallery-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(86,223,255,.09), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(241,190,36,.08), transparent 18%);
}
.gallery-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.gallery-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(12,27,46,.92), rgba(5,12,21,.96));
  box-shadow: var(--shadow);
  cursor: pointer;
  text-align: left;
  transform: translateY(0);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 24%);
  z-index: 1;
}
.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(86,223,255,.34);
  box-shadow: 0 24px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(86,223,255,.12);
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .6s ease;
}
.gallery-card:hover img,
.gallery-card:focus-visible img { transform: scale(1.05); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,7,15,.04) 8%, rgba(3,7,15,.15) 35%, rgba(3,7,15,.92) 100%);
  z-index: 2;
}
.gallery-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: grid;
  gap: .32rem;
  padding: 1rem;
}
.gallery-content strong {
  color: #fff;
  font-size: 1rem;
  line-height: 1.15;
}
.gallery-content span:last-child {
  color: #d7e3f5;
  font-size: .88rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gallery-chip {
  display: inline-flex;
  width: fit-content;
  padding: .34rem .66rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(7,17,31,.58);
  color: var(--gold);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 11, .84);
  backdrop-filter: blur(16px);
}
.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  gap: 1rem;
  align-items: center;
}
.lightbox-media-wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(3,8,15,.7);
}
.lightbox-image {
  width: 100%;
  max-height: min(72vh, 760px);
  object-fit: contain;
  background: #07111f;
}
.lightbox-caption {
  grid-column: 2 / 3;
  display: grid;
  gap: .4rem;
  padding: .5rem .2rem 0;
}
.lightbox-kicker {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 800;
}
.lightbox-caption strong {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}
.lightbox-caption p {
  margin: 0;
  max-width: 68ch;
}
.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.lightbox-close:hover,
.lightbox-nav:hover,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  transform: scale(1.04);
  background: rgba(255,255,255,.12);
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  line-height: 1;
}
.lightbox-nav {
  width: 56px;
  height: 56px;
  font-size: 2rem;
}
body.lightbox-open { overflow: hidden; }

@media (max-width: 1100px) {
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 960px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lightbox-dialog {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }
}

@media (max-width: 760px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card img { aspect-ratio: 1 / 1; }
  .lightbox {
    padding: .75rem;
  }
  .lightbox-dialog {
    width: 100%;
    padding: 4rem .85rem 1rem;
    grid-template-columns: 1fr;
    gap: .8rem;
  }
  .lightbox-media-wrap,
  .lightbox-caption { grid-column: auto; }
  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
  }
  .lightbox-prev { left: .55rem; }
  .lightbox-next { right: .55rem; }
}
