/**
 * HALINK DV04 - Inner pages (DV04)
 */
.hl-breadcrumb-bar {
  background: #f4f7f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0;
}

.hl-breadcrumb-bar__nav {
  font-size: 14.62px;
  color: #64748b;
}

.hl-breadcrumb-bar__nav a {
  color: #64748b;
  text-decoration: none;
}

.hl-breadcrumb-bar__nav a:hover {
  color: var(--hl-navy);
}

.hl-breadcrumb-bar__current {
  color: var(--hl-gold);
  font-weight: 700;
}

.hl-breadcrumb-bar__sep {
  margin: 0 0.4rem;
  color: #94a3b8;
}

.hl-page-wrap {
  background: #f4f7f9;
}

.hl-page-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* Legacy hero (fallback) */
.hl-page-hero {
  background: var(--hl-navy);
  color: #fff;
  padding: 2.5rem 0;
}

.hl-page-hero__title {
  font-size: 31.5px;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #fff;
}

.hl-breadcrumb {
  font-size: 15.75px;
  color: rgba(255, 255, 255, 0.75);
}

.hl-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.hl-breadcrumb a:hover {
  color: var(--hl-gold);
}

.hl-breadcrumb span {
  margin: 0 0.35rem;
}

.hl-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 16.88px;
  color: var(--hl-dark);
}

.hl-contact-list i {
  color: var(--hl-navy);
  margin-top: 3px;
  min-width: 16px;
}

.hl-contact-list a {
  color: var(--hl-navy);
  font-weight: 600;
  text-decoration: none;
}

.hl-contact-list a:hover {
  color: var(--hl-gold);
}

.hl-contact-form-card {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--hl-shadow-sm);
}

.hl-contact-form-card .form-control {
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 15.75px;
}

.hl-contact-form-card textarea.form-control {
  border-radius: 0.75rem;
}

/* Shop filters — solar catalog */
.hl-shop-filters__heading {
  font-size: 16.88px;
  font-weight: 700;
  color: var(--hl-navy);
  margin-bottom: 0.75rem;
}

.hl-shop-filters__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.hl-shop-filters__check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 15.75px;
  cursor: pointer;
  margin-bottom: 0.35rem;
}

.hl-shop-filters__check input {
  accent-color: var(--hl-navy);
}

/* About page */
.hl-about-page {
  background: #fff;
}

.hl-about-hero {
  position: relative;
  padding: 3rem 0 2.5rem;
  background:
    radial-gradient(circle at top right, rgba(243, 189, 1, 0.12), transparent 42%),
    linear-gradient(180deg, #ebf9ff 0%, #ffffff 100%);
  overflow: hidden;
}

.hl-about-hero::before {
  content: '';
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(13, 43, 107, 0.05);
  pointer-events: none;
}

.hl-about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hl-about-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 43, 107, 0.08);
  color: var(--hl-navy);
  font-size: 14.62px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hl-about-hero__title {
  font-size: 42.75px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.hl-about-hero__text {
  font-size: 19.12px;
  color: #475569;
  line-height: 1.85;
  margin: 0 auto 1.75rem;
  max-width: 760px;
}

.hl-about-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.hl-about-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(13, 43, 107, 0.08);
  box-shadow: var(--hl-shadow-sm);
  font-size: 15.75px;
  font-weight: 700;
  color: var(--hl-navy);
}

.hl-about-highlights i {
  color: var(--hl-gold);
  font-size: 18px;
}

.hl-about-jump {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--hl-border-color);
  backdrop-filter: blur(8px);
}

.hl-about-jump__list {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.85rem 0;
  scrollbar-width: none;
}

.hl-about-jump__list::-webkit-scrollbar {
  display: none;
}

.hl-about-jump__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--hl-border-color);
  background: #fff;
  color: var(--hl-navy);
  font-size: 15.75px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--hl-transition);
}

.hl-about-jump__link:hover,
.hl-about-jump__link:focus {
  background: var(--hl-navy);
  border-color: var(--hl-navy);
  color: #fff;
}

.hl-about-sections {
  padding-bottom: 1rem;
}

.hl-about-block {
  padding: 3.5rem 0;
  scroll-margin-top: 72px;
}

.hl-about-block--alt {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.hl-about-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 3rem;
  align-items: center;
}

.hl-about-block--reverse .hl-about-block__inner {
  direction: rtl;
}

.hl-about-block--reverse .hl-about-block__inner > * {
  direction: ltr;
}

.hl-about-block__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(243, 189, 1, 0.16);
  color: var(--hl-navy);
  font-size: 20.25px;
  font-weight: 800;
}

.hl-about-block__title {
  position: relative;
  font-size: 33.75px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 1.25rem;
  padding-bottom: 0.85rem;
}

.hl-about-block__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hl-gold), var(--hl-green));
}

.hl-about-block__text {
  font-size: 18px;
  color: #475569;
  line-height: 1.85;
}

.hl-about-block__text p {
  margin: 0 0 1rem;
}

.hl-about-block__text p:last-child {
  margin-bottom: 0;
}

.hl-about-block__text h3 {
  font-size: 19.12px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 0.35rem;
}

.hl-about-values-lead {
  display: inline-block;
  margin-bottom: 1.25rem !important;
  padding: 0.65rem 1rem;
  border-radius: 0.75rem;
  background: rgba(13, 43, 107, 0.06);
  color: var(--hl-navy) !important;
  font-size: 16.88px !important;
}

.hl-about-block--values .hl-about-block__text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hl-about-block--values .hl-about-block__text .hl-about-values-lead {
  grid-column: 1 / -1;
}

.hl-about-block--values .hl-about-block__text h3 {
  margin: 0;
  padding: 1rem 1rem 0.35rem;
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-bottom: 0;
  border-radius: 0.85rem 0.85rem 0 0;
}

