:root {
  --navy: #2418c9;
  --deep: #03063d;
  --ink: #111427;
  --muted: #667085;
  --line: #dce4f2;
  --soft: #f4f7fb;
  --white: #ffffff;
  --blue: #6093ff;
  --sky: #6093ff;
  --mint: #6093ff;
  --violet: #2418c9;
  --point: #4f7ff0;
  --point-deep: #2f37c9;
  --point-soft: #f7f9ff;
  --point-line: #dce6ff;
  --yellow: #f9ce46;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(7, 14, 72, 0.16);
  font-family: "SUIT", "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

h1,
h2,
h3,
p,
li,
a,
button,
td,
th {
  word-break: keep-all;
  overflow-wrap: break-word;
}

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

button {
  font: inherit;
}

.section-inner {
  width: min(1180px, 86vw);
  margin: 0 auto;
}

.hero .section-inner,
.quick-rail .section-inner {
  width: min(1704px, calc(100% - 96px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 6vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 228, 242, 0.88);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.86;
}

.brand-wordmark span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.86em;
  height: 0.86em;
  margin-left: 0.04em;
  color: var(--white);
  background: linear-gradient(135deg, var(--sky), var(--blue) 48%, var(--violet));
  border-radius: 50%;
  font-size: 0.72em;
  font-weight: 900;
}

.brand-title {
  color: #283047;
  font-size: 0.9rem;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: #283047;
  font-size: 0.96rem;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--navy);
  background: #eef4ff;
}

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

.header-cta,
.primary-button,
.ghost-button,
.text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
}

.header-cta,
.primary-button,
.ghost-button {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
}

.header-cta,
.primary-button {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 16px 36px rgba(12, 14, 188, 0.24);
}

.primary-button.light {
  color: var(--navy);
  background: var(--white);
}

.primary-button.compact {
  min-height: 44px;
  padding: 0 20px;
  font-size: 0.96rem;
}

.ghost-button {
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.ghost-button.is-disabled,
.ghost-button:disabled {
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.82;
}

.ghost-button.is-disabled svg,
.ghost-button:disabled svg {
  opacity: 0.78;
}

.header-cta svg,
.primary-button svg,
.ghost-button svg,
.nav-toggle svg,
.mobile-apply-bar svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  min-height: 710px;
  color: var(--white);
  overflow: hidden;
  background: #05075f;
}

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

.hero-media {
  z-index: 0;
  background-image: url("assets/hero-ai-smallbiz.png");
  background-position: center;
  background-size: cover;
  filter: saturate(1.08);
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 4, 70, 0.96) 0%, rgba(12, 14, 188, 0.82) 45%, rgba(3, 4, 70, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 4, 88, 0.6));
}

.hero-grid {
  z-index: 2;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(132, 238, 254, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 238, 254, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
  gap: clamp(36px, 4.2vw, 72px);
  min-height: 710px;
  align-items: center;
  padding: 78px 0 96px;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sky);
  font-size: 0.92rem;
  font-weight: 950;
}

.hero .eyebrow {
  font-size: 15px;
  font-weight: 600;
}

.hero h1,
.section-heading h2,
.contact-heading h2,
.final-cta h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 100%;
  font-size: 45px;
  line-height: 1.04;
  font-weight: 900;
  text-wrap: balance;
}

.hero h1 span {
  display: block;
}

.hero h1 .title-mobile,
.lead .lead-mobile {
  display: none;
}

.hero h1 .title-desktop {
  white-space: normal;
}

.lead {
  max-width: 960px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.58;
  font-weight: 650;
}

.lead-break {
  display: none;
}

.mobile-only {
  display: none;
}

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

.hero-apply-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  justify-self: end;
}

