.page {
  background: var(--paper);
}

.hero {
  display: flex;
  min-height: calc(100svh - 110px);
  align-items: center;
  border-top: 1px solid #e7e5df;
  background:
    linear-gradient(90deg, rgba(217, 37, 54, 0.035) 1px, transparent 1px)
      0 0 / 120px 100%,
    var(--paper);
}

.heroInner {
  display: grid;
  align-items: center;
  padding: clamp(68px, 8.2vh, 104px) 0;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: clamp(62px, 7.2vw, 112px);
}

.heroCopy {
  max-width: 880px;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 42px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #7a7b7d;
  font-size: 12px;
  line-height: 1.4;
}

.breadcrumbs a {
  transition: color 180ms ease;
}

.breadcrumbs a:hover {
  color: var(--red);
}

.hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(43px, 4vw, 61px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 1.045;
  text-wrap: balance;
}

.geoDefinition {
  max-width: 800px;
  margin: 23px 0 0;
  padding: 15px 18px;
  border-left: 2px solid var(--red);
  background: rgba(217, 37, 54, 0.04);
  color: #4d4e51;
  font-size: 14px;
  line-height: 1.55;
}

.geoDefinition strong {
  color: var(--graphite);
  font-weight: 600;
}

.heroLead {
  max-width: 800px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.32vw, 20px);
  line-height: 1.58;
}

.heroActions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.primaryButton {
  min-width: 238px;
  border: 0;
  background: var(--red);
  color: var(--white);
}

.primaryButton:hover,
.primaryButton:focus-visible {
  background: var(--red-dark);
}

.secondaryLink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 6px 0 3px;
  border-bottom: 1px solid #a6a5a1;
  font-size: 14px;
  font-weight: 500;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.secondaryLink:hover,
.secondaryLink:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.heroSystem {
  display: flex;
  min-height: 530px;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  padding: 39px 40px 38px;
  border: 1px solid #d6d4cf;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 26px 70px rgba(32, 33, 36, 0.07);
}

.heroSystem > p {
  margin: 0 0 23px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heroSystem > strong {
  max-width: 420px;
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 500;
  letter-spacing: -0.043em;
  line-height: 1.12;
}

.heroSystem ol {
  margin: 35px 0 0;
  padding: 0;
  border-top: 1px solid #d8d6d1;
  list-style: none;
}

.heroSystem li {
  display: grid;
  min-height: 51px;
  align-items: center;
  border-bottom: 1px solid #d8d6d1;
  grid-template-columns: 44px 1fr;
}

.heroSystem li span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.heroSystem li b {
  font-size: 14px;
  font-weight: 500;
}

.heroSystem small {
  max-width: 390px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.workSection,
.relevanceSection,
.integrationSection,
.processSection,
.measurementSection,
.formatsSection,
.faqSection {
  padding: clamp(64px, 6.2vw, 82px) 0;
}

.relevanceSection {
  border-top: 1px solid #e3e1dc;
  background: var(--white);
}

.relevanceInner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(58px, 7vw, 108px);
}

.relevanceColumn {
  min-width: 0;
}

.compactHeader {
  min-height: 168px;
  margin-bottom: 32px;
}

.compactHeader h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(30px, 2.7vw, 41px);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.12;
  text-wrap: balance;
}

.relevanceList,
.resultList {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d6d1;
  list-style: none;
}

.relevanceList li {
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 17px 4px;
  border-bottom: 1px solid #d8d6d1;
  grid-template-columns: 48px 1fr;
  gap: 8px;
}

.relevanceList span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.relevanceList p {
  margin: 0;
  color: #3d3e41;
  font-size: 15px;
  line-height: 1.52;
}

.resultColumn {
  padding: 31px 34px 35px;
  border: 1px solid #d8d6d1;
  background: var(--paper);
}

.resultColumn .compactHeader {
  min-height: 136px;
  margin-bottom: 23px;
}

