/*
Theme Name: Diqat Alazl Pro
Theme URI: https://diqat-alazl.com/
Author: OpenAI
Author URI: https://openai.com/
Description: قالب ووردبريس عربي RTL احترافي لشركة دقة العزل للمقاولات، متجاوب ومهيأ لمحركات البحث مع صور خدمات مخصصة وقابلية تخصيص واسعة.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diqat-alazl-pro
Tags: rtl-language-support, custom-logo, custom-colors, featured-images, one-column, two-columns
*/

:root {
    --diqat-primary: #06172f;
    --diqat-navy: #0b2445;
    --diqat-gold: #d7a846;
    --diqat-cream: #f6efe2;
    --diqat-white: #ffffff;
    --diqat-ink: #0d1b2f;
    --diqat-muted: #65758a;
    --diqat-border: rgba(11, 36, 69, 0.12);
    --diqat-shadow: 0 24px 70px rgba(5, 17, 35, 0.14);
    --diqat-shadow-dark: 0 30px 80px rgba(0, 0, 0, 0.28);
    --diqat-radius: 28px;
    --diqat-radius-lg: 38px;
    --diqat-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    direction: rtl;
    text-align: right;
    color: var(--diqat-ink);
    background: #f9f6ef;
    font-family: Tahoma, Arial, "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--diqat-gold); }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--diqat-container), calc(100% - 32px)); margin-inline: auto; }
.content-narrow { max-width: 900px; }
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    width: auto;
    z-index: 99999;
    background: var(--diqat-gold);
    color: #08182f;
    padding: 10px 14px;
    top: 10px;
    right: 10px;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(6, 23, 47, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.16);
}
.topbar {
    color: rgba(255, 255, 255, 0.76);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
}
.topbar-inner,
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.topbar-inner { min-height: 38px; }
.topbar-meta,
.topbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.topbar-whatsapp {
    color: #111;
    background: var(--diqat-gold);
    padding: 5px 12px;
    border-radius: 999px;
    font-weight: 700;
}
.navbar-wrap { min-height: 82px; display: flex; align-items: center; }
.navbar { min-height: 82px; }
.site-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--diqat-white);
}
.site-brand:hover,
.footer-brand:hover { color: var(--diqat-white); }
.brand-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--diqat-gold);
    background: linear-gradient(145deg, rgba(215, 168, 70, 0.18), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(215, 168, 70, 0.34);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.brand-mark svg { width: 36px; height: 36px; }
.brand-copy { display: grid; line-height: 1.35; }
.brand-copy strong { font-size: 18px; color: #fff; }
.brand-copy small { color: rgba(255, 255, 255, 0.68); font-size: 12px; }
.custom-logo-link img { max-height: 70px; width: auto; }
.primary-nav { margin-inline-start: auto; }
.nav-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.nav-menu a {
    display: block;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
}
.nav-menu a:hover,
.nav-menu .current-menu-item > a {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    cursor: pointer;
}
.menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    border-radius: 2px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    color: #08182f;
    background: linear-gradient(135deg, #f0cc72, var(--diqat-gold));
    box-shadow: 0 14px 34px rgba(215, 168, 70, 0.28);
}
.btn-primary:hover { color: #08182f; box-shadow: 0 18px 45px rgba(215, 168, 70, 0.36); }
.btn-glass {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}
.btn-glass:hover { color: #fff; background: rgba(255, 255, 255, 0.14); }
.btn-outline-dark {
    color: var(--diqat-primary);
    border-color: rgba(6, 23, 47, 0.22);
    background: #fff;
}
.btn-outline-dark:hover { color: var(--diqat-primary); box-shadow: var(--diqat-shadow); }
.btn-large { min-height: 54px; padding-inline: 28px; }
.btn-full { width: 100%; }

/* Hero */
.hero-section {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 110px 0 90px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 15%, rgba(215, 168, 70, 0.25), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(72, 133, 193, 0.18), transparent 34%),
        linear-gradient(135deg, var(--diqat-primary), #081e3c 45%, #030913 100%);
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 72%);
}
.hero-bg-shape {
    position: absolute;
    width: 620px;
    height: 620px;
    left: -220px;
    bottom: -260px;
    background: linear-gradient(135deg, rgba(215,168,70,.28), rgba(255,255,255,.03));
    border-radius: 42% 58% 54% 46%;
    filter: blur(2px);
    transform: rotate(-12deg);
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: 56px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--diqat-gold);
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 14px;
}
.eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}
.hero-eyebrow {
    padding: 9px 14px;
    border: 1px solid rgba(215, 168, 70, 0.32);
    border-radius: 999px;
    background: rgba(215, 168, 70, 0.08);
}
.hero-eyebrow::before { width: 14px; }
.hero-copy h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.18;
    letter-spacing: -1.5px;
    max-width: 880px;
}
.hero-lead {
    color: rgba(255, 255, 255, .78);
    font-size: clamp(17px, 2vw, 21px);
    margin: 26px 0 0;
    max-width: 760px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}
