:root {
  --bg-base: #0a2924;
  --bg-panel: #081c19;
  --bg-contrast: #12161c;
  --text-primary: #dfeaf8;
  --text-secondary: #dbfbff;
  --text-dark: #273040;
  --accent: #2cc295;
  --accent-soft: #efdfab;
  --accent-whatsapp: #3fca50;
  --placeholder: #585858;
  --border-accent: rgba(255, 255, 255, 0.12);
  --card-border: #2cc295;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg-base);
}

body {
  color: var(--text-primary);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

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

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.craft-page {
  background: var(--bg-base);
  overflow-x: hidden;
}

.craft-container {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
}

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  background: var(--accent);
}

.announcement-bar p {
  color: var(--bg-base);
  font-size: 14.986px;
  font-weight: 700;
  letter-spacing: 1.4986px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar__break,
.footer-bar__break {
  display: none;
}

.mobile-only {
  display: none;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 25px 50px;
  border: 2.373px solid var(--border-accent);
  border-radius: 68.814px;
  background: var(--accent-soft);
  color: var(--text-dark);
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.hero {
  position: relative;
  z-index: 2;
  padding: 70px 0 127px;
  overflow: visible;
}

.hero__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hero__watermark {
  position: absolute;
  top: 331px;
  left: -46px;
  width: 1832.882px;
  height: 954.883px;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.hero__watermark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 743px;
}

.hero__gallery {
  display: block;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 592px;
}

.hero__brand {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 44px;
}

.hero__brand-mark {
  width: 188.584px;
  height: 88.476px;
}

.hero__brand-text {
  font-family: "Archivo Expanded", sans-serif;
  font-size: 20.254px;
  font-weight: 800;
  letter-spacing: 7.8989px;
  line-height: 22.152px;
  white-space: nowrap;
}

.hero h1 {
  width: 592px;
  color: var(--text-primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
}

.hero__highlight {
  color: var(--accent-whatsapp);
}

.hero__lead {
  width: 544px;
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.hero__lead p + p {
  margin-top: 28px;
}

.cta-button--hero {
  width: 380px;
  margin-top: 49px;
  margin-left: -4px;
}

.hero__tile {
  position: absolute;
  margin: 0;
  width: 162px;
  height: 202px;
  overflow: hidden;
  border-radius: 18px;
  z-index: 1;
}

.hero__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__tile--1 {
  top: 57px;
  left: 637px;
}

.hero__tile--2 {
  top: 269px;
  left: 637px;
}

.hero__tile--3 {
  top: 481px;
  left: 637px;
}

.hero__tile--4 {
  top: 163px;
  left: 808px;
}

.hero__tile--5 {
  top: 375px;
  left: 808px;
}

.hero__tile--6 {
  top: 57px;
  left: 979px;
}

.hero__tile--7 {
  top: 269px;
  left: 979px;
}

.hero__tile--8 {
  top: 481px;
  left: 979px;
}

.hero__arrow {
  position: absolute;
  top: 921px;
  left: 210px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 10;
}

.hero__arrow img {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.problem {
  position: relative;
  z-index: 1;
  padding: 144px 0 0;
  background: var(--bg-panel);
  overflow: visible;
}

.problem__top {
  display: grid;
  grid-template-columns: 508px 499px;
  gap: 52px;
  align-items: start;
}

.problem__visual img {
  width: 508px;
  height: 631px;
  mix-blend-mode: lighten;
  object-fit: cover;
}

.problem__copy {
  padding-top: 28px;
}

.problem__copy h2 {
  width: 488px;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.problem__highlight {
  margin-top: 23px;
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.problem__text {
  width: 499px;
  margin-top: 34px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.problem__text p + p {
  margin-top: 28px;
}

.problem__bottom {
  margin-top: 96px;
}

.problem__intro {
  width: 650px;
  margin: 0 auto;
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.problem__reflection {
  width: 628px;
  margin: 34px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.problem__reflection p + p {
  margin-top: 28px;
}

.cta-button--problem {
  display: flex;
  width: 474px;
  margin: 17px auto 0;
  position: relative;
  z-index: 4;
  transform: translateY(30px);
}

.always-selling {
  position: relative;
  padding: 113px 0 108px;
}

.always-selling__inner h2 {
  width: 551px;
  margin: 0 auto;
  color: var(--text-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}

.always-selling__copy {
  width: 657px;
  margin: 22px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.always-selling__copy p + p {
  margin-top: 28px;
}

.pillar-list {
  width: 730px;
  margin: 83px auto 0;
}

.pillar-card {
  display: flex;
  align-items: center;
  gap: 59px;
  height: 183px;
  padding: 0 63px;
  border-radius: 8px;
  background: var(--bg-panel);
}

.pillar-card + .pillar-card {
  margin-top: 14px;
}

.pillar-card__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.pillar-card p {
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.always-selling__note {
  width: 657px;
  margin: 80px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.cta-button--always {
  display: flex;
  width: 380px;
  margin: 47px auto 0;
}

.always-selling__divider {
  position: absolute;
  top: 1802px;
  left: 50%;
  width: 429px;
  height: 72px;
  transform: translateX(-50%);
  z-index: 4;
}

.modules {
  padding: 157px 0 0;
  background: var(--bg-panel);
  overflow: visible;
}

.modules__inner h2,
.implementation__inner h2 {
  width: 909px;
  margin: 0 auto;
  color: var(--text-primary);
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.modules__intro {
  width: 721px;
  margin: 23px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(2, 461px);
  gap: 25px 23px;
  justify-content: center;
  margin-top: 142px;
}

.module-card {
  min-height: 782px;
  padding: 49px 47px 56px 48px;
  border: 1px solid var(--card-border);
  border-radius: 8px;
  background: var(--bg-base);
}

.module-card__title {
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
}

.module-card__title--center {
  text-align: center;
}

.module-card__body {
  margin-top: 16px;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.module-card__body p + p,
.module-card__body ul + p,
.module-card__body p + ul {
  margin-top: 28px;
}

.module-card__body strong {
  font-weight: 700;
}

.module-card__body em {
  font-style: italic;
  font-weight: 500;
}

.module-card__dash-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-card__dash-list li::before {
  content: "- ";
}

.cta-button--modules {
  display: flex;
  width: 515px;
  margin: 99px auto 0;
  position: relative;
  z-index: 4;
  transform: translateY(38px);
}

.implementation {
  padding: 0px 0 182px;
}

.implementation__copy {
  width: 773px;
  margin: 23px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.implementation__copy p + p {
  margin-top: 28px;
}

.cta-button--implementation {
  display: flex;
  width: 405px;
  margin: 67px auto 0;
}

.teachers {
  padding: 129px 0 155px;
  background: var(--bg-panel);
}

.teachers__inner {
  position: relative;
}

.teachers__inner h2,
.deliverables h2,
.location__copy h2,
.included__inner h2,
.testimonials__inner h2,
.support h2 {
  color: var(--text-primary);
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.teachers__inner > h2 {
  width: 438px;
  margin: 0 auto;
}

.teacher-list {
  width: 775px;
  margin: 59px auto 56px;
}

.teacher-card {
  --teacher-image-width: 100%;
  --teacher-image-height: 100%;
  --teacher-image-left: 0%;
  --teacher-image-top: 0%;
  display: grid;
  grid-template-columns: 266px 509px;
  min-height: 268px;
  height: auto;
  align-items: stretch;
}

.teacher-card--thiago {
  --teacher-image-width: 133.15%;
  --teacher-image-height: 198.09%;
  --teacher-image-left: -16.66%;
  --teacher-image-top: -4.45%;
}

.teacher-card--camila {
  --teacher-image-width: 134.55%;
  --teacher-image-height: 200.86%;
  --teacher-image-left: -21.21%;
  --teacher-image-top: -42.3%;
}

.teacher-card--ricardo {
  --teacher-image-width: 100%;
  --teacher-image-height: 148.83%;
  --teacher-image-left: 0%;
  --teacher-image-top: -16.58%;
}

.teacher-card--javier {
  --teacher-image-width: 109.77%;
  --teacher-image-height: 115.67%;
  --teacher-image-left: -4.88%;
  --teacher-image-top: -2.61%;
}

.teacher-card--pedro {
  --teacher-image-width: 139.23%;
  --teacher-image-height: 207.51%;
  --teacher-image-left: -19.61%;
  --teacher-image-top: -17.68%;
}

.teacher-card--luiz {
  --teacher-image-width: 100%;
  --teacher-image-height: 148.97%;
  --teacher-image-left: 0%;
  --teacher-image-top: -7.34%;
}

.teacher-card--antonio {
  --teacher-image-width: 100%;
  --teacher-image-height: 100%;
  --teacher-image-left: 0%;
  --teacher-image-top: 0%;
}

.teacher-card--antonio .teacher-card__image {
  object-fit: cover;
  object-position: center top;
}

.teacher-card + .teacher-card {
  margin-top: 20px;
}

.teacher-card:first-child + .teacher-card {
  margin-top: 17px;
}

.teacher-card--tall {
  min-height: 460px;
}

.teacher-card__media {
  position: relative;
  width: 266px;
  height: 100%;
  overflow: hidden;
}

.teacher-card__image {
  position: absolute;
  top: var(--teacher-image-top);
  left: var(--teacher-image-left);
  display: block;
  width: var(--teacher-image-width);
  height: var(--teacher-image-height);
  max-width: none;
}

.teacher-card__body {
  padding: 69px 47px 0 45px;
  background: var(--bg-base);
}

.teacher-card__body h3 {
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
}

.teacher-card__copy {
  margin-top: 2px;
}

.teacher-card--pedro .teacher-card__body {
  padding-top: 31px;
}

.teacher-card--luiz .teacher-card__body {
  padding-right: 57px;
}

.teacher-card--luiz .teacher-card__copy {
  width: 407px;
}

.teacher-card__copy p {
  margin: 0;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.teacher-card__copy p + p {
  margin-top: 26px;
}

.cta-button--teachers {
  display: flex;
  width: 355px;
  margin: 0 auto;
}

.section-bridge {
  position: relative;
  z-index: 3;
  height: 76px;
}

.section-bridge__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 76px;
}

.section-bridge--teachers {
  background: linear-gradient(to bottom, var(--bg-panel) 0 50%, var(--bg-base) 50% 100%);
}

.section-bridge--teachers .cta-button--teachers {
  position: relative;
  top: 0;
  z-index: 4;
}

.deliverables-section {
  padding: 169px 0 127px;
  background: var(--bg-base);
}

.deliverables {
  position: relative;
  margin-top: 0;
}

.deliverables h2 {
  width: 577px;
  margin: 0 auto;
}

.deliverables__subtitle {
  width: 373px;
  margin: 10px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.deliverables__grid {
  display: grid;
  grid-template-columns: repeat(2, 333px);
  gap: 22px 12px;
  justify-content: center;
  margin-top: 67px;
}

.deliverable-card {
  display: flex;
  flex-direction: column;
  min-height: 192px;
  padding: 22px 28px 26px 37px;
  border-radius: 8px;
  background: var(--bg-panel);
}

.deliverable-card--tall {
  min-height: 248px;
}

.deliverable-card__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 24px;
}

.deliverable-card p {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.deliverables__summary {
  width: 482px;
  margin: 67px auto 0;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.deliverables__summary p + p {
  margin-top: 28px;
}

.cta-button--deliverables {
  display: flex;
  width: 355px;
  margin: 53px auto 0;
}

.location {
  display: none;
  padding: 66px 0 56px;
  background: var(--bg-panel);
}

.location__inner {
  display: grid;
  grid-template-columns: 435px 547px;
  gap: 115px;
  align-items: start;
}

.location__copy {
  margin-top: 99px;
}

.location__copy h2 {
  width: 383px;
  margin-bottom: 17px;
  text-align: left;
}

.location__copy p {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.location__copy p + p {
  margin-top: 18px;
}

.location__venue,
.location__date {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

.location__date + .location__date {
  margin-top: 0;
}

.cta-button--location {
  display: flex;
  width: 380px;
  margin-top: 40px;
  margin-left: 2px;
}

.location__gallery {
  width: 547px;
}

.location__gallery img {
  width: 547px;
  object-fit: cover;
}

.location__gallery img:first-child {
  height: 354.695px;
  border-radius: 6.838px 6.838px 0 0;
}

.location__gallery img:last-child {
  height: 364.952px;
  margin-top: -7px;
  border-radius: 0 0 6.838px 6.838px;
}

.bonus {
  padding: 178px 0 0;
}

.bonus-card {
  width: 742px;
  min-height: 974px;
  margin: 0 auto;
  border: 1px solid var(--card-border);
  border-radius: 20px;
  background: var(--bg-panel);
  overflow: hidden;
}

.bonus-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 0 52px 0 88px;
  background: var(--accent);
}

.bonus-card__header h2 {
  color: var(--bg-base);
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.bonus-card__header p {
  width: 372px;
  color: var(--bg-base);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.bonus-card__body {
  padding: 49px 80px 62px;
}

.bonus-card__copy {
  width: 567px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.bonus-card__copy p + p {
  margin-top: 28px;
}

.bonus-card__copy strong {
  font-weight: 700;
}

.bonus-card__list-title {
  width: 538px;
  margin: 53px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bonus-card__list {
  width: 538px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}

.bonus-card__list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.bonus-card__list li + li {
  margin-top: 28px;
}

.bonus-card__list img {
  width: 30px;
  height: 30px;
}

.bonus-card__list span,
.bonus-card__note {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.bonus-card__note {
  width: 502px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.included {
  padding: 111px 0 170px;
}

.included__inner h2 {
  width: 315px;
  margin: 0 auto;
}

.included__list {
  display: flex;
  flex-direction: column;
  width: 828px;
  margin: 57px auto 0;
}

.included__list > * + * {
  margin-top: 144px;
}

.included-card {
  position: relative;
  height: 339px;
  border-radius: 18.19px;
  background: var(--bg-panel);
  overflow: visible;
}

.included-card h3 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  width: 100%;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.included-card__gallery {
  position: absolute;
  display: grid;
  z-index: 1;
}

.included-card__gallery img {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  object-fit: cover;
}

.included-card--row1 h3 {
  top: 34px;
  left: 73px;
  width: 690px;
  text-align: left;
}

.included-card--row1 .included-card__gallery {
  top: 95px;
  left: 68px;
  grid-template-columns: 337px 337px;
  gap: 19px;
}

.included-card--row2 h3 {
  top: 34px;
  left: 532px;
  width: 230px;
  text-align: left;
}

.included-card--row2 .included-card__gallery {
  top: 95px;
  left: 68px;
  grid-template-columns: 336px 337px;
  gap: 20px;
}

.included-card--row3 h3 {
  top: 21px;
  left: 58px;
  width: 713px;
  text-align: left;
}

.included-card--row3 .included-card__gallery {
  top: 82px;
  left: 68px;
  grid-template-columns: 336px 336px;
  gap: 21px;
}

.included-card--row4 h3 {
  top: 30px;
  left: 67px;
  width: 178px;
  text-align: left;
}

.included-card--row4 {
  margin-top: 134px;
}

.included-card--row4 .included-card__gallery {
  top: 91px;
  left: 68px;
  grid-template-columns: 336px 336px;
  gap: 21px;
}

.included-card--row5 h3 {
  top: 31px;
  left: 247px;
  width: 514px;
  text-align: left;
}

.included-card--row5 .included-card__gallery {
  top: 92px;
  left: 68px;
  grid-template-columns: 336px 336px;
  gap: 21px;
}

.pricing {
  margin: 170px auto 0;
}

.pricing__title {
  width: 453px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  width: 1018px;
  max-width: 100%;
  margin: 50px auto 0;
}

.pricing__grid--online-only {
  grid-template-columns: minmax(0, 496px);
  justify-content: center;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 597px;
  padding: 38px 28px 23px;
  border-radius: 18px;
  background: var(--bg-panel);
  text-align: center;
}

.pricing-card--presential,
.pricing-note--presential {
  display: none;
}

.pricing-card__header {
  min-height: 96px;
}

.pricing-card__title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.pricing-card__location {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.pricing-card__divider {
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.12);
}

.pricing-card__benefits {
  margin: 38px 0 0;
  padding: 0 0 0 23px;
  color: #fff;
  text-align: left;
}

.pricing-card__benefits li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-card__benefits li + li {
  margin-top: 22px;
}

.pricing-card__price {
  margin-top: auto;
  padding-top: 44px;
}

.pricing-card__installments {
  color: #fff;
  line-height: 48.347px;
}

.pricing-card__installments span {
  font-size: 25.446px;
  font-weight: 400;
}

.pricing-card__installments strong {
  font-size: 48.347px;
  font-weight: 700;
}

.pricing-card__cash {
  margin-top: 4px;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.cta-button--pricing {
  display: flex;
  width: 100%;
  max-width: 380px;
  margin: 18px auto 0;
}

.pricing-note {
  width: 455px;
  margin: 77px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.testimonials {
  background: var(--bg-base);
}

.testimonials__top {
  padding: 137px 0 134px;
  background: var(--bg-panel);
}

.testimonials__inner {
  width: 1176px;
}

.testimonials__inner h2 {
  width: 509px;
  margin: 0 auto;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 384px);
  gap: 12px;
  justify-content: center;
  margin-top: 52px;
}

.video-embed {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #000;
  aspect-ratio: 360 / 202;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed__preview {
  position: absolute;
  inset: 0;
}

.video-embed__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-embed__trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: linear-gradient(180deg, rgba(5, 19, 17, 0.04) 0%, rgba(5, 19, 17, 0.38) 100%);
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-embed__trigger:hover {
  background: linear-gradient(180deg, rgba(5, 19, 17, 0.02) 0%, rgba(5, 19, 17, 0.5) 100%);
}

.video-embed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(220, 200, 150, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
  transform: translate(-50%, -50%);
}

.video-embed__play::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 28px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #0d2a25;
}

.video-embed__hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 26, 23, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.support {
  display: grid;
  grid-template-columns: 328px 380px;
  justify-content: space-between;
  align-items: center;
  padding: 149px 131px 142px 95px;
}

.support h2 {
  text-align: left;
}

.cta-button--support {
  width: 380px;
  min-height: 71px;
  padding: 20px 50px;
  background: var(--accent-whatsapp);
  color: #fff;
  font-size: 18px;
  gap: 15px;
}

.cta-button--support img {
  width: 46px;
  height: 46px;
}

.footer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  background: var(--bg-contrast);
}

.footer-bar p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

body.has-lead-modal,
body.has-video-modal {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 28px;
}

.video-modal.is-open {
  display: flex;
}

.video-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #071a17;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(44, 194, 149, 0.98);
  color: #161834;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.video-modal__close:hover {
  background: #3dd4a8;
  transform: scale(1.08);
}

.video-modal__player {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-modal__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 16px;
  overflow-y: auto;
}

.lead-modal.is-open {
  display: flex;
}

.lead-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lead-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: #0d2a25;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.lead-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: #2cc295;
  color: #161834;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.lead-modal__close:hover {
  background: #3dd4a8;
  transform: scale(1.1);
}

.lead-modal__brand {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  margin: 0 auto 28px;
  padding-top: 4px;
}

.lead-modal__brand-mark {
  width: 188.584px;
  height: 88.476px;
}

.lead-modal__brand-text {
  color: var(--text-primary);
  font-family: "Archivo Expanded", sans-serif;
  font-size: 20.254px;
  font-weight: 800;
  letter-spacing: 7.8989px;
  line-height: 22.152px;
  white-space: nowrap;
}

.lead-modal__form {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.lead-modal__label {
  display: block;
  margin: 5px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.lead-modal__input {
  width: 100%;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
  outline: none;
}

.lead-modal__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.lead-modal__input:focus {
  border-color: #2cc295;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.lead-modal__submit {
  width: 100%;
  min-height: 0;
  padding: 16px;
  margin-top: 10px;
  border: none;
  border-radius: 50px;
  background: #dcc896;
  color: #0d2a25;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.lead-modal__submit:hover {
  background: #e5d5a1;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(220, 200, 150, 0.4);
}

@media (min-width: 1200px) {
  .teachers__inner,
  .location__inner,
  .included__inner {
    position: relative;
  }

  .teacher-card {
    min-height: 268px;
    height: auto;
  }

  .teacher-card:first-child {
    min-height: 266px;
    height: auto;
  }

  .teacher-card--tall {
    min-height: 460px;
    height: auto;
  }

  .teacher-card + .teacher-card {
    margin-top: 20px;
  }

  .teacher-card:first-child + .teacher-card {
    margin-top: 17px;
  }

  .location {
    padding: 66px 0 234px;
  }

  .location__inner {
    min-height: 713px;
    grid-template-columns: 435px 547px;
    gap: 117px;
  }

  .cta-button--location {
    position: absolute;
    top: 528px;
    left: 2px;
    margin: 0;
  }

  .pricing-note {
    margin-top: 77px;
  }
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  .craft-page {
    min-width: 0;
  }

  .craft-container {
    width: min(352px, calc(100vw - 24px));
  }

  .announcement-bar {
    min-height: 67px;
    padding: 0 10px;
  }

  .announcement-bar p {
    max-width: 353px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 15px;
  }

  .announcement-bar__break,
  .footer-bar__break {
    display: block;
  }

  .cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .cta-button--hero {
    width: min(328px, calc(100vw - 48px));
    min-height: 57.4px;
    margin-top: 33px;
    padding: 17.2px 24px;
    font-size: 18.989px;
    line-height: 22.442px;
  }

  .cta-button--problem {
    width: min(352px, calc(100vw - 24px));
    min-height: 54.4px;
    margin-top: 61px;
    padding: 17.2px 24px;
    font-size: 16.338px;
    line-height: 19.308px;
  }

  .cta-button--always,
  .cta-button--implementation,
  .cta-button--location {
    width: min(352px, calc(100vw - 24px));
    padding: 17.2px 24px;
    font-size: 20.379px;
    line-height: 24.084px;
  }

  .cta-button--always {
    min-height: 59.394px;
    margin-top: 54px;
  }

  .cta-button--modules {
    width: min(350px, calc(100vw - 25px));
    min-height: 52.4px;
    margin-top: 43px;
    padding: 17.2px 24px;
    font-size: 20.205px;
    line-height: 23.879px;
  }

  .cta-button--implementation {
    min-height: 57.4px;
    margin-top: 44px;
  }

  .cta-button--teachers,
  .cta-button--deliverables {
    width: min(352px, calc(100vw - 24px));
    min-height: 60.4px;
    padding: 17.2px 24px;
    font-size: 21.814px;
    line-height: 25.78px;
  }

  .cta-button--location {
    min-height: 59.4px;
    margin-top: 0;
  }

  .cta-button--pricing {
    width: min(349px, calc(100vw - 26px));
    min-height: 58.4px;
    margin-top: 19px;
    padding: 17.2px 24px;
    font-size: 20.205px;
    line-height: 23.879px;
  }

  .hero {
    padding: 18px 0 44px;
    overflow: visible;
  }

  .hero__decor {
    overflow: visible;
  }

  .hero__watermark {
    display: none;
  }

  .hero__inner {
    min-height: 0;
  }

  .hero__gallery {
    position: relative;
    width: 345px;
    max-width: calc(100vw - 30px);
    height: 213.745px;
    margin: 0 auto 24px;
    display: block;
  }

  .hero__tile {
    position: absolute;
    width: 82.772px;
    height: 103.21px;
    margin: 0;
    border-radius: 8.231px;
    overflow: hidden;
  }

  .hero__tile img {
    position: absolute;
    max-width: none;
  }

  .hero__tile--1 {
    top: 0;
    left: 0;
  }

  .hero__tile--1 img {
    top: -2.48%;
    left: -11.87%;
    width: 123.83%;
    height: 102.52%;
  }

  .hero__tile--2 {
    top: 110.536px;
    left: 0;
  }

  .hero__tile--2 img {
    top: -13.79%;
    left: 0;
    width: 103.7%;
    height: 123.78%;
  }

  .hero__tile--3 {
    top: 2.352px;
    left: 87.371px;
  }

  .hero__tile--3 img {
    top: -3.76%;
    left: -17.48%;
    width: 139.72%;
    height: 167.69%;
  }

  .hero__tile--4 {
    top: 2.352px;
    left: 262.228px;
  }

  .hero__tile--4 img {
    top: -2.45%;
    left: -7.37%;
    width: 122.41%;
    height: 104.67%;
  }

  .hero__tile--5 {
    top: 2.555px;
    left: 174.741px;
  }

  .hero__tile--5 img {
    top: -35.81%;
    left: -35.62%;
    width: 141.2%;
    height: 170.03%;
  }

  .hero__tile--6 {
    top: 110.536px;
    left: 174.741px;
  }

  .hero__tile--6 img {
    top: -12.61%;
    left: -7.07%;
    width: 110.95%;
    height: 133.25%;
  }

  .hero__tile--7 {
    top: 110.536px;
    left: 87.371px;
  }

  .hero__tile--7 img {
    top: -6.21%;
    left: -15.49%;
    width: 123.01%;
    height: 148.07%;
  }

  .hero__tile--8 {
    top: 110.536px;
    left: 262.228px;
  }

  .hero__tile--8 img {
    top: 1%;
    left: -6%;
    width: 116%;
    height: 110%;
  }

  .hero__content {
    position: relative;
    width: 100%;
    margin-top: -100px;
    padding-top: 39px;
    text-align: center;
  }

  .hero__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 99px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(10, 41, 36, 0) 0%, #0a2924 100%);
    z-index: 0;
  }

  .hero__brand,
  .hero h1,
  .hero__lead,
  .cta-button--hero {
    position: relative;
    z-index: 1;
  }

  .hero__brand {
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin: 0 auto 10px;
  }

  .hero__brand-mark {
    width: 105.703px;
    height: 49.592px;
  }

  .hero__brand-text {
    font-size: 11.352px;
    line-height: 12.417px;
    letter-spacing: 4.4274px;
  }

  .hero h1 {
    width: 307px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }

  .hero__highlight {
    color: var(--accent-whatsapp);
  }

  .hero__lead {
    width: 349px;
    max-width: 100%;
    margin: 10px auto 0;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .hero__arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 6;
  }

  .problem {
    padding: 64px 0 95px;
  }

  .problem__top {
    display: block;
  }

  .problem__visual img {
    display: block;
    width: 348.389px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .problem__copy {
    margin-top: 65px;
    padding-top: 0;
    text-align: center;
  }

  .problem__copy h2 {
    width: 306px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .problem__highlight {
    width: 270px;
    margin: 32px auto 0;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .problem__text {
    width: 308px;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .problem__text p + p {
    margin-top: 28px;
  }

  .problem__bottom {
    width: 336px;
    max-width: 100%;
    margin: 32px auto 0;
  }

  .problem__intro {
    width: 334px;
    max-width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .problem__reflection {
    width: 336px;
    max-width: 100%;
    margin-top: 32px;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .problem__reflection p + p {
    margin-top: 28px;
  }

  .always-selling {
    padding: 84px 0 88px;
    overflow: visible;
  }

  .always-selling__inner h2 {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .always-selling__copy {
    width: 334px;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .always-selling__copy p + p {
    margin-top: 28px;
  }

  .pillar-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    width: 323px;
    max-width: 100%;
    margin: 54px auto 0;
  }

  .pillar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 323px;
    min-height: 171px;
    padding: 23px 22px 21px;
    gap: 14px;
  }

  .pillar-card__icon {
    width: 41px;
    height: 41px;
    flex: 0 0 41px;
  }

  .pillar-card p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }

  .always-selling__note {
    width: 296px;
    max-width: 100%;
    margin: 54px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .always-selling__divider {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: min(429px, 115vw);
    height: auto;
    margin: 0;
    transform: translate(-50%, 0);
    z-index: 4;
  }

  .modules {
    padding: 107px 0 82px;
  }

  .modules__inner h2 {
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .modules__intro {
    width: 327px;
    max-width: 100%;
    margin: 35px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .module-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    width: 349px;
    max-width: 100%;
    margin: 56px auto 0;
  }

  .module-card {
    width: 349px;
    max-width: 100%;
    height: auto;
    padding: 48px 18px 48px;
    border-width: 0.757px;
    border-radius: 6.056px;
  }

  .module-card:nth-child(1) {
    min-height: 748px;
  }

  .module-card:nth-child(2) {
    min-height: 697px;
  }

  .module-card:nth-child(3) {
    min-height: 591px;
  }

  .module-card:nth-child(4) {
    min-height: 704px;
  }

  .module-card__title {
    font-size: 28px;
    line-height: 48px;
  }

  .module-card__body {
    margin-top: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .module-card__body p + p,
  .module-card__body ul + p,
  .module-card__body p + ul {
    margin-top: 28px;
  }

  .implementation {
    padding: 72px 0 86px;
  }

  .implementation__inner h2 {
    width: 349px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .implementation__copy {
    width: 337px;
    max-width: 100%;
    margin: 24px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .implementation__copy p + p {
    margin-top: 28px;
  }

  .teachers {
    padding: 73px 0 0;
    background: var(--bg-panel);
  }

  .teachers__inner > h2 {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .teacher-list {
    display: flex;
    flex-direction: column;
    width: 266px;
    margin: 33px auto 0;
    gap: 31px;
  }

  .teacher-card {
    display: grid;
    grid-template-columns: 1fr;
    width: 266px;
    height: auto;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .teacher-card__media {
    position: relative;
    width: 266px;
    height: 268px;
    overflow: hidden;
  }

  .teacher-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transform: none;
  }

  .teacher-card--rodrigo .teacher-card__image {
    object-position: center 18%;
  }

  .teacher-card--thiago .teacher-card__image,
  .teacher-card--pedro .teacher-card__image,
  .teacher-card--luiz .teacher-card__image {
    object-position: center top;
  }

  .teacher-card--camila .teacher-card__image {
    object-position: 54% 18%;
  }

  .teacher-card--ricardo .teacher-card__image {
    object-position: center 14%;
  }

  .teacher-card--javier .teacher-card__image {
    object-position: center 20%;
  }

  .teacher-card__body {
    width: 266px;
    min-height: 334px;
    padding: 39px 31px 52px 35px;
    background: var(--bg-base);
    text-align: left;
  }

  .teacher-card__body h3 {
    font-size: 24px;
    line-height: 48px;
    text-align: left;
  }

  .teacher-card__copy {
    width: 199px;
    margin-top: 0;
  }

  .teacher-card__copy p {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }

  .teacher-card--javier .teacher-card__copy,
  .teacher-card--luiz .teacher-card__copy {
    width: 208px;
  }

  .teacher-card--pedro .teacher-card__body {
    min-height: 353px;
    padding: 11px 14px 11px 17px;
  }

  .teacher-card--pedro .teacher-card__copy {
    width: 235px;
  }

  .teacher-card--luiz .teacher-card__body {
    padding-top: 65px;
  }

  .section-bridge {
    height: auto;
  }

  .section-bridge--teachers {
    padding: 60px 0 84px;
    background: linear-gradient(180deg, var(--bg-panel) 0%, var(--bg-panel) 50%, var(--bg-base) 50%, var(--bg-base) 100%);
  }

  .section-bridge__inner {
    width: min(352px, calc(100vw - 24px));
    height: auto;
    margin: 0 auto;
  }

  .section-bridge--teachers .cta-button--teachers {
    position: static;
    top: auto;
    width: min(352px, calc(100vw - 24px));
    margin: 0 auto;
  }

  .deliverables-section {
    padding: 0 0 106px;
  }

  .deliverables h2 {
    width: 247px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .deliverables__subtitle {
    width: 311px;
    max-width: 100%;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .deliverables__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 333px;
    max-width: 100%;
    margin: 44px auto 0;
  }

  .deliverable-card,
  .deliverable-card--tall {
    width: 333px;
    max-width: 100%;
    min-height: 170px;
    padding: 23px 28px 20px 29px;
    border-radius: 8px;
  }

  .deliverable-card__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
  }

  .deliverable-card p {
    font-size: 18px;
    line-height: 29px;
  }

  .deliverables__summary {
    width: 286px;
    max-width: 100%;
    margin: 52px auto 0;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
  }

  .deliverables__summary p + p {
    margin-top: 28px;
  }

  .cta-button--deliverables {
    margin-top: 54px;
  }

  .location {
    padding: 101px 0 66px;
    background: var(--bg-panel);
  }

  .location__inner {
    position: relative;
    display: block;
    padding-bottom: 126px;
  }

  .location__copy {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }

  .location__copy h2 {
    width: 282px;
    max-width: 100%;
    margin: 0 auto 17px;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .location__copy p {
    width: 337px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }

  .location__copy p + p {
    margin-top: 0;
  }

  .location__venue {
    font-size: 18px;
    line-height: 48px;
  }

  .location__schedule {
    display: flex;
    justify-content: center;
    gap: 23px;
    margin-top: 29px;
  }

  .location__date {
    width: auto;
    margin: 0;
    font-size: 18px;
    line-height: 48px;
    white-space: nowrap;
  }

  .location__gallery {
    display: grid;
    gap: 0;
    width: 332px;
    max-width: 100%;
    margin: 35px auto 0;
  }

  .location__gallery img {
    width: 332px;
    max-width: 100%;
    height: auto;
  }

  .location__gallery img:first-child {
    border-radius: 4.15px 4.15px 0 0;
  }

  .location__gallery img:last-child {
    margin-top: -4px;
    border-radius: 0 0 4.15px 4.15px;
  }

  .cta-button--location {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .bonus {
    padding: 66px 0 88px;
  }

  .bonus-card-mobile {
    width: 332px;
    max-width: 100%;
    min-height: 1217px;
    margin: 0 auto;
    border: 1px solid var(--card-border);
    border-radius: 20px;
    background: var(--bg-panel);
    overflow: hidden;
  }

  .bonus-card-mobile__header {
    min-height: 137px;
    padding: 23px 36px 22px;
    background: var(--accent);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  .bonus-card-mobile__header h2 {
    color: var(--bg-base);
    font-size: 20px;
    line-height: 31.039px;
  }

  .bonus-card-mobile__header p {
    width: 240.556px;
    color: var(--bg-base);
    font-size: 15px;
    font-weight: 500;
    line-height: 18.106px;
  }

  .bonus-card-mobile__body {
    padding: 51px 13px 34px;
  }

  .bonus-card-mobile__copy {
    width: 305px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }

  .bonus-card-mobile__copy p + p {
    margin-top: 28px;
  }

  .bonus-card-mobile__copy strong {
    font-weight: 700;
  }

  .bonus-card-mobile__list-title {
    width: 261px;
    max-width: 100%;
    margin: 61px auto 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }

  .bonus-card-mobile__list {
    width: 292px;
    max-width: 100%;
    margin: 42px auto 0;
    padding: 0;
    list-style: none;
  }

  .bonus-card-mobile__list li {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    align-items: flex-start;
  }

  .bonus-card-mobile__list li + li {
    margin-top: 18px;
  }

  .bonus-card-mobile__list img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .bonus-card-mobile__list span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
  }

  .bonus-card-mobile__note {
    width: 261px;
    max-width: 100%;
    margin: 56px auto 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
  }

  .included {
    padding: 0 0 96px;
  }

  .included__inner h2 {
    width: 232px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .included-mobile__list {
    display: flex;
    flex-direction: column;
    width: 332px;
    max-width: 100%;
    margin: 67px auto 0;
    gap: 30px;
  }

  .included-mobile__list > * + * {
    margin-top: 0;
  }

  .included-card-mobile {
    width: 332px;
    max-width: 100%;
    min-height: 568px;
    height: auto;
    padding: 36px 24px 24px;
    border-radius: 10px;
    overflow: hidden;
  }

  .included-card-mobile h3 {
    margin: 0 auto 16px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: var(--text-primary);
  }

  .included-card-mobile__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 284px;
    max-width: 100%;
    margin: 0 auto;
  }

  .included-card-mobile__gallery img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .pricing {
    margin: 149px auto 0;
  }

  .pricing__title {
    width: 311px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 349px;
    margin: 34px auto 0;
  }

  .pricing__grid--online-only {
    grid-template-columns: 1fr;
    width: 349px;
  }

  .pricing-card {
    width: 349px;
    max-width: 100%;
    min-height: 0;
    padding: 30px 20px 20px;
    border-radius: 18px;
  }

  .pricing-card__header {
    min-height: 0;
  }

  .pricing-card__title {
    font-size: 24px;
    line-height: 30px;
  }

  .pricing-card__location {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-card__divider {
    margin-top: 18px;
  }

  .pricing-card__benefits {
    margin-top: 24px;
    padding-left: 20px;
  }

  .pricing-card__benefits li {
    font-size: 15px;
    line-height: 24px;
  }

  .pricing-card__benefits li + li {
    margin-top: 14px;
  }

  .pricing-card__price {
    padding-top: 28px;
  }

  .pricing-card__installments {
    line-height: 41.523px;
  }

  .pricing-card__installments span {
    display: inline;
    margin-bottom: 0;
    font-size: 21.854px;
  }

  .pricing-card__installments strong {
    font-size: 41.523px;
  }

  .pricing-card__cash {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .cta-button--pricing {
    width: 100%;
    max-width: 309px;
    margin-top: 16px;
  }

  .pricing-note {
    width: 311px;
    max-width: 100%;
    margin: 44px auto 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .lead-modal__panel {
    padding: 24px 20px 20px;
  }

  .lead-modal__close {
    top: 14px;
    right: 14px;
  }

  .lead-modal__brand {
    gap: 10px;
    margin-bottom: 24px;
    padding-top: 8px;
  }

  .lead-modal__brand-mark {
    width: 150px;
    height: auto;
  }

  .lead-modal__brand-text {
    font-size: 16px;
    letter-spacing: 5.8px;
    line-height: 18px;
  }

  .testimonials__top {
    padding: 62px 0 104px;
  }

  .testimonials__inner {
    width: min(352px, calc(100vw - 24px));
  }

  .testimonials__inner h2 {
    width: 234px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 31px;
    width: 352px;
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0;
    overflow: visible;
  }

  .video-embed {
    width: 352px;
    max-width: 100%;
    aspect-ratio: 352 / 197.511;
    border-radius: 9.778px;
  }

  .video-embed__play {
    width: 58px;
    height: 58px;
  }

  .video-embed__play::after {
    top: 21px;
    left: 24px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 14px;
  }

  .video-embed__hint {
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .video-modal {
    padding: 14px;
  }

  .video-modal__panel {
    padding: 8px;
    border-radius: 14px;
  }

  .video-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }

  .support {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
    padding: 42px 0 102px;
  }

  .support h2 {
    width: 328px;
    max-width: 100%;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }

  .cta-button--support {
    width: min(352px, calc(100vw - 24px));
    min-height: 65.768px;
    padding: 11.579px 46.316px;
    border-radius: 63.743px;
    gap: 13.895px;
    justify-content: center;
    font-size: 16.674px;
    line-height: 24.084px;
  }

  .cta-button--support img {
    width: 42.611px;
    height: 42.611px;
  }

  .footer-bar {
    min-height: 101px;
    padding: 36px 20px 35px;
  }

  .footer-bar p {
    width: 246px;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
  }
}
