/*
 * AusbilderPilot Startseite
 * Produktbeweis, klare Lernergebnisse und ruhige LMS-Anmutung.
 * Alle Regeln sind auf body.home begrenzt.
 */

.home {
  --hq-ink: #142d33;
  --hq-text: #334e54;
  --hq-muted: #627478;
  --hq-teal: #087a73;
  --hq-teal-dark: #075a58;
  --hq-coral: #b85f4d;
  --hq-gold: #b9832f;
  --hq-blue: #3e6487;
  --hq-line: #d5e2df;
  --hq-paper: #f6f9f8;
  --hq-soft: #edf4f1;
  --hq-surface: #ffffff;
  --hq-night: #153137;
  --hq-shadow-sm: 0 2px 8px rgba(20, 45, 51, .06);
  --hq-shadow-md: 0 20px 54px rgba(20, 45, 51, .12);
  margin: 0;
  background: var(--hq-paper);
  color: var(--hq-ink);
}

.home,
.home * {
  letter-spacing: 0;
}

.home img {
  max-width: 100%;
}

.home .wrap {
  width: min(1220px, calc(100% - 48px));
  padding: 0;
}

.home section[id] {
  scroll-margin-top: 88px;
}

.home a:focus-visible,
.home button:focus-visible,
.home summary:focus-visible {
  outline: 3px solid rgba(8, 122, 115, .34);
  outline-offset: 3px;
}

/* Navigation */

.home .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--hq-line);
  box-shadow: 0 8px 24px rgba(20, 45, 51, .05);
  backdrop-filter: blur(16px);
}

.home .nav {
  min-height: 72px;
  gap: 18px;
}

.home .brand {
  min-width: 226px;
  color: var(--hq-ink);
}

.home .brand-logo {
  width: 226px;
  height: auto;
  max-height: 56px;
  flex: 0 1 226px;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: left center;
}

.home .brand strong {
  line-height: 1.15;
}

.home .brand span {
  margin-top: 3px;
  color: var(--hq-muted);
  font-size: 11px;
}

.home .navlinks {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #405a60;
  font-size: 13px;
}

.home .navlinks a {
  padding: 9px 9px;
  border-radius: 6px;
}

.home .navlinks a:hover {
  background: var(--hq-soft);
  color: var(--hq-teal-dark);
}

.home .nav-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.home .btn {
  position: relative;
  min-height: 44px;
  border-radius: 8px;
  padding: 10px 17px;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home .btn::before {
  display: none;
}

.home .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(20, 45, 51, .12);
}

.home .btn.primary,
.home .nav .btn.primary,
.home .hero-actions .btn.primary {
  border-color: var(--hq-teal-dark);
  background: var(--hq-teal-dark);
  color: #fff;
}

.home .btn.secondary,
.home .hero-actions .btn.secondary {
  border-color: #bdceca;
  background: #fff;
  color: var(--hq-teal-dark);
}

.home .nav .btn.login {
  border: 1px solid #bdceca;
  background: #fff;
  color: var(--hq-teal-dark);
}

.home .nav .btn.login:hover {
  border-color: var(--hq-teal-dark);
  background: var(--hq-soft);
}

/* Hero with real product view */

.home .hero {
  min-height: 690px;
  overflow: hidden;
  border-bottom: 1px solid var(--hq-line);
  background: var(--hq-soft) !important;
  color: var(--hq-ink);
}

.home .hero::before {
  display: none;
}

.home .hero-inner {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
  align-items: center;
  gap: 48px;
  padding: 72px 0 56px;
}

.home .hero-copy {
  max-width: 560px;
}

.home .eyebrow,
.home .section-kicker {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 10px;
  border: 1px solid #c4ded8;
  border-radius: 999px;
  background: #e3f1ed;
  color: var(--hq-teal-dark) !important;
  box-shadow: none;
  font-size: 12px !important;
  font-weight: 800;
  text-transform: uppercase;
}

.home h1,
.home .hero h1 {
  margin: 0;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 62px;
  font-weight: 760;
  line-height: 1;
  text-shadow: none;
  text-wrap: balance;
}

.home .claim {
  max-width: 54ch;
  margin: 22px 0 0;
  color: var(--hq-text);
  font-size: 19px;
  line-height: 1.62;
}

.home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 27px;
}

