.webinar-page {
  isolation: isolate;
}

.webinar-topbar {
  margin-bottom: 0.5rem;
}

.webinar-hero {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: min(calc(100% - 2rem), 1280px);
  justify-items: center;
}

.webinar-label {
  margin: 0 0 0.9rem;
  color: var(--accent-strong);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.webinar-hero-copy h1 {
  max-width: none;
  text-align: left;
}

.webinar-subtitle {
  max-width: none;
  margin: 1.2rem 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--text);
}

.webinar-hero-actions {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  flex-wrap: nowrap;
  margin-top: 1.5rem;
}

.webinar-hero-actions .hero-actions {
  margin-left: 0;
  display: flex;
}

.webinar-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  min-width: 13.5rem;
  padding: 0.78rem 0.95rem;
  min-height: 3.7rem;
  border: 1px solid rgba(125, 157, 130, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
}

.webinar-meta-label {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.webinar-meta strong {
  line-height: 1.2;
}

.webinar-hero-button {
  min-height: 3.7rem;
  min-width: 16rem;
  width: 100%;
  padding-inline: 1.8rem;
  font-size: 1rem;
  font-weight: 700;
}

.webinar-section {
  padding-top: 2rem;
}

.webinar-hero-copy,
.webinar-section,
.webinar-register {
  padding-left: 0;
  width: min(100%, 62rem);
}

.webinar-hero-copy {
  margin-inline: auto;
}

.webinar-hero-copy h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.1rem);
  line-height: 1.04;
}

.webinar-hero-copy .hero-text {
  width: 100%;
  max-width: none;
}

.webinar-hero-copy .webinar-subtitle,
.webinar-hero-copy .webinar-hero-actions {
  width: 100%;
}

.webinar-player-visual {
  margin: -0.9rem auto 0;
  display: flex;
  justify-content: center;
}

.webinar-player-visual img {
  display: block;
  width: min(100%, 42rem);
  height: auto;
}

.webinar-section .section-heading,
.webinar-grid,
.webinar-register {
  margin-left: 0;
  margin-right: 0;
}

.webinar-grid {
  display: grid;
  gap: 1rem;
}

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

.webinar-card {
  padding: 1.45rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

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

.webinar-list-card,
.webinar-result-card {
  display: grid;
  gap: 0.7rem;
}

.webinar-list-index {
  display: inline-flex;
  width: fit-content;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(125, 157, 130, 0.16);
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.webinar-register {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.82fr);
  gap: 1.2rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.74), transparent 42%),
    linear-gradient(135deg, rgba(200, 212, 199, 0.34), rgba(255, 253, 248, 0.94));
  box-shadow: var(--shadow);
}

.webinar-register-copy {
  margin-bottom: 0;
}

.webinar-register-illustration {
  margin: 1rem 0 0;
}

.webinar-register-illustration img {
  display: block;
  width: min(100%, 28rem);
  height: auto;
}

.webinar-form {
  display: grid;
  gap: 0.9rem;
}

.webinar-field {
  display: grid;
  gap: 0.35rem;
  color: var(--text);
  font-weight: 600;
}

.webinar-field span {
  font-size: 0.95rem;
}

.webinar-field em,
.webinar-consent em {
  font-style: normal;
  color: #a04f3f;
}

.webinar-field input {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(95, 126, 102, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
}

.webinar-field input:focus {
  outline: 2px solid rgba(125, 157, 130, 0.28);
  outline-offset: 2px;
}

.webinar-choice-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 0.55rem;
}

.webinar-choice-group legend {
  margin-bottom: 0.15rem;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
}

.webinar-choice {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
}

.webinar-choice input,
.webinar-consent input {
  accent-color: var(--accent-strong);
}

.webinar-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--muted);
  line-height: 1.6;
}

.webinar-consent a {
  color: var(--accent-strong);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.webinar-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.webinar-submit:disabled {
  background: linear-gradient(135deg, rgba(125, 157, 130, 0.46), rgba(95, 126, 102, 0.42));
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.webinar-footer {
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .webinar-grid-two,
  .webinar-register,
  .webinar-hero {
    grid-template-columns: 1fr;
  }

  .webinar-hero-actions {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .webinar-hero {
    gap: 0.85rem;
  }

  .webinar-player-visual {
    order: 2;
    margin-top: 0.15rem;
  }

  .webinar-hero-copy {
    order: 1;
  }

  .webinar-label {
    margin-bottom: 0.55rem;
    font-size: 0.74rem;
    letter-spacing: 0.09em;
  }

  .webinar-hero-copy h1 {
    font-size: clamp(2rem, 9.6vw, 2.7rem);
    line-height: 1.03;
  }

  .webinar-hero-copy .hero-text,
  .webinar-subtitle {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .webinar-section {
    padding-top: 1.2rem;
  }

  .webinar-card,
  .webinar-register {
    padding: 1.1rem;
  }

  .webinar-hero-actions {
    gap: 0.7rem;
  }

  .webinar-player-visual img,
  .webinar-register-illustration img {
    width: min(100%, 18rem);
  }

  .webinar-meta,
  .webinar-hero-button {
    min-width: 0;
    width: 100%;
  }
}
