/* Bloom CSS Logistics: Service-Hub-Multi-Pages */
/* Bloom CSS Logistics: Electroshape Service Hub Page */

.es-service-hub {
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(255,201,40,0.10), transparent 25%),
    radial-gradient(circle at 6% 14%, rgba(0,174,234,0.10), transparent 28%),
    linear-gradient(135deg, #061522 0%, #071827 42%, #03111d 100%);
  color: #ffffff;
}

.es-service-hub *,
.es-service-hub *::before,
.es-service-hub *::after {
  box-sizing: border-box;
}

.es-service-hub a {
  text-decoration: none;
}

.es-service-hub__hero {
  width: 100%;
  padding: clamp(72px, 9vw, 132px) 20px clamp(56px, 7vw, 92px);
  background:
    radial-gradient(circle at 78% 22%, rgba(0,174,234,0.12), transparent 30%),
    radial-gradient(circle at 92% 58%, rgba(255,201,40,0.11), transparent 28%),
    linear-gradient(135deg, rgba(7,24,39,0.96), rgba(3,17,29,0.98));
}

.es-service-hub__hero-inner,
.es-service-hub__container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.es-service-hub__breadcrumbs {
  margin-bottom: 34px;
  color: rgba(255,255,255,0.62);
}

.es-service-hub__breadcrumbs a,
.es-service-hub__breadcrumbs .b-breadcrumbs__link {
  color: #00aeea;
}

.es-service-hub__breadcrumbs .b-breadcrumbs__current {
  color: rgba(255,255,255,0.72);
}

.es-service-hub__eyebrow,
.es-service-hub__kicker {
  margin: 0 0 16px;
  color: #ffc928;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 950;
}

.es-service-hub__hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 6.2vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.es-service-hub__hero > .es-service-hub__hero-inner > p:not(.es-service-hub__eyebrow) {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.76);
  font-size: 1.05rem;
  line-height: 1.85;
}

.es-service-hub__hero-actions,
.es-service-hub__inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.es-service-hub__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.es-service-hub__btn:hover {
  transform: translateY(-2px);
}

.es-service-hub__btn--primary {
  background: linear-gradient(135deg, #ffc928, #ff9f1c);
  color: #071827;
  border: 1px solid transparent;
  box-shadow: 0 18px 44px rgba(255,201,40,0.24);
}

.es-service-hub__btn--primary:hover {
  box-shadow: 0 24px 56px rgba(255,201,40,0.34);
}

.es-service-hub__btn--secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
}

.es-service-hub__btn--secondary:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.28);
}

.es-service-hub__body {
  width: 100%;
  padding: clamp(56px, 8vw, 104px) 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,201,40,0.10), transparent 24%),
    linear-gradient(135deg, #f4f8fb 0%, #ffffff 48%, #f5efe1 100%);
  color: #071827;
}

.es-service-hub__section {
  margin-bottom: clamp(34px, 6vw, 72px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(7,24,39,0.08);
  box-shadow: 0 22px 70px rgba(7,24,39,0.06);
}

.es-service-hub__section:last-child {
  margin-bottom: 0;
}

.es-service-hub__section--dark {
  background:
    radial-gradient(circle at 92% 10%, rgba(255,201,40,0.14), transparent 30%),
    linear-gradient(135deg, #071827, #03111d);
  border-color: rgba(255,255,255,0.10);
  color: #ffffff;
}

.es-service-hub__section-head {
  max-width: 850px;
  margin-bottom: 28px;
}

.es-service-hub__section-head h2,
.es-service-hub__cta h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.es-service-hub__section--dark .es-service-hub__section-head h2 {
  color: #ffffff;
}

.es-service-hub__content {
  color: #475569;
  font-size: 1rem;
  line-height: 1.85;
}

.es-service-hub__content p {
  margin: 0;
}

.es-service-hub__content p + p {
  margin-top: 18px;
}

.es-service-hub__content--narrow {
  max-width: 820px;
}

.es-service-hub__section--dark .es-service-hub__content {
  color: rgba(255,255,255,0.76);
}

.es-service-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.es-service-hub__card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(7,24,39,0.08);
  box-shadow: 0 18px 56px rgba(7,24,39,0.06);
}

.es-service-hub__card::before {
  content: "";
  position: absolute;
  inset: auto 24px 0 24px;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #00aeea, #ffc928);
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.es-service-hub__card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.es-service-hub__card > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #00aeea;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.es-service-hub__card h3 {
  margin: 0;
  color: #071827;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.es-service-hub__card p {
  margin: 20px 0 0;
  color: #475569;
  line-height: 1.8;
}

.es-service-hub__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 30px;
  align-items: start;
}

