/* Cadence marketing splash — scoped to body.welcome-page */
body.welcome-page {
  margin: 0;
  font-family: var(--crm-app-font, "Segoe UI", system-ui, sans-serif);
  color: #0f172a;
  background: #f8fafc;
  line-height: 1.5;
}

body.welcome-page *,
body.welcome-page *::before,
body.welcome-page *::after {
  box-sizing: border-box;
}

body.welcome-page section[id],
body.welcome-page h2[id] {
  scroll-margin-top: 92px;
}

.welcome-skip {
  position: absolute;
  left: -9999px;
  top: auto;
}

.welcome-skip:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

/* ----- Header ----- */
.welcome-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.welcome-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.welcome-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1e1b4b;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-weight: 800;
  font-size: 1.35rem;
}

.welcome-brand img {
  border-radius: 10px;
  display: block;
}

.welcome-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.welcome-nav a {
  color: #334155;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.welcome-nav a:hover {
  color: #4f46e5;
}

.welcome-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.welcome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.welcome-btn:hover {
  transform: translateY(-1px);
}

.welcome-btn--ghost {
  color: #334155;
  background: transparent;
  border-color: transparent;
}

.welcome-header-actions .welcome-btn--ghost {
  font-size: 1rem;
  font-weight: 800;
}

.welcome-login-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 4px 6px;
  border-radius: 6px;
  transition: color 0.15s ease;
}

.welcome-login-link:hover {
  color: #4f46e5;
}

.welcome-login-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #334155;
  stroke-width: 2.25;
  transition: color 0.15s ease;
}

.welcome-login-link:hover .welcome-login-icon {
  color: #4f46e5;
}

.welcome-login-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  gap: 1px;
}

.welcome-login-line {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.welcome-btn--ghost:hover {
  color: #4f46e5;
}

.welcome-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.welcome-btn--primary:hover {
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.45);
}

.welcome-btn--outline {
  color: #4f46e5;
  background: #fff;
  border-color: #c7d2fe;
}

.welcome-btn--outline:hover {
  background: #eef2ff;
}

.welcome-btn--lg {
  padding: 14px 28px;
  font-size: 1rem;
}

.welcome-btn--white {
  color: #312e81;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

/* ----- Hero ----- */
.welcome-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(79, 70, 229, 0.12), transparent 55%),
    radial-gradient(700px 400px at 95% 20%, rgba(253, 226, 196, 0.35), transparent 50%),
    linear-gradient(180deg, #eef2ff 0%, #f8fafc 70%);
}

.welcome-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 24px 88px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.welcome-hero-title {
  margin: 0 0 20px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(2.2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.welcome-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.1);
  color: #4338ca;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.welcome-hero-subhead {
  margin: 0 0 20px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #334155;
  letter-spacing: -0.01em;
}

.welcome-hero-lead {
  margin: 0 0 28px;
  font-size: 1.12rem;
  color: #475569;
  max-width: 540px;
}

.welcome-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.welcome-hero-ctas .welcome-btn--outline {
  margin-top: 10px;
}

.welcome-hero-note {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
}

.welcome-hero-visual {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(160deg, #312e81 0%, #4f46e5 50%, #7c3aed 100%);
  padding: 28px;
  box-shadow:
    0 30px 60px rgba(49, 46, 129, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  color: #f8fafc;
}

.welcome-hero-visual h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  opacity: 0.9;
}

.welcome-hero-price {
  margin: 0 0 20px;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: var(--crm-brand-font, Georgia, serif);
}

.welcome-hero-price span {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.85;
}

.welcome-hero-trial {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.88rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.welcome-hero-trial:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}

.welcome-hero-trial:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.welcome-module-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.welcome-module-list li {
  padding: 0;
  background: transparent;
  border: none;
}

.welcome-module-list svg {
  flex-shrink: 0;
  color: #fde2c4;
}

/* ----- Features (dark band) ----- */
.welcome-features {
  background: linear-gradient(165deg, #0b0f2c 0%, #1e1b4b 50%, #312e81 100%);
  color: #f8fafc;
  padding: 80px 24px;
}

.welcome-features-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.welcome-features h2 {
  margin: 0 0 12px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  text-align: center;
}

.welcome-features-sub {
  margin: 0 auto 48px;
  max-width: 640px;
  text-align: center;
  color: rgba(248, 250, 252, 0.85);
  font-size: 1.05rem;
}

.welcome-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.welcome-feature-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.welcome-feature-card svg {
  color: #fde2c4;
  margin-bottom: 14px;
}

.welcome-feature-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
}

.welcome-feature-card p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.45;
}

