:root {
  --cm-navy: #0c2d4a;
  --cm-navy-deep: #071c30;
  --cm-blue: #16486a;
  --cm-orange: #f45124;
  --cm-orange-deep: #d63c12;
  --cm-orange-soft: #fff4ef;
  --cm-gold: var(--cm-orange);
  --cm-gold-light: var(--cm-orange);
  --cm-ink: #0c2d4a;
  --cm-muted: #5b6773;
  --cm-soft: #f5f7f9;
  --cm-line: #e3e8ec;
  --cm-white: #ffffff;
  --cm-green: #1fa855;
}

/* Batch content enrichment */
.family-hero-copy h1 {
  font-size: 45px;
  line-height: 1.12;
}

.family-hero-copy .family-hero-angle,
.sales-hero-copy .bespoke-hero-angle,
.ecommerce-hero-copy .bespoke-hero-angle {
  max-width: 650px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--cm-navy);
  border: 0;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.45;
}

.family-hero-copy .family-hero-note {
  margin-bottom: 22px;
}

.detail-editorial-band {
  position: relative;
  overflow: hidden;
  background: #f4f7fb;
}

.detail-editorial-band::before {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 340px;
  height: 340px;
  content: "";
  border-radius: 50%;
  background: rgba(247, 81, 46, 0.07);
}

.detail-editorial-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.detail-editorial-card {
  position: relative;
  padding: 34px 34px 30px;
  border: 1px solid rgba(8, 43, 85, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 36px rgba(5, 35, 68, 0.06);
}

.detail-editorial-card:nth-child(5):last-child,
.detail-editorial-card:nth-child(odd):last-child {
  grid-column: 1 / -1;
}

.detail-editorial-card .editorial-number-icon,
.home-editorial-grid .editorial-number-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
}

.detail-editorial-card h2 {
  max-width: calc(100% - 58px);
  margin: 0 0 17px;
  color: var(--cm-navy);
  font-size: 23px;
  line-height: 1.25;
}

.detail-editorial-card h3 {
  margin: 22px 0 8px;
  color: var(--cm-navy);
  font-size: 17px;
}

.detail-editorial-card p {
  margin: 0 0 12px;
  color: var(--cm-muted);
  line-height: 1.75;
}

.detail-editorial-card p:last-child {
  margin-bottom: 0;
}

.editorial-tone-2 {
  border-top: 3px solid var(--cm-orange);
}

.editorial-tone-3 {
  border-top: 3px solid var(--cm-navy);
}

.detail-related-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 14px;
  background: var(--cm-navy);
}

.detail-related-links strong {
  margin-right: 8px;
  color: #fff;
}

.detail-related-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
}

.detail-related-links a:hover {
  color: var(--cm-navy);
  background: #fff;
}

.home-editorial-band {
  padding: 74px 0;
  background: linear-gradient(120deg, #edf3f8 0%, #fff 58%, #fff4ef 100%);
}

.home-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  align-items: center;
  gap: 78px;
}

.home-editorial-copy h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--cm-navy);
  font-size: 38px;
  line-height: 1.14;
}

.home-editorial-copy p {
  max-width: 580px;
  margin-bottom: 20px;
  color: var(--cm-muted);
  line-height: 1.7;
}

.home-ops-list {
  padding: 8px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(5, 35, 68, 0.08);
}

.home-ops-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 20px;
  padding: 21px 0;
  border-bottom: 1px solid var(--cm-line);
}

.home-ops-list article:last-child {
  border-bottom: 0;
}

.home-ops-list .editorial-number-icon {
  position: static;
  width: 44px;
  height: 44px;
}

.home-ops-list h3 {
  margin: 0 0 5px;
  color: var(--cm-navy);
  font-size: 19px;
}

.home-ops-list p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.prose .prose-lead {
  padding: 20px 22px;
  border-left: 4px solid var(--cm-orange);
  background: #f4f7fb;
  color: var(--cm-navy);
  font-size: 18px;
  font-weight: 650;
}

