
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}
:root{
  color-scheme:light;
  --bg:#f6f7fb;--surface:#ffffff;--surface-2:#f9faff;--surface-3:#f0f2fa;
  --text:#151827;--heading:#0d1020;--muted:#667085;--soft:#8b93a7;
  --line:#e6e8f0;--line-strong:#d8dce7;--accent:#6657f8;--accent-2:#4f46e5;
  --accent-soft:#f0efff;--success:#12b981;--shadow:0 18px 50px rgba(29,34,63,.08);
  --shadow-soft:0 8px 26px rgba(29,34,63,.06);--radius:20px;--radius-sm:13px;
}
html[data-theme="dark"]{
  color-scheme:dark;
  --bg:#0c0f17;--surface:#121722;--surface-2:#151b28;--surface-3:#1a2130;
  --text:#e8ecf5;--heading:#f7f9fd;--muted:#9ba5b7;--soft:#7f8a9e;
  --line:#242c3a;--line-strong:#313b4e;--accent:#8b7cff;--accent-2:#7568ff;
  --accent-soft:#201d3f;--success:#36d399;--shadow:0 22px 58px rgba(0,0,0,.34);--shadow-soft:0 10px 28px rgba(0,0,0,.22)
}
body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}svg{display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface) 88%,transparent);backdrop-filter:blur(16px);border-bottom:1px solid color-mix(in srgb,var(--line) 88%,transparent)}
.nav-wrap{height:72px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.65px;color:var(--heading)}.brand img{width:38px;height:38px}.brand>span>span{color:var(--accent)}
.main-nav{display:flex;gap:28px;margin-left:auto}.main-nav a{font-size:13px;font-weight:650;color:var(--muted);padding:26px 0;position:relative}.main-nav a:hover,.main-nav a.active{color:var(--heading)}.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);border-radius:2px}
.nav-actions{display:flex;gap:9px}.icon-button,.menu-button{width:40px;height:40px;border:1px solid var(--line);background:var(--surface);border-radius:12px;display:grid;place-items:center;cursor:pointer}.theme-svg{width:19px;height:19px}.menu-button{display:none;gap:3px;align-content:center}.menu-button span{width:17px;height:1.5px;background:currentColor;display:block}.mobile-nav{display:none;background:var(--surface);border-bottom:1px solid var(--line);padding:8px 20px 15px}.mobile-nav a{display:block;padding:11px 0;border-bottom:1px solid var(--line);font-weight:650}.mobile-nav a:last-child{border:0}
.ad{border:1px dashed var(--line-strong);border-radius:14px;background:color-mix(in srgb,var(--surface-3) 70%,transparent);display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--soft);gap:2px;text-align:center}.ad span{font-size:9px;letter-spacing:1.4px}.ad strong{font-size:11px;font-weight:600}.ad-top{height:84px;margin-top:18px}.hero{padding:56px 0 36px;background:radial-gradient(circle at 12% 8%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 30%),radial-gradient(circle at 88% 5%,color-mix(in srgb,#00b8a9 8%,transparent),transparent 24%)}
.hero-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:36px;align-items:start}.hero-copy{padding-top:22px}.eyebrow,.section-kicker{font-size:10px;letter-spacing:1.5px;font-weight:800;color:var(--accent)}.eyebrow{display:flex;align-items:center;gap:8px}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px var(--accent-soft)}
.hero-copy h1{font-size:52px;line-height:1.02;letter-spacing:-2.6px;margin:18px 0 18px;color:var(--heading);font-weight:830}.hero-copy h1 span{color:var(--accent)}.hero-copy>p{font-size:16px;color:var(--muted);line-height:1.7;margin:0;max-width:300px}.hero-points{display:grid;gap:10px;margin-top:24px}.hero-points span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:650;color:var(--muted)}.hero-points svg{width:16px;height:16px;color:var(--accent)}
.solver-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow)}.solver-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.solver-title-row h2{margin:4px 0 2px;font-size:25px;letter-spacing:-.8px;color:var(--heading)}.solver-title-row p{margin:0;color:var(--muted);font-size:12px}.ghost-button{border:0;background:transparent;color:var(--accent);font-weight:750;font-size:12px;cursor:pointer;padding:7px 4px}
.solve-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:20px}.input-shell{height:62px;border:1.5px solid var(--line-strong);border-radius:16px;background:var(--surface-2);display:flex;align-items:center;padding:0 16px;gap:11px;transition:.18s}.input-shell:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}.input-icon{width:19px;height:19px;color:var(--soft)}.input-shell input{flex:1;min-width:0;height:100%;border:0;background:transparent;color:var(--heading);outline:0;font-size:21px;font-weight:760;letter-spacing:1.4px;text-transform:uppercase}.input-shell input::placeholder{color:var(--soft);font-weight:650}.primary-button{height:62px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:white;padding:0 22px;display:flex;align-items:center;gap:9px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 28%,transparent);transition:.18s}.primary-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 32%,transparent)}.primary-button svg{width:18px;height:18px}.letter-preview{display:flex;gap:6px;min-height:8px;margin-top:11px;flex-wrap:wrap}.letter-tile{width:31px;height:34px;border:1px solid var(--line);border-radius:9px;background:var(--accent-soft);color:var(--accent);font-weight:800;display:grid;place-items:center;font-size:13px}
.filters{margin-top:18px;border:1px solid var(--line);border-radius:17px;background:var(--surface-2);overflow:hidden}.filters-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}.filters-head>div{display:flex;align-items:center;gap:10px}.filters-head strong{display:block;font-size:13px}.filters-head small{display:block;font-size:10px;color:var(--muted);margin-top:1px}.filter-icon{width:30px;height:30px;border-radius:9px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.filter-icon svg{width:16px;height:16px}.always-open{font-size:10px;color:var(--soft);font-weight:700;background:var(--surface);border:1px solid var(--line);padding:6px 9px;border-radius:999px}.filter-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:14px}.filter-grid label>span{display:block;font-size:10px;font-weight:750;color:var(--muted);margin:0 0 5px}.filter-grid input,.filter-grid select{width:100%;height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);outline:0;padding:0 10px;font-size:12px}.filter-grid input:focus,.filter-grid select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 10%,transparent)}.filter-grid input::placeholder{color:var(--soft)}
.filter-toggles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line)}.switch-line{display:flex;align-items:center;gap:9px;background:var(--surface);padding:12px 13px;cursor:pointer}.switch-line input{position:absolute;opacity:0;pointer-events:none}.switch{width:34px;height:19px;background:var(--line-strong);border-radius:999px;position:relative;flex:0 0 auto;transition:.18s}.switch:after{content:"";width:13px;height:13px;border-radius:50%;background:#fff;position:absolute;left:3px;top:3px;transition:.18s;box-shadow:0 1px 4px rgba(0,0,0,.18)}.switch-line input:checked+.switch{background:var(--accent)}.switch-line input:checked+.switch:after{transform:translateX(15px)}.switch-line strong{display:block;font-size:10px}.switch-line small{display:block;color:var(--soft);font-size:9px}.examples{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:14px}.examples>span{font-size:10px;font-weight:700;color:var(--soft)}.examples button{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:750;cursor:pointer}.examples button:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 35%,var(--line))}
.results-wrap{padding:14px 0 72px}.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.main-column{min-width:0}.results-card,.rail-card,.seo-panel,.faq-list{background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}.results-empty{padding:46px 28px;text-align:center}.empty-mark{width:52px;height:52px;border-radius:15px;background:var(--accent-soft);display:grid;place-items:center;color:var(--accent);margin:0 auto 13px}.empty-mark svg{width:22px;height:22px}.results-empty h3{margin:0 0 6px;font-size:20px;color:var(--heading)}.results-empty p{margin:0;color:var(--muted);font-size:12px}.results-content{padding:22px}.results-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.results-heading h3{margin:4px 0 0;font-size:22px}.copy-button{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;padding:8px 10px;display:flex;gap:7px;align-items:center;color:var(--muted);font-size:10px;font-weight:750;cursor:pointer}.copy-button svg{width:14px;height:14px}.result-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:18px 0 14px}.result-tab{border:1px solid var(--line);background:var(--surface-2);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;cursor:pointer}.result-tab.active{background:var(--accent-soft);color:var(--accent);border-color:transparent}.word-group{margin:18px 0}.word-group h4{margin:0 0 8px;font-size:10px;letter-spacing:1.15px;color:var(--soft)}.word-list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.word-item{border:1px solid var(--line);background:var(--surface-2);border-radius:11px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800}.word-item span{font-size:9px;color:var(--soft);font-weight:700}.ad-inline{height:150px;margin-top:20px}
.tools-section,.popular-section,.seo-panel,.faq-section{margin-top:52px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-heading h2{margin:5px 0 0;color:var(--heading);font-size:29px;letter-spacing:-1px}.section-heading>p{max-width:380px;text-align:right;margin:0;color:var(--muted);font-size:12px}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.tool-card{display:grid;grid-template-columns:42px 1fr 18px;gap:12px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:15px;background:var(--surface);transition:.17s}.tool-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 36%,var(--line));box-shadow:var(--shadow-soft)}.tool-icon{width:42px;height:42px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.tool-icon svg{width:20px;height:20px}.tool-card h3{margin:0 0 3px;font-size:13px}.tool-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.tool-arrow{width:16px;height:16px;color:var(--soft)}
.chip-cloud{display:flex;gap:8px;flex-wrap:wrap}.chip-cloud a{background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:var(--muted);font-size:11px;font-weight:650}.chip-cloud a:hover{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 35%,var(--line))}
.seo-panel{padding:24px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.seo-panel h2{font-size:27px;letter-spacing:-.9px;margin:6px 0 12px}.seo-panel p{color:var(--muted);font-size:12px;line-height:1.75}.steps{display:grid;gap:10px}.steps>div{padding:14px;border:1px solid var(--line);background:var(--surface-2);border-radius:13px}.steps span{font-size:9px;color:var(--accent);font-weight:800}.steps strong{display:block;font-size:12px;margin:3px 0}.steps p{margin:0;font-size:10px}
.faq-section{box-shadow:none;background:transparent;border:0}.faq-list{overflow:hidden}.faq-list details{padding:0 18px;border-bottom:1px solid var(--line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{padding:16px 0;font-size:12px;font-weight:760;cursor:pointer}.faq-list p{margin:-4px 0 16px;color:var(--muted);font-size:11px;line-height:1.65}.side-column{display:grid;gap:18px}.rail-card{padding:20px}.rail-card h3{font-size:18px;margin:6px 0 12px}.rail-card a{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:11px;font-weight:700;color:var(--muted)}.rail-card a:last-child{border-bottom:0}.rail-card svg{width:15px;height:15px;color:var(--accent)}.ad-rail{height:600px;position:sticky;top:90px}
footer{background:#0a0d14;color:#cbd3df;padding:44px 0 28px;margin-top:10px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer-brand{color:#fff}.footer-grid p{color:#7f8a9b;font-size:11px}.footer-grid h4{font-size:11px;color:#fff;margin:0 0 10px}.footer-grid>div>a:not(.brand){display:block;color:#8b95a6;font-size:10px;padding:5px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #1e2531;margin-top:24px;padding-top:18px;color:#6f7a8b;font-size:9px}
@media(max-width:1020px){.hero-layout{grid-template-columns:260px minmax(0,1fr)}.hero-copy h1{font-size:44px}.filter-grid{grid-template-columns:repeat(3,1fr)}.page-grid{grid-template-columns:1fr}.side-column{display:none}.word-list{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.main-nav{display:none}.menu-button{display:grid}.nav-actions{margin-left:auto}.hero-layout{grid-template-columns:1fr}.hero-copy{padding-top:4px}.hero-copy>p{max-width:620px}.hero-points{grid-template-columns:repeat(3,1fr)}.solver-card{padding:20px}.filter-grid{grid-template-columns:repeat(2,1fr)}.filter-toggles{grid-template-columns:1fr}.tools-grid{grid-template-columns:1fr 1fr}.seo-panel{grid-template-columns:1fr}}
@media(max-width:600px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:64px}.brand{font-size:18px}.brand img{width:34px;height:34px}.ad-top{height:66px;margin-top:10px}.hero{padding-top:34px}.hero-copy h1{font-size:42px;letter-spacing:-2px}.hero-points{grid-template-columns:1fr;gap:8px}.solve-row{grid-template-columns:1fr}.primary-button{justify-content:center}.solver-card{padding:16px;border-radius:18px}.filter-grid{grid-template-columns:1fr}.always-open{display:none}.tools-grid{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.section-heading>p{text-align:left}.word-list{grid-template-columns:repeat(2,1fr)}.results-content{padding:16px}.results-heading{align-items:flex-start;flex-direction:column}.seo-panel{padding:18px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:6px}}
@media(max-width:390px){.hero-copy h1{font-size:38px}.word-list{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}


/* =========================================================
   V4 — centered hero, collapsible filters, scroll-spy + motion
   ========================================================= */

html{scroll-padding-top:92px}
body{overflow-x:hidden}
section[id]{scroll-margin-top:92px}

.scroll-progress{
  position:fixed;inset:0 0 auto 0;height:2px;z-index:90;pointer-events:none
}
.scroll-progress span{
  display:block;height:100%;width:0;background:linear-gradient(90deg,var(--accent),#31c6b5);
  box-shadow:0 0 12px color-mix(in srgb,var(--accent) 40%,transparent)
}

.hero{padding:48px 0 34px}
.hero .container{display:grid;gap:26px}
.hero-intro{
  max-width:800px;margin:0 auto;text-align:center;padding-top:6px
}
.hero-intro .eyebrow{justify-content:center}
.hero-intro h1{
  color:var(--heading);font-size:clamp(42px,6vw,72px);line-height:.98;
  letter-spacing:-3.4px;margin:16px auto 17px;font-weight:850
}
.hero-intro h1 span{color:var(--accent)}
.hero-intro>p{
  max-width:710px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.7
}
.hero-intro .hero-points{
  margin:20px auto 0;display:flex;justify-content:center;gap:20px;flex-wrap:wrap
}
.hero-intro .hero-points span{
  border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 76%,transparent);
  border-radius:999px;padding:8px 12px
}
.solver-card-wide{width:100%;padding:28px}
.solve-row{grid-template-columns:minmax(0,1fr) 210px}
.primary-button{justify-content:center}

.filters-toggle{
  width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer
}
.filter-toggle-state{
  display:inline-flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);
  font-weight:760;background:var(--surface);border:1px solid var(--line);
  padding:6px 9px;border-radius:999px
}
.chevron{width:14px;height:14px;transition:transform .24s ease}
.filters.is-open .chevron{transform:rotate(180deg)}
.filters-body{
  display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .28s ease,opacity .22s ease
}
.filters:not(.is-open) .filters-body{
  grid-template-rows:0fr;opacity:0
}
.filters-body>*{min-height:0;overflow:hidden}
.filters:not(.is-open) .filters-head{border-bottom-color:transparent}

.main-nav a{
  transition:color .18s ease
}
.main-nav a:after{
  transform:scaleX(0);transform-origin:center;transition:transform .22s ease
}
.main-nav a.active:after{transform:scaleX(1)}
.main-nav a.active{color:var(--heading)}

.reveal{
  opacity:0;transform:translateY(20px);transition:opacity .62s cubic-bezier(.2,.7,.2,1),transform .62s cubic-bezier(.2,.7,.2,1)
}
.reveal.reveal-delay-1{transition-delay:.08s}
.reveal.is-visible{opacity:1;transform:none}

.tool-card{
  position:relative;overflow:hidden
}
.tool-card:before{
  content:"";position:absolute;inset:auto auto -70px -70px;width:120px;height:120px;
  border-radius:50%;background:color-mix(in srgb,var(--accent) 7%,transparent);
  transform:scale(.5);opacity:0;transition:.25s ease
}
.tool-card:hover:before{transform:scale(1);opacity:1}
.tool-card>*{position:relative;z-index:1}

.scroll-top{
  position:fixed;right:22px;bottom:22px;width:44px;height:44px;border-radius:14px;
  border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);
  color:var(--heading);display:grid;place-items:center;box-shadow:var(--shadow-soft);
  z-index:70;cursor:pointer;opacity:0;transform:translateY(10px) scale(.96);
  pointer-events:none;transition:.2s ease;backdrop-filter:blur(12px)
}
.scroll-top svg{width:19px;height:19px}
.scroll-top.show{opacity:1;transform:none;pointer-events:auto}
.scroll-top:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));color:var(--accent);transform:translateY(-2px)}

.results-wrap{padding-top:22px}
.tools-section,.popular-section,.faq-section{scroll-margin-top:95px}

@media(max-width:820px){
  .hero-intro{text-align:left;margin:0}
  .hero-intro .eyebrow{justify-content:flex-start}
  .hero-intro>p{margin-left:0}
  .hero-intro .hero-points{justify-content:flex-start}
  .solve-row{grid-template-columns:1fr}
  .solver-card-wide{padding:20px}
}
@media(max-width:600px){
  html{scroll-padding-top:76px}
  section[id]{scroll-margin-top:76px}
  .hero{padding-top:28px}
  .hero-intro h1{font-size:44px;letter-spacing:-2.2px}
  .hero-intro>p{font-size:15px}
  .hero-intro .hero-points{gap:8px}
  .hero-intro .hero-points span{font-size:11px;padding:7px 10px}
  .solver-card-wide{padding:16px}
  .filter-toggle-state{background:transparent;border:0;padding:4px}
  .filters-head{padding:13px}
  .scroll-top{right:14px;bottom:14px;width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

.topbar{transition:box-shadow .22s ease,border-color .22s ease}
.topbar.scrolled{box-shadow:0 10px 30px rgba(15,20,40,.06)}
html[data-theme="dark"] .topbar.scrolled{box-shadow:0 12px 34px rgba(0,0,0,.22)}


/* =========================================================
   V5 — solver-first viewport and launch ad strategy
   ========================================================= */

/* No advertisement is shown above the solver. */
.ad-top{display:none!important}

/* Compact hero so the solver becomes visible sooner on common PC displays. */
.hero{padding:28px 0 28px}
.hero .container{gap:16px}
.hero-intro{max-width:760px;padding-top:0}
.hero-intro h1{
  font-size:clamp(38px,4.25vw,58px);
  line-height:1;
  letter-spacing:-2.5px;
  margin:10px auto 10px
}
.hero-intro>p{
  max-width:650px;
  font-size:15px;
  line-height:1.55
}
.hero-intro .eyebrow{font-size:9px}
.hero-intro .hero-points{
  margin:12px auto 0;
  gap:24px;
  align-items:center
}

/* Desktop benefits are intentionally subtle rather than large rounded chips. */
.hero-intro .hero-points span{
  border:0;
  background:transparent;
  border-radius:0;
  padding:0;
  font-size:11px;
  font-weight:700;
  color:var(--muted)
}
.hero-intro .hero-points svg{
  width:14px;
  height:14px;
  color:var(--accent)
}

/* Pull the solver up and make its vertical footprint more efficient. */
.solver-card-wide{padding:22px}
.solver-title-row h2{margin-top:4px}
.solver-title-row p{margin-top:4px}
.solve-row{margin-top:15px}
.input-shell,.primary-button{min-height:56px}
.letter-preview{margin-top:9px}
.filters{margin-top:14px}
.filters-head{padding-top:11px;padding-bottom:11px}
.filter-grid{padding-top:12px;padding-bottom:12px}
.filter-toggles{min-height:52px}
.examples{margin-top:11px}

/* Launch advertising: #1 after results, #2 after useful content, #3 desktop rail. */
.ad-primary{
  min-height:112px;
  margin:24px 0 34px
}
.ad-secondary{
  min-height:190px;
  margin:34px 0
}
.ad-rail{
  height:600px;
  position:sticky;
  top:90px
}

/* Results should visually connect to the solver before the first ad. */
.results-wrap{padding-top:8px}
.results-card{margin-bottom:0}

/* Desktop spacing between organic sections. */
.tools-section{margin-top:0}
.popular-section{margin-top:48px}
.seo-panel{margin-top:0}
.faq-section{margin-top:46px}

@media(max-width:820px){
  .hero{padding:24px 0 22px}
  .hero-intro{
    text-align:left;
    max-width:none
  }
  .hero-intro h1{
    font-size:clamp(38px,8vw,50px);
    margin:8px 0 9px
  }
  .hero-intro>p{
    margin-left:0;
    font-size:14px
  }
  .hero-intro .hero-points{
    justify-content:flex-start;
    gap:9px
  }

  /* Small chips are useful scanning aids on phones/tablets. */
  .hero-intro .hero-points span{
    border:1px solid var(--line);
    background:color-mix(in srgb,var(--surface) 78%,transparent);
    border-radius:999px;
    padding:7px 9px;
    font-size:10px
  }

  .ad-primary{
    min-height:90px;
    margin:20px 0 28px
  }
  .ad-secondary{
    min-height:130px;
    margin:28px 0
  }
}

@media(max-width:600px){
  .hero{padding:18px 0 18px}
  .hero .container{gap:12px}
  .hero-intro h1{
    font-size:38px;
    line-height:1.02;
    letter-spacing:-1.8px
  }
  .hero-intro .eyebrow{font-size:8px}
  .hero-intro .hero-points{
    margin-top:10px;
    gap:6px
  }
  .hero-intro .hero-points span{
    padding:6px 8px;
    font-size:9px
  }
  .solver-card-wide{padding:14px}
  .solver-title-row{align-items:flex-start}
  .input-shell,.primary-button{min-height:52px}
  .filters{margin-top:11px}
  .examples{margin-top:8px}

  /* First mobile ad appears only after results. */
  .ad-primary{
    min-height:78px;
    margin:18px 0 24px
  }
  .ad-primary strong{
    max-width:250px
  }
  .ad-secondary{
    min-height:110px;
    margin:24px 0
  }
}

/* Slightly denser viewport for standard-height Windows laptops/desktops. */
@media(min-width:1021px) and (max-height:900px){
  .hero{padding-top:22px}
  .hero-intro h1{font-size:48px}
  .hero-intro>p{font-size:14px}
  .hero-intro .hero-points{margin-top:10px}
  .solver-card-wide{padding:19px}
  .filters-head{padding-top:9px;padding-bottom:9px}
  .filter-grid{padding-top:10px;padding-bottom:10px}
  .examples{margin-top:8px}
}

/* ==========================================================
   FULL PHP TOOL PAGES
   ========================================================== */

.compact-tool-hero { padding-bottom: 22px; }
.compact-tool-hero .hero-intro { max-width: 900px; margin-inline: auto; }
.tool-form { display: grid; gap: 20px; }
.tool-form-grid,
.yellow-position-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.tool-form-grid.one-main { grid-template-columns: 1fr; }
.tool-form label,
.single-search-form > label,
.yellow-position-grid label { display: grid; gap: 8px; font-size: .84rem; font-weight: 750; color: var(--muted); }
.tool-form input,
.tool-form select,
.single-search-form input,
.yellow-position-grid input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: var(--surface-2); outline: none; }
.tool-form input:focus,
.tool-form select:focus,
.single-search-form input:focus,
.yellow-position-grid input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent); }
.tool-submit { width: max-content; min-width: 210px; }
.check-tool-line { display: flex !important; align-items: center; gap: 9px !important; color: var(--text) !important; }
.yellow-position-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
.tool-results-card { max-width: 1180px; margin-inline: auto; }
.single-search-form { display: grid; gap: 12px; }
.word-detail-card { display: grid; gap: 24px; }
.word-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.word-facts > * { display: grid; gap: 4px; min-height: 88px; align-content: center; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-2); }
.word-facts span { color: var(--muted); font-size: .78rem; font-weight: 750; }
.word-facts strong { font-size: 1.2rem; }
.smw-pagination { display: flex; justify-content: center; align-items: center; gap: 14px; margin-top: 22px; }
.smw-pagination a,
.smw-pagination span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.smw-pagination span { color: var(--muted); }
.inline-primary { display: inline-flex; align-items: center; justify-content: center; }
.error-actions { margin-top: 24px !important; }
.legal-panel { max-width: 900px; margin: 28px auto 0; }

