/* ============================================================
   2026 Landing Page
   ============================================================ */


/* ── Hero ──────────────────────────────────────────────────── */

.lp26-hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.lp26-hero__media {
  position: absolute;
  inset: 0;
}

.lp26-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.lp26-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
}

.lp26-hero__content h1 {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 22px;
}

.lp26-hero__divider {
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.55);
  width: 44px;
  margin: 0 0 22px;
}

.lp26-hero__content p {
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
  max-width: 340px;
}


/* ── Subnav ────────────────────────────────────────────────── */

.lp26-subnav {
  width: 100%;
  background: linear-gradient(to bottom, #00544A, #007668);
  padding-bottom: 18px;
}

.lp26-subnav__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lp26-subnav__links {
  display: flex;
  align-items: flex-end;
  gap: 44px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp26-subnav__link {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  display: block;
  padding-bottom: 16px;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.lp26-subnav__link.is-active {
  border-bottom-color: #fff;
}

.lp26-subnav__cta {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 100px;
  padding: 12px 30px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 16px;
  background: transparent;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.lp26-subnav__cta:hover {
  background: #fff;
  color: #007668;
  border-color: #fff;
}


/* ── Intro / Body ─────────────────────────────────────────── */

.lp26-body {
  background: #007668;
  padding: 60px 0;
}

.lp26-body__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 36px;
}

.lp26-body__video-col {
  flex: 0 0 57%;
}

.lp26-body__video-wrapper {
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}

.lp26-body__player {
  display: block;
  width: 100%;
  height: auto;
}

.lp26-body__video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp26-body__video-placeholder span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.lp26-video-controls {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.lp26-video-controls__left,
.lp26-video-controls__right {
  display: flex;
  gap: 8px;
  pointer-events: all;
}

.lp26-video-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 150ms ease;
}

.lp26-video-btn:hover {
  background: rgba(0, 0, 0, 0.72);
}

.lp26-video-btn svg {
  display: block;
  flex-shrink: 0;
}

.lp26-body__text-col {
  flex: 1;
}

.lp26-body__text-col h2 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
}

.lp26-body__text-col p,
.lp26-body__text-col li {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 1em;
}

.lp26-body__text-col ul,
.lp26-body__text-col ol {
  padding-left: 1.4em;
  margin: 0 0 1em;
}

.lp26-body__text-col a {
  color: #fff;
  text-decoration: underline;
}


/* ── Certifications ─────────────────────────────────────────── */

.lp26-certifications {
  background: #007668;
  padding: 51px 0;
}

.lp26-certifications__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 36px;
}

.lp26-certifications__text {
  flex: 0 0 31%;
}

.lp26-certifications__title {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}

.lp26-certifications__body {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}

.lp26-certifications__icons {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 36px;
  column-gap: 18px;
  align-items: center;
}

.lp26-certifications__icons img {
  height: 105px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* ── Benefits ───────────────────────────────────────────────── */

.lp26-benefits {
  background: #007668;
  padding: 51px 0;
}

.lp26-benefits__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
}

.lp26-benefits__title {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
}

.lp26-benefits__rule {
  border: none;
  border-top: 1px solid #00AF94;
  margin: 0;
}

.lp26-benefit {
  display: grid;
  grid-template-columns: 189px 154px 1fr 1fr;
  gap: 0 36px;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #00AF94;
}

.lp26-benefit__icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp26-benefit__icon {
  width: 67px;
  height: 67px;
  object-fit: contain;
  display: block;
}

.lp26-benefit__name-col {
  display: flex;
  align-items: center;
}

.lp26-benefit__title {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.01em;
  margin: 0;
}

.lp26-benefit__block {
  align-self: start;
}

.lp26-benefit__subtitle {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 22px;
}

.lp26-benefit__copy {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}


/* ── Testimonials ───────────────────────────────────────────── */

.lp26-testimonials {
  background: #333333;
  padding: 72px 0;
}

.lp26-testimonials__inner {
  width: 88%;
  max-width: 1240px;
  margin: 0 auto;
}

.lp26-testimonials__heading {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 48px;
}

.lp26-testimonials__slider {
  position: relative;
  padding: 0 64px;
}

.lp26-testimonials__track {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* All cards hidden by default; JS adds is-prev/is-active/is-next */
.lp26-testimonial {
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  padding: 44px 36px;
  margin: 0;
}

.lp26-testimonial.is-prev  { display: flex; order: 0; flex: 1; border: 1px solid rgba(255,255,255,0.18); }
.lp26-testimonial.is-active { display: flex; order: 1; flex: 2; background: #fff; padding: 72px 48px; }
.lp26-testimonial.is-next  { display: flex; order: 2; flex: 1; border: 1px solid rgba(255,255,255,0.18); }

/* Active card */
.lp26-testimonial.is-active .lp26-testimonial__copy {
  color: #1a2a28;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.45;
  font-style: normal;
  margin: 0 0 28px;
}

.lp26-testimonial.is-active .lp26-testimonial__divider {
  border: none;
  border-top: 2px solid #007668;
  width: 40px;
  margin: 0 auto 20px;
}

.lp26-testimonial.is-active .lp26-testimonial__name {
  color: #1a2a28;
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 6px;
}

.lp26-testimonial.is-active .lp26-testimonial__company {
  color: #007668;
  font-size: 0.95rem;
  display: block;
  line-height: 1.5;
}

/* Side cards */
.lp26-testimonial.is-prev .lp26-testimonial__copy,
.lp26-testimonial.is-next .lp26-testimonial__copy {
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
  font-style: normal;
  margin: 0 0 20px;
}

.lp26-testimonial.is-prev .lp26-testimonial__divider,
.lp26-testimonial.is-next .lp26-testimonial__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.3);
  width: 32px;
  margin: 0 auto 16px;
}

.lp26-testimonial.is-prev .lp26-testimonial__name,
.lp26-testimonial.is-next .lp26-testimonial__name {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 4px;
}

.lp26-testimonial.is-prev .lp26-testimonial__company,
.lp26-testimonial.is-next .lp26-testimonial__company {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  display: block;
}

/* Reset blockquote/cite defaults */
.lp26-testimonial cite { font-style: normal; }

/* Arrows */
.lp26-testimonials__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #007668;
  background: transparent;
  color: #007668;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 150ms ease, color 150ms ease;
}