.home .hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home .hero-status span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #d0dfdc;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #36565a;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
}

.home .hero-product {
  min-width: 0;
  margin: 0;
}

.home .product-window {
  overflow: hidden;
  border: 1px solid #c8d8d4;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--hq-shadow-md);
}

.home .product-window-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid #284a50;
  background: var(--hq-night);
  color: #dce9e6;
  font-size: 11px;
}

.home .product-window-bar span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #e0816e;
}

.home .product-window-bar span:nth-child(2) {
  background: #d5aa54;
}

.home .product-window-bar span:nth-child(3) {
  background: #68b89e;
}

.home .product-window-bar strong {
  margin-left: 6px;
  font-weight: 700;
}

.home .product-window img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.home .hero-product figcaption {
  margin-top: 11px;
  color: var(--hq-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Course facts */

.home .course-facts {
  border-bottom: 1px solid #28474c;
  background: var(--hq-night);
  color: #fff;
}

.home .fact-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .fact-row > div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 20px 28px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.home .fact-row > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.home .fact-row > div:nth-child(2) strong {
  color: #e3b86d;
}

.home .fact-row > div:nth-child(3) strong {
  color: #e38b77;
}

.home .fact-row > div:nth-child(4) strong {
  color: #91b5d4;
}

.home .fact-row strong {
  color: #8bd2c0;
  font-size: 32px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.home .fact-row span {
  color: #d0ddda;
  font-size: 13px;
}

/* Shared sections */

.home section.band {
  padding: 88px 0;
  border-bottom: 1px solid var(--hq-line);
}

.home .band.white {
  background: #fff;
}

.home .section-head {
  max-width: 820px;
  margin: 0 0 36px;
}

.home .section-head.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home .section-head h2 {
  margin: 0;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 46px;
  font-weight: 720;
  line-height: 1.06;
  text-wrap: balance;
}

.home .section-head p:not(.section-kicker) {
  max-width: 68ch;
  margin: 15px 0 0;
  color: var(--hq-muted);
  font-size: 18px;
  line-height: 1.62;
}

.home .section-head.centered p:not(.section-kicker) {
  margin-right: auto;
  margin-left: auto;
}

/* Three outcomes */

.home .outcomes {
  background: #fff;
}

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

.home .outcome-grid article {
  min-height: 216px;
  padding: 25px 10px 0 0;
  border-top: 4px solid var(--hq-teal);
  background: transparent;
}

.home .outcome-grid article:nth-child(2) {
  border-color: var(--hq-coral);
}

.home .outcome-grid article:nth-child(3) {
  border-color: var(--hq-gold);
}

.home .outcome-grid span {
  color: var(--hq-teal);
  font-size: 13px;
  font-weight: 850;
}

.home .outcome-grid article:nth-child(2) span {
  color: var(--hq-coral);
}

.home .outcome-grid article:nth-child(3) span {
  color: var(--hq-gold);
}

.home .outcome-grid h3 {
  margin: 20px 0 10px;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 29px;
  line-height: 1.12;
}

.home .outcome-grid p {
  margin: 0;
  color: var(--hq-text);
  line-height: 1.65;
}

/* Real training situations */

.home .learning-scenes {
  background: #f6f9f8;
}

.home .learning-scenes .section-head {
  max-width: 860px;
}

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

.home .scene-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d4dfdc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 43, 52, .09);
}

.home .scene-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.home .scene-item figcaption {
  min-height: 184px;
  padding: 20px 20px 22px;
}

.home .scene-item span {
  display: block;
  margin-bottom: 12px;
  color: var(--hq-teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .scene-item:nth-child(2) span {
  color: var(--hq-coral);
}

.home .scene-item:nth-child(3) span {
  color: #8b6500;
}

.home .scene-item strong {
  display: block;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
}

.home .scene-item p {
  margin: 11px 0 0;
  color: var(--hq-text);
  line-height: 1.58;
}

/* Repeating learning rhythm */

.home .learning-flow {
  background: var(--hq-soft);
}

.home .learning-flow .section-head {
  max-width: 700px;
}

.home .flow-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #c8d8d4;
  border-bottom: 1px solid #c8d8d4;
}

.home .flow-row article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 17px;
  padding: 26px 28px;
  border-left: 1px solid #c8d8d4;
  background: transparent;
}

.home .flow-row article:last-child {
  border-right: 1px solid #c8d8d4;
}

.home .flow-row b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hq-night);
  color: #fff;
  font-size: 16px;
}

