/* ===========================================
   Webinar Landingpage Styles
   =========================================== */

/* Container */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Webinar Page Body */
.webinar-page main {
  padding-top: 107px;
}

/* Back Button */
.btn-back-home {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  transition: opacity 0.3s;
}

.btn-back-home:hover {
  opacity: 0.8;
}

/* ===========================================
   Hero Section
   =========================================== */
.webinar-hero {
  background: linear-gradient(135deg, #000B35 0%, #1a1a4e 100%);
  padding: 80px 24px 60px;
  text-align: center;
}

.webinar-hero-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.webinar-badge {
  display: inline-block;
  background: linear-gradient(90deg, #63C7B2 0%, #5C3ADF 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.webinar-hero h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .webinar-hero h1 {
    font-size: 42px;
  }
}

.webinar-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.webinar-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.meta-icon {
  font-size: 18px;
}

.webinar-speaker-hero {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 32px;
}

.webinar-speaker-hero strong {
  color: #FFFFFF;
}

.webinar-hero-cta {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.btn-webinar-cta {
  font-size: 20px;
  padding: 0 40px;
  min-width: 280px;
}

.webinar-disclaimer {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
}

/* ===========================================
   Takeaways Section
   =========================================== */
.webinar-takeaways {
  background: #000B35;
  padding: 60px 24px;
}

.webinar-takeaways h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 32px;
  color: #FFFFFF;
}

.takeaways-list {
  list-style: none;
  max-width: 700px;
  margin: 0 auto;
}

.takeaways-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.takeaways-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #63C7B2;
  font-weight: 700;
}

/* ===========================================
   Agenda Section
   =========================================== */
