:root {
  --blue: #a3cbc3;
  --ice: #e8efef;
  --ink: #18322f;
  --muted: #55706b;
  --paper: #fbfdfc;
  --line: rgba(24, 50, 47, 0.16);
  --shadow: 0 24px 80px rgba(24, 50, 47, 0.18);
  --section-title-size: clamp(1.7rem, 2.15vw, 2.35rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ice);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 26rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.32) 0 1px, transparent 1px 90px);
  content: "";
  opacity: 0.7;
}

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

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

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: var(--scroll-progress, 0%);
  height: 4px;
  background: #2b6c63;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 clamp(18px, 6vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(232, 239, 239, 0.82);
  box-shadow: 0 10px 34px rgba(24, 50, 47, 0.1);
  backdrop-filter: blur(18px);
  transform: none;
}

.site-header.is-transparent {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.brand {
  position: absolute;
  top: 0;
  left: clamp(18px, 6vw, 76px);
  z-index: 21;
  display: inline-flex;
  width: auto;
  height: 74px;
  align-items: center;
  flex: 0 0 auto;
  background: transparent;
  transition: z-index 0s;
}

.brand.is-behind {
  z-index: 5;
}

.brand img {
  width: auto;
  height: 100%;
  object-fit: contain;
  background: transparent;
}

.brand-spacer {
  width: 190px;
  height: 100%;
  flex: 0 0 auto;
}

.nav-spacer {
  width: 260px;
  height: 100%;
  flex: 0 0 auto;
}

.fold > .container {
  position: relative;
  z-index: 10;
}

.primary-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  height: 74px;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.primary-nav a,
.floating-cta,
.button {
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.primary-nav a:hover,
.social-links a:hover,
.floating-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.floating-cta {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: #25d366;
  color: white;
}

.floating-cta svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.floating-cta:hover {
  background: #1fba59;
  box-shadow: 0 20px 42px rgba(7, 24, 22, 0.3);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 154px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(24, 50, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.32);
  color: var(--ink);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-links a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
}

.social-links .instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.social-links .instagram-icon circle:last-child {
  fill: currentColor;
  stroke: none;
}

.social-links a:nth-child(2) svg,
.social-links a:nth-child(3) svg {
  stroke: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.fold {
  position: relative;
  overflow: hidden;
  min-height: 92vh;
  padding: 126px 0 112px;
  isolation: auto;
}

.fold-blue {
  background: var(--blue);
}

.fold-ice {
  background: var(--ice);
}

.certification-fold {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.certification-fold-one {
  min-height: 118vh;
  background-image:
    linear-gradient(rgba(232, 239, 239, 0.34), rgba(232, 239, 239, 0.34)),
    url("assets/poli-6.png");
  background-position: 32% center;
}

.certification-fold-two {
  background-image:
    linear-gradient(rgba(163, 203, 195, 0.3), rgba(163, 203, 195, 0.3)),
    url("assets/poli-1.jpg");
}

.certification-fold-three {
  background-image:
    linear-gradient(rgba(232, 239, 239, 0.34), rgba(232, 239, 239, 0.34)),
    url("assets/poli-4.png");
}

.certification-fold-one.transition-cut {
  clip-path: polygon(0 0, 100% 2.8vw, 100% 100%, 0 100%);
}

.certification-fold-two.transition-arc,
.certification-fold-three.transition-arc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -8vw;
  padding-top: calc(126px + 8vw);
  clip-path: polygon(
    0 7vw,
    8% 4.2vw,
    20% 1.8vw,
    34% 0.5vw,
    50% 0,
    66% 0.5vw,
    80% 1.8vw,
    92% 4.2vw,
    100% 7vw,
    100% 100%,
    0 100%
  );
}

.certification-title {
  position: relative;
  left: -190px;
  z-index: 4;
  justify-self: center;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: -72px auto 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  line-height: 1.14;
  text-align: center;
  box-shadow:
    none;
  text-shadow:
    0 5px 8px rgba(24, 50, 47, 0.62),
    0 13px 22px rgba(24, 50, 47, 0.5),
    0 28px 46px rgba(24, 50, 47, 0.4);
}

.certification-title::after {
  position: absolute;
  right: 2%;
  bottom: -14px;
  left: 2%;
  height: 3px;
  border-radius: 999px;
  background: white;
  box-shadow:
    0 3px 12px rgba(255, 255, 255, 0.72),
    0 8px 22px rgba(24, 50, 47, 0.28);
  content: "";
  transform: scaleX(var(--certification-underline-progress, 0));
  transform-origin: left center;
  transition: transform 80ms linear;
}

.certification-content {
  display: grid;
  align-content: start;
}

.certification-split {
  display: grid;
  width: min(1280px, calc(100% - 40px));
  max-width: none;
  min-height: 62vh;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  margin-inline: auto;
}

.certification-content .certification-split {
  width: min(1380px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.certification-side {
  position: relative;
  min-width: 0;
  min-height: 100%;
}

.certification-blob {
  position: relative;
  top: 42px;
  left: -210px;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 620px);
  min-height: 850px;
  margin-right: 0;
  margin-left: auto;
  padding: clamp(36px, 3.2vw, 52px);
  border: 0;
  border-radius: 34px;
  background: rgba(232, 239, 239, 0.78);
  box-shadow:
    0 0 38px 24px rgba(232, 239, 239, 0.66),
    0 0 92px 52px rgba(232, 239, 239, 0.42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.module-card {
  color: var(--ink);
}

.module-card-two {
  z-index: 22;
  top: 0;
  left: 54px;
  margin-right: auto;
  margin-left: 0;
  background: rgba(163, 203, 195, 0.84);
  box-shadow:
    0 0 38px 24px rgba(163, 203, 195, 0.7),
    0 0 92px 52px rgba(163, 203, 195, 0.48);
}

.certification-fold-two,
.certification-fold-two .certification-split,
.certification-fold-two .certification-side-left {
  z-index: 22;
}

.module-card-three {
  top: -72px;
  left: -20px;
  min-height: auto;
  background: rgba(232, 239, 239, 0.78);
  box-shadow:
    0 0 38px 24px rgba(232, 239, 239, 0.66),
    0 0 92px 52px rgba(232, 239, 239, 0.42);
}

.certification-fold-three {
  padding-bottom: 90px;
}

.certification-whatsapp-cta {
  position: relative;
  z-index: 4;
  display: flex;
  width: fit-content;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  padding: 18px 34px;
  border-radius: 8px;
  background: #163f3a;
  color: white;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 40px rgba(24, 50, 47, 0.34);
  animation: certification-cta-pulse 1.9s ease-in-out infinite;
}

.certification-whatsapp-cta:hover {
  background: #163f3a;
}

@keyframes certification-cta-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 40px rgba(24, 50, 47, 0.34);
  }

  50% {
    transform: scale(1.055);
    box-shadow:
      0 20px 46px rgba(24, 50, 47, 0.44),
      0 0 0 12px rgba(37, 211, 102, 0.12);
  }
}

.module-number {
  display: block;
  margin-bottom: 16px;
  color: #2b6c63;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.module-card h3 {
  max-width: 540px;
  margin: 0 auto 34px;
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
}

.module-date {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 0 32px;
  color: #102f2b;
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  line-height: 1.3;
  animation: module-date-pulse 2.2s ease-in-out infinite;
}

.module-date svg {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  fill: none;
  stroke: #2b6c63;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.module-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-card li {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1.15rem, 1.42vw, 1.34rem);
  font-weight: 600;
  line-height: 1.4;
}

.module-card li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  width: 24px;
  height: 24px;
  background: #244c46;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 28 28'%3E%3Cpath d='M5 3h13a2 2 0 0 1 2 2v4.1a3.5 3.5 0 1 1 0 5.8V19a2 2 0 0 1-2 2h-4.1a3.5 3.5 0 1 0-5.8 0H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 28 28'%3E%3Cpath d='M5 3h13a2 2 0 0 1 2 2v4.1a3.5 3.5 0 1 1 0 5.8V19a2 2 0 0 1-2 2h-4.1a3.5 3.5 0 1 0-5.8 0H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@keyframes module-date-pulse {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(16, 47, 43, 0);
  }

  50% {
    transform: scale(1.035);
    text-shadow: 0 5px 18px rgba(16, 47, 43, 0.3);
  }
}

.fold::after {
  position: absolute;
  right: -12%;
  bottom: -8rem;
  z-index: -1;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(24, 50, 47, 0.12);
  border-radius: 50%;
  content: "";
}

.transition-cut {
  clip-path: polygon(0 0, 100% 2.8vw, 100% 100%, 0 calc(100% - 2.8vw));
  margin-top: -2.8vw;
  padding-top: calc(126px + 2.8vw);
}

.transition-arc {
  border-top-left-radius: 42% 7vw;
  border-top-right-radius: 58% 7vw;
  margin-top: -4vw;
  padding-top: calc(126px + 4vw);
}

.transition-wave::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  background: inherit;
  clip-path: ellipse(60% 100% at 50% 0%);
  content: "";
  filter: brightness(1.05);
}

.hero {
  display: grid;
  min-height: 100vh;
  align-items: center;
  padding-top: 120px;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  top: 74px;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 24, 22, 0.04) 0%, rgba(7, 24, 22, 0.08) 43%, rgba(7, 24, 22, 0.62) 66%, rgba(7, 24, 22, 0.9) 100%),
    linear-gradient(180deg, rgba(7, 24, 22, 0.12), rgba(7, 24, 22, 0.28));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(290px, 25vw) 1fr minmax(500px, 40vw);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
  width: 100%;
  max-width: none;
  padding-right: clamp(24px, 6vw, 110px);
  padding-left: clamp(24px, 6vw, 110px);
}

