/* =========================================================
   iLoveConvertify — main stylesheet
   Tokens → base → layout → components → pages → tool workspace
   ========================================================= */

@font-face { font-family: "Bricolage Grotesque"; src: url(../fonts/bricolage-600.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url(../fonts/bricolage-700.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url(../fonts/bricolage-800.woff2) format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Figtree"; src: url(../fonts/figtree-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Figtree"; src: url(../fonts/figtree-500.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Figtree"; src: url(../fonts/figtree-600.woff2) format("woff2"); font-weight: 600; font-display: swap; }

:root {
	--ink: #16183a;
	--ink-2: #3a3e5c;
	--muted: #5b6078;
	--paper: #f5f6fa;
	--surface: #ffffff;
	--sunken: #eceef5;
	--line: #e0e3ee;
	--line-strong: #c9cedf;
	--brand: #2446e8;
	--brand-ink: #1a33b8;
	--brand-tint: #e8ecff;
	--amber: #ffb020;
	--ok: #047857;
	--ok-tint: #ecfdf5;
	--err: #c8342f;
	--err-tint: #fdecea;

	--f-pdf: #d6332f;   --t-pdf: #fdeceb;
	--f-word: #2b5ce6;  --t-word: #e8eefe;
	--f-excel: #13804f; --t-excel: #e3f6ec;
	--f-ppt: #cf4f1f;   --t-ppt: #fdeee6;
	--f-img: #0b7f79;   --t-img: #e0f5f3;
	--f-text: #525874;  --t-text: #eceef5;

	--display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
	--body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--r-sm: 6px;
	--r: 10px;
	--r-lg: 16px;
	--shadow: 0 1px 2px rgba(22, 24, 58, .06), 0 8px 24px -12px rgba(22, 24, 58, .14);
	--wrap: 1200px;
	--gut: clamp(20px, 4vw, 40px);
	--ease: cubic-bezier(.2, .7, .2, 1);
	color-scheme: light;
}




/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
img, svg, video, canvas { max-width: 100%; }
img { height: auto; }
a { color: var(--brand); text-underline-offset: 3px; }
a:hover { color: var(--brand-ink); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; border-radius: 4px; }
::selection { background: var(--brand); color: #fff; }
.sr-only { 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 { position: absolute; left: 16px; top: 12px; transform: translateY(-200%); z-index: 100; padding: 10px 16px; background: var(--brand); color: #fff; border-radius: var(--r-sm); }
.skip-link:focus { transform: none; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gut)); margin: 0 auto; padding: 0 var(--gut); }
.wrap--text { max-width: calc(720px + 2 * var(--gut)); }
.page-pad { padding-top: 56px; padding-bottom: 88px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 20px; border-radius: var(--r); border: 1.5px solid transparent; font-weight: 600; font-size: 16px; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .16s var(--ease), border-color .16s var(--ease), color .16s var(--ease), transform .1s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--lg { min-height: 52px; padding: 12px 24px; font-size: 17px; }
.btn--sm { min-height: 36px; padding: 6px 12px; font-size: 14px; border-radius: var(--r-sm); }
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-ink); color: #fff; }

.btn--ghost { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--light { background: #fff; color: #1a33b8; }
.btn--light:hover { background: #f0f3ff; color: #1a33b8; }
.btn--danger { background: transparent; color: var(--err); border-color: currentColor; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; cursor: not-allowed; transform: none; }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r); border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.icon-btn:hover { background: var(--sunken); }
.link-more { font-weight: 600; text-decoration: none; }
.link-more:hover { text-decoration: underline; }

/* ---------- File-type tags (the brand's visual language) ---------- */
.ext { --c: var(--f-img); --t: var(--t-img); display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 26px; padding: 0 7px; border-radius: 5px 9px 5px 5px; background: var(--t); color: var(--c); font: 700 11.5px/1 var(--body); letter-spacing: .03em; position: relative; }
.ext--pdf { --c: var(--f-pdf); --t: var(--t-pdf); }
.ext--word { --c: var(--f-word); --t: var(--t-word); }
.ext--excel { --c: var(--f-excel); --t: var(--t-excel); }
.ext--ppt { --c: var(--f-ppt); --t: var(--t-ppt); }
.ext--text { --c: var(--f-text); --t: var(--t-text); }
.ext--lg { min-width: 64px; height: 38px; font-size: 14px; border-radius: 7px 13px 7px 7px; }
.ext::after { content: ""; position: absolute; top: 0; right: 0; width: 8px; height: 8px; background: linear-gradient(225deg, var(--paper) 50%, color-mix(in srgb, var(--c) 30%, transparent) 50%); border-radius: 0 9px 0 2px; }
.ext--lg::after { width: 11px; height: 11px; border-radius: 0 13px 0 3px; }
.glyph { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); flex: none; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font: 800 19px/1 var(--display); letter-spacing: -.02em; flex: none; }
.brand:hover { color: var(--ink); }
.brand__img { max-height: 40px; width: auto; }
.site-nav { margin-right: auto; }
.site-nav__list, .site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.site-nav a { display: block; padding: 8px 12px; border-radius: var(--r-sm); color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: 15.5px; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--ink); background: var(--sunken); }
.site-nav .sub-menu { display: none; }
.site-header__actions { display: flex; align-items: center; gap: 6px; }
.search-trigger { display: inline-flex; align-items: center; gap: 10px; height: 42px; padding: 0 10px 0 14px; min-width: 210px; border: 1px solid var(--line); background: var(--surface); border-radius: var(--r); color: var(--muted); cursor: pointer; font-size: 15px; }
.search-trigger:hover { border-color: var(--line-strong); color: var(--ink); }
.search-trigger__label { margin-right: auto; }
kbd { font: 600 12px/1 var(--body); padding: 4px 7px; border-radius: 5px; background: var(--sunken); color: var(--muted); border: 1px solid var(--line); }



.nav-toggle { display: none; }

@media (max-width: 1024px) {
	.search-trigger { min-width: 0; }
	.search-trigger__label, .search-trigger__kbd { display: none; }
	.search-trigger { width: 44px; justify-content: center; padding: 0; border: 0; background: transparent; }
}
@media (max-width: 860px) {
	.nav-toggle { display: inline-grid; }
	.site-nav { position: fixed; inset: 68px 0 auto 0; background: var(--surface); border-bottom: 1px solid var(--line); padding: 8px var(--gut) 20px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: .18s var(--ease); margin: 0; }
	.site-nav.is-open { transform: none; opacity: 1; visibility: visible; box-shadow: var(--shadow); }
	.site-nav__list, .site-nav ul { flex-direction: column; }
	.site-nav a { padding: 12px 8px; font-size: 17px; }
	.site-header__actions { margin-left: auto; }
}

/* ---------- Search palette ---------- */
.palette { position: fixed; inset: 0; z-index: 80; display: grid; justify-items: center; align-items: start; padding: 12vh 16px 16px; }
.palette__backdrop { position: absolute; inset: 0; background: rgba(14, 16, 38, .45); }
.palette__box { position: relative; width: 100%; max-width: 620px; background: var(--surface); border-radius: var(--r-lg); box-shadow: 0 24px 64px -16px rgba(0, 0, 0, .4); overflow: hidden; border: 1px solid var(--line); }
.palette__field { display: flex; align-items: center; gap: 12px; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); }
.palette__input { flex: 1; height: 60px; border: 0; background: transparent; font-size: 18px; outline: none; color: var(--ink); }
.palette__input::-webkit-search-cancel-button { display: none; }
.palette__list { list-style: none; margin: 0; padding: 8px; max-height: min(60vh, 460px); overflow: auto; }
.palette__list a { display: flex; align-items: center; gap: 14px; padding: 10px 12px; border-radius: var(--r); text-decoration: none; color: var(--ink); }
.palette__list a small { display: block; color: var(--muted); font-size: 14px; }
.palette__list a[aria-selected="true"], .palette__list a:hover { background: var(--brand-tint); }
.palette__empty { padding: 20px 12px; color: var(--muted); }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 7vw, 96px) 0 clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--line); background: var(--surface); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero__title { font-size: clamp(40px, 5.6vw, 68px); font-weight: 800; letter-spacing: -.035em; line-height: 1.02; max-width: 12.5em; margin-bottom: 24px; text-wrap: balance; }
.hero__text { font-size: clamp(17px, 1.5vw, 19px); color: var(--ink-2); max-width: 34em; margin-bottom: 32px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero__proof { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0; padding: 0; color: var(--muted); font-size: 15px; }
.hero__proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof svg { color: var(--ok); }

/* Router: the "drop any file" block */
.router { position: relative; }
.router__drop { display: grid; justify-items: center; text-align: center; gap: 12px; padding: 40px 28px; border: 2px dashed var(--line-strong); border-radius: 20px; background: var(--paper); cursor: pointer; transition: border-color .16s, background .16s; min-height: 360px; align-content: center; }
.router__drop:hover, .router.is-over .router__drop { border-color: var(--brand); background: var(--brand-tint); }
.router__stack { display: flex; margin-bottom: 12px; }
.router__stack .ext { margin: 0 -3px; box-shadow: 0 0 0 3px var(--paper); transition: transform .25s var(--ease); }
.router__stack .ext:nth-child(1) { transform: rotate(-9deg) translateY(4px); }
.router__stack .ext:nth-child(2) { transform: rotate(-3deg); }
.router__stack .ext:nth-child(4) { transform: rotate(4deg); }
.router__stack .ext:nth-child(5) { transform: rotate(9deg) translateY(4px); }
.router__drop:hover .router__stack .ext:nth-child(odd) { transform: translateY(-6px) rotate(0); }
.router__title { font: 700 24px/1.2 var(--display); letter-spacing: -.02em; }
.router__hint { color: var(--muted); font-size: 15px; max-width: 26em; margin-bottom: 8px; }
.router__result { border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); padding: 20px; min-height: 360px; }
.router__file { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.router__meta { display: grid; min-width: 0; margin-right: auto; }
.router__meta strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.router__meta span { color: var(--muted); font-size: 14px; }
.router__ask { margin: 16px 0 8px; font-weight: 600; }
.router__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; max-height: 250px; overflow: auto; }
.router__list a { display: grid; gap: 1px; padding: 10px 12px; border-radius: var(--r); text-decoration: none; color: var(--ink); font-weight: 500; }
.router__list a:hover { background: var(--brand-tint); }
.router__list a span { color: var(--muted); font-size: 14px; font-weight: 400; }
.router__none { color: var(--muted); }

/* Facts strip */
.facts { border-bottom: 1px solid var(--line); }
.facts__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts__row p { margin: 0; padding: 22px 0 22px 24px; color: var(--muted); font-size: 15px; border-left: 1px solid var(--line); }
.facts__row p:first-child { border-left: 0; padding-left: 0; }
.facts__row strong { display: block; font: 800 28px/1.1 var(--display); color: var(--ink); letter-spacing: -.02em; margin-bottom: 2px; }

/* Section rhythm */
.section-title { font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -.03em; margin-bottom: 32px; }
.section-title--sm { font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 20px; }
.popular { padding: 88px 0 24px; }
.popular__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(104px, auto); gap: 16px; }

/* Tool cards */
.tool-card { display: flex; align-items: flex-start; gap: 14px; padding: 16px; border-radius: var(--r); text-decoration: none; color: var(--ink); background: var(--surface); border: 1px solid var(--line); transition: border-color .16s var(--ease), box-shadow .16s var(--ease); }
.tool-card:hover { border-color: var(--brand); color: var(--ink); box-shadow: 0 0 0 1px var(--brand); }
.tool-card__body { display: grid; gap: 3px; min-width: 0; }
.tool-card__name { font-weight: 600; font-size: 16.5px; line-height: 1.3; }
.tool-card__desc { color: var(--muted); font-size: 14.5px; line-height: 1.45; }
.tool-card .glyph { flex-direction: column; align-items: flex-start; gap: 2px; min-width: 46px; }
.tool-card .glyph__arrow { transform: rotate(90deg); margin-left: 16px; width: 11px; height: 11px; }
.tool-card--lead { grid-row: span 2; grid-column: span 2; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--brand); border-color: var(--brand); color: #fff; }
.tool-card--lead:hover { color: #fff; box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 35%, transparent); }
.tool-card--lead .tool-card__name { font: 800 clamp(28px, 3vw, 40px)/1.05 var(--display); letter-spacing: -.03em; }
.tool-card--lead .tool-card__desc { color: rgba(255, 255, 255, .82); font-size: 17px; }
.tool-card--lead .ext { background: rgba(255, 255, 255, .16); color: #fff; min-width: 64px; height: 38px; font-size: 14px; }
.tool-card--lead .ext::after { background: linear-gradient(225deg, var(--brand) 50%, rgba(255, 255, 255, .35) 50%); }



/* Directory */
.directory { padding: 88px 0; }
.directory__grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; align-items: start; }
.directory__rail { position: sticky; top: 96px; }
.directory__title { font-size: clamp(30px, 3.4vw, 44px); letter-spacing: -.03em; margin-bottom: 8px; }
.directory__lede { color: var(--muted); margin-bottom: 24px; }
.directory__search { display: flex; align-items: center; gap: 10px; padding: 0 12px; height: 46px; border: 1px solid var(--line-strong); border-radius: var(--r); background: var(--surface); color: var(--muted); margin-bottom: 16px; }
.directory__search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-tint); }
.directory__search input { flex: 1; border: 0; outline: 0; background: transparent; height: 100%; color: var(--ink); min-width: 0; }
.directory__filters { display: grid; gap: 2px; }
.filter { display: flex; justify-content: space-between; align-items: center; min-height: 42px; padding: 8px 12px; border: 0; border-radius: var(--r-sm); background: transparent; text-align: left; cursor: pointer; font-weight: 500; color: var(--ink-2); }
.filter span { color: var(--muted); font-size: 14px; }
.filter:hover { background: var(--sunken); }
.filter.is-active { background: var(--ink); color: var(--paper); }
.filter.is-active span { color: inherit; opacity: .7; }
.dir-group + .dir-group { margin-top: 56px; }
.dir-group__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 14px; margin-bottom: 16px; border-bottom: 2px solid var(--ink); }
.dir-group__head h3 { font-size: 24px; margin: 0; }
.dir-group__head p { margin: 0; color: var(--muted); font-size: 15px; }
.dir-group__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.directory__empty { color: var(--muted); padding: 24px 0; }

