/* ============================================
   SG AUTO — Mobile-first production stylesheet
   Focus: "Вашият доверен партньор за гуми и ремонт"
   ============================================ */

:root {
  --ink: #0a0a0b;
  --ink-2: #131316;
  --ink-3: #1c1c20;
  --ink-4: #2a2a30;
  --line: #3a3a42;
  --bone: #f2efe8;
  --bone-2: #e6e2d8;
  --bone-3: #b9b5ab;
  --mute: #6a6a72;
  --sg-blue: oklch(0.72 0.14 230);
  --sg-blue-2: oklch(0.58 0.14 230);
  --speed: oklch(0.88 0.18 95);
  --hot: oklch(0.65 0.22 25);
  --f-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --f-body: "Inter Tight", -apple-system, system-ui, sans-serif;
  --f-mono: "JetBrains Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/* ---------- Base utils ---------- */
.label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-3);
}

.grain::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: .5;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.bp-grid {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 32px 32px;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 11, .85);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--ink-4);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  flex-shrink: 0;
  background: var(--bone);
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.brand-name {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.brand-sub {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bone-3);
  margin-top: -2px;
}

.nav-links {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch {
  display: inline-flex;
  font-family: var(--f-mono);
  font-size: 11px;
  border: 1px solid var(--ink-4);
  border-radius: 999px;
  padding: 3px;
}

.lang-switch button {
  min-width: 36px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--bone-3);
  font-weight: 600;
  letter-spacing: .12em;
  transition: all .2s;
}

.lang-switch button.active {
  background: var(--bone);
  color: var(--ink);
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .12em;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 44px;
}

.call-btn .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--speed);
  box-shadow: 0 0 10px var(--speed);
}

.call-btn .num {
  display: none;
}

/* ---------- TICKER ---------- */
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--ink-4);
  background: var(--ink);
  padding: 10px 0;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: scroll-x 40s linear infinite;
  width: max-content;
}

.ticker-item {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--bone-3);
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.ticker-item .diamond {
  color: var(--speed);
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 16px 22px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all .2s;
  min-height: 52px;
  width: 100%;
  text-align: center;
}

.btn-speed {
  background: var(--speed);
  color: var(--ink);
}

.btn-speed:hover {
  transform: translateY(-2px);
}

.btn-bone {
  background: var(--bone);
  color: var(--ink);
}

.btn-bone:hover {
  background: var(--speed);
  transform: translateY(-2px);
}

.btn-ghost {
  border: 1px solid var(--ink-4);
  color: var(--bone);
}

.btn-ghost:hover {
  border-color: var(--bone);
}

/* ---------- HERO — Partnership / Trust ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a0a0b 0%, #141420 100%);
  padding: 48px 20px 64px;
}

.hero .bp-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
}

.hero-wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-kicker-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.hero-live {
  color: var(--speed);
}

.hero-h1 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(44px, 11vw, 108px);
  line-height: .95;
  letter-spacing: -.03em;
  margin: 0;
  text-wrap: balance;
}

.hero-h1 .accent {
  color: var(--sg-blue);
  font-style: italic;
}

.hero-h1 .under {
  position: relative;
  display: inline-block;
}

.hero-h1 .under::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -4px;
  height: 6px;
  background: var(--speed);
  transform: skew(-10deg);
  opacity: .85;
  z-index: -1;
}

.hero-sub {
  font-size: 17px;
  line-height: 1.5;
  color: var(--bone-2);
  margin: 24px 0 0;
  max-width: 520px;
}

.hero-ctas {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-pillars {
  margin-top: 48px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--ink-4);
}

.hero-pillar {
  padding: 20px 0;
  border-bottom: 1px solid var(--ink-4);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.hero-pillar .n {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--sg-blue);
  letter-spacing: .14em;
}

.hero-pillar .t {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.hero-pillar .m {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--bone-3);
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Big trust badge */
.trust-badge {
  margin-top: 40px;
  position: relative;
  border: 1px solid var(--ink-4);
  border-radius: 16px;
  padding: 24px 20px;
  background: rgba(20, 20, 26, .6);
  overflow: hidden;
}

