:root {
  --black: #080808;
  --black-soft: #151515;
  --white: #ffffff;
  --paper: #f5f5f2;
  --soft: #eeeeea;
  --ink: #181818;
  --muted: #62666d;
  --line: #deded8;
  --line-dark: rgba(255, 255, 255, 0.12);
  --yellow: #ffb20f;
  --yellow-strong: #f49b00;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  --radius: 8px;
  --container: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

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

img {
  max-width: 100%;
}

#topo,
#cursos,
#depoimentos,
#aulas-praticas,
#sobre,
#atendimento,
#contato {
  scroll-margin-top: 88px;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--black);
  background: var(--yellow);
  border-radius: var(--radius);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  padding: 0.75rem max(1rem, calc((100vw - var(--container)) / 2));
  color: var(--white);
  background: rgba(8, 8, 8, 0.94);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand__mark {
  width: 50px;
  height: 38px;
  object-fit: contain;
}

.brand__copy {
  display: grid;
  line-height: 1.12;
}

.brand__copy strong {
  font-size: 0.95rem;
}

.brand__copy small {
  color: #c8c8c8;
  font-size: 0.74rem;
}

.main-nav {
  display: none;
  align-items: center;
  gap: 1.45rem;
  color: #e8e8e8;
  font-size: 0.93rem;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--yellow);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.header-cta {
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  color: var(--black);
  background: var(--yellow);
}

.button {
  min-height: 52px;
  padding: 0.9rem 1.18rem;
  border: 1px solid transparent;
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--black);
  background: var(--yellow);
  box-shadow: 0 14px 30px rgba(255, 178, 15, 0.18);
}

.button--primary:hover,
.button--primary:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  background: var(--yellow-strong);
}

.button--secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  color: var(--black);
  background: var(--white);
}

.button--wide {
  width: 100%;
  max-width: 350px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--yellow-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.94) 58%, rgba(28, 28, 28, 0.96) 100%);
  padding: 4rem 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 28%;
  min-width: 220px;
  background: linear-gradient(135deg, rgba(255, 178, 15, 0.92), rgba(244, 155, 0, 0.72));
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: center;
}

.hero__copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: 2.45rem;
  line-height: 1.08;
}

.hero__subtitle {
  max-width: 680px;
  margin: 1.1rem 0 0;
  color: #eeeeee;
  font-size: 1.04rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.hero-consultant {
  position: relative;
  overflow: hidden;
  width: min(100%, 390px);
  margin-inline: auto;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.hero-consultant::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 5px;
  background: linear-gradient(90deg, var(--yellow), var(--yellow-strong));
}

.hero-consultant__photo {
  position: relative;
  width: 100%;
  height: 390px;
  min-height: 390px;
  overflow: hidden;
  aspect-ratio: auto;
  background: #f4efe8;
}

.hero-consultant__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-consultant__body {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
}

.hero-consultant__label {
  color: var(--yellow-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-consultant h2,
.hero-consultant p {
  margin: 0;
}

.hero-consultant h2 {
  font-size: 1.55rem;
  line-height: 1.1;
}

.hero-consultant p {
  color: var(--muted);
  line-height: 1.45;
}

.hero-consultant .button {
  min-height: 46px;
  padding-block: 0.75rem;
}

.hero-banner-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--black);
  border-top: 4px solid var(--yellow);
  box-sizing: border-box;
}

.hero-banner-slider__viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  touch-action: pan-y;
  user-select: none;
  transition: height 280ms ease;
}

.hero-banner-slider__track {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-banner-slider__track.is-dragging {
  cursor: grabbing;
  transition: none;
}

.hero-banner-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  aspect-ratio: 1920 / 680;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--black);
  line-height: 0;
}

.hero-banner-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.hero-banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
}

.hero-banner-slider__arrow {
  position: absolute;
  z-index: 12;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: var(--white);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hero-banner-slider__arrow span {
  font-size: 2rem;
  line-height: 0.8;
  transform: translateY(-1px);
}

.hero-banner-slider__arrow:hover {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow);
}

.hero-banner-slider__arrow:focus-visible,
.hero-banner-slider__dot:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.hero-banner-slider__arrow--prev {
  left: 18px;
}

.hero-banner-slider__arrow--next {
  right: 18px;
}