/* Privacy comparison */
.privacy { padding: 104px 0; background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.privacy__copy p { color: var(--ink-2); font-size: 18px; max-width: 32em; }
.flow { display: grid; gap: 20px; }
.flow__row { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 24px 24px; background: var(--paper); }
.flow__row--us { border-color: color-mix(in srgb, var(--ok) 45%, var(--line)); background: var(--ok-tint); }
.flow__label { display: block; font-weight: 600; font-size: 15px; margin-bottom: 16px; color: var(--muted); }
.flow__row--us .flow__label { color: var(--ok); }
.flow__track { display: flex; align-items: center; gap: 10px; }
.flow__node { display: grid; justify-items: center; gap: 6px; flex: none; }
.flow__node svg { width: 48px; height: 48px; padding: 12px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); }
.flow__node small { font-size: 13px; color: var(--muted); white-space: nowrap; }
.flow__node--server svg { color: var(--err); border-color: color-mix(in srgb, var(--err) 40%, var(--line)); }
.flow__node--us svg { color: var(--ok); border-color: color-mix(in srgb, var(--ok) 50%, var(--line)); }
.flow__line { flex: 1; height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 6px, transparent 6px 11px); position: relative; margin-bottom: 22px; min-width: 24px; }
.flow__line em { position: absolute; left: 50%; top: -22px; transform: translateX(-50%); font-style: normal; font-size: 12.5px; color: var(--err); white-space: nowrap; }
.flow__done { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 22px 12px; font-weight: 600; color: var(--ok); }

