:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #555757;
  background: #fff;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  --aqua: #72cbd0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  min-height: 658px;
  color: #fff;
  background-image: url("sources/images/banner-hero-nivel-1.png");
  background-position: center top;
  background-size: cover;
}

.hero-inner {
  position: relative;
  left: -7px;
  width: min(1295px, calc(100% - 112px));
  min-height: 658px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 70px;
  align-items: start;
}

.hero-copy { padding-top: 56px; }
.hero-logo { width: 237px; height: auto; display: block; }

.hero h1 {
  margin: 63px 0 18px;
  color: #fff;
  font-size: 48px;
  line-height: 1.01;
  font-weight: 800;
  letter-spacing: -.6px;
}

.hero-highlight {
  margin: 0;
  color: #3f4647;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: .5px;
}

.hero-highlight span {
  padding: 3px 9px 4px;
  background: #72cbd0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.certificate { margin: 18px 0 32px; font-size: 14px; }
.hero-question { margin: 0 0 29px; font-size: 20px; line-height: 1.15; font-weight: 700; }
.hero-note { margin: 0; font-size: 17px; font-weight: 600; }

.lead-form {
  position: relative;
  left: -14px;
  margin-top: 42px;
  min-height: 586px;
  padding: 24px 21px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #565858;
  background: rgba(255, 255, 255, .84);
  border-radius: 29px;
}

.form-heading { margin-bottom: 22px; text-align: center; }
.form-heading h2 { margin: 0 0 8px; color: var(--aqua); font-size: 21px; line-height: 1.1; }
.form-heading p { margin: 0; font-size: 19px; letter-spacing: 1px; }

.lead-form > input,
.lead-form > select,
.phone-field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: #555757;
  background: rgba(250, 255, 255, .92);
  border: 1px solid #8e9695;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  transition: border-color .15s, box-shadow .15s;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: #48b9c0;
  box-shadow: 0 0 0 3px rgba(114, 203, 208, .25);
}

.phone-field { position: relative; display: block; }
.phone-field img { position: absolute; left: 15px; top: 14px; width: 21px; height: 21px; border-radius: 50%; object-fit: cover; z-index: 1; }
.phone-field .phone-prefix { position: absolute; left: 41px; top: 16px; z-index: 1; color: #606565; font-size: 14px; }
.phone-field input { padding-left: 94px; }

.lead-form button,
.formation-cta {
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--aqua);
  font-weight: 800;
  cursor: pointer;
  transition: filter .15s, transform .15s;
}

.lead-form button { height: 48px; margin: 5px 2px 0; font-size: 21px; }
.lead-form button:hover, .formation-cta:hover { filter: brightness(.94); }
.lead-form button:active, .formation-cta:active { transform: translateY(1px); }
.lead-form button:disabled { cursor: wait; filter: saturate(.72); opacity: .78; }

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 2px;
  margin: 0;
  color: #20838a;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.form-status.is-success { color: #20838a; }
