@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
	--bg: #fbfbfe;
	--surface: #fff;
	--ink: #111827;
	--muted: #69707f;
	--line: #e7e7ee;
	--primary: #7146e8;
	--primary-dark: #5b32d4;
	--primary-soft: #f0ebff;
	--blue-soft: #edf5ff;
	--green-soft: #eafbf2;
	--shadow: 0 18px 50px rgba(45, 27, 92, .08);
	--radius: 18px;
	--display: 'Space Grotesk', sans-serif;
	--body: 'Plus Jakarta Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 15px/1.65 var(--body); }
body, button, input, select, textarea { font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(113, 70, 232, .35); outline-offset: 3px; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute!important; width: 1px; word-wrap: normal!important; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 20px; border: 1px solid var(--primary); border-radius: 11px; background: var(--primary); color: #fff; font-weight: 700; line-height: 1.2; transition: .2s ease; }
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 9px 17px; font-size: 13px; }
.button-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.button-outline:hover { background: var(--primary-soft); border-color: #cfc1ff; color: var(--primary-dark); }
.text-button { border: 0; padding: 4px 0; background: transparent; color: var(--primary); font-weight: 600; cursor: pointer; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(231,231,238,.8); background: rgba(255,255,255,.86); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; min-height: 68px; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: var(--primary); color: #fff; font-size: 15px; box-shadow: 0 5px 14px rgba(113,70,232,.24); }
.primary-nav { margin-left: auto; }
.primary-nav .menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--muted); font-size: 13px; font-weight: 600; transition: color .2s; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--ink); }
.header-cta { margin-left: 2px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px; background: var(--ink); }