.hero-apply-card {
  position: relative;
  display: block;
  width: min(100%, 400px);
  max-width: 100%;
  min-height: 164px;
  padding: 24px 74px 24px 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 96% 96%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(39, 27, 215, 0.98) 0%, rgba(69, 112, 232, 0.98) 50%, rgba(91, 208, 208, 0.96) 100%);
  border: 1px solid rgba(180, 230, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 28px 72px rgba(4, 8, 78, 0.36);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.hero-apply-card span,
.hero-apply-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--white);
}

.hero-apply-kicker {
  font-size: 14px;
  font-weight: 600;
}

.hero-apply-title {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1.06;
  font-weight: 800;
  white-space: nowrap;
}

.hero-apply-copy {
  max-width: 300px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.38;
  font-weight: 500;
}

.hero-apply-card svg {
  position: absolute;
  z-index: 1;
  right: 28px;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
}

.hero-apply-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.hero-apply-card:hover {
  transform: translateY(-2px);
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 34px 84px rgba(4, 8, 78, 0.44);
}

.hero-brief {
  display: grid;
  gap: 14px;
}

.brief-deadline,
.brief-grid article,
.brief-apply-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brief-deadline {
  padding: 28px;
  color: var(--ink);
}

.brief-deadline span,
.brief-grid span,
.brief-apply-card span,
.quick-grid span {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 950;
}

.brief-deadline strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 1.82rem;
  line-height: 1.18;
  font-weight: 950;
}

.brief-deadline p,
.brief-grid p,
.brief-apply-card p,
.quick-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
}

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

.brief-grid article {
  min-height: 150px;
  padding: 22px;
  color: var(--ink);
}

.brief-grid strong,
.brief-apply-card strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 1.82rem;
  line-height: 1.1;
  font-weight: 950;
}

.brief-apply-card {
  position: relative;
  display: block;
  grid-column: 1 / -1;
  min-height: 138px;
  padding: 24px 78px 24px 26px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 14, 188, 0.96), rgba(30, 158, 255, 0.92) 64%, rgba(76, 228, 199, 0.92)),
    var(--navy);
  overflow: hidden;
}

.brief-apply-card span,
.brief-apply-card strong,
.brief-apply-card p {
  position: relative;
  z-index: 1;
  color: var(--white);
}

.brief-apply-card strong {
  font-size: 2.08rem;
}

.brief-apply-card p {
  color: rgba(255, 255, 255, 0.82);
}

.brief-apply-card svg {
  position: absolute;
  right: 26px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
}

.brief-apply-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.quick-rail {
  position: relative;
  z-index: 5;
  margin-top: 0;
  padding: 20px 0 62px;
  background: var(--white);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.quick-grid article {
  min-height: 150px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(223, 229, 241, 0.94);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(7, 16, 74, 0.07);
}

.quick-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: var(--blue);
}

.quick-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.38;
  font-weight: 900;
}

.quick-grid article:first-child strong {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  transform: scaleX(0.97);
  transform-origin: left center;
}

.quick-grid .same-rank-line {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.38;
  font-weight: 900;
}

.quick-grid p {
  font-size: 0.95rem;
  font-weight: 400;
}

.quick-grid span {
  display: block;
  color: #0c0ebc;
  font-size: 14px;
  font-weight: 700;
}

.summary-section,
.mentor-preview-section,
.apply-section,
.final-cta {
  background: var(--white);
}

.summary-section,
.support-section,
.mentor-preview-section,
.apply-section,
.caution-section {
  padding: 96px 0;
}

.summary-section .section-inner,
.support-section .section-inner,
.mentor-preview-section .section-inner,
.apply-section .section-inner,
.caution-section .section-inner,
.final-cta .section-inner,
.notice-original-inline .section-inner {
  width: min(1265px, calc(100% - 96px));
}

.support-section,
.caution-section {
  background: var(--soft);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 32px;
}

.section-heading .eyebrow {
  color: #0fd0e9;
}

.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 32px;
  max-width: none;
}

.section-heading h2,
.contact-heading h2,
.final-cta h2 {
  color: var(--ink);
  font-size: 2.6rem;
  line-height: 1.18;
  font-weight: 950;
}