@media (max-width: 991px) {
  .detail-editorial-grid,
  .home-editorial-layout {
    grid-template-columns: 1fr;
  }

  .home-editorial-layout {
    gap: 36px;
  }

  .detail-editorial-card:nth-child(odd):last-child {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .family-hero-copy h1 {
    font-size: 34px;
  }

  .family-hero-copy .family-hero-angle,
  .sales-hero-copy .bespoke-hero-angle,
  .ecommerce-hero-copy .bespoke-hero-angle {
    font-size: 18px;
  }

  .detail-editorial-card,
  .home-ops-list {
    padding: 27px 22px 24px;
  }

  .home-editorial-band {
    padding: 56px 0;
  }

  .home-editorial-copy h2 {
    font-size: 32px;
  }

  .detail-related-links {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Licensed number artwork from Icons/Numbers */
.number-icon {
  --number-icon-image: var(--number-icon-navy);
  display: inline-block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background-image: var(--number-icon-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.number-icon-01 { --number-icon-navy: url("../images/numbers/number-01-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-01-orange.png?v=2"); }
.number-icon-02 { --number-icon-navy: url("../images/numbers/number-02-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-02-orange.png?v=2"); }
.number-icon-03 { --number-icon-navy: url("../images/numbers/number-03-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-03-orange.png?v=2"); }
.number-icon-04 { --number-icon-navy: url("../images/numbers/number-04-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-04-orange.png?v=2"); }
.number-icon-05 { --number-icon-navy: url("../images/numbers/number-05-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-05-orange.png?v=2"); }
.number-icon-06 { --number-icon-navy: url("../images/numbers/number-06-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-06-orange.png?v=2"); }
.number-icon-07 { --number-icon-navy: url("../images/numbers/number-07-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-07-orange.png?v=2"); }
.number-icon-08 { --number-icon-navy: url("../images/numbers/number-08-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-08-orange.png?v=2"); }
.number-icon-09 { --number-icon-navy: url("../images/numbers/number-09-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-09-orange.png?v=2"); }
.number-icon-10 { --number-icon-navy: url("../images/numbers/number-10-navy.png?v=2"); --number-icon-orange: url("../images/numbers/number-10-orange.png?v=2"); }

* {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--cm-ink);
  background: var(--cm-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
}

body.page-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed !important;
  z-index: 99999;
  inset: 0;
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center;
  color: var(--cm-white);
  background: var(--cm-navy-deep) !important;
  opacity: 1 !important;
  transition: visibility 500ms ease, opacity 500ms ease !important;
}

.page-loader.is-complete {
  visibility: hidden;
  opacity: 0 !important;
}

.page-loader-brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 270px;
}

.page-loader-signal {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 7px;
  margin-bottom: 25px;
}

.page-loader-signal i {
  display: block;
  width: 3px;
  height: 14px;
  background: var(--cm-gold-light);
  border-radius: 2px;
  animation: cm-loader-signal 900ms ease-in-out infinite;
}

.page-loader-signal i:nth-child(2),
.page-loader-signal i:nth-child(4) {
  animation-delay: 120ms;
}

.page-loader-signal i:nth-child(3) {
  animation-delay: 240ms;
}

.page-loader-brand span {
  color: var(--cm-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.page-loader-brand span em {
  color: var(--cm-gold-light);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.page-loader-brand small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-loader-brand > b {
  position: relative;
  width: 150px;
  height: 1px;
  margin-top: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.page-loader-brand > b::after {
  position: absolute;
  width: 58px;
  height: 1px;
  background: var(--cm-gold-light);
  content: "";
  animation: cm-loader-line 1.25s ease-in-out infinite;
}

@keyframes cm-loader-signal {
  0%, 100% { height: 14px; opacity: 0.45; }
  50% { height: 44px; opacity: 1; }
}

@keyframes cm-loader-line {
  0% { left: -58px; }
  100% { left: 150px; }
}

@media (max-width: 1100px) {
  .sales-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 44px;
  }

  .sales-hero-copy h1,
  .ecommerce-hero-copy h1 {
    font-size: 42px;
  }

  .closing-sales-grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .closing-action {
    grid-column: 1 / -1;
    min-height: 200px;
  }
}

@media (max-width: 850px) {
  .hero-sales-conversion,
  .hero-ecommerce-story {
    min-height: 0;
    padding-bottom: 42px;
  }

  .hero-sales-conversion::after {
    display: none;
  }

  .sales-backword,
  .ecommerce-index {
    display: none;
  }

  .sales-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sales-hero-copy {
    padding: 42px 0 36px;
  }

  .sales-hero-media {
    height: 420px;
  }

  .sales-hero-media figure {
    height: 385px;
  }

  .sales-hero-media aside {
    left: 18px;
  }

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

  .sales-process-rail > span:nth-child(2) {
    border-right: 0;
  }

  .ecommerce-hero-stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 34px;
  }

  .ecommerce-hero-stage > figure,
  .ecommerce-hero-copy,
  .ecommerce-demand-list {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .ecommerce-hero-stage > figure {
    height: 410px;
    order: 1;
  }

  .ecommerce-hero-copy {
    order: 2;
    margin-top: -54px;
    padding: 40px;
  }

  .ecommerce-demand-list {
    order: 3;
  }

  .closing-sales-grid,
  .closing-ecommerce-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .closing-action {
    grid-column: auto;
  }

  .closing-ecommerce figure {
    height: 400px;
  }

  .closing-ecommerce-copy {
    margin: -74px 24px 0;
    padding: 42px;
    border-right: 1px solid var(--cm-line);
    border-left: 1px solid var(--cm-line);
  }
}

@media (max-width: 560px) {
  .sales-hero-copy h1,
  .ecommerce-hero-copy h1 {
    font-size: 34px;
  }

  .sales-hero-media {
    height: 340px;
  }

  .sales-hero-media figure {
    height: 305px;
  }

  .sales-hero-media aside {
    right: 12px;
    left: 12px;
  }

  .sales-hero-media aside strong {
    font-size: 10px;
  }

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

  .sales-process-rail > span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--cm-line);
  }

  .ecommerce-hero-stage > figure {
    height: 300px;
  }

  .ecommerce-hero-copy {
    margin-top: -32px;
    padding: 30px 24px;
  }

  .ecommerce-demand-list {
    grid-template-columns: 1fr 1fr;
  }

  .ecommerce-demand-list span {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .closing-sales,
  .closing-ecommerce {
    padding: 64px 0;
  }

  .closing-sales-grid > div:first-child h2,
  .closing-ecommerce-copy h2 {
    font-size: 31px;
  }

  .closing-ecommerce figure {
    height: 310px;
  }

  .closing-ecommerce-copy {
    margin: -44px 12px 0;
    padding: 30px 22px;
  }

  .closing-ecommerce-copy .hero-actions {
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-loader-signal i,
  .page-loader-brand > b::after {
    animation: none;
  }
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--cm-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.13;
}

h1 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.cm-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(5, 47, 71, 0.1);
  box-shadow: 0 8px 30px rgba(5, 47, 71, 0.06);
}

.topline {
  color: rgba(255, 255, 255, 0.92);
  background: var(--cm-orange);
  font-size: 12px;
  font-weight: 700;
}

.topline .cm-container {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
}

.topline a {
  color: var(--cm-white);
}

.topline i {
  margin-right: 6px;
  color: var(--cm-white);
}

.nav-shell {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: flex-start;
}

.brand-logo {
  display: block;
  width: 205px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  color: var(--cm-white);
  background: var(--cm-navy);
  border: 2px solid var(--cm-gold);
  border-radius: 50%;
}

.brand-mark .fa-headset {
  font-size: 19px;
}

.brand-mark .fa-feather-pointed {
  position: absolute;
  right: -6px;
  top: -5px;
  color: var(--cm-gold);
  font-size: 15px;
  transform: rotate(18deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  color: var(--cm-navy);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 7px;
  color: var(--cm-muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.main-nav > a,
.main-nav > .nav-group > a {
  position: relative;
  padding: 28px 0;
  color: #263542;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav > a::after,
.main-nav > .nav-group > a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  background: var(--cm-gold);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav > a:hover,
.main-nav > a.active,
.main-nav > .nav-group > a:hover,
.main-nav > .nav-group > a.active {
  color: var(--cm-navy);
}

.main-nav > a:hover::after,
.main-nav > a.active::after,
.main-nav > .nav-group > a:hover::after,
.main-nav > .nav-group > a.active::after {
  transform: scaleX(1);
}

.nav-group {
  display: flex;
  align-items: center;
}

.mega-toggle {
  display: inline-grid;
  width: 22px;
  height: 34px;
  margin-left: 3px;
  place-items: center;
  color: var(--cm-muted);
  background: transparent;
  border: 0;
  font-size: 9px;
}

.mega-toggle i {
  transition: transform 180ms ease;
}

.mega-menu {
  position: absolute;
  z-index: 1100;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  padding: 0 0 24px;
  background: var(--cm-white);
  border-top: 1px solid var(--cm-line);
  box-shadow: 0 24px 50px rgba(4, 24, 47, 0.16);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu,
.has-mega.mega-open .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.has-mega:hover .mega-toggle i,
.has-mega:focus-within .mega-toggle i,
.has-mega.mega-open .mega-toggle i {
  transform: rotate(180deg);
}

.mega-menu-inner {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 32px;
  padding-top: 28px;
}

.mega-intro {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 28px;
  border-right: 1px solid var(--cm-line);
}

.mega-intro img {
  width: 150px;
  height: 54px;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: left center;
}

.mega-intro > span {
  margin-bottom: 7px;
  color: var(--cm-orange);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-intro > strong {
  margin-bottom: 14px;
  color: var(--cm-navy);
  font-size: 18px;
  line-height: 1.35;
}

.mega-intro > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cm-blue);
  font-size: 11px;
  font-weight: 800;
}

.mega-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mega-column > i {
  margin-bottom: 12px;
  color: var(--cm-gold);
  font-size: 20px;
}

.mega-column > strong {
  min-height: 42px;
  color: var(--cm-navy);
  font-size: 13px;
  line-height: 1.35;
}

.mega-column > a {
  width: 100%;
  padding: 7px 0;
  color: var(--cm-muted);
  border-bottom: 1px solid #edf0f2;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.mega-column > a:hover {
  color: var(--cm-blue);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--cm-navy);
  background: transparent;
  border: 1px solid var(--cm-line);
  border-radius: 6px;
}

.cm-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.cm-btn:hover {
  transform: translateY(-2px);
}

.cm-btn-small {
  min-height: 42px;
  padding: 0 17px;
  font-size: 12px;
}

.cm-btn-gold {
  color: var(--cm-white);
  background: var(--cm-orange);
  border-color: var(--cm-orange);
}

.cm-btn-gold:hover {
  color: var(--cm-white);
  background: var(--cm-navy-deep);
  border-color: var(--cm-navy-deep);
}

.cm-btn-ghost {
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.45);
}

.cm-btn-ghost:hover {
  color: var(--cm-navy-deep);
  background: var(--cm-white);
  border-color: var(--cm-white);
}

.cm-btn-ghost-light {
  color: var(--cm-navy);
  background: transparent;
  border-color: rgba(12, 45, 74, 0.22);
}

.cm-btn-ghost-light:hover {
  color: var(--cm-white);
  background: var(--cm-navy);
  border-color: var(--cm-navy);
}

.cm-btn-light {
  color: var(--cm-navy-deep);
  background: var(--cm-white);
}

.cm-btn-outline {
  color: var(--cm-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

.cm-btn-call {
  color: var(--cm-white);
  background: var(--cm-navy);
  border-color: var(--cm-navy);
  box-shadow: 0 10px 24px rgba(7, 28, 48, 0.16);
}

.cm-btn-call:hover {
  color: var(--cm-white);
  background: var(--cm-orange);
  border-color: var(--cm-orange);
}

.home-hero {
  position: relative;
  display: flex;
  min-height: min(760px, 86vh);
  align-items: center;
  overflow: hidden;
  background: var(--cm-navy-deep);
}

.home-hero::after {
  position: absolute;
  z-index: 1;
  right: clamp(-9rem, -7vw, -4rem);
  bottom: -15rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(255, 149, 111, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(244, 81, 36, 0.035), 0 0 0 10rem rgba(244, 81, 36, 0.025);
  content: "";
  pointer-events: none;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1) scale(1.01);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(5, 47, 71, 0.98) 0%, rgba(5, 47, 71, 0.88) 42%, rgba(5, 47, 71, 0.34) 74%, rgba(5, 47, 71, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0 100px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--cm-gold-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  margin-right: 10px;
  background: currentColor;
  content: "";
}

.eyebrow.dark {
  color: #c83c18;
}

.hero-content h1 {
  max-width: 690px;
  margin-bottom: 25px;
  color: var(--cm-white);
  font-size: 68px;
  line-height: 1.01;
}

.hero-content h1 em {
  color: var(--cm-gold-light);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -0.045em !important;
}

.hero-content > p {
  max-width: 600px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.hero-proof i {
  margin-right: 6px;
  color: var(--cm-gold-light);
}

.trust-strip {
  position: relative;
  z-index: 3;
  padding: 0;
  background: var(--cm-navy-deep);
  border-top: 1px solid rgba(244, 81, 36, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip .cm-container {
  display: grid;
  height: 86px;
  min-height: 86px;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.trust-strip span {
  display: flex;
  min-width: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.88);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.trust-strip span i {
  flex: 0 0 auto;
  color: var(--cm-gold-light);
  font-size: 17px;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section-band {
  padding: 100px 0;
  background: var(--cm-white);
}

.section-soft {
  background: var(--cm-soft);
}

.section-navy {
  color: rgba(255, 255, 255, 0.75);
  background: var(--cm-navy-deep);
}

.section-navy h2,
.section-navy h3 {
  color: var(--cm-white);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 48px;
}

.section-heading.wide {
  max-width: 820px;
}

.section-heading h2,
.split-layout h2,
.faq-layout h2,
.form-layout h2 {
  margin-bottom: 20px;
  font-size: 42px;
}

.section-heading p,
.split-layout p,
.faq-layout > div > p,
.form-layout > div > p {
  color: var(--cm-muted);
  font-size: 17px;
}

.section-navy .split-layout p {
  color: rgba(255, 255, 255, 0.72);
}

.service-feature-list {
  border-top: 1px solid var(--cm-line);
}

.service-feature-list > a {
  display: grid;
  min-height: 132px;
  grid-template-columns: 48px 56px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--cm-line);
  transition: background 180ms ease, padding 180ms ease;
}

.service-feature-list > a:hover {
  padding: 0 22px;
  background: var(--cm-soft);
}

.service-feature-list > a > span {
  color: #8b959e;
  font-size: 13px;
  font-weight: 800;
}

.service-feature-list > a > i:first-of-type {
  color: var(--cm-gold);
  font-size: 29px;
}

.service-feature-list h3 {
  margin-bottom: 8px;
  color: var(--cm-navy);
  font-size: 23px;
}

.service-feature-list p {
  margin: 0;
  color: var(--cm-muted);
}

.service-feature-list > a > i:last-child {
  color: var(--cm-navy);
}

.center-action {
  margin-top: 40px;
  text-align: center;
}

.cm-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cm-navy);
  border-bottom: 2px solid var(--cm-gold);
  font-weight: 800;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 80px;
}

.split-layout.align-center {
  align-items: center;
}

.metric-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-board > div {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.metric-board strong {
  color: var(--cm-gold-light);
  font-size: 27px;
}

.metric-board span {
  color: var(--cm-white);
  font-size: 14px;
  font-weight: 700;
}

.sector-cloud {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--cm-line);
  border-left: 1px solid var(--cm-line);
}

.sector-cloud a {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--cm-navy);
  border-right: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
  font-size: 14px;
  font-weight: 800;
}

.sector-cloud a:hover {
  color: var(--cm-white);
  background: var(--cm-navy);
}

.process-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--cm-line);
  border-left: 1px solid var(--cm-line);
}

.process-list.horizontal {
  grid-template-columns: repeat(4, 1fr);
}

.process-list article {
  display: flex;
  min-height: 185px;
  gap: 22px;
  padding: 32px;
  border-right: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
}

.process-list article > span {
  color: var(--cm-gold);
  font-size: 16px;
  font-weight: 800;
}

.process-list h3 {
  margin-bottom: 10px;
  color: var(--cm-navy);
  font-size: 19px;
}

.process-list p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 14px;
}

.process-section {
  overflow: hidden;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-flow::before {
  position: absolute;
  right: 12.5%;
  bottom: 38px;
  left: 12.5%;
  height: 1px;
  background: rgba(8, 43, 85, 0.18);
  content: "";
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  grid-template-rows: 74px auto 1fr 78px;
  justify-items: center;
  padding: 0 24px;
  text-align: center;
}

.process-step-symbol {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--cm-gold);
  background: #fff8e8;
  border-radius: 50%;
  font-size: 23px;
  transition: color 250ms ease, background 250ms ease, transform 250ms ease;
}

.process-step:hover .process-step-symbol {
  color: var(--cm-white);
  background: var(--cm-gold);
  transform: translateY(-5px);
}

.process-step h3 {
  margin: 12px 0 8px;
  color: var(--cm-navy);
  font-size: 18px;
}

.process-step p {
  max-width: 250px;
  margin: 0;
  color: var(--cm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.process-step-icon-box {
  align-self: end;
  margin-top: 24px;
}

.process-step-icon {
  position: relative;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 250ms ease;
}

.process-step .process-step-icon {
  display: grid;
  place-items: center;
}

.section-soft .process-step-icon {
  border-color: transparent;
}

.process-step:hover .process-step-icon {
  transform: scale(1.07);
}

.process-step-icon .number-icon {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.process-step-icon .box-overlay {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.infographic-cycle-section {
  background: linear-gradient(180deg, var(--cm-white) 0%, #f5f7f8 100%);
}

.infographic-cycle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.infographic-cycle-card {
  --cycle-accent: var(--cm-blue);
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 210px;
  grid-template-rows: 58px auto;
  align-content: start;
  padding: 28px 26px 25px;
  overflow: hidden;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-left: 4px solid var(--cycle-accent);
  border-radius: 6px;
  box-shadow: 0 18px 38px rgba(4, 24, 47, 0.08);
  transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.infographic-cycle-card::before {
  position: absolute;
  z-index: -1;
  top: -45px;
  right: -45px;
  width: 118px;
  height: 118px;
  background: color-mix(in srgb, var(--cycle-accent) 15%, white);
  border-radius: 50%;
  content: "";
}

.infographic-cycle-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: linear-gradient(225deg, #eef2f4 0 49%, transparent 50% 100%);
  border-left: 1px solid color-mix(in srgb, var(--cycle-accent) 35%, white);
  border-bottom: 1px solid color-mix(in srgb, var(--cycle-accent) 35%, white);
  content: "";
}

.infographic-cycle-card:hover {
  border-color: color-mix(in srgb, var(--cycle-accent) 55%, white);
  box-shadow: 0 24px 48px rgba(4, 24, 47, 0.13);
  transform: translateY(-6px);
}

.cycle-tone-1 {
  --cycle-accent: #0b638f;
}

.cycle-tone-2 {
  --cycle-accent: #f45124;
}

.cycle-tone-3 {
  --cycle-accent: #138b83;
}

.cycle-tone-4 {
  --cycle-accent: #d6634d;
}

.infographic-cycle-card > div {
  position: relative;
  z-index: 1;
}

.cycle-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--cycle-accent);
  background: color-mix(in srgb, var(--cycle-accent) 9%, white);
  border: 1px solid color-mix(in srgb, var(--cycle-accent) 20%, white);
  border-radius: 50%;
  font-size: 19px;
}

.cycle-number-icon {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 18px;
  width: 62px;
  height: 62px;
  opacity: 0.11;
  pointer-events: none;
}

.infographic-cycle-card h3 {
  margin: 15px 0 8px;
  color: var(--cm-navy);
  font-size: 17px;
}

.infographic-cycle-card p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 12px;
  line-height: 1.65;
}

.quote-panel {
  padding: 44px;
  color: var(--cm-white);
  background: var(--cm-blue);
  border-left: 5px solid var(--cm-gold);
}

.quote-panel > i {
  margin-bottom: 28px;
  color: var(--cm-gold-light);
  font-size: 32px;
}

.quote-panel p {
  color: var(--cm-white);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.4;
}

.quote-panel span {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-brand-story {
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: 34px 68px;
}

.home-brand-story > figure {
  position: relative;
  height: 560px;
  grid-row: 1 / 3;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 24px 55px rgba(4, 24, 47, 0.14);
}

.home-brand-story > figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(8, 43, 85, 0.1);
  border-radius: inherit;
  content: "";
}

.home-brand-story > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-brand-story > div h2 {
  margin-bottom: 18px;
  font-size: 40px;
}

.home-brand-story > div p {
  color: var(--cm-muted);
}

.home-brand-story .quote-panel {
  padding: 26px 0 0 28px;
  color: var(--cm-navy);
  background: transparent;
  border-left: 3px solid var(--cm-gold);
}

.home-brand-story .quote-panel > i {
  display: none;
}

.home-brand-story .quote-panel p {
  margin-bottom: 14px;
  color: var(--cm-navy);
  font-size: 21px;
}

.home-brand-story .quote-panel span {
  color: var(--cm-muted);
}

.subhero {
  position: relative;
  padding: 82px 0 88px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--cm-navy-deep);
  overflow: hidden;
}

.subhero::after {
  position: absolute;
  right: -110px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(244, 81, 36, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(244, 81, 36, 0.03), 0 0 0 130px rgba(244, 81, 36, 0.025);
  content: "";
}

.subhero .cm-container {
  position: relative;
  z-index: 2;
}

.subhero.compact {
  padding: 72px 0 78px;
}

.detail-hero,
.collection-visual-hero,
.simple-visual-hero,
.form-visual-hero {
  position: relative;
  overflow: hidden;
}

.detail-hero h1,
.collection-visual-hero h1,
.simple-visual-hero h1,
.form-visual-hero h1 {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.08;
}

.detail-hero p,
.collection-visual-hero p,
.simple-visual-hero p,
.form-visual-hero p {
  max-width: 720px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.7;
}

/* Bespoke detail concepts: approved samples before wider rollout. */
.bespoke-hero {
  isolation: isolate;
}

.hero-sales-conversion {
  min-height: 690px;
  padding: 34px 0 0;
  background: #f7f8f8;
}

.hero-sales-conversion::after {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  background: var(--cm-navy-deep);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.hero-sales-conversion .breadcrumbs {
  color: var(--cm-muted);
}

.sales-backword {
  position: absolute;
  z-index: -1;
  bottom: 86px;
  left: max(24px, calc((100% - 1180px) / 2));
  color: transparent;
  font-size: 142px;
  font-weight: 800;
  line-height: 0.8;
  opacity: 0.7;
  -webkit-text-stroke: 1px rgba(8, 43, 85, 0.1);
}

.sales-hero-grid {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.sales-hero-copy {
  position: relative;
  z-index: 2;
  padding: 38px 0 70px;
}

.sales-hero-copy h1 {
  max-width: 680px;
  color: var(--cm-navy);
  font-size: 50px;
}

.sales-hero-copy > p {
  max-width: 620px;
  color: var(--cm-muted);
}

.sales-hero-copy .cm-btn-ghost,
.ecommerce-hero-copy .cm-btn-ghost {
  color: var(--cm-navy);
  border-color: rgba(8, 43, 85, 0.24);
}

.sales-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.sales-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cm-navy);
  font-size: 11px;
  font-weight: 800;
}

.sales-proof i {
  color: var(--cm-gold);
}

.sales-hero-media {
  position: relative;
  z-index: 2;
  height: 465px;
}

.sales-hero-media figure {
  width: 100%;
  height: 430px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(7% 0, 100% 0, 100% 88%, 91% 100%, 0 100%, 0 12%);
  box-shadow: 0 28px 60px rgba(4, 24, 47, 0.2);
}

.sales-hero-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-hero-media aside {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: -30px;
  padding: 20px 24px;
  color: var(--cm-navy-deep);
  background: var(--cm-gold-light);
  border-left: 5px solid var(--cm-navy);
}

.sales-hero-media aside span {
  display: block;
  margin-bottom: 5px;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.sales-hero-media aside strong {
  font-size: 12px;
}

.sales-hero-media aside i {
  margin: 0 7px;
  font-size: 9px;
}

.sales-process-rail {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cm-white);
  border-top: 1px solid var(--cm-line);
  border-right: 1px solid var(--cm-line);
  border-left: 1px solid var(--cm-line);
}

.sales-process-rail > span {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  color: var(--cm-navy);
  border-right: 1px solid var(--cm-line);
  font-size: 11px;
  font-weight: 800;
}

.sales-process-rail > span:last-child {
  border-right: 0;
}

.sales-process-rail .number-icon {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

.hero-ecommerce-story {
  min-height: 730px;
  padding: 34px 0 60px;
  background: var(--cm-white);
}

.hero-ecommerce-story::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 290px;
  background: var(--cm-navy-deep);
  content: "";
}

.hero-ecommerce-story .breadcrumbs {
  color: rgba(255, 255, 255, 0.64);
}

.ecommerce-hero-stage {
  position: relative;
  min-height: 605px;
}

.ecommerce-hero-stage > figure {
  position: absolute;
  top: 38px;
  right: 0;
  width: 68%;
  height: 500px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}

.ecommerce-hero-stage > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecommerce-hero-copy {
  position: absolute;
  z-index: 3;
  top: 120px;
  left: 0;
  width: 56%;
  padding: 48px 50px 44px;
  background: var(--cm-white);
  border-left: 5px solid var(--cm-gold);
  box-shadow: 0 26px 55px rgba(4, 24, 47, 0.15);
}

.ecommerce-hero-copy h1 {
  color: var(--cm-navy);
  font-size: 46px;
}

.ecommerce-hero-copy > p {
  color: var(--cm-muted);
  font-size: 15px;
}

.ecommerce-index {
  position: absolute;
  z-index: 2;
  top: 62px;
  right: 26px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  color: var(--cm-white);
}

.ecommerce-index .number-icon {
  --number-icon-image: var(--number-icon-orange);
  width: 74px;
  height: 74px;
  flex-basis: 74px;
  opacity: 0.48;
}

.ecommerce-index span {
  margin-top: 10px;
  color: var(--cm-gold-light);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecommerce-demand-list {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  display: grid;
  width: 68%;
  grid-template-columns: repeat(4, 1fr);
  color: var(--cm-white);
  background: var(--cm-navy);
}

.ecommerce-demand-list span {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 800;
}

.ecommerce-demand-list span:last-child {
  border-right: 0;
}

.ecommerce-demand-list i {
  color: var(--cm-gold-light);
}

.hero-split {
  color: rgba(255, 255, 255, 0.75);
  background: var(--cm-navy-deep);
  padding: 34px 0 58px;
}

.hero-split-grid {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.hero-split h1,
.hero-cover h1 {
  color: var(--cm-white);
}

.hero-split-copy > p,
.hero-cover-content p {
  color: rgba(255, 255, 255, 0.72);
}

.hero-split figure {
  position: relative;
  height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}

.hero-split figure::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  content: "";
}

.hero-split figure img,
.hero-editorial figure img,
.hero-offset-media img,
.collection-visual-hero figure img,
.simple-visual-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cover {
  min-height: 590px;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.78);
}

.hero-cover-image,
.collection-cover-hero > img,
.collection-career-hero > img,
.collection-global-hero > img,
.simple-about-hero > img,
.form-visual-hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.hero-cover-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 24, 47, 0.97) 0%, rgba(4, 24, 47, 0.85) 44%, rgba(4, 24, 47, 0.15) 100%);
}

.hero-cover-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 0 68px;
}

.hero-cover-content > div {
  max-width: 650px;
}

.hero-page-number {
  position: absolute;
  right: 0;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 88px;
  font-weight: 800;
  line-height: 1;
}

.hero-editorial {
  padding: 34px 0 70px;
  background: var(--cm-white);
}

.hero-editorial .breadcrumbs,
.hero-offset .breadcrumbs,
.collection-sector-hero .breadcrumbs,
.collection-guide-hero .breadcrumbs {
  color: var(--cm-muted);
}

.hero-editorial .breadcrumbs a:hover,
.hero-offset .breadcrumbs a:hover,
.collection-sector-hero .breadcrumbs a:hover,
.collection-guide-hero .breadcrumbs a:hover {
  color: var(--cm-navy);
}

.hero-editorial-grid {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(480px, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 75px;
}

.hero-editorial figure {
  height: 405px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(4, 24, 47, 0.13);
}

.hero-editorial h1,
.hero-offset h1 {
  color: var(--cm-navy);
}

.hero-editorial-copy > p,
.hero-offset-copy > p {
  color: var(--cm-muted);
}

.hero-editorial .cm-btn-ghost,
.hero-offset .cm-btn-ghost {
  color: var(--cm-navy);
  border-color: rgba(8, 43, 85, 0.25);
}

.hero-category-note {
  display: block;
  margin-top: 28px;
  color: var(--cm-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-category-note b {
  padding: 0 6px;
  color: var(--cm-gold);
}

.hero-offset {
  padding: 34px 0 76px;
  background: var(--cm-soft);
}

.hero-offset-grid {
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 85px;
}

.hero-offset-media {
  position: relative;
  height: 390px;
}

.hero-offset-media img {
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(4, 24, 47, 0.15);
}

.hero-offset-media > span {
  position: absolute;
  right: -38px;
  bottom: -28px;
  color: transparent;
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(8, 43, 85, 0.18);
}

.collection-visual-hero h1,
.simple-visual-hero h1,
.form-visual-hero h1 {
  font-size: 54px;
}

.collection-service-hero {
  padding: 34px 0 64px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--cm-navy-deep);
}

.collection-service-grid {
  display: grid;
  min-height: 410px;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: 75px;
}

.collection-service-grid h1,
.collection-cover-hero h1,
.collection-career-hero h1,
.collection-global-hero h1,
.simple-about-hero h1,
.form-visual-hero h1 {
  color: var(--cm-white);
}

.collection-service-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.collection-service-grid figure {
  height: 405px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.collection-sector-hero,
.collection-guide-hero {
  padding: 34px 0 74px;
  background: var(--cm-white);
}

.collection-editorial-grid,
.collection-guide-grid {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(500px, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 80px;
}

.collection-editorial-grid figure,
.collection-guide-grid figure {
  height: 410px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(4, 24, 47, 0.13);
}

.collection-editorial-grid h1,
.collection-guide-grid h1 {
  color: var(--cm-navy);
}

.collection-editorial-grid p,
.collection-guide-grid p {
  color: var(--cm-muted);
}

.collection-guide-hero {
  background: var(--cm-soft);
}

.collection-guide-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
}

.collection-guide-grid figure img {
  object-position: center;
}

.guide-hero-meta {
  display: flex;
  gap: 34px;
  margin-top: 30px;
}

.guide-hero-meta span {
  color: var(--cm-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-hero-meta b {
  display: block;
  margin-bottom: 4px;
  color: var(--cm-navy);
  font-size: 28px;
}

.collection-cover-hero,
.collection-career-hero,
.collection-global-hero,
.simple-about-hero,
.form-visual-hero {
  min-height: 560px;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.76);
}

.collection-cover-shade,
.collection-career-shade,
.collection-global-shade,
.simple-about-shade,
.form-hero-shade,
.form-career-shade {
  position: absolute;
  inset: 0;
}

.collection-cover-shade,
.form-hero-shade {
  background: linear-gradient(90deg, rgba(4, 24, 47, 0.96) 0%, rgba(4, 24, 47, 0.82) 46%, rgba(4, 24, 47, 0.08) 100%);
}

.collection-cover-hero > .cm-container,
.collection-career-hero > .cm-container,
.collection-global-hero > .cm-container,
.simple-about-hero > .cm-container,
.form-visual-hero > .cm-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 0 70px;
}

.collection-cover-copy,
.collection-career-copy,
.collection-global-copy,
.simple-about-hero .cm-container > div,
.form-visual-hero .cm-container > div {
  max-width: 650px;
}

.collection-cover-copy p,
.collection-career-copy p,
.collection-global-copy p,
.simple-about-hero p,
.form-visual-hero p {
  color: rgba(255, 255, 255, 0.74);
}

.collection-career-shade {
  background: linear-gradient(90deg, rgba(4, 24, 47, 0.94) 0%, rgba(4, 24, 47, 0.72) 38%, rgba(4, 24, 47, 0.08) 72%);
}

.collection-global-shade {
  background: linear-gradient(270deg, rgba(4, 24, 47, 0.96) 0%, rgba(4, 24, 47, 0.78) 43%, rgba(4, 24, 47, 0.08) 74%);
}

.collection-global-copy {
  align-self: flex-end;
}

.simple-about-shade {
  background: linear-gradient(270deg, rgba(4, 24, 47, 0.94) 0%, rgba(4, 24, 47, 0.76) 43%, rgba(4, 24, 47, 0.08) 76%);
}

.simple-about-hero .cm-container > div {
  align-self: flex-end;
}

.simple-contact-hero,
.simple-policy-hero {
  padding: 58px 0;
  background: var(--cm-white);
}

.simple-contact-hero > .cm-container,
.simple-policy-hero > .cm-container {
  display: grid;
  min-height: 400px;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 1.14fr);
  align-items: center;
  gap: 75px;
}

.simple-contact-hero figure,
.simple-policy-hero figure {
  height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 22px 48px rgba(4, 24, 47, 0.13);
}

.simple-contact-hero h1,
.simple-policy-hero h1 {
  color: var(--cm-navy);
}

.simple-contact-hero p,
.simple-policy-hero p {
  color: var(--cm-muted);
}

.simple-policy-hero {
  background: var(--cm-soft);
}

.simple-thanks-hero {
  padding: 70px 0;
  color: rgba(255, 255, 255, 0.75);
  background: var(--cm-navy-deep);
}

.simple-thanks-hero > .cm-container {
  display: grid;
  min-height: 260px;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 60px;
}

.simple-thanks-hero img {
  width: 160px;
  height: 140px;
  object-fit: contain;
}

.simple-thanks-hero h1 {
  color: var(--cm-white);
}

.form-career-shade {
  background: linear-gradient(90deg, rgba(4, 24, 47, 0.95) 0%, rgba(4, 24, 47, 0.74) 40%, rgba(4, 24, 47, 0.08) 75%);
}

.how-hero {
  padding: 78px 0 86px;
}

.how-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  align-items: center;
  gap: 64px;
}

.how-hero h1 {
  max-width: 760px;
}

.how-hero-visual {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.how-hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 24, 47, 0.02) 35%, rgba(4, 24, 47, 0.92) 100%);
  content: "";
}

.how-hero-visual::before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 28px;
  width: 3px;
  height: 72px;
  background: var(--cm-gold-light);
  content: "";
}

.how-hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.how-hero-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 70px;
  left: 28px;
}

.how-hero-visual figcaption span {
  display: block;
  margin-bottom: 7px;
  color: var(--cm-gold-light);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.how-hero-visual figcaption strong {
  display: block;
  max-width: 430px;
  color: var(--cm-white);
  font-size: 20px;
  line-height: 1.35;
}

.how-hero-visual > div {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(4, 24, 47, 0.86);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.how-hero-visual > div span {
  padding: 14px 8px;
  color: rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.how-hero-visual > div span:last-child {
  border-right: 0;
}

.how-proof-strip {
  padding: 0 !important;
  background: var(--cm-white);
  border-bottom: 1px solid var(--cm-line);
}

.how-proof-strip .cm-container {
  display: grid;
  min-height: 92px;
  grid-template-columns: repeat(4, 1fr);
}

.how-proof-strip .cm-container > span {
  display: grid;
  grid-template-columns: 34px 30px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: var(--cm-navy);
  border-right: 1px solid var(--cm-line);
  font-size: 12px;
  font-weight: 800;
}

.how-proof-strip .cm-container > span:first-child {
  border-left: 1px solid var(--cm-line);
}

.how-proof-strip i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--cm-orange);
  background: rgba(244, 81, 36, 0.1);
  border-radius: 50%;
  font-size: 15px;
}

.how-proof-strip .number-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.how-proof-strip em {
  color: var(--cm-navy);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 90px;
}

.setup-copy {
  position: sticky;
  top: 155px;
}

.setup-copy h2,
.operation-flow-layout h2,
.reporting-layout h2 {
  margin-bottom: 20px;
  font-size: 42px;
}

.setup-copy p,
.reporting-layout p {
  color: var(--cm-muted);
  font-size: 16px;
}

.setup-list {
  border-top: 1px solid var(--cm-line);
}

.setup-list article {
  display: grid;
  min-height: 132px;
  grid-template-columns: 38px 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--cm-line);
  transition: padding 220ms ease, background 220ms ease;
}

.setup-list article:hover {
  padding: 0 20px;
  background: var(--cm-white);
}

.setup-list article > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--cm-gold);
  background: #fff8e8;
  border-radius: 50%;
  font-size: 19px;
}

.setup-list h3 {
  margin-bottom: 6px;
  color: var(--cm-navy);
  font-size: 18px;
}

.setup-list p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 13px;
}

.operation-flow-section {
  position: relative;
  overflow: hidden;
}

.operation-flow-section::after {
  position: absolute;
  width: 480px;
  height: 480px;
  right: -220px;
  top: -220px;
  border: 1px solid rgba(244, 81, 36, 0.14);
  border-radius: 50%;
  content: "";
}

.operation-flow-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 90px;
}

