/* ============================================================
   LUMA WEB SOLUTIONS — Shared Stylesheet
   Class naming convention: block, block__element, block--modifier
   ============================================================ */

:root {
  --luma-navy-950: #070c26;
  --luma-navy-900: #0a1440;
  --luma-navy-600: #101c56;
  --luma-blue-600: #3434d3;
  --luma-blue-500: #341ac9;
  --luma-purple-600: #6a3bd6;
  --luma-teal-500: #17b6c4;
  --luma-green-500: #1fae63;
  --luma-ink-900: #0d1230;
  --luma-ink-600: #3c4260;
  --luma-ink-500: #6b7190;
  --luma-fog-100: #f6f8fc;
  --luma-fog-200: #eaeefb;
  --luma-line: #e3e7f5;
  --luma-white: #ffffff;
  --luma-radius-lg: 18px;
  --luma-radius-md: 12px;
  --luma-radius-sm: 8px;
  --luma-shadow-card: 0 10px 30px rgba(13, 18, 48, .06);
  --luma-shadow-pop: 0 20px 45px rgba(13, 18, 48, .14);

}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: var(--luma-ink-900);
  background: var(--luma-white);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: "Poppins", sans-serif !important;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container-xl {
  max-width: 1280px;
}

/* ---------- Utility ---------- */
.text-accent-blue {
  color: #0052fb;
}

.text-accent-green {
  color: var(--luma-green-500);
}



:focus-visible {
  outline: 3px solid var(--luma-blue-500);
  outline-offset: 2px;
}


/* ============================================================
   proces-hero BANNER (bg image, left = content, right = image)
   ============================================================ */
.proces-hero {
  position: relative;
  background-image: url(../imgs/process-page/bg.png?v=879);
  /* background-image:linear-gradient(115deg,rgba(255,255,255,.97) 45%,rgba(234,239,251,.9) 100%), url('../imgs/process-page/bg.png'); */
  /* background-image: linear-gradient(115deg, rgba(7, 12, 38, .94) 30%, rgba(30, 20, 90, .85) 75%), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w:2000&q=70'); */
  background-size: cover;
  background-position: center;
  color: var(--luma-white);
  overflow: hidden;
  padding-block: 4.5rem;
}

.proces-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 20%, rgba(79, 123, 255, .35), transparent 55%);
  pointer-events: none;
}

.proces-hero__row {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}

.proces-hero__col--content {
  flex: 1 1 50%;
  min-width: 0;
}

.proces-hero__col--media {
  flex: 1 1 50%;
  min-width: 0;
}

.proces-hero__eyebrow {
  color: var(--luma-blue-500);
}

.proces-hero__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.12;
  margin-bottom: 1.1rem;
}

.proces-hero__title-accent {
  color: var(--luma-blue-500);
}

.proces-hero__subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .78);
  max-width: 34rem;
  margin-bottom: 1.75rem;
  line-height: 1.65;
}

.proces-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-bottom: 2.5rem;
}

.proces-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.proces-hero-features__item {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.proces-hero-features__icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1) opacity(.9);
}

.proces-hero-features__label {
  font-size: .85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
}

.proces-hero__media-frame {
  position: relative;
  border-radius: var(--luma-radius-lg);
  overflow: hidden;
  /* box-shadow: var(--luma-shadow-pop);
  border: 1px solid rgba(255, 255, 255, .12); */
}

.proces-hero__media-frame img {
  width: 100%;
  height: auto;
}

.proces-hero__badge {
  position: absolute;
  background: var(--luma-white);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .9rem .5rem .5rem;
  box-shadow: var(--luma-shadow-card);
  font-size: .75rem;
  font-weight: 600;
  color: var(--luma-ink-900);
}

.proces-hero__badge-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
}

.proces-hero__badge--design {
  top: 6%;
  left: -4%;
}

.proces-hero__badge--develop {
  top: 0;
  right: 12%;
}

.proces-hero__badge--grow {
  bottom: 22%;
  left: -6%;
}

.proces-hero__badge--support {
  bottom: 8%;
  right: -2%;
}

/* ============================================================
   CORE SERVICES
   ============================================================ */




.section--fog {
  background: var(--luma-fog-100);
}

.section-head {
  max-width: 38rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.section-head__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: .6rem;
  color: #140930;
}

