/* ==================================================
   „TAPK RENGINIŲ VEDĖJU“ PUSLAPIS

   Visos taisyklės apribotos .become-host-page
   elementu, kad nesikirstų su bendru style.css.
================================================== */

.become-host-page {
  --apply-purple: #6d27d8;
  --apply-purple-dark: #5720b4;
  --apply-purple-light: #f5efff;
  --apply-pink: #e824a7;
  --apply-text: #171922;
  --apply-muted: #686475;
  --apply-border: #e8e1ed;
  --apply-soft: #fbf9fd;
  --apply-white: #ffffff;

  width: 100%;
  color: var(--apply-text);
  background: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
}

.become-host-page *,
.become-host-page *::before,
.become-host-page *::after {
  box-sizing: border-box;
}

.become-host-page button,
.become-host-page input,
.become-host-page textarea {
  font: inherit;
}

.become-host-page .become-host-shell {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}


/* ==================================================
   PUSLAPIO SEKCIJA
================================================== */

.become-host-page .become-host-section {
  width: 100%;
  padding: 35px 0 90px;
}


/* ==================================================
   KELIO NAVIGACIJA
================================================== */

.become-host-page .become-host-breadcrumbs {
  width: 100%;
  margin: 0 0 30px;
  padding: 11px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--apply-border);
  color: #777180;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.become-host-page .become-host-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.become-host-page .become-host-breadcrumbs a:hover {
  color: var(--apply-purple);
}

.become-host-page .become-host-breadcrumbs i {
  color: #aaa3b1;
  font-size: 8px;
}

.become-host-page
.become-host-breadcrumbs
span[aria-current="page"] {
  color: var(--apply-purple-dark);
}


/* ==================================================
   PUSLAPIO ANTRAŠTĖ
================================================== */

.become-host-page .become-host-header {
  width: 100%;
  margin: 0 0 34px;
  padding: 38px 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  border: 1px solid var(--apply-border);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 93% 10%,
      rgba(109, 39, 216, 0.15),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #ffffff 0%,
      #fcfaff 55%,
      #f4edff 100%
    );
}

.become-host-page .become-host-header::before {
  width: 170px;
  height: 170px;
  position: absolute;
  right: -64px;
  bottom: -90px;
  content: "";
  border-radius: 50%;
  background: rgba(109, 39, 216, 0.09);
  pointer-events: none;
}

