/* =================================================================
   TrueCraft — Enterprise Carbon theme
   IBM-inspired light system · Blue Dot logo · #0f62fe accent
   ================================================================= */


:root {
  --carbon-100: #161616;
  --carbon-90: #262626;
  --carbon-80: #393939;
  --carbon-10: #f4f4f4;
  --carbon-05: #fafafa;
  --blue-60: #0f62fe;
  --blue-70: #0043ce;
  --blue-40: #4589ff;
  --blue-30: #78a9ff;
  --text-on-dark: #f4f4f4;
  --text-muted-dark: #c6c6c6;
  --text-on-light: #161616;
  --text-muted-light: #525252;
  --hero-bg: #f2f4f8;
  --line-light: #e0e0e0;

  --font-display: "Funnel Display", system-ui, sans-serif;
  --font-serif: "Funnel Display", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --bg: #fafafa;
  --bg-2: #ffffff;
  --bg-3: #f4f4f4;
  --paper: #ffffff;
  --ink: #161616;
  --ink-2: #393939;
  --muted: #525252;
  --muted-2: #6f6f6f;
  --line: rgba(22, 22, 22, 0.1);
  --line-2: rgba(22, 22, 22, 0.16);
  --brand-orange: #0f62fe;
  --brand-orange-soft: rgba(15, 98, 254, 0.08);
  --header-glass: #ffffff;
  --header-glass-scrolled: #ffffff;

  --surface-card: #ffffff;
  --shadow-xs: 0 1px 2px rgba(22, 22, 22, 0.06);
  --shadow-sm: 0 4px 16px rgba(22, 22, 22, 0.06);
  --shadow-md: 0 12px 32px rgba(22, 22, 22, 0.08);
  --shadow-lg: 0 20px 48px rgba(22, 22, 22, 0.1);
  --shadow-pop: 0 16px 40px rgba(15, 98, 254, 0.12);
}

html {
  color-scheme: light;
  scroll-padding-top: max(72px, calc(env(safe-area-inset-top, 0px) + 64px));
}

body {
  font-family: var(--font-body);
  color: var(--ink-2);
  background-color: var(--bg);
  background-image: none;
}

body::before,
body::after {
  display: none !important;
}

h1, h2, h3, h4, .h2, .h3 {
  font-family: var(--font-display);
  color: var(--ink);
}

.h2 em,
.hero--enterprise h1 em {
  font-style: normal;
  color: var(--blue-60);
}

.lead {
  color: var(--muted);
}

/* —— Header —— */
.header::before {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid var(--line-light) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

.header.is-scrolled::before {
  background: #fff !important;
  border-bottom-color: var(--line-light) !important;
}

.header::after {
  display: none !important;
}

.header .brand__logo {
  height: 40px !important;
  max-width: min(220px, 56vw) !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.header.is-scrolled .brand__logo {
  height: 36px !important;
}

.footer .brand__logo {
  height: clamp(34px, 3.8vw, 40px) !important;
  max-width: min(240px, 72vw) !important;
  display: block;
  flex-shrink: 0;
  object-fit: contain !important;
  object-position: left center !important;
}

.header .nav a,
.header .nav-dropdown__toggle {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text-on-light) !important;
}

.header .nav a::after {
  background: var(--blue-60) !important;
  height: 2px !important;
  bottom: 0 !important;
}

.header .nav a:hover,
.header .nav a:focus-visible,
.header .nav-dropdown__toggle:hover,
.header .nav-dropdown__toggle[aria-expanded="true"],
.header .nav a[aria-current="page"] {
  color: var(--blue-60) !important;
}

.header .nav a[aria-current="page"]::after {
  background: var(--blue-60) !important;
}

.header .nav-cta {
  background: var(--blue-60) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 0 20px !important;
  min-height: 48px;
  border-radius: 0 !important;
}

.header .nav-cta:hover {
  background: var(--blue-70) !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.header .nav-cta span {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.header .hamburger {
  background: transparent !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent;
}

.header .hamburger span {
  background: var(--text-on-light) !important;
}

.header .nav-dropdown__menu {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  box-shadow: var(--shadow-md) !important;
}

.header .nav-dropdown__item,
.header .nav-dropdown__all,
.header .nav-dropdown__label {
  color: var(--text-on-light) !important;
}

.header .nav-dropdown__item:hover,
.header .nav-dropdown__all:hover {
  color: var(--blue-60) !important;
  background: var(--carbon-10) !important;
}

.header .mobile-menu {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  box-shadow: var(--shadow-lg) !important;
}

.header .mobile-menu a,
.header .mobile-menu__subtoggle {
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text-on-light) !important;
  border-bottom-color: var(--line-light) !important;
}

.header .mobile-menu a:hover,
.header .mobile-menu__subtoggle:hover {
  color: var(--blue-60) !important;
  background: var(--carbon-10) !important;
}

.header .mobile-menu__cta {
  background: var(--blue-60) !important;
  border: none !important;
  color: #fff !important;
}

@media (max-width: 1024px) {
  .header .header__inner {
    gap: 12px;
    padding-inline: clamp(16px, 4vw, 24px) !important;
  }

  body:not(.theme-enterprise) .header .mobile-menu {
    max-height: calc(100dvh - var(--header-offset, 72px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  .header .nav-cta {
    display: none !important;
  }
}

/* Enterprise pages — always show solid IBM-style header (not transparent at top) */
.theme-enterprise .header,
.theme-enterprise .header:not(.is-scrolled) {
  background: transparent !important;
}

.theme-enterprise .header::before,
.theme-enterprise .header:not(.is-scrolled)::before {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid var(--line-light) !important;
  box-shadow: none !important;
}

body.home-redesign.theme-enterprise .header::before,
body.home-redesign.theme-enterprise .header::after,
body.home-redesign.theme-enterprise .header.is-scrolled::before,
body.home-redesign.theme-enterprise .header.is-scrolled::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.theme-enterprise .header .nav-dropdown__menu {
  z-index: 300 !important;
}

.theme-enterprise .header .header__inner {
  position: relative;
  z-index: 2;
}

body.home-redesign.theme-enterprise .header .header__inner {
  max-width: var(--hr-header-max) !important;
  width: calc(100% - (var(--hr-header-float-x) * 2)) !important;
  margin:
    var(--hr-header-float-y)
    var(--hr-header-float-x)
    0 !important;
  padding-inline: clamp(1rem, 2vw, 1.5rem) !important;
  padding-block: clamp(0.4rem, 0.85vw, 0.6rem) !important;
  min-height: var(--hr-header-bar) !important;
  gap: 10px 14px !important;
  border-radius: var(--hr-header-radius) !important;
}

body.home-redesign.theme-enterprise .header.is-scrolled .header__inner {
  min-height: clamp(50px, 6.2vw, 60px) !important;
  padding-block: clamp(0.35rem, 0.7vw, 0.5rem) !important;
}

/* —— Loader —— */
.loader {
  background: #fff !important;
}

.loader__text {
  color: var(--muted) !important;
}

.loader__mark img,
.loader__mark .loader__logo {
  height: clamp(40px, 7vw, 56px) !important;
  width: auto !important;
  max-width: min(220px, 72vw) !important;
  object-fit: contain !important;
}

/* —— Enterprise hero —— */
.hero--enterprise {
  position: relative;
  background: var(--hero-bg);
  color: var(--text-on-light);
  overflow: hidden;
  padding: 0;
}

.hero--enterprise .hero-st__stage {
  display: none;
}

.hero--enterprise__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(520px, 68vh, 720px);
  align-items: stretch;
  min-width: 0;
}

.hero--enterprise__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  height: 100%;
  min-width: 0;
  width: calc(100% - max(0px, calc((100vw - min(var(--max), 100vw)) / 2)));
  max-width: 100%;
  box-sizing: border-box;
  padding-top: calc(var(--header-offset, 72px) + clamp(28px, 4vh, 52px));
  padding-bottom: clamp(36px, 5vw, 64px);
  padding-inline: var(--page-gutter);
  margin-left: max(0px, calc((100vw - min(var(--max), 100vw)) / 2));
}

.hero--enterprise h1 {
  font-size: clamp(2.25rem, 4.2vw, 3.25rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--blue-60);
  max-width: 14ch;
  margin-bottom: 24px;
}

#hero.hero--enterprise #hero-heading {
  max-width: none;
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
}

#hero.hero--enterprise #hero-heading .hero--enterprise__title-line {
  display: block;
  white-space: nowrap;
}

#hero.hero--enterprise .hero--enterprise__lead {
  max-width: none;
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
}

#hero.hero--enterprise .hero--enterprise__lead-line {
  display: block;
  white-space: nowrap;
}

#hero.hero--enterprise .hero--enterprise__media::before {
  background: linear-gradient(90deg, var(--hero-bg) 0%, rgba(242, 244, 248, 0.55) 24%, transparent 48%);
}

.hero--enterprise__lead {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.55;
  color: var(--text-on-light);
  max-width: 40ch;
  margin-bottom: 40px;
}

.hero--enterprise__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 12px;
}

.hero--enterprise__actions .btn {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  line-height: 1.4;
  white-space: normal;
  border-radius: 0;
  min-height: 48px;
  height: auto;
  padding: 12px 16px;
  font-weight: 400;
}

.theme-enterprise .hero--enterprise__actions .btn {
  white-space: normal !important;
}

.hero--enterprise__actions .btn--primary {
  background: var(--blue-60);
  color: #fff;
  border: none;
}

.hero--enterprise__actions .btn--primary:hover {
  background: var(--blue-70);
}

.hero--enterprise__actions .btn--outline {
  background: transparent;
  color: var(--blue-60);
  border: 1px solid var(--blue-60);
}

.hero--enterprise__actions .btn--outline:hover {
  background: rgba(15, 98, 254, 0.06);
}

.hero--enterprise__actions .btn .arrow {
  margin-left: auto;
  flex-shrink: 0;
}

.theme-enterprise .hero--enterprise__actions .btn--arrow::after {
  flex-shrink: 0;
  margin-left: auto;
}

.hero--enterprise__media {
  position: relative;
  align-self: stretch;
  min-height: 320px;
  background: #dde1e6;
}

.hero--enterprise__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.hero--enterprise__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, var(--hero-bg) 0%, rgba(242, 244, 248, 0.55) 12%, transparent 28%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .hero--enterprise__content {
    margin-left: 0;
    max-width: none;
  }

  .hero--enterprise__grid {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .hero--enterprise__grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero--enterprise__content {
    margin-left: 0;
    max-width: none;
    padding-top: clamp(32px, 5vw, 48px);
  }

  #hero.hero--enterprise #hero-heading .hero--enterprise__title-line,
  #hero.hero--enterprise .hero--enterprise__lead-line {
    white-space: normal;
  }

  .hero--enterprise__media {
    order: -1;
    min-height: 280px;
    max-height: 360px;
  }

  .hero--enterprise__media::before {
    background: linear-gradient(180deg, transparent 55%, var(--hero-bg) 100%);
  }
}

@media (min-width: 901px) {
  .hero--enterprise__content {
    max-width: calc(656px + var(--page-gutter));
  }

  .hero--enterprise__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .hero--enterprise__actions .btn {
    width: auto;
    flex: 1 1 11rem;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero--enterprise h1 {
    max-width: none;
  }

  #hero.hero--enterprise #hero-heading {
    font-size: clamp(1.5rem, 6.8vw, 2rem);
  }

  .hero--enterprise__actions .btn {
    font-size: 0.8125rem;
    padding: 12px 14px;
  }
}

