.polaris-webinar-page {
  --pw-navy: #071838;
  --pw-blue: #245fc5;
  --pw-sky: #79aafa;
  --pw-ink: #15213b;
  --pw-muted: #5d687d;
  --pw-line: #dbe3f2;
  --pw-soft: #f3f7fd;
  --pw-white: #ffffff;
  --pw-success: #166534;
  --pw-success-bg: #ecfdf3;
  --pw-error: #991b1b;
  --pw-error-bg: #fff1f2;
  width: min(1180px, calc(100% - 32px));
  margin: 40px auto 72px;
  color: var(--pw-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.polaris-webinar-page *,
.polaris-webinar-page *::before,
.polaris-webinar-page *::after {
  box-sizing: border-box;
}

.pw-banner {
  overflow: hidden;
  border-radius: 24px;
  background: var(--pw-navy);
  box-shadow: 0 24px 70px rgba(7, 24, 56, 0.18);
}

.pw-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.pw-intro {
  max-width: 930px;
  margin: 56px 0 40px;
}

.pw-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--pw-blue);
  background: #eaf1ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.pw-intro h1 {
  margin: 18px 0 14px;
  color: var(--pw-navy);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.pw-subtitle {
  max-width: 760px;
  margin: 0;
  color: var(--pw-muted);
  font-size: clamp(18px, 2vw, 22px);
}

.pw-event-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 30px;
}

.pw-event-meta span {
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid var(--pw-line);
  border-radius: 14px;
  background: var(--pw-white);
  box-shadow: 0 8px 24px rgba(20, 45, 90, 0.06);
}

.pw-event-meta strong {
  color: var(--pw-muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pw-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 48px;
  align-items: start;
}

.pw-main {
  min-width: 0;
}

.pw-section {
  margin-bottom: 48px;
}

.pw-section h2 {
  margin: 0 0 18px;
  color: var(--pw-navy);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.pw-section p {
  margin: 0 0 18px;
}

.pw-lead-copy > p:first-child {
  color: var(--pw-navy);
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.015em;
}

.pw-audience,
.pw-takeaways {
  padding: 30px;
  border: 1px solid var(--pw-line);
  border-radius: 20px;
  background: var(--pw-soft);
}

.pw-audience h2 {
  font-size: 24px;
}

.pw-takeaways ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.pw-takeaways li {
  position: relative;
  padding-left: 34px;
}

.pw-takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 18px;
  height: 18px;
  border: 5px solid #dfeaff;
  border-radius: 50%;
  background: var(--pw-blue);
}

.pw-section-heading {
  margin-bottom: 22px;
}

.pw-section-heading h2 {
  margin-top: 14px;
}

.pw-speaker-grid {
  display: grid;
  gap: 22px;
}

.pw-speaker-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--pw-line);
  border-radius: 20px;
  background: var(--pw-white);
  box-shadow: 0 14px 36px rgba(20, 45, 90, 0.06);
}

.pw-speaker-card img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
}

.pw-speaker-copy h3 {
  margin: 0 0 10px;
  color: var(--pw-navy);
  font-size: 24px;
  line-height: 1.2;
}

.pw-speaker-copy p {
  margin: 0;
  color: var(--pw-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.pw-form-card {
  position: sticky;
  top: 28px;
  padding: 28px;
  border: 1px solid var(--pw-line);
  border-radius: 22px;
  background: var(--pw-white);
  box-shadow: 0 22px 60px rgba(7, 24, 56, 0.13);
}

.pw-form-card h2 {
  margin: 0 0 6px;
  color: var(--pw-navy);
  font-size: 30px;
  line-height: 1.2;
}

.pw-form-card > p {
  margin: 0 0 22px;
  color: var(--pw-muted);
  font-size: 15px;
}

.pw-form {
  display: grid;
  gap: 16px;
}

.pw-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pw-field {
  display: grid;
  gap: 6px;
}

.pw-field label {
  color: var(--pw-ink);
  font-size: 13px;
  font-weight: 750;
}

.pw-field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #cbd6e8;
  border-radius: 10px;
  background: var(--pw-white);
  color: var(--pw-ink);
  font: inherit;
  font-size: 16px;
}

.pw-field input:focus {
  outline: 3px solid rgba(36, 95, 197, 0.18);
  border-color: var(--pw-blue);
}

.pw-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--pw-muted);
  font-size: 13px;
  line-height: 1.45;
}