.section-head__subtitle {
  color: var(--luma-ink-500);
  font-size: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-md);
  padding: 1.9rem 1.6rem;
  height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}



.service-card__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.service-card__icon {
  width: 26px;
  height: 26px;
}

.service-card__title {
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: .5rem;
}

.service-card__desc {
  color: var(--luma-ink-500);
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 1.1rem;
}

.service-card__link {
  font-weight: 600;
  font-size: .88rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.service-card__link-icon {
  width: 14px;
  height: 14px;
}

.icon-bg--blue {
  background: #e7edff;
  color: #0052fb;
}

.icon-bg--purple {
  background: #f1e9fc;
  color: var(--luma-purple-600);
}

.icon-bg--orange {
  background: #fdece1;
  color: #e8722c;
}

.icon-bg--green {
  background: #e4f7ec;
  color: var(--luma-green-500);
}

.icon-bg--teal {
  background: #e2f7f9;
  color: var(--luma-teal-500);
}

.icon-bg--pink {
  background: #fde8f0;
  color: #e0396f;
}

/* ============================================================
   HIGHLIGHT COLUMNS (Marketing / IT Department / Why Choose / Hosting)
   ============================================================ */
.highlight-cols {
  display: grid;
  gap: 1.5rem;
}

.highlight-cols--4 {
  grid-template-columns: repeat(4, 1fr);
}

.highlight-cols--3 {
  grid-template-columns: 1.1fr 1.1fr .95fr;
}

.highlight-cols--2 {
  grid-template-columns: 1fr 1fr;
}

.highlight-card {
  border-radius: var(--luma-radius-md);
  padding: 1.75rem;
  height: 100%;
}

.highlight-card--plain {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
}

.highlight-card--tint {
  background: var(--luma-fog-200);
}

.highlight-card--navy {
  background: var(--luma-navy-900);
  color: var(--luma-white);
}

.highlight-card__title {
  font-weight: 600;
  font-size: 1.18rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

.highlight-card__media {
  margin-bottom: 1.1rem;
  position: relative;
}

.highlight-card__media img {
  border-radius: var(--luma-radius-sm);
  width: 100%;
}

.highlight-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.highlight-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .88rem;
  color: var(--luma-ink-600);
}

.highlight-card__list-icon {
  width: 16px;
  height: 16px;
  margin-top: .15rem;
  flex: 0 0 auto;
}

.highlight-card__note {
  font-size: .78rem;
  color: var(--luma-ink-500);
}

.highlight-card__people {
  border-radius: var(--luma-radius-sm);
  overflow: hidden;
  margin-bottom: 1.1rem;
}

.social-row {
  display: flex;
  gap: .6rem;
  margin-bottom: 1.1rem;
}

.social-row__icon {
  width: 30px;
  height: 30px;
}

/* ============================================================
   ADDITIONAL SERVICES GRID (Services page)
   ============================================================ */
.mini-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.mini-service-card {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-sm);
  padding: 1.2rem 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.mini-service-card__icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #e7edff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-service-card__icon {
  width: 20px;
  height: 20px;
}

.mini-service-card__label {
  font-weight: 600;
  font-size: .85rem;
  line-height: 1.35;
}

/* ============================================================
   FEATURE STRIP (Why LUMA page — 6 icon columns)
   ============================================================ */
.feature-strip {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-lg);
  box-shadow: var(--luma-shadow-card);
  padding: 2.25rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  margin-top: -4.5rem;
  position: relative;
  z-index: 5;
}

.feature-strip__item {
  text-align: center;
}

.feature-strip__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #e7edff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .8rem;
}

.feature-strip__icon {
  width: 24px;
  height: 24px;
}

.feature-strip__title {
  font-weight: 600;
  font-size: .92rem;
  margin-bottom: .3rem;
}

.feature-strip__desc {
  font-size: .78rem;
  color: var(--luma-ink-500);
  line-height: 1.5;
}

/* ============================================================
   TRUST STRIP (photo + 5 icon items)
   ============================================================ */
.trust-strip__media {
  height: 100%;
  min-height: 280px;
}

.trust-strip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trust-strip__content {
  padding: 2rem 2.25rem;
}

.trust-strip__heading {
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.5rem;
}


/* Trust grid */
.trust-strip__grid {
  margin: 0;
}