.btn--outline {
  background: transparent !important;
  color: var(--blue-60) !important;
  border: 1px solid var(--blue-60) !important;
  box-shadow: none !important;
}

.btn--outline:hover {
  background: rgba(15, 98, 254, 0.06) !important;
}

/* —— News strip (homepage) —— */
.news-strip {
  background: #fff;
  border-bottom: 1px solid var(--line-light);
  padding: clamp(32px, 4vw, 48px) 0;
}

.news-strip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.news-strip__head h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-on-light);
}

.news-strip__head a {
  font-size: 0.875rem;
  color: var(--blue-60);
  text-decoration: none;
}

.news-strip__head a:hover {
  text-decoration: underline;
}

.start-here .news-strip__head h2 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}

.start-here__lead {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-muted-light);
  margin: 0;
  max-width: 42ch;
}

.start-here .news-strip__card p strong {
  display: block;
  font-weight: 600;
  color: var(--text-on-light);
  margin-bottom: 4px;
}

.news-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1024px) {
  .news-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .news-strip__grid {
    grid-template-columns: 1fr;
  }
}

.news-strip__card {
  background: var(--carbon-10);
  border: 1px solid var(--line-light);
  padding: 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: var(--text-on-light);
  transition: border-color 0.15s, background 0.15s;
}

.news-strip__card:hover {
  border-color: var(--blue-60);
  background: #fff;
}

.news-strip__card p {
  font-size: 0.875rem;
  line-height: 1.45;
}

.news-strip__card span {
  font-size: 0.875rem;
  color: var(--blue-60);
}

/* —— Buttons —— */
.btn--primary,
.cx-btn--primary {
  background: var(--blue-60) !important;
  border-color: var(--blue-60) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn--primary:hover,
.cx-btn--primary:hover {
  background: var(--blue-70) !important;
}

.btn-st--ghost,
.btn--ghost {
  color: var(--blue-60) !important;
  border-color: var(--blue-60) !important;
  background: transparent !important;
}

.btn-st--ghost:hover {
  background: rgba(15, 98, 254, 0.06) !important;
}

/* —— Sections —— */
.logo-strip {
  background: #fff;
  border-block: 1px solid var(--line-light);
}

.logo-strip__label {
  color: var(--muted);
}

.logo-strip__brand {
  color: var(--muted);
}

.services,
.work,
.quotes,
.process,
.about--compact {
  background: var(--bg-2);
}

.services {
  border-top: 1px solid var(--line-light);
}

.work {
  background: var(--carbon-10);
}

.contact--home {
  background: var(--bg-2) !important;
}

.contact--home__glow {
  display: none !important;
}

.footer {
  background: var(--carbon-100) !important;
  color: var(--text-muted-dark);
  border-top: none;
}

.footer a {
  color: var(--text-muted-dark);
}

.footer a:hover {
  color: var(--text-on-dark);
}

.footer h4 {
  color: var(--text-on-dark);
}

.footer__brand p {
  color: var(--text-muted-dark);
}

/* —— Cards & components —— */
.case,
.project-card,
.services__group,
.step,
.about__metric,
.contact__card,
.cx-field input,
.cx-field select,
.cx-field textarea {
  background: #fff !important;
  border-color: var(--line-light) !important;
  color: var(--ink-2);
}

.tag {
  background: rgba(15, 98, 254, 0.08) !important;
  color: var(--blue-60) !important;
  border-color: rgba(15, 98, 254, 0.2) !important;
}

.metric {
  color: var(--muted) !important;
}

.services__nav a.is-active,
.services__nav a:hover {
  border-color: var(--blue-60) !important;
  color: var(--blue-60) !important;
}

.work__portfolio-cta,
.services__hub-cta a,
a:not(.btn):not(.nav-cta):hover {
  color: var(--blue-60);
}

/* —— Blog —— */
body.blog-page {
  background: var(--bg);
}

body.blog-page .header:not(.is-scrolled)::before {
  background: #fff !important;
}

.blog-hero {
  background: var(--hero-bg) !important;
  border-bottom-color: var(--line-light) !important;
}

.blog-hero__orb {
  display: none;
}

.blog-hero__grid-bg {
  opacity: 0.15 !important;
  background-image:
    linear-gradient(rgba(22, 22, 22, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 22, 22, 0.06) 1px, transparent 1px) !important;
}

.blog-hero__title,
.blog-hero h1 {
  color: var(--blue-60) !important;
}

.blog-card,
.blog-post__content,
.blog-sidebar__card {
  background: #fff !important;
  border-color: var(--line-light) !important;
}

.blog-card:hover {
  border-color: var(--blue-60) !important;
}

.blog-card__tag,
.blog-filter.is-active {
  background: rgba(15, 98, 254, 0.08) !important;
  color: var(--blue-60) !important;
}

.blog-post__content {
  color: var(--ink-2) !important;
}

.blog-post__content h2,
.blog-post__content h3 {
  color: var(--ink) !important;
}

.blog-post__content a {
  color: var(--blue-60) !important;
}

/* —— Inner pages —— */
.page-hero,
.about-page .about-hero,
.pricing-hero,
.portfolio-hero {
  background: var(--hero-bg) !important;
}

.thank-you-page .thank-you-hero {
  background: var(--hero-bg) !important;
}

.error-page {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

.quote-card,
.review-card,
.pricing-card,
.about-team__card,
.portfolio-filter button.is-active {
  background: #fff !important;
  border-color: var(--line-light) !important;
}

.quote-card__stars,
.review-modal__stars {
  color: #f1c21b !important;
}

.process {
  background: var(--carbon-10) !important;
}

.about__metric dd {
  color: var(--blue-60) !important;
}

.offer-popup__dialog {
  background: #fff !important;
  color: var(--ink) !important;
  border-color: var(--line-light) !important;
}

::selection {
  background: rgba(15, 98, 254, 0.2);
  color: var(--ink);
}

.skip-link:focus {
  background: var(--blue-60);
  color: #fff;
}

/* —— Layout tokens —— */
:root {
  --max: 1312px;
  --page-gutter: clamp(20px, 4vw, 32px);
  --section: clamp(80px, 10vw, 120px);
  --header-offset: 72px;
}

@media (max-width: 640px) {
  :root {
    --section: clamp(48px, 8vw, 64px);
  }
}

.container {
  max-width: var(--max);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

/* —— Global button reset (IBM square) —— */
.btn--pill,
.btn,
.nav-cta,
.mobile-menu__cta {
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.magnetic {
  transform: none !important;
}

.btn--arrow::after {
  content: "→";
  margin-left: 12px;
  font-size: 1rem;
  line-height: 1;
}

.btn--arrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.875rem;
  white-space: normal;
}

/* —— Kill legacy dark decorations —— */
.hero-st__stage,
.hero-st__orb,
.hero__orb,
.hero__glow,
.contact--home__glow,
.work__glow,
.services__glow,
.quotes__glow,
.process__glow,
[class*="__orb"],
[class*="__glow"],
[class*="__noise"],
.logo-strip__viewport::before,
.logo-strip__viewport::after {
  display: none !important;
}

.theme-enterprise .hero:not(.hero--enterprise) {
  background: var(--hero-bg) !important;
  color: var(--text-on-light) !important;
}

.theme-enterprise .hero:not(.hero--enterprise) h1 {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

/* —— Impact —— */
.impact {
  padding: var(--section) 0;
  background: #fff;
}

.impact__head {
  margin-bottom: clamp(40px, 5vw, 56px);
}

.impact__head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.impact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
}

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

.impact__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-bottom: 8px;
}

.impact__case h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 16px;
}

.impact__case p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted-light);
  margin-bottom: 28px;
}

.impact__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.impact__stat strong {
  display: block;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 300;
  line-height: 1;
  color: var(--text-on-light);
  margin-bottom: 4px;
}

.impact__stat span {
  font-size: 0.875rem;
  color: var(--text-muted-light);
}

.impact__link {
  font-size: 0.875rem;
  color: var(--blue-60);
  text-decoration: none;
}

.impact__link:hover {
  text-decoration: underline;
}

.impact__media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(160deg, var(--carbon-10), #dde1e6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--line-light);
}

.impact__media--photo {
  position: relative;
  padding: 0;
  background-image: var(--impact-photo);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.impact__media--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(22, 22, 22, 0.08) 0%,
    rgba(22, 22, 22, 0.55) 100%
  );
}

.impact__media-overlay {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 28px;
  color: #fff;
}

.impact__media--photo .impact__media-tag {
  color: rgba(255, 255, 255, 0.82);
}

.impact__media--photo h4 {
  color: #fff;
}

.impact__media-tag {
  font-size: 0.75rem;
  color: var(--text-muted-light);
  margin-bottom: 8px;
}

.impact__media h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

/* —— Projects showcase (IBM-style impact grid) —— */
.projects-impact {
  padding: var(--section) 0;
  background: var(--carbon-10);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.projects-impact__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.projects-impact__head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
  max-width: 22ch;
  margin: 0;
}

.projects-impact__all {
  font-size: 0.875rem;
  color: var(--blue-60);
  text-decoration: none;
  white-space: nowrap;
}

.projects-impact__all:hover {
  text-decoration: underline;
}

.projects-impact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

@media (max-width: 900px) {
  .projects-impact__grid {
    grid-template-columns: 1fr;
  }
}

.projects-impact__card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: clamp(220px, 28vw, 280px);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.projects-impact__card:hover {
  background: #f8f8f8;
}

.projects-impact__card:hover .projects-impact__link {
  text-decoration: underline;
}

@media (max-width: 720px) {
  .projects-impact__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}

.projects-impact__media {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: var(--carbon-10);
}

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

@media (max-width: 720px) {
  .projects-impact__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

.projects-impact__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 32px);
  gap: 10px;
}

.projects-impact__client {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin: 0;
}

.projects-impact__desc {
  font-size: clamp(0.9375rem, 1.2vw, 1rem);
  line-height: 1.55;
  color: var(--text-on-light);
  margin: 0;
  flex-grow: 1;
}

.projects-impact__metric {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--text-muted-light);
  margin: 4px 0 0;
}

.projects-impact__metric strong {
  display: block;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--blue-60);
  margin-bottom: 4px;
}

.projects-impact__link {
  font-size: 0.8125rem;
  color: var(--blue-60);
  margin-top: 4px;
}

/* —— Enterprise grid —— */
.enterprise {
  padding: var(--section) 0;
  background: var(--carbon-10);
}

.enterprise__head {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.enterprise__head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  margin-bottom: 12px;
}

.enterprise__head p {
  font-size: 1rem;
  color: var(--text-muted-light);
  max-width: 62ch;
  line-height: 1.6;
}

.enterprise__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-light);
}

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

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

.enterprise__tile {
  background: #fff;
  padding: clamp(28px, 3vw, 36px);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.enterprise__tile:hover {
  background: #f8f8f8;
}

.enterprise__tile h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 12px;
  flex-grow: 1;
}

.enterprise__tile p {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  line-height: 1.5;
  margin-bottom: 16px;
}

