/* ===== WEBINAR LANDING PAGE ===== */

/* ===== WEBINAR HERO (TAE-style: left-aligned huge title, two-col intro) ===== */
.webinar-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 200px 80px 120px;
  z-index: 1;
}

.webinar-hero-content {
  text-align: center;
}

.webinar-hero-date {
  margin-left: auto;
  margin-right: auto;
}

.webinar-hero .hero-spider {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  z-index: 2;
  pointer-events: none;
}

.webinar-hero .hero-spider-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.webinar-hero-content {
  position: relative;
  z-index: 5;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.webinar-eyebrow {
  font-family: var(--font-mono, var(--font-sans));
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-red);
  margin: 0 0 20px;
}

.webinar-hero-title {
  font-family: var(--font-mono);
  font-size: clamp(28px, 7vw, 120px);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-white);
  letter-spacing: -2px;
  line-height: 1;
  margin: 0 0 40px;
  white-space: nowrap;
}

.webinar-hero-title span {
  display: inline;
}

.webinar-hero-title span + span {
  margin-left: 0.3em;
}

.webinar-hero-date {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.webinar-hero-date-label {
  font-family: var(--font-mono, var(--font-sans));
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.webinar-hero-date-value {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--text-white);
}

@media (max-width: 992px) {
  .webinar-hero {
    padding: 100px 40px 60px;
  }

  .webinar-hero .hero-spider {
    width: 320px;
    height: 320px;
    opacity: 0.6;
  }
}

/* Modern, clean mobile hero */
@media (max-width: 768px) {
  .webinar-hero {
    min-height: auto;
    padding: 160px 24px 70px;
  }

  .webinar-hero-content {
    padding: 0;
  }

  .webinar-eyebrow {
    font-size: 10px;
    letter-spacing: 2.5px;
    color: var(--accent-red);
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 0, 21, 0.3);
    display: inline-block;
  }

  .webinar-hero-title {
    line-height: 0.98;
    letter-spacing: -1px;
    margin-bottom: 28px;
    word-spacing: -2px;
  }

  .webinar-hero-date {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    padding: 0;
    border: none;
    background: none;
  }

  .webinar-hero-date-label {
    font-size: 10px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
  }

  .webinar-hero-date-value {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
  }

  .webinar-hero .hero-spider {
    width: 280px;
    height: 280px;
    left: auto;
    right: -80px;
    top: 30%;
    opacity: 0.18;
  }
}

@media (max-width: 480px) {
  .webinar-hero {
    padding: 140px 20px 60px;
  }

  .webinar-hero-title {
    letter-spacing: -0.5px;
  }

  .webinar-hero .hero-spider {
    width: 220px;
    height: 220px;
    right: -60px;
    opacity: 0.15;
  }
}

/* Section */
.webinar-section {
  padding: 80px 60px 120px;
  background: var(--bg-black);
}

.webinar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* Left column */
.webinar-left {
  padding-top: 20px;
}

.webinar-section-label {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-red);
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 0, 21, 0.4);
}

.webinar-title {
  font-family: var(--font-display, var(--font-sans));
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--text-white);
  margin-bottom: 24px;
  letter-spacing: -0.8px;
}

.webinar-title span {
  display: block;
}

.webinar-title .indent-1 {
  padding-left: 40px;
  color: var(--accent-red);
}

.webinar-description {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 520px;
}

.webinar-description strong {
  color: var(--text-white);
  font-weight: 600;
}

/* Feature cards */
.webinar-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.webinar-feature {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.webinar-feature:hover {
  border-color: rgba(255, 0, 21, 0.35);
  background: rgba(255, 0, 21, 0.04);
  transform: translateX(4px);
}

.webinar-feature-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 0, 21, 0.1);
  border: 1px solid rgba(255, 0, 21, 0.3);
  border-radius: 4px;
  color: var(--accent-red);
}

.webinar-feature-body {
  flex: 1 1 auto;
  min-width: 0;
}

.webinar-feature-title {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  margin: 0 0 4px;
  letter-spacing: -0.2px;
}