.hero-copy {
  grid-column: 3;
  width: 100%;
  max-width: 680px;
  justify-self: end;
  text-align: left;
}

.hero-benefits {
  grid-column: 1;
  width: 100%;
  max-width: 430px;
  justify-self: start;
  margin-left: -40px;
}

.hero-benefits ul {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}

.hero-benefits li::before {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: rgba(217, 241, 237, 0.92);
  color: var(--ink);
  content: "✓";
  font-size: 0.88rem;
  font-weight: 900;
}

.hero-benefits li span {
  width: fit-content;
  padding: 4px 9px 6px;
  border-radius: 9px;
  background: rgba(7, 24, 22, 0.46);
  box-shadow: 0 3px 12px rgba(7, 24, 22, 0.06);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #2c6b62;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6.4vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
  line-height: 1.18;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.lead {
  color: #385955;
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  line-height: 1.64;
}

.narrow {
  max-width: 790px;
  margin-inline: auto;
}

.hero-copy p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 14px;
  color: white;
  font-size: clamp(2.7rem, 4.5vw, 4.4rem);
  line-height: 1.02;
  text-align: center;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transform: translateX(-28px);
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 24px;
  color: #d9f1ed;
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-28px);
}

.hero-cta {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  margin-top: 30px;
  transform: translateX(-28px);
}

