/* Screenshot-inspired gold header and accessible native mega menu. */
.qa-header {
  position: relative;
  z-index: 10;
  background: radial-gradient(ellipse at 20% 0%, #342b1c, transparent 75%), #121212;
  border-bottom: 1px solid #363027;
  color: #d0ceca
}

.qa-bar {
  max-width: 1550px;
  width: calc(100% - 48px);
  min-height: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px
}

.qa-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.1
}

.qa-brand b {
  color: #d7ac59
}

.qa-brand>span>small {
  display: block;
  font-size: 10px;
  letter-spacing: .23em;
  font-weight: 400;
  color: #aaa;
  margin-top: 6px
}

.qa-seal {
  width: 54px;
  height: 54px;
  border: 3px double #b69740;
  outline: 1px solid #51492c;
  outline-offset: 3px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Georgia, serif;
  font-size: 17px;
  background: #101010
}

.qa-seal small {
  font-size: 6px;
  letter-spacing: .07em;
  margin-top: 4px
}

.qa-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-size: 15px
}

.qa-nav>a {
  white-space: nowrap
}

.qa-nav>a:hover,
.qa-phone:hover {
  color: #e4bb70
}

.qa-courses summary {
  list-style: none;
  cursor: pointer;
  padding: 11px 15px;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  align-items: center
}

.qa-courses summary::-webkit-details-marker {
  display: none
}

.qa-courses[open] summary,
.qa-courses summary:hover {
  background: #3b372e;
  color: #fff
}

.qa-courses[open] .qa-chevron {
  transform: rotate(180deg)
}

.qa-master {
  padding: 10px 17px;
  border: 1px solid #81653c;
  border-radius: 30px;
  color: #dfb45e;
  background: #55462e55
}

.qa-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-size: 14px
}

.qa-phone span {
  display: none
}

.qa-demo {
  background: linear-gradient(110deg, #f6ddb0, #cb9b50 65%, #946c31);
  color: #100e0a;
  padding: 13px 23px;
  border-radius: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 25px
}

.qa-demo:hover {
  filter: brightness(1.1)
}

.qa-mega {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: min(1250px, calc(100% - 64px));
  display: grid;
  grid-template-columns: 3fr 2fr;
  background: #fff;
  color: #151515;
  border: 1px solid #dedede;
  border-radius: 26px;
  box-shadow: 0 24px 60px #0005;
  overflow: hidden;
  max-height: calc(100dvh - 110px);
  overflow-y: auto
}

.qa-programs {
  padding: 32px
}

.qa-mega-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px
}

.qa-mega-title p,
.qa-tag-group h3 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  color: #966c30;
  margin: 0 0 9px;
  line-height: 1.5
}

.qa-mega-title h2 {
  font-size: 24px;
  letter-spacing: -.035em;
  font-weight: 800;
  line-height: 1.2
}

.qa-mega-title>a {
  font-size: 13px;
  color: #966c30;
  white-space: nowrap;
  font-weight: 600
}

.qa-program {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px 10px;
  border-radius: 12px;
  margin: 7px -10px
}

.qa-program:hover {
  background: #f5f3f0
}

.qa-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 33px;
  box-shadow: 0 8px 16px #0001
}

.purple {
  background: linear-gradient(130deg, #7660f5, #6427df)
}

.blue {
  background: linear-gradient(130deg, #4087ff, #223dac)
}

.green {
  background: linear-gradient(130deg, #10bf8d, #097969)
}

.qa-program-copy {
  display: block;
  min-width: 0
}

.qa-program-copy>span {
  display: block;
  color: #757575;
  font-size: 14px;
  line-height: 1.6
}

.qa-program-copy .qa-course-title {
  color: #171717;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.5
}

.qa-course-title small {
  font-size: 9px;
  color: #976b2d;
  border: 1px solid #e9c58c;
  background: #fcf7ef;
  border-radius: 30px;
  padding: 4px 8px;
  letter-spacing: .09em;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px
}

.qa-program-copy .qa-meta {
  font-size: 12px;
  color: #858585;
  margin-top: 4px
}

.qa-arrow {
  margin-left: auto;
  color: #a0a0a0;
  font-size: 22px
}

.qa-course-note {
  font-size: 12px;
  color: #747474;
  margin-top: 25px
}

.qa-explore {
  padding: 32px;
  background: #f8f8f8;
  border-left: 1px solid #e9e9e9
}

.qa-tag-group {
  margin-bottom: 25px
}

.qa-tag-group h3 {
  color: #858585;
  font-size: 11px;
  letter-spacing: .17em
}

.qa-tag-group>div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.qa-tag-group a {
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  padding: 4px 12px;
  background: white;
  color: #626262;
  font-size: 13px;
  line-height: 1.7
}

.qa-tag-group a:hover {
  border-color: #b28a4d;
  color: #80571e
}

.qa-trust {
  display: block;
  background: linear-gradient(110deg, #111, #292217);
  padding: 20px;
  border-radius: 18px;
  color: #e0b660
}

.qa-trust span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em
}

.qa-trust strong {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height: 1.4;
  margin: 5px 0 12px
}

.qa-trust span:last-child {
  font-size: 14px
}

.qa-mobile {
  display: none;
  color: #eee;
  background: transparent;
  border: 1px solid #7b6747;
  border-radius: 8px;
  padding: 8px 12px
}

.qa-header :focus-visible {
  outline: 3px solid #b38335;
  outline-offset: 4px
}

@media(max-width:1250px) {
  .qa-bar {
    gap: 18px
  }

  .qa-nav {
    gap: 12px
  }

  .qa-phone {
    display: none
  }

  .qa-brand {
    font-size: 19px
  }

  .qa-brand>span>small {
    font-size: 8px
  }

  .qa-demo {
    padding: 12px 17px;
    gap: 15px
  }

  .qa-mega {
    width: calc(100% - 40px)
  }

  .qa-programs,
  .qa-explore {
    padding: 25px
  }

  .qa-course-title small {
    margin-left: 0
  }

  .qa-program-copy .qa-course-title {
    font-size: 16px
  }
}

@media(max-width:950px) {
  .qa-bar {
    flex-wrap: wrap;
    min-height: 80px;
    padding-block: 15px;
    gap: 16px
  }

  .qa-mobile {
    display: block;
    margin-left: auto
  }

  .qa-nav {
    width: 100%;
    order: 3;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px 20px
  }

  .qa-js .qa-nav {
    display: none
  }

  .qa-js .qa-nav.is-open {
    display: flex
  }

  .qa-header-actions {
    margin-left: 0
  }

  .qa-mega {
    position: static;
    width: 100%;
    transform: none;
    max-height: none;
    margin-top: 12px;
    grid-template-columns: 1fr;
    box-shadow: none;
    border-radius: 18px
  }

  .qa-courses {
    width: 100%;
    order: 5
  }

  .qa-courses summary {
    width: fit-content
  }

  .qa-explore {
    border-left: 0;
    border-top: 1px solid #e9e9e9
  }

  .qa-program {
    gap: 13px
  }

  .qa-mega-title h2 {
    font-size: 22px
  }

  .qa-program-copy .qa-course-title {
    font-size: 17px
  }

  .qa-icon {
    width: 54px;
    height: 54px
  }

  .qa-course-note {
    margin-top: 15px
  }
}

@media(max-width:540px) {
  .qa-bar {
    width: calc(100% - 32px)
  }

  .qa-header-actions {
    width: 100%;
    justify-content: flex-end
  }

  .qa-demo {
    font-size: 13px;
    padding: 9px 18px
  }

  .qa-brand {
    font-size: 19px
  }

  .qa-seal {
    width: 43px;
    height: 43px;
    font-size: 14px
  }

  .qa-mega-title {
    display: block
  }

  .qa-mega-title>a {
    display: inline-block;
    margin-top: 12px
  }

  .qa-programs,
  .qa-explore {
    padding: 22px 18px
  }

  .qa-program {
    align-items: flex-start
  }

  .qa-icon {
    width: 40px;
    height: 44px;
    font-size: 25px;
    border-radius: 10px
  }

  .qa-program-copy>span {
    font-size: 13px
  }

  .qa-program-copy .qa-course-title {
    font-size: 16px
  }

  .qa-arrow {
    display: none
  }

  .qa-course-title small {
    display: table;
    margin-block: 4px
  }

  .qa-program-copy .qa-meta {
    font-size: 11px
  }
}

/* Shared improvements. Original page CSS and local fonts remain authoritative. */
:root {
  --qa-gold: #d6ac62;
  --qa-ink: #111;
  --qa-line: #e7e4df
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px
}

body {
  margin: 0;
  line-height: 1.65;
  background: #fafafa;
  color: #171717
}

h1,
h2,
h3 {
  overflow-wrap: break-word
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent
}

button,
a {
  touch-action: manipulation
}

img {
  max-width: 100%;
  height: auto
}

.qa-header {
  position: relative;
  z-index: 50
}

.qa-bar {
  max-width: 1700px;
  gap: 18px
}

.qa-nav {
  gap: 16px;
  font-size: 15px
}

.qa-header-actions {
  gap: 14px
}

.qa-login {
  border: 1px solid #6b6459;
  border-radius: 30px;
  padding: 10px 16px
}

.qa-brand img {
  border-radius: 50%;
  flex-shrink: 0
}

.qa-brand {
  letter-spacing: 0
}

.qa-nav [aria-current=page] {
  color: #f0ca83
}

.qa-mega {
  font-family: inherit
}

.qa-mega h2 {
  font-size: 24px !important
}

.qa-mega h3 {
  font-size: 12px !important
}

.qa-program-copy>span {
  font-size: 15px
}

.qa-program-copy .qa-course-title {
  font-size: 18px
}

.qa-program-copy .qa-meta {
  font-size: 12px
}

.qa-tag-group a {
  font-size: 14px
}

.qa-demo {
  font-size: 15px;
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  transition: transform .2s, box-shadow .2s, filter .2s;
  cursor: pointer;
  white-space: normal
}

.qa-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px #cda05233
}

.qa-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 22px;
  border: 1px solid #b7a98f;
  border-radius: 30px;
  min-height: 46px;
  font-weight: 600;
  transition: background .2s, transform .2s
}

.qa-outline:hover {
  background: #d6ac621c;
  transform: translateY(-2px)
}

.qa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 24px
}

.qa-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 15px;
  padding: 12px 22px;
  background: #f4d49a;
  color: #111;
  transform: translateY(-150%)
}

.qa-skip:focus {
  transform: translateY(0)
}

:focus-visible {
  outline: 3px solid #b38944;
  outline-offset: 4px
}

.qa-breadcrumb {
  padding: 16px 0;
  background: #191714;
  color: #cbb996;
  font-size: 13px;
  border-bottom: 1px solid #332b1f
}

.qa-breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px
}

.qa-section {
  padding: 90px 0
}

.qa-section .container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto
}

.qa-light {
  background: #fafafa;
  color: #161616
}

.qa-dark {
  background: radial-gradient(ellipse at 5% 15%, #372b1b, transparent 65%), #111;
  color: white
}

.qa-kicker {
  color: #996b2c;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 18px
}

.qa-dark .qa-kicker {
  color: #d6ac62
}

.qa-section h1 {
  font-family: var(--font-heading), Arial, sans-serif;
  font-weight: 800;
  line-height: 1.07;
  font-size: clamp(38px, 4.5vw, 68px);
  letter-spacing: -.045em;
  margin: 0 0 25px
}

.qa-section h2 {
  font-family: var(--font-heading), Arial, sans-serif;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: -.035em;
  margin: 0 0 24px
}

.qa-section h3 {
  font-size: 22px;
  font-weight: 750;
  line-height: 1.3;
  margin: 0 0 14px
}

.qa-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #626262
}

.qa-dark p {
  color: #beb9af
}

.qa-section .qa-kicker {
  font-size: 12px;
  color: #997031
}

.qa-dark .qa-kicker {
  color: #d6ac62
}

.qa-intro {
  max-width: 740px;
  margin-block: 20px 30px
}

.qa-intro a,
.qa-article-copy a {
  text-decoration: underline;
  color: #936b2c
}

.qa-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start
}

.qa-roadmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px
}

.qa-road-card {
  padding: 30px;
  background: white;
  border: 1px solid #e8e3da;
  border-radius: 22px;
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.qa-road-card:hover {
  transform: translateY(-5px);
  border-color: #c9a362;
  box-shadow: 0 18px 35px #2115000c
}

.qa-road-card>span {
  display: block;
  color: #956c2f;
  font-size: 13px;
  margin-bottom: 18px;
  font-weight: 650
}

.qa-road-card ul {
  margin: 0;
  padding-left: 19px;
  color: #656565;
  font-size: 15px
}

.qa-road-card li {
  margin-top: 8px
}

.qa-faq {
  border-bottom: 1px solid #dedad3
}

.qa-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-weight: 700;
  padding: 22px 0;
  font-size: 17px;
  line-height: 1.5
}

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