/* ----- Marketing content sections ----- */
.welcome-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.welcome-section-eyebrow {
  margin: 0 0 10px;
  color: #4f46e5;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.welcome-section-inner h2,
.welcome-demo h2 {
  margin: 0 0 12px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #1e1b4b;
  text-align: center;
}

.welcome-section-sub {
  margin: 0 auto 38px;
  max-width: 720px;
  color: #475569;
  font-size: 1.05rem;
  text-align: center;
}

.welcome-section-sub--dark {
  color: #475569;
}

.welcome-ai {
  padding: 82px 24px;
  background:
    radial-gradient(780px 360px at 10% 10%, rgba(79, 70, 229, 0.1), transparent 55%),
    #ffffff;
}

.welcome-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.welcome-ai-more {
  margin: 22px 0 0;
  text-align: center;
  color: #4f46e5;
  font-size: 1.1rem;
  font-weight: 800;
}

.welcome-ai-card {
  padding: 24px 20px;
  border: 1px solid #dbe4ff;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  box-shadow: 0 18px 34px rgba(79, 70, 229, 0.08);
}

.welcome-ai-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #312e81 0%, #4f46e5 55%, #7c3aed 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.welcome-ai-card h3,
.welcome-how-steps h3,
.welcome-resource-card h3 {
  margin: 0 0 8px;
  color: #1e293b;
  font-size: 1.05rem;
}

.welcome-ai-card p,
.welcome-how-steps p,
.welcome-resource-card p {
  margin: 0;
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.5;
}

.welcome-proof {
  padding: 78px 24px;
  background: #f8fafc;
}

.welcome-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.welcome-proof-grid blockquote {
  margin: 0;
  padding: 24px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.welcome-proof-grid p {
  margin: 0 0 14px;
  color: #1e293b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.welcome-proof-grid footer {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
}

.welcome-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.welcome-proof-stats div {
  padding: 18px;
  border-radius: 16px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.welcome-proof-stats strong,
.welcome-proof-stats span {
  display: block;
}

.welcome-proof-stats strong {
  color: #312e81;
  font-size: 1.3rem;
  font-weight: 900;
}

.welcome-proof-stats span {
  margin-top: 4px;
  color: #475569;
  font-size: 0.9rem;
}

.welcome-how {
  padding: 78px 24px;
  background: #ffffff;
}

.welcome-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.welcome-how-steps article {
  position: relative;
  padding: 28px 22px 24px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.welcome-how-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #4f46e5;
  color: #ffffff;
  font-weight: 900;
}

.welcome-demo {
  padding: 72px 24px;
  background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
}

.welcome-demo-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 32px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dbe4ff;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(79, 70, 229, 0.1);
}

.welcome-demo-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.welcome-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.welcome-demo-note {
  margin: 0;
  font-size: 0.92rem;
  color: #64748b;
}

.welcome-demo-video {
  min-width: 0;
}

.welcome-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.welcome-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #0f172a;
}

.welcome-video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  background: #0f172a;
}

.welcome-video-caption {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1rem;
  color: #64748b;
}

.welcome-video-caption a {
  color: #4f46e5;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
}

.welcome-video-caption a:hover {
  text-decoration: underline;
}

.welcome-demo .welcome-section-eyebrow,
.welcome-demo h2 {
  text-align: left;
}

.welcome-demo-copy > p:not(.welcome-section-eyebrow):not(.welcome-demo-note) {
  margin: 0;
  max-width: 520px;
  color: #475569;
  font-size: 1.02rem;
}

.welcome-resources {
  padding: 72px 24px;
  background: #f8fafc;
}

.welcome-resource-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

/* ----- Resource article ----- */
.welcome-article {
  padding: 56px 24px 72px;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(79, 70, 229, 0.1), transparent 55%),
    #f8fafc;
}

.welcome-article-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 46px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.welcome-article-card .welcome-section-eyebrow {
  text-align: left;
}

.welcome-article-card h1,
.welcome-article-card h2 {
  font-family: var(--crm-brand-font, Georgia, serif);
  color: #1e1b4b;
}

.welcome-article-card h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
}

.welcome-article-card h2 {
  margin: 34px 0 10px;
  font-size: 1.45rem;
}

.welcome-article-card p,
.welcome-article-card li {
  color: #475569;
  font-size: 1rem;
  line-height: 1.65;
}

