/* ACROS landing V5 — premium competition partner */
body.landing-v5 {
  --v5-bg: #f6f5ef;
  --v5-surface: #fffefb;
  --v5-navy: #121c38;
  --v5-navy-2: #1b294d;
  --v5-teal: #0abab5;
  --v5-teal-dark: #087b78;
  --v5-action: #18d8cc;
  --v5-action-hover: #00b8b0;
  --v5-action-active: #00a49d;
  --v5-action-ink: #121c38;
  --v5-muted: #687184;
  --v5-line: rgba(18, 28, 56, .12);
  --v5-soft: #ecebe5;
  --v5-font: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --v5-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
  --v5-width: min(1180px, calc(100vw - 48px));
  --paper: var(--v5-bg);
  --paper-2: var(--v5-soft);
  --ink: var(--v5-navy);
  --ink-soft: var(--v5-muted);
  --mut: var(--v5-muted);
  --line: var(--v5-line);
  --line-2: rgba(18, 28, 56, .2);
  --signal: var(--v5-teal-dark);
  margin: 0;
  background: var(--v5-bg);
  color: var(--v5-navy);
  font-family: var(--v5-font);
  letter-spacing: -.012em;
  line-height: 1.58;
}

body.landing-v5 * {
  box-sizing: border-box;
}

body.landing-v5 img {
  max-width: 100%;
}

body.landing-v5 .wrap,
body.landing-v5 .v5-container {
  width: var(--v5-width);
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

body.landing-v5 :where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--v5-teal);
  outline-offset: 3px;
}

body.landing-v5 .v5-kicker {
  margin: 0 0 13px;
  color: var(--v5-teal-dark);
  font: 700 11px/1.3 var(--v5-mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

body.landing-v5 .v5-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: end;
  gap: 48px;
  margin-bottom: 30px;
}

body.landing-v5 .v5-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--v5-navy);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 850;
  letter-spacing: -.052em;
  line-height: 1.08;
}

body.landing-v5 .v5-section-head > p {
  max-width: 39ch;
  margin: 0;
  color: var(--v5-muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Header */
body.landing-v5 .masthead {
  position: sticky;
  top: 0;
  z-index: 70;
  border: 0;
  border-bottom: 1px solid var(--v5-line);
  background: rgba(246, 245, 239, .93);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.landing-v5 .mast-meta {
  min-height: 28px;
  padding: 0;
  border-color: var(--v5-line);
}

body.landing-v5 .mast-meta .mono {
  color: var(--v5-muted);
  font-size: 9.5px;
  letter-spacing: .1em;
}

body.landing-v5 .mast-nav {
  height: 64px;
}

body.landing-v5 .wordmark {
  min-height: 44px;
  gap: 0;
  color: var(--v5-navy);
  line-height: 0;
}

body.landing-v5 .wordmark .mark {
  width: 36px;
  height: 36px;
  margin: 0;
  object-fit: contain;
}

body.landing-v5 .wordmark .wordmark-logo {
  display: block;
  width: 154px;
  height: auto;
  object-fit: contain;
}

body.landing-v5 .nav-l {
  gap: 25px;
}

body.landing-v5 .nav-l a.lk {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: #4f596e;
  border: 0;
  font-size: 13px;
  font-weight: 650;
}

body.landing-v5 .nav-l a.lk:hover {
  color: var(--v5-navy);
}

body.landing-v5 .cta-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--v5-navy);
  border-radius: 10px;
  background: var(--v5-action);
  box-shadow:
    0 3px 0 var(--v5-navy),
    0 8px 18px rgba(10, 186, 181, .22);
  color: var(--v5-action-ink);
  font-size: 13px;
  font-weight: 800;
  transition:
    transform .16s ease,
    background .16s ease,
    box-shadow .16s ease;
}

body.landing-v5 .cta-link:hover {
  transform: translateY(-1px);
  border-color: var(--v5-navy);
  background: var(--v5-action-hover);
  box-shadow:
    0 4px 0 var(--v5-navy),
    0 11px 24px rgba(10, 186, 181, .29);
}

body.landing-v5 .cta-link:active {
  transform: translateY(2px);
  background: var(--v5-action-active);
  box-shadow:
    0 1px 0 var(--v5-navy),
    0 5px 12px rgba(10, 186, 181, .2);
}

/* Hero */
body.landing-v5 .v5-hero {
  width: var(--v5-width);
  min-height: 590px;
  margin: 0 auto;
  padding: 56px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
  gap: 52px;
  align-items: center;
}

body.landing-v5 .v5-category {
  min-height: 31px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(8, 123, 120, .2);
  border-radius: 999px;
  background: rgba(10, 186, 181, .08);
  color: var(--v5-teal-dark);
  font-size: 12px;
  font-weight: 720;
}

body.landing-v5 .v5-category::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v5-teal);
  content: "";
}

body.landing-v5 .v5-hero h1 {
  max-width: 710px;
  margin: 20px 0 0;
  color: var(--v5-navy);
  font-size: clamp(48px, 5.4vw, 70px);
  font-weight: 900;
  letter-spacing: -.064em;
  line-height: 1.02;
}

body.landing-v5 .v5-hero h1 em {
  color: var(--v5-teal-dark);
  font-style: normal;
}

body.landing-v5 .v5-hero-lead {
  max-width: 590px;
  margin: 23px 0 0;
  color: var(--v5-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.landing-v5 .v5-hero-actions {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 18px;
}

body.landing-v5 .v5-hero-live {
  width: fit-content;
  min-height: 32px;
  margin-top: 14px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  border: 1px solid var(--v5-line);
  border-radius: 999px;
  background: var(--v5-surface);
  color: var(--v5-navy);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

body.landing-v5 .v5-hero-live[hidden] {
  display: none;
}

body.landing-v5 .v5-hero-live b {
  font-weight: 820;
}

body.landing-v5 .v5-hero-live:focus-visible {
  outline: 3px solid var(--v5-navy);
  outline-offset: 3px;
}

body.landing-v5 .v5-live-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v5-teal-dark);
  animation: v5-live-pulse 1.8s ease-in-out infinite;
}

@keyframes v5-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.72); }
}

body.landing-v5 .v5-primary,
body.landing-v5 .v5-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 760;
}

body.landing-v5 .v5-primary {
  padding: 0 20px;
  border: 1px solid var(--v5-navy);
  background: var(--v5-action);
  box-shadow:
    0 4px 0 var(--v5-navy),
    0 14px 30px rgba(10, 186, 181, .28);
  color: var(--v5-action-ink);
  font-weight: 820;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    background .16s ease;
}

body.landing-v5 .v5-primary span {
  color: var(--v5-action-ink);
}

body.landing-v5 .v5-primary:hover {
  transform: translateY(-2px);
  background: var(--v5-action-hover);
  box-shadow:
    0 6px 0 var(--v5-navy),
    0 18px 36px rgba(10, 186, 181, .34);
}

body.landing-v5 .v5-primary:active {
  transform: translateY(2px);
  background: var(--v5-action-active);
  box-shadow:
    0 1px 0 var(--v5-navy),
    0 7px 16px rgba(10, 186, 181, .22);
}

body.landing-v5 .v5-secondary {
  padding: 0 3px;
  color: var(--v5-navy);
}

body.landing-v5 .v5-secondary span {
  transition: transform .18s ease;
}

body.landing-v5 .v5-secondary:hover span {
  transform: translateY(2px);
}

body.landing-v5 .v5-hero-note {
  margin: 13px 0 0;
  color: var(--v5-muted);
  font-size: 12px;
}

body.landing-v5 .v5-hero-live[hidden] + .v5-hero-note {
  margin-top: 59px;
}

body.landing-v5 .v5-plan {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 18px;
  background: var(--v5-surface);
  box-shadow: 0 20px 54px rgba(18, 28, 56, .09);
}

body.landing-v5 .v5-plan-top {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-plan-title {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  font-weight: 780;
}

body.landing-v5 .v5-plan-mark {
  width: 36px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--v5-navy);
  color: var(--v5-teal);
  font: 700 9px/1 var(--v5-mono);
}

body.landing-v5 .v5-plan-visual {
  position: relative;
  isolation: isolate;
  aspect-ratio: 7 / 4;
  overflow: hidden;
  background: #f1eee5;
}

