/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, sans-serif;
  color: #eef2f6;
  background: #060608;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3 { font-family: 'Oswald', sans-serif; margin: 0; letter-spacing: 0.02em; }
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Night sky background (whole site) ---------- */
.sky {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% -10%, #14161e 0%, #0a0b10 45%, #050508 80%, #030304 100%);
}
#stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 5, 8, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  height: 64px;
  width: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(120, 220, 200, 0.3));
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  color: #eef2f6;
}
.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa3b5;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.92rem;
}
.main-nav a { color: #eef2f6; opacity: 0.85; transition: opacity 0.2s, color 0.2s; }
.main-nav a:hover { opacity: 1; color: #6fe3c4; }
.nav-phone {
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  color: #eef2f6 !important;
  font-weight: 500;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #eef2f6;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn-primary {
  background: linear-gradient(120deg, #2dd4bf, #8b7ff0);
  color: #0b0c10;
  box-shadow: 0 8px 26px rgba(125, 211, 252, 0.25);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(167, 139, 250, 0.35); }
.btn-ghost {
  background: transparent;
  color: #eef2f6;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover { border-color: #ffffff; background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn-block { width: 100%; text-align: center; border: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 56px 0 40px;
  text-align: center;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-inner { max-width: 780px; margin: 0 auto; }
.hero-compass {
  width: 84px;
  height: 84px;
  margin: 0 auto 16px;
  opacity: 0.95;
  filter: drop-shadow(0 0 22px rgba(120, 220, 200, 0.3));
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #6fe3c4;
  margin: 0 0 18px;
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #f5f8fa;
}
.hero-lede {
  font-size: 1.08rem;
  color: #a8b1c4;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
/* ---------- Section shared ---------- */
section { position: relative; padding: 90px 0; }
.services { padding-top: 30px; }
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 600;
  text-align: center;
  color: #f5f8fa;
}
.section-sub {
  text-align: center;
  color: #a8b1c4;
  max-width: 560px;
  margin: 14px auto 0;
  font-size: 0.98rem;
}

/* ---------- Services ---------- */
.service-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}
.service-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 32px 26px;
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
}
.service-icon {
  width: 54px;
  height: 54px;
  color: #6fe3c4;
  margin-bottom: 18px;
}
.service-icon svg { width: 100%; height: 100%; }
.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #f5f8fa;
}
.service-card p {
  color: #a8b1c4;
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- Why us ---------- */
.why-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}
.why .section-title { text-align: left; }
.why-list { margin: 28px 0 34px; display: flex; flex-direction: column; gap: 16px; }
.why-list li {
  padding-left: 30px;
  position: relative;
  color: #a8b1c4;
  line-height: 1.6;
  font-size: 0.98rem;
}
.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.why-list strong { color: #f5f8fa; }
.why-compass {
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-compass img {
  width: 100%;
  max-width: 320px;
  opacity: 0.9;
  filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.1));
}

/* ---------- Reviews ---------- */
.reviews-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.review-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.review-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 28px;
}
.stars { color: #ffc94d; letter-spacing: 2px; margin-bottom: 14px; }
.review-card p {
  color: #c3cad9;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 16px;
}
.reviewer { color: #7c869c; font-size: 0.83rem; }
.review-btn { display: block; width: fit-content; margin: 40px auto 0; }

/* ---------- Quote form ---------- */
.quote {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.quote-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.quote .section-title { text-align: left; }
.quote .section-sub { text-align: left; margin-left: 0; }
.quote-points { margin: 26px 0; display: flex; flex-direction: column; gap: 12px; }
.quote-points li {
  padding-left: 26px;
  position: relative;
  color: #c3cad9;
  font-size: 0.95rem;
}
.quote-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6fe3c4;
  font-weight: 700;
}
.quote-alt { color: #a8b1c4; font-size: 0.93rem; }
.quote-alt a { color: #6fe3c4; font-weight: 600; }

.quote-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 34px;
}
.form-row { margin-bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.form-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row-split > div { display: flex; flex-direction: column; gap: 8px; }
label { font-size: 0.85rem; color: #a8b1c4; }
input, select, textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  padding: 12px 14px;
  color: #eef2f6;
  font-family: inherit;
  font-size: 0.95rem;
  resize: vertical;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}
select option { background: #14161e; color: #eef2f6; }
.form-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: #6fe3c4;
  min-height: 1.2em;
}

/* ---------- Contact ---------- */
.contact-inner { text-align: center; }
.contact .section-title, .contact .section-sub { text-align: center; }
.contact-grid {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 18px 26px;
  transition: border-color 0.2s, transform 0.2s;
  color: #eef2f6;
}
a.contact-item:hover { border-color: rgba(255,255,255,0.4); transform: translateY(-3px); }
.contact-item svg { width: 22px; height: 22px; color: #6fe3c4; flex-shrink: 0; }
.contact-item-static { cursor: default; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 30px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}
.footer-mark { height: 30px; width: 30px; object-fit: contain; opacity: 0.7; }
.footer-inner p { color: #7c869c; font-size: 0.85rem; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .why-inner, .quote-inner { grid-template-columns: 1fr; }
  .why-compass { order: -1; }
  .why-compass img { max-width: 200px; }
}

@media (max-width: 760px) {
  .main-nav {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    background: rgba(5, 5, 8, 0.97);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px 28px;
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-toggle { display: flex; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .form-row-split { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .brand-sub { display: none; }
  .hero { padding: 48px 0 32px; }
  .why-compass img { max-width: 130px; }
}
