/* Reset and base styles */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Arial, sans-serif;
  background: #f9f9fb;
  color: #222;
  line-height: 1.7;
  overflow-x: hidden;
  font-size: 21.33px;
}

header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 1rem 0;
}
nav {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
.logo {
  font-weight: bold;
  font-size: 1.18rem;
  color: #1a7f64;
}
.cta, .secondary-cta {
  display: inline-block;
  padding: 0.7em 1.5em;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 0.5em;
}
.cta {
  background: #1a7f64;
  color: #fff;
  border: none;
  margin-right: 0.5em;
}
.cta:hover {
  background: #145c47;
}
.secondary-cta {
  background: #e6f4ef;
  color: #1a7f64;
  border: 1px solid #1a7f64;
}
.secondary-cta:hover {
  background: #d0ede2;
}
main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem 3rem 2rem;
}
section {
  margin-bottom: 2.5rem;
}
.hero {
  text-align: center;
  padding: 4rem 0 3rem 0;
  background: linear-gradient(120deg, #f3faf7 0%, #e6f4ef 100%);
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(26,127,100,0.08), 0 1.5px 6px rgba(0,0,0,0.03);
  margin-bottom: 2.8rem;
  border: 1.5px solid #d0ede2;
  position: relative;
  margin-top: 0.5rem;
}
.hero-photo {
  display: block;
  margin: 0 auto 1.5rem auto;
  width: 227px;
  height: 227px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(26,127,100,0.10);
  background: #fff;
  border: 3.5px solid #1a7f64;
  transition: box-shadow 0.2s, transform 0.2s;
}
.hero-photo:hover {
  box-shadow: 0 8px 32px rgba(26,127,100,0.18);
  transform: scale(1.04);
}
.hero-main {
  font-size: 1.45rem;
  font-weight: 700;
  color: #145c47;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 12px rgba(26,127,100,0.07);
  line-height: 1.13;
  word-break: normal;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
}
.hero-h2 {
  font-size: 1.11rem;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 1.1rem;
  margin-top: 0.1rem;
  letter-spacing: -0.2px;
}
.hero-subtitle {
  color: #145c47;
  font-size: 1.06rem;
  font-weight: 600;
  margin: 0.8rem 0 0.3rem 0;
  letter-spacing: 0.01em;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-bio {
  color: #444;
  font-size: 1.07rem;
  margin: 0.3rem auto 0 auto;
  max-width: 95%;
  line-height: 1.6;
  text-align: center;
}
.problem-solution {
  background: #e6f4ef;
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-size: 1.27rem;
  margin-top: 0.5rem;
}
.problem-solution p {
  font-size: 1.07rem;
  color: #444;
  line-height: 1.6;
  margin: 0.3rem auto 0 auto;
  max-width: 95%;
  text-align: center;
}
.problem-solution h2 {
  color: #1a7f64;
  margin-bottom: 0.7rem;
}
.logos {
  text-align: center;
  margin: 2.5rem 0 2rem 0;
}
.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.logo-row img {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.95;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 1.2em;
  object-fit: contain;
  transition: box-shadow 0.18s, width 0.18s, height 0.18s;
  margin: 0 0.2em;
  max-width: 20vw;
  max-height: 20vw;
}
.logo-row img:hover {
  box-shadow: 0 4px 18px rgba(26,127,100,0.13);
}
.deliver {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 2.5rem 2rem;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}
.deliver h2 {
  color: #1a7f64;
  font-size: 1.43rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
}
.deliver ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.deliver li {
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  border-left: 4px solid #1a7f64;
  position: relative;
  background: #f7faf9;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(26,127,100,0.03);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-right: 0.5rem;
}
.deliver li:last-child {
  margin-bottom: 0;
}
.deliver-title {
  font-size: 1.07rem;
  font-weight: 800;
  color: #145c47;
  margin-bottom: 0.05rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  letter-spacing: -0.2px;
}
.deliver-desc {
  color: #444;
  font-size: 0.93rem;
  font-weight: 400;
  margin-left: 1.7em;
  margin-top: 0.05em;
  line-height: 1.5;
}
.work-with-me {
  text-align: center;
}
.work-with-me h2 {
  color: #1a7f64;
}
.pricing-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  align-items: stretch;
  width: 100%;
  align-items: stretch;
}
.pricing-card {
  background: #eaf7f1;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 2rem 2.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  flex: 1 1 0%;
  min-width: 0;
}
.pricing-card:last-child {
  background: #f7f8fa;
  color: #7a7a7a;
  font-size: 0.97rem;
  border: 1.5px solid #e0e0e0;
  box-shadow: none;
}
.pricing-card h3 {
  margin-top: 0;
  color: #1a7f64;
  font-size: 1.04rem;
}
.pricing-card:first-child h3 {
  color: #1a7f64;
  font-weight: 800;
}
.pricing-card:last-child h3 {
  color: #444;
  font-weight: 700;
}
.pricing-card ul {
  margin: 1rem 0 1.5rem 0;
  padding: 0 0 0 1.2em;
  font-size: 0.97rem;
  flex: 1 1 auto;
}
.pricing-card:last-child ul {
  color: #7a7a7a;
  font-size: 0.97rem;
}
.pricing-card .cta, .pricing-card .cta-blue {
  align-self: flex-start;
  margin-top: auto;
}
.cta-blue {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  font-size: 1.07rem;
  padding: 1.1em 2.2em;
  border-radius: 8px;
  margin-top: 0.7em;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(37,99,235,0.07);
  background: #2563eb;
  color: #fff;
  border: none;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.cta-blue:hover, .cta-blue:active, .cta-blue:focus {
  background: #1742a0;
  color: #fff;
  text-decoration: none;
}
.why-me {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  padding: 2.5rem 2rem;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}
.why-me h2 {
  color: #1a7f64;
  font-size: 1.43rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
}
.why-me ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-me li {
  margin-bottom: 1.2rem;
  padding-left: 1.2rem;
  border-left: 4px solid #1a7f64;
  position: relative;
  background: #f7faf9;
  border-radius: 7px;
  box-shadow: 0 1px 4px rgba(26,127,100,0.03);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-right: 0.5rem;
  color: #222;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
}
.why-me li:last-child {
  margin-bottom: 0;
}
.why-me li:before {
  display: none;
}
.testimonial {
  background: #e6f4ef;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  text-align: center;
  margin-top: 0.5rem;
}
.testimonial h2 {
  color: #1a7f64;
  margin-bottom: 0.7rem;
}
.testimonial-content {
  display: flex;
  align-items: flex-start;
  gap: 2.8rem;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.testimonial-photo {
  width: 180px;
  height: 180px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(26,127,100,0.10);
  border: 3px solid #fff;
  background: #fff;
  flex-shrink: 0;
  display: block;
  margin-top: 30px;
}
.testimonial blockquote {
  margin: 0;
  font-style: italic;
  color: #145c47;
  font-size: 1.13rem;
  background: none;
  border: none;
  box-shadow: none;
}
.testimonial blockquote footer {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin-top: 1.2em;
  font-size: 1.13rem;
  color: #333;
  font-style: normal;
}
.testimonial-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(26,127,100,0.07);
  margin-right: 0.3em;
}
.final-cta {
  background: #1a7f64;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 2.5rem 1.5rem;
  margin-top: 0.5rem;
}
.final-cta h2 {
  color: #fff;
  margin-bottom: 0.7rem;
}
.final-cta p {
  font-size: 1.02rem;
  margin-bottom: 1.5rem;
}
.final-cta .cta, .final-cta .secondary-cta {
  margin: 0.5rem 0.5rem 0 0;
}
.contact {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(26,127,100,0.06);
  padding: 2.8rem 2.5rem 2.5rem 2.5rem;
  margin: 2.5rem auto;
  display: block;
  margin-top: 0.5rem;
}
.contact h2 {
  color: #1a7f64;
  font-size: 1.07rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
  text-align: left;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(26,127,100,0.10), 0 2px 8px rgba(37,99,235,0.04);
  border: 1.5px solid #e6f4ef;
  padding: 2.2rem 2.5rem 2.5rem 2.5rem;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
.contact form label {
  font-size: 0.97rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.18em;
  margin-top: 0.1em;
  text-align: left;
  width: 100%;
}
.contact form input,
.contact form textarea {
  font-size: 0.97rem;
  padding: 0.6em 0.8em;
  border-radius: 8px;
  border: 1.5px solid #cfd8dc;
  background: #f7faf9;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  box-shadow: 0 1.5px 8px rgba(37,99,235,0.04) inset;
  transition: border 0.2s, box-shadow 0.2s, background 0.2s;
}
.contact form input:focus,
.contact form textarea:focus {
  border-color: #2563eb;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.13), 0 2px 12px rgba(37,99,235,0.07) inset;
}
.contact form button {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #2563eb 60%, #1742a0 100%);
  color: #fff;
  font-size: 1.01rem;
  font-weight: 700;
  border: none;
  padding: 0.9em;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
  margin: 0.7em auto 0.5em auto;
  max-width: 360px !important;
  min-width: 180px !important;
  width: 100% !important;
  box-shadow: 0 4px 18px rgba(26,127,100,0.10);
  letter-spacing: 0.01em;
}
.contact form button:hover {
  background: linear-gradient(90deg, #1742a0 60%, #2563eb 100%);
  box-shadow: 0 8px 32px rgba(37,99,235,0.13), 0 2px 8px rgba(26,127,100,0.10) inset;
  filter: brightness(1.04);
  transform: none;
}
#form-success {
  color: #1a7f64;
  margin-top: 1.5em;
  text-align: center;
  font-size: 0.93rem;
  font-weight: 600;
}
.booking {
  text-align: center;
  margin: 2.5rem 0;
}
.booking h2 {
  color: #1a7f64;
}
footer {
  text-align: center;
  padding: 2rem 0 1rem 0;
  color: #888;
  font-size: 0.82rem;
}

/* Responsive styles */
@media (max-width: 900px) {
  html, body {
    font-size: 16.33px;
  }
  main {
    max-width: 100vw;
    padding: 2rem 0.5rem 2.5rem 0.5rem;
  }
  .pricing-cards {
    display: block;
    width: 100%;
    gap: 0;
    align-items: stretch;
    position: static;
  }
  .pricing-card {
    margin-left: auto;
    margin-right: auto;
    padding: 1.2rem 0.5rem;
    flex: none;
    min-width: 0;
  }
  .pricing-card:not(:first-child) {
    margin-top: 2.5rem;
  }
  .cta-large, .cta-small {
    margin-bottom: 1.5rem;
  }
  section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .why-me ul {
    padding-left: 0;
  }
  .why-me li {
    display: block;
    margin-bottom: 1.2em;
    padding-left: 1.5em;
    word-break: normal;
  }
  .why-me li:before {
    position: absolute;
    left: 0;
    top: 0.2em;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: 1.27rem;
  }
  .hero-photo {
    width: 146px;
    height: 146px;
  }
  .hero {
    padding: 2.2rem 0 1.5rem 0;
  }
  .pricing-card {
    padding: 1rem 0.5rem;
  }
  .deliver, .why-me, .contact, .testimonial, .problem-solution {
    padding: 1rem 0.5rem;
  }
  nav {
    flex-direction: column;
    gap: 0.5rem;
  }
  .logo-row {
    gap: 1rem;
  }
  .deliver {
    padding: 1.2rem 0.5rem;
  }
  .deliver h2 {
    font-size: 0.97rem;
  }
  .deliver-title {
    font-size: 0.88rem;
  }
  .deliver-desc {
    font-size: 0.84rem;
    margin-left: 1.1em;
  }
  .why-me, .deliver {
    padding: 1.2rem 0.5rem;
  }
  .why-me h2, .deliver h2 {
    font-size: 0.97rem;
  }
  .deliver-title {
    font-size: 0.88rem;
  }
  .deliver-desc {
    font-size: 0.84rem;
    margin-left: 1.1em;
  }
  .modal-content {
    width: 98vw !important;
    max-width: 98vw !important;
    padding: 0.7rem 0.2rem !important;
    max-height: 98vh !important;
    position: relative;
  }
  .modal-close {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    font-size: 2.2rem;
    z-index: 10;
  }
  .modal-title {
    margin-top: 2.5rem;
  }
}
@media (max-width: 700px) {
  html, body {
    font-size: 14.33px;
  }
  .testimonial-content {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .testimonial-photo {
    width: 112px;
    height: 112px;
    margin-top: 10px;
  }
  .testimonial blockquote {
    text-align: center;
  }
  .testimonial blockquote footer {
    justify-content: center;
  }
  .contact {
    padding: 1.2rem 0.5rem 1.5rem 0.5rem;
  }
  .contact h2 {
    font-size: 1.07rem;
  }
  form {
    gap: 1rem;
  }
  .logo-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.7rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-row img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px;
    max-height: 60px;
    padding: 0.5em;
  }
  .cta-blue {
    font-size: 1rem;
    padding: 0.7em 0;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-decoration: none;
  }
  .hero-main {
    font-size: 1.1rem;
  }
  .modal-close {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .cta-blue {
    font-size: 1.05rem;
    padding: 0.9em 0.2em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-decoration: none;
  }
}

.cta-large {
  font-size: 1.22rem;
  padding: 1.1em 2.2em;
  border-radius: 8px;
  font-weight: 800;
  margin-top: 0.7em;
  box-shadow: 0 2px 8px rgba(26,127,100,0.08);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}
.cta-small {
  font-size: 0.98rem;
  padding: 0.6em 1.2em;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 0.7em;
  box-shadow: none;
}

.hero-name {
  font-size: 1.14rem;
  font-weight: 700;
  color: #145c47;
  margin: 0.5rem 0 0.5rem 0;
  text-align: center;
  letter-spacing: 0.01em;
}

form .cta-blue, form .cta-blue:hover, form .cta-blue:active, form .cta-blue:focus {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 900px) {
  .hero-subtitle, .hero-bio {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  html, body {
    font-size: 21px;
  }
  main {
    max-width: 1000px;
  }
  .hero-main {
    font-size: 2.2rem;
  }
  .hero-h2 {
    font-size: 1.3rem;
  }
}

section h2:not(.hero-main):not(.problem-solution h2) {
  color: #1a7f64;
  font-size: 1.43rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
  text-align: center;
}

.final-cta-h2 {
  color: #fff;
  font-size: 1.43rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
  text-align: center;
}

.funnel-print-headline {
  color: #fff !important;
  font-size: 1.43rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
  letter-spacing: -0.5px;
  text-align: center;
}

/* Modal Background */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.45);
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.modal.show {
  display: flex;
}

/* Modal Card */
.modal-content {
  max-width: 1100px;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 0.8rem;
  max-height: 95vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 8px 32px rgba(26,127,100,0.18), 0 2px 8px rgba(37,99,235,0.07);
  font-family: 'Lato', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  border: 1.5px solid #e6f4ef;
  background: linear-gradient(120deg, #f8fafc 0%, #e6f4ef 100%);
  align-items: center;
  backdrop-filter: blur(7px) saturate(1.15);
  border: 1.5px solid #e0e7ef;
}

/* Close Button */
.modal-close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #1a7f64;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #2563eb;
}

/* Title & Subtitle */
.modal-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #1a7f64;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.modal-subtitle {
  font-size: 0.93rem;
  color: #444;
  text-align: center;
  line-height: 1.5;
  margin-top: -0.8rem;
}

/* Intro */
.modal-intro {
  font-size: 0.95rem;
  color: #2563eb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  margin-bottom: -0.4rem;
}
.modal-emoji {
  font-size: 1.2rem;
}

/* Form Styles */
#application-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
}

#application-form label {
  font-size: 0.89rem !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin-bottom: 0.25rem !important;
  display: block;
  text-align: center;
}

#application-form input,
#application-form select {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 0.89rem !important;
  padding: 0.6em 0.8em !important;
  border-radius: 8px !important;
  border: 1.5px solid #cfd8dc !important;
  background: #f7faf9 !important;
  box-sizing: border-box !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  box-shadow: 0 1.5px 8px rgba(37,99,235,0.04) inset;
  transition: border 0.2s, box-shadow 0.2s, background 0.2s;
}
#application-form input:focus,
#application-form select:focus {
  border-color: #2563eb !important;
  outline: none !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(37,99,235,0.13), 0 2px 12px rgba(37,99,235,0.07) inset !important;
}

