/* SelfBoostFun – Custom Styles */

/* Базовая типографика */
html {
  font-size: 17px;          /* минимум 17px, как просили */
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Навигация */
.nav-link {
  position: relative;
  padding-bottom: 0.15rem;
  color: rgb(71 85 105); /* slate-600 */
  transition: color 0.15s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f97316, #0ea5e9);
  transition: width 0.2s ease;
}

.nav-link:hover {
  color: rgb(15 23 42); /* slate-900 */
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link-mobile {
  display: block;
  padding: 0.35rem 0;
  color: rgb(30 64 175);
}

/* Общие секции */
.section-shell {
  max-width: 72rem; /* 1152px */
  margin: 0 auto;
  padding: 3.5rem 1rem;
}

.section-header {
  margin-bottom: 2.25rem;
  text-align: left;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(249 115 22);
  background-color: rgba(251, 146, 60, 0.08);
}

.section-title {
  margin-top: 0.7rem;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 800;
  color: rgb(15 23 42);
}

.section-subtitle {
  margin-top: 0.4rem;
  max-width: 40rem;
  font-size: 0.96rem;
  color: rgb(100 116 139);
}

/* Статистика */
.stat-card {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(226 232 240);
  padding: 0.85rem 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.stat-number {
  font-size: 1.35rem;
  font-weight: 800;
  color: rgb(249 115 22);
}

.stat-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgb(15 23 42);
}

.stat-caption {
  font-size: 0.78rem;
  color: rgb(148 163 184);
}

/* Инфо-карточки */
.info-card {
  border-radius: 1.5rem;
  background: white;
  border: 1px solid rgb(226 232 240);
  padding: 1.2rem 1.3rem;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.04);
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.9rem;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.info-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: rgb(15 23 42);
  margin-bottom: 0.3rem;
}

.info-text {
  font-size: 0.9rem;
  color: rgb(100 116 139);
}

/* Шаги */
.step-card {
  border-radius: 1.5rem;
  background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.12), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.3);
  padding: 1.4rem 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45);
}

.step-number {
  font-size: 1.05rem;
  font-weight: 800;
  color: rgb(249 115 22);
  margin-bottom: 0.2rem;
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.step-text {
  font-size: 0.9rem;
  color: rgb(203 213 225);
}

/* Программы */
.program-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.75rem;
  overflow: hidden;
  border: 1px solid rgb(226 232 240);
  background: white;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.program-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.12rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
}

.badge-orange {
  background-color: rgba(249, 115, 22, 0.08);
  color: rgb(194, 65, 12);
}

.badge-sky {
  background-color: rgba(56, 189, 248, 0.12);
  color: rgb(7, 89, 133);
}

.badge-emerald {
  background-color: rgba(16, 185, 129, 0.12);
  color: rgb(4, 120, 87);
}

.program-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.program-text {
  font-size: 0.9rem;
  color: rgb(100 116 139);
}

.program-list {
  margin-top: 0.25rem;
  padding-left: 0;
  list-style: none;
  font-size: 0.86rem;
  color: rgb(71 85 105);
}

.program-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.2rem;
}

.program-list i {
  margin-top: 0.15rem;
  font-size: 0.55rem;
  color: rgb(34 197 94);
}

.program-footer {
  margin-top: auto;
  padding: 0.8rem 1.25rem 1.1rem;
  border-top: 1px solid rgb(226 232 240);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
}

.program-label {
  color: rgb(148 163 184);
}

.program-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.86rem;
  color: rgb(30 64 175);
}

/* Бенефиты */
.benefit-card {
  border-radius: 1.3rem;
  background: white;
  border: 1px solid rgb(226 232 240);
  padding: 1.0rem 1.2rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.04);
}

.benefit-icon {
  font-size: 1.2rem;
  color: rgb(249 115 22);
  margin-bottom: 0.4rem;
}

.benefit-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: rgb(15 23 42);
  margin-bottom: 0.2rem;
}

.benefit-text {
  font-size: 0.88rem;
  color: rgb(100 116 139);
}

/* Отзывы */
.testimonial-card {
  border-radius: 1.5rem;
  background: white;
  border: 1px solid rgb(226 232 240);
  padding: 1.2rem 1.25rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.04);
}

.testimonial-avatar {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.testimonial-role {
  font-size: 0.8rem;
  color: rgb(148 163 184);
}

.testimonial-text {
  font-size: 0.9rem;
  color: rgb(71 85 105);
}

.testimonial-stars {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: rgb(250 204 21);
}

/* Контакт */
.contact-card {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  border-radius: 1.1rem;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.9rem;
}

.contact-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(148 163 184);
}

.contact-value {
  font-size: 0.9rem;
  color: rgb(226 232 240);
}

/* Формы */
.form-label {
  display: block;
  font-size: 0.82rem;
  color: rgb(148 163 184);
  margin-bottom: 0.1rem;
}

.form-input {
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid rgb(51 65 85);
  background-color: rgba(15, 23, 42, 0.9);
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  color: rgb(241 245 249);
}

.form-input::placeholder {
  color: rgb(100 116 139);
}

.form-input:focus {
  outline: none;
  border-color: rgb(249 115 22);
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.6);
}

/* Footer */
.footer-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgb(248 250 252);
  margin-bottom: 0.5rem;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.86rem;
  color: rgb(148 163 184);
  margin-bottom: 0.25rem;
}

.footer-link:hover {
  color: rgb(248 250 252);
}

/* Соц-иконки */
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  color: rgb(148 163 184);
  font-size: 0.9rem;
  transition: all 0.18s ease;
}

.social-icon:hover {
  border-color: rgb(249 115 22);
  color: rgb(248 250 252);
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.9), rgba(56, 189, 248, 0.8));
}

/* Декоративные элементы */
.pointer-shape {
  position: absolute;
  border-radius: 999px;
  opacity: 0.65;
  filter: blur(18px);
  z-index: 0;
}

.pointer-1 {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.75), transparent);
  top: 5%;
  right: -10%;
}

.pointer-2 {
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.85), transparent);
  bottom: -6%;
  left: -4%;
}

/* Cookie banner – адаптация под маленькие экраны */
@media (max-width: 640px) {
  .section-shell {
    padding-inline: 1rem;
    padding-block: 2.6rem;
  }
}