.operation-flow-layout > div:first-child > p {
  color: rgba(255, 255, 255, 0.7);
}

.check-list.light {
  margin-top: 28px;
}

.check-list.light li {
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.operation-roadmap {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.operation-roadmap article {
  display: grid;
  min-height: 74px;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  color: var(--cm-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.operation-roadmap article > span {
  --number-icon-image: var(--number-icon-orange);
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.setup-list .number-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.operation-roadmap article > strong {
  font-size: 15px;
}

.operation-roadmap article > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--cm-navy-deep);
  background: var(--cm-gold-light);
  border-radius: 50%;
  font-size: 10px;
}

.reporting-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: 90px;
}

.reporting-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.reporting-tags span {
  padding: 8px 11px;
  color: var(--cm-navy);
  background: var(--cm-soft);
  border-left: 2px solid var(--cm-gold);
  font-size: 10px;
  font-weight: 800;
}

.reporting-board {
  padding: 12px 36px;
  background: var(--cm-soft);
  border-top: 4px solid var(--cm-gold);
  border-radius: 6px;
  box-shadow: 0 20px 45px rgba(4, 24, 47, 0.1);
}

.reporting-board > div {
  display: grid;
  min-height: 92px;
  grid-template-columns: minmax(0, 1fr) auto 36px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--cm-line);
}

.reporting-board > div:last-child {
  border-bottom: 0;
}

.reporting-board span {
  color: var(--cm-muted);
  font-size: 12px;
  font-weight: 700;
}

.reporting-board strong {
  color: var(--cm-navy);
  font-size: 13px;
}

.reporting-board i {
  color: var(--cm-gold);
  font-size: 18px;
  text-align: center;
}

.subhero h1 {
  max-width: 850px;
  margin-bottom: 22px;
  color: var(--cm-white);
  font-size: 54px;
}

.subhero p {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 18px;
}

.collection-hero p {
  margin-bottom: 0;
}

.services-hero {
  padding-bottom: 76px;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
  gap: 70px;
}

.services-hero-grid p {
  margin-bottom: 0;
}

.services-hero-grid > img {
  width: 170px;
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.25));
}

.service-jump {
  position: sticky;
  z-index: 800;
  top: 116px;
  background: var(--cm-white);
  border-bottom: 1px solid var(--cm-line);
  box-shadow: 0 10px 25px rgba(4, 24, 47, 0.06);
}

.service-jump .cm-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-jump a {
  display: flex;
  min-height: 88px;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border-right: 1px solid var(--cm-line);
}

.service-jump a:first-child {
  border-left: 1px solid var(--cm-line);
}

.service-jump a:hover {
  color: var(--cm-white);
  background: var(--cm-navy);
}

.service-jump a > i {
  width: 28px;
  color: var(--cm-gold);
  font-size: 21px;
  text-align: center;
}

.service-jump a span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.service-jump a strong {
  color: var(--cm-navy);
  font-size: 12px;
  line-height: 1.3;
}

.service-jump a:hover strong {
  color: var(--cm-white);
}

.service-jump a small {
  margin-top: 4px;
  color: var(--cm-muted);
  font-size: 9px;
  font-weight: 600;
}

.service-jump a:hover small {
  color: rgba(255, 255, 255, 0.7);
}

.service-group-band {
  padding: 76px 0;
  scroll-margin-top: 205px;
}

.service-group-heading {
  display: grid;
  max-width: 860px;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}

.group-number-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}

.service-group-heading h2 {
  margin-bottom: 12px;
  color: var(--cm-navy);
  font-size: 38px;
}

.service-group-heading p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 16px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: 52px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 22px 20px;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(4, 24, 47, 0.035);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.service-card::before {
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--cm-gold);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 220ms ease;
}

.service-card:hover {
  border-color: rgba(244, 81, 36, 0.55);
  box-shadow: 0 16px 32px rgba(4, 24, 47, 0.09);
  transform: translateY(-3px);
}

.service-card:hover::before {
  transform: scaleY(1);
}

.service-card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--cm-gold);
  background: #fff8e8;
  border-radius: 50%;
  font-size: 21px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.service-card:hover .service-card-icon {
  color: var(--cm-white);
  background: var(--cm-gold);
  transform: rotate(-5deg);
}

.service-card h3 {
  margin-bottom: 6px;
  color: var(--cm-navy);
  font-size: 17px;
}

.career-language-badge {
  display: inline-flex;
  margin-bottom: 6px;
  padding: 3px 8px;
  color: var(--cm-orange-deep);
  background: var(--cm-orange-soft);
  border: 1px solid rgba(244, 81, 36, 0.22);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.career-role-card h3 {
  margin-bottom: 5px;
}

.service-card p {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 7px;
  color: var(--cm-muted);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.service-card .service-card-link {
  display: inline-flex;
  align-items: center;
  color: var(--cm-blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--cm-navy);
  background: var(--cm-soft);
  border-radius: 50%;
  font-size: 11px;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.service-card:hover .service-card-arrow {
  color: var(--cm-white);
  background: var(--cm-navy);
  transform: translateX(2px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}

.breadcrumbs a:hover {
  color: var(--cm-gold-light);
}

.breadcrumbs i {
  font-size: 8px;
}

.fact-panel {
  position: relative;
  align-self: start;
  overflow: hidden;
  padding: 46px;
  color: var(--cm-white);
  background: var(--cm-navy);
  border-radius: 6px;
  box-shadow: 0 22px 50px rgba(4, 24, 47, 0.16);
}

.fact-panel::after {
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(244, 81, 36, 0.16);
  border-radius: 50%;
  content: "";
}

.fact-panel-mark {
  position: absolute;
  right: 22px;
  top: 20px;
  opacity: 0.13;
}

.fact-panel-mark img {
  width: 105px;
  height: 90px;
  object-fit: contain;
}

.fact-panel > span {
  display: block;
  margin-bottom: 18px;
  color: var(--cm-gold-light);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-panel > strong {
  display: block;
  margin-bottom: 28px;
  color: var(--cm-white);
  font-size: 26px;
  line-height: 1.3;
}

.fact-panel ul,
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fact-panel li,
.check-list li {
  padding: 8px 0;
  color: var(--cm-muted);
  border-bottom: 1px solid var(--cm-line);
}

.fact-panel li {
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.fact-panel li:last-child,
.check-list li:last-child {
  border-bottom: 0;
}

.fact-panel i,
.check-list i {
  width: 22px;
  color: var(--cm-gold);
}

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

.benefit-item {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  padding: 30px;
  background: var(--cm-white);
  border: 1px solid rgba(8, 43, 85, 0.08);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(4, 24, 47, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.benefit-item::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  background: #fff8e8;
  border-radius: 50%;
  content: "";
  transition: transform 250ms ease;
}

.benefit-item:hover {
  border-color: rgba(244, 81, 36, 0.5);
  box-shadow: 0 20px 38px rgba(4, 24, 47, 0.11);
  transform: translateY(-5px);
}

.benefit-item:hover::after {
  transform: scale(1.25);
}

.benefit-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  place-items: center;
  color: var(--cm-gold);
  background: #fff8e8;
  border-radius: 50%;
  font-size: 23px;
}

.benefit-item h3 {
  margin-bottom: 13px;
  color: var(--cm-navy);
  font-size: 18px;
}

.benefit-item p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 14px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.faq-list details {
  border-top: 1px solid var(--cm-line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--cm-line);
}

.faq-list summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--cm-navy);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list summary i {
  transition: transform 180ms ease;
}

.faq-list details p {
  padding: 0 40px 24px 0;
  color: var(--cm-muted);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.topic-link {
  display: grid;
  min-height: 122px;
  grid-template-columns: 55px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 22px;
  padding: 22px 24px;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(4, 24, 47, 0.04);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.topic-link:hover {
  padding-right: 24px;
  padding-left: 24px;
  border-color: var(--cm-gold);
  box-shadow: 0 16px 30px rgba(4, 24, 47, 0.09);
  transform: translateY(-3px);
}

.topic-link > span {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.topic-link h3 {
  margin-bottom: 7px;
  color: var(--cm-navy);
  font-size: 20px;
}

.topic-link p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 14px;
}

.topic-link > i {
  color: var(--cm-gold);
}

.prose {
  max-width: 850px;
}

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 80px;
}

.editorial-aside {
  position: sticky;
  top: 150px;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding: 38px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--cm-navy);
  border-radius: 6px;
}

.editorial-aside::before {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -95px;
  top: -90px;
  border: 1px solid rgba(244, 81, 36, 0.2);
  border-radius: 50%;
  content: "";
}

.editorial-aside img {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 125px;
  height: 110px;
  object-fit: contain;
}

.editorial-aside > span {
  margin-bottom: 12px;
  color: var(--cm-gold-light);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.editorial-aside > strong {
  margin-bottom: 28px;
  color: var(--cm-white);
  font-size: 22px;
  line-height: 1.4;
}

.editorial-aside > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cm-white);
  border-bottom: 2px solid var(--cm-gold);
  font-size: 12px;
  font-weight: 800;
}

.prose h2 {
  position: relative;
  margin: 54px 0 20px;
  padding-top: 22px;
  color: var(--cm-navy);
  font-size: 32px;
}

.prose h2::before {
  position: absolute;
  width: 44px;
  height: 3px;
  left: 0;
  top: 0;
  background: var(--cm-gold);
  content: "";
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  color: var(--cm-muted);
  font-size: 17px;
}

.prose a {
  color: var(--cm-blue);
  text-decoration: underline;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 0;
  align-items: start;
  overflow: hidden;
  background: var(--cm-white);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(4, 24, 47, 0.12);
}

.form-intro {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  padding: 52px 46px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--cm-navy);
}

.form-intro::after {
  position: absolute;
  width: 250px;
  height: 250px;
  right: -120px;
  bottom: -110px;
  border: 1px solid rgba(244, 81, 36, 0.2);
  border-radius: 50%;
  content: "";
}

.form-intro > img {
  width: 92px;
  height: 80px;
  margin-bottom: 38px;
  object-fit: contain;
}

.form-intro h2,
.form-intro p {
  color: var(--cm-white);
}

.career-form-intro [data-career-copy] {
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-intro .check-list {
  margin: 30px 0;
}

.form-intro .check-list li {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.13);
}

.form-intro > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cm-gold-light);
  font-size: 13px;
  font-weight: 800;
}

.cm-form {
  display: grid;
  gap: 20px;
  padding: 42px;
  background: var(--cm-white);
  border-top: 0;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cm-form label {
  display: grid;
  gap: 8px;
  color: var(--cm-navy);
  font-size: 12px;
  font-weight: 800;
}

.cm-form input,
.cm-form select,
.cm-form textarea {
  width: 100%;
  color: var(--cm-ink);
  background: var(--cm-white);
  border: 1px solid #ccd5da;
  border-radius: 4px;
  outline: none;
}

.cm-form input,
.cm-form select {
  height: 52px;
  padding: 0 15px;
}

.cm-form textarea {
  min-height: 120px;
  padding: 14px 15px;
  resize: vertical;
}

.cm-form input:focus,
.cm-form select:focus,
.cm-form textarea:focus {
  border-color: var(--cm-gold);
  box-shadow: 0 0 0 3px rgba(244, 81, 36, 0.14);
}

.cm-form label small {
  color: var(--cm-muted);
  font-size: 11px;
  font-weight: 500;
}

.cm-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--cm-muted);
  font-weight: 500;
  line-height: 1.5;
}

.cm-form .consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
}

.cm-form .consent a {
  color: var(--cm-blue);
  text-decoration: underline;
}

.cm-form .cm-btn {
  width: fit-content;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 24px;
  color: var(--cm-muted);
  font-size: 13px;
}

.form-status.error {
  color: #a72626;
}

.form-status.success {
  color: #11743a;
}

.success-message {
  padding: 50px;
  text-align: center;
  background: var(--cm-soft);
  border-top: 4px solid var(--cm-gold);
}

.success-message > i {
  margin-bottom: 20px;
  color: var(--cm-green);
  font-size: 56px;
}

.cta-band {
  padding: 0;
  color: var(--cm-white);
  background: var(--cm-orange);
}

.cta-band .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.cta-band .cm-container {
  display: flex;
  min-height: 124px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.cta-band h2 {
  max-width: 900px;
  margin: 0;
  color: var(--cm-white);
  font-size: 30px;
  line-height: 1.12;
}

.bespoke-closing {
  position: relative;
  overflow: hidden;
}

.closing-sales {
  padding: 95px 0;
  background: #f5f7f8;
  border-top: 1px solid var(--cm-line);
}

.closing-sales-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(270px, 0.68fr) minmax(260px, 0.6fr);
  align-items: stretch;
  gap: 55px;
}

.closing-sales-grid > div:first-child h2 {
  margin-bottom: 18px;
  color: var(--cm-navy);
  font-size: 38px;
}

.closing-sales-grid > div:first-child p {
  margin: 0;
  color: var(--cm-muted);
}

.sales-diagnostic {
  border-top: 1px solid var(--cm-line);
}

.sales-diagnostic article {
  display: grid;
  min-height: 74px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--cm-line);
}

.sales-diagnostic .number-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.sales-diagnostic article > span:last-child {
  color: var(--cm-navy);
  font-size: 12px;
  font-weight: 800;
}

.closing-action {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 34px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--cm-navy-deep);
  border-top: 5px solid var(--cm-gold);
}