.section-heading p:not(.eyebrow),
.final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.65;
  font-weight: 400;
}

.overview-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.overview-cards article {
  min-height: 270px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(20, 28, 76, 0.06);
}

.overview-cards svg {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  color: var(--point);
}

.overview-cards span {
  display: block;
  color: var(--point-deep);
  font-size: 14px;
  font-weight: 950;
}

.overview-cards h3 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.3;
  font-weight: 950;
}

.overview-cards p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.54;
  font-weight: 400;
}

.stage-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.stage-list div {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--point-line);
  border-radius: var(--radius);
}

.stage-list small,
.process-board strong small {
  display: block;
  color: var(--point);
  font-size: 0.76rem;
  line-height: 1;
  font-weight: 950;
}

.process-board strong small {
  margin-bottom: 9px;
}

.stage-list strong {
  display: block;
  margin-top: 7px;
  color: #111427;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 950;
}

.stage-list p {
  margin-top: 8px;
  font-size: 0.94rem;
  font-weight: 400;
}

.process-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process-board article,
.overview-cards article,
.support-steps article,
.apply-cards article,
.warning-grid article,
.contact-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(20, 28, 76, 0.06);
}

.process-board article {
  display: flex;
  flex-direction: column;
  height: 243.41px;
  min-height: 243.41px;
  padding: 24px 20px;
  border-top: 3px solid var(--point-deep);
}

.process-board span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--point);
  border-radius: var(--radius);
  font-weight: 950;
}

.process-board strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 950;
}

.process-board p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 400;
}

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

.support-steps article {
  min-height: 342px;
  padding: 30px;
}

.step-label {
  display: inline-flex;
  margin: 0;
  padding: 8px 12px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 950;
}

.support-steps h3,
.apply-cards strong,
.warning-grid h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.28;
  font-weight: 950;
}

.apply-cards p,
.warning-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 400;
}

.support-matrix {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.matrix-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 16px;
  background: #f7faff;
  border: 1px solid #dde8ff;
  border-radius: var(--radius);
}

.matrix-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid #dbe7ff;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 950;
}

.matrix-line strong {
  color: #111427;
  font-size: 16.64px;
  line-height: 1.5;
  font-weight: 700;
}

.matrix-line.is-tall {
  align-items: start;
}

.matrix-line ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.matrix-line li {
  position: relative;
  padding-left: 22px;
  color: #111427;
  font-size: 16.64px;
  line-height: 1.5;
  font-weight: 500;
}

.matrix-line li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: #1e9eff;
  border-radius: 50%;
}

.matrix-line b {
  color: #111427;
}

.table-shell {
  margin-top: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(7, 14, 72, 0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  padding: 18px 22px 14px;
  color: var(--navy);
  text-align: left;
  font-weight: 950;
}

.caption-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.caption-line > span {
  font-size: 1.28rem;
  line-height: 1.15;
}

caption small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  font-weight: 500;
}

th,
td {
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.52;
}

th {
  color: var(--white);
  background: var(--navy);
  font-size: 0.96rem;
  font-weight: 950;
}

td {
  color: #111427;
  font-weight: 400;
}

td:first-child {
  width: 240px;
  color: #111427;
  font-weight: 950;
}

.table-shell table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-shell thead {
  display: none;
}

.table-shell tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 16px 16px;
}