.qa-faq summary span {
  color: #9b7235;
  font-size: 22px
}

.qa-faq[open] summary span {
  transform: rotate(45deg)
}

.qa-faq p {
  margin: 0 0 24px
}

.qa-enquiry {
  background: white;
  color: #171717;
  border: 1px solid #e5ded0;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 15px 50px #0000000a;
  scroll-margin-top: 100px
}

.qa-enquiry h2 {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 12px
}

.qa-enquiry>p {
  font-size: 14px;
  color: #69645c;
  margin: 0 0 20px
}

.qa-enquiry .qa-kicker {
  font-size: 11px;
  color: #967037
}

.qa-field {
  margin-top: 16px
}

.qa-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #39352f
}

.qa-field input,
.qa-field select,
.qa-field textarea {
  display: block;
  width: 100%;
  font: inherit;
  font-size: 16px;
  color: #171717;
  background: #fff;
  border: 1px solid #d6d0c6;
  border-radius: 10px;
  padding: 11px 13px;
  min-height: 46px;
  box-sizing: border-box
}

.qa-field textarea {
  resize: vertical
}

.qa-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  margin: 20px 0;
  color: #625b50
}

.qa-consent input {
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  accent-color: #b18a47
}

.qa-enquiry .qa-demo {
  width: 100%;
  border: 0
}

.qa-enquiry button:disabled {
  opacity: .6;
  cursor: wait
}

.qa-enquiry .qa-form-status {
  margin: 15px 0 0;
  color: #645231;
  overflow-wrap: anywhere
}

.qa-form-status a {
  text-decoration: underline
}

.qa-contact-item {
  margin: 30px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6dfd3
}

.qa-contact-item h3 {
  font-size: 19px
}

.qa-contact-item address {
  font-style: normal;
  color: #64605a;
  margin-bottom: 10px
}

.qa-contact-item a {
  overflow-wrap: anywhere;
  color: #815c24
}

.qa-fee-note {
  margin-top: 25px;
  color: #d7c6a6;
  font-size: 14px;
  line-height: 1.7;
  padding: 18px;
  border: 1px solid #7c6240;
  border-radius: 14px
}

.qa-fee-note a {
  display: inline-block;
  text-decoration: underline;
  color: #ecd0a0
}

.qa-footer {
  background: #111;
  color: #b9b5ad;
  padding: 65px 0 25px
}

.qa-footer .container {
  max-width: 1240px;
  width: calc(100% - 48px);
  margin: auto
}

.qa-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 45px
}

.qa-footer h2 {
  font-size: 17px;
  font-weight: 700;
  color: #f1eadf;
  margin: 0 0 20px
}

.qa-footer p {
  font-size: 14px;
  line-height: 1.8;
  margin: 22px 0;
  color: #aaa69e
}

.qa-footer-grid>div>a:not(.qa-brand) {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  overflow-wrap: anywhere
}

.qa-footer a:hover {
  color: #edc985
}

.qa-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.qa-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f1f5f9 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 13.5px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  width: fit-content !important;
  transition: all 0.2s ease !important;
}

.qa-contact-link:hover {
  background: rgba(216, 161, 83, 0.15) !important;
  border-color: rgba(216, 161, 83, 0.35) !important;
  color: #f6d389 !important;
}

