@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --lp26-ink: #18262e;
  --lp26-text: #41515a;
  --lp26-blue: #008fca;
  --lp26-blue-dark: #006f9f;
  --lp26-green: #79a933;
  --lp26-green-dark: #608a25;
  --lp26-sky: #eaf6fa;
  --lp26-mist: #f4f7f8;
  --lp26-line: #d6e0e4;
  --lp26-white: #ffffff;
  --lp26-yellow: #f3bf3d;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--lp26-white);
}

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

.lp26 {
  overflow: hidden;
  color: var(--lp26-ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

.lp26 h1,
.lp26 h2,
.lp26 h3,
.lp26 p,
.lp26 ul,
.lp26 blockquote {
  margin-top: 0;
}

.lp26 h1,
.lp26 h2,
.lp26 h3,
.lp26 p,
.lp26 li,
.lp26 a,
.lp26 button,
.lp26 input,
.lp26 select,
.lp26 label,
.lp26 span,
.lp26 small {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
}

.lp26 h1,
.lp26 h2,
.lp26 h3 {
  color: var(--lp26-ink);
  font-weight: 800;
}

.lp26 h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  line-height: 1.16;
}

.lp26 h3 {
  line-height: 1.25;
}

.lp26 p {
  color: var(--lp26-text);
  font-size: 1.05rem;
}

.lp26 a {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.lp26 a:focus-visible,
.lp26 button:focus-visible,
.lp26 input:focus-visible,
.lp26 select:focus-visible,
.lp26 [tabindex="0"]:focus-visible {
  outline: 3px solid var(--lp26-yellow);
  outline-offset: 3px;
}

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

.lp26-header {
  position: relative;
  z-index: 20;
  min-height: 84px;
  background: var(--lp26-white);
  border-bottom: 1px solid rgba(24, 38, 46, 0.08);
}

.lp26-header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 2rem;
}

.lp26-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.lp26-brand img {
  display: block;
  width: 250px;
  height: auto;
}

.lp26-certification {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-left: auto;
  color: var(--lp26-text);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
}

.lp26-certification img {
  width: 64px;
  height: 40px;
  object-fit: contain;
}

.lp26-header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  color: var(--lp26-white);
  background: var(--lp26-blue);
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 800;
}

.lp26-header-cta:hover,
.lp26-header-cta:focus {
  color: var(--lp26-white);
  background: var(--lp26-blue-dark);
}

.lp26-hero {
  position: relative;
  display: flex;
  min-height: 720px;
  align-items: center;
  padding: 3.5rem 0;
  background-image: url("/img/hero_01.jpg");
  background-position: center 46%;
  background-size: cover;
}

.lp26-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 29, 39, 0.7);
}

.lp26-hero-content {
  position: relative;
  z-index: 1;
}

.lp26-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 440px);
  align-items: center;
  gap: 4rem;
}

.lp26-hero-copy {
  min-width: 0;
}

.lp26-eyebrow,
.lp26-section-label {
  margin-bottom: 0.85rem;
  color: var(--lp26-blue);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.lp26-hero .lp26-eyebrow {
  color: #8cdbf5;
}

.lp26-hero h1 {
  max-width: 680px;
  margin-bottom: 1.35rem;
  color: var(--lp26-white);
  font-size: 3.55rem;
  line-height: 1.04;
}

.lp26-hero h1 span {
  display: block;
  color: #8cdbf5;
  font-size: 2.35rem;
  line-height: 1.16;
}

.lp26-hero-lead {
  max-width: 610px;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.08rem !important;
  line-height: 1.65;
}

.lp26-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.lp26-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  border-radius: 6px;
  font-size: 0.98rem;
  font-weight: 800;
}

.lp26-button-primary {
  color: var(--lp26-white);
  background: var(--lp26-green);
}

.lp26-button-primary:hover,
.lp26-button-primary:focus {
  color: var(--lp26-white);
  background: var(--lp26-green-dark);
  transform: translateY(-1px);
}

.lp26-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--lp26-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  font-weight: 700;
}

.lp26-text-link:hover,
.lp26-text-link:focus {
  color: #8cdbf5;
  border-color: #8cdbf5;
}