.table-shell tr {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  min-height: 78px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.table-shell tbody tr:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.table-shell td {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-top: 0;
  color: #111427;
  font-size: 15px;
  line-height: 1.45;
}

.table-shell td:first-child {
  width: auto;
  color: #0c0ebc;
  background: #f7faff;
  border-right: 1px solid var(--line);
  font-weight: 950;
}

.table-shell td:last-child {
  font-weight: 400;
}

.self-funding-panel {
  margin: 2px 16px 16px;
  padding: 18px;
  background: #f6f9ff;
  border: 1px solid #dbe7ff;
  border-radius: var(--radius);
}

.self-funding-panel > p {
  display: inline;
  margin: 0;
  color: #4b5563;
  background: linear-gradient(transparent 42%, rgba(255, 236, 153, 0.92) 42%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 0.94rem;
  line-height: 1.5;
  font-weight: 650;
}

.self-funding-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.self-funding-grid article {
  min-height: 118px;
  padding: 16px;
  background: var(--white);
  border: 1px solid #dbe7ff;
  border-radius: var(--radius);
}

.self-funding-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 950;
}

.self-funding-grid span {
  display: block;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.48;
  font-weight: 500;
}

.mentor-preview-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 0;
}

.mentor-preview-stats article {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98)),
    radial-gradient(circle at right top, rgba(30, 158, 255, 0.12), transparent 48%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(20, 28, 76, 0.06);
}

.mentor-preview-stats strong {
  display: block;
  color: var(--navy);
  font-size: 1.86rem;
  line-height: 1.1;
  font-weight: 950;
}

.mentor-preview-stats span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
  font-weight: 500;
}

.mentor-preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #f7faff, #ffffff);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mentor-preview-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.mentor-preview-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(12, 14, 188, 0.2);
  font-size: 0.96rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.mentor-preview-link:hover {
  box-shadow: 0 18px 36px rgba(12, 14, 188, 0.26);
  transform: translateY(-1px);
}

.mentor-preview-link svg {
  width: 18px;
  height: 18px;
}

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

.apply-cards article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.apply-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--point);
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 950;
}

.warning-grid svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}

.text-action {
  min-height: 42px;
  margin-top: auto;
  padding: 0 18px;
  color: var(--navy);
  background: #f7faff;
  border: 1px solid #dbe7ff;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(17, 20, 39, 0.06);
  font-size: 0.94rem;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.text-action:hover {
  background: #eef4ff;
  border-color: #bcd0ff;
  box-shadow: 0 12px 26px rgba(17, 20, 39, 0.09);
  transform: translateY(-1px);
}

.inline-reference {
  display: inline;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-bottom: 2px solid currentColor;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

.document-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.document-count {
  min-height: 416px;
  padding: 30px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 14, 188, 0.95), rgba(30, 158, 255, 0.92)),
    var(--navy);
  border-radius: var(--radius);
}

.document-count span {
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 950;
}

.document-count strong {
  display: block;
  margin-top: 18px;
  font-size: 1.45rem;
  line-height: 1.28;
  font-weight: 950;
}

.document-count p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

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

.doc-list div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  min-height: 74px;
  padding: 0 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #111427;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(7, 14, 72, 0.06);
}

.doc-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-right: 12px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid #dbe7ff;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 950;
}

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

.warning-grid article {
  display: flex;
  min-height: 220px;
  max-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.contact-block {
  margin-top: 28px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--ink);
  background: linear-gradient(180deg, var(--white) 0%, #f8fbff 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(20, 28, 76, 0.08);
}

.contact-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.contact-heading h2 {
  color: var(--ink);
}

.contact-heading .eyebrow {
  color: #0fd0e9;
}

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

.contact-grid article {
  grid-column: span 2;
  min-height: 172px;
  padding: 22px 22px 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at right top, rgba(30, 158, 255, 0.12), transparent 46%);
  border: 1px solid #dbe7ff;
  border-top: 3px solid #2f65f5;
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(12, 14, 188, 0.06);
}

.contact-grid article.is-wide {
  grid-column: span 3;
}

.contact-grid article.is-empty {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  border-top-color: transparent;
  box-shadow: none;
}

.contact-grid strong {
  display: block;
  color: #111427;
  font-size: 1.22rem;
  font-weight: 950;
}

.contact-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.42;
  font-weight: 400;
}

.contact-grid .contact-region {
  margin-top: 3px;
  color: #647089;
  font-size: 0.92rem;
}

