/* Rosconvert public UX polish. Keep this layer behavioural and conservative. */
:root{--rc-focus:rgba(101,116,236,.26)}

/* Accessibility and restrained interaction helpers only. */
.site-header__inner{transition:min-height .18s ease}
.site-brand{transition:color .15s ease,opacity .15s ease}
.site-brand:hover{color:#5261d9!important}
.site-brand__text{white-space:nowrap}
.main-converter-menu summary{user-select:none;cursor:pointer}
.main-converter-menu>ul>li>details>summary{position:relative;transition:background .15s ease,color .15s ease,box-shadow .15s ease}
.main-converter-menu>ul>li>details>summary::before{content:"";position:absolute;left:11px;right:11px;bottom:5px;height:2px;border-radius:999px;background:#6574ec;transform:scaleX(0);transform-origin:center;transition:transform .15s ease}
.main-converter-menu>ul>li>details[open]>summary::before,.main-converter-menu>ul>li>details.has-current>summary::before{transform:scaleX(1)}
.main-converter-menu .dropdown a{position:relative;transition:background .13s ease,color .13s ease,padding-left .13s ease}
.main-converter-menu .dropdown a.is-current::before{content:"";position:absolute;left:5px;top:50%;width:3px;height:18px;border-radius:5px;background:#6574ec;transform:translateY(-50%)}
.menu-toggle{transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}
.menu-toggle:active{transform:scale(.96)}

@media(min-width:1121px){
 .main-converter-menu>ul>li{padding:7px 0}
 .main-converter-menu>ul>li>details>summary{margin:0 2px;padding:12px 13px!important;border:1px solid transparent!important;border-radius:8px!important}
 .main-converter-menu>ul>li:hover>details>summary,
 .main-converter-menu>ul>li:focus-within>details>summary{background:#f1f3ff!important;color:#4f5fd7!important;border-color:#e0e4fb!important;box-shadow:0 3px 10px rgba(79,95,215,.08)!important}
 .main-converter-menu>ul>li:hover>details>summary::before,
 .main-converter-menu>ul>li:focus-within>details>summary::before{transform:scaleX(1)}
 .main-converter-menu>ul>li:hover>details>summary::after,
 .main-converter-menu>ul>li:focus-within>details>summary::after{transform:rotate(180deg);color:#5967d8!important}
 .main-converter-menu>ul>li:hover>details>.dropdown,
 .main-converter-menu>ul>li:focus-within>details>.dropdown{display:block!important}
 .main-converter-menu .dropdown{top:calc(100% - 7px)!important}
}

body .sidebar{position:static!important;top:auto!important;max-height:none!important;height:auto!important;overflow:visible!important}
body .sidebar__head{position:static!important;top:auto!important}
.utility-link{transition:background .15s ease,color .15s ease!important}
.utility-link .utility-icon{transition:transform .15s ease}
.utility-link:hover .utility-icon{transform:scale(1.06)}

.converter-btn,.utility-page__button,.site-main .convert-btn{transition:transform .12s ease,filter .15s ease,box-shadow .15s ease!important}
.converter-btn:hover:not(:disabled),.utility-page__button:hover:not(:disabled),.site-main .convert-btn:hover:not(:disabled){transform:translateY(-1px)}
.converter-btn:active:not(:disabled),.utility-page__button:active:not(:disabled),.site-main .convert-btn:active:not(:disabled){transform:translateY(0)}
.converter-btn:disabled,.utility-page__button:disabled,.site-main .convert-btn:disabled{opacity:.7;cursor:wait!important}
.converter-drop,.utility-page__drop,.site-main .drop-zone{transition:border-color .15s ease,background .15s ease,box-shadow .15s ease!important}
.converter-drop:focus-within,.utility-page__drop:focus-within,.site-main .drop-zone:focus-within{border-color:#8792ec!important;box-shadow:0 0 0 4px rgba(101,116,236,.08)!important}
.utility-page__field input,.utility-page__field select,.utility-page__field textarea{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
input,select,textarea,button{font-family:inherit}
button{touch-action:manipulation}

.utility-page__processing{display:none;align-items:center;justify-content:center;gap:8px;margin-top:10px;color:#667085;font-size:12px}
.utility-page__processing.is-visible{display:flex}
.utility-page__processing::before{content:"";width:14px;height:14px;border:2px solid #d6daea;border-top-color:#6574ec;border-radius:50%;animation:rc-spin .7s linear infinite}
@keyframes rc-spin{to{transform:rotate(360deg)}}

@media(max-width:860px){
 .main-converter-menu .dropdown{max-height:none;overflow:visible}
 .main-converter-menu>ul{padding-bottom:max(28px,env(safe-area-inset-bottom))!important}
 .main-converter-menu summary{padding-right:42px!important}
 body .sidebar{max-height:none!important;overflow:visible!important}
 .back-to-top{bottom:max(12px,env(safe-area-inset-bottom));right:max(12px,env(safe-area-inset-right))}
 body .site-footer .site-footer__inner{height:auto!important;min-height:0!important;align-items:stretch!important}
 body .site-footer .footer-info{flex:0 0 auto!important;width:100%!important;min-height:0!important}
 body .site-footer .footer-links{flex:0 0 auto!important;flex-basis:auto!important;width:100%!important;height:auto!important;min-height:0!important;align-self:stretch!important}
 body .site-footer .footer-note{flex:0 0 auto!important;min-height:0!important}
}

@media(prefers-reduced-motion:reduce){.main-converter-menu .dropdown a,.utility-link,.utility-link .utility-icon,.converter-btn,.utility-page__button,.site-main .convert-btn,.menu-toggle{transition:none!important}.utility-page__processing::before{animation:none}}

body .site-main{border-radius:10px!important}
body .site-main h1{letter-spacing:-.025em;overflow-wrap:anywhere}
body .site-main h2{letter-spacing:-.015em}
body .converter-lead,body .utility-page__lead,body .utility-page__about p{color:#596579;line-height:1.7}
body .sidebar__sub{color:#626d80!important;font-size:12px!important}
body .utility-name{font-size:13.5px!important;line-height:1.45!important}
body .utility-link{min-height:44px!important}
body .sidebar__head,body .utility-section{border-radius:8px!important}
body .utility-section__title,body .sidebar__title{letter-spacing:.025em!important;line-height:1.5!important}
body .utility-link:focus-visible{outline:3px solid #6574ec;outline-offset:-3px;position:relative;z-index:1}
body .main-converter-menu>ul>li:last-child .dropdown{left:auto!important;right:0!important}
body .main-converter-menu .dropdown a{min-height:42px!important;display:flex!important;align-items:center!important}
body .converter-card,body .utility-page__panel,body .seo-tool__card{border-radius:10px!important;border-color:#e0e5ef!important;box-shadow:0 4px 18px rgba(34,48,80,.05)!important}
body .converter-drop,body .utility-page__drop,body .site-main .drop-zone{border-radius:9px!important;border-color:#c7cee5!important;background:#f8faff!important}
body .converter-drop:hover,body .utility-page__drop:hover,body .site-main .drop-zone:hover{border-color:#6574ec!important;background:#f1f4ff!important}
body .converter-drop__inner,body .utility-page__drop-copy{min-width:0;max-width:100%}
body .converter-file-meta,body .converter-format,body .utility-page__filename{font-size:13px!important;line-height:1.5!important;overflow-wrap:anywhere}
body #fileLabel,body .file-name,body .converter-status{overflow-wrap:anywhere}
body .converter-file-meta,body .utility-page__notice{color:#606c80!important}
body .utility-page__field{min-width:0}
body .utility-page__field>span,body .utility-page__check span{font-size:14px;line-height:1.5}
body .utility-page__field input:not([type=range]):not([type=checkbox]),body .utility-page__field select,body .utility-page__field textarea{min-height:46px;border-radius:8px;padding:10px 12px;color:#273449}
body .utility-page__field input:focus-visible,body .utility-page__field select:focus-visible{outline:2px solid #6574ec;outline-offset:2px}
body .utility-page__range{border-radius:8px;min-height:46px}
body .utility-page__range input[type=range]{padding:0;accent-color:#5968dc;min-width:0}
body .utility-page__range output{min-width:3ch;text-align:right;font-variant-numeric:tabular-nums;font-weight:700;color:#4657ba}
body .utility-page__check input[type=checkbox]{width:18px;height:18px;accent-color:#5968dc;flex-shrink:0}
body .converter-btn,body .utility-page__button{min-height:50px;border-radius:8px;background:#5263d4;line-height:1.4}
body .converter-btn:hover:not(:disabled),body .utility-page__button:hover:not(:disabled){background:#4354bf}
body .converter-btn:disabled,body .utility-page__button:disabled{transform:none!important;box-shadow:none!important;cursor:not-allowed!important}
body .converter-status,body .utility-page__error{border-radius:8px;font-size:14px;line-height:1.6}
body .converter-status a{margin:6px 0 0 8px;padding:10px 14px;min-height:44px;align-items:center}
body .converter-fact{border-radius:7px;background:#f8faff}
body .converter-fact strong{font-size:13px}
body .converter-fact span{font-size:12.5px;color:#606c80}
body .converter-actions a{min-height:44px;display:inline-flex;align-items:center;padding:9px 13px;font-size:13px;border-radius:7px}
body .site-main .stat-item span{color:#586579!important;font-size:13px!important}
body .site-main #result:empty{margin-top:0!important}
body .footer-info{color:#586477!important}
body .footer-note{font-size:12.5px!important;line-height:1.65!important;color:#667286!important}
body .footer-links a{min-height:36px;display:inline-flex;align-items:center;line-height:1.5}
body .site-main .conv-auxbar{gap:12px!important}
@media(max-width:1120px){
 body .main-converter-menu{max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px);overflow-y:auto;overscroll-behavior:contain}
 body .main-converter-menu>ul>li:last-child .dropdown{right:auto!important}
}
@media(max-width:860px){
 body .site-main{border-radius:0!important}
 body .main-converter-menu{max-height:calc(100vh - 62px);max-height:calc(100dvh - 62px)}
 body .site-main input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),body .site-main select,body .site-main textarea{font-size:16px!important}
 body .utility-link{min-height:48px!important}
 body .utility-name{font-size:14px!important}
 body .converter-status a{display:flex;margin:8px 0 0;justify-content:center}
 body .footer-links a{min-height:44px!important;font-size:13px!important}
 body .site-main .conv-auxbar>div{min-width:0!important;max-width:100%!important}
 body .back-to-top{bottom:max(14px,env(safe-area-inset-bottom))!important}
}
@media(prefers-reduced-motion:reduce){
 body .converter-progress span{animation:none;width:100%;opacity:.55}
 body .site-main .drop-zone,body .converter-drop,body .utility-page__drop{transition:none!important}
}

@media(max-width:600px){
 body .site-footer .site-footer__inner{padding:16px 12px 14px!important;gap:9px!important}
 body .site-footer .footer-info{font-size:12px!important;line-height:1.35!important}
 body .site-footer .footer-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 12px!important;border-top:1px solid #f0f0f0!important}
 body .site-footer .footer-links a{min-height:34px!important;padding:5px 2px!important;font-size:11.5px!important;line-height:1.25!important;border-bottom:1px solid #f0f0f0!important}
 body .site-footer .footer-note{padding-top:6px!important;margin-top:0!important;font-size:10.5px!important;line-height:1.35!important;text-align:left!important}
 body .site-footer .footer-links__sep{display:none!important}
 body .site-main .custom-converter .format-row{display:flex!important;flex-direction:column!important;align-items:center!important}
 body .site-main .custom-converter .format-label{width:100%!important;margin:0 0 8px!important;text-align:center!important;font-size:17px!important;font-weight:600!important;line-height:1.3!important}
 body .site-main .custom-converter #format-dropdown{width:88%!important;max-width:420px!important;min-height:44px!important;margin:0 auto 12px!important}
 body .site-main .custom-converter .cf-select,
 body .site-main .custom-converter .format-fallback{width:100%!important;min-height:44px!important}
 body .site-main .custom-converter .cf-select-selected{min-height:44px!important;padding:9px 40px 9px 13px!important;font-size:16px!important;justify-content:center!important;text-align:center!important}
 body .site-main .custom-converter .format-fallback{padding:9px 36px 9px 12px!important;font-size:16px!important;text-align-last:center!important}
}

/* 2026 visual pass: unify the public site without changing its familiar structure. */
:root{
 --rc-surface:#fff;
 --rc-surface-soft:#f7f8fc;
 --rc-surface-tint:#f2f4ff;
 --rc-border:#e2e6ef;
 --rc-border-strong:#d3d9e7;
 --rc-heading:#252b3b;
 --rc-body:#4e596c;
 --rc-accent:#5868dd;
 --rc-accent-dark:#4758c7;
 --rc-shadow:0 10px 30px rgba(34,48,80,.07);
 --rc-shadow-soft:0 5px 18px rgba(34,48,80,.05);
}
body .site-shell{gap:40px!important;padding-top:34px!important;padding-bottom:56px!important}
body .site-main{color:var(--rc-body)!important}
body .site-main h1,body .site-main h2,body .site-main h3{color:var(--rc-heading)!important}
body .site-main h1{max-width:950px!important;margin-bottom:12px!important;font-weight:760!important;letter-spacing:-.035em!important}
body .site-main h2{margin-top:30px!important;margin-bottom:12px!important;font-weight:740!important}
body .site-main h3{font-weight:700!important}
body .site-main p{color:var(--rc-body);line-height:1.72}
body .site-main a{text-underline-offset:3px}
body .converter-page__head,body .utility-page__head{margin-bottom:22px!important}
body .converter-lead,body .utility-page__lead,body .seo-tool__lead{max-width:820px!important;color:#5f6a7d!important;font-size:15.5px!important;line-height:1.72!important}
body .utility-page__eyebrow{padding:5px 9px!important;border-radius:999px!important;background:#eef1ff!important;color:#5363d1!important;letter-spacing:.035em!important}
body .site-header{border-bottom:1px solid rgba(226,230,239,.78)!important;background:rgba(255,255,255,.985)!important}
body .site-header.is-scrolled{box-shadow:0 8px 26px rgba(37,48,74,.07)!important}
body .site-brand{color:#2f3545!important;letter-spacing:-.025em}
body .site-brand__sub{color:#7a8393!important}
body .main-converter-menu .dropdown{border-color:var(--rc-border)!important;border-radius:11px!important;padding:7px!important;box-shadow:0 18px 44px rgba(29,39,66,.13)!important}
body .main-converter-menu .dropdown a{border-radius:7px!important;padding-left:12px!important;padding-right:12px!important}
body .main-converter-menu .dropdown a:hover{background:#f2f4ff!important}
body .sidebar{padding-left:4px!important}
body .sidebar__head{margin-bottom:20px!important;padding:15px 16px!important;border:1px solid var(--rc-border)!important;background:#fafbfe!important}
body .sidebar__title{margin:0 0 6px!important;padding:0 0 10px!important;border-color:#e5e8f0!important;color:#303746!important;font-size:16px!important}
body .utility-section{margin-bottom:22px!important;padding:4px 10px 8px!important;border:1px solid transparent!important}
body .utility-section__title{margin-bottom:3px!important;padding:8px 6px 10px!important;border-color:#e4e7ee!important;color:#444e60!important;font-size:14px!important}
body .utility-link{margin:1px 0!important;padding:9px 8px 9px 31px!important;border-bottom:0!important;border-radius:7px!important;color:#4f596b!important}
body .utility-link::before{left:10px!important;top:10px!important;color:#bcc3d2!important}
body .utility-link:hover{background:#f5f6fb!important;color:#4f60cf!important}
body .utility-link.is-current{background:#eef1ff!important;color:#4c5dcc!important;box-shadow:inset 3px 0 0 #6574ec!important}
body .utility-link.is-current::before{color:#6574ec!important}
body .utility-icon{color:#6b7588!important}
body .utility-link.is-current .utility-icon{color:#5364d5!important}
body .converter-card,body .utility-page__panel{padding:25px 26px!important;border:1px solid var(--rc-border)!important;border-radius:14px!important;background:var(--rc-surface)!important;box-shadow:var(--rc-shadow)!important}
body .converter-drop,body .utility-page__drop{border:1.5px dashed #bcc5dd!important;border-radius:12px!important;background:linear-gradient(180deg,#fafbff 0%,#f6f8ff 100%)!important}
body .converter-drop{min-height:166px!important;padding:31px 22px!important}
body .utility-page__drop{min-height:114px!important;padding:20px!important}
body .converter-drop:hover,body .converter-drop.is-dragging,body .utility-page__drop:hover,body .utility-page__drop.is-dragging{border-color:#6e7de1!important;background:#f0f3ff!important;box-shadow:inset 0 0 0 1px rgba(101,116,236,.05)!important}
body .converter-drop__icon,body .utility-page__drop-icon{border-radius:11px!important;background:#e9edff!important;color:#5263d7!important;box-shadow:inset 0 0 0 1px rgba(82,99,215,.06)!important}
body .converter-drop strong,body .utility-page__drop strong{color:#303747!important;font-size:16px!important}
body .converter-format,body .utility-page__filename{color:#5363d1!important}
body .converter-btn,body .utility-page__button,body .seo-tool__convert{min-height:52px!important;border-radius:10px!important;background:linear-gradient(180deg,#6171e5,#5363d3)!important;color:#fff!important;box-shadow:0 7px 16px rgba(83,99,211,.18)!important;font-weight:750!important}
body .converter-btn:hover:not(:disabled),body .utility-page__button:hover:not(:disabled),body .seo-tool__convert:hover:not(:disabled){background:linear-gradient(180deg,#5667d8,#4657c4)!important;box-shadow:0 9px 20px rgba(70,87,196,.24)!important}
body .converter-facts{gap:10px!important}
body .converter-fact{padding:12px 13px!important;border-color:#e4e7ef!important;border-radius:9px!important;background:#fafbfe!important}
body .converter-actions{gap:9px!important}
body .converter-actions a{border-color:#dde2ee!important;background:#fff!important;color:#5363c8!important}
body .converter-actions a:hover{border-color:#cdd4e7!important;background:#f5f6ff!important}
body .utility-page__fields{gap:13px!important;margin-top:18px!important}
body .utility-page__field>span,body .utility-page__check span{color:#434d5f!important;font-weight:700!important}
body .utility-page__field input:not([type=range]):not([type=checkbox]),body .utility-page__field select,body .utility-page__field textarea,body .utility-page__range,body .utility-page__check{border-color:#d6dce8!important;background:#fff!important;box-shadow:0 1px 0 rgba(25,35,58,.02)!important}
body .utility-page__field input:not([type=range]):not([type=checkbox]):hover,body .utility-page__field select:hover{border-color:#bdc5d8!important}
body .utility-page__field input:not([type=range]):not([type=checkbox]):focus,body .utility-page__field select:focus,body .utility-page__field textarea:focus{border-color:#7b89e4!important;box-shadow:0 0 0 4px rgba(101,116,236,.10)!important;outline:0!important}
body .utility-page__notice{margin-top:12px!important;padding:10px 12px!important;border-radius:8px!important;background:#f7f8fb!important}
body .utility-page__about{margin-top:28px!important;padding:22px 24px!important;border:1px solid var(--rc-border)!important;border-radius:12px!important;background:#fbfcfe!important}
body .utility-page__about h2{margin-top:0!important}
body .seo-tool{max-width:940px!important}
body .seo-tool__converter,body .seo-tool__card,body .seo-tool__content,body .seo-tool__faq,body .seo-tool__related{border:1px solid var(--rc-border)!important;border-radius:13px!important;background:#fff!important;box-shadow:var(--rc-shadow-soft)!important}
body .seo-tool__converter{padding:24px!important}
body .seo-tool__drop{min-height:148px!important;padding:26px!important;border:1.5px dashed #bcc5dd!important;border-radius:11px!important;background:#f8faff!important;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease!important}
body .seo-tool__drop:hover,body .seo-tool__drop:focus-within{border-color:#6f7fe1!important;background:#f0f3ff!important;box-shadow:0 0 0 4px rgba(101,116,236,.07)!important}
body .seo-tool__drop strong{font-size:16px!important;color:#303747!important}
body .seo-tool__meta{font-size:13px!important;color:#697487!important}
body .seo-tool__status{border-radius:9px!important;padding:12px 14px!important;line-height:1.55!important}
body .seo-tool__card{background:#f9faff!important}
body .seo-tool__button{border-radius:9px!important;background:#5363d3!important;transition:background .15s ease,transform .12s ease!important}
body .seo-tool__button:hover{background:#4657c4!important;transform:translateY(-1px)}
body .seo-tool__note{border:1px solid #e1e5ef!important;border-radius:9px!important;background:#fff!important;color:#657084!important}
body .seo-tool__links a,body .seo-tool__related-grid a{min-height:40px!important;display:inline-flex!important;align-items:center!important;border-color:#dfe4ee!important;border-radius:8px!important;background:#fff!important;color:#566178!important}
body .seo-tool__links a:hover,body .seo-tool__related-grid a:hover{border-color:#cfd6e8!important;background:#f2f4ff!important;color:#4d5ecc!important}
body .seo-tool__content p,body .seo-tool__faq p{font-size:14.5px!important;color:#566176!important}
body .converter-faq,body .seo-tool__faq{padding:21px 23px!important;border-color:var(--rc-border)!important;border-radius:13px!important;background:#fff!important;box-shadow:var(--rc-shadow-soft)!important}
body .converter-faq h2,body .seo-tool__faq h2{margin-top:0!important;font-size:20px!important}
body .converter-faq details,body .seo-tool__faq details{padding:0!important;border-top:1px solid #e8ebf2!important}
body .converter-faq summary,body .seo-tool__faq summary{position:relative;min-height:50px;padding:14px 34px 14px 0!important;display:flex;align-items:center;color:#394355!important;font-size:14px!important;line-height:1.45!important;list-style:none!important}
body .converter-faq summary::-webkit-details-marker,body .seo-tool__faq summary::-webkit-details-marker{display:none}
body .converter-faq summary::after,body .seo-tool__faq summary::after{content:"+";position:absolute;right:3px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#f1f3f9;color:#5968d3;font-size:18px;font-weight:500;line-height:1}
body .converter-faq details[open] summary::after,body .seo-tool__faq details[open] summary::after{content:"−";background:#e9edff}
body .converter-faq details p,body .seo-tool__faq details p{margin:0!important;padding:0 34px 15px 0!important;color:#657084!important}
body .legacy-page-title{margin-bottom:18px!important}
body .site-main .entry-content,body .site-main .page-content,body .site-main .post-content{color:#4f5a6d}
body .site-main blockquote{margin:22px 0;padding:16px 19px;border-left:4px solid #7785df;border-radius:0 9px 9px 0;background:#f7f8fc;color:#535f73}
body .site-main table{border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border:1px solid #e0e4ec!important;border-radius:10px!important;background:#fff}
body .site-main table th{background:#f5f6fa!important;color:#3f4859!important;font-weight:700!important}
body .site-main table th,body .site-main table td{padding:10px 12px!important;border-color:#e5e8ef!important}
body .site-footer{border-top-color:#e5e8ef!important;background:#fafbfc!important}
body .site-footer__inner{padding-top:28px!important;padding-bottom:24px!important}
body .footer-links a{color:#5966bc!important}
body .footer-links a:hover{color:#4655b5!important;text-decoration:none!important}
@media(max-width:1120px){body .site-shell{gap:28px!important}body .sidebar{padding-left:0!important}}
@media(max-width:860px){body .site-shell{padding-top:22px!important;padding-bottom:38px!important}body .site-main h1{font-size:clamp(28px,8vw,36px)!important;line-height:1.13!important}body .site-main h2{font-size:22px!important}body .converter-card,body .utility-page__panel,body .seo-tool__converter,body .seo-tool__card,body .seo-tool__content,body .seo-tool__faq,body .seo-tool__related{border-radius:11px!important;box-shadow:none!important}body .sidebar__head{padding:13px 14px!important}body .utility-section{padding-left:4px!important;padding-right:4px!important}body .converter-faq{box-shadow:none!important}}
@media(max-width:600px){body .site-shell{padding-top:18px!important}body .converter-page__head,body .utility-page__head{margin-bottom:17px!important}body .converter-lead,body .utility-page__lead,body .seo-tool__lead{font-size:14.5px!important;line-height:1.65!important}body .converter-card,body .utility-page__panel,body .seo-tool__converter{padding:14px 12px!important}body .converter-drop{min-height:138px!important;padding:22px 12px!important}body .utility-page__drop{padding:14px 11px!important}body .converter-btn,body .utility-page__button,body .seo-tool__convert{min-height:50px!important}body .converter-faq,body .seo-tool__faq,body .seo-tool__content,body .seo-tool__related,body .seo-tool__card{padding:15px 13px!important}body .converter-faq summary,body .seo-tool__faq summary{padding-right:32px!important;font-size:13.5px!important}body .seo-tool__links,body .seo-tool__related-grid{gap:7px!important}body .seo-tool__links a,body .seo-tool__related-grid a{flex:1 1 calc(50% - 7px)!important;justify-content:center!important;text-align:center!important;font-size:11.5px!important}body .utility-page__about{padding:16px 14px!important}body .sidebar__head{margin-top:4px!important}body .site-main table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}

/* Live-review refinement: denser hierarchy and stronger first-screen focus. */
body .site-shell{padding-top:26px!important;gap:34px!important}
body .site-main h1{font-size:clamp(30px,2.6vw,40px)!important;line-height:1.12!important;margin-bottom:9px!important}
body .converter-page__head,body .utility-page__head{margin-bottom:16px!important}
body .converter-lead,body .utility-page__lead,body .seo-tool__lead{max-width:760px!important;font-size:14.8px!important;line-height:1.58!important;color:#687386!important}
body .converter-card,body .utility-page__panel{margin-top:14px!important;padding:21px 22px!important}
body .converter-drop{min-height:144px!important;padding:24px 18px!important}
body .utility-page__drop{min-height:102px!important;padding:16px 18px!important}
body .converter-drop__icon,body .utility-page__drop-icon{width:42px!important;height:42px!important;flex-basis:42px!important;font-size:20px!important}
body .converter-btn,body .utility-page__button,body .seo-tool__convert{min-height:48px!important;margin-top:12px!important}
body .converter-facts{margin-top:12px!important}
body .converter-fact{padding:10px 11px!important}
body .converter-actions{margin-top:12px!important}
body .converter-faq{margin-top:15px!important;padding:17px 19px!important}
body .converter-faq h2,body .seo-tool__faq h2{font-size:19px!important;margin-bottom:7px!important}
body .converter-faq summary,body .seo-tool__faq summary{min-height:46px!important;padding-top:11px!important;padding-bottom:11px!important}
body .seo-tool{max-width:none!important;margin:0!important}
body .seo-tool__converter{margin-top:16px!important;padding:20px 21px!important}
body .seo-tool__drop{min-height:132px!important;padding:21px!important}
body .seo-tool__content,body .seo-tool__faq,body .seo-tool__related,body .seo-tool__card{margin-top:16px!important;padding:17px 19px!important}
body .seo-tool__content h2,body .seo-tool__faq h2,body .seo-tool__related h2{margin-top:0!important;margin-bottom:9px!important}
body .seo-tool__content p{margin-bottom:9px!important;line-height:1.62!important}
body .seo-tool__content li{margin:5px 0!important;line-height:1.48!important}
body .seo-tool__note{margin-top:12px!important;padding:10px 12px!important}
body .seo-tool__links{margin-top:10px!important}
body .sidebar__head{padding:12px 14px!important;margin-bottom:14px!important}
body .utility-section{margin-bottom:14px!important;padding-top:0!important;padding-bottom:3px!important}
body .utility-section__title{padding-top:6px!important;padding-bottom:8px!important}
body .utility-link{min-height:40px!important;padding-top:7px!important;padding-bottom:7px!important}
body .utility-link::before{top:8px!important}
body .site-footer__inner{padding-top:22px!important;padding-bottom:18px!important;gap:14px!important}
@media(max-width:860px){
 body .site-shell{padding-top:16px!important;padding-bottom:30px!important;gap:20px!important}
 body .site-main h1{font-size:clamp(27px,7.8vw,34px)!important}
 body .converter-lead,body .utility-page__lead,body .seo-tool__lead{font-size:14px!important;line-height:1.55!important}
 body .converter-card,body .utility-page__panel,body .seo-tool__converter{margin-top:12px!important;padding:13px 11px!important}
 body .converter-drop,body .seo-tool__drop{min-height:124px!important;padding:18px 10px!important}
 body .converter-facts{grid-template-columns:1fr 1fr 1fr!important;gap:6px!important}
 body .converter-fact{padding:9px 7px!important;text-align:center!important}
 body .converter-fact span{font-size:11.5px!important}
 body .converter-actions a{min-height:40px!important;padding:7px 9px!important}
 body .converter-faq,body .seo-tool__faq,body .seo-tool__content,body .seo-tool__related,body .seo-tool__card{padding:13px 11px!important;margin-top:13px!important}
 body .sidebar__head{margin-bottom:10px!important}
}
@media(max-width:520px){
 body .converter-facts{grid-template-columns:1fr!important}
 body .converter-fact{text-align:left!important}
 body .seo-tool__links a,body .seo-tool__related-grid a{flex-basis:100%!important}
 body .site-footer__inner{padding-top:14px!important;padding-bottom:12px!important}
}
