/* PROFESSIONAL DATA REMOVAL LANDING - US Style */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a202c; background: #f8fafc; }
.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

/* HERO */
.hero { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%); color: white; padding: 50px 20px 60px; text-align: center; }
.hero-content { max-width: 800px; margin: 0 auto; }
.hero-badge { display: inline-block; background: rgba(59,130,246,0.3); border: 1px solid rgba(59,130,246,0.5); padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; margin-bottom: 20px; }
.hero h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.hero-subtitle { font-size: 1.15rem; opacity: 0.9; margin-bottom: 30px; }
.hero-subtitle strong { color: #60a5fa; }
.hero-stats { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-number { display: block; font-size: 2rem; font-weight: 700; color: #60a5fa; }
.stat-label { font-size: 0.85rem; opacity: 0.8; }

/* COMPARISON TABLE */
.comparison-table-section { background: white; border-radius: 16px; padding: 40px 30px; margin: -30px auto 30px; box-shadow: 0 4px 30px rgba(0,0,0,0.1); position: relative; z-index: 10; }
.comparison-table-section h2 { text-align: center; font-size: 1.8rem; color: #0f172a; margin-bottom: 8px; }
.section-subtitle { text-align: center; color: #64748b; margin-bottom: 30px; }
.table-header { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr 1fr; gap: 15px; padding: 15px 20px; background: #f1f5f9; border-radius: 10px; font-weight: 600; font-size: 0.85rem; color: #475569; margin-bottom: 10px; }
.table-row { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr 1fr; gap: 15px; padding: 20px; border: 2px solid #e2e8f0; border-radius: 12px; margin-bottom: 10px; align-items: center; transition: all 0.3s ease; }
.table-row:hover { border-color: #3b82f6; box-shadow: 0 4px 20px rgba(59,130,246,0.15); }
.table-row.featured { border-color: #3b82f6; background: linear-gradient(to right, #eff6ff, white); }
.service-badge-small { display: inline-block; background: #3b82f6; color: white; padding: 3px 10px; border-radius: 12px; font-size: 0.7rem; font-weight: 600; width: fit-content; margin-bottom: 8px; }
.service-badge-small.blue { background: #0891b2; }
.service-badge-small.orange { background: #ea580c; }
.service-info { display: flex; align-items: center; gap: 12px; }
.service-logo-small { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: white; }
.service-logo-small.optery { background: linear-gradient(135deg, #1e40af, #3b82f6); }
.service-logo-small.incogni { background: linear-gradient(135deg, #0369a1, #0ea5e9); }
.service-logo-small.deleteme { background: linear-gradient(135deg, #b91c1c, #ef4444); }
.service-tagline { display: block; font-size: 0.8rem; color: #64748b; }
.stars { color: #f59e0b; }
.rating-score { display: block; font-size: 0.85rem; color: #64748b; }
.price { font-size: 1.3rem; font-weight: 700; color: #0f172a; }
.price-period { font-size: 0.85rem; color: #64748b; }
.col-features { display: flex; flex-wrap: wrap; gap: 6px; }
.feature-tag { background: #f1f5f9; padding: 4px 10px; border-radius: 6px; font-size: 0.75rem; color: #334155; }

/* BUTTONS */
.btn-primary { display: inline-block; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: white; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; text-align: center; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,99,235,0.4); }
.btn-primary.large { padding: 16px 32px; font-size: 1rem; }
.btn-secondary { display: inline-block; background: #f1f5f9; color: #1e40af; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; }
.btn-secondary:hover { background: #e2e8f0; }

/* TAKEAWAYS */
.takeaways-section { background: #fffbeb; border: 2px solid #fbbf24; border-radius: 12px; padding: 25px 30px; margin-bottom: 40px; }
.takeaways-section h3 { color: #92400e; margin-bottom: 15px; }
.takeaways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.takeaway-item { display: flex; align-items: flex-start; gap: 12px; }
.takeaway-icon { font-size: 1.5rem; }
.takeaway-item p { font-size: 0.95rem; color: #78350f; }

/* REVIEWS */
.reviews-section { margin-bottom: 40px; }
.reviews-section > h2 { text-align: center; font-size: 1.8rem; color: #0f172a; margin-bottom: 30px; }
.review-card { background: white; border-radius: 16px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); margin-bottom: 25px; overflow: hidden; }
.review-header { display: flex; align-items: center; gap: 20px; padding: 25px 30px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.review-logo { width: 60px; height: 60px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: bold; color: white; }
.review-logo.optery { background: linear-gradient(135deg, #1e40af, #3b82f6); }
.review-logo.incogni { background: linear-gradient(135deg, #0369a1, #0ea5e9); }
.review-logo.deleteme { background: linear-gradient(135deg, #b91c1c, #ef4444); }
.review-title { flex: 1; }
.review-title h3 { font-size: 1.5rem; color: #0f172a; margin-bottom: 5px; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.badge { background: #3b82f6; color: white; padding: 4px 12px; border-radius: 12px; font-size: 0.75rem; font-weight: 600; }
.badge.blue { background: #0891b2; }
.badge.orange { background: #ea580c; }
.review-price-box { text-align: center; background: white; padding: 15px 25px; border-radius: 10px; border: 2px solid #e2e8f0; }
.price-from { display: block; font-size: 0.75rem; color: #64748b; }
.price-main { font-size: 1.4rem; font-weight: 700; color: #0f172a; }
.review-content { padding: 25px 30px; }
.review-description { color: #475569; margin-bottom: 25px; line-height: 1.7; }
.review-features { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 25px; }
.pros h4, .cons h4 { margin-bottom: 12px; }
.pros ul, .cons ul { list-style: none; }
.pros li, .cons li { padding: 8px 0 8px 20px; position: relative; color: #334155; }
.pros li::before { content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: bold; }
.cons li::before { content: "×"; position: absolute; left: 0; color: #ef4444; font-weight: bold; }
.review-ideal { background: #f1f5f9; padding: 15px 20px; border-radius: 10px; color: #334155; }
.review-cta { background: #f8fafc; padding: 25px 30px; text-align: center; border-top: 1px solid #e2e8f0; }
.cta-note { display: block; margin-top: 10px; font-size: 0.85rem; color: #64748b; }

/* HOW IT WORKS */
.how-it-works { background: white; border-radius: 16px; padding: 40px 30px; margin-bottom: 40px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.how-it-works h2 { text-align: center; font-size: 1.8rem; color: #0f172a; margin-bottom: 35px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.step { text-align: center; }
.step-number { width: 50px; height: 50px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; margin: 0 auto 15px; }
.step h4 { font-size: 1.1rem; color: #0f172a; margin-bottom: 10px; }
.step p { font-size: 0.9rem; color: #64748b; }

/* WHY */
.why-section { margin-bottom: 40px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.why-card { background: white; border-radius: 16px; padding: 30px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.why-card.danger { border-left: 5px solid #ef4444; }
.why-card.success { border-left: 5px solid #22c55e; }
.why-card h3 { margin-bottom: 20px; }
.why-card ul { list-style: none; }
.why-card li { padding: 10px 0 10px 25px; position: relative; color: #334155; }
.why-card.danger li::before { content: "•"; position: absolute; left: 0; color: #ef4444; font-size: 1.5rem; }
.why-card.success li::before { content: "•"; position: absolute; left: 0; color: #22c55e; font-size: 1.5rem; }

/* FAQ */
.faq-section { background: white; border-radius: 16px; padding: 40px 30px; margin-bottom: 40px; box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.faq-section h2 { text-align: center; font-size: 1.8rem; color: #0f172a; margin-bottom: 30px; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-item summary { cursor: pointer; padding: 20px 0; font-weight: 600; color: #0f172a; list-style: none; display: flex; justify-content: space-between; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: #3b82f6; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 0 20px; color: #475569; line-height: 1.7; }

/* FINAL CTA */
.final-cta { background: linear-gradient(135deg, #0f172a, #1e3a5f); border-radius: 16px; padding: 50px 30px; text-align: center; margin-bottom: 40px; color: white; }
.final-cta h2 { font-size: 2rem; margin-bottom: 15px; }
.final-cta > p { opacity: 0.9; margin-bottom: 25px; }
.cta-subtext { font-size: 0.9rem; opacity: 0.7; margin-top: 15px; }

/* TRUST */
.trust-section { margin-bottom: 40px; }
.trust-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
.trust-badge { display: flex; align-items: center; gap: 8px; background: white; padding: 12px 20px; border-radius: 30px; font-size: 0.9rem; color: #475569; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.trust-badge .icon { font-size: 1.2rem; }

/* FOOTER */
.footer { text-align: center; padding: 30px 20px; background: #0f172a; color: #94a3b8; font-size: 0.85rem; }
.footer p { margin-bottom: 8px; }
.footer a { color: #60a5fa; text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .table-header { display: none; }
  .table-row { grid-template-columns: 1fr; gap: 15px; }
  .takeaways-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .review-features { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 1.8rem; }
  .hero-stats { gap: 25px; }
  .stat-number { font-size: 1.6rem; }
  .comparison-table-section { padding: 25px 20px; margin: -20px 10px 30px; }
  .review-header { flex-direction: column; text-align: center; }
  .steps-grid { grid-template-columns: 1fr; }
  .trust-badges { flex-direction: column; align-items: center; }
}