.trust-item {
  text-align: center;
  height: 100%;
  padding: 0 10px;
}

.trust-item__icon-wrap {
  width: 52px;
  height: 52px;

  border-radius: 999px;

  background: var(--luma-white);
  box-shadow: var(--luma-shadow-card);

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto .75rem;
}

.trust-item__icon {
  width: 24px;
  height: 24px;
}

.trust-item__title {
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: .3rem;
}

.trust-item__desc {
  font-size: .75rem;
  color: var(--luma-ink-500);
  line-height: 1.45;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {

  .trust-strip__media {
    min-height: 300px;
    max-height: 350px;
  }

  .trust-strip__content {
    padding: 2rem;
  }

  .trust-strip__heading {
    text-align: center;
    font-size: 30px;
  }
}


/* =========================================
   PROCESS STRIP
========================================= */

.process-strip {
  background: var(--luma-fog-100);
  border-radius: var(--luma-radius-lg);
  overflow: hidden;
}


/* Image */

.process-media {
  min-height: 280px;
}

.process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Content */

.process-content {
  padding: 2rem 2.25rem;
}


/* Heading */

.process-heading {
  text-align: left;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 1.5rem;
}


/* Grid */

.process-grid {
  margin: 0;
}


/* Item */

.process-item {
  text-align: center;
  padding: 0 8px;
}


/* Icon */

.process-icon {

  margin: 0 auto .75rem;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;


}

.process-icon img {
  width: 60px;
  height: 60px;
}


/* Title */

.process-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-grid .col:not(:last-child) .process-item {
  border-right: 1px solid #d9d9d9;
}


.process-desc {
  font-size: 15px;
  color: var(--luma-ink-600);
  line-height: 1.45;
  margin-bottom: 0;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .process-media {
    min-height: 300px;
    max-height: 350px;
  }

  .process-content {
    padding: 2rem;
  }

  .process-heading {
    text-align: center;
    font-size: 30px;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

  .process-media {
    min-height: 220px;
    max-height: 280px;
  }

  .process-content {
    padding: 1.5rem 1rem;
  }

  .process-heading {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }

  .process-item {
    padding: 5px 15px;
  }

  .process-icon {
    width: 46px;
    height: 46px;
  }

  .process-icon img {
    width: 21px;
    height: 21px;
  }

  .process-title {
    font-size: .8rem;
  }

  .process-desc {
    font-size: .72rem;
  }
}


/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  position: relative;
}

.testimonial-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-md);
  padding: 1.75rem;
  box-shadow: var(--luma-shadow-card);
}

.testimonial-card__stars {
  display: flex;
  gap: .2rem;
  margin-bottom: .9rem;
}

.testimonial-card__star {
  width: 16px;
  height: 16px;
}

.testimonial-card__quote {
  font-size: .92rem;
  color: var(--luma-ink-600);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  min-height: 5.5rem;
}

.testimonial-card__person {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-card__name {
  font-weight: 600;
  font-size: .9rem;
}

.testimonial-card__role {
  font-size: .78rem;
  color: var(--luma-ink-500);
}

.testimonials__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--luma-shadow-card);
}

.testimonials__arrow--prev {
  left: -1.25rem;
}

.testimonials__arrow--next {
  right: -1.25rem;
}

.testimonials__arrow img {
  width: 14px;
  height: 14px;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: var(--luma-navy-900);
  border-radius: var(--luma-radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
}

.cta-banner__content {
  padding: 2.5rem;
  color: var(--luma-white);
}

.cta-banner__title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.cta-banner__title-accent {
  color: var(--luma-blue-500);
}

.cta-banner__subtitle {
  color: rgba(255, 255, 255, .75);
  font-size: .92rem;
  margin-bottom: 1.4rem;
}

.cta-banner__media {
  height: 100%;
  min-height: 220px;
  position: relative;
}

.cta-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* ============================================================
   PRICING PAGE
   ============================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.pricing-card {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-md);
  padding: 1.9rem 1.6rem;
  position: relative;
}

.pricing-card--popular {
  border: 2px solid #0052fb;
  box-shadow: var(--luma-shadow-pop);
  transform: translateY(-8px);
}