@media (max-width: 900px) {
    .tool-form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .yellow-position-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .word-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .tool-form-grid,
    .yellow-position-grid,
    .word-facts { grid-template-columns: 1fr; }
    .tool-submit { width: 100%; }
    .smw-pagination { flex-wrap: wrap; }
}


/* Unified V5 tool-page refinements */
.hero.section-observed{scroll-margin-top:82px}
.tools-section.section-observed,.popular-section.section-observed,.faq-section.section-observed{scroll-margin-top:88px}
.tool-form{display:grid;gap:18px}.tool-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tool-form-grid.one-main{grid-template-columns:minmax(0,1fr)}
.tool-form label,.yellow-position-grid label{display:grid;gap:7px;color:var(--muted);font-size:11px;font-weight:700}.tool-form input,.tool-form select,.yellow-position-grid input{width:100%;height:44px;border:1px solid var(--line);border-radius:11px;background:var(--field);color:var(--heading);padding:0 12px;outline:none}.tool-form input:focus,.tool-form select:focus,.yellow-position-grid input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}
.tool-submit{justify-self:start}.yellow-position-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.check-tool-line{display:flex!important;grid-auto-flow:column!important;justify-content:start;align-items:center;gap:8px!important}.check-tool-line input{width:auto;height:auto}
.main-column>.ad-primary{margin-top:18px}.main-column>.tools-section,.main-column>.popular-section,.main-column>.seo-panel,.main-column>.faq-section{margin-top:22px}
.side-column .ad-rail{margin-top:0}.side-column>.rail-card+.ad-rail{margin-top:0}
@media(max-width:820px){.tool-form-grid,.yellow-position-grid{grid-template-columns:1fr 1fr}.side-column{display:none}}
@media(max-width:560px){.tool-form-grid,.yellow-position-grid{grid-template-columns:1fr}.tool-submit{width:100%}}