/* Steps */
.steps { padding: 104px 0 64px; }
.steps__list { list-style: none; counter-reset: s; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.steps__list li { counter-increment: s; padding: 28px 32px 0 0; }
.steps__list li + li { padding-left: 32px; border-left: 1px solid var(--line); }
.steps__list li::before { content: counter(s); display: block; font: 800 44px/1 var(--display); color: var(--brand); margin-bottom: 16px; }
.steps__list h3 { font-size: 22px; margin-bottom: 8px; }
.steps__list p { color: var(--muted); margin: 0; }

/* FAQ */
.home-faq { padding: 64px 0 104px; }
.home-faq__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 48px; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-weight: 600; font-size: 17.5px; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: 6px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: translateY(-70%) rotate(45deg); transition: transform .18s var(--ease); }
.faq__item[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq__item p { color: var(--ink-2); margin: 0 0 20px; max-width: 42em; }

/* Posts */
.latest { padding: 0 0 104px; }
.latest__head { display: flex; justify-content: space-between; align-items: baseline; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
.post-card { display: flex; flex-direction: column; }
.post-card__media { display: block; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden; background: var(--sunken); margin-bottom: 16px; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__meta { color: var(--muted); font-size: 14px; margin-bottom: 6px; }
.post-card__title { font-size: 21px; margin-bottom: 8px; }
.post-card__title a { color: var(--ink); text-decoration: none; }
.post-card__title a:hover { color: var(--brand); }
.post-card__excerpt { color: var(--muted); font-size: 15.5px; }

/* CTA band */
.cta-band { background: var(--brand); color: #fff; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 56px; padding-bottom: 56px; }
.cta-band h2 { color: inherit; margin: 0; font-size: clamp(28px, 3.2vw, 40px); }


/* Footer */
.site-footer { background: #111332; color: #b9bdd8; padding: 72px 0 0; font-size: 15.5px; }

.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(0, 1fr)); gap: 32px; }
.site-footer__about p { max-width: 26em; }
.site-footer__proof { display: inline-flex; align-items: center; gap: 8px; color: #7fe0b0; font-size: 14.5px; }
.site-footer h2 { font: 600 15px/1.4 var(--body); color: #fff; letter-spacing: 0; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: #b9bdd8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer__base { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 56px; padding-top: 20px; padding-bottom: 28px; font-size: 14px; }
.site-footer__base p { margin: 0; }

/* ---------- Tool page ---------- */
.tool-head { padding: 32px 0 28px; }
.crumbs { display: flex; gap: 8px; font-size: 14.5px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--brand); text-decoration: underline; }
.tool-head__row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.tool-head__title { font-size: clamp(36px, 4.6vw, 56px); font-weight: 800; letter-spacing: -.035em; margin-bottom: 8px; }
.tool-head__lede { font-size: 18.5px; color: var(--ink-2); margin: 0; }
.tool-head__private { display: inline-flex; align-items: center; gap: 8px; margin: 0; padding: 8px 14px; border-radius: 99px; background: var(--ok-tint); color: var(--ok); font-weight: 500; font-size: 14.5px; }

.tool-info { padding: 88px 0 56px; }
.tool-info__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; }
.tool-info h2 { font-size: 26px; margin-bottom: 16px; }
.tool-info__intro { color: var(--ink-2); font-size: 17.5px; margin-bottom: 40px; max-width: 36em; }
.howto { list-style: none; counter-reset: h; margin: 0; padding: 0; display: grid; gap: 14px; }
.howto li { counter-increment: h; display: flex; gap: 14px; align-items: baseline; }
.howto li::before { content: counter(h); flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand-tint); color: var(--brand); font-weight: 700; font-size: 15px; transform: translateY(6px); }
.related { padding: 0 0 104px; }
.related__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.ad-slot { margin: 24px auto; text-align: center; min-height: 0; }

/* ---------- Tool workspace ---------- */
.ws { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: clamp(16px, 2.4vw, 28px); min-height: 320px; position: relative; }
.drop { display: grid; justify-items: center; align-content: center; text-align: center; gap: 12px; min-height: 280px; padding: 32px 20px; border: 2px dashed var(--line-strong); border-radius: 16px; background: var(--paper); cursor: pointer; transition: border-color .16s, background .16s; }
.drop:hover, .drop.is-over { border-color: var(--brand); background: var(--brand-tint); }
.drop--static { cursor: default; }
.drop__glyph .ext { min-width: 64px; height: 38px; font-size: 14px; border-radius: 7px 13px 7px 7px; }
.drop__glyph .glyph { gap: 10px; }
.drop__glyph .glyph__arrow { width: 20px; height: 20px; }
.drop__title { font: 700 clamp(22px, 2.4vw, 28px)/1.2 var(--display); letter-spacing: -.02em; }
.drop__hint { color: var(--muted); font-size: 15px; }
.drop--compact { min-height: 0; padding: 14px; grid-auto-flow: column; gap: 12px; }
.drop--compact .drop__title { font: 600 16px/1.3 var(--body); }

.ws__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.ws__layout--single { grid-template-columns: minmax(0, 1fr); }
.ws__main { min-width: 0; }
.ws__side { position: sticky; top: 92px; display: grid; gap: 16px; }
.panel { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; background: var(--paper); }
.panel__title { font: 600 15px/1.3 var(--body); margin: 0 0 14px; color: var(--ink); letter-spacing: 0; }

/* file list */
.files { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 8px; }
.file { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); }
.file__thumb { width: 44px; height: 44px; flex: none; border-radius: 6px; object-fit: cover; background: var(--sunken); display: grid; place-items: center; overflow: hidden; }
.file__thumb img, .file__thumb canvas { width: 100%; height: 100%; object-fit: cover; }
.file__meta { display: grid; min-width: 0; margin-right: auto; }
.file__name { font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file__size { font-size: 13.5px; color: var(--muted); }
.file__status { font-size: 13.5px; color: var(--muted); white-space: nowrap; }
.file__status.is-ok { color: var(--ok); font-weight: 600; }
.file__status.is-err { color: var(--err); }
.file__handle { cursor: grab; color: var(--muted); padding: 4px; display: grid; place-items: center; }
.file .icon-btn { width: 36px; height: 36px; }
.sortable-ghost { opacity: .35; }
.sortable-chosen { box-shadow: var(--shadow); }

/* form controls */
.field { display: grid; gap: 6px; margin-bottom: 14px; }
.field > span, .field__label { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.field small { color: var(--muted); font-size: 13px; }
.field input[type="text"], .field input[type="number"], .field input[type="email"], .field input:not([type]), .field select, .field textarea {
	width: 100%; min-height: 42px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: var(--surface); color: var(--ink);
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-tint); }
.field input[type="color"] { width: 48px; height: 36px; padding: 2px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: var(--surface); }
.field input[type="range"] { width: 100%; accent-color: var(--brand); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 15px; cursor: pointer; }
.check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--brand); flex: none; }
.seg { display: flex; flex-wrap: wrap; gap: 4px; padding: 3px; background: var(--sunken); border-radius: var(--r-sm); }
.seg label { flex: 1 1 auto; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; text-align: center; padding: 7px 10px; border-radius: 5px; font-size: 14px; font-weight: 500; cursor: pointer; color: var(--ink-2); white-space: nowrap; }
.seg input:checked + span { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.seg input:focus-visible + span { outline: 2px solid var(--brand); }
.range-val { float: right; font-weight: 600; color: var(--brand); }
.hp { position: absolute; left: -9999px; }

/* action + progress + result */
.ws__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ws__actions .btn--primary { flex: 1 1 auto; }
.progress { margin-top: 14px; }
.progress__bar { height: 8px; border-radius: 99px; background: var(--sunken); overflow: hidden; }
.progress__fill { height: 100%; width: 0; background: var(--brand); border-radius: inherit; transition: width .2s var(--ease); }
.progress__text { font-size: 14px; color: var(--muted); margin-top: 8px; }
.result { margin-top: 20px; border: 1px solid color-mix(in srgb, var(--ok) 40%, var(--line)); background: var(--ok-tint); border-radius: var(--r-lg); padding: 20px; }
.result__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.result__head h3 { font: 700 20px/1.2 var(--display); margin: 0; margin-right: auto; }
.result__head .icon--check { color: #fff; background: var(--ok); border-radius: 50%; padding: 4px; width: 28px; height: 28px; }
.result__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.result__item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.result__item .file__meta { margin-right: auto; }
.result__saving { color: var(--ok); font-weight: 600; font-size: 14px; }
.result__saving.is-bigger { color: var(--muted); font-weight: 500; }
.result__next { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14.5px; color: var(--muted); }
.result__next a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: var(--r-sm); background: var(--surface); border: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 500; }
.result__next a:hover { border-color: var(--brand); }
.notice { padding: 12px 16px; border-radius: var(--r); margin: 12px 0; font-size: 15px; }
.notice--err { background: var(--err-tint); color: var(--err); }
.notice--ok { background: var(--ok-tint); color: var(--ok); }
.notice--info { background: var(--brand-tint); color: var(--ink); }
.preview-box { border: 1px solid var(--line); border-radius: var(--r); background: var(--surface); max-height: 520px; overflow: auto; padding: 16px; }
.preview-box img { display: block; margin: 0 auto; }
.code-out { width: 100%; min-height: 280px; font: 13px/1.5 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; padding: 12px; border: 1px solid var(--line-strong); border-radius: var(--r); background: var(--surface); color: var(--ink); }

/* page thumbnails (organize, rotate, delete, extract) */
.pages { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 16px; }
.pthumb { position: relative; display: grid; gap: 6px; justify-items: center; padding: 10px 8px 8px; border-radius: var(--r); border: 2px solid transparent; background: var(--paper); cursor: pointer; user-select: none; }
.pthumb:hover { border-color: var(--line-strong); }
.pthumb__img { display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1.2; }
.pthumb__img canvas, .pthumb__img img { max-width: 100%; max-height: 100%; box-shadow: 0 1px 4px rgba(0, 0, 0, .18); background: #fff; transition: transform .2s var(--ease); }
.pthumb__num { font-size: 13px; color: var(--muted); font-weight: 500; }
.pthumb.is-selected { border-color: var(--brand); background: var(--brand-tint); }
.pthumb.is-deleted .pthumb__img { opacity: .25; }
.pthumb.is-deleted::after { content: ""; position: absolute; inset: 10px 8px 30px; background: linear-gradient(to top right, transparent calc(50% - 1.5px), var(--err) calc(50% - 1.5px), var(--err) calc(50% + 1.5px), transparent calc(50% + 1.5px)); pointer-events: none; }
.pthumb__tools { position: absolute; top: 6px; right: 6px; display: flex; gap: 4px; opacity: 0; transition: opacity .15s; }
.pthumb:hover .pthumb__tools, .pthumb:focus-within .pthumb__tools { opacity: 1; }
.pthumb__tools button { width: 30px; height: 30px; border-radius: 6px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); display: grid; place-items: center; cursor: pointer; }
.pthumb__tools button:hover { border-color: var(--brand); color: var(--brand); }
.pthumb__check { position: absolute; top: 8px; left: 8px; width: 22px; height: 22px; border-radius: 6px; border: 2px solid var(--line-strong); background: var(--surface); display: grid; place-items: center; color: transparent; }
.pthumb.is-selected .pthumb__check { background: var(--brand); border-color: var(--brand); color: #fff; }
@media (hover: none) { .pthumb__tools { opacity: 1; } }

/* PDF editor (sign / edit) */
.editor { display: grid; gap: 12px; }
.editor__bar { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 8px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); position: sticky; top: 76px; z-index: 5; }
.editor__bar .sep { width: 1px; height: 28px; background: var(--line); margin: 0 4px; }
.tool-btn { display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 12px; border: 1px solid transparent; border-radius: var(--r-sm); background: transparent; cursor: pointer; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.tool-btn:hover { background: var(--surface); border-color: var(--line); }
.tool-btn.is-active { background: var(--ink); color: var(--paper); }
.editor__bar input[type="color"] { width: 36px; height: 32px; border: 1px solid var(--line); border-radius: 6px; padding: 2px; background: var(--surface); }
.editor__bar select, .editor__bar input[type="number"] { height: 36px; border: 1px solid var(--line); border-radius: 6px; padding: 0 6px; background: var(--surface); }
.editor__pages { display: grid; gap: 20px; justify-items: center; padding: 20px; background: var(--sunken); border-radius: var(--r); max-height: 78vh; overflow: auto; }
.epage { position: relative; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, .18); }
.epage canvas { display: block; }
.epage__layer { position: absolute; inset: 0; }
.epage__label { position: absolute; left: -2px; top: -22px; font-size: 12px; color: var(--muted); }
.obj { position: absolute; box-sizing: border-box; cursor: move; touch-action: none; }
.obj.is-selected { outline: 1.5px dashed var(--brand); outline-offset: 2px; }
.obj__text { white-space: pre; line-height: 1.2; min-width: 8px; outline: none; cursor: text; }
.obj__handle { position: absolute; right: -7px; bottom: -7px; width: 14px; height: 14px; background: var(--brand); border: 2px solid #fff; border-radius: 50%; cursor: nwse-resize; display: none; }
.obj.is-selected .obj__handle { display: block; }
.obj__del { position: absolute; right: -10px; top: -30px; width: 26px; height: 26px; border-radius: 50%; background: var(--err); color: #fff; border: 2px solid #fff; display: none; place-items: center; cursor: pointer; font-size: 14px; line-height: 1; }
.obj.is-selected .obj__del { display: grid; }
.obj img { width: 100%; height: 100%; display: block; pointer-events: none; }
.obj svg { width: 100%; height: 100%; display: block; overflow: visible; pointer-events: none; }

/* signature modal */
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 16px; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(14, 16, 38, .5); }
.modal__box { position: relative; width: 100%; max-width: 560px; background: var(--surface); border-radius: var(--r-lg); padding: 20px; box-shadow: 0 24px 64px -16px rgba(0, 0, 0, .45); }
.modal__box h3 { font-size: 22px; }
.sigpad { width: 100%; height: 200px; border: 1px dashed var(--line-strong); border-radius: var(--r); background: #fff; touch-action: none; cursor: crosshair; display: block; }
.sig-typed { width: 100%; font-size: 40px; min-height: 90px; border: 1px dashed var(--line-strong); border-radius: var(--r); padding: 10px 14px; background: #fff; color: #1a2a8a; }
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.tabs button { border: 0; background: transparent; padding: 10px 14px; cursor: pointer; font-weight: 600; color: var(--muted); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--brand); }

/* crop */
.crop-stage { position: relative; display: inline-block; touch-action: none; user-select: none; }
.crop-stage canvas { display: block; max-width: 100%; }
.crop-box { position: absolute; border: 2px solid var(--brand); box-shadow: 0 0 0 9999px rgba(14, 16, 38, .45); cursor: move; }
.crop-box i { position: absolute; width: 14px; height: 14px; background: #fff; border: 2px solid var(--brand); border-radius: 3px; }
.crop-box i[data-h="nw"] { left: -8px; top: -8px; cursor: nwse-resize; }
.crop-box i[data-h="ne"] { right: -8px; top: -8px; cursor: nesw-resize; }
.crop-box i[data-h="sw"] { left: -8px; bottom: -8px; cursor: nesw-resize; }
.crop-box i[data-h="se"] { right: -8px; bottom: -8px; cursor: nwse-resize; }
.crop-wrap { overflow: hidden; display: grid; place-items: center; background: var(--sunken); border-radius: var(--r); padding: 16px; }

/* toast */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 95; background: var(--ink); color: var(--paper); padding: 12px 18px; border-radius: var(--r); box-shadow: var(--shadow); font-size: 15px; max-width: calc(100vw - 32px); }

/* ---------- Posts / pages ---------- */
.archive-head { margin-bottom: 40px; max-width: 720px; }
.archive-head h1 { font-size: clamp(36px, 4.4vw, 56px); font-weight: 800; letter-spacing: -.035em; }
.archive-head__desc { color: var(--muted); font-size: 18px; }
.entry { padding: 56px 0 88px; }
.entry__head { margin-bottom: 32px; }
.entry__meta { color: var(--muted); font-size: 15px; display: flex; gap: 16px; flex-wrap: wrap; }
.entry__meta a { color: inherit; }
.entry__title { font-size: clamp(34px, 4.4vw, 54px); font-weight: 800; letter-spacing: -.035em; text-wrap: balance; }
.entry__media { margin: 0 auto 40px; max-width: 1000px; }
.entry__media img { border-radius: var(--r-lg); width: 100%; }
.entry__content { font-size: 18.5px; line-height: 1.7; }
.entry__content > * + * { margin-top: 1.1em; }
.entry__content h2 { font-size: 30px; margin-top: 1.8em; }
.entry__content h3 { font-size: 23px; margin-top: 1.6em; }
.entry__content img { border-radius: var(--r); }
.entry__content blockquote { margin-left: 0; padding-left: 20px; border-left: 3px solid var(--brand); color: var(--ink-2); }
.entry__content pre { background: var(--sunken); padding: 16px; border-radius: var(--r); overflow: auto; font-size: 15px; }
.entry__content table { width: 100%; border-collapse: collapse; font-size: 16px; }
.entry__content th, .entry__content td { border: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.entry__content .alignwide { margin-left: -80px; margin-right: -80px; max-width: none; }
.entry__foot { margin-top: 48px; }
.entry__tags a { display: inline-block; padding: 4px 10px; border-radius: 99px; background: var(--sunken); color: var(--ink-2); text-decoration: none; font-size: 14px; margin: 0 4px 4px 0; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border-top: 1px solid var(--line); padding-top: 24px; }
.post-navigation .nav-next { text-align: right; }
.pagination .nav-links { display: flex; gap: 6px; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: var(--r-sm); border: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.pagination .page-numbers.current { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.search-form { display: flex; gap: 8px; max-width: 480px; }
.search-form input { flex: 1; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: var(--surface); }
.not-found h1 { font-size: clamp(34px, 4vw, 52px); }
.contact-form { max-width: 640px; }
.comments { margin-top: 56px; }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { padding: 16px 0; border-bottom: 1px solid var(--line); }
.comment-form input:not([type="checkbox"]):not([type="submit"]), .comment-form textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: var(--r-sm); background: var(--surface); }
.comment-form .submit { background: var(--brand); color: #fff; border: 0; padding: 12px 20px; border-radius: var(--r); font-weight: 600; cursor: pointer; }
.wp-block-button__link { background: var(--brand); border-radius: var(--r); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.hero__grid { grid-template-columns: 1fr; }
	.router__drop, .router__result { min-height: 0; }
	.popular__grid { grid-template-columns: repeat(2, 1fr); }
	.directory__grid { grid-template-columns: 1fr; gap: 24px; }
	.directory__rail { position: static; }
	.directory__filters { display: flex; flex-wrap: wrap; gap: 6px; }
	.filter { border: 1px solid var(--line); }
	.dir-group__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.privacy__grid, .home-faq__grid, .tool-info__grid { grid-template-columns: 1fr; gap: 32px; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer__about { grid-column: 1 / -1; }
	.ws__layout { grid-template-columns: 1fr; }
	.ws__side { position: static; }
	.post-grid, .related__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.entry__content .alignwide { margin-left: 0; margin-right: 0; }
}
@media (max-width: 680px) {
	body { font-size: 16.5px; }
	.facts__row { grid-template-columns: 1fr 1fr; }
	.facts__row p { padding: 16px 0 16px 16px; }
	.facts__row p:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
	.facts__row p:nth-child(4) { border-top: 1px solid var(--line); }
	.popular__grid { grid-template-columns: 1fr; }
	.tool-card--lead { grid-column: auto; grid-row: auto; padding: 22px; }
	.dir-group__list, .post-grid, .related__list { grid-template-columns: 1fr; }
	.steps__list { grid-template-columns: 1fr; }
	.steps__list li, .steps__list li + li { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
	.flow__track { gap: 4px; }
	.flow__node svg { width: 40px; height: 40px; padding: 9px; }
	.flow__line em { font-size: 11px; }
	.field-row { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.ws { border-radius: 14px; margin: 0 calc(var(--gut) * -0.5); }
	.pages { grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; }
	.tool-head__private { font-size: 13.5px; }
	.cta-band__inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
	.site-header, .site-footer, .ad-slot, .cta-band { display: none; }
}

/* side-panel action buttons stack; editor (single column) keeps them in a row */
.ws__side .ws__actions { display: grid; grid-template-columns: 1fr; }
.ws__layout--single .ws__side .ws__actions { display: flex; }
.ws__layout--single .ws__side { position: static; }

/* 2.1: workspace accessibility and compact screens */
.ws__stage [inert] { opacity: .65; pointer-events: none; }
.ws__stage :focus-visible { outline: 3px solid var(--accent, #2446e8); outline-offset: 3px; }
.ws__stage [hidden] { display: none !important; }
.pthumb__tools { flex-wrap: wrap; }
@media (max-width: 600px) {
 .file, .result__item { flex-wrap: wrap; }
 .file__meta { min-width: 0; flex: 1 1 120px; }
 .file__name { overflow-wrap: anywhere; }
 .ws__actions .btn { min-height: 44px; }
 .field-row { flex-wrap: wrap; }
 .editor__bar { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
 .ws__stage *, .ws__stage *::before, .ws__stage *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
