html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

html {
  background: #050505 !important;
}

body {
  --meka-page-bg: #050505;
  --meka-page-bg-2: #0c0806;
  --meka-orange: 255, 122, 26;
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--meka-orange), 0.16), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 176, 0, 0.1), transparent 28%),
    radial-gradient(circle at 50% 86%, rgba(var(--meka-orange), 0.08), transparent 34%),
    linear-gradient(180deg, var(--meka-page-bg) 0%, var(--meka-page-bg-2) 42%, #050505 100%) !important;
  background-color: var(--meka-page-bg) !important;
  color: #f8fafc;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08));
}

.body-wrapper:not(body),
#smooth-wrapper,
#smooth-content,
main {
  background: transparent !important;
}

section:not(.service-landing-hero):not(.services-index-hero),
article,
.page-title-area,
.about-area-details,
.approach-area-about-page,
.info-area-page-about,
.media-area-page-about,
.team-area-about-page,
.blog-details-area,
.blog-area-2,
.blog-area-3,
.contact-area-contact-page,
.faq-area-faq-page,
.work-area-work-page,
.team-area-team-page,
.team-area,
.footer-area {
  background-color: transparent !important;
}

.page-title-area,
.blog-details-area,
.contact-area-contact-page,
.faq-area-faq-page,
.work-area-work-page,
.team-area-team-page,
.about-area-details {
  background:
    radial-gradient(circle at 18% 14%, rgba(var(--meka-orange), 0.14), transparent 32%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.92) 0%, rgba(8, 6, 5, 0.72) 100%) !important;
}

.funfact-area,
.client-area,
.productivity-area,
.work-area,
.about-area,
.media-area-page-about .section-content,
.team-area-team-page .section-header,
.cta-area-team-page .section-content,
.accordion-item,
.contact-wrap {
  background:
    linear-gradient(135deg, rgba(18, 13, 10, 0.84), rgba(7, 6, 5, 0.78)),
    radial-gradient(circle at 82% 18%, rgba(var(--meka-orange), 0.11), transparent 34%) !important;
}

.footer-area {
  border-top: 1px solid rgba(var(--meka-orange), 0.18);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--meka-orange), 0.14), transparent 30%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.82) 0%, #050505 100%) !important;
}

.hero-area .award-wrapper::before,
.hero-area .award-wrapper::after {
  background: linear-gradient(180deg, transparent, rgba(var(--meka-orange), 0.34), transparent) !important;
}

.hero-area .award-wrapper .circle-text-wrapper,
.dark .hero-area .award-wrapper .circle-text-wrapper {
  padding: 18px !important;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(var(--meka-orange), 0.2), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 122, 26, 0.08)) !important;
  border: 1px solid rgba(var(--meka-orange), 0.18);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.24),
    inset 0 0 32px rgba(var(--meka-orange), 0.08);
  backdrop-filter: blur(10px);
}

.hero-area .award-wrapper .circle-text {
  width: 124px;
  height: 124px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
svg,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

video,
iframe {
  aspect-ratio: 16 / 9;
}

.video-box,
.video-box .video-area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.video-box .video-area {
  display: block;
  object-fit: cover;
}

main,
section,
article,
aside,
footer,
header,
.body-wrapper,
#smooth-wrapper,
#smooth-content {
  max-width: 100%;
}

.container,
.container.large,
.container-xl,
.rr-container-1405 {
  width: min(100%, var(--container-width, 100%));
  padding-left: clamp(16px, 4vw, 30px);
  padding-right: clamp(16px, 4vw, 30px);
}

.section-title,
h1,
h2,
h3,
p,
a,
span {
  overflow-wrap: anywhere;
}

.page-title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.section-title.font-sequelsans-romanbody {
  letter-spacing: -0.035em;
}

.section-spacing,
.section-spacing-top,
.section-spacing-bottom {
  --responsive-section-space: clamp(48px, 8vw, 90px);
}

.section-spacing {
  padding-top: var(--responsive-section-space);
  padding-bottom: var(--responsive-section-space);
}

