:root {
  --brand-primary: #005d99;
  --brand-secondary: #13bdde;
  --brand-accent: #ecb306;
  --brand-navy: #192e3e;
  --bg: #ffffff;
  --bg-alt: #f7f6f4;
  --surface: #ffffff;
  --text: #192e3e;
  --text-muted: #5d6b78;
  --border: #dde5ea;
  --cta: #ecb306;
  --cta-hover: #cd9803;
  --cta-text: #192e3e;
  --ppc-hero-bg: #192e3e;
  --ppc-hero-overlay: rgba(25, 46, 62, .78);
  --ppc-form-bg: #0f2230;
  --ppc-form-bg-alt: #132b3c;
  --ppc-form-text: #ffffff;
  --ppc-form-muted: rgba(255, 255, 255, .78);
  --ppc-form-border: rgba(255, 255, 255, .16);
  --radius: 8px;
  --shadow: 0 18px 50px rgba(18, 39, 56, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 50;
  background: var(--cta);
  color: var(--cta-text);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 12px;
}

.site-header,
.ppc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.top-strip {
  min-height: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  padding: 6px 18px;
  background: var(--brand-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.top-strip a {
  color: var(--brand-accent);
  text-decoration: none;
}

.header-inner,
.ppc-header-inner,
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner,
.ppc-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 180px;
}

.brand img {
  width: 190px;
  height: auto;
}

.footer-brand img {
  width: 180px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  color: var(--brand-primary);
  text-decoration: none;
}

.header-actions,
.hero-actions,
.section-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btn,
.btn-secondary,
.phone-link,
.ghost-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.btn {
  background: var(--cta);
  color: var(--cta-text);
}

.btn:hover {
  background: var(--cta-hover);
}

.btn-secondary,
.ghost-btn {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

.phone-link {
  border-color: var(--border);
  color: var(--brand-primary);
  background: #fff;
}

.hero,
.ppc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(19, 189, 222, .24), transparent 28%),
    linear-gradient(135deg, #0f2230 0%, #192e3e 64%, #005d99 100%);
}

.hero-bg-video,
.hero-overlay,
.ppc-hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.ppc-hero-overlay {
  background: linear-gradient(90deg, rgba(15, 34, 48, .92), rgba(15, 34, 48, .76), rgba(0, 93, 153, .54));
}

.hero-inner,
.ppc-hero-inner {
  position: relative;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: clamp(620px, 76vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr);
  gap: 48px;
  align-items: center;
  padding: 76px 0 88px;
}

.ppc-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 450px);
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy p {
  max-width: 640px;
  color: rgba(255, 255, 255, .88);
  font-size: 19px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-visual {
  display: grid;
  gap: 18px;
}

.hero-photo,
.feature-media,
.consult-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.hero-photo {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 12px;
}

.hero-photo img,
.feature-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.consult-card {
  padding: 26px;
  background: #fff;
  color: var(--text);
  border: 1px solid var(--border);
}

.consult-card strong {
  display: block;
  color: var(--brand-primary);
  font-size: 34px;
  line-height: 1;
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-proof span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .09);
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 88px 0;
}

.section.alt {
  background: var(--bg-alt);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-head p,
.muted {
  color: var(--text-muted);
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.review-card,
.stat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(20, 39, 56, .06);
}

.card,
.review-card {
  padding: 24px;
}

.card a,
.text-link {
  color: var(--brand-primary);
  font-weight: 900;
  text-decoration: none;
}

.service-card {
  min-height: 100%;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.feature.reverse {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr);
}

.feature-media {
  background: #e8f3f6;
}

.feature-media img {
  object-fit: contain;
  padding: 22px;
  background: linear-gradient(135deg, #f7fafd, #ffffff);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-accent);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.stat {
  padding: 24px;
}

.stat strong {
  display: block;
  color: var(--brand-primary);
  font-size: 36px;
  line-height: 1;
}

.proof-band {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-primary));
  color: #fff;
}

.proof-band .section-head p {
  color: rgba(255, 255, 255, .78);
}

.review-card {
  color: var(--text);
}

.review-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.review-head span,
.source-label {
  color: var(--text-muted);
  font-size: 13px;
}

.stars {
  margin: 12px 0;
  color: var(--brand-accent);
  letter-spacing: .08em;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 34px;
  align-items: start;
}

.contact-card,
.form-card,
.ppc-form-card {
  border-radius: var(--radius);
  padding: 28px;
  background: var(--ppc-form-bg);
  color: var(--ppc-form-text);
  border: 1px solid var(--ppc-form-border);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.contact-card a {
  color: #fff;
}

.mini-location-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
}

.mini-location-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .14);
  text-decoration: none;
}

