:root{--navy:#12192c;--red:#e63946;--orange:#f4a261;--bg:#f0f2f5;--white:#ffffff;--text:#1a1a2a;--muted:#666;--border:#e0e3ea}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:inherit;text-decoration:none}
/* Header */
header{background:var(--navy);padding:.9rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.4)}
.logo{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.5px}.logo span{color:var(--red)}
nav a{color:rgba(255,255,255,.75);margin-left:1.5rem;font-size:.875rem;transition:color .2s}nav a:hover{color:#fff}
/* Hero */
.hero{background:linear-gradient(135deg,var(--navy) 0%,#1d2d50 100%);color:#fff;padding:4rem 1.5rem;text-align:center}
.hero h1{font-size:clamp(1.6rem,4vw,2.8rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}
.hero p{font-size:1.1rem;opacity:.82;max-width:600px;margin:0 auto 2rem}
/* Search */
.search-wrap{max-width:560px;margin:0 auto}
.search-input{width:100%;padding:.85rem 1.4rem;font-size:1rem;border:none;border-radius:50px;outline:none;box-shadow:0 4px 20px rgba(0,0,0,.25)}
/* Stats bar */
.stats{background:var(--red);color:#fff;text-align:center;padding:.6rem 1rem;font-size:.875rem;font-weight:600;letter-spacing:.02em}
/* Grid */
.container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}
.section-title{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:var(--navy)}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}
/* Card */
.card{background:var(--white);border-radius:12px;padding:1.25rem 1.4rem;box-shadow:0 2px 10px rgba(0,0,0,.07);transition:transform .2s,box-shadow .2s;display:block;border-top:3px solid var(--red)}
.card:hover{transform:translateY(-3px);box-shadow:0 6px 24px rgba(0,0,0,.13)}
.card-name{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:var(--navy)}
.stars{color:#f4a261;font-size:1.1rem;letter-spacing:1px}
.badge{display:inline-block;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem}
.rating-num{font-size:.85rem;color:var(--muted);margin-left:.3rem}
/* Review page */
.review-hero{background:linear-gradient(135deg,var(--navy) 0%,#1d2d50 100%);color:#fff;padding:2.5rem 1.5rem 3rem}
.breadcrumb{font-size:.8rem;opacity:.65;margin-bottom:.8rem}.breadcrumb a{color:#fff}
.review-hero h1{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;line-height:1.25}
.review-hero .sub{font-size:.95rem;opacity:.75;margin-top:.5rem}
/* Review body */
.review-body{max-width:820px;margin:0 auto;padding:2rem 1.5rem 4rem}
.overview{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:2rem;border-left:5px solid var(--red);display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}
.big-rating{font-size:3.5rem;font-weight:900;color:var(--red);line-height:1}
.overview-stars{font-size:1.6rem;margin:.2rem 0}
.overview ul{list-style:none;font-size:.9rem;color:var(--muted);margin-top:.5rem}
.overview ul li{padding:.2rem 0}.overview ul li::before{content:'✗ ';color:var(--red);font-weight:700}
.warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem 1.25rem;margin:1.5rem 0;font-size:.925rem}
.warning strong{color:#856404}
.review-body h2{font-size:1.3rem;font-weight:700;margin:2.25rem 0 .9rem;color:var(--navy);border-bottom:2px solid var(--border);padding-bottom:.4rem}
.review-body p{margin-bottom:1rem;font-size:.975rem;color:#2a2a3a}
/* FAQ */
.faq{background:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.07);margin-top:2rem}
.faq h2{border:none;margin-top:0}
.faq-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-item:last-child{border-bottom:none}
.faq-q{font-weight:700;font-size:.95rem;color:var(--navy);margin-bottom:.35rem}
.faq-a{font-size:.9rem;color:var(--muted)}
/* Footer */
footer{background:var(--navy);color:rgba(255,255,255,.55);text-align:center;padding:2rem 1.5rem;font-size:.8rem}
footer a{color:rgba(255,255,255,.4)}.footer-links a{margin:0 .75rem}
/* Responsive */
@media(max-width:768px){nav{display:none}.hero{padding:2.5rem 1rem}.overview{grid-template-columns:1fr;text-align:center}}
@media(max-width:480px){.grid{grid-template-columns:1fr}}
