body.adoura-academy-ads {
  margin: 0;
  min-height: 100vh;
  font-family: Dana, system-ui, Tahoma, sans-serif;
  font-feature-settings: "ss01" 1;
  direction: rtl;
  color: var(--brand);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.adoura-ads-page {
  text-align: start;
  padding-block: 2.25rem 3.5rem;
}
.adoura-ads-page__wrap {
  max-width: 38rem;
}
body.adoura-academy-ads h1 {
  color: #203656;
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin: 0 0 0.85rem;
  line-height: 1.35;
}
.adoura-ads-page__lead {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--brand);
}
.adoura-ads-page__note {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: #eef2f4;
  color: #203656;
  font-size: 0.92rem;
}
.adoura-ads-page__reserve {
  margin-top: 2rem;
  padding: 1.35rem 1.2rem 1.45rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}
.adoura-ads-page__reserve h2 {
  margin: 0 0 0.55rem;
  color: #203656;
  font-size: 1.2rem;
}
.adoura-ads-page__reserve > p {
  margin: 0 0 1rem;
  color: var(--muted);
}
.adoura-ads-page__flash {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
}
.adoura-ads-page__flash.is-ok {
  background: #e8f6ee;
  color: #146c43;
}
.adoura-ads-page__flash.is-err {
  background: #fff1f0;
  color: #b42318;
}
.adoura-ads-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.adoura-ads-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand);
}
.adoura-ads-form input,
.adoura-ads-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.65rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  background: var(--surface);
}
.adoura-ads-form input {
  min-height: var(--touch);
  border-radius: 999px;
}
.adoura-ads-form textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.adoura-ads-form input:focus,
.adoura-ads-form textarea:focus {
  outline: 2px solid rgb(10 51 255 / 0.25);
  border-color: var(--brand-blue);
  background: var(--white);
}
.adoura-ads-form .landing-btn {
  align-self: flex-start;
  margin-top: 0.25rem;
}
.adoura-ads-form__hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.adoura-ads-page__step {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}
.adoura-ads-who {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  background: #eef2f4;
  color: #203656;
}
.adoura-ads-who p {
  margin: 0;
}
.adoura-ads-who__out {
  border: 0;
  background: none;
  padding: 0;
  color: var(--brand-blue);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.adoura-ad {
  display: none;
}

.adoura-ad-inline {
  display: none !important;
}

.adoura-ad__mark {
  width: 1.35rem !important;
  height: 1.65rem !important;
  max-width: 1.35rem !important;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .adoura-ad-inline {
    position: relative;
    display: block !important;
    margin: 1.35rem 0;
    font-family: Dana, Tahoma, sans-serif;
  }
  .adoura-ad-inline .adoura-ad__label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 0.45rem;
    border-radius: 6px;
    background: rgb(32 54 86 / 0.88);
    color: #fff !important;
    font-family: Dana, Tahoma, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
  }
  .adoura-ad-inline__card {
    display: grid;
    gap: 0.45rem;
    padding: 1.05rem 1.05rem 1.1rem;
    background: #26282a;
    border-radius: 22px;
    text-decoration: none !important;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }
  .adoura-ad-inline__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    justify-self: start;
  }
  .adoura-ad-inline__name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #01e767;
  }
  .adoura-ad-inline__hook {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.15rem;
  }
  .adoura-ad-inline__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: block;
    margin-top: 0.1rem;
  }
  .adoura-ad-inline__title {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
  }
  .adoura-ad-inline__lead {
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.58);
  }
  .adoura-ad-inline__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 0.2rem;
    border-radius: 999px;
    color: #052010;
    font-size: 0.92rem;
    font-weight: 700;
    background: linear-gradient(180deg, #3af08a 0%, #01e767 42%, #00c656 100%);
  }
}

@media (min-width: 1200px) {
  .adoura-ad {
    display: block;
    position: fixed;
    left: 12px;
    bottom: 2rem;
    z-index: 30;
    width: 132px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgb(38 40 42 / 0.28);
    font-family: Dana, Tahoma, sans-serif;
  }
  .adoura-ad__label {
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 0.45rem;
    border-radius: 6px;
    background: rgb(32 54 86 / 0.88);
    color: #fff !important;
    font-family: Dana, Tahoma, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
  }
  .adoura-ad__hit { display: block; line-height: 0; }
  .adoura-ad__gif {
    display: block;
    width: 132px;
    height: 248px;
    border-radius: 0;
  }
}
