 .seo-hero {
        background: linear-gradient(90deg, #4285f4 0%, #34a853 100%);
        color: #fff;
        padding: 60px 0 40px 0;
        border-radius: 0 0 32px 32px;
      }
      .seo-hero h1 {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 18px;
      }
      .seo-hero p {
        font-size: 1.2rem;
        margin-bottom: 0;
      }
      .seo-section-title {
        font-weight: 600;
        color: #4285f4;
        margin-bottom: 32px;
        font-size: 2rem;
      }
      .seo-benefit-card {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 24px rgba(66,133,244,0.08);
        padding: 32px 24px;
        text-align: center;
        margin-bottom: 24px;
        border: none;
      }
      .seo-benefit-card h5 {
        color: #34a853;
        font-weight: 600;
        margin-bottom: 12px;
      }
      .seo-service-list li {
        margin-bottom: 18px;
        font-size: 1.08rem;
      }
      .seo-why-card {
        background: #f8fafc;
        border-radius: 16px;
        box-shadow: 0 2px 12px rgba(66,133,244,0.06);
        padding: 28px 22px;
        margin-bottom: 18px;
        border: none;
      }
      .seo-why-card h5 {
        color: #4285f4;
        font-weight: 600;
        margin-bottom: 10px;
      }
      .seo-img-placeholder {
        background: #e9ecef;
        border-radius: 16px;
        min-height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        color: #888;
        margin-bottom: 24px;
      }
      @media (max-width: 991px) {
        .seo-hero h1 { font-size: 2rem; }
        .seo-section-title { font-size: 1.5rem; }
      }