/* Voymira CLEAN STRUCTURE v1.36.0
 * Active version-stamped classes were collapsed/renamed to semantic component names.
 * The visual cascade, declarations, media queries, and ad behavior are intentionally unchanged.
 * v1.35.4 remains the rollback baseline. Tool pages were rebuilt cleanly in v1.36.0.
 */
:root{
  --vm-blue:#1769ff;--vm-blue-dark:#0f54d8;--vm-ink:#0d1730;--vm-text:#27324a;--vm-muted:#6b7890;--vm-line:#e5eaf2;--vm-soft:#f7f9fc;--vm-soft-blue:#f3f7ff;--vm-white:#fff;--vm-radius:16px;--vm-radius-sm:11px;--vm-shadow:0 10px 30px rgba(26,48,88,.08);--vm-shadow-hover:0 16px 38px rgba(26,48,88,.13)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--vm-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.vm-icon{width:1.2em;height:1.2em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}.vm-container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.voymira-rtl{font-family:Tahoma,"Segoe UI",Arial,sans-serif}.voymira-rtl .vm-icon{transform:none}
/* Header */
.vm-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--vm-line)}.vm-header-inner{height:70px;display:flex;align-items:center;gap:28px}.vm-brand{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:850;letter-spacing:-.02em;color:#122a5b;white-space:nowrap}.vm-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-inline:auto;font-size:14px;font-weight:650;color:#2d3850}.vm-nav a{padding:25px 0;position:relative}.vm-nav a:after{content:"";position:absolute;inset-inline:0;bottom:17px;height:2px;background:var(--vm-blue);transform:scaleX(0);transition:.2s}.vm-nav a:hover{color:var(--vm-blue)}.vm-nav a:hover:after{transform:scaleX(1)}.vm-header-actions{display:flex;align-items:center;gap:12px}.vm-menu-btn{display:none;width:40px;height:40px;border:0;background:#fff;color:#17233c;border-radius:9px}.vm-menu-btn .vm-icon{width:22px;height:22px}.vm-mobile-nav{background:#fff;border-top:1px solid var(--vm-line);box-shadow:0 16px 30px rgba(17,31,58,.08)}.vm-mobile-nav>.vm-container{padding:10px 0 18px}.vm-mobile-nav a{display:block;padding:11px 3px;font-size:14px;font-weight:700;border-bottom:1px solid #f0f3f8}
/* Hero */

/* Ad */
.vm-ad{min-height:84px;margin:24px 0;border:1px solid #e1e6ef;background:#fbfcfe;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center;color:#748096;overflow:hidden;position:relative}.vm-ad:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.65),transparent);transform:translateX(-100%)}.vm-ad-label{text-transform:uppercase;font-size:8px;letter-spacing:.08em}.vm-ad strong{font-size:13px;color:#455169;font-weight:650}.vm-ad small{font-size:9px}.vm-ad ins,.vm-ad iframe{max-width:100%}
/* Sections / cards */
.vm-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:23px 0 15px}.vm-section-head h2{font-size:24px;letter-spacing:-.025em;margin:4px 0 0}.vm-overline{display:block;color:var(--vm-blue);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.vm-section-head>a{color:var(--vm-blue);font-size:12px;font-weight:800}.vm-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.vm-tool-card{min-height:102px;border:1px solid var(--vm-line);background:#fff;border-radius:13px;padding:15px;display:flex;align-items:center;gap:12px;position:relative;transition:.2s ease;box-shadow:0 3px 10px rgba(23,40,70,.025)}.vm-tool-card:hover{transform:translateY(-2px);border-color:#c8d8f4;box-shadow:var(--vm-shadow-hover)}.vm-tool-card[hidden]{display:none}.vm-tool-icon{width:43px;height:43px;flex:0 0 43px;border-radius:11px;display:grid;place-items:center}.vm-tool-icon .vm-icon{width:23px;height:23px}.vm-tool-icon-large{width:72px;height:72px;flex-basis:72px;border-radius:16px}.vm-tool-icon-large .vm-icon{width:38px;height:38px}.vm-tool-copy{display:flex;flex-direction:column;min-width:0}.vm-tool-copy strong{font-size:14px;line-height:1.25}.vm-tool-copy small{font-size:10px;line-height:1.45;color:#748096;margin-top:5px}
.vm-accent-red{background:#fff0f0;color:#ef4444}.vm-accent-purple{background:#f5f0ff;color:#7c3aed}.vm-accent-green{background:#effaf1;color:#25a244}.vm-accent-orange{background:#fff5ea;color:#f58220}.vm-accent-rose{background:#fff0f5;color:#e83e70}.vm-accent-blue{background:#edf5ff;color:#1769ff}.vm-accent-teal{background:#ecfbfa;color:#149b95}.vm-accent-amber{background:#fff7e7;color:#e99b10}.vm-accent-indigo{background:#f1f0ff;color:#5651d8}.vm-accent-pink{background:#fff0f8;color:#e93b97}.vm-accent-violet{background:#f4f0ff;color:#6d45db}
/* Premium */
.vm-premium-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(145deg,#1769ff,#0f56df);color:#fff;display:grid;place-items:center;box-shadow:0 10px 23px rgba(23,105,255,.22);flex:0 0 auto}.vm-premium-icon .vm-icon{width:28px;height:28px;color:#ffd75d}
/* Benefits */

/* Tool page — rebuilt cleanly for the approved mobile direction */
.vm-tool-page{background:#fff;color:#13203a}
.vm-tool-shell{width:min(980px,calc(100% - 48px))}
.vm-tool-hero{padding:22px 0 0;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.vm-breadcrumbs{display:flex;align-items:center;gap:8px;margin:0 0 24px;color:#7d899b;font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden}
.vm-breadcrumbs a{color:#75849a}.vm-breadcrumbs a:hover{color:var(--vm-blue)}.vm-breadcrumbs b{color:#536178;font-weight:750;overflow:hidden;text-overflow:ellipsis}
.vm-tool-heading{text-align:center;padding:0 12px}
.vm-tool-heading h1{margin:0;color:#14203a;font-size:38px;line-height:1.08;letter-spacing:-.04em}
.vm-tool-heading p{max-width:760px;margin:14px auto 0;color:#617188;font-size:16px;line-height:1.75}
.voymira-rtl .vm-tool-heading h1{letter-spacing:0}
.vm-inline-badges{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.vm-inline-badges span{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 11px;border:1px solid #dbe8f9;border-radius:999px;background:#f8fbff;color:#58708f;font-size:10px}
.vm-inline-badges span .vm-icon{width:14px;height:14px;color:#1670ef}.vm-inline-badges span b{font-weight:800}
.vm-tool-ad{margin:22px 0}.vm-tool-ad .vm-ad{margin:0;border-radius:14px}.vm-tool-ad-top{margin-top:26px}
.vm-tool-body{padding:0 0 46px}
.vm-workspace-card{padding:22px;border:1.5px solid #dce7f5;border-radius:22px;background:#fff;box-shadow:0 15px 38px rgba(36,75,126,.08)}
.vm-workspace-grid{display:grid;grid-template-columns:1fr;gap:14px}
.vm-dropzone{min-height:250px;padding:28px 20px;border:1.5px dashed #89b8ff;border-radius:17px;background:linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.vm-dropzone.compact{min-height:190px}.vm-drop-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:13px;border-radius:18px;background:#eaf3ff;color:#1769ee}.vm-drop-icon .vm-icon{width:31px;height:31px}
.vm-dropzone h3{margin:0;color:#1b2943;font-size:17px;line-height:1.3}.vm-dropzone p{margin:7px 0 17px;color:#8390a2;font-size:11px;line-height:1.5}
.vm-dropzone button,.vm-toolbar-line button{min-height:43px;padding:0 20px;border:0;border-radius:10px;background:linear-gradient(135deg,#1870f0,#1261de);color:#fff;font-size:11px;font-weight:850;box-shadow:0 9px 18px rgba(23,105,238,.18)}
.vm-action-primary{width:100%;min-height:48px;padding:0 18px;border:0;border-radius:11px;background:linear-gradient(135deg,#1870f0,#1261de);color:#fff;font-size:12px;font-weight:900;box-shadow:0 9px 20px rgba(23,105,238,.19)}.vm-action-primary:hover{background:linear-gradient(135deg,#1264df,#0c52c7)}
.merge-ui{display:flex;flex-direction:column}.merge-ui .vm-action-primary{order:3}
.vm-file-list{display:flex;flex-direction:column;gap:9px}.vm-file-list div{min-height:58px;padding:10px 42px 10px 15px;border:1px solid #e0e7f0;border-radius:12px;background:#fff;display:grid;align-content:center;position:relative;box-shadow:0 3px 10px rgba(29,65,111,.035)}
.voymira-rtl .vm-file-list div{padding:10px 15px 10px 42px}.vm-file-list b{color:#26334a;font-size:11px;line-height:1.3}.vm-file-list span{margin-top:3px;color:#8a96a7;font-size:9px}.vm-file-list i{position:absolute;inset-inline-end:13px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f3f6fa;color:#8d98a8;font-size:17px;font-style:normal}
.vm-control-panel{padding:17px;border:1px solid #e1e8f1;border-radius:14px;background:#fafcff;display:flex;flex-direction:column;gap:14px}.vm-control-panel label{display:block;color:#4e5e75;font-size:11px;font-weight:800;position:relative}.vm-control-panel input:not([type=range]):not([type=checkbox]),.vm-control-panel select,.vm-control-panel textarea{width:100%;min-height:43px;margin-top:7px;padding:0 11px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#314056;outline:0}.vm-control-panel textarea{min-height:94px;padding-top:11px;resize:vertical}.vm-control-panel input[type=range]{width:100%;margin-top:12px;accent-color:#1769ee}.vm-control-panel label>small{position:absolute;inset-inline-end:9px;bottom:12px;color:#8b96a6;font-size:9px}
.vm-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.vm-stat-row span{padding:12px;border:1px solid #e1e8f1;border-radius:10px;background:#fff;color:#8793a4;font-size:9px;display:flex;flex-direction:column;gap:3px}.vm-stat-row b{color:#1f2e46;font-size:14px}.vm-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vm-two-fields .vm-check-line,.vm-two-fields .vm-action-primary{grid-column:1/-1}.vm-check-line{display:flex!important;align-items:center;gap:8px}.vm-format-tabs{display:flex;gap:7px;margin-top:8px}.vm-format-tabs button{flex:1;min-height:39px;border:1px solid #dbe4ee;border-radius:9px;background:#fff;color:#63728a;font-size:10px;font-weight:800}.vm-format-tabs button.active{border-color:#9dc2fb;background:#edf5ff;color:#1769ee}
.vm-preview-canvas{min-height:270px;padding:22px;border:1px solid #dfe7f0;border-radius:14px;background:linear-gradient(135deg,#e9eff8,#f7f9fc);display:grid;place-items:center}.vm-preview-photo{width:82%;height:195px;border-radius:12px;background:linear-gradient(145deg,#2f7cf0,#76b7ff);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900;box-shadow:0 18px 33px rgba(31,91,174,.17)}.vm-icon-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vm-icon-actions button{min-height:72px;border:1px solid #dde6ef;border-radius:11px;background:#fff;color:#596a81;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:9px}.vm-icon-actions .vm-icon{width:22px;height:22px;color:#1769ee}
.vm-toolbar-line{display:flex;align-items:center;gap:14px;margin-bottom:15px}.vm-toolbar-line span{color:#748297;font-size:10px}.vm-delete-ui>.vm-action-primary{display:block;margin:18px auto 0}.vm-page-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.vm-page-thumbs>div{text-align:center;position:relative}.vm-paper{height:112px;padding:12px 9px;border:1px solid #dce4ed;border-radius:7px;background:#fff;display:flex;flex-direction:column;gap:7px;box-shadow:0 3px 8px rgba(23,48,82,.04)}.vm-paper i{display:block;height:3px;border-radius:9px;background:#dbe2eb}.vm-paper i:nth-child(2){width:80%}.vm-paper i:nth-child(3){width:90%}.vm-paper i:nth-child(4){height:31px;margin-top:4px;background:#edf2f8}.vm-page-thumbs label{display:flex;justify-content:center;gap:4px;margin-top:5px;color:#5c6c82;font-size:9px}.vm-page-thumbs input{accent-color:#1769ee}.delete-mode>div>b{position:absolute;inset-inline-end:5px;top:5px;width:23px;height:23px;border:1px solid #e1e7ef;border-radius:50%;background:#fff;color:#718096;display:grid;place-items:center}.delete-mode>div.marked .vm-paper{border:2px solid #ef5a67;background:#fff7f8;opacity:.75}.delete-mode>div.marked>b{border-color:#ef4f5c;background:#ef4f5c;color:#fff}
.vm-pdf-jpg-ui{display:grid;gap:12px}.vm-step-block{position:relative;padding:16px;border:1px solid #e1e8f1;border-radius:14px;background:#fff}.vm-step-number{position:absolute;top:10px;inset-inline-start:10px;width:24px;height:24px;border-radius:50%;background:#1769ee;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:900;z-index:1}.vm-preview-head{display:flex;justify-content:space-between;gap:12px;margin:0 0 12px;padding-inline-start:32px}.vm-preview-head b{font-size:11px}.vm-preview-head small{color:#8793a4;font-size:9px}.vm-quality-row{display:flex;flex-direction:column;gap:12px;padding-inline-start:46px}.vm-quality-row select{width:100%;min-height:42px;margin-top:7px;border:1px solid #dce4ed;border-radius:9px;background:#fff;padding:0 10px}
.vm-qr-ui{display:grid;grid-template-columns:1fr;gap:14px}.vm-qr-preview{min-height:260px;border:1px solid #e0e8f1;border-radius:14px;background:#fafcff;display:grid;place-items:center;align-content:center;gap:10px}.vm-qr-pattern{width:165px;height:165px;border:13px solid #fff;outline:1px solid #dfe6ee;background:conic-gradient(from 90deg at 10% 10%,#111 0 25%,#fff 0 50%,#111 0 75%,#fff 0),conic-gradient(from 180deg at 70% 55%,#fff 0 25%,#111 0 50%,#fff 0 75%,#111 0);background-size:22px 22px}.vm-qr-preview small{color:#7b8799;font-size:9px}
.vm-editor-ui{overflow:hidden;border:1px solid #e0e7ef;border-radius:14px;background:#f5f7fb}.vm-editor-toolbar{display:flex;gap:7px;padding:8px;border-bottom:1px solid #e0e7ef;background:#fff;overflow-x:auto}.vm-editor-toolbar button{min-width:72px;min-height:45px;border:1px solid transparent;border-radius:9px;background:#fff;color:#637088;display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:750}.vm-editor-toolbar button.active,.vm-editor-toolbar button:hover{border-color:#cfe0fb;background:#edf4ff;color:#1769ee}.vm-editor-stage{min-height:310px;padding:28px;display:grid;place-items:center;background:linear-gradient(45deg,#edf0f5 25%,transparent 25%),linear-gradient(-45deg,#edf0f5 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#edf0f5 75%),linear-gradient(-45deg,transparent 75%,#edf0f5 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.vm-editor-photo{width:min(520px,90%);aspect-ratio:16/10;border-radius:10px;background:linear-gradient(145deg,#1c70e8,#8cc6ff);box-shadow:0 18px 40px rgba(33,77,138,.2);display:grid;place-items:center;align-content:center;color:#fff}.vm-editor-photo b{font-size:38px}.vm-editor-photo span{font-size:10px;opacity:.86}.vm-editor-bottom{padding:13px;display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #e1e6ee;background:#fff}.vm-editor-bottom label{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;color:#5d697c;font-size:9px;font-weight:750}.vm-editor-bottom input{width:100%;accent-color:#1769ee}.vm-editor-bottom .vm-action-primary{grid-column:1/-1}
.vm-privacy-note{max-width:650px;margin:13px auto 0;padding:0 8px;display:flex;align-items:flex-start;justify-content:center;gap:7px;color:#8290a2;font-size:9.5px;line-height:1.55;text-align:center}.vm-privacy-note .vm-icon{width:15px;height:15px;margin-top:1px;color:#6f8097;flex:0 0 auto}
.vm-tool-content-stack{display:grid;gap:10px;margin-top:22px}.vm-tool-info-card,.vm-tool-faq-card{border:1.5px solid #dce7f5;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(29,69,120,.045)}.vm-tool-info-card summary{list-style:none;min-height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}.vm-tool-info-card summary::-webkit-details-marker,.vm-tool-faq-list summary::-webkit-details-marker{display:none}.vm-tool-info-card summary>span{display:flex;align-items:center;gap:10px;color:#1f2e47}.vm-tool-info-card summary .vm-icon{width:18px;height:18px;color:#1769ee}.vm-tool-info-card summary b{font-size:16px}.vm-tool-info-card summary>i,.vm-tool-faq-list summary i{color:#7890ae;font-size:18px;font-style:normal;transition:transform .2s ease}.vm-tool-info-card[open] summary>i,.vm-tool-faq-list details[open] summary i{transform:rotate(180deg)}.vm-tool-info-body{padding:0 18px 17px;border-top:1px solid #eef2f7;color:#617188}.vm-tool-copy-list{margin:13px 0 0;padding-inline-start:22px}.vm-tool-copy-list li{padding:5px 0;color:#5f6f86;font-size:15.5px;line-height:1.82}.vm-tool-rich-copy p{max-width:820px;margin:16px 0 0;color:#5f6f86;font-size:15.5px;line-height:1.88}
.vm-tool-faq-card{padding:24px 26px}.vm-tool-faq-card h2{margin:0 0 12px;color:#1d2b43;font-size:22px}.vm-tool-faq-list details{border-top:1px solid #edf1f6}.vm-tool-faq-list details:first-child{border-top:0}.vm-tool-faq-list summary{list-style:none;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#2f4059;font-size:15.5px;font-weight:800;cursor:pointer}.vm-tool-faq-list p{max-width:820px;margin:0 0 18px;color:#65758a;font-size:14.5px;line-height:1.82}
.vm-related-bottom{margin-top:25px}.vm-related-bottom h2{margin:0 0 13px;text-align:center;color:#1a2942;font-size:16px}.vm-related-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vm-related-tool-card{min-height:92px;padding:13px 10px;border:1.5px solid #bcd6fb;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;box-shadow:0 7px 18px rgba(24,91,184,.05)}.vm-related-tool-card:hover{border-color:#7eadf5;box-shadow:0 11px 24px rgba(24,91,184,.09)}.vm-related-tool-icon{width:40px;height:40px;display:grid;place-items:center;overflow:hidden}.vm-related-tool-icon img,.vm-related-tool-icon .vm-official-tool-art{width:40px;height:40px;object-fit:contain;border-radius:9px}.vm-related-tool-icon .vm-icon{width:24px;height:24px;color:#1769ee}.vm-related-tool-card strong{color:#1764d7;font-size:10.5px;line-height:1.3}
.vm-tool-premium{min-height:98px;margin-top:24px;padding:15px 16px;border:1.5px solid #aecaF8;border-radius:17px;background:linear-gradient(135deg,#f9fbff,#f3f8ff);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;box-shadow:0 9px 24px rgba(23,105,238,.06)}.vm-tool-premium .vm-premium-icon{width:48px;height:48px;border-radius:13px}.vm-tool-premium>div{display:flex;flex-direction:column;gap:4px}.vm-tool-premium strong{color:#162742;font-size:12px}.vm-tool-premium span{color:#71829a;font-size:9px;line-height:1.45}.vm-tool-premium>a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border-radius:9px;background:#1769ee;color:#fff;font-size:9px;font-weight:900}.vm-tool-ad-last{margin-bottom:0}
@media(max-width:700px){
  .vm-tool-shell{width:calc(100% - 26px)}.vm-tool-hero{padding-top:14px}.vm-breadcrumbs{margin-bottom:18px;font-size:8px;gap:6px}.vm-tool-heading{padding:0 4px}.vm-tool-heading h1{font-size:27px}.vm-tool-heading p{margin-top:8px;font-size:10px;line-height:1.6}.vm-inline-badges{gap:7px;margin-top:12px}.vm-inline-badges span{min-height:25px;padding:0 8px;font-size:7.5px}.vm-inline-badges span .vm-icon{width:11px;height:11px}.vm-tool-ad{margin:17px 0}.vm-tool-ad-top{margin-top:18px}.vm-workspace-card{padding:11px;border-radius:16px;box-shadow:0 9px 25px rgba(36,75,126,.06)}.vm-dropzone{min-height:205px;padding:21px 14px;border-radius:13px}.vm-dropzone.compact{min-height:165px}.vm-drop-icon{width:53px;height:53px;border-radius:15px;margin-bottom:10px}.vm-drop-icon .vm-icon{width:27px;height:27px}.vm-dropzone h3{font-size:13px}.vm-dropzone p{font-size:8.5px;margin:5px 0 12px}.vm-dropzone button,.vm-toolbar-line button{min-height:37px;padding:0 14px;border-radius:8px;font-size:9px}.vm-action-primary{min-height:42px;border-radius:9px;font-size:10px}.vm-file-list{gap:7px}.vm-file-list div{min-height:51px;padding:8px 38px 8px 11px;border-radius:9px}.voymira-rtl .vm-file-list div{padding:8px 11px 8px 38px}.vm-file-list b{font-size:9px}.vm-file-list span{font-size:7.5px}.vm-file-list i{inset-inline-end:9px;width:25px;height:25px;font-size:15px}.vm-control-panel{padding:12px;border-radius:11px}.vm-control-panel label{font-size:9px}.vm-control-panel input:not([type=range]):not([type=checkbox]),.vm-control-panel select{min-height:38px}.vm-stat-row b{font-size:12px}.vm-preview-canvas{min-height:210px}.vm-preview-photo{height:150px;font-size:22px}.vm-toolbar-line{flex-direction:column;align-items:stretch}.vm-page-thumbs,.delete-mode{grid-template-columns:repeat(3,1fr);gap:7px}.vm-paper{height:96px;padding:8px 6px}.vm-pdf-jpg-ui .vm-page-thumbs{grid-template-columns:repeat(3,1fr)}.vm-quality-row{padding-inline-start:34px}.vm-qr-preview{min-height:230px}.vm-qr-pattern{width:140px;height:140px;background-size:19px 19px}.vm-editor-stage{min-height:250px;padding:20px}.vm-editor-photo{width:94%}.vm-editor-photo b{font-size:28px}.vm-editor-bottom{grid-template-columns:1fr}.vm-editor-bottom .vm-action-primary{grid-column:auto}.vm-privacy-note{margin-top:10px;font-size:7.8px}.vm-tool-content-stack{gap:8px;margin-top:18px}.vm-tool-info-card,.vm-tool-faq-card{border-radius:12px}.vm-tool-info-card summary{min-height:50px;padding:0 12px}.vm-tool-info-card summary b{font-size:10px}.vm-tool-info-card summary .vm-icon{width:15px;height:15px}.vm-tool-info-body{padding:0 13px 13px}.vm-tool-copy-list{margin-top:10px;padding-inline-start:19px}.vm-tool-copy-list li,.vm-tool-rich-copy p{font-size:9px;line-height:1.65}.vm-tool-faq-card{padding:13px}.vm-tool-faq-card h2{font-size:12px}.vm-tool-faq-list summary{min-height:43px;font-size:9.2px}.vm-tool-faq-list p{font-size:8.5px}.vm-related-bottom{margin-top:20px}.vm-related-bottom h2{font-size:13px}.vm-related-tool-grid{gap:8px}.vm-related-tool-card{min-height:78px;padding:10px 7px;border-radius:11px}.vm-related-tool-icon,.vm-related-tool-icon img,.vm-related-tool-icon .vm-official-tool-art{width:34px;height:34px}.vm-related-tool-card strong{font-size:8.5px}.vm-tool-premium{min-height:80px;margin-top:19px;padding:11px 10px;border-radius:13px;gap:8px}.vm-tool-premium .vm-premium-icon{width:39px;height:39px;border-radius:10px}.vm-tool-premium strong{font-size:9.5px}.vm-tool-premium span{font-size:7px}.vm-tool-premium>a{min-height:31px;padding:0 9px;font-size:7.5px}
}
@media(max-width:390px){.vm-tool-shell{width:calc(100% - 20px)}.vm-tool-heading h1{font-size:25px}.vm-two-fields{grid-template-columns:1fr}.vm-related-tool-card{min-height:74px}.vm-tool-premium{grid-template-columns:auto 1fr}.vm-tool-premium>a{grid-column:1/-1;width:100%}.vm-tool-premium .vm-premium-icon{align-self:start}}

/* Footer */
.vm-standard{padding:45px 0}.vm-standard-card{max-width:850px}.vm-standard-card h1{font-size:36px}.vm-entry{color:#566379;line-height:1.7}
/* Arabic */
.voymira-rtl .vm-section-head h2,.voymira-rtl .vm-tool-intro h1{letter-spacing:0}
/* Tablet */
/* Responsive contract:
   980/900 = navigation/tablet compaction; 767/768 = mobile/desktop device split;
   700 = compact content/tap targets; 440/410/390/370/360 = narrow-screen safeguards;
   1100+ / 1280+ / 1440+ / 1480+ = desktop layout and ad rails. */
@media(max-width:980px){.vm-nav{display:none}.vm-menu-btn{display:grid;place-items:center}.vm-tools-grid{grid-template-columns:repeat(3,1fr)}}
/* Mobile */
@media(max-width:700px){
  .vm-container{width:min(100% - 22px,1180px)}.vm-header-inner{height:62px;gap:10px}.vm-brand{font-size:19px}.vm-menu-btn{width:35px;height:35px}.vm-ad{min-height:72px;margin:16px 0}.vm-section-head{margin:18px 0 11px}.vm-section-head h2{font-size:18px}.vm-section-head>a{font-size:10px}.vm-tools-grid{grid-template-columns:repeat(2,1fr);gap:8px}.vm-tool-card{min-height:86px;border-radius:11px;padding:11px;gap:9px;align-items:flex-start}.vm-tool-icon{width:36px;height:36px;flex-basis:36px;border-radius:9px}.vm-tool-icon .vm-icon{width:19px;height:19px}.vm-tool-copy strong{font-size:11px}.vm-tool-copy small{font-size:8px;line-height:1.35}.vm-premium-icon{background:#fff;color:var(--vm-blue);width:45px;height:45px}.vm-standard{padding:30px 0}.vm-standard-card h1{font-size:28px}
}
@media(max-width:410px){.vm-tools-grid{grid-template-columns:1fr 1fr}.vm-tool-copy small{display:none}.vm-tool-card{min-height:65px;align-items:center;padding:9px}}
/* Keep the bilingual switch visible in the top bar on phones, as requested. */
@media(max-width:700px){
  .vm-header-actions{gap:7px}
}
@media(max-width:360px){
  .vm-header-actions{gap:4px}
}

@media(min-width:1180px){.vm-container{width:min(1240px,calc(100% - 48px))}.vm-header-inner{height:74px}.vm-nav{gap:31px}}

:root{
  --vm-home-blue:#1268ed;
  --vm-home-blue-dark:#0c56d2;
  --vm-home-ink:#101a31;
  --vm-home-body:#47536a;
  --vm-home-muted:#7e899d;
  --vm-home-line:#e5eaf1;
  --vm-home-soft:#f9fbfd;
  --vm-home-soft-blue:#f4f8ff;
  --vm-home-radius:10px;
}

/* Header match */
.vm-header-current{position:relative;top:auto;background:#fff;backdrop-filter:none;border-bottom:1px solid #edf0f4;box-shadow:none}
.vm-header-inner-current{height:61px;max-width:1125px;gap:24px}
.vm-brand-current{font-size:20px;font-weight:800;color:#1763cf;letter-spacing:-.02em;}

.vm-primary-nav{gap:30px;font-size:12px;font-weight:700;color:#202b3e}
.vm-primary-nav a{padding:22px 0}
.vm-primary-nav a:after{bottom:0;height:2px}
.vm-primary-nav a.is-current{color:var(--vm-home-blue)}
.vm-primary-nav a.is-current:after{transform:scaleX(1)}
.vm-primary-nav .has-caret{display:inline-flex;align-items:center;gap:5px}
.vm-primary-nav .has-caret:before{content:"";order:2;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.vm-header-actions-current{gap:15px}

/* Home shell */

.vm-home-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f9fbff 62%,#fff 100%);border-bottom:0}
.vm-home-hero:before{content:"";position:absolute;left:-90px;top:42px;width:520px;height:200px;background:radial-gradient(ellipse at center,rgba(29,111,238,.07),rgba(29,111,238,0) 70%);transform:rotate(-8deg);pointer-events:none}
.vm-home-hero:after{content:"";position:absolute;right:-80px;top:25px;width:460px;height:230px;background:radial-gradient(ellipse at center,rgba(85,158,255,.07),rgba(85,158,255,0) 72%);transform:rotate(8deg);pointer-events:none}
.vm-home-hero-inner{max-width:1030px;padding:28px 0 0;text-align:center;position:relative;z-index:2}
.vm-home-kicker{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#eef5ff;color:#3471cb;padding:6px 11px;font-size:9px;font-weight:750;line-height:1}
.vm-home-kicker .vm-icon{width:12px;height:12px}
.vm-home-hero h1{margin:16px auto 8px;font-size:43px;line-height:1.03;letter-spacing:-.043em;font-weight:830;color:#111a2d;max-width:670px}
.vm-home-hero h1 span{color:#1468e7}
.vm-home-hero p{margin:0 auto;color:#5f6b7e;font-size:11px;line-height:1.55;max-width:560px}
.vm-home-search{width:min(490px,100%);height:42px;margin:17px auto 15px;background:#fff;border:1px solid #dce2ea;border-radius:7px;display:flex;align-items:center;gap:9px;padding:0 13px;box-shadow:0 5px 14px rgba(34,54,84,.05);text-align:left}
.vm-home-search .vm-icon{width:17px;height:17px;color:#76839a}
.vm-home-search input{width:100%;border:0;outline:0;background:transparent;font-size:10px;color:#2f3c52}
.vm-home-search input::placeholder{color:#98a2b2}
.vm-home-trust-grid{width:min(550px,100%);margin:0 auto 16px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.vm-home-trust-grid>div{min-height:47px;border:1px solid #e7ebf1;border-radius:7px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 9px;box-shadow:0 3px 10px rgba(43,58,84,.025);text-align:left}
.vm-trust-icon{width:26px;height:26px;display:grid;place-items:center;flex:0 0 26px}.vm-trust-icon .vm-icon{width:19px;height:19px}
.vm-tone-green{color:#18a76d}.vm-tone-blue{color:#2677df}.vm-tone-amber{color:#eba50e}
.vm-home-trust-grid p{margin:0;display:flex;flex-direction:column;line-height:1.18}
.vm-home-trust-grid strong{font-size:9px;color:#19243a}.vm-home-trust-grid small{font-size:7.5px;color:#8590a2;margin-top:2px}
.vm-hero-decoration{position:absolute;z-index:1;pointer-events:none}
.vm-hero-decoration-left{left:72px;top:102px}.vm-hero-decoration-right{right:85px;top:97px}
.vm-hero-float-card{width:74px;height:74px;border-radius:15px;background:#fff;border:1px solid #edf1f6;box-shadow:0 14px 28px rgba(35,63,103,.11);display:grid;place-items:center}
.vm-hero-float-pdf{transform:rotate(-10deg);background:linear-gradient(145deg,#ff706f,#ef4444);border-color:#f75a5f;color:#fff}.vm-hero-float-pdf b{font-size:17px;letter-spacing:.02em}
.vm-hero-float-image{transform:rotate(9deg);background:linear-gradient(145deg,#61a7ff,#2377e9);color:#fff;border-color:#5d9df3}.vm-hero-float-image .vm-icon{width:34px;height:34px}

/* Ads exactly inside the page rhythm */
.vm-home-ad-wrap{width:min(650px,100%);margin-inline:auto}
.vm-home-ad-wrap .vm-ad{min-height:49px;margin:0;border-radius:6px;border:1px solid #e4e8ee;background:#fbfcfd;gap:1px;box-shadow:none}
.vm-home-ad-wrap .vm-ad-label{font-size:7px;text-transform:none;letter-spacing:0;color:#4e596b}.vm-home-ad-wrap .vm-ad strong{display:none}.vm-home-ad-wrap .vm-ad small{font-size:7px;color:#8690a0}
.vm-home-ad-first{padding-bottom:7px}

/* Tool grid */

/* Premium block */

/* More tools */

/* Tablet */
@media(max-width:900px){
  .vm-primary-nav{display:none}.vm-menu-btn-current{display:grid;place-items:center}
  .vm-hero-decoration{opacity:.55}.vm-hero-decoration-left{left:20px}.vm-hero-decoration-right{right:25px}

}

/* Mobile — match supplied phone composition */
@media(max-width:700px){
  .vm-header-current{border-bottom:1px solid #e8ebf0}
  .vm-header-inner-current{height:57px;width:calc(100% - 24px);gap:8px}
  .vm-brand-current{font-size:18px}
  .vm-header-actions-current{margin-inline-start:auto;gap:9px}.vm-menu-btn-current{display:grid;width:31px;height:31px;border-radius:5px;padding:0}.vm-menu-btn-current .vm-icon{width:19px;height:19px}

  .vm-mobile-nav{position:absolute;left:0;right:0;z-index:30}

  .vm-home-hero{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
  .vm-home-hero-inner{width:calc(100% - 24px);padding:19px 0 0}
  .vm-hero-decoration{display:none}
  .vm-home-kicker{padding:5px 9px;font-size:7.5px;margin-bottom:3px}.vm-home-kicker .vm-icon{width:10px;height:10px}
  .vm-home-hero h1{font-size:25px;line-height:1.05;letter-spacing:-.035em;margin:9px auto 7px;max-width:330px}.vm-home-hero h1 span{display:inline}
  .vm-home-hero p{font-size:9px;line-height:1.45;max-width:300px}
  .vm-home-search{height:39px;width:100%;margin:13px auto 10px;border-radius:6px;padding:0 11px}.vm-home-search .vm-icon{width:15px;height:15px}.vm-home-search input{font-size:8.5px}
  .vm-home-trust-grid{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin:0 auto 12px}
  .vm-home-trust-grid>div{min-height:34px;padding:5px 4px;gap:4px;border-radius:6px;justify-content:center}.vm-trust-icon{width:17px;height:17px;flex-basis:17px}.vm-trust-icon .vm-icon{width:14px;height:14px}.vm-home-trust-grid strong{font-size:7px}.vm-home-trust-grid small{display:none}
  .vm-home-ad-wrap{width:100%}.vm-home-ad-wrap .vm-ad{min-height:43px;border-radius:5px}.vm-home-ad-wrap .vm-ad-label{font-size:6.5px}.vm-home-ad-wrap .vm-ad small{font-size:6.5px}.vm-home-ad-first{padding-bottom:7px}

}

@media(max-width:700px){
  .vm-home-ad-wrap .vm-ad small{display:none}
  .vm-home-ad-wrap .vm-ad:after{content:"320 × 50";font-size:6.5px;color:#8690a0}

}

.vm-header-inner-current{position:relative}
.vm-brand-current{gap:8px;font-weight:900;letter-spacing:-.045em}

.vm-language-dropdown{position:relative;z-index:140}
.vm-language-trigger{height:34px;border:0;color:#53627a;border-radius:8px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;font-size:10px;font-weight:750;transition:.18s ease;}
.vm-language-trigger:hover,.vm-language-trigger[aria-expanded="true"]{background:#f4f8ff;}
.vm-language-trigger .vm-icon{width:15px;height:15px}
.vm-language-chevron{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:.18s ease}
.vm-language-trigger[aria-expanded="true"] .vm-language-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.vm-language-menu{position:absolute;top:calc(100% + 9px);right:0;width:154px;padding:6px;background:#fff;border:1px solid #e2e8f1;border-radius:11px;box-shadow:0 16px 40px rgba(23,44,77,.16);z-index:160}
.voymira-rtl .vm-language-menu{right:auto;left:0}
.vm-language-menu[hidden]{display:none!important}
.vm-language-menu:before{content:"";position:absolute;top:-5px;right:15px;width:9px;height:9px;background:#fff;border-left:1px solid #e2e8f1;border-top:1px solid #e2e8f1;transform:rotate(45deg)}
.voymira-rtl .vm-language-menu:before{right:auto;left:15px}
.vm-language-menu a{height:38px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#334158;font-size:11px;font-weight:750}
.vm-language-menu a:hover{background:#f5f8fe;color:#1769e7}
.vm-language-menu a.is-active{background:#edf5ff;color:#1769e7}
.vm-language-menu small{font-size:8px;color:#8d99aa;font-weight:800}

/* True mobile layout: larger readable UI instead of scaled desktop */
@media(max-width:767px){
  html,body{max-width:100%;overflow-x:hidden}
  .vm-container{width:calc(100% - 28px)}
  .vm-header-current{position:sticky;top:0;background:rgba(255,255,255,.985);box-shadow:0 2px 14px rgba(18,38,67,.05)}
  .vm-header-inner-current{height:64px;width:calc(100% - 28px);padding:0;display:block}
  .vm-brand-current{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:21px;gap:6px;z-index:5}

  .vm-primary-nav{display:none!important}
  .vm-header-actions-current{position:absolute;inset:0;margin:0;display:block;pointer-events:none}
  .vm-header-actions-current>*{pointer-events:auto}
  .vm-menu-btn-current{place-items:center;position:absolute;left:0;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:9px;background:#fff;border:1px solid #e7ebf1}
  .vm-language-dropdown{position:absolute;right:0;top:50%;transform:translateY(-50%)}
  .vm-language-trigger{width:36px;height:36px;padding:0;justify-content:center;border:1px solid #e7ebf1;background:#fff;border-radius:9px;gap:2px}
  .vm-language-current{display:none}
  .vm-language-chevron{width:5px;height:5px;margin-left:1px}

  .vm-mobile-nav{position:fixed;left:0;right:0;top:64px;z-index:130;background:#fff;box-shadow:0 18px 35px rgba(16,36,66,.12);border-top:1px solid #edf0f4}
  .vm-mobile-nav>.vm-container{width:calc(100% - 28px);padding:8px 0 16px}
  .vm-mobile-nav a{font-size:14px;padding:13px 6px}

  .vm-home-hero-inner{width:calc(100% - 28px);padding:24px 0 0}
  .vm-home-kicker{font-size:9px;padding:6px 10px;margin-bottom:5px}
  .vm-home-hero h1{font-size:31px;line-height:1.08;max-width:360px;margin:11px auto 9px;letter-spacing:-.04em}
  .vm-home-hero p{font-size:13px;line-height:1.5;max-width:340px;color:#667389}
  .vm-home-search{height:48px;margin:16px auto 13px;border-radius:10px;padding:0 13px}
  .vm-home-search .vm-icon{width:18px;height:18px}
  .vm-home-search input{font-size:12px}
  .vm-home-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:14px}
  .vm-home-trust-grid>div{min-height:45px;border-radius:9px;padding:7px 4px;gap:4px;flex-direction:column;text-align:center}
  .vm-trust-icon{width:20px;height:20px;flex-basis:20px}
  .vm-trust-icon .vm-icon{width:17px;height:17px}
  .vm-home-trust-grid strong{font-size:9px}
  .vm-home-trust-grid small{display:none}
  .vm-home-ad-wrap .vm-ad{min-height:54px;border-radius:9px}
  .vm-home-ad-wrap .vm-ad-label{font-size:8px}
  .vm-home-ad-wrap .vm-ad:after{font-size:8px}

}

@media(max-width:390px){
  .vm-home-hero h1{font-size:29px}
  .vm-home-hero p{font-size:12px}

}

.vm-brand-current{direction:ltr!important;unicode-bidi:isolate;flex-direction:row!important}


@media(max-width:767px){
  .vm-header-inner-current{position:relative!important}
  .vm-brand-current{display:inline-flex!important;align-items:center!important;justify-content:center!important;direction:ltr!important;unicode-bidi:isolate;flex-direction:row!important}
  .voymira-rtl .vm-brand-current{direction:ltr!important;flex-direction:row!important}

}

.vm-brand-logo{display:block;width:100%;height:100%}
.vm-brand-current{direction:ltr!important;unicode-bidi:isolate;display:inline-flex;align-items:center;gap:7px}


.vm-menu-open,.vm-menu-open body{overflow:hidden!important}
.vm-drawer-backdrop{position:fixed;inset:0;border:0;background:rgba(15,23,42,.46);backdrop-filter:blur(2px);opacity:0;transition:opacity .22s ease;z-index:998;cursor:default}
.vm-drawer-panel{position:fixed;right:0;top:0;bottom:0;width:min(84vw,390px);background:#fff;z-index:999;overflow-y:auto;overscroll-behavior:contain;padding:24px 20px calc(28px + env(safe-area-inset-bottom));box-shadow:-20px 0 55px rgba(16,35,65,.18);transform:translateX(105%);transition:transform .24s cubic-bezier(.2,.72,.2,1);border-radius:26px 0 0 26px}
.vm-mobile-drawer.is-open .vm-drawer-backdrop{opacity:1}
.vm-mobile-drawer.is-open .vm-drawer-panel{transform:translateX(0)}
.vm-drawer-close{position:absolute;top:20px;left:18px;width:39px;height:39px;border:1px solid #e2e8f0;background:#fff;border-radius:50%;display:grid;place-items:center;color:#13233d;box-shadow:0 7px 20px rgba(30,60,100,.08)}
.vm-drawer-close .vm-icon{width:20px;height:20px}
.vm-drawer-brand{text-align:center;padding:13px 42px 20px}
.vm-drawer-logo{display:grid;place-items:center;width:70px;height:62px;margin:0 auto 5px}
.vm-drawer-brand strong{display:block;color:#111c35;font-size:31px;line-height:1.05;letter-spacing:-.055em;font-weight:900;direction:ltr;unicode-bidi:isolate}
.vm-drawer-brand small{display:block;margin-top:7px;color:#7c889b;font-size:12px;font-weight:550}

.vm-drawer-links{display:grid;gap:4px}
.vm-drawer-links>a{min-height:54px;display:grid;grid-template-columns:42px 1fr 22px;align-items:center;padding:6px 11px;color:#172238;font-size:14px;font-weight:750;border:1px solid transparent;transition:.16s ease;}
.voymira-rtl .vm-drawer-links>a{grid-template-columns:42px 1fr 22px}
.vm-drawer-links>a:hover{}
.vm-drawer-links>a.is-active{background:#eef5ff;border-color:#d9e9ff;}
.vm-drawer-item-icon{width:38px;height:38px;border-radius:11px;background:#f7f9fc;display:grid;place-items:center;}
.vm-drawer-item-icon .vm-icon{width:21px;height:21px;stroke-width:2}
.vm-drawer-links>a.is-active .vm-drawer-item-icon{background:#1769e7;color:#fff;box-shadow:0 7px 15px rgba(23,105,231,.22)}
.vm-drawer-arrow{display:grid;place-items:center;color:#b3bdca}
.vm-drawer-arrow .vm-icon{width:17px;height:17px}
.voymira-ltr .vm-drawer-arrow{transform:rotate(180deg)}
.vm-drawer-premium{margin:19px 0 16px;background:linear-gradient(135deg,#1769e7,#2f7df2);color:#fff;padding:16px;display:grid;grid-template-columns:60px 1fr;gap:11px;align-items:center;position:relative;overflow:hidden;box-shadow:0 13px 28px rgba(23,105,231,.19);}
.vm-drawer-premium:before,.vm-drawer-premium:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.09)}
.vm-drawer-premium:before{width:90px;height:90px;right:-28px;top:-35px}.vm-drawer-premium:after{width:55px;height:55px;left:-20px;bottom:-24px}

.vm-drawer-premium>span:nth-child(2){z-index:1;min-width:0}
.vm-drawer-premium strong{display:block;font-size:17px;}.vm-drawer-premium small{display:block;color:#e9f1ff;font-size:10px;line-height:1.4}
.vm-drawer-premium em{grid-column:1/-1;height:34px;border-radius:18px;background:#fff;color:#1769e7;font-size:11px;font-style:normal;font-weight:850;display:grid;place-items:center;z-index:1}
.vm-drawer-support{border:1px solid #e7ebf1;border-radius:15px;overflow:hidden;margin-bottom:12px}
.vm-drawer-support a{min-height:50px;padding:5px 11px;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;font-size:13px;font-weight:700;border-bottom:1px solid #edf0f4}.vm-drawer-support a:last-child{border-bottom:0}
.vm-drawer-support .vm-drawer-item-icon{background:transparent;color:#263a59}
.vm-drawer-account{border:1px solid #e7ebf1;border-radius:15px;overflow:hidden;background:#fff}
.vm-drawer-account>a:first-child{min-height:62px;padding:7px 11px;display:grid;grid-template-columns:38px 1fr 22px;gap:10px;align-items:center;color:#172238}
.vm-drawer-account strong{display:block;font-size:13px}.vm-drawer-account small{display:block;color:#8490a1;margin-top:3px;line-height:1.35;}
.vm-drawer-logout{display:block;padding:10px 12px;text-align:center;color:#c53d4c;font-size:11px;font-weight:800;border-top:1px solid #edf0f4}

/* Account */
.vm-account-page{padding:52px 0 72px;background:linear-gradient(180deg,#f8fbff 0,#fff 42%)}
.vm-account-shell{max-width:980px}
.vm-account-intro{text-align:center;max-width:690px;margin:0 auto 30px}
.vm-account-logo{display:grid;place-items:center;width:74px;height:66px;margin:0 auto 7px}.vm-account-intro h1{margin:0;color:#10203a;font-size:38px;letter-spacing:-.045em}.vm-account-intro p{max-width:650px;margin:12px auto;color:#6e7c90;font-size:14px;line-height:1.7}
.vm-account-free-note{display:inline-flex;align-items:center;gap:8px;background:#ecfbf4;color:#16835c;padding:9px 13px;border-radius:20px;font-size:11px;font-weight:750}.vm-account-free-note .vm-icon{width:16px;height:16px}
.vm-account-alert{padding:12px 15px;border-radius:11px;margin:0 auto 18px;max-width:760px;font-size:12px;font-weight:700}.vm-account-alert.is-success{background:#ecfbf4;color:#137b58}.vm-account-alert.is-error{background:#fff0f1;color:#b73c4a}
.vm-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:840px;margin:0 auto}
.vm-auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:24px;box-shadow:0 14px 34px rgba(30,55,90,.06)}
.vm-auth-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.vm-auth-heading>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#eef5ff;color:#1769e7}.vm-auth-heading .vm-icon{width:21px;height:21px}.vm-auth-heading h2{margin:0;font-size:20px;color:#15243d}.vm-auth-heading p{margin:3px 0 0;font-size:10px;color:#8490a1}
.vm-auth-form{display:grid;gap:13px}.vm-auth-form label>span{display:block;font-size:11px;font-weight:750;color:#3a4960;margin-bottom:6px}.vm-auth-form input[type=text],.vm-auth-form input[type=email],.vm-auth-form input[type=password]{width:100%;height:44px;border:1px solid #dfe6ef;border-radius:10px;padding:0 12px;font-size:13px;outline:none}.vm-auth-form input:focus{border-color:#8bb8ff;box-shadow:0 0 0 3px #eaf3ff}.vm-auth-form label small{display:block;margin-top:5px;font-size:9px;color:#95a0ae}.vm-auth-check{display:flex!important;align-items:center;gap:7px}.vm-auth-check>span{margin:0!important}.vm-auth-form button{height:44px;border:0;border-radius:10px;background:#1769e7;color:#fff;font-weight:850;font-size:12px;cursor:pointer}.vm-auth-lost{text-align:center;color:#1769e7;font-size:10px;font-weight:700}
.vm-register-card{background:linear-gradient(180deg,#fff,#fbfdff)}
.vm-account-profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;display:grid;grid-template-columns:54px 1fr auto;gap:14px;align-items:center;box-shadow:0 12px 32px rgba(30,55,90,.05)}.vm-account-avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1769e7,#55a0ff);color:#fff;font-size:22px;font-weight:900}.vm-account-profile-card span{font-size:9px;color:#8c97a6}.vm-account-profile-card h2{margin:2px 0;font-size:18px;color:#172238}.vm-account-profile-card p{margin:0;font-size:10px;color:#718096}.vm-account-logout{padding:9px 12px;border:1px solid #e1e6ee;border-radius:9px;font-size:10px;font-weight:750}
.vm-account-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.vm-account-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:19px;display:flex;gap:12px;align-items:flex-start}.vm-account-card-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#eef5ff;color:#1769e7;display:grid;place-items:center}.vm-account-card-icon .vm-icon{width:21px;height:21px}.vm-account-card h3{margin:0 0 5px;font-size:15px;color:#172238}.vm-account-card p{margin:0;font-size:10px;color:#7d8999;line-height:1.55}.vm-account-plan-card{grid-column:1/-1;align-items:center}.vm-account-plan-card>a{margin-inline-start:auto;background:#1769e7;color:#fff;padding:10px 13px;border-radius:9px;font-size:10px;font-weight:800}.vm-account-plan-card small{font-size:9px;color:#8d98a7}

@media(max-width:767px){
  .vm-brand-current{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;display:flex!important;flex-direction:column!important;gap:0!important;z-index:5!important}
  .voymira-rtl .vm-brand-current{left:50%!important;right:auto!important;flex-direction:column!important}

  .vm-header-actions-current{inset:0!important}
  .vm-mobile-nav{position:fixed!important;inset:0!important;top:0!important;background:transparent!important;border:0!important;box-shadow:none!important;z-index:997!important}
  .vm-mobile-drawer{display:block}
  .voymira-ltr .vm-drawer-panel{right:0;left:auto}
  .voymira-rtl .vm-drawer-panel{right:0;left:auto}
.vm-drawer-logo{width:64px;height:57px}.vm-drawer-brand strong{font-size:28px}.vm-drawer-brand small{font-size:11px}
  .vm-drawer-links>a{min-height:52px;font-size:14px}
  .vm-drawer-premium{margin-top:15px}
  .vm-account-page{padding:30px 0 48px}.vm-account-shell{width:calc(100% - 28px)}.vm-account-logo{width:62px;height:56px}.vm-account-intro h1{font-size:29px}.vm-account-intro p{font-size:12px;line-height:1.65}.vm-account-free-note{font-size:9px}
  .vm-auth-grid,.vm-account-grid{grid-template-columns:1fr}.vm-auth-card{padding:19px;border-radius:15px}.vm-account-profile-card{grid-template-columns:46px 1fr}.vm-account-avatar{width:46px;height:46px}.vm-account-logout{grid-column:1/-1;text-align:center}.vm-account-plan-card{grid-column:auto;display:grid;grid-template-columns:42px 1fr}.vm-account-plan-card>a{grid-column:1/-1;margin:7px 0 0;text-align:center}
}

@media(min-width:768px){
  .vm-mobile-drawer{display:none!important}
}

.vm-site-logo{display:block;width:auto;height:auto;max-width:100%;object-fit:contain;object-position:center}
.vm-brand-custom{padding:0!important;line-height:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto}
.vm-site-logo-header{max-width:96px;max-height:62px}

.vm-drawer-brand-custom{padding-top:7px!important}
.vm-drawer-brand-custom .vm-drawer-logo{display:grid;place-items:center;width:118px;height:154px;margin:0 auto 2px}
.vm-site-logo-drawer{max-width:118px;max-height:154px}
.vm-drawer-brand-custom strong{display:none!important}
.vm-drawer-brand-custom small{margin-top:1px!important}
.vm-account-logo-custom{width:112px!important;height:147px!important;margin-bottom:5px!important}
.vm-site-logo-account{max-width:112px;max-height:147px}

@media(max-width:767px){
  .vm-brand-current.vm-brand-custom{position:absolute!important;left:50%!important;right:auto!important;top:50%!important;transform:translate(-50%,-50%)!important;width:60px!important;height:76px!important;display:grid!important;place-items:center!important;z-index:5!important}
  .voymira-rtl .vm-brand-current.vm-brand-custom{left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important}
  .vm-site-logo-header{max-width:58px!important;max-height:74px!important}
  .vm-drawer-brand-custom .vm-drawer-logo{width:105px!important;height:137px!important}
  .vm-site-logo-drawer{max-width:105px!important;max-height:137px!important}
  .vm-account-logo-custom{width:96px!important;height:126px!important}
  .vm-site-logo-account{max-width:96px!important;max-height:126px!important}
}

.vm-default-logo{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  width:auto;
  height:auto;
  line-height:1;
  text-decoration:none!important;
}
.vm-default-logo-mark{
  display:block;
  width:38px;
  height:38px;
  object-fit:contain;
  object-position:center;
}
.vm-default-logo-word{
  display:block;
  margin:0;
  padding:0;
  border:0;
  color:#1268f3;
  font-size:13px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.035em;
  text-decoration:none!important;
  box-shadow:none!important;
  background:none!important;
}
.vm-default-logo-word:before,
.vm-default-logo-word:after{content:none!important;display:none!important}

/* Desktop header: compact and balanced. */
.vm-brand-custom .vm-default-logo.vm-site-logo-header{
  width:56px;
  min-width:56px;
}
.vm-brand-custom .vm-default-logo.vm-site-logo-header .vm-default-logo-mark{width:34px;height:34px}
.vm-brand-custom .vm-default-logo.vm-site-logo-header .vm-default-logo-word{font-size:11px}

/* Drawer: visible brand, but V no longer dominates the panel. */
.vm-drawer-brand-custom .vm-drawer-logo:has(.vm-default-logo){width:100px;height:106px;margin-bottom:0}
.vm-default-logo.vm-site-logo-drawer .vm-default-logo-mark{width:64px;height:64px}
.vm-default-logo.vm-site-logo-drawer .vm-default-logo-word{font-size:22px;margin-top:1px}

/* Account page brand. */
.vm-account-logo-custom:has(.vm-default-logo){width:94px!important;height:100px!important}
.vm-default-logo.vm-site-logo-account .vm-default-logo-mark{width:62px;height:62px}
.vm-default-logo.vm-site-logo-account .vm-default-logo-word{font-size:20px}

@media(max-width:767px){

  .vm-drawer-brand-custom .vm-drawer-logo:has(.vm-default-logo){width:92px!important;height:100px!important}
  .vm-default-logo.vm-site-logo-drawer .vm-default-logo-mark{width:58px;height:58px}
  .vm-default-logo.vm-site-logo-drawer .vm-default-logo-word{font-size:20px}

  .vm-account-logo-custom:has(.vm-default-logo){width:86px!important;height:92px!important}
  .vm-default-logo.vm-site-logo-account .vm-default-logo-mark{width:56px;height:56px}
  .vm-default-logo.vm-site-logo-account .vm-default-logo-word{font-size:18px}
}

.vm-header-current{
  position:sticky;
  top:0;
  z-index:950;
  overflow:visible;
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  backdrop-filter:blur(18px) saturate(145%);
  border-bottom:1px solid rgba(224,230,239,.88);
  box-shadow:0 4px 22px rgba(26,45,76,.045);
}
.vm-header-inner-current{
  height:72px;
  max-width:1180px;
  gap:22px;
}
.vm-brand-current.vm-brand-custom{
  min-width:66px;
  justify-content:flex-start;
}
.vm-primary-nav{
  gap:4px;
  padding:4px;
  margin-inline:auto;
}
.vm-primary-nav a{
  padding:9px 12px;
  border-radius:9px;
  line-height:1;
  transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.vm-primary-nav a:after{display:none}
.vm-primary-nav a:hover{
  background:#f5f8fd;
  color:#1769e7;
}
.vm-primary-nav a.is-current{
  background:#eef5ff;
  color:#1769e7;
}
.vm-header-actions-current{gap:8px}

.vm-language-trigger{
  width:40px;
  height:40px;
  padding:0;
  justify-content:center;
  gap:2px;
  border:1px solid #e4e9f0;
  background:#fff;
  border-radius:11px;
  color:#405069;
  box-shadow:0 3px 10px rgba(31,52,83,.035);
}
.vm-language-current{display:none}
.vm-language-trigger .vm-icon{width:17px;height:17px}
.vm-language-chevron{width:5px;height:5px;margin-inline-start:1px}
.vm-language-trigger:hover,.vm-language-trigger[aria-expanded="true"]{
  background:#f5f9ff;
  border-color:#d4e3fa;
  color:#1769e7;
}
.vm-language-menu{
  top:calc(100% + 10px);
  width:160px;
  padding:7px;
  border-radius:13px;
  box-shadow:0 18px 46px rgba(20,42,74,.16);
}
.vm-language-menu a{height:40px;border-radius:9px;font-size:12px}
.vm-header-account{
  height:40px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid #e4e9f0;
  border-radius:11px;
  background:#fff;
  color:#2e3c53;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
  transition:.18s ease;
}
.vm-header-account:hover{
  color:#1769e7;
  border-color:#d5e4fb;
  background:#f7faff;
}
.vm-header-account-icon{display:grid;place-items:center;color:#1769e7}
.vm-header-account-icon .vm-icon{width:16px;height:16px}
.vm-menu-btn-current{
  border:1px solid #e4e9f0;
  background:#fff;
  box-shadow:0 3px 10px rgba(31,52,83,.035);
  transition:.18s ease;
}
.vm-menu-btn-current:hover{background:#f6f9fd;color:#1769e7}

/* Drawer polish */
.vm-drawer-backdrop{
  background:rgba(10,20,36,.48);
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
  transition:opacity .28s ease;
}
.vm-drawer-panel{
  width:min(90vw,372px);
  padding:18px 16px calc(24px + env(safe-area-inset-bottom));
  border-radius:28px 0 0 28px;
  border-left:1px solid rgba(226,232,240,.9);
  box-shadow:-24px 0 70px rgba(12,30,58,.20);
  transform:translateX(104%);
  transition:transform .30s cubic-bezier(.22,.8,.22,1);
  scrollbar-width:thin;
  scrollbar-color:#d9e2ef transparent;
}
.vm-drawer-panel:focus{outline:none}
.vm-drawer-close{
  top:17px;
  left:16px;
  width:38px;
  height:38px;
  border:1px solid #e3e8ef;
  background:#f9fbfd;
  color:#2a3950;
  box-shadow:none;
  transition:.18s ease;
}
.vm-drawer-close:hover{background:#edf5ff;color:#1769e7;border-color:#d8e8ff}
.vm-drawer-brand{
  padding:8px 46px 14px;
}
.vm-drawer-brand-custom .vm-drawer-logo:has(.vm-default-logo){
  width:88px!important;
  height:94px!important;
}
.vm-default-logo.vm-site-logo-drawer .vm-default-logo-mark{width:54px;height:54px}
.vm-default-logo.vm-site-logo-drawer .vm-default-logo-word{font-size:18px}
.vm-drawer-brand small{
  margin-top:3px!important;
  color:#8995a6;
  font-size:10.5px!important;
  line-height:1.35;
}

.vm-drawer-section-label{
  margin:12px 8px 7px;
  color:#98a3b2;
  font-size:9px;
  line-height:1;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.voymira-rtl .vm-drawer-section-label{letter-spacing:0;text-transform:none;font-size:10px}
.vm-drawer-links{gap:5px}
.vm-drawer-links>a{
  min-height:52px;
  grid-template-columns:40px 1fr 20px;
  gap:10px;
  padding:5px 9px;
  border-radius:13px;
  font-size:13px;
  color:#25334a;
}
.vm-drawer-links>a:hover{
  background:#f7f9fc;
  border-color:#eef2f7;
  transform:translateX(-1px);
}
.voymira-ltr .vm-drawer-links>a:hover{transform:translateX(1px)}
.vm-drawer-links>a.is-active{
  background:linear-gradient(90deg,#edf5ff,#f5f9ff);
  border-color:#dceaff;
  color:#1769e7;
}
.vm-drawer-item-icon{
  width:36px;
  height:36px;
  border-radius:10px;
  background:#f2f6fb;
  color:#1769e7;
}
.vm-drawer-item-icon .vm-icon{width:19px;height:19px}
.vm-drawer-links>a.is-active .vm-drawer-item-icon{
  background:linear-gradient(145deg,#1769e7,#3b86f0);
  box-shadow:0 7px 15px rgba(23,105,231,.18);
}
.vm-drawer-arrow{color:#b7c0cd}
.vm-drawer-arrow .vm-icon{width:15px;height:15px}
.vm-drawer-premium{
  margin:16px 0 14px;
  padding:14px;
  grid-template-columns:48px 1fr auto;
  gap:10px;
  border-radius:15px;
  background:linear-gradient(135deg,#0f61dc,#2478ee 58%,#4a92f4);
  box-shadow:0 12px 26px rgba(23,105,231,.18);
}

.vm-drawer-premium strong{font-size:14px;margin-bottom:3px}
.vm-drawer-premium small{font-size:9px;line-height:1.35}
.vm-drawer-premium em{
  grid-column:auto;
  grid-row:1;
  min-width:66px;
  height:31px;
  padding:0 10px;
  border-radius:9px;
  font-size:9px;
}
.vm-drawer-section-label-support{margin-top:16px}
.vm-drawer-support{
  border:0;
  border-radius:0;
  overflow:visible;
  margin-bottom:0;
  display:grid;
  gap:5px;
}
.vm-drawer-support a{
  min-height:48px;
  padding:5px 9px;
  grid-template-columns:36px 1fr;
  border:1px solid transparent;
  border-radius:12px;
  font-size:12.5px;
  color:#334158;
}
.vm-drawer-support a:hover{background:#f7f9fc;border-color:#eef2f7}
.vm-drawer-support .vm-drawer-item-icon{background:#f2f6fb;color:#52647c}
.vm-drawer-section-label-account{margin-top:16px}
.vm-drawer-account{
  border:1px solid #e3e9f1;
  border-radius:14px;
  background:linear-gradient(180deg,#fbfdff,#f7faff);
  box-shadow:0 5px 16px rgba(26,48,79,.035);
}
.vm-drawer-account>a:first-child{
  min-height:58px;
  padding:7px 9px;
  grid-template-columns:36px 1fr 20px;
}
.vm-drawer-account strong{font-size:12.5px}
.vm-drawer-account small{font-size:9px;color:#8491a3}
.vm-drawer-logout{font-size:10px;padding:9px 10px}

@media(max-width:1100px) and (min-width:768px){
  .vm-primary-nav{gap:1px}
  .vm-primary-nav a{padding-inline:8px;font-size:11px}
  .vm-header-account-copy{display:none}
  .vm-header-account{width:40px;padding:0;justify-content:center}
  
}

@media(max-width:767px){
  .vm-header-current{
    background:rgba(255,255,255,.975);
    box-shadow:0 3px 16px rgba(21,42,70,.055);
  }
  .vm-header-inner-current{
    height:72px!important;
    width:calc(100% - 24px)!important;
  }
  .vm-brand-current.vm-brand-custom:has(.vm-default-logo){width:56px!important;height:64px!important}
  .vm-default-logo.vm-site-logo-header .vm-default-logo-mark{width:32px;height:32px}
  .vm-default-logo.vm-site-logo-header .vm-default-logo-word{font-size:10.5px}
  .vm-header-account{display:none!important}
  .vm-menu-btn-current{
    display:grid!important;
    width:42px!important;
    height:42px!important;
    left:0!important;
    border-radius:12px!important;
  }
  .vm-menu-btn-current .vm-icon{width:20px;height:20px}
  .vm-language-trigger{
    width:42px;
    height:42px;
    border-radius:12px;
  }
  .vm-language-trigger .vm-icon{width:18px;height:18px}
  .vm-language-menu{top:49px;right:0;width:154px}
  .vm-drawer-premium{grid-template-columns:46px 1fr auto}
}

@media(max-width:370px){
  .vm-drawer-panel{width:94vw;border-radius:22px 0 0 22px}
  .vm-drawer-premium{grid-template-columns:42px 1fr}
  .vm-drawer-premium em{grid-column:1/-1;grid-row:auto;width:100%}
}

.vm-mobile-drawer{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:9990;
  pointer-events:none;
}
.vm-mobile-drawer[hidden]{display:none!important}
.vm-mobile-drawer:not([hidden]){display:block}
.vm-mobile-drawer.is-open{pointer-events:auto}
.vm-drawer-backdrop{
  position:absolute;
  inset:0;
  z-index:1;
}
.vm-drawer-panel{
  position:absolute;
  top:0;
  right:0;
  bottom:auto;
  left:auto;
  height:100vh;
  height:100dvh;
  max-height:100vh;
  max-height:100dvh;
  min-height:0;
  overflow:hidden;
  display:block;
  visibility:visible;
  opacity:1;
  z-index:2;
  box-sizing:border-box;
}
.vm-drawer-scroll{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  min-height:0;
  overflow-x:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
  padding:0 2px calc(18px + env(safe-area-inset-bottom));
  box-sizing:border-box;
  scrollbar-width:thin;
  scrollbar-color:#d9e2ef transparent;
}
.vm-drawer-scroll > *{
  visibility:visible;
  opacity:1;
}
.vm-drawer-brand,.vm-drawer-section-label,.vm-drawer-links,.vm-drawer-premium,.vm-drawer-support,.vm-drawer-account{
  position:relative;
  visibility:visible;
  opacity:1;
}
.vm-drawer-links{display:grid}
.vm-drawer-support{display:grid}
.vm-drawer-account{display:block}
.vm-drawer-premium{display:grid}

.vm-drawer-close{
  position:absolute;
  z-index:10;
}
@media(max-width:767px){
  .vm-drawer-panel{
    width:min(91vw,372px);
    padding:14px 13px 0;
    border-radius:24px 0 0 24px;
  }
  .vm-drawer-scroll{
    padding-top:2px;
  }
  .vm-drawer-brand{
    padding-top:7px;
    padding-bottom:12px;
  }
  
  .vm-drawer-section-label{margin-top:10px}
}
@supports not (height:100dvh){
  .vm-drawer-panel{height:100vh;max-height:100vh}
}

/* Footer: canonical responsive implementation. Legacy footer layers were folded
   into this block without changing the final desktop/mobile layout. */
.vm-footer-current{
  position:relative;
  margin-top:0;
  padding:0;
  border-top:1px solid #e9eef5;
  background:radial-gradient(ellipse at 50% 35%,rgba(224,239,255,.42) 0%,rgba(245,250,255,.18) 32%,rgba(255,255,255,0) 62%),linear-gradient(180deg,#fff 0%,#fff 38%,#fbfdff 100%);
  overflow:hidden;
  isolation:isolate;
}
.vm-footer-current::after{
  content:"";
  position:absolute;
  inset:42% -12% auto;
  height:260px;
  z-index:-1;
  background:radial-gradient(ellipse at center,rgba(211,230,255,.35),rgba(235,243,255,.13) 48%,transparent 72%);
  filter:blur(10px);
  pointer-events:none;
}
.vm-footer-inner{
  width:min(calc(100% - 34px),860px);
  margin:0 auto;
  padding:52px 0 38px;
}
.vm-footer-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.vm-footer-logo{
  direction:ltr;
  unicode-bidi:isolate;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  margin:0 auto;
  line-height:0;
}
.vm-footer-current .vm-site-logo-footer{
  display:block;
  width:auto;
  height:auto;
  max-width:128px;
  max-height:142px;
  object-fit:contain;
  margin:0 auto;
}
.vm-footer-current .vm-default-logo.vm-site-logo-footer{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  width:auto;
  max-width:none;
  max-height:none;
}
.vm-footer-current .vm-default-logo.vm-site-logo-footer .vm-default-logo-mark{width:72px;height:72px}
.vm-footer-current .vm-default-logo.vm-site-logo-footer .vm-default-logo-word{
  font-size:25px;
  line-height:1;
  font-weight:850;
  letter-spacing:-.04em;
  color:#0f67e9;
}
.vm-footer-tagline{
  max-width:620px;
  margin:24px auto 20px;
  color:#6c788b;
  font-size:18px;
  line-height:1.75;
  font-weight:440;
}
.vm-footer-socials{
  direction:ltr;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:17px;
  margin:0 auto;
}
.vm-footer-socials a,
.vm-footer-socials .vm-social-placeholder{
  display:grid;
  place-items:center;
  border:1px solid #dfe6ef;
  border-radius:50%;
  background:rgba(255,255,255,.88);
  color:#627086;
  line-height:1;
}
.vm-footer-socials a{
  width:58px;
  height:58px;
  flex:0 0 58px;
  font-size:21px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 7px 20px rgba(53,80,116,.035),inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
  transition:transform .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease;
}
.vm-footer-socials .vm-social-placeholder{
  width:42px;
  height:42px;
  border-color:#e0e7f0;
  color:#8793a3;
  background:#fff;
  opacity:.72;
}
.vm-footer-socials a:first-child{color:#1769e7;font-family:Arial,sans-serif;font-size:24px}
.vm-footer-socials a:hover{transform:translateY(-3px) scale(1.03);color:#1769e7;border-color:#bad7ff;box-shadow:0 10px 25px rgba(31,111,235,.12)}
.vm-instagram-mark{position:relative;width:20px;height:20px;border:2px solid currentColor;border-radius:50%}
.vm-instagram-mark::after{content:"";position:absolute;width:5px;height:5px;left:50%;top:50%;transform:translate(-50%,-50%);border:2px solid currentColor;border-radius:50%}
.vm-footer-magic-thread{
  position:relative;
  width:calc(100% + 88px);
  height:92px;
  margin:28px -44px 27px;
  opacity:1;
  overflow:visible;
  pointer-events:none;
}
.vm-footer-magic-thread::before{
  content:"";
  position:absolute;
  left:10%;right:10%;top:42%;
  height:42px;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(31,121,255,.14) 0%,rgba(92,91,255,.075) 42%,rgba(161,137,255,.035) 58%,transparent 76%);
  filter:blur(13px);
  animation:vmFooterLuxuryAura 5.8s ease-in-out infinite alternate;
}
.vm-footer-magic-thread svg{width:100%;height:100%;overflow:visible;display:block}
.vm-footer-thread-glow{
  stroke-dasharray:none;
  stroke-dashoffset:0;
  opacity:.92;
  filter:drop-shadow(0 0 3px rgba(65,145,255,.52)) drop-shadow(0 0 10px rgba(84,103,255,.20));
  animation:vmFooterThreadBreath 4.8s ease-in-out infinite;
}
.vm-footer-thread-core{
  stroke-dasharray:none;
  stroke-dashoffset:0;
  opacity:.98;
  filter:drop-shadow(0 0 2px rgba(104,177,255,.75));
  animation:none;
}
.vm-footer-thread-comet{
  stroke-dasharray:92 908;
  stroke-dashoffset:0;
  opacity:.92;
  filter:drop-shadow(0 0 4px rgba(255,255,255,.95)) drop-shadow(0 0 11px rgba(58,120,255,.55));
  animation:vmFooterCometFlow 6.8s linear infinite;
}
.vm-footer-thread-star-main{opacity:.96}
.vm-footer-thread-star-soft{opacity:.66}
@keyframes vmFooterCometFlow{to{stroke-dashoffset:-1000}}
@keyframes vmFooterThreadBreath{0%,100%{opacity:.78}50%{opacity:1}}
@keyframes vmFooterLuxuryAura{0%{transform:scaleX(.95) scaleY(.88);opacity:.56}100%{transform:scaleX(1.05) scaleY(1.1);opacity:.95}}
.vm-footer-nav{
  width:min(100%,650px);
  max-width:650px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:25px;
}
.vm-footer-group{
  width:100%;
  max-width:650px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.vm-footer-heading{
  display:grid;
  grid-template-columns:minmax(36px,1fr) auto minmax(36px,1fr);
  align-items:center;
  gap:16px;
  width:100%;
  max-width:650px;
  margin:0 auto;
}
.vm-footer-heading>span{height:1px;background:linear-gradient(90deg,transparent,#e1e6ed 28%,#e1e6ed 72%,transparent)}
.vm-footer-heading h3{
  min-width:78px;
  margin:0;
  padding:0;
  color:#1470e8;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.015em;
  text-align:center;
}
.vm-footer-underline{width:40px;height:3px;margin:8px auto 9px;border-radius:999px;background:#1680ff;box-shadow:0 1px 5px rgba(23,113,232,.12)}
.vm-footer-card{
  box-sizing:border-box;
  width:100%;
  max-width:650px;
  min-height:60px;
  margin:0 auto;
  padding:13px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  text-align:center;
  border:1px solid #e5eaf1;
  border-radius:20px;
  background:rgba(255,255,255,.78);
  box-shadow:0 6px 16px rgba(38,64,95,.04),inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(8px);
  overflow:hidden;
}
.vm-footer-card a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:50px;
  padding:3px 22px;
  color:#233047;
  font-size:16px;
  line-height:1.35;
  font-weight:520;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  border:0;
  border-radius:0;
  transition:color .18s ease,transform .18s ease,background .18s ease;
}
.vm-footer-card i{display:none}
.vm-footer-card.vm-footer-card-four,
.vm-footer-card.vm-footer-card-two,
.vm-footer-legal .vm-footer-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:0;
}
.vm-footer-card.vm-footer-card-four,
.vm-footer-card.vm-footer-card-two{padding:0}
.vm-footer-card.vm-footer-card-four a{min-height:54px;padding:10px 12px}
.vm-footer-card.vm-footer-card-four a:nth-child(odd){border-inline-end:1px solid #e7ecf2}
.vm-footer-card.vm-footer-card-four a:nth-child(n+3){border-top:1px solid #e7ecf2}
.vm-footer-card.vm-footer-card-two>a{
  box-sizing:border-box;
  width:100%;
  min-width:0;
  min-height:58px;
  margin:0;
  padding:10px 12px;
}
.vm-footer-card.vm-footer-card-two>a+a{border-inline-start:1px solid rgba(116,137,164,.28)}
.vm-footer-legal .vm-footer-card{row-gap:0}
.vm-footer-legal .vm-footer-card a:nth-of-type(even){border-inline-start:1px solid rgba(116,137,164,.28)}
.vm-footer-legal .vm-footer-card a:nth-of-type(n+3){border-top:1px solid rgba(116,137,164,.22)}
.vm-footer-card a:hover,
.vm-footer-card a:focus-visible{background:linear-gradient(180deg,rgba(239,247,255,.88),rgba(246,250,255,.55));color:#1374e9;transform:translateY(-1px);outline:none}
.vm-footer-end{
  width:min(100%,650px);
  max-width:650px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:17px;
}
.vm-footer-end-line{height:1px;background:linear-gradient(90deg,transparent,#dfe5ed 18%,#dfe5ed 82%,transparent)}
.vm-footer-shield{width:33px;height:36px;display:grid;place-items:center;color:#4a9bf4;filter:drop-shadow(0 3px 7px rgba(50,137,243,.22))}
.vm-footer-shield svg{width:100%;height:100%;display:block}
.vm-footer-copy{margin:10px auto 0;padding:0 10px 4px;color:#7d8999;font-size:13px;line-height:1.5;text-align:center}

@media(max-width:767px){
  .vm-footer-inner{width:min(calc(100% - 28px),620px);padding:38px 0 31px}
  .vm-footer-logo{justify-content:flex-start}
  .vm-footer-current .vm-site-logo-footer{max-width:118px;max-height:132px}
  .vm-footer-current .vm-default-logo.vm-site-logo-footer .vm-default-logo-mark{width:64px;height:64px}
  .vm-footer-current .vm-default-logo.vm-site-logo-footer .vm-default-logo-word{font-size:23px}
  .vm-footer-tagline{max-width:420px;margin:21px auto 20px;padding:0 8px;font-size:15px;line-height:1.78}
  .vm-footer-socials{gap:13px}
  .vm-footer-socials a{width:54px;height:54px;flex-basis:54px;font-size:19px}
  .vm-footer-magic-thread{width:calc(100% + 54px);height:82px;margin:25px -27px 22px}
  .vm-footer-nav{width:100%;max-width:560px;gap:22px}
  .vm-footer-group,.vm-footer-heading,.vm-footer-card{width:100%;max-width:560px}
  .vm-footer-heading h3{font-size:14px}
  .vm-footer-underline{width:35px}
  .vm-footer-card{min-height:56px;padding:11px 10px;border-radius:18px}
  .vm-footer-card a{padding:4px 13px;font-size:14px}
  .vm-footer-end{width:100%;max-width:560px;margin-top:29px;gap:13px}
  .vm-footer-copy{font-size:12.5px}
}

@media(max-width:440px){
  .vm-footer-inner{width:calc(100% - 30px);padding-top:34px}
  .vm-footer-brand,.vm-footer-nav,.vm-footer-group{width:100%;margin-left:auto;margin-right:auto}
  .vm-footer-tagline{max-width:350px;margin:17px auto 18px;padding:0 9px;font-size:14px;text-align:center}
  .vm-footer-socials{width:100%;justify-content:center;gap:12px}
  .vm-footer-socials a{width:50px;height:50px;flex-basis:50px}
  .vm-footer-magic-thread{width:calc(100% + 40px);height:76px;margin:22px -20px 20px}
  .vm-footer-nav{gap:20px}
  .vm-footer-heading{grid-template-columns:minmax(24px,1fr) auto minmax(24px,1fr);gap:10px}
  .vm-footer-heading h3{min-width:72px;font-size:14px}
  .vm-footer-underline{width:36px;height:3px;margin:7px auto 8px}
  .vm-footer-card{min-height:58px;padding:10px 8px;border-radius:18px}
  .vm-footer-card a{min-width:0;padding:7px 8px;font-size:13px;line-height:1.35}
  .vm-footer-legal .vm-footer-card{padding:7px 8px;row-gap:0}
  .vm-footer-legal .vm-footer-card a{width:auto;min-width:0;padding:9px 7px}
  .vm-footer-legal .vm-footer-card a:nth-of-type(1),.vm-footer-legal .vm-footer-card a:nth-of-type(2){border-bottom:1px solid #edf1f5}
  .vm-footer-legal .vm-footer-card a:nth-of-type(odd){border-inline-end:1px solid #dbe2ea}
  .vm-footer-end{margin-top:25px;gap:11px}
  .vm-footer-copy{margin-top:9px;padding-bottom:8px;font-size:12.5px}
}

/* 700px is intentionally kept separate from the 767px device split: it only
   increases footer tap targets on compact screens, without changing layout. */
@media(max-width:700px){
  .vm-footer-card a{min-height:58px;padding:10px 8px;font-size:15px;font-weight:700}
  .vm-footer-card.vm-footer-card-four a{min-height:58px}
  .vm-footer-card.vm-footer-card-two>a{min-height:58px;padding:10px 8px}
}

@media(prefers-reduced-motion:reduce){
  .vm-footer-thread-comet,.vm-footer-thread-glow,.vm-footer-magic-thread::before{animation:none}
  .vm-footer-thread-star{display:none}
}

.vm-drawer-ad-slot{
  position:relative;
  width:100%;
  margin:4px 0 14px;
  padding:0 0 14px;
  border-bottom:1px solid #edf1f6;
}
.vm-drawer-ad-slot .vm-ad{
  width:100%;
  min-height:84px;
  margin:0;
  border-radius:14px;
  border:1px solid #e2e8f1;
  background:linear-gradient(180deg,#fbfdff,#f7faff);
  box-shadow:0 5px 16px rgba(30,55,89,.035);
  color:#7a8798;
  overflow:hidden;
}
.vm-drawer-ad-slot .vm-ad-label{
  font-size:8px;
  letter-spacing:.08em;
  color:#8d99aa;
}
.vm-drawer-ad-slot .vm-ad strong{
  font-size:11px;
  color:#536176;
}
.vm-drawer-ad-slot .vm-ad small{
  font-size:8px;
  color:#9aa5b4;
}
.vm-drawer-ad-slot .vm-ad ins,
.vm-drawer-ad-slot .vm-ad iframe{
  max-width:100%;
  margin-inline:auto;
}
.vm-drawer-ad-slot-bottom{
  margin:18px 0 2px;
  padding:18px 0 0;
  border-bottom:0;
  border-top:1px solid #edf1f6;
}
.vm-drawer-ad-slot-bottom .vm-ad{min-height:92px}
.vm-drawer-section-label-support{margin-top:13px}
.vm-drawer-section-label-account{margin-top:15px}

@media(max-width:767px){
  .vm-drawer-brand{padding-bottom:10px!important}
  .vm-drawer-ad-slot{margin-top:2px;margin-bottom:11px;padding-bottom:11px}
  .vm-drawer-ad-slot .vm-ad{min-height:78px;border-radius:12px}
  .vm-drawer-ad-slot-bottom{margin-top:15px;padding-top:15px;padding-bottom:0}

}

.vm-drawer-panel{
  padding-bottom:0!important;
}
.vm-drawer-scroll{
  /* Reserve real scroll room above the closing bar and mobile safe area. */
  padding-bottom:calc(46px + env(safe-area-inset-bottom))!important;
  scroll-padding-bottom:calc(72px + env(safe-area-inset-bottom));
}
.vm-drawer-ad-slot-bottom{
  margin-top:18px;
  margin-bottom:18px;
  padding-top:18px;
  padding-bottom:0;
}
.vm-drawer-ad-slot-bottom .vm-ad{
  min-height:100px;
  margin-bottom:0;
}
.vm-drawer-bottom-bar{
  position:absolute;
  z-index:12;
  left:0;
  right:0;
  bottom:0;
  height:16px;
  pointer-events:none;
  background:linear-gradient(90deg,#0f67e8 0%,#2c83f5 48%,#4b99f8 100%);
  box-shadow:0 -7px 22px rgba(23,105,231,.12),0 -1px 0 rgba(255,255,255,.72) inset;
}
.voymira-ltr .vm-drawer-bottom-bar,
.voymira-rtl .vm-drawer-bottom-bar{
  border-radius:0 0 0 24px;
}
@media(max-width:767px){
  .vm-drawer-scroll{
    padding-bottom:calc(54px + env(safe-area-inset-bottom))!important;
    scroll-padding-bottom:calc(86px + env(safe-area-inset-bottom))!important;
  }
  .vm-drawer-ad-slot-bottom{
    margin-top:16px;
    margin-bottom:20px;
    padding-top:16px;
  }
  .vm-drawer-ad-slot-bottom .vm-ad{
    min-height:96px;
  }
  .vm-drawer-bottom-bar{
    height:18px;
    background:linear-gradient(90deg,#0d62df 0%,#1676ef 48%,#4a9bf8 100%);
  }
}

/* Homepage ads: keep an even, deliberate vertical rhythm between sections. */
.vm-home-ad-wrap{
  margin-top:26px;
  margin-bottom:26px;
}

@media(max-width:700px){
  .vm-home-ad-wrap{margin-top:20px;margin-bottom:20px}
}

/* Canonical tool artwork styles. These replace the layered legacy overrides
   while preserving the same computed sizes and artwork crop. */
.vm-official-tool-art{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.vm-official-tool-icon{
  width:58px;height:58px;flex:0 0 58px;padding:0;border-radius:15px;
  overflow:hidden;border:1px solid rgba(38,101,206,.10);background:#fff;
  box-shadow:0 7px 18px rgba(24,72,145,.12);display:grid;place-items:center;
}
.vm-official-tool-icon>.vm-official-tool-art{
  display:block;visibility:visible;opacity:1;width:100%;height:100%;
  max-width:none;max-height:none;object-fit:cover;transform:scale(1.015)
}
.vm-official-tool-mini{
  width:32px;height:32px;min-width:32px;border-radius:8px;overflow:hidden;
  background:#fff;padding:0;border:1px solid #e7edf6;box-shadow:0 3px 9px rgba(25,66,124,.08)
}
.vm-official-tool-mini .vm-official-tool-art{width:100%;height:100%;object-fit:cover}
.vm-related-bottom .vm-official-tool-icon{border-radius:11px}
@media(max-width:700px){
  .vm-official-tool-icon{width:52px;height:52px;flex-basis:52px;border-radius:13px}
}
@media(max-width:370px){
  .vm-official-tool-icon{width:48px;height:48px;flex-basis:48px}
}

.vm-home-page{background:#fff}
.vm-home-hero{border-bottom:1px solid #f0f4fa}
.vm-home-search{position:relative;padding-inline-end:62px}
.vm-home-search kbd{position:absolute;inset-inline-end:10px;top:50%;transform:translateY(-50%);min-width:39px;height:23px;border:1px solid #e2e8f1;border-bottom-color:#d4dce8;border-radius:6px;background:#f8fafc;color:#7b8799;display:grid;place-items:center;font:700 9px/1 system-ui,sans-serif;box-shadow:0 1px 0 #fff inset}
.vm-home-main{padding:34px 0 8px;background:linear-gradient(180deg,#fff 0%,#fbfdff 55%,#fff 100%)}
.vm-home-main-container{max-width:1060px!important}

.vm-home-ad-slot{margin-top:30px;margin-bottom:34px}
.vm-home-ad-after-tools{margin-bottom:38px}
.vm-no-results{margin:10px auto 34px;padding:16px 18px;max-width:620px;text-align:center;border:1px solid #e4eaf2;border-radius:12px;background:#fafcff;color:#66758a;font-size:11px}


@media(max-width:700px){
  .vm-home-search{padding-inline-end:12px}.vm-home-search kbd{display:none}
  .vm-home-main{padding-top:22px}
  .vm-home-main-container{width:calc(100% - 28px)!important}

  .vm-home-ad-slot{margin-top:22px;margin-bottom:27px}
}

.vm-tools-panel{width:min(100%,1000px);margin:0 auto 4px}
.vm-tool-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:6px;border:1px solid #dfe6ef;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 22px rgba(27,57,97,.055);direction:ltr}
.vm-tool-tabs button{appearance:none;border:0;background:transparent;color:#25324a;min-height:52px;border-radius:999px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.vm-tool-tabs button:hover{background:#f5f8fd}
.vm-tool-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#1467ec,#287bff);box-shadow:0 8px 18px rgba(25,105,238,.22)}
.vm-tool-tabs button:focus-visible{outline:3px solid rgba(41,121,255,.24);outline-offset:2px}
.vm-tool-tabs .vm-icon{width:20px;height:20px;flex:0 0 20px}
.vm-tool-tabs button[data-vm-tool-filter="pdf"] .vm-icon{color:#e33c4b}
.vm-tool-tabs button[data-vm-tool-filter="image"] .vm-icon{color:#16a86c}
.vm-tool-tabs button[data-vm-tool-filter="other"] .vm-icon{color:#7b46e8}
.vm-tool-tabs button.is-active .vm-icon{color:currentColor}

.vm-featured-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:19px;direction:ltr}
.vm-featured-tool-card{min-width:0;min-height:112px;padding:16px 18px;border:1px solid #e0e6ef;border-radius:18px;background:#fff;display:flex;align-items:center;gap:16px;direction:ltr;box-shadow:0 8px 22px rgba(28,62,106,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vm-featured-tool-card:hover{transform:translateY(-2px);border-color:#c9dbf6;box-shadow:0 14px 30px rgba(25,75,145,.10)}
.vm-featured-tool-card[hidden]{display:none!important}
.vm-featured-tool-icon{width:66px;height:66px;flex:0 0 66px;border-radius:17px;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid rgba(24,103,235,.08);box-shadow:0 7px 18px rgba(22,74,145,.12)}
.vm-featured-tool-icon img,.vm-featured-tool-icon .vm-official-tool-art,.vm-featured-tool-icon .vm-managed-tool-img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;border:0;border-radius:0;background:transparent}
.vm-featured-tool-icon .vm-icon{width:31px;height:31px;color:#176ce8}
.vm-featured-tool-copy{min-width:0;display:flex;flex-direction:column;gap:6px;text-align:left}
.vm-featured-tool-copy strong{color:#152039;font-size:15px;line-height:1.22;font-weight:850;letter-spacing:-.012em}
.vm-featured-tool-copy small{color:#7a8798;font-size:10.5px;line-height:1.42;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.voymira-rtl .vm-featured-tool-copy{direction:rtl;text-align:right}
.voymira-rtl .vm-featured-tool-copy strong,.voymira-rtl .vm-featured-tool-copy small{direction:rtl}

@media(max-width:700px){
  .vm-tools-panel{width:100%}
  .vm-tool-tabs{padding:5px;gap:3px;border-radius:22px}
  .vm-tool-tabs button{min-height:45px;padding:0 7px;gap:6px;font-size:11px;border-radius:17px}
  .vm-tool-tabs .vm-icon{width:17px;height:17px;flex-basis:17px}
  .vm-featured-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}
  .vm-featured-tool-card{min-height:91px;padding:10px 9px;gap:9px;border-radius:14px;align-items:center}
  .vm-featured-tool-icon{width:52px;height:52px;flex-basis:52px;border-radius:13px}
  .vm-featured-tool-copy{gap:4px}
  .vm-featured-tool-copy strong{font-size:11.2px;line-height:1.18}
  .vm-featured-tool-copy small{font-size:8px;line-height:1.32;-webkit-line-clamp:2}
}
@media(max-width:390px){
  .vm-tool-tabs button{font-size:10.2px;padding-inline:5px;gap:4px}.vm-tool-tabs .vm-icon{width:15px;height:15px;flex-basis:15px}
  .vm-featured-tool-card{min-height:86px;padding:8px 7px;gap:7px}
  .vm-featured-tool-icon{width:47px;height:47px;flex-basis:47px;border-radius:12px}
  .vm-featured-tool-copy strong{font-size:10.5px}.vm-featured-tool-copy small{font-size:7.4px}
}

.vm-how{
  width:min(100%,960px);
  margin:42px auto 26px;
  padding:38px 34px 40px;
  border:1px solid rgba(222,228,238,.88);
  border-radius:34px;
  background:
    radial-gradient(circle at 14% 13%,rgba(48,124,255,.055),transparent 23%),
    radial-gradient(circle at 88% 9%,rgba(225,184,109,.055),transparent 24%),
    linear-gradient(145deg,#fff 0%,#fefefe 62%,#fbfdff 100%);
  box-shadow:0 20px 46px rgba(32,64,108,.075),inset 0 1px 0 rgba(255,255,255,.94);
  overflow:hidden;
  position:relative;
}
.vm-how:before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  inset-inline-end:-255px;top:-255px;
  border:1px solid rgba(220,185,124,.15);
  border-radius:50%;
  box-shadow:0 0 0 34px rgba(227,196,139,.022),0 0 0 72px rgba(227,196,139,.014);
  pointer-events:none;
}
.vm-section-intro{max-width:720px;margin:0 auto 30px;text-align:center;position:relative;z-index:1}
.vm-section-intro>span{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 13px;border-radius:999px;
  background:rgba(255,255,255,.83);border:1px solid #e1e9f6;
  box-shadow:0 7px 17px rgba(33,79,145,.08);
  font-size:9px;font-weight:850;letter-spacing:.04em;color:#2376df
}
.vm-section-intro>span:after{content:"✦";font-size:10px;color:#2d7ce7}
.vm-section-intro h2{margin:14px 0 9px;font-size:33px;line-height:1.15;letter-spacing:-.04em;color:#101b32}
.vm-section-intro p{max-width:650px;margin:0 auto;font-size:12px;line-height:1.65;color:#747f91}
.vm-how-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;position:relative;z-index:1}
.vm-how-step{
  position:relative;min-height:205px;padding:25px 25px 22px;
  border:1px solid rgba(224,230,239,.96);border-radius:27px;
  background:rgba(255,255,255,.9);
  box-shadow:0 15px 33px rgba(26,57,98,.085),inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter:blur(13px);
  display:flex;flex-direction:column;align-items:flex-start;
  overflow:hidden;
}
.voymira-rtl .vm-how-step{align-items:flex-end;text-align:right}
.vm-how-step:after{
  content:"";position:absolute;width:115px;height:115px;border-radius:50%;
  inset-inline-end:-76px;bottom:-78px;border:1px solid rgba(34,114,230,.07);
  box-shadow:0 0 0 16px rgba(34,114,230,.018);pointer-events:none
}
.vm-how-step>span{
  width:66px;height:66px;margin:0 0 22px;border-radius:50%;
  display:grid;place-items:center;color:#176fe6;
  background:linear-gradient(145deg,#fff,#f4f8ff);
  border:1px solid #dbe8fa;
  box-shadow:0 9px 23px rgba(31,104,213,.15),inset 0 0 0 7px rgba(239,246,255,.86),inset 0 1px 0 #fff
}
.vm-how-step>span .vm-icon{width:28px;height:28px;stroke-width:1.8}
.vm-how-step>b{position:absolute;top:26px;inset-inline-end:28px;font-size:16px;font-weight:850;color:#2878e9;letter-spacing:.03em}
.vm-how-step strong{font-size:17px;line-height:1.25;color:#121d34;margin-bottom:10px;font-weight:850}
.vm-how-step small{max-width:90%;font-size:11px;line-height:1.75;color:#7b8494}

.vm-privacy{
  width:min(100%,960px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:0;margin:0 auto 36px;padding:43px 36px 38px;
  border:1px solid rgba(91,156,255,.38);border-radius:34px;
  color:#fff;text-align:center;overflow:hidden;position:relative;
  background:
    radial-gradient(circle at 8% 10%,rgba(73,154,255,.42),transparent 34%),
    radial-gradient(circle at 92% 18%,rgba(34,117,255,.34),transparent 31%),
    linear-gradient(135deg,#092970 0%,#073b9a 44%,#075ed9 100%);
  box-shadow:0 23px 48px rgba(10,61,153,.25),inset 0 1px 0 rgba(255,255,255,.17)
}
.vm-privacy:before{
  content:"";position:absolute;inset:auto -10% -44% -10%;height:78%;
  background:
    repeating-radial-gradient(ellipse at 50% 100%,transparent 0 23px,rgba(120,183,255,.09) 24px 25px,transparent 26px 49px);
  transform:rotate(-4deg);opacity:.8;pointer-events:none
}
.vm-privacy:after{
  content:"";position:absolute;width:360px;height:360px;border-radius:50%;
  inset-inline-end:-215px;top:-225px;border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)
}
.voymira-rtl .vm-privacy:after{right:auto;left:-215px}
.vm-privacy-visual{display:grid;place-items:center;position:relative;z-index:2;margin-bottom:10px}
.vm-shield-ring{
  width:54px;height:54px;border-radius:17px;display:grid;place-items:center;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 26px rgba(1,21,74,.22),inset 0 1px 0 rgba(255,255,255,.22)
}
.vm-shield-ring .vm-icon{width:26px;height:26px;stroke-width:1.7}
.vm-privacy-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%}
.vm-privacy-kicker{
  display:inline-flex;align-items:center;justify-content:center;
  padding:6px 12px;margin-bottom:4px;border-radius:999px;
  background:rgba(4,28,83,.24);border:1px solid rgba(255,255,255,.16);
  font-size:9px;font-weight:850;letter-spacing:.07em;color:#dcecff
}
.vm-privacy h2{font-size:34px;line-height:1.15;margin:10px 0 12px;letter-spacing:-.045em;color:#fff}
.vm-privacy p{max-width:760px;margin:0 auto;font-size:12px;line-height:1.75;color:#e8f2ff}
.vm-privacy-points{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:25px;width:100%}
.vm-privacy-points span{
  min-width:205px;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:10px 16px;border-radius:999px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.075));
  border:1px solid rgba(255,255,255,.20);box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
  font-size:10px;font-weight:800;color:#fff;backdrop-filter:blur(8px)
}
.vm-privacy-points .vm-icon{width:18px;height:18px;flex:0 0 18px}

@media(max-width:900px){
  .vm-how,.vm-privacy{width:100%}
}
@media(max-width:700px){
  .vm-how{margin:30px auto 20px;padding:24px 14px 17px;border-radius:27px}
  .vm-how:before{width:250px;height:250px;inset-inline-end:-190px;top:-190px}
  .vm-section-intro{margin-bottom:19px}.vm-section-intro>span{font-size:8px;padding:6px 10px}
  .vm-section-intro h2{font-size:25px;margin:11px 0 7px}.vm-section-intro p{font-size:10px;line-height:1.6;padding:0 6px}
  .vm-how-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .vm-how-step{min-height:154px;padding:16px 13px 14px;border-radius:21px}
  .vm-how-step>span{width:48px;height:48px;margin-bottom:15px;box-shadow:0 7px 16px rgba(31,104,213,.13),inset 0 0 0 5px rgba(239,246,255,.82)}
  .vm-how-step>span .vm-icon{width:22px;height:22px}.vm-how-step>b{top:16px;inset-inline-end:15px;font-size:13px}
  .vm-how-step strong{font-size:13px;margin-bottom:7px}.vm-how-step small{font-size:8.5px;line-height:1.65;max-width:100%}
  .vm-privacy{padding:28px 14px 24px;border-radius:27px;margin-bottom:28px}
  .vm-privacy-visual{margin-bottom:7px}.vm-shield-ring{width:46px;height:46px;border-radius:14px}.vm-shield-ring .vm-icon{width:22px;height:22px}
  .vm-privacy-kicker{font-size:8px;padding:5px 10px}.vm-privacy h2{font-size:28px;margin:9px 0 10px}.vm-privacy p{font-size:9.5px;line-height:1.7;padding:0 6px}
  .vm-privacy-points{gap:8px;margin-top:20px}.vm-privacy-points span{min-width:0;flex:1 1 calc(50% - 8px);min-height:48px;padding:8px 9px;font-size:8.5px}
  .vm-privacy-points span:last-child{flex:0 1 58%;}
}
@media(max-width:390px){
  .vm-how{padding-inline:10px}.vm-how-step{min-height:148px;padding-inline:11px}.vm-how-step strong{font-size:12.5px}.vm-how-step small{font-size:8px}
  .vm-privacy h2{font-size:26px}.vm-privacy-points span{font-size:8px}
}

.vm-premium-home{
  width:min(100%,960px);
  margin:0 auto 12px;
  padding:28px 30px 30px;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  grid-template-areas:
    "icon copy"
    "plans plans";
  align-items:center;
  gap:22px 26px;
  position:relative;
  overflow:hidden;
  border:2px solid #bfd7ff;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 12%,rgba(77,147,255,.09),transparent 30%),
    radial-gradient(circle at 8% 88%,rgba(47,119,235,.05),transparent 28%),
    linear-gradient(145deg,#ffffff 0%,#fbfdff 62%,#f7faff 100%);
  box-shadow:0 20px 48px rgba(29,77,145,.09),inset 0 1px 0 rgba(255,255,255,.96);
}
.vm-premium-home:before{
  content:"";
  position:absolute;
  width:260px;height:260px;border-radius:50%;
  inset-inline-end:-178px;top:-170px;
  border:1px solid rgba(47,119,235,.10);
  box-shadow:0 0 0 32px rgba(47,119,235,.018),0 0 0 64px rgba(47,119,235,.012);
  pointer-events:none;
}
.vm-premium-home-icon{
  grid-area:icon;
  width:100px;height:100px;
  border-radius:26px;
  display:grid;place-items:center;
  color:#e6aa23;
  background:linear-gradient(145deg,#4f8eff 0%,#2c6fe9 58%,#1f5dcf 100%);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 16px 30px rgba(28,91,204,.22),inset 0 1px 0 rgba(255,255,255,.48),0 0 0 7px rgba(79,142,255,.08);
  position:relative;z-index:1;
}
.vm-premium-home-icon .vm-icon{
  width:52px;height:52px;
  color:#f2c75a;
  stroke:#f2c75a;
  fill:rgba(242,199,90,.08);
  filter:drop-shadow(0 2px 3px rgba(122,83,0,.16));
}
.vm-premium-home-copy{grid-area:copy;position:relative;z-index:1;min-width:0}
.vm-premium-home-copy>span{
  display:inline-flex;align-items:center;
  min-height:28px;padding:0 12px;
  border-radius:999px;
  background:#f4f8ff;
  border:1px solid #d9e7fb;
  color:#246fd8;
  font-size:9px;font-weight:900;letter-spacing:.11em;
}
.vm-premium-home-copy h2{
  margin:10px 0 7px;
  color:#111d36;
  font-size:30px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.vm-premium-home-copy p{
  max-width:690px;
  margin:0;
  color:#6f7d91;
  font-size:12px;
  line-height:1.6;
}
.vm-premium-home-plans{
  grid-area:plans;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  position:relative;z-index:1;
}
.vm-premium-home-plans>div{
  min-width:0;
  min-height:124px;
  padding:20px 22px;
  border:2px solid #dce8f8;
  border-radius:22px;
  background:rgba(255,255,255,.93);
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  align-items:end;
  column-gap:9px;
  box-shadow:0 10px 25px rgba(26,69,130,.065),inset 0 1px 0 #fff;
  position:relative;
}
.vm-premium-home-plans small{
  grid-column:1/-1;
  color:#61789a;
  font-size:13px;
  line-height:1.25;
}
.vm-premium-home-plans strong{
  color:#101e3a;
  font-size:31px;
  line-height:1;
  letter-spacing:-.035em;
}
.vm-premium-home-plans span{
  color:#8290a4;
  font-size:11px;
  margin-bottom:3px;
}
.vm-premium-home-plans .is-best{
  border-color:#74aaff;
  background:linear-gradient(145deg,#ffffff 0%,#f7faff 100%);
  box-shadow:0 12px 28px rgba(43,111,224,.11),inset 0 0 0 1px rgba(56,124,233,.06);
}
.vm-plan-recommended{
  position:absolute;
  top:14px;
  inset-inline-end:14px;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  border:1px solid #c9dcfb;
  border-radius:999px;
  background:#fff;
  box-shadow:0 5px 14px rgba(45,100,180,.08);
  color:#226fd9;
  font-size:8px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.035em;
}
.voymira-rtl .vm-premium-home-copy,.voymira-rtl .vm-premium-home-plans>div{text-align:right}

@media(max-width:700px){
  .vm-premium-home{
    width:100%;
    margin-bottom:10px;
    padding:20px 14px 16px;
    grid-template-columns:68px minmax(0,1fr);
    gap:15px 13px;
    border-width:2px;
    border-radius:24px;
  }
  .vm-premium-home-icon{width:64px;height:64px;border-radius:19px;box-shadow:0 10px 22px rgba(28,91,204,.18),inset 0 1px 0 rgba(255,255,255,.45),0 0 0 5px rgba(79,142,255,.07)}
  .vm-premium-home-icon .vm-icon{width:34px;height:34px}
  .vm-premium-home-copy>span{min-height:23px;padding:0 9px;font-size:7px}
  .vm-premium-home-copy h2{font-size:18px;margin:7px 0 5px;line-height:1.2}
  .vm-premium-home-copy p{font-size:9px;line-height:1.55}
  .vm-premium-home-plans{grid-template-columns:1fr 1fr;gap:8px}
  .vm-premium-home-plans>div{min-height:92px;padding:13px 11px;border-radius:16px}
  .vm-premium-home-plans small{font-size:9px}
  .vm-premium-home-plans strong{font-size:20px}
  .vm-premium-home-plans span{font-size:7px;margin-bottom:2px}
  .vm-plan-recommended{top:8px;inset-inline-end:8px;min-height:21px;padding:0 7px;font-size:6px}
}
@media(max-width:390px){
  .vm-premium-home{grid-template-columns:60px minmax(0,1fr);padding-inline:11px;gap:13px 10px}
  .vm-premium-home-icon{width:56px;height:56px;border-radius:17px}.vm-premium-home-icon .vm-icon{width:30px;height:30px}
  .vm-premium-home-copy h2{font-size:16px}.vm-premium-home-copy p{font-size:8px}
  .vm-premium-home-plans>div{padding:12px 9px}.vm-premium-home-plans strong{font-size:18px}.vm-premium-home-plans span{font-size:6.5px}
  .vm-plan-recommended{font-size:5.5px;padding-inline:6px}
}

.vm-tool-group-page{padding:58px 0 76px;background:linear-gradient(180deg,#f8fbff 0,#fff 34%,#fff 100%);min-height:70vh}
.vm-tool-group-shell{max-width:1080px}
.vm-tool-group-hero{text-align:center;max-width:760px;margin:0 auto 34px}
.vm-tool-group-badge{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border:1px solid #d7e5fb;border-radius:999px;background:#eef6ff;color:#1769e8;font-size:11px;font-weight:850;letter-spacing:.02em;box-shadow:0 7px 22px rgba(28,105,232,.07)}
.vm-tool-group-badge .vm-icon{width:16px;height:16px}
.vm-tool-group-hero h1{margin:16px 0 9px;color:#0c1a35;font-size:42px;line-height:1.08;letter-spacing:-.04em}
.vm-tool-group-hero p{max-width:650px;margin:0 auto;color:#748096;font-size:14px;line-height:1.7}
.vm-tool-group-meta{display:flex;justify-content:center;align-items:center;gap:22px;margin-top:19px;font-size:11px;color:#78869a}
.vm-tool-group-meta strong{color:#1769e8;font-size:14px}
.vm-tool-group-meta a{display:inline-flex;align-items:center;gap:6px;color:#1769e8;font-weight:800}
.vm-tool-group-meta a .vm-icon{width:14px;height:14px}
.voymira-rtl .vm-tool-group-meta a .vm-icon{transform:scaleX(-1)}
.vm-tool-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.vm-tool-group-card{display:flex;align-items:center;gap:16px;min-height:116px;padding:16px 18px;border:1.5px solid #dce5f2;border-radius:18px;background:rgba(255,255,255,.95);box-shadow:0 10px 28px rgba(32,69,116,.07);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.vm-tool-group-card:hover{transform:translateY(-2px);border-color:#9ec3fb;box-shadow:0 15px 34px rgba(23,105,232,.12)}
.vm-tool-group-icon{display:grid;place-items:center;width:76px;height:76px;flex:0 0 76px;border:1px solid #e4ebf4;border-radius:18px;background:#fff;box-shadow:0 7px 18px rgba(23,105,232,.08);overflow:hidden}
.vm-tool-group-icon .vm-official-tool-art,.vm-tool-group-icon .vm-managed-tool-img{width:68px;height:68px;object-fit:contain;display:block}
.vm-tool-group-icon>.vm-icon{width:34px;height:34px;color:#1769e8}
.vm-tool-group-copy{display:flex;flex-direction:column;min-width:0;flex:1}
.vm-tool-group-copy strong{color:#111f39;font-size:16px;line-height:1.25}
.vm-tool-group-copy small{margin-top:7px;color:#7a8698;font-size:11px;line-height:1.5}
.vm-tool-group-arrow{color:#9db0c6;flex:0 0 auto}.vm-tool-group-arrow .vm-icon{width:18px;height:18px}
.voymira-ltr .vm-tool-group-arrow .vm-icon{transform:scaleX(-1)}
.vm-tool-group-empty{text-align:center;padding:70px 20px;border:1px solid #e1e8f2;border-radius:18px;background:#fff;color:#7b8798}.vm-tool-group-empty>.vm-icon{width:42px;height:42px;color:#1769e8}.vm-tool-group-empty h2{font-size:18px;color:#18253c}
@media(max-width:700px){.vm-tool-group-page{padding:34px 0 54px}.vm-tool-group-hero{margin-bottom:24px}.vm-tool-group-hero h1{font-size:31px;margin-top:13px}.vm-tool-group-hero p{font-size:11px;line-height:1.65;padding-inline:8px}.vm-tool-group-meta{gap:13px;flex-wrap:wrap;margin-top:15px;font-size:9px}.vm-tool-group-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.vm-tool-group-card{min-height:96px;padding:11px 10px;gap:9px;border-radius:14px;align-items:center}.vm-tool-group-icon{width:56px;height:56px;flex-basis:56px;border-radius:13px}.vm-tool-group-icon .vm-official-tool-art,.vm-tool-group-icon .vm-managed-tool-img{width:52px;height:52px}.vm-tool-group-icon>.vm-icon{width:26px;height:26px}.vm-tool-group-copy strong{font-size:12px}.vm-tool-group-copy small{font-size:8.5px;margin-top:4px;line-height:1.35}.vm-tool-group-arrow{display:none}}
@media(max-width:390px){.vm-tool-group-card{padding:9px 8px;gap:7px;min-height:82px}.vm-tool-group-icon{width:49px;height:49px;flex-basis:49px}.vm-tool-group-icon .vm-official-tool-art,.vm-tool-group-icon .vm-managed-tool-img{width:46px;height:46px}.vm-tool-group-copy small{display:none}.vm-tool-group-copy strong{font-size:11px}}

.vm-tool-group-ad{width:min(860px,100%);margin:0 auto 28px}
.vm-tool-group-ad .vm-ad{margin:0;min-height:90px;border-radius:16px;border:1px solid #dce5f1;background:#fbfdff;box-shadow:0 7px 20px rgba(31,71,122,.04)}
.vm-tool-group-ad-bottom{margin-top:30px;margin-bottom:0}
@media(max-width:700px){
  .vm-tool-group-ad{width:100%;margin-bottom:20px}
  .vm-tool-group-ad .vm-ad{min-height:58px;border-radius:12px}
  .vm-tool-group-ad-bottom{margin-top:21px;margin-bottom:0}
}

.vm-info-page{padding:54px 0 78px;background:linear-gradient(180deg,#f7faff 0,#fff 26%,#fff 100%);min-height:72vh;color:#13203a}
.vm-info-shell{max-width:1080px}
.vm-info-hero{position:relative;max-width:840px;margin:0 auto 34px;padding:36px 34px 34px;text-align:center;border:1px solid #dce8f7;border-radius:30px;background:radial-gradient(circle at 50% 0,rgba(39,124,255,.09),transparent 40%),rgba(255,255,255,.96);box-shadow:0 22px 60px rgba(28,72,132,.08);overflow:hidden}
.vm-info-hero:before,.vm-info-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.vm-info-hero:before{width:180px;height:180px;inset:-90px auto auto -55px;background:rgba(76,143,255,.045)}.vm-info-hero:after{width:220px;height:220px;inset:auto -110px -130px auto;border:1px solid rgba(36,116,239,.08)}
.vm-info-hero-icon{position:relative;z-index:1;display:grid;place-items:center;width:64px;height:64px;margin:0 auto 14px;border:1px solid #cfe1fb;border-radius:20px;background:linear-gradient(145deg,#fff,#eef5ff);color:#176de7;box-shadow:0 12px 28px rgba(39,105,205,.12),inset 0 1px 0 #fff}.vm-info-hero-icon .vm-icon{width:31px;height:31px}.vm-info-hero-icon img.vm-info-hero-logo{width:38px;height:38px;object-fit:contain}
.vm-info-kicker{position:relative;z-index:1;display:inline-flex;align-items:center;min-height:27px;padding:0 11px;border:1px solid #d5e5fb;border-radius:999px;background:#eff6ff;color:#2876da;font-size:9px;font-weight:900;letter-spacing:.09em}
.vm-info-hero h1{position:relative;z-index:1;margin:13px 0 9px;color:#0b1831;font-size:42px;line-height:1.08;letter-spacing:-.04em}.vm-info-hero p{position:relative;z-index:1;max-width:720px;margin:0 auto;color:#66768d;font-size:16px;line-height:1.78}
.vm-info-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 24px}.vm-info-feature-grid article{padding:26px 24px;border:1px solid #dfe8f4;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(29,67,116,.06)}.vm-info-feature-grid article>.vm-icon{width:34px;height:34px;color:#176de7;padding:7px;border-radius:12px;background:#eef5ff;box-sizing:content-box}.vm-info-feature-grid h2{font-size:20px;margin:18px 0 9px}.vm-info-feature-grid p{margin:0;color:#69788e;font-size:15px;line-height:1.75}
.vm-info-story-card,.vm-info-split-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:center;gap:28px;padding:30px;border:1px solid #dbe6f5;border-radius:24px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:0 14px 36px rgba(30,70,120,.07)}.vm-info-mini-label{display:inline-flex;color:#2275df;font-size:9px;font-weight:900;letter-spacing:.09em}.vm-info-story-card h2,.vm-info-split-card h2{font-size:30px;margin:8px 0 0;line-height:1.22}.vm-info-story-card>p,.vm-info-split-card p{margin:0;color:#62738a;font-size:16px;line-height:1.85}
.vm-info-cta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid #ccdef8;border-radius:18px;background:linear-gradient(90deg,#f5f9ff,#fff);box-shadow:0 10px 25px rgba(34,91,168,.06)}.vm-info-cta>div{display:flex;align-items:center;gap:12px}.vm-info-cta>div>.vm-icon{width:27px;height:27px;color:#176de7}.vm-info-cta span{display:flex;flex-direction:column}.vm-info-cta strong{font-size:14px}.vm-info-cta small{margin-top:3px;color:#7a879a;font-size:10px}.vm-info-cta>a,.vm-info-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 17px;border-radius:12px;background:#176de7;color:#fff;font-size:11px;font-weight:850;box-shadow:0 9px 20px rgba(23,109,231,.2)}.vm-info-cta>a .vm-icon{width:14px;height:14px}.voymira-rtl .vm-info-cta>a .vm-icon{transform:scaleX(-1)}
.vm-info-tools-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:30px}.vm-info-tools-summary a{display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid #dde7f3;border-radius:17px;background:#fff;box-shadow:0 8px 22px rgba(31,72,124,.05)}.vm-info-tools-summary>a>.vm-icon{width:29px;height:29px;color:#176de7}.vm-info-tools-summary span{display:flex;flex-direction:column;color:#66758b;font-size:11px}.vm-info-tools-summary strong{color:#10203c;font-size:22px;line-height:1;margin-bottom:5px}.vm-info-tool-section{margin-top:28px}.vm-info-section-title{display:flex;align-items:center;gap:12px;margin:0 0 14px}.vm-info-section-title>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eef5ff;color:#176de7}.vm-info-section-title .vm-icon{width:23px;height:23px}.vm-info-section-title h2{font-size:22px;margin:0}.vm-info-section-title p{font-size:10px;color:#8290a3;margin:4px 0 0}.vm-info-all-tools-grid{margin-bottom:4px}
.vm-pricing-note{display:flex;align-items:center;gap:14px;margin:0 auto 22px;padding:17px 20px;border:1px solid #cde3d9;border-radius:17px;background:#f4fbf7;color:#244f3b}.vm-pricing-note>.vm-icon{width:24px;height:24px;color:#16a36f}.vm-pricing-note>div{display:flex;flex-direction:column}.vm-pricing-note strong{font-size:13px}.vm-pricing-note span{font-size:10px;color:#678174;margin-top:3px}
.vm-pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}.vm-pricing-card{position:relative;padding:28px;border:1.5px solid #dbe5f1;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(24,66,119,.07);overflow:hidden}.vm-pricing-card.is-featured{border-color:#69a6ff;background:linear-gradient(145deg,#fff,#f4f8ff);box-shadow:0 20px 44px rgba(23,109,231,.14)}.vm-pricing-card-top{display:flex;align-items:center;gap:11px}.vm-pricing-card-top>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#176de7,#4d98ff);color:#ffd85e}.vm-pricing-card-top .vm-icon{width:26px;height:26px}.vm-pricing-card-top small{font-weight:900;color:#3274ca;letter-spacing:.08em}.vm-pricing-card h2{font-size:42px;margin:20px 0 20px;letter-spacing:-.04em}.vm-pricing-card h2 em{font-size:13px;color:#7b8798;font-style:normal;font-weight:500;letter-spacing:0}.vm-pricing-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.vm-pricing-card li{display:flex;align-items:center;gap:9px;color:#5e6c82;font-size:11px}.vm-pricing-card li .vm-icon{width:17px;height:17px;color:#1c9d73}.vm-pricing-best{position:absolute;top:20px;inset-inline-end:20px;padding:6px 9px;border-radius:999px;background:#176de7;color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}
.vm-info-split-card{grid-template-columns:1fr auto}.vm-info-split-card p{margin-top:10px}.vm-info-primary-btn{white-space:nowrap}
.vm-help-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.vm-help-quick-grid a{display:flex;gap:13px;align-items:center;padding:17px;border:1px solid #dce7f4;border-radius:17px;background:#fff;box-shadow:0 9px 25px rgba(31,71,121,.055)}.vm-help-quick-grid>a>.vm-icon{width:28px;height:28px;color:#176de7}.vm-help-quick-grid span{display:flex;flex-direction:column}.vm-help-quick-grid strong{font-size:13px;color:#14213b}.vm-help-quick-grid small{margin-top:4px;color:#8290a2;font-size:9px}.vm-faq-section{padding:28px;border:1px solid #dde7f2;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(26,64,112,.06)}.vm-info-section-head{text-align:center;margin-bottom:22px}.vm-info-section-head h2{font-size:27px;margin:7px 0 0}.vm-faq-list{display:grid;gap:9px}.vm-faq-list details{border:1px solid #e0e8f2;border-radius:15px;background:#fbfdff;overflow:hidden}.vm-faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;color:#16233d;font-size:16px;font-weight:800}.vm-faq-list summary::-webkit-details-marker{display:none}.vm-faq-list summary b{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#edf5ff;color:#176de7;font-size:18px;font-weight:500;transition:transform .2s ease}.vm-faq-list details[open] summary b{transform:rotate(45deg)}.vm-faq-list details p{max-width:900px;margin:0;padding:0 20px 20px;color:#68788e;font-size:15px;line-height:1.82}
.vm-contact-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}.vm-contact-side{display:grid;gap:12px}.vm-contact-side-card{padding:22px;border:1px solid #dfe8f3;border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(30,70,118,.055)}.vm-contact-side-card>.vm-icon{width:29px;height:29px;color:#176de7}.vm-contact-side-card h2{font-size:18px;margin:14px 0 8px}.vm-contact-side-card p{font-size:14px;line-height:1.75;color:#6d7c91;margin:0}.vm-contact-side-card a{display:inline-flex;margin-top:12px;color:#176de7;font-size:14px;font-weight:850}.vm-contact-form-card{padding:30px;border:1px solid #d9e5f4;border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(25,66,117,.07)}.vm-contact-form-card h2{font-size:28px;margin:8px 0 7px}.vm-contact-form-card>p{margin:0 0 24px;color:#6f7e92;font-size:15px;line-height:1.7}.vm-contact-alert{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding:13px 14px;border-radius:13px;font-size:10px;font-weight:750}.vm-contact-alert .vm-icon{width:18px;height:18px}.vm-contact-alert.is-success{background:#effbf5;border:1px solid #c7ead8;color:#277455}.vm-contact-alert.is-error{background:#fff5f5;border:1px solid #f0d2d2;color:#a84848}.vm-contact-form{display:grid;gap:15px}.vm-contact-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vm-contact-form label{display:grid;gap:6px}.vm-contact-form label>span{font-size:14px;font-weight:800;color:#3a4a62}.vm-contact-form input,.vm-contact-form select,.vm-contact-form textarea{width:100%;border:1px solid #d8e2ef;border-radius:12px;background:#fbfdff;color:#13203a;padding:13px 14px;font:inherit;font-size:15px;outline:none;transition:border-color .2s,box-shadow .2s}.vm-contact-form input:focus,.vm-contact-form select:focus,.vm-contact-form textarea:focus{border-color:#78adf7;box-shadow:0 0 0 3px rgba(23,109,231,.08)}.vm-contact-form textarea{resize:vertical;min-height:150px}.vm-contact-submit{display:flex;align-items:center;justify-content:space-between;gap:16px}.vm-contact-submit small{max-width:500px;color:#7f8c9e;font-size:12.5px;line-height:1.6}.vm-contact-submit button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;min-height:46px;padding:0 20px;background:#176de7;color:#fff;font-size:14px;font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(23,109,231,.2)}.vm-contact-submit button .vm-icon{width:15px;height:15px}.voymira-rtl .vm-contact-submit button .vm-icon{transform:scaleX(-1)}.vm-contact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.vm-policy-meta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:-12px 0 20px}.vm-policy-meta span{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid #dce7f3;border-radius:999px;background:#fff;color:#6c7b90;font-size:12px}.vm-policy-meta .vm-icon{width:15px;height:15px;color:#176de7}.vm-policy-card{max-width:980px;margin:0 auto;padding:42px 48px;border:1px solid #dde6f1;border-radius:26px;background:#fff;box-shadow:0 18px 45px rgba(29,67,116,.07)}.vm-policy-card section+section{margin-top:30px;padding-top:28px;border-top:1px solid #edf1f6}.vm-policy-card h2{margin:0 0 13px;color:#13203a;font-size:23px;line-height:1.35}.vm-policy-card p,.vm-policy-card li{color:#5f7087;font-size:16px;line-height:1.88}.vm-policy-card p{margin:0}.vm-policy-card ul{padding-inline-start:21px;margin:0;display:grid;gap:7px}.vm-policy-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.vm-policy-links a,.vm-policy-contact{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid #cfe0f7;border-radius:10px;background:#f5f9ff;color:#176de7;font-size:12.5px;font-weight:800}.vm-policy-contact{margin-top:15px}.vm-policy-contact .vm-icon{width:13px;height:13px}.voymira-rtl .vm-policy-contact .vm-icon{transform:scaleX(-1)}.vm-cookie-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vm-cookie-grid article,.vm-cookie-grid>div{padding:17px;border:1px solid #e0e8f2;border-radius:14px;background:#fbfdff}.vm-cookie-grid strong{font-size:16px;color:#1c2a43}.vm-cookie-grid p{margin-top:7px;font-size:14px;line-height:1.75}
.vm-sitemap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.vm-sitemap-grid section{padding:23px;border:1px solid #dfe7f1;border-radius:20px;background:#fff;box-shadow:0 11px 28px rgba(30,68,115,.055)}.vm-sitemap-grid h2{margin:0 0 12px;font-size:17px}.vm-sitemap-grid a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid #edf1f5;color:#53637a;font-size:11px;font-weight:700}.vm-sitemap-grid a:first-of-type{border-top:0}.vm-sitemap-grid a .vm-icon{width:14px;height:14px;color:#176de7}.voymira-rtl .vm-sitemap-grid a .vm-icon{transform:scaleX(-1)}.vm-sitemap-tools{margin-top:24px;padding:25px;border:1px solid #dfe7f2;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(29,68,117,.055)}.vm-sitemap-tools>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.vm-sitemap-tools>div:last-child a{padding:9px 12px;border:1px solid #dce6f2;border-radius:10px;background:#f9fbfe;color:#41526a;font-size:9px;font-weight:750}

@media(max-width:700px){
  .vm-info-page{padding:30px 0 54px}.vm-info-hero{margin-bottom:22px;padding:25px 18px 23px;border-radius:23px}.vm-info-hero-icon{width:54px;height:54px;border-radius:17px}.vm-info-hero-icon .vm-icon{width:26px;height:26px}.vm-info-kicker{font-size:7px;min-height:23px}.vm-info-hero h1{font-size:29px;margin:11px 0 8px}.vm-info-hero p{font-size:10px;line-height:1.65}
  .vm-info-feature-grid{grid-template-columns:1fr;gap:9px}.vm-info-feature-grid article{padding:19px;border-radius:17px}.vm-info-feature-grid article>.vm-icon{width:26px;height:26px}.vm-info-feature-grid h2{font-size:15px;margin:12px 0 5px}.vm-info-feature-grid p{font-size:9px}
  .vm-info-story-card,.vm-info-split-card{grid-template-columns:1fr;padding:20px;border-radius:19px;gap:12px}.vm-info-story-card h2,.vm-info-split-card h2{font-size:20px}.vm-info-story-card>p,.vm-info-split-card p{font-size:9.5px}.vm-info-primary-btn{width:100%}
  .vm-info-cta{align-items:stretch;flex-direction:column;padding:15px;border-radius:15px}.vm-info-cta>a{width:100%}.vm-info-cta strong{font-size:11px}.vm-info-cta small{font-size:8px}
  .vm-info-tools-summary{grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:21px}.vm-info-tools-summary a{padding:11px 8px;border-radius:13px;flex-direction:column;text-align:center;gap:7px}.vm-info-tools-summary>a>.vm-icon{width:22px;height:22px}.vm-info-tools-summary strong{font-size:16px;margin:0}.vm-info-tools-summary span{font-size:7px}.vm-info-section-title h2{font-size:17px}.vm-info-section-title p{font-size:8px}.vm-info-section-title>span{width:38px;height:38px}.vm-info-section-title .vm-icon{width:20px;height:20px}
  .vm-pricing-note{padding:13px 14px;border-radius:14px}.vm-pricing-note strong{font-size:10px}.vm-pricing-note span{font-size:8px}.vm-pricing-grid{grid-template-columns:1fr;gap:10px}.vm-pricing-card{padding:21px;border-radius:19px}.vm-pricing-card h2{font-size:34px;margin:17px 0}.vm-pricing-card li{font-size:9px}.vm-pricing-best{top:15px;inset-inline-end:15px}.vm-pricing-card-top>span{width:42px;height:42px}.vm-pricing-card-top .vm-icon{width:23px;height:23px}
  .vm-help-quick-grid{grid-template-columns:1fr;gap:8px}.vm-help-quick-grid a{padding:13px}.vm-faq-section{padding:18px 13px;border-radius:18px}.vm-info-section-head h2{font-size:21px}.vm-faq-list summary{padding:14px;font-size:10px}.vm-faq-list details p{padding:0 14px 14px;font-size:9px}.vm-faq-list summary b{width:24px;height:24px}
  .vm-contact-layout{grid-template-columns:1fr}.vm-contact-side{grid-template-columns:1fr 1fr;gap:8px}.vm-contact-side-card{padding:16px;border-radius:15px}.vm-contact-side-card:last-child{grid-column:1/-1}.vm-contact-side-card h2{font-size:11px}.vm-contact-side-card p{font-size:8px}.vm-contact-form-card{padding:20px 14px;border-radius:19px}.vm-contact-form-card h2{font-size:22px}.vm-contact-form-card>p{font-size:8.5px}.vm-contact-row{grid-template-columns:1fr}.vm-contact-form input,.vm-contact-form select,.vm-contact-form textarea{font-size:10px}.vm-contact-submit{align-items:stretch;flex-direction:column}.vm-contact-submit button{justify-content:center;width:100%}.vm-contact-submit small{font-size:8px}
  .vm-policy-meta{margin:-7px 0 14px;gap:6px}.vm-policy-meta span{font-size:7px;padding:6px 8px}.vm-policy-card{padding:21px 15px;border-radius:19px}.vm-policy-card section+section{margin-top:21px;padding-top:20px}.vm-policy-card h2{font-size:15px;margin-bottom:8px}.vm-policy-card p,.vm-policy-card li{font-size:9px;line-height:1.8}.vm-policy-links{gap:6px}.vm-policy-links a,.vm-policy-contact{font-size:7.5px;padding:7px 9px}.vm-cookie-grid{grid-template-columns:1fr;gap:7px}.vm-cookie-grid article,.vm-cookie-grid>div{padding:13px}.vm-cookie-grid strong{font-size:10px}.vm-cookie-grid p{font-size:8px}
  .vm-sitemap-grid{grid-template-columns:1fr;gap:9px}.vm-sitemap-grid section{padding:17px;border-radius:16px}.vm-sitemap-grid h2{font-size:14px}.vm-sitemap-grid a{font-size:9px;padding:9px 0}.vm-sitemap-tools{padding:17px;border-radius:17px}.vm-sitemap-tools>div:last-child a{font-size:7.5px;padding:7px 9px}
}
@media(max-width:390px){.vm-info-hero h1{font-size:26px}.vm-contact-side{grid-template-columns:1fr}.vm-contact-side-card:last-child{grid-column:auto}.vm-info-tools-summary a{padding-inline:5px}.vm-info-tools-summary span{font-size:6.5px}}
.vm-auth-legal{margin:2px 0 0;color:#8a96a6;font-size:8.5px;line-height:1.55}.vm-auth-legal a{color:#176de7;font-weight:750;text-decoration:underline;text-underline-offset:2px}


.vm-about-story-stack{display:grid;gap:14px;margin-top:14px}.vm-contact-hp[hidden]{display:none!important}.vm-info-page-about .vm-info-story-card{grid-template-columns:1fr;align-items:start;gap:15px}.vm-info-page-about .vm-info-story-card>p{max-width:920px;font-size:16px;line-height:1.88}
@media(max-width:760px){.vm-about-story-stack{gap:10px;margin-top:10px}.vm-info-page-about .vm-info-story-card>p{font-size:9.4px;line-height:1.78}}

.vm-info-hero-icon img.vm-info-hero-logo{
  display:block!important;
  width:48px!important;
  height:48px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
}
@media(max-width:700px){
  .vm-info-hero-icon img.vm-info-hero-logo{
    width:42px!important;
    height:42px!important;
  }
}

@media(min-width:768px) and (max-width:980px){
  .vm-header-inner-current{
    width:min(100% - 48px,1180px);
  }
  .vm-header-actions-current{
    margin-inline-start:auto;
    flex:0 0 auto;
  }
}

.vm-tools-stage{display:block}
.vm-side-ad{display:none}

@media(min-width:1100px){
  /* Header: use the available desktop width and make controls feel substantial. */
  .vm-header-inner-current{
    width:min(1360px,calc(100% - 56px));
    max-width:1360px;
    height:82px;
  }
  .vm-brand-current.vm-brand-custom{min-width:82px}
  .vm-header-actions-current{gap:10px}
  
  .vm-language-trigger,.vm-header-account,.vm-menu-btn-current{height:46px;min-height:46px;border-radius:13px}
  .vm-language-trigger,.vm-menu-btn-current{width:46px}
  .vm-header-account{padding:0 14px;font-size:12px}
  .vm-header-account-icon .vm-icon{width:18px;height:18px}

  /* Hero: intentionally larger on desktop — the previous build felt underscaled. */
  .vm-home-hero-inner{
    width:min(1180px,calc(100% - 56px));
    max-width:1180px;
    padding-top:46px;
  }
  .vm-home-kicker{padding:9px 16px;font-size:12px;gap:8px}
  .vm-home-kicker .vm-icon{width:15px;height:15px}
  .vm-home-hero h1{
    max-width:930px;
    margin:23px auto 15px;
    font-size:62px;
    line-height:1.02;
    letter-spacing:-.047em;
  }
  .vm-home-hero p{max-width:820px;font-size:16px;line-height:1.6}
  .vm-home-search{
    width:min(760px,100%);
    height:60px;
    margin:26px auto 20px;
    padding-inline:18px;
    border-radius:13px;
    gap:13px;
    box-shadow:0 10px 28px rgba(34,54,84,.07);
  }
  .vm-home-search{padding-inline-end:76px}
  .vm-home-search .vm-icon{width:22px;height:22px}
  .vm-home-search input{font-size:14px}
  .vm-home-search kbd{inset-inline-end:14px;min-width:47px;height:30px;font-size:11px;border-radius:8px}
  .vm-home-trust-grid{width:min(900px,100%);gap:13px;margin-bottom:24px}
  .vm-home-trust-grid>div{min-height:70px;padding:11px 14px;gap:11px;border-radius:12px}
  .vm-trust-icon{width:35px;height:35px;flex-basis:35px}
  .vm-trust-icon .vm-icon{width:24px;height:24px}
  .vm-home-trust-grid strong{font-size:12px}
  .vm-home-trust-grid small{font-size:10px;margin-top:4px}
  .vm-hero-float-card{width:105px;height:105px;border-radius:22px;box-shadow:0 20px 42px rgba(35,63,103,.13)}
  .vm-hero-float-pdf b{font-size:25px}
  .vm-hero-float-image .vm-icon{width:47px;height:47px}
  .vm-hero-decoration-left{left:max(38px,calc(50% - 660px));top:150px}
  .vm-hero-decoration-right{right:max(38px,calc(50% - 660px));top:145px}
  .vm-home-ad-wrap{width:min(970px,100%)}
  .vm-home-ad-wrap .vm-ad{min-height:96px;border-radius:13px}
  .vm-home-ad-wrap .vm-ad-label,.vm-home-ad-wrap .vm-ad small{font-size:10px}
  .vm-home-ad-first{padding-bottom:18px}

  /* Homepage content: larger rhythm and type, while staying easy to scan. */
  .vm-home-main{padding:52px 0 16px!important}
  .vm-home-main-container{
    width:min(100% - 40px,1440px)!important;
    max-width:1440px!important;
  }
  .vm-tools-panel{width:min(100%,1060px);margin-inline:auto}
  .vm-tool-tabs{gap:7px;padding:8px;border-radius:999px}
  .vm-tool-tabs button{min-height:64px;padding:0 18px;gap:11px;font-size:15px}
  .vm-tool-tabs .vm-icon{width:23px;height:23px;flex-basis:23px}
  .vm-featured-tools-grid{gap:18px;margin-top:24px}
  .vm-featured-tool-card{min-height:138px;padding:20px 22px;gap:20px;border-radius:22px}
  .vm-featured-tool-icon{width:80px;height:80px;flex-basis:80px;border-radius:20px}
  .vm-featured-tool-copy{gap:8px}
  .vm-featured-tool-copy strong{font-size:18px;line-height:1.2}
  .vm-featured-tool-copy small{font-size:12.5px;line-height:1.5}

  /* Keep all following desktop sections larger but centered. */
  .vm-how{width:min(100%,1120px);margin:58px auto 42px;padding:48px 46px 50px;border-radius:30px}
  .vm-section-intro{max-width:820px;margin-bottom:32px}
  .vm-section-intro>span{font-size:10px}
  .vm-section-intro h2{font-size:34px;margin:9px 0 10px}
  .vm-section-intro p{font-size:14px;line-height:1.65}
  .vm-how-steps{gap:16px}
  .vm-how-step{min-height:178px;padding:23px 21px;border-radius:20px}
  .vm-how-step>span{width:44px;height:44px;border-radius:13px;margin-bottom:19px}
  .vm-how-step>span .vm-icon{width:23px;height:23px}
  .vm-how-step>b{top:21px;inset-inline-end:21px;font-size:11px}
  .vm-how-step strong{font-size:15px;margin-bottom:7px}
  .vm-how-step small{font-size:11px;line-height:1.55}

  .vm-privacy{width:min(100%,1120px);grid-template-columns:280px 1fr;gap:36px;margin:0 auto 42px;padding:40px 48px;border-radius:30px}
  .vm-shield-ring{width:142px;height:142px;border-radius:38px}
  .vm-shield-ring .vm-icon{width:72px;height:72px}
  .vm-privacy-kicker{font-size:10px}
  .vm-privacy h2{font-size:34px;margin:9px 0 12px}
  .vm-privacy p{max-width:760px;font-size:14px;line-height:1.72}
  .vm-privacy-points{gap:11px;margin-top:21px}
  .vm-privacy-points span{padding:9px 13px;font-size:10.5px}
  .vm-privacy-points .vm-icon{width:16px;height:16px}

  .vm-premium-home{width:min(100%,1120px);margin:0 auto 20px;gap:24px;padding:23px 28px;border-radius:22px}
  .vm-premium-home-icon{width:58px;height:58px;border-radius:16px}
  .vm-premium-home-icon .vm-icon{width:30px;height:30px}
  .vm-premium-home-copy>span{font-size:9px}
  .vm-premium-home-copy h2{font-size:22px;margin:5px 0 6px}
  .vm-premium-home-copy p{font-size:11.5px;max-width:650px}
  .vm-premium-home-plans{gap:11px}
  .vm-premium-home-plans>div{min-width:132px;padding:12px 13px;border-radius:13px}
  .vm-premium-home-plans small{font-size:8.5px}
  .vm-premium-home-plans strong{font-size:18px}
  .vm-premium-home-plans span{font-size:7.5px}
}

/* Vertical tool-side ads are desktop-only. 120×600 at standard desktop widths. */
@media(min-width:1280px){
  .vm-tools-stage{
    width:min(100%,1280px);
    margin:0 auto;
    display:grid;
    grid-template-columns:120px minmax(0,1fr) 120px;
    gap:16px;
    align-items:start;
  }
  .vm-tools-stage .vm-tools-panel{grid-column:2;width:100%}
  .vm-side-ad{display:block;width:120px;min-width:120px}
  .vm-side-ad-left{grid-column:1;grid-row:1}
  .vm-side-ad-right{grid-column:3;grid-row:1}
  .vm-side-ad .vm-ad,
  .vm-all-tools-side-ad .vm-ad,
  .vm-tool-group-side-ad .vm-ad{
    width:120px;
    min-width:120px;
    min-height:600px;
    margin:0;
    padding:14px 8px;
    border:1px solid #e1e7ef;
    border-radius:18px;
    background:linear-gradient(180deg,#fbfdff,#fff);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:6px;
    overflow:hidden;
  }
  .vm-side-ad .vm-ad-label,
  .vm-all-tools-side-ad .vm-ad-label,.vm-all-tools-side-ad .vm-ad small,
  .vm-tool-group-side-ad .vm-ad-label,.vm-tool-group-side-ad .vm-ad small{font-size:9px}
  .vm-side-ad .vm-ad-label{color:#64748b}
  .vm-side-ad .vm-ad strong,
  .vm-all-tools-side-ad .vm-ad strong,
  .vm-tool-group-side-ad .vm-ad strong{display:none}
  .vm-side-ad .vm-ad small{font-size:9px;color:#94a3b8}
  .vm-side-ad .vm-ad ins,.vm-side-ad .vm-ad iframe,
  .vm-all-tools-side-ad ins,.vm-all-tools-side-ad iframe,
  .vm-tool-group-side-ad ins,.vm-tool-group-side-ad iframe{max-width:100%}
}

/* On wide desktops use the classic 160×600 skyscraper size. */
@media(min-width:1440px){
  .vm-tools-stage{
    width:min(100%,1400px);
    grid-template-columns:160px minmax(0,1060px) 160px;
    gap:10px;
    justify-content:center;
  }
  .vm-side-ad{width:160px;min-width:160px}
  .vm-side-ad .vm-ad{width:160px;min-width:160px}
}

@media(min-width:1100px){
  .vm-header-inner-current{gap:22px}
  .vm-primary-nav{
    display:flex;
    flex:1 1 auto;
    min-width:0;
    justify-content:center;
    align-items:center;
    gap:6px;
  }
  .vm-primary-nav a{
    flex:0 0 auto;
    padding:11px 14px;
    font-size:13px;
    white-space:nowrap;
  }
  .vm-header-actions-current{
    flex:0 0 auto;
    margin-inline-start:0;
  }
}

@media(min-width:1280px){
  .vm-primary-nav{gap:10px}
  .vm-primary-nav a{padding-inline:17px;font-size:13.5px}
}

.vm-all-tools-mobile-ad{display:none}
@media(max-width:767px){
  .vm-info-page-all-tools .vm-all-tools-mobile-ad{display:block;margin:17px 0 21px}
  .vm-info-page-all-tools .vm-all-tools-mobile-ad .vm-ad{
    width:100%;min-height:92px;margin:0;border-radius:13px;border:1px solid #dfe7f2;background:#fbfdff;box-shadow:0 6px 18px rgba(31,71,122,.035)
  }
  .vm-info-page-all-tools .vm-all-tools-mobile-ad .vm-ad-label{font-size:7px}
  .vm-info-page-all-tools .vm-all-tools-mobile-ad .vm-ad strong{font-size:10px}
  .vm-info-page-all-tools .vm-all-tools-mobile-ad .vm-ad small{font-size:7.5px}
  .vm-info-page-all-tools .vm-all-tools-mobile-ad ins,
  .vm-info-page-all-tools .vm-all-tools-mobile-ad iframe{max-width:100%}
}

.vm-all-tools-desktop-stage,.vm-tool-group-desktop-stage{display:block}
.vm-all-tools-side-ad,.vm-tool-group-side-ad{display:none}
.vm-all-tools-desktop-banner{display:block}

@media(min-width:1100px){
  .vm-info-page-all-tools .vm-info-shell{
    width:min(calc(100% - 48px),1400px);
    max-width:1400px;
  }
  .vm-all-tools-desktop-banner{display:block;width:min(970px,100%);margin:0 auto 30px}
  .vm-all-tools-desktop-banner .vm-ad,
  .vm-tool-group-page .vm-tool-group-ad .vm-ad{min-height:96px;border-radius:15px}
  .vm-all-tools-center{min-width:0}
  .vm-tool-group-center{min-width:0}
}

@media(min-width:1280px){
  .vm-all-tools-desktop-stage,
  .vm-tool-group-desktop-stage{
    display:grid;
    grid-template-columns:120px minmax(0,1fr) 120px;
    gap:16px;
    align-items:start;
    width:100%;
  }
  .vm-all-tools-center,.vm-tool-group-center{grid-column:2;min-width:0}
  .vm-all-tools-side-ad,.vm-tool-group-side-ad{display:block;width:120px;min-width:120px}
  .vm-all-tools-side-ad-left,.vm-tool-group-side-ad-left{grid-column:1;grid-row:1}
  .vm-all-tools-side-ad-right,.vm-tool-group-side-ad-right{grid-column:3;grid-row:1}
  .vm-all-tools-side-ad .vm-ad-label,.vm-all-tools-side-ad .vm-ad small,
  .vm-tool-group-side-ad .vm-ad-label,.vm-tool-group-side-ad .vm-ad small{color:#7b8798}
  .vm-tool-group-shell{
    width:min(calc(100% - 48px),1400px);
    max-width:1400px;
  }
  .vm-tool-group-center .vm-tool-group-grid{width:100%}
}

@media(min-width:1480px){
  .vm-all-tools-desktop-stage,
  .vm-tool-group-desktop-stage{
    grid-template-columns:160px minmax(0,1080px) 160px;
    gap:20px;
    justify-content:center;
  }
  .vm-all-tools-side-ad,.vm-tool-group-side-ad{width:160px;min-width:160px}
  .vm-all-tools-side-ad .vm-ad,.vm-tool-group-side-ad .vm-ad{width:160px;min-width:160px}
}

.vm-hero-tool-art{
  background:#fff;
  border:1px solid #e8eef7;
  box-shadow:0 16px 34px rgba(35,63,103,.11);
  overflow:hidden;
}
.vm-hero-tool-art .vm-official-tool-art,
.vm-hero-tool-art .vm-hero-tool-icon{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
  opacity:1;
  visibility:visible;
}
.vm-hero-tool-art > .vm-icon{
  display:block;
  width:58%;
  height:58%;
  color:#1769ff;
}
.vm-hero-tool-art.vm-hero-float-pdf{transform:rotate(-4deg)}
.vm-hero-tool-art.vm-hero-float-image{transform:rotate(4deg)}
@media(min-width:1100px){
  .vm-hero-decoration{
    display:block;
    opacity:1;
    visibility:visible;
  }
  .vm-hero-tool-art{
    display:grid;
    place-items:center;
    width:122px;
    height:122px;
    border-radius:24px;
  }
}

/* ============================================================
   v1.34.1 — cache-safe device-specific advertising
   Both device shells may exist in cached HTML, but only the matching viewport
   is visible and only its encoded third-party placement code is activated.
   ============================================================ */
@media(max-width:767px){
  [data-vm-ad-device="desktop"]{display:none}
}
@media(min-width:768px){
  [data-vm-ad-device="mobile"]{display:none}
}
.vm-ad-runtime{width:100%;max-width:100%}