.es-service-hub__panel {
  padding: 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(0,174,234,0.12), transparent 30%),
    rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.es-service-hub__panel h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.es-service-hub__checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.es-service-hub__checklist li {
  position: relative;
  padding-left: 28px;
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
}

.es-service-hub__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00aeea, #ffc928);
  box-shadow: 0 0 0 5px rgba(0,174,234,0.10);
}

.es-service-hub__area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.es-service-hub__area-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,201,40,0.12), transparent 32%),
    linear-gradient(135deg, #071827, #03111d);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 54px rgba(7,24,39,0.12);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.es-service-hub__area-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(7,24,39,0.18);
}

.es-service-hub__area-card span {
  color: #ffc928;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 950;
}

.es-service-hub__area-card strong {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.es-service-hub__faq {
  display: grid;
  gap: 14px;
}

.es-service-hub__faq-item {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(7,24,39,0.04);
  border: 1px solid rgba(7,24,39,0.08);
}

.es-service-hub__faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  color: #071827;
  font-weight: 950;
  line-height: 1.35;
}

.es-service-hub__faq-item summary::-webkit-details-marker {
  display: none;
}

.es-service-hub__faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: #00aeea;
  font-size: 1.6rem;
  font-weight: 800;
  transition: 0.22s ease;
}

.es-service-hub__faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.es-service-hub__faq-item div {
  padding: 0 22px 22px;
}

.es-service-hub__faq-item p {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.es-service-hub__cta {
  overflow: hidden;
  margin-top: clamp(38px, 6vw, 80px);
  padding: clamp(34px, 5vw, 58px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,201,40,0.15), transparent 32%),
    radial-gradient(circle at 8% 22%, rgba(0,174,234,0.14), transparent 28%),
    linear-gradient(135deg, #071827, #03111d);
  color: #ffffff;
  box-shadow: 0 30px 90px rgba(7,24,39,0.16);
}

.es-service-hub__cta-inner {
  max-width: 860px;
}

.es-service-hub__cta h2 {
  color: #ffffff;
}

.es-service-hub__cta p:not(.es-service-hub__kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.76);
  line-height: 1.85;
}

.es-service-hub--solar .es-service-hub__hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(255,201,40,0.14), transparent 30%),
    radial-gradient(circle at 12% 20%, rgba(0,174,234,0.12), transparent 28%),
    linear-gradient(135deg, #061522 0%, #071827 48%, #03111d 100%);
}

.es-service-hub--solar .es-service-hub__card:nth-child(2)::before,
.es-service-hub--solar .es-service-hub__card:nth-child(3)::before {
  background: linear-gradient(90deg, #ffc928, #00aeea);
}

@media (max-width: 980px) {
  .es-service-hub__grid,
  .es-service-hub__split,
  .es-service-hub__area-grid {
    grid-template-columns: 1fr;
  }

  .es-service-hub__hero h1 {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .es-service-hub__hero {
    padding: 54px 16px 46px;
  }

  .es-service-hub__body {
    padding: 42px 16px;
  }

  .es-service-hub__section,
  .es-service-hub__cta {
    border-radius: 24px;
    padding: 24px;
  }

  .es-service-hub__hero h1,
  .es-service-hub__section-head h2,
  .es-service-hub__cta h2 {
    font-size: clamp(2.35rem, 11vw, 4.2rem);
    letter-spacing: -0.05em;
  }

  .es-service-hub__hero-actions,
  .es-service-hub__inline-actions {
    flex-direction: column;
  }

  .es-service-hub__btn {
    width: 100%;
  }

  .es-service-hub__card {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .es-service-hub__card h3 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .es-service-hub__panel {
    padding: 24px;
  }
}

/* Area Zones */

.es-service-hub__area-zones {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.es-service-hub__zone {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(7,24,39,0.08);
  box-shadow: 0 18px 54px rgba(7,24,39,0.06);
}

.es-service-hub__zone summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
}

.es-service-hub__zone summary::-webkit-details-marker {
  display: none;
}

.es-service-hub__zone summary strong {
  display: block;
  color: #071827;
  font-size: 1.3rem;
  font-weight: 900;
}

.es-service-hub__zone summary small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  font-size: 0.9rem;
}

.es-service-hub__zone summary em {
  font-style: normal;
  color: #00aeea;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.es-service-hub__zone-body {
  padding: 0 28px 28px;
  color: #475569;
  line-height: 1.8;
}

.es-service-hub__zone-body p {
  margin: 0 0 18px;
}

.es-service-hub__zone-body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg,#ffc928,#ff9f1c);
  color: #071827;
  font-weight: 900;
}

.es-service-hub__zone-body--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.es-service-hub__zone-body--chips span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0,174,234,0.08);
  color: #071827;
  font-weight: 700;
  border: 1px solid rgba(0,174,234,0.15);
}