.closing-action > span {
  margin-bottom: 9px;
  color: var(--cm-gold-light);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.closing-action > strong {
  margin-bottom: 24px;
  color: var(--cm-white);
  font-size: 18px;
  line-height: 1.45;
}

.closing-ecommerce {
  padding: 90px 0;
  background: var(--cm-white);
  border-top: 1px solid var(--cm-line);
}

.closing-ecommerce-grid {
  display: grid;
  min-height: 480px;
  grid-template-columns: minmax(520px, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.closing-ecommerce figure {
  position: relative;
  height: 480px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 0 100%);
}

.closing-ecommerce figure::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: var(--cm-gold);
  content: "";
}

.closing-ecommerce figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.closing-ecommerce-copy {
  position: relative;
  z-index: 2;
  margin-left: -38px;
  padding: 52px 0 52px 70px;
  background: var(--cm-white);
  border-top: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
}

.closing-ecommerce-copy h2 {
  margin-bottom: 18px;
  color: var(--cm-navy);
  font-size: 40px;
}

.closing-ecommerce-copy > p {
  color: var(--cm-muted);
}

.closing-channel-row {
  display: flex;
  margin: 28px 0;
  border-top: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
}

.closing-channel-row span {
  flex: 1;
  padding: 12px;
  color: var(--cm-navy);
  border-right: 1px solid var(--cm-line);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.closing-channel-row span:last-child {
  border-right: 0;
}

.closing-ecommerce-copy .hero-actions {
  align-items: center;
}

.site-footer {
  padding-top: 78px;
  color: #536779;
  background:
    radial-gradient(circle at 9% 8%, rgba(244, 81, 36, 0.12), transparent 28%),
    radial-gradient(circle at 91% 82%, rgba(12, 45, 74, 0.09), transparent 31%),
    linear-gradient(135deg, #edf3f5 0%, #fff8f4 56%, #f3f6f7 100%);
  border-top: 5px solid var(--cm-orange);
}

.site-footer .brand-copy strong,
.site-footer .brand-copy small {
  color: var(--cm-navy);
}

.site-footer .footer-brand {
  display: inline-flex;
  min-width: 0;
  margin-bottom: 18px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.site-footer .footer-logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.site-footer .brand-mark {
  background: transparent;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1fr 1fr;
  gap: 55px;
  padding-bottom: 60px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid p {
  margin: 8px 0 0;
  font-size: 13px;
}

.footer-grid h3 {
  margin-bottom: 12px;
  color: var(--cm-navy);
  font-size: 14px;
}

.footer-grid a,
.footer-grid span {
  color: #536779;
  font-size: 13px;
}

.footer-grid a:hover {
  color: var(--cm-orange);
}

.site-footer .cm-btn-outline {
  color: var(--cm-navy);
  border-color: var(--cm-orange);
}

.site-footer .cm-btn-outline:hover {
  color: var(--cm-white);
  background: var(--cm-orange);
}

.footer-grid i {
  width: 18px;
  color: var(--cm-orange);
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #667889;
  border-top: 1px solid rgba(12, 45, 74, 0.13);
  font-size: 11px;
}

.footer-bottom a {
  color: var(--cm-navy);
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  color: var(--cm-white);
  background: var(--cm-green);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(10, 73, 36, 0.28);
  font-size: 13px;
  font-weight: 800;
}

.whatsapp-float i {
  font-size: 22px;
}

.call-float {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 86px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 17px;
  color: var(--cm-white);
  background: var(--cm-orange);
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(185, 53, 18, 0.28);
  font-size: 13px;
  font-weight: 800;
}

.call-float:hover {
  color: var(--cm-white);
  background: var(--cm-navy);
}

.call-float i {
  font-size: 18px;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 850px) {
  .detail-hero h1,
  .collection-visual-hero h1,
  .simple-visual-hero h1,
  .form-visual-hero h1 {
    font-size: 43px;
  }

  .hero-split,
  .hero-editorial,
  .hero-offset,
  .collection-service-hero,
  .collection-sector-hero,
  .collection-guide-hero {
    padding: 28px 0 58px;
  }

  .hero-split-grid,
  .hero-editorial-grid,
  .hero-offset-grid,
  .collection-service-grid,
  .collection-editorial-grid,
  .collection-guide-grid,
  .simple-contact-hero > .cm-container,
  .simple-policy-hero > .cm-container {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-split-grid figure,
  .hero-editorial-grid figure,
  .hero-offset-media,
  .collection-service-grid figure,
  .collection-editorial-grid figure,
  .collection-guide-grid figure,
  .simple-contact-hero figure,
  .simple-policy-hero figure {
    width: 100%;
    height: 340px;
  }

  .hero-editorial-grid figure,
  .collection-editorial-grid figure {
    order: 2;
  }

  .hero-offset-media > span {
    right: 20px;
    bottom: -22px;
    font-size: 104px;
  }

  .collection-guide-grid figure {
    order: 2;
  }

  .collection-global-copy,
  .simple-about-hero .cm-container > div {
    align-self: flex-start;
  }

  .collection-cover-hero,
  .collection-career-hero,
  .collection-global-hero,
  .simple-about-hero,
  .form-visual-hero,
  .collection-cover-hero > .cm-container,
  .collection-career-hero > .cm-container,
  .collection-global-hero > .cm-container,
  .simple-about-hero > .cm-container,
  .form-visual-hero > .cm-container {
    min-height: 610px;
  }

  .collection-global-shade,
  .simple-about-shade {
    background: linear-gradient(90deg, rgba(4, 24, 47, 0.95) 0%, rgba(4, 24, 47, 0.76) 55%, rgba(4, 24, 47, 0.2) 100%);
  }

  .collection-global-hero > img,
  .simple-about-hero > img {
    object-position: 42% center;
  }

  .simple-contact-hero,
  .simple-policy-hero {
    padding: 52px 0;
  }
}

@media (max-width: 560px) {
  .detail-hero h1,
  .collection-visual-hero h1,
  .simple-visual-hero h1,
  .form-visual-hero h1 {
    margin-bottom: 15px;
    font-size: 35px;
  }

  .detail-hero p,
  .collection-visual-hero p,
  .simple-visual-hero p,
  .form-visual-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-split,
  .hero-editorial,
  .hero-offset,
  .collection-service-hero,
  .collection-sector-hero,
  .collection-guide-hero {
    padding: 22px 0 46px;
  }

  .hero-split-grid,
  .hero-editorial-grid,
  .hero-offset-grid,
  .collection-service-grid,
  .collection-editorial-grid,
  .collection-guide-grid,
  .simple-contact-hero > .cm-container,
  .simple-policy-hero > .cm-container {
    gap: 28px;
  }

  .hero-split-grid figure,
  .hero-editorial-grid figure,
  .hero-offset-media,
  .collection-service-grid figure,
  .collection-editorial-grid figure,
  .collection-guide-grid figure,
  .simple-contact-hero figure,
  .simple-policy-hero figure {
    height: 255px;
  }

  .hero-split figure img,
  .collection-service-grid figure img,
  .simple-contact-hero figure img {
    object-position: 67% center;
  }

  .hero-offset-media > span {
    right: 12px;
    bottom: -15px;
    font-size: 76px;
  }

  .hero-cover,
  .hero-cover-content {
    min-height: 630px;
  }

  .hero-cover-content {
    padding: 22px 0 48px;
  }

  .hero-cover-image,
  .collection-cover-hero > img,
  .form-offer-hero > img {
    object-position: 69% center;
  }

  .hero-cover-shade,
  .collection-cover-shade,
  .form-hero-shade {
    background: linear-gradient(180deg, rgba(4, 24, 47, 0.3) 0%, rgba(4, 24, 47, 0.75) 43%, rgba(4, 24, 47, 0.98) 100%);
  }

  .hero-page-number {
    right: 4px;
    bottom: 20px;
    font-size: 62px;
  }

  .hero-category-note {
    margin-top: 22px;
    font-size: 9px;
  }

  .collection-cover-hero,
  .collection-career-hero,
  .collection-global-hero,
  .simple-about-hero,
  .form-visual-hero,
  .collection-cover-hero > .cm-container,
  .collection-career-hero > .cm-container,
  .collection-global-hero > .cm-container,
  .simple-about-hero > .cm-container,
  .form-visual-hero > .cm-container {
    min-height: 640px;
  }

  .collection-cover-hero > .cm-container,
  .collection-career-hero > .cm-container,
  .collection-global-hero > .cm-container,
  .simple-about-hero > .cm-container,
  .form-visual-hero > .cm-container {
    padding: 22px 0 48px;
  }

  .collection-career-hero > img,
  .form-career-hero > img {
    object-position: 58% center;
  }

  .collection-career-shade,
  .form-career-shade {
    background: linear-gradient(180deg, rgba(4, 24, 47, 0.22) 0%, rgba(4, 24, 47, 0.68) 43%, rgba(4, 24, 47, 0.98) 100%);
  }

  .collection-global-hero > img,
  .simple-about-hero > img {
    object-position: 34% center;
  }

  .collection-global-shade,
  .simple-about-shade {
    background: linear-gradient(180deg, rgba(4, 24, 47, 0.3) 0%, rgba(4, 24, 47, 0.72) 45%, rgba(4, 24, 47, 0.98) 100%);
  }

  .guide-hero-meta {
    gap: 26px;
    margin-top: 22px;
  }

  .guide-hero-meta b {
    font-size: 24px;
  }

  .simple-contact-hero,
  .simple-policy-hero {
    padding: 44px 0;
  }

  .simple-thanks-hero {
    padding: 52px 0;
  }

  .simple-thanks-hero > .cm-container {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .simple-thanks-hero img {
    width: 112px;
    height: 98px;
  }
}

@media (max-width: 1100px) {
  .nav-shell {
    gap: 16px;
  }

  .main-nav {
    gap: 14px;
  }

  .main-nav > a,
  .main-nav > .nav-group > a {
    font-size: 12px;
  }

  .mega-menu-inner {
    gap: 22px;
  }

  .nav-cta {
    display: none;
  }

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

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

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 850px) {
  .cm-container {
    width: min(100% - 32px, 720px);
  }

  .topline span {
    display: none;
  }

  .topline .cm-container {
    justify-content: flex-end;
  }

  .nav-shell {
    min-height: 70px;
    justify-content: space-between;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 16px 18px;
    background: var(--cm-white);
    border-bottom: 1px solid var(--cm-line);
    box-shadow: 0 20px 30px rgba(4, 24, 47, 0.12);
    max-height: calc(100vh - 116px);
    overflow-y: auto;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a,
  .main-nav > .nav-group > a {
    padding: 13px 8px;
    border-bottom: 1px solid var(--cm-line);
    font-size: 14px;
  }

  .main-nav > a::after,
  .main-nav > .nav-group > a::after {
    display: none;
  }

  .nav-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .mega-toggle {
    width: 44px;
    height: 46px;
    margin: 0;
    border-bottom: 1px solid var(--cm-line);
  }

  .mega-menu {
    position: static;
    display: none;
    grid-column: 1 / -1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }

  .has-mega:hover .mega-menu,
  .has-mega:focus-within .mega-menu {
    display: none;
  }

  .has-mega.mega-open .mega-menu {
    display: block;
  }

  .mega-menu-inner {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 22px 8px;
  }

  .mega-intro {
    grid-column: 1 / -1;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid var(--cm-line);
  }

  .service-jump {
    position: relative;
    top: auto;
  }

  .service-jump .cm-container {
    grid-template-columns: 1fr 1fr;
  }

  .service-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero {
    min-height: 720px;
    align-items: flex-end;
  }

  .hero-image {
    object-position: 35% center;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(4, 24, 47, 0.25) 0%, rgba(4, 24, 47, 0.7) 43%, rgba(4, 24, 47, 0.98) 100%);
  }

  .hero-content {
    padding: 230px 0 60px;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .trust-strip .cm-container {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .trust-strip span {
    min-height: 64px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-strip span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .section-band {
    padding: 72px 0;
  }

  .section-heading h2,
  .split-layout h2,
  .faq-layout h2,
  .form-layout h2 {
    font-size: 34px;
  }

  .service-feature-list > a {
    min-height: 140px;
    grid-template-columns: 34px 44px minmax(0, 1fr) 20px;
    gap: 14px;
  }

  .split-layout,
  .faq-layout,
  .form-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .sector-cloud {
    grid-template-columns: 1fr 1fr;
  }

  .subhero h1 {
    font-size: 43px;
  }

  .cta-band .cm-container {
    min-height: 172px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .cm-container {
    width: calc(100% - 28px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-logo {
    width: 150px;
    height: 58px;
  }

  .site-footer .footer-logo {
    width: min(220px, 100%);
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    margin-top: 5px;
    font-size: 8px;
  }

  .main-nav {
    top: 104px;
  }

  .services-hero-grid {
    grid-template-columns: 1fr 90px;
    gap: 20px;
  }

  .services-hero-grid > img {
    width: 90px;
    height: 82px;
  }

  .service-group-band {
    padding: 58px 0;
  }

  .service-group-heading {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .group-number-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .service-group-heading h2 {
    font-size: 29px;
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .service-jump a {
    min-height: 78px;
    padding: 12px;
  }

  .service-jump a small {
    display: none;
  }

  .home-hero {
    min-height: 700px;
  }

  .hero-content {
    padding-bottom: 45px;
  }

  .hero-content h1 {
    font-size: 39px;
  }

  .hero-content > p,
  .subhero p {
    font-size: 16px;
  }

  .hero-actions,
  .hero-actions .cm-btn {
    width: 100%;
  }

  .hero-proof {
    gap: 10px 18px;
  }

  .section-band {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .split-layout h2,
  .faq-layout h2,
  .form-layout h2,
  .cta-band h2 {
    font-size: 29px;
  }

  .service-feature-list > a {
    min-height: 0;
    grid-template-columns: 28px 34px minmax(0, 1fr);
    padding: 22px 0;
  }

  .service-feature-list > a > i:last-child {
    display: none;
  }

  .service-feature-list h3 {
    font-size: 18px;
  }

  .service-feature-list p {
    font-size: 13px;
  }

  .metric-board,
  .sector-cloud,
  .process-list,
  .process-list.horizontal,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .metric-board > div {
    min-height: 110px;
  }

  .subhero,
  .subhero.compact {
    padding: 54px 0 60px;
  }

  .subhero h1 {
    font-size: 35px;
  }

  .fact-panel,
  .quote-panel,
  .cm-form {
    padding: 28px;
  }

  .benefit-item {
    min-height: 0;
  }

  .benefit-item > i {
    margin-bottom: 24px;
  }

  .process-list article {
    min-height: 0;
    padding: 25px;
  }

  .topic-link {
    min-height: 0;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 22px 0;
  }

  .topic-link > i {
    display: none;
  }

  .topic-link h3 {
    font-size: 18px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

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

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .call-float,
  .whatsapp-float {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 950;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px 94px;
    gap: 6px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(12, 45, 74, 0.1);
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(7, 28, 48, 0.22);
    backdrop-filter: blur(14px);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
    color: var(--cm-white);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-contact-bar i {
    font-size: 16px;
  }

  .mobile-contact-offer {
    background: var(--cm-orange);
  }

  .mobile-contact-call {
    background: var(--cm-navy);
  }

  .mobile-contact-whatsapp {
    background: var(--cm-green);
  }
}

@media (max-width: 850px) {
  .how-hero-grid,
  .home-brand-story,
  .setup-layout,
  .operation-flow-layout,
  .reporting-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .how-hero-visual {
    height: 390px;
  }

  .home-brand-story > figure {
    height: 430px;
    grid-row: auto;
  }

  .how-proof-strip .cm-container {
    grid-template-columns: 1fr 1fr;
  }

  .how-proof-strip .cm-container > span {
    border-bottom: 1px solid var(--cm-line);
  }

  .setup-copy {
    position: relative;
    top: auto;
  }

  .operation-flow-layout {
    gap: 55px;
  }

  .process-flow {
    grid-template-columns: 1fr 1fr;
    gap: 48px 0;
  }

  .infographic-cycle-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-flow::before {
    display: none;
  }

  .editorial-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .editorial-aside {
    position: relative;
    top: auto;
    min-height: 330px;
  }

  .form-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-intro {
    padding: 42px;
  }

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

@media (max-width: 560px) {
  .how-hero {
    padding: 54px 0 64px;
  }

  .how-hero-grid {
    gap: 30px;
  }

  .how-hero-visual {
    height: 280px;
  }

  .how-hero-visual > img {
    width: 100%;
    height: 100%;
  }

  .how-hero-visual > div span {
    padding: 11px 3px;
    font-size: 8px;
  }

  .how-hero-visual figcaption {
    right: 18px;
    bottom: 55px;
    left: 18px;
  }

  .how-hero-visual figcaption strong {
    font-size: 16px;
  }

  .home-brand-story {
    gap: 28px;
  }

  .home-brand-story > figure {
    height: 320px;
  }

  .home-brand-story > div h2 {
    font-size: 32px;
  }

  .how-proof-strip .cm-container {
    grid-template-columns: 1fr;
  }

  .how-proof-strip .cm-container > span {
    min-height: 64px;
    border-left: 1px solid var(--cm-line);
  }

  .setup-copy h2,
  .operation-flow-layout h2,
  .reporting-layout h2 {
    font-size: 29px;
  }

  .setup-list article {
    min-height: 118px;
    grid-template-columns: 34px 42px minmax(0, 1fr);
    gap: 12px;
  }

  .setup-list article > i {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .operation-roadmap article {
    grid-template-columns: 34px minmax(0, 1fr) 26px;
  }

  .reporting-board {
    padding: 8px 20px;
  }

  .reporting-board > div {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  .reporting-board strong {
    display: none;
  }

  .process-flow {
    display: block;
  }

  .infographic-cycle-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .infographic-cycle-card {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: start;
    gap: 0 16px;
    padding: 23px 22px;
  }

  .infographic-cycle-card h3 {
    margin-top: 1px;
  }

  .process-step {
    grid-template-areas:
      "node title"
      "node copy";
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    gap: 4px 16px;
    padding: 22px 0;
    border-bottom: 1px solid var(--cm-line);
    text-align: left;
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .process-step-symbol {
    display: none;
  }

  .process-step h3 {
    grid-area: title;
    margin: 3px 0 4px;
  }

  .process-step p {
    grid-area: copy;
    max-width: none;
  }

  .process-step-icon-box {
    grid-area: node;
    align-self: start;
    margin: 0;
  }

  .process-step-icon {
    width: 54px;
    height: 54px;
  }

  .process-step-icon .number-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .benefit-grid {
    gap: 12px;
  }

  .benefit-item {
    min-height: 0;
    padding: 26px;
  }

  .editorial-aside {
    min-height: 300px;
    padding: 28px;
  }

  .editorial-aside > strong {
    max-width: 250px;
    font-size: 19px;
  }

  .form-intro,
  .cm-form {
    padding: 28px;
  }

  .form-intro > img {
    width: 74px;
    height: 64px;
    margin-bottom: 28px;
  }

  .topic-link {
    padding: 20px;
  }

  .topic-link:hover {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  .sales-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 44px;
  }

  .sales-hero-copy h1,
  .ecommerce-hero-copy h1 {
    font-size: 42px;
  }

  .closing-sales-grid {
    grid-template-columns: 1fr 0.8fr;
  }

  .closing-action {
    grid-column: 1 / -1;
    min-height: 200px;
  }
}

@media (max-width: 850px) {
  .hero-sales-conversion,
  .hero-ecommerce-story {
    min-height: 0;
    padding-bottom: 42px;
  }

  .hero-sales-conversion::after {
    display: none;
  }

  .sales-backword,
  .ecommerce-index {
    display: none;
  }

  .sales-hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .sales-hero-copy {
    padding: 42px 0 36px;
  }

  .sales-hero-media {
    height: 420px;
  }

  .sales-hero-media figure {
    height: 385px;
  }

  .sales-hero-media aside {
    left: 18px;
  }

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

  .sales-process-rail > span:nth-child(2) {
    border-right: 0;
  }

  .ecommerce-hero-stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 34px;
  }

  .ecommerce-hero-stage > figure,
  .ecommerce-hero-copy,
  .ecommerce-demand-list {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .ecommerce-hero-stage > figure {
    height: 410px;
    order: 1;
  }

  .ecommerce-hero-copy {
    order: 2;
    margin-top: -54px;
    padding: 40px;
  }

  .ecommerce-demand-list {
    order: 3;
  }

  .closing-sales-grid,
  .closing-ecommerce-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .closing-action {
    grid-column: auto;
  }

  .closing-ecommerce figure {
    height: 400px;
  }

  .closing-ecommerce-copy {
    margin: -74px 24px 0;
    padding: 42px;
    border-right: 1px solid var(--cm-line);
    border-left: 1px solid var(--cm-line);
  }
}

@media (max-width: 560px) {
  .sales-hero-copy h1,
  .ecommerce-hero-copy h1 {
    font-size: 34px;
  }

  .sales-hero-media {
    height: 340px;
  }

  .sales-hero-media figure {
    height: 305px;
  }

  .sales-hero-media aside {
    right: 12px;
    left: 12px;
  }

  .sales-hero-media aside strong {
    font-size: 10px;
  }

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

  .sales-process-rail > span {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--cm-line);
  }

  .ecommerce-hero-stage > figure {
    height: 300px;
  }

  .ecommerce-hero-copy {
    margin-top: -32px;
    padding: 30px 24px;
  }

  .ecommerce-demand-list {
    grid-template-columns: 1fr 1fr;
  }

  .ecommerce-demand-list span {
    min-height: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .closing-sales,
  .closing-ecommerce {
    padding: 64px 0;
  }

  .closing-sales-grid > div:first-child h2,
  .closing-ecommerce-copy h2 {
    font-size: 31px;
  }

  .closing-ecommerce figure {
    height: 310px;
  }

  .closing-ecommerce-copy {
    margin: -44px 12px 0;
    padding: 30px 22px;
  }

  .closing-ecommerce-copy .hero-actions {
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Category-specific detail heroes */
.family-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 700px;
  padding: 34px 0 58px;
  background: var(--cm-white);
}

.family-hero > .cm-container {
  position: relative;
  z-index: 2;
}

.family-hero .breadcrumbs {
  color: var(--cm-muted);
}

.family-hero-surface {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.family-hero-surface > span {
  position: absolute;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 38px;
  width: 116px;
  height: 116px;
  flex-basis: 116px;
  opacity: 0.08;
}

.family-hero-surface > b {
  position: absolute;
  right: 20px;
  top: 50%;
  color: rgba(8, 43, 85, 0.26);
  font-size: 9px;
  text-transform: uppercase;
  transform: rotate(90deg);
}

.family-hero-grid {
  display: grid;
  min-height: 535px;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: 72px;
}

.family-hero-copy {
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.family-hero-copy h1 {
  margin-bottom: 22px;
  color: var(--cm-navy);
}

.family-hero-copy h1 > span {
  display: block;
  margin-bottom: 12px;
  color: var(--cm-gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.family-hero-copy h1 > strong {
  display: block;
  font-size: 45px;
  line-height: 1.12;
}

.family-hero-copy > p {
  max-width: 600px;
  padding-left: 14px;
  color: #38546b;
  border-left: 2px solid var(--cm-orange);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.family-hero-copy .cm-btn-ghost {
  color: var(--cm-navy);
  border-color: rgba(8, 43, 85, 0.25);
}

.family-hero-media {
  position: relative;
  height: 455px;
}

.family-hero-media figure {
  width: 100%;
  height: 425px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(7% 0, 100% 0, 100% 88%, 91% 100%, 0 100%, 0 12%);
  box-shadow: 0 26px 55px rgba(4, 24, 47, 0.17);
}

.family-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.family-hero:hover .family-hero-media img {
  transform: scale(1.035);
}

.family-hero-media aside {
  position: absolute;
  right: 28px;
  bottom: 0;
  left: -28px;
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  color: var(--cm-navy);
  background: var(--cm-white);
  border-top: 4px solid var(--cm-orange);
  border-left: 5px solid var(--cm-navy);
  box-shadow: 0 18px 38px rgba(7, 28, 48, 0.14);
}

.family-hero-media aside i {
  color: var(--cm-orange);
  font-size: 20px;
}

.family-hero-media aside span {
  color: var(--cm-navy);
  font-size: 11px;
  font-weight: 800;
}

.family-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
}

.family-hero-points > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cm-navy);
  font-size: 10px;
  font-weight: 800;
}

.family-hero-points .number-icon {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

.family-variant-1 .family-hero-media {
  order: -1;
}

.family-variant-1 .family-hero-media figure {
  clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 9% 100%, 0 88%);
}

.family-variant-1 .family-hero-media aside {
  right: -28px;
  left: 28px;
}

.family-variant-2 .family-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
}

.family-variant-2 .family-hero-media {
  height: 500px;
}

.family-variant-2 .family-hero-media figure {
  height: 470px;
  clip-path: polygon(0 8%, 9% 0, 100% 0, 100% 100%, 0 100%);
}

.detail-family-hizmetler {
  background: #f4f7f8;
}

.detail-family-hizmetler::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: var(--cm-navy-deep);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
}

.detail-family-hizmetler .family-hero-copy {
  padding: 40px;
  color: var(--cm-white);
  background: linear-gradient(135deg, var(--cm-navy-deep), var(--cm-navy));
  border-top: 5px solid var(--cm-orange);
  box-shadow: 0 24px 54px rgba(4, 24, 47, 0.2);
  clip-path: polygon(0 0, 96% 0, 100% 8%, 100% 100%, 0 100%);
}

.detail-family-hizmetler .family-hero-copy h1,
.detail-family-hizmetler .family-hero-copy h1 > strong {
  color: var(--cm-white);
}

.detail-family-hizmetler .family-hero-copy h1 > strong::after {
  content: none;
}

.detail-family-hizmetler .family-hero-copy > p {
  max-width: 540px;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.74);
  border-left: 2px solid var(--cm-orange);
}

.detail-family-hizmetler .family-hero-points > span {
  padding: 7px 9px;
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.detail-family-hizmetler .family-hero-copy .cm-btn-ghost {
  color: var(--cm-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.detail-family-sektorler {
  background: var(--cm-white);
}

.detail-family-sektorler::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 285px;
  background: var(--cm-navy-deep);
  content: "";
}

.detail-family-sektorler .breadcrumbs {
  color: rgba(255, 255, 255, 0.62);
}

.detail-family-sektorler .family-hero-copy {
  padding: 40px;
  background: var(--cm-white);
  border-left: 5px solid var(--cm-gold);
  box-shadow: 0 22px 48px rgba(4, 24, 47, 0.12);
}

.detail-family-cozumler {
  background: #f7f8f8;
  border-bottom: 1px solid var(--cm-line);
}

.detail-family-cozumler::before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  background: var(--cm-gold);
  content: "";
}

.detail-family-cozumler .family-hero-media figure {
  border: 12px solid var(--cm-white);
}

.detail-family-rehber {
  background: var(--cm-white);
  border-bottom: 1px solid var(--cm-line);
}

.detail-family-rehber .family-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.82fr);
}

.detail-family-rehber .family-hero-media {
  height: 510px;
}

.detail-family-rehber .family-hero-media figure {
  height: 480px;
  clip-path: none;
  border-radius: 0;
  box-shadow: 18px 18px 0 #edf1f3;
}

.detail-family-rehber .family-hero-media aside {
  right: -22px;
  left: 42px;
}

.detail-family-kariyer {
  background: #edf5f2;
}

.detail-family-kariyer .family-hero-media figure {
  border-radius: 50% 50% 6px 6px;
  clip-path: none;
}

.detail-family-en {
  color: rgba(255, 255, 255, 0.75);
  background: var(--cm-navy-deep);
}

.detail-family-en .breadcrumbs,
.detail-family-en .family-hero-copy > p,
.detail-family-en .family-hero-points > span {
  color: rgba(255, 255, 255, 0.68);
}

.detail-family-en .family-hero-copy h1 {
  color: var(--cm-white);
}

.detail-family-en .family-hero-copy .cm-btn-ghost {
  color: var(--cm-white);
  border-color: rgba(255, 255, 255, 0.35);
}

/* Page-family closings */
.family-closing {
  position: relative;
  overflow: hidden;
}

.service-closing {
  padding: 88px 0;
  color: rgba(255, 255, 255, 0.7);
  background: var(--cm-navy-deep);
  border-top: 7px solid var(--cm-gold);
}

.service-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr) auto;
  align-items: center;
  gap: 55px;
}

.service-closing h2 {
  margin-bottom: 16px;
  color: var(--cm-white);
  font-size: 38px;
}

.service-closing p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.closing-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.closing-steps > span {
  display: grid;
  min-height: 58px;
  grid-template-columns: 34px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.closing-steps .number-icon {
  --number-icon-image: var(--number-icon-orange);
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.sector-closing,
.guide-closing,
.solution-closing {
  padding: 88px 0;
  background: #f5f7f8;
  border-top: 1px solid var(--cm-line);
}

.sector-closing-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 0;
}

.sector-closing figure {
  height: 470px;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 0 100%);
}

.sector-closing figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-closing-grid > div {
  position: relative;
  z-index: 2;
  margin-left: -42px;
  padding: 48px 0 48px 70px;
  background: #f5f7f8;
}

.sector-closing h2,
.solution-closing h2,
.guide-closing h2 {
  color: var(--cm-navy);
  font-size: 39px;
}

.solution-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr) minmax(260px, 0.6fr);
  align-items: stretch;
  gap: 48px;
}

.solution-question-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--cm-line);
}

.solution-question-list span {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  color: var(--cm-navy);
  border-bottom: 1px solid var(--cm-line);
  font-size: 11px;
  font-weight: 800;
}

.solution-question-list i {
  color: var(--cm-gold);
}

.guide-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.72fr);
  gap: 70px;
}

.guide-closing-grid aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--cm-navy-deep);
  border-top: 5px solid var(--cm-gold);
}

.guide-closing-grid aside > span {
  margin-bottom: 10px;
  color: var(--cm-gold-light);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-closing-grid aside > strong {
  margin-bottom: 24px;
  color: var(--cm-white);
  font-size: 18px;
  line-height: 1.5;
}

.career-closing {
  min-height: 500px;
  color: var(--cm-white);
}

.career-closing > img,
.career-closing-shade {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.career-closing > img {
  object-fit: cover;
}

.career-closing-shade {
  background: rgba(4, 24, 47, 0.72);
}

.career-closing > .cm-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 500px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.career-closing h2 {
  max-width: 720px;
  color: var(--cm-white);
  font-size: 44px;
}

/* Multi-step offer dialog */
.offer-modal[hidden] {
  display: none !important;
}

.offer-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.offer-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(4, 24, 47, 0.82);
  border: 0;
  backdrop-filter: blur(5px);
}

.offer-dialog {
  position: relative;
  display: flex;
  width: min(980px, 100%);
  max-height: calc(100vh - 48px);
  overflow: hidden;
  flex-direction: column;
  background: var(--cm-white);
  border-top: 6px solid var(--cm-gold);
  border-radius: 6px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.offer-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 30px 18px;
  border-bottom: 1px solid var(--cm-line);
}

.offer-dialog-header span {
  display: block;
  color: var(--cm-gold);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-dialog-header strong {
  color: var(--cm-navy);
  font-size: 18px;
}

.offer-close {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  color: var(--cm-navy);
  background: var(--cm-soft);
  border: 1px solid var(--cm-line);
  border-radius: 50%;
}

.offer-progress {
  display: grid;
  height: 4px;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  background: var(--cm-soft);
}

.offer-progress span {
  background: transparent;
  transition: background-color 250ms ease;
}

.offer-progress span.active {
  background: var(--cm-gold);
}

.offer-wizard {
  display: flex;
  min-height: 0;
  overflow-y: auto;
  flex: 1;
  flex-direction: column;
  padding: 32px 38px 24px;
}

.offer-step {
  display: none;
  animation: offer-step-in 320ms ease both;
}

.offer-step.active {
  display: block;
}

.offer-step-no {
  display: block;
  margin-bottom: 8px;
  color: var(--cm-gold);
  font-size: 10px;
  font-weight: 800;
}

.offer-step h2 {
  margin-bottom: 10px;
  color: var(--cm-navy);
  font-size: 30px;
}

.offer-step > p {
  margin-bottom: 24px;
  color: var(--cm-muted);
  font-size: 13px;
}

.offer-choice-grid {
  display: grid;
  gap: 12px;
}

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

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

.offer-choice-grid label,
.offer-channel-field label {
  cursor: pointer;
}

.offer-choice-grid input,
.offer-channel-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.offer-choice-grid label > span {
  display: flex;
  min-height: 150px;
  align-items: flex-start;
  flex-direction: column;
  padding: 22px;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 6px;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.offer-choice-grid label:hover > span {
  transform: translateY(-2px);
}

.offer-choice-grid input:checked + span {
  background: var(--cm-orange-soft);
  border-color: var(--cm-orange);
  box-shadow: inset 0 0 0 1px var(--cm-orange);
}

.offer-choice-grid i {
  margin-bottom: 20px;
  color: var(--cm-gold);
  font-size: 24px;
}

.offer-choice-grid strong {
  margin-bottom: 5px;
  color: var(--cm-navy);
  font-size: 16px;
}

.offer-choice-grid small {
  color: var(--cm-muted);
  font-size: 11px;
  line-height: 1.5;
}

.offer-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.offer-field-grid label,
.offer-channel-field legend {
  color: var(--cm-navy);
  font-size: 11px;
  font-weight: 800;
}

.offer-field-grid input,
.offer-field-grid select,
.offer-field-grid textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  color: var(--cm-ink);
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 5px;
  font: inherit;
  font-size: 13px;
}

.offer-field-wide {
  grid-column: 1 / -1;
}

.offer-channel-field {
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.offer-channel-field > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 9px;
}

.offer-channel-field label > span {
  display: block;
  padding: 10px;
  color: var(--cm-navy);
  border: 1px solid var(--cm-line);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}

.offer-channel-field input:checked + span {
  color: var(--cm-navy-deep);
  background: var(--cm-gold-light);
  border-color: var(--cm-gold);
}

.offer-consent {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  color: #596978;
  background: #f7f9fb;
  border: 1px solid #dce3e9;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
}

.offer-consent input[type="checkbox"] {
  display: grid;
  width: 19px !important;
  min-width: 19px;
  height: 19px !important;
  flex: 0 0 19px;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  appearance: none;
  place-content: center;
  background: var(--cm-white);
  border: 1.5px solid #9ba9b5;
  border-radius: 4px;
  cursor: pointer;
}

.offer-consent input[type="checkbox"]::before {
  width: 10px;
  height: 10px;
  background: var(--cm-white);
  clip-path: polygon(14% 44%, 0 59%, 39% 100%, 100% 21%, 84% 7%, 38% 68%);
  content: "";
  transform: scale(0);
  transition: transform 0.12s ease-in-out;
}

.offer-consent input[type="checkbox"]:checked {
  background: var(--cm-navy);
  border-color: var(--cm-navy);
}

.offer-consent input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.offer-consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(244, 81, 36, 0.28);
  outline-offset: 2px;
}

.offer-consent > span {
  display: block;
  flex: 1;
}

.offer-consent a {
  color: var(--cm-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--cm-gold);
  text-underline-offset: 3px;
}

.offer-wizard-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
}

.offer-back {
  min-height: 46px;
  padding: 0 12px;
  color: var(--cm-navy);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 800;
}

.offer-back:disabled {
  visibility: hidden;
}

.offer-wizard-footer > span {
  color: var(--cm-muted);
  font-size: 10px;
  text-align: center;
}

.offer-next[hidden],
.offer-submit[hidden] {
  display: none !important;
}

.offer-modal .form-status {
  margin-top: 12px;
}

body.offer-modal-open {
  overflow: hidden;
}

.offer-page-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: var(--cm-white);
}

.offer-page-hero > img,
.offer-page-shade {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.offer-page-hero > img {
  object-fit: cover;
}

.offer-page-shade {
  background: rgba(4, 24, 47, 0.82);
}

.offer-page-hero > .cm-container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 690px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.offer-page-hero h1 {
  max-width: 830px;
  color: var(--cm-white);
  font-size: 54px;
}

.offer-page-hero p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.72);
}

.offer-page-points {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.offer-page-points > span {
  padding: 16px 12px 0;
  color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 10px;
  font-weight: 800;
}

.offer-page-points .number-icon {
  --number-icon-image: var(--number-icon-orange);
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  margin-bottom: 8px;
}

/* Lightweight motion system */
.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-enabled [data-reveal="left"] {
  transform: translateX(-34px);
}

.reveal-enabled [data-reveal="right"] {
  transform: translateX(34px);
}

.reveal-enabled [data-reveal="scale"] {
  transform: scale(0.95);
}

.reveal-enabled [data-reveal].reveal-visible {
  opacity: 1;
  transform: none;
}

@keyframes offer-step-in {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .family-hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 46px;
  }

  .family-hero-copy h1 > strong {
    font-size: 39px;
  }

  .service-closing-grid,
  .solution-closing-grid {
    grid-template-columns: 1fr 0.78fr;
  }

  .service-closing-grid > .cm-btn,
  .solution-closing-grid > .closing-action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 850px) {
  .family-hero,
  .offer-page-hero,
  .offer-page-hero > .cm-container {
    min-height: 0;
  }

  .family-hero {
    padding-bottom: 44px;
  }

  .family-hero-surface > b,
  .family-hero-surface > span {
    display: none;
  }

  .detail-family-hizmetler::after {
    display: none;
  }

  .detail-family-hizmetler.family-variant-1 .family-hero-copy h1 > strong::after {
    display: none;
  }

  .family-hero-grid,
  .family-variant-2 .family-hero-grid,
  .detail-family-rehber .family-hero-grid,
  .service-closing-grid,
  .sector-closing-grid,
  .solution-closing-grid,
  .guide-closing-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .family-variant-1 .family-hero-media {
    order: initial;
  }

  .family-hero-copy,
  .detail-family-sektorler .family-hero-copy {
    padding: 38px 0 30px;
    background: transparent;
    border-left: 0;
    box-shadow: none;
  }

  .detail-family-hizmetler .family-hero-copy {
    padding: 32px;
    background: linear-gradient(135deg, var(--cm-navy-deep), var(--cm-navy));
    box-shadow: 0 20px 42px rgba(4, 24, 47, 0.18);
  }

  .detail-family-sektorler .family-hero-copy {
    padding: 32px;
    background: var(--cm-white);
    border-left: 4px solid var(--cm-gold);
  }

  .family-hero-media,
  .family-variant-2 .family-hero-media,
  .detail-family-rehber .family-hero-media {
    height: 405px;
  }

  .family-hero-media figure,
  .family-variant-2 .family-hero-media figure,
  .detail-family-rehber .family-hero-media figure {
    height: 370px;
  }

  .sector-closing-grid > div {
    margin: -70px 24px 0;
    padding: 42px;
  }

  .service-closing-grid > .cm-btn,
  .solution-closing-grid > .closing-action {
    grid-column: auto;
  }

  .offer-dialog {
    max-height: calc(100vh - 24px);
  }

  .offer-choice-grid-3 {
    grid-template-columns: 1fr;
  }

  .offer-choice-grid label > span {
    min-height: 110px;
  }

  .offer-page-hero {
    padding: 90px 0;
  }

  .offer-page-points {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .detail-family-hizmetler .family-hero-copy {
    padding: 26px 22px;
  }

  .family-hero-copy h1 > strong,
  .offer-page-hero h1 {
    font-size: 33px;
  }

  .family-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .family-hero-media,
  .family-variant-2 .family-hero-media,
  .detail-family-rehber .family-hero-media {
    height: 330px;
  }

  .family-hero-media figure,
  .family-variant-2 .family-hero-media figure,
  .detail-family-rehber .family-hero-media figure {
    height: 295px;
  }

  .family-hero-media aside,
  .family-variant-1 .family-hero-media aside,
  .detail-family-rehber .family-hero-media aside {
    right: 12px;
    left: 12px;
  }

  .service-closing,
  .sector-closing,
  .solution-closing,
  .guide-closing {
    padding: 62px 0;
  }

  .service-closing h2,
  .sector-closing h2,
  .solution-closing h2,
  .guide-closing h2,
  .career-closing h2 {
    font-size: 31px;
  }

  .sector-closing figure {
    height: 310px;
  }

  .sector-closing-grid > div {
    margin: -44px 12px 0;
    padding: 30px 22px;
  }

  .offer-modal {
    align-items: end;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  }

  .offer-dialog {
    width: 100%;
    max-height: min(88vh, 720px);
    height: auto;
    border-top-width: 4px;
    border-radius: 18px 18px 10px 10px;
  }

  .offer-dialog-header {
    gap: 14px;
    padding: 14px 16px 12px;
  }

  .offer-dialog-header span {
    font-size: 8px;
  }

  .offer-dialog-header strong {
    font-size: 15px;
    line-height: 1.25;
  }

  .offer-close {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .offer-wizard {
    padding: 16px 16px 12px;
  }

  .offer-step-no {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .offer-step h2 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.25;
  }

  .offer-step > p {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.45;
  }

  .offer-choice-grid,
  .offer-choice-grid-2,
  .offer-choice-grid-3,
  .offer-field-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .offer-choice-grid label > span {
    display: grid;
    min-height: 0;
    grid-template-columns: 24px 1fr;
    align-items: start;
    column-gap: 12px;
    row-gap: 2px;
    padding: 12px 14px;
  }

  .offer-choice-grid i {
    grid-row: 1 / span 2;
    margin: 2px 0 0;
    font-size: 18px;
  }

  .offer-choice-grid strong {
    margin: 0;
    font-size: 14px;
  }

  .offer-choice-grid small {
    display: block;
    margin: 0;
    font-size: 11px;
  }

  .offer-field-wide {
    grid-column: auto;
  }

  .offer-channel-field {
    margin-top: 14px;
  }

  .offer-channel-field > div {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .offer-consent {
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    font-size: 10px;
  }

  .offer-wizard-footer {
    position: sticky;
    bottom: 0;
    grid-template-columns: auto 1fr;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 28%);
  }

  .offer-wizard-footer > span {
    display: none;
  }

  .offer-back,
  .offer-next,
  .offer-submit {
    min-height: 44px;
  }

  .offer-next,
  .offer-submit {
    grid-column: 2;
    width: 100%;
  }

  .offer-page-points {
    grid-template-columns: 1fr;
  }
}

/* References */
.references-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 72px;
  color: var(--cm-white);
  background:
    radial-gradient(circle at 15% 20%, rgba(244, 81, 36, 0.16), transparent 28%),
    linear-gradient(125deg, var(--cm-navy-deep), var(--cm-navy));
}

.references-hero::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.references-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: 72px;
}

.references-hero h1 {
  max-width: 720px;
  margin: 12px 0 20px;
  color: var(--cm-white);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
}

.references-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.reference-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.reference-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
}

.reference-hero-tags i {
  color: var(--cm-gold-light);
}

.references-hero figure {
  position: relative;
  height: clamp(340px, 30vw, 390px);
  margin: 0;
}

.references-hero figure::before {
  position: absolute;
  inset: -13px 13px 13px -13px;
  border: 1px solid rgba(244, 81, 36, 0.5);
  border-radius: 4px;
  content: "";
}

.references-hero figure > img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  border-radius: 4px;
}

.references-hero figcaption {
  position: absolute;
  right: -24px;
  bottom: 24px;
  display: flex;
  max-width: 245px;
  flex-direction: column;
  padding: 17px 20px;
  color: var(--cm-navy);
  background: var(--cm-gold-light);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.references-hero figcaption span {
  margin-bottom: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.references-hero figcaption strong {
  font-size: 15px;
  line-height: 1.35;
}

.references-showcase .section-heading {
  margin-bottom: 42px;
}

.reference-empty-state {
  padding: 36px;
  border: 1px solid var(--cm-line);
  border-top: 4px solid var(--cm-gold);
  background: var(--cm-white);
  box-shadow: 0 24px 70px rgba(9, 32, 58, 0.08);
}

.reference-empty-copy {
  display: grid;
  max-width: 850px;
  grid-template-columns: 0.75fr 1.15fr 1fr;
  align-items: start;
  gap: 30px;
  margin-bottom: 32px;
}

.reference-empty-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cm-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reference-empty-copy h3 {
  margin: 0;
  color: var(--cm-navy);
  font-size: 22px;
  line-height: 1.35;
}

.reference-empty-copy p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 13px;
  line-height: 1.7;
}

.reference-placeholder-grid,
.reference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 14px;
}

.reference-placeholder-grid article {
  position: relative;
  min-height: 175px;
  padding: 20px;
  border: 1px dashed #cdd6df;
  background: #f8fafc;
  text-align: center;
}

.reference-placeholder-grid article > div {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 7px auto 14px;
  place-items: center;
  color: #aeb8c2;
  background: #edf1f5;
  border-radius: 50%;
  font-size: 21px;
}

.reference-placeholder-grid strong,
.reference-placeholder-grid small {
  display: block;
}

.reference-placeholder-grid strong {
  color: var(--cm-navy);
  font-size: 13px;
}

.reference-placeholder-grid small {
  margin-top: 5px;
  color: #8794a1;
  font-size: 10px;
}

.reference-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--cm-line);
  background: var(--cm-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(9, 32, 58, 0.12);
}

.reference-logo-box {
  display: grid;
  min-height: 172px;
  padding: 20px;
  place-items: center;
  border-bottom: 1px solid var(--cm-line);
  background: var(--cm-white);
}

.reference-logo-box img {
  width: 100%;
  max-width: 220px;
  max-height: 110px;
  object-fit: contain;
}

.reference-card > div:last-child {
  padding: 22px;
}

.reference-card span {
  color: var(--cm-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reference-card h3 {
  margin: 7px 0 5px;
  color: var(--cm-navy);
  font-size: 18px;
}

.reference-card p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 12px;
  line-height: 1.6;
}

.reference-card p i {
  margin-left: 5px;
  color: var(--cm-gold);
  font-size: 10px;
}

.home-references {
  padding: 72px 0;
  border-top: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.94) 58%, rgba(255,255,255,0.72) 100%),
    url("../images/stock/support-workspace.webp") center 56% / cover no-repeat;
}

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

.home-references-heading h2 {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--cm-navy);
  font-size: clamp(28px, 3.4vw, 42px);
}

.home-reference-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--cm-line);
  border-left: 1px solid var(--cm-line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 55px rgba(7, 28, 48, 0.08);
}

.home-reference-rail a {
  display: grid;
  min-height: 116px;
  padding: 17px;
  place-items: center;
  border-right: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
  background: rgba(255, 255, 255, 0.9);
  transition: background 0.25s ease, transform 0.25s ease;
}

.home-reference-rail a:hover {
  z-index: 1;
  background: #fffdf7;
  transform: translateY(-3px);
}

.home-reference-rail img {
  display: block;
  width: 100%;
  height: 82px;
  object-fit: contain;
  filter: saturate(0.82);
  transition: filter 0.25s ease, transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reference-placeholder-grid article > .number-icon {
  position: absolute;
  top: 12px;
  left: 14px;
  width: 34px;
  height: 34px;
  opacity: 0.25;
}

.home-reference-rail a:hover img {
  filter: saturate(1);
  transform: scale(1.08);
}

.cta-band .cm-btn {
  position: relative;
  overflow: hidden;
}

.cta-band .cm-btn::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -55%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.46), transparent);
  content: "";
  transform: skewX(-18deg);
  transition: left 0.65s ease;
}

.cta-band .cm-btn:hover::after {
  left: 125%;
}

.reference-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reference-principle-grid article {
  padding: 32px;
  border: 1px solid var(--cm-line);
  background: var(--cm-white);
}

.reference-principle-grid i {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 21px;
  place-items: center;
  color: var(--cm-navy);
  background: var(--cm-gold-light);
  border-radius: 50%;
  font-size: 18px;
}

.reference-principle-grid h3 {
  margin-bottom: 10px;
  color: var(--cm-navy);
  font-size: 18px;
}

.reference-principle-grid p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .references-hero {
    padding: 65px 0;
  }

  .references-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .references-hero figure {
    height: clamp(280px, 62vw, 370px);
    max-width: 620px;
  }

  .reference-empty-copy {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .reference-placeholder-grid,
  .reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-references-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-reference-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .references-hero {
    padding: 48px 0 56px;
  }

  .references-hero h1 {
    font-size: 39px;
  }

  .references-hero p {
    font-size: 14px;
  }

  .references-hero figcaption {
    right: 10px;
    bottom: -18px;
  }

  .reference-empty-state {
    padding: 22px 16px;
  }

  .reference-placeholder-grid {
    gap: 9px;
  }

  .reference-placeholder-grid article {
    min-height: 155px;
    padding: 17px 10px;
  }

  .reference-principle-grid,
  .reference-grid {
    grid-template-columns: 1fr;
  }

  .home-references {
    padding: 52px 0;
  }

  .home-reference-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-reference-rail a {
    min-height: 98px;
    padding: 12px;
  }

  .home-reference-rail img {
    height: 70px;
  }
}

.topline-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.topline-links a {
  color: var(--cm-white);
}

.cm-btn-light:hover {
  color: var(--cm-white);
  background: var(--cm-navy-deep);
  border-color: var(--cm-navy-deep);
}

/* PremiCall homepage — original composition, not a recolor */
.pc-hero {
  overflow: hidden;
  padding: 72px 0 28px;
  background:
    linear-gradient(180deg, #fff 0%, var(--cm-soft) 100%);
}

.pc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 64px;
}

.pc-hero-copy {
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-left: 4px solid var(--cm-orange);
  border-radius: 4px 24px 4px 24px;
  box-shadow: 0 24px 60px rgba(7, 28, 48, 0.12);
  backdrop-filter: blur(14px);
}

.pc-hero-copy h1,
.pc-hero-copy h2 {
  max-width: 16ch;
  margin-bottom: 22px;
  color: var(--cm-navy);
  font-size: clamp(42px, 4.8vw, 60px);
  line-height: 0.98;
}

.pc-hero-copy h1 span,
.pc-hero-copy h2 span {
  display: inline;
  color: var(--cm-orange);
}

.pc-hero-slider {
  padding: 0 0 34px;
  background: var(--cm-soft);
}

.pc-hero-slides {
  position: relative;
  overflow: hidden;
}

.pc-hero-slide {
  position: absolute;
  inset: 0;
  isolation: isolate;
  visibility: hidden;
  overflow: hidden;
  padding: 48px 0 30px;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

.pc-hero-slide::before,
.pc-hero-slide::after {
  position: absolute;
  z-index: 0;
  inset: -24px;
  content: "";
  pointer-events: none;
}

.pc-hero-slide::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(12px) saturate(1.02);
  opacity: 0.58;
  transform: scale(1.08);
}

.pc-hero-slide::after {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.42) 38%, rgba(255, 255, 255, 0.25) 60%, rgba(245, 247, 249, 0.14) 100%),
    radial-gradient(circle at 82% 18%, rgba(244, 81, 36, 0.2), transparent 36%);
}

