:root {
  --bg: #f5fbff;
  --ink: #07131f;
  --muted: #5a6b7d;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-strong: #ffffff;
  --line: rgba(9, 36, 61, 0.12);
  --blue: #0077ff;
  --cyan: #00b8ff;
  --green: #00bf7d;
  --gold: #ffb21a;
  --orange: #ff7a1a;
  --shadow: 0 24px 80px rgba(10, 32, 55, 0.16);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 184, 255, 0.18), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(0, 191, 125, 0.14), transparent 30%),
    linear-gradient(180deg, #f7fcff 0%, #edf8ff 48%, #ffffff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.announcement-bar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.45rem 1rem;
  color: #041422;
  background: linear-gradient(90deg, #ffdf70, #7ee8ff, #85f0b8);
  box-shadow: 0 10px 34px rgba(0, 38, 73, 0.14);
  font-size: 0.88rem;
  font-weight: 950;
  text-align: center;
}

.announcement-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.announcement-bar span + span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(4, 20, 34, 0.45);
}

.announcement-bar a {
  padding: 0.32rem 0.62rem;
  border-radius: 8px;
  color: #fff;
  background: #061826;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 32px), var(--max));
  margin: 54px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 60px rgba(0, 27, 53, 0.14);
  backdrop-filter: blur(18px);
}

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

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 119, 255, 0.22);
}

.brand strong {
  display: block;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  padding: 0.72rem 0.9rem;
  color: #234158;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #001f3d;
  background: rgba(0, 119, 255, 0.1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: 162px 16px 42px;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 15, 27, 0.9) 0%, rgba(3, 15, 27, 0.6) 48%, rgba(3, 15, 27, 0.12) 100%),
    url("hero.jpg") center / cover no-repeat;
  transform: scale(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(245, 251, 255, 1), rgba(245, 251, 255, 0));
}

.hero-content {
  width: min(var(--max), calc(100% - 20px));
  margin: 0 auto;
  padding-bottom: 34px;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(3.2rem, 10vw, 8.5rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 690px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 650;
}

.hero-actions,
.community-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid transparent;
}

.btn.primary {
  color: #03101e;
  background: linear-gradient(135deg, #00e39a, #00b8ff);
  box-shadow: 0 18px 50px rgba(0, 184, 255, 0.32);
}

.btn.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.btn.light {
  color: #06213c;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.micro-copy {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-signal {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-signal span {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(4, 20, 36, 0.58);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(16px);
}

.trust-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  transform: translateY(-16px);
}

.trust-strip span {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  box-shadow: 0 16px 40px rgba(0, 38, 73, 0.08);
  color: #0c3353;
  font-weight: 900;
  text-align: center;
}

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

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

.section-heading h2,
.split-copy h2,
.community-card h2,
.disclaimer-block h2 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p,
.split-copy p,
.community-card p,
.disclaimer-block p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 650;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.product-card,
.class-panel,
.contact-card,
.terminal,
.community-card,
.disclaimer-block > div,
.detail-card,
.schedule-card,
.module-card,
.location-card,
.course-cta-card,
.women-note,
.course-hero-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.product-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 1.25rem;
}

.card-kicker {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3,
.class-panel h3,
.method-list h3 {
  margin: 0.8rem 0 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.product-card p,
.class-panel li,
.method-list p {
  color: var(--muted);
  font-weight: 650;
}

.product-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.check-list {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.check-list li {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 850;
}

.class-panel {
  padding: 1.5rem;
}

.class-panel ol {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
}

.class-panel li + li {
  margin-top: 0.85rem;
}

.lead-magnet {
  padding-top: 28px;
}

.lead-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid rgba(0, 119, 255, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 184, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 247, 255, 0.92));
  box-shadow: var(--shadow);
}

.lead-card h2,
.roadmap .section-heading h2,
.course-hero h1,
.course-hero-panel h2,
.location-card h2,
.course-cta-card h2 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.lead-card p {
  max-width: 700px;
  color: var(--muted);
  font-weight: 700;
}

.roadmap {
  padding-top: 58px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.roadmap-step {
  min-height: 260px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.roadmap-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #061826;
  background: linear-gradient(135deg, var(--gold), #fff0b0);
  font-weight: 950;
}

.roadmap-step h3 {
  margin: 1rem 0 0.5rem;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.roadmap-step p {
  color: var(--muted);
  font-weight: 700;
}

.method {
  padding-top: 58px;
}

.lab-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.terminal {
  overflow: hidden;
  background: #07111d;
  color: #eaf7ff;
}

.terminal-top {
  display: flex;
  gap: 0.4rem;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.terminal-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--orange);
}

.terminal-top span:nth-child(2) {
  background: var(--gold);
}

.terminal-top span:nth-child(3) {
  background: var(--green);
}

.terminal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 1rem;
}

.terminal-grid div {
  min-height: 92px;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.terminal-grid small {
  display: block;
  color: #84a7bf;
  font-weight: 800;
}

.terminal-grid strong {
  display: block;
  margin-top: 0.45rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.15;
}

.terminal img {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.method-list {
  display: grid;
  gap: 0.75rem;
}

.method-list article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
}

.method-list h3 {
  margin: 0;
}

.method-list p {
  margin-bottom: 0;
}

.faq {
  padding-top: 42px;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 14px 40px rgba(0, 38, 73, 0.08);
}

.faq-list summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: #061826;
  font-weight: 950;
}

.faq-list p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--muted);
  font-weight: 700;
}

.course-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 178, 26, 0.22), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(0, 184, 255, 0.18), transparent 32%),
    linear-gradient(180deg, #f7fcff 0%, #eef8ff 52%, #ffffff 100%);
}

