:root {
  --navy: #0f3557;
  --navy-dark: #08243d;
  --blue: #1f75b8;
  --blue-soft: #eaf4fb;
  --grey: #64717f;
  --grey-light: #eef2f5;
  --white: #ffffff;
  --dark: #18232f;
  --shadow: 0 18px 45px rgba(15, 53, 87, 0.12);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 53, 87, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  height: 92px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 26px;
  align-items: center;
}

.nav-links a,
.header-call {
  text-decoration: none;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}

.header-call {
  padding: 10px 16px;
  border: 1px solid rgba(15, 53, 87, 0.18);
  border-radius: 999px;
  background: var(--white);
}

.hero,
.page-hero {
  padding: 96px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(31, 117, 184, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbfd 0%, #eef5fa 100%);
}

.page-hero {
  text-align: center;
}

.page-hero p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--grey);
  font-size: 20px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 52px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

h1,
h2,
h3 {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--navy);
  margin-top: 0;
}

h1 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -2px;
  margin-bottom: 24px;
  max-width: 820px;
}

.page-hero h1 {
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.hero-text {
  font-size: 20px;
  color: var(--grey);
  max-width: 680px;
  margin-bottom: 30px;
}

.hero-actions,
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.page-hero .hero-actions {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: 0.2s ease;
}

.btn.primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(15, 53, 87, 0.22);
}

.btn.secondary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 10px 26px rgba(31, 117, 184, 0.22);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.full {
  width: 100%;
  margin-top: 16px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-row span,
.area-tags span,
.area-tags a {
  background: var(--white);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 8px 20px rgba(15, 53, 87, 0.06);
  text-decoration: none;
}

.booking-card {
  background: var(--white);
  border-radius: 30px;
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 53, 87, 0.08);
}

.card-label,
.popular {
  display: inline-block;
  background: var(--blue-soft);
  color: var(--blue);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px;
}

.mini-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--grey-light);
}

.mini-price span {
  color: var(--grey);
  font-weight: 800;
}

.mini-price strong {
  color: var(--navy);
  font-size: 24px;
}

.mini-price.featured strong {
  color: var(--blue);
}

.offer {
  margin: 20px 0 0;
  color: var(--navy);
  font-weight: 900;
}

.trust-strip {
  background: var(--navy);
  padding: 28px 0;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-strip-grid div {
  color: var(--white);
  text-align: center;
}

.trust-strip-grid strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.trust-strip-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.section {
  padding: 82px 0;
}

.section.soft {
  background: #f7fafc;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading p {
  color: var(--grey);
  font-size: 18px;
}

.cards,
.pricing-grid,
.steps-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.price-card,
.step-card,
.notice-box,
.list-panel,
.area-panel,
.review-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  border: 1px solid rgba(15, 53, 87, 0.08);
  box-shadow: 0 10px 28px rgba(15, 53, 87, 0.07);
}

.card p,
.price-card p,
.step-card p,
.notice-box p,
.split p,
.area-panel p,
.review-card p {
  color: var(--grey);
}

.icon {
  width: 48px;
  height: 48px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}

.highlight-card,
.featured-price {
  border: 2px solid rgba(31, 117, 184, 0.45);
}

.price-card {
  text-align: center;
}

.price {
  font-size: 48px;
  color: var(--blue) !important;
  font-weight: 900;
  margin: 8px 0;
}

.pricing-note {
  margin-top: 26px;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.step-card span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.check-list {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  break-inside: avoid;
  margin-bottom: 13px;
  font-weight: 800;
  color: var(--navy);
}

.check-list li::before {
  content: "✓";
  color: var(--blue);
  font-weight: 900;
  margin-right: 8px;
}

.navy-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--white);
}

.navy-section h2,
.navy-section p {
  color: var(--white);
}

.light-text {
  color: #a7d8ff;
}

.preview-gallery-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.preview-gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(15, 53, 87, 0.12);
  border: 1px solid rgba(15, 53, 87, 0.08);
}