.hero-banner-slider__dots {
  position: absolute;
  z-index: 10;
  bottom: 18px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 999px;
  backdrop-filter: blur(5px);
  line-height: normal;
  transform: translateX(-50%);
}

.hero-banner-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.hero-banner-slider__dot.is-active {
  width: 26px;
  background: var(--yellow);
  border-radius: 999px;
}

@media (min-width: 1200px) {
  .hero-banner-slider,
  .hero-banner-slide {
    max-height: 720px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero-banner-slide {
    aspect-ratio: 16 / 6;
  }
}

@media (max-width: 767px) {
  .hero-banner-slide {
    aspect-ratio: auto;
    min-height: 0;
  }

  .hero-banner-slide picture {
    height: auto;
  }

  .hero-banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero-banner-slider__arrow {
    display: none;
  }

  .hero-banner-slider__dots {
    bottom: 8px;
    gap: 6px;
    padding: 5px 8px;
  }

  .hero-banner-slider__dot {
    width: 7px;
    height: 7px;
  }

  .hero-banner-slider__dot.is-active {
    width: 18px;
  }
}

.quick-benefits {
  color: var(--white);
  background: #111111;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 1rem 0;
}

.quick-benefits__grid {
  display: grid;
  gap: 0.7rem;
}

.quick-benefits article {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 48px;
  color: #f4f4f4;
}

.mini-icon,
.course-card__icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--black);
  background: var(--yellow);
  border-radius: var(--radius);
}

.mini-icon {
  width: 38px;
  height: 38px;
}

.mini-icon svg,
.course-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: 4.5rem 0;
}

.section--light {
  background: var(--paper);
}

.section--white {
  background: var(--white);
}

.section--soft {
  background: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading--sticky {
  margin-bottom: 0;
}

.section-heading h2,
.contact-panel h2,
.final-cta h2,
.trust-section h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.12;
}

.section-heading p,
.contact-panel p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.course-grid {
  display: grid;
  gap: 1rem;
}

.course-showcase {
  display: grid;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.course-showcase__image {
  min-height: 240px;
  background: #111111;
}

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

.course-showcase__copy {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
}

.course-showcase__copy span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.course-showcase h3,
.course-showcase p {
  margin: 0;
}

.course-showcase h3 {
  font-size: 1.65rem;
  line-height: 1.08;
}

.course-showcase p {
  color: #e8e8e8;
}

.course-showcase .button {
  width: fit-content;
}

.course-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0;
  overflow: hidden;
  min-height: 420px;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 155, 0, 0.42);
  box-shadow: var(--shadow);
}

.course-card__icon {
  width: 46px;
  height: 46px;
  margin: 1rem 1rem 0;
}

.course-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 4.55;
  overflow: hidden;
  padding: 0.45rem;
  background:
    linear-gradient(135deg, #111111, #1c1c1c);
  border-bottom: 1px solid var(--line);
}

.course-card__media:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: -3px;
}

.course-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: calc(var(--radius) - 2px);
  transition: transform 220ms ease;
}

.course-card:hover .course-card__media img {
  transform: none;
}

.nr-slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d0d0d;
  border-radius: calc(var(--radius) - 2px);
}

.nr-slider::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.nr-slider__slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 900ms ease;
}

.nr-slider__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.nr-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.nr-slider__slide > span {
  position: absolute;
  left: 0.72rem;
  top: 0.72rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.38rem 0.55rem;
  color: var(--black);
  background: var(--yellow);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
}

.nr-slider__dots {
  position: absolute;
  left: 0.72rem;
  right: 0.72rem;
  bottom: 0.72rem;
  z-index: 3;
  display: flex;
  gap: 0.32rem;
}

.nr-slider__dots span {
  display: block;
  flex: 1 1 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  transition: background-color 220ms ease;
}

.nr-slider__dots span.is-active {
  background: var(--yellow);
}