.pc-hero-slide > .cm-container {
  position: relative;
  z-index: 2;
}

.pc-hero-slide[data-theme="light"]::before {
  background-image: url("../images/stock/service-team.webp");
  background-position: 54% 44%;
}

.pc-hero-slide[data-theme="inbound"]::before {
  background-image: url("../images/stock/inbound-support.webp");
  background-position: 58% 42%;
}

.pc-hero-slide[data-theme="night"]::before {
  background-image: url("../images/stock/night-support.webp");
  background-position: 58% 40%;
}

.pc-hero-slide[data-theme="inbound"]::after {
  background:
    linear-gradient(90deg, rgba(255, 250, 247, 0.6) 0%, rgba(255, 250, 247, 0.43) 38%, rgba(255, 247, 242, 0.26) 60%, rgba(244, 247, 249, 0.14) 100%),
    radial-gradient(circle at 84% 18%, rgba(244, 81, 36, 0.24), transparent 38%);
}

.pc-hero-slide[data-theme="night"]::after {
  background:
    linear-gradient(90deg, rgba(246, 249, 250, 0.61) 0%, rgba(246, 249, 250, 0.44) 38%, rgba(240, 246, 249, 0.27) 60%, rgba(235, 242, 246, 0.14) 100%),
    radial-gradient(circle at 86% 20%, rgba(12, 45, 74, 0.25), transparent 40%);
}

