:root {
  --lc-graphite: #101114;
  --lc-graphite-2: #171c22;
  --lc-graphite-3: #222932;
  --lc-green: #37d67a;
  --lc-green-dark: #1faa5c;
  --lc-cyan: #62d8df;
  --lc-paper: #f7f8f6;
  --lc-text: #f8fafc;
  --lc-ink: #101114;
  --lc-muted: #a9b3bf;
  --lc-muted-dark: #65717f;
  --lc-line: rgba(255, 255, 255, .14);
  --lc-line-dark: rgba(16, 17, 20, .12);
  --lc-radius: 8px;
  --lc-shadow: 0 24px 70px rgba(16, 17, 20, .22);
}

html {
  scroll-padding-top: 90px;
}

body {
  --red: var(--lc-green);
  --lime: var(--lc-green);
  --green: var(--lc-green);
  min-width: 320px;
}

body.lc-page-thanks {
  display: block !important;
  place-items: initial !important;
  padding: 0 !important;
}

body.lc-page-thanks > main {
  margin: clamp(36px, 7vw, 76px) auto;
}

body .btn,
body .button,
body .nav-cta,
body .cta-button {
  border-radius: var(--lc-radius) !important;
  letter-spacing: 0 !important;
}

body .btn-primary,
body .btn-green,
body .nav-cta,
body .cta-button,
body button[type="submit"]:not(.modal-close):not(.close):not(.menu-close) {
  background: var(--lc-green) !important;
  border-color: var(--lc-green) !important;
  color: var(--lc-ink) !important;
  box-shadow: 0 16px 38px rgba(55, 214, 122, .2) !important;
}

body .btn-primary:hover,
body .btn-green:hover,
body .nav-cta:hover,
body .cta-button:hover,
body button[type="submit"]:not(.modal-close):not(.close):not(.menu-close):hover {
  background: #42e487 !important;
  border-color: #42e487 !important;
}

body .btn-red,
body .btn-orange,
body .btn-line {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .24) !important;
  color: currentColor !important;
  box-shadow: none !important;
}

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

.lc-shell-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(16, 17, 20, .94);
  color: var(--lc-text);
  border-bottom: 1px solid var(--lc-line);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.lc-shell-nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lc-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: #fff;
  text-decoration: none;
}

.lc-brand img {
  display: block;
  width: 178px;
  height: auto;
  max-width: 36vw;
}

.lc-shell-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  color: rgba(248, 250, 252, .76);
  font-size: 13px;
  font-weight: 800;
}

.lc-shell-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 12px;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--lc-radius);
  white-space: nowrap;
}

.lc-shell-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .12);
}

.lc-shell-link[aria-current="page"] {
  color: var(--lc-ink);
  background: var(--lc-green);
  border-color: var(--lc-green);
}

.lc-shell-cta,
.lc-footer-cta,
.lc-compact-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--lc-ink);
  background: var(--lc-green);
  border: 1px solid var(--lc-green);
  border-radius: var(--lc-radius);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 16px 38px rgba(55, 214, 122, .2);
}

.lc-shell-cta:hover,
.lc-footer-cta:hover,
.lc-compact-cta__button:hover {
  background: #42e487;
  border-color: #42e487;
}

.lc-shell-footer {
  position: relative;
  z-index: 2;
  padding: 44px 0;
  background: var(--lc-graphite);
  color: rgba(248, 250, 252, .72);
  border-top: 1px solid var(--lc-line);
}

.lc-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(240px, .8fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: start;
}

.lc-footer-brand {
  display: grid;
  gap: 14px;
}

.lc-footer-brand img {
  display: block;
  width: 176px;
  max-width: 100%;
  height: auto;
}

.lc-footer-brand p,
.lc-footer-meta p {
  margin: 0;
  color: rgba(248, 250, 252, .72);
  font-size: 14px;
  line-height: 1.55;
}

.lc-footer-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.lc-footer-meta {
  display: grid;
  gap: 8px;
}

.lc-footer-meta a,
.lc-footer-links a {
  color: rgba(248, 250, 252, .82);
  text-decoration: none;
}

.lc-footer-meta a:hover,
.lc-footer-links a:hover {
  color: #fff;
}

.lc-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lc-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--lc-radius);
  background: rgba(255, 255, 255, .04);
  font-size: 13px;
  font-weight: 800;
}

.lc-lead-anchor {
  position: absolute;
  top: -92px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.lc-lead-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(55, 214, 122, .16), transparent 30%),
    linear-gradient(180deg, #101114 0%, #171c22 100%);
  color: #fff;
}

.lc-lead-section__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
}

.lc-lead-section__copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.lc-lead-section__copy p {
  margin: 0;
  max-width: 560px;
  color: rgba(248, 250, 252, .72);
  font-size: 18px;
  font-weight: 700;
}

.lc-lead-form {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 640px;
  margin: 0;
  padding: 24px;
  scroll-margin-top: 24px;
  background: #fff;
  color: var(--lc-ink);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--lc-radius);
  box-shadow: var(--lc-shadow);
}

.lc-lead-form__head {
  display: grid;
  gap: 8px;
  margin-bottom: 2px;
}