body.landing-v5 .v5-plan-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.landing-v5 .v5-plan-spotlight {
  position: absolute;
  z-index: 1;
  top: 43%;
  bottom: 4%;
  left: 26%;
  width: 23%;
  pointer-events: none;
  border: 1.5px solid rgba(10, 186, 181, .92);
  border-radius: 9px;
  background: rgba(10, 186, 181, .035);
  box-shadow:
    0 0 0 100vmax rgba(18, 28, 56, .34),
    0 8px 24px rgba(10, 186, 181, .16);
  transition:
    left .32s cubic-bezier(.2, .72, .2, 1),
    width .32s cubic-bezier(.2, .72, .2, 1);
}

body.landing-v5 .v5-plan-spotlight::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--v5-teal);
  box-shadow: 0 0 0 0 rgba(10, 186, 181, .42);
  animation: v5-plan-signal 1.3s ease-out 1;
}

body.landing-v5 .v5-plan[data-stage="1"] .v5-plan-spotlight {
  left: 3%;
  width: 22%;
}

body.landing-v5 .v5-plan[data-stage="2"] .v5-plan-spotlight {
  left: 26%;
  width: 23%;
}

body.landing-v5 .v5-plan[data-stage="3"] .v5-plan-spotlight {
  left: 50%;
  width: 24%;
}

body.landing-v5 .v5-plan[data-stage="4"] .v5-plan-spotlight {
  left: 75%;
  width: 22%;
}

@keyframes v5-plan-signal {
  0% { box-shadow: 0 0 0 0 rgba(10, 186, 181, .42); }
  75% { box-shadow: 0 0 0 9px rgba(10, 186, 181, 0); }
  100% { box-shadow: 0 0 0 0 rgba(10, 186, 181, 0); }
}

body.landing-v5 .v5-plan-body {
  padding: 17px 18px 18px;
}

body.landing-v5 .v5-plan-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

body.landing-v5 .v5-plan-meta span,
body.landing-v5 .v5-plan-focus-label > span {
  display: block;
  color: var(--v5-muted);
  font: 600 8px/1.3 var(--v5-mono);
  letter-spacing: .1em;
}

body.landing-v5 .v5-plan-meta b {
  display: block;
  margin-top: 4px;
  font-size: 11.5px;
}

body.landing-v5 .v5-plan-stage-head {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.landing-v5 .v5-plan-stage-head > span:first-child {
  color: var(--v5-muted);
  font: 650 8px/1.3 var(--v5-mono);
  letter-spacing: .1em;
}

body.landing-v5 .v5-plan-stage-hint {
  color: var(--v5-teal-dark);
  font-size: 10.5px;
  font-weight: 720;
}

body.landing-v5 .v5-plan-stage-hint span {
  display: inline-block;
  margin-left: 3px;
  transition: transform .18s ease;
}

body.landing-v5 .v5-plan-progress {
  margin-top: 7px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  overflow: hidden;
  border: 1px solid rgba(18, 28, 56, .1);
  border-radius: 12px;
  background: var(--v5-soft);
}

body.landing-v5 .v5-plan-progress button {
  appearance: none;
  position: relative;
  min-height: 48px;
  padding: 7px 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(18, 28, 56, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  color: var(--v5-navy);
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(18, 28, 56, .05);
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease,
    box-shadow .16s ease;
}

body.landing-v5 .v5-stage-number {
  color: var(--v5-muted);
  font: 650 8px/1 var(--v5-mono);
  letter-spacing: .08em;
}

body.landing-v5 .v5-stage-name {
  font-size: 11.5px;
  font-weight: 780;
  line-height: 1.15;
}

body.landing-v5 .v5-plan-progress button:focus-visible {
  z-index: 2;
  outline: 2px solid var(--v5-teal-dark);
  outline-offset: -3px;
}

body.landing-v5 .v5-plan-progress button.is-before-active {
  border-color: rgba(10, 186, 181, .18);
  background: rgba(10, 186, 181, .06);
}

body.landing-v5 .v5-plan-progress button.is-before-active .v5-stage-number {
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-plan-progress button[aria-selected="true"] {
  border-color: var(--v5-navy);
  background: var(--v5-navy);
  color: #fff;
  box-shadow: 0 5px 14px rgba(18, 28, 56, .18);
}

body.landing-v5 .v5-plan-progress button[aria-selected="true"] .v5-stage-number {
  color: var(--v5-teal);
}

body.landing-v5 .v5-plan-progress button[aria-selected="true"]::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v5-teal);
  content: "";
}

@media (hover: hover) {
  body.landing-v5 .v5-plan-progress button:hover:not([aria-selected="true"]) {
    transform: translateY(-1px);
    border-color: rgba(8, 123, 120, .38);
    background: #fff;
    box-shadow: 0 5px 12px rgba(18, 28, 56, .09);
  }

  body.landing-v5 .v5-plan-stage-head:has(+ .v5-plan-progress:hover) .v5-plan-stage-hint span {
    transform: translateY(2px);
  }
}

body.landing-v5 .v5-plan-progress button:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 2px rgba(18, 28, 56, .1);
}

body.landing-v5 .v5-plan-focus {
  margin-top: 15px;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--v5-line);
}

body.landing-v5 .v5-plan-focus-label b {
  display: block;
  margin-top: 7px;
  color: var(--v5-navy);
  font: 700 10px/1.2 var(--v5-mono);
  letter-spacing: .04em;
}

body.landing-v5 .v5-plan-dynamic {
  min-block-size: 82px;
  transition: opacity .16s ease, transform .16s ease;
}

body.landing-v5 .v5-plan-dynamic.is-changing {
  animation: v5-plan-copy-in .18s ease both;
}

@keyframes v5-plan-copy-in {
  from { opacity: .45; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}

body.landing-v5 .v5-plan-focus strong {
  display: block;
  font-size: 12.5px;
  line-height: 1.5;
}

body.landing-v5 .v5-plan-focus p {
  margin: 4px 0 0;
  color: var(--v5-muted);
  font-size: 10.5px;
  line-height: 1.5;
}

body.landing-v5 .v5-plan-output {
  margin-top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--v5-muted);
  font: 600 8px/1.2 var(--v5-mono);
  letter-spacing: .08em;
}

body.landing-v5 .v5-plan-output b {
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(10, 186, 181, .1);
  color: var(--v5-teal-dark);
  font: inherit;
  letter-spacing: .03em;
}

/* Competition rail */
body.landing-v5 .v5-competitions {
  padding: 46px 0 42px;
  border-top: 1px solid var(--v5-line);
  border-bottom: 1px solid var(--v5-line);
  background: var(--v5-surface);
}

body.landing-v5 .v5-competitions .v5-section-head {
  margin-bottom: 24px;
}

body.landing-v5 .v5-competitions .v5-section-head h2 {
  font-size: clamp(26px, 3vw, 36px);
}

body.landing-v5 .v5-logo-grid {
  margin: 0;
  padding: 1px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: var(--v5-line);
  list-style: none;
}

body.landing-v5 .v5-logo-item {
  min-width: 0;
  min-height: 155px;
  padding: 17px 13px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}

body.landing-v5 .v5-logo-frame {
  height: 70px;
  display: grid;
  place-items: center;
}

body.landing-v5 .v5-logo-frame img {
  width: auto;
  height: auto;
  max-width: 128px;
  max-height: 54px;
  object-fit: contain;
}

body.landing-v5 .v5-logo-item.isef img {
  max-height: 62px;
}

body.landing-v5 .v5-logo-item.earth img {
  max-height: 58px;
}

body.landing-v5 .v5-logo-item.ksef img,
body.landing-v5 .v5-logo-item.hir img {
  max-width: 108px;
  max-height: 58px;
}

body.landing-v5 .v5-logo-item.breakthrough img {
  max-width: 124px;
  max-height: 48px;
}

body.landing-v5 .v5-logo-item.blue-ocean img,
body.landing-v5 .v5-logo-item.wharton img,
body.landing-v5 .v5-logo-item.john-locke img,
body.landing-v5 .v5-logo-item.bow-seat img,
body.landing-v5 .v5-logo-item.korea-code img {
  max-width: 138px;
}

body.landing-v5 .v5-logo-meta b {
  display: block;
  overflow-wrap: anywhere;
  color: var(--v5-navy);
  font-size: 11.5px;
  font-weight: 780;
  line-height: 1.32;
}

body.landing-v5 .v5-logo-meta span {
  display: block;
  margin-top: 4px;
  color: var(--v5-muted);
  font-size: 10px;
  line-height: 1.35;
}

