:root {
  --bg: #080909;
  --bg2: #0d0f10;
  --card: #111314;
  --card2: #151718;
  --gold: #f5bd25;
  --gold2: #ffd45a;
  --gold3: #9d7210;
  --text: #f7f7f5;
  --muted: #a7aaab;
  --line: #292c2d;
  --danger: #ff6b4a;
  --radius: 18px;
  --max: 1120px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.45
}

button,
input {
  font: inherit
}

a {
  color: inherit;
  text-decoration: none
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin: auto
}

.gold {
  color: var(--gold)
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px
}

.kicker:before {
  content: "↗";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid var(--gold3);
  border-radius: 50%
}

h1,
h2,
h3,
p {
  margin-top: 0
}

h1 {
  font-size: clamp(38px, 9.5vw, 78px);
  line-height: .94;
  letter-spacing: -.045em;
  margin: 18px 0
}

h2 {
  font-size: clamp(28px, 7vw, 46px);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-align: center;
  margin-bottom: 28px
}

h3 {
  font-size: 20px;
  line-height: 1.15
}

p {
  color: var(--muted)
}

.hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 35%, rgba(245, 189, 37, .13), transparent 30%),
    linear-gradient(90deg, #080909 0%, rgba(8, 9, 9, .95) 42%, rgba(8, 9, 9, .42) 100%);
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(245, 189, 37, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 189, 37, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hero-art {
  position: absolute;
  right: -5%;
  top: 0;
  width: 62%;
  height: 100%;
  opacity: .62;
  z-index: 0;
  background:
    radial-gradient(ellipse at 55% 42%, rgba(245, 189, 37, .2), transparent 28%),
    linear-gradient(125deg, transparent 15%, rgba(255, 255, 255, .05) 16%, transparent 17%),
    radial-gradient(ellipse at 62% 55%, #1b1d1d 0 17%, transparent 18%);
}

.hero-art:before,
.hero-art:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(245, 189, 37, .4);
  background: linear-gradient(135deg, #191b1b, #080909);
  box-shadow: 0 0 50px rgba(245, 189, 37, .12)
}

.hero-art:before {
  width: 300px;
  height: 185px;
  right: 14%;
  top: 22%;
  transform: perspective(500px) rotateY(-8deg)
}

.hero-art:after {
  width: 220px;
  height: 150px;
  right: 2%;
  top: 40%;
  transform: perspective(500px) rotateY(-8deg)
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 72px 0 54px;
  max-width: 650px
}

.hero-sub {
  font-size: 18px;
  max-width: 590px;
  color: #e1e2df
}

.gift {
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(10, 11, 11, .38);
  border-radius: 12px;
  padding: 15px 0;
  margin: 24px 0;
  max-width: 610px
}

.gift-icon {
  font-size: 28px
}

.gift b {
  display: block;
  color: #fff
}

.gift span {
  font-size: 13px;
  color: var(--muted)
}

.btn {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 9px;
  background: linear-gradient(180deg, var(--gold2), #e7a911);
  color: #111;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .01em;
  box-shadow: 0 8px 28px rgba(245, 189, 37, .16);
  transition: .2s
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05)
}

.btn.wide {
  width: 100%
}

.hero-note {
  font-size: 12px;
  margin: 13px 0 0;
  color: #8f9394
}

.stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0f10
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.stat {
  padding: 18px 10px;
  text-align: center;
  border-right: 1px solid var(--line)
}

.stat:last-child {
  border: 0
}

.stat strong {
  display: block;
  color: var(--gold);
  font-size: 21px
}

.stat span {
  font-size: 11px;
  color: var(--muted)
}

section {
  padding: 58px 0
}

.dark {
  background: #0b0d0e
}

.ai-section {
  background: #0b0d0e;
  padding: 42px 0
}

.ai-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(245, 189, 37, .28);
  border-radius: 18px;
  background: radial-gradient(circle at 90% 0, rgba(245, 189, 37, .1), transparent 35%), linear-gradient(145deg, #151717, #0e1010)
}

.ai-card:after {
  content: "AI";
  position: absolute;
  right: -15px;
  top: -30px;
  font-size: 145px;
  font-weight: 900;
  color: rgba(245, 189, 37, .035);
  pointer-events: none
}

.ai-label {
  display: inline-block;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 10px
}

.ai-card h2 {
  text-align: left;
  margin-bottom: 14px;
  max-width: 850px
}

.ai-card>p {
  max-width: 780px;
  font-size: 14px
}

.ai-lead {
  color: #ddd !important;
  font-size: 16px !important
}

.ai-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 20px 0
}

.ai-points>div {
  padding: 14px;
  border: 1px solid #303333;
  border-radius: 10px;
  background: rgba(8, 9, 9, .55)
}

.ai-points b {
  display: block;
  color: var(--gold);
  font-size: 13px;
  margin-bottom: 4px
}

.ai-points span {
  display: block;
  color: #999;
  font-size: 12px
}

.ai-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #292c2d
}

.ai-bottom>span {
  font-size: 13px;
  color: #ddd;
  font-weight: 700
}

.ai-bottom .btn {
  width: auto;
  min-height: 48px;
  font-size: 12px
}

.card {
  background: linear-gradient(145deg, #141617, #0f1111);
  border: 1px solid var(--line);
  border-radius: var(--radius)
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.card {
  padding: 22px
}

.icon {
  font-size: 30px;
  color: var(--gold);
  margin-bottom: 12px
}

.card h3 {
  color: var(--gold);
  font-size: 16px;
  text-transform: uppercase
}

.card p {
  font-size: 14px;
  margin-bottom: 0
}

.test-section {
  padding-top: 22px
}

.test {
  padding: 24px
}

.progress {
  height: 5px;
  background: #242727;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 22px
}

.progress i {
  display: block;
  width: 43%;
  height: 100%;
  background: var(--gold)
}

.q {
  font-size: 24px;
  font-weight: 850;
  margin-bottom: 18px
}

.options {
  display: grid;
  gap: 9px
}

.option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #333738;
  border-radius: 10px;
  background: #101212;
  cursor: pointer
}

.option:hover {
  border-color: var(--gold)
}

.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  border-radius: 50%;
  flex: 0 0 auto
}

.option.active {
  border-color: var(--gold);
  background: #171509
}

.option.active .radio {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 4px #101212;
  background: var(--gold)
}

.test-actions {
  margin-top: 18px
}

.test-help {
  text-align: center;
  font-size: 11px;
  color: #777;
  margin: 12px 0 0
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px
}

.process {
  display: grid;
  gap: 10px
}

.step {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #101212
}

.num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-weight: 900;
  flex: 0 0 auto
}