.pricing-card__ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0052fb;
  color: var(--luma-white);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  padding: .35rem 1rem;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-card__tier {
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .08em;
  color: #0052fb;
  text-transform: uppercase;
  margin-bottom: .35rem;
}

.pricing-card__name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--luma-ink-600);
  margin-bottom: 1rem;
}

.pricing-card__price {
  font-weight: 600;
  font-size: 2.4rem;
  color: var(--luma-ink-900);
  line-height: 1;
}

.pricing-card__period {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: var(--luma-ink-500);
  margin: .35rem 0 1rem;
}

.pricing-card__desc {
  font-size: .85rem;
  color: var(--luma-ink-500);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.pricing-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.pricing-card__list-item {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .86rem;
  color: var(--luma-ink-600);
}

.pricing-card__list-icon {
  width: 16px;
  height: 16px;
  margin-top: .15rem;
  flex: 0 0 auto;
}

.pricing-card__cta {
  width: 100%;
  justify-content: center;
}

.compare-panel {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 1.5rem;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}

.compare-table th,
.compare-table td {
  padding: .75rem .5rem;
  text-align: center;
  border-bottom: 1px solid var(--luma-line);
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left;
}

.compare-table thead th {
  font-weight: 600;
  color: var(--luma-ink-900);
}

.compare-table__feature {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: var(--luma-ink-600);
  font-weight: 600;
}

.compare-table__feature-icon {
  width: 16px;
  height: 16px;
}

.compare-table__check {
  width: 18px;
  height: 18px;
}

.compare-table__title {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
}

.why-luma-box {
  background: var(--luma-fog-200);
  border-radius: var(--luma-radius-md);
  padding: 1.75rem;
  text-align: center;
  height: 100%;
}

.why-luma-box__icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: var(--luma-white);
  box-shadow: var(--luma-shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.why-luma-box__icon {
  width: 28px;
  height: 28px;
}

.why-luma-box__title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: .4rem;
}

.why-luma-box__desc {
  font-size: .85rem;
  color: var(--luma-ink-500);
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.why-luma-box__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.why-luma-box__list-item {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .85rem;
  color: var(--luma-ink-600);
}

.why-luma-box__list-icon {
  width: 16px;
  height: 16px;
  margin-top: .15rem;
  flex: 0 0 auto;
}

.why-luma-box__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
}

.why-luma-box__stars {
  display: flex;
  gap: .15rem;
}

.why-luma-box__star {
  width: 15px;
  height: 15px;
}

.why-luma-box__rating-text {
  font-weight: 600;
  font-size: .85rem;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-sm) !important;
  margin-bottom: .85rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: .92rem;
  color: var(--luma-ink-900);
  padding: 1.1rem 1.3rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #0052fb;
  background: var(--luma-fog-100);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  font-size: .86rem;
  color: var(--luma-ink-500);
  line-height: 1.65;
  padding: 0 1.3rem 1.2rem;
}

.cta-banner--split {
  background: linear-gradient(90deg, #0052fb, var(--luma-purple-600));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
}

.cta-banner--split .cta-banner__media {
  min-height: auto;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
}

.cta-banner--split .cta-banner__content {
  padding: 0;
}

.cta-banner--split .cta-banner__title {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.cta-banner--split .cta-banner__subtitle {
  margin-bottom: 0;
}

/* ============================================================
   INDUSTRIES PAGE
   ============================================================ */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.35rem;
}

.industry-card {
  border-radius: var(--luma-radius-md);
  overflow: hidden;
  border: 1px solid var(--luma-line);
  background: var(--luma-white);
  transition: box-shadow .2s ease, transform .2s ease;
}


/* .industry-card__media {
  position: relative;
  height: 130px;
} */

.industry-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-card__icon-wrap {
  position: absolute;
  left: .9rem;
  bottom: -18px;
  /* width: 40px;
  height: 40px; */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--luma-shadow-card);
}

.industry-card__icon {
  width: 20px;
  height: 20px;
}

.industry-card__body {
  padding: 1.5rem 1rem 1.1rem;
}

.industry-card__title {
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: .35rem;
}

.industry-card__desc {
  font-size: .78rem;
  color: var(--luma-ink-500);
  line-height: 1.5;
}

.more-industries-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: var(--luma-fog-100);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-md);
  padding: 1.5rem 1.75rem;
}