.trust-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 0%, oklch(0.72 0.14 230 / 0.18), transparent 60%);
  pointer-events: none;
}

.trust-badge-top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-badge-top .label {
  color: var(--speed);
}

.trust-badge h3 {
  margin: 12px 0 0;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -.01em;
  line-height: 1.25;
  text-wrap: pretty;
}

.trust-badge .meta {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--bone-3);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.trust-badge .meta b {
  color: var(--bone);
  font-weight: 600;
}

/* ---------- STATS ---------- */
.stats {
  background: var(--ink);
  padding: 40px 20px;
  border-top: 1px solid var(--ink-4);
  border-bottom: 1px solid var(--ink-4);
}

.stats-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.stat {
  padding: 20px;
}

.stat:nth-child(1) {
  border-right: 1px solid var(--ink-4);
  border-bottom: 1px solid var(--ink-4);
}

.stat:nth-child(2) {
  border-bottom: 1px solid var(--ink-4);
}

.stat:nth-child(3) {
  border-right: 1px solid var(--ink-4);
}

.stat-num {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.stat-num b {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 44px;
  line-height: .9;
  letter-spacing: -.03em;
}

.stat-num span {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--speed);
}

.stat .label {
  margin-top: 10px;
  font-size: 10px;
}

/* ---------- SERVICES ---------- */
.services {
  background: var(--bone);
  color: var(--ink);
  padding: 64px 20px;
}

.services-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.services-head {
  margin-bottom: 32px;
}

.services-head .label {
  color: var(--mute);
}

.services-head h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 80px);
  line-height: .95;
  margin: 12px 0 0;
  text-wrap: balance;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--ink);
}

.svc {
  padding: 28px 4px;
  border-bottom: 1px solid var(--ink);
  background: var(--bone);
  color: var(--ink);
  position: relative;
  transition: background .3s;
}

.svc.dark {
  background: var(--ink);
  color: var(--bone);
  margin: 0 -20px;
  padding: 28px 24px;
  border-radius: 0;
}

.svc-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.svc-top .label {
  color: var(--mute);
}

.svc.dark .svc-top .label {
  color: var(--bone-3);
}

.svc-tag {
  color: var(--sg-blue-2);
}

.svc.dark .svc-tag {
  color: var(--speed);
}

.svc h3 {
  font-family: var(--f-display);
  font-weight: 600;
  letter-spacing: -.02em;
  font-size: clamp(24px, 5vw, 44px);
  margin: 20px 0 10px;
  line-height: 1.05;
}

.svc p {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a42;
  margin: 0;
  max-width: 560px;
}

.svc.dark p {
  color: var(--bone-2);
}

.svc-arrow {
  display: inline-flex;
  margin-top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.svc.dark .svc-arrow {
  border-color: var(--ink-4);
}

.svc:active .svc-arrow,
.svc:hover .svc-arrow {
  background: var(--speed);
  color: var(--ink);
  border-color: var(--speed);
}

/* ---------- PROCESS ---------- */
.process {
  position: relative;
  background: var(--ink);
  padding: 64px 20px;
  overflow: hidden;
}

.process .bp-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
}

.process-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.process-head {
  margin-bottom: 40px;
}

.process-head h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 80px);
  line-height: .95;
  margin: 12px 0 12px;
  text-wrap: balance;
}

.process-head p {
  font-size: 17px;
  color: var(--bone-2);
  margin: 0;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--speed), var(--sg-blue));
  opacity: .35;
}

.step {
  position: relative;
  padding: 20px 0 20px 36px;
  border-bottom: 1px dashed var(--ink-4);
}

.step:last-child {
  border-bottom: none;
}

.step-dot {
  position: absolute;
  top: 26px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bone);
  border: 3px solid var(--ink);
  box-shadow: 0 0 0 1px var(--line);
}

