
:root{--accent:#b77a5c;--accent2:#416e69;--ink:#22292b;--paper:#fbf8f4;--soft:#f2ece5;--dark:#172625;--line:#e1d3c6;--r:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,"Segoe UI",Tahoma,Arial,sans-serif;background:var(--paper);color:var(--ink);direction:rtl;line-height:1.85}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}
.topbar{background:#142423;color:#eaf1ef;font-size:13px}.topbar .container{padding:7px 0;display:flex;justify-content:space-between}.topbar a{color:#fff;text-decoration:none}
.header{position:sticky;top:0;z-index:900;background:rgba(251,248,244,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(60,45,35,.12)}.nav{min-height:75px;display:flex;align-items:center;gap:15px}.brand{margin-left:auto}.brand img{width:205px;height:58px;object-fit:contain}.menu{display:flex;gap:2px}.menu a{text-decoration:none;font-weight:800;font-size:13px;padding:10px 8px;border-radius:11px}.menu a:hover{background:#eee6dd}.nav-cta{display:flex;gap:7px}.hamb{display:none;border:1px solid #d8cbbc;background:#fff;width:46px;height:46px;border-radius:13px;font-size:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:14px;padding:11px 17px;font:800 14px inherit;text-decoration:none;cursor:pointer}.btn-accent{background:linear-gradient(135deg,#a86549,#d79a73);color:#fff}.btn-dark{background:#1a2d2b;color:#fff}.btn-outline{background:transparent;border:1px solid #cbb6a4}
.hero{position:relative;min-height:680px;overflow:hidden;color:#fff;background:#111}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(.84) contrast(1.04)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,14,.30),rgba(8,14,14,.72)),linear-gradient(0deg,rgba(8,14,14,.42),transparent 60%)}.hero-inner{position:relative;z-index:2;min-height:680px;display:flex;align-items:center}.hero-copy{max-width:730px;padding:36px;border:1px solid rgba(255,255,255,.22);background:rgba(18,31,30,.39);backdrop-filter:blur(6px);border-radius:31px;box-shadow:0 25px 70px rgba(0,0,0,.23)}.eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(215,158,118,.14);border:1px solid rgba(238,195,165,.33);font-weight:900;color:#edc09f}.hero h1{font-size:clamp(40px,5vw,70px);line-height:1.23;margin:12px 0}.hero h1 span{color:#efbd9a}.hero p{font-size:18px;color:#e3e9e6}.hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:21px}.hero-points{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:24px;padding-top:17px;border-top:1px solid rgba(255,255,255,.18)}.hero-points strong{display:block;color:#efbb96}
.section{padding:78px 0}.section-alt{background:#f2ece5}.section-dark{background:#152524;color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:29px}.section-head h2{font-size:clamp(30px,4vw,47px);line-height:1.28;margin:5px 0}.section-head p{max-width:650px;color:#69716f}.section-dark .section-head p{color:#cbd4d1}
.circle-menu{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.circle-link{text-align:center;text-decoration:none}.circle-icon{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;margin:auto;background:linear-gradient(145deg,#fff,#eee5dc);border:1px solid #dfd0c2;box-shadow:0 12px 30px rgba(60,45,35,.08);font-size:29px;transition:.25s}.circle-link:hover .circle-icon{transform:translateY(-5px);box-shadow:0 18px 40px rgba(60,45,35,.15)}.circle-link strong{display:block;margin-top:8px;font-size:13px}
.services-grid,.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.service-card,.article-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 38px rgba(50,37,28,.07);transition:.25s}.service-card:hover,.article-card:hover{transform:translateY(-4px)}.service-card img{width:100%;height:235px;object-fit:cover}.article-card img{width:100%;height:190px;object-fit:cover}.service-body,.article-card .body{padding:18px}.service-body h3,.article-card h3{margin:0 0 6px}.service-body p,.article-card p{color:#717876}.service-body a,.article-card a{color:#80543f;font-weight:900;text-decoration:none}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.step{padding:20px;border:1px solid rgba(215,190,166,.3);border-radius:20px;background:rgba(255,255,255,.05)}.step b{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#d69a74;color:#172625}.step h3{margin:5px 0}.step p{color:#cbd4d1}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.gallery figure{margin:0;border-radius:17px;overflow:hidden;position:relative;background:#ddd}.gallery img{width:100%;height:235px;object-fit:cover;transition:.35s}.gallery figure:hover img{transform:scale(1.04)}.gallery figcaption{position:absolute;bottom:0;right:0;left:0;padding:28px 10px 9px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.72));font-size:12px}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.video-card{background:#0e1515;color:#fff;border-radius:21px;overflow:hidden}.video-cover{height:235px;display:grid;place-items:center;background-size:cover;background-position:center;position:relative}.video-cover:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.25)}.play{position:relative;z-index:2;width:66px;height:66px;border-radius:50%;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.45);color:#fff;font-size:25px}.video-card video{width:100%;display:none}.video-card h3{padding:0 15px 14px}
.map-wrap{border:1px solid #d7c8b9;border-radius:23px;overflow:hidden}.map-wrap iframe{width:100%;height:430px;border:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.stat{padding:24px;text-align:center;border-radius:21px;background:#fff;border:1px solid #dfd2c5}.stat strong{font-size:31px;color:#865b45}.stat span{display:block}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-empty,.review-card,.review-form{background:#fff;border:1px solid #ddd0c3;border-radius:21px;padding:20px}.review-empty{text-align:center;grid-column:1/-1}.review-card .stars{color:#d99a4e}.review-form{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:11px}.review-form label{display:grid;gap:4px;font-weight:800}.review-form input,.review-form select,.review-form textarea{padding:11px;border:1px solid #d4c5b7;border-radius:11px;font:inherit}.review-form .wide{grid-column:1/-1}.faq details{background:#fff;border:1px solid #ddd0c3;border-radius:15px;padding:13px 15px;margin:8px 0}.faq summary{cursor:pointer;font-weight:900}
.footer{background:#0f1a19;color:#d3dcda;padding:56px 0 94px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:28px}.footer h3,.footer h4{color:#fff}.footer a{color:#ced8d5;text-decoration:none;display:block;margin:5px 0}.credit{border-top:1px solid rgba(255,255,255,.12);margin-top:27px;padding-top:18px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.float-tools{position:fixed;left:12px;top:50%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:7px}.float-tools a,.float-tools button{width:50px;height:50px;border-radius:15px;border:0;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:21px;box-shadow:0 9px 24px rgba(0,0,0,.18)}.wa{background:#14b85d}.call{background:#222b2a}.video-btn{background:#b87b5c}.theme-btn{background:#416e69}.theme-panel{display:none;position:fixed;left:72px;top:50%;transform:translateY(-50%);z-index:1003;background:#fff;border:1px solid #d9cbbc;border-radius:17px;padding:11px;box-shadow:0 18px 55px rgba(0,0,0,.2)}.theme-panel.open{display:grid;gap:7px}.theme-panel button{width:145px;padding:8px;border:1px solid #ddd;border-radius:9px;background:#fff;text-align:right}
.chat-launchers{position:fixed;right:11px;bottom:92px;z-index:1000;display:flex;flex-direction:column;gap:6px}.chat-launcher{width:56px;height:56px;border-radius:50%;border:3px solid #fff;padding:0;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.2)}.chat-launcher img{width:100%;height:100%;object-fit:cover}.chat{display:none;position:fixed;right:12px;bottom:88px;width:min(390px,calc(100vw - 24px));max-height:75vh;background:#fff;border:1px solid #d6c8ba;border-radius:23px;overflow:hidden;box-shadow:0 25px 75px rgba(0,0,0,.28);z-index:1100}.chat.open{display:flex;flex-direction:column}.chat-head{background:#18302e;color:#fff;padding:11px;display:flex;align-items:center;gap:8px}.chat-head img{width:41px;height:41px;border-radius:50%}.chat-close{margin-right:auto;background:none;border:0;color:#fff;font-size:22px}.chat-body{padding:13px;overflow:auto;min-height:250px}.bubble{padding:10px 12px;border-radius:15px;margin:6px 0;max-width:88%}.bot{background:#f0ebe5}.user{background:#d9ebe6;margin-right:auto}.suggestions{padding:7px 11px;display:flex;gap:5px;flex-wrap:wrap}.suggestions button{border:1px solid #d4c5b6;background:#fff;border-radius:999px;padding:6px 9px}.chat-form{display:flex;gap:6px;padding:9px;border-top:1px solid #eee}.chat-form input{flex:1;padding:10px;border:1px solid #ddd;border-radius:11px;font:inherit}.chat-form button{width:44px;border:0;border-radius:11px;background:#416e69;color:#fff}
.mobile-bar{display:none;position:fixed;bottom:0;right:0;left:0;height:64px;grid-template-columns:repeat(3,1fr);z-index:1200}.mobile-bar a{display:grid;place-items:center;color:#fff;text-decoration:none;font-weight:900}.mobile-bar a:nth-child(1){background:#192523}.mobile-bar a:nth-child(2){background:#13b059}.mobile-bar a:nth-child(3){background:#a86b4d}
.page-hero{padding:66px 0 47px;background:linear-gradient(135deg,#203a38,#8e6149);color:#fff}.page-hero h1{font-size:clamp(34px,5vw,60px);line-height:1.25;margin:5px 0}.breadcrumbs{font-size:13px;color:#eadfd8}.article-shell{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:26px}.article{background:#fff;border:1px solid #dfd2c5;border-radius:23px;padding:28px}.article h2{font-size:27px;line-height:1.42;margin-top:34px}.article p{color:#4c5552}.article blockquote{margin:23px 0;padding:17px 19px;border-right:4px solid #b77a5c;background:#f4eee8;border-radius:13px;font-size:18px}.article-img{width:100%;max-height:500px;object-fit:cover;border-radius:17px;margin-bottom:19px}.lead-article{font-size:18px}.article-tip{padding:14px;border:1px solid #dec4aa;background:#fff8ef;border-radius:13px}.inline-related{display:grid;grid-template-columns:1fr 1fr;gap:7px}.inline-related a{padding:9px 11px;border:1px solid #ddd0c3;border-radius:11px;text-decoration:none;font-weight:800;color:#76503d}.toc{position:sticky;top:96px;background:#fff;border:1px solid #ddd0c3;border-radius:17px;padding:15px}.toc a{display:block;text-decoration:none;margin:6px 0;font-size:13px;color:#56605d}
.admin{background:#edf0ef;min-height:100vh;padding:27px}.admin-wrap{max-width:1240px;margin:auto}.admin-card{background:#fff;border:1px solid #dce2df;border-radius:18px;padding:18px;margin-bottom:13px}.admin-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:14px}.admin-tabs button{padding:9px 12px;border:1px solid #d4dbd8;border-radius:10px;background:#fff;font-weight:800}.admin-tabs button.active{background:#1b3432;color:#fff}.admin-section{display:none}.admin-section.active{display:block}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.admin label{display:grid;gap:4px;font-weight:800}.admin input,.admin textarea,.admin select{padding:10px;border:1px solid #cbd4d1;border-radius:9px;font:inherit}
html[data-theme="green"]{--accent:#17825b;--accent2:#194e3e}html[data-theme="orange"]{--accent:#d56b2d;--accent2:#77462f}html[data-theme="pink"]{--accent:#c45b82;--accent2:#654357}html[data-theme="red"]{--accent:#b7433d;--accent2:#5e2825}html[data-theme="black"]{--accent:#b4975c;--accent2:#171717}html[data-theme] .btn-accent{background:var(--accent)}html[data-theme] .theme-btn{background:var(--accent2)}
@media(max-width:980px){.menu,.nav-cta{display:none}.hamb{display:block}.brand img{width:165px}.services-grid,.articles-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}.circle-menu{grid-template-columns:repeat(4,1fr)}.article-shell{grid-template-columns:1fr}.toc{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){body{padding-bottom:64px}.topbar{display:none}.nav{min-height:67px}.brand img{width:150px;height:48px}.hero,.hero-inner{min-height:575px}.hero-copy{padding:20px;border-radius:22px;background:rgba(18,31,30,.30)}.hero h1{font-size:35px}.hero p{font-size:15px}.hero-points{grid-template-columns:1fr 1fr}.section{padding:55px 0}.section-head{display:block}.services-grid,.articles-grid,.video-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:185px}.circle-menu{grid-template-columns:repeat(3,1fr)}.circle-icon{width:74px;height:74px}.process,.stats{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}.review-form{grid-template-columns:1fr}.review-form .wide{grid-column:auto}.footer-grid{grid-template-columns:1fr}.float-tools{left:7px;top:auto;bottom:84px;transform:none}.float-tools a,.float-tools button{width:44px;height:44px;border-radius:13px}.theme-panel{left:58px;top:auto;bottom:82px;transform:none}.chat-launchers{right:7px;bottom:82px}.chat-launcher{width:49px;height:49px}.mobile-bar{display:grid}.article{padding:18px}.article h2{font-size:23px}.inline-related{grid-template-columns:1fr}.page-hero{padding:49px 0 34px}.admin-grid{grid-template-columns:1fr}}
/* V27 mobile navigation guard */
@media(max-width:980px){
 .header .container.nav{position:relative}
 .header .menu[style*="display: flex"],.header .menu[style*="display:flex"]{
  position:absolute;top:calc(100% + 1px);right:0;left:0;display:flex!important;flex-direction:column!important;
  align-items:stretch!important;gap:3px!important;padding:12px!important;background:#fbf8f4!important;
  border:1px solid #ded1c4!important;border-radius:0 0 18px 18px!important;box-shadow:0 18px 42px rgba(0,0,0,.14)!important;
  max-height:70vh;overflow:auto;z-index:1500
 }
 .header .menu[style*="display: flex"] a,.header .menu[style*="display:flex"] a{display:block;padding:11px 13px;color:#22282b!important;background:#fff;border:1px solid #eee5dc}
}

/* Content quality system V28 */
.quick-summary{margin:18px 0 28px;padding:20px 22px;border:1px solid #d9c5b4;border-right:5px solid var(--accent);border-radius:18px;background:linear-gradient(135deg,#fffaf5,#f6eee6)}
.quick-summary h2{font-size:21px!important;margin:0 0 10px!important}.quick-summary ul,.quality-checklist{margin:0;padding:0 20px 0 0}.quick-summary li,.quality-checklist li{margin:7px 0;color:#3f4946}
.article-jumps{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 28px}.article-jumps a{padding:8px 11px;border-radius:999px;background:#f2ece5;border:1px solid #ddcdbf;text-decoration:none;font-size:13px;font-weight:800;color:#684938}
.quality-depth{margin:34px 0;padding:24px;border-radius:20px;background:#fbf8f4;border:1px solid #ddcdbf}.quality-depth h2{margin-top:0!important}.quality-depth h3{font-size:19px;margin:22px 0 6px;color:#76503d}.quality-depth p{margin:8px 0}.quality-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;list-style:none;padding:0}.quality-checklist li{position:relative;padding:10px 37px 10px 12px;background:#fff;border:1px solid #e3d5c9;border-radius:12px}.quality-checklist li:before{content:"✓";position:absolute;right:12px;top:9px;color:#2d746a;font-weight:900}
.article-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0}.article-fact{padding:15px;border:1px solid #e0d2c5;background:#fff;border-radius:14px}.article-fact strong{display:block;color:#6f4b39;margin-bottom:4px}.article-meta-note{font-size:13px;color:#6d7572;margin:12px 0 20px;padding-bottom:14px;border-bottom:1px solid #eee4da}
.category-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.category-hub-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;text-decoration:none;box-shadow:0 10px 30px rgba(40,30,25,.06)}.category-hub-card h3{margin:0 0 6px}.category-hub-card p{color:#65706d;margin:0}.category-kicker{font-weight:900;color:#855941;font-size:13px}.pill-link{display:inline-flex;margin-top:12px;color:#6f4b39;font-weight:900}
@media(max-width:680px){.quick-summary,.quality-depth{padding:17px}.quality-checklist,.article-fact-grid,.category-hub-grid{grid-template-columns:1fr}.article-jumps{gap:6px}.article-jumps a{font-size:12px}.article-meta-note{font-size:12px}}

/* V28 content quality components */
.article-table-wrap{overflow-x:auto;margin:22px 0;border:1px solid #dfd2c5;border-radius:16px;background:#fff}.article-table-wrap table{width:100%;border-collapse:collapse;min-width:600px}.article-table-wrap th,.article-table-wrap td{padding:13px 15px;border-bottom:1px solid #eee2d7;text-align:right;vertical-align:top}.article-table-wrap th{width:28%;background:#f7f1eb;color:#654a3d}.article-table-wrap tr:last-child th,.article-table-wrap tr:last-child td{border-bottom:0}.article-steps{counter-reset:q;list-style:none;padding:0;margin:18px 0}.article-steps li{padding:14px 16px;margin:9px 0;border:1px solid #e3d5c9;border-radius:14px;background:#fff}.article-steps strong{color:#2d746a;margin-left:5px}@media(max-width:680px){.article-table-wrap table{min-width:520px}.article-table-wrap th,.article-table-wrap td{padding:11px 12px}}


/* V29 ARTICLE RESPONSIVE & SEO CONTENT SYSTEM */
body{font-family:"Tajawal","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;font-size:16px;line-height:1.85;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.article-page .page-hero{padding:54px 0 38px}.article-page .page-hero .container{max-width:1080px}.article-page .page-hero h1{font-size:clamp(32px,4.7vw,54px);letter-spacing:-.02em;max-width:980px}.article-page .page-hero p{max-width:830px;font-size:17px;line-height:1.9;color:rgba(255,255,255,.9)}
.article-shell{grid-template-columns:minmax(0,1fr) 250px;gap:24px;align-items:start}.article{min-width:0;padding:clamp(22px,3vw,36px);font-size:17px;line-height:2}.article>p{font-size:17px;line-height:2.05}.article h2{font-size:clamp(24px,2.7vw,31px);line-height:1.5;margin:44px 0 16px;scroll-margin-top:100px}.article h3{font-size:20px;line-height:1.6}.article a{text-underline-offset:3px}.article .lead-article{font-size:19px;line-height:2;color:#34423f}.keyword-highlight{color:#6e4936;background:linear-gradient(transparent 62%,#f2dfcf 62%);font-weight:900}
.article-cover{margin:0 0 26px}.article-cover img,.article-img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:20px;margin:0}.article-cover figcaption,.article-mid-figure figcaption,.article-video-figure figcaption{font-size:13px;line-height:1.7;color:#6d7572;margin-top:9px;text-align:center}
.quick-summary{margin:22px 0 26px}.article-jumps{margin:18px 0 16px}.article-jumps a{font-size:13px;white-space:nowrap}.mobile-toc{display:none}
.toc{top:92px;max-height:calc(100vh - 115px);overflow:auto}.toc strong{display:block;margin-bottom:10px;font-size:15px}.toc a{padding:5px 2px;margin:0;line-height:1.6;border-bottom:1px dashed #eee3d8}.toc a:last-child{border-bottom:0}
.article-deep-section,.article-decision-matrix,.direct-answers,.article-sources,.article-links-map,.article-media-section{margin:42px 0;padding-top:4px}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:20px 0}.spec-card{background:#fbf8f4;border:1px solid #e2d4c7;border-radius:15px;padding:16px}.spec-card strong{display:block;color:#6f4b39;margin-bottom:5px}.spec-card p{margin:0;color:#4e5956;font-size:15px;line-height:1.9}.article-note{font-size:14px!important;color:#66716e!important;border-right:4px solid #b77a5c;padding:12px 15px;background:#fbf7f2;border-radius:10px}
.article-media-row{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(230px,.65fr);gap:16px;align-items:stretch;margin-top:18px}.article-mid-figure,.article-video-figure{margin:0;background:#f8f3ed;border:1px solid #dfd1c4;border-radius:18px;padding:10px;overflow:hidden}.article-mid-figure img{width:100%;height:100%;min-height:340px;max-height:520px;object-fit:cover;border-radius:12px}.article-video-figure video{display:block;width:100%;height:100%;max-height:520px;min-height:340px;object-fit:contain;background:#111;border-radius:12px}
.direct-answers{background:#f7f1eb;border:1px solid #dfd1c4;border-radius:20px;padding:22px}.direct-answers>h2{margin-top:0}.answer-card{background:#fff;border:1px solid #e5d8cc;border-radius:14px;padding:16px;margin:10px 0}.answer-card h3{margin:0 0 6px;color:#694836}.answer-card p{margin:0;color:#3e4b48}
.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.related-grid a{display:flex;align-items:center;min-height:54px;padding:11px 13px;background:#fff;border:1px solid #ddd0c3;border-radius:13px;text-decoration:none;font-weight:800;color:#704d3d}.related-grid a:hover{border-color:#b88a70;background:#fff9f4}.article-sources{border-top:1px solid #eadfd4}.article-sources ul{padding-right:21px}.article-sources li{margin:8px 0}.article-sources a{font-weight:800;color:#2e665f}
.responsive-table table{min-width:0}.responsive-table th{width:auto}.article-table-wrap{overscroll-behavior-inline:contain}.article-steps li{line-height:1.85}
.article details{margin:10px 0;border:1px solid #e0d2c5;border-radius:13px;background:#fff;padding:0 15px}.article details summary{padding:14px 0;font-weight:900;cursor:pointer;line-height:1.7}.article details p{margin:0 0 14px}
.article-page .section{padding:42px 0 70px}
@media(max-width:980px){
 .article-shell{grid-template-columns:1fr;max-width:860px}.article-shell>aside{display:none}.mobile-toc{display:block;margin:14px 0 26px;border:1px solid #dbcdbf;border-radius:15px;background:#fff;padding:0 15px}.mobile-toc summary{padding:14px 0;font-weight:900;cursor:pointer}.mobile-toc nav{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:0 0 15px}.mobile-toc a{padding:8px 9px;border-radius:10px;background:#f4eee8;text-decoration:none;font-size:13px;font-weight:800}
 .article-media-row{grid-template-columns:1fr 280px}.article-mid-figure img,.article-video-figure video{min-height:300px}
}
@media(max-width:680px){
 html{scroll-padding-top:74px}.container{width:min(100% - 24px,1180px)}body{font-size:16px;line-height:1.9}.article-page{padding-bottom:76px}.article-page .header{position:sticky}.article-page .nav{min-height:64px}.article-page .brand img{width:142px;height:44px}.article-page .page-hero{padding:34px 0 28px}.article-page .page-hero h1{font-size:29px;line-height:1.45;margin:8px 0}.article-page .page-hero p{font-size:15px;line-height:1.85;margin-bottom:0}.breadcrumbs{font-size:12px;line-height:1.7}.article-page .section{padding:18px 0 34px}.article{border-radius:18px;padding:17px 15px;font-size:16px;line-height:1.95;overflow:hidden}.article>p,.article .lead-article{font-size:16px;line-height:1.95}.article h2{font-size:23px;line-height:1.55;margin:36px 0 13px}.article h3{font-size:18px}.article-cover{margin:0 -2px 20px}.article-cover img,.article-img{border-radius:14px;aspect-ratio:16/9}.article-cover figcaption{font-size:12px;padding:0 5px}.quick-summary{padding:15px 16px;margin:16px 0 20px}.quick-summary h2{font-size:19px!important}.quick-summary ul{padding-right:18px}.article-jumps{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.article-jumps a{text-align:center;white-space:normal;padding:8px 6px;line-height:1.5}.mobile-toc{margin:10px 0 22px}.mobile-toc nav{grid-template-columns:1fr 1fr}.spec-grid,.related-grid{grid-template-columns:1fr}.spec-card{padding:14px}.article-media-row{grid-template-columns:1fr}.article-mid-figure,.article-video-figure{padding:8px}.article-mid-figure img{min-height:0;height:auto;aspect-ratio:16/9}.article-video-figure{max-width:330px;width:100%;margin-inline:auto}.article-video-figure video{min-height:0;height:auto;max-height:500px;aspect-ratio:9/16}.direct-answers{padding:16px 14px}.answer-card{padding:14px}.article-table-wrap{border-radius:13px;overflow:visible}.responsive-table table,.responsive-table tbody,.responsive-table tr,.responsive-table th,.responsive-table td{display:block;width:100%;min-width:0}.responsive-table thead{display:none}.responsive-table tr{margin:0 0 12px;border:1px solid #e1d4c8;border-radius:12px;overflow:hidden;background:#fff}.responsive-table td{border:0!important;padding:10px 12px}.responsive-table td:first-child{font-weight:900;background:#f5eee7;color:#694936}.article-table-wrap:not(.responsive-table){overflow-x:auto}.article-table-wrap:not(.responsive-table) table{min-width:520px}.quality-checklist{grid-template-columns:1fr}.quality-depth{padding:15px}.inline-related{grid-template-columns:1fr}.article-tip{font-size:15px;line-height:1.9}.article-sources ul{padding-right:18px}.article-sources a{overflow-wrap:anywhere}
 .article-page .chat-launchers,.article-page .float-tools,.article-page .theme-panel{display:none!important}.mobile-bar{height:60px}.footer{padding-bottom:82px}
}
@media(min-width:681px) and (max-width:980px){.article-page .chat-launchers{right:14px;bottom:18px}}


/* =====================  BLUE PREMIUM DESIGN SYSTEM ===================== */
:root{--accent:#0878ff;--accent2:#0b54b5;--accent3:#27a7ff;--navy:#031a3d;--navy2:#06295c;--ink:#10233d;--paper:#f7fbff;--soft:#edf6ff;--dark:#031b3e;--line:#d5e6f7;--gold:#d7a74c;--r:22px;--shadow:0 18px 55px rgba(4,43,96,.11);--glow:0 0 28px rgba(23,130,255,.28)}
html{background:#f7fbff}body{background:linear-gradient(180deg,#f9fcff,#f4f9ff);color:var(--ink);font-size:16px;line-height:1.9;overflow-x:hidden}::selection{background:#0b78ff;color:#fff}.container{width:min(1240px,calc(100% - 38px))}
.topbar{background:linear-gradient(90deg,#021631,#073b7d,#021631);border-bottom:1px solid rgba(104,185,255,.22);color:#dceeff}.topbar .container{min-height:39px;align-items:center}.topbar a{font-weight:900;color:#fff}.header{top:0;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(16,90,180,.13);box-shadow:0 8px 35px rgba(4,38,82,.08);backdrop-filter:blur(18px)}.header:after{content:"";position:absolute;right:0;left:0;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,#0b78ff 20%,#8fd4ff 50%,#0b78ff 80%,transparent);opacity:.5}.nav{min-height:94px;gap:16px}.brand img{width:250px;height:72px}.menu{gap:3px;align-items:center}.menu a{font-size:14px;color:#16365f;padding:12px 10px;border-radius:12px;position:relative;transition:.25s}.menu a:after{content:"";position:absolute;right:12px;left:12px;bottom:4px;height:2px;border-radius:3px;background:linear-gradient(90deg,#18a0ff,#0a54c8);transform:scaleX(0);transition:.25s}.menu a:hover{background:#edf6ff;color:#0758ba}.menu a:hover:after{transform:scaleX(1)}.hamb{border:1px solid #bdd8f2;background:#f7fbff;color:#073b7d;box-shadow:0 7px 20px rgba(10,75,155,.08)}
.btn{min-height:47px;padding:12px 20px;border-radius:14px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,filter .25s}.btn:before{content:"";position:absolute;top:-80%;left:-35%;width:25%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(18deg);transition:left .6s}.btn:hover:before{left:115%}.btn:hover{transform:translateY(-2px)}.btn-accent{background:linear-gradient(135deg,#0878ff,#0b55c2);color:#fff;box-shadow:0 10px 25px rgba(8,103,226,.28)}.btn-dark{background:linear-gradient(135deg,#041a3b,#0a376e);color:#fff;box-shadow:0 10px 25px rgba(4,29,65,.2)}.btn-outline{border:1px solid rgba(170,214,255,.62);background:rgba(5,33,74,.35);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.hero{min-height:720px;background:#031a3d;border-radius:0 0 42px 42px;box-shadow:0 20px 60px rgba(3,31,71,.16)}.hero-slide img{filter:saturate(.9) contrast(1.08) brightness(.76)}.hero:after{background:radial-gradient(circle at 76% 20%,rgba(18,126,255,.18),transparent 33%),linear-gradient(90deg,rgba(1,13,32,.15),rgba(2,29,68,.88) 64%,rgba(1,24,57,.96)),linear-gradient(0deg,rgba(2,21,48,.62),transparent 60%)}.hero:before{content:"";position:absolute;z-index:2;top:0;bottom:0;right:43%;width:5px;background:linear-gradient(180deg,transparent,#47b8ff 35%,#fff 50%,#1c86ff 66%,transparent);filter:blur(1px);transform:skewX(-12deg);opacity:.8;box-shadow:0 0 25px #198cff}.hero-inner{min-height:720px;justify-content:flex-start}.hero-copy{max-width:690px;padding:44px 46px;border:1px solid rgba(128,198,255,.31);background:linear-gradient(145deg,rgba(3,28,66,.88),rgba(3,41,91,.70));backdrop-filter:blur(10px);border-radius:32px 12px 32px 12px;box-shadow:0 30px 80px rgba(0,16,43,.4),inset 0 1px rgba(255,255,255,.12);position:relative}.hero-copy:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#3eb4ff,transparent 35%,transparent 65%,#0d75ff);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.eyebrow{background:rgba(17,128,255,.13);border-color:rgba(116,194,255,.38);color:#9dd6ff;letter-spacing:.02em}.hero h1{font-size:clamp(42px,5.4vw,74px);line-height:1.18;margin:14px 0 18px;text-shadow:0 5px 26px rgba(0,0,0,.24)}.hero h1 span{color:#fff;background:linear-gradient(90deg,#fff,#a9dcff,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:19px;line-height:2;color:#e3f2ff}.hero-points{border-top-color:rgba(128,198,255,.25);gap:10px}.hero-points>div{padding:12px 8px;border-radius:14px;background:rgba(6,67,135,.25);border:1px solid rgba(100,179,255,.13)}.hero-points strong{color:#65c3ff;font-size:18px}.hero-points span{color:#eef8ff;font-weight:700;font-size:13px}
.section{padding:86px 0}.section-alt{background:linear-gradient(180deg,#f0f7ff,#f8fbff)}.section-dark{background:radial-gradient(circle at 25% 20%,rgba(8,119,255,.14),transparent 28%),linear-gradient(135deg,#021631,#062a5b);color:#fff;position:relative;overflow:hidden}.section-dark:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(transparent,#000 20%,#000 80%,transparent)}
.section-head{align-items:center;margin-bottom:34px}.section-head h2{font-size:clamp(30px,3.8vw,46px);color:#092f63;position:relative;display:inline-block}.section-head h2:after{content:"";display:block;width:72px;height:4px;border-radius:5px;margin-top:10px;background:linear-gradient(90deg,#0b78ff,#62c5ff,#d9a84c)}.section-dark .section-head h2{color:#fff}.section-head p{color:#5f7289}.section-dark .section-head p{color:#c9e0f7}
.circle-menu{grid-template-columns:repeat(7,1fr);gap:17px}.circle-link{padding:16px 7px;border:1px solid #d9e9f8;border-radius:19px;background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(4,45,98,.06);transition:.28s}.circle-link:hover{transform:translateY(-7px);border-color:#8bc8ff;box-shadow:0 20px 42px rgba(6,87,180,.14)}.circle-icon{width:86px;height:86px;background:radial-gradient(circle at 35% 25%,#fff,#e6f3ff 60%,#d5eaff);border:1px solid #bcdcff;box-shadow:inset 0 0 0 7px #f8fcff,0 10px 25px rgba(7,86,174,.12);font-size:0}.circle-icon img{width:54px;height:54px;margin:auto}.circle-link strong{font-size:14px;color:#113c70;margin-top:10px}
.services-grid,.articles-grid{gap:21px}.service-card,.article-card,.category-hub-card{border:1px solid #d5e6f7;border-radius:22px;box-shadow:var(--shadow);background:linear-gradient(180deg,#fff,#fbfdff);overflow:hidden;position:relative}.service-card:after,.article-card:after,.category-hub-card:after{content:"";position:absolute;right:0;left:0;top:0;height:3px;background:linear-gradient(90deg,transparent,#0b7dff,#60c7ff,transparent);transform:scaleX(0);transition:.3s}.service-card:hover:after,.article-card:hover:after,.category-hub-card:hover:after{transform:scaleX(1)}.service-card:hover,.article-card:hover,.category-hub-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(5,72,150,.16)}.service-card img,.article-card img{transition:transform .55s,filter .55s}.service-card:hover img,.article-card:hover img{transform:scale(1.055);filter:saturate(1.08)}.service-body h3,.article-card h3,.category-hub-card h3{color:#0a3a76}.service-body a,.article-card a,.pill-link{color:#0868d7}.service-body p,.article-card p,.category-hub-card p{color:#5f7185}.category-kicker{color:#0874e9;background:#edf6ff;border:1px solid #cfe6fb;padding:4px 8px;border-radius:999px;display:inline-flex}
.process{gap:16px}.step{border-color:rgba(101,174,245,.24);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(36,126,230,.08));box-shadow:inset 0 1px rgba(255,255,255,.08)}.step b{background:linear-gradient(135deg,#178cff,#0a4ba7);color:#fff;box-shadow:0 7px 18px rgba(8,104,218,.35)}.step p{color:#d4e7f8}
.gallery{gap:14px}.gallery figure{border-radius:21px;border:1px solid rgba(146,203,255,.35);box-shadow:0 12px 32px rgba(0,20,50,.23)}.gallery figure:after{content:"＋";position:absolute;top:12px;left:12px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(5,50,104,.65);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(7px);opacity:0;transform:scale(.7);transition:.3s}.gallery figure:hover:after{opacity:1;transform:scale(1)}.gallery img{height:245px}.gallery figure:hover img{transform:scale(1.09)}
.video-card{background:#02142f;border:1px solid rgba(117,190,255,.25);box-shadow:0 15px 40px rgba(0,10,30,.3)}.video-cover{height:245px}.play{background:linear-gradient(135deg,#118bff,#0753bd);box-shadow:0 0 0 10px rgba(32,143,255,.14),0 12px 35px rgba(0,0,0,.35)}
.map-wrap{border-color:#bcdaf6;box-shadow:var(--shadow)}.stats{gap:15px}.stat{border:1px solid #d6e7f7;box-shadow:0 12px 35px rgba(5,65,135,.08)}.stat strong{color:#086bda}.reviews-grid{gap:18px}.review-empty,.review-card,.review-form{border-color:#d4e6f7;box-shadow:0 12px 35px rgba(5,59,124,.07)}.review-card .stars{color:#edae31}.review-form input,.review-form select,.review-form textarea{border-color:#cbdff2;background:#fafdff}.faq details{border-color:#d3e5f6;box-shadow:0 7px 20px rgba(4,55,117,.045)}.faq summary{color:#0b3d78}
.footer{background:radial-gradient(circle at 20% 0,rgba(18,117,240,.18),transparent 30%),linear-gradient(135deg,#01152f,#052b5d);color:#d6e8f8;padding-top:64px}.footer h3,.footer h4{color:#fff}.footer a{color:#c8def2}.footer a:hover{color:#62bfff}.credit{border-top-color:rgba(118,185,247,.17)}
.float-tools a,.float-tools button{border-radius:17px;border:1px solid rgba(255,255,255,.24);box-shadow:0 10px 28px rgba(0,25,58,.26)}.call{background:linear-gradient(135deg,#0878ff,#0647a0)}.video-btn{background:linear-gradient(135deg,#0b4d9f,#032c64)}.theme-btn{background:linear-gradient(135deg,#148df9,#0a4caa)}.theme-panel{border-color:#cbe0f4;box-shadow:0 25px 70px rgba(2,41,89,.23)}.chat-head{background:linear-gradient(135deg,#05275a,#086cda)}.chat-form button{background:linear-gradient(135deg,#0878ff,#0753b8)}.mobile-bar a:nth-child(1){background:#063c86}.mobile-bar a:nth-child(2){background:#10b65a}.mobile-bar a:nth-child(3){background:#0878ff}
/* inner pages */
.page-hero{background:radial-gradient(circle at 78% 25%,rgba(61,163,255,.3),transparent 26%),linear-gradient(135deg,#031a3c,#0752aa);color:#fff;border-radius:0 0 34px 34px;box-shadow:0 16px 45px rgba(4,51,108,.16)}.page-hero h1{color:#fff;text-shadow:0 5px 23px rgba(0,0,0,.18)}.breadcrumbs{color:#cce5fb}.article{border:1px solid #d8e7f5;box-shadow:0 18px 48px rgba(4,52,111,.08);background:#fff}.article h2{color:#073b7c;border-right:4px solid #138bff;padding-right:13px}.article h3{color:#0b4c91}.keyword-highlight{color:#064f9e;background:linear-gradient(transparent 63%,#dceeff 63%)}.quick-summary,.quality-depth,.direct-answers{background:linear-gradient(145deg,#f5faff,#edf6ff);border-color:#cfe4f7}.article-tip,.article-note{border-right-color:#148bff;background:#f2f8ff}.article-jumps a,.mobile-toc a{background:#edf6ff;color:#0754ad;border-color:#cfe3f6}.toc{border-color:#d7e7f5;box-shadow:0 12px 30px rgba(4,58,124,.06)}.toc a{border-bottom-color:#e3eef8}.spec-card,.article-fact,.answer-card,.article-steps li,.related-grid a{border-color:#d8e7f5;background:#fff}.spec-card strong,.article-fact strong,.answer-card h3{color:#0754a7}.related-grid a{color:#0759b2}.related-grid a:hover{border-color:#7ebfff;background:#f3f9ff}.article-sources a{color:#0759b2}.article-table-wrap{border-color:#d3e5f5}.article-table-wrap th{background:#edf6ff;color:#0a4c91}.article details{border-color:#d6e7f6}.category-hub-card{border-color:#d5e6f7}
/* reveal animations */
.reveal-v31{opacity:0;transform:translateY(24px) scale(.985);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}.reveal-v31.in-view{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal-v31{opacity:1!important;transform:none!important;transition:none!important}.service-card,.article-card,.gallery img,.btn{transition:none!important}}
@media(max-width:980px){.nav{min-height:80px}.brand img{width:215px}.menu{background:#fff;border:1px solid #d5e7f8;box-shadow:0 22px 60px rgba(3,50,107,.18)}.hero{min-height:650px;border-radius:0 0 28px 28px}.hero-inner{min-height:650px}.hero-copy{max-width:640px}.circle-menu{grid-template-columns:repeat(4,1fr)}.services-grid,.articles-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 22px,1240px)}.topbar{font-size:11px}.topbar .container{min-height:32px}.nav{min-height:72px}.brand img{width:176px;height:52px}.hamb{display:block}.hero{min-height:665px;border-radius:0 0 24px 24px}.hero:before{display:none}.hero:after{background:linear-gradient(0deg,rgba(2,22,51,.92),rgba(2,28,65,.45) 50%,rgba(2,24,57,.28)),linear-gradient(90deg,rgba(2,20,47,.25),rgba(2,30,68,.6))}.hero-inner{min-height:665px;align-items:flex-end;padding-bottom:32px}.hero-copy{width:100%;padding:25px 20px;border-radius:23px 9px 23px 9px;background:rgba(2,31,70,.78)}.hero h1{font-size:36px;line-height:1.3}.hero p{font-size:16px;line-height:1.85}.hero-actions .btn{flex:1;min-width:140px}.hero-points{grid-template-columns:repeat(2,1fr)}.section{padding:58px 0}.section-head{display:block;margin-bottom:24px}.section-head h2{font-size:29px}.section-head h2:after{width:55px}.circle-menu{grid-template-columns:repeat(2,1fr);gap:11px}.circle-link{padding:13px 6px}.circle-icon{width:72px;height:72px}.circle-icon img{width:46px;height:46px}.services-grid,.articles-grid{grid-template-columns:1fr}.service-card img{height:220px}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:190px}.video-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.float-tools{display:none}.chat-launchers{bottom:76px}.mobile-bar{display:grid}.article-page .page-hero{border-radius:0 0 24px 24px}.article{box-shadow:0 10px 35px rgba(4,52,111,.07)}.article h2{border-right-width:3px}.article-page .brand img{width:168px;height:50px}}
/*  fixed blue identity */
.theme-btn,.theme-panel{display:none!important}.gallery figure.zoomed img{transform:scale(1.14)}
@media(max-width:680px){.topbar .container span:nth-child(2){display:none}.topbar .container{gap:10px}.topbar .container span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .container a{white-space:nowrap}}


/*  content + article experience */
.v32 .hero{min-height:780px}
.v32 .hero-inner{min-height:780px}
.v32 .hero-slide img{filter:saturate(.96) contrast(1.03) brightness(.90)}
.v32 .hero:after{background:radial-gradient(circle at 76% 18%,rgba(36,150,255,.11),transparent 35%),linear-gradient(90deg,rgba(2,16,37,.08),rgba(3,34,76,.58) 62%,rgba(2,30,68,.70)),linear-gradient(0deg,rgba(1,18,42,.36),transparent 62%)}
.v32 .hero-copy{background:linear-gradient(145deg,rgba(3,30,69,.70),rgba(3,45,96,.56));backdrop-filter:blur(7px)}
.article-cta{display:flex;gap:24px;align-items:center;justify-content:space-between;margin:24px 0 34px;padding:25px;border-radius:22px;background:linear-gradient(135deg,#062b62,#0874e8);color:#fff;box-shadow:0 18px 45px rgba(3,58,122,.2);overflow:hidden;position:relative}
.article-cta:after{content:"";position:absolute;inset:-60% auto auto -15%;width:210px;height:210px;background:radial-gradient(circle,rgba(110,203,255,.45),transparent 65%);pointer-events:none}.article-cta span{font-size:13px;color:#a9ddff;font-weight:800}.article-cta h2{color:#fff!important;border:0!important;padding:0!important;margin:3px 0 7px!important}.article-cta p{margin:0;color:#e8f5ff}.article-cta-actions{display:flex;gap:10px;flex:0 0 auto}.article-cta .btn{white-space:nowrap}
.summary-grid-v32{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.summary-grid-v32>div{background:#fff;border:1px solid #d7e8f7;border-radius:15px;padding:16px}.summary-grid-v32 strong{color:#0759b0}.summary-grid-v32 p{margin:5px 0 0;font-size:15px}
.pro-checklist{margin:26px 0;padding:22px;border:1px solid #d4e7f8;border-radius:19px;background:#f7fbff}.pro-checklist h3{margin-top:0}.pro-checklist ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pro-checklist li{display:flex;gap:10px;align-items:flex-start;background:#fff;border:1px solid #deebf7;padding:12px;border-radius:13px}.pro-checklist li strong{color:#0a72de}.decision-box{padding:20px 22px;border-radius:18px;background:linear-gradient(135deg,#eef7ff,#f9fcff);border-right:5px solid #0a7dea;margin:20px 0}.decision-box h3{margin-top:0}.numbered-pro{counter-reset:vp;list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.numbered-pro li{counter-increment:vp;border:1px solid #d5e7f7;border-radius:15px;padding:15px;background:#fff}.numbered-pro li:before{content:counter(vp,decimal-leading-zero);display:block;color:#0b76df;font-weight:900;font-size:22px}
.inline-media-v32{margin:30px 0}.inline-media-v32 img{width:100%;max-height:510px;object-fit:cover;border-radius:22px;box-shadow:0 18px 48px rgba(3,48,105,.13)}.inline-media-v32 figcaption{font-size:13px;color:#6e7e8d;text-align:center;margin-top:9px}
.article-steps-v32{list-style:none;padding:0;counter-reset:steps}.article-steps-v32 li{counter-increment:steps;position:relative;margin:13px 0;padding:18px 72px 18px 18px;border:1px solid #d6e7f6;border-radius:16px;background:#fff}.article-steps-v32 li:before{content:counter(steps);position:absolute;right:17px;top:18px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#0c86f6,#0657ba);color:#fff;font-weight:900}.article-steps-v32 strong{color:#074b95}.article-steps-v32 p{margin:4px 0 0}
.media-split-v32,.article-video-v32{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:22px;margin:35px 0;padding:22px;border-radius:22px;background:#041d43;color:#fff;box-shadow:0 20px 50px rgba(2,35,78,.18)}.media-split-v32 h2,.article-video-v32 h2{color:#fff!important;border:0!important;padding:0!important}.media-split-v32 span,.article-video-v32 span{color:#65c1ff;font-weight:900;font-size:13px}.media-split-v32 p,.article-video-v32 p{color:#dceeff}.media-split-v32 figure{margin:0}.media-split-v32 img,.article-video-v32 video{width:100%;border-radius:16px;max-height:420px;object-fit:cover}.article-video-v32 a{display:inline-block;color:#fff;border:1px solid #69bfff;border-radius:10px;padding:9px 13px;text-decoration:none}
.cost-grid-v32{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}.cost-grid-v32>div{border:1px solid #d6e7f6;border-radius:15px;padding:16px}.cost-grid-v32 strong{color:#0756a8}.cost-grid-v32 p{margin:4px 0 0}.mistakes-v32{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0}.mistakes-v32 li{position:relative;padding:13px 42px 13px 13px;border-radius:13px;background:#fff8f4;border:1px solid #f1ded2}.mistakes-v32 li:before{content:"!";position:absolute;right:13px;top:12px;width:23px;height:23px;border-radius:50%;background:#c76a32;color:#fff;display:grid;place-items:center;font-weight:900}
.keywords-v32{margin:40px 0;padding:24px;border-radius:21px;background:#f4f9ff;border:1px solid #d4e7f8}.keyword-chips-v32{display:flex;flex-wrap:wrap;gap:9px}.keyword-chips-v32 a,.keyword-chips-v32 span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #c8e0f5;color:#0756a7;text-decoration:none;font-weight:700;font-size:14px}.keyword-chips-v32 a:hover{background:#0878e9;color:#fff}
.faq-v32 details{margin:10px 0;border:1px solid #d5e6f5;border-radius:14px;background:#fff;padding:0 16px}.faq-v32 summary{cursor:pointer;padding:15px 0;font-weight:900;color:#074b92}.faq-v32 p{margin-top:0}
.related-section-v32{margin:42px 0}.related-title span{color:#0b75db;font-size:13px;font-weight:900}.related-title h2{margin-top:3px!important}.related-grid-v32{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-card-v32{display:grid;grid-template-columns:104px 1fr;grid-template-rows:auto auto 1fr;column-gap:12px;border:1px solid #d5e6f6;border-radius:16px;padding:10px;text-decoration:none;color:#18334e;background:#fff;box-shadow:0 8px 25px rgba(4,58,120,.055);transition:.25s}.related-card-v32:hover{transform:translateY(-4px);border-color:#76baf6;box-shadow:0 15px 35px rgba(3,61,130,.12)}.related-card-v32 img{grid-row:1/4;width:104px;height:90px;object-fit:cover;border-radius:11px}.related-card-v32 span{font-size:10px;color:#0878e8;font-weight:800}.related-card-v32 strong{font-size:14px;line-height:1.55}.related-card-v32 small{color:#0870d5;margin-top:5px}.related-section-v32.interest{padding:22px;background:#f4f9ff;border-radius:22px;border:1px solid #d5e8f8}
.article-sources-v32{margin:35px 0 5px;padding:20px;border-top:1px solid #d8e7f4}.article-sources-v32 div{display:flex;gap:10px;flex-wrap:wrap}.article-sources-v32 a{color:#075aae}
.v32-side-tools{left:14px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;display:flex!important;gap:9px!important}.v32-side-tools a{width:auto!important;min-width:52px!important;height:52px!important;padding:0 12px!important;display:flex!important;align-items:center!important;gap:8px!important;overflow:hidden;max-width:54px;transition:max-width .3s ease,transform .25s,box-shadow .25s}.v32-side-tools a:hover{max-width:175px;transform:translateX(4px)}.v32-side-tools .tool-label{white-space:nowrap;font-size:13px;font-weight:900}.v32-side-tools .tool-ico{font-size:20px;min-width:27px;text-align:center}.v32-side-tools .video-btn{max-width:54px}.v32-side-tools .video-btn:hover{max-width:190px}
.article-page.v32 .chat-launchers{bottom:22px}
@media(max-width:900px){.related-grid-v32{grid-template-columns:repeat(2,1fr)}.media-split-v32,.article-video-v32{grid-template-columns:1fr}.numbered-pro{grid-template-columns:repeat(2,1fr)}.v32 .hero{min-height:735px}.v32 .hero-inner{min-height:735px}}
@media(max-width:680px){.v32 .hero{min-height:700px}.v32 .hero-inner{min-height:700px}.v32 .hero:after{background:linear-gradient(0deg,rgba(2,22,51,.72),rgba(2,28,65,.22) 53%,rgba(2,24,57,.12)),linear-gradient(90deg,rgba(2,20,47,.10),rgba(2,30,68,.38))}.v32 .hero-copy{background:rgba(2,31,70,.62)}.article-cta{display:block;padding:20px}.article-cta-actions{margin-top:15px}.article-cta-actions .btn{flex:1}.summary-grid-v32,.cost-grid-v32,.mistakes-v32,.pro-checklist ul{grid-template-columns:1fr}.numbered-pro{grid-template-columns:1fr}.related-grid-v32{grid-template-columns:1fr}.related-card-v32{grid-template-columns:92px 1fr}.related-card-v32 img{width:92px;height:84px}.media-split-v32,.article-video-v32{padding:17px}.v32-side-tools{left:7px!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.v32-side-tools a{width:46px!important;min-width:46px!important;height:46px!important;max-width:46px!important;padding:0!important;justify-content:center!important}.v32-side-tools a:hover{max-width:46px!important;transform:none}.v32-side-tools .tool-label{display:none}.article-page.v32 .float-tools{display:flex!important}.article-page.v32 .chat-launchers{display:none!important}}

/*  AlJabal additions */
.v33-new-services{position:relative;overflow:hidden}.new-service-grid-v33{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.premium-new-service{display:block;text-decoration:none;color:#0a2f60;background:linear-gradient(145deg,#fff,#f3f8ff);border:1px solid #c8dcf3;border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(3,54,116,.09);transition:.3s}.premium-new-service:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(3,75,157,.17)}.premium-service-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0d8df8,#073f95);color:#fff;font-size:28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 25px rgba(3,81,173,.2)}.premium-new-service h3{font-size:22px;margin:15px 0 7px}.premium-new-service p{color:#5e7086;min-height:82px}.premium-new-service span{color:#0878e8;font-weight:900}.gallery-25-v33{grid-template-columns:repeat(5,1fr)}.gallery-25-v33 figure{border:1px solid rgba(127,185,245,.28);box-shadow:0 12px 28px rgba(0,0,0,.15)}.gallery-25-v33 img{height:230px}.v33-client-gallery .section-head h2{color:#fff}.v33-upload-video video{display:block;width:100%;height:360px;object-fit:contain;background:#020b18}.area-mega-v33{background:linear-gradient(180deg,#f7fbff,#fff)}.area-mega-v33 .article{max-width:1100px;margin:auto}.v33 .topbar{background:#031e45}.v33 .header{border-bottom-color:rgba(35,132,235,.2)}
@media(max-width:980px){.new-service-grid-v33{grid-template-columns:repeat(2,1fr)}.gallery-25-v33{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.new-service-grid-v33{grid-template-columns:1fr}.premium-new-service p{min-height:0}.gallery-25-v33{grid-template-columns:repeat(2,1fr)}.gallery-25-v33 img{height:175px}.v33-upload-video video{height:auto;max-height:520px}}


/* Production polish: typography, mobile balance, and professional action tools */
.brand img{width:220px;height:64px}.nav{min-height:86px}.page-hero h1{font-size:clamp(30px,4.2vw,50px);line-height:1.32}.article-page .page-hero h1{font-size:clamp(28px,4vw,46px);max-width:920px}.section-head h2{font-size:clamp(27px,3.2vw,40px)}.premium-new-service h3{font-size:20px}.article h2{font-size:clamp(22px,2.4vw,28px)}.article h3{font-size:19px}
.premium-service-icon svg{width:36px;height:36px;display:block}.v32-side-tools .tool-ico{display:grid;place-items:center}.v32-side-tools .tool-ico svg{width:24px;height:24px;display:block}.v32-side-tools a{border-radius:16px!important;border:1px solid rgba(255,255,255,.42)!important;box-shadow:0 12px 28px rgba(0,32,76,.22)!important}.v32-side-tools .wa{background:linear-gradient(145deg,#18c66a,#079c4c)}.v32-side-tools .call{background:linear-gradient(145deg,#1687f5,#0755b5)}.v32-side-tools .video-btn{background:linear-gradient(145deg,#0b59ae,#052f69)}
@media(max-width:680px){.nav{min-height:62px}.brand img{width:132px!important;height:42px!important}.hamb{width:44px;height:44px;border-radius:12px;font-size:22px}.page-hero{padding:36px 0 27px}.page-hero h1,.article-page .page-hero h1{font-size:30px!important;line-height:1.4}.page-hero p,.article-page .page-hero p{font-size:15px;line-height:1.8}.section-head h2{font-size:26px}.premium-new-service{padding:20px;border-radius:20px}.premium-new-service h3{font-size:20px}.premium-service-icon{width:56px;height:56px}.premium-service-icon svg{width:32px;height:32px}.article h2{font-size:22px}.article h3{font-size:18px}.chat-launchers{display:none!important}.v32-side-tools{left:8px!important;gap:8px!important}.v32-side-tools a{width:43px!important;min-width:43px!important;height:43px!important;max-width:43px!important;border-radius:14px!important}.v32-side-tools .tool-ico svg{width:21px;height:21px}.mobile-bar{height:58px}.mobile-bar a{font-size:15px}.footer{padding-bottom:76px}}


/* V35 final polish */
.float-tools-v35{position:fixed;left:18px;top:50%;transform:translateY(-50%);z-index:85;display:grid;gap:10px}.float-tools-v35 a{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;box-shadow:0 13px 30px rgba(2,23,55,.22),inset 0 1px 0 rgba(255,255,255,.28);overflow:hidden;transition:.28s ease;padding:0 15px;white-space:nowrap}.float-tools-v35 a:hover{width:142px;transform:translateX(3px)}.float-tools-v35 svg{width:25px;height:25px;flex:0 0 25px}.float-tools-v35 span{font-weight:800;opacity:0;transition:.2s}.float-tools-v35 a:hover span{opacity:1}.ft-wa{background:linear-gradient(135deg,#20c86a,#079447)}.ft-call{background:linear-gradient(135deg,#138cf5,#0751a7)}.ft-video{background:linear-gradient(135deg,#113f89,#031f50)}
.video-library-grid-v35{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.lazy-video-card-v35{background:#fff;border:1px solid #d7e7f9;border-radius:26px;overflow:hidden;box-shadow:0 18px 45px rgba(4,55,111,.1)}.lazy-video-stage-v35{aspect-ratio:16/9;background-size:cover;background-position:center;display:grid;place-items:center;position:relative}.lazy-video-stage-v35:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,25,58,.12),rgba(2,25,58,.45))}.lazy-play-v35{position:relative;z-index:2;border:0;background:rgba(4,55,111,.86);color:#fff;border-radius:999px;padding:11px 18px;display:flex;align-items:center;gap:10px;font:800 15px Tajawal,sans-serif;cursor:pointer;box-shadow:0 13px 35px rgba(0,0,0,.25)}.lazy-play-v35 svg{width:42px;height:42px}.lazy-play-v35 svg circle{fill:#fff}.lazy-play-v35 svg path{fill:#0877dc}.lazy-video-card-v35 video{width:100%;aspect-ratio:16/9;background:#020914;object-fit:contain}.lazy-video-body-v35{padding:18px 20px 22px}.lazy-video-body-v35 h2{font-size:20px;margin:0 0 7px;color:#06376e}.lazy-video-body-v35 p{margin:0;color:#64758a;font-size:14px;line-height:1.8}
.related-switch-v35,.service-related-v35{margin:42px 0 10px;padding:28px;border:1px solid #d7e7f8;background:linear-gradient(145deg,#fff,#f7fbff);border-radius:28px;box-shadow:0 18px 45px rgba(4,55,111,.08)}.rel-head-v35{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.rel-head-v35 h2{margin:2px 0 0;color:#06386e;font-size:30px}.rel-tabs-v35{display:flex;gap:7px}.rel-tab-v35{border:1px solid #b9d5f2;background:#fff;color:#0757ad;width:38px;height:38px;border-radius:12px;font-weight:900;cursor:pointer}.rel-tab-v35.active{background:linear-gradient(135deg,#0c8df6,#064696);color:#fff;border-color:transparent}.rel-group-v35{display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rel-group-v35.active{display:grid}.rel-card-v35{display:block;text-decoration:none;color:#082f5c;border:1px solid #d8e6f5;background:#fff;border-radius:18px;overflow:hidden;transition:.28s;box-shadow:0 10px 25px rgba(5,51,101,.06)}.rel-card-v35:hover{transform:translateY(-5px);box-shadow:0 16px 35px rgba(4,65,130,.14)}.rel-card-v35 img{width:100%;height:145px;object-fit:cover}.rel-card-v35 span,.rel-card-v35 strong{display:block;padding-inline:14px}.rel-card-v35 span{padding-top:12px;color:#1683df;font-size:12px;font-weight:800}.rel-card-v35 strong{padding-top:5px;padding-bottom:15px;font-size:15px;line-height:1.7}.service-mini-grid-v35{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-mini-v35{display:grid;grid-template-columns:48px 1fr;align-items:center;column-gap:12px;text-decoration:none;color:#073366;background:#fff;border:1px solid #d6e5f5;border-radius:18px;padding:16px}.service-mini-v35 strong,.service-mini-v35 small{grid-column:2}.service-mini-v35 small{color:#6b7b8e;line-height:1.6}.service-ico-v35{grid-row:1/3;width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0c8cf6,#063f90)}.service-ico-v35 svg{width:26px;height:26px}
.developer-credit-v35{display:flex;align-items:center;gap:14px;padding:10px 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px}.developer-credit-v35 span{display:block;font-size:11px;opacity:.75}.developer-credit-v35 strong{display:block;color:#fff}.developer-actions-v35{display:flex;gap:7px}.developer-actions-v35 a{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 11px!important;border-radius:10px;text-decoration:none!important;color:#fff!important;font-weight:800;font-size:12px}.dev-call{background:#0b76d5}.dev-wa{background:#0eaa58}
@media(max-width:900px){.video-library-grid-v35{grid-template-columns:1fr}.rel-group-v35{grid-template-columns:repeat(2,minmax(0,1fr))}.service-mini-grid-v35{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.float-tools-v35{left:10px;top:48%;gap:8px}.float-tools-v35 a{width:44px;height:44px;border-radius:14px;padding:0 11px}.float-tools-v35 a:hover{width:44px;transform:none}.float-tools-v35 a span{display:none}.float-tools-v35 svg{width:22px;height:22px}.related-switch-v35,.service-related-v35{padding:18px 14px;border-radius:21px;margin:28px 0}.rel-head-v35{align-items:flex-start;flex-direction:column}.rel-head-v35 h2{font-size:24px}.rel-tabs-v35{width:100%;justify-content:center}.rel-tab-v35{width:34px;height:34px}.rel-group-v35{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rel-card-v35 img{height:105px}.rel-card-v35 strong{font-size:13px;padding-inline:10px}.rel-card-v35 span{font-size:10px;padding-inline:10px}.service-mini-grid-v35{grid-template-columns:1fr}.developer-credit-v35{flex-direction:column;align-items:flex-start}.developer-actions-v35{width:100%}.developer-actions-v35 a{flex:1}.lazy-video-body-v35 h2{font-size:18px}.video-library-v35 .section-head p{font-size:15px}}


/* ===================== V36 APP + FOOTER + MOBILE TYPOGRAPHY ===================== */
.app-mini-install-v36{width:46px;height:46px;border:1px solid rgba(18,117,230,.22);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;gap:0;background:linear-gradient(145deg,#fafdff,#e8f4ff);color:#0754ad;box-shadow:0 8px 24px rgba(5,77,157,.12);cursor:pointer;transition:.25s;flex:0 0 auto}.app-mini-install-v36 svg{width:23px;height:23px}.app-mini-install-v36 span{display:none}.app-mini-install-v36:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 12px 30px rgba(5,91,190,.2);border-color:#6db7f6}
.float-tools-v35 .ft-app{background:linear-gradient(135deg,#6834c9,#4456d8);color:#fff;border:1px solid rgba(255,255,255,.34);box-shadow:0 10px 28px rgba(64,63,186,.28)}
.article-app-v36{margin:40px 0 6px;padding:22px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:18px;align-items:center;border-radius:22px;border:1px solid rgba(31,126,224,.2);background:linear-gradient(135deg,rgba(245,251,255,.97),rgba(231,244,255,.86));box-shadow:0 16px 38px rgba(5,67,137,.09)}.app-cta-icon-v36{width:64px;height:64px;border-radius:19px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0b82f5,#06489f);box-shadow:0 12px 26px rgba(5,86,180,.25)}.app-cta-icon-v36 svg{width:34px;height:34px}.article-app-v36 span{font-size:12px;font-weight:900;color:#147bc9}.article-app-v36 h2{border:0!important;padding:0!important;margin:3px 0 5px!important;font-size:22px!important;color:#073b79!important}.article-app-v36 p{margin:0;color:#5b6d83;font-size:14px}.install-app-btn-v36{white-space:nowrap;border:0;cursor:pointer;font-family:inherit;font-weight:900}
.footer{padding:62px 0 94px}.footer .container{text-align:center}.footer-grid{grid-template-columns:1.35fr repeat(4,minmax(0,1fr));gap:16px;align-items:stretch}.footer-grid>div{padding:22px 17px;border:1px solid rgba(167,213,255,.14);background:rgba(255,255,255,.035);border-radius:21px;backdrop-filter:blur(8px);transition:transform .25s,border-color .25s,background .25s,box-shadow .25s}.footer-grid>div:hover{transform:translateY(-4px) scale(1.015);border-color:rgba(111,190,255,.35);background:rgba(255,255,255,.06);box-shadow:0 18px 42px rgba(0,13,34,.18)}.footer-grid>div:first-child img{margin:0 auto 14px!important;width:205px!important}.footer-grid p{max-width:390px;margin:10px auto;color:#c9dff2}.footer-grid strong{display:block;color:#fff;font-size:18px}.footer h4{margin:0 0 13px;font-size:17px}.footer a{display:block;margin:8px auto;color:#d7e8f7}.footer-app-v36{display:flex!important;flex-direction:column;align-items:center;justify-content:center}.footer-app-icon-v36{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;margin:0 auto 10px;color:#fff;background:linear-gradient(135deg,#087cff,#064796);box-shadow:0 11px 25px rgba(8,105,220,.23)}.footer-app-icon-v36 svg{width:31px;height:31px}.footer-install-v36{border:1px solid rgba(153,213,255,.32);background:rgba(11,117,225,.18);color:#fff;border-radius:12px;padding:10px 18px;font-family:inherit;font-weight:900;cursor:pointer;transition:.2s}.footer-install-v36:hover{transform:scale(1.04);background:#0a73d9}.credit{justify-content:center;align-items:center;flex-direction:column;border-top:1px solid rgba(154,205,250,.16);max-width:900px;margin:28px auto 0;padding-top:22px}.developer-credit-v35{justify-content:center;align-items:center;text-align:center;min-width:min(100%,440px);background:rgba(255,255,255,.04);border-color:rgba(170,215,255,.16);box-shadow:inset 0 1px rgba(255,255,255,.04)}.developer-credit-v35>div:first-child{text-align:center}.developer-actions-v35{justify-content:center}.developer-actions-v35 a{min-width:92px;transition:.22s}.developer-actions-v35 a:hover{transform:translateY(-2px) scale(1.03)}
.app-page-hero-v36{text-align:center;padding:74px 0}.app-page-hero-v36 .container{max-width:780px}.app-page-icon-v36{width:116px;height:116px;margin:0 auto 20px;border-radius:30px;overflow:hidden;box-shadow:0 18px 45px rgba(4,70,145,.22)}.app-page-icon-v36 img{width:100%;height:100%}.app-page-hero-v36 h1{font-size:38px;max-width:720px;margin:12px auto}.app-page-hero-v36 p{max-width:650px;margin:13px auto 22px}.app-install-help-v36{font-size:13px!important;opacity:.82}
@media(max-width:980px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid>div:first-child,.footer-app-v36{grid-column:auto}}
@media(max-width:680px){
 .nav{gap:8px}.brand img{width:124px!important;height:40px!important}.app-mini-install-v36{width:42px;height:42px}.app-mini-install-v36 svg{width:21px;height:21px}
 .page-hero{padding:30px 0 23px!important}.page-hero h1,.article-page .page-hero h1{font-size:24px!important;line-height:1.48!important;letter-spacing:0!important;margin:8px 0 10px!important}.page-hero p,.article-page .page-hero p{font-size:14px!important;line-height:1.8!important}.breadcrumbs{font-size:11px!important}.page-hero .eyebrow{font-size:11px;padding:6px 10px}
 .article h2{font-size:20px!important;line-height:1.55}.article h3{font-size:17px!important}
 .article-app-v36{grid-template-columns:50px 1fr;padding:16px 14px;gap:12px;border-radius:18px}.app-cta-icon-v36{width:50px;height:50px;border-radius:15px}.app-cta-icon-v36 svg{width:27px;height:27px}.article-app-v36 h2{font-size:18px!important;margin:0 0 4px!important}.article-app-v36 p{font-size:13px;line-height:1.7}.article-app-v36 .install-app-btn-v36{grid-column:1/-1;width:100%;min-height:44px}
 .footer{padding:42px 0 78px}.footer-grid{grid-template-columns:1fr;gap:12px}.footer-grid>div{padding:18px 14px;border-radius:18px}.footer-grid>div:first-child img{width:170px!important}.footer h4{font-size:16px}.credit{margin-top:18px;padding-top:18px}.developer-credit-v35{width:100%;align-items:center!important}.developer-actions-v35{width:100%}.developer-actions-v35 a{flex:1}.app-page-hero-v36{padding:44px 0}.app-page-hero-v36 h1{font-size:26px!important}.app-page-icon-v36{width:92px;height:92px;border-radius:24px}
 .float-tools-v35{top:45%;}.float-tools-v35 a,.float-tools-v35 button{width:42px!important;height:42px!important;border-radius:14px!important;padding:0!important;display:grid!important;place-items:center!important}.float-tools-v35 a span,.float-tools-v35 button span{display:none!important}.float-tools-v35 svg{width:21px!important;height:21px!important}
}
