:root {
  --blue: #c9a24a;
  --blue-dark: #9d7623;
  --navy: #080808;
  --muted: #666666;
  --line: #e3e3e3;
  --soft: #f6f6f6;
  --white: #ffffff;
  --green: #080808;
  --shadow: 0 18px 50px rgba(0, 0, 0, .12);
  --radius: 20px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--navy); background: var(--white); font-family: Tajawal, "Segoe UI", Tahoma, Arial, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 96px 0; scroll-margin-top: 90px; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; inset: 10px auto auto 10px; transform: translateY(-140%); background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { transform: none; }

.coverage-bar { background: var(--navy); color: #fff; font-size: .88rem; }
.coverage-inner { min-height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.coverage-inner span, .coverage-inner a { display: flex; align-items: center; gap: 7px; }
.coverage-inner > a { justify-self: end; direction: ltr; color: #dedede; }
.coverage-inner .icon { width: 17px; }
.top-socials { display: flex; align-items: center; gap: 9px; direction: ltr; }
.top-socials b { margin-right: 4px; color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.top-socials a { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border: 1px solid #555; border-radius: 50%; transition: .2s; }
.top-socials a:hover { color: var(--blue); border-color: var(--blue); transform: translateY(-1px); }
.top-socials svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.top-socials .icon-fill { fill: currentColor; stroke: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-width: 132px; }
.brand-logo { display: block; width: auto; height: 66px; object-fit: contain; }
.brand-mark { width: 48px; height: 48px; color: var(--blue); fill: currentColor; flex: none; }
.brand span { display: flex; flex-direction: column; line-height: 1.35; }
.brand strong { font-size: 1.28rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; align-items: center; gap: 34px; font-weight: 700; }
.main-nav a { position: relative; font-size: .94rem; }
.main-nav a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: -9px; height: 2px; border-radius: 9px; background: var(--blue); transition: left .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { left: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.socials { display: flex; gap: 7px; direction: ltr; }
.socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #444; border-radius: 50%; color: #fff; transition: .2s; }
.socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.socials .icon-fill { fill: currentColor; stroke: none; }
.socials a:hover { color: #fff; border-color: var(--blue); background: var(--blue); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px; background: var(--navy); transition: .2s; }

.btn { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: #080808; box-shadow: 0 13px 27px rgba(0,0,0,.2); }
.btn-primary:hover { background: #252525; }
.btn-outline { color: #080808; border-color: #080808; background: #fff; }
.btn-outline:hover { background: var(--soft); }
.btn-whatsapp { color: #fff; background: #080808; box-shadow: 0 12px 25px rgba(0,0,0,.18); }
.btn-whatsapp:hover { color: #080808; background: var(--blue); }
.btn-small { min-height: 42px; padding: 0 15px; font-size: .86rem; }

.hero { padding-top: 54px; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(38px, 6vw, 88px); direction: rtl; }
.hero-copy { padding-block: 24px; }
.hero h1 { max-width: 610px; margin: 0 0 24px; font-size: clamp(2.7rem, 5vw, 5.15rem); line-height: 1.13; letter-spacing: -.055em; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 590px; margin: 0 0 32px; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: #333; font-size: .87rem; font-weight: 700; }
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.hero-trust .icon { color: var(--blue-dark); width: 18px; }
.hero-media { position: relative; margin: 0; min-height: 600px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center 35%; }
.hero-media figcaption { position: absolute; inset: auto 22px 22px 22px; max-width: 350px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; box-shadow: 0 10px 28px rgba(0,0,0,.16); backdrop-filter: blur(10px); }
.hero-media figcaption .icon { width: 30px; height: 30px; color: var(--blue); }
.hero-media figcaption span { display: flex; flex-direction: column; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.hero-media figcaption strong { color: var(--navy); font-size: .95rem; }

.services { background: var(--soft); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-head > div { display: flex; align-items: center; gap: 16px; }
.section-number { color: var(--blue); font-size: .82rem; font-weight: 900; letter-spacing: .08em; }
.section-head h2, .results-copy h2, .faq-intro h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.22; letter-spacing: -.04em; }
.section-head p { margin: 0; color: var(--muted); }
.section-head.centered { display: block; text-align: center; }
.section-head.centered > div { justify-content: center; }
.section-head.centered p { margin-top: 8px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 20px; min-height: 280px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: 0 18px 36px rgba(0,0,0,.1); }
.service-wide { grid-column: span 1; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; color: #080808; background: #f1f1f1; border: 1px solid #dedede; border-radius: 16px; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.service-content h3 { margin: 6px 0 10px; font-size: 1.34rem; }
.service-content p { margin: 0 0 12px; color: var(--muted); font-size: .92rem; }
.unit { color: var(--blue-dark); font-size: .75rem; font-weight: 800; }
.price { grid-column: 1 / -1; align-self: end; display: flex; align-items: baseline; gap: 8px; padding-top: 16px; border-top: 1px solid var(--line); }
.price small { color: var(--muted); }
.price strong { color: var(--blue); font-size: 2rem; line-height: 1; }
.price span { font-weight: 800; }
.price-note { margin: 24px 0 0; display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--muted); font-size: .86rem; }
.price-note .icon { color: var(--blue); }
.service-last { grid-column: 2; }

.work-showcase { background: #fff; }
.work-showcase .section-head h2 { max-width: 820px; }
.work-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.work-photo { position: relative; margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: #ececec; border-radius: 22px; box-shadow: 0 16px 38px rgba(0,0,0,.12); }
.work-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.work-photo:hover img { transform: scale(1.025); }
.work-photo figcaption { position: absolute; inset: auto 16px 16px; padding: 13px 16px; color: #fff; background: rgba(0,0,0,.86); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; backdrop-filter: blur(8px); font-size: .9rem; font-weight: 900; }

.why { padding-bottom: 70px; }
.trust-rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 54px; }
.trust-rail::before { content: ""; position: absolute; top: 38px; right: 12%; left: 12%; height: 1px; background: #d7d7d7; }
.trust-item { position: relative; text-align: center; padding: 0 18px; }
.trust-item > span { position: relative; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 19px; color: #080808; background: #fff; border: 1px solid var(--blue); border-radius: 50%; }
.trust-item svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h3 { margin: 0 0 4px; font-size: 1.06rem; }
.trust-item p { margin: 0; color: var(--muted); font-size: .82rem; }

.results { background: #f5f5f5; }
.results-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 64px; align-items: center; }
.results-copy h2 { margin: 12px 0 18px; }
.results-copy p { color: var(--muted); margin: 0 0 24px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 900; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(-4px); }
.comparison { position: relative; height: 470px; overflow: hidden; background: #fff; border: 10px solid #fff; border-radius: 24px; box-shadow: var(--shadow); direction: ltr; }
.comparison > img, .comparison-before img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-before { position: absolute; inset: 0 auto 0 0; width: var(--position); overflow: hidden; border-right: 3px solid #fff; }
.comparison-before img { width: calc(100% / (var(--position) / 100%)); max-width: none; }
.comparison input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.comparison-line { pointer-events: none; position: absolute; left: var(--position); top: 0; bottom: 0; width: 2px; transform: translateX(-50%); background: #fff; }
.comparison-line span { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--blue); background: #fff; border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.2); font-size: 1.2rem; }
.label { position: absolute; z-index: 2; top: 16px; padding: 5px 12px; color: #fff; background: var(--blue); border-radius: 8px; font-size: .78rem; font-weight: 900; }
.label-after { right: 16px; }.label-before { left: 16px; }

.faq-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; }
.faq-intro h2 { margin: 12px 0 12px; }
.faq-intro p { color: var(--muted); margin: 0 0 26px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px; cursor: pointer; font-size: 1.05rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 1.45rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 0 24px; max-width: 690px; color: var(--muted); font-size: .92rem; }

.booking { background: var(--soft); }
.booking-grid { display: grid; grid-template-columns: 1.5fr .65fr; gap: 24px; align-items: stretch; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 7px; color: #252525; font-size: .84rem; font-weight: 800; }
.field b { color: #d93535; }
.field input, .field select { width: 100%; height: 50px; padding: 0 14px; color: var(--navy); background: #fff; border: 1px solid #cfcfcf; border-radius: 10px; outline: 0; transition: .2s; }
.field input:focus, .field select:focus { border-color: #080808; box-shadow: 0 0 0 4px rgba(0,0,0,.08); }
.field input::placeholder { color: #999; }
.location-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.location-row .btn-location { min-height: 50px; padding: 0 18px; color: #080808; background: #f2f2f2; border-color: #bdbdbd; white-space: nowrap; font-family: inherit; }
.location-row .btn-location:hover { color: #fff; background: #080808; border-color: #080808; box-shadow: 0 8px 18px rgba(0,0,0,.14); }
.location-row .btn-location:disabled { cursor: wait; opacity: .7; transform: none; }
.location-field small { display: block; margin-top: 7px; color: var(--muted); font-size: .74rem; }
.location-status { display: none; margin: 7px 0 0; padding: 8px 11px; color: #111; background: #f0f0f0; border-radius: 8px; font-size: .76rem; }
.location-status.show { display: block; }
.location-status.error { color: #a31616; background: #fff1f1; }
fieldset.field { margin: 0; padding: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(145px, 1fr)); gap: 9px; }
.check-grid label { margin: 0; }
.check-grid input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; opacity: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; pointer-events: none; }
.check-grid span { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px; text-align: center; color: #444; background: #fff; border: 1px solid #ccc; border-radius: 10px; cursor: pointer; transition: .2s; font-size: .78rem; }
.check-grid input:checked + span { color: #fff; border-color: #080808; background: #080808; box-shadow: inset 0 0 0 1px #080808; }
.check-grid input:focus-visible + span { outline: 3px solid rgba(0,0,0,.18); }
.form-error { display: none; grid-column: 1 / -1; margin: 0; padding: 10px 14px; color: #a31616; background: #fff1f1; border-radius: 8px; font-size: .83rem; }
.form-error.show { display: block; }
.booking-form .btn { border: 0; }
.privacy { display: flex; align-items: center; justify-content: center; gap: 6px; margin: -5px 0 0; color: var(--muted); font-size: .73rem; }
.privacy .icon { width: 15px; }
.contact-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; padding: 36px; color: #fff; background: #080808; border: 1px solid #242424; border-radius: var(--radius); }
.contact-card .large-icon { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 1.5; }
.contact-card h3 { max-width: 300px; margin: 14px 0 10px; font-size: 1.55rem; line-height: 1.45; }
.contact-card > div > p { color: #d8d8d8; font-size: .84rem; }
.contact-card ul { position: relative; z-index: 1; list-style: none; margin: 26px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.25); }
.contact-card li { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 18px; }
.contact-card li span { display: flex; flex-direction: column; color: #d1d1d1; font-size: .72rem; }
.contact-card li strong { color: #fff; font-size: .9rem; }
.contact-mark { position: absolute; left: -25px; bottom: -30px; width: 230px; color: rgba(255,255,255,.14); fill: none; stroke: currentColor; stroke-width: 3; }

.footer { color: #d6d6d6; background: #000; padding: 64px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; }
.brand-light { color: #fff; }
.brand-light .brand-logo { width: 178px; height: auto; padding: 0; background: transparent; border-radius: 0; }
.footer-brand p { max-width: 300px; color: #aaa; font-size: .86rem; }
.footer-grid h3 { margin: 5px 0 17px; color: #fff; font-size: .94rem; }
.footer-grid > div:not(:first-child) > a, .footer-grid > div:not(:first-child) > span { display: block; margin: 8px 0; font-size: .83rem; }
.footer-grid a:hover { color: #fff; }
.socials-footer a { color: #fff; border-color: #444; }
.socials-footer a:hover { color: #000; background: var(--blue); border-color: var(--blue); }
.social-handle { margin-top: 12px !important; color: var(--blue); font-weight: 800; }
.payment-methods { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding: 24px 0; border-top: 1px solid #292929; border-bottom: 1px solid #292929; }
.payment-methods > span { color: #aaa; font-size: .8rem; font-weight: 800; }
.payment-logos { display: flex; align-items: center; gap: 14px; direction: ltr; }
.payment-logo { min-width: 86px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 5px 14px; color: #f2f2f2; border: 1px solid #3b3b3b; border-radius: 9px; font-weight: 900; line-height: 1; }
.payment-logo.tamara { color: var(--blue); font-family: Tajawal, sans-serif; font-size: 1.12rem; }
.payment-logo.visa { font-family: Arial, sans-serif; font-size: 1.28rem; font-style: italic; letter-spacing: -.08em; }
.payment-logo.mada { flex-direction: column; gap: 1px; }
.payment-logo.mada b { font-size: .88rem; }
.payment-logo.mada small { color: var(--blue); font-size: .62rem; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 0; padding-top: 19px; color: #858585; font-size: .75rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 90; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px; color: #fff; background: #080808; border: 1px solid var(--blue); border-radius: 28px; box-shadow: 0 14px 30px rgba(0,0,0,.26); font-weight: 900; font-size: .86rem; }
.floating-whatsapp svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.mobile-bar { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .menu-toggle { display: block; order: -1; }
  .header-actions .socials { display: none; }
  .main-nav.open { position: fixed; display: flex; inset: 128px 0 0; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px; background: #fff; }
  .main-nav.open a { padding: 15px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-media { min-height: 500px; }
  .hero-media img { min-height: 500px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-last { grid-column: auto; }
  .results-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .results-copy { text-align: center; max-width: 560px; margin: auto; }
  .booking-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 430px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 600px); --radius: 16px; }
  .section { padding: 68px 0; }
  .coverage-inner { grid-template-columns: 1fr; justify-content: center; min-height: 76px; padding: 7px 0; text-align: center; font-size: .72rem; }
  .coverage-inner > span, .top-socials { justify-content: center; }
  .top-socials { gap: 7px; }
  .top-socials b { font-size: .7rem; }
  .top-socials a { width: 23px; height: 23px; }
  .coverage-inner > a { display: none; }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand { min-width: 0; gap: 7px; }
  .brand-logo { height: 54px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .58rem; }
  .header-actions .btn { display: none; }
  .main-nav.open { inset: 148px 0 0; }
  .hero { padding-top: 28px; }
  .hero-grid { gap: 34px; }
  .hero-copy { padding-top: 8px; }
  .hero h1 { font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { padding: 0 11px; font-size: .85rem; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; text-align: right; }
  .hero-media, .hero-media img { min-height: 410px; }
  .hero-media { border-radius: 20px; }
  .hero-media img { object-position: center 35%; }
  .hero-media figcaption { inset: auto 12px 12px 12px; }
  .section-head { display: block; text-align: right; margin-bottom: 32px; }
  .section-head > div { align-items: flex-start; }
  .section-head p { margin-top: 10px; font-size: .9rem; }
  .section-head h2, .results-copy h2, .faq-intro h2 { font-size: 2rem; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { min-height: 0; padding: 22px; }
  .service-icon { width: 52px; height: 52px; }
  .service-icon svg { width: 28px; height: 28px; }
  .service-content h3 { font-size: 1.1rem; }
  .price strong { font-size: 1.7rem; }
  .price-note { align-items: flex-start; text-align: right; }
  .work-gallery { grid-template-columns: 1fr; gap: 16px; }
  .work-photo { border-radius: 16px; }
  .trust-rail { grid-template-columns: repeat(2, 1fr); gap: 32px 8px; }
  .trust-rail::before { display: none; }
  .trust-item { padding: 0 6px; }
  .trust-item > span { width: 64px; height: 64px; }
  .comparison { height: 330px; border-width: 6px; }
  .comparison > img, .comparison-before img { object-position: center; }
  .faq-grid { gap: 24px; }
  .faq-intro { text-align: center; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; gap: 15px; }
  .location-row { grid-template-columns: 1fr; }
  .location-row .btn-location { width: 100%; }
  .field-full { grid-column: auto; }
  .check-grid { grid-template-columns: repeat(2, 1fr); }
  .form-error { grid-column: auto; }
  .contact-card { min-height: 470px; padding: 26px; }
  .footer { padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .brand-light .brand-logo { width: 150px; height: auto; }
  .footer-grid > div:last-child { grid-column: 2; }
  .payment-methods { align-items: flex-start; flex-direction: column; gap: 14px; }
  .payment-logos { width: 100%; gap: 8px; }
  .payment-logo { flex: 1; min-width: 0; padding-inline: 8px; }
  .footer-bottom { display: block; text-align: center; }
  .footer-bottom a { display: inline-block; margin-top: 10px; }
  .floating-whatsapp { display: none; }
  .mobile-bar { position: fixed; z-index: 95; bottom: 0; right: 0; left: 0; display: grid; grid-template-columns: 1fr 1.25fr; padding: 9px; color: #fff; background: rgba(0,0,0,.96); backdrop-filter: blur(10px); }
  .mobile-bar a { min-height: 49px; display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 800; font-size: .84rem; }
  .mobile-bar a:last-child { color: #080808; background: var(--blue); border-radius: 10px; }
}

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