html, body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
	font-size: 18px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* All styles scoped under .landing-page */
.landing-page {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
  line-height: 1.6 !important;
  color: #333;
  background: #ffffff;
  width: 100%;
}

.landing-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
	font-size: 20px !important;
}

.landing-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.landing-page .hero {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white !important;
  padding: 70px 20px 60px;
  text-align: center;
}

.landing-page .hero h1 {
  font-size: 3rem !important;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
  color: white !important;
}

.landing-page .hero p {
  font-size: 1.25rem !important;
  margin-bottom: 35px;
  opacity: 0.95;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  line-height: 1.7 !important;
  color: white !important;
}

.landing-page .fast-facts {
  background: white;
  border-radius: 16px;
  padding: 45px;
  max-width: 1000px;
  margin: -100px auto 0;
  position: relative;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.landing-page .fast-facts h3 {
  color: #1e3c72;
  font-size: 2rem !important;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
}

.landing-page .facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.landing-page .fact-item {
  padding: 20px;
  border-left: 4px solid #ff6b35;
  background: #fafbfc;
  border-radius: 8px;
}

.landing-page .fact-item strong {
  display: block;
  color: #1e3c72;
  margin-bottom: 8px;
  font-size: 1.15rem !important;
  font-weight: 700;
}

.landing-page .fact-item span {
  color: #666;
  font-size: 1.05rem !important;
  line-height: 1.5 !important;
}

.landing-page .section {
  padding: 80px 20px;
  background: white;
}

.landing-page .section:nth-child(even) {
  background: #fafbfc;
}

.landing-page .section h2 {
  font-size: 2.6rem !important;
  margin-bottom: 25px;
  text-align: center;
  color: #1e3c72;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.landing-page .section-intro {
  text-align: center;
  font-size: 1.2rem !important;
  max-width: 850px;
  margin: 0 auto 50px;
  color: #555;
  line-height: 1.8 !important;
  font-weight: 300;
}

.landing-page .session-card {
  background: white;
  border-radius: 12px;
  padding: 35px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-left: 6px solid #ff6b35;
  transition: all 0.3s ease;
}

.landing-page .session-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.landing-page .session-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.landing-page .session-number {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.landing-page .session-title h3 {
  color: #1e3c72;
  font-size: 1.7rem !important;
  margin-bottom: 5px;
  font-weight: 800;
}

.landing-page .session-meta {
  color: #666;
  font-size: 0.93rem !important;
}

.landing-page .session-content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 15px 0 !important;
}

.landing-page .session-content li {
  margin-bottom: 15px !important;
  padding-left: 30px !important;
  position: relative !important;
  color: #555 !important;
  line-height: 1.7 !important;
  font-size: 1.1rem !important;
}

.landing-page .session-content li:before {
  content: "→" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ff6b35 !important;
  font-weight: bold !important;
  font-size: 1.2rem !important;
}

.landing-page .highlight-box {
  background: #fff3cd;
  padding: 25px 30px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 4px solid #ff6b35;
}

.landing-page .highlight-box strong {
  color: #1e3c72;
  display: block;
  margin-bottom: 10px;
  font-size: 1.15rem !important;
}

.landing-page .highlight-box p {
  color: #555;
  line-height: 1.7 !important;
  margin: 0;
}

.landing-page .benefit-box {
  background: #e8f5e9;
  padding: 25px 30px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 4px solid #66bb6a;
}

.landing-page .benefit-box strong {
  color: #2e7d32;
  display: block;
  margin-bottom: 10px;
  font-size: 1.15rem !important;
}

.landing-page .two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 35px;
  margin-top: 50px;
}

.landing-page .comparison-col {
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.landing-page .comparison-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}

.landing-page .pricing-col {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border: 3px solid #2196f3;
}

.landing-page .included-col {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 3px solid #66bb6a;
  box-shadow: 0 8px 30px rgba(102, 187, 106, 0.25);
}

.landing-page .comparison-col h3 {
  font-size: 1.9rem !important;
  margin-bottom: 25px;
  color: #1e3c72;
  font-weight: 800;
}

.landing-page .comparison-col ul {
  list-style: none;
  padding: 0;
}

.landing-page .comparison-col li {
  padding: 14px 0;
  font-size: 1.05rem !important;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  line-height: 1.6 !important;
}

.landing-page .comparison-col li:before {
  content: "✓ ";
  color: #66bb6a;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2rem !important;
}

.landing-page .cta-button {
  display: inline-block;
  background: #ff6b35;
  color: white;
  padding: 20px 50px;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.35);
  letter-spacing: 0.02em;
}

.landing-page .cta-button:hover {
  background: #e55a2b;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 53, 0.45);
}

.landing-page .cta-button.secondary {
  background: #2196f3;
  box-shadow: 0 8px 25px rgba(33, 150, 243, 0.35);
}

