/* ProDentim Site Styles */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333333; line-height: 1.7; background: #FFFFFF; }
a { color: #2E8B6E; text-decoration: none; }
a:hover { color: #0E7A3D; }
img { max-width: 100%; height: auto; }

/* Header */
header { background: #0E7A3D; padding: 15px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.main-nav { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { color: white; font-size: 1.4rem; font-weight: 700; }
.nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
.nav-links a { color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.nav-links a:hover { color: white; }

/* Breadcrumb */
.breadcrumb { max-width: 1100px; margin: 15px auto; padding: 0 20px; font-size: 0.85rem; color: #999; }
.breadcrumb a { color: #2E8B6E; }

/* Hero */
.hero { background: linear-gradient(135deg, #0E7A3D, #2E8B6E); color: white; text-align: center; padding: 70px 20px; border-radius: 0 0 8px 8px; margin-bottom: 40px; }
.hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); max-width: 800px; margin: 0 auto 20px; }
.hero .subtitle { font-size: 1.15rem; max-width: 700px; margin: 0 auto 25px; opacity: 0.95; }

/* Stars */
.stars { color: #F5A623; font-size: 1.3rem; margin: 10px 0; }
.rating-num { font-size: 0.95rem; color: inherit; }

/* CTA Button */
.cta-btn { display: inline-block; background: #E04848; color: white; padding: 16px 36px; border-radius: 8px; font-size: 1.1rem; font-weight: 700; transition: all 0.3s; border: none; cursor: pointer; text-decoration: none; }
.cta-btn:hover { background: #c83c3c; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(224,72,72,0.4); color: white; }

/* Content Sections */
main { max-width: 1100px; margin: 0 auto; padding: 0 20px 60px; }
.content-section { margin: 40px 0; padding: 35px; background: white; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.content-section h2 { color: #0E7A3D; font-size: 1.8rem; margin-bottom: 20px; }
.content-section h3 { color: #2E8B6E; font-size: 1.3rem; margin: 25px 0 12px; }
.content-section p { margin-bottom: 15px; }
.content-section ul, .content-section ol { margin: 15px 0 20px 25px; }
.content-section li { margin-bottom: 8px; }
.text-link { display: inline-block; margin-top: 15px; font-weight: 600; }

/* Features Grid */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 30px 0; }
.feature { padding: 25px; background: #F0F0F0; border-radius: 8px; text-align: center; }
.feature h3 { font-size: 1.2rem; margin-bottom: 10px; }

/* Price Table */
.price-table { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin: 40px 0; }
.price-card { background: white; border: 2px solid #e0e0e0; border-radius: 8px; padding: 30px 25px; text-align: center; position: relative; }
.price-card.best { border-color: #2E8B6E; transform: scale(1.03); box-shadow: 0 8px 30px rgba(46,139,110,0.15); }
.price-card .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #2E8B6E; color: white; padding: 4px 18px; border-radius: 20px; font-size: 0.8rem; font-weight: 700; white-space: nowrap; }
.price-card h3 { font-size: 1.4rem; color: #0E7A3D; margin-bottom: 10px; }
.price-card .price { font-size: 2.4rem; font-weight: 800; color: #2E8B6E; }
.price-card .price span { font-size: 1rem; color: #999; }
.price-card .total { color: #666; margin: 5px 0 15px; }
.price-card ul { list-style: none; text-align: left; margin: 15px 0; padding: 0; }
.price-card li { padding: 5px 0; }

/* Trust Badges */
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 30px 0; padding: 25px; background: #F0F0F0; border-radius: 8px; }
.badge-item { padding: 8px 16px; background: white; border-radius: 20px; font-size: 0.9rem; font-weight: 600; box-shadow: 0 1px 5px rgba(0,0,0,0.08); }

/* Guarantee */
.guarantee { background: linear-gradient(135deg, #f0faf5, #e8f5ee); padding: 40px; border-radius: 8px; text-align: center; margin: 40px 0; border: 2px solid #2E8B6E; }
.guarantee h2 { color: #0E7A3D; }

/* Bonuses */
.bonuses { margin: 40px 0; }
.bonuses h2 { text-align: center; color: #0E7A3D; margin-bottom: 20px; }
.bonus-card { background: #fffbf0; border-left: 4px solid #F5A623; padding: 20px 25px; margin: 15px 0; border-radius: 0 8px 8px 0; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }
.review-card { background: #F0F0F0; padding: 25px; border-radius: 8px; }
.review-card cite { display: block; margin-top: 12px; font-style: normal; font-weight: 600; color: #0E7A3D; }

/* Comparison Table */
.comparison-table { overflow-x: auto; margin: 25px 0; }
.comparison-table table { width: 100%; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #eee; }
.comparison-table th { background: #0E7A3D; color: white; }
.comparison-table tr:hover { background: #F0F0F0; }

/* Ranking */
.rank-item { padding: 25px; margin: 15px 0; border: 1px solid #eee; border-radius: 8px; }
.rank-item.rank-1 { border: 2px solid #2E8B6E; background: #f0faf5; }

/* Ingredients Grid */
.ingredients-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }
.ingredient-card { background: #F0F0F0; padding: 25px; border-radius: 8px; border-top: 3px solid #2E8B6E; }

/* FAQ */
.faq { margin: 40px 0; }
.faq h2 { text-align: center; color: #0E7A3D; margin-bottom: 20px; }
details { background: white; margin: 10px 0; border-radius: 8px; border: 1px solid #eee; overflow: hidden; }
summary { padding: 18px 25px; cursor: pointer; font-weight: 600; font-size: 1.05rem; }
summary:hover { background: #F0F0F0; }
details p { padding: 0 25px 18px; }

/* Warning/Info Boxes */
.warning-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 20px; border-radius: 0 8px 8px 0; margin: 20px 0; }
.info-box { background: #e8f4fd; border-left: 4px solid #2196F3; padding: 20px; border-radius: 0 8px 8px 0; margin: 20px 0; }

/* Timeline */
.timeline { margin: 25px 0; }
.timeline-item { padding: 15px 20px; border-left: 3px solid #2E8B6E; margin: 10px 0 10px 15px; }

/* Link Grid */
.link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 20px; }
.link-grid a { display: block; padding: 15px; background: #F0F0F0; border-radius: 8px; text-align: center; font-weight: 600; transition: all 0.2s; }
.link-grid a:hover { background: #2E8B6E; color: white; }

/* Footer */
footer { background: #1a1a2e; color: rgba(255,255,255,0.7); padding: 40px 20px; margin-top: 60px; }
footer a { color: rgba(255,255,255,0.8); }
.footer-links { max-width: 1100px; margin: 0 auto 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.footer-links h4 { width: 100%; color: white; margin-bottom: 5px; }
.footer-disclaimer { max-width: 1100px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.85rem; }

/* Mobile */
@media (max-width: 768px) {
    .hero { padding: 40px 15px; }
    .content-section { padding: 25px 18px; }
    .price-card.best { transform: none; }
    .main-nav { flex-direction: column; gap: 10px; }
    .nav-links { justify-content: center; }
}