.section-spacing-top {
  padding-top: var(--responsive-section-space);
}

.section-spacing-bottom {
  padding-bottom: var(--responsive-section-space);
}

.page-title-wrapper {
  margin-top: clamp(26px, 6vw, 68px);
  margin-bottom: clamp(14px, 3vw, 28px);
}

.page-title-wrapper .page-title {
  font-size: clamp(4.2rem, 18vw, 24rem);
  line-height: 0.82;
  white-space: normal;
}

.hero-area .section-title,
.about-area .section-title,
.section-title {
  font-size: clamp(2.25rem, 7.5vw, 6.25rem);
}

.hero-area .hero-content,
.work-area .section-header,
.funfact-area .funfact-area-inner,
.service-content-wrapper .service-content,
.service-area-service-page .section-title-wrapper,
.team-area-team-page .section-title-wrapper,
.contact-area-contact-page .section-title-wrapper,
.contact-area-contact-page .section-content-wrapper,
.about-area-details .section-title-wrapper,
.about-area-details .section-content-wrapper,
.media-area-page-about .section-content-wrapper {
  min-width: 0;
}

.works-wrapper-2 > * {
  min-width: 0;
}

.works-wrapper-2 .work-box .meta,
.blog-area-2 .blog .meta,
.footer-area .copyright-text .text,
.footer-area-inner-page .copyright-text .text {
  flex-wrap: wrap;
}

.services-wrapper-2 .service-box-wrapper,
.services-wrapper-2 .service-box,
.services-wrapper-2 .service-box .title,
.services-wrapper-2 .service-box .text {
  min-width: 0;
}

.services-wrapper-2 .service-box .title {
  font-size: clamp(2rem, 6vw, 6.875rem);
  line-height: 0.95;
}

.services-wrapper-2 .service-box .text {
  max-width: 100%;
}

.footer-area .footer-widget-wrapper,
.footer-area-inner-page .footer-widget-wrapper {
  min-width: 0;
}

.footer-area .subscribe-form,
.footer-area-inner-page .subscribe-form {
  width: 100%;
  max-width: 100%;
}

.footer-area .footer-top-inner .info-link a,
.footer-area-inner-page .footer-top-inner .info-link a {
  word-break: break-word;
}

.offer-page,
.offer-page * {
  min-width: 0;
}

@media (max-width: 1399px) {
  .page-title-wrapper .page-title {
    font-size: clamp(4rem, 17vw, 18rem);
  }

  .hero-area .hero-content {
    gap: 36px;
  }
}