.hero-button {
  margin-inline: auto;
  min-height: 56px;
  padding-inline: 28px;
  border-color: #d9f1ed;
  background: #d9f1ed;
  color: var(--ink);
  box-shadow: 0 18px 40px rgba(7, 24, 22, 0.25);
}

.hero-button:hover {
  background: white;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(24, 50, 47, 0.18);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 34px rgba(24, 50, 47, 0.18);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.38);
}

.button.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span,
.included-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  color: #244844;
  font-size: 0.9rem;
  font-weight: 700;
}

.glass,
.offer-card,
.story-card,
.testimonial-shell {
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel {
  padding: 30px;
}

.hero-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.hero-panel ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.hero-panel li {
  display: flex;
  gap: 10px;
  color: #244844;
  font-weight: 700;
}

.hero-panel li::before {
  color: #2b6c63;
  content: "✓";
}

.two-col,
.authority,
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.qualification-grid article,
.outcome-grid article,
.curriculum article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 16px 42px rgba(24, 50, 47, 0.08);
}

.problem-section {
  min-height: 100vh;
}

.problem-content {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: none;
}

.problem-part {
  width: 100%;
}

.problem-part-one,
.problem-part-three {
  text-align: center;
}

.problem-title {
  max-width: 820px;
  margin: 0 auto 48px;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.18;
  text-align: center;
}

.problem-background {
  display: grid;
  width: 100%;
  justify-items: center;
  margin-bottom: -112px;
  padding: 68px max(20px, calc((100vw - 1120px) / 2)) 112px;
}

.learning-flow {
  display: grid;
  width: 100%;
  max-width: 1080px;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: center;
  margin: 0 auto 42px;
}

.learning-flow article {
  display: grid;
  min-height: 132px;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(163, 203, 195, 0.9);
  box-shadow: 0 16px 38px rgba(7, 24, 22, 0.2);
  color: #071816;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.flow-arrow {
  color: #e8efef;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}

.problem-subtitle {
  margin: 0 auto 28px;
  color: white;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  text-align: center;
}

.problem-visual {
  position: relative;
  width: min(100%, 1040px);
  margin-bottom: 52px;
  padding: clamp(42px, 5vw, 68px) clamp(24px, 5vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 24, 22, 0.22);
  overflow: hidden;
}

.problem-visual-content {
  position: relative;
  z-index: 1;
}

.problem-details {
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

.problem-details ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.problem-details li {
  position: relative;
  padding: 15px 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

.problem-details li::before {
  display: inline-block;
  margin-right: 10px;
  color: #a3cbc3;
  content: "•";
  font-size: 1.35rem;
  vertical-align: middle;
}

.problem-conclusion {
  margin: 0;
  color: white;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.42;
}

.problem-conclusion strong {
  color: #a3cbc3;
  font-weight: 800;
}

.problem-part[data-problem-stage] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.problem-part[data-problem-stage].visible {
  opacity: 1;
  transform: translateY(0);
}

.problem-split {
  display: grid;
  width: min(1440px, calc(100% - 40px));
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 5vw, 86px);
  align-items: center;
}

.problem-image {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.problem-image img {
  display: block;
  width: 116%;
  max-width: 850px;
  max-height: 820px;
  filter:
    drop-shadow(0 14px 18px rgba(52, 71, 68, 0.28))
    drop-shadow(0 26px 42px rgba(52, 71, 68, 0.2));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
  object-fit: contain;
}

.problem-image-caption {
  position: absolute;
  right: -32px;
  bottom: 0;
  left: 32px;
  z-index: 2;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.55vw, 1.4rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 5px 14px rgba(52, 71, 68, 0.18);
}

.problem-copy {
  width: 100%;
  max-width: 700px;
  justify-self: end;
}

.problem-copy h2 {
  margin-bottom: 46px;
  color: var(--ink);
  font-size: var(--section-title-size);
  line-height: 1.14;
  text-align: center;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.42),
    0 12px 20px rgba(52, 71, 68, 0.34),
    0 24px 40px rgba(52, 71, 68, 0.26);
  transform: translateY(-25px);
}

.problem-copy h3 {
  margin-bottom: 30px;
  color: #2b6c63;
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
}

.problem-copy ul {
  display: grid;
  gap: 8px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.problem-copy li {
  position: relative;
  padding: 10px 0 10px 28px;
  color: #294d48;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 600;
  line-height: 1.55;
}

.problem-copy li::before {
  position: absolute;
  top: 9px;
  left: 3px;
  color: #2b6c63;
  content: "•";
  font-size: 1.35rem;
}

.problem-conclusion-wide,
.problem-conclusion-wide strong {
  color: var(--ink);
}

.problem-conclusion-wide {
  grid-column: 1 / -1;
  width: min(100%, 980px);
  margin: -42px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 50, 47, 0.18);
  font-size: clamp(1.42rem, 2.05vw, 1.9rem);
  line-height: 1.48;
  text-align: center;
}

.story-wrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 42px;
  align-items: stretch;
}

.story-card {
  padding: clamp(28px, 5vw, 58px);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline div {
  position: relative;
  padding: 28px 28px 28px 34px;
  border-left: 3px solid #2b6c63;
  background: rgba(232, 239, 239, 0.52);
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.timeline span {
  color: #476964;
  line-height: 1.55;
}

.method-origin {
  min-height: 88vh;
}

.method-origin.transition-arc {
  margin-top: -1.5vw;
  padding-top: 32px;
  padding-bottom: 64px;
  border-top-left-radius: 42% 1.6vw;
  border-top-right-radius: 58% 1.6vw;
}

.method-origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.62fr);
  gap: clamp(52px, 8vw, 120px);
  align-items: start;
}

.method-origin-copy {
  max-width: 720px;
  align-self: start;
  margin-top: 70px;
}

.method-origin-label {
  display: block;
  margin: 0 auto 34px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  text-shadow:
    0 5px 7px rgba(52, 71, 68, 0.62),
    0 13px 22px rgba(52, 71, 68, 0.46),
    0 28px 46px rgba(52, 71, 68, 0.34);
}

.method-origin-copy h2 {
  margin-bottom: 54px;
  color: var(--ink);
  font-size: var(--section-title-size);
  line-height: 1.16;
  text-align: center;
  text-shadow:
    0 4px 7px rgba(52, 71, 68, 0.56),
    0 12px 20px rgba(52, 71, 68, 0.44),
    0 25px 42px rgba(52, 71, 68, 0.34);
  transform: none;
}

.method-origin-copy p {
  max-width: 680px;
  margin-bottom: 22px;
  color: #294d48;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.method-origin-copy p:last-child {
  margin-bottom: 0;
}

.method-video-wrap {
  position: relative;
  width: min(100%, 370px);
  aspect-ratio: 2 / 3;
  justify-self: center;
  filter: drop-shadow(0 24px 40px rgba(24, 50, 47, 0.24));
}

.method-video-column {
  display: grid;
  justify-items: center;
}

.method-video-title {
  max-width: 390px;
  margin: 0 auto 12px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.method-video-wrap::before {
  position: absolute;
  top: 3.2%;
  left: 16.4%;
  z-index: 0;
  width: 67.2%;
  height: 93.7%;
  border-radius: 48px;
  background: #000;
  content: "";
}

.method-video-wrap::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("assets/fundo-iphone.png") center / 100% 100% no-repeat;
  content: "";
  pointer-events: none;
}

.method-video {
  position: absolute;
  top: 3.2%;
  left: 16.4%;
  z-index: 1;
  display: block;
  width: 67.2%;
  height: 93.7%;
  border: 0;
  border-radius: 48px;
  background: #000;
  object-fit: cover;
}

.method-panels {
  display: grid;
  width: min(1440px, calc(100% - 40px));
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  margin-top: 68px;
}

.method-panel {
  position: relative;
  height: 100%;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 16px;
  background:
    linear-gradient(rgba(7, 24, 22, 0.8), rgba(7, 24, 22, 0.86)),
    url("assets/sala-2.png") center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(24, 50, 47, 0.12);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.method-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--ink);
  content: "";
  opacity: 0.82;
}