/* ==========================================================
   V6 — UNIFIED FORM SYSTEM + VISIBLE AD STRATEGY + FULL FOOTER
   ========================================================== */
.hero-points-neutral span{gap:8px}.hero-points-neutral span i{display:block;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}
.unified-tool-form{display:grid;gap:0}.unified-tool-form .solve-row{margin-top:16px}.tool-main-input{font:inherit}.select-shell select{appearance:auto;padding-left:44px}.input-icon-text{font-size:12px;font-weight:800;color:var(--accent)}
.field-help{margin:9px 0 0;color:var(--muted);font-size:10px}.unified-filter-panel{margin-top:16px}.unified-position-grid{padding:0 14px 14px}.unified-examples{margin-top:12px}.unified-examples .tool-example{transition:transform .16s ease,border-color .16s ease,color .16s ease}.unified-examples .tool-example:hover{transform:translateY(-1px)}
.unified-tool-form .filter-grid input,.unified-tool-form .filter-grid select,.unified-position-grid input{height:46px;min-height:46px;background:var(--field);border-radius:11px}.unified-tool-form .solve-row .input-shell,.unified-tool-form .solve-row .primary-button{min-height:56px;height:56px}.unified-tool-form .solve-row input,.unified-tool-form .solve-row select{height:54px}
.smw-ad-slot{position:relative;overflow:hidden;border:1px dashed color-mix(in srgb,var(--accent) 36%,var(--line-strong));background:linear-gradient(135deg,color-mix(in srgb,var(--accent-soft) 52%,var(--surface)),var(--surface));color:var(--muted);box-shadow:var(--shadow-soft)}.smw-ad-slot:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,color-mix(in srgb,#fff 28%,transparent),transparent 65%);transform:translateX(-100%);animation:adShimmer 5s ease-in-out infinite}.smw-ad-slot>*{position:relative;z-index:1}.smw-ad-slot span{color:var(--accent);font-weight:850;letter-spacing:1.25px}.smw-ad-slot strong{color:var(--heading);font-size:12px}.smw-ad-slot small{font-size:9px;color:var(--soft);margin-top:3px}.ad-primary{min-height:118px!important;margin:22px 0 34px!important}.ad-secondary{min-height:180px!important;margin:34px 0!important}.ad-rail{height:600px!important;min-height:600px!important}.side-column .smw-ad-slot{display:flex!important}
@keyframes adShimmer{0%,75%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.site-footer{margin-top:30px;padding:54px 0 28px}.footer-grid-full{grid-template-columns:2.1fr repeat(4,1fr);gap:34px}.footer-about p{font-size:13px!important;line-height:1.7;max-width:360px;margin-top:14px}.footer-grid h4{font-size:13px!important;margin-bottom:13px}.footer-grid>div>a:not(.brand){font-size:12px!important;padding:6px 0!important;line-height:1.35}.footer-grid>div>a:not(.brand):hover{color:#fff}.footer-brand{font-size:20px}.footer-status{display:flex;align-items:center;gap:8px;color:#788496;font-size:11px;margin-top:14px}.footer-status span{width:7px;height:7px;border-radius:50%;background:#43d17b}.footer-bottom{font-size:11px!important;padding-top:22px!important;margin-top:32px!important}.rail-card a{font-size:12px}.rail-card h3{font-size:19px}.results-empty p{font-size:12px}.results-card{scroll-margin-top:90px}
@media(max-width:1000px){.footer-grid-full{grid-template-columns:2fr 1fr 1fr}.footer-grid-full>div:nth-child(4),.footer-grid-full>div:nth-child(5){margin-top:8px}}
@media(max-width:820px){.footer-grid-full{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.ad-primary{min-height:92px!important}.smw-ad-slot small{display:none}}
@media(max-width:560px){.footer-grid-full{grid-template-columns:1fr}.footer-about{grid-column:auto}.footer-grid h4{font-size:14px!important}.footer-grid>div>a:not(.brand){font-size:13px!important}.unified-tool-form .solve-row .input-shell,.unified-tool-form .solve-row .primary-button{height:auto;min-height:54px}}

/* ==========================================================
   V7 — POLISHED TYPOGRAPHY, ACCESSIBILITY, MOBILE NAV, SEO UI
   No external font/CDN request is used. The stack prefers local
   variable fonts and falls back to high-quality system UI fonts.
   ========================================================== */
:root{
  --font-ui:"Segoe UI Variable Text","Segoe UI Variable",Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --font-display:"Segoe UI Variable Display","Segoe UI Variable",Inter,Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
body{font-family:var(--font-ui);font-size:16px;line-height:1.58;letter-spacing:-.005em}
button,input,select{font-family:var(--font-ui)}
h1,h2,h3,h4,.brand,.primary-button{font-family:var(--font-display)}

/* Readability: lift the tiny supporting type throughout the interface. */
.main-nav a{font-size:14px}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:1.55px}
.hero-intro>p{font-size:16px;line-height:1.62}
.hero-intro .hero-points span{font-size:12px}
.solver-title-row p{font-size:13px;line-height:1.55}
.filters-head strong{font-size:14px}
.filters-head small{font-size:12px;line-height:1.4}
.filter-toggle-state{font-size:12px}
.filter-grid label>span,.unified-position-grid label>span{font-size:12px}
.filter-grid input,.filter-grid select,.unified-position-grid input{font-size:14px}
.switch-line strong{font-size:13px}
.switch-line small{font-size:11px;line-height:1.35}
.field-help{font-size:12px;line-height:1.55}
.examples,.unified-examples{font-size:12px}
.examples button,.tool-example{font-size:12px}
.results-empty p{font-size:14px}
.copy-button{font-size:12px}
.result-tab{font-size:12px}
.word-group h4{font-size:11px}
.word-item{font-size:13px}
.word-item span{font-size:11px}
.tool-card h3{font-size:15px}
.tool-card p{font-size:13px;line-height:1.5}
.section-heading>p{font-size:13px;line-height:1.55}
.rail-card a{font-size:13px}
.rail-card h3{font-size:20px}

/* Headline line-break utility, used by Anagram Solver and available to all tools. */
.hero-title-line{display:block}
.hero-title-accent{color:var(--accent)}
.hero-intro h1 .hero-title-accent{color:var(--accent)}

/* Filter collapse now truly collapses to header height instead of keeping a large blank panel. */
.filters-body{
  display:block;
  max-height:1200px;
  opacity:1;
  overflow:hidden;
  visibility:visible;
  transition:max-height .34s cubic-bezier(.22,.8,.24,1),opacity .20s ease,visibility 0s linear 0s;
}
.filters:not(.is-open) .filters-body{
  max-height:0;
  opacity:0;
  visibility:hidden;
  transition:max-height .28s cubic-bezier(.4,0,.2,1),opacity .16s ease,visibility 0s linear .28s;
}
.filters:not(.is-open) .filters-head{border-bottom-color:transparent}
.filters{transition:border-color .2s ease,box-shadow .2s ease}
.filters.is-open{box-shadow:0 10px 30px rgba(34,39,67,.035)}

/* AD #1/#2/#3: always occupy visible space in development. */
.smw-ad-slot{display:flex!important;opacity:1!important;transform:none!important;visibility:visible!important}
.smw-ad-slot.reveal{opacity:1!important;transform:none!important}
.ad-primary{min-height:126px!important;margin:24px 0 38px!important}
.ad-secondary{min-height:190px!important;margin:38px 0!important}
.ad-rail{height:600px!important;min-height:600px!important}
.smw-ad-slot{flex-direction:row;gap:14px;padding:20px;justify-content:center;align-items:center}
.smw-ad-slot .ad-badge{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:15px;background:var(--accent);color:#fff;font-size:12px;font-weight:900;letter-spacing:.7px;box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 24%,transparent)}
.smw-ad-slot .ad-copy{display:grid;gap:3px;text-align:left}
.smw-ad-slot .ad-copy span{font-size:10px}
.smw-ad-slot .ad-copy strong{font-size:14px;line-height:1.35}
.smw-ad-slot .ad-copy small{font-size:11px;line-height:1.4}
.ad-rail{flex-direction:column;padding:24px}.ad-rail .ad-copy{text-align:center}.ad-rail .ad-badge{width:64px;height:64px;flex-basis:64px}

/* FAQ cards with icon-led questions and a more polished interaction. */
.faq-heading{align-items:end}.faq-heading>p{max-width:390px}
.faq-list-rich{overflow:hidden}
.faq-list-rich details{padding:0 20px;background:var(--surface);transition:background .2s ease}
.faq-list-rich details[open]{background:color-mix(in srgb,var(--accent-soft) 32%,var(--surface))}
.faq-list-rich summary{display:grid;grid-template-columns:40px minmax(0,1fr) 28px;gap:12px;align-items:center;padding:18px 0;font-size:14px;font-weight:800;list-style:none}
.faq-list-rich summary::-webkit-details-marker{display:none}
.faq-question-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}
.faq-question-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.faq-chevron{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);color:var(--muted);transition:transform .22s ease,color .22s ease}
.faq-chevron svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
details[open] .faq-chevron{transform:rotate(180deg);color:var(--accent)}
.faq-answer{padding:0 40px 18px 52px}
.faq-list-rich .faq-answer p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}

/* Footer readability. */
.site-footer{padding-top:64px}
.footer-brand{font-size:22px}
.footer-about p{font-size:14px!important;line-height:1.75;max-width:400px}
.footer-grid h4{font-size:14px!important;letter-spacing:.01em}
.footer-grid>div>a:not(.brand){font-size:14px!important;padding:7px 0!important;color:#9ca7b9}
.footer-bottom{font-size:12px!important}
.footer-trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.footer-trust-row span{display:flex;align-items:center;gap:6px;color:#8f9bad;font-size:12px}
.footer-trust-row svg{width:15px;height:15px;fill:none;stroke:#8b7cff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Error pages: visual, purposeful and accessible. */
.error-page{min-height:calc(100vh - 72px);display:grid;align-items:center;padding:64px 0;background:radial-gradient(circle at 20% 20%,color-mix(in srgb,var(--accent) 10%,transparent),transparent 34%),radial-gradient(circle at 85% 70%,color-mix(in srgb,#23c4ad 8%,transparent),transparent 30%)}
.error-shell{display:grid;grid-template-columns:minmax(300px,440px) minmax(0,1fr);gap:72px;align-items:center}
.error-visual{height:360px;position:relative;display:grid;place-items:center}
.error-orbit{position:absolute;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));border-radius:50%;animation:errorOrbit 14s linear infinite}
.error-orbit-a{width:310px;height:310px}.error-orbit-b{width:220px;height:220px;animation-duration:10s;animation-direction:reverse}
.error-icon-card{width:120px;height:120px;border-radius:34px;background:linear-gradient(145deg,var(--accent),var(--accent-2));display:grid;place-items:center;color:#fff;box-shadow:0 26px 60px color-mix(in srgb,var(--accent) 28%,transparent);transform:rotate(-5deg)}
.error-icon-card svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.error-code{position:absolute;right:34px;bottom:38px;font-family:var(--font-display);font-size:58px;font-weight:900;color:color-mix(in srgb,var(--accent) 22%,var(--soft));letter-spacing:-3px}
.error-copy h1{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-3px;margin:18px 0;color:var(--heading)}
.error-copy>p{font-size:16px;line-height:1.7;color:var(--muted);max-width:620px}
.error-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.inline-primary{display:inline-flex;width:auto}.secondary-button{min-height:52px;padding:0 18px;border:1px solid var(--line);border-radius:14px;background:var(--surface);display:inline-flex;align-items:center;font-weight:800;color:var(--heading)}
@keyframes errorOrbit{to{transform:rotate(360deg)}}

/* Mobile navigation is now a smooth drawer instead of a basic block list. */
.mobile-nav-shell{display:none}
@media(max-width:820px){
  .main-nav{display:none}
  .menu-button{display:grid;position:relative;overflow:hidden}
  .menu-button span{position:absolute;left:11px;width:18px;height:2px;border-radius:2px;transition:transform .26s cubic-bezier(.2,.8,.2,1),opacity .2s ease,top .26s ease}
  .menu-button span:nth-child(1){top:13px}.menu-button span:nth-child(2){top:19px}.menu-button span:nth-child(3){top:25px}
  .menu-button.is-open span:nth-child(1){top:19px;transform:rotate(45deg)}
  .menu-button.is-open span:nth-child(2){opacity:0;transform:translateX(8px)}
  .menu-button.is-open span:nth-child(3){top:19px;transform:rotate(-45deg)}
  .mobile-nav-shell{display:block;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);background:color-mix(in srgb,var(--surface) 96%,transparent);border-bottom:1px solid transparent;box-shadow:0 20px 40px transparent;transition:max-height .35s cubic-bezier(.22,.8,.24,1),opacity .22s ease,transform .28s ease,border-color .2s ease,box-shadow .25s ease;pointer-events:none}
  .mobile-nav-shell.is-open{max-height:360px;opacity:1;transform:none;border-bottom-color:var(--line);box-shadow:0 24px 50px rgba(24,29,52,.08);pointer-events:auto}
  .mobile-nav{display:grid!important;padding:12px 0 18px;background:transparent;border:0}
  .mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:15px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:780;color:var(--muted);transition:color .2s ease,padding-left .2s ease}
  .mobile-nav a:last-child{border-bottom:0}.mobile-nav a>span:last-child{font-size:10px;letter-spacing:1px;color:var(--soft)}
  .mobile-nav a.active{color:var(--accent);padding-left:8px}
  body.nav-open{overflow:hidden}
  .hero-intro .hero-points span{font-size:11px}
  .smw-ad-slot{padding:16px;gap:11px}.smw-ad-slot .ad-badge{width:46px;height:46px;flex-basis:46px;border-radius:13px}.smw-ad-slot .ad-copy strong{font-size:13px}.smw-ad-slot .ad-copy small{display:none}
  .faq-list-rich summary{grid-template-columns:36px minmax(0,1fr) 28px;padding:16px 0}.faq-question-icon{width:36px;height:36px}.faq-answer{padding-left:48px;padding-right:0}
  .error-shell{grid-template-columns:1fr;gap:28px;text-align:center}.error-visual{height:250px}.error-orbit-a{width:230px;height:230px}.error-orbit-b{width:165px;height:165px}.error-icon-card{width:94px;height:94px;border-radius:28px}.error-icon-card svg{width:45px;height:45px}.error-code{right:calc(50% - 120px);bottom:18px;font-size:45px}.error-copy .eyebrow{justify-content:center}.error-copy h1{font-size:44px;letter-spacing:-2px}.error-copy>p{margin-inline:auto}.error-actions{justify-content:center}
}
@media(max-width:560px){
  body{font-size:15.5px}.container{width:min(100% - 22px,1180px)}
  .hero-intro h1{font-size:40px!important;line-height:1.02;letter-spacing:-2px}
  .hero-intro>p{font-size:15px}.solver-title-row h2{font-size:24px}
  .filter-grid label>span,.unified-position-grid label>span{font-size:12px}.filter-grid input,.filter-grid select,.unified-position-grid input{font-size:14px}
  .smw-ad-slot{align-items:flex-start}.smw-ad-slot .ad-copy{text-align:left}.ad-primary{min-height:100px!important}
  .footer-grid h4{font-size:15px!important}.footer-grid>div>a:not(.brand){font-size:14px!important}.footer-about p{font-size:14px!important}
  .error-page{padding:36px 0}.error-copy h1{font-size:38px}.error-actions{display:grid}.inline-primary,.secondary-button{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){.error-orbit{animation:none}.mobile-nav-shell,.menu-button span{transition:none!important}}


/* ================================================================
   V8 — AdSense/privacy readiness, richer legal pages and consent UI
   ================================================================ */
.footer-site-links button{appearance:none;border:0;background:none;padding:7px 0;text-align:left;color:#9ca7b9;font:inherit;font-size:14px;cursor:pointer;transition:color .2s ease,transform .2s ease}
.footer-site-links button:hover{color:#fff;transform:translateX(2px)}
.footer-bottom-rich{gap:22px;flex-wrap:wrap}

.legal-hero{padding:58px 0 88px;background:radial-gradient(circle at 8% 8%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 26%),radial-gradient(circle at 94% 12%,color-mix(in srgb,#34c5b7 6%,transparent),transparent 24%)}
.legal-shell{display:grid;grid-template-columns:330px minmax(0,1fr);gap:34px;align-items:start}
.legal-side{position:sticky;top:96px;padding:28px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}
.legal-side-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin-bottom:22px;color:#fff;background:linear-gradient(145deg,var(--accent),var(--accent-2));box-shadow:0 16px 32px color-mix(in srgb,var(--accent) 22%,transparent)}
.legal-side-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.legal-side h1{font-family:var(--font-display);font-size:clamp(31px,3vw,43px);line-height:1.02;letter-spacing:-1.8px;margin:10px 0 14px;color:var(--heading)}
.legal-side>p{font-size:14px;line-height:1.7;color:var(--muted)}
.legal-meta{display:grid;gap:2px;padding:15px 0;margin:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.legal-meta span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);font-weight:800}.legal-meta strong{font-size:13px;color:var(--heading)}
.legal-links{display:grid;gap:3px}.legal-links a,.legal-choice-button{width:100%;display:flex;align-items:center;min-height:38px;padding:0 11px;border-radius:10px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:13px;font-weight:700;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease,padding-left .18s ease}
.legal-links a:hover,.legal-choice-button:hover,.legal-links a.active{background:var(--accent-soft);color:var(--accent);padding-left:14px}
.legal-content{display:grid;gap:18px}
.legal-section{padding:30px 34px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 18px 50px rgba(31,37,68,.045)}
.legal-section h2{font-family:var(--font-display);font-size:23px;letter-spacing:-.7px;margin:0 0 14px;color:var(--heading)}
.legal-section p{font-size:15px;line-height:1.78;color:var(--muted);margin:0}.legal-section p+p{margin-top:13px}
.legal-resource-list{display:grid;gap:8px;margin-top:18px}.legal-resource-list a{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--soft-bg);font-size:13px;font-weight:750;color:var(--heading);transition:border-color .2s ease,transform .2s ease}.legal-resource-list a:hover{border-color:color-mix(in srgb,var(--accent) 48%,var(--line));transform:translateY(-1px)}
.legal-notice{display:grid;gap:4px;padding:16px 18px;border-radius:14px;border:1px solid var(--line);font-size:13px}.legal-notice.success{background:color-mix(in srgb,#35b989 10%,var(--surface));border-color:color-mix(in srgb,#35b989 30%,var(--line))}.legal-notice.error{background:color-mix(in srgb,#e65a6d 8%,var(--surface));border-color:color-mix(in srgb,#e65a6d 28%,var(--line))}.legal-notice ul{margin:4px 0 0;padding-left:20px}
.contact-form{display:grid;gap:16px;margin-top:22px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:grid;gap:7px}.contact-form label>span{font-size:12px;font-weight:800;color:var(--heading)}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:var(--soft-bg);color:var(--heading);border-radius:13px;padding:13px 14px;font:inherit;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-form textarea{resize:vertical;min-height:160px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px}.contact-form-bottom p{font-size:12px}.contact-form-bottom a{color:var(--accent);font-weight:700}.contact-form-bottom .primary-button{width:auto;white-space:nowrap}
.legal-help-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.legal-help-grid>div{padding:17px;border:1px solid var(--line);border-radius:14px;background:var(--soft-bg)}.legal-help-grid strong{display:block;margin-bottom:5px;color:var(--heading);font-size:14px}.legal-help-grid p{font-size:13px;line-height:1.55}

/* Consent banner */
.consent-backdrop{position:fixed;inset:0;z-index:9997;background:rgba(7,9,16,.48);backdrop-filter:blur(4px)}
.consent-banner{position:fixed;left:50%;bottom:22px;z-index:9998;transform:translateX(-50%);width:min(1180px,calc(100% - 30px));display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px 22px;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line));border-radius:22px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 28px 80px rgba(11,15,29,.22);backdrop-filter:blur(16px);animation:consentUp .38s cubic-bezier(.2,.85,.25,1) both}
.consent-brand-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:var(--accent);background:var(--accent-soft)}.consent-brand-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.consent-copy h2{margin:4px 0 5px;font-family:var(--font-display);font-size:20px;letter-spacing:-.4px;color:var(--heading)}.consent-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55;max-width:760px}.consent-inline-links{display:flex;gap:14px;margin-top:7px}.consent-inline-links a{font-size:12px;font-weight:750;color:var(--accent)}
.consent-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.consent-button{min-height:43px;padding:0 15px;border-radius:12px;border:1px solid var(--line);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.consent-button:hover{transform:translateY(-1px)}.consent-button.primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 10px 22px color-mix(in srgb,var(--accent) 20%,transparent)}.consent-button.secondary{background:var(--surface);color:var(--heading)}
.consent-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px}.consent-modal-card{width:min(720px,100%);max-height:min(780px,calc(100vh - 40px));overflow:auto;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 34px 100px rgba(9,12,24,.30);padding:26px;animation:consentModal .26s cubic-bezier(.2,.8,.25,1) both}.consent-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid var(--line)}.consent-modal-head h2{font-family:var(--font-display);font-size:27px;letter-spacing:-1px;margin:5px 0 6px;color:var(--heading)}.consent-modal-head p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.consent-close{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:var(--soft-bg);color:var(--heading);font-size:25px;line-height:1;cursor:pointer}.consent-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:19px 0;border-bottom:1px solid var(--line)}.consent-category strong{display:block;color:var(--heading);font-size:14px;margin-bottom:4px}.consent-category p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.55}.consent-required{font-size:11px;font-weight:850;color:var(--accent);padding:7px 10px;border-radius:999px;background:var(--accent-soft)}.switch-wrap{display:flex}.switch-wrap input{position:absolute;opacity:0;pointer-events:none}.switch-wrap .switch{width:43px;height:25px;border-radius:999px;background:#d9deea;position:relative;cursor:pointer;transition:background .18s ease}.switch-wrap .switch:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:transform .18s ease}.switch-wrap input:checked+.switch{background:var(--accent)}.switch-wrap input:checked+.switch:after{transform:translateX(18px)}
.consent-google-note{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:15px;margin:18px 0;border-radius:14px;background:var(--soft-bg);border:1px solid var(--line)}.consent-google-note svg{width:27px;height:27px;fill:none;stroke:var(--accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.consent-google-note p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.consent-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}
body.consent-open{overflow:hidden}
@keyframes consentUp{from{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%,0)}}@keyframes consentModal{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}

@media(max-width:980px){.legal-shell{grid-template-columns:1fr}.legal-side{position:relative;top:auto}.legal-links{grid-template-columns:repeat(3,1fr)}.consent-banner{grid-template-columns:48px minmax(0,1fr)}.consent-brand-icon{width:48px;height:48px}.consent-actions{grid-column:1/-1;justify-content:flex-end}}
@media(max-width:680px){.legal-hero{padding:28px 0 62px}.legal-side,.legal-section{padding:22px;border-radius:18px}.legal-links{grid-template-columns:1fr 1fr}.contact-grid,.legal-help-grid{grid-template-columns:1fr}.contact-form-bottom{align-items:stretch;flex-direction:column}.contact-form-bottom .primary-button{width:100%;justify-content:center}.consent-banner{bottom:10px;width:calc(100% - 18px);grid-template-columns:1fr;padding:18px;border-radius:18px}.consent-brand-icon{display:none}.consent-copy h2{font-size:18px}.consent-copy p{font-size:12.5px}.consent-actions{display:grid;grid-template-columns:1fr 1fr}.consent-actions .primary{grid-column:1/-1}.consent-button{width:100%}.consent-modal{padding:10px}.consent-modal-card{padding:20px;border-radius:19px;max-height:calc(100vh - 20px)}.consent-modal-head h2{font-size:23px}.consent-category{gap:12px}.consent-modal-actions{display:grid;grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.consent-banner,.consent-modal-card{animation:none}}

/* =========================================================
   V9 — simplified bottom consent bar (no centered modal)
   ========================================================= */
.consent-backdrop,.consent-modal{display:none!important}
.consent-bar[hidden]{display:none!important}
.consent-bar{position:fixed;left:50%;bottom:14px;z-index:9998;width:min(1180px,calc(100% - 28px));transform:translate(-50%,18px);opacity:0;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line));border-radius:20px;background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 24px 70px rgba(8,12,24,.20);backdrop-filter:blur(16px);overflow:hidden;transition:opacity .22s ease,transform .22s cubic-bezier(.2,.8,.25,1)}
.consent-bar.is-visible{opacity:1;transform:translate(-50%,0)}
.consent-bar-main{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 18px}
.consent-bar .consent-brand-icon{width:48px;height:48px;border-radius:15px}
.consent-bar .consent-brand-icon svg{width:24px;height:24px}
.consent-bar .consent-copy h2{font-size:18px;margin:2px 0 4px;letter-spacing:-.35px}
.consent-bar .consent-copy p{font-size:12.5px;line-height:1.5;margin:0;max-width:720px}
.consent-bar .consent-copy p a{font-weight:760;color:var(--accent)}
.consent-bar .consent-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center;flex-wrap:wrap}
.consent-bar .consent-button{min-height:40px;padding:0 14px;font-size:12px}
.consent-preferences{border-top:1px solid var(--line);background:color-mix(in srgb,var(--soft-bg) 52%,var(--surface));padding:0 18px 16px}
.consent-pref-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface);margin-top:14px}
.consent-pref-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 15px;border-right:1px solid var(--line);cursor:pointer}
.consent-pref-item:last-child{border-right:0}.consent-pref-item strong{display:block;font-size:13px;color:var(--heading);margin-bottom:3px}.consent-pref-item p{font-size:11.5px;line-height:1.45;color:var(--muted);margin:0}.consent-pref-item .consent-required{font-size:10.5px;white-space:nowrap}
.consent-preferences-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px}.consent-preferences-footer>p{margin:0;color:var(--muted);font-size:11.5px;line-height:1.45}.consent-preferences-footer>div{display:flex;gap:8px;flex:0 0 auto}
@media(max-width:900px){.consent-bar-main{grid-template-columns:40px minmax(0,1fr)}.consent-bar .consent-brand-icon{width:40px;height:40px}.consent-bar .consent-actions{grid-column:1/-1}.consent-pref-grid{grid-template-columns:1fr}.consent-pref-item{border-right:0;border-bottom:1px solid var(--line)}.consent-pref-item:last-child{border-bottom:0}.consent-preferences-footer{align-items:flex-start;flex-direction:column}.consent-preferences-footer>div{width:100%;justify-content:flex-end}}
@media(max-width:620px){.consent-bar{bottom:8px;width:calc(100% - 16px);border-radius:16px}.consent-bar-main{grid-template-columns:1fr;padding:14px}.consent-bar .consent-brand-icon{display:none}.consent-bar .consent-copy h2{font-size:16px}.consent-bar .consent-copy p{font-size:12px}.consent-bar .consent-actions{display:grid;grid-template-columns:1fr 1fr}.consent-bar .consent-actions .primary{grid-column:1/-1}.consent-preferences{padding:0 12px 12px}.consent-preferences-footer>div{display:grid;grid-template-columns:1fr 1fr;width:100%}}
@media(prefers-reduced-motion:reduce){.consent-bar{transition:none}}