.hero-section { position: relative; overflow: hidden; padding: 78px 0 94px; }
.hero-glow { position: absolute; top: -160px; left: 10%; width: 700px; height: 450px; border-radius: 50%; background: radial-gradient(ellipse, rgba(113,70,232,.09), transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 450px; align-items: center; gap: 70px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 12px; color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.12; letter-spacing: -.045em; }
.hero-copy h1 { font-size: clamp(42px, 5vw, 68px); }
.hero-copy h1 span { color: var(--primary); }
.hero-description { max-width: 580px; margin: 22px 0 27px; color: var(--muted); font-size: 17px; }
.hero-search { position: relative; display: flex; align-items: center; max-width: 590px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); box-shadow: 0 5px 17px rgba(19,17,33,.04); }
.hero-search input { width: 100%; height: 55px; padding: 0 110px 0 42px; border: 0; outline: 0; border-radius: inherit; color: var(--ink); background: transparent; }
.hero-search .button { position: absolute; right: 5px; min-height: 45px; }
.search-icon { position: absolute; left: 15px; color: var(--muted); font-size: 22px; line-height: 1; }
.popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 13px; color: var(--muted); font-size: 12px; }
.popular-searches a { padding: 5px 10px; border: 1px solid var(--line); border-radius: 999px; background: #f5f5f8; font-weight: 600; }
.popular-searches a:hover { border-color: #cabaff; color: var(--primary-dark); }
.trust-row { display: flex; gap: 28px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 12px; }
.trust-item small { color: var(--muted); font-size: 10px; }
.trust-icon { display: inline-flex; align-items: center; justify-content: center; width: 31px; height: 31px; border-radius: 50%; font-weight: 800; }
.trust-green { background: #e5f8ed; color: #25a35d; }
.trust-blue { background: #e7f2ff; color: #2875d8; }

.upload-card { padding: 8px; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); box-shadow: var(--shadow); }
.upload-zone, .tool-upload-zone { position: relative; min-height: 390px; display: flex; align-items: center; justify-content: center; padding: 38px; border: 2px dashed #dfe0e9; border-radius: 19px; text-align: center; transition: .2s; }
.upload-zone.is-dragging, .tool-upload-zone.is-dragging { border-color: var(--primary); background: var(--primary-soft); }
.file-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-empty, .upload-selected, .tool-selected { width: 100%; display: flex; flex-direction: column; align-items: center; }
.upload-icon { display: flex; align-items: center; justify-content: center; width: 78px; height: 78px; margin-bottom: 19px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-size: 40px; font-weight: 400; }
.upload-empty h2 { font-size: 18px; letter-spacing: -.02em; }
.upload-empty p { margin: 5px 0 19px; color: var(--muted); font-size: 13px; }
.upload-button { min-width: 185px; }
.upload-divider { display: flex; align-items: center; width: 100%; gap: 12px; margin: 25px 0 12px; color: #9a9da8; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.upload-divider:before, .upload-divider:after { content: ''; height: 1px; flex: 1; background: var(--line); }
.url-input { width: 100%; height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); font-size: 12px; }
.selected-icon { display: flex; align-items: center; justify-content: center; width: 90px; height: 90px; margin-bottom: 18px; border: 1px solid #d7caff; border-radius: 20px; background: var(--primary-soft); color: var(--primary); font-size: 34px; }
.upload-selected strong, .tool-selected strong { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-selected small, .tool-selected small { margin: 5px 0 17px; color: var(--muted); }
.format-list { position: absolute; bottom: 13px; left: 0; width: 100%; color: #9598a5; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.format-list i { display: inline-block; margin-left: 5px; padding: 3px 5px; border: 1px solid var(--line); border-radius: 4px; background: #f6f6f9; color: #7d808d; font-style: normal; }
.upload-error, .tool-error { margin: 12px 0 0; color: #c2414d; font-size: 13px; }

.pro-strip { padding: 0 0 66px; }
.pro-inner { display: flex; align-items: center; gap: 30px; padding: 17px 25px; border: 1px solid #ddcffb; border-radius: 16px; background: linear-gradient(100deg, #faf8ff, #f1edff, #faf8ff); }
.pro-title { display: flex; align-items: center; gap: 12px; min-width: 220px; }
.pro-title strong, .pro-title small { display: block; }
.pro-title strong { font-family: var(--display); font-size: 15px; }
.pro-title small { color: var(--muted); font-size: 10px; }
.pro-crown { display: flex; align-items: center; justify-content: center; width: 39px; height: 39px; border-radius: 50%; background: white; color: #e4a51e; font-size: 21px; }
.pro-features { display: flex; flex-wrap: wrap; gap: 18px; margin-left: auto; color: #555966; font-size: 11px; font-weight: 600; }
.pro-features span:first-letter { color: #2faa69; }

.content-section { padding: 72px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.section-heading h2 { font-size: clamp(28px, 3vw, 39px); }
.section-heading p:not(.eyebrow) { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.arrow-link { flex: none; color: var(--primary); font-size: 13px; font-weight: 700; }
.tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.tool-card { display: flex; flex-direction: column; min-height: 235px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); transition: .25s ease; }
.tool-card:hover { border-color: #cfc1ff; box-shadow: var(--shadow); transform: translateY(-4px); }
.tool-card-top { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.tool-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: var(--primary-soft); color: var(--primary); font-family: var(--display); font-size: 20px; font-weight: 700; }
.tool-icon.large { width: 58px; height: 58px; font-size: 27px; }
.tool-category { padding: 4px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.tool-card h3 { margin-top: 21px; font-size: 17px; }
.tool-card p { flex: 1; margin: 9px 0 16px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.tool-use { color: var(--primary); font-size: 12px; font-weight: 800; }

.category-section { padding: 62px 0 78px; border-block: 1px solid var(--line); background: rgba(244,244,248,.45); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.category-card { padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.category-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.category-heading h2 { font-size: 19px; }
.category-heading a { color: var(--primary); font-size: 11px; font-weight: 700; white-space: nowrap; }
.category-list { display: grid; gap: 8px; }
.category-item { display: flex; align-items: center; gap: 11px; padding: 8px; border-radius: 10px; }
.category-item:hover { background: #faf9ff; }
.category-item > span:last-child { min-width: 0; }
.category-item strong, .category-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.category-item strong { font-size: 12px; }
.category-item small { color: var(--muted); font-size: 10px; }
.category-icon { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex: none; border-radius: 9px; font-weight: 700; }
.category-icon.purple { background: var(--primary-soft); color: var(--primary); }
.category-icon.blue { background: var(--blue-soft); color: #2476d4; }
.category-icon.green { background: var(--green-soft); color: #21995b; }
.category-button { display: block; margin-top: 17px; padding: 10px; border-radius: 9px; text-align: center; font-size: 11px; font-weight: 700; }
.category-button.purple { background: var(--primary-soft); color: var(--primary); }
.category-button.blue { background: var(--blue-soft); color: #2476d4; }
.category-button.green { background: var(--green-soft); color: #21995b; }

.stats-section { border-bottom: 1px solid var(--line); background: rgba(244,244,248,.45); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 38px 0; }
.stats-grid > div { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 7px; text-align: center; border-right: 1px solid var(--line); }
.stats-grid > div:last-child { border: 0; }
.stats-grid strong { font-family: var(--display); font-size: 27px; }
.stats-grid span { color: var(--muted); font-size: 11px; }
.guide-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
 .guide-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
 .guide-card > a { display: block; height: 100%; }
.guide-image { display: flex; align-items: center; justify-content: center; height: 150px; background: linear-gradient(135deg, #dcd1ff, #f2efff 55%, #b9d8ff); position: relative; }
.guide-image:after { content: ''; position: absolute; inset: 18% 15%; border: 1px solid rgba(113,70,232,.2); border-radius: 50%; transform: rotate(25deg); }
.guide-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.guide-image span { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.85); font-size: 9px; font-weight: 800; }
.guide-image div { position: relative; z-index: 1; color: rgba(113,70,232,.75); font-size: 38px; }
.guide-body { padding: 17px; }
.guide-body h3 { min-height: 45px; font-size: 15px; line-height: 1.35; }
.guide-body p { margin: 15px 0 0; color: var(--muted); font-size: 10px; }
.cta-section { padding: 72px 0; background: linear-gradient(110deg, #f0ebff, #fafaff 55%, #edf5ff); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { font-size: clamp(30px, 4vw, 46px); }
.cta-inner p:not(.eyebrow) { margin: 10px 0 0; color: var(--muted); }

.page-hero { padding: 64px 0 56px; border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #faf8ff, #fff); }
.page-hero.compact { padding: 30px 0; border: 0; background: transparent; }
.page-hero h1 { font-size: clamp(35px, 5vw, 56px); }
.page-hero > .container > p:not(.eyebrow) { max-width: 640px; margin: 13px 0 0; color: var(--muted); font-size: 16px; }
.directory-page .content-section { padding-top: 45px; }
.directory-group + .directory-group { margin-top: 67px; }
.tool-heading .back-link { display: inline-block; margin-bottom: 36px; color: var(--muted); font-size: 13px; font-weight: 600; }
.tool-title { display: flex; align-items: center; gap: 20px; }
.tool-title h1 { font-size: clamp(34px, 4vw, 52px); }
.tool-title p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }
.tool-workspace { padding: 47px 0 78px; background: #fcfcfe; }
.tool-panel { max-width: 920px; margin: auto; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 10px 35px rgba(25,20,52,.04); }
.tool-upload-zone { min-height: 320px; }
.tool-upload-zone .upload-empty small { display: block; margin-top: 20px; color: var(--muted); font-size: 11px; }
.tool-start { display: flex; margin: 25px auto 0; }
.tool-settings { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fcfcfe; }
.tool-settings label, .discovery-controls label { display: flex; flex: 1; flex-direction: column; gap: 6px; min-width: 150px; color: var(--muted); font-size: 11px; font-weight: 700; }
.tool-settings input, .tool-settings select, .discovery-controls input { width: 100%; height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); }
.tool-settings output { color: var(--primary); font-weight: 800; }
.tool-status { min-height: 24px; margin: 18px 0 0; text-align: center; color: var(--muted); font-size: 13px; }
.discovery-controls { display: grid; grid-template-columns: 1fr 2fr; gap: 10px 15px; align-items: center; max-width: 700px; margin: 0 auto; }
.discovery-controls .tool-actions { grid-column: 1 / -1; margin-top: 10px; text-align: center; }
.discovery-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }
.provider-results, .seo-results, .metadata-grid { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.provider-results h2, .seo-results h2 { font-size: 24px; }
.provider-results p { margin: 7px 0 16px; color: var(--muted); font-size: 12px; }
.provider-links { display: flex; flex-wrap: wrap; gap: 10px; }
.provider-links a { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--primary); font-size: 12px; font-weight: 700; }
.provider-links a:hover { border-color: #c7b8fa; background: var(--primary-soft); }
.result-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.result-info { display: flex; align-items: center; gap: 12px; min-width: 0; }
.result-info img { width: 55px; height: 55px; border-radius: 9px; object-fit: cover; }
.result-info strong, .result-info small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.result-info strong { max-width: 420px; font-size: 12px; }
.result-info small { color: var(--muted); font-size: 10px; }
.metadata-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metadata-item { padding: 14px; border-radius: 10px; background: #f8f8fb; }
.metadata-item span, .metadata-item strong { display: block; }
.metadata-item span { color: var(--muted); font-size: 10px; }
.metadata-item strong { margin-top: 4px; font-size: 13px; overflow-wrap: anywhere; }
.seo-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.seo-field { margin-top: 12px; }
.seo-field label { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.seo-value { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; background: #fafafd; font-size: 12px; }
.seo-value span { flex: 1; }
.seo-value button { border: 0; background: transparent; color: var(--primary); font-size: 11px; font-weight: 700; cursor: pointer; }
.article-section { padding: 60px 0 90px; border-top: 1px solid var(--line); }
.article-section h2 { font-size: 27px; }
.article-section p { color: var(--muted); }
.post-entry h1 { margin-bottom: 25px; font-size: clamp(35px, 5vw, 56px); }
.entry-content { color: #414654; font-size: 16px; }
.entry-content h2, .entry-content h3 { margin: 34px 0 12px; }
.featured-image { margin: 25px 0; border-radius: 16px; overflow: hidden; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.post-card > a { display: block; }
.post-card img, .post-placeholder { display: block; width: 100%; height: 180px; object-fit: cover; }
.post-placeholder { display: flex; align-items: center; justify-content: center; background: var(--primary-soft); color: var(--primary); font-size: 42px; }
.post-card > a > div:last-child { padding: 19px; }
.post-card h2 { font-size: 19px; }
.post-card p:not(.eyebrow) { color: var(--muted); font-size: 12px; }
.empty-state { padding: 100px 0; text-align: center; }
.empty-icon { display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; margin: 0 auto 20px; border-radius: 50%; background: var(--primary-soft); color: var(--primary); font-family: var(--display); font-size: 30px; font-weight: 700; }
.empty-state h1 { font-size: 44px; }
.empty-state p { color: var(--muted); }

.site-footer { padding: 58px 0 24px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 35px; padding-bottom: 43px; }
.footer-brand p, .site-footer .widget p { max-width: 245px; color: var(--muted); font-size: 12px; }
.site-footer h3 { margin-bottom: 12px; font-size: 13px; letter-spacing: -.01em; }
.site-footer > .container > div > a:not(.brand), .site-footer .widget a { display: block; margin: 8px 0; color: var(--muted); font-size: 11px; }
.site-footer a:hover { color: var(--primary); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

/* Readability scale: keep the display type expressive while making supporting copy easier to scan. */
body { font-size: 16px; }
.primary-nav a { font-size: 14px; }
.hero-description { font-size: 18px; }
.popular-searches { font-size: 13px; }
.trust-item strong { font-size: 13px; }
.trust-item small { font-size: 11px; }
.tool-card h3 { font-size: 19px; }
.tool-card p { font-size: 14px; }
.tool-use { font-size: 13px; }
.section-heading p:not(.eyebrow) { font-size: 16px; }
.category-heading h2 { font-size: 21px; }
.category-heading a { font-size: 12px; }
.category-item strong { font-size: 14px; }
.category-item small { font-size: 11px; }
.category-button { font-size: 12px; }
.guide-body h3 { font-size: 17px; }
.guide-body p { font-size: 12px; }
.page-hero > .container > p:not(.eyebrow) { font-size: 17px; }
.tool-title p:not(.eyebrow) { font-size: 16px; }
.tool-settings label, .discovery-controls label { font-size: 12px; }
.tool-status { font-size: 14px; }
.discovery-note { font-size: 12px; }
.provider-results p { font-size: 14px; }
.provider-links a { font-size: 13px; }
.result-info strong { font-size: 13px; }
.result-info small { font-size: 11px; }
.metadata-item span { font-size: 11px; }
.metadata-item strong { font-size: 14px; }
.seo-field label { font-size: 12px; }
.seo-value { font-size: 13px; }
.post-card p:not(.eyebrow) { font-size: 13px; }
.footer-brand p, .site-footer .widget p { font-size: 13px; }
.site-footer > .container > div > a:not(.brand), .site-footer .widget a { font-size: 12px; }
.footer-bottom { font-size: 11px; }

@media (max-width: 980px) {
	.hero-grid { grid-template-columns: 1fr 400px; gap: 35px; }
	.tool-grid { grid-template-columns: repeat(3,1fr); }
	.guide-grid { grid-template-columns: repeat(2,1fr); }
	.primary-nav .menu { gap: 14px; }
	.header-inner { gap: 14px; }
}
@media (max-width: 760px) {
	.container { width: min(100% - 28px, 620px); }
	.header-inner { min-height: 62px; }
	.primary-nav { position: absolute; top: 61px; right: 14px; left: 14px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: block; }
	.primary-nav .menu { display: block; }
	.primary-nav li { border-bottom: 1px solid var(--line); }
	.primary-nav li:last-child { border: 0; }
	.primary-nav a { display: block; padding: 11px; }
	.menu-toggle { display: block; margin-left: auto; }
	.header-cta { display: none; }
	.hero-section { padding: 52px 0 65px; }
	.hero-grid { display: block; }
	.hero-copy { margin-bottom: 40px; }
	.hero-copy h1 { font-size: 44px; }
	.hero-description { font-size: 15px; }
	.upload-card { max-width: 500px; margin: auto; }
	.pro-inner { align-items: flex-start; flex-direction: column; gap: 17px; }
	.pro-features { margin-left: 0; }
	.pro-inner .button { width: 100%; }
	.section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
	.tool-grid { grid-template-columns: repeat(2,1fr); }
	.category-grid { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: repeat(2,1fr); }
	.stats-grid > div:nth-child(2) { border: 0; }
	.stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 20px; }
	.stats-grid > div:nth-child(n+3) { padding-top: 20px; }
	.cta-inner { align-items: flex-start; flex-direction: column; }
	.tool-panel { padding: 17px; }
	.tool-title { align-items: flex-start; }
	.discovery-controls { display: block; }
	.discovery-controls label { margin-top: 12px; }
	.discovery-controls .tool-actions { margin-top: 18px; }
	.result-card { align-items: flex-start; flex-direction: column; }
	.result-card .button { width: 100%; }
	.metadata-grid { grid-template-columns: repeat(2,1fr); }
	.seo-heading { align-items: flex-start; flex-direction: column; }
	.post-grid { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: repeat(2,1fr); }
	.footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 430px) {
	.hero-copy h1 { font-size: 38px; }
	.hero-search input { padding-left: 37px; }
	.hero-search .button { padding-inline: 12px; }
	.trust-row { gap: 13px; }
	.trust-item { gap: 6px; }
	.tool-grid, .guide-grid { grid-template-columns: 1fr; }
	.tool-card { min-height: auto; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
	*, *:before, *:after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; }
}