.method-panel:hover {
  border-color: rgba(232, 239, 239, 0.58);
  background:
    linear-gradient(rgba(7, 24, 22, 0.72), rgba(7, 24, 22, 0.8)),
    url("assets/sala-2.png") center / cover no-repeat;
  box-shadow: 0 26px 58px rgba(24, 50, 47, 0.2);
  transform: translateY(-7px);
}

.method-panel h3 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 24px;
  padding: 8px 14px 10px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--ink);
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  text-align: center;
  text-shadow:
    0 3px 5px rgba(52, 71, 68, 0.38),
    0 8px 14px rgba(52, 71, 68, 0.28),
    0 16px 26px rgba(52, 71, 68, 0.2);
}

.method-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-panel li {
  position: relative;
  min-height: 24px;
  padding: 0 24px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.96rem, 1.15vw, 1.06rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.method-panel li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--ink);
  content: "\2713";
  font-size: 0.74rem;
  font-weight: 900;
}

.centered,
.section-head,
.final-box {
  text-align: center;
}

.qualification-grid,
.outcome-grid,
.curriculum {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}

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

.qualification-grid article {
  padding: 28px;
}

.qualification-grid strong,
.qualification-grid span {
  display: block;
}

.qualification-grid strong {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.qualification-grid span {
  color: var(--muted);
  line-height: 1.55;
}

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

.outcome-grid article,
.curriculum article {
  padding: 26px;
}

.outcome-grid article span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--ice);
  color: #2b6c63;
}

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

.curriculum b {
  display: inline-block;
  margin-bottom: 18px;
  color: #2b6c63;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.portrait-orbit {
  display: grid;
  min-height: 440px;
  place-items: center;
}

.portrait-orbit::before {
  position: absolute;
  width: min(36vw, 420px);
  height: min(36vw, 420px);
  border: 1px solid rgba(24, 50, 47, 0.18);
  border-radius: 50%;
  animation: spin 18s linear infinite;
  content: "";
}

.portrait {
  position: relative;
  display: grid;
  width: min(74vw, 360px);
  aspect-ratio: 1;
  place-items: center;
  border: 16px solid rgba(232, 239, 239, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 36%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(135deg, #6faaa1, #e8efef);
  box-shadow: var(--shadow);
}

.portrait span {
  color: rgba(24, 50, 47, 0.78);
  font-size: 3rem;
  font-weight: 900;
}

.authority-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.authority-stats span {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.32);
  color: var(--muted);
  line-height: 1.45;
}

.authority-stats strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.therapist-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.38), transparent 30rem),
    linear-gradient(135deg, rgba(163, 203, 195, 0.95), rgba(232, 239, 239, 0.78));
}

.therapist-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.therapist-copy h2 {
  margin: 0 0 48px;
  color: var(--ink);
  font-size: var(--section-title-size);
  line-height: 1.12;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.42),
    0 12px 20px rgba(52, 71, 68, 0.34),
    0 24px 40px rgba(52, 71, 68, 0.26);
}