.contact-grid .contact-agency {
  margin-top: 18px;
  color: #242b3f;
  font-size: 1rem;
  font-weight: 700;
}

.contact-grid .contact-phones {
  margin-top: 12px;
  padding-top: 12px;
  color: var(--navy);
  border-top: 1px solid #e6edff;
  font-size: 1.02rem;
  line-height: 1.55;
  font-weight: 850;
  letter-spacing: 0;
}

.contact-grid em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-right: 8px;
  padding: 0 9px;
  color: var(--blue);
  background: #eef4ff;
  border: 1px solid #dbe7ff;
  border-radius: 999px;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 950;
}

.faq-page {
  background:
    linear-gradient(180deg, #f4f7fb 0, #ffffff 360px),
    var(--white);
}

.faq-hero {
  padding: 104px 0 54px;
}

.faq-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: end;
}

.faq-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #111427;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.04;
  font-weight: 950;
}

.faq-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
  font-weight: 500;
}

.faq-hero-card {
  min-height: 196px;
  padding: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at right top, rgba(96, 147, 255, 0.55), transparent 48%),
    linear-gradient(135deg, var(--navy), var(--blue));
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  box-shadow: 0 24px 52px rgba(12, 14, 188, 0.22);
}

.faq-hero-card strong {
  display: block;
  font-size: 4.6rem;
  line-height: 0.9;
  font-weight: 950;
}

.faq-hero-card span {
  display: block;
  margin-top: 12px;
  font-size: 1.22rem;
  font-weight: 950;
}

.faq-hero-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.45;
}

.faq-section {
  padding: 42px 0 110px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-sidebar a {
  display: flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  color: #475467;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 850;
}

.faq-sidebar a:hover {
  color: var(--navy);
  background: #eef4ff;
}

.faq-content {
  display: grid;
  gap: 18px;
}

.faq-group {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(20, 28, 76, 0.06);
  scroll-margin-top: 96px;
}

.faq-group-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.faq-group-heading span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--point);
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 950;
}

.faq-group-heading h3 {
  margin: 0;
  color: #111427;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 950;
}

.faq-item {
  border-top: 1px solid #e5ecf7;
}

.faq-item:first-of-type {
  border-top: 0;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 17px 44px 17px 0;
  color: #111427;
  cursor: pointer;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 900;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: #eef4ff;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 950;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 42px 20px 0;
  color: #475467;
  font-size: 1rem;
  line-height: 1.72;
}

.faq-answer p {
  margin: 0 0 10px;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-answer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.faq-answer li::marker {
  color: var(--blue);
}

.faq-answer b {
  color: #111427;
}

.faq-inline-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 4px;
  padding: 0 14px;
  color: var(--navy);
  background: #f7faff;
  border: 1px solid #dbe7ff;
  border-radius: var(--radius);
  font-size: 0.92rem;
  font-weight: 950;
}

.final-cta {
  padding: 72px 0 96px;
}

.final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue) 58%, var(--mint));
  border-radius: var(--radius);
}

.final-inner h2,
.final-inner .eyebrow,
.final-inner p {
  color: var(--white);
}

.final-inner p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 400;
}

.final-inner .eyebrow {
  font-size: 15px;
  font-weight: 600;
}

.notice-original-inline {
  padding: 74px 0 82px;
  background: #f3f7fc;
}

.notice-original-inline[hidden] {
  display: none !important;
}

.original-page-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}

.original-page-stack img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--white);
  border: 1px solid rgba(223, 229, 241, 0.94);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(7, 16, 74, 0.1);
}

.site-footer {
  padding: 14px 0 92px;
  background: var(--white);
  overflow: hidden;
}

.footer-agency-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 44px);
  flex-wrap: wrap;
}

.footer-agency-logos img {
  display: block;
  width: min(268px, 42vw);
  max-width: 100%;
  height: 42px;
  object-fit: contain;
}

.footer-agency-logos img:first-child {
  width: min(268px, 42vw);
  height: 42px;
}