.course-hero {
  width: min(var(--max), calc(100% - 32px));
  min-height: 720px;
  margin: 0 auto;
  padding: 180px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1rem;
  align-items: center;
}

.course-hero-copy {
  padding: clamp(1.2rem, 4vw, 2rem);
}

.course-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.course-hero-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 700;
}

.course-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.course-badges span {
  padding: 0.62rem 0.82rem;
  border: 1px solid rgba(0, 119, 255, 0.16);
  border-radius: 8px;
  color: #062e53;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 950;
}

.course-page .micro-copy {
  color: var(--muted);
}

.course-hero-panel {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 249, 255, 0.9)),
    url("hero.jpg") center / cover no-repeat;
}

.course-hero-panel img {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 119, 255, 0.22);
}

.course-hero-panel h2 {
  margin-top: 1.2rem;
  color: #061826;
}

.course-hero-panel p,
.course-hero-panel li {
  color: #244057;
  font-weight: 800;
}

.course-hero-panel ul {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.course-hero-panel li,
.women-note p {
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(9, 36, 61, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.details-grid,
.schedule-grid,
.module-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

.detail-card,
.schedule-card,
.module-card {
  padding: 1.2rem;
}

.detail-card {
  min-height: 190px;
}

.detail-card span,
.schedule-card span,
.module-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.detail-card strong,
.schedule-card strong {
  display: block;
  margin-top: 0.55rem;
  color: #061826;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
}

.detail-card p,
.module-card p {
  color: var(--muted);
  font-weight: 700;
}

.module-card h3,
.women-note h3 {
  margin: 0.8rem 0 0.4rem;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.women-note {
  margin-top: 1rem;
  padding: 1.2rem;
}

.women-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.location-card,
.course-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.location-card p,
.course-cta-card p {
  color: var(--muted);
  font-weight: 700;
}

.course-cta-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 20, 38, 0.94), rgba(0, 74, 124, 0.82)),
    url("hero.jpg") center / cover no-repeat;
}

.course-cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

.community {
  padding-top: 44px;
}

.community-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 5vw, 3rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 20, 38, 0.95), rgba(0, 74, 124, 0.82)),
    url("hero.jpg") center / cover no-repeat;
}

.community-card p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.reviews {
  padding-top: 42px;
}

.reviews-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1rem;
  align-items: stretch;
}

.reviews-score,
.review-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.reviews-score {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 1.25rem;
}

.score-label {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-score strong {
  display: block;
  margin: 0.9rem 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.7rem, 8vw, 5rem);
  line-height: 0.92;
  color: #061826;
}

.reviews-score p {
  color: var(--muted);
  font-weight: 700;
}

.review-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.review-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 1.15rem;
}

.review-card span {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 900;
}

.review-card p {
  color: #294056;
  font-weight: 700;
}

.review-card cite {
  margin-top: auto;
  color: #061826;
  font-style: normal;
  font-weight: 900;
}

.review-card small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-weight: 800;
}

.empty-review {
  grid-column: 1 / -1;
  min-height: 220px;
}

.contact {
  padding-top: 42px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card {
  padding: 1.25rem;
}

.contact-card span {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.contact-card strong {
  display: block;
  margin-top: 0.4rem;
  color: #062e53;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.disclaimer-block {
  padding-top: 30px;
}

.disclaimer-block > div {
  padding: 1.3rem;
}

.legal-page {
  min-height: 82vh;
  padding-top: 132px;
}

.legal-page h1 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1;
}

.legal-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.legal-links a {
  color: var(--blue);
  font-weight: 900;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-weight: 800;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  min-height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  color: #03101e;
  background: linear-gradient(135deg, #00e39a, #00b8ff);
  box-shadow: 0 16px 50px rgba(0, 184, 255, 0.35);
  font-weight: 950;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .product-grid,
  .trust-strip,
  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .lab-preview,
  .contact-grid,
  .reviews-shell,
  .lead-card,
  .course-hero,
  .location-card,
  .course-cta-card {
    grid-template-columns: 1fr;
  }

  .details-grid,
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .review-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .announcement-bar {
    min-height: 62px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.32rem 0.55rem;
    padding: 0.5rem 0.8rem;
    font-size: 0.76rem;
    overflow: hidden;
  }

  .announcement-bar span,
  .announcement-bar a {
    white-space: normal;
  }

  .site-header {
    width: calc(100% - 20px);
    margin-top: 72px;
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 42px;
    margin-left: auto;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .brand {
    max-width: calc(100% - 58px);
  }

  .site-nav {
    position: fixed;
    inset: 136px 10px auto 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  body.legal .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    padding: 1rem;
  }

  body.legal .site-nav a {
    padding: 0.7rem 0.75rem;
  }

  .hero {
    min-height: 84vh;
    padding-top: 178px;
  }

  .course-hero {
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
    min-height: auto;
    padding-top: 190px;
    overflow: hidden;
  }

  .course-hero-copy {
    width: 100%;
    max-width: 340px;
    padding: 0.5rem;
    overflow: hidden;
  }

  .course-hero-copy h1 {
    font-size: clamp(2.3rem, 13vw, 3.4rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .course-hero-copy p {
    max-width: 340px;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .course-badges {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .course-badges span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-actions .btn,
  .section-actions .btn {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .course-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .hero-signal,
  .trust-strip,
  .product-grid,
  .roadmap-grid,
  .details-grid,
  .schedule-grid,
  .module-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .site-footer {
    flex-direction: column;
  }

  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
