@font-face {
  font-family: "VelaSans";
  src: url("https://maybesmart.ru/assets/fonts/VelaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  src: url("https://maybesmart.ru/assets/fonts/VelaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  src: url("https://maybesmart.ru/assets/fonts/VelaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand: #2b6cff;
  --brand-strong: #164ed8;
  --brand-accent: #6bc6ff;
  --cta-start: #7f6bff;
  --cta-end: #5548aa;
  --cta-shadow: rgba(127, 107, 255, 0.28);
  --cta-shadow-strong: rgba(85, 72, 170, 0.34);
  --tag-bg: #2b2b38;
  --tag-text: #a99aff;
  --project-card-bg: #21212b;
  --faq-border: rgba(255, 255, 255, 0.24);
  --faq-surface: rgba(255, 255, 255, 0.04);
  --faq-surface-active: rgba(255, 255, 255, 0.06);
  --faq-answer: #c8c8d2;
  --whyus-gradient: radial-gradient(circle at left bottom, rgba(255, 255, 255, 0.4) 0%, rgba(192, 182, 255, 0.4) 5%, rgba(127, 107, 255, 0.4) 10%, rgba(97, 81, 194, 0.53) 14%, rgba(64, 54, 128, 0.68) 19%, rgba(56, 47, 113, 0.71) 24%, rgba(48, 40, 96, 0.76) 29%, rgba(40, 33, 80, 0.8) 33%, rgba(32, 27, 64, 0.84) 38%, rgba(28, 23, 56, 0.86) 43%, rgba(24, 20, 48, 0.88) 48%, rgba(21, 18, 43, 0.89) 52%, rgba(20, 17, 40, 0.9) 57%, rgba(18, 15, 35, 0.91) 62%, rgba(16, 13, 32, 0.92) 67%, rgba(16, 14, 31, 0.93) 71%, rgba(16, 14, 30, 0.94) 76%, rgba(17, 15, 29, 0.95) 81%, rgba(17, 16, 28, 0.96) 86%, rgba(17, 16, 27, 0.97) 90%, rgba(17, 17, 26, 0.98) 95%, rgba(18, 18, 24, 1) 100%);
  --panel-gradient: radial-gradient(circle at left bottom, rgba(127, 107, 255, 0.28) 0%, rgba(97, 81, 194, 0.34) 12%, rgba(64, 54, 128, 0.56) 24%, rgba(40, 33, 80, 0.78) 44%, rgba(24, 20, 48, 0.9) 68%, rgba(18, 18, 24, 1) 100%);
  --brand-dark: #0d1c39;
  --ink: #1d2741;
  --muted: #5f6d8b;
  --surface: #ffffff;
  --surface-soft: #f3f7ff;
  --surface-muted: #ebf2ff;
  --line: rgba(22, 38, 74, 0.12);
  --line-strong: rgba(255, 255, 255, 0.16);
  --success: #089c75;
  --shadow-soft: 0 18px 40px rgba(18, 34, 74, 0.08);
  --shadow-strong: 0 30px 80px rgba(7, 17, 41, 0.22);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 18px;
  --section-space: 30px;
  --section-space-mobile: 52px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "VelaSans", "Segoe UI", sans-serif;
  background:
    radial-gradient(980px 560px at 0% 0%, rgba(43, 108, 255, 0.18), transparent 55%),
    radial-gradient(760px 480px at 100% 10%, rgba(22, 78, 216, 0.16), transparent 60%),
    linear-gradient(180deg, #12131d 0%, #181822 42%, #181822 100%);
  background-color: #181822;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(900px 520px at 50% -10%, rgba(107, 198, 255, 0.08), transparent 62%);
  pointer-events: none;
  z-index: -1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

section[id] {
  scroll-margin-top: 112px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  padding-top: 18px;
}

.navbar-shell {
  padding: 12px 16px;
  border-radius: 24px;
  background: rgba(24, 24, 34, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.brand-logo {
  width: auto;
  height: 36px;
}

.nav-link {
  color: rgba(238, 240, 246, 0.72);
  font-weight: 500;
  padding: 0.7rem 1rem !important;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.custom-toggler {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0.5rem 0.7rem;
}

.custom-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.12);
}

.navbar-light .navbar-toggler-icon {
  filter: invert(1);
}

.btn {
  border-radius: 16px;
  font-weight: 600;
  padding: 0.95rem 1.4rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-brand {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, var(--cta-start) 0%, var(--cta-end) 100%);
  box-shadow: 0 16px 36px var(--cta-shadow);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(90deg, var(--cta-start) 0%, var(--cta-end) 100%);
  box-shadow: 0 18px 40px var(--cta-shadow-strong);
}

.btn-hero-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.btn-hero-outline:hover,
.btn-hero-outline:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
}

.hero-section {
  padding: var(--section-space) 0 calc(var(--section-space) + 16px);
}

.hero-panel {
  position: relative;
  color: #fff;
  border-radius: var(--radius-xl);
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}

.hero-panel::before,
.hero-panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.hero-panel::before {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -80px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-panel::after {
  width: 360px;
  height: 360px;
  bottom: -180px;
  left: -120px;
  background: rgba(127, 107, 255, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 1;
  padding: clamp(1.4rem, 2vw, 2rem);
  border-radius: 32px;
  overflow: hidden;
  background: var(--whyus-gradient);
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(255, 255, 255, 0.04) 0%, transparent 40%);
  pointer-events: none;
}

.hero-grid > * {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.eyebrow {
  color: #d7e7ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-tag {
  color: var(--brand);
  background: rgba(43, 108, 255, 0.08);
}

.section-tag-inverse {
  color: #dbe8ff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-title {
  margin: 1rem 0 0;
  font-size: clamp(2.3rem, 5vw, 3.65rem);
  line-height: 1.04;
  max-width: 26ch;
}

.hero-lead {
  margin: 1.25rem 0 0;
  max-width: 56ch;
  font-size: 1.13rem;
  line-height: 1.65;
  color: rgba(230, 239, 255, 0.84);
}

.hero-meta {
  margin-top: 2rem;
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.meta-card {
  height: 100%;
  padding: 1.15rem 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.meta-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0.9rem;
  border-radius: 14px;
  background: rgba(127, 107, 255, 0.14);
  color: var(--tag-text);
  font-size: 1.2rem;
}

.meta-label {
  color: rgba(218, 230, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.meta-value {
  margin-top: 0.45rem;
  font-weight: 700;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2rem;
      justify-content: center;
}

.hero-trust {
  margin-top: 2rem;
  padding: 1.55rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 1.2rem;
}

.trust-stat strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.trust-stat span {
  color: rgba(230, 239, 255, 0.78);
  line-height: 1.45;
}

.trust-copy {
  margin: 0;
  color: rgba(230, 239, 255, 0.84);
  line-height: 1.65;
}

.hero-visual {
  position: relative;
}

.hero-media-frame {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  background: #bcd3f6;
  box-shadow: 0 26px 60px rgba(7, 18, 41, 0.24);
}

.hero-media-frame img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 38, 0.04) 18%, rgba(6, 16, 38, 0.7) 100%);
}

.hero-blueprint {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.45;
  pointer-events: none;
  z-index: 1;
}

.hero-live-chip,
.speaker-badge {
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(14px);
}

.hero-live-chip {
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--tag-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--tag-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  white-space: nowrap;
  backdrop-filter: none;
}

.speaker-badge {
  left: 20px;
  bottom: 20px;
  max-width: 280px;
  padding: 1rem 1.15rem;
  border-radius: 22px;
  background: rgba(8, 19, 43, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.speaker-badge-label,
.visual-label,
.stat-kicker,
.learn-number {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.speaker-badge strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.05rem;
}

.speaker-badge small {
  display: block;
  margin-top: 0.35rem;
  color: rgba(229, 238, 255, 0.72);
  font-size: 0.9rem;
}

.hero-visual-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  position: relative;
  z-index: 3;
  margin: 28px 18px 0;
}

.visual-card {
  padding: 1.2rem 1.15rem;
  border-radius: 24px;
  background: var(--project-card-bg);
  color: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-card strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.08rem;
}

.visual-card p {
  margin: 0.8rem 0 0;
  color: var(--faq-answer);
  line-height: 1.6;
}

.visual-card-accent {
  grid-column: 1 / -1;
  background: var(--project-card-bg);
  color: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-card-accent p,
.visual-card-accent .visual-label {
  color: var(--faq-answer);
}

.visual-card-accent .visual-label,
.visual-card .visual-label {
  color: var(--tag-text);
}

.visual-label,
.stat-kicker,
.learn-number {
  color: var(--tag-text);
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0.95rem;
}

.countdown-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 0.75rem 0.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.countdown-number {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.countdown-label {
  margin-top: 0.35rem;
  color: var(--tag-text);
  font-size: 0.76rem;
}

.stats-strip {
  position: relative;
  z-index: 4;
  margin-top: -16px;
  margin-bottom: var(--section-space);
}

.stats-shell,
.audience-card,
.learn-card,
.roadmap-panel,
.speaker-photo-card,
.speaker-content-card,
.bonus-card,
.cta-repeat-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.stats-shell {
  padding: 1.7rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--panel-gradient);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.stats-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(127, 107, 255, 0.18) 0%, transparent 44%);
  pointer-events: none;
}

.stats-shell > * {
  position: relative;
  z-index: 1;
}

.stat-item {
  height: 100%;
}

.stat-item strong {
  display: block;
  margin-top: 0.4rem;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.stat-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.stats-shell .stat-kicker {
  color: var(--tag-text);
}

.stats-shell .stat-item p {
  color: rgba(238, 240, 246, 0.72);
}

.stats-shell .stat-item strong {
  color: #fff;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.section-head {
  
}

.section-title {
  margin: 1rem 0 0;
  color: #eef0f6;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.1;
}

.section-subtitle {
  margin: 1rem 0 0;
  color: rgba(238, 240, 246);
  font-size: 1.02rem;
  line-height: 1.72;
}

.audience-grid,
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 2.2rem;
}

.audience-card,
.bonus-card {
  position: relative;
  height: 100%;
  padding: 1.65rem;
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  background: var(--project-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}



.learn-card::after,
.speaker-highlight-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -50px;
  bottom: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(107, 198, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.learn-card:nth-child(3n + 1)::after {
  width: 180px;
  height: 180px;
  right: -60px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(127, 107, 255, 0.22), transparent 70%);
}

.learn-card:nth-child(3n + 2)::after {
  width: 160px;
  height: 160px;
  left: -55px;
  right: auto;
  bottom: -65px;
  background: radial-gradient(circle, rgba(169, 154, 255, 0.16), transparent 68%);
}

.learn-card:nth-child(3n)::after {
  width: 210px;
  height: 140px;
  right: -70px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(97, 81, 194, 0.2), transparent 72%);
}

.audience-card:hover,
.bonus-card:hover,
.learn-card:hover,
.speaker-highlight-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  filter: brightness(1.05);
}

.audience-icon,
.bonus-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
  border-radius: 18px;
  font-size: 1.35rem;
  color: var(--tag-text);
  background: rgba(127, 107, 255, 0.12);
}

.audience-card h3,
.bonus-card h3,
.learn-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.35;
}

.audience-card h3,
.bonus-card h3 {
  color: #fff;
}

.audience-card p,
.bonus-card p,
.bonus-card small,
.learn-card p,
.roadmap-step p,
.speaker-text,
.registration-text,
.registration-benefit p,
.cta-repeat-shell p,
.footer-brand p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.audience-card p,
.bonus-card p,
.registration-benefit p,
.registration-benefit strong {
  color: #fff;
}

.bonus-card small {
  display: inline-block;
  color: var(--tag-text);
  font-weight: 600;
}

.outcomes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 2.2rem;
}

.learn-card {
  position: relative;
  padding: 1.6rem;
  border-radius: 28px;
  overflow: hidden;
  background: var(--project-card-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--panel-gradient);
}

.learn-card-wide {
  grid-column: 1 / -1;
}

.learn-number {
  margin-bottom: 0.75rem;
  color: var(--tag-text);
}

.learn-card h3 {
  color: #fff;
}

.learn-card p {
  color: var(--faq-answer);
}

.learn-card:hover {
  filter: brightness(1.05);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

.roadmap-panel {
  position: sticky;
  top: 106px;
  padding: 1.8rem;
  border-radius: 30px;
  background-color: var(--faq-surface);
  border-color: var(--faq-border);
  backdrop-filter: blur(4px);
  box-shadow: none;
}

.roadmap-panel h3,
.registration-title,
.cta-repeat-shell h2 {
  margin: 1rem 0 0;
  font-size: clamp(1.75rem, 2vw, 2.3rem);
  line-height: 1.2;
}

.roadmap-panel h3,
.roadmap-panel .roadmap-step strong {
  color: #fff;
}

.roadmap-panel .roadmap-step p {
  color: var(--faq-answer);
}

.roadmap-panel .section-tag {
  color: var(--tag-text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.roadmap-step {
  display: flex;
  gap: 14px;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.roadmap-step-last {
  border-bottom: 0;
  padding-bottom: 0;
}

.roadmap-point {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, var(--cta-start) 0%, var(--cta-end) 100%);
  box-shadow: 0 10px 24px rgba(127, 107, 255, 0.2);
}

.roadmap-step strong,
.registration-benefit strong,
.speaker-highlight-card strong {
  display: block;
  font-size: 1rem;
}

.speaker-shell {
  margin-top: 2.2rem;
}

.speaker-photo-card,
.speaker-content-card {
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.speaker-photo-wrap {
  position: relative;
  min-height: 100%;
  background: #dbe8fb;
}

.speaker-photo-wrap img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.speaker-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(7, 17, 41, 0.5));
}

.photo-note {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  padding: 0.7rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
}

.speaker-content-card {
  padding: 1.8rem;
  background-color: var(--faq-surface);
  border: 1px solid var(--faq-border);
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.metric-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.metric-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--tag-text);
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  white-space: nowrap;
  background: var(--tag-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.speaker-text {
  margin-top: 1.35rem;
  color: var(--faq-answer);
}

.speaker-quote {
  position: relative;
  margin-top: 1.35rem;
  padding: 1.4rem 1.4rem 1.4rem 3.3rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.speaker-quote i {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  color: var(--tag-text);
  font-size: 1.25rem;
}

.speaker-quote p {
  margin: 0;
  color: #eef0f6;
  font-size: 1.04rem;
  line-height: 1.7;
}

.speaker-highlights {
  margin-top: 1.4rem;
}

.speaker-highlight-card {
  position: relative;
  height: 100%;
  padding: 1.3rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.speaker-highlight-card strong {
  color: #fff;
}

.speaker-highlight-card p {
  color: var(--faq-answer);
}

.bonus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.webinar-accordion {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --faq-chevron-light: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  --faq-chevron-accent: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M6 9l6 6 6-6' stroke='%23a99aff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.webinar-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 32px;
  border: 1px solid var(--faq-border);
  background: var(--faq-surface);
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.webinar-accordion .accordion-item:has(.accordion-collapse.show) {
  background: var(--faq-surface-active);
  border-color: var(--tag-text);
}

.webinar-accordion .accordion-button {
  padding: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
  box-shadow: none;
}

.webinar-accordion .accordion-button:not(.collapsed) {
  color: var(--tag-text);
  background: transparent;
  box-shadow: none;
}

.webinar-accordion .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: var(--faq-chevron-light);
  background-size: 24px;
}

.webinar-accordion .accordion-button:not(.collapsed)::after {
  background-image: var(--faq-chevron-accent);
}

.webinar-accordion .accordion-body {
  padding: 0 30px 20px;
  color: var(--faq-answer);
  font-size: 16px;
  line-height: 20px;
}

.webinar-accordion .accordion-button:focus,
.webinar-accordion .accordion-button:focus-visible {
  box-shadow: none;
}

.registration-shell {
  position: relative;
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: 38px;
  color: #fff;
  overflow: hidden;
  background: var(--whyus-gradient);
  box-shadow: var(--shadow-strong);
}

.registration-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(127, 107, 255, 0.18) 0%, transparent 44%);
  pointer-events: none;
}

.registration-shell::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.registration-shell > .row {
  position: relative;
  z-index: 1;
}

.registration-text {
  color: rgba(226, 236, 255, 0.84);
}

.registration-benefits {
  display: grid;
  gap: 14px;
  margin-top: 1.6rem;
}

.registration-benefit {
  display: flex;
  gap: 14px;
  padding: 1.1rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.registration-benefit i {
  flex: 0 0 auto;
  color: var(--tag-text);
  font-size: 1.25rem;
}

.form-card {
  padding: 30px;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  box-shadow: none;
}

.form-control,
.form-select {
  border-radius: 18px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.form-floating > .form-control,
.form-floating > .form-select {
  padding-top: 1.4rem;
}

.form-floating > label {
  color: rgba(238, 240, 246, 0.72);
}

.form-floating > label::after {
  background-color: rgba(255, 255, 255, 0.04);
}

.form-card .form-floating > label::after,
.form-card .form-floating > .form-select ~ label,
.form-card .form-floating > .form-select ~ label::after {
  background: transparent !important;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-select::placeholder {
  color: transparent;
}

.form-select option {
  color: #fff;
  background: #21212b;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(169, 154, 255, 0.72);
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(127, 107, 255, 0.12);
}

.form-card .form-floating > .form-control:focus ~ label,
.form-card .form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-card .form-floating > .form-select:focus ~ label,
.form-card .form-floating > .form-select:not([value=""]) ~ label,
.form-card .form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(238, 240, 246, 0.6);
}

.form-note {
  margin: 0.95rem 0 0;
  color: rgba(238, 240, 246);
  line-height: 1.6;
}

.form-status {
  margin-top: 1rem;
  border-radius: 18px;
}

.form-card .invalid-feedback {
  color: #ffb5c1;
}

.cta-repeat {
  padding: var(--section-space) 0;
}

.cta-repeat-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 2rem;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--panel-gradient);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.cta-repeat-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at right bottom, rgba(127, 107, 255, 0.18) 0%, transparent 44%);
  pointer-events: none;
}

.cta-repeat-shell > * {
  position: relative;
  z-index: 1;
}

.cta-repeat-shell p {
  color: rgba(238, 240, 246, 0.72);
}

.site-footer {
  color: #eef0f6;
  padding-bottom: 42px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand strong {
  display: block;
}

.footer-brand p,
.footer-meta {
  color: rgba(238, 240, 246, 0.68);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
}

.footer-meta a {
  color: #eef0f6;
}

.mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1040;
  display: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mobile-cta.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-delay="120"] {
  transition-delay: 0.12s;
}

[data-reveal-delay="200"] {
  transition-delay: 0.2s;
}

[data-reveal-delay="280"] {
  transition-delay: 0.28s;
}

@media (max-width: 1199.98px) {
  .hero-title {
    max-width: none;
  }

  .hero-media-frame {
    min-height: 460px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    padding-top: 12px;
  }

  .navbar-shell {
    border-radius: 20px;
  }

  .hero-section {
    padding-top: var(--section-space);
  }

  .hero-panel,
  .registration-shell {
    border-radius: 30px;
  }

  .hero-visual-grid {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .outcomes-layout {
    grid-template-columns: 1fr;
  }

  .roadmap-panel {
    position: static;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-cta {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: var(--section-space-mobile) 0;
  }

  .hero-section {
    padding: 18px 0 44px;
  }

  .cta-repeat {
    padding: 44px 0;
  }

  .hero-meta {
    margin-top: 1.25rem;
  }

  .hero-actions,
  .cta-repeat-shell,
  .footer-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn,
  .hero-actions .btn,
  .cta-repeat-shell .btn {
    width: 100%;
  }

  .trust-stats,
  .hero-visual-grid,
  .learn-grid,
  .audience-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    text-align: center;
  }

  .audience-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .learn-card-wide {
    grid-column: auto;
  }

  .countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speaker-photo-wrap img {
    min-height: 380px;
  }

  .form-card,
  .speaker-content-card,
  .stats-shell,
  .cta-repeat-shell {
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .hero-meta > [class*="col-"] {
    flex: 0 0 50%;
    width: 50%;
  }

  .navbar-shell {
    padding: 10px 12px;
  }

  .brand-logo {
    height: 32px;
  }

  .hero-panel,
  .registration-shell,
  .stats-shell,
  .speaker-photo-card,
  .speaker-content-card,
  .cta-repeat-shell,
  .audience-card,
  .learn-card,
  .bonus-card,
  .roadmap-panel,
  .form-card {
    border-radius: 24px;
  }

  .hero-media-frame {
    min-height: 360px;
  }

  .hero-blueprint {
    inset: 14px;
    border-radius: 18px;
  }

  .hero-live-chip,
  .speaker-badge,
  .photo-note {
    left: 14px;
    right: 14px;
    max-width: none;
  }

  .hero-live-chip {
    top: 14px;
    right: auto;
  }

  .speaker-badge {
    bottom: 14px;
  }

  .speaker-photo-wrap img {
    min-height: 320px;
  }

  .registration-benefit {
    align-items: flex-start;
  }
}