.therapist-copy p {
  max-width: 760px;
  margin: 0 0 22px;
  color: #294d48;
  font-size: clamp(1.08rem, 1.45vw, 1.26rem);
  line-height: 1.68;
}

.therapist-copy p:last-child {
  margin-bottom: 0;
}

.therapist-photo {
  position: relative;
  justify-self: center;
  width: min(100%, 430px);
}

.therapist-photo::before {
  position: absolute;
  inset: 22px -18px -22px 18px;
  z-index: -1;
  border-radius: 26px;
  background: rgba(232, 239, 239, 0.64);
  box-shadow: 0 28px 72px rgba(24, 50, 47, 0.28);
  content: "";
}

.therapist-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 56px rgba(24, 50, 47, 0.24);
}

.therapist-boards {
  display: grid;
  width: min(1440px, calc(100% - 40px));
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  margin-top: 78px;
}

.classroom-board {
  position: relative;
  min-height: 660px;
  padding: 48px 34px 40px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 32%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 28px),
    #183f39;
  color: #f5fbf9;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 32px rgba(0, 0, 0, 0.2),
    0 26px 58px rgba(24, 50, 47, 0.24);
}

.classroom-board::before {
  position: absolute;
  inset: -14px;
  z-index: -1;
  padding: 14px;
  border-radius: 24px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52'%3E%3Cpath fill='%234da3d9' d='M8 8h14a5 5 0 1 1 8 0h14v14a5 5 0 1 0 0 8v14H30a5 5 0 1 0-8 0H8V30a5 5 0 1 1 0-8V8Z'/%3E%3Cpath fill='%2389c540' d='M34 4h10v10a4 4 0 1 1 0 8v10H34a4 4 0 1 0-8 0H16V22a4 4 0 1 1 0-8V4h10a4 4 0 1 0 8 0Z' opacity='.9'/%3E%3Cpath fill='%23f4c542' d='M5 34h12a4 4 0 1 1 8 0h12v12H25a4 4 0 1 0-8 0H5V34Z' opacity='.9'/%3E%3Cpath fill='%23d95f8f' d='M32 30h14v14H32a4 4 0 1 1 0-8v-6Z' opacity='.92'/%3E%3C/svg%3E") center / 58px 58px repeat;
  content: "";
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.classroom-board h3 {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: clamp(1.7rem, 2.1vw, 2.35rem);
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.12), 0 8px 20px rgba(0, 0, 0, 0.28);
}

.classroom-board:nth-child(1) h3,
.classroom-board:nth-child(2) h3 {
  margin-bottom: 42px;
}

.classroom-board ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.classroom-board li {
  position: relative;
  padding-left: 34px;
  font-family: "Comic Sans MS", "Segoe Print", cursive;
  font-size: clamp(0.98rem, 1.15vw, 1.14rem);
  font-weight: 700;
  line-height: 1.38;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.18);
}

.classroom-board li::before {
  position: absolute;
  top: 0.06em;
  left: 0;
  color: #bfe9df;
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 1.35em;
  font-weight: 900;
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  padding: 24px;
}

.testimonial-track {
  position: relative;
  min-height: 245px;
}

.testimonial {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 18px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.testimonial.active {
  opacity: 1;
  transform: translateY(0);
}

.testimonial p {
  color: var(--ink);
  font-size: clamp(1.28rem, 3vw, 2rem);
  line-height: 1.35;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.testimonial strong {
  margin-top: 10px;
}

.testimonial span {
  color: var(--muted);
}

.testimonial-nav {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
  cursor: pointer;
  font-size: 2rem;
}

.social-proof-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.76), transparent 34rem),
    linear-gradient(135deg, rgba(232, 239, 239, 0.96), rgba(163, 203, 195, 0.6));
}

.social-proof-wrap {
  display: grid;
  gap: 58px;
}

.social-proof-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.social-proof-head h2 {
  max-width: 1040px;
  margin: 0 0 36px;
  color: var(--ink);
  font-size: var(--section-title-size);
  line-height: 1.12;
  text-align: center;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.42),
    0 12px 20px rgba(52, 71, 68, 0.34),
    0 24px 40px rgba(52, 71, 68, 0.26);
}

.social-proof-copy {
  display: grid;
  max-width: 960px;
  gap: 18px;
}

.social-proof-copy p {
  margin: 0;
  color: #294d48;
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.68;
}

.social-proof-copy p:last-child {
  margin-top: 10px;
  color: var(--ink);
  font-weight: 800;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.social-proof-grid article {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.36);
  color: var(--ink);
  font-size: clamp(1.25rem, 1.9vw, 1.65rem);
  font-weight: 900;
  text-align: center;
  box-shadow:
    0 20px 48px rgba(24, 50, 47, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.included-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.offer-card {
  padding: clamp(24px, 4vw, 38px);
  background: rgba(232, 239, 239, 0.7);
}

.offer-card h3 {
  margin-bottom: 22px;
  font-size: 1.75rem;
}

.enrollment-section {
  min-height: auto;
  padding-bottom: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.36), transparent 32rem),
    linear-gradient(135deg, rgba(163, 203, 195, 0.98), rgba(232, 239, 239, 0.74));
}

.enrollment-wrap {
  display: grid;
  gap: 42px;
}

.enrollment-wrap > h2 {
  max-width: 1180px;
  margin: 0 auto 10px;
  color: var(--ink);
  font-size: var(--section-title-size);
  line-height: 1.08;
  text-align: center;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.48),
    0 14px 24px rgba(52, 71, 68, 0.38),
    0 30px 52px rgba(52, 71, 68, 0.3);
}

