/* About page only */

.hk-about-hero {
  position: relative;
  padding: 260px 0 90px;
  overflow: hidden;
}

.hk-about-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  filter: grayscale(100%);
  transform: scale(1);
  animation: hk-about-heroZoom 10s ease-in-out infinite;
}

@keyframes hk-about-heroZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.hk-about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
}

.hk-about-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 46px;
  letter-spacing: 1px;
}

.hk-about-main {
  background: #1f1f22;
  padding: 90px 0;
}

.hk-about-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hk-about-media {
  position: relative;
}

.hk-about-shapes {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  gap: 14px;
  z-index: 2;
  opacity: 0.9;
}

.hk-about-shapes img {
  width: 52px;
  height: 52px;
}

.hk-about-image {
  width: 100%;
  border-radius: 20px;
  display: block;

}

.hk-about-content {
  color: rgba(255,255,255,0.85);
}

.hk-about-kicker {
  display: inline-block;
  color: #f59e0b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 13px;
}

.hk-about-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 40px;
  line-height: 1.15;
}

.hk-about-desc {
  margin: 0 0 26px;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
}

.hk-about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 24px 0 34px;
}

.hk-about-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px 18px;
}

.hk-about-stat__value {
  color: #f59e0b;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.hk-about-stat__suffix {
  color: #f59e0b;
}

.hk-about-stat__label {
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  line-height: 1.4;
}

.hk-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hk-about-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.35);
}

@media (max-width: 992px) {
  .hk-about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hk-about-hero__title {
    font-size: 36px;
  }

  .hk-about-title {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .hk-about-stats {
    grid-template-columns: 1fr;
  }
}

/* ---------- shared section header ---------- */
.hk-about-section-header {
  margin: 0 auto 42px;
  max-width: 820px;
}

.hk-about-section-header--center {
  text-align: center;
}

.hk-about-section-kicker {
  display: inline-block;
  color: #f59e0b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
}

.hk-about-section-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 38px;
  line-height: 1.15;
}

.hk-about-section-desc {
  margin: 0;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
}

@media (max-width: 992px) {
  .hk-about-section-title { font-size: 30px; }
}

/* ---------- FAQ ---------- */
.hk-about-faq {
  background: #17171a;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.hk-about-faq__container {
  position: relative;
}

.hk-about-faq__shapes {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  gap: 14px;
  opacity: 0.85;
  pointer-events: none;
}

.hk-about-faq__shapes img {
  width: 60px;
  height: 60px;
}

.hk-about-faq__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hk-about-faq__image {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 22px 70px rgba(0,0,0,0.45);
}

.hk-faq__item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
}

.hk-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
}

.hk-faq__q i {
  transition: transform 180ms ease;
  color: rgba(255,255,255,0.75);
}

.hk-faq__a {
  padding: 0 16px 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  display: none;
}

.hk-faq__item--open .hk-faq__a { display: block; }
.hk-faq__item--open .hk-faq__q i { transform: rotate(180deg); }

@media (max-width: 992px) {
  .hk-about-faq__layout { grid-template-columns: 1fr; }
}

/* ---------- marquee ---------- */
.hk-about-marquee {
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  padding: 14px 0;
  overflow: hidden;
}

.hk-about-marquee__track {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.hk-about-marquee__row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  padding-right: 24px;
  animation: hk-about-marquee 18s linear infinite;
}

.hk-about-marquee__text {
  font-weight: 900;
  color: #111;
  letter-spacing: 2px;
  font-size: 14px;
}

.hk-about-marquee__icon {
  width: 22px;
  height: 22px;
}

@keyframes hk-about-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* ---------- team ---------- */
.hk-about-team {
  background: #151518;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.hk-about-team__container { position: relative; }

.hk-about-team__shapes {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  gap: 14px;
  opacity: 0.85;
  pointer-events: none;
}

.hk-about-team__shapes img { width: 60px; height: 60px; }

.hk-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hk-team-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
}

.hk-team-card__image img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hk-team-card__body {
  padding: 16px 16px 18px;
}

.hk-team-card__name {
  margin: 0 0 6px;
  font-size: 18px;
  color: #fff;
}

.hk-team-card__name a { color: inherit; text-decoration: none; }
.hk-team-card__name a:hover { color: #fbbf24; }

.hk-team-card__role {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}

.hk-team-card__social {
  display: flex;
  gap: 10px;
}

.hk-team-card__social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}

.hk-team-card__social a:hover {
  background: rgba(245,158,11,0.18);
  color: #fbbf24;
}

.hk-about-team__more {
  margin-top: 26px;
  text-align: center;
}

@media (max-width: 1100px) {
  .hk-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .hk-team-grid { grid-template-columns: 1fr; }
}

/* ---------- testimonial ---------- */
.hk-about-testimonial {
  background: #1f1f22;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.hk-about-testimonial__container { position: relative; }

.hk-about-testimonial__shapes {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  gap: 14px;
  opacity: 0.85;
  pointer-events: none;
}

.hk-about-testimonial__shapes img { width: 60px; height: 60px; }

.hk-about-testimonial__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}

.hk-testimonial {
  position: relative;
}

.hk-testimonial__viewport {
  overflow: hidden;
}

.hk-testimonial__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 6px;
}

.hk-testimonial__track::-webkit-scrollbar { height: 8px; }
.hk-testimonial__track::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 999px; }

.hk-testimonial-card {
  scroll-snap-align: start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.hk-testimonial-card__star img { width: 26px; height: 26px; }

.hk-testimonial-card__quote {
  width: 34px;
  height: 34px;
  opacity: 0.95;
  margin: 12px 0 10px;
}

.hk-testimonial-card__text {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.65);
  line-height: 1.85;
}

.hk-testimonial-card__client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hk-testimonial-card__client img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255,255,255,0.06);
}

.hk-testimonial-card__name { color: #fff; font-weight: 800; }
.hk-testimonial-card__role { color: rgba(255,255,255,0.65); font-size: 13px; margin-top: 2px; }

.hk-testimonial__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hk-testimonial__nav--prev { left: -8px; }
.hk-testimonial__nav--next { right: -8px; }

@media (max-width: 992px) {
  .hk-about-testimonial__header { grid-template-columns: 1fr; }
  .hk-testimonial__nav { display: none; }
}

/* ---------- CTA ---------- */
.hk-about-cta {
  background: #1f1f22;
  padding: 0 0 90px;
}

.hk-about-cta__box {
  position: relative;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  padding: 36px 30px;
}

.hk-about-cta__shape {
  position: absolute;
  left: 16px;
  top: 16px;
  opacity: 0.9;
}

.hk-about-cta__shape img { width: 56px; height: 56px; }

.hk-about-cta__content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
}

.hk-about-cta__subtitle {
  display: inline-block;
  color: #f59e0b;
  font-weight: 700;
  margin-bottom: 10px;
}

.hk-about-cta__title {
  color: #fff;
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.15;
}

.hk-about-cta__image img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

@media (max-width: 992px) {
  .hk-about-cta__content { grid-template-columns: 1fr; }
  .hk-about-cta__image img { margin: 0 auto; }
  .hk-about-cta__title { font-size: 28px; }
}