@media (max-width: 1199px) {
  .header-area .container.large {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-area__inner {
    min-height: 70px;
  }

  .header-area .header__logo img {
    max-width: 86px;
  }

  .page-title-wrapper .page-title {
    font-size: clamp(3.8rem, 16vw, 13rem);
  }

  .hero-area .hero-content,
  .funfact-area .funfact-area-inner,
  .service-content-wrapper .service-content,
  .service-area-service-page .section-title-wrapper,
  .contact-area-contact-page .section-title-wrapper,
  .about-area-details .section-title-wrapper,
  .about-area-details .section-content-wrapper,
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-area .section-title {
    max-width: 760px;
  }

  .about-area-inner {
    height: auto;
    min-height: min(720px, 80vh);
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .works-wrapper-2,
  .team-area .team-wrapper,
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-wrapper-2 > *:nth-child(n) {
    grid-column-start: auto;
  }

  .services-wrapper-2 .service-box {
    grid-template-columns: minmax(52px, 90px) minmax(0, 1fr);
  }

  .services-wrapper-2 .service-box .text {
    grid-column: 2;
  }

  .contact-area-contact-page .section-content-wrapper {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section-title,
  .hero-area .section-title,
  .about-area .section-title {
    font-size: clamp(2rem, 8vw, 4.25rem);
    line-height: 1.02;
  }

  .section-title.font-sequelsans-romanbody,
  .section-title.font-instrumentsans-medium {
    line-height: 1.05;
  }

  .page-title-wrapper .page-title {
    font-size: clamp(3.4rem, 15vw, 9rem);
    line-height: 0.9;
  }

  .hero-area .hero-content {
    margin-top: 30px;
    margin-bottom: 56px;
    grid-template-columns: 1fr;
  }

  .hero-area .text-wrapper {
    margin-top: 0;
  }

  .hero-area .text-wrapper .text,
  .about-area .section-content .text,
  .footer-area .footer-top-inner .info-text .text,
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: clamp(1.05rem, 3vw, 1.35rem);
    line-height: 1.45;
  }

  .works-wrapper-1,
  .works-wrapper-2,
  .blogs-wrapper,
  .team-area .team-wrapper,
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }

  .services-wrapper-1 .service-box,
  .services-wrapper-2 .service-box {
    grid-template-columns: 1fr;
  }

  .services-wrapper-2 .service-box .text {
    grid-column: auto;
  }

  .services-wrapper-1 .service-box .thumb,
  .services-wrapper-1 .service-box .thumb img {
    width: 100%;
  }

  .footer-area .footer-top-inner,
  .footer-area-inner-page .footer-top-inner,
  .footer-area .footer-widget-wrapper,
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .footer-area .footer-widget-box.newsletter,
  .footer-area-inner-page .footer-widget-box.newsletter {
    grid-column: 1 / -1;
    order: 1;
  }

  .footer-area .footer-nav-list li,
  .footer-area-inner-page .footer-nav-list li {
    font-size: 18px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .container,
  .container.large,
  .container-xl,
  .rr-container-1405 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-spacing,
  .section-spacing-top,
  .section-spacing-bottom {
    --responsive-section-space: 46px;
  }

  .page-title-wrapper {
    margin-top: 18px;
  }

  .page-title-wrapper .page-title {
    font-size: clamp(2.7rem, 12vw, 4.7rem);
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
  }

  body main section.page-title-area div.container.large div.page-title-area-inner div.page-title-wrapper h2.page-title.fade-anim {
    font-size: clamp(2.7rem, 12vw, 4.7rem) !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .section-title,
  .hero-area .section-title,
  .about-area .section-title {
    font-size: clamp(2rem, 10vw, 3.25rem);
    line-height: 1.08;
  }

  .section-subtitle {
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-area .features-wrapper,
  .works-wrapper-1,
  .works-wrapper-2,
  .blogs-wrapper,
  .team-area .team-wrapper,
  .team-area-about-page .team-wrapper,
  .approach-wrapper,
  .counter-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-area .features-wrapper-box,
  .hero-area .section-content,
  .service-area .services-wrapper-box,
  .service-area-service-page .services-wrapper-box,
  .team-area .team-wrapper-box,
  .team-area-about-page .team-wrapper-box,
  .blogs-wrapper-box,
  .works-wrapper-box {
    margin-top: 32px;
  }

  .services-wrapper-2 .service-box {
    padding: 28px 20px;
  }

  .services-wrapper-2 .service-box-wrapper:hover .service-box {
    border-radius: 18px;
  }

  .services-wrapper-2 .service-box .title {
    font-size: clamp(1.7rem, 9vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

  .services-wrapper-2 .service-box .text,
  .service-content-wrapper .service-content .text,
  .team-area-team-page .title-wrapper .text {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0;
  }

  .team-area-team-page .section-title-wrapper,
  .team-area-team-page .team-info {
    display: grid;
    gap: 18px;
  }

  .team-area-team-page .title-wrapper .text {
    margin-top: 18px;
  }

  .contact-area-contact-page .section-content-wrapper {
    margin-top: 32px !important;
  }

  .contact-wrap,
  .cta-area-team-page .section-content {
    padding: 24px !important;
    border-radius: 14px !important;
  }

  .contact-formfield input,
  .contact-formfield textarea,
  input,
  textarea,
  select {
    font-size: 16px !important;
  }

  .map-area {
    height: 320px !important;
  }

  .footer-area .footer-top-inner,
  .footer-area-inner-page .footer-top-inner,
  .footer-area .footer-widget-wrapper,
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-area .footer-top-inner,
  .footer-area .footer-widget-wrapper-box,
  .footer-area-inner-page .footer-top-inner,
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .footer-area .subscribe-form .input-field,
  .footer-area-inner-page .subscribe-form .input-field {
    padding: 14px 16px;
  }

  .footer-area .copyright-text .text,
  .footer-area-inner-page .copyright-text .text {
    font-size: 15px;
    line-height: 1.5;
  }

  .offer-hero__title,
  .offer-section-title,
  .offer-wizard__title {
    font-size: clamp(2rem, 10vw, 3.2rem) !important;
    line-height: 1.05 !important;
  }

  .offer-entry-grid,
  .offer-wizard-layout,
  .offer-services-grid,
  .offer-summary-grid,
  .offer-modules-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .page-title-wrapper .page-title {
    font-size: clamp(2.45rem, 11.5vw, 4rem);
    line-height: 1.02;
  }

  body main section.page-title-area div.container.large div.page-title-area-inner div.page-title-wrapper h2.page-title.fade-anim {
    font-size: clamp(2.45rem, 11.5vw, 4rem) !important;
    line-height: 1.02 !important;
  }

  .header-area__inner {
    gap: 12px;
  }

  .header-area .header__logo img {
    max-width: 78px;
  }

  .side-info {
    width: 100%;
    padding: 24px 18px;
  }

  .works-wrapper-2 .work-box,
  .team-area .team-box,
  .blog-area-2 .blog {
    margin-bottom: 28px !important;
  }

  .blog-area-2 .blog .title,
  .works-wrapper-2 .work-box .title,
  .team-area .team-box .name {
    font-size: 20px !important;
    line-height: 1.25 !important;
  }

  .blog-area-2 .blog .meta,
  .works-wrapper-2 .work-box .meta {
    gap: 8px !important;
    font-size: 13px !important;
  }

  .rr-btn .btn-wrap span {
    white-space: normal;
    text-align: center;
  }

  .cta-area-team-page-inner {
    margin-bottom: 54px !important;
  }
}
/* Stable homepage CTA typography: prevents GSAP/back-forward cache from restoring compressed text. */
.cta-area .section-title.cta-title-stable,
.cta-area .section-title.cta-title-stable a {
  line-height: 0.86 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Homepage services: align with the professional service landing card language. */
.service-area-home {
  position: relative;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 122, 26, 0.12), transparent 30%),
    linear-gradient(180deg, #050505 0%, #0b0806 100%);
  overflow: clip;
}

.service-area-home::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 122, 26, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 122, 26, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(255, 122, 26, 0.2), transparent 28%);
  background-size: 92px 92px, 92px 92px, 100% 100%;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.service-area-home .section-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 32px;
}

.service-area-home .section-header .text-wrapper {
  max-width: 560px;
  margin-left: auto;
}

.service-area-home .section-header .text {
  color: #b8b2ad;
  font-size: 17px;
  line-height: 1.65;
}

.service-area-home .services-wrapper-box {
  margin-top: 58px !important;
}

.home-services-scroll {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 46vh;
}

.home-services-scroll::before,
.home-services-scroll::after {
  content: "";
  position: absolute;
  left: clamp(28px, 5vw, 92px);
  right: clamp(28px, 5vw, 92px);
  pointer-events: none;
  z-index: 0;
}

.home-services-scroll::before {
  top: 80px;
  bottom: 120px;
  left: 0;
  right: 0;
  border: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 122, 26, 0.12), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 122, 26, 0.1), transparent 28%);
  opacity: 0.42;
}

.home-services-scroll::after {
  top: 96px;
  left: clamp(120px, 14vw, 240px);
  right: clamp(120px, 14vw, 240px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.55), transparent);
  box-shadow:
    0 26vh 0 rgba(255, 122, 26, 0.2),
    0 52vh 0 rgba(255, 122, 26, 0.14);
  animation: meka-home-data-flow 4.8s linear infinite;
  opacity: 0.28;
  filter: blur(0.5px);
}

