/* =====================================================
   Landing v2 — page-specific styles
   Inherits tokens.css
   ===================================================== */

/* ----- Top utility bar ----- */
.util-bar {
  background: var(--c-ink);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  padding: 10px 0;
}
.util-bar .container { display: flex; align-items: center; gap: 22px; }
.util-bar a { color: rgba(255,255,255,.85); }
.util-bar a:hover { color: #fff; }
.util-bar .sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.util-bar .lang { display: flex; gap: 6px; align-items: center; }
.util-bar .lang button {
  color: rgba(255,255,255,.55);
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.util-bar .lang button.active {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.util-bar .city {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; color: #fff;
  cursor: pointer;
  position: relative;
}
.util-bar .city > button {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
}
.util-bar .city > button:hover { color: var(--c-primary); }
.util-bar .city-menu {
  position: absolute; top: 100%; left: -12px;
  margin-top: 12px;
  background: #fff; color: var(--c-ink);
  border-radius: var(--r-md);
  box-shadow: var(--sh-3);
  padding: 8px;
  min-width: 200px;
  z-index: 50;
  display: none;
}
.util-bar .city.open .city-menu { display: block; }
.util-bar .city-menu button {
  display: block; width: 100%;
  text-align: left;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--c-ink);
  font-size: 14px;
  font-weight: 500;
}
.util-bar .city-menu button:hover { background: var(--c-soft); color: var(--c-primary); }
.util-bar .mess-row { display: flex; gap: 12px; margin-left: auto; align-items: center; }
.util-bar .mess-row a {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 500;
}
.util-bar .mess-ic {
  width: 22px; height: 22px;
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
}
.util-bar .mess-ic.wa { background: #25D366; }
.util-bar .mess-ic.tg { background: #28A8E9; }

/* ----- Header ----- */
.hdr {
  background: var(--c-page);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid transparent;
  transition: background .2s, border-color .2s;
}
.hdr.scrolled {
  background: rgba(238,243,252,.92);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--c-line);
}
.hdr .container { display: flex; align-items: center; gap: 36px; }
.hdr .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.hdr .logo-mark {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(31,115,240,.3);
}
.hdr .logo-text {
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.025em;
  color: var(--c-ink);
  line-height: 1;
  white-space: nowrap;
}
.hdr .logo-sub {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--c-ink-2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 3px;
}
.hdr .nav-links {
  display: flex; gap: 26px;
  font-size: 15px;
}
.hdr .nav-links a { color: var(--c-ink); font-weight: 500; }
.hdr .nav-links a:hover { color: var(--c-primary); }
.hdr .header-right {
  margin-left: auto;
  display: flex; align-items: center; gap: 16px;
}
.hdr .phone {
  font-size: 17px; font-weight: 700;
  color: var(--c-ink);
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.hdr .phone-row { display: flex; flex-direction: column; align-items: flex-end; }
.hdr .phone-row small { font-size: 12px; color: var(--c-ink-3); white-space: nowrap; }

/* ----- Hero ----- */
.hero-v2 {
  position: relative;
  background: var(--c-soft);
  border-radius: var(--r-2xl);
  padding: 64px 72px;
  overflow: visible;
  margin-top: 28px;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-v2 .h-eye {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px 8px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 22px;
}
.hero-v2 .h-eye .dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--c-success);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.hero-v2 h1 {
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: var(--c-ink);
}
.hero-v2 h1 em {
  font-style: normal;
  color: var(--c-primary);
}
.hero-v2 .lead {
  font-size: 18px;
  color: var(--c-ink-2);
  margin: 0 0 32px;
  max-width: 480px;
  line-height: 1.5;
}
.hero-v2 .cta-row { display: flex; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; }
.hero-v2 .trust-strip {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 14px 32px;
  max-width: 620px;
}
.hero-v2 .trust-cell {
  display: flex; gap: 14px; align-items: center;
}
.hero-v2 .trust-cell .num {
  font-size: 36px;
  font-weight: 800;
  color: var(--c-primary);
  letter-spacing: -0.025em;
  line-height: 1;
}
.hero-v2 .trust-cell .num small { font-size: 22px; font-weight: 700; }
.hero-v2 .trust-cell .desc {
  font-size: 13px;
  color: var(--c-ink-2);
  line-height: 1.35;
}
.hero-v2 .trust-cell .desc span {
  display: block;
  white-space: nowrap;
}

.hero-art-v2 {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  display: block;
  margin: 0;
}

/* Dashboard mock — positioned to fill its grid cell with a small bleed past the right and bottom edges of the hero (hero has 72px right padding + 64px bottom padding) */
.hero-dash {
  position: absolute;
  top: 30px;
  right: -132px;
  bottom: -124px;
  width: calc(100% + 132px);
  background: linear-gradient(160deg, #1A1F2C 0%, #0B0E15 100%);
  border-radius: 24px;
  box-shadow: 0 40px 80px -20px rgba(11, 18, 35, .45), 0 8px 18px -4px rgba(11, 18, 35, .25);
  padding: 20px;
  display: flex; flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

/* Hero photo — transparent product shot positioned on the right of the hero */
.hero-photo {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  width: clamp(420px, 50vw, 620px);
  height: auto;
  display: block;
  filter: drop-shadow(0 30px 50px rgba(11, 18, 35, .25));
  pointer-events: none;
}
.hero-dash::before {
  /* faint inner glow */
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(31, 115, 240, 0.18) 0%, transparent 55%);
  pointer-events: none;
}

/* Top chrome bar */
.dash-bar {
  display: flex; align-items: center; gap: 14px;
  position: relative;
  z-index: 1;
}
.dash-bar .dots { display: flex; gap: 6px; }
.dash-bar .dots i {
  width: 10px; height: 10px;
  border-radius: 50%;
  display: block;
}
.dash-bar .dots i:nth-child(1) { background: #FF5F57; }
.dash-bar .dots i:nth-child(2) { background: #FEBC2E; }
.dash-bar .dots i:nth-child(3) { background: #28C840; }
.dash-bar .title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  display: inline-flex; align-items: center; gap: 8px;
}
.dash-bar .title b { color: #fff; font-weight: 700; }
.dash-bar .right {
  margin-left: auto;
  display: flex; align-items: center; gap: 10px;
  font-size: 11px;
  color: rgba(255,255,255,.65);
  font-variant-numeric: tabular-nums;
}
.dash-bar .online {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(31,177,107,.18);
  color: #5EE3A7;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.dash-bar .online::before {
  content: '';
  width: 6px; height: 6px;
  background: #1FB16B;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(31, 177, 107, .25);
  animation: blink 1.8s infinite;
}

/* Camera grid */
.dash-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1.2fr 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.dash-feed {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.dash-feed.main { grid-row: span 2; }
.dash-feed::after {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.03) 0 1px, transparent 1px 3px);
  pointer-events: none;
}
.dash-feed .top-row {
  display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 2;
}
.dash-feed .rec {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,.45);
  padding: 3px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.dash-feed .rec::before {
  content: '';
  width: 5px; height: 5px;
  background: #FF4747;
  border-radius: 50%;
  animation: blink 1.6s infinite;
}
.dash-feed .res {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  background: rgba(0,0,0,.4);
  padding: 3px 7px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.dash-feed .label {
  position: relative; z-index: 2;
  font-size: 11px;
  color: rgba(255,255,255,.85);
  font-variant-numeric: tabular-nums;
}
.dash-feed .label b {
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}

/* Detection bbox on the main feed */
.dash-feed .bbox {
  position: absolute;
  border: 1.5px solid #28C840;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(40, 200, 64, 0.2);
}
.dash-feed .bbox::after {
  content: attr(data-label);
  position: absolute;
  top: -18px; left: -2px;
  background: #28C840;
  color: #0B0E15;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

/* Feed background scenes */
.feed-city  { background: linear-gradient(160deg, #1E3A5F 0%, #0E1B33 100%); }
.feed-park  { background: linear-gradient(160deg, #2F4566 0%, #1B2A45 100%); }
.feed-yard  { background: linear-gradient(160deg, #3E2D5C 0%, #1B1336 100%); }
.feed-shop  { background: linear-gradient(160deg, #2A3F2D 0%, #122014 100%); }

.feed-scene { position: absolute; inset: 0; pointer-events: none; opacity: .55; }

/* Bottom strip — stats */
.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: rgba(255,255,255,.04);
  border-radius: 12px;
  padding: 10px 14px;
  position: relative; z-index: 1;
}
.dash-stats .stat {
  display: flex; flex-direction: column;
  gap: 2px;
}
.dash-stats .v {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.dash-stats .v.warn { color: #F4B845; }
.dash-stats .v.ok   { color: #5EE3A7; }
.dash-stats .l {
  font-size: 10px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

/* Single pulsing halo behind the camera — colour cycles between brand
   blue, purple and cyan; size breathes in and out on the same loop so the
   two effects overlap but never line up the same way twice. */
.hero-art-v2 .halo {
  position: absolute;
  bottom: 0;
  left: -160px;
  width: 580px; height: 580px;
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(167,139,250,.42) 0%, transparent 65%);
  filter: blur(28px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-art-v2 .halo { animation: none; }
}

/* ----- Section wrappers ----- */
.section {
  padding-top: 96px;
  padding-left: 24px;
  padding-right: 24px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 36px;
}
.section-head .left { max-width: 720px; }
.section-head h2 {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 8px 0 0;
}
.section-head p {
  margin: 0 0 -6px;
  color: var(--c-ink-2);
  font-size: 17px;
  line-height: 1.5;
  max-width: 580px;
}

/* ----- Advantages ----- */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.adv-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  display: flex; flex-direction: column;
  gap: 16px;
  min-height: 200px;
  border: 1px solid var(--c-line);
  transition: transform .14s, box-shadow .14s, border-color .14s;
}
.adv-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: var(--c-soft);
}
.adv-card .ic {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--c-primary-50);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--c-primary);
}
.adv-card h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.15;
}
.adv-card p {
  margin: 0;
  color: var(--c-ink-2);
  font-size: 14.5px;
  line-height: 1.5;
}
.adv-card.feature {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.adv-card.feature h3, .adv-card.feature p { color: #fff; }
.adv-card.feature p { color: rgba(255,255,255,.88); }
.adv-card.feature .ic {
  background: rgba(255,255,255,.18);
  color: #fff;
}

/* ----- Services ----- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-card {
  background: var(--c-soft);
  border-radius: var(--r-xl);
  padding: 28px;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 240px;
  transition: transform .14s;
}
.svc-card:hover { transform: translateY(-3px); }
.svc-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.15;
  max-width: 90%;
  position: relative; z-index: 2;
}
.svc-card p {
  margin: 0;
  color: var(--c-ink-2);
  font-size: 14.5px;
  line-height: 1.45;
  max-width: 85%;
  position: relative; z-index: 2;
}
.svc-card .svc-arrow {
  margin-top: auto;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
  align-self: flex-start;
  position: relative; z-index: 2;
  transition: background .15s, color .15s, transform .15s;
}
.svc-card:hover .svc-arrow { background: var(--c-primary); color: #fff; transform: scale(1.12); }
.svc-card .svc-illus {
  position: absolute;
  right: 4px; bottom: 4px;
  width: 40%;
  height: 55%;
  opacity: .95;
}

.svc-card.primary {
  grid-column: span 2;
  grid-row: span 2;
  background: var(--c-primary);
  color: #fff;
  min-height: 500px;
}
.svc-card.primary h3 { color: #fff; font-size: 30px; line-height: 1.05; max-width: 380px; }
.svc-card.primary p { color: rgba(255,255,255,.92); font-size: 16px; max-width: 380px; }
.svc-card.primary .svc-arrow { background: #fff; color: var(--c-primary); width: 48px; height: 48px; }
.svc-card.primary .svc-illus { width: 70%; height: 60%; opacity: 1; }
.svc-card.primary .svc-features {
  margin-top: 18px;
  padding-left: 0;
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; z-index: 2;
}
.svc-card.primary .svc-features li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  color: #fff;
}
.svc-card.primary .svc-features li::before {
  content: '';
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: inline-flex;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

/* ----- For Whom ----- */
.for-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 14px;
}
.for-cell {
  min-height: 180px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 18px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  min-width: 0;
  transition: background .14s, border-color .14s, transform .14s;
}
.for-cell:hover {
  background: var(--c-soft);
  border-color: var(--c-soft);
  transform: translateY(-2px);
}
.for-cell .for-ic {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--c-primary-50);
  color: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
}
.for-cell:hover .for-ic { background: #fff; }
.for-cell .for-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
}
.for-cell .for-meta {
  font-size: 12px;
  color: var(--c-ink-3);
  margin-top: 2px;
}

/* ----- Quiz ----- */
.quiz-v2 {
  background: var(--c-primary);
  color: #fff;
  border-radius: var(--r-2xl);
  padding: 48px 56px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.quiz-v2::before {
  content: '';
  position: absolute;
  right: -120px; top: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 70%);
  border-radius: 50%;
}
.quiz-v2 h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  line-height: 1.05;
  position: relative;
}
.quiz-v2 .quiz-sub {
  margin: 0 0 28px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  max-width: 460px;
  position: relative;
}
.quiz-progress {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}
.quiz-bar {
  height: 6px; border-radius: 6px;
  background: rgba(255,255,255,.18);
  position: relative;
  margin-bottom: 28px;
}
.quiz-bar i {
  position: absolute; inset: 0 75% 0 0;
  background: #fff;
  border-radius: 6px;
  transition: right .25s ease;
  display: block;
}
.quiz-step h3 {
  font-size: 22px; font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}
.quiz-step h3 .quiz-hint {
  display: inline;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,.7);
  letter-spacing: 0;
  margin-left: 4px;
}
.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
.quiz-opt {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 2px solid transparent;
  border-radius: var(--r-md);
  padding: 14px 18px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .14s, border-color .14s, transform .14s;
  display: flex; align-items: center; gap: 12px;
}
.quiz-opt:hover { background: rgba(255,255,255,.18); }
.quiz-opt.active {
  background: #fff;
  color: var(--c-ink);
  border-color: #fff;
}
.quiz-opt .opt-ic {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.quiz-opt.active .opt-ic { background: var(--c-primary-50); color: var(--c-primary); }

.quiz-controls {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.quiz-btn {
  background: #fff;
  color: var(--c-primary);
  font-weight: 600;
  border-radius: 999px;
  padding: 14px 28px;
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
  transition: transform .12s, background .14s;
}
.quiz-btn:hover { transform: translateY(-1px); }
.quiz-btn.ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
}

.quiz-aside-v2 {
  background: #FFFFFF;
  color: var(--c-ink);
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 30px 60px -20px rgba(11, 18, 35, .45), 0 8px 18px -4px rgba(11, 18, 35, .25);
  border-radius: var(--r-xl);
  padding: 28px;
  position: relative;
  display: flex; flex-direction: column;
}
.quiz-aside-v2 h4 {
  color: var(--c-ink);
}
.quiz-aside-v2 .quiz-bullets {
  display: flex; flex-direction: column;
  gap: 20px;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}
.quiz-aside-v2 .quiz-bullets li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--c-ink);
  font-size: 14px;
  line-height: 1.45;
}
.quiz-aside-v2 .quiz-bullets li::before {
  content: '';
  width: 28px; height: 28px;
  border-radius: 50%;
  background-color: var(--c-primary);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}
.quiz-aside-v2 .quiz-bullets li b {
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--c-ink);
  margin-bottom: 4px;
}
.quiz-aside-v2 .quiz-bullets li span {
  color: var(--c-ink-2);
  font-size: 13.5px;
  line-height: 1.5;
}
.quiz-aside-v2 .quiz-final {
  border-top-color: rgba(14, 27, 51, .12);
  color: var(--c-ink-2);
}
.quiz-aside-v2 h4 {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
}
.quiz-bullets {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: auto;
}
.quiz-bullets li {
  display: flex; gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,.92);
}
.quiz-bullets li::before {
  content: '';
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
.quiz-final {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  color: rgba(255,255,255,.85);
  line-height: 1.45;
}

/* Final step (lead form) */
.quiz-form { display: none; flex-direction: column; gap: 12px; }
.quiz-step.is-form .quiz-options,
.quiz-step.is-form .quiz-controls { display: none; }
.quiz-step.is-form .quiz-form { display: flex; }
.quiz-form .input {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.18);
}
.quiz-form .input::placeholder { color: rgba(255,255,255,.6); }
.quiz-form .quiz-btn { align-self: flex-start; margin-top: 6px; }

/* ----- Process ----- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.proc-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  border: 1px solid var(--c-line);
  position: relative;
  min-height: 220px;
  display: flex; flex-direction: column;
  gap: 12px;
  transition: transform .14s, box-shadow .14s;
}
.proc-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.proc-card .step {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.proc-card .step .num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--c-primary-50);
  color: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.proc-card h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.15;
}
.proc-card p {
  margin: 0;
  color: var(--c-ink-2);
  font-size: 14px;
  line-height: 1.5;
}
.proc-card .proc-ic {
  position: absolute;
  top: 22px; right: 22px;
  color: var(--c-primary);
  opacity: .8;
}
.proc-card.primary {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}
.proc-card.primary .step, .proc-card.primary h3, .proc-card.primary p { color: #fff; }
.proc-card.primary p { color: rgba(255,255,255,.92); }
.proc-card.primary .step .num { background: rgba(255,255,255,.18); color: #fff; }
.proc-card.primary .proc-ic { color: rgba(255,255,255,.7); }

/* ----- Cases ----- */
.case-filters {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.case-filters button {
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--c-ink);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--c-line);
  transition: background .14s, color .14s, border-color .14s;
}
.case-filters button:hover { border-color: var(--c-primary); color: var(--c-primary); }
.case-filters button.active {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case-card {
  background: #fff;
  border-radius: var(--r-xl);
  overflow: hidden;
  cursor: pointer;
  display: flex; flex-direction: column;
  border: 1px solid var(--c-line);
  transition: transform .14s, box-shadow .14s;
}
.case-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.case-thumb {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.case-thumb .badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--c-ink);
  color: #fff;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 999px;
  display: inline-flex; gap: 6px; align-items: center;
}
.case-thumb .badge.gov { background: var(--c-success); }
.case-thumb .count {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.case-body {
  padding: 22px;
  display: flex; flex-direction: column;
  gap: 10px;
  flex: 1;
}
.case-body .case-type {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.case-body h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.2;
}
.case-body .case-meta {
  display: flex; gap: 16px;
  font-size: 13px;
  color: var(--c-ink-2);
  margin-top: auto;
  padding-top: 8px;
}
.case-body .case-meta span b { color: var(--c-ink); font-weight: 600; }

/* Case modal */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(14,27,51,.6);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
}
.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 300ms ease, visibility 0s linear 0s;
}
.modal {
  background: var(--c-page);
  border-radius: var(--r-2xl);
  width: 100%;
  max-width: 920px;
  max-height: 90vh;
  overflow: auto;
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-backdrop.open .modal { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .modal, .modal-backdrop { transition: none; }
}
.modal-close {
  position: absolute; top: 18px; right: 18px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--c-ink);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-1);
  cursor: pointer;
  z-index: 5;
}
.modal-close:hover { background: var(--c-soft); }
.modal h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
  padding-right: 60px;
  line-height: 1.1;
}
.modal .modal-meta {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.modal .pill {
  background: var(--c-soft);
  color: var(--c-ink);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.modal .pill.gov {
  background: var(--c-success);
  color: #fff;
}
.modal .gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  margin-bottom: 24px;
  height: 360px;
}
.modal .gallery > div {
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
}
.modal .gallery > div:first-child { grid-row: span 2; }
.modal .modal-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #fff;
  border-radius: var(--r-xl);
  padding: 24px;
  margin-bottom: 20px;
}
.modal .stat .v {
  font-size: 28px; font-weight: 800;
  color: var(--c-primary);
  letter-spacing: -0.02em;
  line-height: 1;
}
.modal .stat .l {
  font-size: 13px;
  color: var(--c-ink-2);
  margin-top: 4px;
}
.modal-desc { color: var(--c-ink-2); font-size: 13.5px; line-height: 1.55; margin: 0 0 18px; }
.modal-link {
  margin: 0;
  background: var(--c-soft);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 14px 18px;
}
.modal-link a {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600;
  color: var(--c-primary);
}
.modal-link a:hover { color: var(--c-primary-600); }

/* ----- Partners + Certificates ----- */
.partners-row {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
  border: 1px solid var(--c-line);
}
.partners-row .left h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.partners-row .left p { margin: 0; color: var(--c-ink-2); font-size: 14px; }
.partners-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.partner-logo {
  height: 84px;
  background: var(--c-page);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--c-ink-2);
  letter-spacing: -0.01em;
}
.cert-wrap {
  margin-top: 20px;
  position: relative;
}
.cert-row {
  display: flex; gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
}
.cert-row::-webkit-scrollbar { display: none; }
.cert-row > .cert-card { scroll-snap-align: start; }
.cert-fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 2;
  transition: opacity .2s;
}
.cert-fade.left {
  left: 0;
  background: linear-gradient(to right, var(--c-page) 0%, rgba(238,243,252,0) 100%);
  opacity: 0;
}
.cert-fade.right {
  right: 0;
  background: linear-gradient(to left, var(--c-page) 0%, rgba(238,243,252,0) 100%);
}
.cert-wrap[data-scroll-end="true"] .cert-fade.right { opacity: 0; }
.cert-wrap[data-scroll-start="false"] .cert-fade.left { opacity: 1; }
.cert-nav {
  position: absolute;
  top: 50%;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: var(--sh-2);
  cursor: pointer;
  z-index: 3;
  transform: translateY(-50%);
  transition: background .15s, color .15s, opacity .2s, transform .15s;
}
.cert-nav:hover { background: var(--c-primary); color: #fff; transform: translateY(-50%) scale(1.06); }
.cert-nav.left { left: -8px; }
.cert-nav.right { right: -8px; }
.cert-nav[disabled] { opacity: 0; pointer-events: none; }
.cert-hint {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}
.cert-hint .h-dot {
  width: 24px; height: 4px;
  border-radius: 2px;
  background: var(--c-line);
  transition: background .2s, width .2s;
}
.cert-hint .h-dot.active {
  background: var(--c-primary);
  width: 40px;
}
.cert-card {
  flex: 0 0 200px;
  aspect-ratio: 3/4;
  background: #fff;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  padding: 18px;
  display: flex; flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cert-card .cert-band {
  height: 28px;
  border-radius: 6px;
  background: var(--c-primary);
  margin-bottom: 14px;
  position: relative;
}
.cert-card .cert-band::after {
  content: '';
  position: absolute;
  left: 12px; right: 12px; top: 50%;
  height: 6px;
  background: rgba(255,255,255,.4);
  border-radius: 2px;
}
.cert-card .cert-lines {
  display: flex; flex-direction: column; gap: 6px;
  margin-bottom: 14px;
}
.cert-card .cert-lines > i {
  display: block; height: 8px;
  background: var(--c-page);
  border-radius: 4px;
}
.cert-card .cert-lines > i:nth-child(1) { width: 90%; }
.cert-card .cert-lines > i:nth-child(2) { width: 70%; }
.cert-card .cert-lines > i:nth-child(3) { width: 80%; }
.cert-card .cert-stamp {
  margin-top: auto;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid var(--c-primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-primary);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.cert-card .cert-name {
  font-size: 12px;
  color: var(--c-ink-2);
  position: absolute;
  bottom: 12px; right: 16px;
  font-weight: 500;
}

/* ----- Shop banner ----- */
.shop-banner {
  margin-top: 56px;
  background:
    radial-gradient(circle at 85% 20%, rgba(233,78,51,.25) 0%, transparent 55%),
    linear-gradient(135deg, #14161D 0%, #20232C 100%);
  border-radius: var(--r-2xl);
  color: #fff;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.shop-banner::before {
  content: '';
  position: absolute;
  right: -180px; top: -180px;
  width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(244,184,69,.18) 0%, transparent 65%);
  border-radius: 50%;
}
.shop-banner h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 14px;
  position: relative;
}
.shop-banner p {
  margin: 0 0 26px;
  font-size: 17px;
  color: rgba(255,255,255,.78);
  line-height: 1.5;
  max-width: 480px;
  position: relative;
}
.shop-banner .btn--pill-white {
  background: var(--c-accent-warm);
  color: #fff;
}
.shop-banner .btn--pill-white:hover { background: #d23c22; }
.shop-art {
  position: relative;
  display: flex; gap: 14px;
  justify-content: flex-end;
  z-index: 2;
}
.shop-art .shelf {
  background: rgba(255,255,255,.12);
  border-radius: var(--r-md);
  padding: 16px;
  display: flex; flex-direction: column; gap: 10px;
  width: 120px;
}
.shop-art .shelf .prod {
  background: rgba(255,255,255,.18);
  border-radius: 10px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}

/* ----- About ----- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.about-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 36px;
  border: 1px solid var(--c-line);
}
.about-card h3 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
  line-height: 1.1;
}
.about-card p {
  margin: 0 0 16px;
  color: var(--c-ink-2);
  font-size: 15.5px;
  line-height: 1.55;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--c-line);
}
.about-stats .v {
  font-size: 32px; font-weight: 800;
  color: var(--c-primary);
  letter-spacing: -0.025em;
  line-height: 1;
}
.about-stats .l { font-size: 13px; color: var(--c-ink-2); margin-top: 6px; line-height: 1.35; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.team-card {
  background: var(--c-soft);
  border-radius: var(--r-md);
  padding: 18px;
  display: flex; gap: 12px; align-items: center;
}
.team-avatar {
  width: 50px; height: 50px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 18px;
  flex-shrink: 0;
}
.team-card .name {
  font-weight: 600; font-size: 14px;
  letter-spacing: -0.01em;
}
.team-card .role { font-size: 12px; color: var(--c-ink-2); margin-top: 2px; }

.lic-list { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-direction: column; gap: 10px; }
.lic-list li {
  display: flex; gap: 12px; align-items: center;
  padding: 12px 16px;
  background: var(--c-page);
  border-radius: 12px;
  font-size: 14px;
  color: var(--c-ink);
}
.lic-list li .ic { color: var(--c-success); flex-shrink: 0; }

/* ----- Reviews ----- */
.reviews-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.review-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px;
  border: 1px solid var(--c-line);
  display: flex; flex-direction: column;
  gap: 14px;
}
.review-card .stars {
  color: #F4B845;
  display: inline-flex; gap: 2px;
}
.review-card .quote {
  font-size: 15px;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 0;
}
.review-card .author {
  display: flex; gap: 12px; align-items: center;
  margin-top: auto;
}
.review-card .author-av {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff !important;
  font-weight: 700;
}
.review-card .author b { display: block; font-weight: 600; font-size: 14px; }
.review-card .author span { font-size: 12px; color: var(--c-ink-3); }

.reviews-links {
  margin-top: 24px;
  display: flex; gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.review-link {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  padding: 10px 18px 10px 10px;
  text-decoration: none;
  color: var(--c-ink);
  font-size: 14px;
  font-weight: 500;
  transition: border-color .14s, transform .14s;
}
.review-link:hover { border-color: var(--c-primary); transform: translateY(-1px); }
.review-link .rl-mark {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.review-link b { font-weight: 700; }

/* ----- FAQ ----- */
.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--c-page);
  color: var(--c-primary);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .2s ease, background .14s;
}
.faq-item[open] summary .chev { transform: rotate(180deg); background: var(--c-primary); color: #fff; }
.faq-item .answer {
  padding: 0 26px 22px;
  color: var(--c-ink-2);
  font-size: 15px;
  line-height: 1.6;
}

/* ----- Consult form (full) ----- */
.consult-form {
  background: var(--c-primary);
  color: #fff;
  border-radius: var(--r-2xl);
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.consult-form h2 {
  font-size: clamp(28px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  line-height: 1.05;
}
.consult-form p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  max-width: 380px;
  line-height: 1.5;
}
.consult-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.consult-form .form-grid .full { grid-column: 1 / -1; }
.consult-form .input {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.2);
  transition: background .15s, border-color .15s, transform .12s;
}
.consult-form .input::placeholder { color: rgba(255,255,255,.65); }
.consult-form .input:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.4);
}
.consult-form .input:focus {
  background: rgba(255,255,255,.95);
  color: var(--c-ink);
  border-color: #fff;
}
.consult-form .input:focus::placeholder { color: var(--c-ink-3); }
.consult-form textarea.input {
  height: 130px;
  padding-top: 18px;
  resize: none;
  border-radius: 18px;
}
.consult-form .terms {
  font-size: 12px;
  color: rgba(255,255,255,.78);
  margin-top: 4px;
  line-height: 1.45;
}
.consult-form .terms a { color: #fff; text-decoration: underline; }

/* ----- Contacts ----- */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.office-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 32px;
  border: 1px solid var(--c-line);
  display: flex; flex-direction: column; gap: 14px;
}
.office-card .city-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-primary-50);
  color: var(--c-primary);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  align-self: flex-start;
}
.office-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}
.office-card .ofc-row {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14.5px;
}
.office-card .ofc-row .ic {
  color: var(--c-primary);
  flex-shrink: 0;
  margin-top: 2px;
}
.office-card .ofc-row .ph { font-weight: 700; font-size: 17px; color: var(--c-ink); }
.office-card .ofc-row .lab { color: var(--c-ink-3); font-size: 12px; }
.office-card .ofc-buttons { display: flex; gap: 8px; margin-top: 6px; flex-wrap: wrap; }

.map-v2 {
  position: relative;
  border-radius: var(--r-2xl);
  overflow: hidden;
  height: 460px;
  background: #E8EEF5;
}
.map-v2 .map-canvas svg { width: 100%; height: 100%; display: block; }
.map-v2 .map-pin {
  position: absolute;
  width: 48px; height: 48px;
  background: var(--c-primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 8px 22px rgba(31,115,240,.5);
}
.map-v2 .map-pin::after {
  content: ''; position: absolute; bottom: -8px; left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: var(--c-primary);
}
.map-v2 .map-pin .lab {
  position: absolute;
  bottom: -42px; left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--c-ink);
  font-size: 13px; font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: var(--sh-1);
  white-space: nowrap;
}

/* ----- Footer ----- */
.footer-v2 {
  margin-top: 96px;
  background: var(--c-ink);
  color: rgba(255,255,255,.78);
  padding: 64px 0 24px;
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
}
.footer-v2 .container { padding: 0 32px; }
.footer-v2 .ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-v2 h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}
.footer-v2 .ft-logo {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.footer-v2 .ft-logo .logo-mark {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--c-primary);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.footer-v2 .ft-logo .name { color: #fff; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.footer-v2 .ft-tag { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.5; margin: 0 0 18px; max-width: 320px; }
.footer-v2 .ft-soc { display: flex; gap: 10px; }
.footer-v2 .ft-soc a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .14s;
}
.footer-v2 .ft-soc a:hover { background: var(--c-primary); }
.footer-v2 .ft-col a {
  display: block;
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-v2 .ft-col a:hover { color: #fff; }
.footer-v2 .ft-contact .ph {
  font-size: 19px; font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.footer-v2 .ft-contact .em {
  font-size: 14px;
  color: rgba(255,255,255,.78);
  margin-bottom: 14px;
  display: block;
}
.footer-v2 .ft-contact .addr { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; }
.footer-v2 .ft-bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,.55);
}
.footer-v2 .ft-bottom a { color: rgba(255,255,255,.78); }
.footer-v2 .ft-req { font-size: 12px; max-width: 540px; line-height: 1.5; }

/* ----- Floating buttons ----- */
.fab-stack {
  position: fixed;
  right: 24px; bottom: 100px;
  z-index: 60;
  display: flex; flex-direction: column-reverse;
  gap: 12px;
  align-items: flex-end;
}
.fab {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
  position: relative;
  transition: transform .14s;
  text-decoration: none;
}
.fab:hover { transform: scale(1.06); color: #fff; }
.fab.wa { background: #25D366; }
.fab.tg { background: #28A8E9; }
.fab .tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--c-ink);
  color: #fff;
  font-size: 12px; font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
}
.fab:hover .tip { opacity: 1; }
.fab.wa::before {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  background: #25D366;
  opacity: .35;
  animation: pulse 2.4s infinite;
  z-index: -1;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: .35; }
  50% { transform: scale(1.3); opacity: 0; }
}

/* Sticky mobile CTA */
.sticky-mobile {
  display: none;
  position: fixed;
  left: 16px; right: 16px;
  bottom: 16px;
  z-index: 55;
}
.sticky-mobile .btn { width: 100%; box-shadow: 0 12px 30px rgba(31,115,240,.35); }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .container { padding: 0 24px; }
  #hero.container { padding-left: 15px; padding-right: 15px; }
  .util-bar .container { flex-wrap: wrap; gap: 12px; row-gap: 6px; }
  .util-bar .mess-row { display: none; }
  .hdr .container { gap: 12px; }
  .hdr .nav-links { display: none; }
  .hdr .phone-row { display: none; }
  .hdr .logo { gap: 10px; }
  .hdr .logo-mark { width: 40px; height: 40px; border-radius: 12px; }
  .hdr .logo-text { font-size: 16px; }
  .hdr .logo-sub { font-size: 9.5px; letter-spacing: 0.04em; margin-top: 2px; }
  .hdr .header-right .btn--sm { padding: 0 14px; font-size: 13px; height: 38px; }
  .hero-v2 {
    grid-template-columns: 1fr;
    padding: 40px 15px;
    min-height: 0;
    overflow: visible;
  }
  .hero-v2 h1 {
    font-size: clamp(26px, 7.4vw, 42px);
    letter-spacing: -0.025em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }
  .hero-v2 .h-eye {
    font-size: 12px;
    padding: 6px 14px 6px 6px;
    white-space: nowrap;
    max-width: 100%;
  }
  .hero-v2 .lead { font-size: 16px; }
  .hero-v2 .trust-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 100%;
    padding-top: 4px;
    border-top: 1px solid rgba(0,0,0,.06);
    margin-top: 4px;
  }
  .hero-v2 .trust-cell {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .hero-v2 .trust-cell .num { font-size: 28px; }
  .hero-v2 .trust-cell .num small { font-size: 18px; }
  .hero-v2 .trust-cell .desc { font-size: 11.5px; line-height: 1.3; }
  .hero-v2 .trust-cell .desc span { display: block; white-space: normal; }
  .hero-art-v2 {
    margin: 24px -15px -64px -15px;
    padding: 0;
    min-height: 0;
    display: block;
    position: relative;
  }
  .hero-dash {
    position: static;
    top: auto; right: auto; bottom: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3.6;
    padding: 14px;
    gap: 10px;
    border-radius: 22px 22px 0 0;
  }
  .hero-photo {
    position: static;
    top: auto; right: auto; bottom: auto;
    transform: none;
    width: 80%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
  }
  /* Compact the chrome bar so text doesn't wrap */
  .hero-dash .dash-bar { gap: 8px; }
  .hero-dash .dash-bar .title {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }
  .hero-dash .dash-bar .title .subtitle { display: none; }
  .hero-dash .dash-bar .right {
    flex-shrink: 0;
    gap: 6px;
  }
  .hero-dash .dash-bar .right .time { font-size: 10px; }
  .hero-dash .dash-bar .online { font-size: 9px; padding: 3px 8px; }
  .hero-dash .dash-bar .online::before { width: 5px; height: 5px; }
  /* Hide the ONLINE label text on very small screens, keep only the dot */
  .hero-dash .dash-stats .l { font-size: 9px; }
  .hero-dash .dash-stats .v { font-size: 14px; }
  .hero-dash .dash-stats {
    padding: 10px 14px;
    grid-template-columns: 1fr 1fr;
  }
  /* Drop the third stat on mobile so the labels don't get clipped */
  .hero-dash .dash-stats .stat:nth-child(3) { display: none; }
  .hero-dash .dash-feed .label { font-size: 10px; }
  .hero-dash .dash-feed .label b { font-size: 11px; }
  /* Simplify the camera grid to just the main feed on mobile */
  .hero-dash .dash-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .hero-dash .dash-feed:not(.main) { display: none; }
  .hero-dash .dash-feed.main { grid-row: auto; }
  .hero-art-v2 .halo { width: 380px; height: 380px; bottom: 0; left: 20px; }

  .adv-grid { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-card { padding: 22px 18px; }
  .svc-card.primary { grid-column: auto; grid-row: auto; min-height: 380px; padding: 32px 26px; }
  .svc-card.primary .svc-features li { align-items: flex-start; }
  .svc-card.primary .svc-features li::before { margin-top: 2px; flex-shrink: 0; }
  .svc-card:not(.primary) h3,
  .svc-card:not(.primary) p { max-width: 58%; }
  .svc-card .svc-illus { width: 40%; height: 70%; right: 12px; bottom: 12px; }
  .svc-card.primary .svc-illus { width: 50%; }
  .for-grid { grid-template-columns: repeat(2, 1fr); }
  .quiz-v2 { grid-template-columns: 1fr; padding: 32px 24px; }
  #quiz.container { padding-left: 0; padding-right: 0; }
  #quiz .quiz-v2 { border-radius: 0; padding-left: 22px; padding-right: 22px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .partners-row { grid-template-columns: 1fr; padding: 24px; }
  .partners-logos { grid-template-columns: repeat(2, 1fr); }
  .shop-banner { grid-template-columns: 1fr; padding: 32px 24px; }
  .about-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .reviews-strip { grid-template-columns: 1fr; }
  .consult-form { grid-template-columns: 1fr; padding: 32px 24px; margin-top: 24px; }
  .consult-form .form-grid { grid-template-columns: 1fr; }
  .contacts-grid { grid-template-columns: 1fr; }
  .footer-v2 .ft-grid { grid-template-columns: 1fr 1fr; }
  .footer-v2 { padding-left: 0; padding-right: 0; }
  .section { padding-top: 88px; }
  .section-head { flex-direction: column; align-items: flex-start; margin-bottom: 28px; }
  .section-head .left { margin-top: 30px; }
  .section-head .eyebrow { margin-top: 3px; }
  .section-head h2 { margin-top: 12px; }
  .btn--lg { padding: 0 22px; font-size: 15px; }
  .btn--lg svg { width: 16px; height: 16px; }
  .sticky-mobile { display: block; }
  .fab-stack { display: none; }
  /* Quiz controls — back button compact, primary button larger */
  .quiz-controls { gap: 8px; }
  .quiz-btn.ghost { padding: 12px 18px; font-size: 13.5px; flex-shrink: 0; }
  .quiz-btn:not(.ghost) { padding: 15px 24px; font-size: 15px; gap: 10px; }
  .quiz-btn:not(.ghost) svg { width: 16px; height: 16px; }
  .modal h2 { font-size: 22px; padding-right: 48px; }
  /* Gallery: 1 photo = full-width hero, 2 = stacked, 3 = hero + 2 small squares below */
  .modal .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-rows: auto;
    height: auto;
    gap: 8px;
  }
  .modal .gallery > div {
    aspect-ratio: 1 / 1;
    grid-row: auto;
    grid-column: auto;
  }
  .modal .gallery > div:first-child {
    grid-column: span 2;
    aspect-ratio: 4 / 3;
  }
  /* Exactly 2 photos — second one also full-width */
  .modal .gallery > div:nth-child(2):last-child {
    grid-column: span 2;
    aspect-ratio: 4 / 3;
  }
  /* Case modal as a bottom sheet on mobile */
  .modal-backdrop {
    padding: 0;
    align-items: flex-end;
    justify-content: stretch;
  }
  .modal {
    width: 100%;
    max-width: none;
    max-height: 92vh;
    border-radius: var(--r-2xl) var(--r-2xl) 0 0;
    padding: 20px;
  }
  .modal .modal-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 12px 10px;
    border-radius: 12px;
  }
  .modal .modal-stats .stat { min-width: 0; text-align: center; }
  .modal .stat .v { font-size: 18px; white-space: nowrap; }
  .modal .stat .l { font-size: 12px; line-height: 1.25; margin-top: 4px; }
  /* About section: cards/grids overflow viewport on mobile — constrain them */
  .about-card { padding: 22px 18px; }
  .about-card h3 { font-size: 22px; }
  .about-card p { font-size: 14.5px; }
  .about-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .about-stats .v { font-size: 24px; }
  .about-stats .l { font-size: 11.5px; margin-top: 4px; }
  .team-grid { grid-template-columns: 1fr; gap: 8px; }
  .team-grid .team-card { min-width: 0; padding: 14px; }
  .lic-list li { padding: 10px 12px; font-size: 13px; min-width: 0; }
}
/* =====================================================
   Mood / Surface / Geometry — expressive tweak overrides
   ===================================================== */

/* ---- Mood: palette swaps applied to <body> ---- */
body.mood-stealth {
  --c-page:        #14161D;
  --c-surface:     #1A1D27;
  --c-soft:        #20232C;
  --c-soft-2:      #2A2E3A;
  --c-primary:     #5B9EFF;
  --c-primary-600: #3D7FDB;
  --c-primary-50:  rgba(91,158,255,.16);
  --c-ink:         #FFFFFF;
  --c-ink-2:       rgba(255,255,255,.72);
  --c-ink-3:       rgba(255,255,255,.45);
  --c-line:        rgba(255,255,255,.12);
  --c-night:       #0A0C12;
}
body.mood-forest {
  --c-page:        #F0F5F1;
  --c-surface:     #FFFFFF;
  --c-soft:        #D3E5D8;
  --c-soft-2:      #C0DBC8;
  --c-primary:     #1F8A5B;
  --c-primary-600: #16704A;
  --c-primary-50:  #E2F1E8;
  --c-line:        #D2DED5;
}
body.mood-warmth {
  --c-page:        #FBF5EE;
  --c-surface:     #FFFFFF;
  --c-soft:        #F4E5CB;
  --c-soft-2:      #ECD4A8;
  --c-primary:     #D97757;
  --c-primary-600: #B85838;
  --c-primary-50:  #FBEEE5;
  --c-line:        #E8DDC9;
}
body.mood-mono {
  --c-page:        #F4F4F4;
  --c-surface:     #FFFFFF;
  --c-soft:        #E5E5E5;
  --c-soft-2:      #D4D4D4;
  --c-primary:     #1A1A1A;
  --c-primary-600: #000000;
  --c-primary-50:  #EBEBEB;
  --c-ink:         #1A1A1A;
  --c-ink-2:       #4A4A4A;
  --c-ink-3:       #888888;
  --c-line:        #DCDCDC;
}

/* Stealth: dark mode tweaks — flip a few hardcoded surfaces */
body.mood-stealth .util-bar { background: #0A0C12; }
body.mood-stealth .hdr { background: var(--c-page); }
body.mood-stealth .hdr.scrolled { background: rgba(20,22,29,.92); }
body.mood-stealth .hdr .logo-text { color: #fff; }
body.mood-stealth .input { background: rgba(255,255,255,.06); color: #fff; }
body.mood-stealth .input::placeholder { color: rgba(255,255,255,.45); }
body.mood-stealth .partner-logo { background: #20232C; color: rgba(255,255,255,.72) !important; }
body.mood-stealth .partners-row { background: #1A1D27; border-color: rgba(255,255,255,.08); }
body.mood-stealth .map-block, body.mood-stealth .map-v2 { background: #1F222C; }
body.mood-stealth .map-canvas { filter: invert(.92) hue-rotate(180deg) brightness(.7); }
body.mood-stealth .modal { background: #1A1D27; color: #fff; }
body.mood-stealth .modal .pill { background: #2A2E3A; color: rgba(255,255,255,.85); }
body.mood-stealth .modal-stats { background: #20232C; }
body.mood-stealth .case-thumb .badge { background: rgba(255,255,255,.16); color: #fff; }
body.mood-stealth .quiz-opt { background: rgba(255,255,255,.16); }
body.mood-stealth .review-link, body.mood-stealth .qr { background: #20232C; border-color: rgba(255,255,255,.1); color: #fff; }
body.mood-stealth .review-link b, body.mood-stealth .review-link { color: #fff; }
body.mood-stealth .for-cell .for-ic, body.mood-stealth .adv-card .ic { background: rgba(91,158,255,.18); }
body.mood-stealth .for-cell:hover .for-ic { background: rgba(91,158,255,.32); }
body.mood-stealth .icon-btn { background: #2A2E3A; color: var(--c-primary); }
body.mood-stealth .ph, body.mood-stealth .office-card .ofc-row .ph { color: #fff; }
body.mood-stealth .hero-v2 { background: linear-gradient(135deg, #1F232E 0%, #14161D 100%); }
body.mood-stealth .h-eye { background: rgba(255,255,255,.08); color: #fff; }
body.mood-stealth .footer-v2 { background: #0A0C12; }

/* Forest / Warmth — keep hero soft tinted, no other overrides needed */
body.mood-forest .feat-archive,
body.mood-warmth .feat-archive { background: var(--c-primary); }

/* ---- Surface: how cards feel ---- */

/* Bold — major sections become cobalt-filled, less white */
body.surface-bold .adv-card:nth-child(odd) {
  background: var(--c-primary);
  color: #fff;
  border-color: var(--c-primary);
}
body.surface-bold .adv-card:nth-child(odd) h3,
body.surface-bold .adv-card:nth-child(odd) p { color: #fff; }
body.surface-bold .adv-card:nth-child(odd) p { color: rgba(255,255,255,.88); }
body.surface-bold .adv-card:nth-child(odd) .ic { background: rgba(255,255,255,.2); color: #fff; }
body.surface-bold .for-cell:nth-child(3n+1) {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
body.surface-bold .for-cell:nth-child(3n+1) .for-name { color: #fff; }
body.surface-bold .for-cell:nth-child(3n+1) .for-meta { color: rgba(255,255,255,.72); }
body.surface-bold .for-cell:nth-child(3n+1) .for-ic { background: rgba(255,255,255,.18); color: #fff; }
body.surface-bold .proc-card:nth-child(2),
body.surface-bold .proc-card:nth-child(5) {
  background: var(--c-primary); color: #fff; border-color: var(--c-primary);
}
body.surface-bold .proc-card:nth-child(2) h3, body.surface-bold .proc-card:nth-child(2) p,
body.surface-bold .proc-card:nth-child(5) h3, body.surface-bold .proc-card:nth-child(5) p { color: #fff; }
body.surface-bold .proc-card:nth-child(2) .step, body.surface-bold .proc-card:nth-child(5) .step,
body.surface-bold .proc-card:nth-child(2) .proc-ic, body.surface-bold .proc-card:nth-child(5) .proc-ic { color: #fff; }
body.surface-bold .proc-card:nth-child(2) .step .num, body.surface-bold .proc-card:nth-child(5) .step .num {
  background: rgba(255,255,255,.18); color: #fff;
}

/* Minimal — strip fills, leave only outlines and type */
body.surface-minimal .adv-card,
body.surface-minimal .proc-card,
body.surface-minimal .case-card,
body.surface-minimal .review-card,
body.surface-minimal .office-card,
body.surface-minimal .faq-item {
  background: transparent !important;
  color: var(--c-ink);
}
body.surface-minimal .adv-card.feature {
  background: transparent !important;
  color: var(--c-ink);
  border-color: var(--c-primary);
}
body.surface-minimal .adv-card.feature h3,
body.surface-minimal .adv-card.feature p { color: var(--c-ink); }
body.surface-minimal .adv-card.feature p { color: var(--c-ink-2); }
body.surface-minimal .adv-card.feature .ic { background: var(--c-primary-50); color: var(--c-primary); }
body.surface-minimal .proc-card.primary {
  background: transparent !important;
  color: var(--c-ink);
}
body.surface-minimal .proc-card.primary h3,
body.surface-minimal .proc-card.primary p,
body.surface-minimal .proc-card.primary .step { color: var(--c-ink); }
body.surface-minimal .proc-card.primary p,
body.surface-minimal .proc-card.primary .step { color: var(--c-ink-2); }
body.surface-minimal .proc-card.primary .step { color: var(--c-primary); }
body.surface-minimal .proc-card.primary .step .num,
body.surface-minimal .proc-card.primary .proc-ic { background: var(--c-primary-50); color: var(--c-primary); }
body.surface-minimal .for-cell {
  background: transparent;
  border-color: var(--c-line);
}
body.surface-minimal .svc-card {
  background: transparent;
  border: 1px solid var(--c-line);
}
body.surface-minimal .svc-card.primary {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
body.surface-minimal .partners-row,
body.surface-minimal .partner-logo {
  background: transparent;
  border: 1px solid var(--c-line);
}

/* ---- Geometry: radii personality ---- */
body.geo-pillowy {
  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 32px;
  --r-xl: 42px;
  --r-2xl: 52px;
}
body.geo-architectural {
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 8px;
  --r-xl: 10px;
  --r-2xl: 12px;
  --r-pill: 6px;
}
body.geo-architectural .btn { border-radius: 6px; }
body.geo-architectural .chip { border-radius: 6px; }
body.geo-architectural .input { border-radius: 6px; }
body.geo-architectural .icon-btn,
body.geo-architectural .quiz-next,
body.geo-architectural .cert-nav,
body.geo-architectural .case-thumb .badge,
body.geo-architectural .case-thumb .count { border-radius: 6px; }
body.geo-architectural .fab { border-radius: 8px; }
body.geo-architectural .review-link { border-radius: 6px; }
body.geo-architectural .city-pill { border-radius: 4px; }
body.geo-architectural .h-eye { border-radius: 6px; }
body.geo-architectural .case-filters button { border-radius: 6px; }

body.geo-pillowy .btn,
body.geo-pillowy .input,
body.geo-pillowy .chip,
body.geo-pillowy .case-filters button { border-radius: 999px; }

@media (max-width: 560px) {
  .container { padding: 0 24px; }
  .adv-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .for-grid { grid-template-columns: 1fr 1fr; }
  .footer-v2 .ft-grid { grid-template-columns: 1fr; }
}