.enrollment-intro {
  max-width: 1120px;
  justify-self: center;
  text-align: center;
}

.enrollment-intro h3 {
  margin: 0 0 22px;
  color: #b82020;
  font-size: clamp(1.18rem, 1.75vw, 1.65rem);
  line-height: 1.18;
  animation: enrollment-alert-pulse 1.7s ease-in-out infinite;
}

.enrollment-intro p {
  margin: 0 0 18px;
  color: #294d48;
  font-size: clamp(1.22rem, 1.75vw, 1.48rem);
  line-height: 1.62;
}

.enrollment-modules {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3vw, 42px);
  align-items: stretch;
  margin-top: 28px;
}

.enrollment-modules::before {
  position: absolute;
  top: 62px;
  bottom: 4px;
  left: calc(33.333% - clamp(4px, 0.5vw, 7px));
  z-index: 3;
  width: 3px;
  background: rgba(24, 50, 47, 0.72);
  border-radius: 999px;
  content: "";
}

.enrollment-details {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.enrollment-section .enrollment-details,
.enrollment-section .enrollment-cta {
  display: none;
}

.enrollment-module-wrap {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}

.module-outside-title {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 8px 18px rgba(52, 71, 68, 0.22);
}

.enrollment-details article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(24, 50, 47, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.enrollment-module {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 310px;
  align-content: start;
  justify-items: center;
  gap: 16px;
  padding: clamp(26px, 3vw, 36px);
  border: 4px solid rgba(24, 50, 47, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(rgba(163, 203, 195, 0.5), rgba(163, 203, 195, 0.5)),
    url("assets/met-poli-2.png");
  background-size: 300% 100%;
  background-repeat: no-repeat;
  color: var(--ink);
  text-align: center;
  box-shadow:
    0 22px 52px rgba(24, 50, 47, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.enrollment-module:hover {
  transform: scale(1.045);
  box-shadow:
    0 28px 64px rgba(24, 50, 47, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.enrollment-module-one {
  background-position: left center;
}

.enrollment-module-two {
  background-position: center center;
}

.enrollment-module-three {
  background-position: right center;
}

.enrollment-module::before {
  display: block;
  width: 104px;
  height: 86px;
  margin-bottom: 4px;
  background: url("assets/certificado-icone-transparente.png") center / contain no-repeat;
  content: "";
}

.enrollment-module.featured {
  animation: enrollment-module-pulse 2s ease-in-out infinite;
}

.enrollment-module h3,
.enrollment-details h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(1.22rem, 1.65vw, 1.58rem);
  line-height: 1.18;
  text-align: center;
}

.enrollment-module p,
.enrollment-details p {
  margin: 0;
  color: #071816;
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  line-height: 1.56;
  font-weight: 700;
}

.enrollment-module p:first-of-type {
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: clamp(1.28rem, 1.72vw, 1.58rem);
  font-weight: 900;
  text-shadow:
    0 3px 10px rgba(255, 255, 255, 0.74),
    0 10px 20px rgba(24, 50, 47, 0.18);
  box-shadow: none;
}

.module-warning {
  max-width: 94%;
  margin-top: 22px !important;
  color: #b82020 !important;
  font-size: clamp(1.2rem, 1.58vw, 1.46rem) !important;
  font-weight: 900;
}

.enrollment-module-three p:nth-of-type(2) {
  margin-top: 22px;
}

.enrollment-details article {
  min-height: 300px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 36px);
  border: 3px solid rgba(24, 50, 47, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 52px rgba(24, 50, 47, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: center;
}

.location-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}

.building-photo {
  position: relative;
}

.building-photo::before {
  content: none;
}

.building-photo img {
  display: block;
  width: min(100%, 440px);
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(24, 50, 47, 0.24));
}

.location-copy h3 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(1.9rem, 2.9vw, 3rem);
  line-height: 1;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.35),
    0 14px 24px rgba(52, 71, 68, 0.26);
}

.location-copy svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #2b6c63;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.location-copy p {
  margin: 0 0 10px;
  color: #143b36;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 900;
  line-height: 1.35;
}

.investment-feature {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 18px;
}

.investment-feature h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
  line-height: 1;
  text-shadow:
    0 5px 8px rgba(52, 71, 68, 0.42),
    0 14px 24px rgba(52, 71, 68, 0.34),
    0 30px 52px rgba(52, 71, 68, 0.28);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.price-line span {
  color: #294d48;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  font-weight: 800;
}

.price-line span b {
  font-size: 1.48em;
}

.price-line strong {
  color: #071816;
  font-size: clamp(1.65rem, 3.4vw, 3.05rem);
  font-weight: 900;
  line-height: 1;
}

.investment-feature p {
  position: relative;
  justify-self: center;
  margin: 8px 0 0;
  color: #143b36;
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.investment-feature p::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #2b6c63;
  content: "";
}

.enrollment-info-card {
  display: grid;
  align-content: center;
  position: relative;
}

.location-card {
  background:
    linear-gradient(rgba(7, 24, 22, 0.52), rgba(7, 24, 22, 0.52)),
    url("assets/predio.png") center / cover no-repeat !important;
  color: white;
}

.location-card h3,
.location-card p {
  color: white !important;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.34);
}

.investment-card {
  gap: 14px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.9), rgba(163, 203, 195, 0.56)),
    #143b36 !important;
}

.investment-price,
.installment-price {
  width: min(100%, 330px);
  justify-self: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  background: rgba(7, 24, 22, 0.88);
  color: white;
  box-shadow: 0 18px 36px rgba(7, 24, 22, 0.22);
}