.step.first .step-dot {
  background: var(--speed);
  box-shadow: 0 0 0 1px var(--speed), 0 0 16px var(--speed);
}

.step.last .step-dot {
  background: var(--sg-blue);
  box-shadow: 0 0 0 1px var(--sg-blue);
}

.step-time {
  font-family: var(--f-mono);
  font-size: 13px;
  color: var(--bone-3);
  letter-spacing: .1em;
}

.step-body {
  margin-top: 8px;
}

.step-body .label {
  color: var(--bone);
  font-size: 11px;
}

.step-body p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bone-2);
}

.total {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid var(--ink-4);
  border-bottom: 1px solid var(--ink-4);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.total-big {
  font-family: var(--f-display);
  font-size: clamp(52px, 14vw, 160px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.04em;
}

.total-big .tag {
  display: block;
  color: var(--speed);
  font-size: 13px;
  font-family: var(--f-mono);
  letter-spacing: .14em;
  margin-top: 8px;
  font-weight: 500;
}

/* ---------- TECH ---------- */
.tech {
  background: var(--bone);
  color: var(--ink);
  padding: 64px 20px;
  position: relative;
}

.tech-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.tech-head {
  margin-bottom: 40px;
}

.tech-head .label {
  color: var(--mute);
}

.tech-head h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 72px);
  line-height: .95;
  margin: 12px 0;
  text-wrap: balance;
}

.tech-head p {
  font-size: 17px;
  line-height: 1.5;
  color: #3a3a42;
  margin: 0;
  max-width: 420px;
}

.tech-badge {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}

.tech-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hot);
}

.tech-list {
  display: grid;
  gap: 0;
}

.tech-row {
  padding: 24px 0;
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
}

.tech-row:last-child {
  border-bottom: 1px solid var(--ink);
}

.tech-num {
  font-family: var(--f-mono);
  font-size: 32px;
  font-weight: 700;
  color: var(--bone-3);
  line-height: 1;
}

.tech-row h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  letter-spacing: -.01em;
}

.tech-row p {
  margin: 8px 0 0;
  font-size: 15px;
  color: #3a3a42;
  line-height: 1.5;
}

.tech-glyph {
  display: none;
}

/* ---------- FACADE ---------- */
.facade {
  position: relative;
  background: var(--ink);
  padding: 64px 20px;
  overflow: hidden;
}

.facade-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.facade-plate {
  position: relative;
  aspect-ratio: 16/10;
  background: #0c0c0e;
  border: 1px solid var(--ink-4);
  overflow: hidden;
  border-radius: 8px;
  background-image:
    linear-gradient(135deg, #1a1a20 0%, #0a0a0b 70%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 60px, transparent 60px 120px);
  background-blend-mode: overlay;
  display: grid;
  place-items: center;
}

.facade-placeholder {
  text-align: center;
  color: var(--bone-3);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px;
}

.facade-placeholder b {
  display: block;
  color: var(--speed);
  font-size: 12px;
  margin-bottom: 6px;
}

.facade h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 72px);
  line-height: .95;
  margin: 12px 0;
  text-wrap: balance;
  color: var(--bone);
}

.facade p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--bone-2);
  margin: 0 0 24px;
}

.facade-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.facade-badges span {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid var(--ink-4);
  border-radius: 999px;
  color: var(--bone-2);
}

/* ---------- VOICES ---------- */
.voices {
  background: var(--bone);
  color: var(--ink);
  padding: 64px 20px;
}

.voices-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.voices-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}

.voices-head .label {
  color: var(--mute);
}

.voices-head h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 72px);
  line-height: .95;
  margin: 8px 0 0;
  text-wrap: balance;
}

.voices-rating {
  margin-top: 12px;
  color: var(--mute);
}

.voices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.voice {
  margin: 0;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}

.voice.dark {
  background: var(--ink);
  color: var(--bone);
  border: none;
}

