@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Tajawal:wght@400;500;700;800&display=swap');

:root {
  --navy: #071a2e;
  --navy-2: #0b2844;
  --blue: #0878d1;
  --blue-2: #0a94e8;
  --cyan: #34d2e8;
  --ice: #eef8fc;
  --mist: #f6fafc;
  --white: #fff;
  --ink: #112235;
  --muted: #5d7082;
  --line: #dbe8ef;
  --green: #1fbd66;
  --danger: #c73c44;
  --shadow-sm: 0 10px 30px rgba(7, 26, 46, .08);
  --shadow: 0 24px 70px rgba(7, 26, 46, .14);
  --radius: 24px;
  --radius-sm: 15px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Tajawal, sans-serif; line-height: 1.7; overflow-x: hidden; }
html[dir="rtl"] body { font-family: Tajawal, Manrope, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; position: relative; }
.section-soft { background: var(--mist); }
.section-dark { background: var(--navy); color: var(--white); overflow: hidden; }
.section-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 10%, rgba(52,210,232,.16), transparent 35%), radial-gradient(circle at 90% 90%, rgba(8,120,209,.2), transparent 38%); pointer-events: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: var(--blue); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 3px; border-radius: 3px; background: var(--cyan); }
.section-dark .eyebrow { color: var(--cyan); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.center { text-align: center; margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.4rem); margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 18px; }
h3 { font-size: 1.28rem; margin-bottom: 10px; }
.lead { font-size: clamp(1rem, 1.8vw, 1.22rem); color: var(--muted); max-width: 690px; }
.section-dark .lead { color: #c7d8e6; }
.ar-line { display: block; font-family: Tajawal, sans-serif; color: var(--blue); font-weight: 700; font-size: .88em; margin-top: 5px; letter-spacing: 0; }
.section-dark .ar-line, .hero .ar-line { color: var(--cyan); }
.kicker { color: var(--cyan); font-weight: 800; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon-fill { fill: currentColor; stroke: none; }
.icon-box { width: 48px; height: 48px; border-radius: 14px; display: inline-grid; place-items: center; color: var(--blue); background: #e8f6fc; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; padding: 0 20px; border-radius: 13px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 12px 30px rgba(8,120,209,.28); }
.btn-whatsapp { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(31,189,102,.22); }
.btn-light { background: #fff; color: var(--navy); border-color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--line); }
.section-dark .btn-outline, .hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.btn-sm { min-height: 42px; padding: 0 15px; font-size: .86rem; }
.skip-link { position: fixed; top: -100px; inset-inline-start: 20px; z-index: 9999; background: #fff; color: var(--navy); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Header */
.topbar { background: var(--navy); color: #d7e7f3; font-size: .78rem; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar-list { display: flex; align-items: center; gap: 18px; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,232,239,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 12px; margin-inline-end: auto; min-width: 245px; }
.brand img { width: 58px; height: 58px; }
.brand-name { display: block; font-family: Tajawal, sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--navy); line-height: 1.1; white-space: nowrap; }
.brand-sub { display: block; font-size: .68rem; color: var(--muted); margin-top: 4px; font-weight: 700; }
.nav-list { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 26px; }
.nav-link { font-size: .88rem; font-weight: 800; padding: 28px 0; position: relative; }
.nav-link::after { content: ""; position: absolute; height: 3px; border-radius: 3px; background: var(--cyan); bottom: 20px; inset-inline: 0; transform: scaleX(0); transition: transform .25s; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-switch { min-height: 42px; border: 1px solid var(--line); background: var(--white); color: var(--navy); border-radius: 12px; padding: 0 12px; font-weight: 800; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); }

/* Hero */
.hero { min-height: 750px; display: grid; align-items: center; color: #fff; position: relative; background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,36,.96) 0%, rgba(4,20,36,.82) 46%, rgba(4,20,36,.25) 75%, rgba(4,20,36,.38) 100%); }
html[dir="rtl"] .hero-media::after { background: linear-gradient(270deg, rgba(4,20,36,.96) 0%, rgba(4,20,36,.82) 46%, rgba(4,20,36,.25) 75%, rgba(4,20,36,.38) 100%); }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(52,210,232,.22); border-radius: 50%; inset-inline-end: -150px; top: -80px; z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 90px 0; max-width: 730px; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero .lead { color: #d9e7f1; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 30px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-size: .79rem; font-weight: 700; }
.hero-location { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; margin-bottom: 14px; }
.hero-float { position: absolute; z-index: 3; bottom: 35px; inset-inline-end: max(20px, calc((100vw - 1180px)/2)); width: 320px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; padding: 19px; background: rgba(7,26,46,.78); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-float-top { display: flex; align-items: center; gap: 14px; }
.hero-float strong { font-size: 1.35rem; display: block; }
.hero-float p { color: #c8d9e5; font-size: .82rem; margin: 4px 0 0; }

/* Cards and grids */
.stats-wrap { margin-top: -45px; position: relative; z-index: 4; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.stat { padding: 30px 24px; text-align: center; position: relative; }
.stat + .stat { border-inline-start: 1px solid var(--line); }
.stat strong { display: block; color: var(--blue); font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.1; margin-bottom: 7px; }
.stat span { color: var(--muted); font-size: .83rem; font-weight: 700; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; min-width: 0; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { border-color: rgba(8,120,209,.55); box-shadow: 0 18px 55px rgba(8,120,209,.14); }
.service-image { height: 220px; position: relative; overflow: hidden; background: #dcebf2; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.service-card:hover .service-image img { transform: scale(1.055); }
.service-tag { position: absolute; top: 15px; inset-inline-start: 15px; padding: 7px 11px; background: var(--blue); color: #fff; border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.service-card-body .icon-box { margin-top: -49px; position: relative; z-index: 2; border: 5px solid #fff; width: 58px; height: 58px; background: var(--navy); color: var(--cyan); margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: .9rem; flex: 1; }
.text-link { color: var(--blue); font-weight: 800; display: inline-flex; align-items: center; gap: 7px; }
.feature-image { position: relative; min-height: 540px; border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.feature-image > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.feature-image-card { position: absolute; inset-inline-start: 22px; bottom: 22px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); padding: 18px; border-radius: 17px; max-width: 250px; box-shadow: var(--shadow-sm); }
.feature-image-card strong { display: block; font-size: 1.45rem; color: var(--blue); }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.check-list .icon { color: var(--green); margin-top: 4px; }
.benefit-card { padding: 26px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.benefit-card .icon-box { margin-bottom: 18px; }
.benefit-card p { color: var(--muted); font-size: .88rem; margin-bottom: 0; }

/* Process, areas, testimonials, gallery */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; gap: 18px; }
.process-grid::before { content: ""; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); position: absolute; top: 42px; left: 10%; right: 10%; }
.process-step { position: relative; text-align: center; padding: 0 16px; }
.process-number { width: 84px; height: 84px; margin: 0 auto 19px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; border: 7px solid #e7f8fc; box-shadow: 0 10px 32px rgba(7,26,46,.15); font-size: 1.35rem; font-weight: 800; position: relative; z-index: 2; }
.process-step p { color: var(--muted); font-size: .86rem; }
.area-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 15px; }
.area-card { border: 1px solid rgba(255,255,255,.14); border-radius: 17px; padding: 21px; background: rgba(255,255,255,.06); position: relative; }
.area-card.primary { grid-row: span 2; background: linear-gradient(145deg, var(--blue), #07528e); display: flex; min-height: 210px; flex-direction: column; justify-content: flex-end; }
.area-card .icon { color: var(--cyan); margin-bottom: 12px; }
.area-card.primary .icon { width: 32px; height: 32px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: 230px 230px; gap: 16px; }
.gallery-item { overflow: hidden; border-radius: 20px; position: relative; }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item:last-child { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,26,46,.48), transparent 55%); }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.stars { color: #ffc857; letter-spacing: 3px; margin-bottom: 15px; }
.testimonial blockquote { margin: 0 0 18px; color: #d5e4ee; font-size: .9rem; }
.testimonial-name { display: flex; justify-content: space-between; gap: 12px; font-weight: 800; }
.testimonial-name span { color: var(--cyan); font-size: .75rem; }

/* FAQ and CTA */
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: transparent; color: var(--navy); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: start; font-weight: 800; }
.faq-question .icon { transition: transform .25s; color: var(--blue); }
.faq-question[aria-expanded="true"] .icon { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { padding: 0 22px 20px; color: var(--muted); margin: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.cta-banner { border-radius: 30px; min-height: 390px; display: grid; align-items: center; color: #fff; position: relative; overflow: hidden; background: var(--navy); }
.cta-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,46,.95), rgba(7,26,46,.7) 58%, rgba(7,26,46,.25)); }
html[dir="rtl"] .cta-banner::after { background: linear-gradient(270deg, rgba(7,26,46,.95), rgba(7,26,46,.7) 58%, rgba(7,26,46,.25)); }
.cta-content { position: relative; z-index: 2; max-width: 650px; padding: 55px; }
.cta-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.cta-content p { color: #d3e2ec; }

/* Inner pages and contact */
.page-hero { min-height: 430px; display: grid; align-items: end; color: #fff; position: relative; overflow: hidden; background: var(--navy); }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,46,.95), rgba(7,26,46,.55)); }
html[dir="rtl"] .page-hero::after { background: linear-gradient(270deg, rgba(7,26,46,.95), rgba(7,26,46,.55)); }
.page-hero-content { position: relative; z-index: 2; padding: 90px 0 60px; max-width: 800px; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.breadcrumbs { display: flex; align-items: center; gap: 8px; color: #c4d7e5; font-size: .82rem; margin-bottom: 20px; }
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 45px; }
.contact-card { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.contact-card .icon-box { margin-bottom: 14px; }
.contact-card strong { display: block; margin-bottom: 5px; }
.contact-card span, .contact-card a { color: var(--muted); font-size: .85rem; }
.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; }
.contact-form { padding: 34px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 800; font-size: .82rem; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cddde6; background: #f9fcfd; color: var(--ink); border-radius: 12px; padding: 13px 14px; min-height: 50px; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,120,209,.1); outline: none; }
.form-status { margin: 14px 0 0; font-weight: 700; min-height: 26px; }
.form-status.success { color: #127542; }
.form-status.error { color: var(--danger); }
.map-panel { min-height: 560px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.map-panel iframe { width: 100%; height: 100%; min-height: 560px; border: 0; }

/* Footer */
.site-footer { background: #061523; color: #d5e4ee; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .9fr 1.3fr; gap: 42px; padding-bottom: 50px; }
.footer-brand .brand-name { color: #fff; font-size: 1.5rem; }
.footer-brand .brand-sub { color: #9db4c4; }
.footer-brand > p { color: #9db4c4; font-size: .86rem; margin: 18px 0; }
.footer-logo { display: flex; gap: 13px; align-items: center; }
.footer-logo img { width: 68px; height: 68px; }
.footer-title { color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-links a { color: #a9bdca; font-size: .83rem; transition: color .2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-contact { display: grid; gap: 12px; margin-bottom: 17px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 9px; color: #b5c8d5; font-size: .83rem; }
.footer-contact-item .icon { color: var(--cyan); margin-top: 3px; }
.socials { display: flex; gap: 8px; flex-wrap: wrap; }
.social-link { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.15); border-radius: 11px; display: grid; place-items: center; color: #fff; transition: background .2s, transform .2s; }
.social-link:hover { background: var(--blue); transform: translateY(-2px); }
.footer-map { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); }
.footer-map iframe { width: 100%; height: 210px; border: 0; display: block; }
.footer-map-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.footer-map-actions .btn:first-child { grid-column: 1 / -1; }
.footer-map-actions .btn { min-height: 42px; padding: 0 10px; font-size: .75rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; color: #829aaa; font-size: .75rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 18px; }
.floating-actions { position: fixed; inset-inline-end: 18px; bottom: 20px; z-index: 900; display: grid; gap: 9px; }
.floating-btn { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.22); border: 2px solid rgba(255,255,255,.7); }
.floating-btn.call { background: var(--blue); }
.floating-btn.whatsapp { background: var(--green); }
.floating-btn .icon { width: 25px; height: 25px; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1100px) {
  .header-actions .btn { display: none; }
  .nav-list { gap: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 720px); }
  .section { padding: 78px 0; }
  .topbar-list span { display: none; }
  .header-inner { min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 52px; height: 52px; }
  .brand-sub { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; top: 100%; left: 15px; right: 15px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 12px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-list { display: grid; gap: 0; }
  .nav-link { display: block; padding: 13px 14px; border-radius: 10px; }
  .nav-link::after { display: none; }
  .nav-link:hover, .nav-link.active { background: var(--ice); color: var(--blue); }
  .hero { min-height: 720px; }
  .hero-content { max-width: 630px; padding-bottom: 145px; }
  .hero-float { left: 15px; right: 15px; bottom: 23px; width: auto; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-2, .contact-layout { grid-template-columns: 1fr; }
  .feature-image { min-height: 440px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .process-grid::before { display: none; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 190px 190px; }
  .gallery-item:first-child { grid-column: span 2; grid-row: auto; }
  .gallery-item:last-child { grid-column: span 2; }
  .map-panel, .map-panel iframe { min-height: 430px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 65px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-list:first-child { display: none; }
  .brand-name { font-size: 1.06rem; }
  .brand img { width: 48px; height: 48px; }
  .lang-switch { padding: 0 9px; font-size: .76rem; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 62% center; }
  .hero-content { padding-top: 65px; padding-bottom: 170px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-badges { gap: 6px; }
  .hero-badge { font-size: .7rem; padding: 7px 9px; }
  .hero .btn-row .btn { width: 100%; }
  .stats-wrap { margin-top: -25px; }
  .stat { padding: 22px 12px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .service-image { height: 230px; }
  .process-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card.primary { grid-row: auto; min-height: 170px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 210px); }
  .gallery-item:first-child, .gallery-item:last-child { grid-column: auto; }
  .cta-content { padding: 34px 24px; }
  .cta-content .btn { width: 100%; }
  .contact-cards, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom-inner { display: grid; text-align: center; justify-content: center; }
  .floating-actions { inset-inline-end: 12px; bottom: 12px; }
  .floating-btn { width: 49px; height: 49px; }
}

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