/**
 * HALINK DV04 - Widgets & Sections (DV04)
 */

/* Hero */
.hl-hero-section {
  padding: 0;
  line-height: 0;
}

.hl-hero-banner {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 280px;
  max-height: 580px;
  overflow: hidden;
}

.hl-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* About — collage + FAQ cards */
.hl-about-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #eef6ff;
}

.hl-about-collage-single {
  margin: 0;
}

.hl-about-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.hl-about-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 0 2rem;
  min-height: 320px;
}

.hl-about-collage__item {
  margin: 0;
  background: #fff;
  padding: 6px;
  box-shadow: 0 8px 24px rgba(15, 40, 80, 0.08);
}

.hl-about-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-about-collage__item--1 {
  aspect-ratio: 4 / 3;
}

.hl-about-collage__item--2 {
  aspect-ratio: 4 / 3;
}

.hl-about-collage__item--3 {
  grid-column: 1 / -1;
  width: 78%;
  margin: -2.5rem auto 0;
  aspect-ratio: 16 / 10;
  position: relative;
  z-index: 1;
}

.hl-about-sm {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 16.88px;
  margin-bottom: 0.25rem;
}

.hl-about-title {
  display: block;
  color: var(--hl-navy);
  font-weight: 800;
  font-size: clamp(31.5px, 3vw, 40.5px);
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.hl-about-desc {
  display: block;
  color: #444;
  font-size: 16.88px;
  line-height: 1.7;
  margin-bottom: 1.35rem;
}

.hl-about-faq {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hl-about-faq > li {
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(20, 50, 90, 0.06);
  overflow: hidden;
}

.hl-about-faq > li h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.95rem 1.1rem;
  font-size: 16.88px;
  font-weight: 700;
  color: var(--hl-navy);
  cursor: pointer;
  user-select: none;
}

.hl-about-faq > li h3 svg {
  width: 12px;
  height: 12px;
  fill: var(--hl-navy);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.hl-about-faq > li.is-open h3 svg {
  transform: rotate(180deg);
}

.hl-about-faq .hl-faq-content {
  display: none;
  padding: 0 1.1rem 1rem;
  font-size: 15.75px;
  line-height: 1.7;
  color: var(--hl-muted);
}

.hl-about-faq > li.is-open .hl-faq-content {
  display: block;
}

@media (max-width: 767.98px) {
  .hl-about-collage__item--3 {
    width: 88%;
    margin-top: -1.25rem;
  }
}

/* Legacy accordion (unused) */
.hl-about-accordion .accordion-button {
  font-weight: 700;
  font-size: 16.88px;
}

.hl-about-accordion .accordion-button:not(.collapsed) {
  background: var(--hl-navy);
  color: #ffffff;
  box-shadow: none;
}

.hl-about-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: var(--hl-border-color);
}

.hl-about-accordion .accordion-body {
  background: rgba(238, 246, 255, 0.6);
  font-size: 14.62px;
  line-height: 1.7;
  color: var(--hl-muted);
}

/* Promo 3 banners */
.hl-promo-grid .hl-promo-item {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--hl-border-color);
  box-shadow: var(--hl-shadow-sm);
  transition: var(--hl-transition);
}

.hl-promo-grid .hl-promo-item:hover {
  box-shadow: var(--hl-shadow-md);
}

.hl-promo-grid .hl-promo-item img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hl-promo-grid .hl-promo-item:hover img {
  transform: scale(1.05);
}

/* Why choose us — light panel + cards (Dola-style) */
.hl-why-section {
  position: relative;
  background-color: #e8f4fc;
  background-image: var(--hl-why-bg);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: var(--hl-navy);
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 5.5rem;
}

.hl-why-section::before {
  display: none;
}

.hl-why-section .container {
  position: relative;
  z-index: 2;
}

