.ivc-page {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 36px 56px 32px;
  background: #121c19;
  color: #f0f3e9;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ivc-page *, .ivc-page *::before, .ivc-page *::after { box-sizing: border-box; }
.ivc-page :where(h1, h2, p, ul) { margin: 0; }
.ivc-page :where(section, div, li) { min-width: 0; }
.ivc-page ul { padding: 0; list-style: none; }
.ivc-page svg { flex: 0 0 auto; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ivc-heading h1 { font-size: 72px; font-weight: 550; letter-spacing: -.055em; line-height: 1.06; }
.ivc-heading h1 span { color: #d0f5a5; }

.ivc-purposes { flex: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; gap: 64px; padding: 52px 0 56px; }
.ivc-purpose { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-content: start; gap: 24px; }
.ivc-groups { padding-left: 40px; border-left: 1px solid #35473b; }
.ivc-role-mark { color: #c2b8ff; }
.ivc-role-mark svg { display: block; width: 88px; height: 88px; stroke-width: 2; }
.ivc-icon-wash { fill: currentColor; fill-opacity: .075; stroke: none; }
.ivc-icon-detail { stroke-width: 1.6; }
.ivc-groups .ivc-role-mark { color: #d0f5a5; }
.ivc-purpose-copy { padding-top: 4px; }
.ivc-purpose h2 { font-size: 43px; font-weight: 550; line-height: 1.15; letter-spacing: -.045em; }
.ivc-purpose p { margin-top: 20px; max-width: 430px; color: #c5d0c5; font-size: 25px; font-weight: 400; line-height: 1.45; letter-spacing: -.018em; }

.ivc-possibilities { border-top: 1px solid #425540; padding-top: 24px; }
.ivc-possibilities h2 { color: #aebda9; font-size: 17px; font-weight: 400; line-height: 1.4; }
.ivc-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px; margin-top: 24px; }
.ivc-options li { position: relative; display: flex; align-items: center; gap: 16px; font-size: 35px; font-weight: 500; line-height: 1.25; letter-spacing: -.035em; }
.ivc-options svg { width: 31px; height: 31px; color: #c2b8ff; stroke-width: 1.5; }
.ivc-options li:nth-child(2) svg { color: #d0f5a5; }
.ivc-options li:nth-child(3) svg { color: #d5dac8; }
.ivc-or { position: absolute; left: -46px; color: #94a58f; font-size: 15px; font-weight: 400; line-height: 1.4; letter-spacing: 0; }

@container reader (max-width: 1300px) {
  .ivc-page { padding: 28px 32px 26px; }
  .ivc-heading h1 { font-size: clamp(46px, 5.7cqw, 66px); }
  .ivc-purposes { gap: 32px; padding: 42px 0; }
  .ivc-purpose { grid-template-columns: 62px minmax(0, 1fr); gap: 18px; }
  .ivc-groups { padding-left: 28px; }
  .ivc-role-mark svg { width: 62px; height: 62px; }
  .ivc-purpose h2 { font-size: 33px; }
  .ivc-purpose p { margin-top: 16px; font-size: 21px; }
  .ivc-possibilities { padding-top: 20px; }
  .ivc-options { gap: 46px; margin-top: 22px; }
  .ivc-options li { gap: 12px; font-size: 28px; }
  .ivc-options svg { width: 26px; height: 26px; }
  .ivc-or { left: -35px; font-size: 13px; }
}

@container reader (max-width: 850px) {
  .ivc-heading h1 { font-size: clamp(39px, 6.4cqw, 54px); }
  .ivc-purposes { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 42px 0; }
  .ivc-purpose { grid-template-columns: 72px minmax(0, 1fr); gap: 22px; }
  .ivc-groups { padding-left: 0; border-left: 0; }
  .ivc-role-mark svg { width: 72px; height: 72px; }
  .ivc-purpose p { max-width: none; }
  .ivc-options { gap: 32px; }
  .ivc-options li { flex-direction: column; align-items: flex-start; gap: 10px; font-size: 24px; }
  .ivc-or { left: -26px; bottom: 5px; font-size: 12px; }
}

@container reader (max-width: 600px) {
  .ivc-page { padding: 26px 20px 30px; }
  .ivc-heading h1 { font-size: clamp(33px, 8.8cqw, 44px); line-height: 1.08; }
  .ivc-purposes { flex: 0 0 auto; padding: 36px 0; gap: 32px; }
  .ivc-purpose { grid-template-columns: 52px minmax(0, 1fr); gap: 16px; }
  .ivc-role-mark svg { width: 52px; height: 52px; }
  .ivc-purpose-copy { padding-top: 2px; }
  .ivc-purpose h2 { font-size: 28px; }
  .ivc-purpose p { margin-top: 12px; font-size: 19px; line-height: 1.4; }
  .ivc-purpose p br { display: none; }
  .ivc-possibilities h2 { font-size: 15px; }
  .ivc-options { grid-template-columns: minmax(0, 1fr); gap: 0; margin-top: 18px; }
  .ivc-options li { flex-direction: row; align-items: center; gap: 15px; font-size: 29px; }
  .ivc-options li + li { padding-top: 48px; }
  .ivc-or { left: 41px; top: 16px; bottom: auto; font-size: 13px; }
}
