/* Maharix Technology — premium inner-page layer */
:root {
  --ip-ink: #07172d;
  --ip-blue: #1677ff;
  --ip-cyan: #00c9ff;
  --ip-line: #dbe5f0;
  --ip-muted: #66758a
}

.page-hero,
.article-hero,
.blog-hero {
  position: relative;
  overflow: hidden !important;
  background: radial-gradient(circle at 85% 15%, rgba(0, 201, 255, .16), transparent 30%), linear-gradient(135deg, #061225, #0b2442) !important;
  border-bottom: 0 !important
}

.page-hero:after,
.article-hero:after,
.blog-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none
}

.page-hero .container,
.article-hero .container,
.blog-hero .container {
  position: relative;
  z-index: 2
}

.page-hero h1,
.article-hero h1,
.blog-hero h1 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -.04em;
  font-size: clamp(3rem, 5.2vw, 5.7rem) !important;
  line-height: 1 !important;
  max-width: 920px
}

.page-hero .lede,
.article-hero .lede,
.blog-hero .lede {
  max-width: 780px !important;
  color: #b8c7da !important;
  font-size: 1.08rem !important;
  line-height: 1.8 !important
}

.page-hero .eyebrow,
.article-hero .eyebrow,
.blog-hero .eyebrow {
  color: #69e0ff !important;
  letter-spacing: .16em !important
}

.breadcrumbs {
  color: #9aacc1 !important
}

.breadcrumbs a {
  color: #dce8f5 !important
}

.page-hero .hero-actions .btn,
.article-hero .hero-actions .btn,
.blog-hero .hero-actions .btn {
  border-radius: 999px !important;
  padding: 14px 21px !important
}

.content-section,
.section-light-alt,
.section-light {
  background: #fff
}

.section-head h2,
.content-section h2 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -.035em
}

.services-grid,
.service-grid,
.article-grid,
.blog-grid,
.work-grid {
  gap: 18px !important
}

.service-card,
.services-card,
.article-card,
.blog-card,
.work-item,
.pricing-card,
.why-cell,
.feature-card {
  border: 1px solid var(--ip-line) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 35px rgba(7, 23, 45, .045) !important;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease !important;
  overflow: hidden
}

.service-card:hover,
.services-card:hover,
.article-card:hover,
.blog-card:hover,
.work-item:hover,
.pricing-card:hover,
.feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 70px rgba(7, 23, 45, .11) !important;
  border-color: #b9d6f2 !important
}

.article-card>img,
.blog-card>img,
.work-item-img img {
  transition: transform .5s ease
}

.article-card:hover>img,
.blog-card:hover>img,
.work-item:hover .work-item-img img {
  transform: scale(1.045)
}

.service-icon,
.card-icon,
.feature-icon {
  border-radius: 15px !important;
  background: linear-gradient(135deg, #eaf6ff, #f4fbff) !important;
  color: #0877ef !important
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 20%, rgba(0, 201, 255, .16), transparent 30%), linear-gradient(135deg, #061225, #0b2442) !important
}

.final-cta h2 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -.04em
}

.faq-item {
  border-radius: 18px !important;
  border: 1px solid var(--ip-line) !important;
  box-shadow: 0 8px 30px rgba(7, 23, 45, .045) !important
}

.faq-q {
  font-weight: 800 !important
}

.article-content {
  font-size: 1.02rem;
  line-height: 1.9
}

.article-content h2,
.article-content h3 {
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -.025em
}

.article-content img {
  border-radius: 22px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 18px 50px rgba(7, 23, 45, .09)
}

.work-item-img {
  overflow: hidden
}

.work-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(max-width:767px) {

  .page-hero h1,
  .article-hero h1,
  .blog-hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.7rem) !important
  }

  .service-card,
  .services-card,
  .article-card,
  .blog-card,
  .work-item,
  .pricing-card {
    border-radius: 19px !important
  }
}

/* Final visual refinement: preserve brand assets, work and client presentation */
:root {
  --mx-ink: #101a36;
  --mx-blue: #2857ff;
  --mx-cyan: #66e4dc;
  --mx-cream: #f7f8fc;
  --mx-line: rgba(16, 26, 54, .12)
}