.form-status.is-error { color: #a63333; }

.course-section { padding: 42px 0 86px; overflow: hidden; }
.course-grid { position: relative; left: -8px; width: min(1280px, calc(100% - 142px)); min-height: 570px; margin: 0 auto; display: grid; grid-template-columns: 53% 47%; }
.course-copy { min-width: 0; }
.course-copy h2 { margin: 7px 0 36px; color: #555757; font-size: 42px; line-height: 1.18; letter-spacing: -.4px; }
.course-copy > p { margin: 0 0 25px; color: #747979; font-size: 19px; line-height: 1.23; }

.included-box {
  width: 615px;
  max-width: 100%;
  margin-top: 75px;
  padding: 26px 31px 23px;
  background: #e9f6f6;
  border-radius: 17px;
}

.included-box h3 { margin: 0 0 28px; color: #6d7171; font-size: 21px; }
.included-box ul { margin: 0; padding-left: 18px; color: #737878; font-size: 16px; line-height: 1.1; }
.course-visual { position: relative; min-width: 0; }
.course-visual img { position: absolute; left: -39px; top: -140px; width: 677px; max-width: none; height: auto; }

.formation-cta { position: relative; left: -7px; width: 615px; height: 70px; display: block; margin: 60px auto 59px; font-size: 31px; }
.benefits { position: relative; left: -8px; width: min(1280px, calc(100% - 142px)); margin: 0 auto; }
.benefits > h2 { margin: 0 0 77px; color: var(--aqua); text-align: center; font-size: 42px; line-height: 1.2; }
.benefits-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }

.benefit-card { min-height: 228px; padding: 23px 24px; background: #f0f8f7; border-radius: 16px; }
.benefit-card img { width: 48px; height: 48px; display: block; margin-bottom: 16px; }
.benefit-card h3 { margin: 0 0 13px; color: #050505; font-size: 18px; line-height: 1.08; }
.benefit-card p { margin: 0; color: #777c7c; font-size: 16px; line-height: 1.18; }
.benefits-watermark { position: absolute; z-index: 2; left: -2px; bottom: -2px; width: 236px; opacity: .73; pointer-events: none; }

footer { height: 264px; padding: 58px 74px 12px; color: #fff; background: #505251; }
.footer-top { display: flex; justify-content: space-between; align-items: center; }
.footer-logo { width: 237px; }
.socials { display: flex; align-items: center; gap: 22px; }
.socials > span { margin-right: 9px; font-size: 19px; font-weight: 800; letter-spacing: 5px; }
.socials a { display: inline-flex; }
.socials img { width: 34px; height: 34px; }
.footer-line { height: 1px; margin-top: 120px; background: rgba(255, 255, 255, .55); }
.copyright { margin: 17px 0 0; text-align: center; font-size: 14px; font-weight: 600; }

@media (max-width: 1000px) {
  .hero { min-height: auto; background-position: 38% top; }
  .hero-inner { left: 0; width: min(90%, 760px); min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 35px; padding-bottom: 45px; }
  .hero-copy { padding-top: 36px; }
  .hero h1 { margin-top: 55px; }
  .lead-form { left: 0; width: min(100%, 520px); margin: 0 auto; }
  .course-grid { left: 0; width: min(88%, 760px); grid-template-columns: minmax(0, 1fr); }
  .course-visual { min-height: 620px; }
  .course-visual img { position: relative; left: 50%; top: 18px; max-width: 100%; transform: translateX(-50%); }
  .formation-cta, .benefits { left: 0; }
  .benefits { width: min(88%, 760px); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .hero-inner { width: calc(100% - 36px); }
  .hero-copy { padding-top: 25px; }
  .hero-logo { width: 170px; }
  .hero h1 { margin-top: 48px; font-size: 38px; line-height: 1.05; }
  .hero-highlight { font-size: 17px; }
  .hero-question { font-size: 18px; }
  .hero-note { font-size: 15px; }
  .lead-form { min-height: 575px; padding-inline: 16px; border-radius: 22px; }
  .course-section { padding-top: 34px; padding-bottom: 55px; }
  .course-grid { width: calc(100% - 40px); }
  .course-copy h2 { margin-bottom: 27px; font-size: 35px; }
  .course-copy > p { font-size: 17px; }
  .desktop-only { display: none; }
  .included-box { width: 100%; margin-top: 38px; padding-inline: 23px; }
  .course-visual { min-height: 440px; }
  .formation-cta { width: calc(100% - 40px); height: 59px; margin-top: 38px; font-size: 22px; }
  .benefits { width: calc(100% - 40px); }
  .benefits > h2 { margin-bottom: 43px; font-size: 35px; }
  .benefits-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .benefit-card { min-height: 190px; }
  footer { height: auto; min-height: 280px; padding: 46px 28px 24px; }
  .footer-top { flex-direction: column; gap: 42px; }
  .footer-logo { width: 200px; }
  .socials { gap: 16px; }
  .socials > span { font-size: 15px; letter-spacing: 3px; }
  .footer-line { margin-top: 48px; }
  .copyright { font-size: 12px; }
}
