.cluster-page {
  background: #f5f1ea;
  color: #102a38;
}

.cluster-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(245, 241, 234, 0.94);
  border-bottom: 1px solid rgba(16, 42, 56, 0.1);
  backdrop-filter: blur(18px);
}

.cluster-nav,
.cluster-actions,
.cluster-hero-buttons,
.cluster-trust-strip,
.cluster-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cluster-nav {
  justify-content: center;
}

.cluster-nav a,
.cluster-footer a {
  color: #244756;
  font-weight: 700;
  text-decoration: none;
}

.cluster-actions {
  justify-content: flex-end;
}

.cluster-actions .phone-copy-button {
  border: 1px solid rgba(16, 42, 56, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: #102a38;
  font-weight: 800;
}

.cluster-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(36px, 6vw, 82px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 12%, rgba(70, 167, 115, 0.22), transparent 28%),
    linear-gradient(135deg, #102a38 0%, #173c4d 46%, #f5f1ea 46%, #f5f1ea 100%);
  color: #fff;
}

.cluster-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.cluster-hero .hero-lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 23px);
}

.cluster-hero-buttons {
  margin-top: 28px;
}

.cluster-hero-buttons .button {
  min-height: 50px;
}

.local-disabled-action {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cluster-trust-strip {
  margin-top: 24px;
}

.cluster-trust-strip span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  font-size: 0.92rem;
}

.cluster-hero-photo {
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  background: #102a38;
}

.cluster-hero-photo img {
  display: block;
  width: 100%;
  height: min(68vh, 680px);
  object-fit: cover;
}

.cluster-hero-photo figcaption {
  padding: 14px 18px;
  background: #fff;
  color: #31515d;
  font-weight: 700;
}

.cluster-section {
  padding: clamp(46px, 7vw, 90px) clamp(18px, 5vw, 72px);
}

.cluster-card-grid,
.cluster-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cluster-card-grid article,
.cluster-link-grid a,
.cluster-note,
.cluster-form {
  border: 1px solid rgba(16, 42, 56, 0.11);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 42, 56, 0.08);
}

.cluster-card-grid h3,
.cluster-link-grid strong {
  display: block;
  margin: 0 0 10px;
  color: #102a38;
  font-size: 1.12rem;
}

.cluster-card-grid p,
.cluster-link-grid span,
.cluster-note p,
.cluster-form-section > div p {
  color: #58707a;
}

.cluster-link-grid a {
  color: inherit;
  text-decoration: none;
}

.cluster-split,
.cluster-form-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.cluster-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.cluster-check-list li {
  position: relative;
  padding-left: 30px;
  color: #31515d;
  font-weight: 700;
}

.cluster-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22a06b;
}

.cluster-form {
  display: grid;
  gap: 14px;
}

.cluster-form label {
  display: grid;
  gap: 7px;
  color: #31515d;
  font-weight: 800;
}

.cluster-form .cluster-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.cluster-consent input {
  width: auto;
  margin-top: 4px;
}

.cluster-form input,
.cluster-form select,
.cluster-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 42, 56, 0.16);
  border-radius: 16px;
  padding: 13px 14px;
  color: #102a38;
  background: #fbfaf7;
  font: inherit;
}

.cluster-faq details {
  margin-top: 12px;
  border: 1px solid rgba(16, 42, 56, 0.1);
  border-radius: 18px;
  padding: 18px 20px;
  background: #fff;
}

.cluster-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.cluster-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 32px clamp(18px, 5vw, 72px) 92px;
  background: #102a38;
  color: #fff;
}

.cluster-footer a {
  color: #d9f2e7;
}

.cluster-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 30;
  display: none;
  border-radius: 999px;
  padding: 15px 20px;
  background: #22a06b;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(16, 42, 56, 0.24);
}

@media (max-width: 980px) {
  .cluster-header {
    grid-template-columns: auto auto;
  }

  .cluster-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: flex-start;
  }

  .cluster-nav.open,
  .cluster-nav.is-open {
    display: flex;
  }

  .cluster-actions {
    justify-content: flex-end;
  }

  .cluster-hero,
  .cluster-split,
  .cluster-form-section {
    grid-template-columns: 1fr;
  }

  .cluster-hero {
    min-height: auto;
    background: linear-gradient(160deg, #102a38 0%, #173c4d 62%, #f5f1ea 62%, #f5f1ea 100%);
  }

  .cluster-hero-photo img {
    height: auto;
    max-height: none;
  }

  .cluster-card-grid,
  .cluster-link-grid {
    grid-template-columns: 1fr;
  }

  .cluster-sticky-cta {
    display: block;
  }
}

@media (max-width: 560px) {
  .cluster-header {
    padding: 14px 16px;
    gap: 12px;
  }

  .cluster-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .cluster-hero,
  .cluster-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cluster-hero h1 {
    font-size: clamp(40px, 14vw, 56px);
  }

  .cluster-hero-buttons .button,
  .local-disabled-action {
    width: 100%;
  }
}