.pc-hero-slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.pc-hero-slide.is-active::before {
  animation: pc-hero-backdrop 9s ease-out both;
}

.pc-hero-slide[data-theme="light"] {
  background: linear-gradient(180deg, #fff 0%, var(--cm-soft) 100%);
}

.pc-hero-slide[data-theme="night"] {
  background:
    radial-gradient(circle at 88% 12%, rgba(22, 72, 106, 0.15), transparent 33%),
    linear-gradient(135deg, #f4f8fa 0%, #fff4ef 100%);
}

.pc-hero-slide[data-theme="inbound"] {
  background:
    radial-gradient(circle at 16% 12%, rgba(244, 81, 36, 0.12), transparent 31%),
    linear-gradient(180deg, #fffaf7 0%, #f4f7f9 100%);
}

.pc-hero-slide[data-theme="night"] .pc-hero-visual figure {
  box-shadow: 28px 28px 0 var(--cm-navy);
}

.pc-hero-slide[data-theme="night"] .pc-hero-panel {
  background: var(--cm-orange);
}

.pc-hero-slide[data-theme="night"] .pc-hero-panel span,
.pc-hero-slide[data-theme="night"] .pc-hero-panel a {
  color: var(--cm-white);
}

.pc-hero-slide[data-theme="night"] .pc-hero-panel a {
  border-bottom-color: var(--cm-navy);
}

.pc-slider-controls {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 62px;
  overflow: hidden;
  margin-top: 4px;
  border-radius: 14px;
  background: var(--cm-navy);
  box-shadow: 0 20px 45px rgba(7, 28, 48, 0.18);
}

.pc-slider-controls button {
  position: relative;
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.62);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
}

.pc-slider-controls button:hover,
.pc-slider-controls button.is-active {
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.06);
}

.pc-slider-controls button > .number-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  --number-icon-image: var(--number-icon-orange);
}

.pc-slider-controls button strong {
  font-size: 13px;
}

.pc-slider-controls button > i:not(.fa-solid) {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
}

.pc-slider-controls button.is-active > i:not(.fa-solid)::after {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--cm-orange);
  content: "";
  transform-origin: left;
  animation: pc-slider-progress 6.5s linear forwards;
}

.pc-slider-controls .pc-slider-toggle {
  justify-content: center;
  padding: 0;
  color: var(--cm-white);
  border-right: 0;
  background: var(--cm-orange);
}

.pc-hero-slider.is-paused .pc-slider-controls button.is-active > i:not(.fa-solid)::after {
  animation-play-state: paused;
}

@keyframes pc-slider-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.pc-hero-slide.is-active .pc-hero-copy > * {
  animation: pc-hero-copy-in 0.68s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.pc-hero-slide.is-active .pc-hero-copy > *:nth-child(2) { animation-delay: 80ms; }
.pc-hero-slide.is-active .pc-hero-copy > *:nth-child(3) { animation-delay: 150ms; }
.pc-hero-slide.is-active .pc-hero-copy > *:nth-child(4) { animation-delay: 220ms; }
.pc-hero-slide.is-active .pc-hero-copy > *:nth-child(5) { animation-delay: 290ms; }

.pc-hero-slide.is-active .pc-hero-visual figure {
  animation: pc-hero-image-in 0.85s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.pc-hero-slide.is-active .pc-hero-panel {
  animation: pc-hero-panel-in 0.65s 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.pc-hero-visual::before {
  position: absolute;
  top: -24px;
  right: -24px;
  width: 92px;
  height: 92px;
  border: 2px solid rgba(244, 81, 36, 0.28);
  border-radius: 50%;
  content: "";
  animation: pc-orbit-pulse 3.4s ease-in-out infinite;
}

@keyframes pc-hero-copy-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pc-hero-image-in {
  from { opacity: 0; transform: scale(0.94) translateX(24px); }
  to { opacity: 1; transform: scale(1) translateX(0); }
}

@keyframes pc-hero-panel-in {
  from { opacity: 0; transform: translateY(22px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes pc-hero-backdrop {
  from { transform: scale(1.13); }
  to { transform: scale(1.06); }
}

@keyframes pc-orbit-pulse {
  0%, 100% { opacity: 0.38; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

.pc-hero-copy > p {
  max-width: 54ch;
  margin-bottom: 30px;
  color: var(--cm-muted);
  font-size: 18px;
}

.pc-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.pc-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc-hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cm-navy);
  font-size: 13px;
  font-weight: 700;
}

.pc-hero-proof i {
  color: var(--cm-orange);
}

.pc-hero-visual {
  position: relative;
}

.pc-hero-visual figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px 28px 4px 28px;
  box-shadow: 28px 28px 0 var(--cm-orange);
}

.pc-hero-visual img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.pc-hero-panel {
  position: absolute;
  left: -28px;
  bottom: 28px;
  z-index: 2;
  width: min(280px, 72%);
  padding: 22px 22px 20px;
  color: var(--cm-white);
  background: var(--cm-navy);
  box-shadow: 0 18px 40px rgba(7, 28, 48, 0.28);
}

.pc-hero-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--cm-orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pc-hero-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.25;
}

.pc-hero-panel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cm-white);
  border-bottom: 2px solid var(--cm-orange);
  font-size: 12px;
  font-weight: 800;
}

.pc-trust {
  padding: 18px 0 64px;
  background: var(--cm-orange-soft);
}

.pc-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pc-trust-grid span {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: var(--cm-navy);
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(12, 45, 74, 0.06);
  font-size: 13px;
  font-weight: 800;
  transition: color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.pc-trust-grid i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: var(--cm-white);
  background: var(--cm-orange);
  border-radius: 4px;
  transition: color 0.28s ease, background 0.28s ease, transform 0.35s ease;
}

.pc-trust-grid span:hover {
  color: var(--cm-white);
  background: var(--cm-navy);
  box-shadow: 0 18px 34px rgba(12, 45, 74, 0.16);
  transform: translateY(-5px);
}

.pc-trust-grid span:hover i {
  color: var(--cm-orange);
  background: var(--cm-white);
  transform: rotate(-8deg) scale(1.08);
}

.pc-services {
  padding: 96px 0 40px;
  background: linear-gradient(180deg, var(--cm-white) 0%, #fff8f4 100%);
}

.pc-featured {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--cm-navy);
  color: rgba(255, 255, 255, 0.78);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(7, 28, 48, 0.16);
}

.pc-featured img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: filter 0.65s ease, transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-featured:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.pc-featured-copy {
  padding: 48px 46px;
}

.pc-featured-copy h2 {
  max-width: 16ch;
  margin-bottom: 16px;
  color: var(--cm-white);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 700;
}

.pc-featured-copy p {
  max-width: 52ch;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.78);
}

.pc-featured-copy .cm-btn-gold {
  background: var(--cm-orange);
}

.pc-channel-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}

.pc-channel {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 26px;
  border: 1px solid var(--cm-line);
  background: var(--cm-white);
  color: var(--cm-navy);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(7, 28, 48, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pc-channel b {
  color: var(--cm-orange);
  font-size: 13px;
  font-weight: 800;
}

.pc-channel h3 {
  margin: 18px 0 8px;
  font-size: 26px;
}

.pc-channel p {
  margin: 0 0 22px;
  color: var(--cm-muted);
  font-size: 14px;
}

.pc-channel i.fa-arrow-right {
  color: var(--cm-orange);
  transition: transform 0.28s ease;
}

.pc-channel:hover {
  border-color: var(--cm-orange);
  box-shadow: 0 22px 45px rgba(7, 28, 48, 0.13);
  transform: translateY(-5px);
}

.pc-channel:hover i.fa-arrow-right {
  transform: translateX(9px);
}

.pc-channel-tall {
  grid-row: span 2;
  min-height: 436px;
  background: var(--cm-soft);
}

.pc-channel-image {
  border-color: transparent;
  background-position: center;
  background-size: cover;
  color: var(--cm-white);
  transition: background-position 0.9s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pc-channel-image b,
.pc-channel-image h3,
.pc-channel-image p,
.pc-channel-image i.fa-arrow-right {
  position: relative;
  z-index: 1;
  color: var(--cm-white);
}

.pc-channel-image b {
  color: #ff987e;
}

.pc-channel b .number-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
  margin-right: 7px;
  vertical-align: middle;
  --number-icon-image: var(--number-icon-orange);
}

.pc-channel-orange b .number-icon {
  --number-icon-image: var(--number-icon-navy);
}

.pc-channel-inbound {
  background-image:
    linear-gradient(180deg, rgba(7, 28, 48, 0.14) 0%, rgba(7, 28, 48, 0.95) 92%),
    url("../images/stock/inbound-support.webp");
  background-position: 47% center;
}

.pc-channel-inbound:hover {
  background-position: 52% center;
}

.pc-channel-pool {
  background-image:
    linear-gradient(135deg, rgba(244, 81, 36, 0.94), rgba(12, 45, 74, 0.82)),
    url("../images/stock/shared-pool-team.webp");
  background-position: 45% center;
}

.pc-channel-pool:hover {
  background-position: 51% center;
}

.pc-channel-care {
  background-image:
    linear-gradient(90deg, rgba(7, 28, 48, 0.97) 0%, rgba(7, 28, 48, 0.87) 48%, rgba(7, 28, 48, 0.18) 100%),
    url("../images/stock/live-chat-support.webp");
  background-position: center 44%;
}

.pc-channel-care:hover {
  background-position: 54% 44%;
}

.pc-channel-care > div {
  max-width: 58%;
}

.pc-channel-orange {
  color: var(--cm-navy);
  background: linear-gradient(135deg, var(--cm-orange-soft), var(--cm-white));
  border-color: rgba(244, 81, 36, 0.34);
}

.pc-channel-orange h3 {
  color: var(--cm-navy);
}

.pc-channel-orange b,
.pc-channel-orange i.fa-arrow-right {
  color: var(--cm-orange);
}

.pc-channel-orange p {
  color: var(--cm-muted);
}

.pc-channel-navy {
  color: var(--cm-white);
  background: var(--cm-navy);
  border-color: var(--cm-navy);
}

.pc-channel-navy b {
  color: var(--cm-orange);
}

.pc-channel-navy p,
.pc-channel-navy h3,
.pc-channel-navy i.fa-arrow-right {
  color: var(--cm-white);
}

.pc-channel-wide {
  grid-column: span 2;
  min-height: 180px;
}

.pc-models {
  padding: 40px 0 100px;
  background: #fff8f4;
}

.pc-model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pc-model {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px 40px 38px;
  overflow: hidden;
  color: var(--cm-white);
  border: 0;
  border-radius: 18px;
  background-position: center;
  background-size: auto 110%;
  box-shadow: 0 20px 50px rgba(7, 28, 48, 0.13);
  transition: background-size 0.85s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.3s ease, box-shadow 0.3s ease;
}

.pc-model:hover {
  background-size: auto 117%;
  box-shadow: 0 28px 58px rgba(7, 28, 48, 0.2);
  transform: translateY(-6px);
}

.pc-model.alt {
  border: 0;
}

.pc-model-pool {
  background-image:
    linear-gradient(180deg, rgba(7, 28, 48, 0.08) 0%, rgba(7, 28, 48, 0.94) 86%),
    url("../images/stock/shared-pool-team.webp");
}

.pc-model-dedicated {
  background-image:
    linear-gradient(180deg, rgba(244, 81, 36, 0.04) 0%, rgba(166, 46, 17, 0.94) 88%),
    url("../images/stock/service-team.webp");
}

.pc-model h2 {
  max-width: 14ch;
  margin-bottom: 14px;
  color: var(--cm-white);
  font-size: 32px;
}

.pc-model p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 24px;
}

.pc-model .eyebrow.dark,
.pc-model .cm-link {
  color: var(--cm-white);
}

.pc-model .eyebrow.dark::before {
  background: var(--cm-white);
}

.pc-sectors {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  min-height: 690px;
  display: flex;
  align-items: center;
  background-image:
    radial-gradient(circle at 10% 10%, rgba(244, 81, 36, 0.52), transparent 32%),
    linear-gradient(90deg, rgba(7, 28, 48, 0.97) 0%, rgba(7, 28, 48, 0.88) 56%, rgba(7, 28, 48, 0.72) 100%),
    url("../images/stock/ecommerce-support.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--cm-white);
}

.pc-sector-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: start;
}

.pc-sector-layout > div:first-child {
  position: sticky;
  top: 150px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(7, 28, 48, 0.42);
  backdrop-filter: blur(7px);
}

.pc-sector-layout h2,
.pc-sector-layout p,
.pc-sector-layout .eyebrow.dark,
.pc-sector-layout .cm-link {
  color: var(--cm-white);
}

.pc-sector-layout p {
  color: rgba(255, 255, 255, 0.72);
}

.pc-sector-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  padding: 18px 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
}

.pc-sector-list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  color: var(--cm-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 15px;
  font-weight: 800;
  transition: color 0.24s ease, padding-left 0.24s ease, background 0.24s ease;
}

.pc-sector-list a > .number-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  --number-icon-image: var(--number-icon-orange);
}

.pc-sector-list a:hover {
  color: var(--cm-orange);
  padding-left: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.pc-sector-list a > i {
  transition: transform 0.24s ease;
}

.pc-sector-list a:hover > i {
  transform: translateX(6px);
}

.pc-process {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background-image:
    linear-gradient(96deg, rgba(225, 58, 18, 0.95) 0%, rgba(244, 81, 36, 0.84) 48%, rgba(7, 28, 48, 0.6) 100%),
    url("../images/stock/business-meeting.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pc-process::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 54% 54.15%, transparent 54.15%),
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.24), transparent 25%);
  content: "";
  pointer-events: none;
}

.pc-process .cm-container {
  position: relative;
  z-index: 1;
}

.pc-process .section-heading h2,
.pc-process .section-heading .eyebrow.dark {
  color: var(--cm-white);
}

.pc-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pc-process-track::before {
  position: absolute;
  top: 27px;
  right: 7%;
  left: 7%;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  content: "";
}

.pc-process-step {
  position: relative;
  z-index: 1;
  min-height: 235px;
  padding: 27px 24px 24px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 38px rgba(65, 25, 18, 0.22);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pc-process-step:hover {
  box-shadow: 0 26px 50px rgba(112, 34, 17, 0.24);
  transform: translateY(-8px);
}

.pc-process-step b {
  display: block;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  background: transparent;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pc-process-step b .number-icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
}

.pc-process-step:hover b {
  transform: rotate(8deg) scale(1.08);
}

.pc-process-step h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.pc-process-step p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 15px;
}

.pc-quality {
  position: relative;
  overflow: hidden;
  padding: 96px 0 110px;
  background-image:
    linear-gradient(94deg, rgba(7, 28, 48, 0.98) 0%, rgba(7, 28, 48, 0.92) 48%, rgba(7, 28, 48, 0.68) 100%),
    url("../images/stock/service-team.webp");
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pc-quality::before {
  position: absolute;
  top: -170px;
  right: -130px;
  width: 460px;
  height: 460px;
  background: rgba(244, 81, 36, 0.22);
  border-radius: 50%;
  filter: blur(60px);
  content: "";
  pointer-events: none;
}

.pc-quality::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 58%, #000 100%);
  content: "";
  pointer-events: none;
}

.pc-quality .cm-container {
  position: relative;
  z-index: 1;
}

.pc-quality .section-heading h2,
.pc-quality .section-heading .eyebrow.dark {
  color: var(--cm-white);
}

.pc-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pc-quality-card {
  overflow: hidden;
  border-radius: 16px;
  background: var(--cm-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.pc-quality-card img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: filter 0.55s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pc-quality-card:hover {
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.3);
  transform: translateY(-7px);
}

.pc-quality-card:hover img {
  filter: saturate(1.12);
  transform: scale(1.055);
}

.pc-quality-card div {
  padding: 26px 24px 28px;
}

.pc-quality-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cm-orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.pc-quality-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.pc-quality-card p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 15px;
}