.qa-footer-address {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.qa-footer-address p {
  font-size: 12.5px !important;
  color: #8a99ad !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.qa-footer-base {
  border-top: 1px solid #3b362d;
  margin-top: 40px !important;
  padding-top: 25px;
  font-size: 12.5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #8a99ad;
}

@media (min-width: 640px) {
  .qa-footer-base {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.qa-footer-base-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.qa-footer-base-links a {
  color: #b9b5ad !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.qa-footer-base-links a:hover {
  color: #edc985 !important;
}


.qa-article-copy {
  max-width: 800px;
  margin: auto;
  padding: 20px 0 50px
}

.qa-article-copy h2 {
  font-size: 30px;
  margin: 38px 0 17px;
  font-weight: 750;
  color: #181818
}

.qa-article-copy p {
  font-size: 17px;
  line-height: 1.85;
  color: #545454
}

.qa-topic-note {
  padding: 24px 28px;
  background: #fff8eb;
  border: 1px solid #e5cca2;
  border-radius: 18px;
  margin: 25px auto;
  color: #67491e;
  max-width: 1200px;
  font-size: 15px
}

.qa-topic-note a {
  text-decoration: underline
}

.qa-page-hero {
  padding-block: 65px 75px
}

.qa-about h1,
.qa-about h2,
.qa-about h3 {
  font-family: var(--font-heading), Arial, sans-serif
}

.qa-about em {
  font-family: inherit;
  font-style: normal;
  font-weight: 700
}

.qa-about {
  --accent: #d6ac62
}

.qa-about .eyebrow {
  color: #d6ac62
}

.qa-about .primary {
  background: linear-gradient(110deg, #f6ddb0, #c99b50, #986e31)
}

.qa-reveal {
  transition: transform .55s ease, opacity .55s ease
}

.qa-reveal.qa-pending {
  opacity: 0;
  transform: translateY(18px)
}

main article,
main .shadow-elegant {
  transition: box-shadow .25s, transform .25s
}

main article:hover {
  box-shadow: 0 14px 36px #0000000b
}

a.bg-gold-gradient:hover {
  filter: brightness(1.08);
  transform: translateY(-2px)
}

/* User-supplied hero composition, using the original black/gold brand palette. */
.qa-home-hero {
  background: radial-gradient(ellipse at 22% 30%, #372c1b77, transparent 65%), #111;
  color: #fff;
  overflow: hidden
}

.qa-hero-inner {
  max-width: 1440px;
  margin: auto;
  padding: 70px 48px 55px;
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 52px;
  align-items: center
}

.qa-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #aa83404d;
  border-radius: 30px;
  background: #b38e3714;
  color: #dec58b;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .025em;
  margin-bottom: 24px
}

.qa-hero-inner h1 {
  font-family: var(--font-heading), Arial, sans-serif;
  font-size: clamp(43px, 4.4vw, 68px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -.045em;
  margin: 0 0 24px
}

.qa-hero-inner h1 span {
  background: linear-gradient(110deg, #f4dfb7, #d0a354, #ad7d37);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent
}

.qa-hero-copy>p {
  font-size: 17px;
  line-height: 1.8;
  color: #b5b1aa;
  max-width: 550px
}

.qa-hero-copy>p strong {
  font-weight: 550;
  color: #e6dfd2;
  display: block;
  margin-top: 6px
}

.qa-hero-inner .qa-actions {
  margin-top: 27px;
  margin-bottom: 30px;
  gap: 14px
}

.qa-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #ffffff1b;
  background: #ffffff05;
  border-radius: 16px;
  overflow: hidden
}

.qa-hero-stats>div {
  padding: 15px 10px;
  text-align: center;
  border-right: 1px solid #ffffff1b
}

.qa-hero-stats>div:last-child {
  border: 0
}

.qa-hero-stats strong {
  display: block;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 750
}

.qa-hero-stats span {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #aaa59b;
  margin-top: 5px;
  letter-spacing: .05em
}

.qa-hero-visual {
  position: relative;
  border: 1px solid #ffffff1c;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #302820, #151515);
  min-width: 0
}

.qa-hero-visual>img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: center bottom;
  display: block
}

.qa-hero-visual:after {
  content: "";
  position: absolute;
  inset: 70% 0 0;
  background: linear-gradient(transparent, #0c0c0ccc);
  pointer-events: none
}

.qa-floating {
  position: absolute;
  z-index: 2;
  background: #12100de8;
  border: 1px solid #c9a56455;
  border-radius: 13px;
  padding: 12px 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 24px #0003;
  animation: qa-enter .7s ease both
}

.qa-floating small {
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  color: #c7a563;
  line-height: 1.6
}

.qa-floating strong {
  display: block;
  font-size: 13px;
  font-weight: 650
}

.qa-float-top {
  top: 20px;
  left: 20px;
  animation-delay: .15s
}

.qa-float-ai {
  right: 20px;
  top: 22px;
  font-size: 12px;
  color: #e2cda6;
  padding: 9px 12px;
  animation-delay: .25s
}

.qa-float-proof {
  right: 22px;
  bottom: 22px;
  animation-delay: .35s
}

.qa-tools {
  border-block: 1px solid #ffffff18;
  background: #15130f;
  position: relative;
  padding: 14px 48px
}

.qa-tools-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}

.qa-tools-track span {
  padding: 6px 14px;
  border: 1px solid #c7aa702b;
  background: #ffffff03;
  border-radius: 25px;
  color: #c5beb1;
  font-size: 13px
}

.qa-tools-track b {
  font-size: 12px;
  color: #ddbd7b;
  margin-right: 7px
}

.qa-hero-copy {
  animation: qa-enter .65s ease both
}

@keyframes qa-enter {
  from {
    opacity: 0;
    transform: translateY(15px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@media(min-width:951px) and (max-width:1450px) {
  .qa-phone {
    display: none
  }

  .qa-bar {
    gap: 14px
  }

  .qa-nav {
    gap: 12px
  }

  .qa-header-actions {
    gap: 8px
  }

  .qa-brand {
    font-size: 20px
  }

  .qa-brand>span>small {
    font-size: 8px
  }

  .qa-demo {
    padding: 12px 17px
  }

  .qa-login {
    padding: 9px 13px
  }

  .qa-master {
    padding: 9px 12px
  }
}

@media(max-width:1100px) {
  .qa-header-actions .qa-login {
    display: none
  }

  .qa-hero-inner {
    gap: 28px;
    padding-inline: 30px
  }

  .qa-hero-visual>img {
    height: 460px
  }

  .qa-float-ai {
    top: 90px
  }

  .qa-split {
    gap: 35px
  }

  .qa-footer-grid {
    gap: 25px
  }

  .qa-roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:950px) {
  .qa-nav {
    font-size: 16px
  }

  .qa-header-actions {
    margin-left: 0
  }

  .qa-hero-inner {
    grid-template-columns: 1fr;
    padding: 45px 25px;
    gap: 35px
  }

  .qa-hero-copy {
    max-width: 700px
  }

  .qa-hero-visual {
    width: 100%;
    max-width: 620px;
    justify-self: center
  }

  .qa-float-ai {
    top: 22px
  }

  .qa-hero-stats {
    max-width: 650px
  }

  .qa-split {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .qa-footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .qa-section {
    padding: 65px 0
  }

  .qa-hero-visual>img {
    height: 450px
  }

  .qa-tools {
    padding-inline: 20px
  }
}

@media(max-width:600px) {
  .qa-hero-inner {
    padding-inline: 20px
  }

  .qa-hero-inner h1 {
    font-size: 43px
  }

  .qa-hero-copy>p {
    font-size: 16px
  }

  .qa-hero-badge {
    font-size: 10px
  }

  .qa-hero-stats {
    grid-template-columns: 1fr 1fr
  }

  .qa-hero-stats>div:nth-child(2) {
    border-right: 0
  }

  .qa-hero-stats>div:nth-child(-n+2) {
    border-bottom: 1px solid #ffffff1b
  }

  .qa-hero-visual>img {
    height: 350px
  }

  .qa-float-top {
    top: 15px;
    left: 15px
  }

  .qa-float-ai {
    display: none
  }

  .qa-float-proof {
    bottom: 15px;
    right: 15px;
    left: 15px
  }

  .qa-hero-inner .qa-actions>* {
    width: 100%
  }

  .qa-section .container {
    width: calc(100% - 36px)
  }

  .qa-roadmap {
    grid-template-columns: 1fr
  }

  .qa-enquiry {
    padding: 23px
  }

  .qa-footer-grid {
    grid-template-columns: 1fr
  }

  .qa-footer .container {
    width: calc(100% - 40px)
  }

  .qa-footer-grid {
    gap: 28px
  }

  .qa-header-actions {
    justify-content: flex-end
  }

  .qa-header-actions .qa-login {
    display: block
  }

  .qa-article-copy h2 {
    font-size: 26px
  }

  .qa-breadcrumb {
    font-size: 12px
  }

  .qa-topic-note {
    margin: 20px 18px
  }

  .qa-hero-stats span {
    font-size: 11px
  }

  .qa-tools-track {
    gap: 8px
  }

  .qa-tools-track span {
    font-size: 12px
  }

  .qa-about .hero h1 {
    font-size: 42px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important
  }

  .qa-reveal.qa-pending {
    opacity: 1;
    transform: none
  }
}

@media print {

  .qa-header,
  .qa-footer,
  .qa-skip,
  .qa-actions,
  form {
    display: none !important
  }

  body,
  section,
  .qa-home-hero {
    background: #fff !important;
    color: #111 !important
  }

  .qa-section {
    padding: 25px 0
  }

  .qa-reveal {
    opacity: 1 !important;
    transform: none !important
  }
}

@media(min-width:951px) and (max-width:1199px) {
  .qa-bar {
    flex-wrap: wrap;
    min-height: 80px;
    padding-block: 15px;
    gap: 16px
  }

  .qa-mobile {
    display: block;
    margin-left: auto
  }

  .qa-nav {
    width: 100%;
    order: 3;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px 20px
  }

  .qa-js .qa-nav {
    display: none
  }

  .qa-js .qa-nav.is-open {
    display: flex
  }

  .qa-header-actions {
    margin-left: 0
  }

  .qa-mega {
    position: static;
    width: 100%;
    transform: none;
    max-height: none;
    margin-top: 12px;
    grid-template-columns: 1fr;
    box-shadow: none;
    border-radius: 18px
  }

  .qa-courses {
    width: 100%;
    order: 5
  }

  .qa-courses summary {
    width: fit-content
  }

  .qa-explore {
    border-left: 0;
    border-top: 1px solid #e9e9e9
  }
}

.qa-week-list {
  max-width: 1000px;
  margin: 35px auto 0
}

.qa-week {
  background: white;
  border: 1px solid #e4ddd2;
  border-radius: 15px;
  margin-top: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s
}

.qa-week:hover {
  border-color: #bd995d;
  box-shadow: 0 8px 20px #00000005
}

.qa-week summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 23px;
  cursor: pointer;
  line-height: 1.4
}

.qa-week summary::-webkit-details-marker {
  display: none
}

.qa-week summary>span {
  font-size: 12px;
  letter-spacing: .08em;
  color: #997137;
  white-space: nowrap
}

.qa-week summary>strong {
  font-size: 19px;
  font-weight: 700
}

.qa-week summary>b {
  margin-left: auto;
  color: #a57a38;
  font-size: 22px
}

.qa-week[open] summary>b {
  transform: rotate(45deg)
}

.qa-week>div {
  padding: 0 25px 25px 108px
}

.qa-week>div>p {
  font-size: 15px;
  margin: 0 0 12px
}

.qa-week ul {
  list-style: disc;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
  color: #625a4d
}

.qa-included {
  padding: 0;
  list-style: none;
  margin: 25px 0
}

.qa-included li {
  padding: 13px 0;
  border-bottom: 1px solid #ffffff20;
  color: #d6cbbb;
  font-size: 16px
}

.qa-included li:before {
  content: '✓';
  color: #dfb76d;
  margin-right: 12px
}

.qa-section .qa-small {
  font-size: 13px
}

.qa-price-card {
  padding: 35px;
  border: 1px solid #a98548;
  border-radius: 24px;
  background: #231d14
}

.qa-price-card>span {
  font-size: 12px;
  letter-spacing: .12em;
  color: #d0ad70
}

.qa-price-card>strong {
  display: block;
  font-size: 60px;
  letter-spacing: -.04em;
  color: #f5dfba;
  line-height: 1.3;
  margin: 13px 0
}

.qa-price-card>p {
  font-size: 15px
}

.qa-price-card>hr {
  border-color: #ffffff20;
  margin: 25px 0
}

.qa-price-card>a {
  display: block;
  margin-top: 20px;
  color: #e4c68c
}

.qa-price-card>a.qa-demo {
  color: #111;
  text-align: center
}

.qa-price-card>small {
  display: block;
  font-size: 12px;
  color: #afa08b;
  margin-top: 18px
}

@media(max-width:600px) {
  .qa-week summary {
    padding: 18px;
    gap: 12px;
    align-items: flex-start
  }

  .qa-week summary>strong {
    font-size: 16px
  }

  .qa-week summary>span {
    font-size: 10px;
    padding-top: 4px
  }

  .qa-week>div {
    padding: 0 20px 20px
  }

  .qa-price-card {
    padding: 25px
  }

  .qa-price-card>strong {
    font-size: 50px
  }
}

/* Latest approved hero screenshot: same timeline photograph and composition. */
.qa-home-hero {
  background: radial-gradient(ellipse 60% 50% at 25% 42%, #a86d1119, transparent 80%), radial-gradient(ellipse at 82% 60%, #5c388812, transparent 65%), #0a0a0a
}

.qa-hero-inner {
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  padding: 42px 48px 55px;
  max-width: 1440px
}

.qa-hero-inner h1 {
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em
}

.qa-hero-inner h1>span {
  background: linear-gradient(100deg, #ffc21b, #ff9635 48%, #f73c64);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.qa-hero-badge {
  border-color: #a979244d;
  background: #b0791a15;
  color: #ebc55b;
  text-transform: uppercase;
  font-weight: 700
}

.qa-home-hero .qa-demo {
  background: linear-gradient(110deg, #ffbe19, #ff7c10);
  border-radius: 12px;
  font-weight: 750;
  color: #0a0a0a;
  box-shadow: 0 7px 20px #d7941824;
  padding: 15px 26px
}

.qa-home-hero .qa-outline {
  border-radius: 12px;
  background: #ffffff06;
  border-color: #ffffff23;
  padding: 14px 24px
}

.qa-hero-stats {
  margin-top: 35px;
  background: #111;
  border-radius: 16px
}

.qa-hero-stats strong {
  font-size: 26px;
  font-weight: 850
}

.qa-hero-visual {
  border-radius: 17px;
  background: #101010
}

.qa-hero-visual>img {
  height: 520px;
  object-fit: cover;
  object-position: center
}

.qa-hero-visual:after {
  inset: 55% 0 0;
  background: linear-gradient(transparent, #080808e0)
}

.qa-float-top {
  left: 23px;
  top: 24px;
  border-color: #ffffff14
}

.qa-float-ai {
  right: 23px;
  top: 25px;
  background: #321b5be8;
  border-color: #8150c477;
  color: #dbbaff;
  border-radius: 25px;
  font-size: 12px
}

.qa-float-proof {
  bottom: 23px;
  right: 23px;
  background: #050706ed;
  border-color: #ffffff1c
}

.qa-float-proof small {
  color: #e0b957
}

.qa-tools {
  overflow: hidden;
  background: #101010;
  padding: 14px 0 37px
}

.qa-tools-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  animation: qa-marquee 30s linear infinite
}

.qa-tools-group {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  flex-shrink: 0
}

.qa-tools-group>span {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  font-size: 14px;
  background: #141414;
  color: #d1d1d1;
  border: 1px solid #ffffff18;
  padding: 6px 15px
}

.qa-tools-group i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0 0 8px currentColor
}

.qa-motion-toggle {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #b6aa94;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 5px;
  background: #17140e;
  border: 1px solid #5e5035;
  cursor: pointer
}

.qa-tools:hover .qa-tools-track,
.qa-tools:focus-within .qa-tools-track,
.qa-tools.is-paused .qa-tools-track {
  animation-play-state: paused
}

@keyframes qa-marquee {
  to {
    transform: translateX(-50%)
  }
}

@media(max-width:1100px) {
  .qa-hero-inner {
    gap: 30px;
    padding-inline: 30px
  }

  .qa-hero-inner h1 {
    font-size: 54px
  }

  .qa-float-ai {
    top: 95px
  }

  .qa-hero-visual>img {
    height: 500px
  }
}

@media(max-width:950px) {
  .qa-hero-inner {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .qa-hero-inner h1 {
    font-size: clamp(43px, 7vw, 65px)
  }

  .qa-float-ai {
    top: 25px
  }

  .qa-hero-visual {
    max-width: 620px
  }

  .qa-hero-visual>img {
    height: 460px
  }
}

@media(max-width:600px) {
  .qa-hero-inner {
    padding: 28px 20px
  }

  .qa-hero-inner h1 {
    font-size: 43px
  }

  .qa-hero-visual>img {
    height: 360px
  }

  .qa-hero-stats strong {
    font-size: 25px
  }

  .qa-float-top {
    left: 15px;
    top: 15px
  }

  .qa-float-proof {
    left: 15px;
    right: 15px;
    bottom: 15px
  }

  .qa-hero-badge {
    font-size: 10px
  }

  .qa-hero-stats {
    margin-top: 25px
  }
}

@media(prefers-reduced-motion:reduce) {
  .qa-tools-track {
    width: 100%;
    flex-wrap: wrap;
    animation: none
  }

  .qa-tools-group {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 15px
  }

  .qa-tools-group[aria-hidden=true] {
    display: none
  }

  .qa-motion-toggle {
    display: none
  }

  .qa-tools {
    padding-bottom: 14px
  }
}

.qa-about .hero {
  padding-top: 72px
}

.qa-about .hero-copy {
  max-width: 620px
}

.qa-about .hero-portrait {
  max-width: 520px
}

.qa-about .story-text,
.qa-about .practice-intro,
.qa-about .impact>div {
  font-size: 17px
}

.qa-about .value {
  background: rgba(255, 255, 255, .018);
  border-color: #3d3b37;
  padding: 26px;
  border-radius: 12px;
  margin: 8px
}

.qa-about .values-grid {
  border-top: 0;
  gap: 12px
}

.qa-about .course-card {
  min-height: 430px
}

.qa-about .contact-card {
  box-shadow: 0 24px 70px #0005
}

.qa-about .hero-proof strong {
  color: #d6ac62
}

.qa-about .hero-portrait figcaption {
  color: #a7a39b
}

/* Approved dual-state header: screenshot 1 at top, screenshot 2 after scroll. */
.qa-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 6px 0;
  background: radial-gradient(ellipse at 18% 0%, #362b1c, transparent 75%), #111;
  border: 0;
  transition: background .25s ease
}

.qa-header .qa-bar {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1640px;
  min-height: 78px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 20px;
  transition: background .25s, border-color .25s, box-shadow .25s;
  color: #cecac3
}

.qa-header .qa-brand {
  color: #fff;
  font-size: 21px;
  gap: 11px
}

.qa-header .qa-brand b {
  color: #cfa351
}

.qa-header .qa-brand>span>small {
  color: #aaa39a;
  font-size: 9px;
  letter-spacing: .21em
}

.qa-header .qa-brand img {
  width: 48px;
  height: 48px
}

.qa-header .qa-nav {
  font-size: 14px;
  gap: 20px
}

.qa-header .qa-courses summary {
  padding: 10px 9px;
  border-radius: 26px
}

.qa-header .qa-courses[open] summary {
  background: #ffffff12;
  color: #fff
}

.qa-header .qa-master {
  color: #d6af60;
  background: #5e4a2b66;
  border-color: #977443;
  border-radius: 28px;
  padding: 10px 16px
}

.qa-header .qa-demo {
  border-radius: 30px;
  background: linear-gradient(105deg, #f7ddb0, #cfa25e 60%, #997135);
  color: #10100e;
  font-size: 14px;
  padding: 12px 22px;
  min-height: 44px;
  white-space: nowrap;
  box-shadow: none
}

.qa-header .qa-login {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff27;
  border-radius: 28px;
  padding: 10px 15px;
  color: #d9d5ce;
  font-size: 14px;
  line-height: 1.5
}

.qa-header .qa-phone {
  align-items: center;
  gap: 9px;
  font-size: 14px
}

.qa-header .qa-phone svg,
.qa-header .qa-login svg {
  flex-shrink: 0
}

.qa-header .qa-header-actions {
  gap: 15px
}

.qa-header .qa-mega {
  top: calc(100% - 1px);
  width: min(1250px, calc(100% - 28px));
  border-radius: 25px;
  max-height: calc(100dvh - 104px);
  overscroll-behavior: contain
}

.qa-header.qa-scrolled {
  background: transparent
}

.qa-header.qa-scrolled .qa-bar {
  background: rgba(231, 229, 221, .76);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-color: #ffffff77;
  box-shadow: 0 12px 35px #00000024;
  color: #32312e
}

.qa-header.qa-scrolled .qa-brand {
  color: #121212
}

.qa-header.qa-scrolled .qa-brand>span>small {
  color: #65615b
}

.qa-header.qa-scrolled .qa-nav>a:not(.qa-master) {
  color: #383630
}

.qa-header.qa-scrolled .qa-nav>a:not(.qa-master):hover,
.qa-header.qa-scrolled .qa-nav [aria-current=page] {
  color: #775418
}

.qa-header.qa-scrolled .qa-courses summary {
  color: #333
}

.qa-header.qa-scrolled .qa-courses summary:hover,
.qa-header.qa-scrolled .qa-courses[open] summary {
  background: #ffffff35;
  color: #161616
}

.qa-header.qa-scrolled .qa-master {
  color: #15120a;
  background: linear-gradient(105deg, #f6ddb2, #cea45e 65%, #aa7b38);
  border-color: transparent
}

.qa-header.qa-scrolled .qa-demo {
  background: #111;
  color: #fff;
  box-shadow: 0 7px 16px #0000001a
}

.qa-header.qa-scrolled .qa-demo:hover {
  background: #292622
}

.qa-header.qa-scrolled .qa-login {
  color: #32312d;
  border-color: #77726755
}

.qa-header.qa-scrolled .qa-phone {
  color: #37352e
}

.qa-header.qa-scrolled .qa-mobile {
  color: #222;
  border-color: #8b816d
}

.qa-header.qa-scrolled .qa-mega {
  color: #171717
}

.qa-header .qa-nav>a:hover {
  color: #e7c488
}

@media(min-width:1451px) {
  .qa-header .qa-phone {
    display: inline-flex
  }
}

@media(min-width:1200px) and (max-width:1450px) {
  .qa-header .qa-nav {
    gap: 13px
  }

  .qa-header .qa-phone {
    display: none
  }

  .qa-header .qa-brand {
    font-size: 19px
  }

  .qa-header .qa-brand>span>small {
    font-size: 8px
  }

  .qa-header .qa-bar {
    padding-inline: 16px
  }

  .qa-header .qa-header-actions {
    gap: 10px
  }
}

@media(max-width:1199px) {
  .qa-header .qa-bar {
    padding: 12px 17px;
    gap: 12px;
    min-height: 74px;
    border-radius: 18px
  }

  .qa-header .qa-nav {
    gap: 12px 22px
  }

  .qa-header .qa-phone {
    display: none
  }

  .qa-header .qa-mega {
    width: 100%;
    max-height: none;
    top: auto;
    border-radius: 18px
  }

  .qa-header.qa-scrolled .qa-bar {
    background: rgba(235, 232, 224, .94)
  }

  .qa-header .qa-nav.is-open {
    max-height: calc(100dvh - 165px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 8px
  }

  .qa-header .qa-brand img {
    width: 44px;
    height: 44px
  }

  .qa-header .qa-mobile {
    padding: 8px 12px
  }

  .qa-header .qa-header-actions .qa-login {
    display: inline-flex
  }
}

@media(max-width:640px) {
  .qa-header .qa-bar {
    width: calc(100% - 20px);
    padding: 10px 13px;
    gap: 10px
  }

  .qa-header .qa-brand {
    font-size: 18px
  }

  .qa-header .qa-brand>span>small {
    font-size: 7px
  }

  .qa-header .qa-header-actions {
    width: 100%;
    gap: 12px;
    justify-content: flex-end
  }

  .qa-header .qa-header-actions .qa-login {
    padding: 7px 12px;
    font-size: 13px
  }

  .qa-header .qa-demo {
    padding: 9px 16px;
    font-size: 13px;
    min-height: 39px
  }

  .qa-header .qa-nav.is-open {
    max-height: calc(100dvh - 200px)
  }

  .qa-header .qa-brand img {
    width: 39px;
    height: 39px
  }

  .qa-header {
    padding-block: 4px
  }
}

.qa-header .qa-mega {
  font-size: 13px
}

.qa-header .qa-mega-title h2 {
  font-size: 21px !important
}

.qa-header .qa-mega-title p,
.qa-header .qa-tag-group h3 {
  font-size: 10px !important;
  letter-spacing: .14em
}

.qa-header .qa-program-copy .qa-course-title {
  font-size: 16px
}

.qa-header .qa-program-copy>span {
  font-size: 13px
}

.qa-header .qa-program-copy .qa-meta {
  font-size: 11px
}

.qa-header .qa-tag-group a {
  font-size: 12px;
  padding: 3px 10px
}

.qa-header .qa-trust strong {
  font-size: 17px
}

.qa-header .qa-trust span {
  font-size: 11px
}

.qa-header .qa-program {
  padding: 13px 8px
}

.qa-header .qa-icon {
  width: 56px;
  height: 56px;
  font-size: 27px
}

.qa-header .qa-course-note {
  font-size: 11px
}

.qa-header .qa-courses summary {
  justify-content: center;
  text-align: center;
  min-width: 94px
}

.qa-header .qa-chevron {
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px)
}

.qa-header .qa-courses[open] .qa-chevron {
  transform: rotate(180deg)
}

.qa-breadcrumb {
  display: none !important
}

@media(prefers-reduced-motion:reduce) {

  .qa-header,
  .qa-header .qa-bar {
    transition: none
  }
}

@media print {
  .qa-header {
    display: none !important
  }
}

.qa-header .qa-bar {
  width: calc(100% - 120px);
  max-width: 1640px
}

.qa-header .qa-brand {
  font-size: 19px
}

.qa-header .qa-brand img {
  width: 46px;
  height: 46px
}

.qa-header .qa-brand>span>small {
  font-size: 8px
}

.qa-header .qa-nav {
  font-size: 13px;
  gap: 17px
}

.qa-header .qa-header-actions {
  font-size: 13px;
  gap: 12px
}

.qa-header .qa-login {
  font-size: 13px;
  padding: 9px 14px
}

.qa-header .qa-demo {
  font-size: 13px;
  padding: 11px 20px;
  min-height: 42px
}

.qa-header .qa-master {
  font-size: 13px;
  padding: 9px 14px
}

@media(max-width:1199px) {
  .qa-header .qa-bar {
    width: calc(100% - 40px)
  }
}

@media(max-width:640px) {
  .qa-header .qa-bar {
    width: calc(100% - 20px)
  }

  .qa-header .qa-brand {
    font-size: 17px
  }

  .qa-header .qa-brand img {
    width: 40px;
    height: 40px
  }

  .qa-header .qa-nav {
    font-size: 15px
  }
}

.qa-map-wrap {
  position: relative;
  margin-top: 24px;
  border: 1px solid #ffffff20;
  border-radius: 17px;
  overflow: hidden;
  min-height: 290px;
  background: #191919
}

.qa-map-wrap iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
  filter: saturate(.9)
}

.qa-map-link {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
  background: #fff;
  color: #2476d1;
  padding: 7px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 8px #0003
}

.qa-map-link:hover {
  color: #15539b
}

.qa-about .hero {
  padding-top: 72px
}

.qa-about .hero-copy {
  max-width: 620px
}

.qa-about .hero-portrait {
  max-width: 520px
}

.qa-about .story-text,
.qa-about .practice-intro,
.qa-about .impact>div {
  font-size: 17px
}

.qa-about .value {
  background: rgba(255, 255, 255, .018);
  border-color: #3d3b37;
  padding: 26px;
  border-radius: 12px;
  margin: 8px
}

.qa-about .values-grid {
  border-top: 0;
  gap: 12px
}

.qa-about .course-card {
  min-height: 430px
}

.qa-about .contact-card {
  box-shadow: 0 24px 70px #0005
}

.qa-about .hero-proof strong {
  color: #d6ac62
}

.qa-about .hero-portrait figcaption {
  color: #a7a39b
}

.qa-master-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px
}

.qa-master-form .qa-field {
  margin-top: 0
}

.qa-master-form .qa-field:nth-of-type(n+4),
.qa-master-form .qa-consent,
.qa-master-form .qa-demo,
.qa-master-form .qa-form-status,
.qa-master-form noscript {
  grid-column: span 2
}

.qa-master-form .qa-consent {
  margin: 4px 0
}

.qa-master-form .qa-demo {
  width: max-content;
  min-width: 210px
}

@media(max-width:600px) {
  .qa-master-form {
    grid-template-columns: 1fr
  }

  .qa-master-form .qa-field:nth-of-type(n+4),
  .qa-master-form .qa-consent,
  .qa-master-form .qa-demo,
  .qa-master-form .qa-form-status,
  .qa-master-form noscript {
    grid-column: auto
  }

  .qa-master-form .qa-demo {
    width: 100%
  }
}

.qa-master-hero {
  min-height: 780px;
  padding-top: 44px !important;
  padding-bottom: 70px !important
}

.qa-master-hero .container.relative {
  position: relative;
  z-index: 2
}

.qa-master-hero .container.relative>.grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: 64px;
  align-items: center
}

.qa-master-hero h1 {
  font-size: clamp(3.5rem, 6vw, 6.8rem);
  max-width: 920px;
  line-height: .94
}

.qa-master-hero h1 .text-gold-gradient {
  background: linear-gradient(100deg, #f4cf8a, #c58b3d 48%, #f6e0a5);
  -webkit-background-clip: text;
  background-clip: text
}

.qa-master-hero .qa-master-form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.qa-master-hero .qa-master-form .qa-field:nth-of-type(n+4),
.qa-master-hero .qa-master-form .qa-consent {
  display: none
}

.qa-master-hero .qa-master-form .qa-demo {
  width: 100%;
  grid-column: auto;
  margin-top: 2px
}

.qa-countdown {
  margin-top: 34px
}

.qa-countdown>p {
  margin: 0 0 12px;
  color: #e4b96d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase
}

.qa-countdown-grid {
  display: flex;
  gap: 10px
}

.qa-countdown-grid>div {
  display: grid;
  place-items: center;
  min-width: 82px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05)
}

.qa-countdown-grid strong {
  font: 800 34px/1 var(--font-heading, inherit);
  color: #fff
}

.qa-countdown-grid span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase
}

@media(max-width:900px) {
  .qa-master-hero {
    min-height: auto
  }

  .qa-master-hero .container.relative>.grid {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .qa-master-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem)
  }

  .qa-countdown-grid {
    flex-wrap: wrap
  }

  .qa-countdown-grid>div {
    min-width: 70px
  }

  .qa-master-hero .lg\\:col-span-2>div {
    max-width: 620px;
    margin-inline: auto
  }
}

.qa-tools-section {
  padding-top: 72px !important;
  padding-bottom: 72px !important
}

.qa-tools-section .mt-14 {
  margin-top: 34px !important;
  grid-auto-rows: 190px
}

.qa-tools-section .aspect-square {
  aspect-ratio: auto !important;
  border-radius: 20px;
  padding: 18px
}

.qa-tools-section .aspect-square>div:first-child {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  font-size: 19px
}

.qa-tools-section .aspect-square>div:last-child {
  margin-top: 12px;
  font-size: 12px
}

.qa-tools-section>.container>div:first-child h2 {
  font-size: clamp(30px, 4vw, 52px)
}

main img:not(.qa-brand img) {
  opacity: .84;
  transition: opacity .25s ease
}

main img:not(.qa-brand img):hover {
  opacity: .94
}

@media(max-width:700px) {
  .qa-tools-section {
    padding-top: 54px !important;
    padding-bottom: 54px !important
  }

  .qa-tools-section .mt-14 {
    grid-auto-rows: 150px
  }

  .qa-tools-section .aspect-square {
    padding: 12px
  }

  .qa-tools-section .aspect-square>div:first-child {
    width: 44px;
    height: 44px;
    font-size: 16px
  }
}

.qa-thanks-page {
  padding-top: 128px !important;
  padding-bottom: 64px !important
}

@media(max-width:760px) {
  .qa-thanks-page {
    padding-top: 100px !important;
    padding-bottom: 48px !important
  }
}

.qa-thanks-page .qa-thanks-icon,
.qa-thanks-page .rounded-full.bg-emerald-500 {
  width: 56px !important;
  height: 56px !important;
  margin-inline: auto !important;
  display: flex !important
}

.qa-thanks-page .qa-thanks-icon svg,
.qa-thanks-page .rounded-full.bg-emerald-500 svg {
  width: 26px !important;
  height: 26px !important
}

.qa-thanks-social a.qa-btn-youtube {
  background-color: #CC0000 !important;
  box-shadow: 0 10px 25px -5px rgba(204, 0, 0, .45), 0 8px 10px -6px rgba(204, 0, 0, .45) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  transform: translateY(-2px)
}

.qa-thanks-social a.qa-btn-youtube:hover {
  background-color: #b30000 !important;
  transform: translateY(-4px);
  box-shadow: 0 14px 28px -5px rgba(204, 0, 0, .55), 0 10px 12px -6px rgba(204, 0, 0, .55) !important
}

.qa-thanks-social a.qa-btn-instagram {
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  background-image: none !important
}

.qa-thanks-social a.qa-btn-instagram:hover {
  background: linear-gradient(135deg, #833AB4, #E1306C, #F77737) !important;
  border-color: transparent !important;
  transform: translateY(-2px)
}

.qa-master-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr) !important;
  align-items: center !important
}

.qa-master-hero-grid>div {
  grid-column: auto !important
}

.qa-master-hero-grid>div:last-child>div {
  max-width: 100%
}

@media(max-width:760px) {
  .qa-master-hero-grid {
    grid-template-columns: 1fr !important
  }

  .qa-master-hero-grid>div {
    grid-column: auto !important
  }
}

.qa-home-header {
  position: fixed !important;
  inset: 0 0 auto !important;
  padding: 16px 0 !important;
  background: transparent !important;
  border: 0 !important
}

.qa-home-header .qa-bar {
  width: min(100% - 48px, 1440px);
  min-height: 64px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 16px
}

.qa-home-header.qa-scrolled .qa-bar {
  background: rgba(231, 229, 221, .84);
  border-color: #ffffff88;
  box-shadow: 0 10px 30px #0002
}

.qa-home-header~main .qa-home-hero {
  padding-top: 126px
}

.qa-home-header .qa-brand {
  font-size: 18px
}

.qa-home-header .qa-brand img {
  width: 44px;
  height: 44px
}

.qa-home-header .qa-nav {
  font-size: 13px;
  gap: 8px
}

.qa-home-header .qa-nav>a,
.qa-home-header .qa-courses summary {
  padding: 9px 11px
}

.qa-home-header .qa-header-actions {
  gap: 10px
}

.qa-home-header .qa-demo {
  min-height: 40px;
  padding: 10px 18px;
  font-size: 13px
}

.qa-home-header .qa-login {
  padding: 8px 13px;
  font-size: 13px
}

@media(max-width:640px) {
  .qa-home-header {
    padding: 8px 0 !important
  }

  .qa-home-header .qa-bar {
    width: calc(100% - 20px);
    padding: 8px 12px
  }

  .qa-home-header~main .qa-home-hero {
    padding-top: 104px
  }
}

.qa-master-hero h1 {
  font-size: clamp(3rem, 5vw, 5.5rem) !important;
  line-height: .98 !important
}

.qa-master-hero {
  min-height: 720px
}

.qa-master-hero .qa-hero-bg img,
.qa-master-hero>div>img {
  opacity: .7
}

.qa-master-hero .relative.rounded-3xl {
  transform: scale(.96);
  transform-origin: center right
}

.qa-home-hero .qa-hero-visual>img {
  opacity: .9 !important
}

main img:not(.qa-brand img) {
  opacity: .96;
  filter: saturate(.98) contrast(1.02)
}

main img:not(.qa-brand img):hover {
  opacity: 1;
  filter: saturate(1.03) contrast(1.03)
}

main section article,
main section .qa-road-card,
main section .qa-value,
main section .course-card {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

main section article:hover,
main section .qa-road-card:hover,
main section .qa-value:hover,
main section .course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(18, 15, 10, .16)
}

.qa-master-hero {
  padding-top: 112px !important
}

.qa-master-hero .qa-master-form .qa-field:nth-of-type(5) {
  display: block
}

.qa-master-hero .qa-master-form textarea {
  min-height: 74px;
  resize: vertical
}

.qa-master-hero .qa-master-form .qa-field:nth-of-type(5) label {
  font-size: 13px
}

.qa-master-hero .qa-master-form .qa-field:nth-of-type(5) textarea {
  font-size: 14px;
  padding: 10px 12px
}

@media(max-width:760px) {
  .qa-master-hero {
    padding-top: 96px !important
  }
}

.qa-bonus-section,
.qa-feedback-section {
  background: #fafafa;
  color: #171717;
  padding: 92px 24px
}

.qa-bonus-wrap,
.qa-feedback-wrap {
  width: min(1240px, 100%);
  margin: auto
}

.qa-bonus-wrap {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 54px;
  align-items: center
}

.qa-light-pill {
  display: inline-flex;
  border: 1px solid #e8c98d;
  border-radius: 999px;
  padding: 6px 13px;
  color: #946c30;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em
}

.qa-bonus-intro h2,
.qa-feedback-wrap h2 {
  font: 800 clamp(34px, 4.2vw, 58px)/1.03 var(--font-heading, inherit);
  letter-spacing: -.045em;
  margin: 22px 0 18px
}

.qa-bonus-intro>p,
.qa-feedback-wrap>p {
  font-size: 17px;
  line-height: 1.7;
  color: #6c6964;
  max-width: 560px
}

.qa-value-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px #21180e14
}

.qa-value-card small {
  display: block;
  color: #8d8982;
  font-size: 11px;
  letter-spacing: .16em
}

.qa-value-card strong {
  display: block;
  margin: 10px 0 5px;
  font: 800 29px/1.2 var(--font-heading, inherit)
}

.qa-value-card span {
  display: block;
  color: #238f69;
  font-size: 14px;
  margin-bottom: 22px
}

.qa-value-card .qa-demo {
  width: 100%;
  box-sizing: border-box
}

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

.qa-bonus-grid article,
.qa-feedback-grid article {
  background: #fff;
  border: 1px solid #ebe8e3;
  border-radius: 18px;
  padding: 24px;
  transition: transform .25s, box-shadow .25s
}

.qa-bonus-grid article:hover,
.qa-feedback-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px #20170d14
}

.qa-bonus-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(145deg, #f1ce91, #b27a2e);
  font-size: 21px;
  color: #17120b
}

.qa-bonus-grid h3 {
  margin: 15px 0 5px;
  font-size: 17px
}

.qa-bonus-grid p {
  margin: 0;
  color: #74716c;
  font-size: 13px;
  line-height: 1.65
}

.qa-feedback-section {
  text-align: center;
  padding-top: 40px
}

.qa-feedback-wrap>p {
  margin: 0 auto
}

.qa-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
  text-align: left
}

.qa-feedback-grid strong {
  color: #c89340;
  letter-spacing: .15em
}

.qa-feedback-grid p {
  font-size: 16px;
  line-height: 1.7;
  color: #51504d;
  margin: 15px 0 20px
}

.qa-feedback-grid span {
  font-size: 12px;
  color: #948f87
}

@media(max-width:850px) {
  .qa-bonus-wrap {
    grid-template-columns: 1fr;
    gap: 36px
  }

  .qa-feedback-grid {
    grid-template-columns: 1fr
  }

  .qa-bonus-section,
  .qa-feedback-section {
    padding: 68px 20px
  }
}

@media(max-width:540px) {
  .qa-bonus-grid {
    grid-template-columns: 1fr
  }

  .qa-value-card {
    padding: 22px
  }

  .qa-bonus-intro h2,
  .qa-feedback-wrap h2 {
    font-size: 38px
  }
}

.qa-master-hero h1 {
  font-size: clamp(2.8rem, 4.5vw, 5rem) !important
}

.qa-bonus-value {
  margin-top: 12px;
  font-size: 13px;
  color: #aaa
}

.qa-bonus-value s {
  margin-right: 8px
}

.qa-bonus-value strong {
  color: #159b6c;
  font-weight: 700
}

.qa-section#curriculum {
  background: linear-gradient(180deg, #f8f6f2 0%, #fff 42%, #f7f4ee 100%);
  padding-top: 86px;
  padding-bottom: 92px
}

.qa-section#curriculum .container {
  max-width: 1080px
}

.qa-section#curriculum h2 {
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 58px);
  letter-spacing: -.045em
}