.welcome-article-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.welcome-article-lead {
  font-size: 1.12rem !important;
  color: #334155 !important;
}

.welcome-article-cta {
  margin-top: 38px;
  padding: 28px;
  border-radius: 18px;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
}

.welcome-article-cta h2 {
  margin-top: 0;
}

.welcome-article-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
  color: #4f46e5;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.welcome-article-back:hover {
  text-decoration: underline;
}

/* ----- Blog index ----- */
.welcome-blog-hero {
  padding: 72px 24px 56px;
  background:
    radial-gradient(900px 420px at 0% 0%, rgba(79, 70, 229, 0.1), transparent 55%),
    #f8fafc;
  text-align: center;
}

.welcome-blog-hero h1 {
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #1e1b4b;
  margin: 12px 0 16px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.welcome-blog-hero p {
  color: #475569;
  font-size: 1.05rem;
  margin: 0 auto;
  max-width: 560px;
}

.welcome-blog-grid-section {
  padding: 0 24px 80px;
  background: #f8fafc;
}

.welcome-blog-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.welcome-blog-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.welcome-blog-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.welcome-blog-card-body {
  padding: 28px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.welcome-blog-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.1);
  color: #4338ca;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.welcome-blog-card h2 {
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: 1.22rem;
  font-weight: 800;
  color: #1e1b4b;
  line-height: 1.28;
  margin: 0 0 12px;
}

.welcome-blog-card p {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.welcome-blog-card-footer {
  padding: 14px 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
}

.welcome-blog-date {
  color: #94a3b8;
  font-size: 0.8rem;
}

.welcome-blog-read-more {
  font-size: 0.88rem;
  font-weight: 700;
  color: #4f46e5;
}

/* ----- Pricing ----- */
.welcome-pricing {
  padding: 80px 24px;
  background: #fff;
}

.welcome-pricing-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.welcome-pricing h2 {
  margin: 0 0 12px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: 2rem;
  font-weight: 800;
  color: #1e1b4b;
}

.welcome-pricing-card {
  margin-top: 32px;
  padding: 40px 36px;
  border-radius: 20px;
  border: 2px solid #e0e7ff;
  background: linear-gradient(180deg, #fafaff 0%, #fff 100%);
  box-shadow: 0 20px 50px rgba(79, 70, 229, 0.1);
}

.welcome-pricing-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.82rem;
  font-weight: 700;
}

.welcome-pricing-amount {
  margin: 0 0 8px;
  font-size: 3rem;
  font-weight: 800;
  color: #312e81;
  font-family: var(--crm-brand-font, Georgia, serif);
}

.welcome-pricing-amount span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #64748b;
}

.welcome-pricing-desc {
  margin: 0 0 24px;
  color: #475569;
}

.welcome-pricing-list {
  text-align: left;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.welcome-pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: #334155;
}

.welcome-pricing-list svg {
  flex-shrink: 0;
  color: #22c55e;
  margin-top: 2px;
}

/* ----- FAQ ----- */
.welcome-faq {
  padding: 72px 24px 88px;
  background: #f1f5f9;
}

.welcome-faq-inner {
  max-width: 720px;
  margin: 0 auto;
}

.welcome-faq h2 {
  margin: 0 0 32px;
  text-align: center;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: 2rem;
  font-weight: 800;
  color: #1e1b4b;
}

.welcome-faq details {
  margin-bottom: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.welcome-faq summary {
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
  color: #1e293b;
  list-style: none;
}

.welcome-faq summary::-webkit-details-marker {
  display: none;
}

.welcome-faq details[open] summary {
  border-bottom: 1px solid #e2e8f0;
}

.welcome-faq p {
  margin: 0;
  padding: 16px 20px 20px;
  color: #475569;
  font-size: 0.95rem;
}

/* ----- CTA band ----- */
.welcome-cta-band {
  padding: 64px 24px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  text-align: center;
  color: #fff;
}

.welcome-cta-band h2 {
  margin: 0 0 12px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: 2rem;
  font-weight: 800;
}

.welcome-cta-band p {
  margin: 0 0 28px;
  opacity: 0.92;
  font-size: 1.05rem;
}

/* ----- Footer ----- */
.welcome-footer {
  padding: 32px 24px;
  background: #0f172a;
  color: rgba(248, 250, 252, 0.75);
  font-size: 0.88rem;
}

.welcome-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.welcome-footer a {
  color: rgba(248, 250, 252, 0.9);
  text-decoration: none;
}

.welcome-footer a:hover {
  text-decoration: underline;
}

/* ----- Signup page ----- */
body.signup-page {
  margin: 0;
  min-height: 100vh;
  font-family: var(--crm-app-font, "Segoe UI", system-ui, sans-serif);
  color: #0f172a;
  background:
    radial-gradient(900px 500px at 0% 0%, rgba(79, 70, 229, 0.1), transparent 50%),
    #f1f5f9;
}

.signup-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 24px;
}