@media (max-width: 1100px) {
  .pc-hero-grid,
  .pc-featured,
  .pc-channel-grid,
  .pc-model-grid,
  .pc-sector-layout,
  .pc-process-track,
  .pc-quality-grid,
  .pc-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pc-hero-visual img {
    height: 420px;
  }

  .pc-channel-tall,
  .pc-channel-wide,
  .pc-featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .pc-process-track::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .pc-sectors {
    min-height: 0;
    background-attachment: scroll;
    background-position: 58% center;
  }

  .pc-process {
    background-attachment: scroll;
    background-position: 62% center;
  }

  .pc-quality {
    background-position: 68% center;
  }

  .pc-hero {
    padding: 36px 0 8px;
  }

  .pc-hero-slider {
    padding: 0 0 22px;
  }

  .pc-hero-slide {
    padding: 36px 0 18px;
  }

  .pc-hero-slide::before {
    filter: blur(10px) saturate(0.82);
    opacity: 0.34;
  }

  .pc-hero-slide::after,
  .pc-hero-slide[data-theme="inbound"]::after,
  .pc-hero-slide[data-theme="night"]::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 250, 247, 0.9) 54%, rgba(244, 247, 249, 0.72) 100%);
  }

  .pc-hero-copy {
    padding: 24px 22px;
    background: rgba(255, 255, 255, 0.84);
    border-radius: 4px 18px 4px 18px;
  }

  .pc-hero-copy h1,
  .pc-hero-copy h2 {
    font-size: clamp(39px, 11.4vw, 48px);
  }

  .pc-slider-controls {
    width: calc(100% - 28px);
    grid-template-columns: repeat(3, 1fr) 48px;
    margin-top: 6px;
  }

  .pc-slider-controls button {
    min-height: 58px;
    justify-content: center;
    padding: 0 8px;
  }

  .pc-slider-controls button strong {
    display: none;
  }

  .pc-hero-grid,
  .pc-featured,
  .pc-channel-grid,
  .pc-model-grid,
  .pc-sector-layout,
  .pc-process-track,
  .pc-quality-grid,
  .pc-trust-grid,
  .pc-sector-list {
    grid-template-columns: 1fr;
  }

  .pc-hero-visual figure {
    box-shadow: 16px 16px 0 var(--cm-orange);
  }

  .pc-hero-slide[data-theme="night"] .pc-hero-visual figure {
    box-shadow: 16px 16px 0 var(--cm-navy);
  }

  .pc-hero-visual img {
    height: 320px;
  }

  .pc-hero-panel {
    left: 16px;
    bottom: 16px;
  }

  .pc-featured-copy,
  .pc-model {
    padding: 28px 22px;
  }

  .pc-channel-tall,
  .pc-channel-wide,
  .pc-featured {
    grid-column: auto;
    min-height: 0;
  }

  .pc-channel-tall {
    min-height: 240px;
  }

  .pc-channel-care > div {
    max-width: 100%;
  }

  .pc-sector-layout > div:first-child {
    position: static;
    top: auto;
  }

  .pc-sector-list {
    margin-top: 0;
  }

  .topline .cm-container {
    gap: 8px;
  }

  .topline-links {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-sectors,
  .pc-process {
    background-attachment: scroll;
  }

  .pc-hero-slide {
    transition: none;
  }

  .pc-slider-controls button.is-active > i:not(.fa-solid)::after,
  .pc-hero-slide.is-active::before,
  .pc-hero-slide.is-active .pc-hero-copy > *,
  .pc-hero-slide.is-active .pc-hero-visual figure,
  .pc-hero-slide.is-active .pc-hero-panel,
  .pc-hero-visual::before {
    animation: none !important;
  }

  .pc-trust-grid span,
  .pc-trust-grid i,
  .pc-featured img,
  .pc-channel,
  .pc-channel i,
  .pc-model,
  .pc-sector-list a,
  .pc-sector-list a i,
  .pc-process-step,
  .pc-process-step b,
  .pc-quality-card,
  .pc-quality-card img,
  .home-reference-rail img,
  .cta-band .cm-btn::after {
    transition: none !important;
  }
}

/* Hizmet detaylarında açık kompozisyon ve renk değiştiren başlık */
@media (min-width: 981px) {
  .detail-family-hizmetler.family-hero {
    min-height: 620px;
    padding-bottom: 42px;
  }

  .detail-family-hizmetler::after {
    width: 38%;
  }

  .detail-family-hizmetler .family-hero-grid,
  .detail-family-hizmetler.family-variant-2 .family-hero-grid {
    min-height: 455px;
    grid-template-columns: minmax(430px, 0.94fr) minmax(0, 1.06fr);
    gap: 58px;
  }

  .detail-family-hizmetler .family-hero-media,
  .detail-family-hizmetler.family-variant-2 .family-hero-media {
    order: -1;
    height: 410px;
  }

  .detail-family-hizmetler .family-hero-media figure,
  .detail-family-hizmetler.family-variant-2 .family-hero-media figure {
    height: 382px;
    clip-path: polygon(0 0, 93% 0, 100% 10%, 100% 100%, 8% 100%, 0 90%);
    box-shadow: 0 24px 52px rgba(4, 24, 47, 0.15);
  }

  .detail-family-hizmetler .family-hero-media aside,
  .detail-family-hizmetler.family-variant-1 .family-hero-media aside {
    right: -24px;
    left: 24px;
  }

  .detail-family-hizmetler .family-hero-copy {
    padding: 26px 0;
    color: var(--cm-navy);
    background: transparent;
    border: 0;
    box-shadow: none;
    clip-path: none;
  }

  .detail-family-hizmetler .family-hero-copy h1 {
    color: var(--cm-navy);
  }

  .detail-family-hizmetler .family-hero-copy h1[data-copy] {
    position: relative;
    background: none;
    -webkit-text-fill-color: currentColor;
  }

  .detail-family-hizmetler .family-hero-copy h1 > strong {
    position: relative;
    color: var(--cm-navy);
    background: none;
    -webkit-text-fill-color: currentColor;
  }

  .detail-family-hizmetler .family-hero-copy h1[data-copy]::after,
  .detail-family-hizmetler .family-hero-copy h1 > strong::after {
    position: absolute;
    inset: 0;
    display: block;
    color: var(--cm-white);
    clip-path: polygon(
      var(--service-title-split-top, 100%) 0,
      100% 0,
      100% 100%,
      var(--service-title-split-bottom, 100%) 100%
    );
    content: attr(data-copy);
    pointer-events: none;
    -webkit-text-fill-color: currentColor;
  }

  .detail-family-hizmetler .family-hero-copy > p {
    position: relative;
  }

  .detail-family-hizmetler .family-hero-copy > p::after {
    position: absolute;
    inset: 0;
    display: block;
    padding-left: 12px;
    color: var(--cm-white);
    clip-path: polygon(
      var(--service-title-split-top, 100%) 0,
      100% 0,
      100% 100%,
      var(--service-title-split-bottom, 100%) 100%
    );
    content: attr(data-copy);
    pointer-events: none;
  }

  .detail-family-hizmetler .family-hero-copy > p {
    max-width: 440px;
    color: #38546b;
  }

  .detail-family-hizmetler .family-hero-copy .cm-btn-ghost {
    color: var(--cm-navy);
    background: rgba(255, 255, 255, 0.76);
    border-color: rgba(8, 43, 85, 0.2);
  }

  .detail-family-hizmetler .family-hero-points > span {
    color: var(--cm-navy);
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(8, 43, 85, 0.1);
  }
}

/* KVKK ve veri koruma merkezi */
.form-privacy-note {
  margin: 2px 0 12px;
  padding: 13px 15px;
  color: #526577;
  background: #f4f7f9;
  border-left: 3px solid var(--cm-orange);
  font-size: 12px;
  line-height: 1.55;
}

.form-privacy-note strong {
  color: var(--cm-navy);
}

.legal-center {
  background:
    radial-gradient(circle at 92% 7%, rgba(244, 81, 36, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7f9 100%);
}

.legal-center-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: 72px;
  align-items: center;
  margin-bottom: 62px;
}

.legal-center-lead h2 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 56px);
}

.legal-center-lead p {
  max-width: 680px;
  color: var(--cm-muted);
  font-size: 17px;
}

.legal-controller {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 285px;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  color: rgba(255, 255, 255, 0.74);
  background:
    radial-gradient(circle at 100% 0%, rgba(244, 81, 36, 0.42), transparent 38%),
    var(--cm-navy-deep);
  border-radius: 4px 28px 4px 28px;
  box-shadow: 0 24px 55px rgba(7, 28, 48, 0.2);
}

.legal-controller::after {
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
}

.legal-controller span {
  margin-bottom: 10px;
  color: var(--cm-orange);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-controller strong {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: var(--cm-white);
  font-size: 18px;
  line-height: 1.45;
}

.legal-controller p {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.legal-controller a {
  position: relative;
  z-index: 1;
  width: fit-content;
  color: var(--cm-white);
  font-size: 13px;
  font-weight: 700;
}

.legal-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.legal-doc-grid > a {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 31px 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e1e7eb;
  border-radius: 16px;
  box-shadow: 0 15px 38px rgba(12, 45, 74, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.legal-doc-grid > a::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  background: rgba(244, 81, 36, 0.07);
  border-radius: 50%;
  content: "";
  transition: transform 320ms ease;
}

.legal-doc-grid > a:hover {
  border-color: rgba(244, 81, 36, 0.36);
  box-shadow: 0 24px 48px rgba(12, 45, 74, 0.13);
  transform: translateY(-7px);
}

.legal-doc-grid > a:hover::after {
  transform: scale(1.22);
}

.legal-doc-grid > a > i {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--cm-white);
  background: var(--cm-orange);
  border-radius: 6px 17px 6px 17px;
  font-size: 23px;
}

.legal-doc-grid > a > .number-icon {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  opacity: 0.18;
}

.benefit-number-icon {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  opacity: 0.18;
}

.legal-doc-grid h3 {
  max-width: 280px;
  margin-bottom: 12px;
  color: var(--cm-navy);
  font-size: 21px;
}

.legal-doc-grid p {
  margin-bottom: 24px;
  color: var(--cm-muted);
  font-size: 14px;
  line-height: 1.65;
}

.legal-doc-grid b {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 30px;
  color: var(--cm-navy);
  border-bottom: 2px solid var(--cm-orange);
  font-size: 12px;
}

.legal-doc-grid b i {
  margin-left: 7px;
}

.legal-rights-band {
  position: relative;
  padding: 82px 0;
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(90deg, rgba(7, 28, 48, 0.98), rgba(7, 28, 48, 0.82)),
    url("../images/stock/inbound-support.webp") center 44% / cover no-repeat;
}

.legal-rights-band .cm-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.legal-rights-band .cm-container > div {
  max-width: 760px;
}

.legal-rights-band h2 {
  margin-bottom: 14px;
  color: var(--cm-white);
  font-size: 38px;
}

.legal-rights-band p {
  margin: 0;
}

.legal-page {
  background:
    radial-gradient(circle at 94% 4%, rgba(244, 81, 36, 0.08), transparent 21%),
    #f4f7f9;
}

.legal-layout {
  display: grid;
  grid-template-columns: 295px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.legal-layout > * {
  min-width: 0;
}

.legal-layout > aside {
  position: sticky;
  top: 140px;
}

.legal-nav {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(12, 45, 74, 0.07);
}

.legal-nav > strong {
  padding: 22px 24px;
  color: var(--cm-white);
  background: var(--cm-navy);
  font-size: 14px;
}

.legal-nav a {
  display: grid;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: center;
  padding: 12px 18px 12px 22px;
  color: #536779;
  border-bottom: 1px solid #edf0f2;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.legal-nav a:last-child {
  border-bottom: 0;
}

.legal-nav a i {
  color: #a7b1b9;
  font-size: 9px;
}

.legal-nav a:hover,
.legal-nav a.active {
  color: var(--cm-navy);
  background: var(--cm-orange-soft);
}

.legal-nav a.active {
  box-shadow: inset 4px 0 0 var(--cm-orange);
}

.legal-nav a:hover i,
.legal-nav a.active i {
  color: var(--cm-orange);
}

.legal-contact-card {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 25px 23px;
  color: rgba(255, 255, 255, 0.65);
  background: var(--cm-navy-deep);
  border-radius: 14px;
}

.legal-contact-card > span {
  margin-bottom: 8px;
  color: var(--cm-orange);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-contact-card > strong {
  margin-bottom: 17px;
  color: var(--cm-white);
  font-size: 12px;
  line-height: 1.55;
}

.legal-contact-card a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
}

.legal-contact-card a i {
  margin-top: 3px;
  color: var(--cm-orange);
}

.legal-content {
  padding: 42px clamp(28px, 4vw, 58px) 58px;
  background: var(--cm-white);
  border: 1px solid var(--cm-line);
  border-radius: 4px 20px 4px 20px;
  box-shadow: 0 18px 44px rgba(12, 45, 74, 0.08);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  color: #71808d;
  border-bottom: 1px solid var(--cm-line);
  font-size: 11px;
  font-weight: 700;
}

.legal-meta i {
  margin-right: 7px;
  color: var(--cm-orange);
}

.legal-content > header {
  margin-bottom: 45px;
}

.legal-content > header h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(31px, 3.5vw, 47px);
}

.legal-content > header p {
  color: #536779;
  font-size: 17px;
}

.legal-content > section {
  padding: 34px 0;
  border-top: 1px solid var(--cm-line);
}

.legal-content > section h3 {
  margin-bottom: 17px;
  color: var(--cm-navy);
  font-size: 23px;
}

.legal-content > section p {
  color: #526577;
}

.legal-content > section p:last-child {
  margin-bottom: 0;
}

.legal-content > section ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.legal-content > section li {
  position: relative;
  padding-left: 27px;
  color: #526577;
}

.legal-content > section li::before {
  position: absolute;
  top: 0.72em;
  left: 3px;
  width: 8px;
  height: 8px;
  background: var(--cm-orange);
  border-radius: 50%;
  content: "";
}

.legal-content a:not(.cm-btn) {
  color: #c83c18;
  text-decoration: underline;
  text-decoration-color: rgba(244, 81, 36, 0.35);
  text-underline-offset: 3px;
}

.legal-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 7px;
  font-weight: 800;
}

.legal-details {
  display: grid;
  margin: 24px 0 0;
  border-top: 1px solid var(--cm-line);
}

.legal-details > div {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--cm-line);
}

.legal-details dt {
  color: var(--cm-navy);
  font-size: 12px;
  font-weight: 800;
}

.legal-details dd {
  margin: 0;
  color: #526577;
}

.legal-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  margin-top: 24px;
  border: 1px solid var(--cm-line);
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
}

.legal-table-wrap table {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.legal-table-wrap th,
.legal-table-wrap td {
  padding: 16px 18px;
  border-right: 1px solid var(--cm-line);
  border-bottom: 1px solid var(--cm-line);
  font-size: 12px;
  line-height: 1.55;
  text-align: left;
  vertical-align: middle;
}

.legal-table-wrap th {
  color: var(--cm-white);
  background: var(--cm-navy);
}

.legal-table-wrap td {
  color: #526577;
  background: var(--cm-white);
}

.legal-table-wrap th:last-child,
.legal-table-wrap td:last-child {
  border-right: 0;
}

.legal-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.legal-print-button {
  margin-top: 8px;
}

.legal-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 28px;
}

.legal-form-grid label,
.legal-long-answer {
  display: flex;
  min-height: 78px;
  flex-direction: column;
  color: var(--cm-navy);
  font-size: 12px;
  font-weight: 800;
}

.legal-form-grid label span,
.legal-long-answer span {
  flex: 1;
  margin-top: 10px;
  border-bottom: 1px solid #9caab5;
}

.legal-request-list {
  display: grid;
  gap: 12px;
}

.legal-request-list label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  color: #526577;
  font-size: 13px;
}

.legal-request-list label i {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border: 1px solid #9caab5;
  border-radius: 3px;
}

.legal-long-answer {
  min-height: 135px;
  margin-top: 28px;
}

.legal-signature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.legal-signature span {
  min-height: 70px;
  color: var(--cm-navy);
  border-bottom: 1px solid #9caab5;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .legal-center-lead,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-doc-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-layout > aside {
    position: static;
  }

  .legal-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .legal-nav > strong {
    grid-column: 1 / -1;
  }

  .legal-nav a:nth-child(even) {
    border-right: 1px solid #edf0f2;
  }

  .legal-contact-card {
    display: none;
  }
}

@media (max-width: 650px) {
  .legal-center-lead {
    gap: 34px;
    margin-bottom: 38px;
  }

  .legal-center-lead h2 {
    font-size: 35px;
  }

  .legal-controller {
    min-height: 0;
    padding: 30px 24px;
  }

  .legal-doc-grid,
  .legal-nav,
  .legal-form-grid,
  .legal-signature {
    grid-template-columns: 1fr;
  }

  .legal-doc-grid > a {
    min-height: 300px;
  }

  .legal-rights-band .cm-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .legal-rights-band h2 {
    font-size: 32px;
  }

  .legal-nav > strong,
  .legal-nav a {
    grid-column: auto;
  }

  .legal-nav a:nth-child(even) {
    border-right: 0;
  }

  .legal-content {
    padding: 29px 21px 38px;
  }

  .legal-content > header h2 {
    font-size: 31px;
  }

  .legal-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media print {
  .legal-print-page {
    padding: 0;
    background: #fff;
  }

  .legal-print-page .legal-layout {
    display: block;
  }

  .legal-print-page aside,
  .legal-print-page .legal-meta,
  .legal-print-button,
  body:has(.legal-print-page) .site-header,
  body:has(.legal-print-page) .simple-visual-hero,
  body:has(.legal-print-page) .site-footer,
  body:has(.legal-print-page) .mobile-contact-bar,
  body:has(.legal-print-page) .call-float,
  body:has(.legal-print-page) .whatsapp-float,
  body:has(.legal-print-page) .scroll-progress {
    display: none !important;
  }

  .legal-print-page .legal-content {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .legal-print-page .legal-content > header h2 {
    font-size: 24px;
  }

  .legal-print-page .legal-content > section {
    break-inside: avoid;
  }
}

/* Ortak alt sayfa görsel dili */
.detail-story-band,
.detail-benefit-band,
.detail-process-band,
.detail-faq-band,
.service-group-band,
.collection-topic-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.detail-story-band > .cm-container,
.detail-benefit-band > .cm-container,
.detail-process-band > .cm-container,
.detail-faq-band > .cm-container,
.service-group-band > .cm-container,
.collection-topic-band > .cm-container {
  position: relative;
  z-index: 2;
}

.detail-story-band {
  background: #f7eee9;
}

.detail-story-band::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, #f8f1ed 0%, rgba(248, 241, 237, 0.97) 35%, rgba(248, 241, 237, 0.38) 70%, rgba(8, 43, 85, 0.18) 100%),
    var(--detail-photo) right center / cover no-repeat;
  content: "";
}

.detail-story-band::after {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: 10%;
  bottom: -230px;
  background: rgba(244, 81, 36, 0.3);
  border-radius: 50%;
  filter: blur(26px);
  content: "";
}

.detail-story-copy {
  padding: 44px 46px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-left: 5px solid var(--cm-gold);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(4, 24, 47, 0.12);
  backdrop-filter: blur(16px);
}

.detail-story-band .fact-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(4, 24, 47, 0.28);
}

.detail-benefit-band {
  background: #fff3ec;
}

.detail-benefit-band::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255, 243, 236, 0.98) 0%, rgba(255, 243, 236, 0.94) 54%, rgba(255, 243, 236, 0.5) 100%),
    var(--detail-photo) right center / cover no-repeat;
  content: "";
}

.detail-benefit-band::after {
  position: absolute;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  left: -30vw;
  top: -40vw;
  background: rgba(244, 81, 36, 0.14);
  border-radius: 50%;
  content: "";
}

.detail-benefit-band .benefit-item {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.78);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(8, 43, 85, 0.1);
  backdrop-filter: blur(12px);
}

.detail-benefit-band .benefit-item:nth-child(even) {
  margin-top: 22px;
}

.detail-process-band {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(105deg, rgba(4, 24, 47, 0.97) 0%, rgba(8, 43, 85, 0.88) 58%, rgba(8, 43, 85, 0.72) 100%),
    var(--detail-photo) center 32% / cover fixed;
}

