:root {
  --lamerica-blue: #0755ad;
  --lamerica-red: #ff1f2d;
  --whatsapp-dark: #049a3a;
  --whatsapp-light: #10cf4a;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
  color: var(--lamerica-blue);
  font-family: "Poppins", Arial, sans-serif;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
}

button,
input {
  font: inherit;
}

.landing-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 98% 37%, rgba(255, 236, 221, .7) 0 16%, transparent 36%),
    radial-gradient(circle at -4% 93%, rgba(255, 231, 203, .55) 0 11%, transparent 28%),
    linear-gradient(145deg, #fff 0%, #fffefd 55%, #fffaf5 100%);
}

.landing-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 18%;
  right: -34%;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 241, 229, .65);
  filter: blur(1px);
}

.landing-hero__inner {
  position: relative;
  isolation: isolate;
  width: min(100%, 430px);
  min-height: max(100svh, 720px);
  margin: 0 auto;
  padding: 38px 30px 0;
  overflow: hidden;
}

.landing-hero__logo {
  position: relative;
  z-index: 4;
  display: block;
  width: 170px;
  height: auto;
  margin-left: 10px;
}

.landing-hero__copy {
  position: relative;
  z-index: 4;
  margin-top: 52px;
}

.landing-hero h1 {
  margin: 0;
  max-width: 365px;
  color: var(--lamerica-blue);
  font-size: clamp(2.25rem, 9.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.01;
}

.landing-hero h1 span {
  color: var(--lamerica-red);
}

.landing-hero__subtitle {
  margin: 14px 0 0;
  font-size: clamp(1.45rem, 6.4vw, 1.75rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.landing-hero__contact {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 31px;
}

.landing-hero__contact > p {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 5.7vw, 1.55rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.15;
}

.landing-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 22px 10px 15px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, var(--whatsapp-light), var(--whatsapp-dark));
  box-shadow: 0 10px 24px rgba(5, 181, 65, .34), inset 0 1px 0 rgba(255, 255, 255, .38);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.landing-whatsapp img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.landing-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 29px rgba(5, 181, 65, .42), inset 0 1px 0 rgba(255, 255, 255, .38);
}

.landing-whatsapp:focus-visible {
  outline: 4px solid rgba(7, 85, 173, .32);
  outline-offset: 4px;
}

.landing-hero__nico {
  position: absolute;
  z-index: 3;
  right: -66px;
  bottom: -21px;
  width: 365px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 370px) {
  .landing-hero__inner {
    min-height: max(100svh, 690px);
    padding-inline: 22px;
  }

  .landing-hero__copy {
    margin-top: 43px;
  }

  .landing-hero__contact {
    margin-top: 25px;
  }

  .landing-whatsapp {
    min-height: 54px;
    padding-inline: 13px 18px;
    font-size: 1rem;
  }

  .landing-hero__nico {
    right: -62px;
    width: 335px;
  }
}

@media (min-width: 720px) {
  .landing-hero {
    min-height: 820px;
  }

  .landing-hero__inner {
    width: min(100% - 64px, 1120px);
    min-height: 820px;
    padding: 58px 48px 0;
  }

  .landing-hero__logo {
    width: 225px;
    margin-left: 0;
  }

  .landing-hero__copy {
    margin-top: 75px;
  }

  .landing-hero h1 {
    max-width: 620px;
    font-size: clamp(3.6rem, 6vw, 5rem);
  }

  .landing-hero__subtitle {
    font-size: 2rem;
  }

  .landing-hero__contact {
    margin-top: 46px;
  }

  .landing-hero__contact > p {
    font-size: 1.75rem;
  }

  .landing-whatsapp {
    min-height: 66px;
    padding: 12px 29px 12px 18px;
    font-size: 1.25rem;
  }

  .landing-hero__nico {
    right: -25px;
    bottom: -68px;
    width: min(57vw, 650px);
  }
}

.landing-reasons,
.landing-form-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.landing-reasons::before,
.landing-form-section::before,
.landing-form-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 241, 226, .58);
  pointer-events: none;
}

.landing-reasons::before {
  top: -62px;
  right: -78px;
  width: 165px;
  height: 165px;
}

.landing-section-inner,
.landing-form-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin: 0 auto;
  padding: 30px 22px 32px;
}

.landing-section-logo {
  display: block;
  width: 126px;
  height: auto;
  margin: 0 auto;
}

.landing-reasons h2 {
  margin: 15px 0 19px;
  color: var(--lamerica-blue);
  font-size: 1.72rem;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.08;
  text-align: center;
}

.reason {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(128px, .85fr);
  gap: 13px;
  align-items: center;
  min-height: 126px;
  padding: 12px 0;
  border-bottom: 1px solid #cbdcf3;
}

.reason:last-child {
  border-bottom: 0;
}

.reason__copy {
  min-width: 0;
}

.reason__tag {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--lamerica-blue);
  background: #edf4fd;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
}

