:root {
  --cs-ink: #071224;
  --cs-muted: #516075;
  --cs-orange: #ff3d12;
  --cs-orange-dark: #e52f08;
  --cs-line: #e7ebf2;
  --cs-soft: #fff4ef;
  --cs-card: #ffffff;
  --cs-shadow: 0 18px 45px rgba(12, 24, 48, 0.08);
}

body {
  background: #fff;
}

.cs-page {
  color: var(--cs-ink);
  background: linear-gradient(180deg, #fff 0%, #fbfcff 48%, #fff 100%);
}

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

.cs-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(520px, 1.08fr);
  gap: 28px;
  align-items: center;
  padding: 42px 0 18px;
}

.cs-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #44536a;
  font-size: 13px;
}

.cs-crumb span {
  color: var(--cs-orange);
  font-weight: 700;
}

.cs-eyebrow {
  color: var(--cs-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.cs-hero h1 {
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  margin: 0 0 22px;
}

.cs-orange {
  color: var(--cs-orange);
}

.cs-hero p {
  max-width: 520px;
  margin: 0;
  color: #243149;
  font-size: 17px;
  line-height: 1.72;
}

.cs-hero-media {
  position: relative;
  min-height: 420px;
  border-bottom-left-radius: 170px;
  overflow: hidden;
}

.cs-hero-media::before {
  content: "";
  position: absolute;
  inset: -30px 0 auto -40px;
  height: 460px;
  border-left: 22px solid var(--cs-orange);
  border-top: 22px solid var(--cs-orange);
  border-radius: 220px 0 0 0;
  pointer-events: none;
  z-index: 2;
}

.cs-hero-media img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: 160px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.cs-float {
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  color: var(--cs-orange);
  box-shadow: 0 18px 35px rgba(10, 24, 48, 0.16);
}

.cs-float.one {
  left: 8%;
  top: 29%;
}

.cs-float.two {
  left: 30%;
  top: 13%;
}

.cs-float.three {
  right: 9%;
  top: 17%;
}

.cs-float.four {
  right: 5%;
  bottom: 23%;
}

.cs-stats {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  align-items: center;
  margin: -10px auto 26px;
  padding: 22px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--cs-line);
  border-radius: 8px;
  box-shadow: var(--cs-shadow);
}

.cs-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border-right: 1px solid var(--cs-line);
}

.cs-stat:last-child {
  border-right: 0;
}

.cs-stat strong {
  display: block;
  font-size: 27px;
  line-height: 1;
  color: var(--cs-ink);
}

.cs-stat span {
  display: block;
  margin-top: 4px;
  color: #28364b;
  font-size: 12px;
  font-weight: 700;
}

.cs-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--cs-orange);
}

.cs-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cs-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 22px;
}

.cs-tab {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: #fff;
  color: #172238;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 27, 50, 0.04);
  transition: 0.18s ease;
}

.cs-tab:hover,
.cs-tab.active {
  border-color: var(--cs-orange);
  background: var(--cs-orange);
  color: #fff;
  transform: translateY(-1px);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.case-card {
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(11, 23, 45, 0.06);
}

.case-image {
  position: relative;
  height: 148px;
  overflow: hidden;
}

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

.case-badge {
  position: absolute;
  right: 14px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: #172238;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(10, 24, 48, 0.12);
}

.case-body {
  padding: 17px 17px 18px;
}

.case-body h2 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.22;
  letter-spacing: 0;
}

.case-body p {
  min-height: 72px;
  margin: 0;
  color: #344158;
  font-size: 14px;
  line-height: 1.58;
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0 14px;
}