.enterprise__tile span {
  font-size: 0.875rem;
  color: var(--blue-60);
}

/* —— Recommended —— */
.recommended {
  padding: var(--section) 0;
  background: #fff;
}

.recommended h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.recommended__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.rec-card {
  background: var(--carbon-10);
  padding: 24px;
  min-height: 160px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: border-color 0.15s;
}

.rec-card:hover {
  border-color: var(--blue-60);
}

.rec-card h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.rec-card p {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  line-height: 1.5;
}

.rec-card span {
  font-size: 0.875rem;
  color: var(--blue-60);
  margin-top: 16px;
}

.rec-card--static {
  cursor: default;
  pointer-events: none;
}

.rec-card--static:hover {
  border-color: transparent;
}

/* —— Inside band —— */
.inside {
  padding: var(--section) 0;
  background: var(--carbon-100);
  color: var(--text-on-dark);
}

.inside h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  margin-bottom: clamp(12px, 2vw, 16px);
  color: var(--text-on-dark);
}

.inside__lead {
  max-width: 52ch;
  font-size: 1rem;
  color: var(--text-muted-dark);
  line-height: 1.55;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.inside__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--carbon-80);
}

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

@media (max-width: 900px) {
  .inside__grid--six {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .inside__grid--six {
    grid-template-columns: 1fr;
  }
}

.inside__tile {
  background: var(--carbon-100);
  padding: 36px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.inside__tile h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-on-dark);
}

.inside__tile p {
  flex-grow: 1;
  font-size: 0.875rem;
  color: var(--text-muted-dark);
  line-height: 1.55;
  margin-bottom: 20px;
}

.inside__tile a {
  font-size: 0.875rem;
  color: var(--blue-60);
  text-decoration: none;
}

.inside__tile a:hover {
  text-decoration: underline;
}

/* —— CTA box —— */
.ent-cta {
  padding: var(--section) 0;
  background: var(--carbon-10);
}

.ent-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: clamp(40px, 5vw, 56px);
  background: #fff;
  border: 1px solid var(--line-light);
}

@media (max-width: 720px) {
  .ent-cta__box {
    grid-template-columns: 1fr;
  }
}

.ent-cta h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.3;
  max-width: 28ch;
}

.ent-cta p {
  margin-top: 8px;
  font-size: 0.875rem;
  color: var(--text-muted-light);
}

.ent-cta .btn--primary {
  min-height: 48px;
  padding: 0 24px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .ent-cta .btn--primary {
    white-space: normal;
    width: 100%;
    justify-content: center;
  }

  .ent-cta__actions {
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
  }

  .ent-cta__actions .btn {
    width: 100%;
  }
}

/* —— Inner page heroes (about, portfolio, pricing, contact) —— */
.about-hero,
.portfolio-hero,
.pricing-hero,
.cx-hero,
.page-hero {
  background: var(--hero-bg) !important;
  color: var(--text-on-light) !important;
  border-bottom: 1px solid var(--line-light);
}

.about-hero__backdrop,
.portfolio-hero__backdrop,
.pricing-hero__backdrop,
.cx-hero__backdrop {
  display: none !important;
}

.about-hero__title,
.portfolio-hero__title,
.pricing-hero__title,
.cx-hero__title,
.page-hero h1 {
  font-weight: 300 !important;
  color: var(--blue-60) !important;
  letter-spacing: 0 !important;
}

.about-hero__title em,
.portfolio-hero__title em,
.pricing-hero__title em,
.cx-hero__title em {
  font-style: normal !important;
  color: var(--blue-60) !important;
}

.about-hero__lead,
.portfolio-hero__lead,
.pricing-hero__lead,
.cx-hero__lead,
.page-hero .lead {
  color: var(--text-muted-light) !important;
}