.home .flow-row h3 {
  margin: 0 0 5px;
  color: var(--hq-ink);
  font-size: 18px;
  line-height: 1.25;
}

.home .flow-row p {
  margin: 0;
  color: var(--hq-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* Product tour */

.home .product-tour {
  background: #fff;
}

.home .product-row {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr);
  align-items: center;
  gap: 58px;
  padding: 66px 0;
  border-top: 1px solid var(--hq-line);
}

.home .product-row:first-of-type {
  padding-top: 18px;
  border-top: 0;
}

.home .product-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.home .product-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #c9d9d5;
  border-radius: 8px;
  background: #eef4f2;
  box-shadow: var(--hq-shadow-md);
}

.home .product-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.home .product-copy {
  min-width: 0;
}

.home .product-index {
  color: var(--hq-teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .product-copy h3 {
  margin: 13px 0 15px;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 34px;
  font-weight: 720;
  line-height: 1.08;
}

.home .product-copy > p {
  margin: 0;
  color: var(--hq-text);
  line-height: 1.7;
}

.home .product-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--hq-text);
  list-style: none;
}

.home .product-copy li {
  position: relative;
  padding-left: 23px;
}

.home .product-copy li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 3px solid #cfe8e1;
  border-radius: 50%;
  background: var(--hq-teal);
}

.home .exam-board {
  min-height: 390px;
  display: grid;
  align-content: center;
  padding: 38px;
  border: 1px solid #28484d;
  border-radius: 8px;
  background: var(--hq-night);
  color: #fff;
  box-shadow: var(--hq-shadow-md);
}

.home .exam-board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.home .exam-board-head span {
  color: #8bd2c0;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .exam-board-head strong {
  font-size: 25px;
  font-variant-numeric: tabular-nums;
}

.home .exam-board-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 28px 0;
}

.home .exam-board-body div {
  min-width: 0;
}

.home .exam-board-body b {
  display: block;
  color: #fff;
  font-size: 35px;
  line-height: 1;
}

.home .exam-board-body span {
  display: block;
  margin-top: 7px;
  color: #c8d9d5;
  font-size: 12px;
  line-height: 1.4;
}

.home .exam-progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
}

.home .exam-progress span {
  display: block;
  width: 64%;
  height: 100%;
  border-radius: inherit;
  background: #8bd2c0;
}

.home .exam-board > p {
  margin: 14px 0 0;
  color: #c8d9d5;
  font-size: 12px;
}

.home .tour-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid var(--hq-line);
  border-bottom: 1px solid var(--hq-line);
}

.home .tour-cta div {
  display: grid;
  gap: 4px;
}

.home .tour-cta strong {
  color: var(--hq-ink);
  font-size: 20px;
}

.home .tour-cta span {
  color: var(--hq-muted);
}

/* Syllabus */

.home .syllabus {
  background: var(--hq-soft);
}

.home .matrix {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(310px, .76fr);
  align-items: start;
  gap: 58px;
}

.home .navigator {
  display: grid;
  gap: 0;
  border-top: 1px solid #bfd2cd;
}

.home .nav-row,
.home .navigator .nav-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #bfd2cd;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home .nav-row::before {
  display: none;
}

.home .nav-row > b {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #b9d5ce;
  border-radius: 8px;
  background: #fff;
  color: var(--hq-teal-dark);
  font-size: 17px;
}

.home .nav-row span {
  color: var(--hq-muted);
  font-size: 13px;
  line-height: 1.45;
}

.home .nav-row strong {
  margin-bottom: 5px;
  color: var(--hq-ink);
  font-size: 16px;
}

.home .nav-row em {
  color: var(--hq-teal-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.home .syllabus-note {
  position: sticky;
  top: 108px;
  padding: 34px;
  border-radius: 8px;
  background: var(--hq-night);
  color: #fff;
  box-shadow: var(--hq-shadow-md);
}

.home .syllabus-note > span {
  color: #8bd2c0;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .syllabus-note h3 {
  margin: 16px 0 12px;
  color: #fff;
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 30px;
  line-height: 1.1;
}

.home .syllabus-note p {
  margin: 0;
  color: #d0ddda;
  line-height: 1.65;
}

.home .text-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: #8bd2c0;
  font-weight: 800;
}

/* Trust */

.home .trust-band {
  background: #fff !important;
}

.home .quality-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 26px 42px;
  align-items: start;
}

