/* ======================== */
/* FONT-FACE DECLARATIONS   */
/* ======================== */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/asap-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/asap-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/roboto-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ======================== */
/* GLOBAL STYLES            */
/* ======================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.privacy-link {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
.privacy-link:hover {
  text-decoration: none;
}

/* ======================== */
/* MODULO FORM               */
/* ======================== */
.form-section {
  background: #f7a700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 59px 440px;
  width: 100%;
}
.form-grid {
  width: 100%;
  position: relative;
}
.form-grid .privacy-text {
  margin-top: 20px;
}
.form-grid .checkbox-wrap {
  margin-top: 20px;
}
.form-grid .submit-wrap {
  margin: 20px auto 0;
}
.form-row-1 {
  display: flex;
  gap: 43.33px;
  width: 100%;
}
.form-row-2 {
  display: flex;
  gap: 43.33px;
  margin-top: 30px;
  margin-left: 180.56px;
}
.form-input {
  background: #fff;
  border: none;
  height: 44px;
  padding: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.45px;
  line-height: 1.5;
  outline: none;
  width: 317.78px;
  flex-shrink: 0;
}
.form-input:last-child {
  width: 316.33px;
}
.form-row-1 .form-input {
  width: 317.78px;
}
.form-input::placeholder {
  color: #b3b8bd;
}

.privacy-text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
  width: 100%;
}
.privacy-text strong {
  font-weight: 700;
}
.privacy-text span {
  font-weight: 400;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 59px;
  width: 100%;
}
.checkbox-box {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  flex-shrink: 0;
}
.checkbox-box:focus-visible {
  outline: 2px solid #a2398d;
  outline-offset: 2px;
}
.checkbox-box:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #a2398d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  line-height: normal;
}

.submit-wrap {
  position: relative;
  width: 119.83px;
  height: 116px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.submit-btn {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #a2398d;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin-top: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.submit-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(162, 57, 141, 0.4);
}
.submit-semicircle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 119.83px;
  height: 67.5px;
}

/* ======================== */
/* FOOTER                    */
/* ======================== */
.footer {
  background: #0a9bad;
  padding: 60px 260px 40px;
}
.footer-container {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.5px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 400px;
}
.footer-info {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 25.2px;
  position: relative;
  height: 206.5px;
}
.footer-info-line {
  position: absolute;
  left: 0;
  right: 0;
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 25.2px;
  white-space: nowrap;
}
.footer-info-line:nth-child(1) { top: -1px; }
.footer-info-line:nth-child(2) { top: 29.28px; }
.footer-info-line:nth-child(3) { top: 79.56px; }
.footer-info-line:nth-child(4) { top: 104.75px; }
.footer-info-line:nth-child(5) { top: 129.94px; }
.footer-info-line:nth-child(6) { top: 155.21px; }
.footer-info-line strong {
  font-weight: 700;
}
.footer-right {
  display: flex;
  gap: 60px;
  max-width: 500px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-width: 149.89px;
}
.footer-links a {
  font-family: 'Asap', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 22.5px;
  white-space: nowrap;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 31px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social-label {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 23.8px;
}
.footer-social a {
  display: flex;
  align-items: center;
}
.footer-social svg {
  width: 24px;
  height: 24px;
}
.linkedin-icon {
  width: 24px;
  height: 24px;
}
.footer-copyright {
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #bdc3c7;
  opacity: 0.9;
  line-height: 22.1px;
  text-align: right;
}

/* ======================== */
/* SUCCESS PAGE BASE         */
/* ======================== */
.success-page {
  display: none;
  flex-direction: column;
  min-height: 100vh;
}
.success-section {
  background: #f7a700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 814px;
  padding: 110px 390px;
  overflow: hidden;
}

/* reCAPTCHA v3 badge hidden (privacy info already in page) */
.grecaptcha-badge { visibility: hidden !important; }

/* ============================== */
/* RESPONSIVE: 1440px Desktop     */
/* ============================== */
@media (max-width: 1919px) {
  .form-section { padding: 59px 365px; }
  .form-row-1 { gap: 30px; }
  .form-row-2 { gap: 30px; margin-left: 125px; }
  .form-input { width: 220px !important; }
  .form-row-1 .form-input { width: 220px !important; }
  .form-input:last-child { width: 219px !important; }

  .footer { padding: 60px 150px 40px; }
}

/* ============================== */
/* RESPONSIVE: 1024px Tablet      */
/* ============================== */
@media (max-width: 1439px) {
  .form-section { padding: 59px 152px; }
  .form-row-1 { gap: 30px; justify-content: center; }
  .form-row-2 { gap: 30px; margin-left: 125.5px; }

  .footer { padding: 50px 90px 30px; }
  .footer-content {
    flex-wrap: wrap;
    gap: 30px;
  }
  .footer-right {
    gap: 40px;
  }
}

/* ============================== */
/* RESPONSIVE: 390px Mobile       */
/* ============================== */
@media (max-width: 767px) {
  /* Form */
  .form-section {
    height: auto;
    min-height: 937px;
    padding: 58px 24px;
    gap: 29px;
  }
  .form-grid {
    width: 390px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
  }
  .form-grid .privacy-text,
  .form-grid .checkbox-wrap,
  .form-grid .submit-wrap {
    margin-top: 0;
  }
  .form-row-1,
  .form-row-2 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-left: 0;
    margin-top: 0;
  }
  .form-input,
  .form-row-1 .form-input {
    width: 220px !important;
  }
  .form-input:last-child {
    width: 219px !important;
  }
  .privacy-text {
    font-size: 14px;
    line-height: 22px;
    width: 390px;
    max-width: 100%;
  }
  .checkbox-wrap {
    height: auto;
  }

  /* Footer */
  .footer {
    padding: 24px 24px 12px;
  }
  .footer-container {
    gap: 24px;
    max-width: 342px;
  }
  .footer-content {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    gap: 24px;
  }
  .footer-left {
    width: 100%;
    max-width: 100%;
    gap: 24px;
    padding: 0 2px;
  }
  .footer-info {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer-info-line {
    position: static;
    font-size: 11px;
    line-height: 19.8px;
    white-space: normal;
  }
  .footer-right {
    position: static;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 2px;
    display: flex;
  }
  .footer-links {
    gap: 8px;
    min-width: auto;
    padding-bottom: 8px;
  }
  .footer-links a {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
    padding-top: 31px;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-social-label {
    font-size: 12px;
    line-height: 20.4px;
  }
  .linkedin-icon {
    width: 20px;
    height: 20px;
  }
  .footer-copyright {
    text-align: center;
    font-size: 10px;
    line-height: 17px;
  }
}