/* After-results ad is intentionally hidden until a real result set is shown. */
.smw-ad-slot[data-ad-position="after-results"][hidden]{display:none!important}


/* ================================================================
   V10 — Unified two-line tool hero headings
   ================================================================ */
.hero-intro h1{
  text-align:center;
  text-wrap:balance;
}
.hero-title-line{
  display:block;
  width:100%;
  text-align:center;
}
.hero-title-line + .hero-title-line{
  margin-top:.04em;
}
@media(max-width:820px){
  .hero-intro{ text-align:center; }
  .hero-intro .eyebrow{ justify-content:center; }
  .hero-title-line{ text-align:center; }
}
@media(max-width:560px){
  .hero-title-line + .hero-title-line{ margin-top:.08em; }
}


/* ================================================================
   V11 — Tool hero heading color hierarchy
   First line = normal heading color, second line = purple accent.
   This explicitly overrides the older generic .hero-intro h1 span rule.
   ================================================================ */
.hero-intro h1 .hero-title-line{
  color:var(--heading);
}
.hero-intro h1 .hero-title-line.hero-title-accent{
  color:var(--accent);
}
html[data-theme="dark"] .hero-intro h1 .hero-title-line{
  color:var(--heading);
}
html[data-theme="dark"] .hero-intro h1 .hero-title-line.hero-title-accent{
  color:var(--accent);
}