body.landing-v5 .v5-disclaimer {
  margin: 15px 0 0;
  color: var(--v5-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Partnership */
body.landing-v5 .v5-process {
  padding: 92px 0;
}

body.landing-v5 .v5-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.landing-v5 .v5-module {
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 16px;
  background: var(--v5-surface);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.landing-v5 .v5-module:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(18, 28, 56, .08);
}

body.landing-v5 .v5-module img {
  width: 100%;
  height: 206px;
  display: block;
  object-fit: cover;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-module-copy {
  padding: 21px 21px 23px;
}

body.landing-v5 .v5-module-no {
  color: var(--v5-teal-dark);
  font: 700 10px/1.3 var(--v5-mono);
  letter-spacing: .08em;
}

body.landing-v5 .v5-module h3 {
  margin: 9px 0 0;
  color: var(--v5-navy);
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.035em;
}

body.landing-v5 .v5-module p {
  min-height: 70px;
  margin: 9px 0 0;
  color: var(--v5-muted);
  font-size: 13.5px;
  line-height: 1.68;
}

body.landing-v5 .v5-tags {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.landing-v5 .v5-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--v5-soft);
  color: #566076;
  font-size: 10.5px;
  font-weight: 650;
}

body.landing-v5 .v5-mobile-hint {
  display: none;
}

/* Project proof */
body.landing-v5 .v5-projects {
  padding: 92px 0;
  border-top: 1px solid var(--v5-line);
  background: var(--v5-navy);
}

body.landing-v5 .v5-projects .v5-kicker {
  color: var(--v5-teal);
}

body.landing-v5 .v5-projects .v5-section-head h2,
body.landing-v5 .v5-projects .v5-section-head > p {
  color: #fff;
}

body.landing-v5 .v5-projects .v5-section-head > p {
  color: #aeb8cd;
}

body.landing-v5 .v5-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

body.landing-v5 .v5-project {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

body.landing-v5 .v5-project img {
  width: 100%;
  height: clamp(250px, 24vw, 294px);
  display: block;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

body.landing-v5 .v5-project-copy {
  padding: 21px 21px 23px;
}

body.landing-v5 .v5-project-type {
  color: var(--v5-teal);
  font: 650 10px/1.3 var(--v5-mono);
  letter-spacing: .08em;
}

body.landing-v5 .v5-project h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.35;
}

body.landing-v5 .v5-project p {
  min-height: 92px;
  margin: 9px 0 0;
  color: #b9c1d1;
  font-size: 13px;
  line-height: 1.7;
}

body.landing-v5 .v5-project-link {
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

body.landing-v5 .v5-project-link span:last-child {
  color: var(--v5-teal);
}

body.landing-v5 .v5-example-note {
  margin: 16px 0 0;
  color: #909bb2;
  font-size: 11px;
}

/* Scope / ownership */
body.landing-v5 .v5-ownership {
  padding: 82px 0;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-ownership h2 {
  margin: 0;
  color: var(--v5-navy);
  font-size: clamp(32px, 4vw, 47px);
  font-weight: 850;
  letter-spacing: -.052em;
  line-height: 1.08;
}

body.landing-v5 .v5-ownership .v5-owner-list {
  margin-top: 18px;
}

body.landing-v5 .v5-owner-list {
  overflow: hidden;
  border: 1px solid var(--v5-line);
  border-radius: 15px;
  background: var(--v5-surface);
}

body.landing-v5 .v5-owner {
  padding: 23px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-owner:last-child {
  border-bottom: 0;
}

body.landing-v5 .v5-owner-label {
  color: var(--v5-teal-dark);
  font: 750 10px/1.4 var(--v5-mono);
  letter-spacing: .09em;
}

body.landing-v5 .v5-owner b {
  font-size: 16px;
  font-weight: 800;
}

body.landing-v5 .v5-owner p {
  margin: 5px 0 0;
  color: var(--v5-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Parent feedback drafts — meaning-preserving edits with explicit review state */
body.landing-v5 .v5-stories {
  padding: 94px 0 90px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 88% 6%, rgba(10, 186, 181, .16), transparent 28%),
    var(--v5-navy);
  color: #fff;
}

body.landing-v5 .v5-stories-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  align-items: end;
  gap: 56px;
}

body.landing-v5 .v5-stories .v5-kicker {
  color: var(--v5-teal);
}

body.landing-v5 .v5-stories .v5-section-head h2 {
  color: #fff;
}

body.landing-v5 .v5-stories .v5-section-head > p {
  color: #b9c3d5;
}


body.landing-v5 .v5-stories-disclosure {
  margin: 0;
  padding: 17px 19px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
  color: #b9c3d5;
  font-size: 12px;
  line-height: 1.65;
}

body.landing-v5 .v5-stories-disclosure strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-weight: 760;
}

body.landing-v5 .v5-story-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.landing-v5 .v5-story {
  min-width: 0;
  padding: 22px 22px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 4px solid var(--v5-teal);
  border-radius: 16px;
  background: var(--v5-surface);
  box-shadow: 0 24px 48px rgba(4, 11, 29, .2);
  color: var(--v5-navy);
}

body.landing-v5 .v5-story-illu {
  width: calc(100% + 44px);
  max-width: none;
  height: auto;
  margin: -22px -22px 0;
  display: block;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: #faf8f3;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-story header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--v5-teal-dark);
  font: 750 9.5px/1.3 var(--v5-mono);
  letter-spacing: .11em;
}

body.landing-v5 .v5-story-illu + header {
  margin-top: 20px;
}

body.landing-v5 .v5-story .v5-story-scene {
  padding-bottom: 26px;
}

body.landing-v5 .v5-story header span:first-child {
  width: 29px;
  height: 29px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(8, 123, 120, .22);
  border-radius: 50%;
  background: rgba(10, 186, 181, .08);
}

body.landing-v5 .v5-story-scene {
  min-height: 154px;
  margin: 24px 0 0;
  color: var(--v5-navy);
  font-size: clamp(18px, 1.6vw, 21px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.48;
}

body.landing-v5 .v5-story-shift {
  padding: 18px 0 20px;
  border-top: 1px solid var(--v5-line);
}

body.landing-v5 .v5-story-shift > span {
  display: block;
  color: var(--v5-teal-dark);
  font: 750 9px/1.4 var(--v5-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.landing-v5 .v5-story-shift p {
  margin: 8px 0 0;
  color: #515c71;
  font-size: 13px;
  line-height: 1.7;
}

body.landing-v5 .v5-story footer {
  min-height: 78px;
  margin: auto -22px 0;
  padding: 15px 22px 17px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: #edf5f3;
}

body.landing-v5 .v5-story footer b {
  color: var(--v5-teal-dark);
  font-size: 10px;
  font-weight: 780;
}

body.landing-v5 .v5-story footer span {
  color: #3f4a60;
  font-size: 11.5px;
  line-height: 1.5;
}

body.landing-v5 .v5-stories-action {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.landing-v5 .v5-stories-action p {
  max-width: 610px;
  margin: 0;
  color: #aeb9cc;
  font-size: 11.5px;
}

body.landing-v5 .v5-stories-action .v5-primary {
  flex: 0 0 auto;
  background: var(--v5-action);
}

/* Consultation */
body.landing-v5 #apply.band {
  position: relative;
  padding: 86px 0 92px;
  border: 0;
  background: #e8f5f3;
}

body.landing-v5 #apply > .wrap {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  grid-template-rows: auto auto 1fr;
  gap: 0 70px;
  align-items: start;
}

body.landing-v5 #apply .sec-mark {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  display: block;
}

body.landing-v5 #apply .sec-mark .no {
  display: block;
  margin-bottom: 13px;
  color: var(--v5-teal-dark);
  font-size: 10px;
}

body.landing-v5 #apply .sec-mark h2 {
  color: var(--v5-navy);
  font-size: clamp(36px, 4.2vw, 50px);
  font-weight: 860;
  letter-spacing: -.055em;
  line-height: 1.05;
}

body.landing-v5 #apply .lede {
  grid-column: 1;
  grid-row: 2;
  margin: 20px 0 0;
  color: #516078;
  font-size: 15px;
  line-height: 1.72;
}

body.landing-v5 #apply .apply-points {
  grid-column: 1;
  grid-row: 3;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

body.landing-v5 #apply .apply-points li {
  padding: 11px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(18, 28, 56, .1);
  color: #3f4c64;
  font-size: 12.5px;
  font-weight: 650;
}

body.landing-v5 #apply .apply-points li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--v5-teal);
  content: "";
}

body.landing-v5 #apply .acros-form,
body.landing-v5 #apply .acros-done {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--v5-line);
  border-radius: 16px;
  background: var(--v5-surface);
  box-shadow: 0 18px 46px rgba(18, 28, 56, .08);
}

