:root {
  color-scheme: light;
  --paper: #fff;
  --ink: #1d232b;
  --muted: #606770;
  --line: #e2e4e7;
  --orange: #ff7b0a;
  --orange-text: #a64400;
  --dark: #080d13;
  --on-dark: #e7ebf0;
  --muted-on-dark: #a6b0be;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { background: #ffb575; color: var(--dark); }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 10; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--dark); color: var(--on-dark); border-bottom: 1px solid #26303d; }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; font-size: 26px; font-weight: 600; letter-spacing: -1.2px; }
.brand img { margin-right: 10px; }
.brand-period { color: var(--orange); }
nav { display: flex; gap: 36px; align-items: center; font-size: 13px; font-weight: 500; }
nav a { padding-block: 12px; }
nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
nav a:hover { color: var(--orange); }
.site-footer a:hover { color: var(--orange-text); }
nav a span { margin-left: 8px; }
.hero { background: radial-gradient(ellipse at 50% 100%, #ff7b0a0d, transparent 65%), var(--dark); color: var(--on-dark); text-align: center; border-bottom: 1px solid #26303d; }
.hero-inner { padding-top: 68px; padding-bottom: 205px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 1.8px; margin: 0; color: var(--orange-text); }
.hero .eyebrow { color: var(--orange); }
h1, h2, .course-cover-title { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(40px, 4.7vw, 65px); font-weight: 400; letter-spacing: -2.5px; line-height: 1.12; margin: 23px 0; }
h1 em { color: var(--orange); font-style: normal; }
.intro { max-width: 835px; font-size: 17px; line-height: 1.8; color: var(--muted-on-dark); margin: 0 auto; }
.hero-caption { margin: 18px 0 0; font-size: 13px; color: var(--muted-on-dark); }
.offerings { position: relative; max-width: 1020px; margin-top: -149px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; padding-bottom: 65px; }
.offering { min-width: 0; background: #fff; border: 1px solid #dce0e5; box-shadow: 0 15px 35px #080d1314; display: flex; flex-direction: column; border-radius: 6px; }
.card-cover { aspect-ratio: 1.44; width: 100%; display: block; overflow: hidden; border-radius: 5px 5px 0 0; }
.autopilot-cover { background: #090e14; }
.autopilot-cover img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.course-cover { position: relative; color: var(--on-dark); background-color: var(--dark); background-image: radial-gradient(ellipse at 50% 100%, #ff7b0a1f, transparent 70%), radial-gradient(#33404e 0.65px, transparent 0.65px); background-size: 100% 100%, 16px 16px; padding: 22px 30px; border-bottom: 1px solid #26303d; }
.cover-label { display: flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 1px; font-weight: 600; }
.course-cover-title { font-size: clamp(24px, 2.8vw, 34px); line-height: 1.12; letter-spacing: -1px; margin-top: 18px; }
.course-cover-title em { font-size: .84em; color: var(--orange); font-weight: 400; }
.workflow-preview { display: flex; justify-content: center; align-items: center; margin-top: 18px; }
.workflow-node { width: 62px; height: 62px; background: #17212e; border: 1px solid #364355; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; box-shadow: 0 4px 12px #0003; }
.workflow-node svg { width: 23px; height: 23px; stroke: var(--orange); stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.workflow-node span { font-size: 9px; }
.ai-node { background: var(--orange); color: var(--dark); border-color: var(--orange); }
.ai-node svg { stroke: var(--dark); }
.workflow-line { width: 50px; text-align: center; color: #d88a4d; }
.card-body { text-align: center; display: flex; flex-direction: column; flex: 1; padding: 28px 28px 27px; }
h2 { font-size: 31px; font-weight: 400; letter-spacing: -.9px; margin: 13px 0 16px; }
.card-body > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; color: var(--muted); margin: 0 0 25px; }
.card-bottom { margin-top: auto; }
.outcome { border-top: 1px solid var(--line); margin: 0; padding: 17px 0 19px; font-size: 11px; color: var(--muted); }
.button { min-height: 52px; padding: 15px 18px; display: flex; align-items: center; justify-content: center; gap: 23px; background: var(--orange); color: var(--dark); font-size: 14px; font-weight: 600; border-radius: 3px; transition: background .15s; }
a.button:hover { background: #ff963d; }
.button span { font-size: 19px; line-height: 1; }
.button-pending { background: #f2f3f5; color: #606770; font-size: 12px; border: 1px solid #dce0e5; }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 25px; font-size: 11px; color: var(--muted); }
.site-footer a span { margin-left: 10px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 48px); }
  nav { gap: 24px; }
  .course-cover { padding: 20px 24px; }
  .course-cover-title { font-size: 30px; margin-top: 18px; }
  .workflow-preview { margin-top: 17px; }
  .workflow-node { width: 56px; height: 58px; }
  .card-body { padding-inline: 23px; }
}
@media (min-width: 701px) and (max-width: 820px) {
  .course-cover { padding: 16px 20px; }
  .course-cover-title { font-size: 25px; margin-top: 14px; }
  .workflow-node { width: 48px; height: 48px; gap: 2px; }
  .workflow-preview { margin-top: 14px; }
  h2 { font-size: 27px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { height: 76px; gap: 16px; }
  .brand { font-size: 22px; }
  .brand img { width: 24px; height: 24px; margin-right: 7px; }
  nav { gap: 15px; font-size: 11px; }
  nav a:first-child, .nav-contact { display: none; }
  .hero-inner { padding-top: 47px; padding-bottom: 127px; }
  h1 { font-size: clamp(38px, 8.5vw, 54px); letter-spacing: -1.5px; margin: 22px 0; }
  .intro { font-size: 15px; line-height: 1.8; }
  .hero-caption { font-size: 12px; line-height: 1.7; margin-top: 18px; }
  .offerings { grid-template-columns: 1fr; max-width: 480px; margin-top: -82px; gap: 25px; padding-bottom: 40px; }
  .course-cover { padding: 25px 27px; }
  .course-cover-title { font-size: clamp(28px, 6.8vw, 36px); margin-top: 20px; }
  .workflow-preview { margin-top: 22px; }
  .workflow-node { width: 59px; height: 61px; }
  .card-body { padding: 27px 24px 24px; }
  .footer-description { display: none; }
  .site-footer { font-size: 10px; gap: 10px; }
}
@media (max-width: 370px) {
  .course-cover { padding: 18px 21px; }
  .course-cover-title { font-size: 25px; margin-top: 15px; }
  .workflow-preview { margin-top: 15px; }
  .workflow-node { height: 51px; width: 51px; }
  h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