.lp26-testimonials__arrow--prev { left: 0; }
.lp26-testimonials__arrow--next { right: 0; }

.lp26-testimonials__arrow:hover {
  background: #007668;
  color: #fff;
}

/* Dots */
.lp26-testimonials__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.lp26-testimonials__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.45);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 150ms ease, border-color 150ms ease;
}

.lp26-testimonials__dot.is-active {
  background: #fff;
  border-color: #fff;
}


/* ── Stats ─────────────────────────────────────────────────── */

.lp26-stats {
  background: #007668;
  padding: 72px 0;
}

.lp26-stats__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 32px;
}

.lp26-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.lp26-stat img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 4px;
}

.lp26-stat__value {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.lp26-stat__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}


/* ── Installations ─────────────────────────────────────────── */

.lp26-installations {
  background: #333333;
  padding: 80px 0 60px;
}

.lp26-installations__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.lp26-installations__heading {
  color: #007668;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 18px;
}

.lp26-installations__intro {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 40px;
}

/* Filter bar */
.lp26-inst-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.lp26-inst-filters__label {
  color: #007668;
  font-weight: 600;
  font-size: 0.95rem;
}

.lp26-inst-filter {
  position: relative;
}

.lp26-inst-filter__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
  white-space: nowrap;
}

.lp26-inst-filter__btn:hover,
.lp26-inst-filter__btn[aria-expanded="true"] {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.lp26-inst-filter__btn svg {
  flex-shrink: 0;
  transition: transform 200ms ease;
}

.lp26-inst-filter__btn[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.lp26-inst-filter__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 10;
  text-align: left;
}

.lp26-inst-filter__option {
  padding: 9px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}

.lp26-inst-filter__option:hover {
  background: rgba(0, 118, 104, 0.25);
  color: #fff;
}

.lp26-inst-filter__option.is-active {
  color: #007668;
  font-weight: 600;
}

.lp26-inst-filters__clear {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 150ms ease;
}

.lp26-inst-filters__clear:hover {
  color: #fff;
}

/* Cards grid */
.lp26-inst-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
  margin-bottom: 36px;
}

.lp26-inst-card[hidden] {
  display: none;
}

.lp26-inst-card {
  display: block;
  padding: 28px 24px;
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
}

.lp26-inst-card__location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #007668;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.lp26-inst-card__title {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 4px 0 12px;
}

.lp26-inst-card__copy {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

/* Pagination dots */
.lp26-inst-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}

.lp26-inst-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}

.lp26-inst-dot.is-active {
  background: #fff;
  border-color: #fff;
}

/* ── CTA ───────────────────────────────────────────────────── */

.lp26-cta {
  background: #B25E22;
  padding: 72px 0 80px;
}

.lp26-cta__inner {
  width: 76%;
  max-width: 1100px;
  margin: 0 auto;
}

.lp26-cta__heading {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.lp26-cta__copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 40px;
  max-width: 820px;
}

/* Form grid */
.lp26-cta-form {
  display: grid;
  grid-template-columns: 1fr 1.6fr 180px;
  gap: 20px;
  align-items: stretch;
}