.course-card__media-cta {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  z-index: 4;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.55rem 0.9rem;
  color: var(--white);
  background: rgba(8, 8, 8, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.course-card__media:hover .course-card__media-cta,
.course-card__media:focus-visible .course-card__media-cta {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow);
  transform: translateX(-50%) translateY(-2px);
}

.course-card h3 {
  margin: 0.78rem 1rem 0;
  font-size: 1.08rem;
  line-height: 1.22;
}

.course-card p {
  margin: 0.52rem 1rem 0;
  color: var(--muted);
}

.course-card a:not(.course-card__media) {
  align-self: end;
  width: fit-content;
  margin: 1rem;
  color: var(--black);
  border-bottom: 2px solid var(--yellow);
  font-weight: 850;
  transition: color 180ms ease, border-color 180ms ease;
}

.course-card a:not(.course-card__media):hover,
.course-card a:not(.course-card__media):focus-visible {
  color: var(--yellow-strong);
  border-color: var(--black);
}

.testimonials-section {
  overflow: hidden;
}

.testimonial-grid {
  display: grid;
  gap: 1rem;
}

.testimonial-card {
  display: grid;
  gap: 1rem;
  min-height: 250px;
  padding: 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.testimonial-card__avatar {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 950;
}

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

.testimonial-card h3,
.testimonial-card p {
  margin: 0;
}

.testimonial-card h3 {
  font-size: 1.05rem;
  line-height: 1.2;
}

.testimonial-card__course {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.testimonial-card__comment {
  color: var(--ink);
}

.testimonial-card__stars {
  display: flex;
  gap: 0.18rem;
  color: var(--yellow-strong);
  font-size: 1rem;
  letter-spacing: 0;
}

.testimonial-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: auto;
}

.testimonial-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.55rem;
  color: var(--black);
  background: rgba(255, 178, 15, 0.16);
  border: 1px solid rgba(244, 155, 0, 0.32);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 850;
}

.testimonial-submit {
  display: grid;
  gap: 1.35rem;
  align-items: start;
  margin-top: 1.5rem;
  padding: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 178, 15, 0.12), transparent 34%),
    linear-gradient(145deg, #080808, #171717);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.testimonial-submit__copy {
  color: var(--white);
}

.testimonial-submit__copy h3,
.testimonial-submit__copy p {
  margin: 0;
}

.testimonial-submit__copy h3 {
  font-size: 1.65rem;
  line-height: 1.1;
}

.testimonial-submit__copy p:not(.eyebrow) {
  margin-top: 0.7rem;
  color: #e5e5e5;
}

.testimonial-quick-stats {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.testimonial-quick-stats span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0.42rem 0.62rem;
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 850;
}

.testimonial-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0.8rem;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

.review-form__section {
  display: grid;
  gap: 0.95rem;
  padding: 0.95rem;
  background: #fbfbf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.review-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.review-section-heading > span {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--black);
  background: var(--yellow);
  border-radius: var(--radius);
  font-size: 0.8rem;
  font-weight: 950;
}

.review-section-heading h4,
.review-section-heading p {
  margin: 0;
}

.review-section-heading h4 {
  font-size: 1rem;
  line-height: 1.18;
}

.review-section-heading p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.review-fields-grid,
.highlight-columns,
.review-story-grid,
.review-form__footer {
  display: grid;
  gap: 0.85rem;
}

.form-field {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
}

.form-field label,
.rating-field legend,
.experience-field legend {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.form-field input,
.form-field textarea {
  width: 100%;
  color: var(--ink);
  background: #fbfbf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  min-height: 46px;
  padding: 0.72rem 0.8rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 118px;
}

.form-field input:focus,
.form-field textarea:focus {
  background: var(--white);
  border-color: var(--yellow-strong);
  box-shadow: 0 0 0 3px rgba(255, 178, 15, 0.18);
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #b42318;
}

.form-field small {
  justify-self: end;
  color: var(--muted);
  font-size: 0.78rem;
}

.rating-field,
.experience-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.experience-field {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.rating-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.rating-options label {
  cursor: pointer;
}

.rating-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}

.rating-options span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--black);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 950;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rating-options--stars {
  gap: 0.34rem;
}

.rating-options--stars span {
  width: 46px;
  height: 46px;
  font-size: 1.22rem;
}

.rating-options--stars label.is-active span,
.rating-options input:checked + span,
.rating-options input:focus-visible + span {
  background: var(--yellow);
  border-color: var(--yellow-strong);
}

.rating-options label:hover span {
  transform: translateY(-1px);
}

