:root {
  --bg: #faf8f6;
  --surface: #ffffff;
  --surface-soft: #f2ece8;
  --text: #241b1a;
  --text-muted: #655654;
  --primary: #7b2f2f;
  --primary-dark: #5e2020;
  --accent: #c58b55;
  --border: #e2d8d1;
  --success: #2f6d4f;
  --danger: #8b2e2e;
  --shadow: 0 14px 40px rgba(49, 28, 26, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  color: var(--text);
  background: radial-gradient(circle at 85% -10%, #f1e4db 0%, var(--bg) 42%);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  left: 0.75rem;
  top: -120%;
  z-index: 100;
  border-radius: 0.7rem;
  padding: 0.6rem 0.9rem;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-weight: 700;
}

.skip-link:focus-visible {
  top: 0.8rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 4.9rem 0;
}

.hero + #audience.section {
  padding-top: 3.2rem;
}

.webinar-navline {
  position: sticky;
  top: 78px;
  z-index: 19;
  border-top: 1px solid rgba(123, 47, 47, 0.09);
  border-bottom: 1px solid rgba(123, 47, 47, 0.09);
  background: rgba(250, 248, 246, 0.94);
  backdrop-filter: blur(8px);
}

.webinar-navline-wrap {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.webinar-breadcrumbs-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.42rem;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.webinar-breadcrumbs-wrap a {
  color: var(--primary);
  text-decoration: underline;
}

.webinar-local-nav {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  justify-content: flex-end;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.webinar-local-nav::-webkit-scrollbar {
  display: none;
}

.webinar-local-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.2rem 0.66rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.webinar-local-nav a:hover,
.webinar-local-nav a:focus-visible {
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.32);
  background: #fff4ef;
}

.section-soft {
  background: var(--surface-soft);
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  line-height: 1.15;
  text-wrap: balance;
}

h1,
h2 {
  font-family: "Spectral", serif;
}

p {
  margin: 0 0 1rem;
  max-width: 72ch;
  text-wrap: pretty;
}

.eyebrow {
  margin-bottom: 0.8rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 700;
}

.lead {
  color: var(--text-muted);
  font-size: clamp(1.03rem, 2.1vw, 1.17rem);
  line-height: 1.72;
  max-width: 66ch;
}

.prose-stack {
  display: grid;
  gap: 0.25rem;
  max-width: 74ch;
  margin-top: 1.2rem;
}

#goal .prose-stack {
  max-width: 100%;
  margin-inline: 0;
}

#goal .prose-stack .lead {
  max-width: none;
  width: 100%;
}

.prose-compact p {
  margin-bottom: 0.75rem;
}

section[id] {
  scroll-margin-top: 76px;
}

#author,
#register {
  scroll-margin-top: 96px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(123, 47, 47, 0.08);
  background: rgba(250, 248, 246, 0.92);
  backdrop-filter: blur(10px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.nav a {
  padding: 0.45rem 0.2rem;
  border-radius: 0.55rem;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--primary);
}

.nav a.is-current {
  color: var(--primary);
  background: rgba(123, 47, 47, 0.1);
}