.hl-why-heading {
  color: var(--hl-navy);
  font-weight: 800;
  font-size: clamp(29.25px, 3vw, 38.25px);
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.hl-why-lead {
  color: #4b5563;
  font-size: 15.75px;
  line-height: 1.7;
  max-width: 280px;
}

.hl-why-card {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  padding: 1.15rem 1.1rem;
  display: flex;
  gap: 0.85rem;
  height: 100%;
  box-shadow: 0 6px 20px rgba(15, 40, 80, 0.06);
  transition: var(--hl-transition);
}

.hl-why-card:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(15, 40, 80, 0.1);
}

.hl-why-card-icon {
  width: 3.25rem;
  height: 3.25rem;
  flex-shrink: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.hl-why-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hl-why-card-body {
  min-width: 0;
}

.hl-why-card h4 {
  color: var(--hl-navy);
  font-size: 16.88px;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.hl-why-card p {
  font-size: 14.06px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .hl-why-lead {
    max-width: none;
  }

  .hl-why-section {
    padding-bottom: 4rem;
    background-size: 140% auto;
  }
}

/* Process — card steps + gradient arches */
.hl-process-section {
  --hl-process-navy: #153a7a;
  position: relative;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6fc 55%, #f7fbff 100%);
  padding: 3.75rem 0 3.5rem;
  overflow: hidden;
}

.hl-process-section__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(70, 150, 230, 0.12) 0%, transparent 28%),
    radial-gradient(circle at 92% 78%, rgba(70, 150, 230, 0.1) 0%, transparent 30%),
    radial-gradient(circle at 85% 12%, rgba(46, 182, 239, 0.08) 0%, transparent 22%);
}

.hl-process-section .container {
  position: relative;
  z-index: 1;
}

.hl-process-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.hl-process-head__title {
  margin: 0 0 0.55rem;
  color: #153a7a;
  font-weight: 800;
  font-size: clamp(29.25px, 3vw, 38.25px);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.hl-process-head__subtitle {
  margin: 0 0 0.85rem;
  color: #7b8798;
  font-size: 16.88px;
  font-weight: 500;
}

.hl-process-head__line {
  display: block;
  width: 56px;
  height: 4px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f7fe8, #53c8f7);
}

.hl-process-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}

.hl-process-arch {
  display: none;
}

.hl-process-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(30, 70, 120, 0.08);
  padding: 2.1rem 1.25rem 1.5rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hl-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(30, 70, 120, 0.12);
}

.hl-process-card__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(160deg, #4ea4f0, #2f7fe8);
  color: #fff;
  font-size: 16.88px;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(47, 127, 232, 0.35);
}

.hl-process-card__icon {
  width: 92px;
  height: 92px;
  margin: 0.35rem auto 1rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 200, 247, 0.28) 0%, rgba(83, 200, 247, 0.08) 55%, transparent 70%);
  display: grid;
  place-items: center;
}

.hl-process-card__icon svg,
.hl-process-card__icon img {
  width: 56px;
  height: 56px;
  display: block;
  object-fit: contain;
}

.hl-process-card__title {
  margin: 0 0 0.45rem;
  color: #2f7fe8;
  font-size: 20.25px;
  font-weight: 800;
}

.hl-process-card__desc {
  margin: 0;
  color: #4b5565;
  font-size: 15.19px;
  line-height: 1.6;
  min-height: 3.2em;
}

.hl-process-foot {
  margin: 2.5rem auto 0;
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: #e8f3ff;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  color: #1f4f96;
  box-shadow: inset 0 0 0 1px rgba(47, 127, 232, 0.08);
}