/* V12 — user-focused guide, richer FAQ, and recent Quick Tools */
.guide-panel{margin-top:22px;padding:34px;background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--accent-soft) 28%,var(--surface)) 100%);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(250px,.82fr) minmax(0,1.6fr);gap:32px;align-items:start;overflow:hidden;position:relative}
.guide-panel:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-130px;top:-150px;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 13%,transparent),transparent 70%);pointer-events:none}
.guide-intro{position:relative;z-index:1}.guide-intro h2{margin:8px 0 14px;color:var(--heading);font-size:clamp(28px,2.6vw,38px);line-height:1.08;letter-spacing:-1.4px}.guide-intro>p{margin:0;color:var(--muted);font-size:15px;line-height:1.75;max-width:540px}
.guide-tip{margin-top:24px;padding:15px 16px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--surface) 88%,transparent);display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;color:var(--muted);font-size:12.5px;line-height:1.55}.guide-tip strong{display:block;color:var(--heading);font-size:13px;margin-bottom:2px}.guide-tip-icon{width:42px;height:42px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.guide-tip-icon svg{width:21px;height:21px}
.guide-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;position:relative;z-index:1}.guide-step-card{min-height:230px;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 12px 30px rgba(19,24,39,.035);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.guide-step-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent) 28%,var(--line));box-shadow:0 16px 34px rgba(19,24,39,.07)}
.guide-step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.guide-step-icon{width:48px;height:48px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.guide-step-icon svg{width:23px;height:23px}.guide-step-number{font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--accent)}.guide-step-card h3{margin:0 0 10px;color:var(--heading);font-size:18px;letter-spacing:-.3px}.guide-step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.68}

