.hero-section .hero-meta {
  justify-content: center;
}

.hero-section .hero-meta > i {
  flex: 0 1 140px;
}

.hero-section .hero-copy,
.hero-section .mini-stats {
  margin-left: auto;
  margin-right: auto;
}

.hero-section .hero-bottom {
  justify-content: center;
  gap: clamp(25px, 7vw, 90px);
}

.site-header .nav-link,
.site-header .nav-link small {
  color: #fff;
}

.site-header .nav-link::after {
  background: #fff;
}

.site-header.scrolled {
  background: rgba(8, 8, 12, 0.86);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.site-header .pill-btn,
#mobileNav .pill-btn {
  color: #fff;
  background: linear-gradient(90deg, #5e2a9e 0%, #d61a8d 52%, #f57c20 100%);
}

.site-header .pill-btn:hover,
#mobileNav .pill-btn:hover {
  color: #fff;
  box-shadow: 0 10px 30px rgba(214, 26, 141, 0.3);
}

.site-header .pill-btn > span {
  color: #5e2a9e;
  background: #fff;
}

.about-premium {
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6f3ee 0%, #fff 48%, #f6f3ee 100%);
}

.about-premium::before {
  content: "";
  position: absolute;
  inset: 36px;
  z-index: -1;
  border: 1px solid rgba(11, 11, 18, 0.08);
  border-radius: 42px;
  background-image:
    linear-gradient(rgba(94, 42, 158, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 42, 158, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
}

.about-glow {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(85px);
  opacity: 0.16;
}

.about-glow-one {
  top: 0;
  right: -100px;
  background: #d61a8d;
}

.about-glow-two {
  bottom: -160px;
  left: -80px;
  background: #f57c20;
}

.about-heading {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(11, 11, 18, 0.12);
}

.about-premium .why-card {
  position: relative;
  min-height: 340px;
  padding: 32px;
  border-color: rgba(11, 11, 18, 0.1);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(29, 15, 48, 0.08);
}

.about-premium .why-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  opacity: 0;
  background: linear-gradient(90deg, #5e2a9e, #d61a8d, #f57c20);
  transition: opacity 0.35s ease;
}

.about-premium .why-card:hover {
  transform: translateY(-10px);
  border-color: rgba(214, 26, 141, 0.28);
  box-shadow: 0 28px 75px rgba(94, 42, 158, 0.15);
}

.about-premium .why-card:hover::after {
  opacity: 1;
}

.about-premium .why-card .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 19px;
  font-size: 24px;
  box-shadow: 0 14px 28px rgba(214, 26, 141, 0.22);
}

.about-premium .why-card small {
  font: 600 12px "JetBrains Mono", monospace;
  color: rgba(11, 11, 18, 0.42);
}

.about-premium .why-card h3 {
  margin-top: 42px;
  font-size: clamp(26px, 2vw, 34px);
}

.about-premium .why-card p {
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .about-premium::before {
    inset: 16px;
    border-radius: 28px;
  }

  .about-premium .why-card {
    min-height: 300px;
  }
}

.portfolio-card:nth-child(6) {
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}

.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(5, 5, 8, 0.96) 0%,
    rgba(5, 5, 8, 0.82) 38%,
    rgba(5, 5, 8, 0.32) 68%,
    rgba(5, 5, 8, 0.16) 100%
  );
}

@media (max-width: 575.98px) {
  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(5, 5, 8, 0.94),
      rgba(5, 5, 8, 0.62)
    );
  }
}

.services {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(214, 26, 141, 0.11), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(94, 42, 158, 0.1), transparent 30%),
    #f6f3ee;
}

.services .service-list {
  border-top-color: rgba(11, 11, 18, 0.16);
}

.services .service-row {
  position: relative;
  padding-right: 18px;
  transition: padding 0.35s ease, background 0.35s ease;
}

.services .service-row::before {
  content: "";
  position: absolute;
  inset: 6px 0;
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.35s ease;
}

.services .service-row.active {
  padding-left: 18px;
}

.services .service-row.active::before {
  opacity: 1;
}

.services .service-preview {
  position: relative !important;
  top: 0;
  border-color: rgba(214, 26, 141, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 240, 247, 0.88));
  box-shadow: 0 28px 75px rgba(94, 42, 158, 0.14);
  transition:
    top 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.service-preview-image {
  height: 260px;
  margin: -30px -30px 28px;
  overflow: hidden;
  border-bottom: 1px solid rgba(214, 26, 141, 0.18);
}

.service-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.service-preview:hover .service-preview-image img {
  transform: scale(1.045);
}

.service-mobile-image {
  display: none;
}

@media (max-width: 991.98px) {
  .service-row {
    align-items: start;
  }

  .service-mobile-image {
    height: 0;
    margin-top: 0;
    overflow: hidden;
    border-radius: 18px;
    opacity: 0;
    transition:
      height 0.45s ease,
      margin 0.45s ease,
      opacity 0.35s ease;
  }

  .service-row.active .service-mobile-image {
    display: block;
    height: 220px;
    margin-top: 18px;
    opacity: 1;
  }

  .service-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 575.98px) {
  .service-row.active .service-mobile-image {
    height: 190px;
  }
}

.location-map {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f6f3ee;
}

.map-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.map-heading h2 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.map-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #5e2a9e, #d61a8d, #f57c20);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-link:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(214, 26, 141, 0.25);
}

.map-frame {
  position: relative;
  height: clamp(420px, 50vw, 610px);
  overflow: hidden;
  border: 1px solid rgba(11, 11, 18, 0.12);
  border-radius: 34px;
  background: #ddd;
  box-shadow: 0 30px 80px rgba(29, 15, 48, 0.16);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 93% 100%, 0 100%);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.72) contrast(1.06);
}

.map-address {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(520px, calc(100% - 56px));
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  color: #fff;
  background: rgba(11, 11, 18, 0.88);
  backdrop-filter: blur(14px);
}

.map-address > i {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #5e2a9e, #d61a8d, #f57c20);
  font-size: 20px;
}

.map-address small,
.map-address strong {
  display: block;
}

.map-address small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.62);
  font: 10px "JetBrains Mono", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-address strong {
  font-size: 14px;
  line-height: 1.55;
}

.footer-contact > a,
.footer-contact > div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 14px 0;
  color: rgba(246, 243, 238, 0.72);
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
}

.footer-contact > a:hover {
  color: #fff;
}

.footer-contact i {
  flex: 0 0 20px;
  color: #f57c20;
  font-size: 16px;
}

.footer-contact span {
  margin: 0;
}

@media (max-width: 767.98px) {
  .map-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-frame {
    height: 520px;
    border-radius: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 88% 100%, 0 100%);
  }

  .map-address {
    right: 16px;
    bottom: 35px;
    width: calc(100% - 32px);
  }
}