.rating-feedback {
  min-height: 1.35em;
  margin: 0.12rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.experience-chips,
.comment-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.experience-chips label {
  cursor: pointer;
}

.experience-chips input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.experience-chips span,
.comment-prompts button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.46rem 0.62rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.15;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.experience-chips input:checked + span,
.experience-chips input:focus-visible + span,
.comment-prompts button:hover,
.comment-prompts button:focus-visible {
  color: var(--black);
  background: var(--yellow);
  border-color: var(--yellow-strong);
}

.experience-chips label:hover span,
.comment-prompts button:hover,
.comment-prompts button:focus-visible {
  transform: translateY(-1px);
}

.comment-prompts button {
  cursor: pointer;
}

.comment-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.comment-meter {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 7px;
  overflow: hidden;
  background: var(--paper);
  border-radius: 999px;
}

.comment-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), var(--yellow-strong));
  border-radius: inherit;
  transition: width 180ms ease;
}

.testimonial-preview {
  display: grid;
  gap: 0.78rem;
  padding: 0.95rem;
  align-content: start;
  background: var(--white);
  border: 1px dashed rgba(244, 155, 0, 0.48);
  border-radius: var(--radius);
}

.testimonial-preview__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-preview h4,
.testimonial-preview p {
  margin: 0;
}

.testimonial-preview h4 {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.testimonial-preview__top p {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.testimonial-preview__comment {
  color: var(--ink);
}

.testimonial-preview__meta {
  display: grid;
  gap: 0.55rem;
}

.testimonial-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.testimonial-form__actions {
  display: grid;
  gap: 0.7rem;
  align-items: center;
}

.testimonial-form__actions .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.testimonial-form__actions .button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.form-status.is-success {
  color: #147a3d;
}

.form-status.is-error {
  color: #b42318;
}

.media-promo-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.media-promo-main {
  min-width: 0;
}

.video-grid {
  display: grid;
  gap: 1rem;
}

.video-card {
  overflow: hidden;
  cursor: default;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.video-card:hover,
.video-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(244, 155, 0, 0.42);
  box-shadow: var(--shadow);
}

.video-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: default;
  background:
    linear-gradient(135deg, rgba(8, 8, 8, 0.94), rgba(27, 27, 27, 0.76)),
    linear-gradient(135deg, var(--yellow), var(--yellow-strong));
}

.video-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58));
}

.video-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end start;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.video-card__play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: var(--black);
  background: var(--yellow);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.video-card__play:hover {
  background: #ffc13d;
  box-shadow: 0 10px 30px rgba(255, 176, 0, 0.45);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-card__play:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.video-card__play svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  pointer-events: none;
}

.video-card__body {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  cursor: default;
}

.video-card h3,
.video-card p {
  margin: 0;
}

.video-card h3 {
  font-size: 1.05rem;
  line-height: 1.22;
}

.video-card p {
  color: var(--muted);
}

.promo-banner {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.promo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 178, 15, 0.16), transparent 42%);
  pointer-events: none;
}

.promo-banner__kicker {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0.35rem 0.55rem;
  color: var(--black);
  background: var(--yellow);
  border-radius: var(--radius);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.promo-banner__image {
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.76)),
    var(--promo-image, linear-gradient(135deg, #232323, #111111));
  background-position: center;
  background-size: cover;
}

.promo-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem;
}

.promo-banner__content span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-banner h2,
.promo-banner p {
  margin: 0;
}

.promo-banner h2 {
  font-size: 1.65rem;
  line-height: 1.05;
}

.promo-banner p {
  color: #eeeeee;
}

.promo-banner ul {
  display: grid;
  gap: 0.42rem;
  margin: 0.15rem 0;
  padding: 0;
  list-style: none;
}

.promo-banner li {
  position: relative;
  padding-left: 1.05rem;
  color: #f4f4f4;
  font-weight: 780;
}

.promo-banner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--yellow);
  border-radius: 50%;
}

.promo-banner .button {
  width: 100%;
  margin-top: 0.2rem;
}

.about-grid,
.contact-panel,
.trust-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.trust-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 100%;
  box-sizing: border-box;
}

.trust-grid > * {
  min-width: 0;
}

.principles {
  display: grid;
  gap: 0.85rem;
}

.principles article,
.steps article,
.trust-items article {
  border-radius: var(--radius);
}