.info-dialog {
  width: min(560px, calc(100% - 40px));
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.info-dialog.reference-dialog {
  width: min(1040px, calc(100% - 40px));
  max-height: min(86vh, 920px);
  overflow: auto;
}

.reference-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.reference-pages.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
  margin-inline: auto;
}

.reference-pages img {
  display: block;
  width: 100%;
  height: auto;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(7, 14, 72, 0.12);
}

.info-dialog::backdrop {
  background: rgba(2, 4, 32, 0.58);
  backdrop-filter: blur(6px);
}

.info-dialog h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.9rem;
  line-height: 1.22;
}

.info-dialog p,
.info-dialog li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 500;
}

.info-dialog ol {
  display: grid;
  gap: 8px;
  margin: 20px 0 24px;
  padding-left: 22px;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: #eef4ff;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.dialog-close svg {
  width: 20px;
  height: 20px;
}

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

@media (max-width: 1500px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 32px;
  }

  .hero h1 {
    font-size: 45px;
    line-height: 1.04;
  }

  .lead {
    max-width: 820px;
    font-size: 18px;
    line-height: 1.58;
  }

  .hero-apply-card {
    width: min(100%, 400px);
    min-height: 164px;
    padding: 24px 74px 24px 28px;
  }

  .hero-apply-title {
    font-size: 30px;
    line-height: 1.06;
  }

  .hero-apply-copy {
    max-width: 300px;
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .hero .section-inner,
  .quick-rail .section-inner,
  .summary-section .section-inner,
  .support-section .section-inner,
  .mentor-preview-section .section-inner,
  .apply-section .section-inner,
  .caution-section .section-inner,
  .faq-hero .section-inner,
  .faq-section .section-inner,
  .final-cta .section-inner,
  .notice-original-inline .section-inner {
    width: min(100% - 48px, 980px);
  }

  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
    order: 3;
  }

  .site-nav {
    position: fixed;
    inset: 72px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .header-cta {
    display: none;
  }

  .faq-hero-inner,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-hero-card {
    width: min(100%, 320px);
  }

  .faq-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 28px;
  }

  .hero-apply-zone {
    justify-content: flex-start;
    padding-top: 4px;
  }

  .hero-apply-card {
    width: min(400px, 100%);
  }

  .overview-cards,
  .apply-cards,
  .warning-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid article,
  .contact-grid article.is-wide {
    grid-column: auto;
  }

  .contact-grid article.is-empty {
    display: none;
  }

  .quick-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .quick-grid article {
    padding: 20px 16px;
  }

  .quick-grid strong {
    font-size: 1.08rem;
  }

  .quick-grid p {
    font-size: 0.9rem;
  }

  .quick-grid .same-rank-line {
    font-size: 1.08rem;
  }

  .overview-cards .stage-card {
    grid-column: 1 / -1;
  }

  .process-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section-inner,
  .summary-section .section-inner,
  .support-section .section-inner,
  .mentor-preview-section .section-inner,
  .apply-section .section-inner,
  .caution-section .section-inner,
  .faq-hero .section-inner,
  .faq-section .section-inner,
  .final-cta .section-inner,
  .notice-original-inline .section-inner {
    width: min(100% - 32px, 680px);
  }

  .hero .section-inner,
  .quick-rail .section-inner {
    width: min(100% - 32px, 680px);
  }

  .site-header {
    min-height: 66px;
    padding: 0 16px;
    gap: 12px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-title {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    padding: 54px 0 78px;
  }

  .hero h1 {
    max-width: 100%;
    inline-size: 100%;
    font-size: 1.92rem;
    line-height: 1.12;
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero h1 span {
    display: block;
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero h1 .title-desktop,
  .lead .lead-desktop {
    display: none;
  }

  .hero h1 .title-mobile,
  .lead .lead-mobile {
    display: block;
  }

  .lead {
    font-size: 1.04rem;
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .lead-break {
    display: block;
  }

  .mobile-only {
    display: block;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions a,
  .hero-actions button {
    width: 100%;
  }

  .hero-apply-zone {
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-apply-card {
    min-height: 138px;
    padding: 24px 70px 24px 24px;
  }

  .hero-apply-kicker {
    font-size: 0.9rem;
  }

  .hero-apply-title {
    margin-top: 8px;
    font-size: 1.72rem;
  }

  .hero-apply-copy {
    max-width: 260px;
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .hero-apply-card svg {
    right: 22px;
    width: 32px;
    height: 32px;
  }

  .hero-apply-card::after {
    right: -54px;
    bottom: -68px;
    width: 170px;
    height: 170px;
  }

  .faq-hero {
    padding: 82px 0 34px;
  }

  .faq-hero h1 {
    font-size: 2.2rem;
  }

  .faq-hero p {
    font-size: 1rem;
  }

  .faq-hero-card {
    min-height: 150px;
    padding: 22px;
  }

  .faq-hero-card strong {
    font-size: 3.3rem;
  }

  .faq-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .faq-group {
    padding: 18px;
  }

  .faq-item summary {
    min-height: 58px;
    padding-right: 40px;
    font-size: 0.98rem;
  }

  .faq-answer {
    padding-right: 0;
    font-size: 0.94rem;
  }

  .original-page-stack {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brief-grid,
  .quick-grid,
  .overview-cards,
  .support-steps,
  .mentor-preview-stats,
  .apply-cards,
  .document-layout,
  .doc-list,
  .warning-grid,
  .contact-grid,
  .final-inner {
    grid-template-columns: 1fr;
  }

  .quick-rail {
    margin-top: 0;
    padding: 28px 0 44px;
  }

  .summary-section,
  .support-section,
  .mentor-preview-section,
  .apply-section,
  .caution-section {
    padding: 70px 0;
  }

  .section-heading.split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-heading h2,
  .contact-heading h2,
  .final-cta h2 {
    font-size: 1.72rem;
    word-break: normal;
    overflow-wrap: anywhere;
  }

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

  .process-board article {
    height: auto;
    min-height: 190px;
  }

  .overview-cards .stage-card {
    grid-column: auto;
  }

  .mentor-preview-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mentor-preview-footer .mentor-preview-link {
    width: 100%;
  }

  .brief-apply-card {
    min-height: 128px;
    padding: 22px 64px 22px 22px;
  }

  .footer-agency-logos {
    flex-direction: column;
    gap: 20px;
  }

  .footer-agency-logos img,
  .footer-agency-logos img:first-child {
    width: min(250px, 78vw);
    max-width: min(250px, 78vw);
    height: 38px;
  }

  .brief-apply-card strong {
    font-size: 1.58rem;
  }

  .table-shell {
    overflow-x: hidden;
  }

  .table-shell table {
    min-width: 0;
  }

  .table-shell tbody {
    grid-template-columns: 1fr;
    padding: 0 12px 12px;
  }

  .table-shell tr {
    grid-template-columns: 1fr;
  }

  .table-shell tbody tr:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .table-shell td:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .caption-line {
    align-items: flex-start;
  }

  .caption-line > span {
    font-size: 1.12rem;
  }

  .self-funding-panel {
    margin: 2px 12px 12px;
    padding: 14px;
  }

  .self-funding-grid {
    grid-template-columns: 1fr;
  }

  .self-funding-grid article {
    min-height: auto;
  }

  .document-count {
    min-height: 220px;
  }

  .matrix-line {
    grid-template-columns: 1fr;
  }

  .reference-pages {
    grid-template-columns: 1fr;
  }

  .contact-heading {
    display: block;
  }

  .final-cta {
    padding-bottom: 110px;
  }

  .final-inner {
    padding: 26px;
  }

  .mobile-apply-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    color: var(--white);
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(12, 14, 188, 0.32);
    font-weight: 950;
  }
}