@media (min-width: 981px) {
  .webinar-page .nav-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
  }

  .webinar-page .nav-wrap .nav-cta {
    justify-self: center;
  }

  .webinar-page .nav-wrap .nav {
    justify-self: end;
  }
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 0.72rem;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, #fff8f2 0%, #fff 100%);
  color: var(--primary-dark);
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 10px 22px rgba(49, 28, 26, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-toggle-icon {
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: background-color 180ms ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-icon::before {
  top: -6px;
}

.nav-toggle-icon::after {
  top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(123, 47, 47, 0.33);
  box-shadow: 0 14px 26px rgba(49, 28, 26, 0.11);
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 31;
  background:
    radial-gradient(circle at 90% 0%, rgba(197, 139, 85, 0.2) 0%, rgba(197, 139, 85, 0) 42%),
    rgba(20, 12, 12, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  backdrop-filter: blur(3px);
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  max-height: 100dvh;
  z-index: 32;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%),
    var(--surface);
  border-left: 1px solid rgba(123, 47, 47, 0.18);
  box-shadow: -18px 0 42px rgba(36, 27, 26, 0.2);
  padding: 5.2rem 1rem 1.1rem;
  transform: translateX(100%);
  opacity: 0.01;
  pointer-events: none;
  transition: transform 240ms ease, opacity 240ms ease;
  overflow-y: auto;
}

.mobile-nav {
  display: grid;
  gap: 0.42rem;
}

.mobile-nav::before {
  content: "Меню";
  margin-bottom: 0.15rem;
  color: var(--primary);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.mobile-nav a {
  min-height: 48px;
  border-radius: 0.86rem;
  padding: 0.66rem 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(226, 216, 209, 0.9);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 18px rgba(49, 28, 26, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.mobile-nav a:hover,
.mobile-nav a:focus-visible {
  background: #fff4ef;
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.34);
  transform: translateX(-2px);
}

.mobile-nav a.btn {
  justify-content: center;
  margin-top: 0.1rem;
}

.mobile-nav-drawer.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

body.is-scroll-locked {
  overflow: hidden;
}

/* ── Entry modal ── */
.entry-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
}

.entry-modal-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 9, 9, 0.64);
  cursor: pointer;
}

.entry-modal-dialog {
  position: relative;
  width: min(85vw, 1120px);
  height: min(85vh, 760px);
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(160deg, #fff9f4 0%, #fff 100%);
  box-shadow: 0 28px 64px rgba(26, 13, 12, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem;
  overflow: hidden;
}

.entry-modal-content {
  width: min(820px, 100%);
  margin: 0 auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.8rem;
}

.entry-modal-eyebrow {
  margin: 0;
  max-width: none;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--primary);
}

.entry-modal-title {
  margin: 0;
  max-width: 22ch;
  font-family: "Spectral", serif;
  font-size: clamp(1.35rem, 3.2vw, 2.5rem);
  line-height: 1.12;
  color: var(--primary-dark);
}

.entry-modal-subtitle {
  margin: 0;
  max-width: 58ch;
  color: var(--text-muted);
  font-size: clamp(0.9rem, 1.55vw, 1.04rem);
  line-height: 1.45;
}

.entry-modal-list {
  margin: 0.1rem 0 0;
  padding: 0;
  width: min(760px, 100%);
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.entry-modal-list li {
  margin: 0;
  padding: 0.5rem 0.62rem;
  border-radius: 0.66rem;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-size: clamp(0.85rem, 1.35vw, 0.96rem);
  line-height: 1.35;
}

.entry-modal-actions {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.entry-modal-actions .btn {
  min-width: 190px;
}

.entry-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-muted);
  font-size: 1.45rem;
  line-height: 1;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

.entry-modal-close:hover,
.entry-modal-close:focus-visible {
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.35);
}

.entry-modal[hidden] {
  display: none;
}

@media (max-width: 980px) {
  .entry-modal-dialog {
    width: min(92vw, 720px);
    height: min(88vh, 720px);
    padding: 1.4rem 1rem 1rem;
  }

  .entry-modal-content {
    gap: 0.62rem;
  }

  .entry-modal-list li {
    padding: 0.46rem 0.58rem;
  }
}

@media (max-width: 680px) {
  .entry-modal-dialog {
    width: 92vw;
    height: 86vh;
    border-radius: 0.9rem;
    padding: 1rem 0.72rem 0.82rem;
  }

  .entry-modal-close {
    top: 0.45rem;
    right: 0.45rem;
    width: 2rem;
    height: 2rem;
    font-size: 1.28rem;
  }

  .entry-modal-title {
    max-width: 17ch;
  }

  .entry-modal-list {
    gap: 0.36rem;
  }

  .entry-modal-list li {
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .entry-modal-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .entry-modal-actions .btn {
    width: 100%;
    min-height: 44px;
    min-width: 0;
    font-size: 0.9rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.74rem 1.2rem;
  border: 1px solid transparent;
  font-weight: 700;
  min-height: 46px;
  line-height: 1.2;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-cta {
  background: linear-gradient(140deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff;
  box-shadow: 0 10px 26px rgba(123, 47, 47, 0.24);
}

.btn-cta:hover,
.btn-cta:focus-visible {
  box-shadow: 0 14px 30px rgba(123, 47, 47, 0.32);
}

.btn-ghost {
  border-color: var(--border);
  background: var(--surface);
  color: var(--text);
}

.btn-sm {
  padding: 0.5rem 0.95rem;
  font-size: 0.92rem;
}

.btn-wide {
  width: 100%;
}

.hero {
  padding-top: 5.8rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.hero h1 {
  font-size: clamp(2rem, 4.4vw, 3.55rem);
  max-width: 16ch;
  margin-bottom: 1.1rem;
}

.hero-copy .lead {
  margin-bottom: 1.15rem;
}

.hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hero-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-quick-links a:hover,
.hero-quick-links a:focus-visible {
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.32);
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 0.92rem 1.45rem;
  font-size: 1.02rem;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin: 0;
  padding: 0.38rem 0.74rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
}

.hero-note::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(197, 139, 85, 0.14);
}

.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1.1rem;
  padding: 1.35rem;
  box-shadow: var(--shadow);
  position: sticky;
  top: 94px;
}

.hero-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.45rem;
}

.hero-card-image {
  width: 100%;
  height: 180px;
  display: block;
  border-radius: 0.85rem;
  margin-bottom: 1rem;
  object-fit: cover;
  object-position: center;
}

.hero-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.75rem;
  color: var(--text-muted);
}

.storyline-head {
  margin-bottom: 1.75rem;
}

#goal .storyline-head {
  max-width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.storyline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.story-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "main main"
    "side author";
  gap: 0.9rem;
}

.story-photo {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
  position: relative;
}

.story-photo img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.story-photo figcaption {
  padding: 0.65rem 0.8rem 0.8rem;
  color: var(--text-muted);
  font-size: 0.89rem;
}

.story-photo-main {
  grid-area: main;
  aspect-ratio: 16 / 9;
}

.story-photo-side {
  grid-area: side;
  aspect-ratio: 4 / 3;
}

.story-photo-author {
  grid-area: author;
  aspect-ratio: 4 / 3;
}

.process-canvas-wrap {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: linear-gradient(170deg, #fff9f5 0%, #fff 44%, #f9f4f1 100%);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.process-canvas-caption h3 {
  margin-bottom: 0.45rem;
}

.process-canvas-caption p {
  color: var(--text-muted);
  margin-bottom: 0.9rem;
}

#processCanvas {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
  background:
    radial-gradient(circle at 12% 25%, rgba(197, 139, 85, 0.24), transparent 35%),
    radial-gradient(circle at 90% 10%, rgba(123, 47, 47, 0.14), transparent 40%),
    #fff;
  border: 1px solid rgba(123, 47, 47, 0.12);
}

#processCanvas:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.process-stage-controls {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.process-stage-btn {
  text-align: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 999px;
  color: var(--text);
  padding: 0;
  font: 700 0.92rem/1 "Manrope", sans-serif;
  cursor: pointer;
}

