/* --- Global Resets & Architectural Base --- */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; 
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

.world-single-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.world-single-cell .app {
  display: flex;
  flex-direction: column;
  width: 1066px;
  max-width: 100%;
  align-items: center;
  padding: 0px 25px;
  box-sizing: border-box;
}

/* --- Top Header Logo Formatting --- */
.header-logo-bar {
  display: flex;
  width: 100%;
  justify-content: flex-start; 
  padding: 20px 0px 10px 0px;
  box-sizing: border-box;
}

.header-logo-bar .main-logo {
  width: 180px;
  height: auto;
  object-fit: contain;
}

/* --- Hero Section Configuration --- */
.world-single-cell .section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 40px 0px; 
  width: 100%;
  box-sizing: border-box;
}

.world-single-cell .div-wrapper {
  width: 485px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
}

.world-single-cell .image-single-cell-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
}

.world-single-cell .image-single-cell {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.world-single-cell .div {
  display: flex;
  flex-direction: column;
  width: 485px;
  max-width: 100%;
  align-items: flex-start;
  gap: 15px;
}

.world-single-cell .one-cell-changes {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 85px;
  margin: 0;
}

.world-single-cell .span { color: #0a0a0a; }
.world-single-cell .text-wrapper-2 { color: #9d36f5; }

.world-single-cell .highlights-the-power {
  color: #354152;
  font-size: 18px;
  line-height: 29.2px;
  margin: 0;
}

/* --- Marquee Element Ticker --- */
.marquee {
  overflow: hidden;
  width: 100%; 
  background-color: #9d36f5 !important; 
  border-radius: 10px;
  padding: 24px 0;
  margin: 30px 0;
  box-sizing: border-box;
}

.marquee-track {
  display: flex;
  width: 5000px; 
  animation: marquee 25s linear infinite;
  gap: 120px; 
  align-items: center;
}

.world-single-cell .ticker-date {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 2px;
  white-space: nowrap;
  display: inline-block;
  flex-shrink: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-2500px); } 
}

/* --- Side-by-Side Dual Column Grid Layout --- */
.registration-columns-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0px;
  box-sizing: border-box;
  gap: 50px;
}

/* FIXED: Left Column expanded to 560px to keep text lines beautifully unified */
.registration-copy-column {
  display: flex;
  flex-direction: column;
  width: 560px;
  max-width: 100%;
  align-items: flex-start;
  gap: 35px;
  box-sizing: border-box;
}

.copy-block-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.restored-subheading {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #0a0a0a;
  margin: 0 0 4px 0;
}

.italic-teaser-text {
  font-size: 16px;
  font-style: italic;
  color: #718096;
  margin: 0 0 12px 0;
}

.registration-subcopy {
  color: #354152;
  font-size: 18px;
  line-height: 29.2px;
  margin: 0;
}

/* FIXED: Right Column condensed to 410px for a more focused form layout */
.registration-form-column {
  display: flex;
  flex-direction: column;
  width: 410px;
  max-width: 100%;
  align-items: flex-start;
  gap: 15px;
  box-sizing: border-box;
}

.join-the-link-header {
  font-size: 39px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-decoration: none !important;
  cursor: pointer;
}

.exclusive-gift-incentive-banner {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #9d36f5;
  background-color: #fcf6ff;
  border: 1px solid #f1e4ff;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
}

.contrast-embed-container {
  width: 100%;
  height: 440px !important; 
  min-height: 440px !important;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.contrast-embed-container iframe {
  width: 100% !important;
  height: 100% !important;
}

/* Grey Logo Center Wrapper Fix */
.world-single-cell .mission-bio-grey-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 30px 0px;
  box-sizing: border-box;
}

.world-single-cell .mission-bio-grey {
  width: 198px;
  height: auto;
  display: block;
}

/* --- Footer Elements --- */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 48px 20px;
  width: 100%;
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.footer .date-badge {
  max-width: 100%;
  height: auto;
}

.footer .paragraph {
  width: 100%;
  text-align: center;
}

.footer .p {
  color: #99a1ae;
  font-size: 15px;
  margin: 0;
  text-align: center;
}

/* --- Mobiles & Tablets Media Queries (<850px wide) --- */
@media screen and (max-width: 850px) {
  .header-logo-bar {
    justify-content: center;
    padding: 15px 0;
  }

  .world-single-cell .section {
    flex-direction: column;
    gap: 30px;
    padding: 10px 0 20px 0;
  }

  .world-single-cell .one-cell-changes {
    font-size: 42px;
    line-height: 50px;
  }

  .registration-columns-container {
    flex-direction: column;
    gap: 40px;
    padding: 20px 0;
    align-items: center;
  }

  .registration-copy-column,
  .registration-form-column {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .restored-subheading {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .join-the-link-header {
    font-size: 28px;
  }
  
  .exclusive-gift-incentive-banner {
    text-align: center;
  }
  
  .contrast-embed-container {
    height: 540px !important;
    min-height: 540px !important;
  }
  
  .footer .p {
    white-space: normal;
  }
}
/* --- Featured Speaker Profile Badge --- */
.speaker-card {
  display: flex;
  align-items: center;
  background-color: #fcf6ff;
  border: 1px solid #f1e4ff;
  border-left: 4px solid #9d36f5; /* Primary Purple Highlight Accent */
  border-radius: 8px;
  padding: 16px 20px;
  margin: 12px 0 5px 0;
  width: 100%;
  box-sizing: border-box;
}

.speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.speaker-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0a0a0a;
  margin: 0;
}

.speaker-title {
  font-size: 15px;
  color: #354152;
  margin: 0;
  font-weight: 500;
}

.speaker-affiliation {
  font-size: 14px;
  color: #9d36f5;
  font-weight: bold;
  margin: 0;
}
/* --- Featured Speaker Profile Badges --- */
.speaker-card {
  display: flex;
  align-items: center;
  background-color: #fcf6ff;
  border: 1px solid #f1e4ff;
  border-left: 4px solid #9d36f5; /* Primary Brand Purple Accent */
  border-radius: 8px;
  padding: 14px 18px;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
}

.speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.speaker-name {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0a0a0a;
  margin: 0;
}

.speaker-title {
  font-size: 14px;
  color: #354152;
  margin: 0;
  font-weight: 500;
}

.speaker-affiliation {
  font-size: 13.5px;
  color: #9d36f5;
  font-weight: bold;
  margin: 0;
}