.signup-header-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signup-main {
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.signup-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  border: 1px solid #e2e8f0;
}

.signup-card h1 {
  margin: 0 0 8px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: 1.85rem;
  font-weight: 800;
  color: #1e1b4b;
}

.signup-card .signup-lead {
  margin: 0 0 24px;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.5;
}

.signup-trial-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 0.88rem;
  font-weight: 700;
}

.signup-form {
  display: grid;
  gap: 16px;
}

.signup-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.signup-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.signup-field input,
.signup-field select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
}

.signup-field input:focus,
.signup-field select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

.signup-field--error input {
  border-color: #dc2626;
  background: #fef2f2;
}

.signup-field--error input:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.2);
}

.signup-field-error {
  margin: 6px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #b91c1c;
  min-height: 1.2em;
}

.signup-submit {
  margin-top: 8px;
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(79, 70, 229, 0.35);
}

.signup-submit:hover {
  filter: brightness(1.05);
}

.signup-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.signup-message {
  margin: 0;
  font-size: 0.92rem;
  min-height: 0;
}

.signup-message:not(:empty) {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
}

.signup-message--error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.signup-message--ok {
  color: #15803d;
}

.signup-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #334155;
  cursor: pointer;
}

.signup-terms input {
  margin-top: 3px;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  accent-color: #4f46e5;
}

.signup-terms a {
  color: #4f46e5;
  font-weight: 600;
  text-decoration: underline;
}

.terms-page .terms-main {
  max-width: 720px;
  margin: 0 auto;
}

.terms-card {
  text-align: left;
  padding: 28px 32px 36px;
}

.terms-card h1 {
  margin-bottom: 8px;
}

.terms-updated {
  margin: 0 0 20px;
  font-size: 0.88rem;
  color: #64748b;
}

.terms-card h2 {
  margin: 24px 0 8px;
  font-size: 1.05rem;
  color: #1e293b;
}

.terms-card p,
.terms-card li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
}

.terms-card ul {
  margin: 8px 0 12px;
  padding-left: 1.25rem;
}

.terms-card a {
  color: #4f46e5;
  font-weight: 600;
}

.terms-back {
  margin-top: 28px;
  font-size: 0.92rem;
}

.signup-fine {
  margin: 20px 0 0;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
}

.signup-cancel-note {
  margin: 16px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #475569;
  text-align: center;
}

.signup-success .signup-cancel-note {
  margin-top: 20px;
  margin-bottom: 0;
}

.signup-back {
  margin-top: 24px;
  text-align: center;
  font-size: 0.92rem;
}

.signup-back a {
  color: #4f46e5;
  font-weight: 600;
  text-decoration: none;
}

.signup-success {
  text-align: center;
  padding: 12px 0;
}

.signup-success svg {
  color: #22c55e;
  margin-bottom: 16px;
}

.signup-success h2 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: #1e1b4b;
}

.signup-success p {
  margin: 0 0 20px;
  color: #475569;
}

/* ----- Module list preview buttons ----- */
.welcome-module-btn {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f8fafc;
  font-size: 0.94rem;
  font-weight: 600;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.welcome-module-btn:hover,
.welcome-module-btn:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(2px);
  text-decoration: none;
}

.welcome-module-btn--link,
.welcome-module-btn--link:visited,
.welcome-module-btn--link:hover,
.welcome-module-btn--link:focus-visible {
  text-decoration: none;
}

.welcome-module-btn span:first-of-type {
  flex: 1;
}

.welcome-module-btn-hint {
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.75;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.welcome-feature-card--preview {
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.welcome-feature-card--preview:hover,
.welcome-feature-card--preview:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25);
  outline: none;
}

.welcome-feature-preview-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fde2c4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hidden {
  display: none !important;
}

/* ----- Preview modal ----- */
.welcome-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.welcome-preview-modal.hidden {
  display: none;
}

.welcome-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(4px);
}

.welcome-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(1200px, 96vw);
  max-height: 92vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.45);
  display: flex;
  flex-direction: column;
}