.qa-section#curriculum .qa-intro {
  font-size: 18px;
  color: #6d6962;
  max-width: 700px
}

.qa-week-list {
  display: grid;
  gap: 12px;
  margin-top: 38px
}

.qa-week {
  background: #fff;
  border: 1px solid #e8e1d6;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .25s, border-color .25s, transform .25s
}

.qa-week:hover {
  border-color: #c9a15e;
  box-shadow: 0 12px 30px #1d160b12;
  transform: translateY(-2px)
}

.qa-week summary {
  padding: 19px 22px;
  display: grid;
  grid-template-columns: 92px 1fr 28px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none
}

.qa-week summary::-webkit-details-marker {
  display: none
}

.qa-week summary span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  color: #a77a36
}

.qa-week summary strong {
  font: 700 17px/1.4 var(--font-heading, inherit);
  color: #23201b
}

.qa-week summary b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f5ead5;
  color: #93682d;
  font-size: 18px;
  font-weight: 500;
  transition: transform .25s
}

.qa-week[open] summary {
  background: #fffaf1
}

.qa-week[open] summary b {
  transform: rotate(45deg);
  background: #e5bd79;
  color: #2a1c0b
}

.qa-week>div {
  padding: 0 22px 21px 130px;
  border-top: 1px solid #f0e9df;
  color: #666059
}