@keyframes meka-home-data-flow {
  0% {
    transform: translateY(-80px);
  }

  100% {
    transform: translateY(260px);
  }
}

.home-services-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: service-stack;
  position: relative;
  z-index: 1;
}

.home-service-row {
  position: sticky;
  top: clamp(72px, 9vh, 112px);
  min-height: min(680px, calc(100vh - 150px));
  padding: clamp(28px, 3.4vw, 56px);
  margin-bottom: clamp(180px, 42vh, 420px);
  grid-template-columns: 110px minmax(280px, 0.82fr) minmax(420px, 1fr) !important;
  align-items: center !important;
  border: 1px solid rgba(255, 122, 26, 0.22);
  border-top: 1px solid rgba(255, 122, 26, 0.22) !important;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(18, 13, 10, 0.96), rgba(7, 6, 5, 0.96)),
    radial-gradient(circle at 82% 22%, rgba(255, 122, 26, 0.18), transparent 36%);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transform-origin: top center;
  transform: translateY(calc(var(--service-index) * -18px)) scale(calc(1 - (var(--service-index) * 0.008)));
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
  z-index: calc(10 + var(--service-index));
  isolation: isolate;
}

.home-service-row:not(:first-child) {
  margin-top: clamp(-560px, -60vh, -360px);
}

