:root {
  --primary: #2563eb;
  --primary-dark: #1557df;
  --navy: #07172f;
  --background: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --muted: #64748b;
  --container: 1160px;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999; top: 16px; left: 16px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; }

.site-header { height: 92px; position: relative; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(226,232,240,.8); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; justify-self: start; }
.custom-logo { display: block; max-width: 150px; height: auto; }
.brand__logo { display: block; width: 150px; height: auto; }
.brand__logo--footer { width: 104px; }
.brand__wordmark { color: var(--navy); font-size: 31px; line-height: 1; font-weight: 800; letter-spacing: -2px; }
.brand__wordmark > span { color: var(--primary); letter-spacing: -5px; margin-right: 4px; }
.site-nav__list { display: flex; align-items: center; gap: 44px; padding: 0; margin: 0; list-style: none; }
.site-nav a { font-size: 13px; font-weight: 700; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--primary); }
.site-nav .current-menu-item > a { color: var(--primary); }
.button { display: inline-flex; align-items: center; justify-content: center; color: var(--white); background: var(--primary); border: 1px solid var(--primary); border-radius: 10px; font-weight: 700; box-shadow: 0 7px 20px rgba(37,99,235,.18); }
.button--small { min-width: 98px; min-height: 46px; padding: 10px 20px; font-size: 13px; }
.language-picker { display: inline-flex; align-items: center; justify-self: end; gap: 6px; min-width: 82px; min-height: 42px; padding: 7px 9px 7px 12px; color: var(--navy); background: var(--white); border: 1px solid var(--border); border-radius: 10px; transition: border-color .2s ease, box-shadow .2s ease; }
.language-picker:focus-within { border-color: #a8c0fa; box-shadow: 0 0 0 4px rgba(37,99,235,.09); }
.language-picker .dashicons { width: 17px; height: 17px; color: var(--primary); font-size: 17px; }
.language-picker select { min-width: 39px; padding: 0 14px 0 0; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 12px; font-weight: 800; cursor: pointer; }
.menu-toggle { display: none; color: var(--navy); background: none; border: 0; }

.hero { position: relative; overflow: hidden; min-height: 650px; padding: 108px 0 120px; text-align: center; background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f8ff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; left: 50%; border-radius: 50%; pointer-events: none; transform: translateX(-50%); border: 72px solid rgba(37,99,235,.026); }
.hero::before { width: 1480px; height: 690px; top: 290px; }
.hero::after { width: 1850px; height: 850px; top: 286px; border-color: rgba(37,99,235,.018); }
.hero__inner { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; padding: 8px 15px; color: var(--primary); border: 1px solid var(--border); background: rgba(255,255,255,.86); border-radius: 999px; font-size: 12px; font-weight: 600; box-shadow: 0 3px 16px rgba(15,23,42,.03); }
.eyebrow span { display: inline-flex; align-items: center; gap: 5px; }
.eyebrow .dashicons { width: 14px; height: 14px; font-size: 14px; }
.eyebrow i { width: 3px; height: 3px; background: var(--primary); border-radius: 50%; }
.hero h1 { max-width: 850px; margin: 32px auto 12px; color: var(--navy); font-size: clamp(46px, 5.1vw, 70px); line-height: 1.04; font-weight: 800; letter-spacing: -3.2px; }
.hero h1 span { color: var(--primary); }
.hero__lead { margin: 0 0 38px; color: #71809c; font-size: 24px; font-weight: 500; }
.tool-search { display: flex; width: min(720px, 100%); height: 64px; margin: 0 auto; padding: 6px; background: var(--white); border: 1px solid var(--border); border-radius: 13px; box-shadow: 0 13px 40px rgba(15,23,42,.08); }
.tool-search input { flex: 1; min-width: 0; padding: 0 15px; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 14px; }
.tool-search input::placeholder { color: #8190aa; }
.tool-search:focus-within { border-color: rgba(37,99,235,.6); box-shadow: 0 0 0 4px rgba(37,99,235,.1), 0 13px 40px rgba(15,23,42,.08); }
.tool-search button, .footer-newsletter button { display: grid; place-items: center; width: 52px; flex: 0 0 52px; color: var(--white); background: var(--primary); border: 0; border-radius: 10px; }
.tool-search button:hover, .footer-newsletter button:hover { background: var(--primary-dark); }
.popular-searches { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 11px; }
.popular-searches button { padding: 7px 14px; color: #7786a0; background: rgba(255,255,255,.85); border: 1px solid var(--border); border-radius: 999px; }
.popular-searches button:hover, .popular-searches button:focus-visible { color: var(--primary); border-color: #a8c0fa; }
.search-status { min-height: 20px; margin: 10px 0 0; color: var(--muted); font-size: 12px; }

.tools-section { position: relative; z-index: 3; padding: 54px 0 56px; background: #fff; border-radius: 32px 32px 0 0; box-shadow: 0 -8px 40px rgba(15,23,42,.025); }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.section-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.5px; }
.section-heading a { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }
.section-heading a:hover { color: var(--primary); }
.section-heading .dashicons { width: 16px; height: 16px; font-size: 16px; }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.tool-card { min-width: 0; }
.tool-card[hidden] { display: none; }
.tool-card > a { position: relative; display: flex; flex-direction: column; min-height: 255px; padding: 32px 26px 26px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 8px 24px rgba(15,23,42,.025); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tool-card > a:hover, .tool-card > a:focus-visible { transform: translateY(-4px); border-color: #b8cafa; box-shadow: 0 16px 38px rgba(15,23,42,.08); outline: 0; }
.tool-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 21px; border: 2px solid currentColor; border-radius: 9px; }
.tool-card__icon .dashicons { width: 29px; height: 29px; font-size: 29px; }
.tool-card__icon img { width: 100%; height: 100%; object-fit: contain; border-radius: 7px; }
.tool-card__icon--image { border: 0; }
.tool-card__icon--red { color: #ff3d46; }
.tool-card__icon--green { color: #13bd69; }
.tool-card__icon--purple { color: #6d36ef; }
.tool-card__icon--blue { color: #7998ff; }
.tool-card h3 { margin: 0 0 11px; font-size: 16px; }
.tool-card p { max-width: 190px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.tool-card__arrow { position: absolute; right: 22px; bottom: 20px; width: 20px; height: 20px; font-size: 20px; transition: transform .2s ease; }
.tool-card a:hover .tool-card__arrow { transform: translateX(4px); }
.empty-state { margin: 20px 0 0; padding: 30px; text-align: center; color: var(--muted); border: 1px dashed var(--border); border-radius: 14px; }

.trust-strip { padding: 27px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.trust-item { display: flex; align-items: center; gap: 13px; }
.trust-item__icon { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; color: var(--primary); background: #eff5ff; border-radius: 50%; }
.trust-item div { display: flex; flex-direction: column; gap: 4px; }
.trust-item strong { font-size: 11px; }
.trust-item div > span { color: var(--muted); font-size: 10px; }

.site-footer { padding: 54px 0 22px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr .75fr 1.1fr; gap: 54px; padding-bottom: 45px; }
.footer-brand p, .footer-brand strong, .footer-column a, .footer-column p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-brand p { margin: 20px 0 4px; }
.footer-brand strong { font-weight: 500; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 3px 0 10px; font-size: 11px; }
.footer-column a:hover { color: var(--primary); }
.footer-newsletter p { margin: 0 0 10px; }
.footer-newsletter .wpcf7 { width: 100%; }
.footer-newsletter .loopki-newsletter-form { position: relative; }
.loopki-newsletter__fields { display: flex; width: 100%; height: 42px; padding: 4px; background: var(--white); border: 1px solid var(--border); border-radius: 9px; transition: border-color .2s ease, box-shadow .2s ease; }
.loopki-newsletter__fields:focus-within { border-color: #a8c0fa; box-shadow: 0 0 0 4px rgba(37,99,235,.09); }
.loopki-newsletter__fields > p { display: flex; flex: 1; min-width: 0; margin: 0; }
.loopki-newsletter__fields .wpcf7-form-control-wrap { display: block; flex: 1; min-width: 0; }
.footer-newsletter .loopki-newsletter__fields input { width: 100%; height: 100%; min-width: 0; padding: 0 10px; color: var(--navy); background: transparent; border: 0; outline: 0; font-size: 11px; }
.footer-newsletter .loopki-newsletter__fields button { width: 34px; flex: 0 0 34px; border-radius: 7px; }
.footer-newsletter .wpcf7-spinner { position: absolute; top: 48px; right: 0; margin: 0; }
.footer-newsletter .wpcf7-not-valid-tip { margin-top: 7px; color: #dc2626; font-size: 10px; line-height: 1.4; }
.footer-newsletter .wpcf7 form .wpcf7-response-output { margin: 10px 0 0; padding: 0; color: var(--primary); border: 0; font-size: 10px; line-height: 1.45; }
.newsletter-unavailable { color: #dc2626 !important; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--border); }
.footer-bottom p { margin: 0; color: #8190aa; font-size: 10px; }
.content-page { min-height: 60vh; padding: 80px 0; background: var(--background); }
.content-page__inner { max-width: 820px; }
.entry-content { line-height: 1.75; }

.inner-hero { position: relative; overflow: hidden; padding: 50px 0 62px; text-align: center; background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%); border-bottom: 1px solid var(--border); }
.inner-hero::after { content: ""; position: absolute; left: 50%; bottom: -360px; width: 1180px; height: 500px; border: 65px solid rgba(37,99,235,.025); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.inner-hero__inner { position: relative; z-index: 1; }
.breadcrumbs { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; color: var(--muted); font-size: 11px; font-weight: 600; }
.breadcrumbs a { transition: color .2s ease; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--primary); }
.breadcrumbs .dashicons { width: 13px; height: 13px; font-size: 13px; }
.inner-hero__eyebrow { margin: 0 0 13px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inner-hero h1 { max-width: 850px; margin: 0 auto; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -2.4px; }
.inner-hero__lead { max-width: 680px; margin: 18px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.inner-hero--tool { padding-bottom: 76px; }

.category-intro { padding: 58px 0 0; background: var(--background); }
.category-tools { min-height: 360px; padding: 58px 0 88px; background: var(--background); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.directory-card > a { position: relative; display: flex; min-height: 178px; padding: 27px 25px; background: var(--white); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 8px 24px rgba(15,23,42,.025); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.directory-card > a:hover, .directory-card > a:focus-visible { transform: translateY(-4px); border-color: #b8cafa; box-shadow: 0 16px 38px rgba(15,23,42,.08); outline: 0; }
.directory-card__icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; margin-right: 18px; overflow: hidden; color: var(--primary); background: #eff5ff; border-radius: 10px; }
.directory-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.directory-card__icon .dashicons { width: 27px; height: 27px; font-size: 27px; }
.directory-card__content { min-width: 0; padding-right: 20px; }
.directory-card h2 { margin: 2px 0 9px; font-size: 16px; line-height: 1.35; }
.directory-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.directory-card__meta { display: inline-flex; margin-top: 15px; padding: 5px 9px; color: var(--primary); background: #eff5ff; border-radius: 999px; font-size: 10px; font-weight: 800; }
.directory-card__icon--category { color: var(--white); background: var(--primary); box-shadow: 0 8px 20px rgba(37,99,235,.2); }
.directory-card--category > a { min-height: 200px; }
.directory-card__arrow { position: absolute; right: 20px; bottom: 20px; width: 19px; height: 19px; font-size: 19px; transition: transform .2s ease; }
.directory-card a:hover .directory-card__arrow { transform: translateX(4px); }
.directory-empty { padding: 50px 24px; color: var(--muted); text-align: center; background: var(--white); border: 1px dashed var(--border); border-radius: 16px; }

.tool-workspace { padding: 0 0 68px; background: var(--background); }
.tool-workspace .container { position: relative; z-index: 2; margin-top: -34px; }
.tool-workspace__panel { min-height: 330px; padding: clamp(24px, 4vw, 52px); background: var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); }
.tool-workspace__empty { display: grid; place-items: center; min-height: 226px; padding: 30px; color: var(--muted); text-align: center; background: var(--background); border: 1px dashed var(--border); border-radius: 14px; }
.seo-content { padding: 76px 0 96px; background: var(--white); }
.prose { max-width: 820px; color: #24334b; font-size: 16px; line-height: 1.8; }
.prose--intro { padding: 42px 48px; background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 8px 30px rgba(15,23,42,.035); }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.prose h2, .prose h3, .prose h4 { color: var(--navy); line-height: 1.25; letter-spacing: -.025em; }
.prose h2 { margin: 2.1em 0 .75em; font-size: 30px; }
.prose h3 { margin: 1.8em 0 .65em; font-size: 22px; }
.prose h4 { margin: 1.5em 0 .6em; font-size: 18px; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.35em; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li + li { margin-top: .4em; }
.prose a { color: var(--primary); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a:hover { color: var(--primary-dark); }
.prose blockquote { margin: 2em 0; padding: 18px 22px; background: #f5f8ff; border-left: 4px solid var(--primary); border-radius: 0 12px 12px 0; }
.prose table { width: 100%; margin: 2em 0; border-collapse: collapse; font-size: 14px; }
.prose th, .prose td { padding: 12px 14px; text-align: left; border: 1px solid var(--border); }

/* Blog */
.blog-hero { padding-bottom: 70px; }
.blog-listing { min-height: 440px; padding: 72px 0 96px; background: var(--background); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.blog-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 10px 30px rgba(15,23,42,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: #b8cafa; box-shadow: 0 18px 42px rgba(15,23,42,.08); }
.blog-card__media { display: block; height: 210px; overflow: hidden; background: linear-gradient(145deg, #eef4ff, #f8fafc); }
.blog-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card__media img { transform: scale(1.025); }
.blog-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: var(--primary); background: radial-gradient(circle at 30% 20%, rgba(37,99,235,.16), transparent 38%), linear-gradient(145deg, #f5f8ff, #eaf1ff); }
.blog-card__placeholder .dashicons { width: 52px; height: 52px; font-size: 52px; opacity: .78; }
.blog-card__body { display: flex; flex-direction: column; min-height: 280px; padding: 25px; }
.blog-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 11px; margin-bottom: 15px; color: var(--muted); font-size: 10px; font-weight: 600; }
.blog-card__meta a { padding: 5px 8px; color: var(--primary); background: #eff5ff; border-radius: 999px; font-weight: 800; }
.blog-card h2 { margin: 0 0 11px; font-size: 20px; line-height: 1.35; letter-spacing: -.4px; }
.blog-card h2 a:hover, .blog-card h2 a:focus-visible { color: var(--primary); }
.blog-card__body > p { margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.blog-card__read-more { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--primary); font-size: 12px; font-weight: 800; }
.blog-card__read-more .dashicons { width: 15px; height: 15px; font-size: 15px; transition: transform .2s ease; }
.blog-card__read-more:hover .dashicons { transform: translateX(4px); }
.navigation.pagination { margin-top: 46px; }
.nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 11px; color: var(--muted); background: var(--white); border: 1px solid var(--border); border-radius: 9px; font-size: 12px; font-weight: 800; }
.page-numbers.current, .page-numbers:hover, .page-numbers:focus-visible { color: var(--white); background: var(--primary); border-color: var(--primary); }

/* Single article */
.post-hero { padding-bottom: 76px; }
.post-hero h1 { max-width: 930px; }
.post-hero__meta { display: flex; justify-content: center; align-items: center; gap: 9px; margin-top: 21px; color: var(--muted); font-size: 12px; font-weight: 600; }
.post-content { padding: 0 0 96px; background: var(--white); }
.post-content--plain { padding-top: 68px; }
.post-content__container { max-width: 920px; }
.post-content__featured { margin: -32px 0 58px; position: relative; z-index: 2; overflow: hidden; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow); }
.post-content__featured img { display: block; width: 100%; height: auto; max-height: 540px; object-fit: cover; }
.post-content .prose { margin-inline: auto; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; max-width: 820px; margin: 42px auto 0; padding-top: 24px; border-top: 1px solid var(--border); }
.post-tags a { padding: 7px 11px; color: var(--primary); background: #eff5ff; border-radius: 999px; font-size: 11px; font-weight: 700; }
.post-navigation-custom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 820px; margin: 46px auto 0; }
.post-navigation-custom > div:last-child { text-align: right; }
.post-navigation-custom a { display: flex; flex-direction: column; height: 100%; padding: 20px; background: var(--background); border: 1px solid var(--border); border-radius: 13px; font-size: 13px; font-weight: 700; line-height: 1.5; transition: border-color .2s ease, transform .2s ease; }
.post-navigation-custom a:hover { transform: translateY(-2px); border-color: #b8cafa; }
.post-navigation-custom a span { margin-bottom: 6px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.post-back-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 30px; color: var(--primary); font-size: 12px; font-weight: 800; }
.post-back-link .dashicons { width: 15px; height: 15px; font-size: 15px; }

/* 404 */
.error-page { min-height: calc(100vh - 92px); background: linear-gradient(180deg, #fff 0%, #f5f8ff 100%); }
.error-hero { position: relative; overflow: hidden; padding: 78px 0 110px; text-align: center; }
.error-hero::after { content: ""; position: absolute; left: 50%; bottom: -420px; width: 1280px; height: 600px; border: 72px solid rgba(37,99,235,.026); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.error-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.error-hero__code { margin-bottom: -20px; color: rgba(37,99,235,.09); font-size: clamp(120px, 20vw, 220px); line-height: .85; font-weight: 800; letter-spacing: -12px; }
.error-hero h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); letter-spacing: -2px; }
.error-hero__inner > p:not(.inner-hero__eyebrow) { max-width: 610px; margin: 18px auto 30px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.error-search { display: flex; width: min(600px, 100%); height: 58px; margin: 0 auto; padding: 5px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 12px 35px rgba(15,23,42,.07); }
.error-search:focus-within { border-color: rgba(37,99,235,.6); box-shadow: 0 0 0 4px rgba(37,99,235,.1), 0 12px 35px rgba(15,23,42,.07); }
.error-search input { flex: 1; min-width: 0; padding: 0 14px; color: var(--navy); background: transparent; border: 0; outline: 0; }
.error-search button { display: grid; place-items: center; width: 48px; flex: 0 0 48px; color: var(--white); background: var(--primary); border: 0; border-radius: 9px; }
.error-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.error-actions .button { min-height: 44px; padding: 10px 18px; font-size: 12px; }
.button--outline { color: var(--primary); background: var(--white); box-shadow: none; }
.error-actions__link { display: inline-flex; align-items: center; gap: 5px; padding: 10px; color: var(--primary); font-size: 12px; font-weight: 800; }
.error-actions__link .dashicons { width: 15px; height: 15px; font-size: 15px; }
.prose th { background: var(--background); }
.prose img { max-width: 100%; height: auto; border-radius: 14px; }

@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; }
  .site-nav { display: none; position: absolute; top: 80px; left: 24px; right: 24px; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav a { display: block; padding: 12px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-newsletter { grid-column: 1 / -1; }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 76px; }
  .brand__wordmark { font-size: 27px; }
  .brand__logo { width: 132px; }
  .brand__logo--footer { width: 104px; }
  .site-header__inner { grid-template-columns: 1fr auto auto; }
  .language-picker { min-width: 72px; min-height: 38px; padding-left: 9px; }
  .hero { min-height: auto; padding: 72px 0 84px; }
  .hero h1 { margin-top: 26px; font-size: 42px; letter-spacing: -2px; }
  .hero__lead { font-size: 19px; }
  .eyebrow { gap: 7px; padding-inline: 10px; font-size: 10px; }
  .tool-search { height: 58px; }
  .popular-searches > span { width: 100%; }
  .tools-section { padding-top: 40px; }
  .tool-grid { grid-template-columns: 1fr; gap: 16px; }
  .tool-card > a { min-height: 220px; }
  .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 22px; }
  .footer-grid { gap: 30px; }
  .footer-newsletter { grid-column: auto; }
  .inner-hero { padding: 38px 0 54px; }
  .breadcrumbs { justify-content: flex-start; margin-bottom: 24px; text-align: left; }
  .inner-hero__eyebrow, .inner-hero h1, .inner-hero__lead { text-align: left; }
  .inner-hero h1 { font-size: 38px; letter-spacing: -1.7px; }
  .inner-hero__lead { font-size: 16px; }
  .directory-grid { grid-template-columns: 1fr; }
  .category-intro { padding-top: 34px; }
  .category-tools { padding: 38px 0 64px; }
  .prose--intro { padding: 28px 24px; }
  .tool-workspace__panel { min-height: 260px; border-radius: 17px; }
  .seo-content { padding: 54px 0 70px; }
  .prose { font-size: 15px; }
  .prose h2 { font-size: 26px; }
  .blog-listing { padding: 48px 0 70px; }
  .blog-grid { grid-template-columns: 1fr; gap: 18px; }
  .blog-card__media { height: 190px; }
  .blog-card__body { min-height: 250px; padding: 22px; }
  .post-hero__meta { justify-content: flex-start; }
  .post-content--plain { padding-top: 44px; }
  .post-content__featured { margin: -22px 0 38px; border-radius: 16px; }
  .post-navigation-custom { grid-template-columns: 1fr; }
  .post-navigation-custom > div:last-child { text-align: left; }
  .error-hero { padding: 52px 0 78px; }
  .error-hero .inner-hero__eyebrow { text-align: center; }
  .error-hero__code { margin-bottom: -8px; font-size: 120px; letter-spacing: -7px; }
  .error-actions { flex-direction: column; }
  .error-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