.webinar-feature-text {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* Host strip */
.webinar-host {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-left: 2px solid var(--accent-red);
  background: linear-gradient(90deg, rgba(255, 0, 21, 0.06), transparent);
}

.webinar-host-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.webinar-host-label {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.webinar-host-name {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
}

/* Form card */
.webinar-form-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 40px;
}

.webinar-form-heading {
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

/* Override HubSpot's per-form scoped button color (uniquely-suffixed class) */
.webinar-hubspot-form .hs-button,
.webinar-hubspot-form .hs-button:hover,
.webinar-hubspot-form .hs-button:hover:not(.inactive),
.webinar-hubspot-form .hs-button:focus,
.webinar-hubspot-form .hs-button:active,
.webinar-hubspot-form .hs-button:active:not(.inactive):not(.link),
.webinar-hubspot-form button.hs-button,
.webinar-hubspot-form input[type="submit"].hs-button,
.webinar-hubspot-form .hs-button.primary,
.webinar-hubspot-form .hs-button.primary.large,
.webinar-hubspot-form [class*="hs-form-"] .hs-button,
.webinar-hubspot-form [class*="hs-form-"] .hs-button:hover,
.webinar-hubspot-form [class*="hs-form-"] .hs-button:focus,
.webinar-hubspot-form [class*="hs-form-"] .hs-button:active {
  background: #ff0015 !important;
  background-color: #ff0015 !important;
  background-image: none !important;
  border-color: #ff0015 !important;
  color: #ffffff !important;
}

.webinar-hubspot-form .hs-button:hover,
.webinar-hubspot-form [class*="hs-form-"] .hs-button:hover {
  background: #e60012 !important;
  background-color: #e60012 !important;
  border-color: #e60012 !important;
}

/* Force all field labels/text inside HubSpot form fields to white */
.webinar-hubspot-form .hs-form-field,
.webinar-hubspot-form .hs-form-field > label,
.webinar-hubspot-form .hs-form-field label,
.webinar-hubspot-form .hs-form-field legend,
.webinar-hubspot-form .hs-form-field span {
  color: #ffffff !important;
}

/* HubSpot form styling overrides (HS embed v2 uses .hs-form-* classes) */
.webinar-hubspot-form,
.webinar-hubspot-form .hs-form,
.webinar-hubspot-form form,
.webinar-hubspot-form .hs-form-field,
.webinar-hubspot-form .hs-form-field label,
.webinar-hubspot-form .hs-richtext,
.webinar-hubspot-form .hs-richtext p,
.webinar-hubspot-form .hs-form-field legend {
  font-family: var(--font-sans) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.webinar-hubspot-form .hs-form-field {
  margin-bottom: 18px;
}

.webinar-hubspot-form .hs-form-field > label,
.webinar-hubspot-form label.hs-form-field {
  display: block !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
}

.webinar-hubspot-form .hs-form-required {
  color: var(--accent-red) !important;
  margin-left: 4px !important;
}

.webinar-hubspot-form input[type="text"],
.webinar-hubspot-form input[type="email"],
.webinar-hubspot-form input[type="tel"],
.webinar-hubspot-form input[type="number"],
.webinar-hubspot-form input[type="password"],
.webinar-hubspot-form select,
.webinar-hubspot-form textarea,
.webinar-hubspot-form .hs-input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 2px !important;
  color: var(--text-white) !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  padding: 12px 14px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.webinar-hubspot-form input::placeholder,
.webinar-hubspot-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.webinar-hubspot-form input:-webkit-autofill,
.webinar-hubspot-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-white) !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(20, 20, 20, 1) inset !important;
  caret-color: var(--text-white) !important;
}

.webinar-hubspot-form input:focus,
.webinar-hubspot-form select:focus,
.webinar-hubspot-form textarea:focus,
.webinar-hubspot-form .hs-input:focus {
  border-color: var(--accent-red) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.webinar-hubspot-form textarea {
  min-height: 100px;
  resize: vertical;
}

.webinar-hubspot-form .hs-input.invalid.error,
.webinar-hubspot-form .hs-input.error {
  border-color: var(--accent-red) !important;
}

.webinar-hubspot-form .hs-error-msgs,
.webinar-hubspot-form ul.hs-error-msgs {
  list-style: none !important;
  padding: 0 !important;
  margin: 6px 0 0 !important;
}

.webinar-hubspot-form .hs-error-msg,
.webinar-hubspot-form .hs-error-msgs label,
.webinar-hubspot-form .hs-main-font-element {
  color: var(--accent-red) !important;
  font-size: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}

.webinar-hubspot-form .hs-submit,
.webinar-hubspot-form .actions {
  margin-top: 24px !important;
  padding: 0 !important;
}

.webinar-hubspot-form .hs-button,
.webinar-hubspot-form .hs-button.primary,
.webinar-hubspot-form .hs-button.primary.large,
.webinar-hubspot-form input.hs-button,
.webinar-hubspot-form input[type="submit"].hs-button {
  display: inline-block !important;
  width: 100% !important;
  background: var(--accent-red, #e63946) !important;
  background-color: var(--accent-red, #e63946) !important;
  background-image: none !important;
  border: none !important;
  color: #ffffff !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  padding: 16px 24px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.webinar-hubspot-form .hs-button:hover,
.webinar-hubspot-form .hs-button.primary:hover,
.webinar-hubspot-form input[type="submit"].hs-button:hover {
  opacity: 0.92 !important;
  background: var(--accent-red, #e63946) !important;
}

.webinar-hubspot-form .hs-button:active {
  transform: translateY(1px);
}

.webinar-hubspot-form .legal-consent-container,
.webinar-hubspot-form .legal-consent-container p,
.webinar-hubspot-form .legal-consent-container .hs-richtext {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.webinar-hubspot-form .legal-consent-container a {
  color: var(--accent-red) !important;
  text-decoration: underline !important;
}

.webinar-hubspot-form .submitted-message {
  color: var(--text-white);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .webinar-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .webinar-title {
    font-size: 40px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .webinar-section {
    padding: 60px 20px 80px;
  }

  .webinar-title {
    font-size: 32px;
  }

  .webinar-title .indent-1 {
    padding-left: 20px;
  }

  .webinar-form-card {
    padding: 24px;
  }

  .webinar-eyebrow {
    font-size: 11px;
    letter-spacing: 2px;
  }
}
