/* National Umrah Taxi — haramride.com */
:root {
  --navy: #0B1220;
  --navy-2: #121B2E;
  --navy-3: #1B2740;
  --gold: #C9A227;
  --gold-2: #E3BE45;
  --gold-dark: #A8861C;
  --gold-soft: #F6EED3;
  --yellow: #FFC107;
  --yellow-2: #FFCA28;
  --cream: #F8F6F1;
  --paper: #FFFFFF;
  --ink: #101828;
  --slate: #475467;
  --muted: #8A94A6;
  --line: #E6E1D6;
  --line-dark: rgba(255,255,255,.1);
  --green: #25D366;
  --green-dark: #128C7E;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(11,18,32,.08);
  --shadow-lg: 0 24px 60px rgba(11,18,32,.16);
  --font-head: "Exo 2", "Tajawal", system-ui, sans-serif;
  --font-body: "Manrope", "Tajawal", system-ui, -apple-system, sans-serif;
  --max: 1180px;
}
html[lang="ar"] {
  --font-head: "Tajawal", "Exo 2", system-ui, sans-serif;
  --font-body: "Tajawal", "Manrope", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream);
  line-height: 1.6; font-size: 16px;
}
html[lang="ar"] body { font-size: 17px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { letter-spacing: 0; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.gold { color: var(--gold); }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding-inline: 20px; }
section { padding-block: clamp(64px, 8vw, 104px); }
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--slate); font-size: 1.08rem; }
.dark .section-head p { color: rgba(255,255,255,.72); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px;
  border: 1.5px solid var(--gold); background: var(--gold-soft); color: var(--gold-dark);
  font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px;
}
html[lang="ar"] .eyebrow { letter-spacing: 0; font-size: .9rem; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.dark .eyebrow { background: rgba(201,162,39,.12); color: var(--gold-2); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px; border-radius: 14px;
  font-family: var(--font-head); font-weight: 800; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase;
  border: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap;
}
html[lang="ar"] .btn { letter-spacing: 0; font-size: 1.05rem; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 8px 20px rgba(255,193,7,.35); }
.btn-yellow:hover { background: var(--yellow-2); }
.btn-outline { background: transparent; color: var(--paper); border: 1.5px solid rgba(255,255,255,.35); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-2); }
.btn-outline-dark { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline-dark:hover { background: var(--navy); color: #fff; }
.btn-wa { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.35); }
.btn-wa:hover { background: #1fbd5a; }
.btn-block { width: 100%; }

/* Header */
.topbar { background: var(--navy); color: rgba(255,255,255,.8); font-size: .85rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--gold-2); }
.topbar .tb-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar svg { width: 15px; height: 15px; fill: var(--gold); }
header.site {
  position: sticky; top: 0; z-index: 50; background: rgba(248,246,241,.85); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
header.site .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; }
.brand .name { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; line-height: 1.05; color: var(--navy); }
.brand .name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .72rem; color: var(--gold-dark); letter-spacing: .12em; text-transform: uppercase; }
html[lang="ar"] .brand .name small { letter-spacing: 0; font-size: .8rem; }
nav.main { display: flex; gap: 26px; align-items: center; }
nav.main a { font-weight: 700; font-size: .95rem; color: var(--slate); }
nav.main a:hover { color: var(--navy); }
.hdr-actions { display: flex; align-items: center; gap: 12px; }
.lang { font-family: var(--font-head); font-weight: 700; font-size: .85rem; padding: 8px 12px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; color: var(--navy); }
.lang:hover { border-color: var(--gold); }
.hdr-actions .btn { padding: 12px 18px; font-size: .82rem; }
.burger { display: none; width: 44px; height: 44px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.burger span { display: block; width: 20px; height: 2px; background: var(--navy); margin: 4px auto; border-radius: 2px; }
@media (max-width: 960px) {
  nav.main { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.main.open { display: flex; }
  nav.main a { padding: 14px 22px; border-top: 1px solid var(--line); }
  .burger { display: block; }
  .hdr-actions .btn { display: none; }
}

/* Hero */
.hero { position: relative; color: #fff; padding-block: clamp(80px, 10vw, 140px); overflow: hidden; background: var(--navy); }
.hero .bg { position: absolute; inset: 0; background: url("../img/hero-makkah.jpg") center 40%/cover no-repeat; opacity: .55; }
.hero .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,18,32,.55) 0%, rgba(11,18,32,.75) 60%, var(--navy) 100%); }
.hero .container { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero .lead { font-size: 1.15rem; color: rgba(255,255,255,.82); max-width: 560px; margin-bottom: 28px; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero .assure { display: flex; gap: 22px; flex-wrap: wrap; color: rgba(255,255,255,.75); font-size: .9rem; font-weight: 600; }
.hero .assure span { display: inline-flex; align-items: center; gap: 7px; }
.hero .assure svg { width: 18px; height: 18px; fill: var(--green); }
.hero-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 28px; backdrop-filter: blur(10px); }
.hero-card h3 { color: #fff; font-size: 1.15rem; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.hero-card h3 svg { width: 22px; height: 22px; fill: var(--gold); }
.route-list { display: grid; gap: 10px; }
.route-list a {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; border-radius: 14px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); font-weight: 700; font-size: .95rem; transition: background .15s, border-color .15s;
}
.route-list a:hover { background: rgba(255,193,7,.14); border-color: rgba(255,193,7,.5); }
.route-list a span:last-child { color: var(--gold-2); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; font-family: var(--font-head); white-space: nowrap; }
html[lang="ar"] .route-list a span:last-child { letter-spacing: 0; font-size: .9rem; }
.hero-card .note { margin: 16px 0 0; font-size: .85rem; color: rgba(255,255,255,.6); text-align: center; }
@media (max-width: 900px) { .hero .container { grid-template-columns: 1fr; } }

/* Stats strip */
.stats { background: var(--navy); color: #fff; padding-block: 0; border-top: 1px solid var(--line-dark); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { padding: 26px 16px; text-align: center; border-inline-start: 1px solid var(--line-dark); }
.stats div:first-child { border-inline-start: 0; }
.stats b { display: block; font-family: var(--font-head); font-size: 1.9rem; color: var(--gold-2); line-height: 1; margin-bottom: 6px; }
.stats span { font-size: .85rem; color: rgba(255,255,255,.65); font-weight: 600; }
@media (max-width: 720px) { .stats .container { grid-template-columns: repeat(2, 1fr); } .stats div:nth-child(3) { border-inline-start: 0; } .stats div:nth-child(n+3) { border-top: 1px solid var(--line-dark); } }

/* Cards */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .icon { width: 56px; height: 56px; border-radius: 16px; background: var(--gold-soft); border: 1.5px solid #E9D89A; display: grid; place-items: center; margin-bottom: 18px; }
.card .icon svg { width: 28px; height: 28px; fill: var(--gold-dark); }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--slate); font-size: .97rem; flex: 1; }
.card .meta { display: flex; gap: 14px; flex-wrap: wrap; color: var(--slate); font-size: .85rem; font-weight: 700; margin-bottom: 14px; }
.card .meta span { display: inline-flex; align-items: center; gap: 6px; }
.card .meta svg { width: 16px; height: 16px; fill: var(--gold); }
.card .btn { margin-top: auto; font-size: .82rem; padding: 12px 18px; }

/* Services on dark */
.dark { background: var(--navy); color: #fff; }
.dark h2, .dark h3 { color: #fff; }
.dark .card { background: var(--navy-2); border-color: var(--line-dark); box-shadow: none; }
.dark .card p, .dark .card .meta { color: rgba(255,255,255,.7); }
.dark .card .icon { background: rgba(201,162,39,.12); border-color: rgba(201,162,39,.35); }
.dark .card .icon svg { fill: var(--gold-2); }

/* Fleet */
.fleet { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 24px; }
.veh { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.veh:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.veh .ph { aspect-ratio: 16/9; overflow: hidden; position: relative; }
.veh .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.veh:hover .ph img { transform: scale(1.04); }
.veh .tag { position: absolute; top: 14px; inset-inline-start: 14px; background: var(--navy); color: var(--gold-2); font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
html[lang="ar"] .veh .tag { letter-spacing: 0; font-size: .85rem; }
.veh .body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.veh h3 { margin-bottom: 4px; font-size: 1.35rem; }
.veh .sub { color: var(--slate); font-size: .93rem; margin-bottom: 16px; }
.veh .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.veh .specs span { display: flex; align-items: center; gap: 8px; padding: 11px 12px; border-radius: 12px; background: #F7F8FB; border: 1px solid #E8ECF3; font-size: .88rem; font-weight: 700; color: var(--ink); }
.veh .specs svg { width: 18px; height: 18px; fill: var(--gold); flex: none; }
.veh .btn { margin-top: auto; }
.veh .fine { text-align: center; font-size: .82rem; color: var(--slate); font-weight: 600; margin: 12px 0 0; display: flex; justify-content: center; align-items: center; gap: 6px; }
.veh .fine svg { width: 16px; height: 16px; fill: var(--green); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: 22px; padding: 28px; box-shadow: var(--shadow); position: relative; }
.step .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.step .num { font-family: var(--font-head); font-weight: 800; font-size: .78rem; letter-spacing: .14em; color: var(--gold-dark); background: var(--gold-soft); border: 1.5px solid #E9D89A; padding: 8px 16px; border-radius: 999px; }
html[lang="ar"] .step .num { letter-spacing: 0; font-size: .9rem; }
.step .icon { width: 56px; height: 56px; border-radius: 16px; background: var(--gold-soft); border: 1.5px solid #E9D89A; display: grid; place-items: center; }
.step .icon svg { width: 28px; height: 28px; fill: var(--gold-dark); }
.step p { color: var(--slate); }
.step ul { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 8px; }
.step li { display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: .93rem; }
.step li::before { content: ""; width: 20px; height: 20px; border-radius: 50%; flex: none; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230B1220'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/13px no-repeat; }

/* Why us */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .why { grid-template-columns: 1fr; } }
.why .pic { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.why .pic img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.why .pic .badge { position: absolute; bottom: 18px; inset-inline-start: 18px; background: rgba(11,18,32,.85); color: #fff; padding: 14px 18px; border-radius: 14px; backdrop-filter: blur(8px); font-size: .9rem; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.why .pic .badge b { color: var(--gold-2); font-family: var(--font-head); font-size: 1.4rem; }
.feat { display: grid; gap: 16px; margin-top: 22px; }
.feat > div { display: flex; gap: 16px; align-items: flex-start; }
.feat .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--gold-soft); border: 1.5px solid #E9D89A; display: grid; place-items: center; flex: none; }
.feat .ic svg { width: 22px; height: 22px; fill: var(--gold-dark); }
.feat h4 { margin: 0 0 4px; font-size: 1.05rem; }
.feat p { margin: 0; color: var(--slate); font-size: .95rem; }

/* Ziyarat */
.ziy { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 960px) { .ziy { grid-template-columns: 1fr; } }
.zcard { border-radius: 22px; overflow: hidden; background: var(--navy-2); border: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.zcard .ph { aspect-ratio: 16/10; position: relative; }
.zcard .ph img { width: 100%; height: 100%; object-fit: cover; }
.zcard .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, var(--navy-2)); }
.zcard .ph h3 { position: absolute; bottom: 14px; inset-inline: 22px; margin: 0; color: #fff; z-index: 1; font-size: 1.35rem; }
.zcard .body { padding: 8px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.zcard ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 8px; }
.zcard li { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.82); font-size: .95rem; }
.zcard li::before { content: "›"; color: var(--gold-2); font-weight: 800; font-size: 1.2rem; line-height: 1; }
html[lang="ar"] .zcard li::before { content: "‹"; }
.zcard .btn { margin-top: auto; font-size: .82rem; padding: 12px 18px; }

/* Booking */
.book { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
@media (max-width: 960px) { .book { grid-template-columns: 1fr; } }
.book-aside { position: sticky; top: 100px; }
.book-aside .points { display: grid; gap: 14px; margin: 24px 0; }
.book-aside .points > div { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 14px; background: var(--paper); border: 1px solid var(--line); }
.book-aside .points svg { width: 22px; height: 22px; fill: var(--gold); flex: none; margin-top: 2px; }
.book-aside .points b { display: block; margin-bottom: 2px; }
.book-aside .points span { color: var(--slate); font-size: .92rem; }
form.booking { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-lg); }
form.booking .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { form.booking .row { grid-template-columns: 1fr; } }
form.booking label { display: block; font-weight: 700; font-size: .88rem; margin-bottom: 6px; color: var(--ink); }
form.booking label small { color: var(--muted); font-weight: 600; }
.field { margin-bottom: 16px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid #DCE0E8; background: #FBFBFC; font: inherit; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,162,39,.18); background: #fff; }
.field textarea { min-height: 96px; resize: vertical; }
.hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
form.booking .actions { display: grid; gap: 12px; margin-top: 8px; }
form.booking .actions .or { text-align: center; color: var(--muted); font-size: .85rem; font-weight: 700; }
.form-msg { display: none; padding: 16px 18px; border-radius: 14px; margin-top: 16px; font-weight: 600; }
.form-msg.ok { display: block; background: #E8F8EE; border: 1.5px solid #9AD9B2; color: #146C3A; }
.form-msg.err { display: block; background: #FDECEC; border: 1.5px solid #F3B4B4; color: #9B1C1C; }
.form-msg a { text-decoration: underline; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); font-weight: 400; flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--gold-soft); display: grid; place-items: center; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--slate); padding-bottom: 18px; margin: 0; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
.contact .info { display: grid; gap: 14px; align-content: start; }
.contact .info > a, .contact .info > div { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border-radius: 16px; background: var(--navy-2); border: 1px solid var(--line-dark); color: #fff; }
.contact .info a:hover { border-color: var(--gold); }
.contact .info svg { width: 24px; height: 24px; fill: var(--gold-2); flex: none; }
.contact .info b { display: block; font-family: var(--font-head); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 4px; }
html[lang="ar"] .contact .info b { letter-spacing: 0; font-size: .9rem; }
.contact .info span { color: rgba(255,255,255,.85); font-weight: 600; direction: ltr; unicode-bidi: isolate; }
.contact .map { border-radius: 22px; overflow: hidden; border: 1px solid var(--line-dark); min-height: 340px; }
.contact .map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; filter: saturate(.9); }

/* CTA band */
.band { background: linear-gradient(135deg, var(--gold-dark), var(--gold-2)); color: var(--navy); padding-block: 56px; }
.band .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.band h2 { margin: 0 0 6px; color: var(--navy); }
.band p { margin: 0; font-weight: 600; color: rgba(11,18,32,.8); }
.band .btn { background: var(--navy); color: #fff; }

/* Footer */
footer { background: #070C16; color: rgba(255,255,255,.7); padding-block: 56px 28px; font-size: .93rem; }
footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
@media (max-width: 900px) { footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer .cols { grid-template-columns: 1fr; } }
footer h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
html[lang="ar"] footer h4 { letter-spacing: 0; font-size: 1rem; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
footer a:hover { color: var(--gold-2); }
footer .brand .name { color: #fff; }
footer .brand { margin-bottom: 14px; }
footer .fine { border-top: 1px solid var(--line-dark); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .8rem; color: rgba(255,255,255,.45); }
footer .fine a { text-decoration: underline; }

/* Floating WhatsApp */
.wa-float {
  position: fixed; bottom: calc(22px + env(safe-area-inset-bottom, 0px)); inset-inline-end: 22px; z-index: 60;
  display: flex; align-items: center; gap: 10px; background: var(--green); color: #fff; padding: 12px 18px 12px 12px; border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37,211,102,.45); font-family: var(--font-head); font-weight: 800; font-size: .9rem; letter-spacing: .04em;
  animation: wa-pulse 2.4s infinite;
}
html[lang="ar"] .wa-float { padding: 12px 12px 12px 18px; letter-spacing: 0; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
.wa-float:hover { background: #1fbd5a; }
@keyframes wa-pulse { 0% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.5);} 70% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 16px rgba(37,211,102,0);} 100% { box-shadow: 0 12px 30px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,0);} }
@media (max-width: 560px) { .wa-float span { display: none; } .wa-float { padding: 12px; } html[lang="ar"] .wa-float { padding: 12px; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .wa-float { animation: none; } }