.about-hero__badge,
.portfolio-hero__badge,
.pricing-hero__badge,
.cx-hero__badge {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  color: var(--text-muted-light) !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

.about-hero__panel,
.pricing-formula,
.pricing-hero__panel,
.portfolio-hero__deck,
.portfolio-hero__visual {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  box-shadow: var(--shadow-sm) !important;
  border-radius: 0 !important;
}

.about-hero__panel-glow,
.portfolio-hero__spotlight,
.portfolio-hero__scrim,
.pricing-hero__glow {
  display: none !important;
}

.about-hero__panel-title span,
.portfolio-hero__chip.is-active {
  color: var(--blue-60) !important;
}

.about-story,
.about-team,
.about-values,
.about-locations,
.pricing-tiers,
.pricing-faq,
.portfolio-grid-section,
.cx-form-section,
.legal-content {
  background: var(--bg) !important;
}

.about-story,
.about-team,
.about-values,
.about-locations,
.pricing-tiers,
.pricing-faq,
.portfolio-grid-section {
  border-top: 1px solid var(--line-light);
}

.about__metric,
.about-team__card,
.pricing-card,
.pricing-formula__row,
.portfolio-card,
.cx-info-card,
.cx-form__card,
.legal-content article {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about__metric dd,
.pricing-card__price,
.pricing-formula__value {
  color: var(--blue-60) !important;
}

.portfolio-card:hover,
.pricing-card:hover {
  border-color: var(--blue-60) !important;
}

.portfolio-filter button,
.pricing-toggle button {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  color: var(--text-muted-light) !important;
}

.portfolio-filter button.is-active,
.pricing-toggle button.is-active {
  background: rgba(15, 98, 254, 0.08) !important;
  border-color: var(--blue-60) !important;
  color: var(--blue-60) !important;
}

.cx-field input,
.cx-field select,
.cx-field textarea {
  border-radius: 0 !important;
  background: #fff !important;
}

.cx-form__submit,
.cx-sidebar .btn--primary {
  border-radius: 0 !important;
  background: var(--blue-60) !important;
  border: none !important;
}

.section-head .h2,
.about-story h2,
.about-team h2 {
  font-weight: 400 !important;
}

.section-head .h2 em {
  font-style: normal !important;
  color: var(--blue-60) !important;
}

/* —— Offer popup —— */
.offer-popup__panel .btn--primary {
  background: var(--blue-60) !important;
  border-radius: 0 !important;
}

/* —— About page components —— */
.about-mission,
.about-timeline,
.about-cta,
.about-locations {
  background: var(--bg) !important;
  border-color: var(--line-light) !important;
}

.about-mission__card,
.about-timeline__card,
.about-team__card,
.about-locations__card,
.about-values__card,
.about-cta__panel {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-mission__card::before,
.about-timeline__item::before {
  background: var(--blue-60) !important;
  opacity: 1 !important;
}

.about-timeline__track {
  border-left-color: var(--line-light) !important;
}

.about-timeline__item--featured .about-timeline__card {
  background: #fff !important;
  border-color: var(--blue-60) !important;
  box-shadow: none !important;
}

.about-timeline__year {
  color: var(--blue-60) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

.about-timeline__tag {
  background: rgba(15, 98, 254, 0.08) !important;
  border-color: rgba(15, 98, 254, 0.2) !important;
  color: var(--blue-60) !important;
  border-radius: 0 !important;
}

.about-story__quote {
  background: var(--carbon-10) !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

.about-story__figure {
  border-radius: 0 !important;
  border-color: var(--line-light) !important;
}

.about-hero__studio {
  background: var(--carbon-10) !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-hero__studio:hover {
  border-color: var(--blue-60) !important;
  transform: none !important;
}

.about-hero__studio--hq {
  background: #fff !important;
  border-color: var(--blue-60) !important;
  box-shadow: none !important;
}

.about-hero__studio-hq {
  color: var(--blue-60) !important;
  background: rgba(15, 98, 254, 0.1) !important;
  border-radius: 0 !important;
}

.about-hero__metrics {
  border-top: 1px solid var(--line-light) !important;
}

.about-hero__metrics dd {
  color: var(--blue-60) !important;
}

.about-team__card:hover,
.about-timeline__card:hover {
  border-color: var(--blue-60) !important;
  transform: none !important;
}

.about-team__icon {
  border-radius: 0 !important;
  background: rgba(15, 98, 254, 0.08) !important;
  border: 1px solid rgba(15, 98, 254, 0.15) !important;
}

.about-cta .btn--primary,
.about-hero__actions .btn--primary {
  border-radius: 0 !important;
  background: var(--blue-60) !important;
}

.btn-st,
.btn-st--ghost {
  border-radius: 0 !important;
  min-height: 48px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.btn-st--ghost {
  color: var(--blue-60) !important;
  border: 1px solid var(--blue-60) !important;
  background: transparent !important;
}

.btn-st--ghost:hover {
  background: rgba(15, 98, 254, 0.06) !important;
}

/* —— Service pages —— */
.service-hero,
.service-page .hero {
  background: var(--hero-bg) !important;
}

.service-hero h1,
.service-page .hero h1 {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

.service-card,
.service-feature,
.service-faq__item {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

/* —— Global gradient / accent purge —— */
.theme-enterprise [class*="__card"]::before,
.theme-enterprise .about-mission__card::before {
  background: var(--blue-60) !important;
}

.theme-enterprise * {
  --grad: linear-gradient(135deg, #0f62fe, #0043ce);
}

/* =================================================================
   SERVICE PAGES — Enterprise Carbon
   ================================================================= */
.theme-enterprise[class*="service--"] {
  --svc-a: #0f62fe;
  --svc-b: #0043ce;
  --svc-glow: rgba(15, 98, 254, 0.12);
  --svc-card-bg: #ffffff;
  --svc-card-bg-hover: #f8f8f8;
}

.theme-enterprise .service-hero {
  background: var(--hero-bg) !important;
  padding: 0 0 clamp(40px, 5vw, 56px) !important;
}

.theme-enterprise .service-hero__bg,
.theme-enterprise .service-hero__orb,
.theme-enterprise .service-hero__grid-lines,
.theme-enterprise .service-hero__scrim,
.theme-enterprise .service-hero__media-glow,
.theme-enterprise .service-hero__copy::before,
.theme-enterprise .service-hero__visual-frame::after {
  display: none !important;
}

.theme-enterprise .service-hero__stage {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: clamp(480px, 58vh, 600px) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  background: var(--hero-bg) !important;
}

.theme-enterprise .service-hero__copy {
  order: 1 !important;
  justify-content: center !important;
  min-height: auto !important;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 32px) !important;
  max-width: none !important;
}

.theme-enterprise .service-hero__visual {
  position: relative !important;
  inset: auto !important;
  order: 2 !important;
  min-height: 280px !important;
}

.theme-enterprise .service-hero__visual-frame {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  clip-path: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .service-hero__visual-frame img {
  transform: none !important;
  object-position: center !important;
}

.theme-enterprise .service-hero__media-badge {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  color: var(--text-muted-light) !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
}

.theme-enterprise .service-hero__eyebrow {
  color: var(--text-muted-light) !important;
  text-shadow: none !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

.theme-enterprise .service-hero__title,
.theme-enterprise .service-hero__copy .h2 {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  max-width: none !important;
}

.theme-enterprise .service-hero__title em,
.theme-enterprise .service-hero__copy .h2 em {
  font-style: normal !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .service-hero__lead,
.theme-enterprise .service-hero__copy .lead {
  color: var(--text-muted-light) !important;
  text-shadow: none !important;
}

.theme-enterprise .service-hero__stat strong {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
  text-shadow: none !important;
}

.theme-enterprise .service-hero__tags span {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  color: var(--text-muted-light) !important;
}

.theme-enterprise .service-page .btn--svc {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.theme-enterprise .service-proof {
  background: #fff !important;
  border-color: var(--line-light) !important;
}

.theme-enterprise .service-overview,
.theme-enterprise .service-why,
.theme-enterprise .service-deliverables,
.theme-enterprise .service-process,
.theme-enterprise .service-faq,
.theme-enterprise .service-cta,
.theme-enterprise .service-related,
.theme-enterprise .service-hub {
  background: var(--bg) !important;
}

.theme-enterprise .service-verticals,
.theme-enterprise .service-why__card,
.theme-enterprise .service-deliverables__card,
.theme-enterprise .service-process__card,
.theme-enterprise .service-faq__item,
.theme-enterprise .service-hub__card,
.theme-enterprise .service-related__card {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .service-verticals li::before,
.theme-enterprise .service-deliverables__icon {
  background: rgba(15, 98, 254, 0.08) !important;
  color: var(--blue-60) !important;
  border-radius: 0 !important;
}

.theme-enterprise .service-why__card:hover,
.theme-enterprise .service-deliverables__card:hover,
.theme-enterprise .service-process__card:hover,
.theme-enterprise .service-hub__card:hover {
  border-color: var(--blue-60) !important;
  transform: none !important;
  background: #f8f8f8 !important;
}

.theme-enterprise .service-process__num {
  color: var(--blue-60) !important;
  background: rgba(15, 98, 254, 0.08) !important;
}

.theme-enterprise .service-cta {
  background: var(--carbon-10) !important;
}

.theme-enterprise .service-cta__box {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

.theme-enterprise .service-hero--hub {
  text-align: left !important;
}

.theme-enterprise .service-hero--hub .h2 {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

@media (max-width: 900px) {
  .theme-enterprise .service-hero__stage {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .theme-enterprise .service-hero__visual {
    order: -1 !important;
    min-height: 240px !important;
    max-height: 320px !important;
  }
}

/* =================================================================
   PORTFOLIO PAGE
   ================================================================= */
.theme-enterprise .portfolio-hero {
  background: var(--hero-bg) !important;
  padding-bottom: clamp(40px, 5vw, 56px) !important;
}

.theme-enterprise .portfolio-hero__backdrop,
.theme-enterprise .ph-aurora,
.theme-enterprise .portfolio-hero__spotlight,
.theme-enterprise .portfolio-hero__scrim,
.theme-enterprise .ph-grid {
  display: none !important;
}

.theme-enterprise .portfolio-hero__stage {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(24px, 4vw, 48px) !important;
  align-items: center !important;
  min-height: auto !important;
}

.theme-enterprise .portfolio-hero__content {
  order: 1 !important;
}

.theme-enterprise .portfolio-hero__visual,
.theme-enterprise .portfolio-hero__deck {
  order: 2 !important;
  position: relative !important;
  transform: none !important;
  perspective: none !important;
}

.theme-enterprise .ph-deck__card,
.theme-enterprise .ph-bento__cell {
  border-radius: 0 !important;
  border: 1px solid var(--line-light) !important;
  box-shadow: none !important;
  transform: none !important;
}

.theme-enterprise .portfolio-hero__title {
  font-weight: 300 !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .portfolio-hero__accent {
  color: var(--blue-60) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
}

.theme-enterprise .portfolio-hero__chips li {
  border-radius: 0 !important;
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
}

.theme-enterprise .portfolio-hero__stats dd {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

.theme-enterprise .portfolio-card,
.theme-enterprise .project-card {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

.theme-enterprise .portfolio-filter button {
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .theme-enterprise .portfolio-hero__stage {
    grid-template-columns: 1fr !important;
  }

  .theme-enterprise .portfolio-hero__visual {
    order: -1 !important;
  }
}

/* =================================================================
   PRICING PAGE
   ================================================================= */
.theme-enterprise .pricing-hero {
  background: var(--hero-bg) !important;
}

.theme-enterprise .pricing-hero__backdrop,
.theme-enterprise .pricing-hero__orb,
.theme-enterprise .pricing-hero__glow,
.theme-enterprise .pricing-hero__grid-bg {
  display: none !important;
}

.theme-enterprise .pricing-hero__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(24px, 4vw, 40px) !important;
  align-items: center !important;
}

.theme-enterprise .pricing-hero__title {
  font-weight: 300 !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .pricing-hero__title em {
  font-style: normal !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .pricing-formula,
.theme-enterprise .pricing-card,
.theme-enterprise .pricing-addon,
.theme-enterprise .pricing-practice,
.theme-enterprise .pricing-faq__item {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .pricing-card--featured {
  border-color: var(--blue-60) !important;
}

.theme-enterprise .pricing-discount__now,
.theme-enterprise .pricing-card--featured .pricing-discount__now,
.theme-enterprise .pricing-addon__price .pricing-discount__now,
.theme-enterprise .pricing-practice__amount .pricing-discount__now,
.theme-enterprise .pricing-formula__amt .pricing-discount__now {
  color: var(--blue-60) !important;
}

.theme-enterprise .pricing-discount__badge {
  background: rgba(15, 98, 254, 0.1) !important;
  color: var(--blue-60) !important;
  border-radius: 0 !important;
}

.theme-enterprise .pricing-bases,
.theme-enterprise .pricing-addons,
.theme-enterprise .pricing-practices,
.theme-enterprise .pricing-compare,
.theme-enterprise .pricing-faq {
  background: var(--bg) !important;
}

.theme-enterprise .pricing-toggle button.is-active {
  background: rgba(15, 98, 254, 0.08) !important;
  border-color: var(--blue-60) !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .btn-st--primary {
  background: var(--blue-60) !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .theme-enterprise .pricing-hero__inner {
    grid-template-columns: 1fr !important;
  }
}

/* =================================================================
   CONTACT PAGE
   ================================================================= */
.theme-enterprise .cx-hero {
  background: var(--hero-bg) !important;
  border-bottom: 1px solid var(--line-light) !important;
}

.theme-enterprise .cx-hero__bg,
.theme-enterprise .cx-hero__orb,
.theme-enterprise .cx-hero__grid {
  display: none !important;
}

.theme-enterprise .cx-main {
  background: var(--bg) !important;
}

.theme-enterprise .cx-form,
.theme-enterprise .cx-info-card,
.theme-enterprise .cx-map-card {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .cx-form__head .h2 em {
  font-style: normal !important;
  color: var(--blue-60) !important;
}

/* =================================================================
   CASE STUDY
   ================================================================= */
.theme-enterprise.case-study-page main {
  background: #fff;
}

.theme-enterprise .ep-cs .hero--enterprise--case .hero--enterprise__grid {
  min-height: clamp(420px, 58vh, 640px);
}

.theme-enterprise .ep-cs .hero--enterprise--case .hero--enterprise__content {
  padding-top: clamp(32px, 5vw, 48px);
}

.theme-enterprise .ep-cs .hero--enterprise--case .ep-breadcrumb {
  margin-bottom: clamp(20px, 3vw, 28px);
}

.theme-enterprise .ep-cs .hero--enterprise--case h1 {
  max-width: 18ch;
}

.theme-enterprise .ep-cs-hero__headline {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-on-light);
  margin-bottom: 12px;
}

.theme-enterprise .ep-cs-hero__teaser {
  color: var(--text-muted-light);
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 48ch;
}

.theme-enterprise .ep-cs-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.theme-enterprise .ep-cs .ep-chip {
  display: inline-block;
  font-size: 0.75rem;
  padding: 6px 10px;
  border: 1px solid var(--line-light);
  background: #fff;
  color: var(--text-muted-light);
}

.theme-enterprise .ep-cs .ep-taglist {
  margin-bottom: 0;
}

.theme-enterprise .ep-cs-metrics {
  background: #fff;
  border-top: 1px solid var(--line-light);
  padding: clamp(28px, 4vw, 40px) 0;
}

.theme-enterprise .ep-cs .ep-cs-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

@media (max-width: 720px) {
  .theme-enterprise .ep-cs .ep-cs-highlights {
    grid-template-columns: 1fr;
  }
}

.theme-enterprise .ep-cs .ep-cs-highlight {
  background: #fff;
  padding: clamp(20px, 3vw, 28px);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.theme-enterprise .ep-cs .ep-cs-highlight p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-on-light);
}

.theme-enterprise .ep-cs .ep-cs-highlight__index {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue-60);
}

.theme-enterprise .ep-cs .ep-cs-outcome__text strong {
  color: var(--text-on-light);
  font-weight: 600;
}

.theme-enterprise .ep-cs .ep-cs-card h2 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--text-on-light);
}

.theme-enterprise .ep-cs .ep-cs-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted-light);
}

.theme-enterprise .ep-cs .ep-cs-deliverable span:last-child {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-on-light);
}

.theme-enterprise .ep-cs .ep-cs-results li {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--text-on-light);
}

.theme-enterprise .ep-cs .ep-cs-tags li {
  font-size: 0.8125rem;
  color: var(--text-muted-light);
}

.theme-enterprise .ep-cs .ep-cs-nav__project:hover .ep-cs-nav__name {
  color: var(--blue-60);
}

.theme-enterprise .ep-cs .ep-cs-nav__inner .btn {
  border-radius: 0;
  min-height: 48px;
}

/* =================================================================
   LEGAL PAGES
   ================================================================= */
.theme-enterprise .legal-hero {
  background: var(--hero-bg) !important;
  border-bottom: 1px solid var(--line-light) !important;
}

.theme-enterprise .legal-hero__title {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

.theme-enterprise .legal-layout__nav,
.theme-enterprise .legal-article,
.theme-enterprise .legal-toc {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

.theme-enterprise .legal-layout__nav a.is-active {
  color: var(--blue-60) !important;
  border-color: var(--blue-60) !important;
}

/* =================================================================
   ERROR PAGE
   ================================================================= */
.theme-enterprise.error-page {
  background: var(--hero-bg) !important;
  background-image: none !important;
}

.theme-enterprise .error-page__code {
  color: var(--blue-60) !important;
  font-weight: 300 !important;
}

.theme-enterprise .error-page__btn {
  border-radius: 0 !important;
}

.theme-enterprise .error-page__btn.btn--primary {
  background: var(--blue-60) !important;
}

/* =================================================================
   ABOUT — remaining sections
   ================================================================= */
.theme-enterprise .about-lead__card,
.theme-enterprise .about-studio,
.theme-enterprise .about-cta__inner {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .about-lead__photo {
  border-radius: 0 !important;
  border-color: var(--line-light) !important;
  background: var(--carbon-10) !important;
}

.theme-enterprise .about-studios {
  background: var(--bg) !important;
}

.theme-enterprise .about-cta__inner::after {
  display: none !important;
}

.theme-enterprise .about-cta {
  background: var(--carbon-10) !important;
}

.theme-enterprise .service-compare {
  background: var(--bg) !important;
}

.theme-enterprise .service-compare__table {
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.theme-enterprise .service-compare__head {
  background: var(--carbon-10) !important;
  color: var(--text-on-light) !important;
}

.theme-enterprise .service-compare__row {
  background: #fff !important;
  border-color: var(--line-light) !important;
}

.theme-enterprise .service-compare__row:nth-child(even) {
  background: var(--carbon-05) !important;
}

.theme-enterprise .service-compare__us {
  color: var(--blue-60) !important;
  font-weight: 600 !important;
}

.theme-enterprise .about-leadership {
  background: var(--bg) !important;
}

.theme-enterprise .about-lead__linkedin {
  color: var(--blue-60) !important;
}

.theme-enterprise .thank-you-hero,
.theme-enterprise .thank-you-card {
  background: var(--hero-bg) !important;
}

.theme-enterprise .thank-you-card {
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
}

/* =================================================================
   Inner pages — parity with homepage (hero--enterprise + sections)
   ================================================================= */

.hero--enterprise__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted-light);
  margin-bottom: 16px;
}

.hero--enterprise--compact .hero--enterprise__grid--solo {
  grid-template-columns: 1fr;
  min-height: auto;
}

.hero--enterprise--compact .hero--enterprise__content--center {
  margin-left: 0;
  margin-inline: auto;
  text-align: center;
  align-items: center;
  max-width: none;
  padding: clamp(48px, 8vw, 72px) clamp(20px, 4vw, 32px);
}

.hero--enterprise--compact .hero--enterprise__content--center h1 {
  max-width: 22ch;
}

.hero--enterprise--compact .hero--enterprise__lead {
  max-width: 52ch;
}

.hero--enterprise--article,
.hero--enterprise--legal {
  border-bottom: 1px solid var(--line-light);
}

.hero--enterprise--photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--bg-2);
}

.hero--enterprise--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98) 0%, rgba(248, 250, 252, 0.9) 45%, rgba(248, 250, 252, 0.56) 72%, rgba(248, 250, 252, 0.2) 100%),
    var(--hero-photo);
  background-size: cover;
  background-position: var(--hero-photo-position, center);
}

.hero--enterprise--photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 1px;
  background: rgba(10, 22, 51, 0.1);
}

.hero--enterprise--article .container,
.hero--enterprise--legal .container {
  padding: clamp(48px, 8vw, 72px) clamp(20px, 4vw, 32px);
}

.hero--enterprise--article h1,
.hero--enterprise--legal h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 300;
  line-height: 1.15;
  max-width: 24ch;
  margin: 16px 0 20px;
}

.hero--enterprise--legal h1 {
  max-width: none;
}

.ep-article-hero__meta,
.hero--enterprise--article .ep-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text-muted-light);
}

.ep-article-hero__pill {
  padding: 4px 10px;
  border: 1px solid var(--line-light);
  background: #fff;
  font-size: 0.75rem;
}

.ep-legal-hero__meta {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  margin-bottom: 16px;
}

.ep-legal-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ep-legal-hero__chips a {
  font-size: 0.8125rem;
  padding: 8px 16px;
  border: 1px solid var(--line-light);
  background: #fff;
  color: var(--text-muted-light);
  text-decoration: none;
}

.ep-legal-hero__chips a[aria-current="page"],
.ep-legal-hero__chips a:hover {
  border-color: var(--blue-60);
  color: var(--blue-60);
}

.hero--enterprise--pricing {
  border-bottom: 1px solid var(--line-light);
  padding-bottom: clamp(32px, 5vw, 48px);
}

.hero--enterprise--pricing .hero--enterprise__grid--pricing {
  min-height: auto;
  align-items: stretch;
}

.hero--enterprise--inner .ep-breadcrumb-wrap {
  padding-top: clamp(24px, 4vw, 32px);
}

/* Service + blog listing heroes — match homepage split layout */
.theme-enterprise.service-page #main,
.theme-enterprise.blog-page #main {
  padding-top: var(--header-offset, 72px);
}

.theme-enterprise .hero--enterprise--inner .hero--enterprise__grid,
.theme-enterprise.blog-page .hero--enterprise:not(.hero--enterprise--article) .hero--enterprise__grid {
  min-height: clamp(520px, 68vh, 720px);
}

.theme-enterprise .hero--enterprise--inner .hero--enterprise__content,
.theme-enterprise.blog-page .hero--enterprise:not(.hero--enterprise--article) .hero--enterprise__content {
  padding-top: clamp(28px, 3.5vw, 40px);
  padding-bottom: clamp(24px, 3vw, 36px);
  padding-inline: var(--page-gutter);
  max-width: calc(656px + var(--page-gutter));
  margin-left: max(0px, calc((100vw - min(var(--max), 100vw)) / 2));
  box-sizing: border-box;
}

.theme-enterprise .hero--enterprise--inner .hero--enterprise__content .ep-breadcrumb {
  margin: 0 0 20px;
}

.theme-enterprise.service-page .hero--enterprise__eyebrow,
.theme-enterprise.blog-page .hero--enterprise:not(.hero--enterprise--article) .hero--enterprise__eyebrow {
  color: var(--blue-60);
}

.theme-enterprise .hero--enterprise--inner h1 {
  max-width: 16ch;
}

.ep-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8125rem;
}

.ep-breadcrumb li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--text-muted-light);
}

.ep-breadcrumb a {
  color: var(--text-muted-light);
  text-decoration: none;
}

.ep-breadcrumb a:hover {
  color: var(--blue-60);
}

.ep-breadcrumb [aria-current="page"] {
  color: var(--text-on-light);
}

.ep-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.ep-taglist li {
  font-size: 0.75rem;
  padding: 6px 10px;
  background: var(--carbon-10);
  border: 1px solid var(--line-light);
  color: var(--text-muted-light);
}

/* =================================================================
   Stats strips — unified (ep-metrics, hero strips, service-proof)
   ================================================================= */

.ep-metrics,
.pricing-hero__strip,
.contact-hero__strip,
.theme-enterprise .service-page .service-proof,
.theme-enterprise .service-page .ep-metrics.service-proof {
  background: #fff;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: 0;
}

.ep-metrics__grid,
.theme-enterprise .service-page .service-proof__grid,
.pricing-hero__stats,
.contact-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line-light);
  border: none;
}

@media (max-width: 720px) {
  .ep-metrics__grid,
  .theme-enterprise .service-page .service-proof__grid,
  .pricing-hero__stats,
  .contact-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ep-metrics__grid,
  .theme-enterprise .service-page .service-proof__grid,
  .pricing-hero__stats,
  .contact-hero__stats {
    grid-template-columns: 1fr;
  }
}

.ep-metrics__item,
.theme-enterprise .service-page .service-proof__item,
.pricing-hero__stats li,
.contact-hero__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: clamp(22px, 3vw, 30px) clamp(16px, 2.5vw, 24px);
  background: #fff;
  text-align: center;
  border: none;
  box-shadow: none;
  position: static;
  min-height: 5.5rem;
}

.theme-enterprise .service-page .service-proof__item::after {
  display: none !important;
}

.theme-enterprise.service-page .service-proof__grid {
  gap: 1px !important;
  padding: 0 !important;
  background: var(--line-light) !important;
  border: none !important;
}

.ep-metrics__item strong,
.theme-enterprise .service-page .service-proof__item strong,
.pricing-hero__stats strong,
.contact-hero__stats strong {
  display: block;
  font-size: clamp(1.625rem, 2.8vw, 2.125rem);
  font-weight: 300;
  line-height: 1;
  color: var(--blue-60);
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
}

.ep-metrics__item span,
.theme-enterprise .service-page .service-proof__item span,
.pricing-hero__stats span,
.contact-hero__stats span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-muted-light);
  max-width: 20ch;
}