.resultList li {
  position: relative;
  min-height: 61px;
  padding: 18px 4px 17px 28px;
  border-bottom: 1px solid #d8d6d1;
  color: #3d3e41;
  font-size: 15px;
  line-height: 1.5;
}

.resultList li::before {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: var(--red);
  content: "";
}

.sectionHeader {
  max-width: 980px;
  margin-bottom: 48px;
}

.sectionHeader h2,
.integrationCopy h2,
.processCopy h2,
.limitsInner h2 {
  margin: 0;
  font-size: clamp(34px, 3.35vw, 49px);
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 1.1;
  text-wrap: balance;
}

.sectionHeader > p:last-child:not(:first-child),
.integrationCopy > p:last-child,
.processCopy > p:not(.section-label):not(.processNote) {
  max-width: 810px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.workSection {
  background: var(--graphite);
  color: var(--white);
}

.lightHeader {
  max-width: 1050px;
}

.lightLabel {
  margin: 0 0 20px;
  color: #ff6674;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lightHeader > p:last-child {
  color: #c7c8ca;
}

.workGrid {
  display: grid;
  border-top: 1px solid #4d4e51;
  border-left: 1px solid #4d4e51;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workGrid article {
  min-height: 260px;
  padding: 27px 27px 30px;
  border-right: 1px solid #4d4e51;
  border-bottom: 1px solid #4d4e51;
  background: #26272a;
}

.workGrid article > span {
  display: block;
  margin-bottom: 34px;
  color: #ff6674;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.workGrid h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.027em;
  line-height: 1.2;
}

.workGrid p {
  margin: 0;
  color: #c7c8ca;
  font-size: 14px;
  line-height: 1.62;
}

.integrationSection {
  background: var(--white);
}

.integrationInner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(58px, 7vw, 108px);
}

.integrationCopy {
  max-width: 610px;
}

.integrationLinks {
  border-top: 1px solid #d8d6d1;
  border-right: 1px solid #d8d6d1;
  border-left: 1px solid #d8d6d1;
}

.integrationLinks a {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 29px 70px 30px 31px;
  border-bottom: 1px solid #d8d6d1;
  background: var(--paper);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.integrationLinks a:hover,
.integrationLinks a:focus-visible {
  background: rgba(217, 37, 54, 0.04);
}

.integrationLinks a > span {
  margin-bottom: 16px;
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.integrationLinks strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.2;
}

.integrationLinks small {
  margin-top: 11px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.integrationLinks i {
  position: absolute;
  top: 50%;
  right: 31px;
  color: var(--red);
  font-size: 24px;
  font-style: normal;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.integrationLinks a:hover i,
.integrationLinks a:focus-visible i {
  transform: translate(4px, -50%);
}

.processSection {
  border-top: 1px solid #e3e1dc;
}

.processInner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  gap: clamp(62px, 8vw, 126px);
}

.processCopy {
  position: sticky;
  top: 138px;
}

.processNote {
  max-width: 650px;
  margin: 25px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--red);
  color: #525356;
  font-size: 14px;
  line-height: 1.58;
}

.stageList {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d6d1;
  list-style: none;
}

.stageList li {
  display: grid;
  min-height: 184px;
  align-items: start;
  padding: 27px 27px 30px;
  border-right: 1px solid #d8d6d1;
  border-bottom: 1px solid #d8d6d1;
  border-left: 1px solid #d8d6d1;
  grid-template-columns: 54px 1fr;
  gap: 8px;
}

.stageList > li > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.stageList small {
  display: block;
  margin-bottom: 14px;
  color: #858689;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stageList h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.22;
}

.stageList p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.measurementSection {
  border-top: 1px solid #e3e1dc;
  background: var(--white);
}

.measurementGrid {
  display: grid;
  border-top: 1px solid #d8d6d1;
  border-left: 1px solid #d8d6d1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.measurementGrid article {
  min-height: 300px;
  padding: 31px 33px 36px;
  border-right: 1px solid #d8d6d1;
  border-bottom: 1px solid #d8d6d1;
  background: var(--paper);
}

.measurementGrid article > div {
  display: flex;
  margin-bottom: 58px;
  align-items: center;
  justify-content: space-between;
}

.measurementGrid span,
.measurementGrid small {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.measurementGrid small {
  color: #858689;
}

.measurementGrid h3,
.formatGrid h3 {
  margin: 0 0 17px;
  font-size: clamp(25px, 2.1vw, 31px);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.18;
}

.measurementGrid p,
.formatGrid p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.64;
}

.limitsSection {
  padding: clamp(64px, 6.2vw, 82px) 0;
  background: var(--graphite);
  color: var(--white);
}

.limitsInner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(58px, 8vw, 126px);
}