.faq-heading{align-items:flex-end}.faq-heading>p{font-size:14px;line-height:1.6;max-width:430px}.faq-list-rich{border-radius:22px}.faq-list-rich details{padding:0 24px}.faq-list-rich summary{grid-template-columns:52px minmax(0,1fr) 34px;gap:16px;padding:21px 0;font-size:15px;line-height:1.35}.faq-question-icon{width:52px;height:52px;border-radius:15px}.faq-question-icon svg{width:25px;height:25px}.faq-chevron{width:34px;height:34px;border-radius:10px}.faq-chevron svg{width:17px;height:17px}.faq-answer{padding:0 50px 22px 68px}.faq-list-rich .faq-answer p{font-size:14px;line-height:1.78;max-width:820px}

.quick-tools-card{padding:22px}.quick-tools-heading-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-top:6px;margin-bottom:10px}.quick-tools-card h3{font-size:20px;margin:0 0 5px}.quick-tools-note{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.quick-tools-history-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center}.quick-tools-history-icon svg{width:19px;height:19px}.quick-tools-list>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid var(--line);color:inherit}.quick-tools-list>a:last-child{border-bottom:0}.quick-tool-copy{display:block;min-width:0}.quick-tool-copy strong{display:block;color:var(--heading);font-size:13px;line-height:1.3}.quick-tool-copy small{display:block;color:var(--muted);font-size:10.5px;line-height:1.4;margin-top:3px}.quick-tool-arrow{color:var(--accent);font-size:15px;transition:transform .18s ease}.quick-tools-list>a:hover .quick-tool-arrow{transform:translateX(3px)}