.more-industries-bar__left {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.more-industries-bar__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--luma-white);
  box-shadow: var(--luma-shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.more-industries-bar__icon {
  width: 22px;
  height: 22px;
}

.more-industries-bar__title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: .3rem;
}

.more-industries-bar__desc {
  font-size: .85rem;
  color: var(--luma-ink-500);
  line-height: 1.55;
}

.cta-banner--icon {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1.9rem;
  background: linear-gradient(90deg, #0052fb, var(--luma-purple-600));
}

.cta-banner--icon .cta-banner__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cta-banner--icon .cta-banner__icon {
  width: 52px;
  height: 52px;
  filter: brightness(0) invert(1);
}

.cta-banner--icon .cta-banner__content {
  padding: 0;
  color: var(--luma-white);
}

.cta-banner--icon .cta-banner__title {
  font-size: 1.2rem;
  margin-bottom: .2rem;
}

.cta-banner--icon .cta-banner__subtitle {
  margin-bottom: 0;
}

/* ============================================================
   OUR PROCESS PAGE
   ============================================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.process-step {
  background: var(--luma-white);
  border: 1px solid var(--luma-line);
  border-radius: var(--luma-radius-md);
  padding: 2.5rem 1.4rem 1.75rem;
  text-align: center;
  position: relative;
  margin: 0 .5rem;
}

.process-step__badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #0158f9;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--luma-white);
}

.process-step__icon-wrap {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}

.process-step__icon {
  width: 80px;
  height: 80px;
}

.process-step__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: .6rem;
}

.process-step__desc {
  font-size: 16px;
  color: var(--luma-navy-900);
  line-height: 1.55;
}

.process-step__connector {
  position: absolute;
  top: 70px;
  right: -1.15rem;
  width: 2rem;
  height: 14px;
  z-index: 2;
}

.icon-circle--blue {
  background: #0052fb;
}

.icon-circle--green {
  background: var(--luma-green-500);
}

.icon-circle--purple {
  background: var(--luma-purple-600);
}

.icon-circle--orange {
  background: #e8722c;
}


.cta-banner--glow .cta-banner__content {
  padding: 0;
}

.cta-banner--glow .cta-banner__title {
  font-size: 1.5rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1199.98px) {
  .highlight-cols--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }


  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .compare-panel {
    grid-template-columns: 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
  }

  .process-step__connector {
    display: none;
  }
}

@media (max-width:991.98px) {
  .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--luma-navy-600);
    margin-top: 1rem;
    border-radius: 10px;
    padding: .5rem 1rem;
  }

  .main-nav__link {
    width: 100%;
    padding: .75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }


  .proces-hero__row {
    flex-direction: column;
  }

  .proces-hero__col--content,
  .proces-hero__col--media {
    flex: 1 1 100%;
  }

  .proces-hero__title {
    font-size: 2.15rem;
  }

  .proces-hero-features {
    gap: 1.25rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-cols--3 {
    grid-template-columns: 1fr;
  }

  .highlight-cols--2 {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem;
  }



  .trust-strip__media img {
    min-height: 200px;
  }



  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-track {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    grid-template-columns: 1fr;
  }

  .cta-banner__media {
    min-height: 180px;
  }

  .proces-hero__badge {
    display: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .pricing-card--popular {
    transform: none;
  }

  .help-strip {
    grid-template-columns: 1fr;
  }

  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .more-industries-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-banner--split,
  .cta-banner--icon {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-banner--split .cta-banner__media,
  .cta-banner--icon .cta-banner__icon-wrap {
    margin: 0 auto;
  }

  .compare-table {
    font-size: .78rem;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner--glow {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-banner--glow::after {
    display: none;
  }
}

@media (max-width:767.98px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .highlight-cols--4 {
    grid-template-columns: 1fr;
  }

  .mini-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }



  .stats-bar {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .stat-item {
    flex-direction: column;
    gap: .35rem;
  }



  .proces-hero__title {
    font-size: 1.85rem;
  }

  .cta-banner__content {
    padding: 1.75rem;
  }

  .form-field__checks {
    grid-template-columns: 1fr;
  }

  .contact-info,
  .contact-form {
    padding: 1.5rem;
  }

  .compare-table {
    font-size: .72rem;
  }
}

@media (max-width:575.98px) {
  .mini-services-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }


  .stats-bar {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 2.75rem;
  }

  .proces-hero {
    padding-block: 3rem;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card--popular {
    margin-top: 1rem;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step {
    margin: 0;
  }
}


.hero__watch-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #171717;
  text-decoration: none;

  font-size: 16px;
  font-weight: 600;

  white-space: nowrap;
}

.hero__play-icon {
  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #3049d8;
  border-radius: 50%;

  flex-shrink: 0;
}

.hero__play-icon i {
  color: #3049d8;
  font-size: 10px;
  margin-left: 2px;
}

.hero__watch-btn:hover {
  color: #171717;
}

.hero__watch-btn:hover .hero__play-icon {
  transform: scale(1.05);
}

@media (max-width: 576px) {

  .hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .hero__watch-btn {
    font-size: 15px;
  }
}

/* =========================================
   PROCESS CTA
========================================= */

.process-cta {
  position: relative;

  /* background:
    radial-gradient(circle at 65% 50%,
      rgba(42, 111, 255, 0.35) 0,
      rgba(42, 111, 255, 0.15) 8%,
      transparent 25%),
    linear-gradient(100deg,
      #11164d 0%,
      #17105c 55%,
      #3d08a8 100%); */
      background-image: url(../imgs/bg-img2.png); 
  background-position: right;
  border-radius: 8px;
  padding: 1.25rem 2rem;
  overflow: hidden;
}


/* Center Light Effect */

.process-cta::after {
  content: "";

  position: absolute;

  top: 50%;
  left: 62%;

  width: 180px;
  height: 60px;

  transform: translate(-50%, -50%);

  background: radial-gradient(ellipse,
      rgba(0, 207, 255, 0.65) 0%,
      rgba(0, 207, 255, 0.25) 25%,
      transparent 70%);

  filter: blur(8px);

  pointer-events: none;
}


/* Content */

.process-cta-content {
  position: relative;
  z-index: 2;
}

.process-cta-title {
  color: #fff;

  font-size: 40px;
  font-weight: 600;

  margin: 0 0 .25rem;
}

.process-cta-text {
  color: rgba(255, 255, 255, .85);

  font-size: 20px;

  margin: 0;
}


/* Button Area */

.process-cta-action {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: flex-end;
}


/* Button */

.process-cta-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: .75rem;

  min-width: 170px;

  padding: .75rem 1.25rem;

  background: #fff;
  color: #2949d8;

  border-radius: 5px;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  transition: all .25s ease;
}