.hl-process-foot__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2f7fe8;
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hl-process-foot__text {
  font-size: 15.75px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 992px) {
  .hl-process-cards {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 0.35rem 0.5rem;
    align-items: center;
  }

  .hl-process-arch {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    height: 70px;
    align-self: start;
    margin-top: 18px;
  }

  .hl-process-arch__curve {
    display: block;
    width: 100%;
    height: 42px;
    border: 3px solid transparent;
    border-top-color: currentColor;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    opacity: 0.9;
  }

  .hl-process-arch--blue {
    color: #3b9ef0;
  }

  .hl-process-arch--cyan {
    color: #2ec4b6;
  }

  .hl-process-arch--green {
    color: #8bc34a;
  }

  .hl-process-arch__btn {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #dff1ff;
    color: #2f7fe8;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 10px rgba(30, 90, 150, 0.12);
    font-size: 15.75px;
  }

  .hl-process-card {
    padding: 2.2rem 1.1rem 1.45rem;
  }

  .hl-process-card__desc {
    font-size: 14.62px;
  }
}

@media (max-width: 991.98px) {
  .hl-process-cards {
    max-width: 420px;
  }

  .hl-process-foot {
    border-radius: 16px;
    flex-direction: column;
  }
}

/* Services / Công dụng nổi bật */
.hl-features-section {
  background: #eef3f7;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  border: 0;
}

.hl-features-section .hl-section-title {
  margin-bottom: 2rem;
}

.hl-features-section .hl-title {
  color: var(--hl-navy);
  font-weight: 800;
  font-size: clamp(29.25px, 3vw, 38.25px);
}

.hl-features-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hl-feature-card {
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  box-shadow: none;
  height: auto;
}

.hl-feature-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--hl-navy);
  margin-bottom: 0.55rem;
  display: block;
  line-height: 1.35;
}

.hl-feature-card h3::before {
  display: none;
}

.hl-feature-card p {
  font-size: 14.62px;
  color: #5b6472;
  margin: 0;
  line-height: 1.7;
}

.hl-features-col--left .hl-feature-card {
  text-align: left;
}

@media (min-width: 992px) {
  .hl-features-col--left .hl-feature-card {
    text-align: right;
  }
}

.hl-feature-center {
  width: 100%;
  max-width: 420px;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  background: transparent;
}

.hl-feature-center img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Products — homepage (DV04) */
.hl-section--products {
  background: #f4f7f9;
}

.hl-home-products__head {
  text-align: center;
  margin-bottom: 2rem;
}

.hl-home-products__title {
  margin-bottom: 1.25rem;
}

.hl-home-products__tabs {
  justify-content: center;
}

.hl-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hl-product-tab {
  border: 1px solid var(--hl-navy);
  background: #fff;
  color: var(--hl-navy);
  font-size: 14.62px;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border-radius: var(--hl-radius-pill);
  transition: var(--hl-transition);
  cursor: pointer;
}

.hl-product-tab.active {
  background: var(--hl-gold);
  border-color: var(--hl-gold);
  color: #fff;
}

.hl-product-tab:hover:not(.active) {
  background: rgba(13, 43, 107, 0.06);
}

.hl-home-products__panel {
  display: none;
}

.hl-home-products__panel.is-active {
  display: block;
}

.hl-home-products__footer {
  text-align: center;
  margin-top: 2rem;
}

/* Shared product card — match shop / Dola reference */
.hl-product-card {
  background: #ffffff;
  border: 1px solid #e6ebf0;
  border-radius: 12px;
  padding: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 40, 80, 0.03);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.hl-product-card:hover {
  border-color: #d5dde6;
  box-shadow: 0 10px 24px rgba(15, 40, 80, 0.08);
  transform: translateY(-2px);
}

.hl-product-img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f7fafc;
  margin-bottom: 0.85rem;
}

.hl-product-img img,
.hl-product-img__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.hl-product-card:hover .hl-product-img img,
.hl-product-card:hover .hl-product-img__photo {
  transform: scale(1.04);
}

.hl-badge-sale,
.hl-product-card .hl-badge-sale {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #e11d48;
  color: #fff;
  border-radius: 999px;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12.38px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(225, 29, 72, 0.25);
}

