
.long-content-section {
  padding: 6rem 1rem;
  background: rgba(30, 41, 59, 0.3);
  backdrop-filter: blur(10px);
}

.long-content-container {
  max-width: 900px;
  margin: 0 auto;
}

.long-content {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  padding: 3rem;
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.long-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #f472b6);
  border-radius: 20px 20px 0 0;
}

.long-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin-bottom: 1.5rem;
}

.long-content p:last-child {
  margin-bottom: 0;
}

.long-content h2,
.long-content h3 {
  color: #f1f5f9;
  margin: 2rem 0 1rem 0;
  font-weight: 700;
}

.long-content h2 {
  font-size: 1.8rem;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
}

.long-content h3 {
  font-size: 1.4rem;
  color: #60a5fa;
}

.long-content strong {
  color: #f1f5f9;
  font-weight: 600;
}

.long-content em {
  color: #a78bfa;
  font-style: italic;
}
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      line-height: 1.6;
      color: #e2e8f0;
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 25%, #2d3748 50%, #1e293b 75%, #0f172a 100%);
      background-size: 400% 400%;
      animation: gradientShift 20s ease infinite;
      overflow-x: hidden;
    }

    @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }

    /* Hero Section - Above the Fold */
    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem 1rem;
      position: relative;
      background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    }

    .hero-content {
      max-width: 800px;
      z-index: 2;
      position: relative;
    }

    .hero h1 {
      font-size: clamp(2.5rem, 6vw, 5rem);
      font-weight: 900;
      margin-bottom: 1.5rem;
      background: linear-gradient(135deg, #60a5fa, #a78bfa, #f472b6);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .hero-subtext {
      font-size: clamp(1.2rem, 2.5vw, 1.5rem);
      color: #cbd5e1;
      margin-bottom: 3rem;
      font-weight: 300;
    }

    .hero-cta {
      display: inline-flex;
      margin-top: 25px;
      align-items: center;
      justify-content: center;
      padding: 1.2rem 3rem;
      font-size: 1.3rem;
      font-weight: 700;
      text-decoration: none;
      color: white;
      background: linear-gradient(135deg, #3b82f6, #8b5cf6);
      border-radius: 60px;
      transition: all 0.4s ease;
      box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.4);
      position: relative;
      overflow: hidden;
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.4); }
      50% { box-shadow: 0 25px 50px -10px rgba(59, 130, 246, 0.6); }
    }

    .hero-cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
      transition: left 0.6s ease;
    }

    .hero-cta:hover::before {
      left: 100%;
    }

    .hero-cta:hover {
      transform: translateY(-5px);
      box-shadow: 0 30px 60px -10px rgba(59, 130, 246, 0.6);
    }

    /* Trust Indicators */
    .trust-section {
      padding: 4rem 1rem;
      text-align: center;
      background: rgba(15, 23, 42, 0.5);
      backdrop-filter: blur(10px);
    }

    .trust-indicators {
      max-width: 1000px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 2rem;
    }

    .trust-item {
      color: #94a3b8;
      font-size: 1.1rem;
      font-weight: 500;
    }

    .trust-number {
      display: block;
      font-size: 2.5rem;
      font-weight: 800;
      color: #60a5fa;
      margin-bottom: 0.5rem;
    }

    /* Problem Section */
    .problem-section {
      padding: 6rem 1rem;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .problem-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: #f1f5f9;
      margin-bottom: 3rem;
    }

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

    .problem-card {
      background: rgba(30, 41, 59, 0.6);
      border: 1px solid rgba(148, 163, 184, 0.2);
      border-radius: 20px;
      padding: 2.5rem;
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }

    .problem-card:hover {
      transform: translateY(-5px);
      border-color: rgba(239, 68, 68, 0.5);
      box-shadow: 0 20px 40px -10px rgba(239, 68, 68, 0.2);
    }

    .problem-icon {
      font-size: 3rem;
      margin-bottom: 1rem;
      color: #ef4444;
    }

    .problem-card h3 {
      font-size: 1.3rem;
      color: #f1f5f9;
      margin-bottom: 1rem;
    }

    .problem-card p {
      color: #cbd5e1;
      line-height: 1.6;
    }

    /* Solution Section */
    .solution-section {
      padding: 6rem 1rem;
      background: rgba(22, 163, 74, 0.05);
      backdrop-filter: blur(10px);
    }

    .solution-content {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .solution-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: #f1f5f9;
      margin-bottom: 3rem;
    }

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

    .solution-card {
      background: rgba(30, 41, 59, 0.6);
      border: 1px solid rgba(34, 197, 94, 0.3);
      border-radius: 20px;
      padding: 2.5rem;
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }

    .solution-card:hover {
      transform: translateY(-5px);
      border-color: rgba(34, 197, 94, 0.6);
      box-shadow: 0 20px 40px -10px rgba(34, 197, 94, 0.2);
    }

    .solution-icon {
      font-size: 3rem;
      margin-bottom: 1rem;
      color: #22c55e;
    }

    .solution-card h3 {
      font-size: 1.3rem;
      color: #f1f5f9;
      margin-bottom: 1rem;
    }

    .solution-card p {
      color: #cbd5e1;
      line-height: 1.6;
    }

    /* Benefits Section */
    .benefits-section {
      padding: 6rem 1rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .benefits-title {
      text-align: center;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      color: #f1f5f9;
      margin-bottom: 4rem;
    }

    .benefits-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .benefits-image {
      position: relative;
    }

    .benefits-image img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 20px;
      transition: transform 0.3s ease;
      border: 1px solid rgba(148, 163, 184, 0.2);
      box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    }

    .benefits-image:hover img {
      transform: scale(1.02);
    }

    .benefits-list {
      display: grid;
      gap: 1.5rem;
    }

    .benefit-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      background: rgba(30, 41, 59, 0.4);
      border-radius: 15px;
      padding: 1.5rem;
      transition: all 0.3s ease;
    }

    .benefit-item:hover {
      background: rgba(30, 41, 59, 0.6);
      transform: translateX(10px);
    }

    .benefit-check {
      color: #22c55e;
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 0.2rem;
      flex-shrink: 0;
    }

    .benefit-text {
      font-size: 1.1rem;
      color: #cbd5e1;
      line-height: 1.6;
    }

    /* Media Section */
    .media-section {
      padding: 6rem 1rem;
      background: rgba(15, 23, 42, 0.5);
    }

    .media-content {
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
    }

    .media-item {
      background: rgba(30, 41, 59, 0.6);
      border-radius: 20px;
      overflow: hidden;
      transition: transform 0.3s ease;
      border: 1px solid rgba(148, 163, 184, 0.2);
      display: inline-block;
      width: 100%;
      max-width: 900px;
    }

    .media-item:hover {
      transform: scale(1.01);
    }

    .media-item video {
      width: 100%;
      height: 500px;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .media-item:hover video {
      transform: scale(1.05);
    }

    /* Final CTA Section */
    .final-cta {
      padding: 8rem 1rem;
      text-align: center;
      background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    }

    .final-cta-content {
      max-width: 600px;
      margin: 0 auto;
    }

    .final-cta h2 {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 800;
      color: #f1f5f9;
      margin-bottom: 2rem;
      line-height: 1.1;
    }

    .final-cta p {
      font-size: 1.2rem;
      color: #cbd5e1;
      margin-bottom: 3rem;
    }

    .urgency-text {
      color: #f59e0b;
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }

    /* Footer Links */
    .footer-links {
      background: rgba(15, 23, 42, 0.8);
      padding: 3rem 1rem;
      text-align: center;
    }

    .internal-links strong {
      display: block;
      margin-bottom: 2rem;
      font-size: 1.3rem;
      color: #60a5fa;
    }

    .link-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1rem;
      max-width: 800px;
      margin: 0 auto;
    }

    .link-grid a {
      display: block;
      padding: 1rem;
      background: rgba(51, 65, 85, 0.5);
      color: #cbd5e1;
      text-decoration: none;
      border-radius: 12px;
      transition: all 0.3s ease;
      border: 1px solid rgba(148, 163, 184, 0.1);
    }

    .link-grid a:hover {
      background: rgba(96, 165, 250, 0.2);
      color: #60a5fa;
      transform: translateY(-2px);
      box-shadow: 0 8px 25px -8px rgba(96, 165, 250, 0.3);
    }

    /* Floating elements */
    .floating-element {
      position: fixed;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(96, 165, 250, 0.1) 0%, transparent 70%);
      border-radius: 50%;
      filter: blur(60px);
      animation: float 25s ease-in-out infinite;
      pointer-events: none;
      z-index: -1;
    }

    .floating-element:nth-child(1) {
      top: 20%;
      left: 10%;
      animation-delay: 0s;
    }

    .floating-element:nth-child(2) {
      top: 60%;
      right: 15%;
      animation-delay: 8s;
    }

    .floating-element:nth-child(3) {
      bottom: 30%;
      left: 20%;
      animation-delay: 16s;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0px) translateX(0px); }
      25% { transform: translateY(-50px) translateX(30px); }
      50% { transform: translateY(-20px) translateX(-30px); }
      75% { transform: translateY(30px) translateX(20px); }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .hero {
        min-height: 80vh;
        padding: 1rem;
      }

      .hero-cta {
        padding: 1rem 2rem;
        font-size: 1.1rem;
      }

      .problem-grid,
      .solution-grid {
        grid-template-columns: 1fr;
      }

      .benefits-container {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .benefits-image img {
        height: 250px;
      }

      .media-content {
        max-width: 90%;
      }

      .media-item video {
        height: 350px;
      }

      .link-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.8rem;
      }
    }

    @media (max-width: 480px) {
      .hero-cta {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
      }

      .problem-card,
      .solution-card {
        padding: 1.5rem;
      }

      .benefit-item {
        padding: 1.5rem;
      }

      .benefits-image img {
        height: 200px;
      }

      .link-grid {
        grid-template-columns: 1fr;
      }
    }