.lp26-hero-facts {
  display: flex;
  max-width: 650px;
  margin: 2.35rem 0 0;
  padding: 1.15rem 0 0;
  list-style: none;
}

.lp26-hero-facts li {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding-right: 1rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
}

.lp26-hero-facts i {
  flex: 0 0 auto;
  color: #8cdbf5;
  font-size: 1.15rem;
}

.lp26-hero-facts span {
  display: flex;
  flex-direction: column;
}

.lp26-hero-facts strong {
  color: var(--lp26-white);
  font-size: 0.9rem;
}

.lp26-hero-form {
  width: 100%;
  color: var(--lp26-ink);
}

.lp26-form-intro {
  margin-bottom: 1rem;
}

.lp26-form-kicker {
  margin-bottom: 0.25rem !important;
  color: var(--lp26-blue-dark) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  text-transform: uppercase;
}

.lp26-form-intro h2 {
  margin-bottom: 0.4rem;
  font-size: 1.55rem;
  line-height: 1.2;
}

.lp26-form-intro > p:last-child {
  margin-bottom: 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.lp26-trust {
  background: var(--lp26-white);
  border-bottom: 1px solid var(--lp26-line);
}

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

.lp26-trust-item {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem;
  border-right: 1px solid var(--lp26-line);
}

.lp26-trust-item:first-child {
  padding-left: 0;
}

.lp26-trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.lp26-trust-item i {
  flex: 0 0 32px;
  color: var(--lp26-blue);
  font-size: 1.35rem;
  text-align: center;
}

.lp26-trust-item span {
  color: var(--lp26-text);
  font-size: 0.82rem;
  line-height: 1.45;
}

.lp26-trust-item strong {
  display: block;
  color: var(--lp26-ink);
  font-size: 0.88rem;
}

.lp26-promo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0.85rem;
  background: var(--lp26-mist);
  border-left: 4px solid var(--lp26-green);
}

.lp26-promo > i {
  color: var(--lp26-green-dark);
  font-size: 1.2rem;
}

.lp26-promo div {
  display: grid;
}

.lp26-promo span {
  color: var(--lp26-text);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lp26-promo strong {
  color: var(--lp26-ink);
  font-size: 1.25rem;
  line-height: 1.25;
}

.lp26-promo del {
  margin-left: 0.45rem;
  color: #77858c;
  font-size: 0.9rem;
  font-weight: 600;
}

.lp26-promo small {
  color: var(--lp26-text);
  font-size: 0.74rem;
}

.lp26-form-panel {
  padding: 1.5rem;
  background: var(--lp26-white);
  border: 1px solid var(--lp26-line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(24, 38, 46, 0.12);
}

.lp26-form {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.lp26-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lp26-field {
  display: grid;
  gap: 0.38rem;
}

.lp26-field label {
  color: var(--lp26-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.lp26-field input,
.lp26-field select {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 0.9rem;
  color: var(--lp26-ink);
  background: var(--lp26-white);
  border: 1px solid #b9c8cf;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.92rem;
}

.lp26-field input::placeholder {
  color: #7d8a91;
}

.lp26-field input:focus,
.lp26-field select:focus {
  border-color: var(--lp26-blue);
  box-shadow: 0 0 0 3px rgba(0, 143, 202, 0.14);
}

.lp26-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0.25rem 0 0;
  color: var(--lp26-text);
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.55;
}

.lp26-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0.15rem 0 0;
}

.lp26-privacy-link {
  display: inline;
  margin: 0;
  padding: 0;
  color: var(--lp26-blue-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: 800;
  line-height: inherit;
  text-decoration: underline;
}

.lp26-privacy-link:hover,
.lp26-privacy-link:focus {
  color: var(--lp26-ink);
  background: transparent;
}

.lp26-submit {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0.25rem 0 0;
  padding: 0.85rem 1rem;
  color: var(--lp26-white);
  background: var(--lp26-green);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
}

.lp26-submit:hover,
.lp26-submit:focus {
  color: var(--lp26-white);
  background: var(--lp26-green-dark);
}

.lp26-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.lp26-form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 !important;
  color: #6d7b82 !important;
  font-size: 0.72rem !important;
}

.lp26-submission-status {
  margin: 0 0 1rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-left: 4px solid var(--lp26-blue);
  font-size: 0.85rem;
}

.lp26-submission-status.success {
  border-left-color: var(--lp26-green);
}

.lp26-submission-status-warning {
  color: #772f2f;
  background: #fff3f3;
  border-left-color: #b84949;
}

.lp26-course-section {
  padding: 5rem 0;
  background: var(--lp26-white);
}

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

.lp26-section-heading > p:not(.lp26-section-label) {
  max-width: 680px;
}

.lp26-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 1.5rem;
}

.lp26-schedule {
  overflow: hidden;
  border: 1px solid var(--lp26-line);
  border-radius: 8px;
}

.lp26-schedule-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  background: var(--lp26-ink);
}

.lp26-schedule-title i {
  color: #8cdbf5;
  font-size: 1.4rem;
}

.lp26-schedule-title p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lp26-schedule-title h3 {
  margin: 0;
  color: var(--lp26-white);
  font-size: 1.4rem;
}

.lp26-schedule-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--lp26-line);
}