body.theme-enterprise main .start-here.news-strip {
  border-top: none !important;
  border-bottom: none;
}

/* Section shells mirror homepage enterprise / impact */
.theme-enterprise main .ep-section,
.theme-enterprise main .enterprise.ep-section {
  padding: var(--section) 0;
  background: #fff;
}

.theme-enterprise main .ep-section--alt,
.theme-enterprise main .enterprise.ep-section--alt {
  background: var(--carbon-10);
}

.enterprise__tile--static {
  pointer-events: auto;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.enterprise__grid.enterprise__grid--cards {
  gap: clamp(16px, 2vw, 24px);
  background: transparent;
}

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

.enterprise__grid--cards .enterprise__tile--static {
  position: relative;
  min-height: 0;
  padding: clamp(28px, 3.5vw, 36px);
  background: #fff;
  border: 1px solid var(--line-light);
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.enterprise__grid--cards .enterprise__tile--static::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--blue-60);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.enterprise__grid--cards .enterprise__tile--static:hover {
  border-color: rgba(15, 98, 254, 0.2);
  background: #fafafa;
  transform: translateY(-2px);
}

.enterprise__grid--cards .enterprise__tile--static:hover::before {
  transform: scaleY(1);
}

.enterprise__grid--cards .enterprise__tile--static h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  flex-grow: 0;
}

.enterprise__grid--cards .enterprise__tile--static p {
  font-size: 0.875rem;
  line-height: 1.65;
  margin-bottom: 0;
  flex-grow: 1;
}

.enterprise__tile--static:hover {
  border-color: var(--line-light);
  background: #fff;
}

.enterprise__tile-num {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue-60);
  margin-bottom: 12px;
}

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

@media (max-width: 900px) {
  .enterprise__grid--cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .enterprise__grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.enterprise__grid--cards .enterprise__tile {
  min-height: 0;
}

.theme-enterprise main .enterprise.ep-section--why,
.theme-enterprise main .enterprise.ep-section:has(.enterprise__grid--cards) {
  background: var(--carbon-05);
}

.inside__meta {
  font-size: 0.75rem;
  color: var(--text-muted-dark);
  margin-bottom: 12px;
}

.ep-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(24px, 3vw, 32px) 0;
  border-bottom: 1px solid var(--line-light);
  margin-bottom: clamp(24px, 3vw, 32px);
}

.ep-toolbar__count {
  font-size: 0.875rem;
  color: var(--text-muted-light);
}

.ep-filter,
.blog-filter {
  padding: 8px 16px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--text-muted-light);
  background: #fff;
  border: 1px solid var(--line-light);
  border-radius: 0;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s;
}

.ep-filter:hover,
.blog-filter:hover {
  border-color: var(--blue-60);
  color: var(--blue-60);
}

.ep-filter.is-active,
.blog-filter.is-active {
  background: rgba(15, 98, 254, 0.08);
  border-color: var(--blue-60);
  color: var(--blue-60);
}

.theme-enterprise main .ep-portfolio,
.theme-enterprise main .ep-blog {
  padding: var(--section) 0;
  background: #fff;
}

/* Blog cards — match homepage news-strip cards */
.theme-enterprise .blog-card {
  background: var(--carbon-10) !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 200px;
  transition: border-color 0.15s, background 0.15s;
}

.theme-enterprise .blog-card:hover {
  border-color: var(--blue-60) !important;
  background: #fff !important;
  transform: none !important;
}

.theme-enterprise .blog-card__tag {
  color: var(--blue-60) !important;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.theme-enterprise .blog-card__read {
  color: var(--blue-60) !important;
}

.theme-enterprise .ep-services-intro {
  background: #fff !important;
  border-bottom: 1px solid var(--line-light);
}

.theme-enterprise .cx-faq {
  padding: var(--section) 0;
  background: var(--carbon-10);
  border-top: 1px solid var(--line-light);
}

.theme-enterprise .cx-faq__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 400;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.theme-enterprise .cx-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 720px) {
  .theme-enterprise .cx-faq__grid {
    grid-template-columns: 1fr;
  }
}

