*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:#F8F9FA;color:#1E293B;line-height:1.6;font-size:16px}

/* TRUST BAR */
.trust-bar{background:#0D2118;color:#9FE1CB;font-size:13px;padding:10px 20px;text-align:center;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}
.trust-bar span{display:flex;align-items:center;gap:5px}

/* HEADER */
header{background:#0b3d5c;color:#fff;padding:0}
.header-inner{display:flex;justify-content:space-between;align-items:center;max-width:1160px;margin:auto;padding:18px 24px;flex-wrap:wrap;gap:12px}
header h1{font-size:22px;font-weight:700;color:#fff;margin:0}
header .tagline{font-size:12px;color:#94A3B8;margin-top:3px}
nav{display:flex;gap:6px;flex-wrap:wrap}
nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:600;padding:7px 14px;border-radius:6px;transition:background .2s}
nav a:hover{background:rgba(255,255,255,0.12)}
nav a.active{background:#22C55E;color:#fff}

/* JUMP BAR */
.jump-bar{background:#F0FDF4;border-bottom:2px solid #BBF7D0;padding:12px 24px;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px}
.jump-bar span{color:#166534;font-weight:700}
.jump-link{background:#fff;color:#166534;padding:6px 14px;border-radius:20px;text-decoration:none;font-weight:600;border:1px solid #86efac;font-size:12px;transition:background .2s}
.jump-link:hover,.jump-link.top{background:#dcfce7}

/* HERO */
.hero{background:linear-gradient(135deg,#0D2118 0%,#0b3d5c 100%);color:#fff;padding:70px 24px;text-align:center}
.hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:#4ADE80;margin-bottom:14px;text-transform:uppercase}
.hero h2{font-size:38px;font-weight:800;line-height:1.2;max-width:720px;margin:0 auto 18px;color:#fff}
.hero p{font-size:18px;color:#94A3B8;max-width:640px;margin:0 auto 32px;line-height:1.7}
.hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:8px}
.hero-stat{text-align:center}
.hero-stat .num{font-size:36px;font-weight:800;color:#4ADE80}
.hero-stat .label{font-size:12px;color:#94A3B8;margin-top:2px}
.hero-cta{display:inline-block;background:#22C55E;color:#fff;padding:15px 32px;border-radius:10px;text-decoration:none;font-weight:700;font-size:16px;margin-top:28px;transition:background .2s}
.hero-cta:hover{background:#16A34A}

/* SECTION LAYOUT */
.container{max-width:900px;margin:auto;padding:20px 24px}
.section-title{font-size:30px;font-weight:800;text-align:center;margin-bottom:8px;color:#0F172A}
.section-sub{text-align:center;color:#64748B;font-size:16px;margin-bottom:36px}

/* PRODUCT CARDS */
.products-wrap{background:#F8F9FA;padding:60px 24px}
.product-card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:32px;margin-bottom:24px;position:relative;transition:box-shadow .2s}
.product-card:hover{box-shadow:0 8px 32px rgba(0,0,0,0.08)}
.product-card.top-pick{border-top:3px solid #22C55E;box-shadow:0 4px 24px rgba(34,197,94,0.12)}
.card-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.badge-rank{font-size:11px;font-weight:700;padding:5px 14px;border-radius:20px;color:#fff}
.badge-rank.gold{background:#22C55E}
.badge-rank.silver{background:#3B82F6}
.badge-rank.bronze{background:#8B5CF6}
.badge-rank.four{background:#64748B}
.badge-rank.five{background:#64748B}
.badge-cat{font-size:11px;font-weight:600;padding:5px 12px;border-radius:20px}
.badge-cat.green{background:#DCFCE7;color:#166534}
.badge-cat.blue{background:#DBEAFE;color:#1E40AF}
.badge-cat.purple{background:#EDE9FE;color:#5B21B6}
.badge-cat.amber{background:#FEF3C7;color:#92400E}
.badge-cat.teal{background:#D1FAE5;color:#065F46}

.product-card h3{font-size:26px;font-weight:800;color:#0F172A;margin:6px 0 10px}
.stars-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.stars{font-size:18px;color:#F59E0B}
.rating-num{font-size:17px;font-weight:700;color:#0F172A}
.rating-count{font-size:13px;color:#64748B}

/* SCORE GRID */
.score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}
.score-item{text-align:center;background:#F8F9FA;border-radius:10px;padding:12px 6px}
.score-item .score-num{font-size:22px;font-weight:800}
.score-item .score-label{font-size:11px;color:#64748B;margin-top:2px}
.score-green .score-num{color:#16A34A}
.score-blue .score-num{color:#2563EB}
.score-purple .score-num{color:#7C3AED}

/* BENEFITS */
.benefits-list{list-style:none;margin:0 0 18px;padding:0}
.benefits-list li{padding:7px 0;border-bottom:1px solid #F1F5F9;font-size:15px;color:#334155;display:flex;align-items:flex-start;gap:10px}
.benefits-list li:last-child{border:none}
.benefits-list li::before{content:"✓";color:#22C55E;font-weight:700;flex-shrink:0;margin-top:1px}

/* VERDICT BOX */
.verdict-box{border-radius:0 10px 10px 0;padding:16px 20px;font-style:italic;font-size:15px;line-height:1.7;margin-bottom:20px}
.verdict-green{background:#F0FDF4;border-left:4px solid #22C55E;color:#166534}
.verdict-blue{background:#EFF6FF;border-left:4px solid #3B82F6;color:#1E40AF}
.verdict-purple{background:#F5F3FF;border-left:4px solid #8B5CF6;color:#5B21B6}
.verdict-amber{background:#FFFBEB;border-left:4px solid #F59E0B;color:#78350F}
.verdict-teal{background:#ECFDF5;border-left:4px solid #10B981;color:#065F46}

/* PRICE + CTA ROW */
.price-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:8px}
.price-block .price{font-size:28px;font-weight:800;color:#0F172A}
.price-block .per{font-size:14px;color:#64748B;margin-left:6px}
.price-block .shipping{font-size:12px;color:#16A34A;font-weight:600;margin-top:3px}
.cta-group{display:flex;gap:10px;flex-wrap:wrap}
.btn-primary{display:inline-block;padding:13px 26px;border-radius:8px;text-decoration:none;font-weight:700;font-size:15px;transition:opacity .2s;color:#fff}
.btn-primary:hover{opacity:.9}
.btn-primary.green{background:#22C55E}
.btn-primary.blue{background:#3B82F6}
.btn-primary.purple{background:#8B5CF6}
.btn-primary.amber{background:#F59E0B}
.btn-primary.teal{background:#10B981}
.btn-secondary{display:inline-block;padding:13px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:13px;border:1px solid;transition:opacity .2s}
.btn-secondary:hover{opacity:.8}

/* COMPARISON TABLE */
.comparison-wrap{background:#fff;padding:60px 24px}
.comparison-table{width:100%;border-collapse:collapse;font-size:14px;overflow-x:auto}
.comparison-table th{background:#0D2118;color:#fff;padding:14px 16px;text-align:left;font-weight:600}
.comparison-table th:first-child{border-radius:8px 0 0 0}
.comparison-table th:last-child{border-radius:0 8px 0 0;text-align:center}
.comparison-table td{padding:14px 16px;border-bottom:1px solid #F1F5F9;vertical-align:middle}
.comparison-table td:not(:first-child){text-align:center}
.comparison-table tr:nth-child(odd){background:#FAFAFA}
.comparison-table tr.top-row{background:#F0FDF4;font-weight:600}
.table-scroll{overflow-x:auto}

/* TESTIMONIALS */
.testimonials-wrap{background:#F8F9FA;padding:60px 24px}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:32px}
.testimonial-card{background:#fff;border-radius:14px;padding:24px;border:1px solid #E2E8F0}
.testi-stars{font-size:16px;color:#F59E0B;margin-bottom:10px}
.testi-text{font-style:italic;color:#334155;line-height:1.7;margin-bottom:14px;font-size:15px}
.testi-author{font-size:13px;font-weight:700;color:#0F172A}
.testi-meta{font-size:12px;color:#64748B}

/* METHODOLOGY */
.method-wrap{background:#fff;padding:60px 24px}
.method-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:800px;margin:28px auto 0}
.method-card{background:#F8F9FA;border-radius:12px;padding:22px}
.method-icon{font-size:28px;margin-bottom:10px}
.method-card h4{font-size:15px;font-weight:700;color:#0F172A;margin-bottom:6px}
.method-card p{font-size:13px;color:#64748B;line-height:1.6}

/* FAQ */
.faq-wrap{background:#F8F9FA;padding:60px 24px}
.faq-list{max-width:760px;margin:32px auto 0}
details{background:#fff;border-radius:10px;padding:0;margin-bottom:12px;border:1px solid #E2E8F0;overflow:hidden}
summary{padding:18px 22px;font-size:15px;font-weight:700;cursor:pointer;color:#0F172A;list-style:none;display:flex;justify-content:space-between;align-items:center}
summary::after{content:"＋";font-size:20px;color:#64748B;transition:transform .2s}
details[open] summary::after{content:"−"}
.faq-answer{padding:0 22px 18px;font-size:15px;color:#475569;line-height:1.7}

/* FINAL CTA */
.final-cta{background:#0D2118;padding:80px 24px;text-align:center;color:#fff}
.final-cta h2{font-size:34px;font-weight:800;color:#fff;margin-bottom:14px}
.final-cta p{color:#94A3B8;font-size:17px;max-width:540px;margin:0 auto 32px;line-height:1.7}
.cta-box{background:#1A3A2A;border-radius:16px;padding:30px;max-width:480px;margin:0 auto;display:inline-block;text-align:center}
.cta-price{font-size:40px;font-weight:800;color:#4ADE80;margin-bottom:6px}
.cta-per{font-size:14px;color:#94A3B8;margin-bottom:8px}
.cta-guar{font-size:13px;color:#4ADE80;margin-bottom:20px}
.cta-main-btn{display:block;background:#22C55E;color:#fff;padding:16px 32px;border-radius:10px;text-decoration:none;font-weight:700;font-size:17px;margin-bottom:10px;transition:background .2s}
.cta-main-btn:hover{background:#16A34A}
.cta-disc{font-size:11px;color:#64748B}

/* FOOTER */
footer{background:#0F172A;color:#94A3B8;padding:28px 24px;text-align:center;font-size:13px}
footer a{color:#94A3B8;text-decoration:none;margin:0 10px}
footer a:hover{color:#fff}
.footer-links{margin-bottom:12px;display:flex;justify-content:center;flex-wrap:wrap;gap:4px}
.disclosure{background:#1E293B;border-radius:8px;padding:12px 20px;max-width:700px;margin:16px auto 0;font-size:12px;line-height:1.6}

/* RESPONSIVE */
@media(max-width:640px){
  .hero h2{font-size:26px}
  .hero-stats{gap:24px}
  .score-grid{grid-template-columns:repeat(2,1fr)}
  .price-row{flex-direction:column;align-items:flex-start}
  .header-inner{flex-direction:column;align-items:flex-start}
}