.principles article {
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.principles span,
.steps span {
  color: var(--yellow-strong);
  font-weight: 950;
}

.principles h3,
.steps h3,
.trust-items strong {
  margin: 0;
  color: var(--ink);
}

.principles p,
.steps p {
  margin: 0;
  color: var(--muted);
}

.contact-panel {
  align-items: center;
  padding: 1.25rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 8, 8, 0.98), rgba(21, 21, 21, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-panel__copy {
  max-width: 720px;
}

.contact-panel h2,
.contact-panel p {
  margin: 0;
}

.contact-panel p:not(.eyebrow) {
  margin-top: 0.85rem;
  color: #e3e3e3;
}

.steps {
  display: grid;
  gap: 1rem;
  counter-reset: step;
}

.steps article {
  position: relative;
  padding: 1.15rem;
  background: var(--paper);
  border: 1px solid var(--line);
}

.steps h3 {
  font-size: 1.05rem;
}

.trust-section {
  max-width: 100%;
  color: var(--white);
  background: var(--black-soft);
  padding: 4.5rem 0;
  box-sizing: border-box;
}

.trust-section h2 {
  max-width: 520px;
}

.trust-items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.875rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.trust-items article {
  display: grid;
  gap: 0;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  padding: 1.375rem 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
}

.trust-items strong {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--yellow);
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.trust-items span {
  display: block;
  color: var(--white);
  font-size: 0.9375rem;
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  color: var(--white);
  background: var(--black);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 32%;
  background: linear-gradient(135deg, rgba(255, 178, 15, 0.95), rgba(244, 155, 0, 0.75));
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
}

.final-cta__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  max-width: 820px;
}

.final-cta p {
  margin: 0;
  color: #f1f1f1;
}

.site-footer {
  color: var(--white);
  background: #0d0d0d;
  padding: 2.75rem 0 1rem;
}

.footer-layout {
  display: grid;
  gap: 2rem;
}

.footer-brand img {
  width: min(100%, 310px);
  margin-bottom: 1rem;
}

.footer-brand p {
  max-width: 540px;
  margin: 0;
  color: #d9d9d9;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.footer-links strong,
.footer-contact strong {
  font-size: 1.05rem;
}

.footer-links a,
.footer-contact span {
  color: #cfcfcf;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--yellow);
}

.footer-contact .button {
  width: fit-content;
  margin-top: 0.35rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.5rem 0.7rem;
  color: var(--white);
  background: #1c1c1c;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--black);
  background: var(--yellow);
  transform: translateY(-1px);
}

.copyright {
  width: min(100% - 2rem, var(--container));
  margin: 2rem auto 0;
  padding-top: 1rem;
  color: #bdbdbd;
  border-top: 1px solid var(--line-dark);
  font-size: 0.95rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.65rem 0.8rem;
  color: var(--white);
  background: linear-gradient(135deg, #24d366, #12b657);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  box-shadow:
    0 0 0 9px rgba(36, 211, 102, 0.15),
    0 0 32px rgba(36, 211, 102, 0.42),
    0 18px 40px rgba(0, 0, 0, 0.24);
  font-weight: 900;
  isolation: isolate;
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  animation: whatsappFloatGlow 2.6s ease-in-out infinite;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(36, 211, 102, 0.28);
  pointer-events: none;
}

.floating-whatsapp::before {
  animation: whatsappPulseRing 2s ease-out infinite;
}

.floating-whatsapp::after {
  inset: -15px;
  background: radial-gradient(circle, rgba(36, 211, 102, 0.3), transparent 64%);
  filter: blur(2px);
  opacity: 0.78;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 0 0 12px rgba(36, 211, 102, 0.17),
    0 0 44px rgba(36, 211, 102, 0.58),
    0 20px 44px rgba(0, 0, 0, 0.26);
}

.floating-whatsapp svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes whatsappPulseRing {
  0% {
    opacity: 0.55;
    transform: scale(0.86);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.42);
  }
}

@keyframes whatsappFloatGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 9px rgba(36, 211, 102, 0.14),
      0 0 30px rgba(36, 211, 102, 0.4),
      0 18px 40px rgba(0, 0, 0, 0.24);
  }

  50% {
    box-shadow:
      0 0 0 13px rgba(36, 211, 102, 0.2),
      0 0 44px rgba(36, 211, 102, 0.62),
      0 18px 40px rgba(0, 0, 0, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-whatsapp,
  .floating-whatsapp::before {
    animation: none;
  }

  .hero-banner-slider__track {
    transition: none;
  }
}

@media (min-width: 620px) {
  .hero h1 {
    font-size: 3.25rem;
  }

  .section-heading h2,
  .contact-panel h2,
  .final-cta h2,
  .trust-section h2 {
    font-size: 2.55rem;
  }

  .quick-benefits__grid,
  .course-grid,
  .testimonial-grid,
  .video-grid,
  .steps,
  .trust-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 820px) {
  .main-nav {
    display: flex;
  }

  .hero {
    padding: 5.25rem 0;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  }

  .section {
    padding: 6rem 0;
  }

  .about-grid,
  .contact-panel {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .hero-consultant {
    justify-self: end;
    margin-inline: 0;
  }

  .contact-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .media-promo-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }

  .course-showcase {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  }

  .course-showcase__copy {
    padding: 1.5rem 1.4rem;
  }

  .testimonial-submit {
    grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1.48fr);
    padding: 1.5rem;
  }

  .testimonial-form {
    grid-template-columns: 1fr;
  }

  .review-fields-grid,
  .highlight-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rating-field {
    grid-column: 1 / -1;
  }

  .review-story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  }

  .review-form__footer {
    grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
    align-items: end;
  }

  .testimonial-form__actions {
    grid-template-columns: minmax(190px, max-content) minmax(0, 1fr);
  }

  .testimonial-form__actions .button {
    width: auto;
  }

  .promo-banner {
    position: sticky;
    top: 90px;
  }

  .footer-layout {
    grid-template-columns: 1.2fr 0.45fr 0.65fr;
    align-items: start;
  }
}