.theme-enterprise .cx-faq__item {
  background: #fff;
  border: 1px solid var(--line-light);
  padding: 24px;
  border-radius: 0;
  box-shadow: none;
}

.theme-enterprise .cx-faq__item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.theme-enterprise .cx-faq__item p {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  line-height: 1.55;
}

/* Case study — hero uses full-bleed enterprise split layout */
.ep-cs .hero--enterprise--case {
  border-bottom: none;
}

/* Contact — homepage form surfaces */
.theme-enterprise .ep-contact {
  background: var(--carbon-10);
  padding: var(--section) 0;
}

.theme-enterprise .cx-form,
.theme-enterprise .cx-info-card {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.theme-enterprise .cx-form__title {
  font-weight: 400 !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .cx-btn--primary {
  border-radius: 0 !important;
  min-height: 48px !important;
}

/* Thank-you + 404 */
.theme-enterprise .ep-thank-you {
  background: var(--carbon-10);
  padding: var(--section) 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.theme-enterprise .ep-thank-you__panel {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line-light);
  padding: clamp(32px, 5vw, 48px);
  text-align: center;
}

.theme-enterprise .ep-error-page {
  background: var(--hero-bg);
}

.theme-enterprise .ep-error {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: var(--section) 0;
}

@media (max-width: 640px) {
  .theme-enterprise .ep-error {
    min-height: auto;
    padding-block: clamp(32px, 10vh, 64px);
  }

  .theme-enterprise .ep-error__actions {
    flex-direction: column;
    width: 100%;
  }

  .theme-enterprise .ep-error__actions .btn {
    width: 100%;
  }
}

.theme-enterprise .ep-error__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.theme-enterprise .ep-error__code {
  font-size: clamp(4rem, 12vw, 6rem);
  font-weight: 300;
  color: var(--blue-60);
}

/* Kill legacy dark/orange bleed on inner pages */
.theme-enterprise .magnetic,
.theme-enterprise .btn-st {
  border-radius: 0 !important;
}

.theme-enterprise .service-hero__bg,
.theme-enterprise .service-hero__orb,
.theme-enterprise .cx-hero__bg,
.theme-enterprise .cx-hero__orb,
.theme-enterprise .pricing-hero__backdrop,
.theme-enterprise .blog-hero__backdrop,
.theme-enterprise .legal-hero__backdrop {
  display: none !important;
}

.theme-enterprise .section-head .h2 em,
.theme-enterprise .h2 em {
  font-style: normal;
  color: inherit;
}

/* About / inner content blocks */
.ep-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

@media (max-width: 900px) {
  .ep-story {
    grid-template-columns: 1fr;
  }
}

.ep-story__quote {
  background: var(--carbon-10);
  border: 1px solid var(--line-light);
  padding: clamp(24px, 3vw, 32px);
}

.ep-story__quote p {
  font-size: 1.0625rem;
  line-height: 1.55;
  margin-bottom: 12px;
}

.ep-story__quote footer {
  font-size: 0.875rem;
  color: var(--text-muted-light);
}

.ep-story__body p {
  margin-bottom: 16px;
  color: var(--text-muted-light);
  line-height: 1.65;
}

.ep-timeline {
  display: grid;
  gap: 1px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.ep-timeline__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: clamp(16px, 3vw, 32px);
  background: #fff;
  padding: clamp(20px, 3vw, 28px);
  align-items: start;
}

@media (max-width: 600px) {
  .ep-timeline__item {
    grid-template-columns: 1fr;
  }
}

.ep-timeline__year {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue-60);
}

.ep-timeline__item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.ep-timeline__item p {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  line-height: 1.55;
}

.ep-timeline__tag {
  font-size: 0.75rem;
  color: var(--blue-60);
}

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

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

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

.ep-team__card {
  background: #fff;
  border: 1px solid var(--line-light);
  padding: 24px;
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.ep-team__initials {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: var(--carbon-10);
  border: 1px solid var(--line-light);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue-60);
  margin-bottom: 16px;
}

.ep-team__role {
  font-size: 0.875rem;
  color: var(--text-muted-light);
  margin-bottom: 12px;
  flex-grow: 1;
}

.ep-team__card a {
  font-size: 0.875rem;
  color: var(--blue-60);
  text-decoration: none;
}

/* ── Neutralize legacy dark header / dropdown from styles.css ── */
.theme-enterprise:not(.home-redesign) .header::before,
.theme-enterprise:not(.home-redesign) .header.is-scrolled::before {
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid var(--line-light) !important;
  box-shadow: none !important;
}

.theme-enterprise .header::after {
  display: none !important;
}

.theme-enterprise .header .nav a,
.theme-enterprise .header .nav-dropdown__toggle {
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text-on-light) !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.theme-enterprise .header .nav a::after {
  background: var(--blue-60) !important;
  height: 2px !important;
  bottom: 0 !important;
  transform: scaleX(0) !important;
}

.theme-enterprise .header .nav a:hover::after,
.theme-enterprise .header .nav a:focus-visible::after,
.theme-enterprise .header .nav a[aria-current="page"]::after {
  transform: scaleX(1) !important;
  background: var(--blue-60) !important;
}

.theme-enterprise .header .nav a[aria-current="page"] {
  color: var(--blue-60) !important;
}

.theme-enterprise .header .nav-dropdown {
  display: inline-flex;
  align-items: center;
}

.theme-enterprise .header .nav-dropdown__toggle {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 8px 0 !important;
  cursor: pointer;
}

.theme-enterprise .header .nav-dropdown__toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--blue-60);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.theme-enterprise .header .nav-dropdown__toggle:hover,
.theme-enterprise .header .nav-dropdown__toggle:focus-visible,
.theme-enterprise .header .nav-dropdown__toggle[aria-expanded="true"] {
  color: var(--blue-60) !important;
}