.audience {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden
}

.aud {
  padding: 22px 12px;
  text-align: center;
  border-right: 1px solid var(--line)
}

.aud:last-child {
  border: 0
}

.aud .icon {
  font-size: 25px
}

.aud p {
  font-size: 13px;
  margin: 0
}

.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden
}

.trust .item {
  text-align: center;
  padding: 23px 10px;
  border-right: 1px solid var(--line)
}

.trust .item:last-child {
  border: 0
}

.trust strong {
  display: block;
  color: var(--gold);
  font-size: 27px
}

.trust span {
  font-size: 11px;
  color: var(--muted)
}

.form-wrap {
  max-width: 620px;
  margin: auto
}

.form-card {
  padding: 25px
}

.form-card h2 {
  text-align: left;
  margin-bottom: 10px
}

.input {
  width: 100%;
  height: 54px;
  background: #0b0d0d;
  border: 1px solid #373a3a;
  color: white;
  border-radius: 9px;
  padding: 0 15px;
  outline: none;
  margin-top: 9px
}

.input:focus {
  border-color: var(--gold)
}

.field {
  margin: 13px 0
}

.field label {
  font-size: 13px;
  font-weight: 800
}

.consent {
  font-size: 11px;
  color: #777;
  margin: 13px 0
}

.consent a {
  color: #aaa;
  text-decoration: underline
}

.course {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center
}

.course-cover {
  min-height: 300px;
  border: 1px solid rgba(245, 189, 37, .45);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 30%, rgba(245, 189, 37, .25), transparent 40%), linear-gradient(145deg, #1a1b1a, #090a0a);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px
}

.course-cover strong {
  font-size: 35px;
  color: var(--gold);
  display: block
}

.course-list {
  display: grid;
  gap: 9px
}

.course-list div {
  padding: 13px 14px;
  border-left: 2px solid var(--gold);
  background: #111313;
  font-size: 14px
}

.faq {
  display: grid;
  gap: 8px;
  max-width: 800px;
  margin: auto
}