.lp26-cta-form__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lp26-cta-form__left .lp26-cta-form__field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lp26-cta-form__left .lp26-cta-form__input {
  flex: 1;
}

.lp26-cta-form__mid,
.lp26-cta-form__field--stretch {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lp26-cta-form__label {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  margin-bottom: 8px;
}

.lp26-cta-form__input,
.lp26-cta-form__textarea {
  width: 100%;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 12px 16px;
  box-sizing: border-box;
  transition: border-color 150ms ease;
}

.lp26-cta-form__input:focus,
.lp26-cta-form__textarea:focus {
  outline: none;
  border-color: #fff;
}

.lp26-cta-form__input::placeholder,
.lp26-cta-form__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.lp26-cta-form__textarea {
  flex: 1;
  resize: none;
  min-height: 130px;
}

/* Submit + disclaimer */
.lp26-cta-form__right {
  padding-top: 24px;
}

.lp26-cta-form__submit {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  background: #fff;
  border: none;
  border-radius: 100px;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 150ms ease, color 150ms ease;
  margin-bottom: 16px;
}

.lp26-cta-form__submit:hover {
  background: rgba(255, 255, 255, 0.88);
}

.lp26-cta-form__disclaimer {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}

.lp26-cta-form__message {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
}

.lp26-cta-form__message--success {
  background: rgba(0, 118, 104, 0.25);
  border: 1.5px solid #007668;
  color: #fff;
}

.lp26-cta-form__message--error {
  background: rgba(200, 50, 50, 0.2);
  border: 1.5px solid rgba(200, 80, 80, 0.7);
  color: #ffaaaa;
}


/* ── Mobile ─────────────────────────────────────────────────── */

.lp26-hero__cta-mobile {
  display: none;
}

@media (max-width: 768px) {

  .page-2026-landing {
    overflow-x: hidden;
  }

  /* Hero: stack image on top, text below */
  .lp26-hero {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .lp26-hero__media {
    position: relative;
    inset: auto;
    height: 260px;
    width: 100%;
    flex-shrink: 0;
  }

  .lp26-hero__content {
    position: relative;
    inset: auto;
    width: 100%;
    background: #007668;
    padding: 36px 24px 40px;
    box-sizing: border-box;
  }

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

  .lp26-hero__content p {
    max-width: 100%;
  }

  .lp26-hero__cta-mobile {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 100px;
    padding: 12px 30px;
    margin-top: 28px;
    white-space: nowrap;
  }

  /* Subnav: hidden on mobile (button lives in hero) */
  .lp26-subnav {
    display: none;
  }

  /* Intro: stack video on top, text below */
  .lp26-body {
    padding: 48px 0;
  }

  .lp26-body__inner {
    width: 88%;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .lp26-body__video-col {
    flex: none;
    width: 100%;
  }

  .lp26-body__text-col {
    width: 100%;
  }

  .lp26-body__text-col h2 {
    font-size: 1.75rem;
  }

  /* Certifications: text on top, 2-col icon grid below */
  .lp26-certifications__inner {
    width: 88%;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .lp26-certifications__text {
    flex: none;
    width: 100%;
  }

  .lp26-certifications__icons {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  /* Benefits: single centered stack */
  .lp26-benefits__inner {
    width: 88%;
  }

  .lp26-benefit {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 16px;
    padding: 36px 0;
  }

  .lp26-benefit__icon {
    width: 72px;
    height: 72px;
  }

  .lp26-benefit__name-col {
    justify-content: center;
  }

  .lp26-benefit__block {
    align-self: auto;
    width: 100%;
  }

  /* Testimonials: single card only, arrows to navigate */
  .lp26-testimonials__inner {
    width: 88%;
  }

  .lp26-testimonials__slider {
    padding: 0 52px;
  }

  .lp26-testimonial.is-prev,
  .lp26-testimonial.is-next {
    display: none;
  }

  .lp26-testimonial.is-active {
    flex: 1;
    padding: 44px 28px;
  }

  .lp26-testimonial.is-active .lp26-testimonial__copy {
    font-size: 1rem;
  }

  /* Installations: stacked cards, filter label on own line */
  .lp26-installations__inner {
    width: 88%;
  }

  .lp26-inst-filters {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lp26-inst-filters__label {
    flex-basis: 100%;
  }

  .lp26-inst-filter {
    flex-basis: 100%;
  }

  .lp26-inst-filter__btn {
    width: 100%;
    justify-content: space-between;
  }

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

  /* CTA: stacked form */
  .lp26-cta__inner {
    width: 88%;
  }

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

  .lp26-cta-form__textarea {
    min-height: 120px;
  }

  .lp26-cta-form__right {
    padding-top: 0;
  }

}
