@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600;700&display=swap');

/* =========================================================
   ROOT / RESET
   ========================================================= */

:root {
  --ink: #10181b;
  --ink-2: #182326;
  --panel: #202d30;
  --muted: #728083;
  --line: #dce4e1;
  --paper: #f5f7f4;
  --lime: #d9f34b;
  --lime-dark: #a9c71d;
  --white: #fff;
  --max: 1180px;
}

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

html { scroll-behavior: smooth; }

body { color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; line-height: 1.55; overflow-x: hidden; }

body[dir="rtl"] { font-family: 'Noto Kufi Arabic', 'DM Sans', sans-serif; }
body[dir="rtl"] h1, body[dir="rtl"] h2, body[dir="rtl"] h3, body[dir="rtl"] h4 { font-family: 'Noto Kufi Arabic', sans-serif; letter-spacing: 0; line-height: 1.2; }
body[dir="rtl"] .hero h1, body[dir="rtl"] .section-head h2 { max-width: 850px; }
body[dir="rtl"] .hero { background: linear-gradient(270deg, rgba(9, 16, 18, .96) 0%, rgba(9, 16, 18, .78) 42%, rgba(9, 16, 18, .22) 100%), url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=2000&q=85') center/cover; }
body[dir="rtl"] .feature-grid { direction: rtl; }
body[dir="rtl"] .check-list li::before { margin-right: 0; margin-left: 9px; }
body[dir="rtl"] .step { border-left: 0; border-right: 3px solid var(--lime); }
body[dir="rtl"] .contact-list li { flex-direction: row-reverse; justify-content: flex-end; }
body[dir="rtl"] .contact-list li > span { text-align: right; }
body[dir="rtl"] .copyright { direction: rtl; }

img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }

/* =========================================================
   TYPOGRAPHY / SHARED UTILITIES
   ========================================================= */

.container { width: min(var(--max), calc(100% - 40px)); margin: auto; }

.eyebrow { color: var(--lime-dark); font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 13px; }