.process-stage-btn:hover,
.process-stage-btn:focus-visible {
  border-color: var(--primary);
  background: #fff6f2;
}

.process-stage-btn.is-active {
  border-color: var(--primary);
  background: #fff1ea;
  box-shadow: inset 0 0 0 1px rgba(123, 47, 47, 0.12);
}

.process-legend {
  margin-top: 0.9rem;
  border-left: 4px solid var(--primary);
  background: #fff7f2;
  border-radius: 0.55rem;
  padding: 0.7rem 0.85rem;
}

.process-legend-title {
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.process-legend-text {
  color: var(--text-muted);
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.2rem;
  min-height: 168px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.56;
}

.results-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.2rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.results-list li {
  position: relative;
  padding: 0.92rem 0.94rem 0.92rem 2rem;
  background: var(--surface);
  border-radius: 0.8rem;
  border: 1px solid var(--border);
  line-height: 1.58;
}

.results-list li::before {
  content: "";
  position: absolute;
  left: 0.82rem;
  top: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--accent);
}

.legal-strong {
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-left: 4px solid var(--primary);
  background: #fff4f0;
  max-width: none;
  width: 100%;
}

.author-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1.2rem;
  align-items: start;
}

#result .author-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 1.4rem;
  align-items: start;
}

#result .result-outcomes {
  min-width: 0;
}

.result-cards {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.result-card-item {
  position: relative;
  margin: 0;
  padding: 0.9rem 0.95rem 0.92rem 1.85rem;
  border-radius: 0.88rem;
  border: 1px solid var(--border);
  background: var(--surface);
  line-height: 1.5;
}

.result-card-item::before {
  content: "";
  position: absolute;
  left: 0.78rem;
  top: 1.02rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--accent);
}

/* .result-card-item:last-child {
  grid-column: 1 / -1;
} */

.author-role {
  color: var(--primary);
  font-weight: 700;
  margin: 0.35rem 0 0.62rem;
}

.author-note {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
}

#result .author-note {
  max-width: none;
}

#result .author-note-head {
  display: grid;
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

#result .author-intro {
  min-width: 0;
}

#result .author-intro h3 {
  margin-bottom: 0.35rem;
}

#result .author-intro p {
  margin: 0;
}

#result .author-intro p + p {
  margin-top: 0.7rem;
}

.author-intro-actions {
  margin-top: 0.85rem;
}

#result .author-note-body {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

#result .author-note-block {
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  border: 1px solid var(--border);
  background: #fffdfb;
}

#result .author-note-block p {
  margin: 0;
  max-width: none;
  width: 100%;
}

#result .author-note-block p + p {
  margin-top: 0.75rem;
}

.register-section-wrap {
  margin-top: 1.2rem;
}