.hl-about-block--values .hl-about-block__text h3 + p {
  margin: 0;
  padding: 0 1rem 1rem;
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-top: 0;
  border-radius: 0 0 0.85rem 0.85rem;
  box-shadow: var(--hl-shadow-sm);
}

.hl-about-block__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-about-block__frame {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #ffffff, #eef6ff);
  box-shadow: var(--hl-shadow-md);
}

.hl-about-block__frame::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(13, 43, 107, 0.12);
  border-radius: 1.1rem;
  pointer-events: none;
}

.hl-about-block__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hl-about-cta {
  padding: 0 0 3.5rem;
}

.hl-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.25rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, var(--hl-navy) 0%, #1e3a8a 100%);
  box-shadow: var(--hl-shadow-lg);
}

.hl-about-cta__title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 29.25px;
  font-weight: 800;
}

.hl-about-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16.88px;
  line-height: 1.7;
  max-width: 620px;
}

.hl-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.hl-about-cta .hl-btn-gold {
  background: var(--hl-gold);
  color: var(--hl-navy) !important;
}

.hl-about-cta .hl-btn-gold:hover {
  background: var(--hl-gold-hover);
  color: var(--hl-navy) !important;
  transform: translateY(-2px);
}

.hl-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: var(--hl-transition);
}

.hl-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 991px) {
  .hl-about-hero__title {
    font-size: 33.75px;
  }

  .hl-about-block {
    padding: 2.5rem 0;
  }

  .hl-about-block__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hl-about-block--reverse .hl-about-block__inner {
    direction: ltr;
  }

  .hl-about-block__media {
    order: -1;
  }

  .hl-about-block__title {
    font-size: 27px;
  }

  .hl-about-block--values .hl-about-block__text {
    grid-template-columns: 1fr;
  }

  .hl-about-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .hl-about-hero {
    padding: 2rem 0 1.75rem;
  }

  .hl-about-hero__title {
    font-size: 29.25px;
  }

  .hl-about-hero__text {
    font-size: 16.88px;
  }

  .hl-about-highlights li {
    width: 100%;
    justify-content: center;
  }

  .hl-about-cta__inner {
    padding: 1.5rem;
  }

  .hl-about-cta__actions {
    width: 100%;
  }

  .hl-about-cta__actions .hl-btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

/* Legacy about selectors kept for compatibility */
.hl-about-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.hl-about-intro__title {
  font-size: 36px;
  font-weight: 800;
  color: #1a4695;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.hl-about-intro__text {
  font-size: 16.88px;
  color: #334155;
  line-height: 1.8;
  margin: 0;
}

/* Contact info boxes */
.hl-contact-info-box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  align-items: start;
  background: #f8fafc;
  border-radius: 0.75rem;
  padding: 1rem;
  height: 100%;
}

.hl-contact-info-box i {
  grid-row: 1 / span 2;
  grid-column: 1;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(13, 43, 107, 0.08);
  color: var(--hl-navy);
  font-size: 20.25px;
  margin: 0;
}

.hl-contact-info-box strong {
  grid-column: 2;
  grid-row: 1;
  display: block;
  color: var(--hl-navy);
  font-size: 15.75px;
}

.hl-contact-info-box p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 15.75px;
  color: #475569;
  line-height: 1.55;
}

.hl-contact-info-box a {
  color: var(--hl-navy);
  text-decoration: none;
  font-weight: 600;
}

.hl-about-section:nth-child(even) {
  background: #f8fafc;
}

.hl-about-section__title {
  font-size: 22.5px;
  font-weight: 800;
  color: var(--hl-navy);
  margin-bottom: 1rem;
}

.hl-about-section__content {
  font-size: 16.88px;
  line-height: 1.75;
  color: var(--hl-dark);
}

.hl-about-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.hl-about-values__item {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.hl-about-values__item h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--hl-navy);
  margin-bottom: 0.5rem;
}

/* FAQ page */
.hl-faq-group {
  margin-bottom: 2rem;
}

.hl-faq-group__title {
  font-size: 20.25px;
  font-weight: 800;
  color: var(--hl-navy);
  margin-bottom: 1rem;
}

.hl-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-faq-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 0.5rem;
  overflow: hidden;
  background: transparent;
}

.hl-faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  margin: 0;
  font-size: 15.75px;
  font-weight: 600;
  color: var(--hl-dark);
  cursor: pointer;
  user-select: none;
  background: #f0f0f0;
  border-radius: 0.35rem;
}

.hl-faq-item.is-open .hl-faq-item__q {
  background: var(--hl-navy);
  color: #fff;
}

.hl-faq-item__q::after {
  content: '+';
  font-size: 20.25px;
  font-weight: 400;
}

.hl-faq-item.is-open .hl-faq-item__q::after {
  content: '−';
}

.hl-faq-item__a {
  display: none;
  padding: 1rem;
  font-size: 15.75px;
  line-height: 1.7;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 0;
}

.hl-faq-item.is-open .hl-faq-item__a {
  display: block;
}

/* Gallery */
.hl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.hl-gallery-grid__item {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #e2e8f0;
}

.hl-gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hl-gallery-grid__item:hover img {
  transform: scale(1.05);
}

.hl-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.hl-gallery-lightbox.is-open {
  display: flex;
}

.hl-gallery-lightbox img {
  max-width: min(960px, 100%);
  max-height: 90vh;
  border-radius: 0.5rem;
}

.hl-gallery-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .hl-about-values {
    grid-template-columns: 1fr;
  }

  .hl-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .hl-page-hero {
    padding: 1.75rem 0;
  }

  .hl-page-hero__title {
    font-size: 24.75px;
  }

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