:root {
  --navy: #063f65;
  --navy-2: #082d4b;
  --blue: #0a6b9f;
  --blue-soft: #eaf6fb;
  --sun: #f6a318;
  --sun-2: #ffd15a;
  --green: #26884b;
  --green-2: #47a95d;
  --ink: #163246;
  --muted: #607384;
  --line: #dfe8ee;
  --white: #ffffff;
  --off: #f7fafc;
  --shadow: 0 18px 50px rgba(5, 49, 79, .12);
  --radius: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
html[dir="rtl"] body { font-family: Tahoma, "Segoe UI", Arial, sans-serif; }
.phone-number { direction: ltr; unicode-bidi: isolate; display: inline-block; white-space: nowrap; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
svg { width: 1em; height: 1em; fill: currentColor; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { left: 10px; }

.topbar { background: var(--navy-2); color: rgba(255,255,255,.9); font-size: 13px; }
.topbar-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.top-contact, .top-actions, .socials, .lang-switch { display: flex; align-items: center; }
.top-contact { gap: 22px; }
.top-contact a { display: inline-flex; align-items: center; gap: 7px; transition: .2s; }
.top-contact a:hover { color: var(--sun-2); }
.top-contact svg { width: 15px; height: 15px; }
.top-actions { gap: 14px; }
.socials { gap: 6px; }
.socials a { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: .2s; }
.socials a:hover { background: var(--sun); transform: translateY(-1px); }
.socials svg { width: 14px; height: 14px; }
.lang-switch { border-left: 1px solid rgba(255,255,255,.14); padding-left: 12px; gap: 2px; }
html[dir="rtl"] .lang-switch { border-left: 0; border-right: 1px solid rgba(255,255,255,.14); padding-left: 0; padding-right: 12px; }
.lang-btn, .footer-langs button { border: 0; background: transparent; color: inherit; cursor: pointer; padding: 5px 7px; border-radius: 6px; font-size: 12px; }
.lang-btn.active { background: rgba(255,255,255,.14); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(7,70,108,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(6,63,101,.08); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 132px; height: 110px; object-fit: contain; margin-top: -12px; margin-bottom: -12px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 650; font-size: 14px; }
.primary-nav > a:not(.nav-cta) { position: relative; padding: 30px 0; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 21px; height: 2px; background: var(--sun); transform: scaleX(0); transform-origin: center; transition: transform .2s; }
.primary-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: 0 8px 18px rgba(6,63,101,.18); transition: .2s; }
.nav-cta:hover { background: var(--blue); transform: translateY(-1px); }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); border-radius: 2px; }

.hero { min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url("assets/hero-kabul-solar.jpg") center 44% / cover no-repeat; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,41,67,.92) 0%, rgba(5,55,87,.82) 42%, rgba(7,77,113,.30) 78%, rgba(8,74,105,.18) 100%); }
html[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(4,41,67,.92) 0%, rgba(5,55,87,.82) 42%, rgba(7,77,113,.30) 78%, rgba(8,74,105,.18) 100%); }
.sun-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -260px; right: -80px; background: radial-gradient(circle, rgba(246,163,24,.55), rgba(246,163,24,0) 68%); }
html[dir="rtl"] .sun-glow { right: auto; left: -80px; }
.hero-content { position: relative; z-index: 2; padding: 90px 0 150px; }
.hero-content > * { max-width: 770px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .12em; font-size: 13px; font-weight: 800; color: #dff4ff; margin-bottom: 20px; }
.eyebrow .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 6px rgba(246,163,24,.18); }
.hero h1 { font-size: clamp(44px, 6vw, 74px); line-height: 1.03; letter-spacing: -.035em; margin: 0 0 24px; max-width: 850px; }
html[dir="rtl"] .hero h1 { letter-spacing: 0; line-height: 1.18; }
.hero p { font-size: 19px; line-height: 1.75; color: rgba(255,255,255,.86); margin: 0 0 34px; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 11px; font-weight: 750; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.btn-primary { background: var(--sun); color: #102e43; box-shadow: 0 12px 28px rgba(246,163,24,.25); }
.btn-primary:hover { background: #ffb32c; box-shadow: 0 16px 32px rgba(246,163,24,.33); }
.btn-ghost { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.25); color: #fff; backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.17); }
.btn-ghost svg { fill: currentColor; stroke: none; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; background: rgba(4,35,57,.74); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,.14); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 16px; padding: 22px 32px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-item:last-child { border-right: 0; }
html[dir="rtl"] .trust-item { border-right: 0; border-left: 1px solid rgba(255,255,255,.13); }
html[dir="rtl"] .trust-item:last-child { border-left: 0; }
.trust-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(246,163,24,.15); color: var(--sun-2); }
.trust-icon svg { width: 25px; height: 25px; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { font-size: 15px; }
.trust-item span { color: rgba(255,255,255,.65); font-size: 13px; margin-top: 2px; }

.section { padding: 110px 0; }
.section-kicker { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; margin-bottom: 14px; }
.section-kicker.light { color: var(--sun-2); }
.section h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.14; letter-spacing: -.025em; color: var(--navy-2); }
html[dir="rtl"] .section h2 { letter-spacing: 0; line-height: 1.35; }
.lead { color: var(--muted); font-size: 17px; margin: 24px 0 30px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 52px; }
.section-head > div { max-width: 640px; }
.section-head > p { max-width: 470px; margin: 0 0 6px; color: var(--muted); }
.section-head.centered { display: block; text-align: center; max-width: 780px; margin-left: auto; margin-right: auto; }
.section-head.centered p { max-width: 700px; margin: 18px auto 0; }

.about { background: linear-gradient(180deg, #fff 0%, #fbfdfe 100%); }
.about-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 78px; align-items: center; }
.about-visual { position: relative; min-height: 580px; }
.about-photo { position: absolute; inset: 20px 50px 0 0; border-radius: 26px; background: linear-gradient(180deg, rgba(3,61,95,.08), rgba(3,61,95,.12)), url("assets/hero-kabul-solar.jpg") 28% center / cover no-repeat; box-shadow: var(--shadow); }
html[dir="rtl"] .about-photo { inset: 20px 0 0 50px; }
.about-photo::before { content: ""; position: absolute; width: 140px; height: 140px; border: 20px solid rgba(246,163,24,.20); border-radius: 50%; left: -44px; top: -45px; z-index: -1; }
html[dir="rtl"] .about-photo::before { left: auto; right: -44px; }
.about-badge { position: absolute; right: 0; bottom: 38px; display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; box-shadow: 0 20px 45px rgba(5,45,73,.14); }
html[dir="rtl"] .about-badge { right: auto; left: 0; }
.about-badge svg { width: 34px; height: 34px; color: var(--sun); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { color: var(--navy); font-size: 14px; }
.about-badge span { color: var(--muted); font-size: 12px; }
.mission-grid { display: grid; gap: 16px; }
.mini-card { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: .2s; }
.mini-card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(6,63,101,.07); border-color: #cbdbe5; }
.mini-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); }
.mini-icon svg { width: 24px; height: 24px; }
.mini-card h3 { margin: 0 0 4px; color: var(--navy); font-size: 16px; }
.mini-card p { margin: 0; color: var(--muted); font-size: 14px; }
.values-wrap { margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 28px; }
.values-label { text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 850; color: var(--muted); }
.values-list { display: flex; flex-wrap: wrap; gap: 10px; }
.value-pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); padding: 9px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; color: var(--navy); }
.value-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); }

