/* File2fix 2026 UI layer. Loaded after the original theme so old tools keep
   their markup while the shared shell gets consistent, responsive styling. */
:root {
  --bg: #f6f8fc;
  --card: #ffffff;
  --text: #101828;
  --muted: #667085;
  --border: #e4e7ec;
  --blue: #3867f2;
  --blue-hover: #244bd1;
  --green: #079669;
  --red: #c4323b;
  --nav: #0c1426;
  --nav2: #18233a;
  --shadow: 0 8px 24px rgba(16, 24, 40, .06);
  --shadow-lg: 0 18px 46px rgba(16, 24, 40, .11);
  --radius: 12px;
  --radius-lg: 20px;
}
:root[data-theme="dark"] { --bg:#0c1220; --card:#121b2e; --text:#f4f7fb; --muted:#9aa8bd; --border:#263550; --nav:#070b14; --nav2:#111b30; --shadow:0 8px 24px rgba(0,0,0,.25); --shadow-lg:0 18px 46px rgba(0,0,0,.35); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background:var(--bg); color:var(--text); }
a { color:var(--blue); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline:3px solid rgba(56,103,242,.35); outline-offset:2px; }
.wrap { max-width:1180px; padding:28px 24px; }
.skip-link { position:absolute; left:-9999px; top:8px; z-index:1000; background:#fff; color:#111; padding:10px 14px; border-radius:8px; }
.skip-link:focus { left:8px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.topbar { min-height:72px; gap:18px; padding:12px max(24px,calc((100vw - 1180px)/2)); background:var(--nav); border-bottom:1px solid rgba(255,255,255,.08); }
.brand a { display:flex; align-items:center; gap:9px; font-size:1.16rem; }
.brand-mark { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:9px; background:linear-gradient(135deg,#65a1ff,#7658f4); color:#fff; font-weight:800; font-size:.9rem; }
.search { flex:1; max-width:340px; }
.search input { width:100%; height:42px; background:var(--nav2); border:1px solid rgba(255,255,255,.14); border-radius:12px; padding:0 14px; color:#fff; outline:none; }
.search input:focus { border-color:#7ea4ff; box-shadow:0 0 0 3px rgba(126,164,255,.2); }
.nav { gap:2px; align-items:center; }
.nav a { color:#c6d0e0; padding:9px 11px; border-radius:9px; font-size:.88rem; }
.nav a:hover,.nav a:focus-visible { color:#fff; background:rgba(255,255,255,.1); }
.nav-count { display:inline-flex; min-width:22px; justify-content:center; background:rgba(126,164,255,.22); color:#d9e5ff; padding:1px 5px; border-radius:99px; font-size:.7rem; }
.right { gap:12px; }
.balance-pill { background:rgba(255,255,255,.1); color:#fff; border:1px solid rgba(255,255,255,.14); padding:8px 11px; border-radius:10px; font-size:.85rem; font-weight:700; text-decoration:none; }
.link-button { background:none; border:0; padding:8px 0; color:#c6d0e0; font:inherit; font-weight:600; cursor:pointer; }
.link-button:hover,.link-button:focus-visible { color:#fff; }
.logout-form { margin:0; }
.btn { border-radius:10px; box-shadow:none; }
.btn-small { padding:8px 12px; font-size:.85rem; }
.btn-block { width:100%; }
.btn-ghost { background:transparent; color:var(--text); border:1px solid var(--border); }
.btn-ghost:hover { background:var(--bg); color:var(--text); }
.theme-btn { color:#fff; border:1px solid rgba(255,255,255,.12); }
.menu-toggle { display:none; background:transparent; border:0; padding:7px; cursor:pointer; }
.menu-toggle span:not(.sr-only) { display:block; width:22px; height:2px; margin:4px; background:#e6edf7; border-radius:2px; }
.page-hero { max-width:850px; padding:54px 0 30px; }
.page-hero h1 { max-width:760px; margin:6px 0 14px; font-size:clamp(2rem,5vw,3.8rem); line-height:1.05; letter-spacing:-.045em; }
.page-hero > p:not(.eyebrow) { max-width:720px; color:var(--muted); font-size:1.12rem; line-height:1.7; }
.compact-hero { padding-bottom:22px; }
.eyebrow { color:var(--blue); font-size:.75rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin:0; }
.action-row { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:20px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin:24px 0; }
.hero-trust { display:flex; flex-wrap:wrap; gap:12px 20px; color:var(--muted); font-size:.9rem; }
.home-hero { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:42px; align-items:center; padding:52px 0 44px; }
.home-hero h1 { font-size:clamp(2.4rem,6vw,4.8rem); line-height:1.02; letter-spacing:-.055em; margin:10px 0 18px; }
@media (min-width:1101px){ .home-hero h1{ font-size:clamp(2rem,3.2vw,3.2rem); } }
.text-gradient { background:linear-gradient(135deg,#315efb 0%,#8b5cf6 60%,#e94c9f 100%); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.home-hero-copy { color:var(--muted); font-size:1.12rem; line-height:1.7; max-width:630px; }
.home-card { background:var(--card); border:1px solid var(--border); border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); }
.workflow-card { padding:24px; }
.workflow-card h2 { margin:0 0 8px; font-size:1.25rem; }
.workflow-list { list-style:none; padding:0; margin:20px 0; display:grid; gap:11px; }
.workflow-list li { display:flex; align-items:flex-start; gap:10px; color:var(--muted); }
.workflow-list b { color:var(--text); }
.workflow-list .step { flex:0 0 24px; width:24px; height:24px; display:grid; place-items:center; background:#eaf0ff; color:var(--blue); border-radius:8px; font-size:.75rem; font-weight:800; }
.section-heading { display:flex; justify-content:space-between; gap:15px; align-items:end; margin:42px 0 18px; }
.section-heading h2 { margin:0; letter-spacing:-.025em; }
.section-heading p { margin:0; color:var(--muted); }
.content-grid { display:grid; gap:18px; }
.three-up { grid-template-columns:repeat(3,minmax(0,1fr)); }
.feature-card,.content-panel,.seo-panel { background:var(--card); border:1px solid var(--border); border-radius:var(--radius-lg); padding:24px; box-shadow:var(--shadow); }
.feature-icon { font-size:1.8rem; margin-bottom:12px; }
.feature-card h2 { margin:0 0 8px; font-size:1.12rem; }
.feature-card p,.content-panel p { color:var(--muted); line-height:1.65; margin:0; }
.category-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(235px,1fr)); gap:15px; }
.tool-cat-card { display:block; padding:21px; background:var(--card); color:var(--text); border:1px solid var(--border); border-radius:15px; text-decoration:none; transition:transform .18s,box-shadow .18s,border-color .18s; }
.tool-cat-card:hover { transform:translateY(-3px); border-color:#9eb4ff; box-shadow:var(--shadow-lg); }
.tool-cat-card h3 { margin:0; }
.tool-cat-card p { color:var(--muted); margin:8px 0 0; font-size:.9rem; }
.converter-promo { display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; background:linear-gradient(135deg,#111c35,#263e7b); color:#fff; border-radius:var(--radius-lg); padding:26px; margin:36px 0; }
.converter-promo p { color:#cdd9f6; margin:6px 0 0; }
.converter-promo .btn { background:#fff; color:#1d3c9b; white-space:nowrap; }
.adph { width:100%; min-height:90px; padding:12px; border:1px dashed var(--border); background:var(--card); border-radius:12px; text-align:center; color:var(--muted); }
.adph-top { font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; }
.adph-box { padding:12px 0; font-size:.78rem; }
.ad-slot { width:100%; min-height:90px; overflow:hidden; }
.ad-slot ins.adsbygoogle[data-ad-status="unfilled"] { display:none !important; }
.ad-slot:not(:has(ins.adsbygoogle[data-ad-status="filled"])) { display:flex !important; align-items:center; justify-content:center; padding:22px 0; border:1px dashed var(--border); border-radius:8px; background:rgba(17,24,40,.03); }
.ad-slot:not(:has(ins.adsbygoogle[data-ad-status="filled"]))::before { content:"Advertisement"; color:var(--muted); font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; font-weight:600; }
.ad-placement { display:block !important; }
.workflow-card .ad-slot { max-height:100px; }
.converter-hub { max-width:980px; }.converter-privacy { display:flex; align-items:center; gap:11px; padding:13px 15px; margin-bottom:16px; border:1px solid #b7ead7; background:#effbf6; color:#126a4e; border-radius:12px; }.privacy-icon { font-size:1.25rem; }.converter-grid { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(230px,.7fr); gap:18px; }.converter-form,.converter-result { padding:22px; background:var(--card); border:1px solid var(--border); border-radius:16px; box-shadow:var(--shadow); }.converter-source label,.converter-options label { display:block; font-weight:700; font-size:.86rem; margin:0 0 7px; }.converter-source .field-help { margin:6px 0 17px; }.converter-source textarea { resize:vertical; min-height:300px; }.converter-supported { display:grid; gap:7px; padding:14px; margin:20px 0; background:var(--bg); border-radius:10px; color:var(--muted); font-size:.82rem; }.converter-supported strong { color:var(--text); }.converter-status { margin:13px 0; min-height:25px; color:var(--muted); font-size:.88rem; }.converter-status.is-error { color:var(--red); }.converter-result { margin-top:18px; }.converter-result .section-heading { margin:0 0 14px; }.converter-result textarea { width:100%; min-height:260px; }.converter-preview { width:100%; min-height:220px; margin-top:14px; border:1px solid var(--border); border-radius:10px; background:#fff; }
/* Most legacy tools use the same two-panel wrapper. Keep long fields and
   generated reports readable on wide screens, then collapse them into a
   single touch-friendly column on smaller devices. */
.tool-io { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:18px; align-items:start; min-width:0; }
.project-organizer-options { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.tool-io > .input-panel, .tool-io > .output-panel { min-width:0; padding:20px; background:var(--card); border:1px solid var(--border); border-radius:16px; box-shadow:var(--shadow); }
.tool-io .input-panel > :first-child, .tool-io .output-panel > :first-child { margin-top:0; }
.tool-io input, .tool-io select, .tool-io textarea { max-width:100%; }
.tool-io input[type="file"] { display:block; width:100%; min-height:44px; padding:9px; overflow:hidden; }
.tool-io textarea { resize:vertical; }
.tool-io pre, .tool-io .log-box, .tool-io .result-box, .tool-io .out { max-width:100%; overflow:auto; overflow-wrap:anywhere; }
.tool-io img, .tool-io svg, .tool-io video, .tool-io canvas { max-width:100%; height:auto; }
.tool-io table { max-width:100%; }
.auth-shell { display:grid; place-items:center; min-height:650px; padding:35px 0; }
.auth-card { width:min(100%,460px); background:var(--card); border:1px solid var(--border); border-radius:22px; padding:32px; box-shadow:var(--shadow-lg); }
.auth-card h1 { margin:6px 0 8px; letter-spacing:-.03em; }
.auth-card > .muted { margin:0 0 22px; }
.auth-kicker { color:var(--blue); font-weight:800; font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; }
.auth-form { max-width:none; box-shadow:none; padding:0; background:none; }
.label-row { display:flex; justify-content:space-between; gap:8px; }
.label-row a { font-size:.82rem; }
.field-help { display:block; color:var(--muted); margin-top:6px; font-size:.78rem; }
.auth-divider { display:flex; align-items:center; gap:12px; color:var(--muted); font-size:.8rem; margin:24px 0 16px; }
.auth-divider:before,.auth-divider:after { content:""; height:1px; flex:1; background:var(--border); }
.provider-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.provider-btn { display:flex; align-items:center; justify-content:center; gap:7px; min-height:43px; padding:8px; background:var(--card); color:var(--text); border:1px solid var(--border); border-radius:10px; text-decoration:none; font-size:.85rem; font-weight:700; }
.provider-btn:hover { border-color:var(--blue); background:var(--bg); }
.provider-btn.is-disabled { cursor:not-allowed; opacity:.45; }
.provider-icon { display:grid; place-items:center; width:22px; height:22px; border-radius:6px; background:var(--bg); }
.provider-google { color:#4285f4; }.provider-microsoft { color:#0a77d5; }.provider-github { color:var(--text); }
.auth-note,.auth-footer { color:var(--muted); font-size:.8rem; line-height:1.55; text-align:center; }
.auth-footer { margin:20px 0 0; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-weight:700; font-size:.87rem; margin-bottom:7px; }
.input, select, textarea { border-color:var(--border); background:var(--card); color:var(--text); border-radius:10px; }
.input:focus,select:focus,textarea:focus { border-color:var(--blue); outline:3px solid rgba(56,103,242,.28); outline-offset:1px; box-shadow:0 0 0 3px rgba(56,103,242,.14); }
.alert { border-radius:10px; margin:15px 0; }
.alert-error { color:#9f2530; background:#fff0f1; border:1px solid #ffc7cc; padding:12px 14px; }
.alert-success { color:#126a4e; background:#e8f8f1; border:1px solid #a9e6cd; padding:12px 14px; }
[data-theme="dark"] .alert-error { color:#ffb5bc; background:#3a1820; border-color:#74303b; }
[data-theme="dark"] .alert-success { color:#a9eed2; background:#12382d; border-color:#246a54; }
.tools-index { min-width:0; }
.tools-head { padding:15px 0 22px; }.tools-head h1 { font-size:2.35rem; margin:0 0 5px; letter-spacing:-.04em; }.tools-head .lead { color:var(--muted); margin:0 0 18px; }
.tools-search { position:relative; }.tools-search input { width:100%; min-height:48px; padding-left:16px; }.search-hint { color:var(--muted); font-size:.8rem; display:block; min-height:18px; margin-top:5px; }
.tool-category { margin:24px 0 34px; }.tool-category h2 { margin:0 0 12px; font-size:1.12rem; }.tool-list { list-style:none; padding:0; margin:0; display:grid; gap:8px; }.tool-list a { background:var(--card); color:var(--text); border-color:var(--border); min-height:53px; }.tool-list a:hover { border-color:#9eb4ff; }.price-tag.free { background:#e7f8f0; color:#08734e; }.price-tag.paid { background:#f0ebff; color:#5c39b5; }
.tool-head { padding:12px 0 25px; }.tool-head h1 { display:flex; align-items:center; gap:12px; margin:13px 0 8px; font-size:clamp(1.8rem,4vw,2.8rem); letter-spacing:-.045em; }.tool-summary { max-width:760px; color:var(--muted); line-height:1.65; }.tool-price { color:var(--blue); font-weight:800; }.tool-price.free { color:var(--green); }.tool-paid-hint { color:var(--muted); }.related-tools { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:10px; margin-top:14px; }.related-tools a { display:flex; flex-direction:column; gap:4px; padding:13px; color:var(--text); background:var(--card); border:1px solid var(--border); border-radius:11px; text-decoration:none; }.related-tools a:hover { border-color:var(--blue); }.related-tools small { color:var(--muted); }.share-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }.share-btn { padding:8px 10px; border:1px solid var(--border); border-radius:9px; background:var(--card); color:var(--text); font-size:.78rem; text-decoration:none; cursor:pointer; }.share-btn:hover { border-color:var(--blue); }
.upload-zone:focus-visible { outline:3px solid rgba(56,103,242,.35); outline-offset:3px; border-color:var(--blue); }
.fav-btn { width:37px; height:37px; display:inline-grid; place-items:center; border:1px solid var(--border); border-radius:10px; background:var(--card); color:#b7c0cf; font-size:1.1rem; cursor:pointer; }.fav-btn.active,.fav-btn:hover { color:#e34c71; border-color:#f3a5b9; background:#fff2f5; }
.toolpage { gap:24px; }.toolmain { min-width:0; }.sidebar { min-width:0; }.sidebar .ad-box { height:auto; min-height:250px; border-color:var(--border); background:var(--card); }.tool-footer { border-color:var(--border) !important; }.tool-next-actions { display:flex; flex-wrap:wrap; gap:9px; align-items:center; margin:26px 0 10px; padding:17px; background:linear-gradient(135deg,rgba(56,103,242,.08),rgba(139,92,246,.08)); border:1px solid rgba(56,103,242,.18); border-radius:14px; }.tool-next-actions strong { width:100%; }.tool-next-actions a, .tool-next-actions .tool-action-button { padding:9px 12px; border-radius:9px; background:var(--card); border:1px solid var(--border); color:var(--text); text-decoration:none; font-weight:700; font-size:.83rem; cursor:pointer; }.tool-next-actions a.primary, .tool-next-actions .tool-action-button.primary { background:var(--blue); color:#fff; border-color:var(--blue); }.tool-next-actions .tool-action-button:hover, .tool-next-actions a:hover { border-color:var(--blue); }
.content-panel { margin:30px 0; }.content-panel h2 { margin-top:0; }.dashboard-layout { display:grid; grid-template-columns:250px minmax(0,1fr); gap:30px; }.dashboard-layout main { min-width:0; }.dashboard-table-wrap { max-width:100%; overflow-x:auto !important; }.dashboard-table-wrap table { min-width:620px; }.account-links-card { color:var(--text); }.account-links-card .field-help { display:block; margin:7px 0 12px; }.provider-link,.linked-provider { display:block; padding:7px 0; font-size:.84rem; font-weight:700; text-decoration:none; }.linked-provider { color:var(--green); }.page-404 { text-align:center; max-width:650px; margin:90px auto; }.empty-icon { font-size:3rem; }.page-404 p:not(.eyebrow) { color:var(--muted); }
.guides-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); gap:14px; }.guide-card { display:block; padding:19px; background:var(--card); border:1px solid var(--border); border-radius:15px; color:var(--text); text-decoration:none; }.guide-card:hover { border-color:var(--blue); box-shadow:var(--shadow); }.guide-card h2 { font-size:1rem; margin:9px 0 5px; }.guide-card p { color:var(--muted); font-size:.87rem; line-height:1.5; margin:0; }.guide-category { margin:34px 0 16px; font-size:1.3rem; }
.blog-hero { padding:35px 0 12px; }.blog-grid { margin-top:22px; }.blog-card { border-color:var(--border); background:var(--card); }.blog-post-body { color:var(--text); }.blog-cta,.blog-more { max-width:850px; }.blog-post-body a { color:var(--blue); }.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; align-items:center; color:var(--muted); font-size:.82rem; padding-top:10px; }.breadcrumbs a { text-decoration:none; }.tool-guide-page { padding-top:22px; }.tool-guide-page > .lead { color:var(--muted); font-size:1.05rem; line-height:1.7; }.guide-callout { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin:24px 0; padding:17px; border:1px solid rgba(56,103,242,.2); background:rgba(56,103,242,.06); border-radius:13px; }.guide-callout span,.guide-callout strong { margin-right:auto; }.guide-callout a:not(.btn) { font-weight:700; }.guide-faq details { border-bottom:1px solid var(--border); padding:14px 0; }.guide-faq summary { cursor:pointer; font-weight:700; }.guide-faq p { color:var(--muted); line-height:1.6; margin:9px 0 0; }
.footer { background:var(--nav); color:#c6d0e0; border:0; padding:40px max(24px,calc((100vw - 1180px)/2)) 20px; margin-top:50px; }.footer-inner { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.5fr .7fr .9fr 1.4fr; gap:30px; }.footer-brand strong { color:#fff; display:flex; align-items:center; gap:8px; }.footer-brand p { color:#91a0b6; max-width:260px; font-size:.86rem; line-height:1.55; }.footer-column { display:flex; flex-direction:column; gap:8px; }.footer-column strong { color:#fff; margin-bottom:4px; font-size:.88rem; }.footer-column a { color:#aab7c9; text-decoration:none; font-size:.84rem; }.footer-column a:hover { color:#fff; }.footer-bottom { max-width:1180px; display:flex; justify-content:space-between; gap:15px; margin:30px auto 0; padding-top:17px; border-top:1px solid rgba(255,255,255,.12); color:#91a0b6; font-size:.75rem; }
@media (min-width:981px) { .toolpage { display:grid; grid-template-columns:minmax(0,1fr) 300px; } }
@media (max-width:1100px) { .topbar { flex-wrap:wrap; }.search { order:3; flex:1 1 100%; max-width:none; }.menu-toggle { display:block; order:2; margin-left:auto; min-width:40px; min-height:40px; }.nav { display:none; order:4; flex-basis:100%; flex-direction:column; align-items:stretch; padding-top:8px; border-top:1px solid rgba(255,255,255,.1); }.nav.is-open { display:flex; }.nav a { padding:12px; }.right { margin-left:0; }.home-hero { grid-template-columns:1fr; }.three-up { grid-template-columns:1fr; }.footer-inner { grid-template-columns:1fr 1fr; }.toolpage { grid-template-columns:1fr; }.dashboard-layout { grid-template-columns:1fr; }.dashboard-layout > aside { order:2; }.sidebar { order:2; } }
@media (max-width:760px) {
  .home-hero { padding:30px 0; }
  .home-hero h1 { font-size:clamp(2.35rem,12vw,3.8rem); }
  .converter-grid, .tool-io, .project-organizer-options { grid-template-columns:1fr; }
  .tool-io > .input-panel, .tool-io > .output-panel { padding:17px; }
}

@media (max-width:620px) {
  body { overflow-x:hidden; }
  .wrap { padding:21px 16px; }
  .topbar { padding:11px 16px; gap:10px; }
  .brand { flex:1; }
  .brand a { font-size:1rem; gap:7px; }
  .brand-mark { width:25px; height:25px; border-radius:8px; }
  .right { gap:7px; }
  .right .link { display:none; }
  .balance-pill { padding:7px 8px; font-size:.76rem; }
  .link-button { font-size:.78rem; }
  .home-hero { padding:28px 0; }
  .converter-promo { grid-template-columns:1fr; }
  .converter-grid { grid-template-columns:1fr; }
  .converter-form,.converter-result { padding:17px; }
  .provider-grid { grid-template-columns:1fr; }
  .auth-card { padding:23px 18px; }
  .footer { padding-left:16px; padding-right:16px; }
  .footer-inner { grid-template-columns:1fr; gap:22px; }
  .footer-bottom { flex-direction:column; }
  .tool-head h1 { align-items:flex-start; flex-wrap:wrap; }
  .visual-files-detailed { flex-wrap:wrap; }
  .file-box { min-width:125px; }
  .section-heading { display:block; }
  .section-heading p { margin-top:5px; }
  .tool-list a { align-items:flex-start; }
  .tool-list .name { min-width:0; overflow-wrap:anywhere; }
  .tool-meta { flex-shrink:0; }
  .faq-grid { grid-template-columns:minmax(0,1fr) !important; }
  .toolmain [style*="grid-template-columns"] { grid-template-columns:1fr !important; }
  .toolmain table { display:block; max-width:100%; overflow-x:auto; }
  .tool-next-actions a, .tool-next-actions .tool-action-button, .share-btn { min-height:42px; }
  .btn, .provider-btn { min-height:44px; }
}

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

/* Hero zip column: stack zip card + half-height ad, fill gap below card */
.hero-zip-col { display:flex; flex-direction:column; align-self:stretch; height:100%; gap:14px; }
.hero-zip-col .hero-zip-card { flex:0 0 auto; }
.hero-zip-ad { flex:1 1 auto; display:flex; }
.hero-zip-ad .ad-slot, .hero-zip-ad .adph { width:100%; min-height:45px !important; max-height:75px !important; padding:10px !important; margin:0; }
.hero-zip-ad .ad-slot::before { font-size:.62rem !important; }
@media (max-width:1100px){ .hero-zip-col { height:auto; } }
