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

  :root {
    --green-dark:  #2C6F44;
    --green-mid:   #3a8a57;
    --green-light: #8EC649;
    --green-bg:    #eaf4dc;
    --black:       #111111;
    --gray-mid:    #e0e0e0;
    --gray-text:   #555555;
    --font-main:   'Montserrat', 'Poppins', sans-serif;
    --radius:      8px;
    --shadow:      0 4px 24px rgba(0,0,0,0.10);
  }

  body {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--black);
    background: #fff;
  }

 .maincontent {
     max-width: 100%;
     margin: 0 auto;
     padding: 0;
     border: none;
 }

  img  { max-width: 100%; display: block; }
  a    { text-decoration: none; color: inherit; }


  .lp-logo-bar {
    text-align: center;
    padding: 18px 20px 14px;
    background: #fff;
    border-bottom: 1px solid var(--gray-mid);
  }

  .lp-logo-bar img {
    max-width: 200px;
    margin: 0 auto;
  }

  /* -- Thank you section -- */
  .lp-ty-section {
    min-height: calc(100vh - 130px); /* fill viewport between header and footer */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    background: var(--green-bg);
  }

  .lp-ty-inner {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
    padding: 56px 48px;
    max-width: 640px;
    width: 100%;
    text-align: center;
  }

  /* Checkmark icon */
  .lp-ty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
  }

  .lp-ty-icon svg {
    width: 100%;
    height: 100%;
  }

  /* Heading */
  .lp-ty-heading {
    font-family: var(--font-main);
    font-size: 42px;
    font-weight: 800;
    color: var(--green-dark);
    margin-bottom: 12px;
    line-height: 1.1;
  }

  .lp-ty-sub {
    font-size: 17px;
    color: var(--gray-text);
    line-height: 1.65;
    max-width: 480px;
    margin: 0 auto 40px;
  }

  /* What happens next */
  .lp-ty-next {
    background: var(--green-bg);
    border-radius: var(--radius);
    padding: 28px 24px;
    margin-bottom: 36px;
    text-align: left;
  }

  .lp-ty-next-label {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--green-dark);
    margin-bottom: 18px;
    text-align: center;
  }

  .lp-ty-steps {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .lp-ty-steps li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
  }

  .lp-ty-step-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--green-dark);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
  }

  /* Contact row */
  .lp-ty-contact p {
    font-size: 15px;
    color: var(--gray-text);
    margin-bottom: 14px;
  }

  /* Phone button — same style as the landing page */
  .lp-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--green-light);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 28px;
    border-radius: 30px;
    border: 2px solid transparent;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    transition: background 0.25s ease, color 0.25s ease,
                border-color 0.25s ease, transform 0.2s ease;
  }

  .lp-btn-phone:hover {
    background: #fff;
    color: var(--green-light);
    border-color: var(--green-light);
    transform: translateY(-2px);
  }

  .lp-btn-phone svg { stroke: currentColor; }

  /* Footer — matches landing page */
  .lp-footer {
    background: var(--black);
    color: rgba(255,255,255,0.55);
    text-align: center;
    padding: 24px 20px;
    font-size: 13px;
  }

  .lp-footer a { color: rgba(255,255,255,0.7); }
  .lp-footer a:hover { color: #fff; }

  /* Mobile */
  @media (max-width: 600px) {
    .lp-ty-inner {
      padding: 40px 24px;
    }

    .lp-ty-heading {
      font-size: 32px;
    }
  }

 .header_wrapper {
	display: none!important;
}
 
.menu_wrapper {
	display: none !important;
}
 
.footer_wrapper{
	display: none !important;
}