.welcome-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.welcome-preview-header--minimal {
  justify-content: flex-end;
  padding: 10px 12px;
  border-bottom: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.welcome-preview-close {
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
}

.welcome-preview-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.welcome-preview-frame-wrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  background: #f1f5f9;
  position: relative;
}

.welcome-preview-image {
  width: 100%;
  height: auto;
  max-height: min(78vh, 820px);
  object-fit: contain;
  display: block;
  background: #fff;
}

.welcome-preview-modal--full .welcome-preview-image {
  max-height: none;
}

.welcome-preview-load-error {
  margin: 0;
  padding: 32px 24px;
  text-align: center;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ----- Responsive ----- */
@media (max-width: 960px) {
  .welcome-feature-grid,
  .welcome-ai-grid,
  .welcome-proof-grid,
  .welcome-how-steps,
  .welcome-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .welcome-proof-stats,
  .welcome-demo-inner,
  .welcome-resource-card {
    grid-template-columns: 1fr;
  }

  .welcome-demo .welcome-section-eyebrow,
  .welcome-demo h2,
  .welcome-demo-copy > p:not(.welcome-section-eyebrow) {
    text-align: center;
  }

  .welcome-demo-copy {
    align-items: center;
  }

  .welcome-demo-actions {
    justify-content: center;
  }

  .welcome-demo-note {
    text-align: center;
  }

  .welcome-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

  .welcome-nav {
    display: none;
  }
}

@media (max-width: 600px) {
  .welcome-feature-grid,
  .welcome-ai-grid,
  .welcome-proof-grid,
  .welcome-proof-stats,
  .welcome-how-steps,
  .welcome-blog-grid {
    grid-template-columns: 1fr;
  }

  .welcome-ai,
  .welcome-proof,
  .welcome-how,
  .welcome-demo,
  .welcome-resources,
  .welcome-blog-grid-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .welcome-blog-hero {
    padding: 40px 16px 36px;
  }

  .welcome-demo-inner,
  .welcome-resource-card {
    padding: 24px 20px;
  }

  .welcome-article {
    padding: 32px 16px 48px;
  }

  .welcome-article-card {
    padding: 28px 22px;
  }

  .welcome-header-actions .welcome-btn--ghost,
  .welcome-header-actions .welcome-login-link {
    display: none;
  }

  .signup-row {
    grid-template-columns: 1fr;
  }
}

/* ----- Contact sales page ----- */
body.contact-sales-page {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--crm-app-font, "Segoe UI", system-ui, sans-serif);
  color: #0f172a;
  background:
    radial-gradient(900px 520px at 0% 0%, rgba(79, 70, 229, 0.12), transparent 55%),
    radial-gradient(700px 400px at 100% 20%, rgba(124, 58, 237, 0.08), transparent 50%),
    #eef2f7;
}

.contact-sales-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.contact-sales-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-sales-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}

.contact-sales-nav a {
  color: #334155;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.contact-sales-nav a:hover {
  color: #4f46e5;
}

.contact-sales-main {
  flex: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 64px;
  width: 100%;
  box-sizing: border-box;
}

.contact-sales-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  gap: 48px;
  align-items: start;
}

.contact-sales-intro h1 {
  margin: 0 0 16px;
  font-family: var(--crm-brand-font, Georgia, serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: #1e1b4b;
}

.contact-sales-lead {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #475569;
  max-width: 36rem;
}

.contact-sales-benefits {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.contact-sales-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #334155;
}

.contact-sales-check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
}

.contact-sales-quote {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid #4f46e5;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0 12px 12px 0;
  max-width: 36rem;
}

.contact-sales-quote p {
  margin: 0 0 10px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #334155;
  font-style: italic;
}

.contact-sales-quote footer {
  font-size: 0.85rem;
  color: #64748b;
}

.contact-sales-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px 36px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  border: 1px solid #e2e8f0;
}

.contact-sales-card h2 {
  margin: 0 0 24px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e1b4b;
}

.contact-sales-required {
  color: #dc2626;
}

.contact-sales-form .signup-field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  min-height: 80px;
}

.contact-sales-form .signup-field textarea:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.contact-sales-privacy {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
}

.contact-sales-privacy a {
  color: #4f46e5;
  font-weight: 600;
}

.contact-sales-submit {
  margin-top: 4px;
}

.contact-sales-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.88rem;
  color: #64748b;
}

.contact-sales-footer a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}

.contact-sales-footer a:hover {
  text-decoration: underline;
}

.contact-sales-success .signup-cancel-note a {
  color: #4f46e5;
  font-weight: 600;
}