.webinar-agenda {
  background: linear-gradient(180deg, #000B35 0%, #0d0d3d 100%);
  padding: 60px 24px;
}

.webinar-agenda h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.agenda-timeline {
  max-width: 700px;
  margin: 0 auto;
}

.agenda-item {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.agenda-item:last-child {
  border-bottom: none;
}

.agenda-time {
  flex-shrink: 0;
  width: 70px;
  font-size: 14px;
  font-weight: 600;
  color: #63C7B2;
  padding-top: 2px;
}

.agenda-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.agenda-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ===========================================
   Speakers Section
   =========================================== */
.webinar-speakers {
  background: #0d0d3d;
  padding: 60px 24px;
}

.webinar-speakers h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 700px;
  margin: 0 auto;
}

.speaker-profile {
  text-align: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.speaker-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #63C7B2 0%, #5C3ADF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
}

.speaker-profile h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.speaker-title {
  font-size: 14px;
  color: #63C7B2;
  margin-bottom: 12px;
}

.speaker-bio {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* ===========================================
   FAQ Section
   =========================================== */
.webinar-faq {
  background: #000B35;
  padding: 60px 24px;
}

.webinar-faq h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 32px;
  color: #FFFFFF;
}

.faq-list {
  max-width: 700px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.faq-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #FFFFFF;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 20px;
  color: #63C7B2;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 20px 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* ===========================================
   Registration Form
   =========================================== */
.webinar-registration {
  background: linear-gradient(135deg, #0d0d3d 0%, #000B35 100%);
  padding: 60px 24px 80px;
}

.webinar-registration h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.registration-intro {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

.webinar-form {
  max-width: 500px;
  margin: 0 auto;
}

.form-row {
  margin-bottom: 20px;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 480px) {
  .form-row-2col {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: inherit;
  transition: border-color 0.3s, background 0.3s;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #63C7B2;
  background: rgba(255, 255, 255, 0.12);
}

.form-group input.error {
  border-color: #ff6b6b;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-group select option {
  background: #000B35;
  color: #FFFFFF;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-group .error-message {
  font-size: 12px;
  color: #ff6b6b;
  margin-top: 4px;
}

.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #63C7B2;
  cursor: pointer;
}

.form-checkbox label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.privacy-notice {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.privacy-notice a {
  color: #63C7B2;
  text-decoration: underline;
}

.form-submit {
  text-align: center;
  margin-top: 32px;
}

.btn-webinar-submit {
  font-size: 18px;
  min-width: 240px;
}

/* ===========================================
   Thank You Page
   =========================================== */
.thankyou-section {
  min-height: calc(100vh - 107px - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: linear-gradient(135deg, #000B35 0%, #1a1a4e 100%);
}

.thankyou-content {
  max-width: 600px;
  text-align: center;
}

.thankyou-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #63C7B2 0%, #5C3ADF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #FFFFFF;
  margin: 0 auto 24px;
}

.thankyou-section h1 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.thankyou-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

.thankyou-details {
  margin-bottom: 32px;
}

.detail-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 24px;
  display: inline-block;
  text-align: left;
}

.detail-card h3 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.detail-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 6px;
}

.thankyou-next-steps {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: left;
}

.thankyou-next-steps h3 {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.thankyou-next-steps ol {
  padding-left: 20px;
  margin: 0;
}

.thankyou-next-steps li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  line-height: 1.5;
}

.thankyou-question {
  margin-bottom: 32px;
}

.thankyou-question h3 {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.thankyou-question p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.thankyou-question a {
  color: #63C7B2;
}

.thankyou-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}

.btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.footer-minimal {
  padding: 20px;
}

/* ===========================================
   Sticky Announcement Bar (Homepage)
   =========================================== */
.webinar-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #5C3ADF 0%, #63C7B2 100%);
  color: #FFFFFF;
  padding: 10px 16px;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.webinar-sticky-bar.hidden {
  transform: translateY(-100%);
}

.webinar-sticky-bar .sticky-text {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.webinar-sticky-bar .sticky-text strong {
  font-weight: 600;
}

.webinar-sticky-bar .sticky-cta {
  background: #FFFFFF;
  color: #5C3ADF;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}

.webinar-sticky-bar .sticky-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.webinar-sticky-bar .sticky-close {
  position: absolute;
  right: 12px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.webinar-sticky-bar .sticky-close:hover {
  opacity: 1;
}

/* Body padding when sticky bar is visible */
body.has-sticky-bar .header {
  top: 44px;
}

body.has-sticky-bar main {
  padding-top: 151px;
}

@media (max-width: 768px) {
  .webinar-sticky-bar {
    font-size: 12px;
    padding: 8px 12px;
    padding-right: 36px;
  }
  
  .webinar-sticky-bar .sticky-text {
    text-align: center;
  }
  
  body.has-sticky-bar .header {
    top: 42px;
  }
  
  body.has-sticky-bar main {
    padding-top: 149px;
  }
}

/* ===========================================
   Hero CTA Button (Homepage)
   =========================================== */
.hero-webinar-cta {
  margin-top: 24px;
  text-align: center;
}

.hero-webinar-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 32px;
  background: linear-gradient(90deg, #5C3ADF 0%, #63C7B2 100%);
  border-radius: 15px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hero-webinar-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(92, 58, 223, 0.3);
}

.hero-webinar-btn .btn-main {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.hero-webinar-btn .btn-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2px;
}

/* ===========================================
   Speak Up! Webinar Teaser (Homepage)
   =========================================== */
.speak-up-webinar {
  background: rgba(92, 58, 223, 0.15);
  border: 1px solid rgba(92, 58, 223, 0.3);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 32px;
  text-align: center;
}

.speak-up-webinar h3 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.speak-up-webinar p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  line-height: 1.5;
}

.speak-up-webinar .webinar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.speak-up-webinar .btn-gradient {
  font-size: 16px;
  padding: 10px 24px;
  height: auto;
  width: auto;
}

.speak-up-webinar .btn-question {
  font-size: 14px;
  color: #63C7B2;
  text-decoration: underline;
}

/* ===========================================
   Mobile Menu Adjustments
   =========================================== */
@media (max-width: 1200px) {
  .btn-back-home {
    display: none;
  }
}
