:root {
  --ink: #0b0f16;
  --muted: #6b7280;
  --surface: #ffffff;
  --bg: #0d1117;
  --primary: #ef4444;
  --primary-2: #b91c1c;
  --accent: #ffffff;
  --line: #1f2937;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  --radius: 16px;
  --radius-lg: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 20% 20%, rgba(239,68,68,0.18), transparent 30%),
              radial-gradient(circle at 80% 10%, rgba(239,68,68,0.12), transparent 32%),
              var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.section { padding: 80px 0; }
.section-alt { background: var(--surface); }
.section-contrast { background: linear-gradient(135deg, #0b1220, #0f1f3b); color: #f8fafc; }
.section-contrast p { color: #dbeafe; }
.section:not(.section-alt):not(.section-contrast) { background: #0b0f16; color: #f8fafc; }
.section:not(.section-alt):not(.section-contrast) .section-head p { color: #cbd5e1; }
.section-head { text-align: center; margin-bottom: 28px; }
.section-head.left { text-align: left; }
.section-head h2 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 32px); letter-spacing: -0.01em; }
.section-head p { margin: 0; color: var(--muted); }

.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; padding: 10px 14px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); z-index: 200; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(12,12,12,0.88); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.06); color: #f8fafc; }
.nav-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; color: #f8fafc; text-decoration: none; }
.brand img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.brand-title { font-size: 17px; }
.brand-sub { font-size: 13px; color: #d1d5db; }

.main-nav ul { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; align-items: center; }
.main-nav a { font-weight: 600; text-decoration: none; color: #f8fafc; }
.nav-cta .btn { padding: 9px 12px; }
.nav-toggle { display: none; background: transparent; border: 0; width: 46px; height: 46px; border-radius: 12px; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: #f8fafc; border-radius: 2px; transition: transform .2s ease; }
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 30px; }

.hero { padding: 90px 0 80px; background: radial-gradient(circle at 30% 20%, rgba(239,68,68,0.16), transparent 40%), linear-gradient(135deg, #0b0f16 0%, #0f172a 50%, #0b0f16 100%); color: #f8fafc; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; }
.hero-copy h1 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; }
.lead { margin: 0 0 14px; color: #e5e7eb; max-width: 720px; }
.eyebrow { display: inline-flex; gap: 8px; padding: 7px 12px; border-radius: 999px; background: rgba(239,68,68,0.2); color: #fecdd3; font-weight: 700; letter-spacing: 0.2px; border: 1px solid rgba(239,68,68,0.35); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 12px 0 10px; }
.text-link { color: var(--primary-2); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 10px; }
.pill { padding: 8px 12px; border-radius: 999px; background: rgba(239,68,68,0.18); color: #fef2f2; border: 1px solid rgba(239,68,68,0.45); font-size: 14px; }
.disclaimer { margin: 6px 0 0; color: #d1d5db; font-size: 14px; }

.hero-media { display: grid; gap: 14px; }
.media-card { background: #0b0f16; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.04); }
.media-card img { width: 100%; height: auto; display: block; }
.media-foot { padding: 12px 14px; background: linear-gradient(90deg, #ef4444, #b91c1c); color: #f8fafc; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.media-foot small { font-weight: 500; opacity: 0.9; }
.info-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius-lg); padding: 16px; box-shadow: var(--shadow); color: #e5e7eb; }
.info-card .label { margin: 0; color: var(--muted); font-size: 14px; }
.info-card .hotline { margin: 4px 0 8px; font-size: 22px; font-weight: 800; }
.info-card .muted { color: #cbd5e1; margin: 10px 0 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; border-radius: 14px; padding: 11px 16px; font-weight: 700; border: 1px solid transparent; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; box-shadow: var(--shadow); transition: transform .15s ease, box-shadow .15s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 18px 42px rgba(239,68,68,0.28); text-decoration: none; }
.btn-outline { background: transparent; color: #f8fafc; border: 1px solid rgba(255,255,255,0.35); box-shadow: none; }
.btn-lg { padding: 12px 18px; }
.btn-sm { padding: 9px 12px; }

.section-alt .section-head p { color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.card { background: var(--surface); border: 1px solid #d4d7dd; border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow); }
.stat h3 { margin: 0 0 8px; }
.stat p { margin: 0; color: var(--muted); }

.grid { display: grid; gap: 16px; }
.services { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.service-card .icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; background: rgba(14,165,233,0.12); color: #0b1220; border-radius: 12px; font-size: 20px; }
.service-card h3 { margin: 12px 0 6px; }
.service-card p { margin: 0 0 6px; color: var(--muted); }
.cta-inline { margin-top: 16px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 0; padding: 0; }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px; box-shadow: var(--shadow); }
.steps span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; font-weight: 800; margin-bottom: 8px; }
.steps b { display: block; margin-bottom: 4px; }
.steps em { color: var(--muted); font-style: normal; }

.price-cards { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.price { background: linear-gradient(180deg, #ffffff, #f6f8fd); }
.price h3 { margin: 0 0 8px; }
.price-number { font-size: 22px; font-weight: 800; color: var(--primary-2); margin: 4px 0 10px; }
.bullets { margin: 0; padding-left: 18px; color: var(--muted); display: grid; gap: 6px; }
.note { text-align: center; color: var(--muted); margin: 14px 0 0; }
.section:not(.section-alt):not(.section-contrast) .note { color: #e5e7eb; }

.coverage-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.chips li { padding: 8px 12px; border: 1px solid #dbeafe; background: #eff6ff; border-radius: 12px; color: #0f172a; font-weight: 600; }
.coverage-panel { background: linear-gradient(135deg, #ef4444, #b91c1c); color: #f8fafc; border: none; box-shadow: var(--shadow); }
.coverage-panel p { color: #fde2e2; }
.coverage-panel .muted { color: #fecdd3; margin: 8px 0 0; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; align-items: start; }
.photo-card { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: auto; display: block; }
.photo-card figcaption { padding: 12px 14px; margin: 0; color: var(--muted); background: #f8fafc; }

.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 12px 14px; margin: 10px 0; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--ink); }
.faq p { margin: 8px 0 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; align-items: start; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 14px 0; }
.contact-note { color: var(--muted); font-size: 14px; margin-top: 4px; }
.contact-card h3 { margin: 0 0 8px; }
.contact-card p { margin: 6px 0; color: var(--muted); }
.contact-card a { text-decoration: none; }

.site-footer { background: #0b0f16; color: #e5e7eb; padding: 28px 0; }
.site-footer a { color: #f8fafc; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.site-footer h4 { margin: 0 0 6px; color: #fff; }

.sticky-actions { position: fixed; left: 0; right: 0; bottom: 0; display: none; gap: 8px; padding: 10px 14px; background: linear-gradient(90deg, #ef4444, #b91c1c); border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 -10px 24px rgba(15,23,42,0.1); z-index: 120; }
.sticky-actions a { flex: 1; text-align: center; color: #fff; font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .hero-grid, .coverage-grid, .contact-grid { grid-template-columns: 1fr; }
  .main-nav ul { position: absolute; inset: 72px 16px auto 16px; flex-direction: column; background: #0b0f16; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 12px; gap: 12px; box-shadow: 0 18px 50px rgba(0,0,0,0.35); transform: translateY(-140%); transition: transform .25s ease; }
  .main-nav ul.open { transform: translateY(0); }
  .nav-toggle { display: inline-block; }
  .nav-cta { width: 100%; }
  .section { padding: 64px 0; }
  .hero { padding: 80px 0 50px; }
  .sticky-actions { display: flex; }
}

@media (max-width: 640px) {
  .hero-actions, .contact-actions, .cta-inline { flex-direction: column; align-items: stretch; }
  .btn, .btn-outline, .btn-lg { width: 100%; text-align: center; }
  .brand-sub { display: none; }
  .media-foot { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-grid { gap: 18px; }
}

@media (max-width: 860px) {
  .container { padding: 0 18px; }
  .hero { padding: 70px 0 44px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .pill { width: 100%; }
  .section { padding: 60px 0; }
}

@media (min-width: 981px) {
  .hero-grid { grid-template-columns: 0.95fr 1.05fr; }
  .hero-media { order: -1; }
  .services { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
  #pricing { background: linear-gradient(180deg, #111827, #0b0f16); }
  #gallery { background: linear-gradient(180deg, #0b0f16, #0b0f16); }
}