@media(max-width:1000px){.guide-panel{grid-template-columns:1fr}.guide-steps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.guide-panel{padding:22px;border-radius:20px;gap:24px}.guide-steps{grid-template-columns:1fr}.guide-step-card{min-height:0}.faq-heading{align-items:flex-start}.faq-list-rich details{padding:0 16px}.faq-list-rich summary{grid-template-columns:44px minmax(0,1fr) 30px;gap:12px;padding:17px 0;font-size:14px}.faq-question-icon{width:44px;height:44px;border-radius:13px}.faq-question-icon svg{width:22px;height:22px}.faq-answer{padding:0 34px 18px 56px}.faq-list-rich .faq-answer p{font-size:13.5px}.quick-tools-card{padding:18px}}

/* ==========================================================
   V13 — Modern custom dropdowns
   Native selects stay in the DOM for accessibility/forms, but
   are visually replaced by a fast local custom control.
   ========================================================== */
.smw-select{position:relative;width:100%;min-width:0}
.smw-select-native{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0!important;pointer-events:none!important;z-index:-1!important}
.smw-select-button{width:100%;height:46px;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 13px 0 14px;border:1px solid var(--line);border-radius:12px;background:var(--field);color:var(--heading);font:inherit;font-size:14px;font-weight:650;text-align:left;cursor:pointer;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}
.smw-select-button:hover{border-color:color-mix(in srgb,var(--accent) 42%,var(--line));background:color-mix(in srgb,var(--field) 94%,var(--accent-soft))}
.smw-select.is-open .smw-select-button,.smw-select-button:focus-visible{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}
.smw-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.smw-select-chevron{width:18px;height:18px;flex:0 0 auto;color:var(--muted);transition:transform .2s cubic-bezier(.2,.75,.25,1),color .18s ease}
.smw-select.is-open .smw-select-chevron{transform:rotate(180deg);color:var(--accent)}
.smw-select-menu{position:absolute;left:0;right:0;top:calc(100% + 7px);z-index:220;max-height:280px;padding:7px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 55px rgba(20,24,45,.16),0 4px 14px rgba(20,24,45,.08);overflow:auto;opacity:0;visibility:hidden;transform:translateY(-7px) scale(.985);transform-origin:top;transition:opacity .16s ease,transform .18s cubic-bezier(.2,.75,.25,1),visibility .16s ease;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 34%,var(--line)) transparent}
.smw-select.is-open .smw-select-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.smw-select-option{width:100%;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:0;border-radius:9px;background:transparent;color:var(--text);font:inherit;font-size:13.5px;font-weight:600;text-align:left;cursor:pointer;transition:background .13s ease,color .13s ease,transform .13s ease}
.smw-select-option:hover,.smw-select-option.is-highlighted{background:var(--accent-soft);color:var(--heading)}
.smw-select-option:active{transform:scale(.985)}
.smw-select-option.is-selected{background:color-mix(in srgb,var(--accent) 13%,var(--surface));color:var(--accent);font-weight:800}
.smw-select-option.is-selected::after{content:'✓';font-size:12px;font-weight:900;color:var(--accent)}
.smw-select-option[disabled]{opacity:.45;cursor:not-allowed}
.smw-select-menu::-webkit-scrollbar{width:8px}.smw-select-menu::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--accent) 28%,var(--line));border-radius:999px;border:2px solid var(--surface)}