body.landing-v5 .acros-form .frow {
  gap: 12px;
  margin-bottom: 12px;
}

body.landing-v5 .acros-form .ac-inquiry-type {
  display: grid;
  margin: 0 0 20px;
  padding: 4px;
  border: 1px solid rgba(18, 28, 56, .14);
  border-radius: 12px;
  background: #f0efea;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

body.landing-v5 .acros-form .ac-inquiry-type button {
  min-height: 44px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  color: #536078;
  font-size: 13.5px;
  font-weight: 760;
  cursor: pointer;
  transform: none;
}

body.landing-v5 .acros-form .ac-inquiry-type button:hover {
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
  color: var(--v5-navy);
  transform: none;
}

body.landing-v5 .acros-form .ac-inquiry-type button[aria-pressed="true"],
body.landing-v5 .acros-form .ac-inquiry-type button[aria-pressed="true"]:hover {
  background: var(--v5-navy);
  box-shadow: 0 4px 12px rgba(18, 28, 56, .16);
  color: #fff;
}

body.landing-v5 .acros-form .ac-inquiry-type button:focus-visible {
  outline: 3px solid rgba(10, 186, 181, .38);
  outline-offset: 2px;
}

body.landing-v5 .ac-form-mode-field[hidden] {
  display: none !important;
}

body.landing-v5 .form-field label,
body.landing-v5 .ac-interest legend {
  color: var(--v5-navy);
  font-size: 12.5px;
  font-weight: 700;
}

body.landing-v5 .acros-form input,
body.landing-v5 .acros-form select,
body.landing-v5 .acros-form textarea {
  min-height: 47px;
  border: 1px solid rgba(18, 28, 56, .16);
  border-radius: 9px;
  background: #f8f7f3;
  color: var(--v5-navy);
  font-size: 16px;
}

body.landing-v5 .acros-form textarea {
  min-height: 88px;
}

body.landing-v5 .ac-interest {
  padding: 14px 15px 10px;
  border: 1px solid rgba(18, 28, 56, .14);
  border-radius: 10px;
  background: #f8f7f3;
}

body.landing-v5 .ac-interest label {
  min-height: 32px;
  margin: 2px 16px 2px 0;
  color: #414c61;
  font-size: 13px;
}

body.landing-v5 .ac-cn-details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #4f5a70;
  font-size: 12.5px;
  font-weight: 650;
  cursor: pointer;
}

body.landing-v5 .ac-consent-notice {
  border: 1px solid rgba(18, 28, 56, .14);
  border-radius: 10px;
  background: #f8f7f3;
}

body.landing-v5 .ac-consent-line {
  min-height: 44px;
  align-items: center;
  color: var(--v5-navy);
}

body.landing-v5 .ac-consent-line input {
  min-height: auto;
}

body.landing-v5 .acros-form button {
  min-height: 50px;
  border: 1px solid var(--v5-navy);
  border-radius: 10px;
  background: var(--v5-action);
  box-shadow:
    0 3px 0 var(--v5-navy),
    0 10px 24px rgba(10, 186, 181, .26);
  color: var(--v5-action-ink);
  font-size: 15px;
  font-weight: 820;
  transition:
    transform .16s ease,
    background .16s ease,
    box-shadow .16s ease;
}

body.landing-v5 .acros-form button:hover {
  transform: translateY(-1px);
  background: var(--v5-action-hover);
  box-shadow:
    0 4px 0 var(--v5-navy),
    0 14px 30px rgba(10, 186, 181, .31);
}

body.landing-v5 .acros-form button:active {
  transform: translateY(2px);
  background: var(--v5-action-active);
  box-shadow:
    0 1px 0 var(--v5-navy),
    0 6px 14px rgba(10, 186, 181, .2);
}

body.landing-v5 .acros-form button:disabled {
  transform: none;
  border-color: rgba(18, 28, 56, .18);
  background: #bedbd8;
  box-shadow: none;
  color: #596878;
  cursor: wait;
}

body.landing-v5 .acros-done {
  border-color: rgba(8, 123, 120, .26);
}

body.landing-v5 .anchor-alias {
  position: absolute;
  top: 0;
}

/* Footer */
body.landing-v5 .v5-footer {
  padding: 54px 0 28px;
  border: 0;
  background: var(--v5-surface);
}

body.landing-v5 .v5-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(190px, .4fr);
  gap: 70px;
}

body.landing-v5 .v5-footer .wordmark {
  display: inline-flex;
}

body.landing-v5 .v5-footer .wordmark-logo {
  width: 166px;
}

body.landing-v5 .v5-footer-legal {
  max-width: 72ch;
  margin: 20px 0 0;
  color: var(--v5-muted);
  font-size: 12px;
  line-height: 1.75;
}

body.landing-v5 .v5-footer-biz {
  margin: 20px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--v5-line);
  color: #4f596d;
  font-size: 12px;
  line-height: 1.75;
}

body.landing-v5 .v5-footer-biz a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(18, 28, 56, .22);
}

body.landing-v5 .v5-footer-nav {
  display: grid;
  align-content: start;
  gap: 0;
}

body.landing-v5 .v5-footer-nav-label {
  margin-bottom: 9px;
  color: var(--v5-muted);
  font: 650 9px/1.3 var(--v5-mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.landing-v5 .v5-footer-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--v5-line);
  color: var(--v5-navy);
  font-size: 13px;
  font-weight: 680;
}

body.landing-v5 .v5-footer-nav a span {
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-footer-bottom {
  width: var(--v5-width);
  margin: 38px auto 0;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--v5-line);
  color: var(--v5-muted);
  font: 600 9px/1.5 var(--v5-mono);
  letter-spacing: .07em;
}

body.landing-v5 > footer:not(.v5-footer),
body.landing-v5 main > .closing {
  display: none;
}

body.landing-v5 .cta-float {
  border: 1px solid var(--v5-navy);
  background: var(--v5-action);
  box-shadow:
    0 4px 0 var(--v5-navy),
    0 14px 34px rgba(18, 28, 56, .24);
  color: var(--v5-action-ink);
  font-weight: 820;
}

body.landing-v5 .cta-float:hover {
  transform: translateY(-2px);
  background: var(--v5-action-hover);
  box-shadow:
    0 6px 0 var(--v5-navy),
    0 18px 38px rgba(18, 28, 56, .28);
}

body.landing-v5 .cta-float:active {
  transform: translateY(2px);
  background: var(--v5-action-active);
  box-shadow:
    0 1px 0 var(--v5-navy),
    0 7px 18px rgba(18, 28, 56, .2);
}

body.landing-v5 .btn-cta {
  border: 1px solid var(--v5-navy);
  background: var(--v5-action);
  box-shadow:
    0 3px 0 var(--v5-navy),
    0 10px 24px rgba(10, 186, 181, .26);
  color: var(--v5-action-ink);
}

body.landing-v5 .btn-cta:hover {
  background: var(--v5-action-hover);
}

body.landing-v5 :is(.cta-link, .v5-primary, .btn-cta, .cta-float, #ac-submit):focus-visible {
  outline: 3px solid var(--v5-navy);
  outline-offset: 3px;
}

/* Tablet */
@media (max-width: 1020px) {
  body.landing-v5 .v5-hero {
    min-height: auto;
    padding: 48px 0;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .94fr);
    gap: 32px;
  }

  body.landing-v5 .v5-hero-live {
    min-height: 52px;
  }

  body.landing-v5 .v5-hero-live[hidden] + .v5-hero-note {
    margin-top: 79px;
  }

  body.landing-v5 .v5-hero h1 {
    font-size: clamp(42px, 5.5vw, 58px);
  }

  body.landing-v5 .v5-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile nav and layout */
@media (max-width: 960px) {
  body.landing-v5 .mast-meta .m-right {
    display: inline-flex;
  }

  body.landing-v5 .nav-l {
    top: 100%;
    left: -24px;
    right: -24px;
    padding: 5px 24px 18px;
    gap: 0;
    border-top: 1px solid var(--v5-line);
    border-bottom: 1px solid var(--v5-line);
    background: rgba(255, 254, 251, .98);
    box-shadow: 0 20px 36px rgba(18, 28, 56, .12);
  }

  body.landing-v5 .nav-l a.lk {
    min-height: 50px;
    padding: 0 2px;
    border-bottom: 1px solid var(--v5-line);
    color: var(--v5-navy);
    font-size: 15px;
  }

  body.landing-v5 .nav-l .cta-link {
    min-height: 48px;
    margin-top: 14px;
  }

  body.landing-v5 .nav-toggle {
    color: var(--v5-navy);
  }
}

