/* =========================================================
   ELECTROSHAPE SUBURB PAGE
   Shared lightweight local node styling
========================================================= */

.es-suburb-page,
.es-suburb-page * {
  box-sizing: border-box;
}

.es-suburb-page {
  width: 100%;
  padding: clamp(64px, 8vw, 120px) 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,201,40,0.10), transparent 24%),
    radial-gradient(circle at 8% 18%, rgba(0,174,234,0.07), transparent 26%),
    linear-gradient(135deg, #f4f8fb 0%, #ffffff 48%, #f5efe1 100%);
  color: #071827;
}

.es-suburb-page__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.es-suburb-page__breadcrumbs {
  margin-bottom: 18px;
  color: #64748b;
  font-size: 0.92rem;
}

/* HERO */

.es-suburb-page__hero {
  margin-bottom: 28px;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,201,40,0.16), transparent 30%),
    linear-gradient(135deg, rgba(7,24,39,0.98), rgba(3,17,29,0.98));
  color: #fff;
  box-shadow: 0 28px 80px rgba(7,24,39,0.14);
}

.es-suburb-page__eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  color: #ffc928;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 950;
}

.es-suburb-page__title {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.es-suburb-page__intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.85;
}

/* BODY */

.es-suburb-page__body {
  display: grid;
  gap: 18px;
}

.es-suburb-page__section {
  padding: clamp(24px, 3vw, 34px);
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(7,24,39,0.08);
  box-shadow: 0 18px 54px rgba(7,24,39,0.06);
}

.es-suburb-page__section h2 {
  margin: 0 0 18px;
  color: #071827;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.es-suburb-page__section p {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.85;
}

.es-suburb-page__section p:last-child {
  margin-bottom: 0;
}

.es-suburb-page__section a {
  color: #071827;
  font-weight: 900;
  text-decoration: none;
}

.es-suburb-page__section a:hover {
  color: #00aeea;
}

/* FAQ */

.es-suburb-page__faq {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(7,24,39,0.04);
  border: 1px solid rgba(7,24,39,0.06);
}

.es-suburb-page__faq[open] {
  background: rgba(255,255,255,0.96);
  border-color: rgba(0,174,234,0.16);
  box-shadow: 0 10px 34px rgba(7,24,39,0.05);
}

.es-suburb-page__faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 58px 18px 20px;
  color: #071827;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.5;
}

.es-suburb-page__faq summary::-webkit-details-marker {
  display: none;
}

.es-suburb-page__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #00aeea;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.es-suburb-page__faq[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.es-suburb-page__faq div {
  padding: 0 20px 20px;
  color: #475569;
  line-height: 1.8;
}

.es-suburb-page__faq div a {
  color: #071827;
  font-weight: 900;
  text-decoration: none;
}

.es-suburb-page__faq div a:hover {
  color: #00aeea;
}

/* CTA */

.es-suburb-page__cta {
  background:
    radial-gradient(circle at 92% 12%, rgba(255,201,40,0.14), transparent 30%),
    linear-gradient(135deg, #071827, #03111d);
  color: #fff;
}

.es-suburb-page__cta h2 {
  color: #fff;
}

.es-suburb-page__cta p {
  color: rgba(255,255,255,0.74);
}

.es-suburb-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc928, #ff9f1c);
  color: #071827 !important;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 950;
  box-shadow: 0 16px 40px rgba(255,201,40,0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.es-suburb-page__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 22px 50px rgba(255,201,40,0.30);
}

/* LOCATION / MAP */

.es-suburb-page__location {
  width: min(920px, calc(100% - 40px));
  margin: clamp(28px, 4vw, 44px) auto clamp(64px, 8vw, 120px);
}

.es-suburb-page__location-note {
  color: #64748b !important;
  font-size: 0.95rem;
}

.es-suburb-page__map-wrap {
  overflow: hidden;
  margin: 22px 0;
  min-height: 320px;
  border-radius: 22px;
  background: #e8eef4;
  border: 1px solid rgba(7,24,39,0.08);
}

.es-suburb-page__map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

/* RESPONSIVE */

@media (max-width: 767px) {
  .es-suburb-page {
    padding: 48px 16px;
  }

  .es-suburb-page__hero,
  .es-suburb-page__section,
  .es-suburb-page__map-wrap {
    border-radius: 22px;
  }

  .es-suburb-page__title {
    font-size: clamp(2.3rem, 11vw, 4.4rem);
  }

  .es-suburb-page__section h2 {
    font-size: clamp(1.85rem, 8vw, 3rem);
  }

  .es-suburb-page__button {
    width: 100%;
  }

  .es-suburb-page__location {
    width: calc(100% - 32px);
  }
}