.home-service-row::before,
.home-service-row::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.home-service-row::before {
  inset: 0;
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 122, 26, 0.28), transparent 24%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 122, 26, 0.14) 42.5%, transparent 58%);
  opacity: 0.62;
}

.home-service-row::after {
  width: 12px;
  height: 12px;
  right: clamp(28px, 4vw, 76px);
  top: clamp(28px, 4vw, 72px);
  border-radius: 999px;
  background: #ff7a1a;
  box-shadow:
    -130px 84px 0 rgba(255, 122, 26, 0.6),
    -270px 36px 0 rgba(255, 122, 26, 0.35),
    -420px 150px 0 rgba(255, 122, 26, 0.28);
  animation: meka-node-pulse 2.4s ease-in-out infinite;
}

@keyframes meka-node-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

.home-service-row.is-active {
  border-color: rgba(255, 122, 26, 0.62);
  box-shadow:
    0 34px 120px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 122, 26, 0.18),
    0 0 80px rgba(255, 122, 26, 0.12);
  transform: translateY(calc(var(--service-index) * -14px)) scale(1);
  z-index: 100;
}

.home-service-row.is-passed {
  opacity: 0.22;
  transform: translateY(calc(var(--service-index) * -18px)) scale(0.94);
  z-index: 70;
}

.home-service-row:hover {
  transform: translateY(calc((var(--service-index) * -14px) - 4px)) scale(1.01);
  border-color: rgba(255, 122, 26, 0.5);
  box-shadow: 0 30px 90px rgba(255, 122, 26, 0.12);
}

.home-service-row .count .number {
  color: #ff7a1a !important;
  font-size: clamp(22px, 2.4vw, 36px) !important;
}

.home-service-row .content {
  max-width: none !important;
}

.home-service-kicker {
  display: inline-flex;
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.home-service-row .content .title {
  font-size: clamp(32px, 4.2vw, 76px) !important;
  line-height: 0.95 !important;
  color: #fff !important;
  margin-bottom: 18px;
}

.home-service-row .content .title a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: inherit;
}

.home-service-row .content .title i {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #ff7a1a;
  background: rgba(255, 122, 26, 0.1);
  border: 1px solid rgba(255, 122, 26, 0.24);
  font-size: 22px;
}

.home-service-row .content p {
  color: #d2ccc7;
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 22px;
}

.home-service-link {
  color: #ff7a1a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-service-cover {
  position: relative;
  display: block;
  height: clamp(340px, 44vh, 480px);
  border-radius: 22px !important;
  overflow: hidden;
  text-align: initial !important;
  border: 1px solid rgba(255, 122, 26, 0.22);
}