/* Select dropdown icon */
#application-form select {
  background: #f7faf9 url("data:image/svg+xml;utf8,<svg fill='%232563eb' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 0.7em center;
  background-size: 1.1em;
  appearance: none;
  padding-right: 2em;
}

/* Notes and Optional */
.optional {
  font-weight: 400;
  color: #888;
  font-size: 0.9rem;
}
.form-note {
  font-size: 0.81rem;
  color: #2563eb;
  margin-top: -0.3em;
  margin-bottom: 0.3em;
}

/* CTA Button */
.cta-green {
  display: block;
  text-align: center;
  background: linear-gradient(90deg, #1a7f64 60%, #2563eb 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  padding: 0.9em;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s;
  margin: 0.7em auto 0.5em auto;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 4px 18px rgba(26,127,100,0.13);
  letter-spacing: 0.01em;
}
.cta-green:hover {
  background: linear-gradient(90deg, #145c47 60%, #1742a0 100%);
  box-shadow: 0 6px 24px rgba(37,99,235,0.13);
}

/* Post-submit Success Message */
#application-success {
  font-size: 0.93rem;
  color: #1a7f64;
  font-weight: 600;
  text-align: center;
  margin-top: 0.6em;
}

/* Trusted by Row */
.modal-trusted {
  margin-top: 0.5em;
  font-size: 0.87rem;
  color: #145c47;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  flex-wrap: wrap;
}
.modal-lock {
  font-size: 1.1em;
}
.trusted-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(26,127,100,0.13), 0 1px 4px rgba(37,99,235,0.07);
  margin: 0 0.1em;
  display: inline-block;
  vertical-align: middle;
}