.detail-process-band::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 81, 36, 0.33), transparent 27%),
    linear-gradient(135deg, transparent 0 67%, rgba(244, 81, 36, 0.12) 67% 68%, transparent 68%);
  content: "";
}

.detail-process-band .section-heading h2,
.detail-process-band .process-step h3 {
  color: var(--cm-white);
}

.detail-process-band .section-heading p,
.detail-process-band .process-step p {
  color: rgba(255, 255, 255, 0.72);
}

.detail-process-band .process-flow {
  gap: 14px;
}

.detail-process-band .process-flow::before {
  bottom: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cm-gold), transparent);
}

.detail-process-band .process-step {
  min-height: 340px;
  padding: 28px 20px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  backdrop-filter: blur(14px);
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.detail-process-band .process-step:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(244, 81, 36, 0.6);
  transform: translateY(-7px);
}

.detail-process-band .process-step-symbol {
  color: var(--cm-gold);
  background: rgba(244, 81, 36, 0.14);
  border: 1px solid rgba(244, 81, 36, 0.32);
}

.detail-process-band .process-step-icon {
  background: transparent;
  border-color: transparent;
}

.detail-faq-band {
  background:
    radial-gradient(circle at 8% 12%, rgba(244, 81, 36, 0.2), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(8, 43, 85, 0.1), transparent 32%),
    linear-gradient(135deg, #fff9f5 0%, #f7eee9 52%, #eef3f6 100%);
}

.detail-faq-band::before {
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  left: -95px;
  bottom: -120px;
  border: 58px solid rgba(244, 81, 36, 0.1);
  border-radius: 50%;
  content: "";
}

.detail-faq-band .faq-layout > div:first-child {
  align-self: start;
  padding: 36px;
  background: var(--cm-navy);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(4, 24, 47, 0.18);
}

.detail-faq-band .faq-layout > div:first-child h2 {
  color: var(--cm-white);
}

.detail-faq-band .faq-layout > div:first-child p {
  color: rgba(255, 255, 255, 0.7);
}

.detail-faq-band .faq-list {
  display: grid;
  gap: 12px;
}

.detail-faq-band .faq-list details,
.detail-faq-band .faq-list details:last-child {
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(8, 43, 85, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(4, 24, 47, 0.07);
  backdrop-filter: blur(10px);
}

.service-group-band::before,
.collection-topic-band::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
}

.service-group-band::after,
.collection-topic-band::after {
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -250px;
  border: 78px solid rgba(244, 81, 36, 0.13);
  border-radius: 50%;
  content: "";
}

.group-visual-0 {
  background: #fff5ef;
}

.group-visual-0::before {
  background:
    linear-gradient(90deg, rgba(255, 245, 239, 0.99) 0%, rgba(255, 245, 239, 0.93) 55%, rgba(255, 245, 239, 0.56) 100%),
    url("../images/stock/service-team.webp") right center / cover no-repeat;
}

.group-visual-1 {
  background: var(--cm-navy-deep);
}

.group-visual-1::before {
  background:
    linear-gradient(100deg, rgba(4, 24, 47, 0.97) 0%, rgba(8, 43, 85, 0.82) 54%, rgba(8, 43, 85, 0.38) 100%),
    url("../images/stock/business-meeting.webp") center 30% / cover fixed;
}

.group-visual-1::after {
  border-color: rgba(244, 81, 36, 0.22);
}

.group-visual-1 .service-group-heading h2 {
  color: var(--cm-white);
}

.group-visual-1 .service-group-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.group-visual-1 .group-number-icon {
  --number-icon-image: var(--number-icon-orange);
  filter: drop-shadow(0 12px 18px rgba(244, 81, 36, 0.25));
}

.group-visual-1 .service-card {
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.group-visual-2 {
  background: #e95a31;
}

.group-visual-2::before {
  background:
    linear-gradient(102deg, rgba(223, 68, 28, 0.96) 0%, rgba(244, 81, 36, 0.88) 52%, rgba(8, 43, 85, 0.7) 100%),
    url("../images/stock/technical-support.webp") left center / cover no-repeat;
}

.group-visual-2::after {
  right: auto;
  left: -180px;
  border-color: rgba(255, 255, 255, 0.13);
}

.group-visual-2 .service-group-heading h2,
.group-visual-2 .service-group-heading p,
.group-visual-2 .service-group-heading .eyebrow.dark {
  color: var(--cm-white);
}

.group-visual-2 .service-group-heading p {
  color: rgba(255, 255, 255, 0.8);
}

.group-visual-2 .service-group-heading .eyebrow::before {
  background: var(--cm-white);
}

.group-visual-2 .group-number-icon {
  --number-icon-image: var(--number-icon-navy);
}

.group-visual-2 .service-card {
  background: rgba(255, 255, 255, 0.91);
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(80, 20, 4, 0.18);
  backdrop-filter: blur(16px);
}

.group-visual-0 .service-card,
.group-visual-1 .service-card {
  border-radius: 18px;
}

.collection-topic-band {
  background: var(--cm-navy-deep);
}

.collection-topic-band::before {
  background:
    linear-gradient(100deg, rgba(4, 24, 47, 0.98) 0%, rgba(8, 43, 85, 0.88) 60%, rgba(8, 43, 85, 0.68) 100%),
    url("../images/stock/multilingual-team.webp") center / cover fixed;
}

.collection-topic-band .section-heading h2 {
  color: var(--cm-white);
}

.collection-topic-band .topic-link {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

@media (max-width: 980px) {
  .detail-story-band::before,
  .detail-benefit-band::before,
  .group-visual-0::before {
    background-position: center;
    background-size: cover;
  }

  .detail-story-copy {
    padding: 36px;
  }

  .detail-process-band .process-flow {
    gap: 12px;
  }

  .detail-process-band .process-step {
    min-height: 310px;
    padding: 24px 16px 15px;
  }
}

@media (max-width: 760px) {
  .detail-story-band::before {
    background:
      linear-gradient(180deg, rgba(248, 241, 237, 0.85) 0%, rgba(248, 241, 237, 0.97) 100%),
      var(--detail-photo) center / cover no-repeat;
  }

  .detail-benefit-band::before {
    background:
      linear-gradient(180deg, rgba(255, 243, 236, 0.85), rgba(255, 243, 236, 0.98)),
      var(--detail-photo) center / cover no-repeat;
  }

  .detail-story-copy {
    padding: 28px 23px;
    border-radius: 14px;
  }

  .detail-benefit-band .benefit-item:nth-child(even) {
    margin-top: 0;
  }

  .detail-process-band,
  .group-visual-1::before,
  .collection-topic-band::before {
    background-attachment: scroll;
  }

  .detail-process-band .process-flow {
    gap: 14px;
  }

  .detail-process-band .process-step {
    min-height: 0;
  }

  .detail-faq-band .faq-layout > div:first-child {
    padding: 28px 24px;
  }

  .group-visual-0::before,
  .group-visual-2::before {
    background-position: center;
    background-size: cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  .detail-process-band,
  .group-visual-1::before,
  .collection-topic-band::before {
    background-attachment: scroll;
  }
}

/* WhatsApp CTA buttons */
body .hero-actions a.cm-btn[href^="https://wa.me/"] {
  color: var(--cm-white);
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

body .hero-actions a.cm-btn[href^="https://wa.me/"] i {
  color: var(--cm-white);
}

body .hero-actions a.cm-btn[href^="https://wa.me/"]:hover {
  color: var(--cm-white);
  background: #1eaf55;
  border-color: #1eaf55;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.3);
}

/* Cookie consent and preferences */
.footer-bottom button[data-cookie-settings] {
  position: relative;
  z-index: 2;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.footer-bottom > div {
  padding-right: 140px;
}

.footer-bottom button[data-cookie-settings]:hover {
  color: var(--cm-orange);
}

.cookie-banner {
  position: fixed;
  z-index: 10020;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--cm-white);
  background: rgba(4, 24, 47, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(4, 24, 47, 0.34);
  backdrop-filter: blur(18px);
}

.cookie-banner[hidden],
.cookie-preferences[hidden] {
  display: none !important;
}

.cookie-banner-copy {
  max-width: 670px;
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cm-white);
  font: 700 19px/1.3 "Space Grotesk", sans-serif;
}

.cookie-banner-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
}

.cookie-banner-copy a {
  color: var(--cm-white);
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.cookie-banner-actions button,
.cookie-preferences-dialog footer button {
  min-height: 44px;
  padding: 10px 16px;
  color: var(--cm-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-banner-actions button:first-child,
.cookie-preferences-dialog footer button {
  background: var(--cm-orange);
  border-color: var(--cm-orange);
}

.cookie-banner-actions button:hover,
.cookie-preferences-dialog footer button:hover {
  transform: translateY(-1px);
  border-color: var(--cm-white);
}

.cookie-preferences {
  position: fixed;
  z-index: 10030;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cookie-preferences-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 47, 0.68);
  border: 0;
  backdrop-filter: blur(8px);
}

.cookie-preferences-dialog {
  position: relative;
  width: min(560px, 100%);
  overflow: hidden;
  background: var(--cm-white);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(4, 24, 47, 0.35);
}

.cookie-preferences-dialog > header,
.cookie-preferences-dialog > footer {
  display: flex;
  padding: 20px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--cm-navy);
}

.cookie-preferences-dialog > header strong {
  color: var(--cm-white);
  font: 700 22px/1.3 "Space Grotesk", sans-serif;
}

.cookie-preferences-dialog > header button {
  width: 38px;
  height: 38px;
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.cookie-preference-row {
  display: flex;
  margin: 0 24px;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(8, 43, 85, 0.1);
}

.cookie-preference-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cm-navy);
}

.cookie-preference-row p {
  margin: 0;
  color: var(--cm-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cookie-preference-row > span {
  flex: 0 0 auto;
  color: var(--cm-orange);
  font-size: 12px;
  font-weight: 800;
}

.cookie-preference-row input {
  width: 46px;
  height: 24px;
  flex: 0 0 auto;
  accent-color: var(--cm-orange);
}

.cookie-preferences-dialog > footer {
  margin-top: 0;
  background: #f5f7f9;
}

.cookie-preferences-dialog > footer a {
  color: var(--cm-navy);
  font-weight: 700;
  text-decoration: underline;
}

body.cookie-preferences-open {
  overflow: hidden;
}

/* Main call-center services SEO hub */
.detail-context-wrap {
  position: relative;
  z-index: 3;
  margin-top: -30px;
  margin-bottom: 30px;
}

.detail-context-link {
  display: flex;
  margin: 0;
  padding: 18px 22px;
  align-items: center;
  gap: 14px;
  color: var(--cm-navy);
  background: #fff;
  border: 1px solid rgba(8, 43, 85, 0.12);
  border-left: 4px solid var(--cm-orange);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(8, 43, 85, 0.09);
  line-height: 1.65;
}

.detail-context-link > i {
  color: var(--cm-orange);
  font-size: 20px;
}

.detail-context-link a {
  color: var(--cm-navy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(245, 78, 38, 0.55);
  text-underline-offset: 4px;
}

.service-scope-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(245, 78, 38, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.service-scope-section::before {
  position: absolute;
  width: 290px;
  height: 290px;
  top: -150px;
  left: -130px;
  content: "";
  border: 1px solid rgba(8, 43, 85, 0.08);
  border-radius: 50%;
}

.service-scope-section > .cm-container {
  position: relative;
  z-index: 1;
}

.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-scope-grid > a {
  display: flex;
  min-height: 235px;
  padding: 28px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  color: var(--cm-navy);
  background: #fff;
  border: 1px solid rgba(8, 43, 85, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(8, 43, 85, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-scope-grid > a:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 78, 38, 0.38);
  box-shadow: 0 22px 50px rgba(8, 43, 85, 0.13);
}

.scope-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--cm-navy);
  border-radius: 14px;
  font-size: 21px;
}

.service-scope-grid h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.service-scope-grid p {
  margin: 0 0 18px;
  color: var(--cm-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-scope-grid div > span {
  color: var(--cm-orange);
  font-size: 13px;
  font-weight: 800;
}

.service-scope-grid div > span i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.service-scope-grid > a:hover div > span i {
  transform: translateX(4px);
}

.service-choice-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(6, 37, 72, 0.98), rgba(8, 43, 85, 0.93)),
    url("../images/stock/home-agent.webp") center/cover;
}

.service-choice-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  align-items: center;
  gap: 70px;
}

.service-choice-copy h2 {
  max-width: 620px;
  margin: 12px 0 20px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.service-choice-copy p {
  max-width: 600px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.service-choice-list {
  margin: 0;
  padding: 12px 0;
  list-style: none;
  counter-reset: choice;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.service-choice-list li {
  display: grid;
  padding: 18px 24px;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  counter-increment: choice;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.service-choice-list li:last-child {
  border-bottom: 0;
}

.service-choice-list li::before {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: 1 / span 2;
  place-items: center;
  content: counter(choice, decimal-leading-zero);
  color: #fff;
  background: var(--cm-orange);
  border-radius: 10px;
  font: 700 13px/1 "Space Grotesk", sans-serif;
}

.service-choice-list strong {
  color: #fff;
  font-size: 16px;
}

.service-choice-list span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .detail-context-wrap {
    margin-top: -18px;
    margin-bottom: 18px;
  }

  .detail-context-link {
    align-items: flex-start;
    padding: 16px;
  }

  .service-scope-grid {
    grid-template-columns: 1fr;
  }

  .service-scope-grid > a {
    min-height: 0;
    padding: 22px;
    gap: 18px;
  }

  .service-choice-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-choice-copy h2 {
    font-size: 36px;
  }

  .service-choice-list li {
    padding: 16px;
    grid-template-columns: 42px 1fr;
    column-gap: 10px;
  }

  .footer-bottom > div {
    padding-right: 0;
  }

  .cookie-banner {
    right: 12px;
    bottom: 76px;
    left: 12px;
    display: block;
    padding: 18px;
    border-radius: 14px;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

  .cookie-banner-actions button:last-child {
    grid-column: 1 / -1;
  }

  .cookie-preferences {
    padding: 14px;
  }

  .cookie-preferences-dialog > header,
  .cookie-preferences-dialog > footer {
    padding: 17px 18px;
  }

  .cookie-preference-row {
    margin: 0 18px;
    padding: 17px 0;
  }
}

/* ISO certificates */
.iso-trust-band {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  color: var(--cm-white);
  background: var(--cm-navy-deep);
}

.iso-trust-band::before {
  position: absolute;
  top: -180px;
  right: -110px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
}

.iso-trust-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 74px;
  align-items: center;
}

.iso-trust-copy .eyebrow {
  color: #ffb099;
}

.iso-trust-copy h2 {
  max-width: 650px;
  margin: 12px 0 18px;
  color: var(--cm-white);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
}

.iso-trust-copy p {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.iso-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.iso-badge-grid article {
  display: grid;
  min-height: 134px;
  padding: 24px;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(7px);
}

.iso-badge-grid article > i {
  display: grid;
  width: 50px;
  height: 50px;
  color: var(--cm-white);
  border-radius: 14px;
  background: var(--cm-orange);
  place-items: center;
  font-size: 21px;
}

.iso-badge-grid strong,
.iso-badge-grid span {
  display: block;
}

.iso-badge-grid strong {
  margin-bottom: 7px;
  color: var(--cm-white);
  font-size: 18px;
}

.iso-badge-grid span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.45;
}

.certificates-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  color: var(--cm-white);
  background: linear-gradient(120deg, var(--cm-navy-deep) 0 61%, #103c5d 61% 100%);
}

.certificates-hero::after {
  position: absolute;
  top: -120px;
  right: 8%;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.certificates-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 72px;
  align-items: center;
}

.certificates-hero .eyebrow {
  color: #ffb099;
}

.certificates-hero h1 {
  max-width: 920px;
  margin: 14px 0 20px;
  color: var(--cm-white);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.03;
}

.certificates-hero p {
  max-width: 810px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.72;
}

.certificate-date {
  display: inline-flex;
  margin-top: 28px;
  padding: 13px 18px;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.certificate-date i {
  color: #ff8a68;
}

.certificate-date strong {
  margin-right: 7px;
}

.certificates-hero-mark {
  display: grid;
  width: 230px;
  height: 230px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.035);
}

.certificates-hero-mark i {
  margin-bottom: 5px;
  color: #ff8a68;
  font-size: 36px;
}

.certificates-hero-mark strong {
  color: var(--cm-white);
  font-size: 72px;
  line-height: 1;
}

.certificates-hero-mark span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

.certificates-showcase {
  background: #f4f7fa;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.certificate-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: 230px 1fr;
  border: 1px solid rgba(12, 45, 74, 0.1);
  border-radius: 20px;
  background: var(--cm-white);
  box-shadow: 0 16px 42px rgba(7, 28, 48, 0.07);
}

.certificate-preview {
  position: relative;
  display: block;
  min-height: 330px;
  overflow: hidden;
  background: #e9edf1;
}

.certificate-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.35s ease;
}

.certificate-preview > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  color: var(--cm-white);
  border-radius: 9px;
  background: rgba(7, 28, 48, 0.9);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.certificate-preview:hover img {
  transform: scale(1.025);
}

.certificate-card-copy {
  padding: 30px 28px;
}

.certificate-card-copy > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cm-orange-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
}

.certificate-card-copy h2 {
  margin: 0 0 13px;
  color: var(--cm-navy);
  font-size: 25px;
  line-height: 1.18;
}

.certificate-card-copy p {
  margin: 0 0 22px;
  color: var(--cm-muted);
  line-height: 1.65;
}

.certificate-card-copy dl,
.certificate-card-copy dt,
.certificate-card-copy dd {
  margin: 0;
}

.certificate-card-copy dl {
  padding-top: 18px;
  border-top: 1px solid var(--cm-line);
}

.certificate-card-copy dl > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0;
  font-size: 13px;
}

.certificate-card-copy dt {
  color: var(--cm-muted);
}

.certificate-card-copy dd {
  color: var(--cm-navy);
  font-weight: 800;
}

.certificate-note {
  display: flex;
  margin: 26px 0 0;
  padding: 18px 20px;
  gap: 12px;
  align-items: flex-start;
  color: #486174;
  border: 1px solid #dce5ec;
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.certificate-note i {
  margin-top: 3px;
  color: var(--cm-orange);
}

.certificate-meaning {
  background: var(--cm-white);
}

.certificate-meaning-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 76px;
  align-items: center;
}

.certificate-meaning-layout > div:first-child h2 {
  margin: 12px 0 18px;
  color: var(--cm-navy);
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.08;
}

.certificate-meaning-layout > div:first-child p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 16px;
  line-height: 1.78;
}

.certificate-meaning-list {
  display: grid;
  gap: 13px;
}

.certificate-meaning-list article {
  display: grid;
  padding: 22px;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  align-items: start;
  border: 1px solid var(--cm-line);
  border-radius: 15px;
  background: #f7f9fb;
}

.certificate-meaning-list article > i {
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--cm-white);
  border-radius: 14px;
  background: var(--cm-navy);
  place-items: center;
  font-size: 19px;
}

.certificate-meaning-list h3 {
  margin: 0 0 6px;
  color: var(--cm-navy);
  font-size: 19px;
}

.certificate-meaning-list p {
  margin: 0;
  color: var(--cm-muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .iso-trust-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

  .certificate-meaning-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .iso-trust-band {
    padding: 58px 0;
  }

  .iso-badge-grid {
    grid-template-columns: 1fr;
  }

  .iso-badge-grid article {
    min-height: 0;
    padding: 18px;
  }

  .certificates-hero {
    padding: 64px 0;
    background: var(--cm-navy-deep);
  }

  .certificates-hero-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .certificates-hero h1 {
    font-size: 42px;
  }

  .certificates-hero-mark {
    width: 160px;
    height: 160px;
  }

  .certificates-hero-mark strong {
    font-size: 52px;
  }

  .certificate-card {
    grid-template-columns: 132px 1fr;
    border-radius: 15px;
  }

  .certificate-preview {
    min-height: 292px;
  }

  .certificate-preview > span {
    right: 7px;
    bottom: 7px;
    left: 7px;
    padding: 8px 5px;
    font-size: 10px;
  }

  .certificate-card-copy {
    padding: 22px 17px;
  }

  .certificate-card-copy h2 {
    font-size: 20px;
  }

  .certificate-card-copy p {
    font-size: 13px;
  }

  .certificate-card-copy dl > div {
    display: block;
  }

  .certificate-card-copy dd {
    margin-top: 2px;
  }
}