.voice .quote-mark {
  font-family: var(--f-display);
  font-size: 56px;
  line-height: .5;
  color: var(--sg-blue-2);
}

.voice.dark .quote-mark {
  color: var(--speed);
}

.voice blockquote {
  margin: 16px 0 0;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -.005em;
  text-wrap: pretty;
}

.voice figcaption {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.voice figcaption .meta {
  font-size: 11px;
  color: var(--mute);
  margin-top: 4px;
}

.voice.dark figcaption .meta {
  color: var(--bone-3);
}

.voice .stars {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--sg-blue-2);
}

.voice.dark .stars {
  color: var(--speed);
}

/* ---------- VISIT ---------- */
.visit {
  position: relative;
  background: var(--ink);
  padding: 64px 20px;
  overflow: hidden;
}

.visit .bp-grid {
  position: absolute;
  inset: 0;
  opacity: .3;
}

.visit-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.visit h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(32px, 7vw, 96px);
  line-height: .95;
  margin: 12px 0 12px;
  text-wrap: balance;
}

.visit-sub {
  font-size: 17px;
  color: var(--bone-2);
  margin: 0 0 32px;
}

.visit-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.visit-block .label {
  color: var(--bone-3);
}

.visit-block .content {
  margin-top: 10px;
  font-family: var(--f-display);
  font-size: 20px;
  line-height: 1.3;
}

.visit-block .content a {
  transition: color .2s;
  display: inline-block;
}

.visit-block .content a:hover {
  color: var(--speed);
}

.visit-block .content .email {
  font-family: var(--f-mono);
  font-size: 14px;
  display: block;
  margin-top: 8px;
  word-break: break-all;
}

.visit-hours {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.visit-hours .row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--ink-4);
  font-size: 14px;
}

.visit-hours .row span:first-child {
  color: var(--bone-2);
}

.visit-hours .row .h {
  font-family: var(--f-mono);
}

.visit-hours .row .h.closed {
  color: var(--hot);
}