.qa-week>div p {
  margin: 16px 0 8px;
  font-size: 15px
}

.qa-week>div ul {
  margin: 0;
  padding-left: 20px
}

.qa-week>div li {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.65
}

@media(max-width:650px) {
  .qa-section#curriculum {
    padding-top: 64px;
    padding-bottom: 68px
  }

  .qa-week summary {
    grid-template-columns: 1fr 28px;
    padding: 16px
  }

  .qa-week summary span {
    grid-column: 1/-1
  }

  .qa-week summary strong {
    font-size: 15px
  }

  .qa-week>div {
    padding: 0 16px 18px
  }

  .qa-week>div p {
    font-size: 14px
  }
}

.qa-home-hero .qa-hero-inner h1 {
  color: #fff
}

.qa-home-hero .qa-hero-inner h1 span {
  background: linear-gradient(105deg, #ffd36e 0%, #f5a623 48%, #ef654f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.qa-home-hero .qa-demo {
  background: linear-gradient(105deg, #ffd36e, #f59a22 58%, #e96b3d);
  color: #16110b;
  box-shadow: 0 12px 28px rgba(237, 145, 42, .22)
}

.qa-home-hero .qa-demo:hover {
  filter: brightness(1.08);
  box-shadow: 0 15px 34px rgba(237, 145, 42, .34)
}

.qa-home-hero .qa-outline {
  border-color: #8f7958;
  color: #f5ead7;
  background: rgba(255, 255, 255, .04)
}

.qa-home-hero .qa-outline:hover {
  border-color: #d8ad60;
  background: rgba(216, 173, 96, .13)
}

:root {
  --qa-ink: #11100f;
  --qa-ink-soft: #1b1916;
  --qa-gold: #d3a255;
  --qa-gold-light: #f4d69a;
  --qa-cream: #fbfaf7;
  --qa-muted: #77736b;
  --qa-line: #e8e1d6
}

::selection {
  background: #d3a255;
  color: #17120b
}

body {
  accent-color: var(--qa-gold)
}

h1,
h2,
h3 {
  color: var(--qa-ink)
}

.qa-light-pill {
  background: #fffaf0
}

.qa-demo,
.bg-gold-gradient {
  background: linear-gradient(105deg, var(--qa-gold-light), var(--qa-gold) 58%, #a87632) !important
}

.qa-demo:hover,
.bg-gold-gradient:hover {
  filter: brightness(1.06) saturate(1.04)
}

.qa-outline {
  border-color: #bda77d;
  color: #514633
}

.qa-section.qa-light,
.qa-bonus-section,
.qa-feedback-section {
  background: linear-gradient(180deg, var(--qa-cream), #fff)
}

.qa-week,
.qa-bonus-grid article,
.qa-feedback-grid article,
.qa-value-card {
  border-color: var(--qa-line)
}

.qa-kicker,
.qa-section .qa-kicker {
  color: #9a7135
}

.qa-dark {
  background: radial-gradient(ellipse at 8% 12%, #3a2c1b, transparent 58%), radial-gradient(ellipse at 92% 85%, #192331, transparent 52%), var(--qa-ink)
}

.qa-footer {
  background: #12110f
}

.qa-footer a:hover {
  color: var(--qa-gold-light)
}

.qa-scroll-reveal {
  transition: opacity .65s ease, transform .65s ease
}

.qa-scroll-reveal.qa-pending {
  opacity: 0;
  transform: translateY(22px)
}

.qa-dark h1,
.qa-dark h2,
.qa-dark h3,
.qa-dark strong,
.qa-dark b,
.qa-master-hero h1,
.qa-master-hero h2,
.qa-master-hero h3 {
  color: #fff
}

.qa-dark a {
  color: #e6c681
}

.qa-home-hero h1,
.qa-home-hero h2,
.qa-home-hero h3 {
  color: #fff
}

.qa-about .practice {
  display: none
}

.qa-about .section {
  padding-top: 64px;
  padding-bottom: 64px
}

.qa-about .hero {
  padding-top: 54px;
  padding-bottom: 64px
}

.qa-about .story-text,
.qa-about .practice-intro,
.qa-about .impact>div {
  font-size: 16px;
  line-height: 1.7
}

.qa-about .mission-wrap {
  padding-top: 64px;
  padding-bottom: 64px
}

.qa-about .contact-section {
  padding-top: 64px;
  padding-bottom: 64px
}

.qa-contact-page .qa-page-hero {
  padding-bottom: 54px
}

.qa-contact-page>#enquiry {
  background: radial-gradient(ellipse at 16% 15%, #2d2418, transparent 58%), #111;
  color: #fff;
  padding-top: 34px;
  padding-bottom: 84px
}

.qa-contact-page>#enquiry .qa-split {
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  align-items: start
}

.qa-contact-page>#enquiry>.container>div:first-child {
  padding: 10px 8px
}

.qa-contact-page>#enquiry .qa-contact-item {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  padding: 23px 26px;
  margin: 14px 0
}

.qa-contact-page>#enquiry .qa-contact-item h3 {
  color: #d9b26c;
  font-size: 11px;
  letter-spacing: .17em;
  text-transform: uppercase
}

.qa-contact-page>#enquiry .qa-contact-item address,
.qa-contact-page>#enquiry .qa-contact-item a {
  color: #eee;
  font-size: 17px
}

