*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --charcoal: #16211B;
      --charcoal-2: #213128;
      --ivory: #FAF8EC;
      --ivory-2: #F0EDD8;
      --white: #FFFEF7;
      --gold: #4E9A3C;      /* أخضر الهوية (نسخة أغمق للنصوص على الفاتح) */
      --gold-l: #EEE947;    /* أصفر الهوية */
      --gold-bg: rgba(109,190,84,0.12);
      --wood: #8B5E34;
      --wood-l: #B07D4B;
      --green: #6DBE54;
      --red: #ED212A;
      --sun: #E9D94A;
      --ink: #1E2A22;
      --muted: #5F6B62;
      --border: #DFE6D6;
      --wa: #25D366; --wa-d: #128C3E;
      --maps: #4285F4; --maps-d: #1A73E8;
      --radius: 18px;
      --shadow: 0 10px 40px rgba(22,33,27,0.10);
      --sticky-h: 68px;
    }

    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body {
      font-family: 'Cairo', 'Tajawal', 'Noto Kufi Arabic', system-ui, sans-serif;
      background: var(--white);
      color: var(--ink);
      line-height: 1.7;
      letter-spacing: normal;
      overflow-x: hidden;
      padding-bottom: var(--sticky-h);
    }
    img, video { max-width: 100%; height: auto; display: block; }
    a { color: inherit; }
    button { font-family: inherit; }
    :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
    .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
    .container { width: min(100% - 40px, 1120px); margin-inline: auto; }
    @media (max-width: 480px) { .container { width: min(100% - 32px, 1120px); } }

    /* ---------- تنبيه الإعدادات الناقصة ---------- */
    .config-warn {
      display: none; background: #FFF4CC; color: #5A4300; font-size: 13px; font-weight: 700;
      padding: 8px 16px; text-align: center; border-bottom: 1px solid #F0DA8A;
    }
    .config-warn.show { display: block; }

    /* ---------- الشريط العلوي ---------- */
    .nav {
      position: sticky; top: 0; z-index: 100;
      background: rgba(22,33,27,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(238,233,71,0.22);
    }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; }
    .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ivory); min-width: 0; }
    .brand img { width: 54px; height: 37px; object-fit: contain; }
    .brand-text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
    .brand-name { font-weight: 800; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .brand-branch { font-size: 12px; color: var(--gold-l); font-weight: 700; }
    .nav-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
    .nav-btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 6px;
      height: 40px; padding: 0 14px; border-radius: 12px; font-weight: 800; font-size: 14px;
      text-decoration: none; border: 1px solid transparent; transition: transform .15s, background .15s;
    }
    .nav-btn:active { transform: scale(.97); }
    .nav-btn-call { color: var(--ivory); border-color: rgba(247,242,233,0.35); }
    .nav-btn-call:hover { background: rgba(255,255,255,0.08); }
    .nav-btn-wa { background: var(--wa-d); color: #fff; }
    .nav-btn-map { background: var(--maps-d); color: #fff; }
    .nav-btn-wa:hover { background: var(--wa-d); }
    .nav-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
    @media (max-width: 640px) {
      .nav-btn span { display: none; }
      .nav-btn { width: 40px; padding: 0; }
      .brand-name { font-size: 13px; max-width: 46vw; }
    }
    .offer-strip {
      display: none; background: linear-gradient(90deg, var(--green), var(--gold-l)); color: var(--charcoal);
      font-size: 13px; font-weight: 800; text-align: center; padding: 7px 16px;
    }
    .offer-strip.show { display: block; }
    .offer-strip a { color: inherit; }

    /* ---------- Hero ---------- */
    .hero {
      background: var(--charcoal);
      color: var(--ivory);
      position: relative; overflow: hidden;
      padding: 36px 0 44px;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(60% 50% at 85% 10%, rgba(238,233,71,0.22), transparent 70%),
        radial-gradient(50% 40% at 10% 90%, rgba(109,190,84,0.22), transparent 70%);
    }
    .hero-grid { position: relative; display: grid; gap: 28px; align-items: center; }
    @media (min-width: 900px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 48px; } .hero { padding: 64px 0 72px; } }
    .eyebrow {
      display: inline-flex; align-items: center; gap: 8px; color: rgba(250,248,236,0.85); font-weight: 600; font-size: 13px; margin-bottom: 18px;
      padding: 6px 14px 6px 16px; border-radius: 100px; border: 1px solid rgba(238,233,71,0.35); background: rgba(255,255,255,0.05);
      backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    }
    .eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-l); box-shadow: 0 0 0 3px rgba(238,233,71,0.18); flex-shrink: 0; }
    .hero h1 {
      font-size: clamp(30px, 7.2vw, 54px); font-weight: 800; line-height: 1.3; color: var(--white);
      margin-bottom: 14px;
    }
    .hero h1 em { font-style: normal; color: var(--gold-l); }
    .hero-sub { font-size: clamp(15px, 3.6vw, 19px); color: rgba(247,242,233,0.78); max-width: 560px; margin-bottom: 26px; line-height: 1.85; }
    .btn-group { display: flex; flex-direction: column; gap: 10px; max-width: 420px; }
    .hero-actions { display: grid; gap: 10px; grid-template-columns: 1fr; max-width: 560px; }
    .hero-actions .btn { width: 100%; }
    @media (min-width: 560px) { .hero-actions { grid-template-columns: 1fr 1fr; } .hero-actions .btn-call { grid-column: 1 / -1; } }
    @media (min-width: 1100px) { .hero-actions { grid-template-columns: auto auto auto; justify-content: start; max-width: none; } .hero-actions .btn { width: auto; padding-inline: 22px; } .hero-actions .btn-call { grid-column: auto; } }
    /* CTA بعد كل قسم */
    .section-cta { display: grid; gap: 10px; grid-template-columns: 1fr; max-width: 520px; margin: 32px auto 0; }
    @media (min-width: 560px) { .section-cta { grid-template-columns: 1fr 1fr; } }
    .section-cta .btn { width: 100%; }
    @media (min-width: 560px) { .btn-group { flex-direction: row; } }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 1;
      min-height: 54px; padding: 12px 22px; border-radius: 16px; font-weight: 800; font-size: 16px;
      text-decoration: none; border: 0; cursor: pointer; position: relative; overflow: hidden; white-space: nowrap;
      transition: transform .18s, box-shadow .18s, background .18s;
    }
    .btn:active { transform: scale(.97); }
    .btn svg { width: 22px; height: 22px; flex-shrink: 0; }
    .btn-wa { background: linear-gradient(135deg, var(--wa), var(--wa-d)); color: #fff; box-shadow: 0 8px 28px rgba(37,211,102,0.28); }
    .btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(37,211,102,0.38); }
    .btn-wa::after {
      content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
      animation: shimmer 2.8s ease-in-out infinite; pointer-events: none;
    }
    @keyframes shimmer { 0% { left: -100%; } 100% { left: 150%; } }
    .btn-call { background: transparent; color: var(--ivory); border: 1.5px solid rgba(238,233,71,0.6); }
    .btn-call:hover { background: rgba(238,233,71,0.12); }
    .btn-maps { background: linear-gradient(135deg, var(--maps), var(--maps-d)); color: #fff; box-shadow: 0 8px 28px rgba(66,133,244,0.28); }
    .btn-maps:hover { transform: translateY(-2px); }
    .btn-gold { background: linear-gradient(135deg, var(--gold-l), var(--gold)); color: var(--charcoal); }
    .btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--border); }
    .btn-outline:hover { border-color: var(--gold); }

    .trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; font-size: 13.5px; color: rgba(247,242,233,0.8); font-weight: 700; }
    .trust li { list-style: none; display: inline-flex; align-items: center; gap: 6px; }
    .trust svg { width: 16px; height: 16px; color: var(--gold-l); }

    .hero-media {
      position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 9 / 13;
      max-height: 560px; width: 100%; max-width: 400px; margin-inline: auto;
      box-shadow: 0 30px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(238,233,71,0.35);
      background: var(--charcoal-2);
    }
    @media (min-width: 900px) { .hero-media { max-width: 420px; margin-inline: 0; } }
    .hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
    .hero-media .badge {
      position: absolute; bottom: 14px; right: 14px; background: rgba(22,33,27,0.8); backdrop-filter: blur(6px);
      color: var(--gold-l); font-size: 12.5px; font-weight: 800; padding: 6px 12px; border-radius: 100px;
      border: 1px solid rgba(238,233,71,0.4);
    }

    /* ---------- الأقسام ---------- */
    .section { padding: 56px 0; }
    @media (min-width: 900px) { .section { padding: 84px 0; } }
    .section-alt { background: var(--ivory); }
    .section-dark { background: var(--charcoal); color: var(--ivory); }
    .section-head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
    .section-head .kicker { color: var(--gold); font-weight: 800; font-size: 14px; margin-bottom: 8px; display: block; }
    .section-dark .section-head .kicker { color: var(--gold-l); }
    .section-head h2 { font-size: clamp(24px, 5.6vw, 38px); font-weight: 800; line-height: 1.3; margin-bottom: 10px; }
    .section-head p { color: var(--muted); font-size: 15.5px; }
    .section-dark .section-head p { color: rgba(247,242,233,0.7); }

    .features { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
    .feature {
      background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 20px;
      display: flex; gap: 14px; align-items: flex-start; transition: transform .25s, box-shadow .25s, border-color .25s;
    }
    .feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-l); }
    .feature .ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; background: var(--gold-bg); color: var(--gold); display: grid; place-items: center; }
    .feature .ico svg { width: 24px; height: 24px; }
    .feature h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 4px; }
    .feature p { font-size: 14px; color: var(--muted); line-height: 1.7; }

    /* العرض */
    .offer-card {
      background: linear-gradient(160deg, var(--charcoal), var(--charcoal-2));
      color: var(--ivory); border-radius: 28px; padding: 32px 24px; position: relative; overflow: hidden;
      border: 1px solid rgba(238,233,71,0.35); max-width: 760px; margin: 0 auto; text-align: center;
    }
    .offer-card::before { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; top: -220px; right: -160px; background: radial-gradient(circle, rgba(238,233,71,0.28), transparent 70%); pointer-events: none; }
    .offer-card > * { position: relative; }
    .offer-tag { display: inline-block; background: rgba(238,233,71,0.16); color: var(--gold-l); border: 1px solid rgba(238,233,71,0.4); border-radius: 100px; padding: 4px 14px; font-size: 12.5px; font-weight: 800; margin-bottom: 14px; }
    .offer-card h3 { font-size: clamp(22px, 5.2vw, 32px); font-weight: 800; line-height: 1.35; margin-bottom: 10px; }
    .offer-card p { color: rgba(247,242,233,0.78); max-width: 540px; margin: 0 auto 18px; font-size: 15px; }
    .offer-price { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin: 8px 0 14px; }
    .offer-price .now { font-size: 42px; font-weight: 800; color: var(--gold-l); line-height: 1; }
    .offer-price .cur { font-size: 16px; color: var(--gold-l); font-weight: 700; }
    .offer-price .old { font-size: 18px; color: rgba(247,242,233,0.5); text-decoration: line-through; }
    .offer-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; font-size: 13.5px; color: rgba(247,242,233,0.75); margin-bottom: 20px; }
    .offer-includes { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 20px; }
    .offer-includes li { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; padding: 5px 14px; font-size: 13.5px; }
    .offer-card .btn { max-width: 360px; margin-inline: auto; width: 100%; }
    .hidden { display: none !important; }

    .packages { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); max-width: 860px; margin: 22px auto 0; }
    .pkg { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 26px 22px; text-align: right; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
    .pkg:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-l); }
    .pkg-badge { align-self: flex-start; background: var(--gold-bg); color: var(--gold); border: 1px solid var(--gold-l); border-radius: 100px; padding: 4px 14px; font-size: 12.5px; font-weight: 800; margin-bottom: 12px; }
    .pkg h3 { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
    .pkg .pkg-dur { color: var(--gold); font-weight: 700; font-size: 13.5px; margin-bottom: 14px; }
    .pkg ul { list-style: none; display: grid; gap: 9px; margin-bottom: 20px; }
    .pkg li { display: flex; gap: 9px; align-items: flex-start; font-size: 14.5px; color: var(--ink); }
    .pkg li svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; margin-top: 3px; }
    .pkg .btn { margin-top: auto; width: 100%; }

    /* الخدمات */
    .services { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
    .service { background: var(--white); border-radius: var(--radius); padding: 26px 22px; border: 1px solid var(--border); text-align: center; }
    .service .ico { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 18px; background: var(--charcoal); color: var(--gold-l); display: grid; place-items: center; }
    .service .ico svg { width: 30px; height: 30px; }
    .service h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
    .service p { font-size: 14px; color: var(--muted); }

    /* المعرض */
    .gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
    @media (min-width: 700px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
    @media (min-width: 1000px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
    .gallery button {
      border: 0; padding: 0; background: var(--ivory-2); border-radius: 16px; overflow: hidden; cursor: pointer;
      aspect-ratio: 3 / 4; position: relative; display: block; width: 100%;
    }
    .gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
    .gallery button:hover img { transform: scale(1.04); }
    .gallery button:first-child { grid-column: span 2; aspect-ratio: 16 / 12; }
    @media (min-width: 1000px) { .gallery button:first-child { grid-row: span 2; aspect-ratio: auto; } }
    dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
    dialog.lightbox::backdrop { background: rgba(10,8,6,0.92); }
    .lightbox-inner { width: 100%; height: 100%; display: grid; place-items: center; padding: 16px; position: relative; }
    .lightbox img { max-height: 88vh; max-width: 92vw; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); object-fit: contain; }
    .lightbox-close { position: absolute; top: 16px; left: 16px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.12); color: #fff; font-size: 22px; cursor: pointer; }
    .lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.12); color: #fff; font-size: 22px; cursor: pointer; }
    .lightbox-prev { right: 12px; } .lightbox-next { left: 12px; }

    /* الخطوات */
    .steps { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); counter-reset: step; }
    .step { background: rgba(255,255,255,0.05); border: 1px solid rgba(238,233,71,0.25); border-radius: var(--radius); padding: 24px 20px; position: relative; }
    .step .num { width: 40px; height: 40px; border-radius: 50%; background: var(--gold-l); color: var(--charcoal); font-weight: 800; display: grid; place-items: center; margin-bottom: 12px; font-size: 18px; }
    .step h3 { font-size: 17px; font-weight: 800; margin-bottom: 4px; }
    .step p { color: rgba(247,242,233,0.7); font-size: 14px; }

    /* النموذج */
    .form-wrap { display: grid; gap: 28px; align-items: start; }
    @media (min-width: 900px) { .form-wrap { grid-template-columns: 0.9fr 1.1fr; gap: 48px; } }
    .form-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 26px 20px; box-shadow: var(--shadow); }
    @media (min-width: 600px) { .form-card { padding: 32px 28px; } }
    .field { margin-bottom: 14px; }
    .field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 6px; }
    .field input, .field select, .field textarea {
      width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--border);
      background: var(--white); color: var(--ink); min-height: 48px;
    }
    .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-bg); }
    .field.invalid input, .field.invalid select { border-color: var(--red); }
    .field .err { display: none; color: var(--red); font-size: 13px; margin-top: 4px; font-weight: 700; }
    .field.invalid .err { display: block; }
    .row-2 { display: grid; gap: 12px; grid-template-columns: 1fr; }
    @media (min-width: 560px) { .row-2 { grid-template-columns: 1fr 1fr; } }
    .check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
    .check input { width: 20px; height: 20px; margin-top: 3px; flex-shrink: 0; accent-color: var(--gold); }
    .hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
    .form-status { margin-top: 14px; font-size: 14px; font-weight: 700; border-radius: 12px; padding: 12px 14px; display: none; }
    .form-status.show { display: block; }
    .form-status.ok { background: #E8F5E3; color: #23561A; }
    .form-status.fail { background: #FCE8E9; color: #7A1D22; }
    .form-status.info { background: #FFF4CC; color: #5A4300; }
    .btn[disabled] { opacity: .65; cursor: progress; }
    .form-side h2 { font-size: clamp(24px, 5.4vw, 34px); font-weight: 800; line-height: 1.3; margin-bottom: 10px; }
    .form-side p { color: var(--muted); margin-bottom: 18px; }
    .form-side ul { list-style: none; display: grid; gap: 10px; }
    .form-side li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; }
    .form-side li svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; margin-top: 3px; }

    /* الموقع */
    .location { display: grid; gap: 20px; align-items: stretch; }
    @media (min-width: 900px) { .location { grid-template-columns: 1fr 1fr; } }
    .loc-card { background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 28px 24px; }
    .loc-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 6px; }
    .loc-card .addr { color: var(--muted); margin-bottom: 16px; }
    .hours { list-style: none; margin-bottom: 18px; }
    .hours li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 14.5px; }
    .map-visual {
      border-radius: 24px; min-height: 260px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center;
      background:
        linear-gradient(rgba(22,33,27,0.72), rgba(22,33,27,0.72)),
        url('img/facade-sm.webp') center / cover no-repeat;
      color: var(--ivory); padding: 24px;
    }
    .map-visual { text-decoration: none; }
    .map-visual .pin { width: 56px; height: 56px; border-radius: 50%; background: var(--gold-l); color: var(--charcoal); display: grid; place-items: center; margin: 0 auto 12px; }
    .map-visual .pin svg { width: 28px; height: 28px; }
    .map-visual p { font-size: 14px; color: rgba(247,242,233,0.8); margin-bottom: 14px; }

    /* الأسئلة */
    .faq { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
    .faq details { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 0 18px; }
    .faq summary { cursor: pointer; font-weight: 800; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 15.5px; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { content: '+'; color: var(--gold); font-size: 22px; line-height: 1; flex-shrink: 0; }
    .faq details[open] summary::after { content: '−'; }
    .faq details p { padding: 0 0 16px; color: var(--muted); font-size: 14.5px; }

    /* CTA النهائي */
    .final-cta { text-align: center; }
    .final-cta h2 { font-size: clamp(26px, 6vw, 42px); font-weight: 800; line-height: 1.3; margin-bottom: 10px; }
    .final-cta h2 span { color: var(--gold-l); }
    .final-cta p { color: rgba(247,242,233,0.7); margin-bottom: 26px; }
    .final-cta .btn-group { max-width: 640px; margin-inline: auto; }
    @media (min-width: 560px) { .final-cta .btn-group { flex-direction: row; } }

    /* التذييل */
    footer { background: #0F1814; color: rgba(247,242,233,0.65); padding: 36px 0 28px; font-size: 13.5px; border-top: 1px solid rgba(238,233,71,0.15); }
    .footer-grid { display: grid; gap: 22px; text-align: center; }
    @media (min-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr 1fr; text-align: start; align-items: start; } }
    footer img { width: 90px; margin-bottom: 8px; margin-inline: auto; }
    @media (min-width: 800px) { footer img { margin-inline: 0; } }
    footer h3 { color: var(--ivory); font-size: 15px; font-weight: 800; margin-bottom: 8px; }
    footer a { color: var(--gold-l); text-decoration: none; }
    footer ul { list-style: none; display: grid; gap: 6px; }
    .social { display: flex; gap: 10px; justify-content: center; }
    @media (min-width: 800px) { .social { justify-content: flex-start; } }
    .social a { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,0.06); display: grid; place-items: center; color: var(--ivory); }
    .social svg { width: 20px; height: 20px; }
    .copy { text-align: center; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 12.5px; }

    /* الشريط الثابت أسفل الجوال */
    .sticky-bar {
      position: fixed; bottom: 0; right: 0; left: 0; z-index: 90; height: var(--sticky-h);
      background: rgba(22,33,27,0.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
      border-top: 1px solid rgba(238,233,71,0.25); display: grid; grid-template-columns: 1.1fr 1.2fr 0.7fr; gap: 6px; padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    }
    .sticky-bar a { display: inline-flex; align-items: center; justify-content: center; gap: 5px; border-radius: 12px; font-weight: 800; font-size: 12.5px; white-space: nowrap; padding: 0 4px; text-decoration: none; color: var(--ivory); border: 1px solid rgba(247,242,233,0.2); }
    .sticky-bar a svg { width: 18px; height: 18px; flex-shrink: 0; }
    .sticky-bar .s-wa { background: var(--wa-d); color: #fff; border: 0; }
    .sticky-bar .s-map { background: var(--maps-d); color: #fff; border: 0; }
    @media (min-width: 900px) { .sticky-bar { display: none; } body { padding-bottom: 0; } }

    /* الحركات */
    .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .reveal { opacity: 1; transform: none; transition: none; }
      .btn-wa::after { animation: none; }
      *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    }
    .privacy-box { max-width: 760px; margin: 0 auto; font-size: 14px; color: var(--muted); }
    .privacy-box h2 { font-size: 22px; color: var(--ink); margin-bottom: 8px; }

/* ---------- Shiny CTA (منقول من مكوّن ShinyButton إلى CSS خالص، بألوان الهوية) ---------- */
@property --gradient-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@property --gradient-angle-offset { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@property --gradient-percent { syntax: "<percentage>"; initial-value: 5%; inherits: false; }
@property --gradient-shine { syntax: "<color>"; initial-value: white; inherits: false; }

.btn-shiny {
  --shiny-bg: #128C3E;
  --shiny-bg-2: #25D366;
  --shiny-highlight: #EEE947;        /* أصفر الهوية */
  --shiny-glow: rgba(37,211,102,0.28);
  --shiny-highlight-subtle: #FFF6A8;
  --duration: 3s;
  --shadow-size: 2px;
  --gradient-angle: 0deg;
  --gradient-angle-offset: 0deg;
  --gradient-percent: 5%;
  --gradient-shine: white;
  --sh-transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border: 1.5px solid transparent;
  background:
    linear-gradient(135deg, var(--shiny-bg-2), var(--shiny-bg)) padding-box,
    conic-gradient(
      from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
      transparent,
      var(--shiny-highlight) var(--gradient-percent),
      var(--gradient-shine) calc(var(--gradient-percent) * 2),
      var(--shiny-highlight) calc(var(--gradient-percent) * 3),
      transparent calc(var(--gradient-percent) * 4)
    ) border-box;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 8px 28px var(--shiny-glow);
  transition: var(--sh-transition);
  transition-property: --gradient-angle-offset, --gradient-percent, --gradient-shine, transform, box-shadow;
}
.btn-shiny::after { animation: none; background: none; left: auto; width: auto; }
.btn-shiny::before,
.btn-shiny::after,
.btn-shiny .sh::before {
  content: ""; pointer-events: none; position: absolute;
  inset-inline-start: 50%; inset-block-start: 50%; translate: -50% -50%; z-index: -1;
}
.btn-shiny:active { translate: 0 1px; }
/* نقاط */
.btn-shiny::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px; --space: calc(var(--position) * 2);
  width: var(--size); height: var(--size);
  background: radial-gradient(circle at var(--position) var(--position), white calc(var(--position) / 4), transparent 0) padding-box;
  background-size: var(--space) var(--space); background-repeat: space;
  -webkit-mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
  mask-image: conic-gradient(from calc(var(--gradient-angle) + 45deg), black, transparent 10% 90%, black);
  border-radius: inherit; opacity: 0.35;
}
/* لمعان داخلي */
.btn-shiny::after {
  --animation: shimmer linear infinite;
  width: 100%; aspect-ratio: 1; height: auto; top: 50%; left: 50%;
  background: linear-gradient(-50deg, transparent, var(--shiny-highlight), transparent);
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.45;
}
.btn-shiny .sh { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px; }
.btn-shiny .sh::before {
  --size: calc(100% + 1rem); width: var(--size); height: var(--size);
  box-shadow: inset 0 -1ex 2rem 4px var(--shiny-highlight);
  opacity: 0; transition: opacity var(--sh-transition);
  animation: calc(var(--duration) * 1.5) breathe linear infinite;
}
.btn-shiny, .btn-shiny::before, .btn-shiny::after {
  animation: gradient-angle var(--duration) linear infinite, gradient-angle calc(var(--duration) / 0.4) linear infinite reverse paused;
  animation-composition: add;
}
.btn-shiny::after { animation: shimmer var(--duration) linear infinite, shimmer calc(var(--duration) / 0.4) linear infinite reverse paused; }
.btn-shiny:is(:hover, :focus-visible) {
  --gradient-percent: 20%; --gradient-angle-offset: 95deg; --gradient-shine: var(--shiny-highlight-subtle);
  transform: translateY(-2px);
}
.btn-shiny:is(:hover, :focus-visible), .btn-shiny:is(:hover, :focus-visible)::before, .btn-shiny:is(:hover, :focus-visible)::after { animation-play-state: running; }
.btn-shiny:is(:hover, :focus-visible) .sh::before { opacity: 1; }
@keyframes gradient-angle { to { --gradient-angle: 360deg; } }
@keyframes shimmer { to { rotate: 360deg; } }
@keyframes breathe { from, to { scale: 1; } 50% { scale: 1.2; } }
@media (prefers-reduced-motion: reduce) {
  .btn-shiny, .btn-shiny::before, .btn-shiny::after, .btn-shiny .sh::before { animation: none !important; }
}

/* أنواع الأزرار مع الحركة */
.btn-shiny.btn-maps, .btn-shiny.nav-btn-map, .btn-shiny.s-map { --shiny-bg: #1A73E8; --shiny-bg-2: #4285F4; --shiny-glow: rgba(66,133,244,0.28); color: #fff; }
.btn-shiny.btn-call, .btn-shiny.nav-btn-call { --shiny-bg: #213128; --shiny-bg-2: #2C4034; --shiny-glow: rgba(0,0,0,0.25); color: var(--ivory); border-color: transparent; }
.btn-shiny.btn-outline { --shiny-bg: #FFFEF7; --shiny-bg-2: #F0EDD8; --shiny-glow: rgba(22,33,27,0.10); color: var(--ink); }
.btn-shiny.btn-gold { --shiny-bg: #D9C93A; --shiny-bg-2: #EEE947; --shiny-highlight: #4E9A3C; --shiny-highlight-subtle: #9ED98C; color: var(--charcoal); }
.sticky-bar a.btn-shiny { --shiny-bg: #2A3A30; --shiny-bg-2: #34473C; --shiny-glow: transparent; border: 1.5px solid transparent; }
.sticky-bar a.btn-shiny.s-wa { --shiny-bg: #128C3E; --shiny-bg-2: #1FB257; }
.sticky-bar a.btn-shiny.s-map { --shiny-bg: #1A73E8; --shiny-bg-2: #3B82F6; }
.nav-btn.btn-shiny { border: 1.5px solid transparent; }
.nav-btn.btn-shiny.nav-btn-wa { --shiny-bg: #128C3E; --shiny-bg-2: #1FB257; }
.btn-shiny:is(:hover, :focus-visible).nav-btn, .btn-shiny:is(:hover, :focus-visible).s-wa, .btn-shiny:is(:hover, :focus-visible).s-map { transform: none; }
.btn-shiny .sh svg { flex-shrink: 0; }