.lp26-schedule-row:last-child {
  border-bottom: 0;
}

.lp26-schedule-row > span {
  color: var(--lp26-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.lp26-schedule-row > strong {
  color: var(--lp26-blue-dark);
  font-size: 0.95rem;
}

.lp26-schedule-row small {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--lp26-text);
  font-size: 0.76rem;
  text-align: right;
}

.lp26-schedule-row.is-unavailable {
  background: #f4f6f7;
}

.lp26-schedule-row.is-unavailable > span,
.lp26-schedule-row.is-unavailable > strong,
.lp26-schedule-row.is-unavailable small > span {
  color: #78858b;
}

.lp26-schedule-status {
  display: inline-flex;
  padding: 0.16rem 0.42rem;
  color: #8d3030;
  background: #f8e4e4;
  border-radius: 4px;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.lp26-practice {
  padding: 0;
  background: var(--lp26-mist);
}

.lp26-practice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: stretch;
}

.lp26-practice-media {
  min-height: 510px;
  margin-left: calc((100vw - min(1180px, calc(100vw - 40px))) / -2);
}

.lp26-practice-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  object-position: center;
}

.lp26-practice-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.5rem 0 4.5rem 4.5rem;
}

.lp26-stat-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--lp26-line);
}

.lp26-stat-list div {
  padding-right: 1rem;
}

.lp26-stat-list strong {
  display: block;
  color: var(--lp26-blue-dark);
  font-size: 1.55rem;
}

.lp26-stat-list span {
  color: var(--lp26-text);
  font-size: 0.75rem;
  line-height: 1.4;
}

.lp26-benefits {
  padding: 5rem 0;
  background: var(--lp26-white);
}

.lp26-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lp26-line);
  border-left: 1px solid var(--lp26-line);
}

.lp26-benefit {
  min-height: 230px;
  padding: 2rem;
  border-right: 1px solid var(--lp26-line);
  border-bottom: 1px solid var(--lp26-line);
}

.lp26-benefit i {
  color: var(--lp26-blue);
  font-size: 1.45rem;
}

.lp26-benefit h3 {
  margin: 1.2rem 0 0.65rem;
  font-size: 1.08rem;
}

.lp26-benefit p {
  margin: 0;
  font-size: 0.88rem;
}

.lp26-testimonials {
  padding: 5rem 0;
  background: var(--lp26-sky);
}

.lp26-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.lp26-testimonial-grid blockquote {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
  background: var(--lp26-white);
  border: 1px solid var(--lp26-line);
  border-radius: 8px;
}

.lp26-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  color: var(--lp26-yellow);
  font-size: 0.82rem;
}

.lp26-testimonial-grid blockquote p {
  margin: 0 0 1.5rem;
  color: var(--lp26-ink);
  font-size: 1rem;
  line-height: 1.75;
}

.lp26-testimonial-grid blockquote footer {
  display: grid;
  gap: 0.1rem;
  margin-top: auto;
  color: var(--lp26-blue-dark);
  font-size: 0.85rem;
  font-weight: 800;
}