.reason h3 {
  margin: 0;
  color: var(--lamerica-blue);
  font-size: 1.03rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.reason p {
  margin: 6px 0 0;
  color: #4969a0;
  font-size: .76rem;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.reason > img {
  display: block;
  width: 100%;
  height: 98px;
  border-radius: 9px;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(13, 65, 126, .14);
}

.reason__image--cambridge {
  object-position: center 78%;
}

.reason__image--culture {
  object-position: center 72%;
}

.reasons-cta {
  padding-top: 22px;
  text-align: center;
}

.reasons-cta > p {
  margin: 0 0 11px;
  color: var(--lamerica-blue);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.reasons-cta .landing-whatsapp {
  min-width: 245px;
}

.landing-form-section::before {
  top: -55px;
  right: -75px;
  width: 160px;
  height: 160px;
}

.landing-form-section::after {
  bottom: -84px;
  left: -74px;
  width: 180px;
  height: 180px;
  border: 22px solid rgba(255, 244, 231, .78);
  background: transparent;
}

.landing-form-inner {
  padding-top: 31px;
  padding-bottom: 35px;
}

.landing-form-section h2 {
  margin: 20px 0 15px;
  color: var(--lamerica-blue);
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
  text-align: center;
}

.landing-form-lead {
  margin: 0;
  color: #e92336;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-align: center;
}

.landing-form-explanation {
  margin: 29px 8px 0;
  color: #4770bf;
  font-size: .98rem;
  line-height: 1.42;
}

.landing-form {
  margin: 29px 8px 0;
}

.landing-form h3 {
  margin: 0 0 18px;
  color: var(--lamerica-blue);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.form-question {
  margin: 0;
  padding: 0 0 17px;
  border: 0;
  border-bottom: 1px solid #a9caf2;
}

.form-question + .form-question {
  padding-top: 17px;
}

.form-question label,
.form-question legend {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: var(--lamerica-blue);
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.22;
}

.form-question input[type="text"] {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #9cc2f1;
  border-radius: 10px;
  color: #244f93;
  background: rgba(255, 255, 255, .74);
  font-size: .9rem;
  outline: none;
}

.form-question input[type="text"]::placeholder {
  color: #92a7d4;
}

.form-question input[type="text"]:focus {
  border-color: var(--lamerica-blue);
  box-shadow: 0 0 0 3px rgba(7, 85, 173, .14);
}

.schedule-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.schedule-options label {
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
}

.schedule-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.schedule-options span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--lamerica-blue);
  background: #edf4fd;
  font-size: .82rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.schedule-options input:checked + span {
  border-color: var(--lamerica-blue);
  color: #fff;
  background: var(--lamerica-blue);
}

.schedule-options input:focus-visible + span {
  outline: 3px solid rgba(7, 85, 173, .24);
  outline-offset: 2px;
}

.form-error {
  margin: 7px 0 0;
  color: #c21d2b;
  font-size: .78rem;
}

.landing-form-result {
  margin: 20px 2px 13px;
  color: #4770bf;
  font-size: .94rem;
  line-height: 1.35;
}

.landing-form-submit {
  display: flex;
  min-width: 245px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 360px) {
  .reason {
    grid-template-columns: minmax(0, 1.12fr) minmax(112px, .88fr);
    gap: 9px;
  }

  .reason h3 {
    font-size: .94rem;
  }

  .reason p {
    font-size: .71rem;
  }

  .schedule-options span {
    padding-inline: 11px;
  }
}

@media (min-width: 720px) {
  .landing-section-inner,
  .landing-form-inner {
    width: min(100% - 64px, 960px);
    padding: 52px 48px 58px;
  }

  .landing-section-logo {
    width: 190px;
  }

  .landing-reasons h2,
  .landing-form-section h2 {
    font-size: 2.75rem;
  }

  .reason {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    min-height: 210px;
    padding: 22px 0;
  }

  .reason__tag {
    font-size: .92rem;
  }

  .reason h3 {
    font-size: 1.65rem;
  }

  .reason p {
    max-width: 470px;
    font-size: 1rem;
  }

  .reason > img {
    height: 180px;
    border-radius: 14px;
  }

  .reasons-cta > p {
    font-size: 1.35rem;
  }

  .landing-form-lead {
    font-size: 1.85rem;
  }

  .landing-form-explanation,
  .landing-form {
    width: min(100%, 720px);
    margin-right: auto;
    margin-left: auto;
  }

  .landing-form-explanation {
    font-size: 1.2rem;
  }

  .landing-form h3 {
    font-size: 1.65rem;
  }

  .form-question label,
  .form-question legend {
    font-size: 1.18rem;
  }

  .form-question input[type="text"] {
    min-height: 58px;
    font-size: 1rem;
  }

  .schedule-options span {
    min-height: 48px;
    padding-inline: 21px;
    font-size: 1rem;
  }
}