.home-service-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.home-service-cover span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 26% 22%, rgba(255, 122, 26, 0.22), transparent 34%);
  pointer-events: none;
}

.home-service-cover span::before,
.home-service-cover span::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.85), transparent);
  animation: meka-cover-scan 3.2s ease-in-out infinite;
}

.home-service-cover span::before {
  top: 24%;
}

.home-service-cover span::after {
  top: 68%;
  animation-delay: 1.2s;
}

@keyframes meka-cover-scan {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-14%);
  }

  45%,
  60% {
    opacity: 0.75;
  }

  100% {
    transform: translateX(14%);
  }
}

.home-service-row:hover .home-service-cover img {
  transform: scale(1.08);
}

.home-services-action {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.home-services-action::before {
  content: "";
  position: absolute;
  inset: -34px clamp(12px, 8vw, 120px);
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 122, 26, 0.16), transparent 62%),
    linear-gradient(90deg, transparent, rgba(255, 122, 26, 0.16), transparent);
  opacity: 0.9;
}

@media only screen and (min-width: 992px) {
  .home-services-scroll {
    --home-services-count: 8;
    min-height: calc(min(680px, calc(100vh - 150px)) + (var(--home-services-count) * 58vh) + 180px);
    padding-bottom: 0;
  }

  .home-services-stack {
    position: relative;
    top: auto;
    display: block;
    height: min(680px, calc(100vh - 150px));
    perspective: 1600px;
  }

  .home-service-row {
    position: absolute;
    inset: 0;
    top: auto;
    min-height: 100%;
    width: 100%;
    margin: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 90px, 0) scale(0.92) rotateX(4deg);
  }

  .home-service-row.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotateX(0deg);
  }

  .home-service-row.is-passed {
    opacity: 0.16;
    transform: translate3d(0, -62px, -160px) scale(0.88) rotateX(-4deg);
    z-index: 70;
  }

  .home-service-row.is-next {
    opacity: 0.16;
    transform: translate3d(0, 96px, -180px) scale(0.88) rotateX(5deg);
    z-index: 80;
  }

  .home-services-action {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: clamp(380px, 58vh, 560px);
  }
}

@media only screen and (max-width: 1399px) {
  .home-service-row {
    grid-template-columns: 80px minmax(260px, 0.84fr) minmax(360px, 1fr) !important;
  }

  .home-service-cover {
    height: clamp(300px, 40vh, 420px);
  }
}

@media only screen and (max-width: 991px) {
  .service-area-home .section-header {
    grid-template-columns: 1fr;
  }

  .service-area-home .section-header .text-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .home-services-scroll {
    padding-bottom: 0;
  }

  .home-services-stack {
    gap: 20px;
  }

  .home-service-row {
    position: relative;
    top: auto;
    min-height: auto;
    margin-top: 0 !important;
    margin-bottom: 20px;
    grid-template-columns: 1fr !important;
    padding: 24px;
    transform: none !important;
  }

  .home-service-row .count {
    display: none;
  }

  .home-service-cover {
    height: 300px;
  }

  .home-services-action {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .service-area-home .services-wrapper-box {
    margin-top: 34px !important;
  }

  .home-service-row {
    padding: 18px;
    border-radius: 20px;
  }

  .home-service-row .content .title {
    font-size: clamp(28px, 11vw, 44px) !important;
  }

  .home-service-row .content .title a {
    align-items: flex-start;
  }

  .home-service-row .content .title i {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 12px;
    font-size: 18px;
  }

  .home-service-cover {
    height: 230px;
    border-radius: 16px !important;
  }

  .home-services-action::before {
    inset: -24px 0;
  }
}

.cta-area .section-title.cta-title-stable {
  font-size: clamp(72px, 15vw, 260px) !important;
  max-width: min(92vw, 1520px) !important;
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .cta-area .section-title.cta-title-stable {
    font-size: clamp(48px, 18vw, 96px) !important;
  }
}