.theme-enterprise .header .nav-dropdown__toggle:hover::after,
.theme-enterprise .header .nav-dropdown__toggle:focus-visible::after,
.theme-enterprise .header .nav-dropdown__toggle[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.theme-enterprise .header .nav-dropdown__chevron {
  width: 7px !important;
  height: 7px !important;
  margin-top: -2px;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  border-left: none !important;
  border-top: none !important;
  background: none !important;
  transform: rotate(45deg) !important;
  opacity: 0.65 !important;
  transition: transform 0.2s ease;
}

.theme-enterprise .header .nav-dropdown__toggle[aria-expanded="true"] .nav-dropdown__chevron {
  transform: rotate(-135deg) !important;
  margin-top: 2px;
}

.theme-enterprise .header .nav-dropdown__menu {
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@media (max-width: 1200px) {
  .theme-enterprise .header .nav {
    gap: 10px !important;
  }

  .theme-enterprise .header .nav a,
  .theme-enterprise .header .nav-dropdown__toggle {
    font-size: 0.75rem !important;
  }

  .theme-enterprise .header .nav-cta {
    padding: 0 14px !important;
    min-height: 44px !important;
    font-size: 0.8125rem !important;
  }
}

.theme-enterprise .header .nav-dropdown__label {
  color: var(--text-muted-light) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
}

.theme-enterprise .header .nav-dropdown__item,
.theme-enterprise .header .nav-dropdown__all {
  color: var(--text-on-light) !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}

.theme-enterprise .header .nav-dropdown__item:hover,
.theme-enterprise .header .nav-dropdown__all:hover {
  color: var(--blue-60) !important;
  background: var(--carbon-10) !important;
}

.theme-enterprise .header .nav-dropdown__all {
  color: var(--blue-60) !important;
  border-top: 1px solid var(--line-light) !important;
}

.theme-enterprise .header .nav-cta {
  background: var(--blue-60) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.theme-enterprise .header .nav-cta:hover {
  background: var(--blue-70) !important;
  border: none !important;
  transform: none !important;
  box-shadow: none !important;
}

.theme-enterprise .header .hamburger {
  --menu-line: var(--carbon-100);
  --menu-line-active: var(--blue-60);
  --menu-hit: 40px;
  --menu-line-w: 22px;
  --menu-line-w-short: 15px;
  --menu-line-h: 1.5px;
  --menu-gap: 5px;
  position: relative !important;
  width: var(--menu-hit) !important;
  height: var(--menu-hit) !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    background 0.2s ease,
    transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-enterprise .header .hamburger::before {
  display: none !important;
  content: none !important;
}

.theme-enterprise .header .hamburger::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: calc(50% + var(--menu-gap)) !important;
  width: var(--menu-line-w) !important;
  height: var(--menu-line-h) !important;
  margin-left: calc(var(--menu-line-w) / -2) !important;
  background: var(--menu-line) !important;
  border-radius: 1px !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: none;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease,
    top 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.2s ease,
    background 0.2s ease;
}

.theme-enterprise .header .hamburger span {
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  width: var(--menu-line-w) !important;
  height: var(--menu-line-h) !important;
  margin-left: calc(var(--menu-line-w) / -2) !important;
  background: var(--menu-line) !important;
  border-radius: 1px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease,
    top 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.2s ease,
    margin 0.2s ease,
    background 0.2s ease;
}

.theme-enterprise .header .hamburger span:first-child {
  top: calc(50% - var(--menu-gap) - var(--menu-line-h)) !important;
}

.theme-enterprise .header .hamburger span:nth-child(2) {
  top: calc(50% - (var(--menu-line-h) / 2)) !important;
  width: var(--menu-line-w-short) !important;
  margin-left: calc(var(--menu-line-w-short) / -2) !important;
}

.theme-enterprise .header .hamburger:hover {
  background: rgba(22, 22, 22, 0.04) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.theme-enterprise .header .hamburger:hover span,
.theme-enterprise .header .hamburger:hover::after {
  background: var(--menu-line-active) !important;
}

.theme-enterprise .header .hamburger:focus-visible {
  outline: 2px solid var(--blue-60) !important;
  outline-offset: 2px !important;
}

.theme-enterprise .header .hamburger:active {
  transform: scale(0.96);
}

.theme-enterprise .header .hamburger.is-open {
  --menu-line: var(--blue-60);
  --menu-line-w: 20px;
  --menu-line-w-short: 20px;
  background: rgba(15, 98, 254, 0.06) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.theme-enterprise .header .hamburger.is-open:hover {
  background: rgba(15, 98, 254, 0.1) !important;
  border-color: transparent !important;
}

.theme-enterprise .header .hamburger.is-open span:first-child {
  top: 50% !important;
  width: var(--menu-line-w) !important;
  margin-left: calc(var(--menu-line-w) / -2) !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.theme-enterprise .header .hamburger.is-open span:nth-child(2) {
  top: 50% !important;
  width: var(--menu-line-w) !important;
  margin-left: calc(var(--menu-line-w) / -2) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
}

.theme-enterprise .header .hamburger.is-open::after {
  opacity: 0 !important;
  top: 50% !important;
  width: 0 !important;
  transform: translateY(-50%) scaleX(0) !important;
}

.theme-enterprise .header .mobile-menu {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: var(--shadow-lg) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.theme-enterprise .header .mobile-menu a,
.theme-enterprise .header .mobile-menu__subtoggle {
  color: var(--text-on-light) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-bottom-color: var(--line-light) !important;
}

.theme-enterprise .header .mobile-menu a:hover,
.theme-enterprise .header .mobile-menu__subtoggle:hover {
  color: var(--blue-60) !important;
  background: var(--carbon-10) !important;
}

/* Mobile menu — Services accordion (Carbon) */
.theme-enterprise .header .mobile-menu a {
  display: block;
  padding: 14px 0 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text-on-light) !important;
  border-bottom: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__group {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__group.is-open {
  border: none !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__subtoggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 14px 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text-on-light) !important;
  text-align: left !important;
}

.theme-enterprise .header .mobile-menu__group.is-open .mobile-menu__subtoggle,
.theme-enterprise .header .mobile-menu__subtoggle[aria-expanded="true"] {
  color: var(--blue-60) !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__subtoggle-label {
  flex: 1;
}

.theme-enterprise .header .mobile-menu__subtoggle-icon {
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  flex-shrink: 0;
  margin-top: -2px;
  border: none !important;
  border-right: 1.5px solid currentColor !important;
  border-bottom: 1.5px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  transform: rotate(45deg) !important;
  transition: transform 0.2s ease !important;
}

.theme-enterprise .header .mobile-menu__subtoggle-icon::before {
  display: none !important;
}

.theme-enterprise .header .mobile-menu__subtoggle[aria-expanded="true"] .mobile-menu__subtoggle-icon {
  margin-top: 2px;
  transform: rotate(-135deg) !important;
  border-color: currentColor !important;
  background: transparent !important;
  color: var(--blue-60) !important;
}

.theme-enterprise .header .mobile-menu__sub {
  display: flex;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 0 0 12px !important;
  border: none !important;
  border-left: 2px solid var(--line-light) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__sub[hidden] {
  display: none !important;
}

.theme-enterprise .header .mobile-menu__sub a {
  padding: 12px 0 12px 8px !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
  color: var(--text-muted-light) !important;
  border-bottom: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__sub a:last-child {
  border-bottom: none !important;
}

.theme-enterprise .header .mobile-menu__sub a:hover,
.theme-enterprise .header .mobile-menu__sub a:focus-visible {
  color: var(--blue-60) !important;
  background: transparent !important;
}

.theme-enterprise .header .mobile-menu__sub-all {
  color: var(--blue-60) !important;
  font-weight: 500 !important;
  border-bottom: 1px solid var(--line-light) !important;
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
}

.theme-enterprise .header .mobile-menu__cta {
  margin-top: 8px !important;
  background: var(--blue-60) !important;
  border: none !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* ── Header layout: left menu · centered logo · services + CTA ── */
.theme-enterprise .header .header__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center !important;
  gap: 12px 16px !important;
  width: 100% !important;
  max-width: var(--max) !important;
  margin-inline: auto !important;
  padding-inline: var(--page-gutter) !important;
  min-height: 72px !important;
}

.theme-enterprise .header.is-scrolled .header__inner {
  min-height: 64px !important;
}

.theme-enterprise .header .header__start {
  justify-self: start;
  display: flex;
  align-items: center;
}

.theme-enterprise .header .header__center {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.theme-enterprise .header .header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-enterprise .header .header__brand .brand__logo {
  height: clamp(42px, 4.6vw, 52px) !important;
  width: auto !important;
  max-width: min(340px, 50vw) !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block;
  flex-shrink: 0;
}

body.home-redesign .glow-header-brand__logo,
body.home-redesign .header .brand__logo,
body.home-redesign .footer .brand__logo {
  filter: none !important;
  object-fit: contain;
  object-position: left center;
}

body.home-redesign .footer .brand__logo,
body.home-redesign .footer .hr-logo__img {
  height: clamp(34px, 4.5vw, 46px) !important;
  max-width: min(280px, 86vw) !important;
}

.theme-enterprise .header.is-scrolled .header__brand .brand__logo {
  height: clamp(36px, 4.1vw, 46px) !important;
}

.theme-enterprise .header .header__end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 20px);
  min-width: 0;
}

.theme-enterprise .header .nav {
  display: none !important;
}

.theme-enterprise .header .header__menu-btn.hamburger {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  transform: none !important;
  display: inline-flex !important;
  margin: 0 !important;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
}

.theme-enterprise .header .header__services {
  display: inline-flex;
}

.theme-enterprise .header .nav-dropdown__menu {
  top: 100% !important;
  padding-top: 8px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.theme-enterprise .header .nav-dropdown__menu-inner {
  background: #fff !important;
  border: 1px solid var(--line-light) !important;
  box-shadow: var(--shadow-md) !important;
  padding: 8px !important;
}

.theme-enterprise .header .header__menu-backdrop {
  position: fixed;
  top: var(--header-offset, 72px);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background: rgba(22, 22, 22, 0.42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.theme-enterprise .header .header__menu-backdrop[hidden] {
  display: none !important;
}

.theme-enterprise .header .mobile-menu {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  z-index: 9999 !important;
  width: min(320px, 88vw) !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: calc(var(--header-offset, 72px) + 8px) 20px 24px !important;
  border: none !important;
  border-right: 1px solid var(--line-light) !important;
  border-radius: 0 !important;
  box-shadow: 8px 0 32px rgba(22, 22, 22, 0.08) !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex !important;
  flex-direction: column !important;
  flex: none !important;
  gap: 0 !important;
}

.theme-enterprise .header .mobile-menu.is-open {
  transform: translateX(0) !important;
}

body.theme-enterprise.site-menu-open .header .header__inner {
  position: relative;
  z-index: 10001 !important;
}

body.theme-enterprise.site-menu-open .header .header__menu-btn.hamburger {
  position: relative !important;
  z-index: 10002 !important;
}

.theme-enterprise .header .mobile-menu[hidden] {
  display: flex !important;
  visibility: hidden;
  pointer-events: none;
}

.theme-enterprise .header .mobile-menu.is-open[hidden] {
  visibility: visible;
  pointer-events: auto;
}

body.site-menu-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .theme-enterprise .header .header__services {
    display: none !important;
  }

  .theme-enterprise .header .header__end {
    gap: 0;
  }

  /* Override legacy styles.css mobile header (right-aligned menu + extra padding) */
  .theme-enterprise .header .header__inner {
    width: 100% !important;
    max-width: var(--max) !important;
    padding-inline: var(--page-gutter) !important;
  }

  .theme-enterprise .header .hamburger,
  .theme-enterprise .header .header__menu-btn.hamburger {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .theme-enterprise .header .header__inner {
    min-height: 64px !important;
  }

  body.home-redesign .header .header__inner {
    min-height: var(--hr-header-bar) !important;
    padding-block: clamp(0.35rem, 0.9vw, 0.48rem) !important;
  }

  body.home-redesign .header .header__brand .brand__logo {
    height: clamp(44px, 10vw, 54px) !important;
    max-width: min(340px, 74vw) !important;
  }

  body.home-redesign .header.is-scrolled .header__brand .brand__logo {
    height: clamp(40px, 9vw, 48px) !important;
    max-width: min(320px, 70vw) !important;
  }

  .theme-enterprise .header .header__brand .brand__logo {
    height: 32px !important;
    max-width: min(108px, 64vw) !important;
  }

  .theme-enterprise .header.is-scrolled .header__brand .brand__logo {
    height: 30px !important;
  }

  .theme-enterprise .header .hamburger {
    --menu-hit: 44px;
    --menu-line-w: 20px;
    --menu-line-w-short: 14px;
  }
}

/* =================================================================
   Motion & scroll reveals (enterprise)
   ================================================================= */

:root {
  --motion-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-ease-snap: cubic-bezier(0.34, 1.18, 0.64, 1);
  --motion-duration: 0.85s;
  --motion-stagger: 65ms;
  --motion-distance: 28px;
}

@keyframes ep-rise {
  from {
    opacity: 0;
    transform: translate3d(0, var(--motion-distance), 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ep-rise-soft {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ep-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ep-media-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ep-media-clip {
  from {
    clip-path: inset(0 0 22% 0);
    opacity: 0.85;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes ep-metrics-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ep-panel-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ep-loader-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.02);
  }
}

/* Hero entrance sequence */
@media (prefers-reduced-motion: no-preference) {
  .theme-enterprise .hero--enterprise__content > .ep-breadcrumb {
    animation: ep-fade-in 0.6s var(--motion-ease-soft) 0.04s both;
  }

  .theme-enterprise .hero--enterprise__eyebrow {
    animation: ep-rise-soft 0.78s var(--motion-ease) 0.08s both;
  }

  .theme-enterprise .hero--enterprise__title-line {
    animation: ep-rise 0.9s var(--motion-ease) both;
  }

  .theme-enterprise .hero--enterprise__title-line:nth-child(1) {
    animation-delay: 0.14s;
  }

  .theme-enterprise .hero--enterprise__title-line:nth-child(2) {
    animation-delay: 0.24s;
  }

  .theme-enterprise .hero--enterprise__content > h1:not(:has(.hero--enterprise__title-line)) {
    animation: ep-rise 0.9s var(--motion-ease) 0.16s both;
  }

  .theme-enterprise .hero--enterprise__lead,
  .theme-enterprise .hero--enterprise__lead-line {
    animation: ep-rise-soft 0.82s var(--motion-ease) both;
  }

  .theme-enterprise .hero--enterprise__lead-line:nth-child(1) { animation-delay: 0.28s; }
  .theme-enterprise .hero--enterprise__lead-line:nth-child(2) { animation-delay: 0.36s; }
  .theme-enterprise .hero--enterprise__lead-line:nth-child(3) { animation-delay: 0.44s; }

  .theme-enterprise .hero--enterprise__content > .hero--enterprise__lead:not(:has(.hero--enterprise__lead-line)) {
    animation-delay: 0.32s;
  }

  .theme-enterprise .hero--enterprise__actions {
    animation: none;
  }

  .theme-enterprise .hero--enterprise__actions .btn {
    animation: ep-rise-soft 0.78s var(--motion-ease) both;
  }

  .theme-enterprise .hero--enterprise__actions .btn:nth-child(1) {
    animation-delay: 0.48s;
  }

  .theme-enterprise .hero--enterprise__actions .btn:nth-child(2) {
    animation-delay: 0.56s;
  }

  .theme-enterprise:not(.gsap-ready) .hero--enterprise__media {
    animation: ep-media-clip 1.05s var(--motion-ease-soft) 0.12s both;
  }

  .theme-enterprise:not(.gsap-ready) .hero--enterprise__media img {
    animation: ep-media-in 1.15s var(--motion-ease) 0.16s both;
  }

  .theme-enterprise .ep-metrics__item {
    animation: ep-metrics-pop 0.78s var(--motion-ease-snap) both;
  }

  .theme-enterprise .ep-metrics__item:nth-child(1) { animation-delay: 0.52s; }
  .theme-enterprise .ep-metrics__item:nth-child(2) { animation-delay: 0.6s; }
  .theme-enterprise .ep-metrics__item:nth-child(3) { animation-delay: 0.68s; }
  .theme-enterprise .ep-metrics__item:nth-child(4) { animation-delay: 0.76s; }
}

/* Scroll reveals — variants */
.theme-enterprise [data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
  transition:
    opacity var(--motion-duration) var(--motion-ease),
    transform var(--motion-duration) var(--motion-ease),
    filter var(--motion-duration) var(--motion-ease);
  will-change: opacity, transform;
}

.theme-enterprise [data-reveal="headline"] {
  transform: translate3d(0, 32px, 0);
  filter: blur(10px);
}

.theme-enterprise [data-reveal="panel"] {
  transform: translate3d(0, 24px, 0) scale(0.985);
}

.theme-enterprise [data-reveal="slide"] {
  transform: translate3d(-20px, 0, 0);
}

.theme-enterprise [data-reveal="fade"] {
  transform: none;
}

.theme-enterprise [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

.theme-enterprise [data-reveal-stagger] > * {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.72s var(--motion-ease),
    transform 0.72s var(--motion-ease);
}

.theme-enterprise [data-reveal-stagger].is-visible > * {
  opacity: 1;
  transform: none;
}

.theme-enterprise [data-reveal-stagger].is-visible > * {
  transition-delay: calc(var(--reveal-index, 0) * var(--motion-stagger));
}

.theme-enterprise.gsap-ready [data-reveal-stagger] > * {
  transition: none;
}

/* Card hover micro-motion */
.theme-enterprise .projects-impact__card,
.theme-enterprise .enterprise__tile:not(.enterprise__tile--static),
.theme-enterprise .news-strip__card,
.theme-enterprise .rec-card,
.theme-enterprise .inside__tile,
.theme-enterprise .service-why__card,
.theme-enterprise .ep-team__card {
  transition:
    transform 0.38s var(--motion-ease),
    box-shadow 0.38s var(--motion-ease),
    border-color 0.24s ease;
}

.theme-enterprise .projects-impact__card:hover,
.theme-enterprise .enterprise__tile:not(.enterprise__tile--static):hover,
.theme-enterprise .news-strip__card:hover,
.theme-enterprise .rec-card:hover,
.theme-enterprise .inside__tile:hover,
.theme-enterprise .service-why__card:hover,
.theme-enterprise .ep-team__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(22, 22, 22, 0.08);
}

.theme-enterprise .projects-impact__media {
  overflow: hidden;
}

.theme-enterprise .projects-impact__media img,
.theme-enterprise .portfolio-card img {
  transition: transform 0.65s var(--motion-ease);
}

.theme-enterprise .projects-impact__card:hover .projects-impact__media img {
  transform: scale(1.045);
}

.theme-enterprise .btn {
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.28s var(--motion-ease),
    box-shadow 0.28s var(--motion-ease);
}

.theme-enterprise .btn:hover {
  transform: translateY(-1px);
}

.theme-enterprise .btn:active {
  transform: translateY(0);
}

/* Mobile menu link stagger */
.theme-enterprise .mobile-menu.is-open > :not(.mobile-menu__cta) {
  animation: ep-rise-soft 0.55s var(--motion-ease) both;
}

.theme-enterprise .mobile-menu.is-open > :nth-child(1) { animation-delay: 0.04s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(2) { animation-delay: 0.08s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(3) { animation-delay: 0.12s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(4) { animation-delay: 0.16s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(5) { animation-delay: 0.2s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(6) { animation-delay: 0.24s; }
.theme-enterprise .mobile-menu.is-open > :nth-child(7) { animation-delay: 0.28s; }
.theme-enterprise .mobile-menu.is-open > .mobile-menu__cta {
  animation: ep-rise-soft 0.6s var(--motion-ease) 0.32s both;
}

/* Header scroll polish */
.theme-enterprise:not(.home-redesign) .header::before {
  transition: box-shadow 0.35s var(--motion-ease-soft);
}

.theme-enterprise:not(.home-redesign) .header.is-scrolled::before {
  box-shadow: 0 1px 0 var(--line-light), 0 8px 24px rgba(22, 22, 22, 0.06);
}

/* Loader exit */
.theme-enterprise .loader {
  transition: opacity 0.5s var(--motion-ease-soft), visibility 0.5s var(--motion-ease-soft);
}

.theme-enterprise .loader.is-hidden {
  animation: ep-loader-out 0.5s var(--motion-ease-soft) forwards;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .theme-enterprise .header .mobile-menu {
    transition: none !important;
  }

  .theme-enterprise [data-reveal],
  .theme-enterprise [data-reveal-stagger] > *,
  .theme-enterprise .hero--enterprise__content > *,
  .theme-enterprise .hero--enterprise__actions .btn,
  .theme-enterprise .hero--enterprise__media,
  .theme-enterprise .hero--enterprise__media img,
  .theme-enterprise .ep-metrics__item,
  .theme-enterprise .mobile-menu.is-open > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .theme-enterprise .projects-impact__card:hover,
  .theme-enterprise .enterprise__tile:not(.enterprise__tile--static):hover,
  .theme-enterprise .news-strip__card:hover,
  .theme-enterprise .rec-card:hover,
  .theme-enterprise .inside__tile:hover,
  .theme-enterprise .service-why__card:hover,
  .theme-enterprise .ep-team__card:hover,
  .theme-enterprise .projects-impact__card:hover .projects-impact__media img,
  .theme-enterprise .btn:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* =================================================================
   Light-Themed Booking / Schedule Section Overrides (Enterprise Theme)
   ================================================================= */

body.home-redesign:not(.theme-glow) .hr-booking {
  --hr-orange: #ff6a00 !important;
  --hr-orange-soft: rgba(255, 106, 0, 0.08) !important;
  --hr-glow-soft: rgba(255, 106, 0, 0.2) !important;
  
  background-image: url("images/heroes/main/light-booking-bg.webp") !important;
  background-color: #fafafa !important;
  background-size: cover !important;
  background-position: center center !important;
  border: 1px solid rgba(255, 106, 0, 0.15) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.05), inset 0 1px 0 #fff !important;
}

body.home-redesign:not(.theme-glow) .hr-booking::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 42%,
    rgba(255, 255, 255, 0.3) 100%
  ) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking .hr-title--display {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking .hr-lead {
  color: #525252 !important;
}

/* Glassmorphic Shell & Layout */
body.home-redesign:not(.theme-glow) .hr-booking__layout {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 106, 0, 0.12) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04), inset 0 1px 0 #fff !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.04) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
  border-right: 1px solid rgba(255, 106, 0, 0.08) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside-title {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside-label {
  color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside-list li {
  color: #393939 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside-list strong {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__aside-list li::before {
  background: #ff6a00 !important;
  box-shadow: 0 0 8px rgba(255, 106, 0, 0.3) !important;
}

/* Progress indicator */
body.home-redesign:not(.theme-glow) .hr-booking__progress {
  border-top: 1px solid rgba(255, 106, 0, 0.08) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step span {
  color: #525252 !important;
  border: 1px solid rgba(255, 106, 0, 0.18) !important;
  background: #fff !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step.is-active {
  color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step.is-active span {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #fff !important;
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.25) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step.is-done {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__progress-step.is-done span {
  background: rgba(255, 106, 0, 0.1) !important;
  border-color: rgba(255, 106, 0, 0.2) !important;
  color: #ff6a00 !important;
}

/* Booking panels & inputs */
body.home-redesign:not(.theme-glow) .hr-booking__shell {
  background: rgba(255, 255, 255, 0.2) !important;
  border-left: 1px solid rgba(255, 106, 0, 0.08) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__glow {
  background: radial-gradient(circle, rgba(255, 106, 0, 0.06) 0%, transparent 68%) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__divider {
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 106, 0, 0.12) 22%,
    rgba(255, 106, 0, 0.04) 50%,
    rgba(255, 106, 0, 0.12) 78%,
    transparent
  ) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__panel--date,
body.home-redesign:not(.theme-glow) .hr-booking__panel--time {
  background: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 106, 0, 0.1) !important;
  box-shadow: inset 0 1px 0 #fff !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__step {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__step-mark {
  background: #ff6a00 !important;
  box-shadow: none !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__range {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__weekdays {
  color: #525252 !important;
}

/* Date and Time Buttons */
body.home-redesign:not(.theme-glow) .hr-booking__date-btn {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 106, 0, 0.12) !important;
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__date-btn:hover {
  background: rgba(255, 106, 0, 0.05) !important;
  border-color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__date-btn.is-selected {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(255, 106, 0, 0.15) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__date-btn:disabled {
  background: rgba(224, 224, 224, 0.25) !important;
  border-color: rgba(224, 224, 224, 0.4) !important;
  color: #a8a8a8 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__slots-head {
  border-bottom: 1px solid rgba(255, 106, 0, 0.08) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__slots-title {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__tz {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__panel--time.is-locked .hr-booking__times-wrap {
  background: rgba(0, 0, 0, 0.02) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__panel--time.is-locked .hr-booking__times-wrap::before {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__panel--time.is-locked .hr-booking__slots-title::after {
  border: 1px dashed rgba(0, 0, 0, 0.15) !important;
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__times-wrap {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 106, 0, 0.08) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__times-wrap::before {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 106, 0, 0.1) !important;
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__times-wrap::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.6)) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__times::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__times::-webkit-scrollbar-thumb {
  background: rgba(255, 106, 0, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(255, 106, 0, 0.12) !important;
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn span {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn:hover:not(:disabled):not(.is-placeholder) {
  background: rgba(255, 106, 0, 0.05) !important;
  border-color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn.is-selected {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #fff !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn.is-selected span {
  color: rgba(255, 255, 255, 0.8) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn:disabled,
body.home-redesign:not(.theme-glow) .hr-booking__time-btn.is-placeholder {
  background: rgba(0, 0, 0, 0.02) !important;
  border-color: rgba(0, 0, 0, 0.06) !important;
  color: #a8a8a8 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__time-btn:disabled span {
  color: #a8a8a8 !important;
}

/* Step 3: Booking details form overrides */
body.home-redesign:not(.theme-glow) .hr-booking__summary {
  background: rgba(255, 106, 0, 0.04) !important;
  border: 1px solid rgba(255, 106, 0, 0.18) !important;
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__form-title {
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__back {
  color: #525252 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__back:hover {
  color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__field label {
  color: #393939 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__field label span {
  color: #ff6a00 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__field input,
body.home-redesign:not(.theme-glow) .hr-booking__field textarea {
  background: #ffffff !important;
  border: 1px solid rgba(255, 106, 0, 0.18) !important;
  color: #161616 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__field input::placeholder,
body.home-redesign:not(.theme-glow) .hr-booking__field textarea::placeholder {
  color: #888888 !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__field input:focus,
body.home-redesign:not(.theme-glow) .hr-booking__field textarea:focus {
  border-color: #ff6a00 !important;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.15) !important;
}

body.home-redesign:not(.theme-glow) .hr-booking__status {
  color: #393939 !important;
}

/* Booking primary submit button */
body.home-redesign:not(.theme-glow) .hr-btn-glow {
  background: linear-gradient(135deg, #ff6a00, #b83800) !important;
  color: #fff !important;
  box-shadow: 0 0 24px rgba(255, 106, 0, 0.25), 0 8px 24px rgba(255, 106, 0, 0.15) !important;
}

body.home-redesign:not(.theme-glow) .hr-btn-glow:hover {
  background: linear-gradient(135deg, #b83800, #943000) !important;
  box-shadow: 0 0 32px rgba(255, 106, 0, 0.35), 0 12px 32px rgba(255, 106, 0, 0.2) !important;
}

body.home-redesign:not(.theme-glow) .hr-btn-glow:disabled {
  background: #c6c6c6 !important;
  color: #525252 !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