body {
  background: var(--mx-cream);
  color: var(--mx-ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased
}

.mx-section-kicker {
  font-size: 12px !important;
  letter-spacing: .16em !important;
  font-weight: 800 !important;
  color: #52617e !important
}

.mx-heading-row h2,
.mx-intro h2,
.mx-faq h2,
.mx-cta h2 {
  font-size: clamp(30px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  max-width: 760px
}

.mx-heading-row p,
.mx-intro p,
.mx-faq p,
.mx-cta p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #5e6a83 !important
}

.mx-hero,
.mx-clients,
.mx-services,
.mx-solutions,
.mx-capability,
.mx-process,
.mx-work,
.mx-tech,
.mx-resources,
.mx-faq,
.mx-cta {
  overflow: hidden
}

.mx-hero {
  border-radius: 0 0 42px 42px;
  background: linear-gradient(135deg, #101a36 0%, #172d66 56%, #2857ff 100%);
  box-shadow: 0 22px 70px rgba(16, 26, 54, .18)
}

.mx-hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -55% 25%;
  height: 70%;
  background: radial-gradient(circle, rgba(102, 228, 220, .24), transparent 65%);
  pointer-events: none
}

.mx-stage-image {
  border-radius: 34px !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .22) !important
}

.mx-btn {
  border-radius: 999px !important;
  padding: 14px 23px !important;
  font-weight: 800 !important;
  letter-spacing: -.01em
}

.mx-clients {
  background: #fff;
  border: 1px solid var(--mx-line);
  border-radius: 34px;
  margin-top: 28px;
  margin-bottom: 28px;
  box-shadow: 0 12px 35px rgba(16, 26, 54, .05)
}

.mx-client-cloud {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important
}

.mx-client-cloud span,
.mx-client-cloud a {
  border: 1px solid rgba(40, 87, 255, .15) !important;
  background: #f4f7ff !important;
  border-radius: 999px !important;
  padding: 11px 17px !important;
  color: #26375d !important;
  font-weight: 750 !important
}

.mx-services {
  background: #101a36 !important;
  color: #fff !important;
  border-radius: 38px !important
}

.mx-services .mx-heading-row p,
.mx-services .mx-section-kicker {
  color: #b9c5e2 !important
}

.mx-service-list a {
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
  padding: 23px 0 !important
}

.mx-service-list a:hover {
  color: var(--mx-cyan) !important;
  padding-left: 12px !important
}

.mx-solutions,
.mx-capability,
.mx-process,
.mx-work,
.mx-resources {
  border-radius: 36px !important
}

.mx-work-main,
.mx-work-side a,
.mx-resource-card,
.mx-solution-card,
.mx-process-card {
  border-radius: 28px !important;
  overflow: hidden !important
}

.mx-work img,
.mx-resource-art,
.mx-capability img {
  transition: transform .6s ease
}

.mx-work a:hover img,
.mx-resource-card:hover .mx-resource-art {
  transform: scale(1.04)
}

.mx-tech {
  background: linear-gradient(135deg, #eaf1ff, #f9fbff) !important;
  border-radius: 36px !important
}

.mx-tech-cloud span {
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(40, 87, 255, .15) !important;
  padding: 12px 18px !important
}

.mx-faq details {
  border: 1px solid var(--mx-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  margin-bottom: 12px !important;
  padding: 0 22px !important
}

.mx-faq summary {
  padding: 22px 0 !important;
  font-size: 17px !important;
  font-weight: 800 !important
}

.mx-faq details p {
  padding: 0 0 20px !important
}

.mx-cta {
  background: linear-gradient(135deg, #2857ff, #172d66) !important;
  color: #fff !important;
  border-radius: 38px !important
}

.mx-cta h2,
.mx-cta p,
.mx-cta .mx-section-kicker {
  color: #fff !important
}

@media(max-width:768px) {
  .mx-hero {
    border-radius: 0 0 26px 26px
  }

  .mx-clients,
  .mx-services,
  .mx-solutions,
  .mx-capability,
  .mx-process,
  .mx-work,
  .mx-tech,
  .mx-resources,
  .mx-faq,
  .mx-cta {
    border-radius: 24px !important
  }

  .mx-heading-row h2,
  .mx-intro h2,
  .mx-faq h2,
  .mx-cta h2 {
    font-size: 32px !important
  }

  .mx-hero .container {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  .mx-stage-image {
    border-radius: 24px !important
  }

  .mx-client-head {
    display: block !important
  }

  .mx-client-note {
    font-size: 14px !important
  }
}

/* Premium service overview — editorial service architecture */
.service-overview-premium {
  padding: 105px 0 115px;
  background: linear-gradient(180deg, #f8faff 0%, #fff 100%)
}

.service-overview-head {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 45px
}

.service-overview-head h2 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 13px 0 0;
  color: #07172d
}

.service-overview-head p {
  color: #66758a;
  line-height: 1.85;
  margin: 0
}

.service-overview-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 14px
}

.service-overview-card {
  border-radius: 30px !important;
  overflow: hidden !important;
  text-decoration: none;
  transition: .38s cubic-bezier(.16, 1, .3, 1) !important
}

.service-overview-feature {
  position: relative;
  min-height: 660px;
  background: #07172d;
  color: #fff;
  box-shadow: 0 25px 70px rgba(7, 23, 45, .13)
}

.service-overview-image,
.service-overview-overlay {
  position: absolute;
  inset: 0
}

.service-overview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s
}

.service-overview-overlay {
  background: linear-gradient(180deg, rgba(4, 11, 26, .04) 20%, rgba(4, 11, 26, .95) 100%)
}

.service-overview-feature:hover .service-overview-image img {
  transform: scale(1.045)
}

.service-overview-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2
}

.service-overview-content>span,
.service-overview-card:not(.service-overview-feature)>div>span {
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .15em;
  color: #1677ff
}

.service-overview-feature .service-overview-content>span {
  color: #69e0ff
}

.service-overview-content h3 {
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.7rem);
  line-height: .98;
  letter-spacing: -.05em;
  margin: 12px 0
}

