/* GymCarrya design: energetic review platform */
:root{
  --bg:#F8FAFC;
  --card:#FFFFFF;
  --ink:#0F172A;
  --muted:#64748B;
  --primary:#2DD36B;
  --primary-dark:#16A34A;
  --accent:#F97316;
  --navy:#1E293B;
  --line:#E2E8F0;
  --shadow:0 4px 24px rgba(15,23,42,.06);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Outfit',system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65;font-size:16px}
.wrap{max-width:1100px;margin:0 auto;padding:0 24px}
a{color:inherit;text-decoration:none}
header{background:var(--navy);padding:20px 0;border-bottom:4px solid var(--primary)}
.hi{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.brand{font-size:1.35rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:8px}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--primary);color:#fff;border-radius:6px;font-size:1rem;transform:rotate(45deg)}
.nav{display:flex;gap:26px;list-style:none}
.nav a{color:#CBD5E1;font-size:.95rem;font-weight:500}
.nav a:hover{color:#fff}
.main{padding:48px 0 64px}
.hero{text-align:center;padding:40px 0 52px}
.hero h1{font-family:'Playfair Display',serif;font-size:2.4rem;font-weight:700;line-height:1.15;margin-bottom:14px;color:var(--navy)}
.hero-sub{font-size:1.15rem;color:var(--muted);max-width:640px;margin:0 auto}
.entity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}
.entity-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow);transition:transform .15s,border-color .15s;display:flex;align-items:center;gap:18px}
.entity-card:hover{transform:translateY(-3px);border-color:var(--primary)}
.ec-score{width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;flex-shrink:0}
.ec-body h3{font-size:1.05rem;font-weight:700;margin-bottom:2px}
.ec-cat{font-size:.8rem;color:var(--muted);margin-bottom:6px}
.ec-stars{color:var(--accent);font-size:.95rem;letter-spacing:1px}
.review-hero{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:var(--shadow);margin-bottom:32px}
.rh-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:20px}
.rh-meta{flex:1}
.cat-pill{display:inline-block;background:rgba(45,211,107,.12);color:var(--primary-dark);font-family:'JetBrains Mono',monospace;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:5px 10px;border-radius:20px;margin-bottom:12px}
.review-hero h1{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:8px}
.rh-sub{color:var(--muted);font-size:.95rem}
.rh-score{text-align:center}
.score-num{font-size:3.2rem;font-weight:800;color:var(--navy);line-height:1}
.score-stars{color:var(--accent);font-size:1.3rem;letter-spacing:2px}
.rh-body{font-size:1.05rem;color:#334155}
.rh-body p{margin-bottom:14px}
.cta-link{color:var(--primary-dark);font-weight:700;border-bottom:2px solid var(--primary);transition:color .15s}
.cta-link:hover{color:var(--accent)}
.user-reviews h2{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:18px}
.user-review{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:20px;margin-bottom:16px}
.ur-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.ur-avatar{width:40px;height:40px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.ur-head strong{font-size:.95rem}
.ur-stars{color:var(--accent);font-size:.9rem;letter-spacing:1px}
.user-review p{color:#475569;font-size:.95rem}
.legal{max-width:760px}
.legal h1{font-family:'Playfair Display',serif;font-size:2rem;margin-bottom:16px}
.legal h2{font-size:1.15rem;margin:28px 0 10px;color:var(--navy)}
.legal p{margin-bottom:14px;color:#334155}
footer{background:var(--navy);color:#CBD5E1;padding:42px 0 24px;margin-top:40px}
.foot-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:24px}
.foot-tag{color:#94A3B8;font-size:.9rem;margin-top:6px;max-width:300px}
.foot-links{display:flex;gap:20px;flex-wrap:wrap}
.foot-links a{color:#CBD5E1;font-size:.9rem}
.foot-links a:hover{color:#fff}
.copy{text-align:center;font-size:.8rem;color:#64748B;border-top:1px solid #334155;padding-top:18px}
@media (max-width:720px){
  .hi{flex-direction:column;align-items:flex-start}
  .hero h1{font-size:1.8rem}
  .rh-top{flex-direction:column}
  .rh-score{align-self:flex-start}
}

.editorial-deep,.method-block,.app-review-deep,.finance-editorial,.invest-clarity,.digital-deep,.editorial-longform,.overview-editorial{margin-top:28px;padding-top:12px}
.editorial-deep h2,.method-block h2,.app-review-deep h2,.finance-editorial h2,.invest-clarity h2,.digital-deep h2,.editorial-longform h2,.overview-editorial h2{font-weight:700;margin:24px 0 10px}
.editorial-deep p,.method-block p,.app-review-deep p,.finance-editorial p,.invest-clarity p,.digital-deep p,.editorial-longform p,.overview-editorial p{margin-bottom:14px;line-height:1.65}
.editorial-longform h2{font-size:1.15rem}