.lc-lead-form__eyebrow {
  margin: 0;
  color: var(--lc-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lc-lead-form__title {
  margin: 0;
  color: var(--lc-ink);
  font-size: clamp(24px, 3.5vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.lc-lead-form__text {
  margin: 0;
  color: var(--lc-muted-dark);
  font-size: 15px;
  font-weight: 700;
}

.lc-lead-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lc-field {
  display: grid;
  gap: 7px;
}

.lc-field--wide {
  grid-column: 1 / -1;
}

.lc-field label {
  color: #343b45;
  font-size: 13px;
  font-weight: 900;
}

.lc-field input,
.lc-field select,
.lc-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--lc-ink);
  background: #f3f5f3;
  border: 1px solid #dde3df;
  border-radius: var(--lc-radius);
  outline: none;
}

.lc-field textarea {
  min-height: 108px;
  resize: vertical;
}

.lc-field input:focus,
.lc-field select:focus,
.lc-field textarea:focus {
  border-color: var(--lc-green);
  box-shadow: 0 0 0 4px rgba(55, 214, 122, .16);
}

.lc-field input::placeholder,
.lc-field textarea::placeholder {
  color: #8a949f;
}

.lc-form-actions {
  display: grid;
  gap: 10px;
}

.lc-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--lc-muted-dark);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
}

.lc-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--lc-green);
  border-radius: 5px;
  cursor: pointer;
}

.lc-consent span {
  min-width: 0;
}

.lc-consent a {
  color: #187044;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lc-lead-form button[type="submit"] {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: var(--lc-radius);
  font-weight: 950;
}

.lc-has-shell .form-layout {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, .96fr) minmax(380px, .74fr) !important;
  gap: clamp(28px, 4vw, 48px) !important;
  align-items: stretch !important;
}

.lc-has-shell .form-layout > .contact-copy {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding-top: 4px;
}

.lc-has-shell .form-layout > .lc-lead-form {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: min(100%, 610px);
  margin-top: 0;
}

.contact-plan {
  display: grid;
  gap: 10px;
  margin-top: clamp(24px, 3vw, 36px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--lc-radius);
  background: rgba(255, 255, 255, .055);
}

.contact-plan__title {
  margin: 0 0 4px;
  color: var(--lc-green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: rgba(247, 244, 234, .84);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
}

.contact-step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: var(--lc-radius);
  background: rgba(55, 214, 122, .16);
  color: var(--lc-green);
  font-size: 14px;
}

.contact-copy .contact-row {
  margin-top: auto;
  padding-top: 24px;
}

.hero-quick-form .lc-consent {
  position: static;
  left: auto;
  grid-column: 1 / -1;
  color: rgba(247, 244, 234, .68);
  font-size: 12px;
  font-weight: 800;
}

.hero-quick-form .lc-consent span {
  position: static;
  left: auto;
}

.hero-quick-form .lc-consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .94);
}

.hero-quick-form .lc-consent a {
  color: #fff;
}

.lc-form-policy,
.lc-form-note {
  margin: 0;
  color: var(--lc-muted-dark);
  font-size: 13px;
  line-height: 1.45;
}

.lc-form-note {
  min-height: 20px;
  font-weight: 800;
}

.lc-form-note.success {
  color: #187044;
}

.lc-form-note.error {
  color: #b42318;
}

.lc-trap-field,
.lc-hidden-lead-form {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lc-compact-cta {
  position: relative;
  z-index: 2;
  padding: clamp(36px, 6vw, 68px) 0;
  background:
    linear-gradient(120deg, rgba(98, 216, 223, .09), transparent 34%),
    linear-gradient(180deg, #101114 0%, #171c22 100%);
  color: #fff;
}

.lc-compact-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--lc-radius);
  background: rgba(255, 255, 255, .05);
}

.lc-compact-cta__label {
  margin: 0 0 8px;
  color: var(--lc-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lc-compact-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.1;
  letter-spacing: 0;
}

.lc-compact-cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(248, 250, 252, .72);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lc-shell-nav {
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }

  .lc-shell-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .lc-shell-links::-webkit-scrollbar {
    display: none;
  }

  .lc-shell-link {
    flex: 0 0 auto;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 130px;
  }

  .lc-shell-wrap {
    width: min(100% - 24px, 560px);
  }

  .lc-brand img {
    width: 152px;
    max-width: 48vw;
  }

  .lc-shell-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .lc-footer-grid,
  .lc-lead-section__grid,
  .lc-compact-cta__box {
    grid-template-columns: 1fr;
  }

  .lc-footer-links {
    justify-content: flex-start;
  }

  .lc-lead-form {
    max-width: none;
    padding: 18px;
  }

  .lc-lead-form__grid {
    grid-template-columns: 1fr;
  }

  .lc-has-shell .form-layout {
    grid-template-columns: 1fr !important;
  }

  .lc-has-shell .form-layout > .contact-copy {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    padding-top: 0;
  }

  .lc-has-shell .form-layout > .lc-lead-form {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    margin-top: 0;
  }

  .contact-plan {
    margin-top: 22px;
    padding: 16px;
  }

  .contact-copy .contact-row {
    margin-top: 18px;
    padding-top: 0;
  }

  .lc-compact-cta__button,
  .lc-footer-cta {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .lc-shell-nav {
    gap: 10px;
  }

  .lc-shell-links {
    gap: 5px;
  }

  .lc-shell-link {
    min-height: 36px;
    padding: 0 9px;
    font-size: 12px;
  }

  .lc-lead-form,
  .lc-compact-cta__box {
    padding: 16px;
  }
}
