/*
Theme Name: قالب ثقتكم ديزاين 1
Theme URI: https://example.com/
Author: Theqtkm Design
Description: قالب ثقتكم ديزاين 1 عربي احترافي وسريع للمقاولات وعوازل الأسطح بتصميم إنشائي جريء، متوافق مع Elementor وتحكم موسع بالألوان والخطوط.
Version: 3.2.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: alostora-elementor
*/

:root {
    --al-primary: #262626;
    --al-secondary: #f4c500;
    --al-accent: #f4c500;
    --al-bg: #fff;
    --al-surface: #fff;
    --al-text: #292929;
    --al-muted: #717171;
    --al-header-bg: #fff;
    --al-nav-bg: #272727;
    --al-footer-bg: #202020;
    --al-dark-bg: #151515;
    --al-dark-surface: #242424;
    --al-btn-radius: 2px;
    --al-card-radius: 3px;
    --al-border: #e8e8e8;
    --al-shadow: 0 18px 48px rgba(0, 0, 0, .12);
    --al-container: 1200px;
    --al-button-text: #252525;
    --al-header-text: #ffffff;
    --al-mobile-bg: #ffffff;
    --al-mobile-text: #292929;
    --al-footer-text: #bdbdbd;
    --al-logo-font-size: 19px;
    --al-logo-width: 285px;
    --al-mobile-logo-width: 190px;
    --al-header-font-size: 16px;
    --al-mobile-font-size: 18px;
    --al-footer-head-size: 18px;
    --al-footer-font-size: 14px;
    --al-back-size: 50px;
    --al-back-bg: #f4c500;
    --al-back-icon: #252525;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--al-text); background: var(--al-bg); font-family: Tahoma, Arial, sans-serif; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.al-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-main { min-height: 45vh; }
.al-container { width: min(calc(100% - 40px), var(--al-container)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.al-skip-link { position: fixed; z-index: 10000; top: -80px; right: 20px; padding: 9px 16px; color: #111; background: #fff; border-radius: 2px; }
.al-skip-link:focus { top: 12px; }

/* الأزرار */
.al-btn, .al-constructo-btn { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 11px 22px; border: 2px solid transparent; border-radius: var(--al-btn-radius); font-size: 12px; font-weight: 900; line-height: 1.2; transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.al-btn:hover, .al-constructo-btn:hover { transform: translateY(-2px); }
.al-btn--primary { color: var(--al-button-text); background: var(--al-secondary); border-color: var(--al-secondary); }
.al-btn--outline { color: var(--al-text); background: transparent; border-color: var(--al-border); }
.al-constructo-btn--dark { color: #fff; background: #242424; border-color: #242424; }
.al-buttons-pill { --al-btn-radius: 999px; }
.al-buttons-soft { --al-btn-radius: 9px; }
.al-buttons-sharp { --al-btn-radius: 2px; }

/* الهيدر ثنائي المستوى */
.al-site-header { position: relative; z-index: 1000; background: var(--al-header-bg); transition: box-shadow .25s; }
.al-sticky-enabled .al-site-header { position: sticky !important; top: 0; }
.admin-bar.al-sticky-enabled .al-site-header { top: 32px; }
.al-site-header.is-scrolled { box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.al-identity-row { max-height: 110px; overflow: hidden; color: var(--al-text); background: var(--al-header-bg); transition: max-height .3s, opacity .25s; }
.al-identity-row__inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.al-site-header.is-scrolled .al-identity-row { max-height: 0; opacity: 0; }
.al-brand { min-width: 300px; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-width: var(--al-logo-width); max-height: 75px; object-fit: contain; }
.al-brand__fallback { display: inline-flex; align-items: center; gap: 13px; }
.al-brand__mark { width: 57px; height: 57px; display: grid; place-items: center; flex: 0 0 auto; color: #242424; background: var(--al-secondary); transform: skewX(-4deg); }
.al-brand__mark svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: skewX(4deg); }
.al-brand__copy { display: flex; flex-direction: column; line-height: 1.35; }
.al-brand__copy strong { color: var(--al-primary); font-size: var(--al-logo-font-size); font-weight: 900; }
.al-brand__copy small { margin-top: 3px; color: var(--al-muted); font-size: 9px; font-weight: 700; letter-spacing: .5px; }
.al-header-info { display: flex; align-items: center; justify-content: flex-end; gap: 32px; }
.al-header-info__item { position: relative; display: flex; align-items: center; gap: 11px; min-width: 155px; }
.al-header-info__item + .al-header-info__item::before { content: ''; position: absolute; right: -17px; top: 7px; bottom: 7px; width: 1px; background: var(--al-border); }
.al-header-info__icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: #282828; background: var(--al-secondary); }
.al-header-info__icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.al-header-info__item > span:last-child { display: flex; flex-direction: column; line-height: 1.5; }
.al-header-info__item small { color: #929292; font-size: 8px; }
.al-header-info__item strong { color: var(--al-primary); font-size: 10px; white-space: nowrap; }

/* شريط القائمة */
.al-nav-row { color: #fff; background: var(--al-nav-bg); }
.al-nav-row__inner { min-height: 60px; display: flex; align-items: stretch; justify-content: space-between; gap: 25px; }
.al-primary-nav { display: flex; align-items: stretch; flex: 1; min-width: 0; }
.al-main-menu { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.al-main-menu li { position: relative; }
.al-main-menu > li > a { position: relative; min-height: 60px; display: flex; align-items: center; padding: 10px 17px; color: var(--al-header-text); border-left: 1px solid rgba(255,255,255,.07); font-size: var(--al-header-font-size); font-weight: 800; white-space: nowrap; transition: color .2s, background .2s; }
.al-main-menu > li:first-child > a { border-right: 1px solid rgba(255,255,255,.07); }
.al-main-menu > li > a::after { content: ''; position: absolute; inset-inline: 0; bottom: 0; height: 3px; background: var(--al-secondary); transform: scaleX(0); transform-origin: center; transition: transform .25s; }
.al-main-menu > li:hover > a, .al-main-menu > .current-menu-item > a, .al-main-menu > .current-menu-ancestor > a { color: var(--al-secondary); background: rgba(255,255,255,.035); }
.al-main-menu > li:hover > a::after, .al-main-menu > .current-menu-item > a::after, .al-main-menu > .current-menu-ancestor > a::after { transform: scaleX(1); }
.al-main-menu .sub-menu { position: absolute; z-index: 20; top: 100%; right: 0; min-width: 230px; margin: 0; padding: 8px 0; visibility: hidden; opacity: 0; transform: translateY(8px); color: #333; background: #fff; border-top: 3px solid var(--al-secondary); box-shadow: 0 14px 34px rgba(0,0,0,.17); list-style: none; transition: .22s; }
.al-main-menu li:hover > .sub-menu, .al-main-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.al-main-menu .sub-menu .sub-menu { top: -8px; right: 100%; }
.al-main-menu .sub-menu a { display: block; padding: 11px 17px; color: #424242; border-bottom: 1px solid #eee; font-size: calc(var(--al-header-font-size) - 2px); font-weight: 700; }
.al-main-menu .sub-menu li:last-child a { border-bottom: 0; }
.al-main-menu .sub-menu a:hover { padding-right: 22px; color: #111; background: #faf5db; }
.al-header__actions { display: flex; align-items: stretch; flex: 0 0 auto; }
.al-theme-toggle, .al-nav-whatsapp { width: 50px; display: grid; place-items: center; padding: 0; color: #fff; background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.09); transition: color .2s, background .2s; }
.al-theme-toggle--mobile { display: none; }
.al-theme-toggle:hover, .al-nav-whatsapp:hover { color: var(--al-secondary); background: rgba(255,255,255,.05); }
.al-theme-toggle svg { grid-area: 1/1; width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: .25s; }
.al-icon-moon { opacity: 0; transform: scale(.5) rotate(-25deg); }
.al-dark .al-icon-sun { opacity: 0; transform: scale(.5) rotate(25deg); }
.al-dark .al-icon-moon { opacity: 1; transform: none; }
.al-nav-whatsapp { font-size: 18px; }
.al-nav-quote { position: relative; min-width: 185px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 24px; overflow: hidden; color: var(--al-button-text); background: var(--al-secondary); font-size: var(--al-header-font-size); font-weight: 900; }
.al-nav-quote::before { content: ''; position: absolute; inset: 0; background: #fff; transform: translateX(105%); transition: transform .3s; }
.al-nav-quote:hover::before { transform: none; }
.al-nav-quote span, .al-nav-quote b { position: relative; z-index: 1; }
.al-nav-quote b { font-size: 16px; transition: transform .2s; }
.al-nav-quote:hover b { transform: translateX(-4px); }
.al-menu-toggle, .al-mobile-nav__head, .al-mobile-nav__actions, .al-nav-overlay { display: none; }

/* اختلافات تخطيط الهيدر */
.al-header-classic .al-identity-row__inner { min-height: 84px; }
.al-header-classic .al-header-info__location { display: none; }
.al-header-compact .al-identity-row__inner { min-height: 72px; }
.al-header-compact .al-header-info { display: none; }
.al-header-compact .custom-logo { max-height: 55px; }

/* شريط آخر المقالات */
.al-ticker { min-height: 48px; display: flex; align-items: stretch; width: 100%; overflow: hidden; color: #bfbfbf; background: #202020; }
.al-ticker__label { position: relative; z-index: 2; min-width: 150px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 20px; color: #252525; background: var(--al-secondary); font-size: 11px; font-weight: 900; }
.al-ticker__label::after { content: ''; position: absolute; top: 0; left: -18px; border-top: 24px solid transparent; border-bottom: 24px solid transparent; border-right: 18px solid var(--al-secondary); }
.al-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #282828; animation: al-pulse 1.5s infinite; }
.al-ticker__viewport { flex: 1; min-width: 0; overflow: hidden; }
.al-ticker__track { width: max-content; min-height: 48px; display: flex; align-items: center; animation: al-marquee 32s linear infinite; }
.al-ticker:hover .al-ticker__track { animation-play-state: paused; }
.al-ticker__item { display: inline-flex; align-items: center; gap: 11px; padding: 9px 30px; color: #d0d0d0; font-size: 10px; white-space: nowrap; }
.al-ticker__item span { color: var(--al-secondary); }
@keyframes al-marquee { from { transform: translateX(-10%); } to { transform: translateX(100%); } }
@keyframes al-pulse { 50% { opacity: .3; transform: scale(.7); } }

/* الفوتر */
.al-footer-cta { position: relative; overflow: hidden; color: #252525; background: var(--al-secondary); }
.al-footer-cta::before { content: ''; position: absolute; right: -70px; top: -90px; width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.16); border-radius: 50%; }
.al-footer-cta__inner { position: relative; z-index: 1; min-height: 190px; display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 32px; padding-block: 36px; }
.al-footer-cta__icon { width: 86px; height: 86px; display: grid; place-items: center; border: 3px solid rgba(36,36,36,.2); transform: rotate(45deg); }
.al-footer-cta__icon svg { width: 50px; fill: none; stroke: #252525; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-45deg); }
.al-footer-cta__copy > span { font-size: 9px; font-weight: 900; letter-spacing: .6px; text-transform: uppercase; }
.al-footer-cta h2 { margin: 1px 0 5px; color: #242424; font-size: clamp(27px, 3.5vw, 42px); font-weight: 900; line-height: 1.25; letter-spacing: -.8px; }
.al-footer-cta p { margin: 0; color: rgba(36,36,36,.7); font-size: 12px; }
.al-footer-cta__actions { min-width: 230px; }
.al-footer-cta__actions .al-constructo-btn { width: 100%; min-height: 54px; }
.al-site-footer { position: relative; overflow: hidden; color: var(--al-footer-text); background: var(--al-footer-bg); font-size: var(--al-footer-font-size); }
.al-footer-pattern { position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(30deg, transparent 12%, rgba(255,255,255,.09) 12%, rgba(255,255,255,.09) 13%, transparent 13%), linear-gradient(150deg, transparent 12%, rgba(255,255,255,.07) 12%, rgba(255,255,255,.07) 13%, transparent 13%); background-size: 70px 70px; }
.al-footer-grid { position: relative; display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.1fr; gap: 48px; padding: 75px 0 50px; }
.al-footer-grid--3 { grid-template-columns: 1.4fr .85fr 1.1fr; }
.al-footer-grid--2 { grid-template-columns: 1.5fr 1fr; }
.al-footer-brand p { max-width: 410px; margin: 20px 0; color: var(--al-footer-text); font-size: var(--al-footer-font-size); }
.al-footer-name { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: var(--al-footer-head-size); font-weight: 900; }
.al-footer-name span { color: var(--al-secondary); }
.al-footer-logo { display: inline-flex; }
.al-footer-logo img { width: auto; max-width: 250px; max-height: 75px; object-fit: contain; }
.al-footer-logo .custom-logo { filter: brightness(0) invert(1); }
.al-footer-certificates { display: flex; flex-wrap: wrap; gap: 7px; }
.al-footer-certificates span { padding: 5px 8px; color: #c8c8c8; background: rgba(255,255,255,.045); border-left: 2px solid var(--al-secondary); font-size: 8px; }
.al-footer-col h3 { position: relative; margin: 0 0 25px; padding-bottom: 12px; color: #fff; font-size: var(--al-footer-head-size); font-weight: 900; }
.al-footer-col h3::after { content: ''; position: absolute; right: 0; bottom: 0; width: 38px; height: 3px; background: var(--al-secondary); }
.al-footer-col ul { display: block; margin: 0; padding: 0; list-style: none; }
.al-footer-col li + li { margin-top: 7px; }
.al-footer-col li a { position: relative; display: inline-block; padding-right: 14px; color: var(--al-footer-text); font-size: var(--al-footer-font-size); transition: color .2s, padding .2s; }
.al-footer-col li a::before { content: '›'; position: absolute; right: 0; top: 0; color: var(--al-secondary); font-size: 15px; line-height: 1.35; }
.al-footer-col li a:hover { padding-right: 19px; color: #fff; }
.al-footer-col .al-main-menu { display: block; }
.al-footer-col .al-main-menu > li > a { min-height: 0; padding: 0 14px 0 0; color: var(--al-footer-text); border: 0; font-size: var(--al-footer-font-size); }
.al-footer-col .al-main-menu > li > a::after { display: none; }
.al-footer-contact__row { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.al-footer-contact__row > span:first-child { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: #242424; background: var(--al-secondary); font-size: 13px; }
.al-footer-contact__row > span:last-child { display: flex; flex-direction: column; line-height: 1.5; }
.al-footer-contact__row small { color: #999; font-size: calc(var(--al-footer-font-size) - 2px); }
.al-footer-contact__row strong { color: #eee; font-size: var(--al-footer-font-size); font-weight: 700; }
.al-service-areas { margin: 13px 0 0; color: var(--al-footer-text); font-size: calc(var(--al-footer-font-size) - 2px); }
.al-footer-bottom { position: relative; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); }
.al-footer-bottom::before { content: ''; position: absolute; top: -1px; right: 0; width: 80px; height: 2px; background: var(--al-secondary); }
.al-footer-bottom p { margin: 0; color: var(--al-footer-text); font-size: calc(var(--al-footer-font-size) - 2px); }
.al-footer-bottom a { color: inherit; font-weight: 800; transition: color .2s; }
.al-footer-bottom a:hover, .al-footer-bottom a:focus-visible { color: var(--al-secondary); }

/* الرجوع إلى أعلى */
.al-back-to-top { position: fixed; z-index: 950; right: 18px; left: auto; bottom: 18px; width: var(--al-back-size); height: var(--al-back-size); display: grid; place-items: center; visibility: hidden; opacity: 0; transform: translateY(14px); color: var(--al-back-icon); background: var(--al-back-bg); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 9px 26px rgba(0,0,0,.24); transition: opacity .25s, transform .25s, visibility .25s, filter .25s; }
.al-back-to-top.is-visible { visibility: visible; opacity: 1; transform: none; }
.al-back-to-top:hover { transform: translateY(-3px); filter: brightness(1.06); }
.al-back-to-top svg { width: 46%; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* المقالات */
.al-page-head, .al-single-head { position: relative; overflow: hidden; color: #fff; background: linear-gradient(105deg, #191919, #333); }
.al-page-head::after, .al-single-head::after { content: ''; position: absolute; left: 0; top: 0; width: 31%; height: 100%; background: var(--al-secondary); clip-path: polygon(40% 0,100% 0,100% 100%,0 100%); opacity: .96; }
.al-page-head .al-container, .al-single-head__inner { position: relative; z-index: 2; padding-block: 72px; }
.al-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--al-accent); font-size: 9px; font-weight: 900; letter-spacing: .8px; }
.al-eyebrow::before { content: ''; width: 26px; height: 3px; background: currentColor; }
.al-eyebrow--light { color: var(--al-secondary); }
.al-page-head h1, .al-single-head h1 { margin: 7px 0 10px; color: #fff; font-size: clamp(35px, 5vw, 58px); line-height: 1.25; }
.al-page-head p { max-width: 650px; margin: 0; color: #bbb; font-size: 12px; }
.al-posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; padding-block: 70px 35px; }
.al-post-card { overflow: hidden; background: var(--al-surface); border: 1px solid var(--al-border); border-radius: var(--al-card-radius); transition: transform .3s, box-shadow .3s; }
.al-post-card:hover { transform: translateY(-5px); box-shadow: var(--al-shadow); }
.al-post-card__image { aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; color: var(--al-secondary); background: var(--al-primary); font-size: 40px; }
.al-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.al-post-card:hover .al-post-card__image img { transform: scale(1.05); }
.al-post-card__body { padding: 22px; }
.al-post-card time { color: #9b8200; font-size: 8px; font-weight: 900; }
.al-post-card h2 { margin: 7px 0 9px; color: var(--al-primary); font-size: 16px; line-height: 1.55; }
.al-post-card p { margin: 0 0 15px; color: var(--al-muted); font-size: 10px; }
.al-post-card__more { color: #8a7400; font-size: 9px; font-weight: 900; }
.al-pagination { padding-bottom: 65px; }
.al-pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.al-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; padding-inline: 9px; background: var(--al-surface); border: 1px solid var(--al-border); border-radius: 2px; font-size: 10px; }
.al-pagination .current { color: #222; background: var(--al-secondary); }
.al-single-head__inner { max-width: 930px; }
.al-single-head h1 { max-width: 900px; }
.al-single-meta { display: flex; align-items: center; gap: 10px; color: #aaa; font-size: 9px; }
.al-single-cover { max-width: 1050px; margin-top: -25px; }
.al-single-cover img { width: 100%; max-height: 600px; object-fit: cover; border: 6px solid var(--al-surface); box-shadow: var(--al-shadow); }
.al-single-content { max-width: 820px; padding-block: 60px 90px; color: var(--al-text); font-size: 14px; }
.al-single-content h2, .al-single-content h3 { margin-top: 1.8em; color: var(--al-primary); line-height: 1.45; }
.al-single-content a { color: #8b7500; text-decoration: underline; }
.al-not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.al-not-found span { color: var(--al-secondary); font-size: clamp(70px,14vw,150px); font-weight: 900; line-height: 1; }
.al-not-found h1 { margin: 10px 0; color: var(--al-primary); }
.al-not-found p { margin: 0 0 22px; color: var(--al-muted); }

/* الوضع الداكن */
.al-dark { color-scheme: dark; --al-bg: var(--al-dark-bg); --al-surface: var(--al-dark-surface); --al-text: #f1f1f1; --al-muted: #aaa; --al-header-bg: var(--al-dark-surface); --al-border: rgba(255,255,255,.1); --al-shadow: 0 20px 55px rgba(0,0,0,.3); }
.al-dark body { background: var(--al-bg); }
.al-dark .al-brand__copy strong, .al-dark .al-header-info__item strong, .al-dark .al-btn--outline, .al-dark .al-post-card h2, .al-dark .al-single-content h2, .al-dark .al-single-content h3, .al-dark .al-not-found h1 { color: var(--al-text); }
.al-dark .al-main-menu .sub-menu { color: #eee; background: var(--al-dark-surface); }
.al-dark .al-main-menu .sub-menu a { color: #ddd; border-color: rgba(255,255,255,.08); }
.al-dark .al-main-menu .sub-menu a:hover { color: #222; background: var(--al-secondary); }

/* قائمة الجوال */
@media (max-width: 1080px) {
    .al-identity-row__inner { min-height: 82px; }
    .al-brand { min-width: 0; }
    .al-header-info { gap: 22px; }
    .al-header-info__location { display: none; }
    .al-primary-nav, .al-dark .al-primary-nav { position: fixed; z-index: 1100; top: 0; right: 0; width: min(90vw,410px); height: 100dvh; display: block; padding: 0 24px 28px; visibility: hidden; opacity: 0; transform: translateX(105%); color: var(--al-mobile-text) !important; color-scheme: light; background: var(--al-mobile-bg) !important; border-left: 5px solid var(--al-secondary); box-shadow: -20px 0 50px rgba(0,0,0,.22); overflow-y: auto; isolation: isolate; filter: none !important; mix-blend-mode: normal; transition: .3s ease; }
    .al-primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
    .al-mobile-nav__head { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5e7eb; }
    .al-mobile-nav__brand { display: flex; align-items: center; gap: 8px; color: var(--al-mobile-text); font-size: 20px; font-weight: 900; }
    .al-mobile-nav__brand span { color: var(--al-secondary); }
    .al-mobile-nav__brand > a { display: inline-flex; align-items: center; gap: 8px; color: var(--al-mobile-text) !important; }
    .al-mobile-nav__logo, .al-mobile-nav__logo .custom-logo-link { display: inline-flex; align-items: center; }
    .al-mobile-nav__logo .custom-logo { width: auto; max-width: var(--al-mobile-logo-width); max-height: 62px; object-fit: contain; filter: none !important; }
    .al-menu-close { width: 42px; height: 42px; display: grid; place-items: center; color: var(--al-mobile-text); background: #f3f4f6; border: 1px solid #e5e7eb; font-size: 26px; }
    .al-main-menu { display: block; padding-block: 13px; }
    .al-primary-nav .al-main-menu > li > a { min-height: 58px; padding: 12px 6px; color: var(--al-mobile-text) !important; border: 0; border-bottom: 1px solid #e5e7eb; font-size: var(--al-mobile-font-size); line-height: 1.5; }
    .al-main-menu > li:first-child > a { border-right: 0; }
    .al-main-menu > li > a::after { display: none; }
    .al-primary-nav .al-main-menu .sub-menu, .al-dark .al-primary-nav .al-main-menu .sub-menu { position: static; min-width: 0; margin: 8px 0 12px; padding: 7px 14px; visibility: visible; opacity: 1; transform: none; background: #f4f6f8 !important; border: 0; border-right: 3px solid var(--al-secondary); border-radius: 3px; box-shadow: none; }
    .al-primary-nav .al-main-menu .sub-menu a, .al-dark .al-primary-nav .al-main-menu .sub-menu a { padding: 12px 8px; color: var(--al-mobile-text) !important; border-color: #e2e5e9; font-size: calc(var(--al-mobile-font-size) - 1px); line-height: 1.5; }
    .al-main-menu .sub-menu .sub-menu { position: static; }
    .al-mobile-nav__actions { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 10px; padding-top: 8px; }
    .al-menu-toggle { width: 47px; height: 47px; display: grid; place-items: center; padding: 0; color: #252525; background: var(--al-secondary); border: 0; }
    .al-menu-toggle__lines { width: 21px; display: grid; gap: 4px; }
    .al-menu-toggle__lines i { display: block; height: 2px; background: currentColor; }
    .al-nav-row__inner { justify-content: flex-end; }
    .al-header__actions { min-height: 56px; }
    .al-nav-overlay { position: fixed; z-index: 999; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(15,15,15,.38); transition: .3s; }
    .al-menu-open .al-nav-overlay { visibility: visible; opacity: 1; }
    .al-nav-quote { min-width: 180px; }
}

@media (max-width: 767px) {
    .al-container { width: min(calc(100% - 28px),var(--al-container)); }
    .admin-bar.al-sticky-enabled .al-site-header { top: 0; }
    .al-identity-row { max-height: 220px; overflow: hidden; }
    .al-identity-row__inner { min-height: 0; display: flex; flex-wrap: wrap; gap: 12px; padding-block: 11px; }
    .al-site-header.is-scrolled .al-identity-row { max-height: 74px; overflow: hidden; opacity: 1; }
    .al-site-header.is-scrolled .al-identity-row__inner { min-height: 72px; padding-block: 8px; }
    .custom-logo { max-width: var(--al-mobile-logo-width); max-height: 54px; }
    .al-brand { flex: 1 1 150px; }
    .al-brand__mark { width: 44px; height: 44px; }
    .al-brand__mark svg { width: 28px; }
    .al-brand__copy strong { max-width: 210px; font-size: var(--al-logo-font-size); }
    .al-brand__copy small { font-size: 7px; }
    .al-header-info { order: 3; width: 100%; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 0; padding-top: 10px; border-top: 1px solid var(--al-border); }
    .al-site-header.is-scrolled .al-header-info { display: none; }
    .al-header-info__item { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 5px; padding: 7px 5px; text-align: center; }
    .al-header-info__item + .al-header-info__item::before { display: none; }
    .al-header-info__item:not(:first-child) { border-right: 1px solid var(--al-border); }
    .al-header-info__location { display: flex; }
    .al-header-info__icon { width: 36px; height: 36px; }
    .al-header-info__icon svg { width: 18px; }
    .al-header-info__item > span:last-child { min-width: 0; align-items: center; }
    .al-header-info__item small { font-size: 8px; line-height: 1.35; white-space: nowrap; }
    .al-header-info__item strong { max-width: 100%; color: var(--al-primary); font-size: 9px; line-height: 1.45; white-space: normal; }
    .al-nav-row { height: 0; min-height: 0; background: transparent; }
    .al-nav-row__inner { height: 0; min-height: 0; }
    .al-header__actions { display: none; }
    .al-menu-toggle { display: grid; }
    .al-theme-toggle--mobile { width: 43px; height: 43px; display: grid; margin-right: auto; color: var(--al-text); border: 1px solid var(--al-border); }
    .al-nav-whatsapp, .al-nav-quote { display: none; }
    .al-ticker { min-height: 43px; }
    .al-ticker__label { min-width: 104px; padding-inline: 11px; font-size: 9px; }
    .al-ticker__label::after { left: -14px; border-top-width: 21px; border-bottom-width: 21px; border-right-width: 14px; }
    .al-ticker__track { min-height: 43px; }
    .al-ticker__item { padding-inline: 18px; font-size: 9px; }
    .al-footer-cta__inner { grid-template-columns: 1fr; gap: 22px; padding-block: 40px; text-align: center; }
    .al-footer-cta__icon { display: none; }
    .al-footer-cta h2 { font-size: 29px; }
    .al-footer-cta__actions { min-width: 0; }
    .al-footer-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 55px 38px; }
    .al-footer-brand { text-align: center; }
    .al-footer-brand p { margin-inline: auto; }
    .al-footer-logo, .al-footer-name, .al-footer-certificates { justify-content: center; }
    .al-footer-bottom { flex-direction: column; justify-content: center; padding-block: 16px; text-align: center; }
    .al-posts-grid { grid-template-columns: 1fr; padding-top: 45px; }
    .al-single-head__inner { padding-block: 60px; }
    .al-single-cover { margin-top: -18px; }
    .al-single-content { padding-block: 45px 70px; font-size: 13px; }
    .al-back-to-top { right: 12px; left: auto; bottom: 12px; }
}

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