.become-host-page .become-host-header__content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.become-host-page .become-host-header__eyebrow {
  margin: 0 0 9px;
  display: inline-flex;
  color: var(--apply-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.become-host-page .become-host-header h1 {
  margin: 0 0 12px;
  color: var(--apply-text);
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.become-host-page .become-host-header p {
  max-width: 760px;
  margin: 0;
  color: var(--apply-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.become-host-page .become-host-header__icon {
  width: 104px;
  height: 104px;
  position: relative;
  z-index: 1;
  flex: 0 0 104px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109, 39, 216, 0.14);
  border-radius: 50%;
  color: var(--apply-purple);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 30px rgba(71, 27, 110, 0.11),
    0 0 0 10px rgba(109, 39, 216, 0.05);
  font-size: 36px;
  backdrop-filter: blur(8px);
}


/* ==================================================
   FORMOS KORTELĖ
================================================== */

.become-host-page .host-application-form {
  width: min(900px, 100%);
  margin-inline: auto;
  padding: 42px;
  border: 1px solid var(--apply-border);
  border-radius: 24px;
  background: var(--apply-white);
  box-shadow: 0 16px 45px rgba(42, 19, 62, 0.08);
}


/* ==================================================
   FORMOS DALIŲ ANTRAŠTĖS
================================================== */

.become-host-page .host-form-intro {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.become-host-page .host-form-intro__number {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--apply-purple);
  background: var(--apply-purple-light);
  font-size: 12px;
  font-weight: 800;
}

.become-host-page .host-form-intro h2 {
  margin: 1px 0 5px;
  color: var(--apply-text);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.become-host-page .host-form-intro p {
  margin: 0;
  color: var(--apply-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.become-host-page .host-form-divider {
  width: 100%;
  height: 1px;
  margin: 38px 0;
  background: var(--apply-border);
}


/* ==================================================
   FORMOS LAUKELIAI
================================================== */

.become-host-page .host-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 21px 20px;
}

.become-host-page .host-form-field {
  min-width: 0;
}

.become-host-page .host-form-field--full {
  width: 100%;
  margin-top: 25px;
}

.become-host-page .host-form-field--other {
  margin-top: 15px;
}

.become-host-page .host-form-field label,
.become-host-page .host-form-group legend {
  color: #3f3947;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.become-host-page .host-form-field > label {
  margin-bottom: 8px;
  display: block;
}

.become-host-page .host-form-field label span,
.become-host-page .host-form-group legend span {
  color: var(--apply-pink);
}

.become-host-page .host-form-field input,
.become-host-page .host-form-field textarea {
  width: 100%;
  border: 1px solid #ded7e4;
  border-radius: 13px;
  outline: none;
  color: var(--apply-text);
  background: #fdfcff;
  font-size: 14px;
  font-weight: 600;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.become-host-page .host-form-field input {
  height: 50px;
  padding: 0 15px;
}

.become-host-page .host-form-field textarea {
  min-height: 130px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.65;
}

.become-host-page .host-form-field input::placeholder,
.become-host-page .host-form-field textarea::placeholder {
  color: #a39dab;
}

.become-host-page .host-form-field input:hover,
.become-host-page .host-form-field textarea:hover {
  border-color: #cfc3d8;
}

.become-host-page .host-form-field input:focus,
.become-host-page .host-form-field textarea:focus {
  border-color: var(--apply-purple);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(109, 39, 216, 0.1);
}

.become-host-page .host-form-help {
  margin: 7px 0 11px;
  color: var(--apply-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.7;
}

.become-host-page .host-field-note {
  margin-top: 7px;
  display: block;
  color: #8d8594;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}


/* ==================================================
   RADIO IR CHECKBOX PASIRINKIMAI
================================================== */

.become-host-page .host-form-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.become-host-page .host-form-group + .host-form-field,
.become-host-page .host-form-field + .host-form-group {
  margin-top: 27px;
}

.become-host-page .host-form-group legend {
  margin: 0;
  padding: 0;
}

.become-host-page .host-choice-list {
  margin-top: 12px;
  display: grid;
  gap: 11px;
}

.become-host-page .host-choice-list--checkboxes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.become-host-page .host-choice-card {
  min-width: 0;
  min-height: 66px;
  padding: 14px 15px;
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #e4dde9;
  border-radius: 14px;
  background: #fdfcff;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.become-host-page .host-choice-card:hover {
  border-color: rgba(109, 39, 216, 0.35);
  background: #fbf8ff;
}

.become-host-page .host-choice-card:has(input:checked) {
  border-color: rgba(109, 39, 216, 0.55);
  background: var(--apply-purple-light);
  box-shadow: 0 6px 16px rgba(109, 39, 216, 0.07);
}

.become-host-page .host-choice-card input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.become-host-page .host-choice-card__control {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  position: relative;
  display: block;
  border: 2px solid #c7bdce;
  border-radius: 50%;
  background: #ffffff;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.become-host-page
.host-choice-list--checkboxes
.host-choice-card__control {
  border-radius: 6px;
}

.become-host-page
.host-choice-card
input:checked + .host-choice-card__control {
  border-color: var(--apply-purple);
  background: var(--apply-purple);
}

.become-host-page
.host-choice-card
input:checked + .host-choice-card__control::after {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.become-host-page
.host-choice-list--checkboxes
.host-choice-card
input:checked + .host-choice-card__control::after {
  width: 6px;
  height: 10px;
  top: 44%;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  background: transparent;
  transform:
    translate(-50%, -50%)
    rotate(45deg);
}

.become-host-page
.host-choice-card:has(input:focus-visible) {
  outline: 3px solid rgba(109, 39, 216, 0.2);
  outline-offset: 2px;
}

.become-host-page .host-choice-card__text {
  min-width: 0;
}

.become-host-page .host-choice-card__text strong,
.become-host-page .host-choice-card__text small {
  display: block;
}

.become-host-page .host-choice-card__text strong {
  color: #494251;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.5;
}

.become-host-page .host-choice-card__text small {
  margin-top: 4px;
  color: #7c7484;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}


/* ==================================================
   LAUKELIS SU EURO PRIESAGA
================================================== */

.become-host-page .host-input-suffix {
  position: relative;
}

.become-host-page .host-input-suffix input {
  padding-right: 77px;
}

.become-host-page .host-input-suffix > span {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--apply-purple-dark);
  font-size: 12px;
  font-weight: 800;
  transform: translateY(-50%);
  pointer-events: none;
}


/* ==================================================
   NUOTRAUKŲ INFORMACIJA
================================================== */

.become-host-page .host-photo-notice {
  margin-top: 28px;
  padding: 22px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(109, 39, 216, 0.15);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      #fbf8ff,
      var(--apply-purple-light)
    );
}

.become-host-page .host-photo-notice__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--apply-purple);
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(82, 31, 132, 0.09);
  font-size: 18px;
}

.become-host-page .host-photo-notice h3 {
  margin: 1px 0 7px;
  color: var(--apply-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.become-host-page .host-photo-notice p {
  margin: 0;
  color: var(--apply-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.7;
}

.become-host-page
.host-photo-notice
.host-photo-notice__email {
  margin-top: 9px;
  color: #51495a;
  font-weight: 700;
}

.become-host-page .host-photo-notice a {
  color: var(--apply-purple);
  font-weight: 800;
  text-decoration: none;
}

.become-host-page .host-photo-notice a:hover {
  text-decoration: underline;
}


/* ==================================================
   PRIVATUMO SUTIKIMAS
================================================== */

.become-host-page .host-privacy-check {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  align-items: flex-start;
  gap: 11px;
  color: #625b6a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  cursor: pointer;
}

.become-host-page .host-privacy-check input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.become-host-page .host-privacy-check__control {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid #c9bfd0;
  border-radius: 6px;
  color: transparent;
  background: #ffffff;
  font-size: 10px;
  transition:
    border-color 0.2s ease,
    color 0.2s ease,
    background 0.2s ease;
}

.become-host-page
.host-privacy-check
input:checked + .host-privacy-check__control {
  border-color: var(--apply-purple);
  color: #ffffff;
  background: var(--apply-purple);
}

.become-host-page
.host-privacy-check:has(input:focus-visible)
.host-privacy-check__control {
  outline: 3px solid rgba(109, 39, 216, 0.2);
  outline-offset: 2px;
}

.become-host-page .host-privacy-check a {
  color: var(--apply-purple);
  font-weight: 800;
  text-decoration: none;
}

.become-host-page .host-privacy-check a:hover {
  text-decoration: underline;
}


/* ==================================================
   FORMOS PATEIKIMAS
================================================== */

.become-host-page .host-form-submit {
  margin-top: 30px;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--apply-border);
}

.become-host-page .host-form-submit p {
  max-width: 340px;
  margin: 0;
  color: #89818f;
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
}

.become-host-page .host-submit-button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      var(--apply-purple),
      #8740dd
    );
  box-shadow: 0 10px 24px rgba(109, 39, 216, 0.23);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.become-host-page .host-submit-button:hover {
  background:
    linear-gradient(
      135deg,
      var(--apply-purple-dark),
      var(--apply-purple)
    );
  box-shadow: 0 14px 28px rgba(109, 39, 216, 0.3);
  transform: translateY(-2px);
}

.become-host-page .host-submit-button:focus-visible {
  outline: 3px solid rgba(109, 39, 216, 0.28);
  outline-offset: 4px;
}


/* ==================================================
   RESPONSIVE DIZAINAS
================================================== */

@media (max-width: 1000px) {

  .become-host-page .become-host-shell {
    width: calc(100% - 48px);
  }

  .become-host-page .become-host-header {
    padding: 34px;
  }

  .become-host-page .host-application-form {
    padding: 34px;
  }

}


@media (max-width: 760px) {

  .become-host-page .become-host-shell {
    width: calc(100% - 28px);
  }

  .become-host-page .become-host-section {
    padding: 20px 0 60px;
  }

  .become-host-page .become-host-breadcrumbs {
    margin-bottom: 20px;
    padding: 9px 0;
    font-size: 10px;
  }

  .become-host-page .become-host-header {
    margin-bottom: 22px;
    padding: 27px 22px;
    align-items: flex-start;
    border-radius: 20px;
  }

  .become-host-page .become-host-header h1 {
    margin-bottom: 10px;
    font-size: 31px;
  }

  .become-host-page .become-host-header p {
    font-size: 13px;
    line-height: 1.65;
  }

  .become-host-page .become-host-header__icon {
    display: none;
  }

  .become-host-page .host-application-form {
    padding: 25px 20px;
    border-radius: 19px;
  }

  .become-host-page .host-form-grid,
  .become-host-page .host-choice-list--checkboxes {
    grid-template-columns: 1fr;
  }

  .become-host-page .host-form-grid {
    gap: 18px;
  }

  .become-host-page .host-form-divider {
    margin: 31px 0;
  }

  .become-host-page .host-form-intro {
    margin-bottom: 21px;
  }

  .become-host-page .host-form-intro h2 {
    font-size: 19px;
  }

  .become-host-page .host-choice-card {
    padding: 13px;
  }

  .become-host-page .host-photo-notice {
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .become-host-page .host-photo-notice__icon {
    width: 44px;
    height: 44px;
  }

  .become-host-page .host-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .become-host-page .host-submit-button {
    width: 100%;
  }

  .become-host-page .host-form-submit p {
    max-width: none;
    text-align: left;
  }

}


@media (max-width: 390px) {

  .become-host-page .become-host-shell {
    width: calc(100% - 22px);
  }

  .become-host-page .become-host-header {
    padding: 24px 18px;
  }

  .become-host-page .host-application-form {
    padding: 22px 16px;
  }

  .become-host-page .host-form-intro {
    gap: 11px;
  }

  .become-host-page .host-form-intro__number {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

}