.ct-page { --ct-orange-dark: #8a5100; }
.ct-page .site-nav a[aria-current="page"] { color: var(--ct-orange-dark); }
.ct-hero { background: #f7f7f4; border-block: 1px solid var(--v3-line); }
.ct-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); min-height: 510px; }
.ct-hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 800px; padding: 72px 72px 72px 0; }
.ct-hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.35rem, 5.5vw, 6.25rem); line-height: .91; letter-spacing: -.066em; }
.ct-hero-copy > p:not(.v3-kicker) { max-width: 700px; margin: 24px 0 0; color: var(--v3-muted); font-size: 1.04rem; line-height: 1.68; }
.ct-hero-copy .hero-actions { margin-top: 30px; }
.ct-hero-panel { align-self: stretch; padding: 46px 42px; color: #fff; background: var(--v3-ink); }
.ct-panel-label { margin: 0 0 34px; color: var(--v3-orange); font-size: .7rem; font-weight: 850; letter-spacing: .17em; }
.ct-hero-panel dl { margin: 0; border-top: 1px solid #41413e; }
.ct-hero-panel dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 4px 20px; padding: 21px 0; border-bottom: 1px solid #41413e; }
.ct-hero-panel dt { grid-row: 1 / 3; color: var(--v3-orange); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ct-hero-panel dd { margin: 0; font-size: 1.05rem; font-weight: 800; }
.ct-hero-panel small { color: #bdbdb8; font-size: .76rem; line-height: 1.45; }
.ct-moq, .ct-confirmation { padding-block: 72px 78px; }
.ct-section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 34px; }
.ct-section-head h2, .ct-faq h2, .ct-next-step h2 { margin: 0; font-size: clamp(2.45rem, 4.2vw, 4.2rem); line-height: .98; letter-spacing: -.052em; }
.ct-section-head > p { margin: 0; color: var(--v3-muted); line-height: 1.65; }
.ct-moq-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v3-line); border-left: 1px solid var(--v3-line); }
.ct-moq-grid article { min-height: 245px; padding: 25px 24px; background: #fff; border-right: 1px solid var(--v3-line); border-bottom: 1px solid var(--v3-line); }
.ct-moq-grid span, .ct-program-grid span, .ct-confirmation li > span { color: var(--ct-orange-dark); font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.ct-moq-grid h3 { min-height: 52px; margin: 28px 0 12px; font-size: 1.18rem; line-height: 1.18; }
.ct-moq-grid strong { display: block; color: var(--v3-ink); font-size: 1.75rem; letter-spacing: -.04em; }
.ct-moq-grid p { margin: 15px 0 0; color: var(--v3-muted); font-size: .84rem; line-height: 1.55; }
.ct-qualification { margin: 22px 0 0; padding: 17px 19px; background: rgba(242,165,26,.11); border-left: 5px solid var(--v3-orange); font-size: .84rem; line-height: 1.6; }
.ct-program { padding-block: 72px 78px; color: #fff; background: var(--v3-ink); }
.ct-program .v3-kicker { color: var(--v3-orange); }
.ct-program .ct-section-head > p { color: #bdbdb8; }
.ct-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #444440; }
.ct-program-grid article { min-height: 245px; padding: 28px 32px 0 0; border-right: 1px solid #444440; }
.ct-program-grid article + article { padding-left: 32px; }
.ct-program-grid article:last-child { border-right: 0; }
.ct-program-grid span { color: var(--v3-orange); }
.ct-program-grid h3 { margin: 30px 0 12px; font-size: 1.18rem; }
.ct-program-grid strong { display: block; margin-bottom: 16px; font-size: 1.65rem; letter-spacing: -.035em; }
.ct-program-grid p { margin: 0; color: #bdbdb8; font-size: .86rem; line-height: 1.62; }
.ct-confirmation ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--v3-line); }
.ct-confirmation li { min-height: 220px; padding: 26px 24px 0 0; border-right: 1px solid var(--v3-line); }
.ct-confirmation li + li { padding-left: 24px; }
.ct-confirmation li:last-child { border-right: 0; }
.ct-confirmation h3 { margin: 30px 0 12px; font-size: 1.1rem; }
.ct-confirmation p { margin: 0; color: var(--v3-muted); font-size: .84rem; line-height: 1.6; }
.ct-faq { padding-block: 70px; background: var(--v3-soft); border-block: 1px solid var(--v3-line); }
.ct-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.ct-faq details { border-top: 1px solid var(--v3-line); }
.ct-faq details:last-child { border-bottom: 1px solid var(--v3-line); }
.ct-faq summary { position: relative; padding: 20px 38px 20px 0; font-weight: 800; cursor: pointer; list-style: none; }
.ct-faq summary::-webkit-details-marker { display: none; }
.ct-faq summary::after { position: absolute; top: 20px; right: 4px; content: "+"; color: var(--ct-orange-dark); font-size: 1.15rem; }
.ct-faq details[open] summary::after { content: "−"; }
.ct-faq details p { max-width: 720px; margin: 0 0 22px; color: var(--v3-muted); font-size: .88rem; line-height: 1.65; }
.ct-next-step { padding-block: 58px; background: var(--v3-orange); }
.ct-next-step .v3-kicker { color: #623900; }
.ct-next-step-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; }
.ct-next-step-grid > div:first-child > p:last-child { max-width: 730px; margin: 18px 0 0; color: #513508; line-height: 1.62; }
.ct-next-actions { display: flex; gap: 12px; }
.ct-next-step .button.primary { color: #fff; background: var(--v3-ink); border-color: var(--v3-ink); }
@media (max-width: 1080px) {
  .ct-hero-grid { grid-template-columns: 1fr minmax(340px, .7fr); }
  .ct-hero-copy { padding-right: 42px; }
  .ct-moq-grid { grid-template-columns: repeat(2, 1fr); }
  .ct-confirmation ol { grid-template-columns: repeat(2, 1fr); }
  .ct-confirmation li { border-bottom: 1px solid var(--v3-line); }
  .ct-confirmation li:nth-child(2) { border-right: 0; }
  .ct-next-step-grid { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 760px) {
  .ct-hero-grid { display: block; }
  .ct-hero-copy { padding: 56px 0; }
  .ct-hero h1 { font-size: clamp(3.1rem, 14vw, 4.9rem); }
  .ct-hero-panel { margin-inline: -16px; padding: 38px 28px; }
  .ct-moq, .ct-confirmation, .ct-program { padding-block: 54px; }
  .ct-section-head, .ct-faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .ct-moq-grid, .ct-program-grid, .ct-confirmation ol { grid-template-columns: 1fr; }
  .ct-moq-grid article { min-height: 0; }
  .ct-program-grid article, .ct-program-grid article + article { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid #444440; }
  .ct-program-grid article:last-child { border-bottom: 0; }
  .ct-confirmation li, .ct-confirmation li + li { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--v3-line); }
  .ct-confirmation li:last-child { border-bottom: 0; }
  .ct-confirmation h3 { margin-top: 18px; }
  .ct-faq-grid { gap: 36px; }
  .ct-next-actions { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .ct-hero-copy .hero-actions, .ct-next-actions { display: grid; }
  .ct-hero-panel dl > div { grid-template-columns: 74px 1fr; }
}

/* Commercial-terms hero spacing — 2026-09-22 */
.ct-page .ct-hero-grid{min-height:450px}.ct-page .ct-hero-copy{padding-top:52px;padding-bottom:52px}.ct-page .ct-hero-panel{padding-top:34px;padding-bottom:34px}.ct-page .ct-panel-label{margin-bottom:24px}.ct-page .ct-hero-panel dl>div{padding-block:16px}
@media(max-width:760px){.ct-page .ct-hero-copy{padding-block:44px}.ct-page .ct-hero-panel{padding-block:30px}.ct-page .ct-panel-label{margin-bottom:22px}}