.lp26-testimonial-grid blockquote footer small {
  color: var(--lp26-text);
  font-size: 0.72rem;
  font-weight: 600;
}

.lp26-final-cta {
  padding: 4.5rem 0;
  background: var(--lp26-blue-dark);
}

.lp26-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.lp26-final-cta .lp26-section-label {
  color: #a7e4f8;
}

.lp26-final-cta h2 {
  max-width: 720px;
  margin-bottom: 0.65rem;
  color: var(--lp26-white);
}

.lp26-final-cta p:not(.lp26-section-label) {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.lp26-button-light {
  flex: 0 0 auto;
  color: var(--lp26-blue-dark);
  background: var(--lp26-white);
}

.lp26-button-light:hover,
.lp26-button-light:focus {
  color: var(--lp26-white);
  background: var(--lp26-green);
}

.lp26-footer {
  padding: 2rem 0 5rem;
  background: var(--lp26-white);
}

.lp26-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.lp26-footer img {
  width: 220px;
  height: auto;
}

.lp26-footer p {
  max-width: 520px;
  margin: 0;
  font-size: 0.76rem;
  text-align: right;
}

#termos.reveal {
  border-radius: 8px;
}

#termos.reveal p {
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
}

@media screen and (max-width: 63.9375em) {
  .lp26 h2 {
    font-size: 2.15rem;
  }

  .lp26-header-inner {
    gap: 1rem;
  }

  .lp26-certification {
    display: none;
  }

  .lp26-header-cta {
    margin-left: auto;
  }

  .lp26-hero {
    min-height: 0;
    padding: 3.5rem 0;
    background-position: center;
  }

  .lp26-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 400px);
    gap: 2rem;
  }

  .lp26-hero h1 {
    max-width: 650px;
    font-size: 3rem;
  }

  .lp26-hero h1 span {
    font-size: 2rem;
  }

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

  .lp26-trust-item:nth-child(2) {
    border-right: 0;
  }

  .lp26-trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lp26-line);
  }

  .lp26-trust-item:first-child,
  .lp26-trust-item:nth-child(3) {
    padding-left: 1.25rem;
  }

  .lp26-trust-item:last-child {
    padding-right: 1.25rem;
  }

  .lp26-form-panel {
    width: 100%;
    max-width: 400px;
  }

  .lp26-form-intro h2 {
    font-size: 1.55rem;
  }

  .lp26-practice-layout {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lp26-practice-media {
    min-height: 420px;
    margin-left: 0;
  }

  .lp26-practice-media img {
    min-height: 420px;
  }

  .lp26-practice-copy {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
    padding: 4rem 0;
  }

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

@media screen and (max-width: 53.9375em) {
  .lp26-hero {
    padding: 4rem 0;
  }

  .lp26-hero-layout {
    grid-template-columns: 1fr;
    gap: 2.75rem;
    max-width: 720px;
    margin: 0 auto;
  }

  .lp26-hero h1 {
    font-size: 3.35rem;
  }

  .lp26-hero h1 span {
    font-size: 2.25rem;
  }

  .lp26-form-panel {
    max-width: 720px;
  }
}

@media screen and (max-width: 39.9375em) {
  .lp26-container {
    width: min(1180px, calc(100% - 28px));
  }

  .lp26 h2 {
    font-size: 1.85rem;
    line-height: 1.2;
  }

  .lp26 p {
    font-size: 0.96rem;
  }

  .lp26-header,
  .lp26-header-inner {
    min-height: 68px;
  }

  .lp26-brand img {
    width: 190px;
  }

  .lp26-header-cta {
    width: 42px;
    min-height: 42px;
    padding: 0;
    font-size: 0;
  }

  .lp26-header-cta i {
    font-size: 1rem;
  }

  .lp26-hero {
    min-height: 0;
    padding: 2.75rem 0 3rem;
    background-image: url("/img/hero_01_mobile.jpg");
    background-position: center top;
  }

  .lp26-hero-overlay {
    background: rgba(10, 29, 39, 0.73);
  }

  .lp26-hero-layout {
    gap: 2rem;
  }

  .lp26-hero-copy {
    text-align: center;
  }

  .lp26-eyebrow,
  .lp26-section-label {
    font-size: 0.7rem;
  }

  .lp26-hero h1 {
    margin-bottom: 1rem;
    font-size: 2.45rem;
    line-height: 1.04;
  }

  .lp26-hero h1 span {
    margin-top: 0.35rem;
    font-size: 1.55rem;
    line-height: 1.18;
  }

  .lp26-hero-lead {
    max-width: 520px;
    margin-right: auto;
    margin-bottom: 1.4rem;
    margin-left: auto;
    font-size: 1rem !important;
    line-height: 1.55;
  }

  .lp26-hero-actions {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.9rem;
  }

  .lp26-hero-actions .lp26-button-primary {
    display: none;
  }

  .lp26-text-link {
    font-size: 0.84rem;
  }

  .lp26-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  .lp26-hero-facts li {
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 0.35rem;
    padding-right: 0;
    font-size: 0.66rem;
    text-align: center;
  }

  .lp26-hero-facts i {
    font-size: 0.95rem;
  }

  .lp26-hero-facts strong {
    font-size: 0.72rem;
  }

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

  .lp26-trust-item {
    min-height: 100px;
    justify-content: center;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 0.45rem !important;
    text-align: center;
  }

  .lp26-trust-item:nth-child(odd) {
    border-right: 1px solid var(--lp26-line);
  }

  .lp26-trust-item:nth-child(even) {
    border-right: 0;
  }

  .lp26-trust-item:nth-child(n + 3) {
    border-bottom: 0;
  }

  .lp26-trust-item i {
    flex-basis: auto;
  }

  .lp26-trust-item span {
    font-size: 0.72rem;
  }

  .lp26-trust-item strong {
    font-size: 0.78rem;
  }

  .lp26-course-section,
  .lp26-benefits,
  .lp26-testimonials {
    padding: 3.5rem 0;
  }

  .lp26-form-panel {
    padding: 1.25rem;
  }

  .lp26-form-intro {
    text-align: center;
  }

  .lp26-form-intro h2 {
    font-size: 1.45rem;
  }

  .lp26-form-intro > p:last-child {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .lp26-promo {
    justify-content: center;
  }

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

  .lp26-field input,
  .lp26-field select {
    font-size: 16px;
  }

  .lp26-section-heading {
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
    text-align: center;
  }

  .lp26-section-heading > p:not(.lp26-section-label) {
    margin-right: auto;
    margin-left: auto;
  }

  .lp26-schedule-grid {
    grid-template-columns: 1fr;
  }

  .lp26-schedule-row {
    grid-template-columns: 1fr auto;
    gap: 0.25rem 0.75rem;
  }

  .lp26-schedule-row small {
    align-items: flex-start;
    grid-column: 1 / -1;
    text-align: left;
  }

  .lp26-practice-media,
  .lp26-practice-media img {
    min-height: 300px;
  }

  .lp26-practice-copy {
    width: min(720px, calc(100% - 28px));
    padding: 3.25rem 0;
    text-align: center;
  }

  .lp26-stat-list {
    gap: 0.5rem;
  }

  .lp26-stat-list strong {
    font-size: 1.25rem;
  }

  .lp26-stat-list span {
    font-size: 0.66rem;
  }

  .lp26-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lp26-benefit {
    min-height: 0;
    padding: 1.25rem;
    text-align: center;
  }

  .lp26-benefit h3 {
    margin-top: 0.8rem;
  }

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

  .lp26-testimonial-grid blockquote {
    padding: 1.35rem;
    text-align: center;
  }

  .lp26-stars {
    justify-content: center;
  }

  .lp26-final-cta {
    padding: 3.25rem 0;
  }

  .lp26-final-inner {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .lp26-final-inner .lp26-button {
    width: 100%;
  }

  .lp26-footer {
    padding: 2rem 0 6rem;
  }

  .lp26-footer-inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .lp26-footer p {
    text-align: center;
  }
}

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

  .lp26 a {
    transition: none;
  }
}