.visit-ctas {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visit-map {
  position: relative;
  background: #0c0c0e;
  border: 1px solid var(--ink-4);
  border-radius: 8px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.visit-map svg {
  width: 100%;
  height: 100%;
}

.visit-map .tl {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.visit-map .br {
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
}

.visit-map .youhere {
  color: var(--speed);
}

/* ---------- FOOTER ---------- */
.foot {
  background: var(--ink);
  color: var(--bone-3);
  padding: 32px 20px 24px;
  border-top: 1px solid var(--ink-4);
}

.foot-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot-mark {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: var(--bone);
  display: grid;
  place-items: center;
}

.foot-mark img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
}

.foot-links a {
  font-size: 13px;
  color: var(--bone-2);
}

/* ============================================
   TABLET — 640px +
   ============================================ */
@media (min-width: 640px) {
  .nav-inner {
    padding: 14px 24px;
  }

  .brand-name {
    font-size: 18px;
  }

  .call-btn .num {
    display: inline;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .stat {
    border-bottom: none !important;
  }

  .stat+.stat {
    border-left: 1px solid var(--ink-4);
  }

  .stat:nth-child(1),
  .stat:nth-child(3) {
    border-right: none !important;
  }

  .stat-num b {
    font-size: 56px;
  }

  .hero {
    padding: 72px 40px 80px;
  }

  .hero-kicker-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero-ctas .btn {
    width: auto;
    min-width: 220px;
  }

  .hero-sub {
    font-size: 19px;
  }

  .services,
  .process,
  .tech,
  .facade,
  .voices,
  .visit {
    padding: 96px 40px;
  }

  .services-head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 56px;
  }

  .services-head h2 {
    margin: 0;
  }

  .svc {
    padding: 40px 28px;
  }

  .svc.dark {
    margin: 0;
    border-radius: 0;
  }

  .timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .timeline::before {
    display: none;
  }

  .step {
    border-bottom: none;
    border-top: 1px solid var(--ink-4);
    padding: 20px 16px 20px 0;
  }

  .step-dot {
    top: -6px;
    left: 0;
  }

  .total {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .total .btn {
    width: auto;
  }

  .total-big {
    font-size: clamp(64px, 10vw, 120px);
    display: flex;
    align-items: baseline;
    gap: 20px;
  }

  .total-big .tag {
    display: inline;
    margin: 0;
    font-size: 14px;
  }

  .tech-head {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 32px;
    align-items: start;
  }

  .tech-head .tech-head-intro {
    grid-column: 1;
  }

  .tech-list {
    grid-column: 1 / -1;
  }

  .tech-row {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .tech-glyph {
    display: grid;
    width: 72px;
    height: 72px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    place-items: center;
    background: var(--ink);
    color: var(--bone);
  }

  .facade-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .voices-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  .voices-rating {
    margin: 0;
  }

  .voices-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .voice.left {
    transform: rotate(-0.4deg);
  }

  .voice.right {
    transform: rotate(0.3deg);
  }

  .voice blockquote {
    font-size: 20px;
  }

  .visit-inner {
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
  }

  .visit-details {
    grid-template-columns: 1fr 1fr;
  }

  .visit-details .full {
    grid-column: 1 / -1;
  }

  .visit-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .visit-ctas .btn {
    width: auto;
  }

  .visit-map {
    aspect-ratio: 4/5;
  }

  .foot-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 32px;
  }
}

/* ============================================
   DESKTOP — 1024px +
   ============================================ */
@media (min-width: 1024px) {
  .nav-inner {
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    padding: 14px 32px;
  }

  .nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 28px;
    font-size: 13px;
    color: var(--bone-2);
  }

  .nav-link {
    position: relative;
    padding: 4px 0;
    transition: color .2s;
  }

  .nav-link:hover {
    color: var(--bone);
  }

  .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 1px;
    background: var(--speed);
    transition: right .3s cubic-bezier(.2, .7, .2, 1);
  }

  .nav-link:hover::after {
    right: 0;
  }

  .hero {
    padding: 100px 48px 120px;
  }

  .hero-h1 {
    font-size: clamp(72px, 9vw, 148px);
  }

  .hero-layout {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 56px;
    align-items: start;
  }

  .hero-right {
    position: sticky;
    top: 120px;
  }

  .trust-badge {
    margin-top: 0;
    padding: 32px;
  }

  .trust-badge h3 {
    font-size: 26px;
  }

  .hero-pillars {
    margin-top: 56px;
  }

  .hero-pillar {
    padding: 22px 0;
  }

  .hero-pillar .t {
    font-size: 20px;
  }

  .services,
  .process,
  .tech,
  .facade,
  .voices,
  .social,
  .visit {
    padding: 120px 48px;
  }

  .services-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .svc {
    padding: 48px 36px;
  }

  .svc.s1 {
    grid-column: span 7;
    border-right: 1px solid var(--ink);
  }

  .svc.s2 {
    grid-column: span 5;
  }

  .svc.s3 {
    grid-column: span 5;
    border-right: 1px solid var(--ink);
  }

  .svc.s4 {
    grid-column: span 7;
  }

  .svc.s5 {
    grid-column: span 8;
    border-right: 1px solid var(--ink);
  }

  .svc.s6 {
    grid-column: span 4;
  }

  .timeline {
    grid-template-columns: repeat(6, 1fr);
  }

  .tech-head {
    position: sticky;
    top: 120px;
  }

  .voices-head h2 {
    font-size: 72px;
  }

  .stat-num b {
    font-size: 72px;
  }

  .social-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ============================================
   NEW ELEMENTS — Viber, Social, Mobile CTA
   ============================================ */

/* ---------- VIBER BUTTON ---------- */
.btn-viber {
  background: #7360f2;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-viber:hover {
  background: #5b4bd1;
  transform: translateY(-2px);
}

.btn-viber-big {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #7360f2;
  color: #fff;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 16px 28px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: all .2s;
  min-height: 52px;
  white-space: nowrap;
}

.btn-viber-big:hover {
  background: #5b4bd1;
  transform: translateY(-2px);
}

/* ---------- VIBER NAV BUTTON ---------- */
.viber-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(115, 96, 242, .15);
  border: 1px solid rgba(115, 96, 242, .35);
  color: #b0a4f7;
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  min-height: 44px;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: all .2s;
}

.viber-btn:hover {
  background: rgba(115, 96, 242, .3);
  color: #d4ccff;
}

.viber-label {
  display: none;
}

/* ---------- SOCIAL SECTION ---------- */
.social {
  background: var(--ink-2);
  padding: 64px 20px;
}

.social-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.social-head {
  margin-bottom: 40px;
}

.social-head .label {
  color: var(--mute);
}

.social-head h2 {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(28px, 7vw, 72px);
  line-height: .95;
  margin: 12px 0 0;
  text-wrap: balance;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.social-card {
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color .2s;
}

.social-card:hover {
  border-color: var(--mute);
}

.social-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.soc-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-icon-wrap.fb {
  background: rgba(24, 119, 242, .15);
  color: #6daaff;
}

.soc-icon-wrap.tt {
  background: rgba(254, 44, 85, .12);
  color: #ff7a94;
}

.social-card-top h3 {
  font-family: var(--f-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin: 0;
}

.social-card-top p {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--mute);
  margin: 4px 0 0;
  letter-spacing: .1em;
}

.social-desc {
  font-size: 15px;
  color: var(--bone-2);
  line-height: 1.5;
  margin: 0;
}

.soc-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 12px;
  transition: all .2s;
  min-height: 48px;
}

.soc-link.fb-link {
  background: rgba(24, 119, 242, .1);
  border: 1px solid rgba(24, 119, 242, .25);
  color: #6daaff;
}

.soc-link.fb-link:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff;
}