.limitsCopy {
  padding-top: 31px;
  border-top: 1px solid #55565a;
}

.limitsCopy p {
  margin: 0;
  color: #c7c8ca;
  font-size: 16px;
  line-height: 1.65;
}

.limitsCopy strong {
  display: block;
  margin-top: 29px;
  padding-left: 19px;
  border-left: 2px solid var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.formatsSection {
  background: var(--paper);
}

.formatGrid {
  display: grid;
  border-top: 1px solid #d8d6d1;
  border-left: 1px solid #d8d6d1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.formatGrid article {
  position: relative;
  min-height: 330px;
  padding: 31px 32px 36px;
  border-right: 1px solid #d8d6d1;
  border-bottom: 1px solid #d8d6d1;
  background: var(--white);
}

.formatGrid article > span {
  display: block;
  margin-bottom: 66px;
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.formatGrid .featuredFormat {
  background: rgba(217, 37, 54, 0.035);
}

.featuredFormat::before {
  position: absolute;
  z-index: 1;
  inset: -1px;
  border: 1px solid var(--red);
  content: "";
  pointer-events: none;
}

.faqSection {
  border-top: 1px solid #e3e1dc;
  background: var(--white);
}

.faqList {
  max-width: 1120px;
  border-top: 1px solid #d7d5d0;
}

.faqList details {
  border-bottom: 1px solid #d7d5d0;
}

.faqList summary {
  position: relative;
  display: flex;
  min-height: 86px;
  align-items: center;
  padding: 22px 62px 22px 0;
  cursor: pointer;
  list-style: none;
}

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

.faqList summary::after {
  position: absolute;
  right: 5px;
  color: var(--red);
  content: "+";
  font-size: 27px;
  font-weight: 400;
}

.faqList details[open] summary::after {
  content: "−";
}

.faqList summary h3 {
  display: grid;
  width: 100%;
  align-items: center;
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  grid-template-columns: 72px 1fr;
  line-height: 1.35;
}

.faqList summary h3 > span:first-child {
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.faqAnswer {
  max-width: 820px;
  margin: -4px 0 0 72px;
  padding: 0 0 28px;
}

.faqAnswer p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.contactSection {
  background: var(--paper);
}

.contactSection .contact-inner {
  min-height: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.contactSection h2 {
  font-size: clamp(34px, 3.4vw, 50px);
  letter-spacing: -0.042em;
  line-height: 1.1;
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
  }

  .heroInner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 64px 0 82px;
  }

  .heroSystem {
    min-height: auto;
  }

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

  .integrationInner {
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
    gap: 48px;
  }

  .processInner {
    grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
    gap: 54px;
  }
}

@media (max-width: 930px) {
  .relevanceInner,
  .integrationInner,
  .processInner,
  .limitsInner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .processCopy {
    position: static;
  }

  .contactSection .contact-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .compactHeader,
  .resultColumn .compactHeader {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .hero {
    background:
      linear-gradient(90deg, rgba(217, 37, 54, 0.035) 1px, transparent 1px)
        0 0 / 72px 100%,
      var(--paper);
  }

  .heroInner {
    gap: 32px;
    padding: 46px 0 62px;
  }

  .breadcrumbs {
    margin-bottom: 29px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(34px, 9.25vw, 43px);
    line-height: 1.045;
  }

  .heroLead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .geoDefinition {
    margin-top: 18px;
    padding: 13px 15px;
    font-size: 13px;
  }

  .heroActions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .primaryButton {
    width: 100%;
    min-width: 0;
  }

  .secondaryLink {
    align-self: flex-start;
  }

  .heroSystem {
    padding: 23px 20px 22px;
  }

  .heroSystem > p {
    margin-bottom: 17px;
  }

  .heroSystem > strong {
    font-size: 28px;
  }

  .heroSystem ol {
    margin-top: 23px;
  }

  .workSection,
  .relevanceSection,
  .integrationSection,
  .processSection,
  .measurementSection,
  .limitsSection,
  .formatsSection,
  .faqSection {
    padding: 50px 0;
  }

  .workSection,
  .limitsSection {
    padding: 44px 0;
  }

  .sectionHeader {
    margin-bottom: 34px;
  }

  .sectionHeader h2,
  .compactHeader h2,
  .integrationCopy h2,
  .processCopy h2,
  .limitsInner h2,
  .contactSection h2 {
    font-size: clamp(30px, 8.3vw, 38px);
  }

  .compactHeader {
    margin-bottom: 28px;
  }

  .relevanceInner {
    gap: 38px;
  }

  .relevanceList li {
    min-height: 0;
    padding: 17px 0;
    grid-template-columns: 38px 1fr;
  }

  .resultColumn {
    padding: 25px 21px 27px;
  }

  .resultList li {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 15px;
  }

  .resultList li::before {
    top: 21px;
  }

  .sectionHeader > p:last-child:not(:first-child),
  .integrationCopy > p:last-child,
  .processCopy > p:not(.section-label):not(.processNote) {
    font-size: 15px;
  }

  .workGrid,
  .measurementGrid,
  .formatGrid {
    grid-template-columns: 1fr;
  }

  .workGrid article,
  .measurementGrid article,
  .formatGrid article {
    min-height: 0;
    padding: 24px 22px 27px;
  }

  .workGrid article > span,
  .measurementGrid article > div,
  .formatGrid article > span {
    margin-bottom: 23px;
  }

  .workGrid h3,
  .stageList h3 {
    font-size: 21px;
  }

  .measurementGrid h3,
  .formatGrid h3 {
    font-size: 24px;
  }

  .integrationLinks a {
    min-height: 170px;
    padding: 25px 58px 27px 22px;
  }

  .integrationLinks strong {
    font-size: 22px;
  }

  .integrationLinks i {
    right: 22px;
  }

  .stageList li {
    min-height: 0;
    padding: 23px 20px 25px;
    grid-template-columns: 31px 1fr;
    gap: 5px;
  }

  .limitsInner {
    gap: 30px;
  }

  .limitsCopy {
    padding-top: 24px;
  }

  .faqList summary {
    min-height: 78px;
    padding: 18px 44px 18px 0;
  }

  .faqList summary h3 {
    font-size: 17px;
    grid-template-columns: 38px 1fr;
  }

  .faqAnswer {
    margin-left: 38px;
    padding-bottom: 24px;
  }
}

.service-fact-line {
  display: flex;
  margin-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0;
  row-gap: 8px;
}

.service-fact-line span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #5f6062;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.service-fact-line span:not(:first-child)::before {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  flex: 0 0 4px;
  background: var(--red);
  content: "";
}

@media (max-width: 620px) {
  .service-fact-line {
    margin-top: 22px;
    row-gap: 5px;
  }

  .service-fact-line span {
    min-height: 21px;
    font-size: 12px;
    line-height: 1.3;
  }

  .service-fact-line span:not(:first-child)::before {
    margin: 0 7px;
  }
}