h1, h2, h3, h4 { font-family: 'Barlow Condensed', sans-serif; line-height: .98; text-transform: uppercase; letter-spacing: .015em; overflow-wrap: break-word; hyphens: auto; }
h1 { font-size: clamp(3.7rem, 8vw, 6.8rem); max-width: 760px; color: #fff; }
h2 { font-size: clamp(2.7rem, 5vw, 4.3rem); }
h3 { font-size: 1.55rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; font-weight: 700; font-size: .88rem; transition: transform .2s, background .2s, color .2s; white-space: normal; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: #e7ff6a; }
.btn-outline { border: 1px solid rgba(255, 255, 255, .4); color: #fff; }
.btn-outline:hover { background: #fff; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }

/* =========================================================
   HEADER / NAV
   ========================================================= */

.topbar { background: var(--lime); color: var(--ink); font-size: .75rem; font-weight: 600; }
.topbar-inner { min-height: 35px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }

header { background: var(--ink); color: #fff; position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 1.18rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.mark { display: grid; place-items: center; width: 35px; height: 35px; background: var(--lime); color: var(--ink); font-family: 'Barlow Condensed'; font-size: 1.35rem; font-style: italic; }
.nav-links { display: flex; gap: 28px; font-size: .85rem; color: #c4cecc; }
.nav-links a:hover { color: var(--lime); }
.nav-cta { display: flex; align-items: center; gap: 15px; }
.nav-phone { font-size: .8rem; font-weight: 600; }
.menu-toggle { display: none; background: none; color: #fff; font-size: 1.7rem; }
.language-toggle { min-width: 48px; min-height: 38px; padding: 0 10px; background: transparent; border: 1px solid rgba(255, 255, 255, .35); color: #fff; font-size: .74rem; font-weight: 700; white-space: nowrap; }
.language-toggle:hover { background: #fff; color: var(--ink); }

body[dir="rtl"] .nav-links { direction: rtl; }
body[dir="rtl"] .hero-meta { direction: rtl; }
body[dir="rtl"] .hero-actions, body[dir="rtl"] .nav-cta { direction: rtl; }

/* =========================================================
   HERO
   ========================================================= */

.hero { min-height: 630px; color: #fff; background: linear-gradient(90deg, rgba(9, 16, 18, .96) 0%, rgba(9, 16, 18, .78) 42%, rgba(9, 16, 18, .22) 100%), url('https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=2000&q=85') center/cover; display: flex; align-items: center; }
.hero-content { padding: 82px 0 92px; }
.hero p { max-width: 520px; color: #d3dbd8; margin: 22px 0 29px; font-size: 1.06rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 30px; margin-top: 60px; font-size: .8rem; color: #d3dbd8; }
.hero-meta strong { display: block; color: #fff; margin-bottom: 3px; font-size: .83rem; }
.hero-meta span { display: flex; gap: 8px; align-items: flex-start; }

/* =========================================================
   TRUST BAR / STATS
   ========================================================= */

.trust { background: var(--lime); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 26px 0; gap: 25px; }
.stat { display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(16, 24, 27, .22); }
.stat:last-child { border: 0; }
.stat b { font-family: 'Barlow Condensed'; font-size: 2rem; line-height: 1; }
.stat span { font-size: .75rem; font-weight: 700; text-transform: uppercase; line-height: 1.2; }

/* =========================================================
   SECTIONS / SERVICES
   ========================================================= */

section { padding: 105px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 43px; gap: 25px; }
.section-head p { max-width: 400px; color: var(--muted); font-size: .95rem; }

.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service { background: var(--paper); min-height: 245px; padding: 25px 22px; position: relative; transition: background .2s, transform .2s; }
.service:hover { background: #fff; transform: translateY(-4px); z-index: 1; box-shadow: 0 12px 30px rgba(16, 24, 27, .08); }
.service-icon { font-size: 1.75rem; margin-bottom: 25px; }
.service p { color: var(--muted); font-size: .82rem; margin: 11px 0 23px; line-height: 1.5; }
.service-foot { display: flex; align-items: center; justify-content: space-between; font-size: .76rem; font-weight: 700; }
.service-foot a { color: #647073; }
.service-foot a:hover { color: var(--ink); }
.price { color: var(--lime-dark); }

/* =========================================================
   FEATURE / DARK SECTION / STEPS
   ========================================================= */

.feature { background: var(--ink); color: #fff; padding: 0; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 510px; }
.feature-image { background: url('https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=1200&q=80') center/cover; min-height: 430px; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px clamp(30px, 7vw, 90px); }
.feature-copy h2 { max-width: 440px; }
.feature-copy p { color: #b4c0bd; margin: 18px 0 25px; max-width: 450px; }
.check-list { list-style: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 13px; margin-bottom: 32px; color: #e4eae8; font-size: .84rem; }
.check-list li::before { content: '✓'; color: var(--lime); font-weight: bold; margin-right: 9px; }

.dark-section { background: var(--ink-2); color: #fff; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.benefit { border-top: 1px solid #405053; padding-top: 20px; }
.benefit-number { color: var(--lime); font-family: 'Barlow Condensed'; font-size: 1.1rem; }
.benefit h3 { margin: 11px 0 8px; }
.benefit p { color: #aebbb8; font-size: .85rem; max-width: 250px; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.step { border-left: 3px solid var(--lime); padding: 5px 25px 15px; }
.step-num { color: var(--lime-dark); font-family: 'Barlow Condensed'; font-size: 2.8rem; line-height: 1; }
.step h3 { margin: 15px 0 8px; }
.step p { color: var(--muted); font-size: .86rem; }

/* =========================================================
   GALLERY / REVIEWS
   ========================================================= */

.gallery-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; grid-template-rows: 190px 190px; gap: 9px; }
.gallery-grid figure { overflow: hidden; position: relative; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid img { height: 100%; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; bottom: 0; left: 0; padding: 14px; color: #fff; font-size: .72rem; font-weight: 700; background: linear-gradient(transparent, rgba(0, 0, 0, .75)); width: 100%; }

.reviews { background: #e7ece8; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.review { background: #fff; padding: 28px; min-height: 215px; display: flex; flex-direction: column; justify-content: space-between; }
.stars { color: #a6c625; letter-spacing: 3px; font-size: .85rem; }
.review p { font-size: .95rem; line-height: 1.6; }
.review cite { color: var(--muted); font-style: normal; font-size: .78rem; font-weight: 700; }

/* =========================================================
   BOOKING FORM
   ========================================================= */

.booking { background: var(--lime); }
.booking-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 80px; align-items: start; }
.booking-intro p { margin: 18px 0 28px; color: #465153; max-width: 350px; }
.contact-mini { border-top: 1px solid rgba(16, 24, 27, .2); padding-top: 18px; font-size: .83rem; }
.contact-mini a { display: block; font-weight: 700; margin-top: 6px; }
.form { background: #fff; padding: 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; box-shadow: 0 15px 35px rgba(16, 24, 27, .1); }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .73rem; font-weight: 700; }
.field input, .field select, .field textarea { border: 1px solid #d4ddda; background: #fbfcfb; padding: 11px 12px; color: var(--ink); min-height: 44px; outline: 0; }
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }
.form .btn { margin-top: 3px; }
.form-message { grid-column: 1 / -1; font-size: .8rem; font-weight: 600; display: none; }
.form-message.show { display: block; }

/* =========================================================
   CONTACT / MAP
   ========================================================= */

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; }
.contact-details h2 { margin-bottom: 25px; }
.address { font-size: .94rem; margin-bottom: 25px; }
.contact-list { list-style: none; display: grid; gap: 15px; font-size: .88rem; }
.contact-list li { display: flex; align-items: flex-start; gap: 13px; min-width: 0; }
.contact-list b { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.contact-list a { font-weight: 600; }
.contact-list li > span { min-width: 0; flex: 1; }
.contact-list li > span b { display: block; line-height: 1.2; margin-bottom: 3px; }
.contact-list li > span a { display: inline-block; line-height: 1.4; word-break: break-word; }

.map { min-height: 330px; background: linear-gradient(rgba(30, 45, 47, .85), rgba(30, 45, 47, .85)), url('https://images.unsplash.com/photo-1569336415962-a4bd9f69cd83?auto=format&fit=crop&w=1200&q=80') center/cover; color: #fff; display: grid; place-items: center; text-align: center; position: relative; }
.map small { display: block; color: #d5dfdc; margin: 5px 0 16px; }

/* =========================================================
   FOOTER
   ========================================================= */

footer { background: var(--ink); color: #fff; padding: 60px 0 25px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; padding-bottom: 50px; }
.footer-brand p { color: #9eaba8; font-size: .82rem; max-width: 250px; margin-top: 18px; }
.footer-col h4 { color: var(--lime); font-size: 1.05rem; margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: #aebbb8; font-size: .8rem; margin-bottom: 9px; }
.footer-col a:hover { color: #fff; }
.copyright { border-top: 1px solid #334144; padding-top: 20px; color: #7f8d8a; font-size: .72rem; display: flex; justify-content: space-between; }

/* =========================================================
   ICON SYSTEM (single source of truth for every inline SVG)
   ========================================================= */

svg { max-width: 100%; }

.btn svg, .hero-actions .btn svg { width: 17px; height: 17px; display: block; flex: 0 0 auto; }
.map .btn svg { width: 16px; height: 16px; }
.menu-toggle svg { width: 24px; height: 24px; display: block; margin: auto; }

.hero-meta > span > svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--lime); margin-top: 1px; }

.service-icon { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; color: var(--lime-dark); }
.service-icon svg { width: 32px; height: 32px; display: block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.contact-list .contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; min-width: 22px; flex: 0 0 22px; margin-top: 2px; color: var(--lime-dark); }
.contact-list .contact-icon svg { width: 100%; height: 100%; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.map-pin { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin: 0 auto 10px; color: var(--lime); }
.map-pin svg { width: 46px; height: 46px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* Footer social icons (rendered via the shared icon() helper in script.js) */
.svg-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 18px; height: 18px; }
.svg-icon svg { width: 100%; height: 100%; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* =========================================================
   MOBILE BOTTOM ACTION BAR
   (hidden above 650px; compact native-style tab bar below it)
   ========================================================= */

.mobile-actions { display: none; }

@media (max-width: 650px) {
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)); }

  .mobile-actions {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    height: 56px;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -2px 10px rgba(16, 24, 27, .08);
  }

  .mobile-actions a {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--ink);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .01em;
  }

  .mobile-actions a:hover { opacity: .85; }
  .mobile-actions a:first-child { color: var(--lime-dark); }

  .mobile-action-icon { display: flex; width: 20px; height: 20px; }
  .mobile-action-icon svg { width: 100%; height: 100%; display: block; }

  .mobile-actions a[data-whatsapp-link] .mobile-action-icon svg { fill: currentColor; }
  .mobile-actions a[data-phone-link] .mobile-action-icon svg,
  .mobile-actions a[data-directions-link] .mobile-action-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-action-label { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* =========================================================
   RESPONSIVE — TABLET (≤900px)
   ========================================================= */

@media (max-width: 900px) {
  .nav-links { gap: 16px; }
  .nav-phone { display: none; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-grid, .contact-grid { gap: 35px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* =========================================================
   RESPONSIVE — HEADER COLLAPSE (≤760px)
   The full desktop nav (all links + phone + CTA button) stops
   fitting comfortably below ~740px, well above the ≤650px tier
   below. Collapsing it here (same hamburger-menu pattern used
   at ≤650px) closes that gap without touching anything else.
   ========================================================= */

@media (max-width: 760px) {
  .language-toggle { min-width: 42px; min-height: 34px; padding: 0 7px; font-size: .65rem; }

  header { top: 0; }
  .nav { position: relative; height: 64px; gap: 10px; }
  .nav-links { display: none; position: absolute; top: 60px; left: 10px; right: 10px; background: rgba(16, 24, 27, .98); padding: 8px 10px 10px; flex-direction: column; gap: 0; border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; box-shadow: 0 16px 28px rgba(0, 0, 0, .22); max-height: calc(100vh - 120px); overflow: auto; }
  .nav-links a { padding: 10px 8px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; order: 3; width: 38px; height: 38px; padding: 0; border-radius: 8px; background: rgba(255, 255, 255, .04); }
  .nav-cta { gap: 4px; margin-inline-start: auto; }
  .nav-cta .btn { display: none; }

  .brand { min-width: 0; gap: 8px; font-size: .9rem; }
  .brand > span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .mark { width: 31px; height: 31px; flex: 0 0 31px; }
}

/* =========================================================
   RESPONSIVE — MOBILE (≤650px)
   ========================================================= */

@media (max-width: 650px) {
  .container { width: calc(100% - 28px); max-width: none; }

  .topbar-inner { justify-content: center; min-height: 32px; padding: 0 4px; text-align: center; }
  .topbar-inner span { display: none; }
  .topbar a { font-size: .68rem; }

  .hero { min-height: auto; background-position: 66% center; }
  .hero-content { padding: 58px 0 48px; }
  .eyebrow { font-size: .66rem; letter-spacing: .1em; margin-bottom: 11px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); line-height: .92; max-width: 100%; }
  .hero p { margin: 18px 0 24px; font-size: .88rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { margin-top: 38px; display: grid; gap: 14px; font-size: .72rem; }
  .hero-meta > span { max-width: 100%; }
  .hero-meta strong { font-size: .76rem; }

  .trust-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px 8px; padding: 20px 0; }
  .stat { min-width: 0; gap: 8px; }
  .stat b { font-size: 1.45rem; white-space: nowrap; }
  .stat span { font-size: .58rem; }

  section { padding: 60px 0; }
  .section-head { display: block; margin-bottom: 25px; }
  .section-head h2 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .section-head p { margin-top: 13px; font-size: .84rem; line-height: 1.5; }

  .services-grid { grid-template-columns: 1fr; }
  .service { min-height: 0; padding: 21px 18px; }
  .service-icon { margin-bottom: 18px; }
  .service p { margin: 9px 0 18px; }

  .feature-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 220px; }
  .feature-copy { padding: 40px 18px 45px; }
  .feature-copy h2 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .feature-copy p { font-size: .87rem; }
  .check-list { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px 8px; font-size: .78rem; }

  .benefits-grid, .steps, .review-grid { grid-template-columns: 1fr; gap: 22px; }
  .benefit { padding-top: 14px; }
  .benefit p, .step p { font-size: .8rem; }

  .gallery-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: 145px 115px 115px; gap: 6px; }
  .gallery-grid figcaption { padding: 9px; font-size: .62rem; }

  .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .booking-intro p { font-size: .86rem; }
  .form { padding: 18px 14px; grid-template-columns: 1fr; gap: 13px; }
  .field.full { grid-column: auto; }
  .form-message { grid-column: auto; }
  .field input, .field select, .field textarea { font-size: .85rem; }

  .contact-list { gap: 18px; }
  .contact-list .contact-icon { width: 20px; height: 20px; min-width: 20px; flex-basis: 20px; }
  .map { min-height: 235px; }
  .map-pin { width: 44px; height: 44px; }
  .map-pin svg { width: 38px; height: 38px; }

  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 26px 16px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col h4 { font-size: .95rem; }
  .footer-col a, .footer-col p { font-size: .72rem; }
  .copyright { display: block; line-height: 1.8; font-size: .65rem; }
}

/* =========================================================
   RESPONSIVE — SMALL PHONES (≤380px)
   ========================================================= */

@media (max-width: 380px) {
  .container { width: calc(100% - 22px); }
  .brand { font-size: .82rem; }
  .mark { width: 28px; height: 28px; flex-basis: 28px; font-size: 1.1rem; }
  .hero-content { padding-top: 46px; }
  .hero h1 { font-size: 2.75rem; }
  .hero p { font-size: .82rem; }
  .trust-grid { gap: 13px 5px; }
  .stat b { font-size: 1.2rem; }
  .stat span { font-size: .52rem; }
  .section-head h2 { font-size: 2.25rem; }
  .check-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-rows: 125px 100px 100px; }
  .footer-grid { gap: 22px 12px; }
}
