:root { --brand-primary: #185a9d; --brand-secondary: #43cea2; --bg-gradient: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); --dark-bg: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); --nav-white: rgba(255, 255, 255, 0.95); --shadow-soft: 0 4px 15px rgba(0,0,0,0.05); --shadow-medium: 0 8px 30px rgba(0,0,0,0.08); } body { font-family: 'Montserrat', Arial, sans-serif; margin: 0; min-height: 100vh; background: var(--bg-gradient); background-attachment: fixed; color: #222; } .main-nav { background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.08); margin: 2rem auto 1.5rem; max-width: 900px; border-radius: 12px; padding: 0 1rem; min-height: 56px; z-index: 1000; position: relative; } .nav-container { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.5rem; padding: 0.75rem 0; } .nav-link { color: var(--brand-primary); text-decoration: none; font-weight: 600; font-size: 0.95em; padding: 0.5rem 1rem; border-radius: 8px; transition: all 0.2s ease; } .nav-link:hover { background: rgba(67, 206, 162, 0.1); color: var(--brand-primary); } .nav-link-highlight { background: linear-gradient(135deg, #43cea2, #185a9d); color: white !important; } main { max-width: 900px; margin: 0 auto 2rem; background: white; border-radius: 16px; padding: 2.5rem; box-shadow: var(--shadow-medium); } h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #1a1a2e; } .hero-banner { max-width: 900px; margin: 0 auto 2rem; background: var(--dark-bg); border-radius: 20px; padding: 3.5rem 2rem; color: white; text-align: center; box-shadow: 0 15px 35px rgba(0,0,0,0.2); position: relative; overflow: hidden; } .hero-banner h2 { color: white; font-size: 2.2em; margin-bottom: 1rem; } .category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2rem; } .category-card { background: white; border-radius: 14px; padding: 1.8rem 1.2rem; text-align: center; text-decoration: none; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: all 0.25s ease; } .category-card:hover { transform: translateY(-8px); border: 2px solid var(--brand-secondary); } .article-meta { display: flex; align-items: center; gap: 10px; color: #6b7280; font-size: 0.9em; margin-bottom: 2rem; border-bottom: 1px solid #eee; padding-bottom: 1rem; } .last-updated-pill { background: #f3f4f6; color: #374151; padding: 2px 8px; border-radius: 4px; font-weight: 600; font-size: 0.85em; } .disclosure-top { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 8px; padding: 0.75rem 1rem; margin-bottom: 1.5rem; font-size: 0.8em; color: #6b7280; font-style: italic; } .comparison-table-wrapper { overflow-x: auto; margin-bottom: 3rem; background: white; border-radius: 12px; border: 1px solid #e2e8f0; } .comparison-table { width: 100%; border-collapse: collapse; min-width: 600px; } .comparison-table th { background: #f8fafc; color: #475569; padding: 1rem; border-bottom: 2px solid #e2e8f0; text-align: left; font-size: 0.75rem; text-transform: uppercase; } .comparison-table td { padding: 1.25rem 1rem; border-bottom: 1px solid #f1f5f9; } .table-check-btn { background: var(--brand-primary); color: white !important; padding: 6px 12px; border-radius: 6px; font-weight: 700; text-decoration: none !important; } .verdict-box { background: #f0fdf4; border-left: 5px solid #22c55e; padding: 1.5rem; border-radius: 8px; margin: 2rem 0; } .verdict-title { color: #166534; font-weight: 700; text-transform: uppercase; font-size: 0.8rem; display: block; } .pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1rem; } .pros-list h5 { color: #166534; } .cons-list h5 { color: #991b1b; } .badge-trending { background: linear-gradient(90deg, #ff416c, #ff4b2b); color: white; padding: 2px 8px; border-radius: 4px; font-weight: 700; } .badge-new { background: linear-gradient(90deg, #185a9d, #43cea2); color: white; padding: 2px 8px; border-radius: 4px; font-weight: 700; } .product-item { background: white; border-radius: 12px; border: 1px solid #e2e8f0; padding: 2rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); margin-bottom: 3rem; } .site-footer { background: #1a1a2e; color: rgba(255,255,255,0.6); padding: 2.5rem 1rem 1.5rem; margin-top: 4rem; } .footer-container { max-width: 900px; margin: 0 auto; } .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; } .footer-brand { font-size: 1.3em; font-weight: 700; color: white; } .footer-brand span { color: var(--brand-secondary); } .footer-social { display: flex; gap: 1.2rem; margin-top: 1.2rem; } .footer-social a { color: rgba(255,255,255,0.4); font-size: 1.3rem; transition: color 0.25s; } .footer-social a:hover { color: var(--brand-secondary); } .sticky-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; background: white; padding: 1rem; box-shadow: 0 -4px 12px rgba(0,0,0,0.1); display: none; z-index: 1000; justify-content: space-between; align-items: center; } .summary-box { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 16px; padding: 2rem; margin-bottom: 3rem; box-shadow: var(--shadow-soft); } .summary-title { font-size: 1.25rem; margin-top: 0; margin-bottom: 1.5rem; color: var(--brand-primary); display: flex; align-items: center; gap: 10px; } .summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .summary-item { text-align: center; padding: 1rem; background: white; border-radius: 12px; border: 1px solid #f1f5f9; } .summary-label { font-size: 0.7rem; text-transform: uppercase; font-weight: 700; color: #64748b; margin-bottom: 0.5rem; display: block; } .summary-name { font-size: 0.9rem; font-weight: 700; margin-bottom: 1rem; display: block; min-height: 2.5rem; } .table-badge { font-size: 0.65rem; padding: 3px 8px; border-radius: 50px; background: var(--brand-secondary); color: white; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; display: inline-block; } .price-indicator { color: #16a34a; font-weight: 700; letter-spacing: 1px; } .premium-highlight { background: rgba(67, 206, 162, 0.05) !important; } .cta-stripe { background: var(--dark-bg); color: white; padding: 2.5rem; border-radius: 16px; text-align: center; margin: 4rem 0; box-shadow: 0 10px 40px rgba(24, 90, 157, 0.3); } .cta-stripe h3 { color: white; margin-top: 0; } .cta-stripe .btn-cta { background: white; color: var(--brand-primary); padding: 12px 30px; border-radius: 8px; font-weight: 700; text-decoration: none; display: inline-block; margin-top: 1rem; } .lead-magnet-card { background: linear-gradient(135deg, #f0fdfa, #ecfeff); border: 2px dashed #43cea2; border-radius: 16px; padding: 2rem; margin: 4rem 0; text-align: center; } .lead-magnet-card h4 { color: #0f766e; margin-top: 0; } @media (max-width: 768px) { .summary-grid { grid-template-columns: 1fr; } body { padding-bottom: 80px; } .sticky-cta-bar { display: flex; } .category-grid { grid-template-columns: 1fr; } .pros-cons-grid { grid-template-columns: 1fr; } }