:root {
  --green: #095a51;
  --green-dark: #063c37;
  --sage: #5e8984;
  --orange: #fe4002;
  --blue: #58a6c2;
  --cream: #f6f2ec;
  --paper: #fffdf9;
  --ink: #15312e;
  --muted: #60706d;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  margin: 0;
  font-family: Poppins, Aptos, "Segoe UI", system-ui, sans-serif;
}

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

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

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

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffad92;
  outline-offset: 4px;
}

.gtm-noscript {
  display: none;
  visibility: hidden;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: 0 auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
}

.brand-logo {
  width: 118px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  letter-spacing: .06em;
  font-size: 13px;
}

.brand-name {
  font-size: 15px;
}

nav {
  display: flex;
  gap: 32px;
  color: #435c58;
  font-size: 14px;
}

nav a:hover {
  color: var(--orange);
}

.button,
.offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 14px;
  padding: 0 26px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.button {
  background: var(--orange);
  box-shadow: 0 12px 28px rgb(254 64 2 / 20%);
}

.button:hover,
.offer-button:hover {
  transform: translateY(-2px);
}

.button:hover {
  box-shadow: 0 16px 32px rgb(254 64 2 / 27%);
}

.button-small {
  min-height: 42px;
  border-radius: 11px;
  padding: 0 19px;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 76px;
  min-height: 700px;
  padding: 78px max(28px, calc(50vw - 590px));
  overflow: hidden;
  border-top: 1px solid rgb(9 90 81 / 8%);
  border-bottom: 1px solid rgb(9 90 81 / 8%);
  background: linear-gradient(120deg, #e7f0ee 0%, #f5f0ea 54%, #fbe8df 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 12px;
  font-weight: 800;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--orange);
}

