:root {
  --background: #020413;
  --surface: #050720;
  --surface-2: #070a25;
  --line: #17204b;
  --text: #f4f6fb;
  --muted: #b7bdd0;
  --blue: #2699f7;
  --blue-light: #7fc8ff;
  --container: 1300px;
  --section-space: 120px;
  --card-radius: 18px;
  --card-line: rgb(94 126 190 / 22%);
  --card-surface: linear-gradient(145deg, rgb(10 14 43 / 82%), rgb(3 5 22 / 92%));
  --glow-soft: 0 26px 80px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 3%);
}

* { box-sizing: border-box; }

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  scrollbar-color: #168ff5 #020413;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #020413;
}

::-webkit-scrollbar-thumb {
  min-height: 54px;
  border: 3px solid #020413;
  border-radius: 999px;
  background: linear-gradient(180deg, #52b6ff, #168ff5 52%, #0e68c1);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 0 12px rgb(38 153 247 / 18%);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #83cbff, #2ba3ff 52%, #1379da);
}

::-webkit-scrollbar-corner {
  background: #020413;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.members,
.audience,
.why,
.demand,
.ai-era,
.curriculum,
.tracks,
.testimonials,
.instructor,
.offer,
.bonus,
.certificate,
.faq,
.final-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border: 2px solid #8fd0ff;
  border-radius: 10px;
  background: #071026;
  box-shadow: 0 10px 34px rgb(0 0 0 / 45%);
  color: #fff;
  font: 600 14px/1.2 "Sora", "Poppins", Arial, sans-serif;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform .2s ease;
}

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

:where(a, summary, [tabindex]):focus-visible {
  outline: 3px solid #8fd0ff;
  outline-offset: 4px;
}

main:focus { outline: none; }

.mobile-copy { display: none; }

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

.section {
  position: relative;
  padding: 92px 0;
}

.section-heading h2 {
  margin: 0;
  color: #f1f3fa;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -1.2px;
}

.section-heading h2 strong,
.members h2 strong,
.instructor h2 strong,
.guarantee h2 strong,
.bonus h2 strong {
  background: linear-gradient(90deg, #168ff5, #74bcf8 65%, #e5f3ff);
  background-clip: text;
  color: transparent;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.section-heading--center { text-align: center; }

.eyebrow {
  display: inline-flex;
  min-height: 40px;
  margin: 0 0 14px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #168ce9;
  border-radius: 9px;
  color: #249bf9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow--plain {
  min-height: 0;
  padding: 0;
  border: 0;
}

.eyebrow > svg {
  width: 20px;
  height: auto;
  flex: 0 0 auto;
}

.button {
  display: inline-grid;
  width: min(468px, 100%);
  min-width: 0;
  height: 68px;
  padding: 0 11px 0 24px;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  column-gap: 10px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 12px 40px rgb(38 153 247 / 12%);
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.button > span:first-child {
  min-width: 0;
  text-align: center;
}

.button:hover,
.button:focus-visible {
  background: #4aafff;
  box-shadow: 0 16px 45px rgb(38 153 247 / 28%);
  transform: translateY(-2px);
}

.button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.button__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  justify-self: end;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
}

.button__icon svg { width: 27px; height: auto; }

/* Hero */
.hero {
  position: relative;
  min-height: 1030px;
  overflow: hidden;
}

.hero__art {
  position: absolute;
  inset: 0 0 auto;
  height: 785px;
  background: url("images/dobra-pc.jpg") center top / cover no-repeat;
  background-image: image-set(url("images/dobra-pc.webp") type("image/webp"), url("images/dobra-pc.jpg") type("image/jpeg"));
  pointer-events: none;
}

.hero__art-mobile { display: none; }

.hero__container {
  position: relative;
  z-index: 1;
  width: min(1410px, calc(100% - 80px));
  height: 785px;
  margin-inline: auto;
}

.hero__content { position: absolute; top: 150px; left: 0; }
.hero__logo-picture { display: block; width: fit-content; max-width: 100%; }
.hero__logo { width: 316px; }

.hero__title {
  margin: 36px 0 0;
  color: #f3f4f8;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -1.7px;
}

.hero__title strong {
  background: linear-gradient(90deg, #168cf2, #68b7fa 65%, #e1f1ff);
  background-clip: text;
  color: transparent;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__description {
  margin: 28px 0 0;
  color: #f7f7fa;
  font-size: 18px;
  line-height: 1.48;
}

.button--hero { margin-top: 30px; }

.hero__proof { display: flex; height: 50px; margin-top: 24px; align-items: center; }
.hero__proof > img { width: 232px; }

.hero__lesson-icon {
  display: grid;
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: 22px;
  place-items: center;
}

.hero__lesson-icon::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -12px;
  width: 1px;
  background: rgb(255 255 255 / 22%);
  content: "";
}

.hero__lesson-icon > svg { width: 38px; height: auto; }
.hero__lesson-count { margin-left: 9px; font-size: 14px; font-weight: 500; }
.hero__code-card { position: absolute; top: 535px; left: 762px; width: 351px; animation: hero-code-float 4s ease-in-out infinite; }

@keyframes hero-code-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.companies { position: relative; z-index: 2; text-align: center; }
.companies__title { margin: 14px 0 0; font-size: 24px; font-weight: 400; line-height: 1.15; }
.companies__title strong { color: var(--blue); font-weight: 600; }
.companies > p { margin: 2px 0 0; color: #777a85; font-size: 24px; }

.companies__viewport {
  margin-top: 31px;
  overflow: hidden;
  opacity: .44;
  mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}

.companies__track { display: flex; width: max-content; animation: logos-scroll 28s linear infinite; }
.companies__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 82px;
  padding: 0 65px;
}
.company-logo { flex: 0 0 auto; filter: brightness(.85); }
.company-logo--tesla { width: 128px; }
.company-logo--microsoft { width: 134px; }
.company-logo--amazon { width: 137px; }
.company-logo--google { width: 132px; }
.company-logo--uber { width: 107px; }
@keyframes logos-scroll { to { transform: translateX(-20%); } }

/* Benefits */
.benefits { padding-top: 44px; }
.benefits .eyebrow { min-width: 340px; min-height: 55px; font-size: 19px; }
.benefits .section-heading h2 { margin-top: 0; font-size: 38px; }

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

.benefit-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgb(8 11 37 / 90%), rgb(3 5 22 / 80%));
  transition: transform .18s ease, border-color .18s ease;
}

.benefit-card__icon { display: block; width: auto; max-width: 52px; height: 48px; }
.benefit-card h3 {
  display: inline-block;
  margin: 23px 0 0;
  background: linear-gradient(90deg, #f2f5ff 0%, #c5dcf8 48%, #78baf6 100%);
  background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.7px;
  line-height: 1.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-card h3 strong {
  color: inherit;
  font-weight: inherit;
  -webkit-text-fill-color: inherit;
}
.benefit-card p { margin: 15px 0 0; color: #e1e4ec; font-size: 15px; line-height: 1.52; }

/* Members */
.members { padding-top: 104px; text-align: center; }
.members::before { position: absolute; inset: 8% 0 0; background: radial-gradient(circle at 73% 43%, rgb(30 87 179 / 10%), transparent 28%); content: ""; pointer-events: none; }
.members__grid { display: grid; align-items: center; grid-template-columns: .84fr 1.16fr; gap: 78px; text-align: left; }
.members__copy h2 { margin: 0; font-size: 38px; font-weight: 400; letter-spacing: -1.1px; }
.members__copy p { margin: 20px 0 0; color: #d6d9e4; font-size: 17px; line-height: 1.65; }

.video-frame {
  overflow: hidden;
  border: 1px solid #22326c;
  border-radius: 13px;
  background: #080d26;
  box-shadow: 0 24px 70px rgb(0 0 0 / 25%), 0 0 65px rgb(22 113 224 / 8%);
}

.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.members > .button { margin: 50px auto 0; }

/* Audience */
.audience { padding-top: 114px; }
.audience__grid { display: grid; margin-top: 31px; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.audience-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #04061b;
}

.audience-card__title { display: flex; align-items: center; gap: 13px; }
.audience-card__title svg { width: 27px; height: 27px; flex: 0 0 auto; }
.audience-card h3 { margin: 0; font-size: 23px; font-weight: 400; }
.audience-card img { width: 100%; margin-top: 17px; border-radius: 8px; }
.audience-card p { margin: 17px 0 5px; color: #d8dbe5; font-size: 14px; line-height: 1.55; }

/* Why */
.why { padding: 0 10px; font-family: "Sora", sans-serif; }
.why__grid { display: grid; width: min(1440px, 100%); min-height: 618px; align-items: stretch; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.why__content { display: flex; min-height: 598px; padding: 10px; flex-direction: column; justify-content: center; }
.why__content .section-heading h2 { font-size: 38px; line-height: 1; letter-spacing: 0; }

.python-orbit { position: relative; width: 100%; min-height: 598px; }
.python-orbit__constellation,
.python-orbit__logo { position: absolute; top: 50%; left: 50%; }
.python-orbit__constellation { z-index: 1; width: min(800px, 100%); animation: python-constellation-spin 10s linear infinite; }
.python-orbit__logo { z-index: 2; width: 361px; filter: drop-shadow(0 0 35px rgb(20 121 237 / 28%)); transform: translate(-50%, -50%) scale(.8); }

@keyframes python-constellation-spin {
  from { transform: translate(-50%, -50%) rotate(0deg) scale(1.2); }
  to { transform: translate(-50%, -50%) rotate(360deg) scale(1.2); }
}

.reason-list { display: grid; margin-top: 20px; gap: 20px; }
.reason { display: grid; min-height: 160px; grid-template-columns: 56px minmax(0, 1fr); gap: 0; }
.reason > span { display: flex; padding: 10px; align-items: flex-start; }
.reason > span img { width: 37px; max-width: none; transform: translate(-15px, -15px); }
.reason > div { min-height: 160px; padding: 20px; border: 1px solid #44568e; border-radius: 12px; background: linear-gradient(44deg, #03031b 0%, #05051b 100%); }
.reason h3 { margin: 0; background: linear-gradient(50deg, #fcfcfd, #0e7be4); background-clip: text; color: transparent; font-size: 30px; font-weight: 400; line-height: 1; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.reason p { margin: 20px 0 0; color: #ededed; font-size: 18px; line-height: 1.5; }

/* Demand */
.demand { padding-top: 86px; }
.demand__grid { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: 95px; }
.demand .section-heading > p { max-width: 615px; }
.demand__image { width: 100%; margin-top: 28px; border-radius: 8px; }
.salary { padding-top: 40px; }
.salary__note { margin: 0 0 31px; color: #d5d9e4; font-size: 16px; }

.salary__row {
  position: relative;
  width: 100%;
  height: 51px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
}

.salary__bar {
  display: flex;
  width: 0;
  height: 100%;
  padding: 0 20px;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  transition: width 1.65s cubic-bezier(.2, .8, .2, 1);
  will-change: width;
}

.salary.is-visible .salary__bar { width: var(--progress); }
.salary__row--junior .salary__bar { background-image: linear-gradient(90deg, #42525e, rgb(66 82 94 / 58%) 58%, rgb(2 4 19 / 0)); }
.salary__row--pleno .salary__bar { background-image: linear-gradient(90deg, #7090bf, rgb(76 104 151 / 58%) 58%, rgb(2 4 19 / 0)); }
.salary__row--senior .salary__bar { background-image: linear-gradient(90deg, #0082ff, rgb(4 91 173 / 62%) 58%, rgb(2 4 19 / 0)); }
.salary__bar span, .salary__bar strong { font-size: 22px; }

/* Python in the AI era */
.ai-era { padding-top: 150px; }
.ai-era__grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 105px; }

.ai-era__visual {
  position: relative;
  width: min(100%, 530px);
  aspect-ratio: 4 / 5;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgb(73 164 255 / 42%);
  border-radius: 24px;
  background: #050719;
  box-shadow: 0 34px 100px rgb(0 0 0 / 34%), 0 0 80px rgb(22 129 240 / 9%);
}

.ai-era__visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgb(1 3 15 / 38%) 72%, rgb(1 3 15 / 96%));
  content: "";
  pointer-events: none;
}

.ai-era__media { display: block; width: 100%; height: 100%; }
.ai-era__media > img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.88) contrast(1.04); transition: transform .8s cubic-bezier(.2, .72, .2, 1), filter .5s ease; }
.ai-era__image-note { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; }
.ai-era__image-note > span { color: #49afff; font-size: 12px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.ai-era__image-note strong { display: block; margin-top: 8px; color: #fff; font: 600 25px/1.2 "Sora", sans-serif; }
.ai-era__image-note p { margin: 8px 0 0; color: #b8c3d7; font-size: 14px; }

.ai-era__label { display: flex; margin: 0 0 18px; align-items: center; gap: 11px; color: #3aa6ff; font-size: 13px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.ai-era__label > span { width: 7px; height: 7px; border-radius: 50%; background: #168ff5; box-shadow: 0 0 13px #168ff5; }
.ai-era .section-heading h2 { font-size: 52px; line-height: 1.06; letter-spacing: -1.45px; }
.ai-era .section-heading > p { max-width: 570px; margin-top: 22px; color: #b9c1d2; font-size: 17px; line-height: 1.65; }
.ai-era__list { margin-top: 30px; }

.ai-era__item {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  border-top: 1px solid rgb(60 84 139 / 28%);
}

.ai-era__item:last-child { border-bottom: 1px solid rgb(60 84 139 / 28%); }
.ai-era__item > span { padding-top: 3px; color: #168ff5; font: 650 12px/1 "Sora", sans-serif; letter-spacing: .08em; }
.ai-era__item h3 { margin: 0; color: #eef4ff; font-size: 20px; font-weight: 550; }
.ai-era__item p { margin: 7px 0 0; color: #9fa9bd; font-size: 14px; line-height: 1.55; }

/* Curriculum */
.curriculum { padding-top: 120px; }
.curriculum__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.learning-list { margin: 32px 0 34px; padding: 0; list-style: none; }
.learning-list li { display: flex; margin-top: 17px; align-items: center; gap: 13px; color: #eff2f8; font-size: 17px; }
.inline-sparkle { width: 14px; height: auto; flex: 0 0 auto; }

.modules details,
.faq__list details { overflow: clip; border-bottom: 1px solid #18224a; }

.modules summary,
.faq__list summary {
  position: relative;
  padding: 17px 48px 17px 0;
  color: #e9ebf3;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
}

.modules summary::-webkit-details-marker,
.faq__list summary::-webkit-details-marker { display: none; }
.accordion-icon { position: absolute; top: 50%; right: 3px; width: 16px; height: 16px; transform: translateY(-50%) rotate(0deg); transform-origin: 50% 50%; transition: transform 360ms cubic-bezier(.2, .72, .2, 1), filter 360ms ease; }
details.is-expanded > summary .accordion-icon { filter: drop-shadow(0 0 8px rgb(16 138 255 / 30%)); transform: translateY(-50%) rotate(180deg); }
.modules details > .accordion-answer,
.faq__list details > .accordion-answer {
  margin: -3px 48px 17px 18px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(.2, .72, .2, 1);
  will-change: opacity, transform;
}

.modules details.is-expanded > .accordion-answer,
.faq__list details.is-expanded > .accordion-answer {
  opacity: 1;
  transform: translateX(0);
  animation: accordion-answer-in 360ms cubic-bezier(.2, .72, .2, 1);
}

.accordion-answer > p { margin: 0; color: #9ea6bb; font-size: 14px; line-height: 1.65; }
.accordion-answer > p + p { margin-top: 13px; }
.accordion-answer,
.accordion-answer p,
.accordion-answer li,
.accordion-answer a {
  min-width: 0;
  overflow-wrap: anywhere;
}
.accordion-answer a { color: #54b7ff; text-underline-offset: 3px; }

.module-lessons,
.faq-points { display: grid; margin: 17px 0 0; padding: 0; gap: 8px; list-style: none; }

.module-lessons li,
.faq-points li {
  position: relative;
  padding-left: 18px;
  color: #c1c8d8;
  font-size: 13px;
  line-height: 1.55;
}

.module-lessons li::before,
.faq-points li::before {
  position: absolute;
  top: .65em;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #168ff5;
  box-shadow: 0 0 8px rgb(22 143 245 / 42%);
  content: "";
}

.faq-points strong { color: #e8edf7; font-weight: 600; }

@keyframes accordion-answer-in {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Tracks */
.tracks { padding: 118px 0 0; }
.tracks__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.tracks__heading > p { max-width: 720px; margin: 0; color: #afb6c8; font-size: 15px; line-height: 1.55; }

.loop-slider {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.loop-slider:focus-visible { outline: 2px solid #2699f7; outline-offset: 4px; }
.loop-slider.is-dragging { cursor: grabbing; }
.loop-slider__track { display: flex; width: max-content; will-change: transform; }
.loop-slider__track picture { display: block; flex: 0 0 auto; }
.loop-slider__track img { flex: 0 0 auto; pointer-events: none; user-select: none; -webkit-user-drag: none; }

.tracks__rail {
  width: 100%;
  margin-top: 32px;
  border: 0;
  background: transparent;
}

.tracks__track { gap: 20px; }
.tracks__track > picture { width: calc((100vw - 100px) / 6); }
.tracks__track > picture > img { width: 100%; aspect-ratio: 740 / 1040; object-fit: cover; }

/* Testimonials */
.testimonials { padding-top: 138px; }
.testimonials__heading {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(250px, .75fr) minmax(0, 1.65fr);
  gap: clamp(44px, 5vw, 84px);
}
.testimonials__heading > .eyebrow { width: 100%; min-height: 76px; margin: 0; font-size: 20px; }
.testimonials__copy h2 { font-size: clamp(36px, 3vw, 44px); }
.testimonials__copy > p { max-width: 850px; margin: 18px 0 0; color: #eef1f7; font-size: 17px; line-height: 1.55; }
.testimonials__viewport { margin-top: 35px; }
.testimonials__viewport--second { margin-top: 18px; }
.testimonials__track { gap: 20px; }
.testimonials__track img { width: calc((100vw - 80px) / 5); border-radius: 9px; }

/* Instructor */
.instructor { padding: 160px 10px 92px; overflow: hidden; font-family: "Sora", sans-serif; }
.instructor__card { display: grid; width: min(1200px, 100%); align-items: start; grid-template-columns: repeat(2, 600px); gap: 0; }
.instructor__portrait { position: relative; width: 600px; min-height: 511px; padding: 10px; }
.instructor__photo { width: 430px; border-radius: 12px; }
.instructor__seal { position: absolute; z-index: 2; top: 161px; left: 390px; width: 180px; animation: instructor-seal-spin 7s linear infinite; }

@keyframes instructor-seal-spin {
  to { transform: rotate(360deg); }
}

.instructor__content { width: 600px; padding: 10px; }
.instructor__content h2 { margin: 0; font-size: 48px; font-weight: 400; letter-spacing: -1.5px; }
.instructor__content > p:not(.eyebrow) { max-width: 580px; margin: 25px 0 0; color: #ededed; font-size: 18px; line-height: 1.5; }
.instructor__content ul { margin: 35px 0 0; padding: 0; list-style: none; }
.instructor__content li { display: flex; min-height: 48px; margin-top: 14px; align-items: center; gap: 12px; color: #fefefe; font-size: 18px; }
.inline-arrow { width: 16px; height: 16px; flex: 0 0 auto; }
.instructor__content li strong { color: #53b3fb; font-weight: 600; }

/* Offer */
.offer { overflow: hidden; padding-top: 160px; }

.offer::before {
  position: absolute;
  inset: 10% 8%;
  background:
    radial-gradient(circle at 28% 52%, rgb(24 128 239 / 8%), transparent 34%),
    radial-gradient(circle at 76% 50%, rgb(24 128 239 / 7%), transparent 36%);
  content: "";
  filter: blur(22px);
  pointer-events: none;
}

.offer__grid {
  display: grid;
  position: relative;
  z-index: 1;
  align-items: center;
  grid-template-columns: minmax(420px, .9fr) minmax(500px, 1.1fr);
  gap: clamp(56px, 5.5vw, 82px);
}

.price-card {
  width: 100%;
  max-width: 520px;
  padding: 42px 45px 37px;
  justify-self: end;
  border: 1px solid #245292;
  border-radius: 12px;
  background: linear-gradient(150deg, #0b0c31, #03051b 65%);
  box-shadow: 0 30px 80px rgb(0 0 0 / 28%);
  text-align: center;
}

.price-card__logo { width: 310px; margin: 0 auto 30px; }
.price-card ul { width: max-content; margin: 0 auto 29px; padding: 0; text-align: left; list-style: none; }
.price-card li { display: flex; margin-top: 12px; align-items: center; gap: 11px; color: #d6dbea; font-size: 15px; }
.price-card > p { margin: 0; color: #d7dbea; font-size: 16px; }
.price-card__price { display: block; margin-top: 2px; color: #38aaff; font-size: 64px; line-height: 1.05; letter-spacing: -2px; }
.price-card > small { display: block; margin-top: 5px; color: #d5d9e5; font-size: 13px; }
.price-card .button { margin-top: 25px; }
.price-card__secure { width: 205px; margin: 17px auto 0; opacity: .8; }

.guarantee { display: flex; min-height: 680px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.guarantee__copy { width: 100%; max-width: 620px; margin-inline: auto; }
.guarantee h2 { margin: 0; font-size: 52px; font-weight: 400; letter-spacing: -1.3px; }
.guarantee p { margin: 24px auto 0; color: #f0f1f6; font-size: 18px; line-height: 1.55; }

.guarantee__seal {
  position: relative;
  width: 520px;
  height: 520px;
  margin: 12px auto -24px;
  filter: drop-shadow(0 0 40px rgb(31 122 223 / 13%));
}

.guarantee__seal img { position: absolute; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%); }
.guarantee__seal-core { z-index: 2; width: 80%; }
.guarantee__seal-ring { z-index: 3; width: 90%; animation: guarantee-spin 7s linear infinite; }

@keyframes guarantee-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Bonus */
.bonus { padding-top: 140px; }
.bonus__grid { display: grid; align-items: center; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.bonus h2 { margin: 0; font-size: 39px; font-weight: 400; letter-spacing: -1.1px; }
.bonus__content > p:not(.eyebrow) { margin: 20px 0 0; color: #c9ceda; font-size: 16px; line-height: 1.7; }
.bonus__grid > img { width: 100%; }

/* Certificate */
.certificate {
  min-height: 1208px;
  padding: 160px 0 200px;
  overflow: hidden;
  background: url("images/bg-fundo-certificadov3.jpg") center bottom / contain no-repeat;
  background-image: image-set(url("images/bg-fundo-certificadov3.webp") type("image/webp"), url("images/bg-fundo-certificadov3.jpg") type("image/jpeg"));
  font-family: "Sora", sans-serif;
}

.certificate__stage { position: relative; width: 100%; perspective: 1200px; }

.certificate__card {
  display: flex;
  width: min(1400px, 100%);
  height: 428px;
  margin: 0 auto;
  padding: 10px;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid rgb(16 138 255 / 22%);
  border-radius: 12px;
  background: #040616;
}

.certificate .section-heading { width: min(750px, 100%); margin-top: 50px; padding: 10px; }
.certificate .section-heading h2 {
  background: linear-gradient(50deg, #fcfcfd, #0e7be4);
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.certificate .section-heading h2 strong { background: none; color: inherit; font-weight: inherit; -webkit-text-fill-color: inherit; }
.certificate .section-heading p { max-width: 750px; margin: 25px auto 0; color: #ededed; font-size: 18px; line-height: 1.5; }
.certificate__tilt {
  --glow-x: 50%;
  --glow-y: 50%;
  position: relative;
  z-index: 2;
  width: 900px;
  margin: -180px auto 0;
  border-radius: 12px;
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform .52s cubic-bezier(.2, .72, .2, 1);
  will-change: transform;
}
.certificate__tilt.is-tilting { transition: none; }
.certificate__tilt::after {
  position: absolute;
  z-index: 3;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgb(117 186 255 / 20%), transparent 31%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateZ(42px);
  transition: opacity .25s ease;
}
.certificate__tilt.is-tilting::after { opacity: 1; }
.certificate__tilt img { width: 100%; filter: drop-shadow(0 38px 48px rgb(0 0 0 / 42%)); transform: translateZ(38px); }

/* FAQ */
.faq { padding-top: 135px; }
.faq .section-heading > p:last-child { margin-top: 12px; }
.faq__list { width: min(950px, calc(100% - 96px)); margin-top: 36px; }
.faq__list summary { padding-block: 20px; font-size: 16px; }
.faq__list details p { font-size: 15px; }

/* Final CTA */
.final-cta {
  position: relative;
  isolation: isolate;
  min-height: 800px;
  margin-top: 120px;
  padding: 80px 0 42px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 70%, rgb(19 104 230 / 12%), transparent 48%),
    #020413;
  font-family: "Sora", sans-serif;
}

.final-cta__card {
  display: grid;
  width: min(1440px, calc(100% - 80px));
  min-height: 430px;
  margin: 0 auto;
  padding: 40px;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #108aff;
  border-radius: 12px;
  background: linear-gradient(42deg, #070716 0%, #111131 100%);
  box-shadow: 0 0 75px rgb(16 138 255 / 8%);
}

.final-cta__copy { padding: 20px; }
.final-cta__logo { display: block; width: 50%; min-width: 310px; max-width: 350px; }
.final-cta__logo > img { width: 100%; }
.final-cta__copy h2 { margin: 32px 0 0; color: #fefefe; font-size: 54px; font-weight: 400; line-height: 1.06; letter-spacing: -1.4px; }
.final-cta__copy h2 span { background: linear-gradient(90deg, #158ef5 0%, #79bcf8 62%, #e7f4ff 100%); background-clip: text; color: transparent; font-weight: 600; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.final-cta__copy p { max-width: 650px; margin: 25px 0 0; color: #ededed; font-size: 18px; line-height: 1.55; }
.final-cta__price { text-align: center; }
.final-cta__price > p { margin: 0 0 5px; color: #fefefe; font-size: 24px; font-weight: 500; }
.final-cta__price > strong { display: block; margin: 0; color: #2196f3; font-size: 82px; font-weight: 700; line-height: 1.1; letter-spacing: -1px; }
.final-cta__price > small { display: block; margin-top: 5px; color: #e0e0e0; font-size: 20px; }
.final-cta__price .button { margin-top: 28px; }
.final-cta__price > img { width: 180px; margin: 15px auto 0; opacity: .82; }

.final-cta__footer {
  display: flex;
  width: min(1440px, calc(100% - 80px));
  margin: 35px auto 0;
  padding-top: 35px;
  justify-content: space-between;
  border-top: 1px solid #929292;
  color: #d9d9d9;
  font-size: 14px;
}

.final-cta__footer a { color: inherit; text-decoration: none; }
.final-cta__footer a:hover, .final-cta__footer a:focus-visible { color: #fff; }

/* Desktop exit intent */
.exit-intent {
  width: min(680px, calc(100vw - 64px));
  max-height: calc(100vh - 48px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgb(38 153 247 / 58%);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgb(38 153 247 / 18%), transparent 42%),
    linear-gradient(150deg, #0b0d31 0%, #04061d 70%, #020413 100%);
  box-shadow: 0 38px 120px rgb(0 0 0 / 68%), 0 0 72px rgb(38 153 247 / 14%), inset 0 1px 0 rgb(255 255 255 / 6%);
  color: #f5f7fc;
  font-family: "Sora", "Poppins", Arial, sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #168ff5 #05071d;
}

.exit-intent[open] { animation: exit-intent-in 360ms cubic-bezier(.2, .72, .2, 1) both; }

.exit-intent::backdrop {
  background: rgb(0 2 14 / 82%);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: exit-intent-backdrop-in 260ms ease both;
}

.exit-intent__inner {
  position: relative;
  padding: 42px 54px 36px;
  text-align: center;
}

.exit-intent__close {
  display: grid;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(91 171 244 / 30%);
  border-radius: 50%;
  background: rgb(7 18 47 / 78%);
  color: #dcecff;
  cursor: pointer;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.exit-intent__close > span {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}

.exit-intent__close > span::before,
.exit-intent__close > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.exit-intent__close > span::before { transform: translate(-50%, -50%) rotate(45deg); }
.exit-intent__close > span::after { transform: translate(-50%, -50%) rotate(-45deg); }

.exit-intent__close:hover,
.exit-intent__close:focus-visible {
  border-color: #44aaff;
  background: rgb(16 83 153 / 42%);
  color: #fff;
  transform: rotate(7deg);
}

.exit-intent__close:focus-visible,
.exit-intent__continue:focus-visible { outline: 2px solid #8fd0ff; outline-offset: 3px; }

.exit-intent__eyebrow {
  width: fit-content;
  margin: 0 auto 15px;
  color: #3fa8ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.exit-intent h2 {
  max-width: 560px;
  margin: 0 auto;
  color: #f5f7fc;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.8px;
  text-wrap: balance;
}

.exit-intent h2 strong {
  background: linear-gradient(90deg, #168ff5, #78c0ff 70%, #dbeeff);
  background-clip: text;
  color: transparent;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.exit-intent__inner > p:not(.exit-intent__eyebrow) {
  max-width: 560px;
  margin: 18px auto 0;
  color: #bcc4d7;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}

.exit-intent__benefits {
  display: grid;
  width: fit-content;
  margin: 23px auto 0;
  padding: 0;
  grid-template-columns: repeat(2, max-content);
  gap: 10px 30px;
  color: #e6eaf4;
  font-size: 14px;
  text-align: left;
  list-style: none;
}

.exit-intent__benefits li { display: flex; align-items: center; gap: 9px; }
.exit-intent__benefits li::before { color: #2699f7; content: "✦"; font-size: 12px; }

.exit-intent__offer { margin-top: 25px; }
.exit-intent__offer span { display: block; color: #e7eaf2; font-size: 15px; }
.exit-intent__offer strong { display: block; margin-top: 2px; color: #2699f7; font-size: 58px; line-height: 1.05; letter-spacing: -1.7px; }
.exit-intent__offer small { display: block; margin-top: 3px; color: #b9c1d3; font-size: 13px; }
.exit-intent__checkout { margin-top: 22px; }

.exit-intent__continue {
  margin-top: 18px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: #9ba6bc;
  font: 500 13px/1.3 "Sora", "Poppins", Arial, sans-serif;
  text-decoration: underline;
  text-decoration-color: rgb(155 166 188 / 45%);
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 200ms ease;
}

.exit-intent__continue:hover,
.exit-intent__continue:focus-visible { color: #fff; }

html.has-exit-intent-open { overflow: hidden; }

@keyframes exit-intent-in {
  from { opacity: 0; transform: translateY(18px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes exit-intent-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1023.98px), (hover: none), (pointer: coarse) {
  .exit-intent { display: none; }
}

/* WhatsApp */
body .whatsapp-widget {
  --whatsapp-color: #25d366;
  --whatsapp-dark: #128c4b;
  display: block;
  position: fixed;
  z-index: 9500;
  right: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  color: #30343b;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.45;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(.9);
  visibility: hidden;
}

body .whatsapp-widget.is-ready {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
  transition: opacity 320ms ease, transform 420ms cubic-bezier(.18, .89, .32, 1.18), visibility 0s;
}

.whatsapp-widget__controls {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.whatsapp-widget__launcher {
  display: grid;
  position: relative;
  width: 62px;
  height: 62px;
  padding: 14px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--whatsapp-color);
  box-shadow: 0 12px 34px rgb(0 0 0 / 34%), 0 0 0 1px rgb(255 255 255 / 8%) inset;
  color: #fff;
  cursor: pointer;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.whatsapp-widget__launcher::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.whatsapp-widget__launcher svg,
.whatsapp-widget__brand-icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.whatsapp-widget__launcher:hover {
  background: #2adb70;
  box-shadow: 0 15px 38px rgb(0 0 0 / 40%), 0 0 24px rgb(37 211 102 / 22%);
  transform: translateY(-2px);
}

.whatsapp-widget__launcher:focus-visible,
.whatsapp-widget__close:focus-visible,
.whatsapp-widget__open:focus-visible {
  outline: 3px solid #dfffea;
  outline-offset: 3px;
}

.whatsapp-widget__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  width: max-content;
  max-width: 240px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
  color: #4b4d52;
  font-size: 15px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.whatsapp-widget__tooltip::after {
  position: absolute;
  top: 50%;
  right: -8px;
  border-width: 7px 0 7px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
  transform: translateY(-50%);
}

.whatsapp-widget:not(.is-open) .whatsapp-widget__controls:hover .whatsapp-widget__tooltip,
.whatsapp-widget:not(.is-open) .whatsapp-widget__controls:focus-within .whatsapp-widget__tooltip,
.whatsapp-widget.is-teaser-visible:not(.is-open) .whatsapp-widget__tooltip {
  opacity: 1;
  transform: translateX(0);
}

.whatsapp-widget__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 16px);
  width: min(390px, calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  overflow: hidden;
  border: 1px solid rgb(37 211 102 / 22%);
  border-radius: 28px;
  background: #f3fbf6;
  box-shadow: 0 26px 70px rgb(0 0 0 / 45%), 0 0 38px rgb(37 211 102 / 9%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(.975);
  transform-origin: right bottom;
  visibility: hidden;
  transition: opacity 260ms ease, transform 320ms cubic-bezier(.2, .72, .2, 1), visibility 0s linear 320ms;
}

.whatsapp-widget.is-open .whatsapp-widget__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
  transition-delay: 0s;
}

.whatsapp-widget__header {
  display: flex;
  min-height: 78px;
  padding: 15px 18px 15px 24px;
  align-items: center;
  justify-content: space-between;
  background: var(--whatsapp-color);
  color: #fff;
}

.whatsapp-widget__brand {
  display: flex;
  align-items: center;
  gap: 9px;
}

.whatsapp-widget__brand-icon { width: 31px; height: 31px; }
.whatsapp-widget__brand strong { font-size: 20px; font-weight: 600; }

.whatsapp-widget__close {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgb(0 104 55 / 48%);
  color: #fff;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease;
}

.whatsapp-widget__close > span {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
}

.whatsapp-widget__close > span::before,
.whatsapp-widget__close > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.whatsapp-widget__close > span::before { transform: translate(-50%, -50%) rotate(45deg); }
.whatsapp-widget__close > span::after { transform: translate(-50%, -50%) rotate(-45deg); }
.whatsapp-widget__close:hover { background: rgb(0 91 48 / 68%); transform: rotate(6deg); }

.whatsapp-widget__body {
  padding: 24px 22px 16px;
  background:
    radial-gradient(circle at 12% 8%, rgb(37 211 102 / 8%), transparent 38%),
    #f4fbf7;
}

.whatsapp-widget__message {
  position: relative;
  margin: 0 0 28px 10px;
  padding: 18px 22px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(20 56 34 / 18%);
  color: #3c3e43;
  font-size: 16px;
  line-height: 1.55;
}

.whatsapp-widget__message::before {
  position: absolute;
  bottom: 3px;
  left: -17px;
  width: 25px;
  height: 24px;
  background: #fff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  filter: drop-shadow(-2px 3px 2px rgb(20 56 34 / 8%));
}

.whatsapp-widget__open {
  display: flex;
  width: fit-content;
  min-width: 236px;
  min-height: 58px;
  margin-left: auto;
  padding: 8px 12px 8px 25px;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  border-radius: 999px;
  background: var(--whatsapp-color);
  box-shadow: 0 4px 10px rgb(14 128 63 / 25%);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.whatsapp-widget__open:hover {
  background: #20c961;
  box-shadow: 0 7px 18px rgb(14 128 63 / 31%);
  transform: translateY(-2px);
}

.whatsapp-widget__open svg {
  width: 43px;
  height: 43px;
  overflow: visible;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 18px;
}

.whatsapp-widget__send-chat { opacity: 0; }

@media (max-width: 767.98px) {
  .whatsapp-widget {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }

  .whatsapp-widget__launcher { width: 58px; height: 58px; padding: 13px; }
  .whatsapp-widget__tooltip { display: none; }

  .whatsapp-widget__panel {
    width: min(390px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    max-height: min(470px, calc(100dvh - 100px));
    border-radius: 24px;
  }

  .whatsapp-widget__header { min-height: 68px; padding: 12px 13px 12px 19px; }
  .whatsapp-widget__brand-icon { width: 28px; height: 28px; }
  .whatsapp-widget__brand strong { font-size: 18px; }
  .whatsapp-widget__close { width: 40px; height: 40px; }
  .whatsapp-widget__body { padding: 20px 16px 14px; }
  .whatsapp-widget__message { margin: 0 4px 22px 10px; padding: 16px 18px; font-size: 15px; }
  .whatsapp-widget__open { min-width: min(236px, 100%); min-height: 54px; padding-left: 21px; font-size: 16px; }
  .whatsapp-widget__open svg { width: 39px; height: 39px; }
}

@media (max-width: 767.98px) {
  :root { --container: 100%; }

  body {
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  main,
  header,
  section { max-width: 100%; }

  .desktop-copy { display: none !important; }
  .mobile-copy { display: block; }
  .mobile-copy--inline { display: inline; }

  .container { width: calc(100% - 40px); }
  .section { padding: 56px 0; }

  .section-heading h2 {
    font-size: clamp(30px, 6.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -.7px;
  }

  .section-heading > p:not(.eyebrow) { margin-top: 16px; font-size: 18px; line-height: 1.5; }

  .eyebrow {
    min-height: 52px;
    margin-bottom: 16px;
    padding-inline: 22px;
    border-radius: 9px;
    font-size: 16px;
    letter-spacing: .35px;
  }

  .eyebrow > svg { width: 19px; }

  .button {
    width: min(425px, 100%);
    height: clamp(64px, 12vw, 72px);
    padding: 0 10px 0 clamp(18px, 5vw, 28px);
    font-size: clamp(17px, 4.5vw, 21px);
    white-space: nowrap;
    box-shadow: 0 10px 30px rgb(38 153 247 / 13%);
  }

  .button__icon { width: clamp(44px, 10vw, 50px); height: clamp(44px, 10vw, 50px); flex-basis: clamp(44px, 10vw, 50px); }
  .button__icon svg { width: clamp(23px, 5.5vw, 27px); }

  /* Hero mobile */
  .hero { min-height: 0; padding-bottom: 34px; }

  .hero__art { display: none; }

  .hero__art-mobile {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
  }

  .hero__container {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: clamp(350px, 88vw, 500px) 20px 34px;
  }

  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .hero__logo-picture { margin-inline: auto; }
  .hero__logo { width: min(250px, 60vw); margin-inline: auto; }

  .hero__title {
    max-width: 560px;
    margin: 24px auto 0;
    font-size: clamp(38px, 8vw, 47px);
    line-height: 1.02;
    letter-spacing: -1.15px;
    text-wrap: balance;
  }

  .hero__description {
    max-width: 540px;
    margin: 24px auto 0;
    font-size: 17px;
    line-height: 1.5;
    text-wrap: balance;
  }

  .hero__description br { display: none; }
  .button--hero { margin-top: 27px; }

  .hero__proof {
    width: max-content;
    height: 60px;
    margin: 20px auto 0;
  }

  .hero__proof > img { width: 265px; }
  .hero__lesson-icon { width: 42px; height: 42px; margin-left: 20px; }
  .hero__lesson-icon::before { left: -9px; }
  .hero__lesson-icon > svg { width: 41px; }
  .hero__lesson-count { margin-left: 7px; font-size: 14px; }
  .hero__code-card { display: none; }

  .companies { margin-top: -6px; padding-inline: 0; overflow: hidden; }
  .companies__title { width: calc(100% - 46px); margin: 0 auto; font-size: 20px; }
  .companies > p { display: none; }
  .companies__viewport { margin-top: 30px; }
  .companies__group { gap: 50px; padding-inline: 30px; }
  .company-logo--tesla { width: 92px; }
  .company-logo--microsoft { width: 96px; }
  .company-logo--amazon { width: 98px; }
  .company-logo--google { width: 96px; }
  .company-logo--uber { width: 82px; }

  /* Benefits */
  .benefits { padding-top: 52px; }
  .benefits .eyebrow { min-width: 0; min-height: 58px; font-size: 19px; }
  .benefits .section-heading h2 { font-size: clamp(30px, 6.4vw, 38px); }

  .benefits__grid {
    margin-top: 23px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .benefit-card { display: flex; min-height: 250px; padding: 26px; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px; text-align: center; }
  .benefit-card__icon { max-width: 48px; height: 45px; }
  .benefit-card h3 { margin-top: 24px; font-size: 28px; letter-spacing: -.55px; }
  .benefit-card p { max-width: 470px; margin-top: 19px; font-size: 18px; line-height: 1.5; }

  /* Members */
  .members { padding-top: 72px; }
  .members__grid { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .members__copy { text-align: center; }
  .members__copy h2 { font-size: 36px; letter-spacing: -.7px; }
  .members__copy p { margin-top: 18px; font-size: 18px; line-height: 1.55; }
  .video-frame { border-radius: 9px; }
  .members > .button { margin-top: 36px; }

  /* Audience */
  .audience { padding-top: 70px; }
  .audience__grid { margin-top: 23px; grid-template-columns: 1fr; gap: 10px; }
  .audience-card { min-height: 440px; padding: 26px; border-radius: 10px; }
  .audience-card__title { display: block; }
  .audience-card__title svg { width: 48px; height: 48px; }
  .audience-card h3 { margin-top: 27px; font-size: 29px; }
  .audience-card img { margin-top: 24px; border-radius: 8px; }
  .audience-card p { margin: 25px 0 3px; font-size: 18px; line-height: 1.55; }

  /* Why Python */
  .why { padding: 70px 0 0; overflow: hidden; }
  .why__grid { width: 100%; min-height: 0; grid-template-columns: 1fr; }
  .python-orbit { min-height: min(96vw, 555px); }
  .python-orbit__constellation { width: 100%; }
  .python-orbit__logo { width: min(62vw, 350px); }
  .why__content { min-height: 0; padding: 5px 20px 0; }
  .why__content .section-heading { text-align: center; }
  .why__content .section-heading h2 { font-size: clamp(27px, 7vw, 37px); line-height: 1.1; }
  .reason-list { margin-top: 24px; gap: 12px; }
  .reason { min-height: 150px; grid-template-columns: 90px minmax(0, 1fr); }
  .reason > span { padding: 5px; }
  .reason > span img { width: 58px; transform: translate(-9px, -9px); }
  .reason > div { min-height: 150px; padding: 25px; border-radius: 10px; }
  .reason h3 { font-size: 28px; line-height: 1.15; }
  .reason p { margin-top: 21px; font-size: 18px; line-height: 1.5; }

  /* Demand and salary */
  .demand { padding-top: 76px; }
  .demand__grid { grid-template-columns: 1fr; gap: 26px; }
  .demand .section-heading { text-align: center; }
  .demand .section-heading > p { font-size: 18px; }
  .demand__image { margin-top: 20px; border-radius: 6px; }
  .salary { padding-top: 0; }
  .salary__note { margin-bottom: 28px; font-size: 18px; line-height: 1.5; text-align: center; }
  .salary__row { height: 62px; margin-top: 13px; }
  .salary__bar { padding-inline: 12px; gap: 4px; }
  .salary__bar span, .salary__bar strong { font-size: 18px; }

  /* Curriculum */
  .curriculum { padding-top: 76px; }
  .curriculum__grid { grid-template-columns: 1fr; gap: 28px; }
  .curriculum .section-heading { text-align: center; }
  .learning-list { margin: 24px 0 27px; }
  .learning-list li { margin-top: 14px; gap: 11px; font-size: 17px; }
  .inline-sparkle { width: 11px; }
  .curriculum .button { display: flex; margin-inline: auto; }
  .curriculum .learning-list,
  .curriculum .button { display: none; }
  .modules summary, .faq__list summary { min-height: 70px; padding: 20px 40px 20px 12px; font-size: 19px; }
  .modules details > .accordion-answer,
  .faq__list details > .accordion-answer { margin: -2px 40px 20px 18px; }
  .modules details p, .faq__list details p { font-size: 16px; }
  .module-lessons li, .faq-points li { font-size: 14px; }
  .accordion-icon { right: 15px; width: 13px; height: 13px; }

  /* Tracks */
  .tracks { padding-top: 78px; }
  .tracks__heading { display: block; text-align: center; }
  .tracks__heading > p { max-width: 520px; margin: 16px auto 0; font-size: 18px; }
  .tracks__rail { margin-top: 25px; }
  .tracks__track { gap: 12px; }
  .tracks__track > picture { width: 48vw; }

  /* Testimonials */
  .testimonials { padding-top: 78px; }
  .testimonials__heading { display: block; text-align: center; }
  .testimonials__heading > .eyebrow { width: auto; min-height: 52px; margin: 0 0 16px; font-size: 16px; }
  .testimonials__copy h2 { font-size: clamp(30px, 6.4vw, 38px); }
  .testimonials__copy > p { max-width: 530px; margin: 19px auto 0; font-size: 18px; }
  .testimonials__viewport { margin-top: 25px; }
  .testimonials__viewport--second { margin-top: 12px; }
  .testimonials__track { gap: 12px; }
  .testimonials__track img { width: 100vw; border-radius: 8px; }
  .testimonials__viewport--second .testimonials__track img { width: calc((100vw - 24px) / 2); }

  /* Instructor */
  .instructor { padding: 90px 0 54px; }
  .instructor__card {
    display: grid;
    width: calc(100% - 40px);
    grid-template-areas: "heading" "portrait" "bio" "stats";
    grid-template-columns: 1fr;
  }

  .instructor__portrait {
    grid-area: portrait;
    width: 100%;
    min-height: 0;
    margin-top: 22px;
    padding: 0;
  }

  .instructor__photo { width: 100%; border-radius: 9px; }
  .instructor__seal { top: 38%; left: auto; right: 0; width: 31%; }
  .instructor__content { display: contents; }
  .instructor__heading { grid-area: heading; text-align: center; }
  .instructor__heading h2 { margin: 0; font-size: 39px; letter-spacing: -.9px; }
  .instructor__content > p:not(.eyebrow) { grid-area: bio; margin: 26px 0 0; font-size: 19px; line-height: 1.55; text-align: center; }
  .instructor__content ul { grid-area: stats; margin: 24px auto 0; }
  .instructor__content li { min-height: 40px; margin-top: 8px; gap: 12px; font-size: 19px; }
  .inline-arrow { width: 18px; height: 18px; }

  /* Offer and guarantee */
  .offer { padding-top: 80px; }
  .offer__grid { grid-template-columns: 1fr; gap: 44px; }
  .price-card {
    width: min(100%, 520px);
    margin-inline: auto;
    padding: 58px 36px 44px;
    justify-self: center;
    border-radius: 10px;
  }
  .price-card__logo { width: min(270px, 85%); margin-bottom: 22px; }
  .price-card ul { margin-bottom: 22px; }
  .price-card li { margin-top: 18px; gap: 11px; font-size: 19px; }
  .price-card li:first-child { font-size: 0; }
  .price-card li:first-child::after { content: "+ de 100 aulas completas"; font-size: 19px; }
  .price-card > p { font-size: 20px; }
  .price-card__price { font-size: 76px; }
  .price-card > small { font-size: 16px; }
  .price-card .button { margin-top: 20px; }
  .price-card__secure { width: 200px; margin-top: 16px; }

  .guarantee { min-height: 0; align-items: center; text-align: center; }
  .guarantee__copy { max-width: 500px; }
  .guarantee h2 { font-size: 42px; letter-spacing: -.8px; }
  .guarantee p { margin-top: 20px; font-size: 18px; line-height: 1.55; }
  .guarantee__seal { width: min(92vw, 520px); height: min(92vw, 520px); margin: 22px auto -10px; }

  /* Bonus */
  .bonus { padding-top: 90px; }
  .bonus__grid { grid-template-columns: 1fr; gap: 52px; }
  .bonus__content { text-align: center; }
  .bonus h2 { font-size: 35px; letter-spacing: -.7px; }
  .bonus__content > p:not(.eyebrow) { margin-top: 22px; font-size: 18px; line-height: 1.55; }
  .bonus__grid > img { width: min(100%, 520px); margin-inline: auto; }

  /* Certificate */
  .certificate {
    min-height: 820px;
    padding: 90px 0 130px;
    background-position: center bottom;
    background-size: auto 470px;
  }

  .certificate__card {
    width: calc(100% - 24px);
    height: 400px;
    padding: 6px;
    border-radius: 9px;
  }

  .certificate .section-heading { width: calc(100% - 28px); margin-top: 42px; padding: 6px; }
  .certificate .section-heading h2 { font-size: clamp(34px, 7vw, 41px); line-height: 1.08; }
  .certificate .section-heading p { max-width: 520px; margin-top: 22px; font-size: 18px; line-height: 1.55; }
  .certificate__tilt { width: calc(100% - 54px); margin-top: -155px; border-radius: 8px; }
  .certificate__tilt img { filter: drop-shadow(0 25px 34px rgb(0 0 0 / 42%)); transform: none; }

  /* FAQ */
  .faq { padding-top: 90px; }
  .faq .section-heading > p:last-child { margin-top: 9px; }
  .faq__list { width: calc(100% - 40px); margin-top: 24px; }
  .faq__list summary { padding-block: 20px; font-size: 19px; }
  .faq__list details p { font-size: 16px; }

  /* Final CTA mobile */
  .final-cta {
    min-height: 0;
    margin-top: 70px;
    padding: 0 0 54px;
  }

  .final-cta__card {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 28px 26px 25px;
    grid-template-columns: 1fr;
    gap: 18px;
    border-radius: 10px;
    text-align: center;
  }

  .final-cta__copy { padding: 0; }
  .final-cta__logo { width: min(250px, 74%); min-width: 0; margin-inline: auto; }
  .final-cta__copy h2 { margin-top: 23px; font-size: clamp(34px, 8vw, 44px); line-height: 1.06; letter-spacing: -.9px; }
  .final-cta__copy p { max-width: 500px; margin: 20px auto 0; font-size: 17px; line-height: 1.55; }
  .final-cta__price > p { font-size: 20px; }
  .final-cta__price > strong { font-size: 67px; }
  .final-cta__price > small { font-size: 16px; }
  .final-cta__price .button { margin-top: 24px; }
  .final-cta__price > img { width: 160px; margin-top: 12px; }

  .final-cta__footer {
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin-top: 44px;
    padding-top: 43px;
    justify-content: center;
    gap: 18px 26px;
    font-size: 14px;
    text-align: center;
  }

  .final-cta__footer > :first-child { flex-basis: 100%; }
}

@media (max-width: 600px) {
  .hero__logo { width: min(250px, 64vw); }
  .hero__title { max-width: 480px; margin-top: 30px; font-size: clamp(36px, 8.2vw, 44px); }
  .hero__description { max-width: 510px; font-size: 16px; }

  .hero__proof {
    max-width: 100%;
    justify-content: center;
  }

  .hero__proof > img { width: min(250px, 66vw); }
  .companies__title { font-size: 18px; line-height: 1.3; }

  .benefit-card,
  .audience-card,
  .reason > div,
  .price-card,
  .final-cta__card { min-width: 0; }

  .price-card ul {
    width: max-content;
    max-width: 100%;
  }

  .certificate__card { height: 380px; }
  .certificate__tilt { margin-top: -145px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 28px); }

  .section-heading h2 { font-size: 28px; }
  .section-heading > p:not(.eyebrow) { font-size: 15px; }
  .eyebrow { min-height: 44px; padding-inline: 15px; font-size: 13px; }

  .button { height: 60px; padding: 0 8px 0 16px; font-size: clamp(14px, 4.4vw, 17px); }
  .button__icon { width: 44px; height: 44px; flex-basis: 44px; }
  .button__icon svg { width: 23px; }

  .hero__container {
    padding: clamp(338px, 88vw, 370px) 14px 24px;
  }

  .hero__logo { width: min(215px, 62vw); }
  .hero__title { margin-top: 17px; font-size: clamp(32px, 9.2vw, 36px); }
  .hero__description { margin-top: 19px; font-size: 15px; line-height: 1.45; }
  .button--hero { margin-top: 22px; }
  .hero__proof > img { width: 195px; }
  .hero__lesson-icon { width: 34px; height: 34px; margin-left: 12px; }
  .hero__lesson-icon > svg { width: 33px; }
  .hero__lesson-count { font-size: 11px; }

  .companies { margin-top: 0; }
  .companies__title { width: calc(100% - 32px); font-size: 16px; }
  .companies__viewport { margin-top: 22px; }

  .benefits .eyebrow { min-height: 48px; font-size: 14px; }
  .benefit-card { min-height: 230px; padding: 22px; }
  .benefit-card h3 { font-size: 24px; }
  .benefit-card p { font-size: 15px; }

  .members__copy h2 { font-size: 31px; }
  .members__copy p,
  .audience-card p,
  .reason p,
  .demand .section-heading > p,
  .salary__note,
  .tracks__heading > p,
  .testimonials__copy > p,
  .instructor__content > p:not(.eyebrow),
  .guarantee p,
  .bonus__content > p:not(.eyebrow),
  .certificate .section-heading p { font-size: 15px; }

  .audience-card { min-height: 0; padding: 20px; }
  .audience-card h3 { font-size: 25px; }

  .why__content { padding-inline: 14px; }
  .reason { grid-template-columns: 55px minmax(0, 1fr); }
  .reason > span img { width: 42px; }
  .reason > div { padding: 20px; }
  .reason h3 { font-size: 22px; }

  .salary__row { height: 54px; }
  .salary__bar { padding-inline: 9px; gap: 3px; }
  .salary__bar span,
  .salary__bar strong { font-size: 14px; }

  .modules summary,
  .faq__list summary { padding-left: 4px; font-size: 16px; }

  .instructor__card,
  .faq__list { width: calc(100% - 28px); }
  .instructor__heading h2 { font-size: 35px; }
  .instructor__content li { font-size: 16px; }

  .price-card { padding: 42px 20px 34px; }
  .price-card li { font-size: 15px; }
  .price-card li:first-child::after { font-size: 15px; }
  .price-card__price { font-size: 62px; }
  .guarantee h2 { font-size: 35px; }
  .bonus h2 { font-size: 30px; }

  .certificate__card { width: calc(100% - 16px); }
  .certificate .section-heading h2 { font-size: 32px; }
  .certificate__tilt { width: calc(100% - 30px); margin-top: -130px; }

  .final-cta__card,
  .final-cta__footer { width: calc(100% - 20px); }
  .final-cta__card { padding-inline: 18px; }
  .final-cta__copy h2 { font-size: 34px; }
  .final-cta__copy p { font-size: 15px; }
  .final-cta__price > strong { font-size: 58px; }
  .final-cta__footer { gap-inline: 18px; font-size: 12px; }
  .final-cta__footer > * { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .companies__track { animation-play-state: paused; }
  .salary__bar { width: var(--progress); }
  .guarantee__seal-ring { animation: none; }
  .instructor__seal { animation: none; }
  .python-orbit__constellation { animation: none; transform: translate(-50%, -50%) scale(1.2); }
  .hero__code-card { animation: none; }
  .modules details.is-expanded > .accordion-answer,
  .faq__list details.is-expanded > .accordion-answer { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Visual refinement */
h1,
h2,
h3,
.button,
.eyebrow {
  font-family: "Sora", "Poppins", Arial, sans-serif;
}

.section-heading {
  max-width: 760px;
}

.section-heading--center {
  margin-inline: auto;
}

.section-heading h2,
.members__copy h2,
.instructor__content h2,
.guarantee h2,
.bonus h2 {
  text-wrap: balance;
}

.section-heading > p:not(.eyebrow),
.members__copy p,
.instructor__content > p:not(.eyebrow),
.guarantee p,
.bonus__content > p:not(.eyebrow) {
  color: #bdc4d5;
  text-wrap: pretty;
}

.eyebrow {
  border-color: rgb(38 153 247 / 55%);
  background: linear-gradient(180deg, rgb(20 78 140 / 12%), rgb(7 19 47 / 10%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 0 28px rgb(38 153 247 / 5%);
  letter-spacing: .08em;
}

.button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(105deg, #168bf1, #2ba3ff 58%, #168bf1);
  background-size: 180% 100%;
  box-shadow: 0 14px 40px rgb(38 153 247 / 17%), inset 0 1px 0 rgb(255 255 255 / 22%);
  transition: transform .24s cubic-bezier(.2, .72, .2, 1), background-position .35s ease, box-shadow .24s ease;
}

.button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 28%, rgb(255 255 255 / 19%) 48%, transparent 68%);
  content: "";
  transform: translateX(-120%);
  transition: transform .65s ease;
}

.button > * {
  position: relative;
  z-index: 1;
}

.button:hover,
.button:focus-visible {
  background-position: 100% 0;
  box-shadow: 0 18px 50px rgb(38 153 247 / 30%), inset 0 1px 0 rgb(255 255 255 / 28%);
  transform: translateY(-3px);
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(120%);
}

.button__icon {
  box-shadow: 0 5px 16px rgb(0 26 72 / 24%);
  transition: transform .24s cubic-bezier(.2, .72, .2, 1);
}

.button:hover .button__icon,
.button:focus-visible .button__icon {
  transform: translateX(2px) rotate(-4deg);
}

/* Keep the Hotmart widget from restyling the site's checkout buttons. */
.button.hotmart-fb.hotmart__button-checkout {
  display: inline-grid;
  width: min(468px, 100%);
  min-width: 0;
  height: 68px;
  padding: 0 11px 0 24px;
  grid-template-columns: minmax(0, 1fr) 46px;
  align-items: center;
  column-gap: 10px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(105deg, #168bf1, #2ba3ff 58%, #168bf1);
  background-size: 180% 100%;
  box-shadow: 0 14px 40px rgb(38 153 247 / 17%), inset 0 1px 0 rgb(255 255 255 / 22%);
  color: #fff !important;
  font-family: "Sora", "Poppins", Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-decoration: none !important;
  text-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .24s cubic-bezier(.2, .72, .2, 1), background-position .35s ease, box-shadow .24s ease;
  -webkit-appearance: none;
}

.button.hotmart-fb.hotmart__button-checkout:hover,
.button.hotmart-fb.hotmart__button-checkout:focus,
.button.hotmart-fb.hotmart__button-checkout:focus-visible,
.button.hotmart-fb.hotmart__button-checkout:active {
  border: 0;
  background: linear-gradient(105deg, #168bf1, #2ba3ff 58%, #168bf1);
  background-position: 100% 0;
  background-size: 180% 100%;
  box-shadow: 0 18px 50px rgb(38 153 247 / 30%), inset 0 1px 0 rgb(255 255 255 / 28%);
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: none;
  transform: translateY(-3px);
}

.benefits { padding-top: 70px; }
.members { padding-top: var(--section-space); }
.audience { padding-top: var(--section-space); }
.why { padding-top: 105px; padding-bottom: 70px; }
.demand { padding-top: var(--section-space); }
.curriculum { padding-top: 130px; }
.tracks { padding-top: 125px; }
.testimonials { padding-top: 135px; }
.instructor { padding-top: 150px; padding-bottom: 110px; }
.offer { padding: 118px 0 84px; }
.bonus { padding-top: 125px; }
.faq { padding-top: 125px; }

.benefit-card,
.audience-card,
.reason > div,
.price-card {
  border-color: var(--card-line);
  border-radius: var(--card-radius);
  background: var(--card-surface);
  box-shadow: var(--glow-soft);
}

.benefit-card,
.audience-card,
.reason > div {
  translate: 0 0;
  transition: border-color .3s ease, box-shadow .3s ease, translate .3s cubic-bezier(.2, .72, .2, 1), background-color .3s ease;
}

.benefit-card {
  min-height: 228px;
}

.benefit-card h3,
.audience-card h3,
.reason h3 {
  line-height: 1.2;
}

.benefit-card p,
.audience-card p,
.reason p {
  color: #bcc3d3;
}

.audience-card img {
  box-shadow: 0 18px 38px rgb(0 0 0 / 24%);
  transition: transform .45s cubic-bezier(.2, .72, .2, 1), filter .45s ease;
}

.video-frame {
  border-color: rgb(72 119 196 / 38%);
  border-radius: var(--card-radius);
  box-shadow: 0 28px 80px rgb(0 0 0 / 30%), 0 0 70px rgb(22 113 224 / 9%), inset 0 1px 0 rgb(255 255 255 / 4%);
}

.python-orbit__constellation { animation-duration: 24s; }
.instructor__seal { animation-duration: 18s; }
.guarantee__seal-ring { animation-duration: 20s; }
.hero__code-card { animation-duration: 5.8s; }

.python-orbit__logo {
  filter: drop-shadow(0 0 46px rgb(20 121 237 / 31%));
}

.reason-list { gap: 16px; }
.reason > div { padding: 24px 26px; }
.reason > span img { filter: drop-shadow(0 0 12px rgb(16 138 255 / 32%)); }

.salary__bar {
  position: relative;
}

.salary__bar::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 10%), transparent);
  content: "";
  transform: translateX(-110%);
}

.salary.is-visible .salary__bar::after {
  animation: salary-sheen 1.1s .7s ease forwards;
}

@keyframes salary-sheen {
  to { transform: translateX(110%); }
}

.modules details,
.faq__list details {
  border-bottom-color: rgb(65 91 151 / 34%);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.modules details.is-expanded,
.faq__list details.is-expanded {
  border-bottom-color: rgb(38 153 247 / 48%);
  background: linear-gradient(90deg, rgb(14 75 139 / 11%), transparent 76%);
  box-shadow: inset 3px 0 0 rgb(38 153 247 / 52%);
}

.modules summary,
.faq__list summary {
  transition: color .28s ease, padding-left .28s ease;
}

.modules details.is-expanded > summary,
.faq__list details.is-expanded > summary {
  padding-left: 14px;
  color: #fff;
}

.accordion-icon { opacity: .86; }
.is-expanded > summary .accordion-icon { opacity: 1; }

.tracks__rail,
.testimonials__viewport {
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.tracks__rail img {
  border-radius: 14px;
  box-shadow: 0 22px 45px rgb(0 0 0 / 24%);
}

.testimonials__track img {
  box-shadow: 0 16px 34px rgb(0 0 0 / 24%);
}

.loop-slider.is-dragging img {
  filter: brightness(.9);
}

.instructor__portrait {
  isolation: isolate;
}

.instructor__portrait::before {
  position: absolute;
  z-index: -1;
  inset: 8% 16% 2% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(24 128 239 / 15%), transparent 68%);
  content: "";
  filter: blur(18px);
}

.instructor__photo {
  box-shadow: 0 35px 75px rgb(0 0 0 / 32%);
}

.price-card {
  box-shadow: 0 32px 90px rgb(0 0 0 / 34%), 0 0 65px rgb(38 153 247 / 7%), inset 0 1px 0 rgb(255 255 255 / 4%);
}

@media (min-width: 1100px) {
  .offer__grid {
    width: min(1380px, calc(100% - 96px));
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: clamp(70px, 5vw, 96px);
  }

  .price-card {
    max-width: 600px;
    min-height: 740px;
    padding: 56px 54px 46px;
    border-color: rgb(38 153 247 / 48%);
    background:
      radial-gradient(circle at 50% 0, rgb(39 119 221 / 10%), transparent 42%),
      linear-gradient(150deg, rgb(10 13 45 / 98%), rgb(3 5 23 / 98%) 68%);
    box-shadow:
      0 35px 95px rgb(0 0 0 / 36%),
      0 0 72px rgb(38 153 247 / 8%),
      inset 0 1px 0 rgb(255 255 255 / 5%);
  }

  .price-card__logo {
    width: 345px;
    margin-bottom: 37px;
  }

  .price-card ul { margin-bottom: 36px; }

  .price-card li {
    margin-top: 18px;
    gap: 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .price-card li .inline-sparkle {
    width: 18px;
    height: auto;
    flex: 0 0 18px;
  }

  .price-card > p { font-size: 19px; }
  .price-card__price { font-size: 76px; }
  .price-card > small { margin-top: 7px; font-size: 15px; }
  .price-card .button { margin-top: 29px; }
  .price-card__secure { width: 215px; margin-top: 18px; }
}

.guarantee__seal {
  filter: drop-shadow(0 0 52px rgb(31 122 223 / 16%));
}

.bonus__grid > img {
  filter: drop-shadow(0 30px 45px rgb(0 0 0 / 28%));
}

.certificate {
  background-color: #020413;
}

.certificate__card {
  border-color: rgb(65 137 220 / 25%);
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 50% 0, rgb(44 111 211 / 9%), transparent 52%),
    linear-gradient(150deg, rgb(8 11 37 / 96%), rgb(3 5 22 / 96%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 30px 80px rgb(0 0 0 / 18%);
}

.certificate__tilt img {
  filter: drop-shadow(0 42px 55px rgb(0 0 0 / 48%)) drop-shadow(0 0 32px rgb(34 128 230 / 10%));
}

.final-cta {
  margin-top: 145px;
}

.final-cta::before {
  position: absolute;
  z-index: 0;
  top: 285px;
  left: 50%;
  width: max(1500px, 145vw);
  height: 690px;
  border: 1px solid rgb(176 222 255 / 58%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 0, rgb(32 124 246 / 76%) 0, rgb(9 70 180 / 58%) 22%, rgb(3 18 70 / 92%) 47%, #020413 72%);
  box-shadow:
    0 -3px 9px rgb(230 247 255 / 75%),
    0 -12px 32px rgb(89 177 255 / 64%),
    0 -42px 95px rgb(16 113 242 / 48%),
    0 -105px 180px rgb(7 80 214 / 23%),
    inset 0 22px 55px rgb(79 164 255 / 22%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.final-cta::after {
  position: absolute;
  z-index: 0;
  top: 225px;
  left: 50%;
  width: max(1300px, 122vw);
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(226 245 255 / 72%) 0, rgb(86 174 255 / 46%) 18%, rgb(14 105 235 / 24%) 42%, transparent 72%);
  content: "";
  filter: blur(17px);
  opacity: .78;
  pointer-events: none;
  transform: translateX(-50%);
}

.final-cta__card,
.final-cta__footer {
  position: relative;
  z-index: 1;
}

.final-cta__card {
  border-color: rgb(38 153 247 / 72%);
  border-radius: var(--card-radius);
  background:
    radial-gradient(circle at 82% 30%, rgb(35 119 220 / 10%), transparent 32%),
    linear-gradient(135deg, rgb(8 10 32 / 97%), rgb(12 13 43 / 97%));
  box-shadow: 0 0 90px rgb(16 138 255 / 10%), inset 0 1px 0 rgb(255 255 255 / 5%);
}

.has-js .reveal-item {
  --reveal-delay: 0s;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease var(--reveal-delay), transform .72s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay);
}

.has-js .benefit-card.reveal-item,
.has-js .audience-card.reveal-item {
  transition:
    opacity .72s ease var(--reveal-delay),
    transform .72s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay),
    border-color .3s ease,
    box-shadow .3s ease,
    translate .3s cubic-bezier(.2, .72, .2, 1),
    background-color .3s ease;
}

.has-js .reveal-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.benefits__grid .reveal-item:nth-child(2),
.audience__grid .reveal-item:nth-child(2) { --reveal-delay: .08s; }
.benefits__grid .reveal-item:nth-child(3),
.audience__grid .reveal-item:nth-child(3) { --reveal-delay: .16s; }
.benefits__grid .reveal-item:nth-child(4) { --reveal-delay: .06s; }
.benefits__grid .reveal-item:nth-child(5) { --reveal-delay: .14s; }
.benefits__grid .reveal-item:nth-child(6) { --reveal-delay: .22s; }

@media (hover: hover) and (pointer: fine) {
  .benefit-card:hover,
  .audience-card:hover,
  .reason:hover > div {
    border-color: rgb(71 162 244 / 48%);
    box-shadow: 0 28px 84px rgb(0 0 0 / 30%), 0 0 40px rgb(38 153 247 / 7%), inset 0 1px 0 rgb(255 255 255 / 5%);
    translate: 0 -5px;
  }

  .audience-card:hover img { transform: scale(1.018); filter: saturate(1.08); }
  .ai-era__visual:hover .ai-era__media > img { transform: scale(1.025); filter: saturate(1) contrast(1.05); }
}

@media (max-width: 767.98px) {
  :root {
    --section-space: 78px;
    --card-radius: 14px;
  }

  .hero__art-mobile {
    top: -46px;
    height: calc(100% + 46px);
  }

  .hero__container {
    padding-top: 68vw;
  }

  .button,
  .button.hotmart-fb.hotmart__button-checkout {
    display: grid;
    width: min(425px, calc(100% - 28px));
    max-width: 100%;
    min-width: 0;
    height: clamp(64px, 12vw, 72px);
    margin-right: auto;
    margin-left: auto;
    padding: 0 8px 0 clamp(14px, 4vw, 20px);
    grid-template-columns: minmax(0, 1fr) clamp(44px, 10vw, 50px);
    align-items: center;
    column-gap: 8px;
    font-size: clamp(14px, 4.2vw, 20px);
  }

  .button > span:first-child {
    display: block;
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .button__icon {
    position: static;
    justify-self: end;
    transform: none;
  }

  .button:hover .button__icon,
  .button:focus-visible .button__icon {
    transform: translateX(2px) rotate(-4deg);
  }

  .section { padding-block: 64px; }
  .benefits { padding-top: 66px; }
  .members,
  .audience,
  .demand,
  .curriculum,
  .tracks,
  .testimonials,
  .bonus,
  .faq { padding-top: var(--section-space); }
  .why { padding-top: 76px; padding-bottom: 54px; }
  .instructor { padding-top: 92px; padding-bottom: 58px; }
  .offer { padding-top: 86px; }

  .section-heading { max-width: 560px; margin-inline: auto; }
  .section-heading h2 { line-height: 1.1; }
  .section-heading > p:not(.eyebrow) { max-width: 530px; margin-inline: auto; }

  .benefits__grid,
  .audience__grid { gap: 14px; }

  .benefit-card {
    min-height: 220px;
    padding: 24px 22px;
  }

  .audience-card {
    min-height: 0;
    padding: 22px;
  }

  .audience-card__title {
    display: flex;
    gap: 14px;
  }

  .audience-card__title svg { width: 34px; height: 34px; }
  .audience-card h3 { margin-top: 0; font-size: 26px; }
  .audience-card img { margin-top: 20px; }
  .audience-card p { margin-top: 20px; }

  .reason-list { gap: 14px; }
  .reason {
    position: relative;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .reason > span {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 0;
  }

  .reason > span img { width: 42px; transform: none; }
  .reason > div { min-height: 0; padding: 76px 22px 24px; }
  .reason h3 { font-size: 25px; }

  .ai-era.section { padding: 82px 0 34px; }
  .ai-era__grid { grid-template-columns: 1fr; gap: 42px; }
  .ai-era__content { order: 1; }
  .ai-era__visual { order: 2; width: min(100%, 480px); margin-inline: auto; border-radius: 18px; }
  .ai-era__image-note { right: 22px; bottom: 22px; left: 22px; }
  .ai-era__image-note strong { font-size: 23px; }
  .ai-era__label { justify-content: center; font-size: 12px; }
  .ai-era .section-heading { text-align: center; }
  .ai-era .section-heading h2 { font-size: clamp(35px, 8vw, 43px); letter-spacing: -.9px; }
  .ai-era .section-heading > p { max-width: 560px; margin-top: 21px; font-size: 17px; line-height: 1.6; }
  .ai-era__list { margin-top: 30px; }
  .ai-era__item { padding: 21px 0; grid-template-columns: 36px 1fr; gap: 12px; }
  .ai-era__item h3 { font-size: 19px; }

  .tracks__rail,
  .testimonials__viewport {
    mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  }

  .tracks__track > picture { width: 68vw; }
  .tracks__track > picture > img { border-radius: 12px; }
  .testimonials__track img,
  .testimonials__viewport--second .testimonials__track img { width: 82vw; }

  .instructor__portrait::after {
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    background: linear-gradient(180deg, transparent, var(--background));
    content: "";
    pointer-events: none;
  }

  .instructor__seal { z-index: 2; }

  .modules details.is-expanded > summary,
  .faq__list details.is-expanded > summary { padding-left: 18px; }

  .certificate.section {
    min-height: 0;
    padding: 30px 0 76px;
    background-position: center clamp(180px, 30vw, 230px);
    background-size: auto clamp(330px, 58vw, 430px);
  }

  .certificate__card {
    width: calc(100% - 8px);
    height: 374px;
    border-radius: 14px;
  }

  .certificate .section-heading {
    width: calc(100% - 24px);
    margin-top: 27px;
  }

  .certificate__tilt {
    width: calc(100% - 66px);
    margin-top: -100px;
    transform: none !important;
    transition: none;
  }

  .certificate__tilt::after { display: none; }

  .final-cta { margin-top: 84px; }

  .final-cta::before {
    top: 185px;
    width: max(760px, 220vw);
    height: 620px;
    mask-image: linear-gradient(to bottom, #000 0%, #000 48%, transparent 76%);
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 48%, transparent 76%);
  }

  .final-cta::after {
    top: 145px;
    width: max(680px, 180vw);
    height: 130px;
    opacity: .72;
  }

  .has-js .reveal-item { transform: translateY(20px); }
}

@media (max-width: 420px) {
  .button,
  .button.hotmart-fb.hotmart__button-checkout {
    width: min(100%, calc(100vw - 28px));
    height: 60px;
    padding: 0 8px 0 14px;
    grid-template-columns: minmax(0, 1fr) 44px;
    font-size: clamp(12px, 4.15vw, 16px);
  }

  .button__icon {
    width: 44px;
    height: 44px;
  }

  .section { padding-block: 54px; }
  .benefits,
  .members,
  .audience,
  .demand,
  .curriculum,
  .tracks,
  .testimonials,
  .bonus,
  .faq { padding-top: 68px; }

  .benefit-card { min-height: 205px; }
  .audience-card { padding: 18px; }
  .audience-card__title svg { width: 30px; height: 30px; }
  .audience-card h3 { font-size: 22px; }
  .reason > span { top: 16px; left: 16px; }
  .reason > span img { width: 36px; }
  .reason > div { padding: 65px 18px 21px; }
  .ai-era.section { padding-top: 72px; }
  .ai-era .section-heading h2 { font-size: 32px; }
  .ai-era .section-heading > p { font-size: 15px; }
  .ai-era__item h3 { font-size: 17px; }
  .ai-era__item p { font-size: 13px; }
  .ai-era__image-note { right: 18px; bottom: 18px; left: 18px; }
  .ai-era__image-note strong { font-size: 20px; }
  .ai-era__image-note p { max-width: 245px; font-size: 12px; line-height: 1.45; }
  .tracks__track > picture { width: 74vw; }
  .testimonials__track img,
  .testimonials__viewport--second .testimonials__track img { width: 86vw; }
}

/* Intermediate desktop/tablet widths */
@media (min-width: 768px) and (max-width: 1239.98px) {
  .container { width: min(1050px, calc(100% - 56px)); }

  .instructor__card {
    width: min(1050px, calc(100% - 36px));
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 36px;
  }

  .instructor__portrait,
  .instructor__content { width: auto; }

  .instructor__portrait { min-width: 0; }
  .instructor__photo { width: min(100%, 430px); }
  .instructor__seal { top: 31%; right: 0; left: auto; width: 34%; }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .curriculum__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .curriculum .section-heading { text-align: center; }
  .learning-list { width: max-content; max-width: 100%; margin-inline: auto; }
  .curriculum .button { display: flex; margin-inline: auto; }

  .offer__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .price-card {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .guarantee { min-height: 0; }

  .final-cta { min-height: 0; margin-top: 100px; }

  .final-cta__card {
    width: min(760px, calc(100% - 56px));
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .final-cta__copy { padding-bottom: 0; }
  .final-cta__logo { margin-inline: auto; }
  .final-cta__copy h2 { font-size: 46px; }
  .final-cta__copy p { margin-inline: auto; }
  .final-cta__footer { width: min(760px, calc(100% - 56px)); flex-wrap: wrap; justify-content: center; gap: 20px 34px; }
}

@media (min-width: 1100px) and (max-width: 1239.98px) {
  .hero { min-height: 920px; }
  .hero__art { height: 700px; background-position: 56% top; }

  .hero__container {
    width: calc(100% - 48px);
    height: 700px;
  }

  .hero__content {
    top: 92px;
    width: 42%;
  }

  .hero__logo { width: min(250px, 72%); }
  .hero__title { margin-top: 28px; font-size: clamp(36px, 4.6vw, 46px); letter-spacing: -1.2px; }
  .hero__description { margin-top: 22px; font-size: 15px; }
  .hero__description br { display: none; }

  .hero .button--hero {
    width: min(400px, 100%);
    height: 60px;
    margin-top: 24px;
    padding-left: 24px;
    grid-template-columns: minmax(0, 1fr) 42px;
    font-size: clamp(17px, 2vw, 20px);
  }

  .hero .button--hero .button__icon { width: 42px; height: 42px; }
  .hero__proof { margin-top: 20px; }
  .hero__proof > img { width: min(185px, 58%); }
  .hero__lesson-icon { margin-left: 15px; }
  .hero__lesson-count { font-size: 12px; }
  .hero__code-card { top: 500px; right: 5%; left: auto; width: min(265px, 31vw); }
}

@media (min-width: 768px) and (max-width: 1099.98px) {
  :root {
    --section-space: 94px;
    --card-radius: 16px;
  }

  .section { padding-block: 76px; }
  .section-heading h2 { font-size: clamp(34px, 4.5vw, 42px); }

  .hero { min-height: 920px; }
  .hero__art { height: 700px; background-position: 56% top; }

  .hero__container {
    width: calc(100% - 48px);
    height: 700px;
  }

  .hero__content {
    top: 92px;
    width: 42%;
  }

  .hero__logo { width: min(250px, 72%); }
  .hero__title { margin-top: 28px; font-size: clamp(36px, 4.6vw, 46px); letter-spacing: -1.2px; }
  .hero__description { margin-top: 22px; font-size: 15px; }
  .hero__description br { display: none; }

  .button--hero {
    width: min(400px, 100%);
    height: 60px;
    margin-top: 24px;
    padding-left: 24px;
    font-size: clamp(17px, 2vw, 20px);
  }

  .button--hero .button__icon { width: 42px; height: 42px; flex-basis: 42px; }
  .hero__proof { margin-top: 20px; }
  .hero__proof > img { width: min(185px, 58%); }
  .hero__lesson-icon { margin-left: 15px; }
  .hero__lesson-count { font-size: 12px; }
  .hero__code-card { top: 500px; right: 5%; left: auto; width: min(265px, 31vw); }

  .companies__title { font-size: 21px; }
  .companies > p { font-size: 19px; }
  .companies__group { gap: 60px; padding-inline: 44px; }

  .benefits { padding-top: 62px; }
  .benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }

  .members__grid { grid-template-columns: .9fr 1.1fr; gap: 38px; }
  .members__copy h2 { font-size: 34px; }

  .audience__grid { gap: 16px; }
  .audience-card { padding: 16px; }
  .audience-card h3 { font-size: 21px; }

  .why__grid { width: min(820px, calc(100% - 56px)); margin-inline: auto; grid-template-columns: 1fr; }
  .python-orbit { min-height: 540px; }
  .why__content { min-height: 0; padding: 0; }
  .why__content .section-heading { margin-inline: auto; text-align: center; }
  .reason-list { margin-top: 32px; }

  .demand__grid,
  .ai-era__grid,
  .curriculum__grid,
  .offer__grid,
  .bonus__grid { grid-template-columns: 1fr; }

  .demand__grid { gap: 42px; }
  .demand .section-heading { margin-inline: auto; text-align: center; }
  .salary { width: min(760px, 100%); margin-inline: auto; }

  .ai-era__grid { gap: 48px; }
  .ai-era__content { order: 1; }
  .ai-era__visual { order: 2; width: min(480px, 100%); }
  .ai-era__label { justify-content: center; }
  .ai-era .section-heading { margin-inline: auto; text-align: center; }
  .ai-era .section-heading h2 { font-size: 44px; }
  .ai-era .section-heading > p { margin-inline: auto; }
  .ai-era__list { width: min(700px, 100%); margin-inline: auto; }

  .curriculum__grid { gap: 42px; }
  .curriculum .section-heading { text-align: center; }
  .learning-list { width: max-content; max-width: 100%; margin-inline: auto; }
  .curriculum .button { display: flex; margin-inline: auto; }

  .tracks__heading {
    display: block;
    text-align: center;
  }

  .tracks__heading > p {
    max-width: 650px;
    margin: 18px auto 0;
  }

  .tracks__track > picture { width: calc((100vw - 80px) / 4); }
  .testimonials__heading { grid-template-columns: minmax(210px, .75fr) minmax(0, 1.6fr); gap: 34px; }
  .testimonials__track img { width: calc((100vw - 70px) / 3); }

  .instructor { padding-top: 120px; }
  .instructor__content h2 { font-size: 42px; }
  .instructor__content > p:not(.eyebrow) { font-size: 16px; }
  .instructor__content li { font-size: 16px; }

  .offer__grid { gap: 64px; }
  .price-card { width: min(560px, 100%); margin-inline: auto; }
  .guarantee { min-height: 0; }

  .bonus__grid { gap: 55px; }
  .bonus__content { text-align: center; }
  .bonus__content .eyebrow { margin-inline: auto; }
  .bonus__grid > img { width: min(620px, 100%); margin-inline: auto; }

  .certificate {
    min-height: 930px;
    padding: 110px 0 150px;
    background-size: auto 520px;
  }

  .certificate__card { width: calc(100% - 56px); height: 390px; }
  .certificate__tilt { width: min(780px, calc(100% - 80px)); margin-top: -155px; }

  .final-cta { min-height: 0; margin-top: 100px; }
  .final-cta__card {
    width: min(760px, calc(100% - 56px));
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .final-cta__copy { padding-bottom: 0; }
  .final-cta__logo { margin-inline: auto; }
  .final-cta__copy h2 { font-size: 46px; }
  .final-cta__copy p { margin-inline: auto; }
  .final-cta__footer { width: min(760px, calc(100% - 56px)); flex-wrap: wrap; justify-content: center; gap: 20px 34px; }
}

@media (min-width: 1280px) and (max-width: 1365.98px) {
  .final-cta { min-height: 0; margin-top: 110px; }

  .final-cta__card {
    width: min(820px, calc(100% - 80px));
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .final-cta__copy { padding-bottom: 0; }
  .final-cta__logo { margin-inline: auto; }
  .final-cta__copy h2 { font-size: 48px; }
  .final-cta__copy p { margin-inline: auto; }
  .final-cta__footer { width: min(820px, calc(100% - 80px)); flex-wrap: wrap; justify-content: center; gap: 20px 36px; }
}

@media (min-width: 768px) and (max-width: 900.98px) {
  .hero {
    min-height: 0;
    padding-bottom: 42px;
  }

  .hero__art { display: none; }

  .hero__art-mobile {
    display: block;
    position: absolute;
    z-index: 0;
    top: -46px;
    left: 0;
    width: 100%;
    height: calc(100% + 46px);
    object-fit: contain;
    object-position: center top;
    pointer-events: none;
  }

  .hero__container {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 47vw 32px 40px;
  }

  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }

  .hero__logo-picture { margin-inline: auto; }
  .hero__logo { width: min(330px, 43vw); }

  .hero__title {
    max-width: 760px;
    margin: 28px auto 0;
    font-size: clamp(44px, 6vw, 54px);
    line-height: 1.03;
    letter-spacing: -1.2px;
    text-wrap: balance;
  }

  .hero__description {
    max-width: 680px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero .button--hero {
    width: min(468px, calc(100% - 48px));
    height: 68px;
    margin: 28px auto 0;
    padding: 0 11px 0 24px;
    grid-template-columns: minmax(0, 1fr) 46px;
    font-size: 23px;
  }

  .hero__proof {
    width: max-content;
    margin: 24px auto 0;
  }

  .hero__code-card { display: none; }
  .companies { margin-top: 0; }

  .members__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .members__copy { text-align: center; }
  .members__copy p { max-width: 680px; margin-inline: auto; }

  .audience__grid {
    width: min(620px, 100%);
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .audience-card { padding: 24px; }

  .tracks__heading,
  .testimonials__heading {
    display: block;
    text-align: center;
  }

  .tracks__heading > p,
  .testimonials__copy > p {
    max-width: 650px;
    margin: 18px auto 0;
  }

  .testimonials__heading > .eyebrow {
    width: auto;
    min-height: 58px;
    margin: 0 0 18px;
    font-size: 17px;
  }

  .instructor__card {
    width: min(700px, calc(100% - 56px));
    grid-template-areas: "heading" "portrait" "bio" "stats";
    grid-template-columns: 1fr;
    gap: 0;
  }

  .instructor__portrait {
    grid-area: portrait;
    width: 100%;
    min-height: 0;
    margin-top: 26px;
    padding: 0;
  }

  .instructor__photo { width: 100%; max-width: 620px; margin-inline: auto; }
  .instructor__seal { top: 38%; right: 4%; left: auto; width: 30%; }
  .instructor__content { display: contents; }
  .instructor__heading { grid-area: heading; text-align: center; }
  .instructor__content > p:not(.eyebrow) { grid-area: bio; max-width: 650px; margin: 28px auto 0; text-align: center; }
  .instructor__content ul { grid-area: stats; margin: 26px auto 0; }
}

@media (max-width: 359.98px) {
  .hero__proof > img { width: min(185px, 58vw); }
  .hero__lesson-icon { width: 32px; height: 32px; margin-left: 8px; }
  .hero__lesson-icon > svg { width: 31px; }
  .hero__lesson-count { margin-left: 5px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .has-js .reveal-item,
  .has-js .reveal-item.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .salary__bar::after { animation: none !important; }
  .benefit-card:hover,
  .audience-card:hover,
  .reason:hover > div { translate: 0 0; }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  .companies__track { transform: none !important; }
}