.agent-demo-page .contact-sales-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 420px);
}

.agent-demo-page .agent-demo-expect {
  margin: 28px 0 0;
}

.agent-demo-page .agent-demo-expect h2,
.agent-demo-page .agent-demo-expect .webinars-benefits-lead {
  text-align: left;
}

.agent-demo-page .agent-demo-expect .webinars-benefits-lead {
  margin-left: 0;
  margin-right: 0;
}

.agent-demo-card-note {
  margin: -10px 0 22px;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .contact-sales-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .contact-sales-nav {
    display: none;
  }

  .contact-sales-form-panel {
    order: -1;
  }
}

@media (max-width: 600px) {
  .contact-sales-header-inner {
    padding: 12px 16px;
  }

  .contact-sales-main {
    padding: 28px 16px 48px;
  }

  .contact-sales-card {
    padding: 24px 20px 28px;
  }
}

/* --- Public webinars page --- */
.webinars-page {
  margin: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #0f172a;
  background: #f8fafc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.webinars-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.webinars-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.webinars-nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.webinars-nav a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
}

.webinars-nav a:hover {
  color: #4f46e5;
}

.webinars-main {
  flex: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 56px;
  width: 100%;
  box-sizing: border-box;
}

.webinars-hero {
  text-align: center;
  margin-bottom: 48px;
}

.webinars-eyebrow {
  margin: 0 0 8px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4f46e5;
}

.webinars-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.2;
}

.webinars-lead {
  margin: 0 auto;
  max-width: 640px;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.55;
}

.webinars-benefits {
  margin-bottom: 48px;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

.webinars-benefits h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  text-align: center;
}

.webinars-benefits-lead {
  margin: 0 auto 28px;
  max-width: 620px;
  text-align: center;
  color: #475569;
  line-height: 1.5;
  font-size: 0.98rem;
}

.webinars-benefits-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.webinars-benefit-card {
  margin: 0;
  padding: 18px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.webinars-benefit-icon {
  display: inline-flex;
  color: #4f46e5;
  margin-bottom: 10px;
}

.webinars-benefit-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.webinars-benefit-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.45;
}

.webinars-footer-note {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.45;
}

.webinars-page--client .webinars-footer {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.webinars-list-section h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.webinars-status {
  margin: 0 0 20px;
  color: #64748b;
  font-size: 0.95rem;
}

.webinars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.webinar-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.webinar-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.webinar-card-head h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.webinar-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.webinar-badge--live {
  background: #dcfce7;
  color: #166534;
}

.webinar-badge--scheduled {
  background: #eef2ff;
  color: #4338ca;
}

.webinar-badge--ended {
  background: #f1f5f9;
  color: #64748b;
}

.webinar-card-when {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #64748b;
}

.webinar-card-host,
.webinar-card-desc {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.45;
}

.webinar-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.webinar-join-btn {
  text-decoration: none;
}

.webinars-zoom-note {
  margin-top: 48px;
  padding: 24px;
  background: #eef2ff;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
}

.webinars-zoom-note h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.webinars-zoom-note p {
  margin: 0;
  color: #475569;
  line-height: 1.5;
}

.webinars-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.88rem;
  color: #64748b;
}

.webinars-footer a {
  color: #4f46e5;
  font-weight: 600;
  text-decoration: none;
}

.webinars-dialog {
  border: none;
  border-radius: 12px;
  padding: 0;
  max-width: 440px;
  width: calc(100% - 32px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.webinars-dialog::backdrop {
  background: rgba(15, 23, 42, 0.45);
}

.webinars-dialog-form {
  padding: 0;
}

.webinars-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 8px;
  border-bottom: 1px solid #e2e8f0;
}

.webinars-dialog-head h3 {
  margin: 0;
  font-size: 1.1rem;
}

.webinars-dialog-close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
  padding: 4px 8px;
}

.webinars-dialog-meta {
  margin: 0;
  padding: 8px 20px 0;
  color: #64748b;
  font-size: 0.9rem;
}

.webinars-field {
  display: block;
  padding: 12px 20px 0;
}

.webinars-field span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #334155;
}

.webinars-field em {
  font-weight: 400;
  color: #94a3b8;
}

.webinars-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 1rem;
}

.webinars-form-message {
  margin: 12px 20px 0;
  font-size: 0.9rem;
  min-height: 1.2em;
}

.webinars-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 20px 20px;
}

@media (max-width: 720px) {
  .webinars-nav {
    display: none;
  }
}