.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}
.hero-pills span {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 13px;
}
.hero-visual { position: relative; }
.hero-image-frame {
    position: relative;
    padding: 16px;
    border-radius: 40px;
    background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--diqat-shadow-dark);
}
.hero-image-frame > img {
    width: 100%;
    aspect-ratio: 4 / 4.7;
    object-fit: cover;
    border-radius: 30px;
    background: #0b2445;
}
.hero-card {
    position: absolute;
    display: grid;
    gap: 0;
    min-width: 150px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--diqat-primary);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
}
.hero-card strong { font-size: 32px; line-height: 1; color: var(--diqat-gold); }
.hero-card span { font-size: 13px; font-weight: 800; }
.hero-card-top { top: 44px; right: -24px; }
.hero-card-bottom { bottom: 44px; left: -24px; max-width: 190px; }

/* Sections */
.section { padding: 94px 0; position: relative; }
.section-light { background: #fff; }
.section-soft { background: linear-gradient(180deg, #fbf8f1, var(--diqat-cream)); }
.section-dark {
    color: #fff;
    background:
        radial-gradient(circle at 15% 10%, rgba(215,168,70,.16), transparent 28%),
        radial-gradient(circle at 90% 70%, rgba(72,133,193,.12), transparent 34%),
        linear-gradient(135deg, var(--diqat-primary), #071d39);
}
.section-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 46px;
}
.section-title .eyebrow { justify-content: center; }
.section-title h2,
.section-copy h2,
.contact-panel h2,
.footer-cta h2,
.content-card h1,
.content-card h2,
.page-services h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.25;
    letter-spacing: -.5px;
}
.lead { color: var(--diqat-muted); font-size: 18px; margin: 18px 0 0; }
.section-dark .lead { color: rgba(255,255,255,.76); }
.stats-strip {
    margin-top: -48px;
    position: relative;
    z-index: 3;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.stat-card {
    min-height: 126px;
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--diqat-shadow);
    border: 1px solid rgba(11, 36, 69, 0.08);
    display: grid;
    align-content: center;
    gap: 6px;
}
.stat-card strong { color: var(--diqat-gold); font-size: 30px; line-height: 1; }
.stat-card span { font-weight: 800; color: var(--diqat-primary); }
.about-grid,
.quality-grid,
.contact-grid,
.process-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
    gap: 34px;
    align-items: center;
}
.section-copy { max-width: 640px; }
.about-panel,
.contact-panel,
.form-panel,
.content-card {
    background: #fff;
    border: 1px solid var(--diqat-border);
    border-radius: var(--diqat-radius-lg);
    box-shadow: var(--diqat-shadow);
}
.about-panel {
    min-height: 420px;
    display: flex;
    align-items: stretch;
    padding: 12px;
    background:
        linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
        url('assets/img/pattern-lines.svg');
    background-size: cover;
}
.about-panel-inner {
    flex: 1;
    border-radius: 30px;
    padding: 44px;
    background: linear-gradient(135deg, rgba(6,23,47,.98), rgba(11,36,69,.94));
    color: #fff;
    display: grid;
    align-content: center;
}
.about-panel-inner h3 { font-size: 34px; line-height: 1.3; margin: 0; }
.about-panel-inner p { color: rgba(255,255,255,.72); }
.mini-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.mini-check-grid span,
.clean-list li {
    position: relative;
    padding: 13px 44px 13px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--diqat-border);
    font-weight: 800;
}
.mini-check-grid span::before,
.clean-list li::before {
    content: "✓";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #08182f;
    background: var(--diqat-gold);
    font-size: 13px;
}
.clean-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.clean-list li { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.12); }