.pw-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--pw-blue);
}

.pw-submit {
  min-height: 52px;
  padding: 12px 18px;
  border: 0;
  border-radius: 11px;
  background: var(--pw-blue);
  color: var(--pw-white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(36, 95, 197, 0.25);
  transition: transform 160ms ease, background 160ms ease;
}

.pw-submit:hover {
  background: #194eaa;
  transform: translateY(-1px);
}

.pw-submit:focus-visible {
  outline: 3px solid rgba(36, 95, 197, 0.25);
  outline-offset: 3px;
}

.pw-privacy {
  margin: -4px 0 0;
  color: #768198;
  font-size: 11.5px;
  line-height: 1.45;
}

.pw-notice {
  margin: 0 0 18px;
  padding: 13px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.pw-notice strong {
  display: block;
  margin-bottom: 2px;
}

.pw-notice-success {
  color: var(--pw-success);
  background: var(--pw-success-bg);
  border: 1px solid #bbf7d0;
}

.pw-notice-error {
  color: var(--pw-error);
  background: var(--pw-error-bg);
  border: 1px solid #fecdd3;
}

.pw-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

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

  .pw-form-card {
    position: static;
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .polaris-webinar-page {
    width: min(100% - 20px, 1180px);
    margin-top: 16px;
    font-size: 16px;
  }

  .pw-banner {
    border-radius: 14px;
  }

  .pw-intro {
    margin: 34px 0 30px;
  }

  .pw-intro h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .pw-event-meta,
  .pw-field-row {
    grid-template-columns: 1fr;
  }

  .pw-layout {
    gap: 30px;
  }

  .pw-audience,
  .pw-takeaways,
  .pw-form-card,
  .pw-speaker-card {
    padding: 20px;
    border-radius: 16px;
  }

  .pw-speaker-card {
    grid-template-columns: 88px 1fr;
    gap: 16px;
  }

  .pw-speaker-card img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
  }

  .pw-speaker-copy {
    display: contents;
  }

  .pw-speaker-copy h3 {
    align-self: center;
    margin: 0;
    font-size: 20px;
  }

  .pw-speaker-copy p {
    grid-column: 1 / -1;
    margin-top: 2px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pw-submit {
    transition: none;
  }
}

.pw-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;
}

.pw-required {
  color: #b42318;
  font-weight: 800;
}

.pw-optional {
  color: var(--pw-muted);
  font-weight: 500;
}

.pw-field textarea {
  width: 100%;
  min-height: 128px;
  resize: vertical;
  padding: 11px 12px;
  border: 1px solid #cbd6e8;
  border-radius: 10px;
  background: var(--pw-white);
  color: var(--pw-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
}

.pw-field textarea:focus {
  outline: 3px solid rgba(36, 95, 197, 0.18);
  border-color: var(--pw-blue);
}

.pw-field-help {
  margin: 0;
  color: var(--pw-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pw-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.pw-confirmation-state {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 24px;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  background: var(--pw-success-bg);
  color: var(--pw-success);
  outline: none;
}

.pw-confirmation-state h3 {
  margin: 0;
  color: var(--pw-navy);
  font-size: 27px;
  line-height: 1.2;
}

.pw-confirmation-state p {
  margin: 0;
  color: var(--pw-ink);
  font-size: 15px;
  line-height: 1.55;
}

.pw-confirmation-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--pw-success);
  color: var(--pw-white);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.pw-confirmation-event {
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid rgba(22, 101, 52, 0.2);
}

.pw-confirmation-warning {
  border-color: #fecdd3;
  background: var(--pw-error-bg);
  color: var(--pw-error);
}

.pw-confirmation-warning .pw-confirmation-icon {
  background: var(--pw-error);
}

.pw-confirmation-warning .pw-confirmation-event {
  border-top-color: rgba(153, 27, 27, 0.2);
}

.polaris-webinar-template-main {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.pw-speaker-card.pw-speaker-no-image {
  grid-template-columns: 1fr;
}

.pw-speaker-copy > p:last-child {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .pw-speaker-card.pw-speaker-no-image {
    grid-template-columns: 1fr;
  }

  .pw-speaker-card.pw-speaker-no-image .pw-speaker-copy {
    display: block;
  }

  .pw-speaker-card.pw-speaker-no-image .pw-speaker-copy h3 {
    margin-bottom: 10px;
  }
}