.form-embed-wrap,
.calendar-embed-wrap {
  margin-top: 18px;
  min-height: 620px;
  background: var(--ppc-form-bg-alt);
  border: 1px solid var(--ppc-form-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.form-embed-wrap iframe,
.calendar-embed-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
  background: var(--ppc-form-bg-alt);
  overflow: hidden;
}

.form-embed-placeholder {
  min-height: inherit;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 26px;
  color: var(--ppc-form-muted);
}

.skeleton-line {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
}

.scheduler-choice {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.site-footer {
  padding: 60px 0 30px;
  background: #0f2230;
  color: rgba(255, 255, 255, .78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 28px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.copyright {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
}

.ppc-alert {
  padding: 9px 16px;
  background: var(--brand-accent);
  color: var(--cta-text);
  text-align: center;
  font-weight: 900;
}

.ppc-header {
  position: relative;
}

.ppc-hero {
  background:
    linear-gradient(90deg, rgba(15, 34, 48, .94), rgba(25, 46, 62, .78)),
    linear-gradient(135deg, #0f2230, #005d99);
}

.ppc-form-card .form-embed-wrap {
  min-height: 560px;
}

.sticky-mobile-cta {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  padding: 24px;
  background: rgba(0, 0, 0, .72);
}

.booking-modal.is-open {
  display: grid;
  place-items: center;
}

.booking-dialog {
  width: min(980px, 100%);
  max-height: min(840px, calc(100vh - 40px));
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.booking-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--border);
}

.booking-close {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.calendar-embed-wrap {
  height: min(760px, calc(100vh - 150px));
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.calendar-embed-wrap iframe {
  height: 100% !important;
  max-height: 100%;
}

.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  margin-top: 34px;
  font-size: 28px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-left: 4px solid var(--brand-accent);
  padding: 18px 22px;
  background: #fff;
}

@media (max-width: 1020px) {
  .site-nav {
    display: none;
  }

  .hero-inner,
  .ppc-hero-inner,
  .feature,
  .feature.reverse,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-inner,
  .ppc-hero-inner {
    min-height: auto;
    padding: 58px 0 72px;
  }

  .grid.three,
  .location-grid,
  .stat-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .ppc-header-inner,
  .wrap,
  .hero-inner,
  .ppc-hero-inner {
    width: min(100% - 28px, 1160px);
  }

  .top-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .header-actions .phone-link {
    display: none;
  }

  .brand,
  .brand img {
    min-width: 0;
    width: 150px;
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .form-card,
  .contact-card,
  .ppc-form-card {
    padding: 20px;
  }

  .form-embed-wrap,
  .ppc-form-card .form-embed-wrap {
    min-height: 760px;
  }

  .sticky-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: #fff;
    border-top: 1px solid var(--border);
  }

  .sticky-mobile-cta a {
    min-height: 54px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 900;
  }

  .sticky-mobile-cta a:last-child {
    background: var(--cta);
    color: var(--cta-text);
  }

  .booking-modal {
    padding: 10px;
  }

  .booking-dialog {
    max-height: calc(100vh - 20px);
    overflow: auto;
  }

  .calendar-embed-wrap {
    height: 1120px;
  }
}