.gallery-section {
  background: #f7fafc;
}

.gallery-grid figure {
  margin: 0;
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 53, 87, 0.12);
  border: 1px solid rgba(15, 53, 87, 0.08);
}

.gallery-grid img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.gallery-grid figcaption {
  padding: 14px 16px;
  color: var(--navy);
  font-weight: 800;
}

.center-action {
  margin-top: 30px;
  text-align: center;
}

.reviews-section {
  background: #ffffff;
}

.stars {
  color: var(--blue);
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 0;
}

.review-card strong {
  color: var(--navy);
}

.google-review-cta {
  margin-top: 28px;
  text-align: center;
}

.google-review-cta a {
  display: inline-flex;
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
}

.service-area-section {
  background: #ffffff;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.notice-box {
  border-left: 5px solid var(--blue);
}

.faq-section {
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: #f7fafc;
  border: 1px solid rgba(15, 53, 87, 0.08);
  border-radius: 20px;
  padding: 24px;
}

.faq-item h3 {
  margin-bottom: 8px;
}

.faq-item p {
  margin: 0;
  color: var(--grey);
}

.quote-section {
  background: linear-gradient(135deg, #eef5fa 0%, #ffffff 100%);
}

.quote-card {
  background: var(--white);
  border-radius: 34px;
  padding: 54px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 53, 87, 0.08);
}

.quote-card p {
  color: var(--grey);
  font-size: 18px;
}

.compact-quote {
  max-width: 850px;
}

.fast-response {
  color: var(--navy) !important;
  font-weight: 900;
}

.quote-form {
  margin-top: 34px;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-block {
  margin-top: 22px;
}

.quote-form label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 8px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(15, 53, 87, 0.18);
  border-radius: 14px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  background: #ffffff;
  color: var(--dark);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(31, 117, 184, 0.12);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background: #f7fafc;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(15, 53, 87, 0.08);
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--dark);
  font-weight: 700;
}

.checkbox-grid input {
  width: auto;
}

.form-disclaimer {
  margin-top: 24px;
  padding: 18px;
  background: var(--blue-soft);
  border-left: 5px solid var(--blue);
  border-radius: 16px;
}

.form-disclaimer p {
  margin: 0;
  color: var(--navy) !important;
  font-weight: 800;
}

.form-submit {
  margin-top: 24px;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.hidden-field {
  display: none;
}

.footer {
  background: var(--navy-dark);
  color: var(--white);
  padding: 34px 0;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.footer p {
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
}

.footer-small {
  font-size: 13px;
}

.mobile-sticky-bar {
  display: none;
}

@media (max-width: 700px) {
  .mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--navy);
    z-index: 999;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.18);
  }

  .mobile-sticky-bar a {
    color: #ffffff;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  body {
    padding-bottom: 58px;
  }

  .form-grid,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .nav {
    flex-direction: column;
    padding: 14px 0;
    min-height: auto;
  }

  .nav-links {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero,
  .page-hero {
    padding: 64px 0;
  }

  .hero-grid,
  .cards,
  .pricing-grid,
  .steps-grid,
  .split,
  .review-grid,
  .trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .booking-card {
    max-width: 520px;
  }

  .check-list {
    columns: 1;
  }

  .preview-gallery-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .preview-gallery-grid img,
  .gallery-grid img {
    height: 240px;
  }

  .footer-grid {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .brand img {
    height: 72px;
  }

  .nav-links {
    display: none;
  }

  .header-call {
    width: 100%;
    text-align: center;
  }

  h1 {
    font-size: 42px;
  }

  .hero-text,
  .page-hero p {
    font-size: 18px;
  }

  .section {
    padding: 60px 0;
  }

  .quote-card {
    padding: 34px 22px;
  }

  .btn {
    width: 100%;
  }

  .preview-gallery-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .preview-gallery-grid img,
  .gallery-grid img {
    height: 230px;
  }
}