/* ===== Tokens ===== */
:root {
  --navy-950: #060f24;
  --navy-900: #0a1b3d;
  --navy-800: #123166;
  --blue-600: #2f6fed;
  --blue-500: #4f8bfa;
  --sky-300: #bfe3f7;
  --sky-100: #eef7fd;
  --white: #ffffff;
  --ink: #101828;
  --gray-600: #4b5565;
  --gray-400: #8b96a8;
  --gray-200: #e4e9f2;
  --gray-100: #f4f7fb;
  --orange-500: #f5901e;
  --orange-600: #dd7a0a;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10, 27, 61, 0.08);
  --shadow-lg: 0 20px 50px rgba(10, 27, 61, 0.16);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Poppins', 'Inter', sans-serif; margin: 0 0 .5em; line-height: 1.15; }
p { margin: 0 0 1em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--blue-600); color: #fff;
  padding: 10px 16px; z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;
  cursor: pointer; border: 2px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue-600); color: #fff; box-shadow: 0 8px 20px rgba(47,111,237,.35); }
.btn-primary:hover { background: var(--blue-500); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); }
.btn-orange { background: var(--orange-500); color: #fff; box-shadow: 0 8px 20px rgba(245,144,30,.4); }
.btn-orange:hover { background: var(--orange-600); }
.btn-outline { background: transparent; color: var(--navy-900); border-color: var(--gray-200); }
.btn-outline:hover { border-color: var(--blue-600); color: var(--blue-600); }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-block { width: 100%; }

/* ===== Topbar ===== */
.topbar {
  background: var(--navy-950); color: var(--sky-300); text-align: center;
  font-size: 13px; font-weight: 600; letter-spacing: .2px; padding: 8px 16px;
}

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 100; background: #ffffff;
  border-bottom: 1px solid var(--gray-200);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 24px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { width: 42px; height: 42px; border-radius: 50%; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 18px; color: var(--navy-900); }
.brand-name em { font-style: normal; color: var(--blue-600); }
.main-nav { display: flex; gap: 28px; }
.main-nav a { font-weight: 600; font-size: 14.5px; color: var(--gray-600); transition: color .15s ease; }
.main-nav a:hover { color: var(--blue-600); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-pill {
  display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px;
  color: var(--navy-900); white-space: nowrap;
}
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2.5px; background: var(--navy-900); border-radius: 2px; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,15,36,.75) 0%, rgba(6,15,36,.55) 45%, rgba(6,15,36,.85) 100%);
}
.hero-content { position: relative; z-index: 1; color: #fff; padding: 140px 24px 80px; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px;
  font-weight: 700; color: var(--sky-300); margin-bottom: 14px;
}
.eyebrow-dark { color: var(--blue-600); }
.google-badge {
  display: flex; width: fit-content; align-items: center; gap: 12px; background: #fff; border-radius: 14px;
  padding: 12px 20px; box-shadow: var(--shadow-lg); margin-bottom: 22px;
}
.google-badge-info { display: flex; flex-direction: column; gap: 1px; }
.google-badge-top { display: flex; align-items: baseline; gap: 7px; }
.google-badge-score { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 20px; color: var(--navy-900); line-height: 1; }
.google-badge-stars { color: #f5b400; font-size: 14px; letter-spacing: 1px; }
.google-badge-count { font-size: 12.5px; color: var(--gray-600); font-weight: 600; }
.hero h1 { font-size: clamp(38px, 6vw, 68px); font-weight: 800; max-width: 760px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin: 28px 0 40px; }
.hero-trust { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; font-size: 15px; font-weight: 600; color: #fff; }

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-compact { padding: 72px 0; }
.section-navy { background: var(--navy-900); color: #fff; }
.section-navy .section-sub { color: rgba(255,255,255,.75); }
.section-tint { background: var(--gray-100); }
.section h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--navy-900); max-width: 640px; }
.section h2.light { color: #fff; }
.section-sub { max-width: 620px; color: var(--gray-600); font-size: 16.5px; }

.grid { display: grid; gap: 28px; margin-top: 44px; }

/* ===== Service cards ===== */
.services-grid { grid-template-columns: repeat(4, 1fr); }
.card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 32px 26px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-icon {
  width: 54px; height: 54px; border-radius: 12px; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.service-card h3 { font-size: 19px; }
.service-card p { color: var(--gray-600); font-size: 15px; margin-bottom: 0; }

.services-grid-compact { margin-top: 32px; gap: 18px; }
.service-card-compact {
  padding: 20px; display: flex; align-items: flex-start; gap: 14px; text-align: left;
}
.service-card-compact:hover { transform: translateY(-3px); }
.service-card-compact .service-icon { width: 42px; height: 42px; border-radius: 10px; margin-bottom: 0; flex-shrink: 0; }
.service-card-compact h3 { font-size: 16px; margin-bottom: 4px; }
.service-card-compact p { font-size: 13.5px; line-height: 1.5; }

.highlights-strip {
  margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  background: var(--sky-100); border-radius: var(--radius); padding: 24px 28px;
}
.highlight-item { display: flex; align-items: flex-start; gap: 12px; }
.highlight-item svg { color: var(--blue-600); flex-shrink: 0; margin-top: 2px; }
.highlight-item div { display: flex; flex-direction: column; gap: 3px; }
.highlight-item strong { font-family: 'Poppins', sans-serif; font-size: 14.5px; color: var(--navy-900); }
.highlight-item span { font-size: 13px; color: var(--gray-600); line-height: 1.45; }

/* ===== Plans ===== */
.plans-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.plan-card {
  position: relative; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 38px 30px; text-align: center; box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.plan-icon {
  width: 52px; height: 52px; border-radius: 50%; background: var(--sky-100); color: var(--blue-600);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
}
.plan-featured {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-950));
  border: none; transform: scale(1.05); box-shadow: 0 24px 50px rgba(6,15,36,.35); z-index: 1;
}
.plan-featured:hover { transform: scale(1.05) translateY(-4px); }
.plan-featured .plan-icon { background: rgba(245,144,30,.15); color: var(--orange-500); }
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange-500); color: #fff; font-size: 12px; font-weight: 700;
  padding: 6px 16px; border-radius: 999px; letter-spacing: .3px; box-shadow: 0 6px 16px rgba(245,144,30,.4);
}
.plan-card h3 { font-size: 18px; color: var(--navy-900); text-transform: uppercase; letter-spacing: .5px; }
.plan-featured h3 { color: #fff; }
.plan-tagline { font-size: 13px; color: var(--gray-400); margin-bottom: 18px; margin-top: -8px; }
.plan-featured .plan-tagline { color: rgba(255,255,255,.6); }
.plan-price { font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 800; color: var(--blue-600); margin-bottom: 18px; }
.plan-price span { display: block; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600; color: var(--gray-400); }
.plan-featured .plan-price { color: var(--orange-500); }
.plan-featured .plan-price span { color: rgba(255,255,255,.55); }
.plan-perks { margin-bottom: 28px; flex: 1; }
.plan-perks li { padding: 8px 0; font-size: 14.5px; color: var(--gray-600); border-top: 1px solid var(--gray-200); }
.plan-perks li:first-child { border-top: none; }
.plan-featured .plan-perks li { color: rgba(255,255,255,.8); border-top-color: rgba(255,255,255,.12); }
.plan-featured .plan-perks li strong { color: #fff; }

/* ===== Gallery ===== */
.gallery-grid {
  margin-top: 44px; display: grid; gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
}
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.gallery-grid img:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid img:nth-child(4) { grid-column: span 2; }
.gallery-grid img:last-child { grid-column: 2 / span 2; }

/* ===== Reviews ===== */
.rating-summary { display: flex; align-items: center; gap: 10px; font-size: 16px; color: var(--gray-600); margin-top: 10px; }
.rating-summary strong { color: var(--navy-900); font-size: 20px; font-family: 'Poppins', sans-serif; }
.stars { color: #f5b400; letter-spacing: 2px; font-size: 17px; }
.reviews-grid { grid-template-columns: repeat(3, 1fr); }
.review-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.review-card p:not(.review-author) { color: var(--gray-600); font-size: 14.5px; }
.review-author { font-weight: 700; color: var(--navy-900); font-size: 14px; }
.review-author span { font-weight: 500; color: var(--gray-400); }
.reviews-cta { text-align: center; margin-top: 40px; }

/* ===== Reviews carousel ===== */
.reviews-carousel { display: flex; align-items: center; gap: 16px; margin-top: 44px; }
.carousel-viewport { flex: 1; overflow: hidden; }
.carousel-track { display: flex; transition: transform .5s cubic-bezier(.65,0,.35,1); }
.carousel-page {
  flex: 0 0 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.carousel-arrow {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gray-200);
  background: #fff; color: var(--navy-900); display: flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: var(--shadow); transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.carousel-arrow:hover { background: var(--blue-600); color: #fff; border-color: var(--blue-600); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.carousel-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: none; background: var(--gray-200);
  padding: 0; cursor: pointer; transition: background .15s ease, transform .15s ease;
}
.carousel-dots button.active { background: var(--blue-600); transform: scale(1.25); }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-copy p { color: var(--gray-600); font-size: 16px; }
.about-signature { font-weight: 700; color: var(--navy-900); font-style: italic; }
.about-copy .btn { margin-top: 8px; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.contact-sub { color: rgba(255,255,255,.75); }
.contact-list { margin: 28px 0; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.9); font-size: 15px; }
.contact-list svg { flex-shrink: 0; color: var(--sky-300); }
.contact-list li:first-child svg { color: var(--orange-500); }
.contact-list a:hover { color: var(--sky-300); }
.social-links { display: flex; gap: 14px; }
.social-links a {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  display: flex; align-items: center; justify-content: center; color: #fff; transition: background .15s ease;
}
.social-links a:hover { background: rgba(255,255,255,.12); }

.contact-form { background: #fff; border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-lg); position: relative; }
.hp { position: absolute; left: -9999px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy-900); margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-200); border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 14.5px; color: var(--ink); background: var(--gray-100);
  transition: border-color .15s ease;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--blue-600); background: #fff; }
.form-note { font-size: 12.5px; color: var(--gray-400); text-align: center; margin: 14px 0 0; }

/* ===== Footer ===== */
.site-footer { background: var(--navy-950); color: rgba(255,255,255,.7); padding: 36px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-inner .brand-name { color: #fff; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { font-size: 14px; color: rgba(255,255,255,.65); }
.footer-nav a:hover { color: #fff; }
.footer-copy { font-size: 13px; width: 100%; text-align: center; margin-top: 8px; color: rgba(255,255,255,.4); }

/* ===== Mobile call FAB ===== */
.mobile-call-fab {
  display: none; position: fixed; bottom: 20px; right: 20px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; background: var(--orange-500); color: #fff;
  align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(245,144,30,.5);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid-compact { grid-template-columns: repeat(2, 1fr); }
  .highlights-strip { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .plan-featured { transform: none; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .carousel-page { grid-template-columns: 1fr; gap: 16px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .gallery-grid img:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .gallery-grid img:last-child { grid-column: span 2; }
}

@media (max-width: 720px) {
  .main-nav, .header-actions .phone-pill { display: none; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column;
    padding: 20px 24px; gap: 18px; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .header-actions .btn-primary { display: none; }
  .brand-name { font-size: 15px; white-space: nowrap; }
  .brand-logo { width: 36px; height: 36px; }
  .hero-content { padding: 120px 20px 60px; }
  .hero-trust { gap: 20px; }
  .services-grid, .services-grid-compact, .reviews-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .section-compact { padding: 48px 0; }
  .mobile-call-fab { display: flex; }
  .contact-form { padding: 26px; }
  .carousel-arrow { width: 36px; height: 36px; }
  .reviews-carousel { gap: 8px; align-items: flex-start; }
  .carousel-arrow { margin-top: 8px; }
}