.mid-cta {
  margin-top: 1.35rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid var(--border);
  border-radius: 0.95rem;
  background: linear-gradient(170deg, #fff7f0 0%, #fff 100%);
}

.mid-cta p {
  margin-bottom: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
}

.author-portrait {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 0.9rem;
  border: 1px solid var(--border);
  margin: 0;
  object-fit: cover;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.2rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 0.9rem 1rem;
  font-size: 0.99rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(123, 47, 47, 0.05);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease, padding 260ms ease;
  padding: 0 1rem;
}

.faq-item.is-open .faq-answer {
  max-height: 220px;
  padding: 0 1rem 0.95rem;
}

.faq-answer p {
  margin: 0.3rem 0 0;
  color: var(--text-muted);
}

.register-box {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 1.4rem;
  transition: box-shadow 260ms ease, transform 260ms ease, border-color 260ms ease;
  margin-inline: auto;
}

.register-box.is-emphasis {
  border-color: rgba(197, 139, 85, 0.8);
  box-shadow: 0 18px 38px rgba(123, 47, 47, 0.2);
  transform: translateY(-3px);
}

.register-subtitle {
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.register-steps {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.register-steps li {
  position: relative;
  padding: 0.46rem 0.58rem 0.46rem 1.95rem;
  border-radius: 0.64rem;
  border: 1px solid var(--border);
  background: #fffaf7;
  color: var(--text-muted);
  font-size: 0.93rem;
}

.register-steps li::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0.58rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 0.74rem;
  font-weight: 800;
}

.register-steps {
  counter-reset: step;
}

.register-form {
  display: grid;
  gap: 0.75rem;
}

.register-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
}

.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="tel"] {
  border: 1px solid var(--border);
  border-radius: 0.72rem;
  font: inherit;
  padding: 0.78rem 0.85rem;
  min-height: 48px;
  background: #fff;
}

.register-form button[disabled] {
  opacity: 0.75;
  cursor: wait;
  transform: none;
  box-shadow: 0 8px 18px rgba(123, 47, 47, 0.2);
}

.register-form input:focus-visible,
.faq-question:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 500;
  color: var(--text-muted);
  column-gap: 0.65rem;
}

.consent input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
}

.consent a {
  color: var(--primary);
  text-decoration: underline;
}

.form-alert {
  margin-bottom: 0.8rem;
  border-radius: 0.72rem;
  padding: 0.62rem 0.75rem;
  font-size: 0.95rem;
}

.form-alert-error {
  color: var(--danger);
  border: 1px solid rgba(139, 46, 46, 0.28);
  background: #fff0f0;
}

.form-alert-success {
  color: var(--success);
  border: 1px solid rgba(47, 109, 79, 0.26);
  background: #eefaf3;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.3rem 0 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.footer-block {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: #fffdfc;
  padding: 0.85rem 0.95rem;
}

