/* 107 Wins Shared Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  background: white;
}

/* Base font size for podcast pages */
.podcast-container {
  font-size: 1rem;
}

/* Only target podcast pages, not main site */
.podcast-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  padding-top: 0;
  background: white;
}

.hero {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white !important;
  margin: 0 0 2rem 0;
  height: 135px;
  width: 100%;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 135px;
  background-color: rgb(250, 249, 180);
  z-index: -1;
}

.hero::after {
  display: none;
}

.hero-left {
  position: absolute;
  left: 2rem;
  top: 67.5px;
  transform: translateY(-50%);
  z-index: 10;
}

.hero-left h1 {
  color: #4A90E2;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero-left h1 a {
  text-decoration: none;
  color: #4A90E2;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}

.hero-left h1 a:hover {
  color: #357ABD;
}

.hero-right {
  position: absolute;
  right: 2rem;
  top: 67.5px;
  transform: translateY(-50%);
  display: flex;
  gap: 1rem;
  align-items: center;
  z-index: 10;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

.nav-menu li {
  margin: 0;
}

.nav-menu a {
  color: #4A90E2;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
  transition: color 0.2s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nav-menu a:hover {
  color: #357ABD;
}

.hero-section {
  background: white;
  color: #1e293b;
  padding: 3rem 2rem;
  margin: 1rem 0 2rem 0;
  text-align: center;
  border-radius: 0;
  position: relative;
  overflow: visible;
}

/* Tetris blocks removed from hero section */

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 3rem;
  text-align: left;
}

.hero-logo {
  flex-shrink: 0;
}

.pod-logo {
  max-width: 300px;
  height: auto;
  border-radius: 12px;
}

.hero-text {
  flex: 1;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: -2rem;
  margin-bottom: 3rem;
  line-height: 1.3;
  color: #10B981;
  letter-spacing: -0.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-top: -2.5rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: white;
  background: #FF8FC7;
  padding: 0;
  border-radius: 0px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  display: inline;
}

.section {
  max-width: 1000px;
  margin: 0 auto 1.5rem auto;
}

.section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #10B981;
  margin-bottom: 1rem;
  margin-top: 0;
  letter-spacing: -0.3px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.section h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #10B981;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  letter-spacing: -0.2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.section p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.section a {
  color: #4A90E2;
  text-decoration: none;
  font-size: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.section a:hover {
  text-decoration: underline;
}

.image-container {
  text-align: center;
  margin-bottom: 2rem;
}

.image-container img {
  max-width: 40%;
  height: auto;
  width: 100%;
}

.newsletter-signup {
  background-color: #FF8FC7;
  padding: 2rem;
  text-align: left;
  width: 100%;
  margin: 0 0 2rem 0;
}

.newsletter-signup h2 {
  margin-bottom: 1rem;
  color: #10B981;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.newsletter-signup p {
  margin-bottom: 1.2rem;
  color: #515151;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.newsletter-form {
  width: 100%;
  margin: 0;
}

.form-group {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}

.newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #10B981;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  border-radius: 0;
}

.newsletter-input:focus {
  outline: none;
  border-color: #4A90E2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.newsletter-button {
  padding: 12px 24px;
  background: #4A90E2;
  color: white;
  border: none;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  height: 48px;
  box-sizing: border-box;
  border-radius: 0;
}

.newsletter-button:hover {
  background: #357ABD;
}

.footer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.footer p {
  text-align: left;
  color: #666;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

form {
  width: 100%;
  margin: 0;
}

.form-field {
  margin-bottom: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  font-size: 1.125rem;
}

input, textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #10B981;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #4A90E2;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

button {
  padding: 12px 24px;
  background: #4A90E2;
  color: white;
  border: none;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 48px;
  box-sizing: border-box;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

button:hover {
  background: #357ABD;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

/* List styles */
.section ul, .section ol {
  margin: 1rem 0 !important;
  padding-left: 2rem !important;
}

.section ul {
  list-style: disc !important;
}

.section ul li {
  margin: 0.5rem 0 !important;
  color: #333 !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  list-style: disc !important;
}

.section ol {
  list-style: decimal !important;
}

.section ol li {
  margin: 0.5rem 0 !important;
  color: #333 !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  list-style: decimal !important;
}

.social-icon {
  text-align: center;
  margin-bottom: 1rem;
}

.social-grid .social-item {
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #20B2AA;
}

.social-item h3 {
  color: #10B981;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.social-item p {
  margin-bottom: 1rem;
  color: #666;
}

.social-item .cta-button {
  display: inline-block;
  padding: 12px 24px;
  background: #4A90E2;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 1.125rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
}

.social-item .cta-button:hover {
  background: #357ABD;
  text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #4A90E2;
  margin: 3px 0;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .container {
    padding: 1rem;
  }
  
  .hero {
    margin: 0;
    margin-bottom: 2rem;
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    height: 105px;
  }
  
  .hero-left {
    position: absolute;
    top: 52.5px;
    left: 1rem;
    transform: translateY(-50%);
  }
  
  .hero-right {
    position: absolute;
    top: 52.5px;
    right: 1rem;
    transform: translateY(-50%);
  }
  
  /* Add top padding to account for fixed header */
  .podcast-container {
    padding-top: 105px; /* Account for 105px mobile header */
  }
  
  .hero-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  
  .pod-logo {
    max-width: 200px;
  }
  
  .hero-section {
    padding: 2rem 1rem;
  }
  
  /* Solid yellow header on mobile */
  .hero::before {
    width: 100%;
    height: 105px;
    background-color: rgb(250, 249, 180);
  }
  
  .hero::after {
    display: none;
  }
  
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero-right {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .hero-left h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
  }
  
  .hero-left {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .hero-left h1 a {
    margin: 0;
    line-height: 1;
  }
  
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    min-width: 200px;
    z-index: 1000;
    border-radius: 8px;
  }
  
  .nav-menu.active {
    display: flex;
  }
  
  .nav-menu li {
    width: 100%;
  }
  
  .nav-menu a {
    display: block;
    padding: 1rem 2rem;
    border-bottom: 1px solid #eee;
  }
  
  .nav-menu li:last-child a {
    border-bottom: none;
  }
  
  .image-container img {
    max-width: 100%;
    width: 100%;
  }
  
  .form-group {
    flex-direction: column;
    gap: 1rem;
  }
  
  .form-field {
    margin-bottom: 2rem;
  }
  
  .newsletter-input {
    min-width: 100%;
    height: 48px;
  }
  
  .social-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  /* Mobile footer and newsletter width fixes */
  .footer {
    margin: -1rem -1rem 0 -1rem;
    padding: 2rem 1rem 1rem 1rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
  }
  
  .newsletter-signup {
    text-align: left !important;
    margin: -1rem -1rem 2rem -1rem;
    padding: 2rem 1rem;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
  }
  
  .newsletter-signup h2 {
    text-align: left !important;
  }
  
  .newsletter-signup p {
    text-align: left !important;
  }
  
  .form-group {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  
  .newsletter-button {
    align-self: flex-start !important;
    height: 48px;
  }
  
  /* Mobile list adjustments */
  .section ul, .section ol {
    padding-left: 1.5rem !important;
  }
  
  .section ul li, .section ol li {
    font-size: 1.125rem !important;
    margin: 0.4rem 0 !important;
  }
  
  /* Additional mobile improvements */
  .section h2 {
    font-size: 1.5rem;
  }
  
  /* Add proper spacing after sticky header on mobile for pages without hero section */
  .hero + .section {
    margin-top: 2rem;
  }
  
  /* But don't add extra spacing when there's a hero section */
  .hero + .hero-section + .section {
    margin-top: 0;
  }

  .section h3 {
    font-size: 1.25rem;
  }

  .section p {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .hero-left h1 a {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

/* Two column layout */
.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 0.5rem;
}

.column-left,
.column-right {
  display: flex;
  flex-direction: column;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .two-column-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  /* Hide Tetris elements on mobile to prevent overlap and scrolling */
  .hero-section::before,
  .hero-section::after {
    display: none;
  }
}

/* Required field styling */
.required {
  color: #FF8FC7;
  font-weight: bold;
  margin-left: 2px;
}

.form-field label {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Optional: Add a subtle note about required fields */
.form-note {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
  font-style: italic;
}
