/* Design philosophy: فخامة الخدمة المحلية — deep navy, aged gold, ivory whitespace, editorial RTL rhythm. */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root { --background: oklch(0.99 0.005 85); --foreground: oklch(0.19 0.025 245); --card: oklch(1 0 0); --card-foreground: oklch(0.19 0.025 245); --primary: oklch(0.67 0.13 78); --primary-foreground: oklch(0.15 0.025 245); --border: oklch(0.91 0.012 80); --ring: oklch(0.67 0.13 78); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Cairo', sans-serif; background: #fffdfa; color: #10202e; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid #d4a54b; outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-shell { overflow: clip; }
.site-header { background: #071725; color: #fff; position: relative; z-index: 20; }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-size: 17px; font-weight: 800; color: #fff; white-space: nowrap; }
.brand-copy small { color: #cba356; font-size: 9px; white-space: nowrap; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-inline: auto; font-size: 13px; font-weight: 600; white-space: nowrap; }
.main-nav a { color: #e7eaec; transition: color .18s ease; }
.main-nav a:hover, .main-nav a.active { color: #d4a54b; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; background: #d4a54b; color: #0c1a28; border-radius: 999px; padding: 10px 17px; font-weight: 800; font-size: 12px; white-space: nowrap; transition: transform .18s ease, background .18s ease; }
.header-phone:hover { transform: translateY(-2px); background: #e2b45c; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; }
.hero-section { min-height: 505px; position: relative; isolation: isolate; background-color: #091725; color: #fff; background-image: var(--hero); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,15,25,.12) 0%, rgba(4,15,25,.42) 40%, rgba(4,15,25,.96) 71%, #071725 100%); }
.hero-content { min-height: 505px; display: flex; justify-content: flex-start; align-items: center; }
.hero-copy { width: 50%; padding-block: 55px; }
.eyebrow { color: #c9973e; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.hero-eyebrow { display: inline-block; border-right: 3px solid #c9973e; padding-right: 10px; margin-bottom: 13px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(35px, 4.7vw, 63px); line-height: 1.18; letter-spacing: -.04em; font-weight: 800; }
h1 em { color: #d8aa51; font-style: normal; }
.hero-copy > p { color: #e6e8e9; margin-top: 18px; font-size: 16px; font-weight: 500; }
.hero-benefits { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 30px; margin-top: 27px; color: #e8ecee; font-size: 12px; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 7px; }
.hero-benefits svg { color: #d5a548; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 50px; border-radius: 8px; padding: 0 22px; border: 0; font: inherit; font-weight: 800; font-size: 13px; transition: transform .18s ease, filter .18s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn:active { transform: scale(.97); }
.btn-gold { background: #d6a545; color: #071725; }
.btn-gold small { font-size: 11px; font-weight: 700; opacity: .82; }
.btn-whatsapp { background: #23ad55; color: #fff; }
.section { padding: 79px 0; }
.section-heading { text-align: center; margin-bottom: 38px; }
.section-heading .eyebrow { display: block; margin-bottom: 4px; }
.section-heading h2 { color: #122333; font-size: clamp(26px, 3.5vw, 36px); letter-spacing: -.04em; font-weight: 800; }
.gold-rule { display: block; width: 47px; height: 3px; background: #c9973e; margin: 12px auto 0; border-radius: 4px; }
.services-section { background: #fffdfa; position: relative; } .services-section::before { content: ""; display: block; width: 76px; height: 4px; background: #c9973e; margin: -35px auto 34px; clip-path: polygon(0 0, 72% 0, 100% 50%, 72% 100%, 0 100%, 22% 50%); }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { background: #fff; border: 1px solid #ece9e3; border-top: 3px solid #c9973e; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 18px rgba(12,27,41,.05); transition: transform .22s ease, box-shadow .22s ease; animation: rise .55s var(--delay) both; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(12,27,41,.11); }
.service-media { position: relative; height: 130px; overflow: hidden; background: #eadfce; }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; display: block; }
.service-card:hover .service-media img { transform: scale(1.05); }
.service-icon { position: absolute; bottom: 10px; right: 12px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px 50% 50% 50%; background: #d3a149; color: #fff; border: 3px solid #fff; box-shadow: 0 5px 12px rgba(8,23,37,.18); }
.service-body { padding: 18px 15px 16px; text-align: center; }
.service-body h3 { font-size: 15px; font-weight: 800; color: #132433; min-height: 43px; }
.service-body p { color: #6c7378; font-size: 11px; line-height: 1.8; min-height: 62px; margin-top: 6px; }
.service-link { display: inline-flex; align-items: center; gap: 7px; color: #fff; background: #071725; border-radius: 5px; padding: 8px 15px; font-size: 11px; font-weight: 700; margin-top: 14px; transition: background .18s ease; }
.service-link:hover { background: #c9973e; }
.stats-strip { background: #071725; color: #fff; padding: 24px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; justify-content: center; }
.stat svg { grid-row: span 2; color: #d4a54b; stroke-width: 1.6; }
.stat strong { color: #d7a84b; font-size: 26px; line-height: 1.1; }
.stat span { color: #fff; font-size: 12px; }
.reasons-section { padding-bottom: 72px; background: #071725; color: #fff; position: relative; } .reasons-section .section-heading h2 { color: #fff; } .reasons-section .section-heading .eyebrow { color: #d8aa51; } .reasons-section .reason h3 { color: #fff; } .reasons-section .reason p { color: #b9c3c8; }
.reasons-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 25px; }
.reason { display: flex; gap: 12px; align-items: flex-start; }
.reason-icon { flex-shrink: 0; width: 47px; height: 47px; display: grid; place-items: center; color: #d1a149; background: transparent; border: 1px solid rgba(201,151,62,.7); border-radius: 12px 50% 50% 50%; }
.reason h3 { font-size: 14px; color: #142432; font-weight: 800; margin: 3px 0 4px; }
.reason p { color: #747b80; font-size: 11px; line-height: 1.8; }
.testimonials-section { background: #fff; padding-top: 30px; }
.testimonials-wrap { max-width: 1010px; }
.testimonial-stage { display: flex; align-items: center; gap: 26px; justify-content: center; }
.testimonial-card { background: #fafafa; border: 1px solid #f0eee9; max-width: 620px; min-height: 192px; flex: 1; padding: 26px 30px 22px; text-align: center; animation: fade-in .3s ease both; }
.stars { color: #c9973e; letter-spacing: 3px; font-size: 20px; }
.testimonial-card p { color: #36414a; font-size: 14px; line-height: 1.9; margin: 12px auto 17px; max-width: 470px; }
.testimonial-person { display: inline-flex; align-items: center; gap: 9px; text-align: right; }
.avatar { width: 36px; height: 36px; border-radius: 50%; background: #d9d9d9; color: #33434d; display: grid; place-items: center; font-weight: 800; }
.testimonial-person strong, .testimonial-person span { display: block; }
.testimonial-person strong { font-size: 12px; }
.testimonial-person span { font-size: 10px; color: #8a8d8e; }
.slider-arrow { flex: 0 0 auto; width: 39px; height: 39px; border: 0; border-radius: 50%; background: #d1a149; color: #fff; display: grid; place-items: center; transition: transform .18s ease; }
.slider-arrow:hover { transform: scale(1.08); }
.cta-strip { background: #071725; color: #fff; padding: 28px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.cta-inner h2 { font-size: 24px; font-weight: 800; margin-top: 2px; }
.cta-inner p { color: #b9c1c6; font-size: 12px; margin-top: 3px; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }
.areas-section { padding: 45px 0; background: #f7f3ec; }
.areas-inner { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 30px; }
.areas-inner h2 { font-size: 21px; color: #122333; margin-top: 3px; }
.areas-list { display: flex; flex-wrap: wrap; gap: 10px 17px; }
.areas-list span { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; color: #52606a; }
.areas-list svg { color: #c9973e; }
.text-link { display: inline-flex; gap: 5px; align-items: center; color: #9c711f; font-weight: 800; font-size: 12px; white-space: nowrap; }
.site-footer { background: #fff; color: #1d2c37; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; padding: 52px 0 38px; }
.footer-brand p { color: #81878b; font-size: 12px; line-height: 1.9; margin-top: 18px; max-width: 240px; }
.site-footer .brand-copy strong { color: #10202e; }
.site-footer h3 { font-size: 14px; font-weight: 800; margin-bottom: 15px; }
.site-footer > .footer-grid > div:not(.footer-brand) > a { display: block; color: #737b80; font-size: 11px; margin: 9px 0; transition: color .18s ease; }
.site-footer > .footer-grid > div:not(.footer-brand) > a:hover { color: #b17e21; }
.site-footer > .footer-grid > div:last-child > a { display: flex; align-items: center; gap: 7px; }
.socials { display: flex; gap: 11px; margin-top: 17px; }
.socials a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #071725; color: #fff; }
.copyright { text-align: center; background: #071725; color: #d4d8da; padding: 11px; font-size: 11px; }
.floating-whatsapp { position: fixed; left: 18px; bottom: 18px; z-index: 30; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: #fff; background: #20ae55; box-shadow: 0 8px 22px rgba(4,30,14,.3); transition: transform .18s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1050px) { .main-nav { gap: 14px; font-size: 11px; } .services-grid { grid-template-columns: repeat(3, 1fr); } .service-media { height: 150px; } .reasons-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; } }
@media (max-width: 760px) { .container { width: min(100% - 30px, 620px); } .header-inner { min-height: 70px; justify-content: space-between; } .menu-toggle { display: grid; place-items: center; order: 2; } .header-phone { order: 3; padding: 9px 11px; font-size: 10px; } .brand { order: 1; } .brand-mark { width: 42px; height: 42px; } .brand-copy strong { font-size: 14px; } .main-nav { display: none; position: absolute; top: 70px; right: 15px; left: 15px; padding: 17px; background: #0b2131; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 15px 30px rgba(0,0,0,.25); border-radius: 0 0 10px 10px; flex-direction: column; align-items: stretch; gap: 0; } .main-nav.open { display: flex; } .main-nav a { padding: 10px 6px; border-bottom: 1px solid rgba(255,255,255,.06); } .hero-section, .hero-content { min-height: 620px; } .hero-image { background-position: 31% center; } .hero-overlay { background: linear-gradient(180deg, rgba(4,15,25,.18) 0%, rgba(4,15,25,.65) 39%, rgba(4,15,25,.97) 75%); } .hero-content { align-items: flex-end; } .hero-copy { width: 100%; padding: 35px 0 43px; } h1 { font-size: 39px; } .hero-copy > p { font-size: 13px; } .hero-benefits { gap: 9px 17px; font-size: 10px; } .hero-actions .btn { flex: 1; padding-inline: 10px; font-size: 11px; } .hero-actions { gap: 8px; } .section { padding: 58px 0; } .services-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; } .service-media { height: 118px; } .service-body { padding-inline: 9px; } .service-body h3 { font-size: 12px; min-height: 37px; } .service-body p { font-size: 10px; min-height: 67px; } .service-link { padding: 7px 10px; font-size: 10px; } .service-icon { width: 38px; height: 38px; bottom: 8px; right: 8px; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 10px; } .stat strong { font-size: 21px; } .stat span { font-size: 10px; } .reasons-grid { grid-template-columns: 1fr 1fr; gap: 24px 13px; } .reason { gap: 8px; } .reason-icon { width: 38px; height: 38px; } .reason h3 { font-size: 11px; } .reason p { font-size: 9px; } .testimonial-stage { gap: 8px; } .testimonial-card { padding: 21px 14px; } .testimonial-card p { font-size: 12px; } .cta-inner, .areas-inner { display: block; } .cta-inner h2 { font-size: 21px; } .cta-actions { margin-top: 20px; } .cta-actions .btn { flex: 1; padding-inline: 10px; font-size: 11px; } .areas-inner h2 { font-size: 19px; } .areas-list { margin: 19px 0; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding-block: 37px; } .footer-brand { grid-column: 1 / -1; } .site-footer h3 { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Articles: editorial cards with clear WordPress post hierarchy. */
.articles-section { background: #f7f3ec; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { background: #fff; border: 1px solid #e9e3d8; box-shadow: 0 8px 22px rgba(12,27,41,.06); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(12,27,41,.12); }
.article-image { min-height: 150px; display: grid; place-items: center; background: linear-gradient(135deg, #10293a, #c9973e); color: #fff; font-size: 20px; font-weight: 800; overflow: hidden; }
.article-image img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; display: block; transition: transform .35s ease; }
.article-card:hover .article-image img { transform: scale(1.04); }
.article-body { padding: 20px 18px 22px; }
.article-meta { color: #b17e21; font-size: 10px; font-weight: 700; margin-bottom: 7px; }
.article-body h3 { color: #132433; font-size: 17px; line-height: 1.55; font-weight: 800; }
.article-body h3 a:hover { color: #b17e21; }
.article-body p { color: #6c7378; font-size: 12px; line-height: 1.9; margin-top: 8px; min-height: 46px; }
.article-link { display: inline-flex; color: #9c711f; font-size: 11px; font-weight: 800; margin-top: 14px; }
.article-placeholder .article-image { background: #10293a; }
@media (max-width: 760px) { .articles-grid { grid-template-columns: 1fr; gap: 14px; } .article-image, .article-image img { min-height: 135px; } }