.home .quality-intro h2 {
  max-width: 720px;
  margin: 0;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 44px;
  line-height: 1.06;
}

.home .quality-intro > p:not(.section-kicker) {
  max-width: 72ch;
  margin: 15px 0 0;
  color: var(--hq-muted);
  font-size: 17px;
  line-height: 1.65;
}

.home .quality-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--hq-line);
}

.home .quality-facts div {
  min-width: 0;
}

.home .quality-facts b {
  display: block;
  color: var(--hq-teal-dark);
  font-size: 22px;
  line-height: 1.1;
}

.home .quality-facts span {
  display: block;
  margin-top: 5px;
  color: var(--hq-muted);
  font-size: 12px;
  line-height: 1.45;
}

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

.home .quality-grid article {
  min-height: 205px;
  padding: 24px;
  border: 1px solid var(--hq-line);
  border-radius: 8px;
  background: var(--hq-paper);
  box-shadow: var(--hq-shadow-sm);
}

.home .quality-grid article > span {
  color: var(--hq-teal);
  font-size: 12px;
  font-weight: 850;
}

.home .quality-grid h3 {
  margin: 18px 0 8px;
  color: var(--hq-ink);
  font-size: 20px;
}

.home .quality-grid p {
  margin: 0;
  color: var(--hq-muted);
  line-height: 1.6;
}

.home .contact-card {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 26px;
  border: 1px solid var(--hq-line);
  border-radius: 8px;
  background: var(--hq-soft);
}

.home .contact-photo {
  width: 88px;
  height: 104px;
  display: block;
  border: 1px solid #c7d5d1;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 28%;
  box-shadow: 0 9px 24px rgba(20, 43, 52, .13);
}

.home .contact-card span {
  color: var(--hq-muted);
  font-size: 12px;
}

.home .contact-card h3 {
  margin: 2px 0 0;
  color: var(--hq-ink);
  font-size: 20px;
}

.home .contact-card p {
  margin: 1px 0 0;
  color: var(--hq-muted);
  font-size: 13px;
}

.home .contact-card > a {
  grid-column: 1 / -1;
  width: fit-content;
  color: var(--hq-teal-dark);
  font-weight: 700;
}

.home .qualification-card {
  align-items: start;
}

.home .qualification-copy {
  min-width: 0;
}

.home .qualification-list {
  display: grid;
  gap: 8px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.home .qualification-list li {
  position: relative;
  padding-left: 17px;
  color: var(--hq-muted);
  font-size: 13px;
  line-height: 1.45;
}

.home .qualification-list li::before {
  position: absolute;
  top: .57em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hq-teal);
  content: "";
}

.home .qualification-list strong {
  color: var(--hq-ink);
  font-weight: 800;
}

.home .contact-card p.qualification-source {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid var(--hq-line);
  color: var(--hq-muted);
  font-size: 11px;
  line-height: 1.45;
}

.home .contact-card > a.technical-contact-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #b8ccc5;
  border-radius: 5px;
  text-decoration: none;
}

.home .contact-card > a.technical-contact-link:hover,
.home .contact-card > a.technical-contact-link:focus-visible {
  border-color: var(--hq-teal);
  background: #fff;
}

.home .quality-note {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  padding: 18px 20px;
  border-left: 4px solid var(--hq-gold);
  background: #fff8ea;
  color: #584b32;
}

/* Price */

.home .price-band,
.home #preis {
  background: var(--hq-soft) !important;
}

.home .price-section-head {
  margin-bottom: 30px;
}

.home .pricing-v2 {
  display: grid;
  gap: 14px;
}

.home .price-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(315px, .65fr);
  overflow: hidden;
  border: 1px solid #c6d8d3;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--hq-shadow-md);
}

.home .price-offer-copy {
  padding: 38px;
}

.home .price-label {
  color: var(--hq-teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .price-offer h3 {
  max-width: 720px;
  margin: 14px 0 12px;
  color: var(--hq-ink);
  font-family: "Fraunces Variable", Georgia, serif;
  font-size: 32px;
  line-height: 1.1;
}

.home .price-offer-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--hq-text);
  line-height: 1.65;
}