.case-metric {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.case-metric i,
.mini-dot {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fff2ec;
  color: var(--cs-orange);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.case-metric strong {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.case-metric span {
  display: block;
  margin-top: 3px;
  color: #56637a;
  font-size: 9px;
  line-height: 1.15;
}

.cs-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cs-orange);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.featured-case {
  display: grid;
  grid-template-columns: 1.02fr 230px 1.08fr;
  gap: 0;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--cs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(11, 23, 45, 0.06);
}

.featured-copy {
  padding: 28px;
}

.featured-copy .label {
  color: var(--cs-orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-copy h2 {
  margin: 10px 0 10px;
  font-size: 26px;
  line-height: 1.12;
}

.featured-copy p {
  margin: 0 0 12px;
  color: #344158;
  line-height: 1.55;
}

.featured-copy h3 {
  margin: 8px 0 6px;
  color: var(--cs-orange);
  font-size: 16px;
}

.check-list {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: #1d2a41;
  font-size: 13px;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 1.5px solid var(--cs-orange);
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--cs-orange) 0 3px, transparent 3px);
}

.featured-results {
  align-self: center;
  justify-self: center;
  width: 200px;
  padding: 22px 20px;
  border-radius: 8px;
  background: rgba(255, 246, 242, 0.96);
  box-shadow: 0 18px 38px rgba(15, 27, 50, 0.08);
}

.featured-results h3 {
  margin: 0 0 14px;
  color: var(--cs-orange);
  font-size: 18px;
}

.featured-results div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 13px 0;
}

.featured-results strong {
  display: block;
  font-size: 17px;
}

.featured-results span {
  display: block;
  color: #344158;
  font-size: 12px;
}

.featured-media {
  min-height: 265px;
  overflow: hidden;
}

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

.quote-strip {
  display: grid;
  grid-template-columns: 90px 1fr 86px 240px 120px;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 28px;
  border: 1px solid var(--cs-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 23, 45, 0.05);
}

.quote-mark {
  color: var(--cs-orange);
  font-size: 76px;
  font-weight: 900;
  line-height: 0.9;
}

.quote-text {
  color: #25334c;
  font-size: 20px;
  line-height: 1.45;
}

.quote-avatar {
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 50%;
}

.quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-person strong {
  display: block;
  font-size: 15px;
}

.quote-person span {
  display: block;
  margin: 4px 0;
  color: #68758b;
  font-size: 12px;
}

.quote-person b {
  color: var(--cs-orange);
  letter-spacing: 0.16em;
}

.quote-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.quote-nav button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff2ec;
  color: var(--cs-orange);
  font-size: 20px;
  cursor: pointer;
}

.cs-cta {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 22px;
  align-items: center;
  margin: 18px 0 54px;
  padding: 20px 28px;
  border: 1px solid #ffdccc;
  border-radius: 8px;
  background: linear-gradient(90deg, #fff2ed 0%, #fff7f4 100%);
}

.cs-send {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cs-orange);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.cs-cta h2 {
  margin: 0 0 4px;
  font-size: 24px;
}

.cs-cta p {
  margin: 0;
  color: #44536a;
}

.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 6px;
  background: var(--cs-orange);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(255, 61, 18, 0.22);
}

.cs-btn:hover {
  background: var(--cs-orange-dark);
}

@media (max-width: 1100px) {
  .cs-hero,
  .featured-case {
    grid-template-columns: 1fr;
  }

  .cs-hero-media {
    min-height: 360px;
  }

  .cs-hero-media img {
    height: 380px;
  }

  .cs-stats,
  .cs-tabs,
  .cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-stat {
    border-right: 0;
    border-bottom: 1px solid var(--cs-line);
    padding: 14px;
  }

  .quote-strip {
    grid-template-columns: 64px 1fr;
  }

  .quote-avatar,
  .quote-person,
  .quote-nav {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .cs-container {
    width: min(100% - 28px, 1180px);
  }

  .cs-hero {
    padding-top: 28px;
  }

  .cs-hero h1 {
    font-size: 42px;
  }

  .cs-hero-media {
    min-height: 280px;
    border-radius: 14px;
  }

  .cs-hero-media::before {
    display: none;
  }

  .cs-hero-media img {
    height: 300px;
    border-radius: 14px;
  }

  .cs-float {
    display: none;
  }

  .cs-stats,
  .cs-tabs,
  .cases-grid,
  .case-metrics,
  .cs-cta {
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 22px;
  }

  .quote-strip {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .quote-mark {
    font-size: 54px;
  }

  .cs-cta {
    text-align: center;
  }

  .cs-send {
    margin: 0 auto;
  }
}

/* Page markup overrides */
.cs-hero .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #44536a;
  font-size: 13px;
}

.cs-hero .breadcrumb span,
.cs-hero h1 span {
  color: var(--cs-orange);
}

.cs-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  border-radius: 18px;
}

.cs-visual::before {
  display: none;
}

.cs-visual img {
  width: 100%;
  max-width: 690px;
  height: 380px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(7, 18, 36, 0.16);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.cs-stats > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 0 18px;
  border-right: 1px solid var(--cs-line);
}

.cs-stats > div:last-child {
  border-right: 0;
}

.cs-stats strong {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.cs-stats p {
  margin: 4px 0 0;
  color: #28364b;
  font-size: 12px;
  font-weight: 700;
}

.cs-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff1ec;
  border: 1px solid #ffd9ca;
}

