/*(c) HAXTER CORPORATION | ALL RIGHTS RESERVED. */
.page {
  margin: 0;
  background: #ffffff;
  color: #111111;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.layout {
  width: min(calc(100% - 56px), 1240px);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid #e3e3dc;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brandMain {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brandSub {
  font-size: 0.76rem;
  color: #61615b;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.navLink {
  color: #5b5b55;
  font-size: 0.95rem;
  text-decoration: none;
}

.navLink:hover {
  color: #111111;
}

.hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 42px;
  padding: 64px 0 44px;
  border-bottom: 1px solid #ecece6;
}

.heroCopy {
  max-width: 860px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666660;
}

.heroTitle {
  margin: 0 0 22px;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.heroText {
  margin: 0;
  font-size: 1.5rem;
  color: #5f5f59;
  max-width: 790px;
}

.heroNote {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid #e6e6de;
  font-size: 1.5rem;
  color: #666660;
  max-width: 760px;
}

.heroPanel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e3e3dc;
  background: #fafaf8;
  padding: 28px;
  min-height: 100%;
}

.panelBlock + .panelBlock {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e3e3dc;
}

.panelLabel {
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666660;
}

.panelTitle {
  margin: 0 0 8px;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.4;
}

.panelText {
  margin: 0;
  font-size: 1.25rem;
  color: #5f5f59;
}

.section {
  padding: 42px 0;
  border-bottom: 1px solid #ecece6;
}

.sectionHead {
  max-width: 840px;
  margin-bottom: 28px;
}

.sectionTitle {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.sectionText {
  margin: 0;
  color: #5f5f59;
  font-size: 1.3rem;
}

.statement {
  padding: 34px;
  background: #fafaf8;
  border: 1px solid #e3e3dc;
}

.statementText {
  margin: 0;
  font-size: clamp(1.22rem, 2vw, 1.85rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.gridTwo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gridThree {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.card {
  padding: 24px;
  border: 1px solid #e3e3dc;
  background: #ffffff;
}

.cardTag {
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #666660;
}

.cardTitle {
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.4;
  font-weight: 600;
}

.cardText {
  margin: 0;
  color: #5f5f59;
  font-size: 1.25rem;
}

.process {
  border-top: 1px solid #e3e3dc;
}

.processRow {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid #e3e3dc;
}

.processStep {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #666660;
}

.processTitle {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.4;
  font-weight: 600;
}

.processText {
  margin: 0;
  color: #5f5f59;
  font-size: 0.98rem;
}

.contactBox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  flex-wrap: wrap;
  padding: 34px;
  background: #fafaf8;
  border: 1px solid #e3e3dc;
}

.contactTitle {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.contactText {
  margin: 0;
  color: #5f5f59;
  max-width: 760px;
}

.contactAction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.bottomMeta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 24px 0 40px;
  color: #666660;
  font-size: 0.92rem;
}

@media (max-width: 1040px) {
  .hero,
  .gridTwo,
  .gridThree,
  .processRow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .layout {
    width: min(calc(100% - 28px), 1240px);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 42px;
  }

  .statement,
  .heroPanel,
  .contactBox,
  .card {
    padding: 22px;
  }
}
 