.home .price-offer .offer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 24px;
  margin: 25px 0 0;
  padding: 0;
  color: var(--hq-text);
  list-style: none;
}

.home .price-offer .offer-list li {
  position: relative;
  min-height: 42px;
  padding-left: 22px;
  line-height: 1.45;
}

.home .price-offer .offer-list li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 3px solid #cfe9e3;
  border-radius: 50%;
  background: var(--hq-teal);
}

.home .price-decision {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  border-left: 1px solid rgba(255, 255, 255, .15);
  background: var(--hq-night);
  color: #fff;
}

.home .price-access {
  margin: 0 0 13px;
  color: #bcdcd6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.home .price-amount {
  display: grid;
  gap: 5px;
  margin-bottom: 17px;
}

.home .price-amount strong {
  color: #fff;
  font-size: 60px;
  line-height: .95;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.home .price-amount span {
  color: #d5e9e5;
  font-size: 16px;
  font-weight: 750;
}

.home .price-facts {
  display: grid;
  gap: 8px;
  margin: 0 0 25px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #d5e9e5;
  font-size: 14px;
}

.home .price-facts span {
  position: relative;
  padding-left: 17px;
}

.home .price-facts span::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e0b466;
}

.home .price-decision .price-actions {
  display: grid;
  gap: 14px;
}

.home .price-decision .btn.primary {
  width: 100%;
  border-color: #fff;
  background: #fff;
  color: var(--hq-night);
}

.home .price-demo-link {
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .42);
  text-underline-offset: 4px;
}

.home .price-extension {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 22px 24px;
  border: 1px solid #c6d8d3;
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
}

