/* Hero Section */
  .pricing-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #357abd 100%);
    color: white;
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
  }

  .pricing-hero .container {
    position: relative;
    z-index: 1;
  }

  .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }

  .hero-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }

   /* Intro Section */
  .intro-section {
    padding: 80px 0 60px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, white 100%);
  }

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
  }

  .section-header p {
    font-size: 1.2rem;
    color: var(--secondary-color);
    max-width: 800px;
    margin: 0 auto;
  }

  .intro-box {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-left: 5px solid var(--primary-color);
  }

  .intro-box p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  .intro-box p:last-child {
    margin-bottom: 0;
  }

  /* Factors Section */
  .factors-section {
    padding: 80px 0;
    background: white;
  }

  .factors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .factor-card {
    background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 5px solid var(--primary-color);
  }

  .factor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(71, 159, 248, 0.2);
  }

  .factor-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), #357abd);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: white;
  }

  .factor-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
  }

  .factor-card p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
  }

  /* Estimate Section */
  .estimate-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, white 100%);
  }

  .estimate-content {
    max-width: 1000px;
    margin: 0 auto;
  }

  .estimate-step {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border-left: 5px solid var(--primary-color);
  }

  .step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
  }

  .step-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
  }

  .step-content {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-left: 70px;
  }

  .insurance-ranking {
    background: #e8f4ff;
    padding: 25px;
    border-radius: 15px;
    margin-top: 20px;
  }

  .insurance-ranking h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
  }

  .insurance-ranking ul {
    margin: 0;
    padding-left: 20px;
  }

  .insurance-ranking li {
    margin: 8px 0;
    color: #555;
  }

  .highlight-box {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
  }

  .highlight-box p {
    margin: 0;
    color: #856404;
    font-weight: 500;
  }

  /* Cash Pay Section */
  .cash-pay-section {
    padding: 80px 0;
    background: white;
  }

  .cash-pay-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
  }

  .cash-card {
    background: white;
    border-radius: 25px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 3px solid var(--primary-color);
    transition: all 0.3s ease;
  }

  .cash-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(71, 159, 248, 0.2);
  }

  .cash-header {
    margin-bottom: 25px;
  }

  .cash-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .cash-price {
    font-size: 4rem;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
    line-height: 1;
  }

  .cash-price sup {
    font-size: 2rem;
    font-weight: 600;
  }

  .cash-description {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 20px;
  }

  .simple-badge {
    background: #e8f4ff;
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    margin-top: 15px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-title {
      font-size: 2.2rem;
    }

    .hero-subtitle {
      font-size: 1.1rem;
    }

    .section-header h2 {
      font-size: 2rem;
    }

    .intro-box,
    .estimate-step {
      padding: 25px;
    }

    .step-content {
      margin-left: 0;
      margin-top: 15px;
    }

    .step-header {
      flex-direction: column;
      text-align: center;
    }

    .factors-grid,
    .cash-pay-cards {
      grid-template-columns: 1fr;
    }

    .cash-price {
      font-size: 3rem;
    }
  }