/* Homepage visual extras */
.brand-logo {
  height: 40px;
  width: auto;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  object-fit: contain;
}
.brand {
  gap: 12px;
}

.hero-photo {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
  background: var(--navy);
}
.hero-photo .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04);
  filter: saturate(1.05);
}
.hero-photo .hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(6, 16, 32, 0.92) 0%,
    rgba(12, 35, 64, 0.78) 45%,
    rgba(12, 35, 64, 0.55) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.hero-photo h1 {
  font-family: var(--display);
  font-size: clamp(30px, 5.5vw, 48px);
  line-height: 1.12;
  margin: 0 0 14px;
  max-width: 14ch;
  font-weight: 600;
}
.hero-photo .lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 46ch;
  font-size: clamp(15px, 2.2vw, 18px);
  margin: 0 0 20px;
}
.hero-badge {
  display: inline-block;
  margin-bottom: 12px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}
.hero-follow {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.follow-heading {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 210, 63, 0.95);
}
.follow-sub {
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}
.hero-photo .social-btn {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.how-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.how-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.how-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #e8eef5;
}
.how-card > div {
  padding: 16px 18px 20px;
}
.how-num {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ecfdf8;
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 8px;
}
.how-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  color: var(--navy);
}
.how-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 720px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .gal-wide {
    grid-column: span 2;
    grid-row: span 2;
  }
  .gal-wide img {
    height: 100%;
    min-height: 280px;
  }
}
.gal-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
}
.gal-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.gal-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

.split {
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .split {
    grid-template-columns: 1.1fr 0.9fr;
  }
}
.split-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.split-photo img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.price-examples {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 16px;
}
.price-examples strong {
  color: var(--navy);
}

.block-alt {
  background: #eef3f8;
}
.feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow);
}
.feature-card h3 {
  margin: 0 0 8px;
  font-size: 15.5px;
  color: var(--navy);
}
.feature-card p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
}
.feature-card a {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px;
}
.feature-card.on {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 10px 28px rgba(13, 148, 136, 0.08);
}
.feature-card.soon {
  opacity: 0.92;
  background: linear-gradient(180deg, #fff, #f8fafc);
}
.feature-card.soon::after {
  content: "Coming soon";
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  background: #e8eef5;
  padding: 3px 8px;
  border-radius: 999px;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 280px;
  background: #e8eef5;
}
.map-embed iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  box-shadow: var(--shadow);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item p {
  margin: 10px 0 4px;
  color: var(--muted);
  font-size: 14px;
}

.quotes {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.quotes blockquote {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}
.quotes p {
  margin: 0 0 12px;
  font-size: 14.5px;
  color: var(--ink);
  font-style: italic;
}
.quotes cite {
  font-size: 13px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}