.footer-title {
  margin: 0 0 0.52rem;
  font: 800 0.84rem/1.2 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.footer-meta {
  margin: 0 0 0.22rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.footer-contact-lead {
  margin: 0 0 0.62rem;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 48ch;
}

.footer-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.footer-contact-btn {
  min-height: 40px;
  border: 1px solid var(--border);
  border-radius: 0.72rem;
  background: #fff;
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.42rem 0.56rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.footer-contact-btn:hover,
.footer-contact-btn:focus-visible {
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.34);
  box-shadow: 0 8px 18px rgba(49, 28, 26, 0.08);
  transform: translateY(-1px);
}

.footer-contact-btn-primary {
  border-color: rgba(123, 47, 47, 0.28);
  background: linear-gradient(165deg, #fff4ee 0%, #fff 100%);
  color: var(--primary-dark);
}

.footer-links {
  margin: 0.62rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.22rem;
}

.footer-links a {
  color: var(--primary);
  text-decoration: underline;
  font-size: 0.92rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--primary-dark);
}

@media (max-width: 740px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-contact-actions {
    grid-template-columns: 1fr;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-cta {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 29;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  border-radius: 999px;
  min-height: 40px;
  padding: 0.4rem 0.88rem;
  font: 700 0.84rem/1 "Manrope", sans-serif;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .btn-sm.btn-cta {
    display: none;
  }

  .hero-grid,
  .storyline-grid,
  .author-grid,
  .faq-grid,
  .register-box-inner {
    grid-template-columns: 1fr;
  }

  .hero-card {
    position: static;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #result .author-grid,
  .result-cards,
  #result .author-note-body {
    grid-template-columns: 1fr;
  }

  .result-card-item:last-child {
    grid-column: auto;
  }

  #result .author-note-head {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .author-portrait {
    max-width: 220px;
  }

  .results-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1120px, calc(100% - 1.4rem));
  }

  .section {
    padding: 3.2rem 0;
  }

.hero + #audience.section {
  padding-top: 2.1rem;
}

  .webinar-navline {
    top: 66px;
  }

  .webinar-navline-wrap {
    min-height: auto;
    gap: 0.35rem;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 0.4rem;
  }

  .webinar-breadcrumbs-wrap {
    font-size: 0.78rem;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .webinar-breadcrumbs-wrap::-webkit-scrollbar {
    display: none;
  }

  .webinar-local-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .webinar-local-nav a {
    min-height: 30px;
    font-size: 0.75rem;
    padding-inline: 0.55rem;
  }

  .hero {
    padding-top: 4.15rem;
  }

  .nav-wrap {
    min-height: 66px;
  }

  .brand span {
    font-size: 0.92rem;
  }

  .btn-sm.btn-cta {
    padding-inline: 0.78rem;
    font-size: 0.86rem;
  }

  h2 {
    font-size: clamp(1.5rem, 6vw, 1.9rem);
    margin-bottom: 0.85rem;
  }

  .lead {
    line-height: 1.68;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .story-photos {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "side"
      "author";
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }

  .hero-quick-links {
    gap: 0.45rem;
  }

  .hero-quick-links a {
    min-height: 38px;
    font-size: 0.87rem;
  }

  .process-stage-btn {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
  }

  .register-box {
    padding: 1rem;
  }

  .register-subtitle {
    margin-bottom: 0.8rem;
  }

  .register-steps {
    margin-bottom: 0.8rem;
    gap: 0.35rem;
  }

  .register-form {
    gap: 0.62rem;
  }

  .register-form label {
    gap: 0.34rem;
  }

  .register-form input[type="text"],
  .register-form input[type="email"],
  .register-form input[type="tel"] {
    min-height: 46px;
    padding: 0.72rem 0.8rem;
  }

  .card {
    min-height: 0;
    padding: 1rem;
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0.55rem;
    padding: 0.62rem 0.72rem calc(0.62rem + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(123, 47, 47, 0.16);
    background: rgba(250, 248, 246, 0.96);
    backdrop-filter: blur(10px);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .mobile-cta.is-hidden {
    opacity: 0;
    transform: translateY(110%);
    pointer-events: none;
  }

  .mobile-cta .btn {
    min-height: 44px;
    font-size: 0.92rem;
    padding-inline: 0.82rem;
  }

  .mobile-cta-secondary {
    background: #fff;
  }

  .back-to-top {
    bottom: calc(84px + env(safe-area-inset-bottom));
    right: 0.72rem;
  }

  .hero-meta-sep {
    display: none;
  }
}

/* ── Hero meta bar ── */
.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 0.62rem;
  margin-bottom: 1.35rem;
}

.hero-meta-item {
  display: grid;
  gap: 0.18rem;
  padding: 0.62rem 0.78rem 0.66rem;
  border-radius: 0.78rem;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, #fef9f5 100%);
  box-shadow: 0 5px 16px rgba(65, 36, 31, 0.05);
}

.hero-meta-label {
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-meta-value {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  text-wrap: pretty;
}

.hero-meta-item-accent {
  border-color: rgba(197, 139, 85, 0.56);
  background: linear-gradient(180deg, #fff8ef 0%, #fff4e6 100%);
}

.hero-meta-item-accent .hero-meta-value {
  color: var(--primary-dark);
}

.hero-meta-sep {
  display: none;
}

@media (max-width: 920px) {
  .hero-meta {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-meta-item {
    padding: 0.56rem 0.7rem 0.62rem;
  }

  .hero-meta-value {
    font-size: 0.88rem;
  }
}

.hero-hook {
  color: var(--text);
  font-size: 1rem;
  font-style: italic;
  opacity: 0.78;
  max-width: 58ch;
  margin-bottom: 0.8rem;
}

/* ── Hero card for-whom list ── */
.hero-card .hero-for-whom {
  margin: 0.55rem 0 1.1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.hero-card .hero-for-whom li {
  position: relative;
  padding: 0.55rem 0.75rem 0.55rem 1.85rem;
  border-radius: 0.72rem;
  border: 1px solid var(--border);
  background: #fffaf7;
  font-size: 0.95rem;
  line-height: 1.48;
}

.hero-card .hero-for-whom li::before {
  content: "✓";
  position: absolute;
  left: 0.62rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-weight: 800;
  font-size: 0.82rem;
}

.hero-card .btn-wide {
  margin-top: 0.85rem;
}

/* ── Section sub-headings (audience section) ── */
.section-sub-heading {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

/* ── Goal highlight blockquote ── */
.goal-highlight {
  margin: 0.2rem 0;
  padding: 1.05rem 1.15rem;
  border-left: 4px solid var(--primary);
  background: linear-gradient(110deg, #fff7f2 0%, #fff 100%);
  border-radius: 0 0.85rem 0.85rem 0;
  font-size: 1.06rem;
  font-style: italic;
  color: var(--text);
  line-height: 1.6;
}

/* ── Program groups ── */
.program-group {
  margin-top: 2.2rem;
}

.program-group:first-of-type {
  margin-top: 1.5rem;
}

.program-group-label {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.9rem;
  border-radius: 999px;
  background: rgba(123, 47, 47, 0.08);
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.program-group .cards {
  margin-top: 0;
}

/* Группы 1 и 2 — 4 карточки: 2 столбца × 2 строки */
#program .container > .program-group:nth-child(2) .cards,
#program .container > .program-group:nth-child(3) .cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Группа 3 — 5 карточек: строка 3 + строка 2 на всю ширину */
#program .container > .program-group:nth-child(4) .cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#program .container > .program-group:nth-child(4) .cards .card:nth-child(-n+3) {
  grid-column: span 2;
}

#program .container > .program-group:nth-child(4) .cards .card:nth-child(n+4) {
  grid-column: span 3;
}

/* ── Register box two-column layout ── */
.register-box {
  max-width: none;
}

.register-box-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.register-trust {
  padding: 1rem 0;
}

.register-trust .eyebrow {
  margin-bottom: 0.5rem;
}

.register-trust-text {
  color: var(--text-muted);
  font-size: 0.97rem;
  margin-bottom: 1rem;
  max-width: 38ch;
}

.register-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}

.register-fact-item {
  margin: 0;
  padding: 0.62rem 0.72rem 0.68rem;
  border: 1px solid var(--border);
  border-radius: 0.72rem;
  background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
}

.register-fact-item-price {
  border-color: rgba(197, 139, 85, 0.64);
  background: linear-gradient(180deg, #fff8ef 0%, #fff4e6 100%);
}

.register-fact-label {
  margin: 0 0 0.2rem;
  color: var(--text-muted);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}

.register-fact-value {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.36;
}

.register-fact-item-price .register-fact-value {
  color: var(--primary-dark);
}

.register-fact-price-old {
  color: #c1272d;
  text-decoration: line-through;
  text-decoration-color: #c1272d;
  text-decoration-thickness: 2px;
}

.register-expert {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  padding: 0.85rem;
}

.register-trust-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.register-trust-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  border: 2px solid var(--border);
  flex-shrink: 0;
}

.register-trust-name {
  margin: 0;
  font-weight: 800;
  font-size: 0.97rem;
  max-width: none;
}

.register-trust-role {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  max-width: none;
}

.register-expert-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.register-expert-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--text-muted);
  font-size: 0.87rem;
  line-height: 1.45;
}

.register-expert-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 800;
}

.register-form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  padding: 1.3rem 1.25rem;
}

.register-form-wrap h3 {
  margin-bottom: 0.3rem;
}

/* ── Result section: sequential layout ── */
#result .result-outcomes {
  margin-bottom: 2.2rem;
}

#result .author-note {
  margin-bottom: 0;
}

/* ── Register block: mobile overrides (must come AFTER register desktop rules) ── */
@media (max-width: 980px) {
  .register-box-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 680px) {
  .register-box-inner {
    gap: 1rem;
  }

  .register-trust {
    padding: 0.25rem 0 0;
  }

  .register-facts {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .register-fact-item {
    padding: 0.56rem 0.66rem 0.6rem;
  }

  .register-fact-value {
    font-size: 0.86rem;
  }

  .register-expert {
    padding: 0.72rem;
  }

  .register-trust-text {
    max-width: none;
  }

  .register-form-wrap {
    padding: 1.1rem 1rem;
  }
}

@media (max-width: 680px) {
  #program .container > .program-group:nth-child(2) .cards,
  #program .container > .program-group:nth-child(3) .cards,
  #program .container > .program-group:nth-child(4) .cards {
    grid-template-columns: 1fr;
  }

  #program .container > .program-group:nth-child(4) .cards .card:nth-child(-n+3),
  #program .container > .program-group:nth-child(4) .cards .card:nth-child(n+4) {
    grid-column: auto;
  }
}