.landing-page .cta-button.secondary:hover {
  background: #1976d2;
  box-shadow: 0 12px 35px rgba(33, 150, 243, 0.45);
}

.landing-page .cta-button.tertiary {
  background: #66bb6a;
  box-shadow: 0 8px 25px rgba(102, 187, 106, 0.35);
}

.landing-page .cta-button.tertiary:hover {
  background: #4caf50;
  box-shadow: 0 12px 35px rgba(102, 187, 106, 0.45);
}

.landing-page .content-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.landing-page .content-box h3 {
  color: #1e3c72;
  font-size: 1.5rem !important;
  margin-bottom: 20px;
  font-weight: 700;
}

.landing-page .content-box p {
  color: #555;
  line-height: 1.8 !important;
  font-size: 1.1rem !important;
}

.landing-page .content-box p + p {
  margin-top: 15px;
}

.landing-page .info-box {
  padding: 30px;
  border-radius: 12px;
  text-align: center;
}

.landing-page .info-box.green {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border: 3px solid #66bb6a;
  margin-top: 35px;
}

.landing-page .info-box.yellow {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  border-left: 5px solid #ff6b35;
  max-width: 900px;
  margin: 50px auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 35px 40px;
}

.landing-page .info-box h4 {
  color: #1e3c72;
  font-size: 1.3rem !important;
  margin-bottom: 15px;
  font-weight: 700;
}

.landing-page .info-box p {
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  margin: 0;
}

.landing-page .info-box.green p:first-of-type {
  color: #1e3c72;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.landing-page .info-box.green p:last-of-type {
  color: #2e7d32;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

.landing-page .info-box.yellow p {
  color: #666;
}

.landing-page .hero-banner {
  max-width: 1100px;
  margin: 40px auto 0;
  height: 400px;
  background-size: cover;
  background-position: center 15%;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.landing-page .section-image {
  max-width: 1000px;
  margin: 40px auto;
  height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.landing-page .section-image.large {
  max-width: 1100px;
  height: 400px;
  border-radius: 16px;
  box-shadow: 0 8px 35px rgba(0,0,0,0.15);
}

.landing-page .grid-two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 35px;
  margin: 50px auto;
  max-width: 1200px;
}

.landing-page .cta-container {
  text-align: center;
  margin-top: 45px;
  padding-top: 35px;
  border-top: 2px solid #f0f0f0;
}

.landing-page .cta-container p:first-of-type {
  color: #1e3c72;
  font-size: 1.2rem !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.landing-page .cta-container p:last-of-type {
  margin-top: 15px;
  color: #666;
  font-size: 0.95rem !important;
}

.landing-page .button-container {
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
}

.landing-page .button-container.green-border {
  border-top: 2px solid rgba(102, 187, 106, 0.2);
}

.landing-page .button-container.blue-border {
  border-top: 2px solid rgba(33, 150, 243, 0.2);
}

.landing-page .button-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.landing-page .link-primary {
  color: #1e3c72;
  font-weight: 700;
  text-decoration: underline;
}

.landing-page .link-secondary {
  color: #ff6b35;
  font-weight: 600;
  text-decoration: underline;
}

.landing-page .link-white {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.landing-page .cta-section {
  text-align: center;
  padding: 90px 20px;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
}

.landing-page .cta-section h2 {
  color: white;
  margin-bottom: 20px;
  font-size: 2.8rem !important;
  font-weight: 800;
}

.landing-page .cta-section p {
  font-size: 1.25rem !important;
  margin-bottom: 40px;
  opacity: 0.95;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7 !important;
  font-weight: 300;
  color: white;
}

.landing-page .trust-badges {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.landing-page .badge {
  text-align: center;
  color: rgba(255,255,255,0.9);
}

.landing-page .badge-number {
  font-size: 2.2rem !important;
  font-weight: bold;
  display: block;
}

.landing-page .footer {
  background: #1a1a1a;
  color: #ccc !important;
  padding: 50px 20px;
  text-align: center;
}

.landing-page .footer p {
  font-size: 0.95rem !important;
  color: #ccc !important;
  line-height: 1.8 !important;
}

@media (max-width: 768px) {
  .landing-page .hero {
    padding: 60px 20px 50px;
  }
  .landing-page .hero h1 {
    font-size: 2.2rem !important;
  }
  .landing-page .hero p {
    font-size: 1.1rem !important;
  }
  .landing-page .section {
    padding: 60px 20px;
  }
  .landing-page .section h2 {
    font-size: 2rem !important;
  }
  .landing-page .two-col {
    grid-template-columns: 1fr;
  }
  .landing-page .comparison-col {
    padding: 30px 25px;
  }
  .landing-page .comparison-col h3 {
    font-size: 1.6rem !important;
  }
  .landing-page .grid-two-col {
    grid-template-columns: 1fr;
  }
}