.hl-product-title {
  font-size: 15.75px;
  font-weight: 600;
  margin: 0 0 0.45rem;
  line-height: 1.45;
  min-height: 2.9em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hl-product-title a {
  color: #222;
  text-decoration: none;
}

.hl-product-title a:hover {
  color: var(--hl-navy);
}

.hl-product-price {
  font-weight: 800;
  color: var(--hl-navy);
  font-size: 16.88px;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.hl-product-price__contact {
  color: var(--hl-navy);
  font-weight: 800;
}

.hl-product-price ins {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--hl-navy);
  font-weight: 800;
  margin-left: 0.35rem;
}

.hl-product-price del {
  color: #9aa3af;
  font-size: 14.62px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 0;
}

.hl-product-price .amount {
  font-weight: 800;
}

.hl-product-card__action {
  margin-top: auto;
}

.hl-product-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: #00a651;
  color: #fff !important;
  border: 0;
  border-radius: 6px;
  padding: 0.65rem 0.75rem;
  font-size: 14.62px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hl-product-add:hover,
.hl-product-add:focus {
  background: #008f45;
  color: #fff !important;
}

.hl-product-view-all {
  display: inline-block;
  font-size: 15.75px;
  font-weight: 700;
  color: var(--hl-navy);
  border: 1px solid var(--hl-navy);
  border-radius: 15px;
  padding: 8px 24px;
  text-decoration: none;
  transition: var(--hl-transition);
}

.hl-product-view-all:hover {
  color: #fff;
  background: var(--hl-gold);
  border-color: var(--hl-gold);
}

/* Survey banner */
.hl-survey-banner {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.hl-survey-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hl-survey-banner-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.hl-survey-banner h2 {
  color: #fcd34d;
  font-weight: 900;
  font-size: 31.5px;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .hl-survey-banner h2 {
    font-size: 54px;
  }
}

.hl-survey-banner p {
  color: #f1f5f9;
  font-size: 16.88px;
  margin-bottom: 1.5rem;
}

/* Projects */
.hl-project-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  transition: var(--hl-transition);
}

.hl-project-card:hover {
  box-shadow: var(--hl-shadow-lg);
}

.hl-project-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.hl-project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hl-project-card:hover .hl-project-thumb img {
  transform: scale(1.05);
}

.hl-project-date {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--hl-navy);
  color: #ffffff;
  text-align: center;
  padding: 0.35rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.1;
}

.hl-project-date strong {
  display: block;
  font-size: 18px;
}

.hl-project-date span {
  display: block;
  font-size: 10.12px;
  text-transform: uppercase;
  color: #fcd34d;
  font-weight: 800;
}

.hl-project-body {
  padding: 1rem;
}

.hl-project-body h3 {
  font-size: 15.75px;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.hl-project-body h3 a {
  color: var(--hl-dark);
  text-decoration: none;
}

.hl-project-body h3 a:hover {
  color: var(--hl-green);
}

.hl-project-read {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--hl-navy);
  text-decoration: none;
}

.hl-project-read:hover {
  color: var(--hl-green);
}

/* Blog columns */
.hl-blog-col-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--hl-border-color);
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

.hl-blog-col-title h2 {
  font-size: 27px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0;
  border-bottom: 2px solid var(--hl-green);
  padding-bottom: 0.75rem;
  margin-bottom: -0.85rem;
}

.hl-blog-col-title a {
  font-size: 15.75px;
  font-weight: 800;
  color: var(--hl-green);
  text-decoration: none;
}

.hl-blog-item {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  transition: var(--hl-transition);
}

.hl-blog-item:hover {
  background: var(--hl-light);
  border-color: var(--hl-border-color);
}

.hl-blog-thumb {
  width: 8rem;
  height: 5.75rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: var(--hl-light);
}

.hl-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-blog-item h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 0.35rem;
}

.hl-blog-item h3 a {
  color: var(--hl-dark);
  text-decoration: none;
}

.hl-blog-item h3 a:hover {
  color: var(--hl-green);
}

.hl-blog-meta {
  font-size: 14.62px;
  color: #94a3b8;
  margin-bottom: 0.35rem;
}

.hl-blog-meta i {
  margin-right: 0.25rem;
}