.qa-contact-page>#enquiry .qa-outline {
  color: #f6d18b;
  border-color: #8c6c3b
}

.qa-contact-page .qa-enquiry {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .14);
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 22px 65px #0006
}

.qa-contact-page .qa-enquiry h2 {
  color: #fff
}

.qa-contact-page .qa-enquiry>p {
  color: #aaa59e
}

.qa-contact-page .qa-field label {
  color: #aaa59e
}

.qa-contact-page .qa-field input,
.qa-contact-page .qa-field select,
.qa-contact-page .qa-field textarea {
  background: rgba(255, 255, 255, .07);
  color: #f5f2ed;
  border-color: rgba(255, 255, 255, .15)
}

.qa-contact-page .qa-field input::placeholder,
.qa-contact-page .qa-field textarea::placeholder {
  color: #98938b
}

.qa-contact-page .qa-consent {
  color: #aaa59e
}

.qa-contact-page .qa-map-wrap {
  margin-top: 20px;
  border-color: rgba(255, 255, 255, .14)
}

@media(max-width:850px) {
  .qa-contact-page>#enquiry .qa-split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .qa-contact-page>#enquiry>.container {
    width: min(calc(100% - 28px), 700px);
    margin-inline: auto;
  }

  .qa-contact-page .qa-enquiry {
    padding: 24px;
  }
}

@media(max-width:650px) {
  .qa-contact-page>#enquiry {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }

  .qa-contact-page>#enquiry>.container {
    width: calc(100% - 18px) !important;
    max-width: 100% !important;
    padding-inline: 0 !important;
    margin-inline: auto !important;
  }

  .qa-contact-page .qa-enquiry {
    padding: 20px 14px !important;
    border-radius: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .qa-contact-page>#enquiry .qa-split {
    gap: 16px !important;
  }

  .qa-contact-page>#enquiry>.container>div:first-child {
    padding: 4px !important;
  }

  .qa-contact-page>#enquiry .qa-contact-item {
    padding: 16px 14px !important;
    border-radius: 14px !important;
    margin: 10px 0 !important;
  }

  .qa-contact-page>#enquiry .qa-map-wrap {
    margin-top: 16px !important;
    border-radius: 14px !important;
  }
}

.qa-resources {
  position: relative
}

.qa-resources summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 24px;
  white-space: nowrap
}

.qa-resources summary::-webkit-details-marker {
  display: none
}

.qa-resources summary:hover,
.qa-resources[open] summary {
  background: #ffffff12;
  color: #fff
}

.qa-resources .qa-chevron {
  display: inline-block;
  line-height: 1;
  transition: transform .2s
}

.qa-resources[open] .qa-chevron {
  transform: rotate(180deg)
}

.qa-resources-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 190px;
  padding: 9px;
  background: #fff;
  color: #2a2824;
  border: 1px solid #e1dcd3;
  border-radius: 15px;
  box-shadow: 0 18px 40px #0004;
  display: grid;
  gap: 2px
}

.qa-resources-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  color: #4f4a43;
  font-size: 13px;
  white-space: nowrap
}

.qa-resources-menu a:hover {
  background: #f6efe3;
  color: #8a6227
}

.qa-header.qa-scrolled .qa-resources summary {
  color: #34312c
}

.qa-header.qa-scrolled .qa-resources summary:hover,
.qa-header.qa-scrolled .qa-resources[open] summary {
  background: #ffffff35
}

.qa-header.qa-scrolled .qa-resources-menu {
  color: #222
}

@media(max-width:950px) {
  .qa-resources {
    width: 100%;
    order: 6
  }

  .qa-resources summary {
    width: max-content
  }

  .qa-resources-menu {
    position: static;
    min-width: 0;
    margin-top: 5px;
    box-shadow: none;
    border-radius: 12px;
    background: #f8f8f8
  }

  .qa-resources-menu a {
    white-space: normal
  }
}

.qa-contact-page .qa-page-hero {
  padding-top: 118px !important
}

.qa-contact-page>#enquiry h2,
.qa-contact-page>#enquiry h3 {
  color: #fff
}

.qa-contact-page>#enquiry .qa-enquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px
}

.qa-contact-page>#enquiry .qa-enquiry>.qa-kicker,
.qa-contact-page>#enquiry .qa-enquiry>h2,
.qa-contact-page>#enquiry .qa-enquiry>p,
.qa-contact-page>#enquiry .qa-enquiry>.qa-consent,
.qa-contact-page>#enquiry .qa-enquiry>.qa-demo,
.qa-contact-page>#enquiry .qa-enquiry>.qa-form-status,
.qa-contact-page>#enquiry .qa-enquiry>noscript {
  grid-column: 1/-1
}

.qa-contact-page>#enquiry .qa-enquiry>.qa-field {
  margin-top: 16px
}

.qa-contact-page>#enquiry .qa-map-wrap {
  width: 100%;
  min-height: 360px;
  margin-top: 20px
}

.qa-contact-page>#enquiry .qa-map-wrap iframe {
  height: 390px;
  width: 100%
}

@media(max-width:650px) {
  .qa-contact-page .qa-page-hero {
    padding-top: 94px !important
  }

  .qa-contact-page>#enquiry .qa-enquiry {
    grid-template-columns: 1fr
  }

  .qa-contact-page>#enquiry .qa-enquiry>* {
    grid-column: 1/-1
  }
}

.qa-contact-page>#enquiry .qa-enquiry>.qa-field:nth-of-type(5) {
  grid-column: 1/-1
}

.qa-contact-page>#enquiry .qa-map-wrap {
  min-height: 500px;
  height: 100%;
  margin-top: 24px
}

.qa-contact-page>#enquiry .qa-map-wrap iframe {
  height: 500px;
  min-height: 500px
}

@media(max-width:850px) {

  .qa-contact-page>#enquiry .qa-map-wrap,
  .qa-contact-page>#enquiry .qa-map-wrap iframe {
    min-height: 360px;
    height: 360px
  }
}

.qa-contact-page .qa-page-hero {
  padding-top: 146px !important
}

.qa-contact-page>#enquiry>.container>.qa-map-wrap {
  width: 100%;
  margin-top: 28px
}

@media(max-width:650px) {
  .qa-contact-page .qa-page-hero {
    padding-top: 112px !important
  }
}

.qa-contact-page>#enquiry>.container>.qa-map-wrap {
  grid-column: 1/-1 !important;
  width: 100% !important;
  max-width: none !important
}

.qa-contact-page>#enquiry>.container>.qa-map-wrap iframe {
  width: 100% !important;
  height: 500px !important
}

@media(max-width:850px) {
  .qa-contact-page>#enquiry>.container>.qa-map-wrap iframe {
    height: 360px !important
  }
}

.qa-about {
  background: radial-gradient(ellipse at 15% 5%, #332718, transparent 45%), #111;
  color: #f5f2ec
}

.qa-about .hero,
.qa-about .section,
.qa-about .mission-wrap,
.qa-about .impact-section,
.qa-about .courses,
.qa-about .contact-section {
  background: transparent;
  color: #f5f2ec
}

.qa-about h1,
.qa-about h2,
.qa-about h3 {
  color: #fff
}

.qa-about p,
.qa-about .section-note,
.qa-about .story-text,
.qa-about .practice-intro,
.qa-about .impact>div {
  color: #b8b3aa
}

.qa-about .eyebrow {
  color: #d6ac62
}

.qa-about a {
  color: #e8c77f
}

.qa-about .value,
.qa-about .course-card,
.qa-about .contact-card {
  background: rgba(255, 255, 255, .045);
  border-color: rgba(255, 255, 255, .14);
  color: #f5f2ec
}

.qa-about .value p,
.qa-about .course-card p,
.qa-about .contact-card p {
  color: #b8b3aa
}

.qa-about .value strong,
.qa-about .course-card strong {
  color: #fff
}

.qa-about .hero {
  padding-top: 124px !important
}

@media(max-width:650px) {
  .qa-about .hero {
    padding-top: 98px !important
  }
}

.qa-about .hero {
  padding-top: 168px !important
}

@media(max-width:650px) {
  .qa-about .hero {
    padding-top: 128px !important
  }
}

.qa-float-actions {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px
}

.qa-float-demo {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #17130c;
  box-shadow: 0 12px 30px #0002;
  font-size: 15px
}

.qa-float-demo span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f2d08f, #ae7830);
  font-size: 17px
}

.qa-float-demo strong {
  font-size: 22px;
  margin-left: 8px
}

.qa-float-stack {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.qa-float-stack a {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 29px;
  box-shadow: 0 10px 25px #0003
}

.qa-float-whatsapp {
  background: #12bd82;
  color: #fff
}

.qa-float-call {
  background: #fff;
  color: #12110f;
  border: 1px solid #ece8e0
}

.qa-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(7, 7, 7, .76);
  backdrop-filter: blur(8px);
  animation: qa-fade-in .25s ease
}

.qa-popup {
  width: min(620px, 100%);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 100px #0008;
  position: relative
}

.qa-popup-top {
  padding: 34px 38px 28px;
  background: linear-gradient(145deg, #755633, #1b1712);
  color: #fff
}

.qa-popup-top>span {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #dbaf61;
  border-radius: 999px;
  color: #edc981;
  font-size: 11px;
  letter-spacing: .16em;
  font-weight: 700
}

.qa-popup-top h2 {
  margin: 22px 0 10px;
  color: #fff;
  font: 800 clamp(28px, 4vw, 43px)/1.08 var(--font-heading, inherit);
  letter-spacing: -.04em
}

.qa-popup-top h2 em {
  color: #e6b861;
  font-style: normal
}

.qa-popup-top p {
  margin: 0;
  color: #d5d0c8;
  font-size: 16px;
  line-height: 1.6
}

.qa-popup-close {
  position: absolute;
  right: 18px;
  top: 15px;
  border: 0;
  background: #00000012;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 28px;
  cursor: pointer
}

.qa-popup-form {
  padding: 28px 38px 32px;
  display: grid;
  gap: 12px
}

.qa-popup-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d6d1;
  border-radius: 15px;
  padding: 14px 16px;
  font: inherit;
  color: #202020;
  background: #fff
}

.qa-popup-form>button {
  border: 0;
  border-radius: 15px;
  background: #121212;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer
}

.qa-popup-form>button:hover {
  background: #322718
}

.qa-popup-form small {
  text-align: center;
  color: #89847d;
  font-size: 12px;
  line-height: 1.6
}

.qa-popup-form small a {
  color: #94692e;
  font-weight: 700
}

.qa-popup-status {
  text-align: center;
  color: #18865f;
  font-size: 13px;
  margin: 0
}

.qa-popup-form input:focus {
  outline: 2px solid #d2a253;
  outline-offset: 1px
}

@keyframes qa-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media(max-width:640px) {
  .qa-float-actions {
    right: 14px;
    bottom: 14px
  }

  .qa-float-demo {
    font-size: 13px;
    padding: 8px 12px
  }

  .qa-float-demo span {
    width: 30px;
    height: 30px
  }

  .qa-float-stack a {
    width: 50px;
    height: 50px;
    font-size: 24px
  }

  .qa-popup-overlay {
    padding: 12px;
    align-items: center
  }

  .qa-popup {
    width: min(350px, 94vw);
    border-radius: 18px;
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5)
  }

  .qa-popup-top {
    padding: 16px 16px 12px
  }

  .qa-popup-top>span {
    padding: 3px 9px;
    font-size: 9.5px;
    letter-spacing: .08em;
    border-radius: 999px
  }

  .qa-popup-top h2 {
    margin: 7px 0 3px;
    font-size: 17.5px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -.02em
  }

  .qa-popup-top p {
    margin: 0;
    font-size: 11.5px;
    line-height: 1.4;
    color: #d8d4cd
  }

  .qa-popup-close {
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border-radius: 50%
  }

  .qa-popup-form {
    padding: 12px 15px 14px;
    display: grid;
    gap: 7px
  }

  .qa-popup-form input {
    padding: 8.5px 11px;
    border-radius: 9px;
    font-size: 12.5px;
    min-height: 36px
  }

  .qa-popup-form>button {
    padding: 9.5px 12px;
    border-radius: 9px;
    font-size: 13.5px;
    font-weight: 700
  }

  .qa-popup-form small {
    font-size: 10px;
    line-height: 1.35;
    margin-top: 1px
  }

  .qa-popup-status {
    font-size: 11.5px
  }
}

.qa-float-actions {
  left: 22px;
  right: auto;
  align-items: flex-start
}

.qa-float-stack {
  display: none
}

@media(max-width:600px) {
  .qa-float-actions {
    left: 14px;
    right: auto;
    bottom: 14px
  }

  .qa-float-demo {
    font-size: 13px;
    padding: 8px 12px
  }
}

.qa-float-actions.qa-float-show-stack .qa-float-stack {
  display: flex;
  position: fixed;
  right: 22px;
  bottom: 24px
}