.faq details {
  background: #141616;
  border: 1px solid #303333;
  border-radius: 9px;
  padding: 15px
}

.faq summary {
  cursor: pointer;
  font-weight: 700
}

.faq p {
  margin: 12px 0 0;
  font-size: 13px
}

.final {
  text-align: center;
  padding: 65px 0 90px;
  background: radial-gradient(circle at 50% 0, rgba(245, 189, 37, .1), transparent 35%), #090a0a
}

.final h2 {
  max-width: 700px;
  margin: 0 auto 12px
}

footer {
  padding: 25px 0 90px;
  color: #666;
  text-align: center;
  font-size: 11px;
  border-top: 1px solid var(--line)
}

.sticky {
  display: none
}

@media(max-width:760px) {
  .ai-section {
    padding: 32px 0
  }

  .ai-card {
    padding: 19px
  }

  .ai-card h2 {
    font-size: 27px
  }

  .ai-points {
    grid-template-columns: 1fr
  }

  .ai-points>div {
    display: flex;
    gap: 10px;
    align-items: center
  }

  .ai-points b {
    min-width: 78px;
    margin: 0
  }

  .ai-bottom {
    display: block
  }

  .ai-bottom>span {
    display: block;
    margin-bottom: 12px
  }

  .ai-bottom .btn {
    width: 100%
  }

  .container {
    width: min(calc(100% - 24px), var(--max))
  }

  .hero {
    min-height: auto;
    background: linear-gradient(180deg, #080909 0%, #080909 70%, #0b0c0c 100%)
  }

  .hero-art {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 235px;
    opacity: .72;
    order: 2;
    margin-top: -20px
  }

  .hero-art:before {
    width: 220px;
    height: 135px;
    right: 20%;
    top: 15%
  }

  .hero-art:after {
    width: 150px;
    height: 105px;
    right: 0;
    top: 42%
  }

  .hero-content {
    padding: 38px 0 25px
  }

  h1 {
    font-size: 46px
  }

  .hero-sub {
    font-size: 16px
  }

  .gift {
    margin: 19px 0
  }

  .btn {
    min-height: 58px;
    width: 100%;
    font-size: 15px
  }

  .stats-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .stat {
    padding: 14px 4px
  }

  .stat strong {
    font-size: 17px
  }

  .stat span {
    font-size: 9px
  }

  section {
    padding: 42px 0
  }

  h2 {
    font-size: 29px;
    margin-bottom: 20px
  }

  .cards,
  .split,
  .course {
    grid-template-columns: 1fr
  }

  .card {
    padding: 19px
  }

  .test {
    padding: 17px
  }

  .q {
    font-size: 20px
  }

  .audience {
    grid-template-columns: 1fr 1fr
  }

  .aud {
    padding: 18px 9px
  }

  .aud:nth-child(2) {
    border-right: 0
  }

  .aud:nth-child(3) {
    border-top: 1px solid var(--line)
  }

  .aud:nth-child(4),
  .aud:nth-child(5) {
    border-top: 1px solid var(--line)
  }

  .aud:nth-child(4) {
    border-right: 0
  }

  .trust {
    grid-template-columns: 1fr 1fr
  }

  .trust .item:nth-child(2) {
    border-right: 0
  }

  .trust .item:nth-child(3),
  .trust .item:nth-child(4) {
    border-top: 1px solid var(--line)
  }

  .trust .item:nth-child(4) {
    border-right: 0
  }

  .course-cover {
    min-height: 230px
  }

  .form-card {
    padding: 20px
  }

  .sticky {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 12px;
    background: rgba(8, 9, 9, .94);
    border-top: 1px solid #3b3218;
    backdrop-filter: blur(10px)
  }

  .sticky .btn {
    min-height: 50px
  }

  footer {
    padding-bottom: 85px
  }
}

@media(min-width:761px) {
  .mobile-only {
    display: none !important
  }
}

.quiz-top {
  display: flex;
  justify-content: space-between;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 9px;
  text-transform: uppercase
}

.question-kicker {
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.q {
  font-size: clamp(20px, 5vw, 27px);
  font-weight: 850;
  line-height: 1.15;
  margin-bottom: 18px
}

.option {
  font-size: 14px;
  line-height: 1.35
}

.result-badge {
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 28px;
  margin-bottom: 16px;
  background: rgba(245, 189, 37, .06)
}

.result-box {
  margin: 20px 0;
  padding: 17px;
  border: 1px solid rgba(245, 189, 37, .45);
  background: rgba(245, 189, 37, .06);
  border-radius: 12px
}

.result-box b {
  display: block;
  color: var(--gold);
  margin-bottom: 5px
}

.result-box span {
  display: block;
  color: #ddd;
  font-size: 13px
}

.result-cta-note {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 18px
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, .78);
  backdrop-filter: blur(8px)
}

.modal.open {
  display: flex
}

.modal-box {
  position: relative;
  width: min(760px, 100%);
  max-height: 88vh;
  overflow: auto;
  padding: 28px;
  background: #111313;
  border: 1px solid #3a3d3d;
  border-radius: 18px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .55)
}