/* ── Author page ── */
.author-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.author-hero {
  padding-top: 5.4rem;
}

.author-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.35rem;
  align-items: stretch;
}

.author-hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 0.65rem;
}

.author-hero-note {
  margin: 0;
  padding: 0.68rem 0.82rem;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: #fffaf6;
  color: var(--text-muted);
  max-width: none;
}

.author-highlights {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.author-highlights li {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.author-hero-card {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--surface);
}

.author-hero-card img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 560px);
  object-fit: cover;
  object-position: top;
}

.author-page-impact > p {
  margin-bottom: 0.9rem;
}

.author-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.author-impact-card {
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: var(--surface);
  padding: 0.9rem;
}

.author-impact-card h3 {
  margin-bottom: 0.38rem;
  font-size: 1.07rem;
}

.author-impact-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.5;
}

.author-page-section p,
.author-page-cta p {
  max-width: none;
}

.author-page-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.author-page-list li {
  position: relative;
  padding: 0.68rem 0.82rem 0.68rem 1.7rem;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: #fffdfb;
}

.author-page-list li::before {
  content: "•";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.05rem;
}

.author-expertise-list li {
  background: #fff;
}

.author-mediation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.85rem;
}

.author-mediation-card {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  padding: 0.95rem;
}

.author-mediation-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.author-mediation-steps {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.42rem;
}