.soc-link.tt-link {
  background: rgba(254, 44, 85, .08);
  border: 1px solid rgba(254, 44, 85, .2);
  color: #ff7a94;
}

.soc-link.tt-link:hover {
  background: #fe2c55;
  border-color: #fe2c55;
  color: #fff;
}

/* ---------- VIBER STRIP ---------- */
.viber-strip {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(135deg, rgba(115, 96, 242, .15), rgba(90, 70, 220, .08));
  border: 1px solid rgba(115, 96, 242, .3);
  border-radius: 16px;
  padding: 24px 20px;
  align-items: flex-start;
}

.viber-strip-left {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #b0a4f7;
  flex: 1;
}

.viber-strip-title {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--bone);
  margin: 0;
}

.viber-strip-sub {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--mute);
  letter-spacing: .1em;
  margin: 4px 0 0;
}

.viber-strip .btn-viber-big {
  width: 100%;
  justify-content: center;
}

/* ---------- MOBILE STICKY CTA ---------- */
.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  gap: 0;
  border-top: 1px solid var(--ink-4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(10, 10, 11, .92);
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile-cta-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 16px 8px;
  min-height: 56px;
  transition: all .2s;
}

.mobile-cta-btn.call {
  background: var(--speed);
  color: var(--ink);
}

.mobile-cta-btn.call:active {
  background: oklch(0.80 0.18 95);
}

.mobile-cta-btn.viber {
  background: #7360f2;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.mobile-cta-btn.viber:active {
  background: #5b4bd1;
}

.mobile-cta-btn.book {
  background: var(--bone);
  color: var(--ink);
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.mobile-cta-btn.book:active {
  background: var(--speed);
}

/* Push content above mobile CTA */
body {
  padding-bottom: 56px;
}

@media (min-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .mobile-cta {
    display: none;
  }

  .viber-label {
    display: inline;
  }

  .social {
    padding: 96px 40px;
  }

  .social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .viber-strip {
    flex-direction: row;
    align-items: center;
  }

  .viber-strip .btn-viber-big {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .social-head h2 {
    font-size: 72px;
  }
}