/* Mobile Responsiveness */
@media (max-width: 480px) {
  .modal-content {
    width: 95vw;
    padding: 1.4rem 1rem;
  }
  .cta-green {
    font-size: 0.97rem;
    padding: 0.8em;
  }
}

.modal-content .cta, .modal-content .cta-blue, .modal-content .cta-green,
.pricing-card .cta, .pricing-card .cta-blue, .pricing-card .cta-green {
  display: block;
  text-align: center;
  font-size: 0.97rem;
  font-weight: 700;
  border: none;
  padding: 1em 0;
  border-radius: 9px;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s, transform 0.18s;
  width: 100%;
  max-width: 360px;
  margin: 0.7em auto 0.5em auto;
  box-shadow: 0 4px 18px rgba(26,127,100,0.13), 0 1.5px 8px rgba(37,99,235,0.04) inset;
  letter-spacing: 0.01em;
  border: 1.5px solid rgba(37,99,235,0.08);
}
.modal-content .cta {
  background: linear-gradient(90deg, #1a7f64 60%, #1a9f74 100%);
  color: #fff;
}
.modal-content .cta-blue {
  background: linear-gradient(90deg, #2563eb 60%, #1742a0 100%);
  color: #fff;
}
.modal-content .cta-green {
  background: linear-gradient(90deg, #1a7f64 60%, #1a9f74 100%);
  color: #fff;
}
.modal-content .cta:hover, .modal-content .cta-blue:hover, .modal-content .cta-green:hover,
.pricing-card .cta:hover, .pricing-card .cta-blue:hover, .pricing-card .cta-green:hover {
  box-shadow: 0 8px 32px rgba(37,99,235,0.13), 0 2px 8px rgba(26,127,100,0.10) inset;
  transform: translateY(-2px) scale(1.025);
  filter: brightness(1.04);
}

@media (max-width: 1150px) {
  .modal-content {
    max-width: 95vw;
  }
}
@media (max-width: 600px) {
  .modal-content {
    width: 98vw !important;
    max-width: 98vw !important;
    padding: 0.7rem 0.2rem !important;
    max-height: 98vh !important;
    position: relative;
  }
  .modal-close {
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
    font-size: 2.2rem;
    z-index: 10;
  }
  .modal-title {
    margin-top: 2.5rem;
  }
} 