.author-mediation-steps li {
  color: var(--text-muted);
  line-height: 1.45;
}

.author-subhead {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}

.author-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.author-service-card {
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: var(--surface);
  padding: 0.95rem;
}

.author-service-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.18rem;
}

.author-service-card p {
  margin: 0;
  color: var(--text-muted);
}

.author-cases-grid,
.author-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.author-projects-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.author-case-card,
.author-project-card {
  border: 1px solid var(--border);
  border-radius: 0.9rem;
  background: var(--surface);
  padding: 0.95rem;
}

.author-case-tag {
  margin: 0 0 0.3rem;
  color: var(--primary);
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 800;
}

.author-case-card h3,
.author-project-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.author-case-card p:last-child,
.author-project-card p {
  margin: 0;
  color: var(--text-muted);
}

.author-page-cta {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: linear-gradient(165deg, #fff8ef 0%, #fff 100%);
  padding: 1.25rem;
}

.author-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

@media (max-width: 980px) {
  .author-hero-grid,
  .author-services-grid,
  .author-impact-grid,
  .author-mediation-grid,
  .author-cases-grid,
  .author-projects-grid {
    grid-template-columns: 1fr;
  }

  .author-hero-card {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .author-hero {
    padding-top: 4.4rem;
  }

  .author-highlights {
    gap: 0.35rem;
  }

  .author-highlights li {
    font-size: 0.8rem;
    padding: 0.34rem 0.58rem;
  }

  .author-page-cta {
    padding: 1rem;
  }

  .author-page-actions .btn {
    width: 100%;
  }
}

/* ── Webinars catalog (/webinar) ── */
.webinars-page {
  background:
    radial-gradient(circle at 12% -8%, rgba(197, 139, 85, 0.2) 0%, rgba(197, 139, 85, 0) 36%),
    radial-gradient(circle at 88% 4%, rgba(123, 47, 47, 0.1) 0%, rgba(123, 47, 47, 0) 38%),
    var(--bg);
}

.webinars-top-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 0.8rem;
}

.webinars-top-nav a {
  font-weight: 600;
  color: var(--text-muted);
  transition: color 180ms ease;
}

.webinars-top-nav a:hover,
.webinars-top-nav a:focus-visible {
  color: var(--primary);
}

.webinars-hero {
  padding-bottom: 2rem;
}

.webinars-hero h1 {
  margin-bottom: 0.75rem;
}

.webinars-hero .lead {
  margin-bottom: 1.15rem;
  max-width: 72ch;
}

.webinars-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.webinars-hero-meta-item {
  border-radius: 0.95rem;
  border: 1px solid rgba(123, 47, 47, 0.18);
  padding: 0.85rem 0.95rem;
  background: linear-gradient(160deg, #fff8f3 0%, #fff 100%);
}

.webinars-hero-meta-label {
  margin: 0 0 0.2rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  font-weight: 800;
}

.webinars-hero-meta-value {
  margin: 0;
  font-weight: 700;
  color: var(--text);
}

.webinars-catalog-section {
  padding-top: 1rem;
}

.webinars-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.95rem;
}

.webinars-chip {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text-muted);
  border-radius: 999px;
  padding: 0.42rem 0.86rem;
  font: 700 0.8rem/1 "Manrope", sans-serif;
  letter-spacing: 0.03em;
}

.webinars-chip:hover,
.webinars-chip:focus-visible {
  border-color: rgba(123, 47, 47, 0.32);
  color: var(--primary);
}

.webinars-chip.is-active {
  border-color: rgba(123, 47, 47, 0.28);
  background: #fff2ea;
  color: var(--primary-dark);
}

.webinars-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 1rem;
}

.webinars-card {
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 1rem 1.05rem;
  box-shadow: 0 14px 34px rgba(49, 28, 26, 0.06);
}

.webinars-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.45rem;
}

.webinars-status {
  margin: 0;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.webinars-status-paid {
  color: var(--primary);
}

.webinars-status-free {
  color: var(--success);
}

.webinars-format {
  margin: 0;
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.86rem;
}

.webinars-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.62rem;
}

.webinars-date {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--primary-dark);
  border: 1px solid rgba(123, 47, 47, 0.24);
  background: #fff6f1;
  border-radius: 999px;
  padding: 0.22rem 0.62rem;
  line-height: 1.2;
}

.webinars-date-label {
  font-weight: 800;
  color: var(--primary);
}

.webinars-card h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.38rem, 2.5vw, 1.75rem);
}

.webinars-card > p {
  margin-bottom: 0.75rem;
}

.webinars-features {
  list-style: none;
  margin: 0 0 0.8rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.webinars-features li {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 0.72rem;
  background: #fffdfb;
  padding: 0.48rem 0.6rem 0.5rem 1.36rem;
  color: var(--text-muted);
  line-height: 1.42;
}

.webinars-features li::before {
  content: "";
  position: absolute;
  left: 0.58rem;
  top: 0.9rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--accent);
}