.price-label,
.installment-price span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 800;
  text-align: left;
}

.investment-price strong {
  display: block;
  color: #e6d38b;
  font-size: clamp(2.15rem, 3.8vw, 3.7rem);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.installment-price strong {
  display: block;
  color: #a3cbc3;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.investment-card p {
  max-width: 330px;
  justify-self: center;
  color: #071816;
  font-weight: 900;
}

.enrollment-map-card {
  padding: 0 !important;
  background: rgba(232, 239, 239, 0.78) !important;
}

.enrollment-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  filter: saturate(0.92) contrast(0.98);
}

.enrollment-details h3 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.25vw, 2.2rem);
}

.enrollment-details p {
  font-size: clamp(1.18rem, 1.55vw, 1.4rem);
}

.highlight-lines {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.highlight-lines span {
  display: inline;
  width: fit-content;
  padding: 0;
  color: #071816;
  font-weight: 900;
  line-height: 1.18;
}

.location-lines span:nth-child(1),
.investment-lines span:nth-child(1),
.investment-lines span:nth-child(2) {
  background: transparent;
}

.location-lines span:nth-child(n + 2),
.investment-lines span:nth-child(3) {
  background: transparent;
}

.enrollment-cta {
  display: flex;
  width: fit-content;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  padding: 18px 34px;
  border-radius: 8px;
  background: #163f3a;
  color: white;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 40px rgba(24, 50, 47, 0.34);
  animation: certification-cta-pulse 1.9s ease-in-out infinite;
}

.local-investment-fold {
  position: relative;
  min-height: 64vh;
  overflow: hidden;
  padding: 0;
  background: #a3cbc3;
}

.local-investment-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(163, 203, 195, 0.16), rgba(163, 203, 195, 0.03) 45%, rgba(163, 203, 195, 0.16)),
    radial-gradient(circle at 50% 50%, rgba(232, 239, 239, 0.1), transparent 42rem),
    url("assets/teste-1.png") center 58% / cover no-repeat;
  filter: saturate(1.04) contrast(1.01);
}

.local-investment-bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(163, 203, 195, 0.18), rgba(163, 203, 195, 0.02) 46%, rgba(163, 203, 195, 0.2)),
    rgba(163, 203, 195, 0.04);
  content: "";
}

.local-investment-layout {
  position: relative;
  z-index: 4;
  display: grid;
  min-height: 64vh;
}

.local-investment-copy {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(30vw, 440px);
  color: var(--ink);
  text-align: center;
  text-shadow:
    0 4px 9px rgba(232, 239, 239, 0.82),
    0 12px 24px rgba(24, 50, 47, 0.28);
}

.local-investment-copy h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 6px;
  font-size: clamp(1.78rem, 2.78vw, 3.18rem);
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 5px 7px rgba(7, 24, 22, 0.62),
    0 15px 24px rgba(7, 24, 22, 0.5),
    0 34px 58px rgba(7, 24, 22, 0.42);
}

.local-investment-copy h2 svg {
  width: 0.86em;
  height: 0.86em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.local-investment-copy p {
  margin: 0;
  color: #143b36;
  font-size: clamp(1.14rem, 1.54vw, 1.5rem);
  font-weight: 900;
  line-height: 1.28;
}

.local-investment-copy strong {
  color: #0b2f2b;
  font-size: clamp(1.48rem, 2.16vw, 2.42rem);
  font-weight: 900;
  line-height: 1;
}

.local-investment-copy span {
  color: #143b36;
  font-weight: 900;
}

.local-investment-copy span b {
  font-size: 1.32em;
  color: #0b2f2b;
}

.local-investment-copy small {
  position: relative;
  display: inline-block;
  max-width: 420px;
  margin-top: 2px;
  color: #143b36;
  font-size: clamp(1.2rem, 1.44vw, 1.38rem);
  font-weight: 800;
  line-height: 1.25;
}

.local-copy {
  top: 12%;
  left: 21%;
}

.investment-copy {
  top: 12%;
  right: -4%;
  bottom: auto;
  width: min(30vw, 440px);
}

.local-investment-cta {
  position: absolute;
  right: 10%;
  bottom: 10%;
  left: 38%;
  z-index: 5;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 8px;
  background: #163f3a;
  color: white;
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(24, 50, 47, 0.34);
  animation: certification-cta-pulse 1.9s ease-in-out infinite;
}

.local-investment-cta:hover {
  background: #163f3a;
}

@media (max-width: 900px) {
  .local-investment-layout {
    align-content: center;
    gap: 32px;
    padding-block: 120px 80px;
  }

  .local-investment-copy {
    position: relative;
    width: min(88vw, 520px);
    margin-inline: auto;
  }

  .local-copy,
  .investment-copy {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

@keyframes enrollment-alert-pulse {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(184, 32, 32, 0);
  }

  50% {
    transform: scale(1.03);
    text-shadow: 0 6px 18px rgba(184, 32, 32, 0.32);
  }
}

@keyframes enrollment-module-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 20px 48px rgba(24, 50, 47, 0.14);
  }

  50% {
    transform: scale(1.025);
    box-shadow: 0 24px 58px rgba(24, 50, 47, 0.24);
  }
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #315b55;
  font-size: 0.92rem;
  font-weight: 800;
}

input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(24, 50, 47, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font: inherit;
}

small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.rich-text {
  padding: 34px;
  border-left: 4px solid #2b6c63;
  background: rgba(255, 255, 255, 0.42);
}

.faq-wrap {
  max-width: 900px;
}

.faq-section {
  min-height: auto;
  padding: 52px 0 44px;
  background: #fff;
}