@media(max-width:600px) {
  .qa-float-actions.qa-float-show-stack .qa-float-stack {
    right: 14px;
    bottom: 14px
  }
}

.qa-demo,
.qa-outline,
.qa-float-demo,
.qa-popup-form>button {
  position: relative;
  isolation: isolate;
  animation: qa-button-glow 3.2s ease-in-out infinite
}

.qa-demo:hover,
.qa-outline:hover,
.qa-float-demo:hover,
.qa-popup-form>button:hover {
  animation-duration: 1.4s
}

@keyframes qa-button-glow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(226, 180, 96, .08), 0 8px 20px rgba(20, 15, 8, .08)
  }

  50% {
    box-shadow: 0 0 0 2px rgba(226, 180, 96, .28), 0 10px 28px rgba(210, 158, 72, .2)
  }
}

@media(prefers-reduced-motion:reduce) {

  .qa-demo,
  .qa-outline,
  .qa-float-demo,
  .qa-popup-form>button {
    animation: none
  }
}

.qa-video-page>section.relative.bg-ink {
  padding-top: 0 !important
}

.qa-video-page>section.relative.bg-ink .container {
  padding-top: 126px !important;
  padding-bottom: 88px !important
}

.qa-video-page>section.relative.bg-ink h1,
.qa-video-page>section.relative.bg-ink h2,
.qa-video-page>section.relative.bg-ink h3 {
  color: #fff
}

.qa-video-page>section.relative.bg-ink .text-black\/60,
.qa-video-page>section.relative.bg-ink .text-black\/55 {
  color: rgba(255, 255, 255, .68) !important
}

.qa-video-page>section.relative.bg-ink p {
  color: rgba(255, 255, 255, .72)
}

.qa-video-page .qa-section h2,
.qa-video-page .qa-section h3 {
  color: var(--qa-ink)
}

@media(max-width:650px) {
  .qa-video-page>section.relative.bg-ink .container {
    padding-top: 100px !important;
    padding-bottom: 64px !important
  }
}

.qa-album-page>section.relative.bg-ink,
.qa-ai-page>section.relative.bg-ink {
  padding-top: 0 !important
}

.qa-album-page>section.relative.bg-ink .container,
.qa-ai-page>section.relative.bg-ink .container {
  padding-top: 126px !important;
  padding-bottom: 88px !important
}

.qa-album-page>section.relative.bg-ink h1,
.qa-album-page>section.relative.bg-ink h2,
.qa-album-page>section.relative.bg-ink h3,
.qa-ai-page>section.relative.bg-ink h1,
.qa-ai-page>section.relative.bg-ink h2,
.qa-ai-page>section.relative.bg-ink h3 {
  color: #fff
}

.qa-album-page>section.relative.bg-ink p,
.qa-ai-page>section.relative.bg-ink p {
  color: rgba(255, 255, 255, .72)
}

@media(max-width:650px) {

  .qa-album-page>section.relative.bg-ink .container,
  .qa-ai-page>section.relative.bg-ink .container {
    padding-top: 100px !important;
    padding-bottom: 64px !important
  }
}

/* Subtle, zero-download texture and readable course overview. */
main .qa-texture-hero {
  position: relative;
  isolation: isolate
}

main .qa-texture-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .16;
  background-image: repeating-linear-gradient(115deg, transparent 0 5px, rgba(185, 153, 99, .18) 5px 6px);
  mask-image: linear-gradient(90deg, #000, transparent 85%)
}

main .qa-texture-hero>.container,
main .qa-texture-hero>.qa-hero-inner {
  position: relative;
  z-index: 1
}

main.qa-topics-page>section.qa-topics-hero {
  padding-top: 0 !important;
  background: linear-gradient(90deg, rgba(17, 17, 17, .97), rgba(17, 17, 17, .82)), url('assets/editing-timeline.jpg') center/cover
}

main.qa-topics-page>section.qa-topics-hero>.container {
  padding-top: 132px !important;
  padding-bottom: 64px !important
}

.qa-feedback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px
}

.qa-feedback-grid blockquote {
  margin: 0;
  padding: 28px;
  border: 1px solid #dfd9ce;
  border-radius: 20px;
  background: #fff;
  color: #393631
}

.qa-feedback-grid blockquote p {
  color: #49453e;
  font-size: 16px;
  line-height: 1.7
}

.qa-feedback-grid footer {
  margin-top: 22px;
  color: #8a6128;
  font-weight: 700
}

.qa-topics-feedback h2 {
  color: #181818 !important
}

.qa-tools .qa-tools-track,
.qa-tools:hover .qa-tools-track {
  animation-play-state: running
}

@media(max-width:767px) {
  main.qa-topics-page>section.qa-topics-hero>.container {
    padding-top: 112px !important;
    padding-bottom: 42px !important
  }

  .qa-feedback-grid {
    grid-template-columns: 1fr
  }

  .qa-feedback-grid blockquote {
    padding: 22px
  }
}

@media(prefers-reduced-motion:reduce) {
  .qa-tools-track {
    animation: none !important
  }
}

/* Career paths contrast fixes. */
main>section.relative.bg-white h2 {
  color: #171717 !important;
  -webkit-text-fill-color: #171717
}

main>section.relative.bg-white .bg-ink h3 {
  color: #fff !important;
  -webkit-text-fill-color: #fff
}

/* Final polish: consistent focus, contrast, and small-screen overflow protection. */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f0c36d;
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

@media (max-width: 650px) {
  .qaa-header {
    padding-inline: 16px;
  }

  .qa-page-hero h1,
  .qa-home-hero h1 {
    text-wrap: balance;
  }

  .qa-demo,
  .qa-outline {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* All Course Topics: keep the curriculum after the course overview and directly before Why Us. */
main.qa-topics-page {
  display: flex;
  flex-direction: column;
}

main.qa-topics-page>.qa-breadcrumb {
  order: 0;
}

main.qa-topics-page>section.qa-topics-hero {
  order: 1;
}

main.qa-topics-page>section:nth-of-type(3) {
  order: 2;
}

main.qa-topics-page>section#curriculum {
  order: 3;
}

main.qa-topics-page>section:nth-of-type(4) {
  order: 4;
}

main.qa-topics-page>section.qa-topics-feedback {
  order: 5;
}

main.qa-topics-page>section:last-of-type {
  order: 6;
}

/* Streamline the course hub: the hero is the first destination after navigation. */
main.qa-topics-page>section:nth-of-type(3) {
  display: none;
}

main.qa-topics-page>.qa-breadcrumb {
  background: #11100f;
  color: rgba(255, 255, 255, .62);
  border: 0;
}

main.qa-topics-page>.qa-breadcrumb a {
  color: #e6c681;
}

main.qa-topics-page>section.qa-topics-hero {
  background: radial-gradient(ellipse at 8% 12%, #3a2c1b, transparent 58%), radial-gradient(ellipse at 92% 85%, #192331, transparent 52%), #11100f;
  margin-top: -1px;
}

main.qa-topics-page>.qa-topic-note {
  display: none;
}

main.qa-topics-page>section:nth-of-type(3) {
  display: block;
  order: 2;
}

/* Master Class hero: screenshot-matched premium two-column composition. */
.qa-master-hero {
  min-height: 720px;
  background: #11100f;
}

.qa-master-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: repeating-linear-gradient(115deg, transparent 0 7px, rgba(240, 195, 109, .2) 7px 8px), radial-gradient(circle at 12% 20%, rgba(211, 162, 85, .22), transparent 38%), radial-gradient(circle at 90% 80%, rgba(35, 55, 76, .42), transparent 42%);
}

.qa-master-hero .container.relative {
  position: relative;
  z-index: 2;
}

.qa-master-hero-grid {
  gap: 58px !important;
}

.qa-master-hero-grid>div:first-child h1 {
  max-width: 900px;
  line-height: .98;
}

.qa-master-hero-grid>div:last-child>div {
  border-radius: 28px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

@media (max-width: 760px) {
  .qa-master-hero {
    min-height: auto;
  }

  .qa-master-hero-grid {
    gap: 34px !important;
  }
}

.qa-master-hero .qa-master-form {
  background: #fff;
  color: #191715;
  border: 1px solid #e9e1d4;
  border-radius: 28px;
  padding: 30px;
}

.qa-master-hero .qa-master-form .qa-kicker {
  color: #9a7135;
}

.qa-master-hero .qa-master-form h2 {
  color: #181614 !important;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.04em;
}

.qa-master-hero .qa-master-form>p {
  color: #77736d;
}

.qa-master-hero .qa-master-form .qa-field label {
  color: #27231e;
}

.qa-master-hero .qa-master-form .qa-field input,
.qa-master-hero .qa-master-form .qa-field textarea,
.qa-master-hero .qa-master-form .qa-field select {
  background: #fff;
  color: #211e1a;
  border: 1px solid #ddd6cc;
  border-radius: 15px;
}

.qa-master-hero .qa-master-form .qa-field input::placeholder,
.qa-master-hero .qa-master-form .qa-field textarea::placeholder {
  color: #9a9ca4;
}

.qa-master-hero .qa-master-form .qa-consent {
  color: #77736d;
}

.qa-master-hero .qa-master-form .qa-demo {
  background: linear-gradient(105deg, #f6d99b, #b37a2e);
  color: #17120c;
  border: 0;
  border-radius: 999px;
  min-height: 54px;
}

.qa-master-hero .qa-master-form .qa-field:nth-of-type(n+4),
.qa-master-hero .qa-master-form .qa-consent {
  display: none;
}

/* Direct selectors keep the Master Class hero treatment active even before enhancement JS runs. */
main>section.qa-master-hero form.qa-enquiry {
  background: #fff !important;
  color: #191715 !important;
  border: 1px solid #e9e1d4 !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
}

main>section.qa-master-hero form.qa-enquiry h2 {
  color: #181614 !important;
}

main>section.qa-master-hero form.qa-enquiry>p {
  color: #77736d !important;
}

main>section.qa-master-hero form.qa-enquiry .qa-kicker {
  color: #9a7135 !important;
}

main>section.qa-master-hero form.qa-enquiry .qa-field label {
  color: #27231e !important;
}

main>section.qa-master-hero form.qa-enquiry input,
main>section.qa-master-hero form.qa-enquiry textarea,
main>section.qa-master-hero form.qa-enquiry select {
  background: #fff !important;
  color: #211e1a !important;
  border: 1px solid #ddd6cc !important;
  border-radius: 15px !important;
}

main>section.qa-master-hero form.qa-enquiry input::placeholder,
main>section.qa-master-hero form.qa-enquiry textarea::placeholder {
  color: #9a9ca4 !important;
}

main>section.qa-master-hero form.qa-enquiry .qa-field:nth-of-type(n+4),
main>section.qa-master-hero form.qa-enquiry .qa-consent {
  display: none !important;
}

main>section.qa-master-hero form.qa-enquiry .qa-demo {
  width: 100% !important;
  min-height: 54px;
  background: linear-gradient(105deg, #f6d99b, #b37a2e) !important;
  color: #17120c !important;
  border-radius: 999px;
}

main>section.qa-master-hero .qa-master-hero-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, .9fr) !important;
  gap: 58px !important;
}

main>section.qa-master-hero .qa-master-hero-grid>div:first-child h1 {
  font-size: clamp(52px, 5.3vw, 82px) !important;
  line-height: .94 !important;
  letter-spacing: -.045em;
  max-width: 820px;
}

main>section.qa-master-hero .qa-master-hero-grid>div:first-child>p {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .66) !important;
}

main>section.qa-master-hero form.qa-enquiry .qa-field input,
main>section.qa-master-hero form.qa-enquiry .qa-field select {
  height: 52px;
  padding: 0 15px;
  font-size: 15px;
}

main>section.qa-master-hero form.qa-enquiry .qa-field textarea {
  min-height: 52px;
  padding: 14px 15px;
  font-size: 15px;
}

main>section.qa-master-hero .qa-countdown-grid>div {
  min-width: 64px;
  padding: 10px 8px;
  border-radius: 12px;
}

main>section.qa-master-hero .qa-countdown-grid strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 1100px) {
  main>section.qa-master-hero .qa-master-hero-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  main>section.qa-master-hero .qa-master-hero-grid>div:first-child h1 {
    font-size: 48px !important;
  }
}

/* One-card form treatment: keep the outer panel, remove the nested white box. */
main>section.qa-master-hero .qa-master-hero-grid>div:last-child>div {
  background: #fff !important;
  border-radius: 28px !important;
  padding: 30px !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28) !important;
}

main>section.qa-master-hero .qa-master-hero-grid>div:last-child form.qa-enquiry {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

main>section.qa-master-hero .qa-master-hero-grid>div:last-child>div>form.qa-enquiry {
  margin: 0 !important;
}

/* Keep the supplied editing image atmospheric rather than overpowering the copy. */
main>section.qa-master-hero .qa-hero-bg img,
main>section.qa-master-hero>div:first-child>img {
  opacity: .22 !important;
}

/* Master Class bottom "Batch Filling Fast" section (#book) form */
#book .rounded-3xl.bg-white {
  background: #ffffff !important;
  border: 1px solid #eee7db;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

#book form.qa-enquiry {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}

#book form.qa-enquiry .qa-field {
  margin-top: 0 !important;
  display: block !important;
}

