:root {
  --bg: #eef4f8;
  --surface: #ffffff;
  --text: #0f2940;
  --muted: #566b7f;
  --border: #c8d8e7;
  --primary: #0d5c8f;
  --primary-dark: #0a4a72;
  --secondary: #1b7f7a;
  --accent: #e4f1f6;
  --sand: #f7f2e8;
  --shadow: 0 20px 45px rgba(8, 44, 79, 0.08);
  --radius: 24px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(13, 92, 143, 0.12), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(27, 127, 122, 0.09), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, var(--bg) 100%);
  color: var(--text);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, #083b60, #0d5c8f);
  color: #fff;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  font-size: 0.95rem;
}

.topbar p {
  margin: 0;
}

.topbar a {
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(251, 253, 255, 0.86);
  border-bottom: 1px solid rgba(200, 216, 231, 0.8);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-nav {
  display: none;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.header-phone:hover,
.header-phone:focus-visible {
  color: var(--primary);
}

.header-phone {
  font-weight: 800;
  color: var(--primary);
}

.hero {
  padding: 3.5rem 0 1.75rem;
}

.hero-grid,
.location-grid,
.section-grid,
.about-band,
.detail-grid,
.proof-grid {
  display: grid;
  gap: 1rem;
}

.eyebrow,
.section-tag,
.card-label {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.section-tag-light {
  color: rgba(255, 255, 255, 0.78);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  max-width: 19ch;
}

h3 {
  font-size: 1.45rem;
}

.hero-text,
.section-heading p,
.about-copy p,
.about-feature-card p,
.proof-copy p,
.location-copy p,
.site-footer p,
.info-panel p {
  color: var(--muted);
}

.hero-text {
  max-width: 34rem;
  font-size: 1.1rem;
}

.hero-copy {
  padding-right: 0.5rem;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 1.8rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-dark);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: #a9bfd2;
}

.button-light {
  background: #fff;
  color: var(--primary);
}

.hero-highlights,
.feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-highlights {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
}

.hero-highlights li,
.feature-list li {
  position: relative;
  padding-left: 1.5rem;
}

.hero-highlights li::before,
.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--primary);
}

.hero-panel,
.quick-card,
.image-card,
.service-card,
.fees-card,
.benefit-card,
.review-card,
.map-card,
.cta-card,
.info-grid article,
.about-feature-card,
.about-photo,
.proof-copy,
.proof-photo,
.info-panel {
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1rem;
  border: 1px solid rgba(200, 216, 231, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 253, 0.96));
}

.quick-card {
  padding: 1.1rem;
  border: 1px solid var(--border);
  margin-bottom: 1rem;
  background:
    linear-gradient(180deg, rgba(228, 241, 246, 0.45), rgba(255, 255, 255, 0.95));
}

.quick-card-header {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
}

.status-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #17a168;
}

.quick-card-body {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.quick-card-body span {
  display: block;
  color: var(--muted);
}

.hero-images,
.info-grid,
.service-grid,
.benefit-grid,
.review-grid {
  display: grid;
  gap: 1rem;
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--border);
}

.image-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--accent);
}

.image-card-tall img {
  aspect-ratio: 4 / 5;
}

.image-card figcaption {
  padding: 0.9rem 1rem 1rem;
  font-weight: 700;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-stats div,
.proof-points div,
.location-meta div {
  padding: 0.95rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--border);
}

.hero-stats strong,
.proof-points strong,
.location-meta strong {
  display: block;
  font-size: 1.02rem;
}

.hero-stats span,
.proof-points span,
.location-meta span {
  color: var(--muted);
  font-size: 0.95rem;
}

.info-strip {
  padding: 1rem 0 0;
}

.info-grid article {
  padding: 1.25rem;
}

.info-grid h2 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.info-grid p {
  margin: 0.2rem 0;
  color: var(--muted);
}

.section {
  padding: 4.25rem 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(228, 241, 246, 0.75), rgba(255, 255, 255, 0));
}

.section-heading {
  margin-bottom: 1.4rem;
}

.about-copy {
  display: grid;
  gap: 0.4rem;
}

.about-band,
.detail-grid {
  margin-top: 1.4rem;
}

.about-feature-card,
.proof-copy,
.proof-photo,
.info-panel,
.service-card,
.fees-card,
.benefit-card,
.review-card {
  padding: 1.35rem;
  border: 1px solid var(--border);
}

.about-feature-card {
  background:
    linear-gradient(135deg, rgba(247, 242, 232, 0.95), rgba(255, 255, 255, 0.96));
}

.about-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 92, 143, 0.1);
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 800;
}

.about-photo,
.proof-photo {
  overflow: hidden;
  margin: 0;
}

.about-photo img,
.proof-photo img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card.featured {
  background:
    linear-gradient(180deg, #ffffff, #f5f9ff);
}

.price-subtitle {
  margin: 0.35rem 0 1rem;
  color: var(--muted);
}

.rate-list {
  display: grid;
  gap: 0.85rem;
}

.rate-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2ebf4;
}

.rate-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rate-list span {
  color: var(--muted);
}

.fees-card,
.info-panel {
  margin-top: 0;
}

.info-panel {
  background:
    linear-gradient(180deg, rgba(228, 241, 246, 0.58), rgba(255, 255, 255, 0.96));
}

.proof-section {
  padding-top: 0;
}

.proof-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 232, 0.72));
}

.proof-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.compact div {
  padding-bottom: 0.55rem;
}

.benefit-card {
  font-weight: 700;
  min-height: 100%;
}

.review-card p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.location-copy {
  align-self: center;
}

.location-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.map-card {
  overflow: hidden;
  min-height: 320px;
  border: 1px solid var(--border);
}

.cta-section {
  padding: 0 0 4.5rem;
}

.cta-card {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  background: linear-gradient(135deg, #0d5c8f, #1b7f7a);
  color: #fff;
}

.cta-card h2 {
  max-width: 22ch;
}

.site-footer {
  border-top: 1px solid rgba(200, 216, 231, 0.9);
  background: #fff;
}

.site-footer p {
  margin: 0.2rem 0;
}

@media (min-width: 700px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

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

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

  .service-grid .featured {
    grid-column: span 2;
  }

  .about-band,
  .detail-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-card {
    grid-template-columns: 1.8fr auto;
  }
}

@media (min-width: 960px) {
  .site-nav {
    display: flex;
  }

  .hero-grid,
  .location-grid,
  .section-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
  }

  .info-grid,
  .service-grid,
  .benefit-grid,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid .featured {
    grid-column: span 1;
  }

  .hero {
    padding-top: 4.3rem;
  }

  .hero-images {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }
}

@media (max-width: 699px) {
  .hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .topbar-inner,
  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand {
    width: 100%;
  }
}