.faq-section .section-head {
  transform: none;
}

.faq {
  display: grid;
  gap: 12px;
  margin-top: 54px;
}

details {
  border: 1px solid #071816;
  border-radius: 8px;
  background: rgba(163, 203, 195, 0.38);
  overflow: hidden;
}

summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(7, 24, 22, 0.42);
  cursor: pointer;
  font-weight: 900;
}

summary::after {
  content: "+";
  font-size: 1.4rem;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  background: rgba(163, 203, 195, 0.22);
  color: #071816;
  font-weight: 700;
}

.final {
  min-height: 76vh;
  display: grid;
  align-items: center;
}

.final-box {
  max-width: 900px;
}

.final-box p {
  max-width: 660px;
  margin: 0 auto 32px;
  font-size: 1.18rem;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  box-shadow: 0 18px 36px rgba(24, 50, 47, 0.22);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms ease, transform 720ms ease;
}

[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero-grid,
  .two-col,
  .story-wrap,
  .authority,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    grid-column: 1;
    justify-self: start;
  }

  .hero-subtitle {
    white-space: normal;
  }

  .hero h1,
  .hero-subtitle,
  .hero-cta {
    transform: none;
  }

  .hero-benefits {
    grid-column: 1;
    max-width: 620px;
    margin-bottom: 16px;
  }

  .hero-panel {
    max-width: 560px;
  }

  .qualification-grid,
  .outcome-grid,
  .curriculum,
  .authority-stats {
    grid-template-columns: 1fr 1fr;
  }

  .portrait-orbit {
    min-height: 320px;
  }

  .learning-flow {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .learning-flow article {
    min-height: 96px;
  }

  .flow-arrow {
    line-height: 1;
    transform: rotate(90deg);
  }

  .problem-details ul {
    grid-template-columns: 1fr;
  }

  .problem-split {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .problem-image img {
    max-width: 720px;
    max-height: none;
  }

  .problem-copy {
    max-width: 720px;
    justify-self: center;
  }

  .method-origin-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .method-origin-copy {
    max-width: 760px;
  }

  .method-video-wrap {
    width: min(70vw, 370px);
  }

  .method-panels {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .therapist-intro {
    grid-template-columns: 1fr;
  }

  .therapist-photo {
    max-width: 520px;
  }

  .therapist-boards {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .social-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enrollment-modules {
    grid-template-columns: 1fr;
  }

  .enrollment-modules::before {
    display: none;
  }

  .enrollment-details {
    grid-template-columns: 1fr;
  }

  .location-feature {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .building-photo {
    width: min(88vw, 480px);
  }

  .investment-feature {
    justify-items: center;
    text-align: center;
  }

  .classroom-board {
    min-height: auto;
  }

  .certification-split {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .certification-content .certification-split {
    width: min(100% - 28px, 760px);
  }

  .certification-side {
    min-height: 36vh;
  }

  .certification-blob {
    top: 0;
    left: 0;
    margin-inline: auto;
  }

}

@media (max-width: 640px) {
  .site-header {
    top: 0;
    width: 100%;
    height: 60px;
    padding-inline: 14px;
  }

  .brand img {
    height: 100%;
  }

  .brand {
    left: 14px;
    height: 60px;
  }

  .brand-spacer {
    width: 154px;
  }

  .nav-spacer {
    display: none;
  }

  .primary-nav {
    display: none;
  }

  .social-links {
    gap: 7px;
    min-width: auto;
  }

  .social-links a {
    width: 36px;
    height: 36px;
  }

  .social-links svg {
    width: 19px;
    height: 19px;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .fold {
    min-height: auto;
    padding: 104px 0 86px;
  }

  .hero {
    min-height: 100vh;
  }

  .problem-title {
    margin-bottom: 38px;
  }

  .problem-background {
    margin-bottom: -86px;
    padding: 52px 14px 86px;
  }

  .problem-image img {
    width: calc(100% + 8px);
    max-width: none;
  }

  .problem-copy h2,
  .problem-copy h3,
  .problem-copy .problem-conclusion {
    text-align: center;
  }

  .method-origin-copy h2,
  .method-origin-copy p {
    text-align: center;
  }

  .method-video-wrap {
    width: min(80vw, 330px);
  }

  .therapist-copy h2,
  .therapist-copy p {
    text-align: center;
  }

  .therapist-boards {
    width: min(100% - 28px, 760px);
  }

  .classroom-board {
    padding: 40px 24px 34px;
  }

  .certification-blob {
    width: min(88vw, 480px);
    min-height: auto;
    padding: 28px 24px;
  }

  .certification-title {
    left: 0;
    margin-top: -42px;
    padding: 15px 22px;
  }

  .learning-flow {
    margin-bottom: 42px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(7, 24, 22, 0.66) 0%, rgba(7, 24, 22, 0.48) 55%, rgba(7, 24, 22, 0.76) 100%);
  }

  .hero-media,
  .hero-overlay {
    top: 60px;
  }

  .hero-media img {
    object-position: 58% center;
  }

  h1 {
    font-size: clamp(2.45rem, 15vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .qualification-grid,
  .outcome-grid,
  .curriculum,
  .authority-stats {
    grid-template-columns: 1fr;
  }

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

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

  .social-proof-grid {
    grid-template-columns: 1fr;
  }

  .enrollment-wrap > h2,
  .enrollment-intro {
    text-align: center;
  }

  .enrollment-cta {
    width: 100%;
  }

  .testimonial-nav {
    display: none;
  }

  .testimonial-track {
    min-height: 330px;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }
}