@media (min-width: 1060px) {
  .hero h1 {
    font-size: 4.35rem;
  }

  .quick-benefits__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .course-showcase h3 {
    font-size: 2rem;
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps,
  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .trust-grid {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.8fr);
  }

  .trust-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  body {
    padding-bottom: 3.75rem;
  }

  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  .site-header {
    min-height: 62px;
    padding: 0.55rem 0.75rem;
    gap: 0.75rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand__mark {
    width: 44px;
    height: 34px;
  }

  .brand__copy strong {
    font-size: 0.86rem;
  }

  .brand__copy small {
    font-size: 0.68rem;
  }

  .header-cta {
    min-height: 38px;
    padding: 0.55rem 0.72rem;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .hero {
    padding: 2.35rem 0 1.75rem;
  }

  .hero::before {
    right: -18%;
    width: 38%;
    min-width: 120px;
    opacity: 0.22;
    clip-path: polygon(58% 0, 100% 0, 100% 100%, 24% 100%);
  }

  .hero__grid {
    gap: 1.15rem;
  }

  .hero__copy {
    max-width: 560px;
  }

  .hero .eyebrow {
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
  }

  .hero h1 {
    max-width: 12.6em;
    font-size: 2.5rem;
    line-height: 1.06;
  }

  .hero__subtitle {
    max-width: 34rem;
    margin-top: 0.85rem;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero__actions {
    flex-direction: column;
    gap: 0.62rem;
    width: min(100%, 360px);
    margin-top: 1.05rem;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 46px;
    padding: 0.76rem 1rem;
  }

  .hero-consultant {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    width: min(100%, 430px);
    margin-inline: 0;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  }

  .hero-consultant::before {
    inset: 0 auto 0 0;
    width: 4px;
    height: auto;
  }

  .hero-consultant__photo {
    height: auto;
    min-height: 100%;
    aspect-ratio: auto;
  }

  .hero-consultant__photo img {
    object-position: center top;
  }

  .hero-consultant__body {
    gap: 0.45rem;
    padding: 0.82rem 0.9rem;
  }

  .hero-consultant__label {
    font-size: 0.66rem;
  }

  .hero-consultant h2 {
    font-size: 1.18rem;
  }

  .hero-consultant p {
    display: -webkit-box;
    overflow: hidden;
    color: #565b62;
    font-size: 0.86rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .hero-consultant .button {
    min-height: 40px;
    padding: 0.58rem 0.7rem;
    font-size: 0.86rem;
  }

  .quick-benefits {
    padding: 0.7rem 0;
    background: #141414;
  }

  .quick-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .quick-benefits article {
    min-height: 44px;
    padding: 0.5rem 0.55rem;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
  }

  .quick-benefits strong {
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .mini-icon {
    width: 30px;
    height: 30px;
  }

  .mini-icon svg {
    width: 17px;
    height: 17px;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 58px;
    min-height: 58px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    box-shadow:
      0 0 0 11px rgba(36, 211, 102, 0.17),
      0 0 38px rgba(36, 211, 102, 0.55),
      0 18px 40px rgba(0, 0, 0, 0.28);
  }

  .floating-whatsapp svg {
    width: 29px;
    height: 29px;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .testimonial-grid {
    display: flex;
    gap: 0.85rem;
    margin-inline: -0.75rem;
    padding: 0 0.75rem 0.35rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .testimonial-card {
    flex: 0 0 min(86vw, 340px);
    min-height: 230px;
    scroll-snap-align: start;
  }

  .testimonial-submit {
    margin-top: 1.1rem;
  }

  .media-promo-layout {
    gap: 1rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .course-showcase__image {
    min-height: 220px;
  }

  .course-showcase .button {
    width: 100%;
  }

  .promo-banner {
    display: grid;
    grid-template-columns: minmax(120px, 0.42fr) minmax(0, 0.58fr);
  }

  .promo-banner__kicker {
    left: 0.75rem;
    top: 0.75rem;
    font-size: 0.66rem;
  }

  .promo-banner__image {
    min-height: 100%;
  }

  .promo-banner__content {
    padding: 1rem;
  }

  .promo-banner h2 {
    font-size: 1.3rem;
  }

  .promo-banner p,
  .promo-banner li {
    font-size: 0.9rem;
  }
}

@media (max-width: 520px) {
  body {
    padding-bottom: 3.5rem;
  }

  .brand__mark {
    width: 40px;
    height: 31px;
  }

  .brand__copy strong {
    font-size: 0.82rem;
  }

  .brand__copy small {
    display: none;
  }

  .header-cta {
    min-height: 36px;
    padding-inline: 0.64rem;
    font-size: 0.8rem;
  }

  .hero {
    padding: 2rem 0 1.35rem;
  }

  .hero::before {
    right: -24%;
    width: 42%;
    min-width: 105px;
    opacity: 0.18;
  }

  .hero h1 {
    max-width: 11.8em;
    font-size: 1.92rem;
    line-height: 1.08;
  }

  .hero__subtitle {
    margin-top: 0.78rem;
    font-size: 0.93rem;
    line-height: 1.46;
  }

  .hero__actions {
    width: 100%;
    margin-top: 0.95rem;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 44px;
  }

  .hero-consultant {
    grid-template-columns: 96px minmax(0, 1fr);
    width: 100%;
  }

  .hero-consultant__photo {
    aspect-ratio: auto;
  }

  .hero-consultant__body {
    padding: 0.72rem;
  }

  .hero-consultant h2 {
    font-size: 1.08rem;
  }

  .hero-consultant p {
    font-size: 0.82rem;
  }

  .hero-consultant .button {
    min-height: 38px;
    font-size: 0.82rem;
  }

  .quick-benefits__grid {
    gap: 0.45rem;
  }

  .quick-benefits article {
    padding: 0.48rem;
  }

  .quick-benefits strong {
    font-size: 0.78rem;
  }

  .section {
    padding: 4rem 0;
  }

  .testimonial-card {
    flex-basis: min(88vw, 320px);
    padding: 1rem;
  }

  .video-card__body {
    padding: 0.9rem;
  }

  .promo-banner {
    grid-template-columns: 1fr;
  }

  .promo-banner__image {
    min-height: 235px;
  }

  .contact-panel .button {
    width: 100%;
  }

  .floating-whatsapp {
    width: 56px;
    min-height: 56px;
  }
}

@media (max-width: 640px) {
  .trust-items {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-items article {
    padding: 1.25rem;
  }

  .trust-items strong {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .video-card__media img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .video-card__play {
    width: 52px;
    height: 52px;
  }

  .video-card__play svg {
    width: 23px;
    height: 23px;
  }
}

/* Hero HTML + menu mobile */
.mobile-header,
.mobile-menu {
  display: none;
}

.hero-banner-slider__track {
  align-items: flex-start;
}

.hero-slide--consultant {
  display: flex;
  min-height: 620px;
  max-height: none;
  padding: 2.6rem 0 4.6rem;
  color: var(--white);
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.99), rgba(8, 8, 8, 0.94) 62%, #1c1c1c);
  aspect-ratio: auto;
  line-height: 1.6;
}

.hero-slide--consultant::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 28%;
  min-width: 220px;
  background: linear-gradient(135deg, rgba(255, 178, 15, 0.94), rgba(244, 155, 0, 0.74));
  clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero-slide--consultant .hero__grid,
.hero-slide--consultant .hero__copy,
.hero-slide--consultant .hero__actions,
.hero-slide--consultant .hero-consultant {
  position: relative;
  z-index: 5;
}

.hero-slide--consultant h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 4.35vw, 4.35rem);
  line-height: 1.08;
}

.hero-slide--banner,
.hero-slide__banner-link,
.hero-slide--banner picture {
  height: 100%;
}

.hero-slide__banner-link {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  background: var(--black);
  pointer-events: auto;
}

.hero-slide--banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

@media (max-width: 768px) {
  #topo,
  #cursos,
  #depoimentos,
  #aulas-praticas,
  #sobre,
  #atendimento,
  #contato {
    scroll-margin-top: 86px;
  }

  .site-header {
    display: none;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 82px;
    padding: 12px 20px;
    background: var(--white);
    border-bottom: 4px solid var(--yellow);
  }

  .mobile-header__logo,
  .mobile-menu__logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .mobile-header__logo img,
  .mobile-menu__logo img {
    width: auto;
    max-width: 165px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
  }

  .mobile-menu-toggle {
    display: grid;
    flex: 0 0 48px;
    gap: 6px;
    align-content: center;
    justify-items: center;
    width: 48px;
    height: 48px;
    padding: 8px 4px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 38px;
    height: 3px;
    background: #111111;
    border-radius: 999px;
    transition: transform 250ms ease, opacity 250ms ease;
  }

  .mobile-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .mobile-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #111111;
    background: var(--white);
    scrollbar-width: none;
    -ms-overflow-style: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .mobile-menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu__top {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 82px;
    padding: max(12px, env(safe-area-inset-top)) 20px 12px;
    background: var(--white);
    border-bottom: 1px solid #eeeeee;
  }

  .mobile-menu__close {
    position: relative;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .mobile-menu__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 3px;
    background: #111111;
    border-radius: 999px;
  }

  .mobile-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 28px 24px calc(40px + env(safe-area-inset-bottom));
  }

  .mobile-menu__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    border-radius: 10px;
  }

  .mobile-menu__nav a:hover,
  .mobile-menu__nav a:focus-visible {
    color: #c98300;
    background: #fff7e4;
  }

  .mobile-menu__whatsapp {
    max-width: 340px;
    margin-top: 20px;
    color: #111111 !important;
    background: var(--yellow) !important;
    box-shadow: 0 10px 24px rgba(255, 176, 0, 0.25);
  }

  .hero-slide--consultant {
    min-height: 0;
    padding: 2rem 0 5rem;
  }

  .hero-slide--consultant::before {
    right: -18%;
    width: 40%;
    min-width: 120px;
    opacity: 0.22;
  }

  .hero-slide--consultant h1 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .hero-slide--consultant .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-slide--consultant .hero__actions .button,
  .hero-slide--consultant .hero-consultant .button {
    width: 100%;
  }

  .hero-slide--banner .hero-slide__banner-link,
  .hero-slide--banner picture {
    height: 100%;
  }

  .hero-slide--banner {
    aspect-ratio: 1 / 1;
  }

  .hero-slide--banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (min-width: 769px) {
  .mobile-header,
  .mobile-menu,
  .mobile-menu-toggle {
    display: none !important;
  }
}

@media (min-width: 820px) {
  .hero-slide--consultant .hero-consultant__photo img {
    object-position: center top;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner-slider__viewport {
    transition: none;
  }
}