.home .price-extension-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.home .price-extension-label {
  padding-top: 5px;
  color: var(--hq-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.home .price-extension h3 {
  margin: 0 0 4px;
  color: var(--hq-ink);
  font-size: 21px;
  line-height: 1.2;
}

.home .price-extension p {
  max-width: 650px;
  margin: 0;
  color: var(--hq-muted);
  line-height: 1.5;
}

.home .price-extension-value {
  display: grid;
  min-width: 138px;
  gap: 2px;
}

.home .price-extension-value strong {
  color: var(--hq-teal-dark);
  font-size: 32px;
  line-height: 1;
}

.home .price-extension-value span {
  color: var(--hq-muted);
  font-size: 13px;
  font-weight: 700;
}

.home .price-extension .btn {
  min-width: 188px;
}

.home .checkout-note {
  max-width: none;
  margin: 14px 0 0;
  color: var(--hq-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

/* FAQ and footer */

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

.home .faq details {
  position: relative;
  padding: 17px 19px;
  border: 1px solid var(--hq-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.home .faq details::before {
  display: none;
}

.home .faq summary {
  color: var(--hq-ink);
  cursor: pointer;
  font-weight: 800;
}

.home .faq p {
  margin: 12px 0 0;
  color: var(--hq-muted);
  line-height: 1.6;
}

.home .site-footer {
  background: #10272d;
  color: #d9e5e2;
}

.home .footer-row a {
  color: #d9e5e2;
}

/* Responsive */

@media (max-width: 1080px) {
  .home .navlinks {
    display: none;
  }

  .home .hero {
    min-height: auto;
  }

  .home .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 0 46px;
  }

  .home .hero-copy {
    max-width: 760px;
  }

  .home .hero-product {
    max-width: 900px;
  }

  .home .product-row,
  .home .product-row.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home .product-copy {
    max-width: 760px;
  }

  .home .matrix,
  .home .quality-layout {
    grid-template-columns: 1fr;
  }

  .home .syllabus-note {
    position: static;
  }

  .home .contact-card {
    grid-column: 1;
    grid-row: auto;
  }

  .home .price-offer {
    grid-template-columns: 1fr;
  }

  .home .price-decision {
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
  }

  .home .price-decision .price-actions {
    grid-template-columns: minmax(220px, 320px) auto;
    align-items: center;
  }

  .home .price-extension {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home .price-extension .btn {
    grid-column: 1 / -1;
    width: fit-content;
  }
}

@media (max-width: 780px) {
  .home .wrap {
    width: min(100% - 32px, 1220px);
  }

  .home .nav {
    min-height: 64px;
  }

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

  .home .brand-logo {
    width: 176px;
    max-height: 46px;
    flex-basis: 176px;
  }

  .home .brand span {
    display: none;
  }

  .home .nav .btn {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .home .nav-actions {
    gap: 6px;
  }

  .home .hero-inner {
    padding: 42px 0 32px;
  }

  .home h1,
  .home .hero h1 {
    font-size: 44px;
    line-height: 1.03;
  }

  .home .claim {
    font-size: 17px;
  }

  .home .hero-actions .btn {
    width: 100%;
  }

  .home .hero-status {
    display: none;
  }

  .home .product-window-bar {
    height: 32px;
  }

  .home .hero-product figcaption {
    font-size: 11px;
  }

  .home .fact-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .fact-row > div {
    min-height: 92px;
    padding: 17px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .home .fact-row > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, .13);
  }

  .home section.band {
    padding: 58px 0;
  }

  .home .section-head {
    margin-bottom: 28px;
  }

  .home .section-head h2,
  .home .quality-intro h2 {
    font-size: 36px;
  }

  .home .section-head p:not(.section-kicker) {
    font-size: 16px;
  }

  .home .outcome-grid,
  .home .scene-grid,
  .home .flow-row,
  .home .quality-facts,
  .home .quality-grid,
  .home .faq {
    grid-template-columns: 1fr;
  }

  .home .outcome-grid {
    gap: 24px;
  }

  .home .outcome-grid article {
    min-height: 0;
    padding-bottom: 5px;
  }

  .home .scene-grid {
    gap: 16px;
  }

  .home .scene-item figcaption {
    min-height: 0;
  }

  .home .flow-row article {
    min-height: 116px;
    border-right: 1px solid #c8d8d4;
    border-bottom: 1px solid #c8d8d4;
  }

  .home .flow-row article:last-child {
    border-bottom: 0;
  }

  .home .product-row {
    padding: 48px 0;
  }

  .home .product-row:first-of-type {
    padding-top: 0;
  }

  .home .product-copy h3 {
    font-size: 29px;
  }

  .home .exam-board {
    min-height: 330px;
    padding: 26px;
  }

  .home .exam-board-body {
    gap: 10px;
  }

  .home .exam-board-body b {
    font-size: 28px;
  }

  .home .tour-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .home .tour-cta .btn {
    width: 100%;
  }

  .home .nav-row,
  .home .navigator .nav-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
  }

  .home .nav-row > b {
    width: 48px;
    height: 48px;
  }

  .home .nav-row em {
    grid-column: 2;
  }

  .home .quality-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .home .price-offer-copy,
  .home .price-decision {
    padding: 27px 22px;
  }

  .home .price-offer h3 {
    font-size: 27px;
  }

  .home .price-offer .offer-list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .home .price-offer .offer-list li {
    min-height: 0;
  }

  .home .price-amount strong {
    font-size: 54px;
  }

  .home .price-decision .price-actions {
    grid-template-columns: 1fr;
  }

  .home .price-extension {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .home .price-extension-copy {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .home .price-extension-label {
    padding-top: 0;
  }

  .home .price-extension .btn {
    width: 100%;
  }

  .home .checkout-note {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .home .nav-actions .demo-button {
    display: none;
  }
}

@media (max-width: 420px) {
  .home .wrap {
    width: min(100% - 24px, 1220px);
  }

  .home .brand strong {
    font-size: 14px;
  }

  .home .brand-logo {
    width: 148px;
    max-height: 40px;
    flex-basis: 148px;
  }

  .home h1,
  .home .hero h1 {
    font-size: 38px;
  }

  .home .eyebrow,
  .home .section-kicker {
    min-height: 26px;
    font-size: 10px !important;
  }

  .home .fact-row strong {
    font-size: 27px;
  }

  .home .fact-row span {
    font-size: 11px;
  }

  .home .section-head h2,
  .home .quality-intro h2 {
    font-size: 32px;
  }

  .home .product-copy h3 {
    font-size: 27px;
  }

  .home .exam-board {
    padding: 22px 18px;
  }

  .home .exam-board-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .home .exam-board-body {
    grid-template-columns: 1fr;
  }

  .home .exam-board-body div {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 10px;
  }

  .home .exam-board-body span {
    margin-top: 0;
  }

  .home .syllabus-note {
    padding: 26px 22px;
  }

  .home .contact-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home *,
  .home *::before,
  .home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