.hero h1 {
  max-width: 760px;
  margin: 20px 0 22px;
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.hero h1 em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #445f5b;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}

.text-link {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

.text-link span {
  margin-left: 5px;
  color: var(--orange);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
  color: #49625f;
  font-size: 12px;
  font-weight: 600;
}

.hero-card {
  position: relative;
  isolation: isolate;
  min-height: 484px;
  overflow: hidden;
  border-radius: 34px;
  padding: 66px 54px 48px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 36px 80px rgb(9 90 81 / 25%);
}

.hero-card::before {
  position: absolute;
  z-index: -1;
  top: -90px;
  right: -115px;
  width: 290px;
  height: 290px;
  border: 52px solid rgb(88 166 194 / 25%);
  border-radius: 50%;
  content: "";
}

.edition {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 100px;
  padding: 8px 13px;
  background: var(--orange);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 800;
}

.hero-card-kicker {
  margin: 0 0 9px;
  color: #b8d3cf;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 700;
}

.hero-card h2 {
  max-width: 410px;
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero-card .rule {
  width: 58px;
  height: 5px;
  margin: 28px 0 20px;
  border-radius: 10px;
  background: var(--orange);
}

.hero-card > p:not(.hero-card-kicker) {
  max-width: 310px;
  color: #d9e6e4;
  line-height: 1.65;
}

.start-date {
  position: absolute;
  bottom: 45px;
  left: 54px;
  display: flex;
  flex-direction: column;
}

.start-date span {
  color: #a9c8c4;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
}

.start-date strong {
  margin-top: 3px;
  font-size: 24px;
}

.paper {
  position: absolute;
  z-index: -1;
  right: 58px;
  bottom: 24px;
  width: 115px;
  height: 150px;
  border-radius: 8px;
  background: #fff;
}

.paper::before,
.paper::after {
  position: absolute;
  right: 18px;
  left: 18px;
  height: 2px;
  background: #b9d0cc;
  box-shadow: 0 14px #b9d0cc, 0 28px #b9d0cc, 0 42px #b9d0cc;
  content: "";
}

.paper::before {
  top: 33px;
}

.paper-two {
  z-index: -2;
  right: 34px;
  bottom: 12px;
  background: #f5d7ca;
  transform: rotate(9deg);
}

.pen-line {
  position: absolute;
  right: 86px;
  bottom: 4px;
  width: 8px;
  height: 138px;
  border-radius: 8px;
  background: var(--orange);
  transform: rotate(-21deg);
}

.highlights {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: -34px auto 0;
  overflow: hidden;
  border: 1px solid #dfe9e6;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgb(20 57 52 / 8%);
}

.highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 118px;
  border-right: 1px solid #e4ecea;
  padding: 24px 28px;
}

.highlight:last-child {
  border-right: 0;
}

.highlight strong {
  color: var(--green);
  font-size: 30px;
  line-height: 1;
}

.highlight span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.statement {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 102px;
  text-align: center;
}

.statement .section-label {
  justify-content: center;
}

.statement h2 {
  max-width: 800px;
  margin: 18px auto 24px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.statement > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.pain-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: start;
  gap: 78px;
  padding: 108px 0 120px;
}

.pain-intro h2,
.section-heading h2,
.audience-grid h2,
.faq-title h2 {
  margin: 16px 0 22px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.pain-intro > p:not(.section-label),
.section-heading > p,
.split-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.quote-card {
  margin-top: 34px;
  border-left: 4px solid var(--orange);
  border-radius: 0 16px 16px 0;
  padding: 25px 27px;
  background: #f7ece6;
  color: #405957;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.outcome-card {
  min-height: 230px;
  border: 1px solid #dfe9e6;
  border-radius: 20px;
  padding: 27px;
  background: #fff;
}

.outcome-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background: #e5f0ee;
  color: var(--green);
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 800;
}

.outcome-card h3 {
  margin: 24px 0 10px;
  font-size: 19px;
  line-height: 1.25;
}

.outcome-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.audience-section {
  padding: 105px 0;
  background: var(--green);
  color: #fff;
}

.audience-grid {
  display: grid;
  grid-template-columns: .85fr 1fr .7fr;
  align-items: center;
  gap: 65px;
}

.audience-grid h2 {
  margin-bottom: 0;
}

.light-label {
  color: #ff9775;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 35px;
  color: #e3eeec;
  line-height: 1.55;
}

.check-list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.not-for-you {
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 20px;
  padding: 28px;
  background: rgb(255 255 255 / 7%);
}

.not-for-you strong {
  display: block;
  margin-bottom: 12px;
  color: #ffb69f;
  font-size: 14px;
}

.not-for-you span {
  color: #bdd3d0;
  font-size: 13px;
  line-height: 1.65;
}

.curriculum,
.experience {
  padding: 118px 0 126px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: end;
  gap: 90px;
  max-width: none;
}

.split-heading > p {
  margin: 0 0 25px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.content-card {
  position: relative;
  min-height: 390px;
  border: 1px solid #dce8e5;
  border-radius: 22px;
  padding: 38px 34px;
  background: #fff;
}

.content-number {
  position: absolute;
  top: 27px;
  right: 34px;
  color: #d5e4e1;
  font-size: 47px;
  font-weight: 800;
  letter-spacing: -.06em;
}

.content-card h3 {
  max-width: 390px;
  margin: 0 52px 10px 0;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.content-card > p {
  max-width: 430px;
  margin: 0 0 25px;
  color: var(--muted);
  line-height: 1.6;
}

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

.content-card li {
  position: relative;
  padding-left: 20px;
  color: #405b57;
  font-size: 14px;
}

.content-card li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.method-banner {
  display: grid;
  grid-template-columns: .58fr 1.42fr;
  align-items: center;
  gap: 50px;
  margin-top: 26px;
  border-radius: 22px;
  padding: 31px 38px;
  background: #e6f0ee;
}

.method-mark {
  color: var(--green);
  white-space: nowrap;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: .12em;
}

.method-banner strong {
  font-size: 20px;
}

.method-banner p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.teachers-section {
  padding: 118px 0 126px;
  background: #0b443f;
  color: #fff;
}

.teachers-heading {
  max-width: 790px;
}

.teachers-heading h2 {
  margin: 14px 0 16px;
}

.teachers-heading > p:last-child {
  max-width: 620px;
  color: #b9cfcc;
}

.teachers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.teacher-card {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 20px;
  background: #f9f6f1;
  color: var(--ink);
}

.teacher-photo {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  height: 270px;
  overflow: hidden;
}

.teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.tone-1 { background: #c8ddda; }
.tone-2 { background: #e5d9cc; }
.tone-3 { background: #c8e1e8; }
.tone-4 { background: #e4c9bf; }

.teacher-copy {
  padding: 25px 25px 27px;
}

.teacher-copy h3 {
  margin: 0 0 5px;
  font-size: 20px;
}

.teacher-copy > p {
  min-height: 38px;
  margin: 0;
  color: var(--sage);
  font-size: 13px;
  font-weight: 600;
}

.teacher-copy details {
  margin-top: 20px;
  border-top: 1px solid #dce6e3;
  padding-top: 15px;
}

.teacher-copy summary {
  cursor: pointer;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.teacher-copy summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}

.teacher-copy details span {
  display: block;
  padding-top: 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.teacher-note {
  margin: 26px 0 0;
  color: #aec8c4;
  font-size: 13px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.experience-grid article {
  min-height: 230px;
  border-radius: 20px;
  padding: 28px;
  background: #f0f5f3;
}

.experience-grid article > span {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background: var(--green);
  color: #fff;
  font-size: 17px;
}

.experience-grid h3 {
  margin: 23px 0 9px;
  font-size: 18px;
}

.experience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.certification-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 48px;
  margin-top: 26px;
  border-radius: 26px;
  padding: 52px;
  background: linear-gradient(125deg, var(--green), #0e6960);
  color: #fff;
}

.seal {
  display: grid;
  place-content: center;
  width: 160px;
  height: 160px;
  border: 1px solid rgb(255 255 255 / 33%);
  border-radius: 50%;
  outline: 8px solid rgb(255 255 255 / 8%);
  color: #fff;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
  line-height: .9;
}

.seal span {
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 11px;
}

.certification-card h3 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -.03em;
}

.certification-card > div:last-child > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #c6dbd8;
  line-height: 1.65;
}

.offer-section {
  padding: 112px 20px;
  background: #082f2c;
  color: #fff;
}

.offer-shell {
  display: grid;
  grid-template-columns: 1fr .88fr;
  align-items: center;
  gap: 88px;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.offer-copy h2 {
  margin: 15px 0 18px;
  font-size: clamp(38px, 4.6vw, 59px);
  line-height: 1.07;
  letter-spacing: -.04em;
}

.offer-copy > p:not(.section-label) {
  color: #b8cfcc;
  line-height: 1.7;
}

.offer-copy ul {
  display: grid;
  gap: 13px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}

.offer-copy li {
  position: relative;
  padding-left: 28px;
  color: #e0ecea;
  font-size: 14px;
}

.offer-copy li::before {
  position: absolute;
  left: 0;
  color: #ff7950;
  content: "✓";
  font-weight: 800;
}

.price-card {
  position: relative;
  border-radius: 28px;
  padding: 40px 38px 32px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgb(0 0 0 / 22%);
}

.price-tag {
  display: inline-block;
  border-radius: 50px;
  padding: 7px 12px;
  background: #ffe0d5;
  color: #bf3104;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 800;
}

.payment-option {
  margin-top: 18px;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 19px 18px 18px;
}

.payment-option-primary {
  border-color: #ffd5c7;
  background: #fff5f1;
}

.payment-option p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
}

.payment-option p strong {
  color: var(--green);
  font-size: 12px;
}

.price {
  color: var(--green);
  font-size: 61px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
}

.price sup {
  position: relative;
  top: -20px;
  font-size: 19px;
}

.price small {
  font-size: 25px;
}

.price-installments {
  white-space: nowrap;
  font-size: 48px;
}

.price-installments > small:first-child {
  font-size: 16px;
  letter-spacing: -.02em;
}

.cash-price,
.payment-methods {
  display: block;
}

.cash-price {
  margin-top: 10px;
  color: #425d59;
  font-size: 13px;
}

.cash-price strong {
  color: var(--orange);
}

.payment-methods {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.alternative {
  display: flex;
  flex-direction: column;
  border-color: #b9d8d3;
  background: #eef7f5;
}

.alternative span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.offer-button {
  width: 100%;
  margin-top: 16px;
}

.offer-button-modalidade-01 {
  background: #fe4002;
  box-shadow: 0 12px 25px rgb(254 64 2 / 24%);
}

.offer-button-modalidade-01:hover {
  background: #df3600;
  box-shadow: 0 15px 30px rgb(254 64 2 / 30%);
}

.offer-button-modalidade-02 {
  background: #0b6b61;
  box-shadow: 0 12px 25px rgb(11 107 97 / 24%);
}

.offer-button-modalidade-02:hover {
  background: #08574f;
  box-shadow: 0 15px 30px rgb(11 107 97 / 30%);
}

.guarantee {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  border-top: 1px solid #e1e9e7;
  padding-top: 21px;
  text-align: center;
}

.guarantee strong {
  color: var(--green);
  font-size: 13px;
}

.guarantee span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
}

.faq {
  display: grid;
  grid-template-columns: .7fr 1fr;
  align-items: start;
  gap: 95px;
  padding: 118px 0;
}

.faq-title {
  position: sticky;
  top: 30px;
}

.faq-list {
  border-top: 1px solid #dce6e3;
}

.faq-list details {
  border-bottom: 1px solid #dce6e3;
  padding: 23px 0;
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary span {
  color: var(--orange);
  font-size: 22px;
  font-weight: 400;
}

.faq-list p {
  margin: 15px 45px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  padding: 105px 20px;
  background: #e5efed;
  text-align: center;
}

.final-cta > div {
  width: min(830px, 100%);
  margin: 0 auto;
}

.final-badge {
  display: inline-block;
  border-radius: 50px;
  padding: 7px 12px;
  background: #d1e4e0;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 800;
}

.final-cta h2 {
  margin: 19px 0 17px;
  font-size: clamp(39px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.final-cta p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: var(--muted);
  line-height: 1.7;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 125px;
  padding: 25px max(20px, calc(50% - 590px));
  background: #062926;
  color: #d6e6e3;
  font-size: 12px;
}

.footer-brand {
  color: #fff;
}

footer p {
  color: #88a9a5;
}

footer > a:last-child {
  color: #ff9878;
  font-weight: 700;
}

.mobile-cta {
  display: none;
}

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

  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 60px;
  }

  .hero-card {
    width: 100%;
    max-width: 620px;
  }

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

  .highlight:nth-child(2) {
    border-right: 0;
  }

  .highlight:nth-child(-n + 2) {
    border-bottom: 1px solid #e4ecea;
  }

  .pain-section,
  .offer-shell,
  .faq {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .not-for-you {
    grid-column: 1 / -1;
  }

  .teachers-grid,
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .faq-title {
    position: static;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: min(calc(100% - 28px), 1180px);
    height: 70px;
  }

  .brand-logo {
    width: 104px;
  }

  .brand-name {
    display: none;
  }

  .hero {
    padding: 48px 20px 70px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

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

  .hero-card {
    min-height: 440px;
    padding: 62px 28px 42px;
  }

  .start-date {
    bottom: 35px;
    left: 28px;
  }

  .paper {
    right: 36px;
    transform: scale(.82);
    transform-origin: 100% 100%;
  }

  .paper-two {
    right: 16px;
    transform: rotate(9deg) scale(.82);
  }

  .pen-line {
    right: 60px;
  }

  .highlights {
    grid-template-columns: 1fr 1fr;
    margin-top: -25px;
  }

  .highlight {
    min-height: 105px;
    padding: 20px;
  }

  .highlight strong {
    font-size: 25px;
  }

  .statement {
    padding: 84px 0 75px;
  }

  .section-shell {
    width: min(calc(100% - 32px), 1180px);
  }

  .pain-section,
  .curriculum,
  .experience,
  .faq {
    padding: 82px 0;
  }

  .outcome-grid,
  .content-grid,
  .teachers-grid,
  .experience-grid,
  .audience-grid,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .pain-section,
  .split-heading {
    gap: 36px;
  }

  .content-card {
    min-height: auto;
    padding: 35px 27px;
  }

  .content-number {
    top: 22px;
    right: 24px;
  }

  .method-banner {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 28px;
  }

  .method-mark {
    font-size: 23px;
  }

  .audience-section,
  .teachers-section {
    padding: 82px 0;
  }

  .teacher-photo {
    height: 300px;
  }

  .certification-card {
    grid-template-columns: 1fr;
    padding: 37px 28px;
  }

  .seal {
    width: 130px;
    height: 130px;
    font-size: 44px;
  }

  .offer-section {
    padding: 82px 18px;
  }

  .offer-shell {
    gap: 45px;
  }

  .price-card {
    padding: 34px 18px 28px;
  }

  .payment-option {
    padding: 18px 14px;
  }

  .price-installments {
    font-size: clamp(39px, 12vw, 48px);
  }

  footer {
    flex-direction: column;
    padding: 34px 20px 88px;
    text-align: center;
  }

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

  .mobile-cta {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    border-radius: 14px;
    background: var(--orange);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgb(42 24 18 / 30%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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