/* Main hero/select inputs are slightly larger, matching the primary field. */
.select-shell .smw-select{height:54px}
.select-shell .smw-select-button{height:54px;min-height:54px;border-radius:14px;padding-left:46px;font-size:15px;font-weight:700}
.select-shell .smw-select-menu{top:calc(100% + 9px)}

/* The advanced filter grid uses the same dropdown language everywhere. */
.filter-grid .smw-select-button{background:var(--surface)}
.unified-tool-form .filter-grid .smw-select-button{background:var(--field)}

/* Dark mode gets a slightly stronger floating panel. */
html[data-theme="dark"] .smw-select-menu{box-shadow:0 22px 60px rgba(0,0,0,.42),0 5px 16px rgba(0,0,0,.28)}

@media (max-width:680px){
  .smw-select-menu{position:fixed;left:14px;right:14px;top:auto;bottom:14px;max-height:min(54vh,420px);border-radius:18px;padding:9px;transform:translateY(16px) scale(.985)}
  .smw-select.is-open .smw-select-menu{transform:translateY(0) scale(1)}
  .smw-select-option{min-height:44px;padding:10px 12px;font-size:14px}
  .smw-select.is-open::before{content:'';position:fixed;inset:0;background:rgba(9,11,19,.22);backdrop-filter:blur(2px);z-index:210;pointer-events:none}
}


/* V14 — horizontal guide steps + full-width tip */
.guide-panel{
    grid-template-columns:minmax(260px,.88fr) minmax(0,1.55fr);
    grid-template-areas:
        "intro steps"
        "tip tip";
    align-items:stretch;
}
.guide-intro{grid-area:intro;align-self:center}
.guide-steps{
    grid-area:steps;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}
.guide-step-card{
    min-height:0;
    display:grid;
    grid-template-columns:56px minmax(0,1fr) 38px;
    gap:16px;
    align-items:center;
    padding:18px 18px;
}
.guide-step-card:hover{transform:translateX(3px)}
.guide-step-icon{
    width:52px;
    height:52px;
    border-radius:15px;
}
.guide-step-icon svg{width:25px;height:25px}
.guide-step-copy h3{
    margin:0 0 5px;
    font-size:17px;
    line-height:1.25;
}
.guide-step-copy p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.55;
}
.guide-step-number{
    align-self:start;
    justify-self:end;
    padding-top:3px;
    font-size:11px;
}
.guide-tip{
    grid-area:tip;
    grid-column:1/-1;
    width:100%;
    margin-top:0;
    padding:17px 18px;
    grid-template-columns:46px minmax(0,1fr);
    gap:14px;
    border-radius:16px;
    font-size:13.5px;
}
.guide-tip-icon{width:46px;height:46px;border-radius:13px}
.guide-tip-icon svg{width:23px;height:23px}
.guide-tip strong{font-size:14px}

/* Tool cards — distinct, meaningful icons */
.tool-icon{
    width:46px;
    height:46px;
    border-radius:13px;
}
.tool-icon svg{
    width:23px;
    height:23px;
}
.tool-card{
    grid-template-columns:46px 1fr 18px;
    gap:14px;
}

/* FAQ heading stays focused on the heading only */
.faq-heading{
    display:block;
}
.faq-heading>p{
    display:none !important;
}

@media(max-width:1000px){
    .guide-panel{
        grid-template-columns:1fr;
        grid-template-areas:
            "intro"
            "steps"
            "tip";
    }
}
@media(max-width:620px){
    .guide-step-card{
        grid-template-columns:48px minmax(0,1fr) 30px;
        gap:12px;
        padding:15px;
    }
    .guide-step-icon{width:46px;height:46px}
    .guide-step-icon svg{width:22px;height:22px}
    .guide-step-copy h3{font-size:16px}
    .guide-step-copy p{font-size:12.5px}
}