@media (max-width: 820px) {
  body.landing-v5 {
    --v5-width: min(100% - 40px, 680px);
  }

  body.landing-v5 .v5-section-head {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }

  body.landing-v5 .v5-section-head > p {
    max-width: 56ch;
  }

  body.landing-v5 .v5-hero {
    padding: 42px 0 38px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.landing-v5 .v5-hero-live {
    min-height: 36px;
  }

  body.landing-v5 .v5-hero-live[hidden] + .v5-hero-note {
    margin-top: 63px;
  }

  body.landing-v5 .v5-hero-copy {
    max-width: 650px;
  }

  body.landing-v5 .v5-plan {
    max-width: 650px;
  }

  body.landing-v5 .v5-module-grid,
  body.landing-v5 .v5-project-grid {
    grid-template-columns: 1fr;
  }

  /* Six text-only cards stacked one-up runs too long on tablet. */
  body.landing-v5 .v5-module-grid--text {
    grid-template-columns: repeat(2, 1fr);
  }

  body.landing-v5 .v5-module {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
  }

  /* Image-less cards keep a single column; the 220px rail is the image slot. */
  body.landing-v5 .v5-module--text {
    display: block;
  }

  body.landing-v5 .v5-module img {
    width: 220px;
    height: 100%;
    min-height: 220px;
    border-right: 1px solid var(--v5-line);
    border-bottom: 0;
  }

  body.landing-v5 .v5-module p {
    min-height: 0;
  }

  body.landing-v5 .v5-project {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
  }

  body.landing-v5 .v5-project img {
    height: 100%;
    min-height: 260px;
    aspect-ratio: auto;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 0;
  }

  body.landing-v5 .v5-project p {
    min-height: 0;
  }

  body.landing-v5 .v5-stories-head,
  body.landing-v5 #apply > .wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.landing-v5 .v5-stories-head {
    gap: 22px;
  }

  body.landing-v5 .v5-story-grid {
    grid-template-columns: 1fr;
  }

  body.landing-v5 .v5-story {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    grid-template-rows: auto 1fr auto;
    column-gap: 24px;
  }

  body.landing-v5 .v5-story header,
  body.landing-v5 .v5-story-scene {
    grid-column: 1;
  }

  body.landing-v5 .v5-story-scene {
    min-height: 0;
    margin-bottom: 22px;
  }

  body.landing-v5 .v5-story-shift {
    grid-column: 2;
    grid-row: 1 / 3;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid var(--v5-line);
    padding-left: 24px;
  }

  body.landing-v5 .v5-story footer {
    grid-column: 1 / -1;
    margin: auto -22px 0;
  }

  body.landing-v5 #apply .sec-mark,
  body.landing-v5 #apply .lede,
  body.landing-v5 #apply .apply-points,
  body.landing-v5 #apply .acros-form,
  body.landing-v5 #apply .acros-done {
    grid-column: 1;
    grid-row: auto;
  }

  body.landing-v5 #apply .lede {
    margin-top: -16px;
  }

  body.landing-v5 #apply .apply-points {
    margin-top: -20px;
  }

  body.landing-v5 .v5-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 560px) {
  body.landing-v5 {
    --v5-width: calc(100% - 32px);
  }

  body.landing-v5 #enSuggest {
    min-height: 42px;
    padding: 5px 12px !important;
    gap: 8px !important;
  }

  body.landing-v5 #enSuggest > span {
    display: none;
  }

  body.landing-v5 #enSuggest a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  body.landing-v5 #enSuggest button {
    width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
  }

  body.landing-v5 .mast-meta {
    min-height: 36px;
  }

  body.landing-v5 .mast-meta > .mono:first-child {
    display: none;
  }

  body.landing-v5 .mast-meta .mm-r {
    width: 100%;
    justify-content: space-between;
  }

  body.landing-v5 .lang-switch {
    min-width: 44px;
    min-height: 36px;
    display: inline-grid;
    place-items: center;
    padding: 0 9px;
  }

  body.landing-v5 .mast-meta .m-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.landing-v5 .mast-nav {
    height: 60px;
  }

  body.landing-v5 .wordmark {
    min-height: 44px;
  }

  body.landing-v5 .wordmark .mark {
    width: 32px;
    height: 32px;
  }

  body.landing-v5 .wordmark .wordmark-logo {
    width: 118px;
  }

  body.landing-v5 .nav-l {
    left: -16px;
    right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.landing-v5 .v5-hero {
    padding: 34px 0 32px;
    gap: 25px;
  }

  body.landing-v5 .v5-category {
    min-height: 29px;
    padding: 0 10px;
    font-size: 10.5px;
  }

  body.landing-v5 .v5-hero h1 {
    margin-top: 17px;
    font-size: clamp(37px, 11vw, 48px);
    line-height: 1.04;
  }

  body.landing-v5 .v5-hero-lead {
    margin-top: 18px;
    font-size: 14.5px;
  }

  body.landing-v5 .v5-hero-actions {
    margin-top: 24px;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }

  body.landing-v5 .v5-hero-live {
    max-width: 100%;
    min-height: 36px;
    padding: 5px 9px;
    font-size: 11.5px;
  }

  body.landing-v5 .v5-primary,
  body.landing-v5 .v5-secondary {
    width: 100%;
  }

  body.landing-v5 .v5-plan {
    border-radius: 14px;
  }

  body.landing-v5 .v5-plan-top {
    min-height: 48px;
    padding: 0 14px;
  }

  body.landing-v5 .v5-plan-visual {
    aspect-ratio: 7 / 4;
  }

  body.landing-v5 .v5-plan-body {
    padding: 14px;
  }

  body.landing-v5 .v5-plan-meta {
    display: none;
  }

  body.landing-v5 .v5-plan-stage-head {
    margin-top: 0;
  }

  body.landing-v5 .v5-plan-stage-hint {
    font-size: 9.5px;
  }

  body.landing-v5 .v5-plan-progress {
    margin-top: 7px;
    padding: 3px;
    gap: 3px;
  }

  body.landing-v5 .v5-plan-progress button {
    min-height: 48px;
    padding: 6px;
  }

  body.landing-v5 .v5-stage-number {
    font-size: 7.5px;
  }

  body.landing-v5 .v5-stage-name {
    font-size: 10.5px;
  }

  body.landing-v5 .v5-plan-focus {
    margin-top: 13px;
    padding-top: 12px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.landing-v5 .v5-plan-focus-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.landing-v5 .v5-plan-focus-label b {
    margin-top: 0;
  }

  body.landing-v5 .v5-plan-focus strong {
    font-size: 13px;
  }

  body.landing-v5 .v5-plan-focus p {
    font-size: 11.5px;
  }

  body.landing-v5 .v5-plan-dynamic {
    min-block-size: 106px;
  }

  body.landing-v5 .v5-plan-output {
    font-size: 9px;
  }

  body.landing-v5 .v5-competitions {
    padding: 38px 0 34px;
  }

  body.landing-v5 .v5-logo-grid {
    grid-template-columns: none;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: minmax(148px, calc((100vw - 50px) / 2));
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  body.landing-v5 .v5-logo-grid::-webkit-scrollbar {
    display: none;
  }

  body.landing-v5 .v5-logo-item {
    min-height: 176px;
    padding: 12px 11px 11px;
    scroll-snap-align: start;
  }

  body.landing-v5 .v5-logo-team-badge {
    font-size: 11px;
    padding: 3px 8px;
    margin-top: 6px;
  }

  body.landing-v5 .v5-logo-save {
    font-size: 11.5px;
    padding: 6px 10px;
    margin-top: 8px;
  }

  body.landing-v5 .v5-logo-frame {
    height: 54px;
  }

  body.landing-v5 .v5-logo-frame img {
    max-width: 116px;
    max-height: 48px;
  }

  body.landing-v5 .v5-logo-meta b {
    font-size: 11px;
  }

  body.landing-v5 .v5-process,
  body.landing-v5 .v5-projects {
    padding: 70px 0;
  }

  body.landing-v5 .v5-module,
  body.landing-v5 .v5-project {
    display: block;
  }

  body.landing-v5 .v5-module-grid,
  body.landing-v5 .v5-project-grid {
    width: calc(100% + 16px);
    margin-right: -16px;
    padding: 0 16px 8px 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.landing-v5 .v5-module-grid::-webkit-scrollbar,
  body.landing-v5 .v5-project-grid::-webkit-scrollbar {
    display: none;
  }

  body.landing-v5 .v5-module,
  body.landing-v5 .v5-project {
    flex: 0 0 calc(100% - 22px);
    scroll-snap-align: start;
  }

  body.landing-v5 .v5-mobile-hint {
    margin: 8px 0 0;
    display: block;
    color: var(--v5-muted);
    font-size: 11px;
    font-weight: 650;
  }

  body.landing-v5 .v5-projects .v5-mobile-hint,
  body.landing-v5 .v5-stories .v5-mobile-hint {
    color: #9faac0;
  }

  body.landing-v5 .v5-module img {
    width: 100%;
    height: 152px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--v5-line);
  }

  body.landing-v5 .v5-module-copy,
  body.landing-v5 .v5-project-copy {
    padding: 18px;
  }

  body.landing-v5 .v5-module h3,
  body.landing-v5 .v5-project h3 {
    font-size: 18px;
  }

  body.landing-v5 .v5-module p {
    min-height: 0;
  }

  body.landing-v5 .v5-project img {
    width: 100%;
    min-height: 0;
    height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  body.landing-v5 .v5-project p {
    min-height: 0;
  }

  body.landing-v5 .v5-ownership {
    padding: 66px 0;
  }

  body.landing-v5 .v5-stories {
    padding: 68px 0 70px;
  }


  body.landing-v5 .v5-stories-disclosure {
    font-size: 11.5px;
  }

  /* 후기 카드 = 준비 단계·프로젝트 예시와 동일한 가로 스와이프 (2026-07-28 John) */
  body.landing-v5 .v5-story-grid {
    width: calc(100% + 16px);
    margin-right: -16px;
    padding: 0 16px 8px 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.landing-v5 .v5-story-grid::-webkit-scrollbar {
    display: none;
  }

  body.landing-v5 .v5-story {
    flex: 0 0 calc(100% - 22px);
    scroll-snap-align: start;
    padding: 19px 19px 0;
    display: flex;
  }

  body.landing-v5 .v5-story-scene {
    min-height: 0;
    margin: 21px 0 20px;
    font-size: 19px;
  }

  body.landing-v5 .v5-story-shift {
    padding: 17px 0 19px;
    border-top: 1px solid var(--v5-line);
    border-left: 0;
  }

  body.landing-v5 .v5-story footer {
    margin: auto -19px 0;
    padding-right: 19px;
    padding-left: 19px;
  }

  body.landing-v5 .v5-stories-action {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  body.landing-v5 .v5-stories-action .v5-primary {
    width: 100%;
  }

  body.landing-v5 .v5-owner {
    padding: 19px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.landing-v5 #apply.band {
    padding: 66px 0 72px;
  }

  body.landing-v5 #apply .acros-form,
  body.landing-v5 #apply .acros-done {
    padding: 18px;
    border-radius: 13px;
  }

  body.landing-v5 #apply .acros-form .frow {
    gap: 10px;
  }

  body.landing-v5 .ac-cn-tbl,
  body.landing-v5 .ac-cn-tbl tbody,
  body.landing-v5 .ac-cn-tbl tr,
  body.landing-v5 .ac-cn-tbl th,
  body.landing-v5 .ac-cn-tbl td {
    display: block;
    width: 100%;
  }

  body.landing-v5 .ac-cn-tbl th {
    padding-bottom: 0;
  }

  body.landing-v5 .ac-cn-tbl td {
    padding-left: 0;
    border-top: 0;
  }

  body.landing-v5 .ac-consent-link a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  body.landing-v5 .v5-footer {
    padding-top: 44px;
  }

  body.landing-v5 .v5-footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 360px) {
  body.landing-v5 .v5-hero-live {
    min-height: 52px;
  }

  body.landing-v5 .v5-hero-live[hidden] + .v5-hero-note {
    margin-top: 79px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-v5 .v5-live-dot {
    animation: none;
  }

  body.landing-v5 *,
  body.landing-v5 *::before,
  body.landing-v5 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Track record */
body.landing-v5 .v5-record {
  padding: 88px 0 92px;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-record-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.landing-v5 .v5-record-card {
  min-height: 126px;
  padding: 22px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border: 1px solid var(--v5-line);
  border-radius: 12px;
  background: var(--v5-surface);
  text-align: center;
}

body.landing-v5 .v5-record-card b {
  color: var(--v5-navy);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1.1;
}

body.landing-v5 .v5-record-card span {
  color: var(--v5-muted);
  font-size: 12px;
  font-weight: 650;
}

body.landing-v5 .v5-record-action {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

body.landing-v5 .v5-record-action p {
  margin: 0;
  color: var(--v5-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

@media (max-width: 820px) {
  body.landing-v5 .v5-record {
    padding: 68px 0 72px;
  }

  body.landing-v5 .v5-record-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.landing-v5 .v5-record-action {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  body.landing-v5 .v5-record-action .v5-primary {
    width: 100%;
  }
}

@media (max-width: 560px) {
  body.landing-v5 .v5-record-card {
    min-height: 104px;
    padding: 18px 8px;
  }

  body.landing-v5 .v5-record-card b {
    font-size: 18px;
  }

  body.landing-v5 .v5-record-card span {
    font-size: 11.5px;
  }
}

/* record 카드 학교 컬러 타이포 — 로고 이미지 대신 학교 공식 컬러(상표권 안전) */
body.landing-v5 .v5-record-card {
  position: relative;
  overflow: hidden;
}

body.landing-v5 .v5-record-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--school-color, var(--v5-teal));
}

body.landing-v5 .v5-record-card b {
  font-family: var(--v5-font);
  color: var(--school-color, var(--v5-navy));
  font-weight: 700;
  letter-spacing: -.01em;
}

body.landing-v5 .v5-record-card[data-school="upenn"] { --school-color: #011f5b; }
body.landing-v5 .v5-record-card[data-school="dartmouth"] { --school-color: #00693e; }
body.landing-v5 .v5-record-card[data-school="cornell"] { --school-color: #b31b1b; }
body.landing-v5 .v5-record-card[data-school="uchicago"] { --school-color: #800000; }

/* 팀 보드 — 실제 모집 상태가 시간순으로 쌓이는 3레일 보드 */
body.landing-v5 .v5-teams {
  padding: 88px 0 92px;
  border-bottom: 1px solid var(--v5-line);
}

body.landing-v5 .v5-hero + .v5-teams {
  padding-top: 46px;
}

body.landing-v5 .v5-team-board {
  display: grid;
  gap: 38px;
}

body.landing-v5 .v5-team-rail {
  display: grid;
  gap: 16px;
}

body.landing-v5 .v5-team-rail-head {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: end;
  gap: 16px;
  border-bottom: 1px solid var(--v5-line);
  padding-bottom: 10px;
}

body.landing-v5 .v5-team-rail-head > span {
  color: var(--v5-teal-dark);
  font-family: var(--v5-font);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}

body.landing-v5 .v5-team-rail-head h3 {
  margin: 0;
  color: var(--v5-navy);
  font-family: var(--v5-font);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.01em;
}

body.landing-v5 .v5-team-rail-grid {
  display: grid;
  gap: 14px;
}

body.landing-v5 .v5-team-rail.is-upcoming .v5-team-rail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.landing-v5 .v5-team-rail.is-closed .v5-team-rail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.landing-v5 .v5-team-card {
  min-width: 0;
  border: 1px solid var(--v5-line);
  border-radius: 12px;
  background: var(--v5-surface);
  padding: 26px 24px;
}

body.landing-v5 .v5-team-card.is-recruiting {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 14px;
  padding: 0 24px 24px;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 18px 44px -18px rgba(18, 28, 56, .28), 0 4px 12px rgba(18, 28, 56, .06);
}

body.landing-v5 .v5-team-stack {
  position: relative;
  min-width: 0;
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

body.landing-v5 .v5-team-stack::before,
body.landing-v5 .v5-team-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid var(--v5-line);
  border-radius: 14px;
  z-index: 0;
}

body.landing-v5 .v5-team-stack::before {
  transform: rotate(-1.2deg) translate(-4px, 6px);
  opacity: .55;
}

body.landing-v5 .v5-team-stack::after {
  transform: rotate(.9deg) translate(5px, 8px);
  opacity: .3;
}

body.landing-v5 .v5-team-band {
  margin: 0 -24px 18px;
  background: var(--v5-navy);
  border-radius: 13px 13px 0 0;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

body.landing-v5 .v5-team-band b {
  font-family: var(--v5-mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: #fffefb;
  font-weight: 700;
  white-space: nowrap;
}

body.landing-v5 .v5-team-band span {
  font-family: var(--v5-mono);
  font-size: 11px;
  color: rgba(255, 254, 251, .62);
  white-space: nowrap;
}

body.landing-v5 .v5-team-flag {
  position: absolute;
  top: -12px;
  right: 14px;
  z-index: 2;
  background: var(--v5-teal);
  color: var(--v5-navy);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 13px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(18, 28, 56, .22);
}

body.landing-v5 .v5-team-seats {
  display: flex;
  gap: 6px;
  margin: 4px 0 12px;
}

body.landing-v5 .v5-team-seat {
  height: 26px;
  flex: 1;
  border-radius: 7px;
  border: 1.5px dashed rgba(18, 28, 56, .28);
  background: #fbfaf7;
}

body.landing-v5 .v5-team-seat.is-filled {
  border: none;
  background: linear-gradient(135deg, var(--v5-teal-dark), var(--v5-action));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 2px 6px rgba(8, 123, 120, .25);
}

body.landing-v5 .v5-team-card.is-upcoming {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  padding: 0 18px 18px;
  box-shadow: 0 10px 26px -14px rgba(18, 28, 56, .16);
}

body.landing-v5 .v5-team-card.is-upcoming .v5-team-band {
  margin: 0 -18px 16px;
  padding: 10px 16px;
}

body.landing-v5 .v5-team-card.is-closed {
  background: var(--v5-soft);
  border-color: rgba(18, 28, 56, .12);
}

body.landing-v5 .v5-team-card.is-closed h3,
body.landing-v5 .v5-team-card.is-closed p {
  color: var(--v5-muted);
}

body.landing-v5 .v5-team-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

body.landing-v5 .v5-team-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

body.landing-v5 .v5-team-meta > span:not(.v5-team-badge) {
  color: var(--v5-muted);
  font-size: 12.5px;
}

body.landing-v5 .v5-team-quick-action {
  white-space: nowrap;
}

body.landing-v5 .v5-team-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--v5-action);
  color: var(--v5-action-ink);
  font-size: 13.5px;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

body.landing-v5 .v5-team-badge.is-closed {
  background: rgba(18, 28, 56, .12);
  color: var(--v5-muted);
}

body.landing-v5 .v5-team-badge.is-upcoming {
  background: rgba(10, 186, 181, .16);
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-team-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v5-teal-dark);
  animation: v5-team-dot-pulse 1.8s ease-in-out infinite;
}

@keyframes v5-team-dot-pulse {
  50% { opacity: .3; }
}

body.landing-v5 .v5-team-deadline {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  border: 1px solid rgba(18, 28, 56, .2);
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--v5-navy);
  background: var(--v5-surface);
  font-family: var(--v5-font);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

body.landing-v5 .v5-team-deadline.is-urgent {
  border-color: #c74832;
  color: #a63020;
  background: #fff3ef;
}

body.landing-v5 .v5-team-card h3 {
  margin: 0 0 10px;
  color: var(--v5-navy);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1.3;
}

body.landing-v5 .v5-team-card > p {
  margin: 0 0 18px;
  color: var(--v5-navy);
  font-size: 14.5px;
  line-height: 1.7;
  max-width: 62ch;
}

body.landing-v5 .v5-team-progress-wrap {
  min-width: 0;
  position: relative;
  border: 1.5px solid rgba(10, 186, 181, .55);
  border-radius: 11px;
  background: #fff;
  padding: 18px 14px 12px;
  box-shadow: inset 0 2px 5px rgba(18, 28, 56, .05), 0 0 0 3px rgba(10, 186, 181, .09);
}

body.landing-v5 .v5-team-well-label {
  position: absolute;
  top: -10px;
  left: 13px;
  z-index: 1;
  background: #fff;
  padding: 2px 10px;
  border: 1px solid var(--v5-line);
  border-radius: 999px;
  font-family: var(--v5-font);
  font-size: 11px;
  font-weight: 800;
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-team-product {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 12px;
}

body.landing-v5 .v5-team-product .v5-team-photo {
  flex: 0 0 104px;
  min-height: 0;
  height: 76px;
  margin: 0;
  padding: 10px;
}

body.landing-v5 .v5-team-product .v5-team-photo img {
  max-width: 100%;
  max-height: 56px;
}

body.landing-v5 .v5-team-product-id { min-width: 0; }

body.landing-v5 .v5-team-product-id h3 {
  margin: 0 0 6px;
}

body.landing-v5 .v5-team-what {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--v5-navy-2);
  word-break: keep-all;
}

body.landing-v5 .v5-team-context {
  margin: 0 0 16px !important;
  color: var(--v5-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.6;
}

body.landing-v5 .v5-team-card.is-recruiting .v5-team-badges {
  margin: 0 0 16px;
}

body.landing-v5 .v5-team-cta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

body.landing-v5 .v5-team-cta-row .v5-team-quick-action {
  flex: 1;
  justify-content: center;
}

body.landing-v5 .v5-team-cta-row .v5-team-save {
  margin-top: 0;
  flex: none;
  border: none;
  background: none;
  padding: 6px 4px;
  color: var(--v5-muted);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.landing-v5 .v5-team-cta-row .v5-team-save.is-saved {
  border: none;
  background: none;
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-team-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid var(--v5-line);
  border-radius: 11px;
  background: #fff;
  box-shadow: inset 0 2px 5px rgba(18, 28, 56, .04);
}

body.landing-v5 .v5-team-photo img {
  max-width: 78%;
  max-height: 64px;
  width: auto;
  height: auto;
}

body.landing-v5 .v5-team-photo.is-upcoming {
  min-height: 64px;
  padding: 10px 14px;
  margin-bottom: 14px;
}

body.landing-v5 .v5-team-photo.is-upcoming img {
  max-height: 44px;
}

body.landing-v5 .v5-team-save {
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--v5-line);
  background: #fff;
  color: var(--v5-muted);
  font-family: var(--v5-font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}

body.landing-v5 .v5-team-save:hover {
  border-color: var(--v5-teal-dark);
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-team-save.is-saved {
  border-color: var(--v5-teal-dark);
  background: rgba(10, 186, 181, .1);
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-team-card.is-upcoming .v5-team-save {
  margin: 0 0 10px;
  align-self: flex-start;
}

body.landing-v5 .v5-team-progress-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: var(--v5-navy);
  font-family: var(--v5-font);
}

body.landing-v5 .v5-team-progress-label b {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.025em;
}

body.landing-v5 .v5-team-progress-label span {
  color: var(--v5-muted);
  font-size: 12px;
  font-weight: 800;
}

body.landing-v5 .v5-team-progress {
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--v5-soft);
}

body.landing-v5 .v5-team-progress-fill {
  display: block;
  width: var(--v5-team-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--v5-teal-dark), var(--v5-action));
  transform-origin: left center;
  animation: v5-team-progress-in 720ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes v5-team-progress-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

body.landing-v5 .v5-team-capacity-note {
  margin: 9px 0 0;
  color: var(--v5-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

body.landing-v5 .v5-team-cadence {
  margin: 10px 0 0;
  color: var(--v5-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

body.landing-v5 .v5-team-count {
  margin: 8px 0 0 !important;
  color: var(--v5-muted) !important;
  font-size: 12px !important;
}

body.landing-v5 .v5-team-card.is-closed .v5-team-count {
  margin-top: 4px !important;
  font-size: 13px !important;
}

body.landing-v5 .v5-team-selection {
  margin: 16px 0 0 !important;
  color: var(--v5-muted);
  font-size: 12.5px !important;
  line-height: 1.6;
}

body.landing-v5 .v5-team-window {
  color: var(--v5-muted);
  font-family: var(--v5-font);
  font-size: 11.5px;
  font-weight: 750;
}

body.landing-v5 .v5-team-field {
  margin: 0 0 10px !important;
  color: var(--v5-teal-dark) !important;
  font-family: var(--v5-font);
  font-size: 12.5px !important;
  font-weight: 800;
}

body.landing-v5 .v5-team-upcoming-note {
  margin: 0 0 20px !important;
  color: var(--v5-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

body.landing-v5 .v5-team-alert-action {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

body.landing-v5 .v5-teams-report {
  margin: 24px 0 0;
  font-size: 13px;
}

body.landing-v5 .v5-teams-report a {
  color: var(--v5-teal-dark);
  font-weight: 700;
  text-decoration: none;
}

body.landing-v5 .v5-teams-report a:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  body.landing-v5 .v5-team-progress-fill {
    animation: none;
  }

  body.landing-v5 .v5-team-dot {
    animation: none;
  }
}

@media (max-width: 980px) {
  body.landing-v5 .v5-team-rail.is-upcoming .v5-team-rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.landing-v5 .v5-teams {
    padding: 68px 0 72px;
  }

  body.landing-v5 .v5-hero + .v5-teams {
    padding-top: 38px;
  }

  body.landing-v5 .v5-team-board {
    gap: 32px;
  }

  body.landing-v5 .v5-team-rail-head {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.landing-v5 .v5-team-rail.is-upcoming .v5-team-rail-grid,
  body.landing-v5 .v5-team-rail.is-closed .v5-team-rail-grid {
    grid-template-columns: 1fr;
  }

  body.landing-v5 .v5-team-card.is-upcoming {
    min-height: 0;
  }

  body.landing-v5 .v5-team-cta-row {
    flex-direction: column;
  }

  body.landing-v5 .v5-team-quick-action {
    width: 100%;
    justify-content: center;
  }

  body.landing-v5 .v5-team-cta-row .v5-team-save {
    width: auto;
    align-self: center;
  }
}

@media (max-width: 480px) {
  body.landing-v5 .v5-team-card {
    padding: 22px 18px;
  }

  body.landing-v5 .v5-team-card.is-recruiting {
    padding: 0 16px 18px;
  }

  body.landing-v5 .v5-team-band {
    margin: 0 -16px 14px;
  }

  body.landing-v5 .v5-team-badges {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* record 카드 대학 마크 — John 결정(2026-07-30): 상표권 리스크 감수하고 공식 마크 사용 */
body.landing-v5 .v5-record-logo {
  height: 46px;
  width: auto;
  max-width: 84%;
  object-fit: contain;
  margin-bottom: 4px;
}

@media (max-width: 560px) {
  body.landing-v5 .v5-record-logo {
    height: 36px;
  }
}

/* ─── 대회 그리드 팀 배지 + 담아두기 (2026-07-31) ─────────────────── */
body.landing-v5 .v5-logo-team-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  border-radius: 10px;
  font-family: var(--v5-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
  border: 1px solid rgba(8, 123, 120, .35);
  color: var(--v5-teal-dark);
  background: rgba(10, 186, 181, .08);
}
body.landing-v5 .v5-logo-team-badge.is-urgent {
  border-color: #c74832;
  color: #a53a28;
  background: rgba(199, 72, 50, .08);
}
body.landing-v5 .v5-logo-team-badge.is-upcoming {
  border-color: var(--v5-line);
  color: var(--v5-muted);
  background: transparent;
}
body.landing-v5 .v5-logo-save {
  margin-top: auto;
  align-self: stretch;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--v5-line);
  background: var(--v5-surface);
  color: var(--v5-muted);
  font-family: var(--v5-font);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
body.landing-v5 .v5-logo-item[data-comp] .v5-logo-meta {
  margin-bottom: 10px;
}

body.landing-v5 .v5-logo-save:hover {
  border-color: var(--v5-teal-dark);
  color: var(--v5-teal-dark);
}
body.landing-v5 .v5-logo-save.is-saved {
  border-color: var(--v5-teal-dark);
  background: rgba(10, 186, 181, .1);
  color: var(--v5-teal-dark);
}
body.landing-v5 .v5-interest-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  margin-top: 20px;
  padding: 14px 20px;
  border: 1px solid rgba(8, 123, 120, .3);
  border-radius: 14px;
  background: rgba(10, 186, 181, .06);
}
body.landing-v5 .v5-interest-bar p {
  margin: 0;
  font-size: 14px;
  color: var(--v5-navy);
}

/* ─── 설립자 카드 (실명·모노그램, 사진 없음) ──────────────────────── */
body.landing-v5 .v5-founders {
  margin-top: 34px;
}
body.landing-v5 .v5-founders-lead {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--v5-navy);
  font-weight: 600;
}
body.landing-v5 .v5-founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.landing-v5 .v5-founder-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 10px;
  padding: 18px 20px;
  border: 1px solid var(--v5-line);
  border-radius: 14px;
  background: var(--v5-surface);
}
body.landing-v5 .v5-founder-mono {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(8, 123, 120, .4);
  color: var(--v5-teal-dark);
  font-family: var(--v5-mono);
  font-size: 18px;
  font-weight: 700;
  background: rgba(10, 186, 181, .08);
}
body.landing-v5 .v5-founder-id {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-self: center;
}
body.landing-v5 .v5-founder-id b {
  font-size: 16px;
  color: var(--v5-navy);
}
body.landing-v5 .v5-founder-id span {
  font-size: 13px;
  color: var(--v5-muted);
}
body.landing-v5 .v5-founder-creds {
  grid-column: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.landing-v5 .v5-founder-creds li {
  font-size: 13px;
  color: var(--v5-navy);
  padding-left: 14px;
  position: relative;
}
body.landing-v5 .v5-founder-creds li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v5-teal);
}
@media (max-width: 720px) {
  body.landing-v5 .v5-founders-grid {
    grid-template-columns: 1fr;
  }
}



/* ─── 플로팅 카트 칩 + 서랍 (담아두기 결과가 화면에 남게, 2026-07-31) ─── */
body.landing-v5 .v5-cart-chip {
  position: fixed;
  bottom: 18px;
  left: 16px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--v5-navy);
  color: #fffefb;
  border: none;
  border-radius: 999px;
  padding: 11px 16px;
  font-family: var(--v5-font);
  font-size: 13.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(18, 28, 56, .35);
}

body.landing-v5 .v5-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--v5-teal);
  color: var(--v5-navy);
  font-size: 12.5px;
  font-weight: 800;
}

body.landing-v5 .v5-cart-drawer {
  position: fixed;
  bottom: 72px;
  left: 16px;
  right: 16px;
  max-width: 430px;
  z-index: 61;
  background: #fff;
  border: 1px solid var(--v5-line);
  border-radius: 16px;
  padding: 16px 16px 14px;
  box-shadow: 0 26px 60px -12px rgba(18, 28, 56, .4);
}

body.landing-v5 .v5-cart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--v5-line);
  margin-bottom: 4px;
}

body.landing-v5 .v5-cart-head b {
  font-size: 15px;
  color: var(--v5-navy);
}

body.landing-v5 .v5-cart-close {
  border: none;
  background: none;
  color: var(--v5-muted);
  font-family: var(--v5-font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  padding: 4px 6px;
}

body.landing-v5 .v5-cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(18, 28, 56, .07);
}

body.landing-v5 .v5-cart-row-id { min-width: 0; }

body.landing-v5 .v5-cart-row-id b {
  display: block;
  font-size: 14px;
  color: var(--v5-navy);
  line-height: 1.4;
  word-break: keep-all;
}

body.landing-v5 .v5-cart-row-status {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--v5-teal-dark);
}

body.landing-v5 .v5-cart-remove {
  flex: none;
  border: 1px solid var(--v5-line);
  background: #fff;
  color: var(--v5-muted);
  border-radius: 999px;
  padding: 5px 11px;
  font-family: var(--v5-font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

body.landing-v5 .v5-cart-empty {
  margin: 14px 0;
  font-size: 13.5px;
  color: var(--v5-muted);
}

body.landing-v5 .v5-cart-actions { margin-top: 14px; }

body.landing-v5 .v5-cart-consult {
  display: flex;
  justify-content: center;
  width: 100%;
}

body.landing-v5 .v5-cart-share {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  border: 1.5px solid rgba(10, 186, 181, .5);
  border-radius: 999px;
  background: #fff;
  color: var(--v5-teal-dark);
  font-family: var(--v5-font);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

body.landing-v5 .v5-cart-note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--v5-muted);
  word-break: keep-all;
}


/* ─── 히어로 직하 미니 핏체크 (2026-07-31 개선안 9 · B변형만 노출) ─── */
body.landing-v5 .v5-minifit {
  padding: 26px 0;
  border-bottom: 1px solid var(--v5-line);
  background: var(--v5-surface);
}
body.landing-v5 .v5-minifit-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}
body.landing-v5 .v5-minifit-q {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--v5-navy);
  word-break: keep-all;
}
body.landing-v5 .v5-minifit-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
body.landing-v5 .v5-minifit-tabs button {
  border: 1.5px solid rgba(10, 186, 181, .5);
  background: #fff;
  color: var(--v5-navy);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--v5-font);
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
}
body.landing-v5 .v5-minifit-tabs button:hover {
  background: rgba(10, 186, 181, .1);
}
@media (max-width: 560px) {
  body.landing-v5 .v5-minifit-tabs { width: 100%; }
  body.landing-v5 .v5-minifit-tabs button { flex: 1; padding: 12px 8px; }
}