/* Services */
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.service-card {
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}
.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(215,168,70,.42);
    background: rgba(255,255,255,.11);
}
.service-media { padding: 12px 12px 0; }
.service-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 24px;
    background: #06172f;
}
.service-content { padding: 22px; }
.service-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 16px;
    color: #08182f;
    background: var(--diqat-gold);
    font-weight: 900;
}
.service-content h3,
.service-content h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}
.service-content p { color: rgba(255,255,255,.72); margin: 12px 0 0; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-row span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(215,168,70,.12);
    color: #f4d895;
    border: 1px solid rgba(215,168,70,.22);
    font-size: 12px;
    font-weight: 800;
}

/* Features */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.feature-card {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--diqat-border);
    box-shadow: 0 16px 42px rgba(5, 17, 35, 0.08);
}
.feature-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #08182f;
    background: linear-gradient(135deg, #f0cc72, var(--diqat-gold));
    font-weight: 900;
    margin-bottom: 18px;
}
.feature-card h3 { margin: 0; font-size: 22px; }
.feature-card p { color: var(--diqat-muted); margin: 10px 0 0; }

/* Process */
.process-layout { grid-template-columns: .82fr 1.18fr; }
.process-list { display: grid; gap: 14px; }
.process-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    align-items: start;
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--diqat-border);
    box-shadow: 0 12px 34px rgba(5,17,35,.06);
}
.process-card > span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: var(--diqat-gold);
    background: var(--diqat-primary);
    font-weight: 900;
}
.process-card h3 { margin: 0; font-size: 22px; }
.process-card p { margin: 8px 0 0; color: var(--diqat-muted); }

/* Projects */
.project-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.project-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--diqat-border);
    box-shadow: 0 14px 40px rgba(5,17,35,.08);
    transition: transform .22s ease, box-shadow .22s ease;
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--diqat-shadow); }
.project-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--diqat-primary); }
.project-card div { padding: 20px; }
.project-card h3 { margin: 0; font-size: 20px; }
.project-card p { margin: 8px 0 0; color: var(--diqat-muted); font-size: 14px; }