.service-overview-content p {
  color: #bdc9da;
  max-width: 570px;
  line-height: 1.75;
  font-size: .83rem
}

.service-overview-content b {
  font-size: .68rem;
  color: #fff
}

.service-overview-content em {
  font-style: normal;
  color: #69e0ff;
  margin-left: 4px
}

.service-overview-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.service-overview-secondary .service-overview-card {
  position: relative;
  padding: 25px;
  display: grid;
  grid-template-columns: 42px 1fr 18px;
  gap: 13px;
  align-content: start;
  background: #fff;
  border: 1px solid #dbe5f0 !important;
  color: #07172d;
  box-shadow: 0 9px 30px rgba(7, 23, 45, .045)
}

.service-overview-secondary .service-overview-card:hover {
  transform: translateY(-5px);
  border-color: #b7d0ee !important;
  box-shadow: 0 24px 60px rgba(7, 23, 45, .1)
}

.service-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #edf6ff;
  color: #1677ff;
  display: grid;
  place-items: center;
  font-size: .85rem;
  font-weight: 900
}

.service-overview-secondary h3 {
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.08rem;
  line-height: 1.12;
  margin: 7px 0
}

.service-overview-secondary p {
  font-size: .69rem;
  line-height: 1.65;
  color: #6a778a;
  margin: 0
}

.service-overview-secondary>b {
  font-size: 1rem;
  color: #1677ff;
  text-align: right
}

.service-overview-note {
  margin-top: 16px;
  border-radius: 22px;
  background: #07172d;
  color: #fff;
  padding: 19px 22px;
  display: flex;
  align-items: center;
  gap: 10px
}

.service-overview-note span {
  font-size: .65rem;
  font-weight: 900;
  color: #69e0ff;
  white-space: nowrap
}

.service-overview-note p {
  font-size: .68rem;
  color: #aebbd0;
  margin: 0
}

.service-overview-note a {
  margin-left: auto;
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap
}

.service-overview-note em {
  font-style: normal;
  color: #69e0ff;
  margin-left: 4px
}

@media(max-width:950px) {

  .service-overview-head,
  .service-overview-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .service-overview-feature {
    min-height: 540px
  }
}

@media(max-width:650px) {
  .service-overview-premium {
    padding: 75px 0 80px
  }

  .service-overview-head h2 {
    font-size: 2.5rem
  }

  .service-overview-secondary {
    grid-template-columns: 1fr
  }

  .service-overview-feature {
    min-height: 500px;
    border-radius: 25px !important
  }

  .service-overview-content {
    left: 23px;
    right: 23px;
    bottom: 24px
  }

  .service-overview-content h3 {
    font-size: 2.2rem
  }

  .service-overview-secondary .service-overview-card {
    border-radius: 22px !important
  }

  .service-overview-note {
    align-items: flex-start;
    flex-direction: column
  }

  .service-overview-note a {
    margin-left: 0
  }
}
@media (max-width: 760px) {
  a.btn.btn-primary.btn-sm[href="/website-audit"] {
    display: none !important;
  }
}