.process-cta-button i {
  font-size: .85rem;

  transition: transform .25s ease;
}

.process-cta-button:hover {
  background: #f5f7ff;
  color: #2949d8;

  transform: translateY(-1px);
}

.process-cta-button:hover i {
  transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

  .process-cta {
    padding: 1.5rem 1.75rem;
  }

  .process-cta-action {
    justify-content: flex-start;
    margin-top: 1rem;
  }

  .process-cta::after {
    left: 75%;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

  .process-cta {
    padding: 1.5rem;
  }

  .process-cta-title {
    font-size: 1.1rem;
  }

  .process-cta-text {
    font-size: .78rem;
  }

  .process-cta-action {
    justify-content: flex-start;
    margin-top: 1.25rem;
  }

  .process-cta-button {
    width: 100%;
    min-width: 0;
    padding: .8rem 1rem;
  }

  .process-cta::after {
    left: 50%;
    top: 35%;
  }
}

.why-luma-section {
  background-image: url(../imgs/why-luma/why_page_BG_desktop.png);
 padding-block: 0;
}

.why-luma-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 254, 254, 0.75) 0%, rgba(252, 251, 251, 0.45) 50%, transparent 100%);
}

.why-luma-section .contact-hero__title {
  color: var(--luma-ink-900) !important;
}

.why-luma-section  .contact-hero__subtitle {
  color: var(--luma-ink-900); 
}

.why-luma-section  .pricing-hero__media-frame {
    width: 80%;}

    /* Desktop only */
@media (min-width: 1200px) {

    .services-section .service-card {
        position: relative;
    }

    .services-section .col-xl-2:not(:last-child) .service-card::after {
        content: "";
        position: absolute;
        right: 0;
        top: 25%;
        height: 50%;
        width: 1px;
        background-color: #ede9e9;
    }

}