/* Стили для страницы WakeSurf Challenge 2025 */

:root {
  --mw-brand-gray: #e9e9e6;
  --mw-brand-gray-dark: #5a5a5a;
  --mw-brand-accent: #11bfd0;
}

/* Скрыть навигацию по странице (закомментирована в шаблоне) */
.wsc-subnav,
.wsc-page-nav { display: none !important; }

/* Hero полный (блок 1) — фирменный серый */
.wsc-hero-full {
  background: var(--mw-brand-gray);
  color: #2f2f2f;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.wsc-hero-full__inner { max-width: 900px; margin: 0 auto; }
.wsc-hero-full__title,
.wsc-hero-full .hero-title,
.wsc-hero-full .hero-subtitle,
.wsc-hero-full h1,
.wsc-hero-full p { color: #2f2f2f; }
.wsc-hero-full__title { font-size: clamp(28px, 4vw, 48px); font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.wsc-hero-full__subtitle { font-size: clamp(16px, 2vw, 20px); margin-bottom: 16px; line-height: 1.5; }
.wsc-hero-full__intro { font-size: 15px; margin-bottom: 24px; opacity: 0.9; }
.wsc-hero-full__facts { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 24px 0; font-size: 14px; }
.wsc-hero-full__facts span { padding: 6px 12px; background: rgba(47,47,47,0.08); border-radius: 8px; color: #2f2f2f; }
.wsc-hero-full__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
.wsc-hero-full__cta .btn-secondary { background: transparent; color: var(--mw-brand-accent); border-color: var(--mw-brand-accent); }
.wsc-hero-full__cta .btn-secondary:hover { background: rgba(17,191,208,0.1); }

/* Секции */
.wsc-section { padding: 60px 20px; }
.wsc-section-alt { background: var(--mw-bg, #F6F8FA); }
.wsc-container { max-width: 1100px; margin: 0 auto; }
.wsc-section h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 32px; text-align: center; color: var(--mw-text, #12161B); }
.wsc-content { font-size: 16px; line-height: 1.7; color: var(--mw-muted, #56606B); max-width: 800px; margin: 0 auto 24px; }
.wsc-content ul { padding-left: 24px; margin: 16px 0; }

/* Карточки 4 колонки */
.wsc-cards-grid { display: grid; gap: 24px; margin-top: 32px; }
.wsc-cards-grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.wsc-cards-grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.wsc-card { background: var(--mw-surface, #FFF); border: 1px solid var(--mw-border, rgba(18,22,27,0.08)); border-radius: 16px; padding: 24px; }
.wsc-card h3 { font-size: 18px; margin: 0 0 12px; color: var(--mw-text, #12161B); }
.wsc-card ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--mw-muted, #56606B); }
.wsc-card--eval { text-align: center; }
.wsc-card--eval h4 { margin: 0; font-size: 18px; }

/* Timeline */
.wsc-timeline { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 32px 0; }
.wsc-timeline__item { display: flex; align-items: center; gap: 10px; padding: 12px 20px; background: var(--mw-surface, #FFF); border-radius: 12px; border: 1px solid var(--mw-border, rgba(18,22,27,0.08)); font-size: 15px; }
.wsc-timeline__step { width: 32px; height: 32px; background: var(--mw-brand, #35C0CD); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.wsc-timeline__hint { text-align: center; font-size: 14px; color: var(--mw-muted, #56606B); margin-top: 16px; }

/* Модель оценки */
.wsc-eval__subtitle { font-size: 20px; margin: 32px 0 16px; color: var(--mw-text, #12161B); }
.wsc-judging-scale { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; margin: 24px 0; }
.wsc-judging-scale__item { padding: 16px 28px; background: var(--mw-surface, #FFF); border-radius: 12px; border: 2px solid var(--mw-brand, #35C0CD); font-size: 16px; }
.wsc-judging-scale__pct { display: block; font-size: 24px; font-weight: 700; color: var(--mw-brand, #35C0CD); margin-bottom: 4px; }
.wsc-fixed-list { max-width: 500px; margin: 16px auto 0; padding-left: 24px; }

/* Расписание */
.wsc-schedule { max-width: 500px; margin: 24px auto 0; }
.wsc-schedule__item { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--mw-border, rgba(18,22,27,0.08)); font-size: 15px; }
.wsc-schedule__time { font-weight: 700; color: var(--mw-brand, #35C0CD); min-width: 60px; }

/* Вебинары */
.wsc-webinar-placeholder { margin-top: 24px; padding: 24px; background: var(--mw-surface, #FFF); border-radius: 12px; border: 1px dashed var(--mw-border, #ddd); color: var(--mw-muted, #56606B); text-align: center; }
.wsc-webinar-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 24px; }
.wsc-webinar-card { background: var(--mw-surface, #FFF); border: 1px solid var(--mw-border, rgba(18,22,27,0.08)); border-radius: 12px; padding: 20px; }
.wsc-webinar-card__date { font-weight: 700; color: var(--mw-brand, #35C0CD); margin-bottom: 8px; }
.wsc-webinar-card__topic { font-weight: 600; color: var(--mw-text, #12161B); margin-bottom: 6px; }
.wsc-webinar-card__speaker { font-size: 14px; color: var(--mw-muted, #56606B); margin-bottom: 16px; }
.wsc-webinar-card__btn { display: inline-block; }

/* Метрики */
.wsc-metrics-flow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin: 24px 0; font-size: 18px; }
.wsc-metrics-flow__item { padding: 8px 16px; background: var(--mw-brand, #35C0CD); color: white; border-radius: 8px; font-weight: 600; }
.wsc-metrics-flow__arrow { color: var(--mw-muted, #56606B); }
.wsc-metrics-kpi { margin-top: 24px; }
.wsc-card--kpi { text-align: center; }
.wsc-card--kpi h4 { font-size: 16px; margin-bottom: 8px; }
.wsc-card--kpi p { font-size: 14px; margin: 0; }

/* Вкладки по ролям */
.wsc-role-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 24px; flex-wrap: wrap; }
.wsc-tab-btn { padding: 10px 20px; border: 2px solid var(--mw-brand, #35C0CD); background: transparent; color: var(--mw-brand, #35C0CD); border-radius: 20px; cursor: pointer; font-weight: 600; }
.wsc-tab-btn.active,
.wsc-tab-btn.is-active { background: var(--mw-brand, #35C0CD); color: white; }
.wsc-role-content,
.wsc-role-panel { max-width: 600px; margin: 0 auto; padding: 24px; background: var(--mw-surface, #FFF); border-radius: 16px; }
.wsc-role-content h3,
.wsc-role-panel h3 { margin: 0 0 12px; }
.wsc-role-panel .btn-primary {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 8px;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Спонсоры */
.wsc-sponsor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 32px 0; }
.wsc-sponsor-card { background: var(--mw-surface, #FFF); border: 2px solid var(--mw-border, rgba(18,22,27,0.08)); border-radius: 16px; padding: 32px; text-align: center; }
.wsc-sponsor-tier { font-size: 22px; font-weight: 700; color: var(--mw-brand, #35C0CD); margin-bottom: 8px; }
.wsc-sponsor-price { font-size: 28px; font-weight: 700; margin-bottom: 20px; }
.wsc-sponsor-deliverables { list-style: none; padding: 0; text-align: left; }
.wsc-sponsor-deliverables li { padding: 8px 0; border-bottom: 1px solid var(--mw-border, rgba(18,22,27,0.08)); }
.wsc-sponsor-deliverables li:before { content: "✓ "; color: var(--mw-brand, #35C0CD); font-weight: 700; }
.wsc-sponsor-benefits { margin-top: 32px; padding: 20px 24px; background: var(--mw-surface, #FFF); border-radius: 16px; border: 1px solid var(--mw-border, rgba(18,22,27,0.08)); }
.wsc-sponsor-benefits h4 { margin: 0 0 12px; font-size: 18px; color: var(--mw-text, #12161B); }
.wsc-sponsor-benefits ul { margin: 0; padding-left: 20px; }
.wsc-sponsor-benefits li { margin: 6px 0; color: var(--mw-muted, #56606B); }
.wsc-sponsor-custom { margin-top: 32px; padding: 24px; background: var(--mw-surface, #FFF); border-radius: 16px; text-align: center; }
.wsc-sponsor-custom h4 { margin: 0 0 8px; }
.wsc-sponsor-custom .btn-secondary {
  background: var(--mw-brand, #35C0CD);
  color: #fff;
  border-color: var(--mw-brand, #35C0CD);
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
.wsc-sponsor-custom .btn-secondary:hover {
  background: #2aa8b4;
  border-color: #2aa8b4;
  color: #fff;
}

/* Медиа placeholder */
.wsc-media-placeholder { padding: 32px; background: var(--mw-surface, #FFF); border-radius: 12px; border: 1px dashed var(--mw-border, #ddd); color: var(--mw-muted, #56606B); text-align: center; }

/* FAQ accordion (details/summary) */
.wsc-faq-list { max-width: 700px; margin: 0 auto; }
.wsc-faq-item { background: var(--mw-surface, #FFF); border: 1px solid var(--mw-border, rgba(18,22,27,0.08)); border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.wsc-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; font-weight: 600; color: var(--mw-text, #12161B); }
.wsc-faq-item summary::-webkit-details-marker { display: none; }
.wsc-faq-item[open] .wsc-faq-arrow { transform: rotate(180deg); }
.wsc-faq-arrow { transition: transform 0.2s ease; color: var(--mw-brand, #35C0CD); font-size: 1.2em; flex-shrink: 0; margin-left: 12px; }
.wsc-faq-answer { padding: 0 20px 16px; border-top: 1px solid var(--mw-border, rgba(18,22,27,0.08)); }
.wsc-faq-answer p { margin: 16px 0 0; color: var(--mw-muted, #56606B); line-height: 1.6; font-weight: normal; }

/* Финальный CTA — глубокий графитовый */
.wsc-cta-final { background: #4c4c4c; color: #ffffff; text-align: center; }
.wsc-cta-final h2,
.wsc-cta-final p { color: #ffffff; }
.wsc-cta-final h2 { margin-bottom: 16px; }
.wsc-cta-final p { margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; opacity: 0.95; }
.wsc-cta-final__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wsc-cta-final__btns .btn-secondary { background: rgba(255,255,255,0.15); color: white; border-color: white; }
.wsc-cta-final__btns .btn-secondary:hover { background: rgba(255,255,255,0.25); }

/* Компактная навигация по странице */
.wsc-page-nav {
  max-width: 1100px;
  margin: 0 auto 32px;
  padding: 0 20px;
}

.wsc-page-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  max-height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.wsc-page-nav.is-sticky .wsc-page-nav__bar {
  position: sticky;
  top: 72px;
  z-index: 30;
}

.wsc-page-nav__label {
  font-size: 14px;
  color: var(--mw-muted, #56606B);
  font-weight: 500;
}

.wsc-page-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--mw-text, #12161B);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.wsc-page-nav__toggle:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.2);
}

.wsc-page-nav__toggle[aria-expanded="true"] .wsc-page-nav__toggle-icon {
  transform: rotate(180deg);
}

.wsc-page-nav__toggle-icon {
  transition: transform 0.2s ease;
  font-size: 12px;
}

.wsc-page-nav__dropdown {
  margin-top: 8px;
  padding: 12px 16px;
  background: var(--mw-surface, #FFF);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.wsc-page-nav__dropdown[hidden] {
  display: none !important;
}

.wsc-page-nav__dropdown:not([hidden]) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsc-page-nav__link {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  color: var(--mw-text, #12161B);
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.wsc-page-nav__link:hover {
  background: rgba(53, 192, 205, 0.08);
  color: var(--mw-brand, #35C0CD);
}

.wsc-page-nav__link.active {
  background: rgba(53, 192, 205, 0.12);
  color: var(--mw-brand, #35C0CD);
  font-weight: 500;
}

.wsc-page-nav__toggle-text--mobile { display: none; }

@media (max-width: 640px) {
  .wsc-page-nav__label { display: none; }
  .wsc-page-nav__toggle-text--desktop { display: none; }
  .wsc-page-nav__toggle-text--mobile { display: inline; }
  .wsc-page-nav__bar { justify-content: center; }
  .wsc-page-nav__dropdown:not([hidden]) {
    flex-direction: column;
    gap: 4px;
  }
  .wsc-page-nav__link {
    padding: 10px 14px;
    border-radius: 6px;
  }
}

/* Hero секция */
.wsc2025-hero {
    background: linear-gradient(135deg, #35C0CD 0%, #0E9FB0 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    margin-bottom: 60px;
}

.wsc2025-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.wsc2025-hero-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.wsc2025-hero-subtitle {
    font-size: clamp(18px, 2vw, 24px);
    margin-bottom: 40px;
    opacity: 0.95;
}

.wsc2025-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Секции */
.wsc2025-section {
    padding: 60px 20px;
}

.wsc2025-section-alt {
    background: var(--mw-bg, #F6F8FA);
}

.wsc2025-container {
    max-width: 1200px;
    margin: 0 auto;
}

.wsc2025-section h2 {
    font-size: clamp(28px, 3vw, 40px);
    margin-bottom: 40px;
    text-align: center;
    color: var(--mw-text, #12161B);
}

.wsc2025-content {
    font-size: 16px;
    line-height: 1.7;
    color: var(--mw-muted, #56606B);
}

.wsc2025-content ul {
    list-style: disc;
    padding-left: 30px;
    margin: 20px 0;
}

.wsc2025-content li {
    margin: 10px 0;
}

/* Как это работает - шаги */
.wsc2025-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.wsc2025-step {
    background: var(--mw-surface, #FFFFFF);
    border: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wsc2025-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(53, 192, 205, 0.15);
}

.wsc2025-step-number {
    width: 60px;
    height: 60px;
    background: var(--mw-brand, #35C0CD);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.wsc2025-step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--mw-text, #12161B);
}

.wsc2025-step p {
    color: var(--mw-muted, #56606B);
    line-height: 1.6;
}

/* Регистрация - табы */
.wsc2025-registration-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.wsc2025-tab-btn {
    padding: 12px 24px;
    border: 2px solid var(--mw-brand, #35C0CD);
    background: transparent;
    color: var(--mw-brand, #35C0CD);
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.wsc2025-tab-btn:hover {
    background: rgba(53, 192, 205, 0.1);
}

.wsc2025-tab-btn.active {
    background: var(--mw-brand, #35C0CD);
    color: white;
}

/* Формы */
.wsc2025-form-container {
    max-width: 700px;
    margin: 0 auto;
}

.wsc2025-form-container.active {
    display: block;
}

.wsc2025-form {
    background: var(--mw-surface, #FFFFFF);
    border: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.wsc2025-form-group {
    margin-bottom: 24px;
}

.wsc2025-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 600px) {
    .wsc2025-form-row {
        grid-template-columns: 1fr;
    }
}

.wsc2025-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--mw-text, #12161B);
    font-size: 14px;
}

.wsc2025-form-group input,
.wsc2025-form-group select,
.wsc2025-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    background: var(--mw-surface, #FFFFFF);
    color: var(--mw-text, #12161B);
}

.wsc2025-form-group input:focus,
.wsc2025-form-group select:focus,
.wsc2025-form-group textarea:focus {
    outline: none;
    border-color: var(--mw-brand, #35C0CD);
    box-shadow: 0 0 0 3px rgba(53, 192, 205, 0.1);
}

.wsc2025-form-error {
    display: block;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    min-height: 16px;
}

.wsc2025-form-hint {
    display: block;
    color: var(--mw-muted, #56606B);
    font-size: 12px;
    margin-top: 4px;
}

.wsc2025-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-weight: normal;
}

.wsc2025-checkbox-label input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
    cursor: pointer;
}

.wsc2025-form-submit {
    width: 100%;
    padding: 14px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.wsc2025-form-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wsc2025-form-message {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: 8px;
    display: none;
}

.wsc2025-form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.wsc2025-form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Судейство */
.wsc2025-judging {
    margin-top: 40px;
}

.wsc2025-criteria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.wsc2025-criterion {
    background: var(--mw-surface, #FFFFFF);
    border: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 16px;
    padding: 30px;
    text-align: center;
}

.wsc2025-criterion-weight {
    width: 80px;
    height: 80px;
    background: var(--mw-brand, #35C0CD);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.wsc2025-criterion h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: var(--mw-text, #12161B);
}

.wsc2025-criterion ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.wsc2025-criterion li {
    padding: 8px 0;
    color: var(--mw-muted, #56606B);
    border-bottom: 1px solid var(--mw-border, rgba(18,22,27,0.08));
}

.wsc2025-criterion li:last-child {
    border-bottom: none;
}

/* Программа финального дня */
.wsc2025-schedule {
    max-width: 600px;
    margin: 40px auto 0;
}

.wsc2025-schedule-item {
    display: flex;
    gap: 30px;
    padding: 20px;
    border-left: 3px solid var(--mw-brand, #35C0CD);
    margin-bottom: 20px;
    background: var(--mw-surface, #FFFFFF);
    border-radius: 8px;
}

.wsc2025-schedule-time {
    font-size: 24px;
    font-weight: 700;
    color: var(--mw-brand, #35C0CD);
    min-width: 80px;
}

.wsc2025-schedule-content h4 {
    margin: 0;
    color: var(--mw-text, #12161B);
}

/* Партнёрские пакеты */
.wsc2025-sponsor-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.wsc2025-sponsor-package {
    background: var(--mw-surface, #FFFFFF);
    border: 2px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wsc2025-sponsor-package:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(53, 192, 205, 0.15);
    border-color: var(--mw-brand, #35C0CD);
}

.wsc2025-sponsor-tier {
    font-size: 24px;
    font-weight: 700;
    color: var(--mw-brand, #35C0CD);
    margin-bottom: 10px;
}

.wsc2025-sponsor-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--mw-text, #12161B);
    margin-bottom: 30px;
}

.wsc2025-sponsor-deliverables {
    list-style: none;
    padding: 0;
    text-align: left;
}

.wsc2025-sponsor-deliverables li {
    padding: 12px 0;
    border-bottom: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    color: var(--mw-muted, #56606B);
}

.wsc2025-sponsor-deliverables li:last-child {
    border-bottom: none;
}

.wsc2025-sponsor-deliverables li:before {
    content: "✓ ";
    color: var(--mw-brand, #35C0CD);
    font-weight: 700;
    margin-right: 8px;
}

.wsc2025-sponsor-contact {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    background: var(--mw-surface, #FFFFFF);
    border-radius: 16px;
}

.wsc2025-sponsor-contact a {
    color: var(--mw-brand, #35C0CD);
    text-decoration: none;
}

.wsc2025-sponsor-contact a:hover {
    text-decoration: underline;
}

/* FAQ */
.wsc2025-faq {
    max-width: 800px;
    margin: 40px auto 0;
}

.wsc2025-faq-item {
    background: var(--mw-surface, #FFFFFF);
    border: 1px solid var(--mw-border, rgba(18,22,27,0.08));
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.wsc2025-faq-item h4 {
    margin: 0 0 12px 0;
    color: var(--mw-text, #12161B);
    font-size: 18px;
}

.wsc2025-faq-item p {
    margin: 0;
    color: var(--mw-muted, #56606B);
    line-height: 1.6;
}

/* Контакты */
.wsc2025-contacts {
    text-align: center;
    padding: 40px;
    background: var(--mw-surface, #FFFFFF);
    border-radius: 16px;
    max-width: 600px;
    margin: 40px auto 0;
}

.wsc2025-contacts p {
    margin: 16px 0;
    font-size: 18px;
}

.wsc2025-contacts a {
    color: var(--mw-brand, #35C0CD);
    text-decoration: none;
}

.wsc2025-contacts a:hover {
    text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 768px) {
    .wsc2025-nav-container {
        gap: 10px;
    }
    
    .wsc2025-nav-link {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .wsc2025-hero {
        padding: 60px 20px;
    }
    
    .wsc2025-section {
        padding: 40px 20px;
    }
    
    .wsc2025-form {
        padding: 24px;
    }
    
    .wsc2025-steps {
        grid-template-columns: 1fr;
    }
    
    .wsc2025-criteria-grid {
        grid-template-columns: 1fr;
    }
    
    .wsc2025-sponsor-packages {
        grid-template-columns: 1fr;
    }
}

