/*
Theme Name: BestAITools
Theme URI: https://bestaitools.com
Author: BestAITools
Description: A complete AI tools directory theme built from the BestAITools designs. Includes full homepage with hero, search, category chips, featured tools, per-category sections, sidebar and reviews. Individual tool listing pages with sticky H2-anchored tabs, editable CTA from post editor, pricing plans, pros/cons, reviews, write-review form, sidebar and similar tools. Category archive pages with hero, filter pills, ranked list, featured banner, newsletter and load more.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bestaitools
Tags: custom-colors,custom-fonts,directory
*/


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f0f6ff;--bg2:#e4efff;--white:#fff;--blue:#0061ff;--blue2:#3380ff;
  --sky:#e8f2ff;--pink:#ec4899;--teal:#0891b2;--green:#059669;
  --amber:#d97706;--orange:#ea580c;--violet:#7c3aed;--indigo:#4f46e5;
  --ink:#0c1220;--ink2:#1e2d45;--muted:#5a6b85;--muted2:#8fa0b8;
  --border:#d0dff5;--border2:#c0d4f0;--star:#f59e0b;
}
body{font-family:'Manrope',sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}

nav{background:var(--white);border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:66px;position:sticky;top:0;z-index:200;box-shadow:0 2px 20px rgba(0,97,255,.06)}
.logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px}
.logo-mark{width:32px;height:32px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:900}
.nav-links{display:flex;gap:2px;list-style:none}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.84rem;font-weight:600;padding:.4rem .9rem;border-radius:8px;transition:.18s}
.nav-links a:hover{color:var(--ink);background:var(--bg)}
.nav-cta{background:var(--blue);border:none;color:#fff;padding:.48rem 1.3rem;border-radius:9px;font-size:.83rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(0,97,255,.25);transition:.18s}
.nav-cta:hover{background:var(--blue2)}

.hero{background:linear-gradient(150deg,#0050d8 0%,#0061ff 40%,#3b8bff 70%,#7bb8ff 100%);padding:5.5rem 4rem 6rem;color:#fff;position:relative;overflow:hidden;text-align:center}
.hero::before{content:'';position:absolute;top:-140px;right:-140px;width:520px;height:520px;background:rgba(255,255,255,.07);border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-100px;left:-80px;width:380px;height:380px;background:rgba(255,255,255,.05);border-radius:50%}
.hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35);border-radius:100px;padding:.32rem 1rem;font-size:.71rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.6rem}
.live{width:6px;height:6px;background:#4fffb0;border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}
h1{font-family:'Bricolage Grotesque',sans-serif;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:800;line-height:1.07;letter-spacing:-1.5px;margin-bottom:1.2rem;color:#fff}
.hero-sub{font-size:1.1rem;line-height:1.75;color:rgba(255,255,255,.82);max-width:580px;margin:0 auto 2.5rem}
.hero-btns{display:flex;gap:12px;justify-content:center;margin-bottom:3rem}
.h-cta1{display:inline-flex;align-items:center;background:#fff;color:var(--blue);border:none;padding:.9rem 2rem;border-radius:11px;font-family:'Bricolage Grotesque',sans-serif;font-size:.97rem;font-weight:800;cursor:pointer;transition:.2s;box-shadow:0 8px 28px rgba(0,0,0,.18)}
.h-cta1:hover{transform:translateY(-2px)}
.h-cta2{display:inline-flex;align-items:center;background:rgba(255,255,255,.18);color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:.9rem 1.8rem;border-radius:11px;font-family:'Bricolage Grotesque',sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;transition:.2s}
.h-cta2:hover{background:rgba(255,255,255,.28)}
.hero-stats{display:inline-flex;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:14px;overflow:hidden}
.hs{padding:.85rem 2rem;border-right:1px solid rgba(255,255,255,.15);text-align:center}
.hs:last-child{border-right:none}
.hs-v{font-family:'Bricolage Grotesque',sans-serif;font-size:1.55rem;font-weight:800;color:#fff}
.hs-l{font-size:.67rem;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.6px;margin-top:2px}

.search-wrap{background:var(--white);border-bottom:1.5px solid var(--border);padding:1.8rem 4rem;box-shadow:0 4px 20px rgba(0,97,255,.05)}
.sw-inner{max-width:900px;margin:0 auto}
.sw-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--muted2);margin-bottom:.75rem}
.sw-bar{display:flex;border:2px solid var(--border2);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,97,255,.07);transition:.2s}
.sw-bar:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,97,255,.1)}
.sw-bar input{flex:1;border:none;outline:none;padding:.95rem 1.3rem;font-family:inherit;font-size:.97rem;color:var(--ink)}
.sw-bar input::placeholder{color:var(--muted2)}
.sw-bar select{border:none;border-left:1.5px solid var(--border);outline:none;padding:0 1rem;font-family:inherit;font-size:.85rem;color:var(--ink2);background:var(--bg);font-weight:600;cursor:pointer;min-width:180px}
.sw-btn{background:var(--blue);border:none;color:#fff;padding:.95rem 2rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.92rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:.18s}
.sw-btn:hover{background:var(--blue2)}

.cats-zone{background:var(--bg);border-bottom:1.5px solid var(--border);padding:1.2rem 4rem;overflow-x:auto;scrollbar-width:none}
.cats-zone::-webkit-scrollbar{display:none}
.cats-row{display:flex;gap:8px;white-space:nowrap}
.cc{display:inline-flex;align-items:center;gap:6px;border-radius:10px;padding:.46rem 1.05rem;font-size:.79rem;font-weight:700;cursor:pointer;transition:.2s;border:1.5px solid transparent;font-family:'Bricolage Grotesque',sans-serif}
.cc em{font-style:normal;font-size:.64rem;opacity:.65;margin-left:2px}
.cc:hover{filter:brightness(.9);transform:translateY(-1px)}
.cc-blue{background:#dbeafe;color:#1d4ed8;border-color:#bfdbfe}.cc-blue.on{background:#0061ff;color:#fff;border-color:#0061ff}
.cc-violet{background:#ede9fe;color:#5b21b6;border-color:#ddd6fe}
.cc-pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8}
.cc-orange{background:#ffedd5;color:#9a3412;border-color:#fed7aa}
.cc-teal{background:#cffafe;color:#0e7490;border-color:#a5f3fc}
.cc-green{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.cc-yellow{background:#fef9c3;color:#854d0e;border-color:#fef08a}
.cc-rose{background:#ffe4e6;color:#9f1239;border-color:#fecdd3}
.cc-indigo{background:#e0e7ff;color:#3730a3;border-color:#c7d2fe}
.cc-cyan{background:#ecfeff;color:#164e63;border-color:#a5f3fc}
.cc-amber{background:#fffbeb;color:#92400e;border-color:#fde68a}
.cc-emerald{background:#ecfdf5;color:#064e3b;border-color:#a7f3d0}
.cc-red{background:#fee2e2;color:#991b1b;border-color:#fca5a5}

.page{max-width:1280px;margin:0 auto;padding:2.8rem 4rem 5rem;display:grid;grid-template-columns:1fr 295px;gap:2.5rem}

.sh{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.15rem}
.st{font-family:'Bricolage Grotesque',sans-serif;font-size:1.02rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:8px}
.st-pip{width:12px;height:12px;border-radius:3px;background:var(--blue)}
.va{font-size:.77rem;font-weight:700;color:var(--blue);text-decoration:none;background:var(--sky);border:1.5px solid var(--border2);padding:.3rem .85rem;border-radius:7px;transition:.18s}
.va:hover{background:var(--blue);color:#fff;border-color:var(--blue)}

/* REAL LOGO BOXES */
.li{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--bg2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}
.li img{width:32px;height:32px;object-fit:contain}
.li-lg{width:50px;height:50px;border-radius:13px;overflow:hidden;flex-shrink:0;background:var(--bg2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}
.li-lg img{width:40px;height:40px;object-fit:contain}
.li-sm{width:32px;height:32px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--bg2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center}
.li-sm img{width:26px;height:26px;object-fit:contain}

.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:2rem}
.fb{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:1.5rem;cursor:pointer;transition:.22s;position:relative;overflow:hidden}
.fb::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}
.fb:nth-child(1)::before{background:linear-gradient(90deg,#0061ff,#4f46e5)}
.fb:nth-child(2)::before{background:linear-gradient(90deg,#ec4899,#ea580c)}
.fb:nth-child(3)::before{background:linear-gradient(90deg,#059669,#0891b2)}
.fb:nth-child(4)::before{background:linear-gradient(90deg,#7c3aed,#6366f1)}
.fb:hover{border-color:var(--border2);box-shadow:0 10px 32px rgba(0,97,255,.12);transform:translateY(-2px)}
.fb-head{display:flex;align-items:center;gap:13px;margin-bottom:.9rem}
.fb-badge{font-size:.62rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:2px}
.fb:nth-child(1) .fb-badge{color:var(--blue)}
.fb:nth-child(2) .fb-badge{color:var(--pink)}
.fb:nth-child(3) .fb-badge{color:var(--green)}
.fb:nth-child(4) .fb-badge{color:var(--violet)}
.fb-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.08rem;color:var(--ink)}
.fb-cat{font-size:.7rem;color:var(--muted2);margin-top:1px}
.fb-desc{font-size:.81rem;color:var(--muted);line-height:1.62}
.fb-foot{display:flex;gap:6px;margin-top:.95rem}

.g6{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:2rem}
.g5{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:2rem}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:2rem}

.tc{background:var(--white);border:1.5px solid var(--border);border-radius:13px;padding:1.15rem;cursor:pointer;transition:.22s}
.tc:hover{border-color:var(--blue);box-shadow:0 6px 24px rgba(0,97,255,.11);transform:translateY(-2px)}
.tc-h{display:flex;align-items:center;gap:10px;margin-bottom:.68rem}
.tc-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.88rem;color:var(--ink)}
.tc-sub{font-size:.65rem;color:var(--muted2);margin-top:1px}
.tc-desc{font-size:.77rem;color:var(--muted);line-height:1.52}
.tc-foot{display:flex;gap:4px;margin-top:.68rem;flex-wrap:wrap}

.b{display:inline-block;font-size:.61rem;font-weight:700;padding:.14rem .48rem;border-radius:5px}
.b-new{background:#cffafe;color:#0e7490;border:1px solid #a5f3fc}
.b-free{background:#dcfce7;color:#166534;border:1px solid #86efac}
.b-paid{background:#ffe4e6;color:#9f1239;border:1px solid #fca5a5}
.b-fm{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}
.b-cat{background:var(--bg);color:var(--muted2);border:1px solid var(--border)}

.div{height:1px;background:var(--border);margin:2.2rem 0}

/* REVIEWS */
.reviews-wrap{background:var(--white);border-top:1.5px solid var(--border);border-bottom:1.5px solid var(--border);padding:3.5rem 4rem}
.reviews-inner{max-width:1280px;margin:0 auto}
.rev-hd{font-family:'Bricolage Grotesque',sans-serif;font-size:1.9rem;font-weight:800;color:var(--ink);text-align:center;margin-bottom:.5rem}
.rev-sub{text-align:center;color:var(--muted);font-size:.92rem;margin-bottom:2.5rem}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rc{background:var(--bg);border:1.5px solid var(--border);border-radius:16px;padding:1.6rem;transition:.2s}
.rc:hover{border-color:var(--border2);box-shadow:0 6px 24px rgba(0,97,255,.08)}
.rc-top{display:flex;align-items:center;gap:12px;margin-bottom:1rem}
.rc-logo{width:46px;height:46px;border-radius:11px;overflow:hidden;background:var(--white);border:1.5px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center}
.rc-logo img{width:36px;height:36px;object-fit:contain}
.rc-tool{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.97rem;color:var(--ink)}
.rc-cat{font-size:.7rem;color:var(--muted2)}
.rc-stars{color:var(--star);font-size:1rem;margin-bottom:.85rem;letter-spacing:1px}
.rc-text{font-size:.83rem;color:var(--muted);line-height:1.66;font-style:italic}
.rc-author{display:flex;align-items:center;gap:8px;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--border)}
.rc-av{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:#fff;flex-shrink:0}
.rc-name{font-weight:700;font-size:.8rem;color:var(--ink2)}
.rc-date{font-size:.7rem;color:var(--muted2)}

/* SIDEBAR */
.side{display:flex;flex-direction:column;gap:13px}
.sc{background:var(--white);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}
.sc-hd{padding:.75rem 1.1rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.83rem;font-weight:800;border-bottom:1.5px solid var(--border);display:flex;align-items:center;gap:6px;color:var(--ink)}
.sc-hd.blue{background:var(--blue);color:#fff;border-color:var(--blue)}
.sc-hd.sky{background:var(--sky);color:var(--blue)}
.sc-hd.green{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.sc-hd.pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8}
.sc-hd.amber{background:#fffbeb;color:#92400e;border-color:#fde68a}
.sr{display:flex;align-items:center;gap:10px;padding:.68rem 1.1rem;border-bottom:1.5px solid var(--bg);cursor:pointer;transition:.15s}
.sr:hover{background:var(--bg)}
.sr:last-child{border-bottom:none}
.sr-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.83rem;color:var(--ink)}
.sr-cat{font-size:.67rem;color:var(--muted2)}
.sr-x{margin-left:auto;font-size:.72rem;font-weight:700;color:var(--muted2)}
.sr-x.up{color:var(--green)}

.sub-banner{background:linear-gradient(135deg,#0050d8,#0061ff,#3b8bff);border-radius:14px;padding:1.8rem 1.5rem;text-align:center;color:#fff}
.sub-t{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;margin-bottom:.45rem}
.sub-s{font-size:.81rem;color:rgba(255,255,255,.75);margin-bottom:1.1rem}
.sub-btn{background:#fff;color:var(--blue);border:none;padding:.6rem 1.4rem;border-radius:8px;font-family:'Bricolage Grotesque',sans-serif;font-size:.86rem;font-weight:800;cursor:pointer}

footer{background:var(--ink2);color:rgba(255,255,255,.4);padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.fl{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:9px}
.fl-m{width:26px;height:26px;border-radius:7px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:900}
.foot-links{display:flex;gap:1.5rem}
.foot-links a{color:rgba(255,255,255,.4);text-decoration:none;transition:.18s}
.foot-links a:hover{color:rgba(255,255,255,.8)}



*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f0f6ff;--bg2:#e4efff;--white:#fff;--blue:#0061ff;--blue2:#3380ff;
  --sky:#e8f2ff;--pink:#ec4899;--teal:#0891b2;--green:#059669;
  --amber:#d97706;--orange:#ea580c;--violet:#7c3aed;--indigo:#4f46e5;
  --ink:#0c1220;--ink2:#1e2d45;--muted:#5a6b85;--muted2:#8fa0b8;
  --border:#d0dff5;--border2:#c0d4f0;--star:#f59e0b;--red:#dc2626;
}
body{font-family:'Manrope',sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}

/* ── BRAND LOGO BOXES ── */
/* Each tool gets its own SVG-based branded icon — no external images needed */
.brand-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:900;font-family:'Bricolage Grotesque',sans-serif;border-radius:inherit;width:100%;height:100%}
/* Tool brand colours */
.bc-chatgpt{background:linear-gradient(135deg,#10a37f,#1a7a5e)}
.bc-claude{background:linear-gradient(135deg,#d4845a,#c06040)}
.bc-midjourney{background:linear-gradient(135deg,#222,#444)}
.bc-cursor{background:linear-gradient(135deg,#0f172a,#1e3a5f)}
.bc-gemini{background:linear-gradient(135deg,#4285f4,#1a73e8)}
.bc-grok{background:linear-gradient(135deg,#1a1a2e,#3a3a5c)}
.bc-perplexity{background:linear-gradient(135deg,#1c1c2e,#20b2aa)}
.bc-suno{background:linear-gradient(135deg,#6366f1,#4f46e5)}
.bc-udio{background:linear-gradient(135deg,#6d28d9,#4c1d95)}
.bc-elevenlabs{background:linear-gradient(135deg,#e55a2b,#ff6b35)}
.bc-runway{background:linear-gradient(135deg,#1a1a1a,#333)}
.bc-kling{background:linear-gradient(135deg,#1a1a2e,#2d2d48)}
.bc-pika{background:linear-gradient(135deg,#c44569,#ff6b9d)}
.bc-luma{background:linear-gradient(135deg,#2d3561,#1a1a3e)}
.bc-heygen{background:linear-gradient(135deg,#4f46e5,#6c63ff)}
.bc-stability{background:linear-gradient(135deg,#5b21b6,#7c3aed)}
.bc-firefly{background:linear-gradient(135deg,#ea580c,#f97316)}
.bc-leonardo{background:linear-gradient(135deg,#0284c7,#0ea5e9)}
.bc-ideogram{background:linear-gradient(135deg,#0891b2,#06b6d4)}
.bc-github{background:linear-gradient(135deg,#24292e,#40464d)}
.bc-replit{background:linear-gradient(135deg,#d4530a,#f26207)}
.bc-tabnine{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}
.bc-v0{background:linear-gradient(135deg,#111,#222)}
.bc-jasper{background:linear-gradient(135deg,#e55a2b,#ff6b35)}
.bc-copyai{background:linear-gradient(135deg,#3a0ca3,#4361ee)}
.bc-notion{background:linear-gradient(135deg,#191919,#333)}
.bc-canva{background:linear-gradient(135deg,#7d2ae8,#00c4cc)}
.bc-gamma{background:linear-gradient(135deg,#6941c6,#7f56d9)}
.bc-mistral{background:linear-gradient(135deg,#ff6b2b,#e55a2b)}
.bc-char{background:linear-gradient(135deg,#be185d,#e11d48)}
.bc-soundraw{background:linear-gradient(135deg,#059669,#10b981)}
.bc-musicfy{background:linear-gradient(135deg,#0891b2,#06b6d4)}
.bc-murf{background:linear-gradient(135deg,#7c3aed,#6d28d9)}
.bc-synthesia{background:linear-gradient(135deg,#0077b6,#00b4d8)}
.bc-descript{background:linear-gradient(135deg,#1d4ed8,#3b82f6)}

/* ── NAV ── */
nav{background:var(--white);border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:66px;position:sticky;top:0;z-index:200;box-shadow:0 2px 20px rgba(0,97,255,.06)}
.logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px}
.logo-mark{width:32px;height:32px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:900}
.nav-links{display:flex;gap:2px;list-style:none}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.84rem;font-weight:600;padding:.4rem .9rem;border-radius:8px;transition:.18s}
.nav-links a:hover{color:var(--ink);background:var(--bg)}
.nav-cta{background:var(--blue);border:none;color:#fff;padding:.48rem 1.3rem;border-radius:9px;font-size:.83rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(0,97,255,.25);transition:.18s}
.nav-cta:hover{background:var(--blue2)}

/* ── BREADCRUMB ── */
.breadcrumb-bar{background:var(--white);border-bottom:1.5px solid var(--border);padding:.75rem 4rem}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted2);max-width:1280px;margin:0 auto}
.breadcrumb a{color:var(--blue);text-decoration:none;font-weight:600;transition:.15s}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb-sep{color:var(--muted2);font-size:.75rem}
.breadcrumb-cur{color:var(--muted);font-weight:600}

/* ── TOOL HEADER ── */
.tool-header{background:var(--white);border-bottom:1.5px solid var(--border);padding:2.2rem 4rem}
.th-inner{max-width:1280px;margin:0 auto}
.th-row{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}
.th-left{display:flex;align-items:flex-start;gap:1.5rem;flex:1}
.tool-logo-wrap{width:72px;height:72px;border-radius:16px;overflow:hidden;flex-shrink:0;border:2px solid rgba(0,0,0,.08)}
.tool-logo-wrap .brand-icon{font-size:1.5rem;color:#fff}
.tool-meta{flex:1}
.tool-name-row{display:flex;align-items:center;gap:10px;margin-bottom:.35rem;flex-wrap:wrap}
.tool-name{font-family:'Bricolage Grotesque',sans-serif;font-size:1.9rem;font-weight:800;color:var(--ink);letter-spacing:-.5px}
.tool-verified{background:#dcfce7;color:#166534;border:1px solid #86efac;font-size:.65rem;font-weight:800;padding:.2rem .6rem;border-radius:5px;letter-spacing:.3px;text-transform:uppercase}
.tool-featured-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.65rem;font-weight:800;padding:.2rem .6rem;border-radius:5px;letter-spacing:.3px;text-transform:uppercase}
.tool-tagline{font-size:1rem;color:var(--muted);line-height:1.6;margin-bottom:.85rem;max-width:560px}
.tool-meta-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}
.rating-stars{display:flex;align-items:center;gap:5px}
.stars{color:var(--star);font-size:.95rem;letter-spacing:1px}
.rating-num{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.95rem;color:var(--ink)}
.rating-count{font-size:.78rem;color:var(--muted2)}
.meta-pill{display:inline-flex;align-items:center;gap:5px;background:var(--bg);border:1.5px solid var(--border2);border-radius:100px;padding:.3rem .85rem;font-size:.75rem;font-weight:700;color:var(--muted)}
.meta-pill.green{background:#dcfce7;border-color:#bbf7d0;color:#166534}
.meta-pill.blue{background:var(--sky);border-color:var(--border2);color:var(--blue)}

/* ── CTAs inline with title ── */
.th-cta{display:flex;flex-direction:column;gap:10px;align-items:flex-end;flex-shrink:0}
.cta-visit{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;border:none;padding:.85rem 1.8rem;border-radius:11px;font-family:'Bricolage Grotesque',sans-serif;font-size:.97rem;font-weight:800;cursor:pointer;transition:.2s;text-decoration:none;box-shadow:0 4px 18px rgba(0,97,255,.28);white-space:nowrap}
.cta-visit:hover{background:var(--blue2);transform:translateY(-1px)}
.cta-visit svg{width:16px;height:16px;flex-shrink:0}
.cta-row2{display:flex;gap:8px}
.cta-save{display:inline-flex;align-items:center;gap:7px;background:var(--white);color:var(--ink2);border:1.5px solid var(--border2);padding:.68rem 1.3rem;border-radius:10px;font-family:'Bricolage Grotesque',sans-serif;font-size:.86rem;font-weight:700;cursor:pointer;transition:.2s}
.cta-save:hover{border-color:var(--blue);color:var(--blue)}
.cta-share{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--muted);border:1.5px solid var(--border);padding:.68rem 1.1rem;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:.2s;font-family:inherit}
.cta-share:hover{color:var(--ink);border-color:var(--border2)}

/* ── TABS ── */
.tabs-bar{background:var(--white);border-bottom:1.5px solid var(--border);padding:0 4rem;position:sticky;top:66px;z-index:100;box-shadow:0 2px 10px rgba(0,97,255,.04)}
.tabs-inner{max-width:1280px;margin:0 auto;display:flex;overflow-x:auto;scrollbar-width:none}
.tabs-inner::-webkit-scrollbar{display:none}
.tab{padding:.9rem 1.3rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.87rem;font-weight:700;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent;white-space:nowrap;transition:.18s;margin-bottom:-1.5px;user-select:none}
.tab:hover{color:var(--ink2)}
.tab.active{color:var(--blue);border-bottom-color:var(--blue)}
.tab-count{background:var(--blue);color:#fff;font-size:.6rem;padding:.1rem .45rem;border-radius:4px;margin-left:5px;font-weight:800;vertical-align:middle}

/* ── PAGE GRID ── */
.page{max-width:1280px;margin:0 auto;padding:2.5rem 4rem 4rem;display:grid;grid-template-columns:1fr 310px;gap:2.5rem}

/* ── SECTION TITLES ── */
.section{margin-bottom:2.5rem}
.sec-title{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;color:var(--ink);margin-bottom:1.1rem;display:flex;align-items:center;gap:8px}
.sec-title::before{content:'';width:4px;height:18px;background:var(--blue);border-radius:2px;display:block;flex-shrink:0}

/* ── ABOUT ── */
.about-text{font-size:.9rem;color:var(--muted);line-height:1.82}
.about-text p{margin-bottom:.9rem}
.about-text p:last-child{margin-bottom:0}

/* ── FEATURES GRID ── */
.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.feat-card{background:var(--white);border:1.5px solid var(--border);border-radius:13px;padding:1.2rem;transition:.2s}
.feat-card:hover{border-color:var(--border2);box-shadow:0 4px 18px rgba(0,97,255,.08)}
.feat-icon-box{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:.7rem}
.feat-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.9rem;color:var(--ink);margin-bottom:.3rem}
.feat-desc{font-size:.78rem;color:var(--muted);line-height:1.55}

/* ── SCREENSHOTS ── */
.screenshots{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.ss{border:1.5px solid var(--border);border-radius:12px;overflow:hidden;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;position:relative}
.ss:hover{border-color:var(--blue);box-shadow:0 4px 18px rgba(0,97,255,.1)}
.ss-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:.78rem;font-weight:700;color:#fff;opacity:.9}
.ss-inner svg{width:26px;height:26px;opacity:.8}
.ss-label{position:absolute;bottom:.6rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);color:#fff;font-size:.64rem;font-weight:700;padding:.18rem .6rem;border-radius:4px;white-space:nowrap}

/* ── PROS & CONS ── */
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pc-col{background:var(--white);border:1.5px solid var(--border);border-radius:13px;padding:1.3rem}
.pc-header{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.92rem;margin-bottom:1rem;display:flex;align-items:center;gap:7px}
.pc-header.pros{color:var(--green)}
.pc-header.cons{color:var(--red)}
.pc-item{display:flex;align-items:flex-start;gap:9px;margin-bottom:.7rem;font-size:.82rem;color:var(--muted);line-height:1.55}
.pc-item:last-child{margin-bottom:0}
.pc-dot{width:19px;height:19px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:900;margin-top:1px}
.pc-dot.pro{background:#dcfce7;color:#166534}
.pc-dot.con{background:#fee2e2;color:#991b1b}

/* ── PRICING ── */
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.price-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.5rem;text-align:center;transition:.2s;position:relative;overflow:hidden}
.price-card.popular{border-color:var(--blue);box-shadow:0 4px 22px rgba(0,97,255,.14)}
.price-popular-tag{position:absolute;top:0;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:.63rem;font-weight:800;padding:.22rem .9rem;border-radius:0 0 8px 8px;white-space:nowrap;letter-spacing:.3px}
.price-plan{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.9rem;color:var(--muted);margin-bottom:.4rem;margin-top:.5rem}
.price-amount{font-family:'Bricolage Grotesque',sans-serif;font-size:2.1rem;font-weight:800;color:var(--ink);line-height:1}
.price-amount span{font-size:.85rem;color:var(--muted);font-weight:500}
.price-per{font-size:.72rem;color:var(--muted2);margin:.25rem 0 1rem}
.price-features{list-style:none;text-align:left;margin-bottom:1.2rem}
.price-features li{font-size:.79rem;color:var(--muted);padding:.32rem 0;border-bottom:1px solid var(--bg);display:flex;align-items:flex-start;gap:7px;line-height:1.45}
.price-features li:last-child{border-bottom:none}
.price-features li::before{content:'✓';color:var(--green);font-weight:900;font-size:.76rem;flex-shrink:0;margin-top:1px}
.price-btn{width:100%;background:var(--bg2);border:1.5px solid var(--border2);color:var(--ink2);padding:.68rem;border-radius:9px;font-family:'Bricolage Grotesque',sans-serif;font-size:.84rem;font-weight:700;cursor:pointer;transition:.2s}
.price-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.price-card.popular .price-btn{background:var(--blue);color:#fff;border-color:var(--blue)}
.price-card.popular .price-btn:hover{background:var(--blue2)}

/* ── REVIEW SUMMARY ── */
.review-summary{display:flex;align-items:center;gap:2.5rem;background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.6rem 2rem;margin-bottom:1.5rem}
.rs-big-num{font-family:'Bricolage Grotesque',sans-serif;font-size:3.8rem;font-weight:800;color:var(--ink);line-height:1}
.rs-stars{font-size:1.3rem;color:var(--star);letter-spacing:2px;margin:.15rem 0 .25rem}
.rs-count{font-size:.78rem;color:var(--muted2)}
.rs-breakdown{flex:1}
.rs-bar-row{display:flex;align-items:center;gap:8px;margin-bottom:.42rem}
.rs-bar-row:last-child{margin-bottom:0}
.rs-bar-label{font-size:.74rem;color:var(--muted);font-weight:700;width:30px;text-align:right;flex-shrink:0}
.rs-bar{flex:1;height:7px;background:var(--bg2);border-radius:4px;overflow:hidden}
.rs-bar-fill{height:100%;border-radius:4px}
.rs-bar-pct{font-size:.72rem;color:var(--muted2);width:30px;flex-shrink:0}

/* ── REVIEW CARDS ── */
.review-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.5rem;margin-bottom:12px;transition:.2s}
.review-card:hover{border-color:var(--border2);box-shadow:0 4px 14px rgba(0,97,255,.07)}
.rc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}
.rc-user{display:flex;align-items:center;gap:11px}
.rc-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;color:#fff;flex-shrink:0;font-family:'Bricolage Grotesque',sans-serif}
.rc-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.88rem;color:var(--ink)}
.rc-role{font-size:.7rem;color:var(--muted2);margin-top:1px}
.rc-right{text-align:right}
.rc-stars-sm{color:var(--star);font-size:.82rem;letter-spacing:.5px}
.rc-date{font-size:.7rem;color:var(--muted2);margin-top:2px}
.rc-headline{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.92rem;color:var(--ink);margin-bottom:.5rem}
.rc-text{font-size:.83rem;color:var(--muted);line-height:1.68}
.rc-helpful{display:flex;align-items:center;gap:.7rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--bg)}
.rc-helpful-label{font-size:.73rem;color:var(--muted2)}
.helpful-btn{background:var(--bg);border:1px solid var(--border);border-radius:7px;padding:.28rem .8rem;font-size:.73rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.15s;font-family:inherit}
.helpful-btn:hover{border-color:var(--border2);color:var(--ink)}

/* ── WRITE REVIEW FORM ── */
.write-review{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.8rem;margin-top:1.5rem}
.wr-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.05rem;color:var(--ink);margin-bottom:.5rem}
.wr-subtitle{font-size:.8rem;color:var(--muted2);margin-bottom:1.1rem}
.wr-star-label{font-size:.74rem;font-weight:700;color:var(--ink2);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}
.wr-stars{display:flex;gap:5px;margin-bottom:1.2rem;cursor:pointer}
.wr-star{font-size:1.8rem;color:#dde5f5;transition:.15s;cursor:pointer;line-height:1}
.wr-star.lit{color:var(--star)}
.wr-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
.wr-field{display:flex;flex-direction:column;gap:5px}
.wr-field.full{grid-column:span 2}
.wr-label{font-size:.73rem;font-weight:700;color:var(--ink2);text-transform:uppercase;letter-spacing:.5px}
.wr-input{border:1.5px solid var(--border2);border-radius:9px;padding:.78rem 1rem;font-family:inherit;font-size:.88rem;color:var(--ink);background:#fff;outline:none;transition:.18s}
.wr-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,97,255,.08)}
.wr-input::placeholder{color:var(--muted2)}
textarea.wr-input{resize:vertical;min-height:110px;line-height:1.65}
.wr-submit{background:var(--blue);border:none;color:#fff;padding:.85rem 2.2rem;border-radius:10px;font-family:'Bricolage Grotesque',sans-serif;font-size:.92rem;font-weight:800;cursor:pointer;transition:.2s;box-shadow:0 4px 14px rgba(0,97,255,.25)}
.wr-submit:hover{background:var(--blue2);transform:translateY(-1px)}

/* ── SIDEBAR ── */
.side{display:flex;flex-direction:column;gap:16px}
.info-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}
.info-hd{background:var(--blue);color:#fff;padding:.78rem 1.2rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.85rem;font-weight:800}
.info-row{display:flex;align-items:center;justify-content:space-between;padding:.72rem 1.2rem;border-bottom:1px solid var(--bg);font-size:.82rem}
.info-row:last-child{border-bottom:none}
.info-label{color:var(--muted);font-weight:600}
.info-val{font-weight:700;color:var(--ink2);text-align:right;max-width:55%}
.info-val.green{color:var(--green)}
.info-val.blue a{color:var(--blue);text-decoration:none}
.info-val.blue a:hover{text-decoration:underline}

/* ── FEATURED TOOL CARD ── */
.featured-tool{background:linear-gradient(135deg,#0050d8,#0061ff,#3b8bff);border-radius:14px;padding:1.4rem;color:#fff}
.ft-label{font-size:.64rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.75rem}
.ft-tool{display:flex;align-items:center;gap:12px;margin-bottom:.85rem}
.ft-logo{width:44px;height:44px;border-radius:11px;overflow:hidden;flex-shrink:0;border:2px solid rgba(255,255,255,.2)}
.ft-logo .brand-icon{font-size:1.1rem;color:#fff}
.ft-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1.05rem;color:#fff}
.ft-cat{font-size:.72rem;color:rgba(255,255,255,.6)}
.ft-desc{font-size:.8rem;color:rgba(255,255,255,.72);line-height:1.6;margin-bottom:1rem}
.ft-btn{display:block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);border-radius:9px;padding:.68rem;text-align:center;color:#fff;font-family:'Bricolage Grotesque',sans-serif;font-size:.84rem;font-weight:700;cursor:pointer;transition:.2s;text-decoration:none}
.ft-btn:hover{background:rgba(255,255,255,.28)}

/* ── TAGS ── */
.tags-wrap{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.1rem}
.tags-hd{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.82rem;color:var(--ink);margin-bottom:.75rem;display:flex;align-items:center;gap:6px}
.tags-cloud{display:flex;flex-wrap:wrap;gap:7px}
.tag{background:var(--bg2);border:1px solid var(--border2);border-radius:100px;padding:.3rem .85rem;font-size:.75rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.18s}
.tag:hover{background:var(--blue);color:#fff;border-color:var(--blue)}

/* ── ALTERNATIVES SIDEBAR ── */
.alt-wrap{background:var(--white);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}
.alt-hd{background:var(--sky);color:var(--blue);padding:.78rem 1.2rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.85rem;font-weight:800;border-bottom:1.5px solid var(--border)}
.alt-card{display:flex;align-items:center;gap:11px;padding:.78rem 1.2rem;border-bottom:1px solid var(--bg);cursor:pointer;transition:.2s;text-decoration:none}
.alt-card:last-child{border-bottom:none}
.alt-card:hover{background:var(--bg)}
.alt-logo{width:36px;height:36px;border-radius:9px;overflow:hidden;flex-shrink:0}
.alt-logo .brand-icon{font-size:.88rem;color:#fff}
.alt-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.84rem;color:var(--ink)}
.alt-cat{font-size:.67rem;color:var(--muted2);margin-top:1px}
.alt-right{margin-left:auto;text-align:right;flex-shrink:0}
.alt-stars{font-size:.7rem;color:var(--star)}
.alt-price{font-size:.67rem;font-weight:700;color:var(--muted2)}

/* ── SIMILAR TOOLS ── */
.similar-section{max-width:1280px;margin:0 auto 4rem;padding:0 4rem}
.similar-title{font-family:'Bricolage Grotesque',sans-serif;font-size:1.15rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:8px;margin-bottom:1.1rem}
.similar-title::before{content:'';width:4px;height:18px;background:var(--blue);border-radius:2px;display:block}
.similar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.sim-card{background:var(--white);border:1.5px solid var(--border);border-radius:13px;padding:1.1rem;cursor:pointer;transition:.22s;text-decoration:none;display:block}
.sim-card:hover{border-color:var(--blue);box-shadow:0 6px 22px rgba(0,97,255,.1);transform:translateY(-2px)}
.sim-top{display:flex;align-items:center;gap:9px;margin-bottom:.65rem}
.sim-logo{width:38px;height:38px;border-radius:9px;overflow:hidden;flex-shrink:0}
.sim-logo .brand-icon{font-size:.9rem;color:#fff}
.sim-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:.88rem;color:var(--ink)}
.sim-cat{font-size:.66rem;color:var(--muted2);margin-top:1px}
.sim-desc{font-size:.76rem;color:var(--muted);line-height:1.5}
.sim-foot{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem}
.sim-stars{font-size:.72rem;color:var(--star)}
.sim-badge{font-size:.65rem;font-weight:700;padding:.12rem .45rem;border-radius:4px}
.sim-badge.free{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.sim-badge.paid{background:#ffe4e6;color:#9f1239;border:1px solid #fca5a5}
.sim-badge.fm{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc}

.div{height:1px;background:var(--border);margin:2rem 0}

footer{background:var(--ink2);color:rgba(255,255,255,.4);padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.fl{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:9px}
.fl-m{width:26px;height:26px;border-radius:7px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:900}
.foot-links{display:flex;gap:1.5rem}
.foot-links a{color:rgba(255,255,255,.4);text-decoration:none;transition:.18s}
.foot-links a:hover{color:rgba(255,255,255,.8)}



*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f0f6ff;--bg2:#e4efff;--white:#fff;--blue:#0061ff;--blue2:#3380ff;
  --sky:#e8f2ff;--pink:#ec4899;--teal:#0891b2;--green:#059669;
  --amber:#d97706;--orange:#ea580c;--violet:#7c3aed;
  --ink:#0c1220;--ink2:#1e2d45;--muted:#5a6b85;--muted2:#8fa0b8;
  --border:#d0dff5;--border2:#c0d4f0;--star:#f59e0b;
}
body{font-family:'Manrope',sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}

/* ── BRAND COLOURS ── */
.bc-perplexity{background:linear-gradient(135deg,#1c1c2e,#20b2aa)}
.bc-notion{background:linear-gradient(135deg,#191919,#333)}
.bc-quillbot{background:linear-gradient(135deg,#1a7340,#22a05a)}
.bc-deepl{background:linear-gradient(135deg,#0033a0,#0052cc)}
.bc-liner{background:linear-gradient(135deg,#ff6b35,#e55a2b)}
.bc-fireflies{background:linear-gradient(135deg,#7c3aed,#6d28d9)}
.bc-coursera{background:linear-gradient(135deg,#0056d2,#0073e6)}
.bc-notebooklm{background:linear-gradient(135deg,#1a73e8,#4285f4)}
.bc-quizlet{background:linear-gradient(135deg,#4255ff,#5c6bff)}
.bc-khanmigo{background:linear-gradient(135deg,#14bf96,#0ea47e)}
.bc-wolfram{background:linear-gradient(135deg,#c8192c,#e61e2b)}
.bc-scite{background:linear-gradient(135deg,#0061ff,#3380ff)}
.bc-chatgpt{background:linear-gradient(135deg,#10a37f,#1a7a5e)}
.bc-claude{background:linear-gradient(135deg,#d4845a,#c06040)}
.bc-speechify{background:linear-gradient(135deg,#7b2ff7,#9747ff)}
.bc-otter{background:linear-gradient(135deg,#0ac8b9,#00a896)}
.bc-scribbr{background:linear-gradient(135deg,#e8334a,#c42040)}
.bc-elicit{background:linear-gradient(135deg,#5b21b6,#7c3aed)}
.bc-socratic{background:linear-gradient(135deg,#4285f4,#5a95f5)}
.bc-grammarly{background:linear-gradient(135deg,#15c39a,#00a880)}
.bc-consensus{background:linear-gradient(135deg,#0a66c2,#0077b5)}
.bc-mendeley{background:linear-gradient(135deg,#9b1d20,#b52124)}
.bc-anki{background:linear-gradient(135deg,#0070f3,#005cc5)}
.bc-brainly{background:linear-gradient(135deg,#7c4dff,#651fff)}

/* brand icon helper */
.bi{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:'Bricolage Grotesque',sans-serif;font-weight:900;color:#fff;font-size:inherit}

/* ── NAV ── */
nav{background:var(--white);border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:66px;position:sticky;top:0;z-index:200;box-shadow:0 2px 20px rgba(0,97,255,.06)}
.logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px}
.logo-mark{width:32px;height:32px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:900}
.nav-links{display:flex;gap:2px;list-style:none}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.84rem;font-weight:600;padding:.4rem .9rem;border-radius:8px;transition:.18s}
.nav-links a:hover{color:var(--ink);background:var(--bg)}
.nav-cta{background:var(--blue);border:none;color:#fff;padding:.48rem 1.3rem;border-radius:9px;font-size:.83rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(0,97,255,.25);transition:.18s}
.nav-cta:hover{background:var(--blue2)}

/* ── BREADCRUMB ── */
.breadcrumb-bar{background:var(--white);border-bottom:1.5px solid var(--border);padding:.75rem 4rem}
.bc-row{display:flex;align-items:center;gap:8px;font-size:.8rem;max-width:1280px;margin:0 auto}
.bc-row a{color:var(--blue);text-decoration:none;font-weight:600}
.bc-row a:hover{text-decoration:underline}
.bc-sep{color:var(--muted2)}
.bc-cur{color:var(--muted);font-weight:600}

/* ── CATEGORY HERO ── */
.cat-hero{background:linear-gradient(150deg,#0050d8 0%,#0061ff 40%,#3b8bff 75%,#7bb8ff 100%);padding:3rem 4rem 3.5rem;color:#fff;position:relative;overflow:hidden}
.cat-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:rgba(255,255,255,.07);border-radius:50%}
.cat-hero::after{content:'';position:absolute;bottom:-60px;left:25%;width:260px;height:260px;background:rgba(255,255,255,.05);border-radius:50%}
.ch-inner{max-width:1280px;margin:0 auto;position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.ch-left{}
.ch-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.3);border-radius:100px;padding:.28rem .9rem;font-size:.72rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-bottom:1rem}
.ch-title{font-family:'Bricolage Grotesque',sans-serif;font-size:clamp(1.8rem,3.5vw,2.9rem);font-weight:800;line-height:1.1;letter-spacing:-.5px;margin-bottom:.8rem;color:#fff}
.ch-desc{font-size:.95rem;line-height:1.7;color:rgba(255,255,255,.78);max-width:560px;margin-bottom:1.4rem}
.ch-tags{display:flex;gap:8px;flex-wrap:wrap}
.ch-tag{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:100px;padding:.28rem .8rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:.18s;color:#fff;text-decoration:none}
.ch-tag:hover{background:rgba(255,255,255,.28)}
.ch-stats{display:flex;flex-direction:column;gap:10px;align-items:flex-end;flex-shrink:0}
.ch-stat-box{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:.85rem 1.4rem;text-align:center;min-width:110px}
.ch-stat-n{font-family:'Bricolage Grotesque',sans-serif;font-size:1.7rem;font-weight:800;color:#fff;line-height:1}
.ch-stat-l{font-size:.67rem;color:rgba(255,255,255,.62);text-transform:uppercase;letter-spacing:.5px;margin-top:3px}

/* ── CONTROLS BAR ── */
.controls-bar{background:var(--white);border-bottom:1.5px solid var(--border);padding:1rem 4rem;position:sticky;top:66px;z-index:100;box-shadow:0 2px 10px rgba(0,97,255,.04)}
.ctrl-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ctrl-count{font-family:'Bricolage Grotesque',sans-serif;font-size:.88rem;font-weight:800;color:var(--ink)}
.ctrl-count span{color:var(--blue)}
.ctrl-sep{width:1px;height:20px;background:var(--border2)}

/* FILTER PILLS */
.filter-pills{display:flex;gap:7px;flex-wrap:wrap}
.fp{display:inline-flex;align-items:center;gap:5px;border:1.5px solid var(--border2);background:var(--white);border-radius:100px;padding:.35rem 1rem;font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.18s;font-family:inherit}
.fp:hover{border-color:var(--blue);color:var(--blue)}
.fp.on{background:var(--blue);border-color:var(--blue);color:#fff}
.fp.free{}.fp.free.on{background:var(--green);border-color:var(--green)}
.fp.freemium.on{background:var(--violet);border-color:var(--violet)}
.fp.paid.on{background:var(--orange);border-color:var(--orange)}
.fp.trial.on{background:var(--teal);border-color:var(--teal)}

/* SORT SELECT */
.sort-select{margin-left:auto;display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:var(--muted)}
.sort-select select{border:1.5px solid var(--border2);border-radius:9px;padding:.4rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--ink2);background:var(--white);outline:none;cursor:pointer;transition:.18s}
.sort-select select:focus{border-color:var(--blue)}

/* VIEW TOGGLE */
.view-toggle{display:flex;border:1.5px solid var(--border2);border-radius:8px;overflow:hidden}
.vt{width:34px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s;background:var(--white);color:var(--muted2);font-size:1rem}
.vt:hover{color:var(--ink)}
.vt.on{background:var(--blue);color:#fff}

/* ── MAIN LAYOUT ── */
.layout{max-width:1280px;margin:0 auto;padding:2rem 4rem 5rem;display:grid;grid-template-columns:240px 1fr;gap:2.5rem}

/* ── SIDEBAR ── */
.sidebar{display:flex;flex-direction:column;gap:14px}
.sb-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;overflow:hidden}
.sb-hd{padding:.75rem 1.1rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.84rem;font-weight:800;color:var(--ink);border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.sb-hd span{font-size:.7rem;color:var(--muted2);font-weight:500}
.cat-list{max-height:340px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border2) transparent}
.cat-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1.1rem;border-bottom:1px solid var(--bg);cursor:pointer;transition:.15s;text-decoration:none;font-size:.82rem;color:var(--muted);font-weight:600}
.cat-item:hover{background:var(--bg);color:var(--ink)}
.cat-item.active{background:var(--sky);color:var(--blue);font-weight:700}
.cat-item:last-child{border-bottom:none}
.cat-cnt{background:var(--bg2);border-radius:100px;padding:.1rem .5rem;font-size:.68rem;font-weight:700;color:var(--muted2)}
.cat-item.active .cat-cnt{background:rgba(0,97,255,.12);color:var(--blue)}

/* Featured sidebar box */
.feat-sb{background:linear-gradient(135deg,#0050d8,#0061ff,#3b8bff);border-radius:14px;padding:1.3rem;color:#fff}
.feat-sb-label{font-size:.63rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.65rem}
.feat-sb-tool{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}
.feat-sb-logo{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0;border:1.5px solid rgba(255,255,255,.2)}
.feat-sb-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1rem;color:#fff}
.feat-sb-cat{font-size:.7rem;color:rgba(255,255,255,.6)}
.feat-sb-desc{font-size:.78rem;color:rgba(255,255,255,.7);line-height:1.57;margin-bottom:.9rem}
.feat-sb-btn{display:block;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);border-radius:8px;padding:.6rem;text-align:center;color:#fff;font-family:'Bricolage Grotesque',sans-serif;font-size:.82rem;font-weight:700;cursor:pointer;transition:.2s;text-decoration:none}
.feat-sb-btn:hover{background:rgba(255,255,255,.28)}

/* Price filter */
.price-filter{padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:8px}
.pf-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.pf-check{display:flex;align-items:center;gap:7px;font-size:.82rem;font-weight:600;color:var(--muted)}
.pf-dot{width:14px;height:14px;border-radius:4px;border:2px solid var(--border2);flex-shrink:0;transition:.18s;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:900;color:#fff}
.pf-dot.checked{border-color:var(--blue);background:var(--blue)}
.pf-cnt{font-size:.7rem;font-weight:700;color:var(--muted2)}

/* ── TOOLS GRID ── */
.tools-area{}
.featured-tool-banner{background:linear-gradient(120deg,#0c1220 0%,#1e2d45 100%);border-radius:16px;padding:1.4rem 1.6rem;display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem;cursor:pointer;transition:.2s;border:1.5px solid rgba(255,255,255,.06)}
.featured-tool-banner:hover{box-shadow:0 8px 32px rgba(0,0,0,.25);transform:translateY(-1px)}
.ftb-logo{width:52px;height:52px;border-radius:13px;overflow:hidden;flex-shrink:0}
.ftb-badge{display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.63rem;font-weight:800;padding:.18rem .6rem;border-radius:4px;letter-spacing:.3px;text-transform:uppercase;margin-bottom:.35rem}
.ftb-name{font-family:'Bricolage Grotesque',sans-serif;font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.25rem}
.ftb-desc{font-size:.82rem;color:rgba(255,255,255,.58);line-height:1.55}
.ftb-right{margin-left:auto;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}
.ftb-vote{font-family:'Bricolage Grotesque',sans-serif;font-size:1.3rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:5px}
.ftb-vote-label{font-size:.68rem;color:rgba(255,255,255,.45);text-transform:uppercase;letter-spacing:.4px}
.ftb-btn{background:var(--blue);border:none;color:#fff;padding:.62rem 1.4rem;border-radius:9px;font-family:'Bricolage Grotesque',sans-serif;font-size:.84rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:.18s}
.ftb-btn:hover{background:var(--blue2)}

/* TOOL CARD — list style (default) */
.tool-card{background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:1.2rem 1.4rem;display:flex;align-items:flex-start;gap:1.1rem;margin-bottom:10px;cursor:pointer;transition:.22s;text-decoration:none;position:relative}
.tool-card:hover{border-color:var(--blue);box-shadow:0 6px 24px rgba(0,97,255,.1);transform:translateY(-1px)}
.tc-rank{width:28px;flex-shrink:0;text-align:center;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1rem;color:var(--muted2);padding-top:10px}
.tc-rank.top3{color:var(--blue)}
.tc-logo{width:50px;height:50px;border-radius:12px;overflow:hidden;flex-shrink:0}
.tc-logo .bi{font-size:1.15rem}
.tc-body{flex:1;min-width:0}
.tc-name-row{display:flex;align-items:center;gap:8px;margin-bottom:.28rem;flex-wrap:wrap}
.tc-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:1rem;color:var(--ink)}
.tc-verified{background:#dcfce7;color:#166534;border:1px solid #86efac;font-size:.6rem;font-weight:800;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}
.tc-verified.gold{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-color:#fcd34d}
.tc-desc{font-size:.83rem;color:var(--muted);line-height:1.6;margin-bottom:.65rem}
.tc-meta{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}
.tc-rating{display:flex;align-items:center;gap:4px}
.tc-stars{color:var(--star);font-size:.78rem;letter-spacing:.5px}
.tc-score{font-size:.78rem;font-weight:800;color:var(--ink2)}
.tc-pill{display:inline-flex;align-items:center;gap:4px;border-radius:100px;padding:.22rem .7rem;font-size:.72rem;font-weight:700;border:1px solid transparent}
.tp-free{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.tp-fm{background:#e0e7ff;color:#3730a3;border-color:#a5b4fc}
.tp-paid{background:#ffe4e6;color:#9f1239;border-color:#fca5a5}
.tp-trial{background:#cffafe;color:#0e7490;border-color:#a5f3fc}
.tc-cat-tag{background:var(--bg);border:1px solid var(--border2);border-radius:100px;padding:.22rem .7rem;font-size:.72rem;font-weight:600;color:var(--muted);text-decoration:none;transition:.15s}
.tc-cat-tag:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.tc-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0;padding-top:2px}
.tc-upvote{display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--bg);border:1.5px solid var(--border2);border-radius:9px;padding:.5rem .7rem;cursor:pointer;transition:.18s;min-width:54px}
.tc-upvote:hover{border-color:var(--blue);background:var(--sky)}
.tc-upvote-arrow{font-size:1rem;line-height:1;color:var(--muted2)}
.tc-upvote-n{font-family:'Bricolage Grotesque',sans-serif;font-size:.88rem;font-weight:800;color:var(--ink2)}
.tc-visit{display:inline-flex;align-items:center;gap:5px;background:var(--blue);color:#fff;border:none;padding:.52rem 1.1rem;border-radius:8px;font-family:'Bricolage Grotesque',sans-serif;font-size:.8rem;font-weight:700;cursor:pointer;transition:.18s;text-decoration:none;white-space:nowrap}
.tc-visit:hover{background:var(--blue2)}

/* NEW badge on card */
.tc-new-badge{position:absolute;top:.9rem;right:1.4rem;background:var(--teal);color:#fff;font-size:.6rem;font-weight:800;padding:.18rem .55rem;border-radius:4px;letter-spacing:.3px;text-transform:uppercase}

/* LOAD MORE */
.load-more-wrap{text-align:center;margin-top:2rem}
.load-more{background:var(--white);border:2px solid var(--border2);color:var(--ink2);padding:.85rem 2.5rem;border-radius:11px;font-family:'Bricolage Grotesque',sans-serif;font-size:.92rem;font-weight:800;cursor:pointer;transition:.2s}
.load-more:hover{border-color:var(--blue);color:var(--blue);background:var(--sky)}

/* NEWSLETTER BANNER */
.nl-banner{background:linear-gradient(135deg,#0050d8,#0061ff,#3b8bff);border-radius:16px;padding:2rem 2.5rem;color:#fff;text-align:center;margin-bottom:1.5rem}
.nl-t{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;margin-bottom:.4rem}
.nl-s{font-size:.85rem;color:rgba(255,255,255,.75);margin-bottom:1.2rem}
.nl-form{display:flex;gap:8px;max-width:380px;margin:0 auto}
.nl-input{flex:1;border:none;border-radius:9px;padding:.75rem 1rem;font-family:inherit;font-size:.88rem;outline:none;color:var(--ink)}
.nl-btn{background:var(--ink2);color:#fff;border:none;border-radius:9px;padding:.75rem 1.3rem;font-family:'Bricolage Grotesque',sans-serif;font-size:.86rem;font-weight:800;cursor:pointer;transition:.18s;white-space:nowrap}
.nl-btn:hover{background:#000}

footer{background:var(--ink2);color:rgba(255,255,255,.4);padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.fl{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:9px}
.fl-m{width:26px;height:26px;border-radius:7px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:900}
.foot-links{display:flex;gap:1.5rem}
.foot-links a{color:rgba(255,255,255,.4);text-decoration:none;transition:.18s}
.foot-links a:hover{color:rgba(255,255,255,.8)}


/* ============================================================
   WORDPRESS NAV OVERRIDE — match design exactly
   ============================================================ */
.site-nav{background:var(--white);border-bottom:1.5px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:66px;position:sticky;top:0;z-index:200;box-shadow:0 2px 20px rgba(0,97,255,.06)}
.site-logo{font-family:'Bricolage Grotesque',sans-serif;font-size:1.25rem;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:9px;text-decoration:none}
.site-logo:hover{text-decoration:none;color:var(--ink)}
.logo-mark{width:32px;height:32px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:900}
.site-nav .nav-links{display:flex;gap:2px;list-style:none;margin:0;padding:0}
.site-nav .nav-links li{list-style:none}
.site-nav .nav-links a{text-decoration:none;color:var(--muted);font-size:.84rem;font-weight:600;padding:.4rem .9rem;border-radius:8px;transition:.18s;display:block}
.site-nav .nav-links a:hover{color:var(--ink);background:var(--bg)}
.nav-right{display:flex;align-items:center;gap:8px}
.social-icon{width:30px;height:30px;border-radius:8px;background:var(--bg);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.72rem;font-weight:700;text-decoration:none;transition:.18s}
.social-icon:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.nav-cta-btn{background:var(--blue);border:none;color:#fff;padding:.48rem 1.3rem;border-radius:9px;font-size:.83rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px rgba(0,97,255,.25);transition:.18s;text-decoration:none;display:inline-block}
.nav-cta-btn:hover{background:var(--blue2);color:#fff;text-decoration:none}
.nav-hamburger{display:none;background:none;border:1.5px solid var(--border2);border-radius:8px;padding:.38rem .6rem;cursor:pointer;font-size:1.1rem;color:var(--ink);line-height:1}

/* Breadcrumb */
.bat-bc-bar{background:var(--white);border-bottom:1.5px solid var(--border);padding:.75rem 4rem}
.bat-bc{display:flex;align-items:center;gap:8px;font-size:.8rem;max-width:1280px;margin:0 auto}
.bat-bc a{color:var(--blue);text-decoration:none;font-weight:600}
.bat-bc a:hover{text-decoration:underline}
.bat-bc-sep{color:var(--muted2)}
.bat-bc-cur{color:var(--muted);font-weight:600}

/* Footer */
.site-footer{background:var(--ink2);color:rgba(255,255,255,.4);padding:2rem 4rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}
.site-footer .fl{font-family:'Bricolage Grotesque',sans-serif;font-size:1.1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:9px;text-decoration:none}
.site-footer .fl:hover{text-decoration:none;color:#fff}
.site-footer .fl-m{width:26px;height:26px;border-radius:7px;background:var(--blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:900}
.site-footer .foot-links{display:flex;gap:1.5rem}
.site-footer .foot-links a{color:rgba(255,255,255,.4);text-decoration:none;transition:.18s}
.site-footer .foot-links a:hover{color:rgba(255,255,255,.8)}

/* Homepage layout grid */
.hp-grid{max-width:1280px;margin:0 auto;padding:2.8rem 4rem 5rem;display:grid;grid-template-columns:1fr 295px;gap:2.5rem}
.hp-main{}
.hp-side{display:flex;flex-direction:column;gap:13px}

/* Category archive layout */
.cat-layout{max-width:1280px;margin:0 auto;padding:2rem 4rem 5rem;display:grid;grid-template-columns:240px 1fr;gap:2.5rem}

/* Logo box (PHP generated) */
.bat-logo-box{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:900;font-family:"Bricolage Grotesque",sans-serif;color:#fff;overflow:hidden}
.bat-logo-box img{width:80%;height:80%;object-fit:contain}

/* Write review — WordPress comment form overrides */
#bat-review-form .comment-form{display:contents}
#bat-review-form p{margin:0}
.wr-submit-wrap{margin-top:1rem}

/* Editor content styles */
.entry-content h2{font-family:"Bricolage Grotesque",sans-serif;font-size:1.2rem;font-weight:800;color:var(--ink);margin:2rem 0 .9rem;padding-top:1rem;scroll-margin-top:140px}
.entry-content h3{font-size:1rem;color:var(--ink2);margin:1.2rem 0 .5rem;font-weight:700}
.entry-content p{font-size:.9rem;color:var(--muted);line-height:1.82;margin-bottom:.9rem}
.entry-content ul,.entry-content ol{padding-left:1.4rem;margin-bottom:.9rem}
.entry-content li{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:.3rem}
.entry-content img{border-radius:12px;max-width:100%;height:auto;border:1.5px solid var(--border)}
.entry-content blockquote{border-left:4px solid var(--blue);padding-left:1.2rem;margin:1.2rem 0;font-style:italic;color:var(--muted)}
.entry-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}

/* Responsive */
@media(max-width:1024px){
  .hp-grid{grid-template-columns:1fr}.hp-side{display:none}
  .cat-layout{grid-template-columns:1fr}.sidebar{display:none}
  .g6{grid-template-columns:repeat(3,1fr)}
  .g5{grid-template-columns:repeat(3,1fr)}
  .feat-grid{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr 1fr}
  .similar-grid{grid-template-columns:repeat(3,1fr)}
  .ch-inner{grid-template-columns:1fr}.ch-stats{display:none}
  .page{grid-template-columns:1fr}
}
@media(max-width:768px){
  .site-nav{padding:0 1.5rem}
  .site-nav .nav-links{display:none}
  .site-nav .nav-links.open{display:flex;flex-direction:column;position:fixed;top:66px;left:0;right:0;background:var(--white);border-bottom:1.5px solid var(--border);padding:1rem;gap:4px;z-index:199}
  .nav-hamburger{display:block}
  .hero,.search-wrap,.cats-zone,.bat-bc-bar{padding-left:1.5rem;padding-right:1.5rem}
  .hp-grid,.cat-layout{padding:1.5rem 1rem 3rem}
  .g6,.g5,.g4{grid-template-columns:repeat(2,1fr)}
  .rev-grid{grid-template-columns:1fr}
  .reviews-wrap{padding:2.5rem 1.5rem}
  .similar-grid{grid-template-columns:repeat(2,1fr)}
  .similar-section{padding:0 1.5rem}
  .site-footer{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}
  .controls-bar{padding:.75rem 1rem}
  .tool-header{padding:1.5rem}
  .th-row{flex-direction:column}.th-cta{align-items:flex-start}
  .tabs-bar{padding:0 1rem}
  .page{padding:1.5rem 1rem 3rem}
  .pricing-grid{grid-template-columns:1fr}
  .pros-cons{grid-template-columns:1fr}
  .wr-row{grid-template-columns:1fr}
  .wr-field.full{grid-column:span 1}
}
@media(max-width:480px){
  .g6,.g5,.g4{grid-template-columns:1fr}
  .feat-grid{grid-template-columns:1fr}
  .hero-stats{flex-direction:column;border-radius:14px}
  .hs{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}
  .hs:last-child{border-bottom:none}
}


/* ============================================================
   LAYOUT FIXES — overrides to ensure correct rendering
   ============================================================ */

/* Reset body and global */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Manrope', sans-serif; background: #f0f6ff; color: #0c1220; min-height: 100vh; }

/* Nav — sticky, correct height */
.site-nav { background: #fff; border-bottom: 1.5px solid #d0dff5; display: flex; align-items: center; justify-content: space-between; padding: 0 4rem; height: 66px; position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 20px rgba(0,97,255,.06); }
.site-logo { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.25rem; font-weight: 800; color: #0c1220; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.site-logo img { height: 38px; width: auto; object-fit: contain; } /* custom logo */
.logo-mark { width: 32px; height: 32px; border-radius: 9px; background: #0061ff; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .85rem; font-weight: 900; flex-shrink: 0; }
.nav-links { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links li { list-style: none; }
.nav-links a { text-decoration: none; color: #5a6b85; font-size: .84rem; font-weight: 600; padding: .4rem .9rem; border-radius: 8px; transition: .18s; display: block; }
.nav-links a:hover { color: #0c1220; background: #f0f6ff; }
.nav-right { display: flex; align-items: center; gap: 8px; }
.social-icon { width: 30px; height: 30px; border-radius: 8px; background: #f0f6ff; border: 1px solid #c0d4f0; display: flex; align-items: center; justify-content: center; color: #5a6b85; font-size: .72rem; font-weight: 700; text-decoration: none; transition: .18s; }
.social-icon:hover { background: #0061ff; color: #fff; border-color: #0061ff; }
.nav-cta-btn { background: #0061ff; border: none; color: #fff; padding: .48rem 1.3rem; border-radius: 9px; font-size: .83rem; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 14px rgba(0,97,255,.25); transition: .18s; text-decoration: none; display: inline-block; }
.nav-cta-btn:hover { background: #3380ff; color: #fff; text-decoration: none; }
.nav-hamburger { display: none; background: none; border: 1.5px solid #c0d4f0; border-radius: 8px; padding: .38rem .6rem; cursor: pointer; font-size: 1.1rem; color: #0c1220; line-height: 1; }

/* Hero */
.hero { background: linear-gradient(150deg,#0050d8 0%,#0061ff 40%,#3b8bff 70%,#7bb8ff 100%); padding: 5.5rem 4rem 6rem; color: #fff; position: relative; overflow: hidden; text-align: center; }
.hero::before { content: ''; position: absolute; top: -140px; right: -140px; width: 520px; height: 520px; background: rgba(255,255,255,.07); border-radius: 50%; }
.hero::after  { content: ''; position: absolute; bottom: -100px; left: -80px; width: 380px; height: 380px; background: rgba(255,255,255,.05); border-radius: 50%; }
.hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.35); border-radius: 100px; padding: .32rem 1rem; font-size: .71rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 1.6rem; }
.live { width: 6px; height: 6px; background: #4fffb0; border-radius: 50%; animation: bat-pulse 2s infinite; flex-shrink: 0; }
@keyframes bat-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(2.2rem,5vw,4.4rem); font-weight: 800; line-height: 1.07; letter-spacing: -1.5px; margin-bottom: 1.2rem; color: #fff; }
.hero-sub { font-size: 1.1rem; line-height: 1.75; color: rgba(255,255,255,.82); max-width: 580px; margin: 0 auto 2.5rem; }
.hero-btns { display: flex; gap: 12px; justify-content: center; margin-bottom: 3rem; flex-wrap: wrap; }
.h-cta1 { display: inline-flex; align-items: center; background: #fff; color: #0061ff; border: none; padding: .9rem 2rem; border-radius: 11px; font-family: 'Bricolage Grotesque', sans-serif; font-size: .97rem; font-weight: 800; cursor: pointer; transition: .2s; box-shadow: 0 8px 28px rgba(0,0,0,.18); text-decoration: none; }
.h-cta1:hover { transform: translateY(-2px); color: #0061ff; text-decoration: none; }
.h-cta2 { display: inline-flex; align-items: center; background: rgba(255,255,255,.18); color: #fff; border: 1.5px solid rgba(255,255,255,.4); padding: .9rem 1.8rem; border-radius: 11px; font-family: 'Bricolage Grotesque', sans-serif; font-size: .95rem; font-weight: 700; cursor: pointer; transition: .2s; text-decoration: none; }
.h-cta2:hover { background: rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.hero-stats { display: inline-flex; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; overflow: hidden; }
.hs { padding: .85rem 2rem; border-right: 1px solid rgba(255,255,255,.15); text-align: center; }
.hs:last-child { border-right: none; }
.hs-v { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.55rem; font-weight: 800; color: #fff; line-height: 1; }
.hs-l { font-size: .67rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .6px; margin-top: 2px; }

/* Search */
.search-wrap { background: #fff; border-bottom: 1.5px solid #d0dff5; padding: 1.8rem 4rem; box-shadow: 0 4px 20px rgba(0,97,255,.05); }
.sw-inner { max-width: 900px; margin: 0 auto; }
.sw-label { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #8fa0b8; margin-bottom: .75rem; }
.sw-bar { display: flex; border: 2px solid #c0d4f0; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 2px 12px rgba(0,97,255,.07); transition: .2s; }
.sw-bar:focus-within { border-color: #0061ff; box-shadow: 0 0 0 4px rgba(0,97,255,.1); }
.sw-bar input { flex: 1; border: none; outline: none; padding: .95rem 1.3rem; font-family: inherit; font-size: .97rem; color: #0c1220; min-width: 0; }
.sw-bar input::placeholder { color: #8fa0b8; }
.sw-bar select { border: none; border-left: 1.5px solid #d0dff5; outline: none; padding: 0 1rem; font-family: inherit; font-size: .85rem; color: #1e2d45; background: #f0f6ff; font-weight: 600; cursor: pointer; min-width: 160px; }
.sw-btn { background: #0061ff; border: none; color: #fff; padding: .95rem 2rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .92rem; font-weight: 800; cursor: pointer; white-space: nowrap; transition: .18s; flex-shrink: 0; }
.sw-btn:hover { background: #3380ff; }

/* Category chips */
.cats-zone { background: #f0f6ff; border-bottom: 1.5px solid #d0dff5; padding: 1.2rem 4rem; overflow-x: auto; scrollbar-width: none; }
.cats-zone::-webkit-scrollbar { display: none; }
.cats-row { display: flex; gap: 8px; white-space: nowrap; }
.cc { display: inline-flex; align-items: center; gap: 6px; border-radius: 10px; padding: .46rem 1.05rem; font-size: .79rem; font-weight: 700; cursor: pointer; transition: .2s; border: 1.5px solid transparent; font-family: 'Bricolage Grotesque', sans-serif; text-decoration: none; }
.cc em { font-style: normal; font-size: .64rem; opacity: .65; margin-left: 2px; }
.cc:hover { filter: brightness(.9); transform: translateY(-1px); text-decoration: none; }
.cc-blue { background: #dbeafe; color: #1d4ed8; border-color: #bfdbfe; }
.cc-blue.on, .cc-blue.active { background: #0061ff; color: #fff; border-color: #0061ff; }
.cc-violet{background:#ede9fe;color:#5b21b6;border-color:#ddd6fe} .cc-pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8} .cc-orange{background:#ffedd5;color:#9a3412;border-color:#fed7aa} .cc-teal{background:#cffafe;color:#0e7490;border-color:#a5f3fc} .cc-green{background:#dcfce7;color:#166534;border-color:#bbf7d0} .cc-yellow{background:#fef9c3;color:#854d0e;border-color:#fef08a} .cc-rose{background:#ffe4e6;color:#9f1239;border-color:#fecdd3} .cc-indigo{background:#e0e7ff;color:#3730a3;border-color:#c7d2fe} .cc-cyan{background:#ecfeff;color:#164e63;border-color:#a5f3fc} .cc-amber{background:#fffbeb;color:#92400e;border-color:#fde68a} .cc-emerald{background:#ecfdf5;color:#064e3b;border-color:#a7f3d0} .cc-red{background:#fee2e2;color:#991b1b;border-color:#fca5a5}

/* Homepage layout */
.hp-grid { max-width: 1280px; margin: 0 auto; padding: 2.8rem 4rem 5rem; display: grid; grid-template-columns: 1fr 295px; gap: 2.5rem; }
.hp-side { display: flex; flex-direction: column; gap: 13px; }

/* Section headers */
.sh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.15rem; }
.st { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.02rem; font-weight: 800; color: #0c1220; display: flex; align-items: center; gap: 8px; }
.st-pip { width: 12px; height: 12px; border-radius: 3px; background: #0061ff; flex-shrink: 0; }
.va { font-size: .77rem; font-weight: 700; color: #0061ff; text-decoration: none; background: #e8f2ff; border: 1.5px solid #c0d4f0; padding: .3rem .85rem; border-radius: 7px; transition: .18s; }
.va:hover { background: #0061ff; color: #fff; border-color: #0061ff; text-decoration: none; }

/* Logo boxes */
.bat-logo-box { display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: 'Bricolage Grotesque', sans-serif; overflow: hidden; }
.bat-logo-box img { display: block; }

/* Tool card grid sizes */
.g6 { display: grid; grid-template-columns: repeat(6,1fr); gap: 10px; margin-bottom: 2rem; }
.g5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin-bottom: 2rem; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 2rem; }

/* Small tool card */
.tc { background: #fff; border: 1.5px solid #d0dff5; border-radius: 13px; padding: 1.15rem; cursor: pointer; transition: .22s; text-decoration: none; display: block; }
.tc:hover { border-color: #0061ff; box-shadow: 0 6px 24px rgba(0,97,255,.11); transform: translateY(-2px); text-decoration: none; }
.tc-h { display: flex; align-items: center; gap: 10px; margin-bottom: .68rem; }
.tc-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .88rem; color: #0c1220; }
.tc-sub { font-size: .65rem; color: #8fa0b8; margin-top: 1px; }
.tc-desc { font-size: .77rem; color: #5a6b85; line-height: 1.52; }
.tc-foot { display: flex; gap: 4px; margin-top: .68rem; flex-wrap: wrap; }

/* Featured 2x2 grid */
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 2rem; }
.fb { background: #fff; border: 1.5px solid #d0dff5; border-radius: 16px; padding: 1.5rem; cursor: pointer; transition: .22s; position: relative; overflow: hidden; text-decoration: none; display: block; }
.fb::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.fb:nth-child(1)::before{background:linear-gradient(90deg,#0061ff,#4f46e5)} .fb:nth-child(2)::before{background:linear-gradient(90deg,#ec4899,#ea580c)} .fb:nth-child(3)::before{background:linear-gradient(90deg,#059669,#0891b2)} .fb:nth-child(4)::before{background:linear-gradient(90deg,#7c3aed,#6366f1)}
.fb:hover { border-color: #c0d4f0; box-shadow: 0 10px 32px rgba(0,97,255,.12); transform: translateY(-2px); text-decoration: none; }
.fb-head { display: flex; align-items: center; gap: 13px; margin-bottom: .9rem; }
.fb-badge { font-size: .62rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; color: #0061ff; }
.fb:nth-child(2) .fb-badge{color:#ec4899} .fb:nth-child(3) .fb-badge{color:#059669} .fb:nth-child(4) .fb-badge{color:#7c3aed}
.fb-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.08rem; color: #0c1220; }
.fb-cat { font-size: .7rem; color: #8fa0b8; margin-top: 1px; }
.fb-desc { font-size: .81rem; color: #5a6b85; line-height: 1.62; }
.fb-foot { display: flex; gap: 6px; margin-top: .95rem; }

/* Divider */
.div { height: 1px; background: #d0dff5; margin: 2.2rem 0; }

/* Badges */
.b { display: inline-block; font-size: .61rem; font-weight: 700; padding: .14rem .48rem; border-radius: 5px; }
.b-new{background:#cffafe;color:#0e7490;border:1px solid #a5f3fc} .b-free{background:#dcfce7;color:#166534;border:1px solid #86efac} .b-paid{background:#ffe4e6;color:#9f1239;border:1px solid #fca5a5} .b-fm{background:#e0e7ff;color:#3730a3;border:1px solid #a5b4fc} .b-cat{background:#f0f6ff;color:#8fa0b8;border:1px solid #d0dff5}

/* Reviews section */
.reviews-wrap { background: #fff; border-top: 1.5px solid #d0dff5; border-bottom: 1.5px solid #d0dff5; padding: 3.5rem 4rem; }
.reviews-inner { max-width: 1280px; margin: 0 auto; }
.rev-hd { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.9rem; font-weight: 800; color: #0c1220; text-align: center; margin-bottom: .5rem; }
.rev-sub { text-align: center; color: #5a6b85; font-size: .92rem; margin-bottom: 2.5rem; }
.rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.rc { background: #f0f6ff; border: 1.5px solid #d0dff5; border-radius: 16px; padding: 1.6rem; transition: .2s; }
.rc:hover { border-color: #c0d4f0; box-shadow: 0 6px 24px rgba(0,97,255,.08); }
.rc-top { display: flex; align-items: center; gap: 12px; margin-bottom: 1rem; }
.rc-logo { width: 46px; height: 46px; border-radius: 11px; overflow: hidden; background: #fff; border: 1.5px solid #d0dff5; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.rc-tool { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .97rem; color: #0c1220; }
.rc-cat { font-size: .7rem; color: #8fa0b8; }
.rc-stars { color: #f59e0b; font-size: 1rem; margin-bottom: .85rem; letter-spacing: 1px; }
.rc-text { font-size: .83rem; color: #5a6b85; line-height: 1.66; font-style: italic; }
.rc-author { display: flex; align-items: center; gap: 8px; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid #d0dff5; }
.rc-av { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.rc-name { font-weight: 700; font-size: .8rem; color: #1e2d45; }
.rc-date { font-size: .7rem; color: #8fa0b8; }

/* Sidebar */
.side { display: flex; flex-direction: column; gap: 13px; }
.sc { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; overflow: hidden; }
.sc-hd { padding: .75rem 1.1rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .83rem; font-weight: 800; border-bottom: 1.5px solid #d0dff5; display: flex; align-items: center; gap: 6px; color: #0c1220; }
.sc-hd.blue{background:#0061ff;color:#fff;border-color:#0061ff} .sc-hd.sky{background:#e8f2ff;color:#0061ff} .sc-hd.green{background:#dcfce7;color:#166534;border-color:#bbf7d0} .sc-hd.pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8} .sc-hd.amber{background:#fffbeb;color:#92400e;border-color:#fde68a}
.sr { display: flex; align-items: center; gap: 10px; padding: .68rem 1.1rem; border-bottom: 1.5px solid #f0f6ff; cursor: pointer; transition: .15s; text-decoration: none; }
.sr:hover { background: #f0f6ff; text-decoration: none; }
.sr:last-child { border-bottom: none; }
.sr-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .83rem; color: #0c1220; }
.sr-cat { font-size: .67rem; color: #8fa0b8; }
.sr-x { margin-left: auto; font-size: .72rem; font-weight: 700; color: #8fa0b8; }
.sr-x.up { color: #059669; }
.sub-banner { background: linear-gradient(135deg,#0050d8,#0061ff,#3b8bff); border-radius: 14px; padding: 1.8rem 1.5rem; text-align: center; color: #fff; }
.sub-t { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 800; margin-bottom: .45rem; }
.sub-s { font-size: .81rem; color: rgba(255,255,255,.75); margin-bottom: 1.1rem; }
.sub-btn { background: #fff; color: #0061ff; border: none; padding: .6rem 1.4rem; border-radius: 8px; font-family: 'Bricolage Grotesque', sans-serif; font-size: .86rem; font-weight: 800; cursor: pointer; display: inline-block; text-decoration: none; }

/* Footer */
.site-footer { background: #1e2d45; color: rgba(255,255,255,.4); padding: 2rem 4rem; display: flex; justify-content: space-between; align-items: center; font-size: .8rem; }
.site-footer .fl { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 9px; text-decoration: none; }
.site-footer .fl-m { width: 26px; height: 26px; border-radius: 7px; background: #0061ff; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .72rem; font-weight: 900; }
.site-footer .foot-links { display: flex; gap: 1.5rem; }
.site-footer .foot-links a { color: rgba(255,255,255,.4); text-decoration: none; transition: .18s; }
.site-footer .foot-links a:hover { color: rgba(255,255,255,.8); }

/* Breadcrumb */
.bat-bc-bar { background: #fff; border-bottom: 1.5px solid #d0dff5; padding: .75rem 4rem; }
.bat-bc { display: flex; align-items: center; gap: 8px; font-size: .8rem; max-width: 1280px; margin: 0 auto; flex-wrap: wrap; }
.bat-bc a { color: #0061ff; text-decoration: none; font-weight: 600; }
.bat-bc a:hover { text-decoration: underline; }
.bat-bc-sep { color: #8fa0b8; }
.bat-bc-cur { color: #5a6b85; font-weight: 600; }

/* Tool header (listing page) */
.tool-header { background: #fff; border-bottom: 1.5px solid #d0dff5; padding: 2.2rem 4rem; }
.th-inner { max-width: 1280px; margin: 0 auto; }
.th-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }
.th-left { display: flex; align-items: flex-start; gap: 1.5rem; flex: 1; }
.tool-meta { flex: 1; }
.tool-name-row { display: flex; align-items: center; gap: 10px; margin-bottom: .35rem; flex-wrap: wrap; }
.tool-name { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.9rem; font-weight: 800; color: #0c1220; letter-spacing: -.5px; line-height: 1.1; }
.tool-tagline { font-size: 1rem; color: #5a6b85; line-height: 1.6; margin-bottom: .85rem; max-width: 560px; }
.tool-meta-row { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; }
.rating-stars { display: flex; align-items: center; gap: 5px; }
.stars { color: #f59e0b; font-size: .95rem; letter-spacing: 1px; }
.rating-num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .95rem; color: #0c1220; }
.rating-count { font-size: .78rem; color: #8fa0b8; }
.meta-pill { display: inline-flex; align-items: center; gap: 5px; background: #f0f6ff; border: 1.5px solid #c0d4f0; border-radius: 100px; padding: .3rem .85rem; font-size: .75rem; font-weight: 700; color: #5a6b85; }
.meta-pill.green{background:#dcfce7;border-color:#bbf7d0;color:#166534} .meta-pill.blue{background:#e8f2ff;border-color:#c0d4f0;color:#0061ff}
.tool-verified{background:#dcfce7;color:#166534;border:1px solid #86efac;font-size:.65rem;font-weight:800;padding:.2rem .6rem;border-radius:5px;text-transform:uppercase}
.tool-featured-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.65rem;font-weight:800;padding:.2rem .6rem;border-radius:5px;text-transform:uppercase}
.th-cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; flex-shrink: 0; }
.cta-visit { display: inline-flex; align-items: center; gap: 8px; background: #0061ff; color: #fff; border: none; padding: .85rem 1.8rem; border-radius: 11px; font-family: 'Bricolage Grotesque', sans-serif; font-size: .97rem; font-weight: 800; cursor: pointer; transition: .2s; text-decoration: none; box-shadow: 0 4px 18px rgba(0,97,255,.28); white-space: nowrap; }
.cta-visit:hover { background: #3380ff; transform: translateY(-1px); color: #fff; text-decoration: none; }
.cta-row2 { display: flex; gap: 8px; }
.cta-save, .cta-share { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: #1e2d45; border: 1.5px solid #c0d4f0; padding: .68rem 1.3rem; border-radius: 10px; font-family: inherit; font-size: .86rem; font-weight: 700; cursor: pointer; transition: .2s; }
.cta-save:hover, .cta-share:hover { border-color: #0061ff; color: #0061ff; }

/* Sticky tabs */
.tabs-bar { background: #fff; border-bottom: 1.5px solid #d0dff5; padding: 0 4rem; position: sticky; top: 66px; z-index: 100; box-shadow: 0 2px 10px rgba(0,97,255,.04); }
.tabs-inner { max-width: 1280px; margin: 0 auto; display: flex; overflow-x: auto; scrollbar-width: none; }
.tabs-inner::-webkit-scrollbar { display: none; }
.tab { padding: .9rem 1.3rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .87rem; font-weight: 700; color: #5a6b85; cursor: pointer; border-bottom: 3px solid transparent; white-space: nowrap; transition: .18s; margin-bottom: -1.5px; display: block; text-decoration: none; }
.tab:hover { color: #1e2d45; text-decoration: none; }
.tab.active { color: #0061ff; border-bottom-color: #0061ff; }
.tab-count { background: #0061ff; color: #fff; font-size: .6rem; padding: .1rem .45rem; border-radius: 4px; margin-left: 5px; font-weight: 800; vertical-align: middle; }

/* Page grid (listing page) */
.page { max-width: 1280px; margin: 0 auto; padding: 2.5rem 4rem 4rem; display: grid; grid-template-columns: 1fr 310px; gap: 2.5rem; }
.entry-content h2 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.2rem; font-weight: 800; color: #0c1220; margin: 2rem 0 .9rem; scroll-margin-top: 140px; }
.entry-content p { font-size: .9rem; color: #5a6b85; line-height: 1.82; margin-bottom: .9rem; }
.entry-content ul, .entry-content ol { padding-left: 1.4rem; margin-bottom: .9rem; }
.entry-content li { font-size: .88rem; color: #5a6b85; line-height: 1.7; }
.sec-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 800; color: #0c1220; margin-bottom: 1.1rem; display: flex; align-items: center; gap: 8px; }
.sec-title::before { content: ''; width: 4px; height: 18px; background: #0061ff; border-radius: 2px; display: block; flex-shrink: 0; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.price-card { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; padding: 1.5rem; text-align: center; transition: .2s; position: relative; overflow: hidden; }
.price-card.popular { border-color: #0061ff; box-shadow: 0 4px 22px rgba(0,97,255,.14); }
.price-popular-tag { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: #0061ff; color: #fff; font-size: .63rem; font-weight: 800; padding: .22rem .9rem; border-radius: 0 0 8px 8px; white-space: nowrap; }
.price-plan { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .9rem; color: #5a6b85; margin-bottom: .4rem; margin-top: .5rem; }
.price-amount { font-family: 'Bricolage Grotesque', sans-serif; font-size: 2.1rem; font-weight: 800; color: #0c1220; line-height: 1; }
.price-amount span { font-size: .85rem; color: #5a6b85; font-weight: 500; }
.price-features { list-style: none; text-align: left; margin: 1rem 0; }
.price-features li { font-size: .79rem; color: #5a6b85; padding: .32rem 0; border-bottom: 1px solid #f0f6ff; display: flex; gap: 7px; }
.price-features li:last-child { border-bottom: none; }
.price-features li::before { content: '✓'; color: #059669; font-weight: 900; flex-shrink: 0; }
.price-btn { width: 100%; background: #e4efff; border: 1.5px solid #c0d4f0; color: #1e2d45; padding: .68rem; border-radius: 9px; font-family: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; transition: .2s; display: block; text-decoration: none; text-align: center; }
.price-btn:hover, .price-card.popular .price-btn { background: #0061ff; color: #fff; border-color: #0061ff; text-decoration: none; }

/* Reviews (listing page) */
.review-summary { display: flex; align-items: center; gap: 2.5rem; background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; padding: 1.6rem 2rem; margin-bottom: 1.5rem; }
.rs-big-num { font-family: 'Bricolage Grotesque', sans-serif; font-size: 3.8rem; font-weight: 800; color: #0c1220; line-height: 1; }
.rs-stars { font-size: 1.3rem; color: #f59e0b; letter-spacing: 2px; margin: .15rem 0 .25rem; }
.rs-count { font-size: .78rem; color: #8fa0b8; }
.rs-breakdown { flex: 1; }
.rs-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: .42rem; }
.rs-bar-label { font-size: .74rem; color: #5a6b85; font-weight: 700; width: 30px; text-align: right; flex-shrink: 0; }
.rs-bar { flex: 1; height: 7px; background: #e4efff; border-radius: 4px; overflow: hidden; }
.rs-bar-fill { height: 100%; border-radius: 4px; }
.rs-bar-pct { font-size: .72rem; color: #8fa0b8; width: 30px; flex-shrink: 0; }
.review-card { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; padding: 1.5rem; margin-bottom: 12px; transition: .2s; }
.review-card:hover { border-color: #c0d4f0; box-shadow: 0 4px 14px rgba(0,97,255,.07); }
.rc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
.rc-user { display: flex; align-items: center; gap: 11px; }
.rc-av { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .82rem; font-weight: 800; color: #fff; flex-shrink: 0; }
.rc-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .88rem; color: #0c1220; }
.rc-role { font-size: .7rem; color: #8fa0b8; margin-top: 1px; }
.rc-right { text-align: right; }
.rc-stars-sm { color: #f59e0b; font-size: .82rem; letter-spacing: .5px; }
.rc-date { font-size: .7rem; color: #8fa0b8; margin-top: 2px; }
.rc-text { font-size: .83rem; color: #5a6b85; line-height: 1.68; }
.rc-helpful { display: flex; align-items: center; gap: .7rem; margin-top: 1rem; padding-top: .9rem; border-top: 1px solid #f0f6ff; }
.rc-helpful-label { font-size: .73rem; color: #8fa0b8; }
.helpful-btn { background: #f0f6ff; border: 1px solid #d0dff5; border-radius: 7px; padding: .28rem .8rem; font-size: .73rem; font-weight: 700; color: #5a6b85; cursor: pointer; transition: .15s; font-family: inherit; }
.helpful-btn:hover { border-color: #c0d4f0; color: #0c1220; }

/* Write review form */
.write-review { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; padding: 1.8rem; margin-top: 1.5rem; }
.wr-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.05rem; color: #0c1220; margin-bottom: .5rem; }
.wr-subtitle { font-size: .8rem; color: #8fa0b8; margin-bottom: 1.1rem; }
.wr-star-label { font-size: .74rem; font-weight: 700; color: #1e2d45; text-transform: uppercase; letter-spacing: .5px; margin-bottom: .5rem; }
.wr-stars { display: flex; gap: 5px; margin-bottom: 1.2rem; cursor: pointer; }
.wr-star { font-size: 1.8rem; color: #dde5f5; transition: .15s; cursor: pointer; line-height: 1; }
.wr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.wr-field { display: flex; flex-direction: column; gap: 5px; }
.wr-field.full { grid-column: span 2; }
.wr-label { font-size: .73rem; font-weight: 700; color: #1e2d45; text-transform: uppercase; letter-spacing: .5px; }
.wr-input { border: 1.5px solid #c0d4f0; border-radius: 9px; padding: .78rem 1rem; font-family: inherit; font-size: .88rem; color: #0c1220; background: #fff; outline: none; transition: .18s; width: 100%; }
.wr-input:focus { border-color: #0061ff; box-shadow: 0 0 0 3px rgba(0,97,255,.08); }
.wr-input::placeholder { color: #8fa0b8; }
textarea.wr-input { resize: vertical; min-height: 110px; }
.wr-submit { background: #0061ff; border: none; color: #fff; padding: .85rem 2.2rem; border-radius: 10px; font-family: inherit; font-size: .92rem; font-weight: 800; cursor: pointer; transition: .2s; box-shadow: 0 4px 14px rgba(0,97,255,.25); margin-top: .5rem; }
.wr-submit:hover { background: #3380ff; }

/* Sidebar info card */
.info-card { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; overflow: hidden; }
.info-hd { background: #0061ff; color: #fff; padding: .78rem 1.2rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .85rem; font-weight: 800; }
.info-row { display: flex; align-items: center; justify-content: space-between; padding: .72rem 1.2rem; border-bottom: 1px solid #f0f6ff; font-size: .82rem; }
.info-row:last-child { border-bottom: none; }
.info-label { color: #5a6b85; font-weight: 600; }
.info-val { font-weight: 700; color: #1e2d45; text-align: right; max-width: 55%; }
.info-val.green { color: #059669; }
.info-val.blue a { color: #0061ff; text-decoration: none; }
.info-val.blue a:hover { text-decoration: underline; }

/* Featured tool sidebar */
.featured-tool { background: linear-gradient(135deg,#0050d8,#0061ff,#3b8bff); border-radius: 14px; padding: 1.4rem; color: #fff; margin-top: 16px; }
.ft-label { font-size: .64rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .75rem; }
.ft-tool { display: flex; align-items: center; gap: 12px; margin-bottom: .85rem; }
.ft-logo { width: 44px; height: 44px; border-radius: 11px; overflow: hidden; flex-shrink: 0; border: 2px solid rgba(255,255,255,.2); }
.ft-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.05rem; color: #fff; }
.ft-cat { font-size: .72rem; color: rgba(255,255,255,.6); }
.ft-desc { font-size: .8rem; color: rgba(255,255,255,.72); line-height: 1.6; margin-bottom: 1rem; }
.ft-btn { display: block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); border-radius: 9px; padding: .68rem; text-align: center; color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-size: .84rem; font-weight: 700; cursor: pointer; transition: .2s; text-decoration: none; }
.ft-btn:hover { background: rgba(255,255,255,.28); color: #fff; text-decoration: none; }

/* Tags */
.tags-wrap { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; padding: 1.1rem; margin-top: 16px; }
.tags-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { background: #e4efff; border: 1px solid #c0d4f0; border-radius: 100px; padding: .3rem .85rem; font-size: .75rem; font-weight: 700; color: #5a6b85; cursor: pointer; transition: .18s; text-decoration: none; display: inline-block; }
.tag:hover { background: #0061ff; color: #fff; border-color: #0061ff; text-decoration: none; }

/* Alternatives */
.alt-wrap { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; overflow: hidden; margin-top: 16px; }
.alt-hd { background: #e8f2ff; color: #0061ff; padding: .78rem 1.2rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .85rem; font-weight: 800; border-bottom: 1.5px solid #d0dff5; }
.alt-card { display: flex; align-items: center; gap: 11px; padding: .78rem 1.2rem; border-bottom: 1px solid #f0f6ff; cursor: pointer; transition: .2s; text-decoration: none; }
.alt-card:last-child { border-bottom: none; }
.alt-card:hover { background: #f0f6ff; text-decoration: none; }
.alt-logo { width: 36px; height: 36px; border-radius: 9px; overflow: hidden; flex-shrink: 0; }
.alt-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .84rem; color: #0c1220; }
.alt-cat { font-size: .67rem; color: #8fa0b8; margin-top: 1px; }
.alt-right { margin-left: auto; text-align: right; flex-shrink: 0; }
.alt-stars { font-size: .7rem; color: #f59e0b; }
.alt-price { font-size: .67rem; font-weight: 700; color: #8fa0b8; }

/* Similar tools */
.similar-section { max-width: 1280px; margin: 0 auto 4rem; padding: 0 4rem; }
.similar-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.15rem; font-weight: 800; color: #0c1220; display: flex; align-items: center; gap: 8px; margin-bottom: 1.1rem; }
.similar-title::before { content: ''; width: 4px; height: 18px; background: #0061ff; border-radius: 2px; display: block; }
.similar-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.sim-card { background: #fff; border: 1.5px solid #d0dff5; border-radius: 13px; padding: 1.1rem; cursor: pointer; transition: .22s; text-decoration: none; display: block; }
.sim-card:hover { border-color: #0061ff; box-shadow: 0 6px 22px rgba(0,97,255,.1); transform: translateY(-2px); text-decoration: none; }
.sim-top { display: flex; align-items: center; gap: 9px; margin-bottom: .65rem; }
.sim-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: .88rem; color: #0c1220; }
.sim-cat { font-size: .66rem; color: #8fa0b8; margin-top: 1px; }
.sim-desc { font-size: .76rem; color: #5a6b85; line-height: 1.5; }
.sim-foot { display: flex; align-items: center; justify-content: space-between; margin-top: .7rem; }
.sim-stars { font-size: .72rem; color: #f59e0b; }

/* Category page */
.cat-hero { background: linear-gradient(150deg,#0050d8 0%,#0061ff 40%,#3b8bff 75%,#7bb8ff 100%); padding: 3rem 4rem 3.5rem; color: #fff; position: relative; overflow: hidden; }
.cat-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:rgba(255,255,255,.07);border-radius:50%}
.cat-hero::after{content:'';position:absolute;bottom:-60px;left:25%;width:260px;height:260px;background:rgba(255,255,255,.05);border-radius:50%}
.ch-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.ch-left {}
.ch-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.3); border-radius: 100px; padding: .28rem .9rem; font-size: .72rem; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; margin-bottom: 1rem; }
.ch-title { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(1.8rem,3.5vw,2.9rem); font-weight: 800; line-height: 1.1; letter-spacing: -.5px; margin-bottom: .8rem; color: #fff; }
.ch-desc { font-size: .95rem; line-height: 1.7; color: rgba(255,255,255,.78); max-width: 560px; margin-bottom: 1.4rem; }
.ch-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.ch-tag { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25); border-radius: 100px; padding: .28rem .8rem; font-size: .75rem; font-weight: 700; cursor: pointer; transition: .18s; color: #fff; text-decoration: none; }
.ch-tag:hover { background: rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.ch-stats { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; flex-shrink: 0; }
.ch-stat-box { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: .85rem 1.4rem; text-align: center; min-width: 110px; }
.ch-stat-n { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.7rem; font-weight: 800; color: #fff; line-height: 1; }
.ch-stat-l { font-size: .67rem; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .5px; margin-top: 3px; }
.controls-bar { background: #fff; border-bottom: 1.5px solid #d0dff5; padding: 1rem 4rem; position: sticky; top: 66px; z-index: 100; box-shadow: 0 2px 10px rgba(0,97,255,.04); }
.ctrl-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ctrl-count { font-family: 'Bricolage Grotesque', sans-serif; font-size: .88rem; font-weight: 800; color: #0c1220; }
.ctrl-count span { color: #0061ff; }
.ctrl-sep { width: 1px; height: 20px; background: #c0d4f0; flex-shrink: 0; }
.filter-pills { display: flex; gap: 7px; flex-wrap: wrap; }
.fp { display: inline-flex; align-items: center; gap: 5px; border: 1.5px solid #c0d4f0; background: #fff; border-radius: 100px; padding: .35rem 1rem; font-size: .78rem; font-weight: 700; color: #5a6b85; cursor: pointer; transition: .18s; text-decoration: none; }
.fp:hover { border-color: #0061ff; color: #0061ff; text-decoration: none; }
.fp.on, .fp.active { background: #0061ff; border-color: #0061ff; color: #fff; }
.sort-select { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; color: #5a6b85; }
.sort-select select { border: 1.5px solid #c0d4f0; border-radius: 9px; padding: .4rem .9rem; font-family: inherit; font-size: .82rem; color: #1e2d45; background: #fff; outline: none; cursor: pointer; }
.cat-layout { max-width: 1280px; margin: 0 auto; padding: 2rem 4rem 5rem; display: grid; grid-template-columns: 240px 1fr; gap: 2.5rem; }
.sidebar { display: flex; flex-direction: column; gap: 14px; }
.sb-card { background: #fff; border: 1.5px solid #d0dff5; border-radius: 14px; overflow: hidden; }
.sb-hd { padding: .75rem 1.1rem; font-family: 'Bricolage Grotesque', sans-serif; font-size: .84rem; font-weight: 800; color: #0c1220; border-bottom: 1.5px solid #d0dff5; }
.cat-list { max-height: 340px; overflow-y: auto; scrollbar-width: thin; }
.cat-item { display: flex; align-items: center; justify-content: space-between; padding: .55rem 1.1rem; border-bottom: 1px solid #f0f6ff; cursor: pointer; transition: .15s; text-decoration: none; font-size: .82rem; color: #5a6b85; font-weight: 600; }
.cat-item:hover { background: #f0f6ff; color: #0c1220; text-decoration: none; }
.cat-item.active { background: #e8f2ff; color: #0061ff; font-weight: 700; }
.cat-item:last-child { border-bottom: none; }
.cat-cnt { background: #e4efff; border-radius: 100px; padding: .1rem .5rem; font-size: .68rem; font-weight: 700; color: #8fa0b8; }
.cat-item.active .cat-cnt { background: rgba(0,97,255,.12); color: #0061ff; }
.feat-sb { background: linear-gradient(135deg,#0050d8,#0061ff,#3b8bff); border-radius: 14px; padding: 1.3rem; color: #fff; }
.feat-sb-label { font-size: .63rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: .65rem; }
.feat-sb-tool { display: flex; align-items: center; gap: 10px; margin-bottom: .75rem; }
.feat-sb-logo { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; flex-shrink: 0; border: 1.5px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; }
.feat-sb-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1rem; color: #fff; }
.feat-sb-cat { font-size: .7rem; color: rgba(255,255,255,.6); }
.feat-sb-desc { font-size: .78rem; color: rgba(255,255,255,.7); line-height: 1.6; margin-bottom: .9rem; }
.feat-sb-btn { display: block; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); border-radius: 8px; padding: .6rem; text-align: center; color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-size: .82rem; font-weight: 700; text-decoration: none; transition: .2s; }
.feat-sb-btn:hover { background: rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.price-filter { padding: .9rem 1.1rem; display: flex; flex-direction: column; gap: 8px; }
.pf-row { display: flex; align-items: center; justify-content: space-between; }
.pf-dot { width: 14px; height: 14px; border-radius: 4px; border: 2px solid #c0d4f0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: .55rem; font-weight: 900; color: #fff; transition: .18s; }
.pf-dot.checked { border-color: #0061ff; background: #0061ff; }
.bat-upvote { display: flex; flex-direction: column; align-items: center; gap: 2px; background: #f0f6ff; border: 1.5px solid #c0d4f0; border-radius: 9px; padding: .5rem .7rem; cursor: pointer; min-width: 54px; transition: .18s; }
.bat-upvote:hover { border-color: #0061ff; background: #e8f2ff; }
.bat-load-more { background: #fff; border: 2px solid #c0d4f0; color: #1e2d45; padding: .85rem 2.5rem; border-radius: 11px; font-family: 'Bricolage Grotesque', sans-serif; font-size: .92rem; font-weight: 800; cursor: pointer; transition: .2s; }
.bat-load-more:hover { border-color: #0061ff; color: #0061ff; background: #e8f2ff; }

/* Responsive */
@media(max-width:1024px){
  .hp-grid{grid-template-columns:1fr}.hp-side{display:none}
  .cat-layout{grid-template-columns:1fr}.sidebar{display:none}
  .g6{grid-template-columns:repeat(3,1fr)}.g5{grid-template-columns:repeat(3,1fr)}
  .feat-grid{grid-template-columns:1fr 1fr}
  .rev-grid{grid-template-columns:1fr 1fr}
  .similar-grid{grid-template-columns:repeat(3,1fr)}
  .ch-inner{grid-template-columns:1fr}.ch-stats{display:none}
  .page{grid-template-columns:1fr}
}
@media(max-width:768px){
  .site-nav{padding:0 1.5rem}
  .nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;top:66px;left:0;right:0;background:#fff;border-bottom:1.5px solid #d0dff5;padding:1rem;gap:4px;z-index:199}
  .nav-hamburger{display:block}
  .nav-right .social-icon{display:none}
  .hero,.search-wrap,.cats-zone,.bat-bc-bar{padding-left:1.5rem;padding-right:1.5rem}
  .hp-grid,.cat-layout{padding:1.5rem 1rem 3rem}
  .g6,.g5,.g4{grid-template-columns:repeat(2,1fr)}
  .feat-grid{grid-template-columns:1fr}
  .rev-grid{grid-template-columns:1fr}
  .reviews-wrap{padding:2.5rem 1.5rem}
  .similar-grid{grid-template-columns:repeat(2,1fr)}
  .similar-section{padding:0 1.5rem}
  .site-footer{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}
  .foot-links{flex-wrap:wrap;justify-content:center}
  .controls-bar{padding:.75rem 1rem}
  .tool-header{padding:1.5rem}
  .th-row{flex-direction:column}.th-cta{align-items:flex-start}
  .tabs-bar{padding:0 1rem}
  .page{padding:1.5rem 1rem 3rem}
  .pricing-grid{grid-template-columns:1fr}
  .wr-row{grid-template-columns:1fr}
  .wr-field.full{grid-column:span 1}
}
@media(max-width:480px){
  .g6,.g5,.g4{grid-template-columns:1fr}
  .feat-grid{grid-template-columns:1fr}
  .hero-stats{flex-direction:column;width:auto}
  .hs{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}
  .hs:last-child{border-bottom:none}
}
