:root {
  --ink: #10251a;
  --muted: #5b6f63;
  --brand: #21b866;
  --brand-dark: #128a4b;
  --brand-soft: #eafbf0;
  --surface: #ffffff;
  --line: #dcebe1;
  --shadow: 0 24px 70px rgba(20, 98, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f8fcf9;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brand-dark); }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 252, 249, .88);
  border-bottom: 1px solid rgba(220, 235, 225, .8);
  backdrop-filter: blur(16px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 850; letter-spacing: -.03em; }
.brand img { width: 38px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--brand-dark); }
.language-select { max-width: 132px; min-height: 38px; padding: 0 30px 0 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .nav, html[dir="rtl"] .footer-grid, html[dir="rtl"] .map-label { flex-direction: row-reverse; }
html[dir="rtl"] .trust-item { flex-direction: row-reverse; text-align: right; }

.hero { position: relative; overflow: hidden; padding: 88px 0 96px; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero::before { width: 420px; height: 420px; left: -180px; top: -160px; background: rgba(71, 216, 121, .16); }
.hero::after { width: 360px; height: 360px; right: -160px; bottom: -150px; background: rgba(33, 184, 102, .12); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #bde8ca; border-radius: 999px; background: rgba(255,255,255,.76); color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(33,184,102,.12); }
h1 { margin: 24px 0 18px; max-width: 720px; font-size: clamp(44px, 6vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 16px; background: var(--brand); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 12px 30px rgba(33,184,102,.22); }
.button.secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: none; }

.map-card { position: relative; min-height: 480px; border: 1px solid #cfe6d6; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #f7fff9, #dcf7e5); box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(32deg, transparent 45%, rgba(49,139,84,.17) 46%, rgba(49,139,84,.17) 49%, transparent 50%), linear-gradient(145deg, transparent 40%, rgba(49,139,84,.13) 41%, rgba(49,139,84,.13) 44%, transparent 45%); background-size: 140px 120px, 170px 130px; }
.route { position: absolute; width: 270px; height: 210px; left: 72px; top: 130px; border: 10px solid rgba(33,184,102,.7); border-left-color: transparent; border-radius: 50%; transform: rotate(-12deg); }
.map-zone { position: absolute; width: 190px; height: 190px; right: 28px; top: 62px; border: 2px solid rgba(33,184,102,.22); border-radius: 50%; background: rgba(33,184,102,.08); animation: heroZone 4s ease-in-out infinite; }
.pin { position: absolute; display: grid; place-items: center; width: 68px; height: 68px; border: 7px solid #fff; border-radius: 24px 24px 24px 7px; background: var(--brand); color: #fff; font-weight: 900; box-shadow: 0 16px 32px rgba(18,78,43,.2); transform: rotate(-45deg); }
.pin span { transform: rotate(45deg); }
.pin.one { left: 70px; top: 92px; }
.pin.two { right: 54px; top: 220px; background: #6583ef; }
.pin.three { left: 150px; bottom: 45px; background: #f2aa43; }
.map-label { position: absolute; left: 26px; right: 26px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-radius: 20px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.map-label strong { display: block; font-size: 15px; }
.map-label span { color: var(--muted); font-size: 12px; }
.live { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark) !important; font-weight: 800; }
.live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }

.hero-product { position: relative; min-height: 590px; display: grid; place-items: center; isolation: isolate; }
.hero-product::before { content: ""; position: absolute; inset: 34px 8px 24px; z-index: -2; border: 1px solid rgba(33,184,102,.17); border-radius: 54px; background: radial-gradient(circle at 28% 16%, rgba(89,226,137,.28), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.95), rgba(224,248,232,.75)); box-shadow: 0 36px 90px rgba(18,88,49,.13); }
.hero-phone { position: relative; z-index: 2; width: min(68%, 270px); padding: 8px; border: 1px solid rgba(255,255,255,.5); border-radius: 42px; background: linear-gradient(145deg, #263b30, #07110b 48%, #294536); box-shadow: 0 36px 75px rgba(8,42,23,.3), inset 0 0 0 1px rgba(255,255,255,.12); transform: rotate(2.2deg); animation: phoneHover 5s ease-in-out infinite; }
.hero-phone img { display: block; width: 100%; height: auto; border-radius: 34px; background: #edf2ff; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(33,184,102,.23); border-radius: 50%; }
.hero-orbit-one { width: 360px; height: 360px; animation: heroZone 5s ease-in-out infinite; }
.hero-orbit-two { width: 460px; height: 460px; border-style: dashed; opacity: .48; animation: orbitSpin 28s linear infinite; }
.hero-float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; max-width: 210px; padding: 12px 15px; border: 1px solid rgba(199,229,208,.9); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(19,83,47,.15); backdrop-filter: blur(14px); }
.hero-float strong { font-size: 13px; line-height: 1.25; }
.hero-float small { margin-left: auto; color: var(--brand-dark); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.hero-float-live { left: -10px; top: 110px; }
.hero-float-group { right: -6px; bottom: 110px; }
.hero-float-group strong { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: 13px; background: var(--brand); color: #fff; font-size: 16px; }
.hero-float-group span { color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.25; }
.status-dot { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(33,184,102,.12); }

.section { padding: 86px 0; }
.section.tint { background: var(--brand-soft); border-block: 1px solid #d5f0de; }
.section-head { max-width: 700px; margin-bottom: 36px; }
.section h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); letter-spacing: -.04em; line-height: 1.12; }
.section-head p { color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 10px 32px rgba(22,70,42,.05); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 16px; background: var(--brand-soft); color: var(--brand-dark); font-size: 22px; }
.card h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }

.showcase-section { overflow: hidden; background: radial-gradient(circle at 15% 10%, rgba(38, 204, 105, .18), transparent 34%), radial-gradient(circle at 88% 85%, rgba(101, 131, 239, .18), transparent 30%), #0d2116; color: #f5fff8; }
.showcase-head { margin-inline: auto; text-align: center; }
.showcase-head .eyebrow { border-color: rgba(125, 236, 158, .28); background: rgba(255,255,255,.08); color: #8bf0a7; }
.showcase-head p { color: #bed2c4; }
.phone-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: clamp(18px, 4vw, 48px); max-width: 980px; margin: 10px auto 0; padding: 32px 16px 4px; }
.phone-gallery.real-screen-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: clamp(18px, 2.4vw, 30px); max-width: 1080px; padding: 36px 4px 8px; }
.real-shot { margin: 0; transition: transform .3s ease; }
.real-shot:nth-child(even) { transform: translateY(34px); }
.real-shot:hover { transform: translateY(-8px); }
.real-shot:nth-child(even):hover { transform: translateY(26px); }
.real-phone { position: relative; padding: 7px; border: 1px solid rgba(255,255,255,.22); border-radius: 36px; background: linear-gradient(145deg, #385044, #070f0b 55%, #284234); box-shadow: 0 28px 65px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.08); }
.real-phone::after { content: ""; position: absolute; inset: 7px; border-radius: 29px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }
.real-phone img { display: block; width: 100%; height: auto; border-radius: 29px; background: #edf2ff; }
.real-shot figcaption { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 38px; margin-top: 16px; color: #e1f0e6; font-size: 13px; font-weight: 800; text-align: center; }
.real-shot figcaption span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(125,236,158,.28); border-radius: 9px; background: rgba(255,255,255,.07); color: #8bf0a7; font-size: 9px; }
.phone-shot { margin: 0; text-align: center; }
.phone-shot:nth-child(2) { transform: translateY(-24px); }
.phone-shot figcaption { margin-top: 17px; color: #d8e9dd; font-size: 14px; font-weight: 800; }
.phone-hardware { position: relative; width: min(100%, 274px); aspect-ratio: 9 / 18.5; margin: 0 auto; padding: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 42px; background: linear-gradient(145deg, #31463a, #07110b 45%, #2d4637); box-shadow: 0 34px 80px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.08); }
.phone-speaker { position: absolute; z-index: 4; top: 16px; left: 50%; width: 76px; height: 22px; border-radius: 16px; background: #06100a; transform: translateX(-50%); }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 34px; background: #f1f7f3; color: #14271c; text-align: left; direction: ltr; }
.screen-status { position: relative; z-index: 3; display: flex; justify-content: space-between; padding: 12px 17px 8px; font-size: 9px; font-weight: 900; }
.screen-title { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; padding: 10px 17px; font-size: 13px; font-weight: 900; }
.screen-title b { color: #799083; letter-spacing: 2px; }
.preview-map { position: relative; height: 56%; overflow: hidden; background: linear-gradient(135deg, #e1eee5 0 42%, #d2e7d7 42% 57%, #eef5f0 57%); }
.preview-map::before, .preview-map::after { content: ""; position: absolute; background: rgba(255,255,255,.92); border: 1px solid #d9e4dc; transform: rotate(-18deg); }
.preview-map::before { width: 150%; height: 18px; left: -20%; top: 42%; }
.preview-map::after { width: 18px; height: 150%; left: 62%; top: -20%; }
.road { position: absolute; z-index: 1; height: 8px; border-radius: 10px; background: #fff; box-shadow: 0 0 0 1px #dfe9e2; }
.road-a { width: 140px; left: -18px; top: 28%; transform: rotate(24deg); }
.road-b { width: 110px; right: -20px; top: 72%; transform: rotate(-34deg); }
.road-c { width: 90px; left: 12px; bottom: 13%; transform: rotate(-8deg); }
.preview-zone { position: absolute; z-index: 1; width: 108px; height: 108px; left: 49%; top: 38%; border: 2px solid rgba(33,184,102,.25); border-radius: 50%; background: rgba(33,184,102,.1); transform: translate(-50%,-50%); animation: zonePulse 3s ease-in-out infinite; }
.preview-avatar { position: absolute; z-index: 3; display: grid; place-items: center; width: 38px; height: 38px; border: 4px solid #fff; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(10,44,25,.22); }
.avatar-a { left: 18%; top: 22%; background: #21b866; animation: avatarFloat 3.4s ease-in-out infinite; }
.avatar-m { left: 49%; top: 55%; background: #6583ef; animation: markerTravel 6s cubic-bezier(.45,0,.25,1) infinite; }
.avatar-e { right: 11%; top: 28%; background: #f1a845; animation: avatarFloat 3.4s ease-in-out .8s infinite; }
.preview-route { position: absolute; z-index: 2; width: 112px; height: 70px; left: 27%; top: 32%; border: 4px solid #6583ef; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(20deg); opacity: .55; }
.preview-person { position: absolute; z-index: 5; left: 14px; right: 14px; bottom: 48px; display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid #dce8df; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 10px 26px rgba(26,66,42,.12); }
.preview-person .mini-avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #6583ef; color: #fff; font-size: 10px; font-weight: 900; }
.preview-person div { display: grid; gap: 2px; }
.preview-person strong { font-size: 9px; }
.preview-person small { color: #6f8376; font-size: 7px; }
.preview-person i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: #21b866; box-shadow: 0 0 0 4px rgba(33,184,102,.13); }
.preview-tabs { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4,1fr); place-items: center; height: 43px; border-top: 1px solid #dce7df; background: rgba(255,255,255,.96); color: #98a89e; font-size: 15px; }
.preview-tabs b { color: #21a65e; }

.alert-screen { background: linear-gradient(#ecf9f0, #f8fbf9); }
.home-illustration { position: relative; display: grid; place-items: center; height: 44%; }
.home-ring { position: absolute; left: 50%; top: 50%; width: 142px; height: 142px; border: 2px solid rgba(33,184,102,.22); border-radius: 50%; background: rgba(33,184,102,.08); animation: zonePulse 2.8s ease-in-out infinite; }
.home-icon { position: relative; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 23px; background: #21b866; color: #fff; font-size: 34px; box-shadow: 0 18px 36px rgba(33,184,102,.28); }
.place-card { display: flex; align-items: center; gap: 10px; margin: -4px 14px 12px; padding: 12px; border: 1px solid #cde4d4; border-radius: 17px; background: #fff; box-shadow: 0 14px 28px rgba(26,66,42,.1); animation: alertIn 4.5s ease-in-out infinite; }
.place-check { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 11px; background: #dff8e7; color: #15984e; font-weight: 900; }
.place-card div { display: grid; gap: 3px; }
.place-card strong { font-size: 9px; }
.place-card small { color: #809286; font-size: 7px; }
.timeline { display: grid; grid-template-columns: 10px 1fr; gap: 2px 8px; margin: 0 21px; font-size: 8px; }
.timeline span { width: 8px; height: 8px; margin-top: 2px; border: 2px solid #fff; border-radius: 50%; background: #21b866; box-shadow: 0 0 0 1px #21b866; }
.timeline div { display: flex; justify-content: space-between; color: #6f8376; }
.timeline b { color: #20392b; }

.drive-screen { background: linear-gradient(180deg, #f0fbf4, #fff); }
.score-dial { display: grid; place-items: center; align-content: center; width: 116px; height: 116px; margin: 16px auto 8px; border: 9px solid #21b866; border-right-color: #d8eee0; border-radius: 50%; transform: rotate(-22deg); box-shadow: 0 13px 30px rgba(33,184,102,.13); }
.score-dial span, .score-dial small { transform: rotate(22deg); }
.score-dial span { font-size: 31px; font-weight: 950; line-height: 1; }
.score-dial small { margin-top: 5px; color: #718577; font-size: 7px; font-weight: 900; letter-spacing: 1px; }
.drive-today { display: block; margin: 11px 0; text-align: center; font-size: 10px; }
.drive-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 14px; padding: 12px 0; border-block: 1px solid #e0eae3; }
.drive-stats div { display: grid; place-items: center; gap: 2px; border-right: 1px solid #e0eae3; }
.drive-stats div:last-child { border: 0; }
.drive-stats b { font-size: 14px; }
.drive-stats small { color: #819286; font-size: 7px; }
.chart { display: flex; align-items: end; gap: 6px; height: 82px; margin: 10px 21px 48px; padding-top: 10px; }
.chart i { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(#4fd584,#20a95c); transform-origin: bottom; animation: chartGrow 2.8s cubic-bezier(.3,.8,.3,1) infinite alternate; }
.chart i:nth-child(1) { height: 44%; }
.chart i:nth-child(2) { height: 68%; }
.chart i:nth-child(3) { height: 52%; }
.chart i:nth-child(4) { height: 82%; }
.chart i:nth-child(5) { height: 62%; }
.chart i:nth-child(6) { height: 92%; }
.chart i:nth-child(2n) { animation-delay: .25s; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 220px; padding: 27px; border: 1px solid #cee7d6; border-radius: 25px; background: rgba(255,255,255,.8); box-shadow: 0 12px 34px rgba(24,76,46,.05); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -54px; bottom: -58px; border-radius: 50%; background: rgba(33,184,102,.08); }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(24,76,46,.11); }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 25px; border-radius: 17px; background: #dff7e7; color: #118b47; font-size: 20px; font-weight: 950; letter-spacing: -4px; }
.feature-card h3 { margin: 0 0 9px; font-size: 19px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.trust-section { background: #fff; }
.trust-section .notice { margin: 0; }
.trust-section .notice a { color: var(--brand-dark); font-weight: 850; text-decoration: none; }

@keyframes markerTravel { 0%, 100% { transform: translate(-8px, 8px); } 45% { transform: translate(24px, -18px); } 70% { transform: translate(34px, 8px); } }
@keyframes avatarFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes zonePulse { 0%,100% { transform: translate(-50%,-50%) scale(.94); opacity: .7; } 50% { transform: translate(-50%,-50%) scale(1.08); opacity: 1; } }
@keyframes alertIn { 0%,18% { transform: translateY(16px); opacity: 0; } 32%,82% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-5px); opacity: 0; } }
@keyframes chartGrow { from { transform: scaleY(.45); opacity: .65; } to { transform: scaleY(1); opacity: 1; } }
@keyframes heroZone { 0%,100% { transform: scale(.94); opacity: .65; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes phoneHover { 0%,100% { transform: rotate(2.2deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-9px); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.trust { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.trust-list { display: grid; gap: 12px; }
.trust-item { display: flex; gap: 14px; padding: 18px; border: 1px solid #cfe9d7; background: rgba(255,255,255,.7); border-radius: 18px; }
.check { flex: 0 0 28px; display: grid; place-items: center; height: 28px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 900; }

.page-hero { padding: 72px 0 42px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #eafbf0, #f8fcf9); }
.page-hero h1 { margin-bottom: 14px; font-size: clamp(38px, 6vw, 62px); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 17px; }
.document { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 58px 0 90px; }
.document h2 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.03em; }
.document h3 { margin-top: 28px; font-size: 18px; }
.document p, .document li { color: #3f5649; }
.document li + li { margin-top: 7px; }
.notice { margin: 28px 0; padding: 20px 22px; border: 1px solid #bde4ca; border-radius: 18px; background: var(--brand-soft); }
.steps { counter-reset: steps; display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 56px; padding: 15px 18px 15px 62px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.steps li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 16px; top: 12px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--brand); color: #fff; font-weight: 900; }
.contact-card { padding: 28px; border-radius: 24px; background: #10251a; color: #fff; }
.contact-card h2:first-child, .contact-card h3:first-child { margin-top: 0; }
.contact-card p { color: #c8dbce; }
.contact-card a { color: #7dec9e; font-weight: 800; }

.error-page { min-height: 80vh; display: grid; place-items: center; }
.error-content { text-align: center; }
.error-content .brand { justify-content: center; }

.site-footer { padding: 36px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); font-size: 13px; text-decoration: none; font-weight: 700; }
.copyright { color: var(--muted); font-size: 13px; }

@media (max-width: 860px) {
  .hero { padding-top: 62px; }
  .hero-grid, .trust { grid-template-columns: 1fr; gap: 42px; }
  .map-card { min-height: 420px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .phone-gallery { grid-template-columns: repeat(3, minmax(248px, 1fr)); max-width: none; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .phone-gallery.real-screen-gallery { grid-template-columns: repeat(4, minmax(218px, 244px)); justify-content: start; padding-inline: 28px; }
  .phone-gallery::-webkit-scrollbar { display: none; }
  .phone-shot { scroll-snap-align: center; }
  .real-shot { scroll-snap-align: center; }
  .real-shot:nth-child(even), .real-shot:nth-child(even):hover { transform: none; }
  .phone-shot:nth-child(2) { transform: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1120px); }
  .nav { min-height: 64px; }
  .nav-links a:not(:last-child) { display: none; }
  .hero { padding: 54px 0 70px; }
  h1 { font-size: 43px; }
  .hero-product { min-height: 535px; }
  .hero-product::before { inset: 32px 0 20px; border-radius: 38px; }
  .hero-phone { width: 224px; border-radius: 35px; }
  .hero-phone img { border-radius: 28px; }
  .hero-orbit-one { width: 280px; height: 280px; }
  .hero-orbit-two { width: 350px; height: 350px; }
  .hero-float { max-width: 155px; padding: 10px 12px; }
  .hero-float strong { font-size: 10px; }
  .hero-float-live { left: 3px; top: 92px; }
  .hero-float-group { right: 2px; bottom: 88px; }
  .hero-float-group span { font-size: 9px; }
  .map-card { min-height: 390px; border-radius: 27px; }
  .route { left: 25px; width: 245px; }
  .pin.one { left: 36px; }
  .pin.two { right: 28px; }
  .cards { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .phone-gallery { margin-inline: -14px; padding-inline: 28px; }
  .section { padding: 64px 0; }
  .page-hero { padding-top: 50px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
  .map-zone, .preview-zone, .preview-avatar, .home-ring, .place-card, .chart i, .hero-phone, .hero-orbit { animation: none !important; }
  .feature-card { transition: none; }
}