.hl-blog-excerpt {
  font-size: 15.75px;
  color: var(--hl-muted);
  margin: 0;
  line-height: 1.6;
}

/* Reviews — white cards, overlapping navy-ring avatars on photo BG */
.hl-reviews-section {
  position: relative;
  background-color: var(--hl-navy);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: visible;
}

.hl-reviews-section__head {
  margin-bottom: 2.75rem;
  text-align: center;
}

.hl-reviews-section__title {
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 0;
}

.hl-reviews-slider {
  position: relative;
  padding: 0 2.75rem 1rem;
}

.hl-reviews-slider__viewport {
  overflow: hidden;
  padding-top: 3.5rem;
}

.hl-reviews-slider__track {
  display: flex;
  align-items: stretch;
  transition: transform 0.45s ease;
  will-change: transform;
}

.hl-reviews-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.65rem;
  box-sizing: border-box;
}

.hl-reviews-slider__arrow {
  position: absolute;
  top: calc(50% + 1.5rem);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(13, 43, 107, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  z-index: 2;
}

.hl-reviews-slider__arrow:hover,
.hl-reviews-slider__arrow:focus {
  background: rgba(13, 43, 107, 0.85);
  border-color: rgba(255, 255, 255, 0.6);
  outline: none;
}

.hl-reviews-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.hl-reviews-slider__arrow--prev {
  left: 0;
}

.hl-reviews-slider__arrow--next {
  right: 0;
}

.hl-reviews-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.hl-reviews-slider__dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hl-reviews-slider__dot.is-active {
  background: var(--hl-gold);
  transform: scale(1.15);
}

@media (min-width: 768px) {
  .hl-reviews-slider__slide {
    flex-basis: 50%;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .hl-reviews-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-reviews-slider__slide {
    flex-basis: 33.333333%;
    width: 33.333333%;
    padding: 0 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .hl-reviews-slider {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .hl-reviews-slider__arrow {
    width: 36px;
    height: 36px;
  }
}

.hl-reviews-slider.is-static {
  padding-bottom: 0;
}

.hl-reviews-slider.is-static .hl-reviews-slider__arrow,
.hl-reviews-slider.is-static .hl-reviews-slider__dots {
  display: none;
}

.hl-review-card {
  position: relative;
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  padding: 4.25rem 1.35rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 28px rgba(13, 43, 107, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hl-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(13, 43, 107, 0.22);
}

.hl-review-avatar-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}

.hl-review-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--hl-navy);
  background: #e8eef8;
  display: block;
  box-shadow: 0 4px 14px rgba(13, 43, 107, 0.25);
}

.hl-review-avatar--placeholder {
  background: linear-gradient(145deg, #dbe7f8, #b8c9e6);
}

.hl-review-name {
  font-weight: 800;
  color: var(--hl-navy);
  font-size: 22.5px;
  line-height: 1.25;
  margin: 0 0 0.2rem;
}

.hl-review-role {
  font-size: 16px;
  font-weight: 600;
  color: var(--hl-gold);
  margin: 0 0 0.85rem;
}

.hl-review-text {
  font-size: 18px;
  color: #333;
  font-style: normal;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  text-align: left;
  width: 100%;
  flex: 1;
}

@media (max-width: 575.98px) {
  .hl-review-avatar {
    width: 92px;
    height: 92px;
    border-width: 5px;
  }

  .hl-review-card {
    padding-top: 3.5rem;
  }

  .hl-review-name {
    font-size: 20px;
  }

  .hl-review-text {
    font-size: 16.5px;
  }
}

/* Partners */
.hl-partner-logo {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.5rem;
  aspect-ratio: 3 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--hl-transition);
}

.hl-partner-logo:hover {
  box-shadow: var(--hl-shadow-md);
}

.hl-partner-logo img {
  max-width: 100%;
  max-height: 2.5rem;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.hl-partner-logo:hover img {
  filter: grayscale(0);
}