#book form.qa-enquiry .qa-field:nth-of-type(1) {
  grid-column: 1;
}

#book form.qa-enquiry .qa-field:nth-of-type(2) {
  grid-column: 2;
}

#book form.qa-enquiry .qa-field:nth-of-type(3) {
  grid-column: 1;
}

#book form.qa-enquiry .qa-field:nth-of-type(4) {
  grid-column: 2;
}

#book form.qa-enquiry .qa-field:nth-of-type(5),
#book form.qa-enquiry .qa-consent,
#book form.qa-enquiry .qa-demo,
#book form.qa-enquiry .qa-form-status,
#book form.qa-enquiry noscript {
  grid-column: span 2 !important;
  display: block !important;
}

#book form.qa-enquiry .qa-field label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #26221d !important;
  margin-bottom: 6px !important;
}

#book form.qa-enquiry .qa-field input,
#book form.qa-enquiry .qa-field select {
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  font-size: 14.5px !important;
  color: #1a1714 !important;
  background: #faf8f5 !important;
  border: 1px solid #dcd7ce !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

#book form.qa-enquiry .qa-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
}

#book form.qa-enquiry .qa-field textarea {
  width: 100% !important;
  min-height: 76px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  color: #1a1714 !important;
  background: #faf8f5 !important;
  border: 1px solid #dcd7ce !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  resize: vertical;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

#book form.qa-enquiry .qa-field input:focus,
#book form.qa-enquiry .qa-field select:focus,
#book form.qa-enquiry .qa-field textarea:focus {
  outline: none !important;
  background: #ffffff !important;
  border-color: #d4a755 !important;
  box-shadow: 0 0 0 3px rgba(212, 167, 85, 0.18) !important;
}

#book form.qa-enquiry .qa-field input::placeholder,
#book form.qa-enquiry .qa-field textarea::placeholder {
  color: #9f9a92 !important;
}

#book form.qa-enquiry .qa-consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: #635e56 !important;
  cursor: pointer;
  margin: 4px 0 !important;
}

#book form.qa-enquiry .qa-consent input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  margin-top: 2px !important;
  flex-shrink: 0;
  accent-color: #b8862d;
  cursor: pointer;
}

#book form.qa-enquiry .qa-demo {
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #13100b !important;
  background: linear-gradient(105deg, #f6db9e 0%, #d89f46 55%, #b57c2c 100%) !important;
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 24px rgba(181, 124, 44, 0.28) !important;
  transition: transform .2s, box-shadow .2s, filter .2s;
  margin-top: 6px !important;
}

#book form.qa-enquiry .qa-demo:hover {
  filter: brightness(1.06) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(181, 124, 44, 0.38) !important;
}

#book form.qa-enquiry .qa-demo:active {
  transform: translateY(0) !important;
  filter: brightness(.97) !important;
}

#book form.qa-enquiry .qa-form-status {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #93682d;
  margin-top: 8px;
}

#book form.qa-enquiry .qa-form-status:empty {
  display: none;
}

@media (max-width: 640px) {
  #book form.qa-enquiry {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #book form.qa-enquiry .qa-field:nth-of-type(n),
  #book form.qa-enquiry .qa-consent,
  #book form.qa-enquiry .qa-demo,
  #book form.qa-enquiry .qa-form-status,
  #book form.qa-enquiry noscript {
    grid-column: 1 !important;
  }

  #book .rounded-3xl.bg-white {
    padding: 22px 18px !important;
    border-radius: 22px !important;
  }

  #book .rounded-3xl.bg-white h3 {
    font-size: 24px !important;
  }
}

.qa-heading-gradient {
  background: linear-gradient(135deg, #f5d38e 0%, #d49a42 48%, #f6e0a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.qa-price-original {
  color: rgba(255, 255, 255, .42);
  font-size: 18px;
  font-weight: 500;
  margin-right: 6px;
  align-self: center;
}

.qa-price-save {
  color: #8cf0c0;
  border: 1px solid rgba(36, 190, 128, .46);
  background: rgba(29, 145, 98, .16);
  border-radius: 999px;
  padding: 7px 12px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-self: center;
}

.qa-price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.qa-price-current {
  color: #f0c46d;
  font: 800 clamp(48px, 5vw, 68px)/1 var(--font-heading, inherit);
  letter-spacing: -.04em;
}

.qa-price-row .qa-price-original {
  font-size: 20px;
}

.qa-price-row .qa-price-save {
  margin-left: 0;
  font-size: 14px;
  padding: 9px 15px;
}

.qa-form-status:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.qa-enquiry .qa-demo {
  margin-bottom: 0 !important;
}

.qa-form-proof {
  margin-top: 15px !important;
  padding-top: 0;
  text-align: center;
  width: 100% !important;
  grid-column: 1 / -1 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.qa-proof-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #7a7670;
  font-size: 10.5px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  width: 100%;
}

.qa-proof-safe .qa-proof-icon {
  font-size: 10.5px;
  display: inline-block;
  transform: translateY(-0.5px);
}

.qa-proof-divider {
  border: 0;
  border-top: 1px solid #eee7dc;
  margin: 6px auto !important;
  width: 100%;
  max-width: 240px;
}

.qa-proof-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
}

.qa-proof-avatars-img {
  width: auto;
  height: 16px;
  max-width: 44px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.qa-proof-text {
  font-size: 11px;
  color: #5c564f;
  line-height: 1.15;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.qa-proof-text strong {
  color: #1a1714;
  font-weight: 700;
}

.qa-proof-text .qa-proof-rating {
  color: #8c5d1e;
  font-weight: 700;
}

/* Dark container adaptions (Home Contact Form, Contact Us page, dark sections, popups) */
.home-contact-form .qa-proof-safe,
.qa-contact-page #enquiry .qa-proof-safe,
.qa-contact-page .qa-enquiry .qa-proof-safe,
.qa-contact-enquiry .qa-proof-safe,
#enquiry .qa-proof-safe,
.qa-dark .qa-proof-safe,
[data-theme="dark"] .qa-proof-safe {
  color: rgba(255, 255, 255, 0.75) !important;
}

.home-contact-form .qa-proof-divider,
.qa-contact-page #enquiry .qa-proof-divider,
.qa-contact-page .qa-enquiry .qa-proof-divider,
.qa-contact-enquiry .qa-proof-divider,
#enquiry .qa-proof-divider,
.qa-dark .qa-proof-divider,
[data-theme="dark"] .qa-proof-divider {
  border-top-color: rgba(255, 255, 255, 0.16) !important;
}

.home-contact-form .qa-proof-text,
.qa-contact-page #enquiry .qa-proof-text,
.qa-contact-page .qa-enquiry .qa-proof-text,
.qa-contact-enquiry .qa-proof-text,
#enquiry .qa-proof-text,
.qa-dark .qa-proof-text,
[data-theme="dark"] .qa-proof-text {
  color: rgba(255, 255, 255, 0.85) !important;
}

.home-contact-form .qa-proof-text strong,
.qa-contact-page #enquiry .qa-proof-text strong,
.qa-contact-page .qa-enquiry .qa-proof-text strong,
.qa-contact-enquiry .qa-proof-text strong,
#enquiry .qa-proof-text strong,
.qa-dark .qa-proof-text strong,
[data-theme="dark"] .qa-proof-text strong {
  color: #ffffff !important;
}

.home-contact-form .qa-proof-text .qa-proof-rating,
.qa-contact-page #enquiry .qa-proof-text .qa-proof-rating,
.qa-contact-page .qa-enquiry .qa-proof-text .qa-proof-rating,
.qa-contact-enquiry .qa-proof-text .qa-proof-rating,
#enquiry .qa-proof-text .qa-proof-rating,
.qa-dark .qa-proof-text .qa-proof-rating,
[data-theme="dark"] .qa-proof-text .qa-proof-rating {
  color: #e5b366 !important;
}

.qa-popup-form .qa-form-proof {
  margin-top: 7px;
}

.qa-popup-form .qa-proof-divider {
  margin: 5px auto;
  max-width: 220px;
}

.qa-popup-form .qa-proof-social {
  gap: 6px;
}

.qa-master-hero .qa-form-status:empty {
  display: none;
}

.qa-master-hero .qa-form-proof+* {
  margin-top: 8px !important;
}

.qa-master-hero .qa-form-proof {
  margin-bottom: 0;
}

.qa-master-hero .qa-master-form~* {
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.qa-master-hero .qa-master-form~*:empty {
  display: none !important;
}

/* Home hero: a restrained editorial texture that stays behind the copy and image. */
.qa-home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #11100f;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(211, 162, 85, .18), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(48, 77, 96, .22), transparent 36%),
    linear-gradient(120deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(30deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px, 34px 34px;
}

.qa-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .14;
  background-image: repeating-linear-gradient(115deg, transparent 0 7px, rgba(240, 195, 109, .25) 7px 8px);
  mask-image: linear-gradient(90deg, #000, transparent 88%);
}

.qa-home-hero::after {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  right: -14rem;
  top: -18rem;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 188, 100, .16), transparent 68%);
  filter: blur(8px);
}

/* Keep all four Master Class countdown units on one row on phones. */
@media (max-width: 760px) {
  .qa-master-hero .qa-countdown {
    width: 100%;
    max-width: 300px;
    min-width: 0;
  }

  .qa-master-hero .qa-countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  main>section.relative.bg-ink .qa-countdown-grid>div {
    min-width: 0;
    padding: 10px 4px;
    border-radius: 12px;
  }

  main>section.relative.bg-ink .qa-countdown-grid strong {
    font-size: 26px;
  }

  .qa-master-hero .qa-countdown-grid span {
    font-size: 12px;
    letter-spacing: .04em;
  }
}

/* Required consent must remain visible and keyboard-accessible. */
main>section.relative.bg-ink form.qa-enquiry label.qa-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  color: #59534c;
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0;
}

main>section.relative.bg-ink form.qa-enquiry label.qa-consent input {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  margin-top: 2px;
}

/* ==========================================================================
   Smooth Scroll Reveal & Stagger Animations
   ========================================================================== */
html.qa-animations-active .qa-scroll-reveal:not(.is-revealed) {
  opacity: 0 !important;
  transform: translateY(32px) !important;
}

html.qa-animations-active .qa-scroll-reveal {
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

html.qa-animations-active .qa-scroll-reveal.is-revealed {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html.qa-animations-active .qa-scroll-stagger:not(.is-revealed)>* {
  opacity: 0 !important;
  transform: translateY(28px) !important;
}

html.qa-animations-active .qa-scroll-stagger>* {
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(1) {
  transition-delay: 0.05s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(2) {
  transition-delay: 0.14s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(3) {
  transition-delay: 0.23s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(4) {
  transition-delay: 0.32s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(5) {
  transition-delay: 0.41s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(6) {
  transition-delay: 0.50s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(7) {
  transition-delay: 0.59s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>*:nth-child(8) {
  transition-delay: 0.68s;
}

html.qa-animations-active .qa-scroll-stagger.is-revealed>* {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html.qa-animations-active .qa-scroll-zoom:not(.is-revealed) {
  opacity: 0 !important;
  transform: scale(0.95) translateY(24px) !important;
}

html.qa-animations-active .qa-scroll-zoom {
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

html.qa-animations-active .qa-scroll-zoom.is-revealed {
  opacity: 1 !important;
  transform: scale(1) translateY(0) !important;
}

/* Bi-directional entrance animations (Left & Right) */
html.qa-animations-active .qa-scroll-left:not(.is-revealed) {
  opacity: 0 !important;
  transform: translateX(-56px) !important;
}

html.qa-animations-active .qa-scroll-left {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

html.qa-animations-active .qa-scroll-left.is-revealed {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

html.qa-animations-active .qa-scroll-right:not(.is-revealed) {
  opacity: 0 !important;
  transform: translateX(56px) !important;
}

html.qa-animations-active .qa-scroll-right {
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: opacity, transform;
}

html.qa-animations-active .qa-scroll-right.is-revealed {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@media (max-width: 640px) {
  html.qa-animations-active .qa-scroll-left:not(.is-revealed) {
    transform: translateX(-28px) !important;
  }

  html.qa-animations-active .qa-scroll-right:not(.is-revealed) {
    transform: translateX(28px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  html.qa-animations-active .qa-scroll-reveal,
  html.qa-animations-active .qa-scroll-stagger>*,
  html.qa-animations-active .qa-scroll-zoom,
  html.qa-animations-active .qa-scroll-left,
  html.qa-animations-active .qa-scroll-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ========================================================
   Curriculum / Learning Roadmap styles moved to roadmap.css
   ======================================================== */