.cs-icon::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--cs-orange);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.cs-icon.target::before { content: "T"; }
.cs-icon.office::before { content: "B"; }
.cs-icon.globe::before { content: "G"; }
.cs-icon.clock::before { content: "U"; }
.cs-icon.star::before { content: "*"; }

.cs-tabs a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: #fff;
  color: #172238;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(15, 27, 50, 0.04);
}

.cs-tabs a:hover,
.cs-tabs a.active {
  border-color: var(--cs-orange);
  background: var(--cs-orange);
  color: #fff;
}

.cases-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(11, 23, 45, 0.06);
}

.cases-grid article > img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: cover;
}

.cases-grid article > b {
  display: none;
}

.cases-grid article > b::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background-color: var(--cs-orange);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.cases-grid article:nth-child(1) > b::before,
.cases-grid article:nth-child(5) > b::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 17h12a4 4 0 0 0 0-8 6 6 0 0 0-11-2 5 5 0 0 0-1 10z'/%3E%3C/svg%3E");
}

.cases-grid article:nth-child(2) > b::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 3v3M12 18v3M3 12h3M18 12h3M5.6 5.6l2.1 2.1M16.3 16.3l2.1 2.1M18.4 5.6l-2.1 2.1M7.7 16.3l-2.1 2.1'/%3E%3C/svg%3E");
}

.cases-grid article:nth-child(3),
.cases-grid article:nth-child(6) {
  overflow: hidden;
}

.cases-grid article:nth-child(3) > b::before,
.cases-grid article:nth-child(6) > b::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3Crect x='5' y='5' width='14' height='14' rx='2'/%3E%3C/svg%3E");
}

.cases-grid article:nth-child(4) > b::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M4 12h16M12 4c3 3 3 13 0 16M12 4c-3 3-3 13 0 16'/%3E%3C/svg%3E");
}

.cases-grid article h2 {
  margin: 17px 17px 10px;
  font-size: 19px;
  line-height: 1.22;
}

.cases-grid article p {
  min-height: 72px;
  margin: 0 17px;
  color: #344158;
  font-size: 14px;
  line-height: 1.58;
}

.cases-grid article > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 17px 14px;
}

.cases-grid article > div span {
  display: block;
  color: var(--cs-orange);
  font-size: 14px;
  font-weight: 900;
}

.cases-grid article small {
  display: block;
  margin-top: 4px;
  color: #56637a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
}

.cases-grid article > a {
  display: inline-flex;
  margin: 0 17px 18px;
  color: var(--cs-orange);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.featured-case > div {
  padding: 28px;
}

.featured-case > div > span {
  color: var(--cs-orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-case > div h2 {
  margin: 10px 0;
  font-size: 26px;
  line-height: 1.12;
}

.featured-case > div p {
  margin: 0 0 12px;
  color: #344158;
  line-height: 1.55;
}

.featured-case > div h3 {
  margin: 8px 0 6px;
  color: var(--cs-orange);
}

.featured-case ul {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: #1d2a41;
  font-size: 13px;
}

.featured-case li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 1.5px solid var(--cs-orange);
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--cs-orange) 0 3px, transparent 3px);
}

.featured-case aside {
  align-self: center;
  justify-self: center;
  width: 200px;
  padding: 22px 20px;
  border-radius: 8px;
  background: rgba(255, 246, 242, 0.96);
  box-shadow: 0 18px 38px rgba(15, 27, 50, 0.08);
}

.featured-case aside h3 {
  margin: 0 0 14px;
  color: var(--cs-orange);
}

.featured-case aside strong {
  display: block;
  margin: 13px 0;
  font-size: 17px;
}

.featured-case aside small {
  display: block;
  color: #344158;
  font-size: 12px;
  font-weight: 600;
}

.featured-case > img {
  width: 100%;
  height: 100%;
  min-height: 265px;
  object-fit: cover;
}

.quote-strip > img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
}

.quote-strip > span strong,
.quote-strip > span small {
  display: block;
}

.quote-strip > span small {
  margin-top: 4px;
  color: #68758b;
}

.quote-strip .stars {
  color: var(--cs-orange);
  letter-spacing: 0.16em;
}

.quote-strip nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.quote-strip button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff2ec;
  color: var(--cs-orange);
  font-size: 20px;
  cursor: pointer;
}

.cs-send {
  position: relative;
}

.cs-send::before {
  content: ">";
  transform: rotate(-35deg);
}

@media (max-width: 1100px) {
  .cs-stats > div {
    border-right: 0;
    border-bottom: 1px solid var(--cs-line);
    padding: 14px;
  }
}