.webinars-price-block {
  border: 1px solid rgba(123, 47, 47, 0.2);
  border-radius: 0.78rem;
  background: #fff5ef;
  padding: 0.56rem 0.7rem;
  margin-bottom: 0.8rem;
}

.webinars-price-now {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.15;
}

.webinars-price-note {
  margin: 0.2rem 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.webinars-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.webinars-actions .btn {
  text-align: center;
}

.webinars-actions .btn:only-child {
  grid-column: 1 / -1;
  width: 100%;
}

.webinars-card-free {
  border-color: rgba(47, 109, 79, 0.28);
  background: linear-gradient(172deg, #f6fff9 0%, #ffffff 100%);
}

.webinars-card-free .webinars-date {
  border-color: rgba(47, 109, 79, 0.28);
  background: #f2fbf5;
  color: #2f6d4f;
}

.webinars-card-free .webinars-date-label {
  color: #2f6d4f;
}

.webinars-card-free .webinars-features li::before {
  background: #6ea784;
}

.webinars-footnote {
  margin-top: 0.85rem;
  border-top: 1px dashed rgba(123, 47, 47, 0.3);
  padding-top: 0.72rem;
}

.webinars-footnote p {
  margin: 0;
  color: var(--text-muted);
}

.webinars-empty {
  margin-top: 0.85rem;
  border: 1px dashed rgba(123, 47, 47, 0.35);
  border-radius: 0.86rem;
  padding: 0.82rem 0.9rem;
  background: #fff9f4;
}

.webinars-empty p {
  margin: 0;
  color: var(--text-muted);
}

@media (max-width: 980px) {
  .webinars-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .webinars-top-nav {
    display: none;
  }

  .webinars-hero-meta {
    grid-template-columns: 1fr;
  }

  .webinars-actions {
    grid-template-columns: 1fr;
  }
}

/* ── Electronic business card (/vc) ── */
.vc-page {
  min-height: 100vh;
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 18% 4%, #f4e7dd 0%, var(--bg) 40%);
  color: var(--text);
}

.vc-wrap {
  min-height: calc(100vh - 180px);
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.vc-card {
  width: min(980px, 100%);
  border-radius: 1.15rem;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 20px 52px rgba(49, 28, 26, 0.15);
  display: grid;
  grid-template-columns: minmax(220px, 0.86fr) minmax(0, 1.2fr);
  overflow: hidden;
}

.vc-avatar-wrap {
  margin: 0;
  min-height: 100%;
}

.vc-avatar {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.vc-content {
  padding: 1.1rem 1.2rem 1.15rem;
}

.vc-eyebrow {
  margin: 0 0 0.28rem;
  color: var(--primary);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 800;
}

.vc-content h1 {
  margin: 0 0 0.22rem;
  font-size: clamp(1.55rem, 3.2vw, 2.5rem);
}

.vc-role {
  margin: 0;
  color: var(--text-muted);
  font-weight: 700;
}

.vc-lead {
  margin: 0.58rem 0 0.72rem;
  color: var(--text-muted);
  max-width: none;
}

.vc-contact-block {
  margin-bottom: 0.78rem;
  padding: 0.7rem;
  border: 1px solid rgba(123, 47, 47, 0.18);
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #fff8ef 0%, #fff 100%);
}

.vc-contact-title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--primary);
}

.vc-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.vc-contact-btn {
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  min-height: 40px;
  padding: 0.48rem 0.56rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-muted);
  background: #fff;
  overflow-wrap: anywhere;
  line-height: 1.25;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vc-contact-btn:hover,
.vc-contact-btn:focus-visible {
  color: var(--primary);
  border-color: rgba(123, 47, 47, 0.35);
  transform: translateY(-1px);
}

.vc-contact-btn-primary {
  border-color: rgba(123, 47, 47, 0.32);
  background: #fff2ea;
  color: var(--primary-dark);
}

.vc-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.vc-actions .btn {
  min-height: 42px;
  font-size: 0.87rem;
  padding: 0.62rem 0.65rem;
  text-align: center;
}

.vc-facts {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.vc-facts li {
  position: relative;
  padding: 0.4rem 0.62rem 0.42rem 1.42rem;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  background: #fffdfb;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.36;
}

.vc-facts li::before {
  content: "•";
  position: absolute;
  left: 0.56rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1rem;
}

@media (max-width: 900px) {
  .vc-card {
    grid-template-columns: 1fr;
  }

  .vc-avatar-wrap {
    max-height: 290px;
  }

  .vc-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .vc-wrap {
    padding: 0.75rem;
  }

  .vc-content {
    padding: 0.88rem 0.82rem 0.95rem;
  }

  .vc-actions {
    grid-template-columns: 1fr;
  }

  .vc-actions .btn {
    font-size: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
