:root {
  --bg: #090b0d;
  --panel: #11151a;
  --panel-2: #171c22;
  --text: #f5f7fa;
  --muted: #a9b1bb;
  --accent: #00aeef;
  --accent-2: #63d4ff;
  --border: rgba(255,255,255,.09);
  --shadow: 0 18px 50px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto 0;
  padding: 12px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 460px; max-height: 165px; object-fit: contain; }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: .95rem; font-weight: 700; }
.nav-links a { color: rgba(255,255,255,.88); transition: .2s ease; }
.nav-links a:hover { color: var(--accent-2); }
.nav-cta,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #00141c !important;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(0,174,239,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.nav-cta:hover,
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,174,239,.32); }

.menu-button {
  display: none;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.28);
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 1.35rem;
}

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5,8,10,.94) 0%, rgba(5,8,10,.78) 43%, rgba(5,8,10,.20) 100%),
    linear-gradient(180deg, rgba(5,8,10,.15), #090b0d 98%),
    url('/images/IMG_3322.jpeg') center/cover no-repeat;
}
.hero-content { position: relative; z-index: 2; padding-top: 130px; max-width: 720px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(99,212,255,.28);
  background: rgba(0,174,239,.09);
  border-radius: 999px;
  color: var(--accent-2);
  font-size: .83rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .96;
  letter-spacing: -.055em;
  margin: 22px 0 22px;
  max-width: 900px;
}
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 640px; color: #d2d8df; font-size: clamp(1.02rem, 2vw, 1.22rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-weight: 800;
  background: rgba(5,8,10,.34);
  backdrop-filter: blur(8px);
}
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #d8dde3; font-weight: 700; font-size: .93rem; }
.hero-meta span::before { content: "✓"; color: var(--accent); margin-right: 7px; }

.trust-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #0e1216;
}
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px 20px; text-align: center; border-right: 1px solid var(--border); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: white; font-size: 1.03rem; }
.trust-item span { color: var(--muted); font-size: .86rem; }

.section { padding: 92px 0; }
.section.alt { background: #0d1115; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.kicker { color: var(--accent); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; margin: 10px 0 14px; letter-spacing: -.035em; }
.section-heading p { color: var(--muted); font-size: 1.05rem; margin: 0; }

.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.reason-card {
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #151a20, #0f1317);
  padding: 28px;
  border-radius: 20px;
  min-height: 220px;
}
.reason-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(0,174,239,.12);
  color: var(--accent-2);
  font-weight: 900;
  margin-bottom: 26px;
}
.reason-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.reason-card p { margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.service-card {
  position: relative;
  min-height: 460px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #14181d;
  box-shadow: var(--shadow);
}
.service-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 22%, rgba(4,7,9,.94) 100%); }
.service-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; }
.service-content h3 { font-size: 1.55rem; margin: 0 0 8px; }
.service-content p { color: #c6ccd2; margin: 0 0 18px; }
.price-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(0,174,239,.14); color: var(--accent-2); font-weight: 900; margin-bottom: 12px; }
.text-link { font-weight: 900; color: white; }
.text-link span { color: var(--accent); margin-left: 5px; }

.comparison-section { display: none; }

.pricing-row {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.pricing-chip { border: 1px solid var(--border); background: var(--panel); border-radius: 16px; padding: 18px 20px; }
.pricing-chip span { display: block; color: var(--muted); font-size: .85rem; }
.pricing-chip strong { font-size: 1.35rem; color: var(--accent-2); }

.results-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-auto-rows: 240px; gap: 12px; }
.result-photo { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #0c1014; }
.result-photo:first-child { grid-row: span 2; }
.result-photo:nth-child(4) { grid-column: 2 / span 2; }
.result-photo:last-child { display: none; }
.result-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.9) contrast(1.07) saturate(1.03);
  image-rendering: auto;
  transition: filter .25s ease;
}
.result-photo:hover img { filter: brightness(.94) contrast(1.08) saturate(1.05); }

.local-block {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.local-copy h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.04em; margin: 10px 0 18px; }
.local-copy p { color: var(--muted); font-size: 1.04rem; }
.local-list { display: grid; gap: 10px; margin: 24px 0 28px; }
.local-list span { color: #d9dee3; }
.local-list span::before { content: "✓"; color: var(--accent); margin-right: 10px; font-weight: 900; }
.local-photo { border-radius: 26px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); min-height: 500px; }
.local-photo img { height: 100%; min-height: 500px; object-fit: cover; }

.faq-list { display: grid; gap: 12px; max-width: 900px; }
details { border: 1px solid var(--border); background: var(--panel); border-radius: 16px; padding: 20px 22px; }
summary { cursor: pointer; list-style: none; font-weight: 850; font-size: 1.02rem; }
summary::-webkit-details-marker { display: none; }
details p { margin: 14px 0 0; color: var(--muted); }

.cta-panel {
  padding: 58px;
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(4,9,12,.96), rgba(4,9,12,.72)),
    url('/images/59B616A2-2A18-45AE-B496-8D2121FD8AFA.jpeg') center/cover no-repeat;
  border: 1px solid rgba(99,212,255,.16);
  box-shadow: var(--shadow);
}
.cta-panel h2 { font-size: clamp(2.3rem, 5vw, 4rem); margin: 0 0 12px; letter-spacing: -.04em; line-height: 1; }
.cta-panel p { color: #d2d8dd; max-width: 650px; margin-bottom: 26px; }

.footer { border-top: 1px solid var(--border); padding: 46px 0 28px; background: #07090b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; }
.footer-logo { width: 170px; margin-bottom: 14px; }
.footer p, .footer a { color: var(--muted); }
.footer h4 { margin: 0 0 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--border); color: #79828c; font-size: .86rem; }

@media (max-width: 900px) {
  .brand img { width: min(390px, calc(100vw - 102px)); max-height: 145px; }
  .nav-links {
    display: none;
    position: absolute;
    top: 126px;
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(10,13,16,.98);
    border: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 12px; }
  .menu-button { display: inline-grid; place-items: center; flex: 0 0 auto; }
  .reason-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-column: span 2; }
  .local-block { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .result-photo:first-child { grid-row: span 1; grid-column: span 2; }
  .result-photo:nth-child(4) { grid-column: 1 / span 2; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: min(340px, calc(100vw - 86px)); max-height: 126px; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero-content { padding-top: 165px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-actions > * { width: 100%; }
  .hero-meta { gap: 8px 16px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .section { padding: 72px 0; }
  .reason-grid, .service-grid, .pricing-row, .footer-grid { grid-template-columns: 1fr; }
  .service-card:first-child { grid-column: auto; }
  .service-card { min-height: 420px; }
  .results-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .result-photo:first-child,
  .result-photo:nth-child(4) { grid-column: auto; }
  .local-photo, .local-photo img { min-height: 390px; }
  .cta-panel { padding: 38px 24px; }
}