.services-section { background: var(--off); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 230px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; transition: transform .22s, box-shadow .22s, border-color .22s; }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -44px; bottom: -48px; border-radius: 50%; background: linear-gradient(145deg, rgba(10,107,159,.08), rgba(38,136,75,.05)); }
html[dir="rtl"] .service-card::after { right: auto; left: -44px; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #ccdce5; }
.service-icon { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-soft), #effaf2); color: var(--navy); margin-bottom: 22px; }
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.35; color: var(--navy-2); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.why-section { background: linear-gradient(135deg, var(--navy-2) 0%, #074f78 63%, #0b6788 100%); color: #fff; position: relative; overflow: hidden; }
.why-section::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -260px; top: -280px; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 160px rgba(255,255,255,.018); }
html[dir="rtl"] .why-section::before { right: auto; left: -260px; }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.why-copy h2 { color: #fff; }
.why-copy p { color: rgba(255,255,255,.72); font-size: 17px; margin: 22px 0 28px; max-width: 520px; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-item { min-height: 118px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; padding: 20px; backdrop-filter: blur(10px); }
.why-item .check { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: rgba(246,163,24,.18); color: var(--sun-2); margin-bottom: 12px; }
.why-item strong { display: block; font-size: 14px; line-height: 1.4; }

.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; }
.process-step { position: relative; padding: 0 28px; text-align: center; }
.process-step:not(:last-child)::after { content: ""; position: absolute; top: 32px; left: calc(50% + 42px); width: calc(100% - 84px); border-top: 1px dashed #b7cad6; }
html[dir="rtl"] .process-step:not(:last-child)::after { left: auto; right: calc(50% + 42px); }
.process-num { position: relative; z-index: 2; width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 19px; background: #fff; border: 7px solid var(--blue-soft); color: var(--navy); font-weight: 900; box-shadow: 0 0 0 1px #dce8ef; }
.process-step h3 { margin: 0 0 7px; font-size: 16px; color: var(--navy-2); }
.process-step p { margin: 0; font-size: 13px; color: var(--muted); }

.cta-band { background: var(--green); color: #fff; padding: 58px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner > div:first-child { max-width: 700px; }
.cta-inner h2 { margin: 8px 0 0; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.22; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-sun { background: var(--sun); color: #173047; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.42); }
.btn-outline-light:hover { background: rgba(255,255,255,.08); }

.contact-section { background: #f5f9fb; }

#home, #about, #services, #why-us, #contact { scroll-margin-top: 105px; }

.contact-grid { display: grid; grid-template-columns: 390px 1fr; gap: 24px; align-items: stretch; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; box-shadow: 0 16px 40px rgba(5,49,79,.07); }
.contact-brand { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-brand img { width: 76px; height: 66px; object-fit: contain; }
.contact-brand strong, .contact-brand span { display: block; }
.contact-brand strong { font-size: 14px; color: var(--navy); }
.contact-brand span { font-size: 12px; color: var(--muted); margin-top: 3px; }
.contact-links { padding: 14px 0 4px; }
.contact-links > a, .address-row { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; padding: 12px 0; }
.ci { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue); }
.ci svg { width: 20px; height: 20px; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.contact-links strong { margin-top: 2px; font-size: 13px; line-height: 1.45; color: var(--ink); }
.contact-links a:hover strong { color: var(--blue); }
.contact-social { display: flex; flex-wrap: wrap; gap: 8px; border-top: 1px solid var(--line); padding-top: 18px; }
.contact-social a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 750; color: var(--navy); }
.contact-social a:hover { border-color: #b9d0dd; background: var(--blue-soft); }
.map-card { position: relative; min-height: 590px; background: #dde9ef; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid #d6e3ea; }
.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.9) contrast(1.03); }
.map-label { position: absolute; left: 22px; right: 22px; bottom: 22px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); padding: 16px; border-radius: 14px; box-shadow: 0 12px 35px rgba(5,49,79,.16); }
.map-pin { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--navy); color: #fff; }
.map-pin svg { width: 22px; height: 22px; }
.map-label strong, .map-label span { display: block; }
.map-label strong { color: var(--navy-2); font-size: 14px; }
.map-label span { color: var(--muted); font-size: 12px; }
.map-label a { background: var(--sun); color: var(--navy-2); border-radius: 8px; padding: 9px 13px; font-size: 12px; font-weight: 800; }

.footer { background: #062b46; color: rgba(255,255,255,.75); }
.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: 64px;
  padding: 64px 0 54px;
  align-items: center;
  direction: ltr;
}
.footer-left, .footer-qr-column { min-width: 0; }
html[dir="rtl"] .footer-left,
html[dir="rtl"] .footer-qr-column { direction: rtl; }

.footer-brand {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-brand img {
  width: 155px;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
  margin-bottom: 18px;
}
.footer-brand p {
  max-width: 540px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.footer-info-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 44px;
}
.footer h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer-links a,
.footer-contact > a,
.footer-contact > span {
  display: block;
  margin: 9px 0;
  font-size: 13px;
  line-height: 1.55;
}
.footer-main a:hover { color: var(--sun-2); }

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  font-size: 11px;
  color: rgba(255,255,255,.84);
}
.footer-socials a:hover {
  border-color: rgba(255,209,90,.55);
  background: rgba(255,255,255,.05);
}

.footer-qr-column {
  display: flex;
  justify-content: flex-end;
}
.qr-mini {
  width: min(100%, 455px);
  text-align: center;
}
.qr-mini h3 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 16px;
}
.qr-frame {
  width: 430px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 22px;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.qr-mini img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  image-rendering: crisp-edges;
}
.qr-help {
  margin: 12px auto 0;
  max-width: 400px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-langs { display: flex; align-items: center; gap: 4px; }
.footer-langs button { color: rgba(255,255,255,.75); }
.footer-langs button:hover { color: var(--sun-2); }

.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 950; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #25D366; color: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.2); transition: .2s; }
html[dir="rtl"] .whatsapp-float { right: auto; left: 20px; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 28px; height: 28px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
  .primary-nav { gap: 18px; }
  .hero { min-height: 680px; }
  .about-grid, .why-grid { gap: 44px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 340px 1fr; }
  .footer-main { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 42px; }
  .footer-info-grid { gap: 28px; }
  .qr-frame { width: 390px; }
}

@media (max-width: 820px) {
  .top-contact a:nth-child(2) { display: none; }
  .nav-wrap { height: 74px; }
  .brand img { width: 112px; height: 96px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 10px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.nav-cta) { padding: 12px 13px; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero { min-height: 760px; }
  .hero-content { padding: 80px 0 230px; }
  .hero h1 { font-size: clamp(40px, 9vw, 62px); }
  .trust-grid { grid-template-columns: 1fr; }
  .hero-bottom { background: rgba(4,35,57,.84); }
  .trust-item { min-height: 80px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); padding: 13px 18px; }
  html[dir="rtl"] .trust-item { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .trust-item:last-child { border-bottom: 0; }
  .trust-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .section { padding: 82px 0; }
  .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 470px; }
  .section-head, .cta-inner { display: block; }
  .section-head > p { margin-top: 18px; }
  .cta-actions { margin-top: 22px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 32px 0; }
  .process-step::after { display: none; }
  .map-card { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; align-items: start; }
  .footer-qr-column { justify-content: center; }
  .qr-mini { width: min(100%, 470px); }
  .qr-frame { width: min(440px, calc(100vw - 56px)); padding: 20px; }
}

@media (max-width: 560px) {
  .container { width: min(var(--container), calc(100% - 26px)); }
  .topbar-inner { min-height: 45px; }
  .top-contact { gap: 10px; }
  .top-contact span { display: none; }
  .socials a { width: 27px; height: 27px; }
  .top-actions { gap: 7px; }
  .lang-switch { padding-left: 7px; }
  html[dir="rtl"] .lang-switch { padding-right: 7px; }
  .lang-btn { padding: 4px 5px; font-size: 11px; }
  .hero { min-height: 805px; }
  .hero-content { padding-top: 58px; }
  .hero h1 { font-size: 41px; }
  .hero p { font-size: 16px; line-height: 1.7; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .section { padding: 68px 0; }
  .section h2 { font-size: 34px; }
  .qr-frame { width: min(390px, calc(100vw - 32px)); padding: 16px; }
  .about-visual { min-height: 395px; }
  .about-photo { inset: 10px 25px 0 0; }
  html[dir="rtl"] .about-photo { inset: 10px 0 0 25px; }
  .about-badge { right: 0; left: 18px; bottom: 18px; }
  html[dir="rtl"] .about-badge { right: 18px; left: 0; }
  .values-wrap { grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
  .services-grid, .why-list, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-grid { gap: 24px; }
  .contact-card { padding: 20px; }
  .map-card { min-height: 470px; }
  .map-label { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 40px 1fr; }
  .map-pin { width: 40px; height: 40px; }
  .map-label a { grid-column: 1 / -1; text-align: center; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; }
  .footer-info-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-brand { margin-bottom: 22px; padding-bottom: 22px; }
  .footer-qr-column { justify-content: center; }
  .footer-bottom-inner { flex-direction: column; justify-content: center; padding: 14px 0; text-align: center; }
}
