:root{
  --primary:#E11D48;
  --primary-dark:#BE123C;
  --primary-light:#FFF1F2;
  --purple:#7C3AED;
  --purple-light:#F5F3FF;
  --green:#22C55E;
  --yellow:#F59E0B;
  --orange:#EF4444;
  --bg:#FFFFFF;
  --surface:#FFF8F9;
  --border:#FCE7F0;
  --text:#1E293B;
  --muted:#64748B;
  --shadow-sm:0 1px 3px rgba(0,0,0,0.06);
  --shadow-md:0 4px 24px rgba(225,29,72,0.10);
  --shadow-lg:0 8px 40px rgba(225,29,72,0.15);
  --radius:16px;
  --radius-sm:10px;
  --radius-full:999px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;color:var(--text);background:var(--bg);margin:0;line-height:1.6;transition:background 0.5s ease}
body.pain-active{background:#fff5f7}
body.pain-extreme{background:#f5f3ff}
a{color:var(--primary);text-decoration:none}
h1,h2,h3,h4{margin:0 0 1rem;line-height:1.2}
p{margin:0 0 1rem}
img{max-width:100%;height:auto}

/* ===== HEADER ===== */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(225,29,72,0.08);box-shadow:0 1px 20px rgba(0,0,0,0.06);transition:all 0.3s}
.site-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#E11D48,#7C3AED,#E11D48);opacity:0.6}
.header-inner{display:flex;align-items:center;gap:1.5rem;padding:0 28px;max-width:1200px;margin:0 auto;height:68px}

/* Logo */
.site-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;margin-right:0.5rem}
.site-logo:hover{text-decoration:none;opacity:0.9}
.logo-icon-wrap{width:38px;height:38px;background:linear-gradient(135deg,#E11D48,#7C3AED);border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 10px rgba(225,29,72,0.3)}
.logo-text-wrap{display:flex;flex-direction:column;gap:1px}
.logo-name{font-size:0.975rem;font-weight:800;color:#0F172A;line-height:1.1;letter-spacing:-0.02em;white-space:nowrap}
.logo-accent{color:#E11D48}
.logo-tld{color:#94A3B8;font-style:normal;font-weight:500;font-size:0.85em}
.logo-tagline{font-size:0.6rem;color:#94A3B8;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;line-height:1}

/* Nav */
.main-nav{display:flex;align-items:center;gap:0.125rem;margin-left:auto}
.nav-link{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:8px;font-size:0.825rem;font-weight:600;color:#64748B;transition:all 0.15s;white-space:nowrap;text-decoration:none}
.nav-link:hover{background:#FFF1F2;color:#E11D48;text-decoration:none}
.nav-link svg{opacity:0.5;flex-shrink:0}
.nav-link:hover svg{opacity:1}
.nav-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:linear-gradient(135deg,#E11D48,#BE123C);color:#fff;border-radius:var(--radius-full);font-size:0.825rem;font-weight:700;transition:all 0.2s;white-space:nowrap;text-decoration:none;margin-left:0.5rem;box-shadow:0 2px 8px rgba(225,29,72,0.3)}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(225,29,72,0.4);color:#fff;text-decoration:none}

/* Mobile */
.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:8px;margin-left:auto}
.mobile-menu-btn span{display:block;width:20px;height:2px;background:#64748B;border-radius:2px;transition:all 0.2s}
.mobile-nav{border-top:1px solid var(--border);background:#fff;padding:0.5rem 0}
.mobile-nav a{display:flex;align-items:center;gap:8px;padding:12px 1.5rem;font-size:0.9rem;font-weight:600;color:#475569;border-bottom:1px solid #F8FAFC;text-decoration:none;transition:all 0.15s}
.mobile-nav a:hover{color:#E11D48;background:#FFF1F2;text-decoration:none}
.mobile-nav a:last-child{border-bottom:none;color:#E11D48;font-weight:700}

@media(max-width:900px){
  .main-nav{display:none}
  .mobile-menu-btn{display:flex}
  .header-inner{height:60px;padding:0 18px}
}

/* HERO */
.hero{background:linear-gradient(160deg,#fff5f7 0%,#fdf2ff 60%,#f0f4ff 100%);padding:clamp(1.5rem,4vw,3rem) 24px clamp(1.25rem,3vw,2rem);text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(225,29,72,0.04) 0%,transparent 60%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-full);padding:6px 16px;font-size:0.8rem;font-weight:600;color:var(--primary);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}
.hero h1{font-size:clamp(1.85rem,5.5vw,3.25rem);font-weight:800;color:var(--text);margin:0 auto 1rem;max-width:720px;line-height:1.1;letter-spacing:-0.02em}
.hero h1 span{color:var(--primary);display:inline-block}
.hero-sub{font-size:1.05rem;color:var(--muted);max-width:560px;margin:0 auto 2rem;line-height:1.75}
.hero-stats{display:flex;justify-content:center;gap:clamp(1rem,3vw,2.5rem);flex-wrap:wrap;margin-top:1.5rem}
.hero-stat{text-align:center}
.hero-stat strong{display:block;font-size:1.5rem;font-weight:800;color:var(--primary);line-height:1}
.hero-stat span{font-size:0.75rem;color:var(--muted);font-weight:500;margin-top:2px;display:block}

/* AD SLOT */
.ad-slot{display:none}
.ad-label{display:none}

/* MAIN WRAP */
.main-wrap{max-width:760px;margin:0 auto;padding:0 20px 5rem}

/* DEVICE NOTICE */
.device-notice{background:#FFF7ED;border:1px solid #FED7AA;border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-bottom:1.5rem;font-size:0.875rem;color:#92400E;display:none;gap:10px;align-items:flex-start}
.device-notice.show{display:flex}
.device-notice a{color:#92400E;font-weight:700;text-decoration:underline}

/* SIMULATOR CARD */
.simulator-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow-md);margin-bottom:2rem;transition:border-color 0.4s,box-shadow 0.4s}
.simulator-card.level-low{border-color:#BBF7D0;box-shadow:0 4px 24px rgba(34,197,94,0.12)}
.simulator-card.level-medium{border-color:#FDE68A;box-shadow:0 4px 24px rgba(245,158,11,0.12)}
.simulator-card.level-high{border-color:#FECACA;box-shadow:0 4px 24px rgba(239,68,68,0.15)}
.simulator-card.level-extreme{border-color:#DDD6FE;box-shadow:0 4px 24px rgba(124,58,237,0.15)}

/* LEVEL SELECTOR */
.level-label{font-size:0.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1rem;display:block}
.level-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;margin-bottom:1rem;width:100%}
.level-btn{aspect-ratio:1;border:2px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;font-size:0.85rem;font-weight:800;color:var(--muted);transition:all 0.15s;display:flex;align-items:center;justify-content:center;position:relative;min-width:0;width:100%}
.level-btn:hover{transform:scale(1.08);z-index:1}
.level-btn.active{transform:scale(1.12);z-index:2}
.level-btn.low:hover,.level-btn.low.active{border-color:#22C55E;background:#22C55E;color:#fff;box-shadow:0 4px 12px rgba(34,197,94,0.35)}
.level-btn.medium:hover,.level-btn.medium.active{border-color:#F59E0B;background:#F59E0B;color:#fff;box-shadow:0 4px 12px rgba(245,158,11,0.35)}
.level-btn.high:hover,.level-btn.high.active{border-color:#EF4444;background:#EF4444;color:#fff;box-shadow:0 4px 12px rgba(239,68,68,0.35)}
.level-btn.extreme:hover,.level-btn.extreme.active{border-color:#7C3AED;background:#7C3AED;color:#fff;box-shadow:0 4px 12px rgba(124,58,237,0.35)}

/* PAIN METER */
.pain-meter-wrap{margin-bottom:1.25rem}
.pain-meter-labels{display:flex;justify-content:space-between;font-size:0.72rem;color:var(--muted);font-weight:600;margin-bottom:4px}
.pain-meter{height:12px;background:#F1F5F9;border-radius:var(--radius-full);overflow:hidden}
.pain-meter-fill{height:100%;border-radius:var(--radius-full);transition:width 0.5s cubic-bezier(0.4,0,0.2,1),background 0.5s ease;width:0%;background:var(--green)}

/* SCREEN FLASH */
.screen-flash{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;opacity:0;transition:opacity 0.1s}

/* RESULT PANEL */
.result-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.5rem;margin-bottom:1.5rem;display:none;animation:slideDown 0.25s ease}
.result-panel.show{display:block}
@keyframes slideDown{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.result-header{display:flex;align-items:center;gap:10px;margin-bottom:0.875rem;flex-wrap:wrap}
.result-badge{padding:5px 14px;border-radius:var(--radius-full);font-size:0.82rem;font-weight:700}
.result-title{font-size:1.25rem;font-weight:800;color:var(--text);margin:0 0 0.625rem}
.result-desc{font-size:0.95rem;color:var(--muted);line-height:1.8;margin-bottom:1rem}
.result-compare{font-size:0.875rem;font-weight:600;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0.75rem 1rem;margin-bottom:0.75rem;line-height:1.5}
.result-compare em{color:var(--primary);font-style:normal}
.result-tip{font-size:0.82rem;color:var(--muted);font-style:italic;border-left:3px solid var(--border);padding-left:10px;margin:0}

/* SIMULATE BUTTON */
.simulate-btn{width:100%;padding:18px;background:linear-gradient(135deg,var(--primary),var(--purple));color:#fff;border:none;border-radius:var(--radius-sm);font-size:1.1rem;font-weight:800;cursor:pointer;transition:all 0.2s;margin-bottom:10px;letter-spacing:0.01em;position:relative;overflow:hidden}
.simulate-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.15),transparent);transition:left 0.5s}
.simulate-btn:hover::before{left:100%}
.simulate-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(225,29,72,0.35)}
.simulate-btn:active{transform:scale(0.99)}
.simulate-btn.running{animation:btnPulse 0.8s infinite alternate}
@keyframes btnPulse{from{box-shadow:0 4px 16px rgba(225,29,72,0.3)}to{box-shadow:0 8px 32px rgba(225,29,72,0.6)}}
.stop-btn{width:100%;padding:13px;background:#fff;color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-sm);font-size:0.95rem;font-weight:700;cursor:pointer;transition:all 0.15s;margin-bottom:10px;display:none}
.stop-btn.show{display:block}
.stop-btn:hover{background:var(--primary-light)}

/* AUDIO VISUALIZER */
.audio-visualizer{display:none;align-items:flex-end;justify-content:center;gap:3px;height:40px;margin:1rem 0;padding:0 1rem}
.audio-visualizer.show{display:flex}
.audio-bar{width:4px;background:var(--primary);border-radius:2px;min-height:4px;transition:height 0.1s ease}

/* ACCURACY NOTE */
.accuracy-note{background:#F0FDF4;border:1px solid #BBF7D0;border-radius:var(--radius-sm);padding:1rem 1.25rem;font-size:0.875rem;color:#166534;margin-bottom:1.5rem;display:flex;gap:10px;align-items:flex-start;line-height:1.6}

/* SHARE SECTION */
.share-section{padding-top:1.5rem;border-top:1px solid var(--border)}
.share-label{font-size:0.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.875rem;display:block}
.share-buttons{display:flex;gap:0.75rem;flex-wrap:wrap}
.share-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:var(--radius-full);font-size:0.85rem;font-weight:700;cursor:pointer;border:none;transition:all 0.15s;text-decoration:none;white-space:nowrap}
.share-btn:hover{transform:translateY(-1px);text-decoration:none}
.share-twitter{background:#000;color:#fff}
.share-twitter:hover{color:#fff}
.share-whatsapp{background:#25D366;color:#fff}
.share-whatsapp:hover{color:#fff}
.share-copy{background:var(--surface);color:var(--text);border:1px solid var(--border)}

/* INFO SECTIONS */
.section{padding:2.5rem 0}
.section + .section{padding-top:0}
* + .section{margin-top:0}
.section-title{font-size:1.2rem;font-weight:800;color:var(--text);margin-bottom:1.25rem;display:flex;align-items:center;gap:8px}
.info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.25rem;box-shadow:var(--shadow-sm)}
.info-card p{font-size:0.95rem;color:var(--muted);line-height:1.8;margin:0}
.info-card p+p{margin-top:0.875rem}
.info-card strong{color:var(--text)}

/* PRODUCTS PAGE */
.products-hero{background:linear-gradient(135deg,#fff5f7,#fdf2ff);padding:3rem 24px;text-align:center;border-bottom:1px solid var(--border)}
.products-hero h1{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;margin-bottom:0.75rem}
.products-hero p{font-size:1rem;color:var(--muted);max-width:560px;margin:0 auto}
.products-wrap{max-width:960px;margin:0 auto;padding:2rem 24px 5rem}
.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;align-items:start;transition:all 0.2s}
.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary)}
.product-rank{display:flex;align-items:center;gap:8px;margin-bottom:0.75rem}
.product-rank-num{width:28px;height:28px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:800;flex-shrink:0}
.product-badge{padding:3px 10px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius-full);font-size:0.72rem;font-weight:700}
.product-img-wrap{background:var(--surface);border-radius:var(--radius-sm);padding:1rem;display:flex;align-items:center;justify-content:center;min-height:160px;border:1px solid var(--border)}
.product-img-placeholder{font-size:3rem;text-align:center}
.product-name{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:0.5rem;line-height:1.3}
.product-price{font-size:1.25rem;font-weight:800;color:var(--primary);margin-bottom:0.5rem}
.product-rating{display:flex;align-items:center;gap:6px;font-size:0.85rem;color:var(--muted);margin-bottom:0.875rem}
.stars{color:#F59E0B;letter-spacing:-1px}
.product-pros{margin-bottom:1rem}
.product-pros h4{font-size:0.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:0.5rem}
.product-pros ul{list-style:none;padding:0;margin:0}
.product-pros li{font-size:0.875rem;color:var(--muted);padding:3px 0;display:flex;gap:6px;align-items:flex-start}
.product-pros li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}
.product-cons ul li::before{content:'✗';color:#EF4444}
.product-desc{font-size:0.9rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}
.buy-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#FF9900;color:#fff;border-radius:var(--radius-full);font-weight:800;font-size:0.95rem;transition:all 0.2s;text-decoration:none;width:100%;justify-content:center}
.buy-btn:hover{background:#e68a00;transform:translateY(-2px);text-decoration:none;color:#fff}
.comparison-table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:0.875rem}
.comparison-table th{background:var(--primary);color:#fff;padding:10px 14px;text-align:left;font-weight:700}
.comparison-table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--muted)}
.comparison-table tr:nth-child(even) td{background:var(--surface)}
.comparison-table tr:hover td{background:var(--primary-light)}
.affiliate-disclaimer{font-size:0.75rem;color:var(--muted);text-align:center;margin-top:2rem;padding:1rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border)}

/* FOOTER */
.site-footer{background:linear-gradient(180deg,#0F172A 0%,#1E293B 100%);color:#94A3B8;padding:4rem 24px 0;margin-top:4rem;position:relative}
.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#E11D48,#7C3AED,#E11D48)}
.footer-inner{max-width:1100px;margin:0 auto}

.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid #1E3A5F}

.footer-brand-col{}
.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:1rem}
.footer-logo:hover{text-decoration:none;opacity:0.9}
.footer-logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#E11D48,#7C3AED);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footer-logo-name{font-size:0.95rem;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-0.02em}
.footer-logo-name span{color:#F87171}
.footer-logo-tag{font-size:0.6rem;color:#64748B;text-transform:uppercase;letter-spacing:0.06em;line-height:1;margin-top:2px}
.footer-desc{font-size:0.85rem;color:#64748B;line-height:1.7;margin-bottom:1.25rem;max-width:280px}
.footer-badges{display:flex;flex-wrap:wrap;gap:6px}
.footer-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:var(--radius-full);font-size:0.72rem;color:#64748B;font-weight:500}

.footer-links-col h4{font-size:0.72rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:0.1em;margin:0 0 1rem}
.footer-links-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.footer-links-col a{font-size:0.85rem;color:#64748B;transition:color 0.15s;text-decoration:none;display:flex;align-items:center;gap:5px}
.footer-links-col a:hover{color:#F87171;text-decoration:none}

.footer-middle{display:flex;justify-content:space-around;align-items:center;padding:2rem 0;border-bottom:1px solid #1E3A5F;flex-wrap:wrap;gap:1rem}
.footer-stat{text-align:center}
.footer-stat strong{display:block;font-size:1.5rem;font-weight:800;color:#fff;line-height:1}
.footer-stat span{font-size:0.75rem;color:#64748B;font-weight:500;margin-top:3px;display:block}

.footer-bottom{padding:1.5rem 0 2rem;text-align:center}
.footer-bottom p{font-size:0.82rem;color:#475569;margin:0 0 0.5rem}
.footer-disclaimer{font-size:0.75rem;color:#334155;max-width:600px;margin:0 auto 1rem!important;line-height:1.6}
.footer-bottom-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.footer-bottom-links a{font-size:0.78rem;color:#334155;transition:color 0.15s}
.footer-bottom-links a:hover{color:#F87171}

@media(max-width:900px){
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .footer-brand-col{grid-column:1/-1}
}
@media(max-width:600px){
  .footer-top{grid-template-columns:1fr 1fr;gap:1.5rem}
  .footer-middle{gap:1.5rem}
  .site-footer{padding:3rem 16px 0}
}

/* RESPONSIVE */
@media(max-width:700px){
  .product-card{grid-template-columns:1fr}
  .level-grid{gap:4px}
  .level-btn{font-size:0.8rem}
  .hero h1{font-size:1.75rem}
  .share-buttons{gap:0.5rem}
  .share-btn{padding:8px 14px;font-size:0.8rem}
  .hero{padding-left:18px;padding-right:18px}
  .main-wrap{padding:0 16px 4rem}
  .simulator-card{padding:1.25rem}
  .products-wrap{padding:1.5rem 16px 4rem}
  .ad-slot{margin:1rem 16px}
  body{overflow-x:hidden}
}
@media(max-width:480px){
  .level-btn{font-size:0.75rem;border-radius:6px}
  .simulate-btn{font-size:1rem;padding:16px}
}
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:480px){
  .hero{padding:2rem 16px 1.5rem}
  .hero h1{font-size:1.6rem}
  .hero-sub{font-size:0.95rem}
  .main-wrap{padding:0 14px 4rem}
  .simulator-card{padding:1rem}
  .level-btn{font-size:0.75rem;border-radius:6px}
  .simulate-btn{padding:15px;font-size:0.95rem}
  .share-btn{padding:8px 12px;font-size:0.78rem}
}

/* HOME PRODUCT CARDS */
.home-products{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 24px}
.home-products-inner{max-width:960px;margin:0 auto}
.home-products-header{text-align:center;margin-bottom:1.75rem}
.home-products-header h2{font-size:1.25rem;font-weight:800;color:var(--text);margin:0 0 0.5rem}
.home-products-header p{font-size:0.9rem;color:var(--muted);margin:0}
.home-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
@media(min-width:900px){.home-products-grid{grid-template-columns:repeat(4,1fr)}}
.home-product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all 0.2s;display:flex;flex-direction:column}
.home-product-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary);transform:translateY(-2px)}
.home-product-badge{background:var(--primary);color:#fff;font-size:0.72rem;font-weight:700;padding:5px 12px;text-align:center}
.home-product-img{padding:1rem;background:#fff;display:flex;align-items:center;justify-content:center;height:160px;overflow:hidden}
.home-product-img img{max-height:140px;width:auto;max-width:100%;object-fit:contain}
.home-product-info{padding:1rem;flex:1;display:flex;flex-direction:column;gap:4px}
.home-product-name{font-size:0.875rem;font-weight:700;color:var(--text);line-height:1.3}
.home-product-meta{font-size:0.75rem;color:var(--muted)}
.home-product-rating{font-size:0.78rem;color:#F59E0B;font-weight:600}
.home-product-btn{display:block;text-align:center;padding:8px 12px;background:#FF9900;color:#fff;border-radius:var(--radius-sm);font-size:0.8rem;font-weight:700;margin-top:auto;padding-top:10px;transition:all 0.15s;text-decoration:none}
.home-product-btn:hover{background:#e68a00;color:#fff;text-decoration:none}
@media(max-width:700px){
  .home-products-grid{grid-template-columns:repeat(2,1fr)}
  .home-products{padding:2rem 16px}
}
@media(max-width:400px){
  .home-products-grid{grid-template-columns:1fr 1fr}
  .home-product-img{height:120px}
}

@media(max-width:600px){
  .level-grid{gap:3px}
  .level-btn{font-size:0.8rem;border-radius:6px;border-width:1.5px}
}
@media(max-width:400px){
  .level-btn{font-size:0.72rem;border-radius:5px;border-width:1px}
}
.simulator-card{overflow:hidden}

/* PRODUCT PAGES */
.product-page-wrap{max-width:960px;margin:0 auto;padding:2rem 24px 5rem}
.product-breadcrumb{font-size:0.82rem;color:var(--muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.product-breadcrumb a{color:var(--primary)}
.product-breadcrumb span{color:var(--border)}

.product-hero-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;margin-bottom:2.5rem;align-items:start}
.product-hero-img{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;align-items:center;justify-content:center;min-height:300px}
.product-hero-img img{max-width:100%;max-height:280px;object-fit:contain}
.product-hero-badge{position:absolute;top:12px;left:12px;background:var(--primary);color:#fff;font-size:0.75rem;font-weight:700;padding:5px 12px;border-radius:var(--radius-full)}
.product-hero-name{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800;color:var(--text);margin-bottom:0.75rem;line-height:1.2}
.product-hero-rating{display:flex;align-items:center;gap:8px;margin-bottom:0.75rem;flex-wrap:wrap}
.product-stars{color:#F59E0B;font-size:1.1rem;letter-spacing:-1px}
.product-rating-num{font-weight:700;color:var(--text)}
.product-rating-count{font-size:0.85rem;color:var(--muted)}
.product-hero-price{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:1rem}
.product-hero-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}
.spec-item{display:flex;flex-direction:column;gap:2px}
.spec-label{font-size:0.7rem;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:0.06em}
.spec-val{font-size:0.875rem;font-weight:700;color:var(--text)}

.product-buy-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:15px 24px;background:#FF9900;color:#fff;border-radius:var(--radius-sm);font-size:1rem;font-weight:800;transition:all 0.2s;text-decoration:none;margin-bottom:0.75rem;text-align:center}
.product-buy-btn:hover{background:#e68a00;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,153,0,0.35);color:#fff;text-decoration:none}
.product-buy-btn-large{font-size:1.1rem;padding:18px 32px;margin:1rem auto;max-width:400px}
.product-delivery-note{font-size:0.82rem;color:var(--green);font-weight:600;margin:0 0 0.25rem;text-align:center}
.product-affiliate-note{font-size:0.72rem;color:var(--muted);margin:0;text-align:center}

.product-section{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem}
.product-section h2{font-size:1.1rem;font-weight:800;color:var(--text);margin:0 0 1rem;padding-bottom:0.75rem;border-bottom:1px solid var(--border)}
.product-section p{font-size:0.95rem;color:var(--muted);line-height:1.8;margin:0}

.product-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.625rem}
.product-features-list li{font-size:0.925rem;color:var(--muted);padding-left:1.5rem;position:relative;line-height:1.6}
.product-features-list li::before{content:'\2713';position:absolute;left:0;color:var(--green);font-weight:800}

.product-specs-table{width:100%;border-collapse:collapse;font-size:0.9rem}
.product-specs-table td{padding:10px 12px;border-bottom:1px solid var(--border)}
.product-specs-table td:first-child{font-weight:700;color:var(--text);width:40%;background:var(--surface)}
.product-specs-table td:last-child{color:var(--muted)}
.product-specs-table tr:last-child td{border-bottom:none}

.product-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.product-fit-card{padding:1.25rem;border-radius:var(--radius-sm);border:1px solid var(--border)}
.product-fit-good{background:#F0FDF4;border-color:#BBF7D0}
.product-fit-bad{background:#FFF1F2;border-color:#FECACA}
.product-fit-card h3{font-size:0.875rem;font-weight:700;margin:0 0 0.75rem;color:var(--text)}
.product-fit-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.375rem}
.product-fit-card li{font-size:0.85rem;color:var(--muted);line-height:1.5}

.product-cta-section{background:linear-gradient(135deg,#fff5f7,#fdf2ff);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;text-align:center}
.product-cta-section h2{font-size:1.1rem;font-weight:800;margin:0 0 0.5rem}
.product-cta-section p{font-size:0.9rem;color:var(--muted);margin:0 0 1.25rem}
.product-price-note{font-size:0.82rem;color:var(--muted);margin-top:0.75rem}

.product-faq-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.product-faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.product-faq-item h3{font-size:0.95rem;font-weight:700;color:var(--text);margin:0 0 0.5rem}
.product-faq-item p{font-size:0.9rem;color:var(--muted);margin:0;line-height:1.7}

.product-related{background:var(--surface)}
.product-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.product-related-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;text-align:center;transition:all 0.15s;text-decoration:none;display:flex;flex-direction:column;gap:6px;align-items:center}
.product-related-card:hover{border-color:var(--primary);transform:translateY(-2px);text-decoration:none}
.product-related-card img{max-height:100px;width:auto;object-fit:contain}
.product-related-name{font-size:0.82rem;font-weight:700;color:var(--text);line-height:1.3}
.product-related-price{font-size:0.875rem;font-weight:800;color:var(--primary)}
.product-related-rating{font-size:0.78rem;color:#F59E0B;font-weight:600}

.product-affiliate-disclaimer{font-size:0.75rem;color:var(--muted);text-align:center;padding:1rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);margin-top:1.5rem}

@media(max-width:700px){
  .product-hero-grid{grid-template-columns:1fr}
  .product-fit-grid{grid-template-columns:1fr}
  .product-related-grid{grid-template-columns:repeat(2,1fr)}
  .product-hero-specs{grid-template-columns:1fr 1fr}
}

/* CONTENT PAGES */
.content-page-wrap{max-width:860px;margin:0 auto;padding:2rem 24px 5rem}
.content-page-body h1{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:var(--text);margin:0 0 1.5rem;line-height:1.2}
.content-page-body h2{font-size:1.2rem;font-weight:800;color:var(--text);margin:2rem 0 1rem;padding-bottom:0.75rem;border-bottom:2px solid var(--border)}
.content-page-body h3{font-size:1rem;font-weight:700;color:var(--text);margin:1.5rem 0 0.75rem}
.content-page-body p{font-size:0.975rem;color:var(--muted);line-height:1.85;margin-bottom:1rem}
.content-page-body ul,.content-page-body ol{padding-left:1.5rem;margin-bottom:1rem}
.content-page-body li{font-size:0.975rem;color:var(--muted);line-height:1.75;margin-bottom:0.375rem}
.content-page-body strong{color:var(--text)}
.content-page-body a{color:var(--primary);font-weight:600}
.content-page-body a:hover{text-decoration:underline}

.content-cta-box{background:linear-gradient(135deg,#fff5f7,#fdf2ff);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin:2rem 0;text-align:center}
.content-cta-box h3{font-size:1.1rem;font-weight:800;margin:0 0 0.5rem;color:var(--text)}
.content-cta-box p{font-size:0.9rem;color:var(--muted);margin:0 0 1.25rem}
.content-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--primary);color:#ffffff!important;border-radius:var(--radius-full);font-weight:700;font-size:0.95rem;transition:all 0.2s;text-decoration:none!important}
.content-cta-btn *{color:#ffffff!important}
.content-cta-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(225,29,72,0.35);color:#ffffff!important;text-decoration:none!important}

.content-info-box{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:0.9rem;color:var(--muted);line-height:1.75}
.content-info-box strong{color:var(--text)}

.content-comparison-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:0.875rem}
.content-comparison-table th{background:var(--primary);color:#fff;padding:10px 14px;text-align:left;font-weight:700}
.content-comparison-table td{padding:10px 14px;border-bottom:1px solid var(--border);color:var(--muted)}
.content-comparison-table tr:nth-child(even) td{background:var(--surface)}

.pain-level-grid{display:grid;grid-template-columns:1fr;gap:0.875rem;margin:1.5rem 0}
.pain-level-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:start;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;transition:border-color 0.15s}
.pain-level-item:hover{border-color:var(--primary)}
.pain-level-num{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}
.pain-level-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;flex-shrink:0}
.pain-level-label{font-size:0.65rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:0.04em}
.pain-level-content h4{font-size:0.95rem;font-weight:700;color:var(--text);margin:0 0 0.375rem}
.pain-level-content p{font-size:0.85rem;color:var(--muted);margin:0;line-height:1.6}

.product-quick-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}
.product-quick-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;transition:all 0.15s;text-decoration:none;display:flex;flex-direction:column;gap:6px}
.product-quick-card:hover{border-color:var(--primary);transform:translateY(-2px);text-decoration:none}
.product-quick-name{font-size:0.9rem;font-weight:700;color:var(--text);line-height:1.3}
.product-quick-price{font-size:1rem;font-weight:800;color:var(--primary)}
.product-quick-rating{font-size:0.78rem;color:#F59E0B}
.product-quick-cta{font-size:0.78rem;color:var(--primary);font-weight:600;margin-top:auto}

@media(max-width:600px){
  .product-quick-grid{grid-template-columns:1fr}
  .pain-level-item{grid-template-columns:60px 1fr}
  .pain-level-circle{width:36px;height:36px;font-size:0.9rem}
}

.homepage-quick-links{display:flex;gap:0.75rem;flex-wrap:wrap;margin:1rem 0}
.quick-link-item{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:0.82rem;font-weight:600;color:var(--muted);transition:all 0.15s;text-decoration:none}
.quick-link-item:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light);text-decoration:none}

.product-internal-links{display:flex;gap:0.5rem;flex-wrap:wrap;margin-bottom:1rem}
.product-internal-link{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:0.78rem;font-weight:600;color:var(--muted);transition:all 0.15s;text-decoration:none}
.product-internal-link:hover{border-color:var(--primary);color:var(--primary);text-decoration:none}

/* === BUYING GUIDE HOMEPAGE === */
.container{max-width:1080px;margin:0 auto;padding:0 24px}
.btn-primary{display:inline-block;background:var(--primary);color:#fff;font-weight:700;font-size:0.95rem;padding:12px 24px;border-radius:var(--radius-full);text-decoration:none;border:none;cursor:pointer;transition:all 0.2s;box-shadow:0 4px 14px rgba(225,29,72,0.25)}
.btn-primary:hover{background:var(--primary-dark);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 20px rgba(225,29,72,0.35)}

.hero-buying{background:linear-gradient(135deg,#fff0f3 0%,#fdf2ff 100%);padding:3.5rem 0 2.5rem;text-align:center}
.hero-buying .hero-badge{display:inline-block;background:var(--primary);color:#fff;font-size:0.75rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-full);margin-bottom:1rem;letter-spacing:0.05em;text-transform:uppercase;border:none;box-shadow:none}
.hero-buying .hero-title{font-size:clamp(2rem,5.5vw,3.25rem);font-weight:800;color:var(--text);margin:0 auto 1rem;max-width:780px;line-height:1.15;letter-spacing:-0.02em}
.hero-buying .hero-title span{color:var(--primary)}
.hero-buying .hero-subtitle{font-size:1.05rem;color:var(--muted);max-width:620px;margin:0 auto 1.5rem;line-height:1.7}
.hero-meta{display:flex;justify-content:center;gap:1.5rem;margin:1.5rem 0;flex-wrap:wrap}
.hero-meta span{font-size:0.875rem;font-weight:600;color:var(--muted)}

.picks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}
.pick-card{background:#fff;border:2px solid var(--border);border-radius:var(--radius-lg,16px);padding:1.75rem;position:relative;transition:box-shadow 0.2s;display:flex;flex-direction:column}
.pick-card:hover{box-shadow:0 8px 30px rgba(225,29,72,0.12)}
.pick-best-overall{border-color:var(--primary)}
.pick-label{font-size:0.8rem;font-weight:700;color:var(--primary);margin-bottom:0.75rem;text-transform:uppercase;letter-spacing:0.05em}
.pick-card h3{font-size:1.1rem;font-weight:700;margin:0 0 0.5rem;color:var(--text)}
.pick-rating{font-size:0.875rem;color:var(--muted);margin-bottom:0.25rem}
.pick-price{font-size:1.25rem;font-weight:800;color:var(--primary);margin-bottom:0.75rem}
.pick-card p{font-size:0.9rem;color:var(--muted);margin-bottom:1.25rem;line-height:1.6;flex:1}
.pick-card .btn-primary{align-self:flex-start}

.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1.5rem}
.criterion{background:var(--surface);border-radius:var(--radius);padding:1.25rem}
.criterion h3{font-size:0.95rem;font-weight:700;margin:0 0 0.5rem;color:var(--text)}
.criterion p{font-size:0.875rem;color:var(--muted);margin:0;line-height:1.5}

.section-intro{font-size:1rem;color:var(--muted);max-width:600px;margin:0 auto 1.5rem;text-align:center;line-height:1.7}

.section h2{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--text);text-align:center;margin:0 0 1rem}

.home-product-name{margin:0}

@media(max-width:768px){
  .hero-buying{padding:2.5rem 0 2rem}
  .hero-meta{gap:1rem}
  .picks-grid{grid-template-columns:1fr}
  .criteria-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .criteria-grid{grid-template-columns:1fr}
}

/* Section label badge */
.section-label{display:inline-block;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--primary);background:var(--primary-light);padding:3px 12px;border-radius:var(--radius-full);margin-bottom:0.75rem}

/* What Is grid */
.what-is-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:2rem 0 1.5rem}
.what-is-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg,16px);padding:1.75rem}
.what-is-icon{font-size:2rem;margin-bottom:0.75rem}
.what-is-card h3{font-size:1rem;font-weight:700;margin:0 0 0.75rem;color:var(--text)}
.what-is-card p{font-size:0.9rem;color:var(--muted);line-height:1.7;margin:0 0 1rem}
.what-is-verdict{background:#fff;border-left:3px solid var(--primary);padding:0.75rem 1rem;border-radius:0 var(--radius) var(--radius) 0;font-size:0.875rem;line-height:1.8}
.what-is-list{padding-left:1.25rem;margin:0}
.what-is-list li{font-size:0.9rem;color:var(--muted);line-height:1.8;margin-bottom:0.25rem}
.what-is-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}
.stat-pill{flex:1;min-width:160px;background:var(--primary-light);border-radius:var(--radius-lg,16px);padding:1.25rem 1.5rem;text-align:center}
.stat-num{display:block;font-size:1.75rem;font-weight:800;color:var(--primary);line-height:1}
.stat-label{display:block;font-size:0.78rem;color:var(--muted);margin-top:0.4rem;line-height:1.4}

/* FAQ Accordion */
.faq-accordion{margin-top:1.5rem;border-radius:var(--radius-lg,16px);overflow:hidden;border:1px solid var(--border)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-trigger{width:100%;background:#fff;border:none;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;gap:1rem;transition:background 0.15s}
.faq-trigger:hover{background:var(--surface)}
.faq-trigger h3{font-size:0.95rem;font-weight:600;color:var(--text);margin:0;line-height:1.5}
.faq-icon{font-size:1.4rem;font-weight:300;color:var(--primary);flex-shrink:0;line-height:1;transition:transform 0.2s}
.faq-item.open .faq-trigger{background:var(--surface)}
.faq-item.open .faq-icon{transform:rotate(0deg)}
.faq-body{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.faq-body p{padding:0 1.5rem 1.25rem;font-size:0.9rem;color:var(--muted);line-height:1.75;margin:0}

@media(max-width:768px){
  .what-is-grid{grid-template-columns:1fr}
  .what-is-stats{flex-direction:column}
  .stat-pill{min-width:unset}
  .faq-trigger{padding:1rem 1.25rem}
  .faq-trigger h3{font-size:0.9rem}
}