.modal-box h2 {
  text-align: left;
  color: var(--gold);
  font-size: 28px;
  margin-bottom: 18px
}

.modal-box h3 {
  font-size: 16px;
  color: #eee;
  margin: 22px 0 7px
}

.modal-box p,
.modal-box li {
  font-size: 13px;
  color: #aeb1b1
}

.modal-box ul {
  padding-left: 20px
}

.modal-close {
  position: absolute;
  right: 13px;
  top: 11px;
  width: 38px;
  height: 38px;
  border: 1px solid #3b3e3e;
  border-radius: 50%;
  background: #171919;
  color: #fff;
  cursor: pointer;
  font-size: 20px
}

.footer-main {
  font-size: 11px;
  color: #777;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto 12px
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap
}

.footer-links button {
  background: none;
  border: 0;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
  padding: 4px
}

.footer-address {
  font-size: 11px;
  color: #8d9090;
  margin: 0 auto 9px
}

.disclosure {
  font-size: 11px;
  color: #8d9090;
  max-width: 820px;
  margin: 0 auto 12px
}

@media(max-width:760px) {
  .modal {
    padding: 10px
  }

  .modal-box {
    padding: 22px 18px;
    max-height: 92vh;
    border-radius: 14px
  }

  .modal-box h2 {
    font-size: 24px;
    padding-right: 30px
  }
}

/* CTA attention animation: subtle pulse + moving gold highlight */
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  animation: ctaPulse 2.6s ease-in-out infinite;
  box-shadow: 0 0 0 rgba(245, 189, 37, 0);
}

.btn:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .22) 42%, rgba(255, 236, 150, .45) 50%, rgba(255, 255, 255, .12) 58%, transparent 80%);
  transform: translateX(-120%);
  animation: ctaShimmer 3.4s ease-in-out infinite;
  pointer-events: none;
}

.btn:after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, .05), transparent 35%, rgba(255, 255, 255, .08) 65%, transparent);
  opacity: .6;
  pointer-events: none;
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(245, 189, 37, 0)
  }

  50% {
    transform: scale(1.018);
    box-shadow: 0 0 22px rgba(245, 189, 37, .16)
  }
}

@keyframes ctaShimmer {

  0%,
  35% {
    transform: translateX(-120%);
    opacity: 0
  }

  45% {
    opacity: 1
  }

  65%,
  100% {
    transform: translateX(120%);
    opacity: 0
  }
}

/* Don't animate form/utility buttons while typing or interacting */
.btn:active {
  transform: scale(.985)
}

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

  .btn,
  .btn:before {
    animation: none
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.grid-4 .card {
  padding: 20px
}

.grid-4 h3 {
  font-size: 16px;
  margin: 0 0 8px
}

.grid-4 p {
  font-size: 13px;
  color: #aaa;
  margin: 0
}

@media(max-width:760px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr
  }

  .grid-4 .card {
    padding: 16px
  }

  .grid-4 h3 {
    font-size: 14px
  }
}

.course-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 22px
}

.course-cta .btn {
  min-height: 48px;
  width: auto;
  min-width: 190px;
  font-size: 12px
}

.course-cta span {
  font-size: 11px;
  color: #888;
  line-height: 1.4;
  max-width: 250px;
  text-align: center
}

@media(max-width:760px) {
  .course-cta {
    margin-top: 18px
  }

  .course-cta .btn {
    width: 100%;
    margin-bottom: 2px
  }

  .course-cta span {
    display: block;
    text-align: center;
    max-width: none
  }
}

.iti {
  margin-top: 9px;
  display: block;
}

.iti__country-list {
  color: black;
}

.submit-bttn {
  margin-top: 8px;
}