/* Quality */
.quality-grid { grid-template-columns: 1fr 1fr; }
.quality-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.quality-cards article {
    min-height: 150px;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    display: grid;
    align-content: space-between;
}
.quality-cards strong { color: var(--diqat-gold); font-size: 34px; }
.quality-cards span { color: #fff; font-weight: 900; }

/* Contact */
.contact-grid { align-items: stretch; }
.contact-panel,
.form-panel { padding: 36px; }
.contact-list { display: grid; gap: 12px; margin-top: 26px; }
.contact-list div {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--diqat-border);
    background: #fbf8f1;
}
.contact-list strong { color: var(--diqat-primary); }
.contact-list span { color: var(--diqat-muted); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.contact-form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--diqat-primary); font-weight: 800; }
.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid rgba(6, 23, 47, 0.16);
    border-radius: 16px;
    padding: 14px 16px;
    background: #fff;
    color: var(--diqat-ink);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--diqat-gold);
    box-shadow: 0 0 0 4px rgba(215,168,70,.16);
}
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-hint { margin: 0; color: var(--diqat-muted); font-size: 13px; }
.form-notice { padding: 14px 16px; border-radius: 16px; margin-bottom: 14px; font-weight: 800; }
.form-notice.success { background: #e9f8ef; color: #146c2e; }
.form-notice.error { background: #fff0f0; color: #9c1c1c; }

/* Footer */
.site-footer {
    color: rgba(255,255,255,.78);
    background: linear-gradient(135deg, #030913, var(--diqat-primary));
}
.footer-cta { padding: 56px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px;
    border-radius: 30px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
}
.footer-cta h2 { color: #fff; font-size: 34px; }
.footer-cta p { margin: 8px 0 0; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .7fr .9fr;
    gap: 40px;
    padding: 58px 0;
}
.footer-brand .brand-mark { width: 46px; height: 46px; }
.footer-brand span:last-child { display: grid; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.6); }
.footer-about p { max-width: 440px; margin: 18px 0 0; }
.site-footer h3 { color: #fff; margin: 0 0 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a:hover { color: var(--diqat-gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.floating-whatsapp {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 998;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 46px rgba(37, 211, 102, .35);
    font-size: 12px;
    font-weight: 900;
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }
.mobile-action-bar { display: none; }

/* Content pages */
.content-card { padding: 42px; margin-bottom: 24px; }
.content-card a { color: var(--diqat-primary); }
.content-card a:hover { color: var(--diqat-gold); }
.entry-meta { color: var(--diqat-muted); font-size: 14px; margin: 8px 0 18px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content img { border-radius: 20px; }
.wp-block-button__link { border-radius: 999px; }
.archive-page,
.page-template,
.single-template,
.page-services { min-height: 60vh; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
    .hero-grid,
    .about-grid,
    .contact-grid,
    .process-layout,
    .quality-grid { grid-template-columns: 1fr; }
    .hero-section { min-height: auto; padding-top: 90px; }
    .hero-visual { max-width: 560px; margin-inline: auto; width: 100%; }
    .service-grid,
    .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .section-copy { max-width: none; }
}

@media (max-width: 900px) {
    body.admin-bar .site-header { top: 46px; }
    .topbar { display: none; }
    .navbar { min-height: 74px; }
    .header-cta { display: none; }
    .menu-toggle { display: block; }
    .primary-nav {
        position: fixed;
        top: 74px;
        right: 16px;
        left: 16px;
        margin: 0;
        padding: 14px;
        border-radius: 24px;
        background: rgba(6, 23, 47, .98);
        border: 1px solid rgba(255,255,255,.12);
        box-shadow: var(--diqat-shadow-dark);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .22s ease, transform .22s ease;
    }
    .primary-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .nav-menu { display: grid; gap: 4px; }
    .nav-menu a { padding: 14px 16px; }
    .brand-copy strong { font-size: 15px; }
    .brand-copy small { display: none; }
}

@media (max-width: 700px) {
    .container { width: min(100% - 24px, var(--diqat-container)); }
    .section { padding: 68px 0; }
    .hero-section { padding: 70px 0 70px; }
    .hero-copy h1 { font-size: 36px; }
    .hero-lead { font-size: 16px; }
    .hero-actions .btn { width: 100%; }
    .hero-card { display: none; }
    .stats-grid,
    .service-grid,
    .feature-grid,
    .project-grid,
    .quality-cards,
    .form-row,
    .mini-check-grid { grid-template-columns: 1fr; }
    .about-panel-inner,
    .contact-panel,
    .form-panel,
    .content-card { padding: 24px; border-radius: 26px; }
    .footer-cta-inner,
    .footer-grid { grid-template-columns: 1fr; display: grid; }
    .footer-cta-inner { padding: 24px; }
    .footer-grid { padding: 42px 0; gap: 28px; }
    .footer-bottom-inner { display: grid; }
    .floating-whatsapp { display: none; }
    .mobile-action-bar {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #fff;
        box-shadow: 0 -10px 30px rgba(5,17,35,.12);
        border-top: 1px solid var(--diqat-border);
    }
    .mobile-action-bar a {
        display: grid;
        place-items: center;
        min-height: 58px;
        font-weight: 900;
        color: var(--diqat-primary);
    }
    .mobile-action-bar a:last-child { background: #25d366; color: #fff; }
    body { padding-bottom: 58px; }
}
