/* ==========================================================================
   NAT Security — landing page
   Yorug' fon + qora bloklar + oltin urg'u. Ixcham skroll: 6 ekran.
   Oltin dekor emas, konversiya urg'usi (TT 7.2).
   ========================================================================== */

/* ---------- 1. Tokenlar ---------- */
:root {
  /* oltin */
  --gold:      #B78A38;   /* CTA foni */
  --gold-tx:   #8A6416;   /* yorug' fonda oltin MATN (AA) */
  --gold-hi:   #D4AF37;   /* qora blok ichida oltin */
  --gold-dim:  rgba(183, 138, 56, .28);

  /* qora elementlar (ikkala mavzuda ham qora qoladi) */
  --ink:       #0E1114;
  --ink-2:     #171B20;
  --ink-tx:    #ECEEF1;
  --ink-mute:  #98A0A8;
  --ink-line:  rgba(200, 205, 211, .15);
  --ink-line-2:rgba(200, 205, 211, .08);

  /* yorug' fon */
  --paper:     #F5F4F0;
  --paper-2:   #EFEEE9;
  --card:      #FFFFFF;
  --tx:        #14171B;
  --mute:      #5F646B;
  --line:      #E1DFD8;
  --line-2:    #ECEAE4;

  --steel:     #C8CDD3;
  --ok:        #2C7A57;
  --err:       #BC3B2C;
  --focus:     #8A6416;

  --wrap:      1200px;
  --pad:       clamp(1.1rem, 4vw, 2.4rem);
  --r:         3px;
  --r-lg:      6px;

  --f-display: "Tektur", "Rubik", "Trebuchet MS", system-ui, sans-serif;
  --f-body:    "Manrope", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --f-mono:    "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  color-scheme: light;
}

/* Bitta vizual dunyo: sayt har doim YORUG' fonda qoladi.
   Tungi rejimga avtomatik o'tish ataylab o'chirilgan — brend yo'nalishi
   "ochiq fon + qora bloklar + oltin urg'u" bo'lgani uchun. Qora elementlar
   (header, hero paneli, forma kartasi, kafolat kartasi, footer) — dizaynning
   o'zi, mavzu emas. */

/* ---------- 2. Asos ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 102px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--tx);
  font-family: var(--f-body);
  font-size: 1rem; line-height: 1.6; font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; line-height: 1.15; letter-spacing: -.015em; overflow-wrap: break-word; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl { margin: 0; }

:where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 2px;
}

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--gold); color: #0E1114; padding: .7rem 1.1rem; font-weight: 700; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- 3. Bo'lim ramkasi ---------- */
.sec { padding-block: clamp(2.6rem, 5vw, 4.2rem); border-top: 1px solid var(--line); }
.sec--tight { padding-block: clamp(2rem, 3.6vw, 3rem); }

.eyebrow {
  font-family: var(--f-mono); font-size: .7rem; letter-spacing: .2em;
  text-transform: uppercase; font-weight: 500; color: var(--gold-tx);
  display: inline-flex; align-items: center; gap: .55rem; margin: 0;
}
.eyebrow::before { content: ""; width: 1.4rem; height: 1px; background: currentColor; }

.h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.3rem, 2.6vw, 1.85rem); margin-top: .7rem; }
.h3 { font-family: var(--f-body); font-weight: 800; font-size: 1.02rem; line-height: 1.3; letter-spacing: -.005em; }
.lead { color: var(--mute); font-size: .95rem; max-width: 64ch; margin-top: .6rem; }

/* sarlavha + o'ngdagi harakat bir qatorda — vertikal joyni tejaydi */
.sec-head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1rem 2rem; margin-bottom: clamp(1.5rem, 2.6vw, 2.2rem);
}
.sec-head > div { max-width: 62ch; }

/* --- qora sarlavha bandi: butun kenglik bo'ylab qora, ustida oltin urg'u --- */
.headband {
  background: var(--ink); color: var(--ink-tx);
  position: relative; overflow: hidden;
  margin-bottom: clamp(1.6rem, 3vw, 2.6rem);
}
.headband::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px 200px at 88% -30%, rgba(212, 175, 55, .13), transparent 70%);
}
.headband::after {
  content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-hi) 22%, transparent 68%);
}
.headband-in {
  position: relative;
  padding-block: clamp(1rem, 1.9vw, 1.5rem);
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 1.1rem 2rem;
}
.headband-in > div { max-width: 62ch; }
.headband .eyebrow { color: var(--gold-hi); }
.headband .h2 { color: var(--ink-tx); }
.headband .lead { color: var(--ink-mute); }
/* qora bandda ochiq konturli tugma o'qilishi uchun */
.headband .btn--out { color: var(--ink-tx); border-color: var(--ink-line); }
.headband .btn--out:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.headband .btn--ink { background: transparent; color: var(--ink-tx); border-color: var(--ink-line); }
.headband .btn--ink:hover { background: var(--gold); color: #0E1114; border-color: var(--gold); }

/* band qora bo'lgani uchun bo'lim ustidagi chiziq kerak emas */
.sec--band { padding-top: 0; border-top: 0; }
.sec--band > .wrap:last-child { padding-bottom: 0; }

/* ---------- 4. Tugmalar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 46px; padding: .75rem 1.35rem;
  font-weight: 700; font-size: .92rem;
  border: 1px solid transparent; border-radius: var(--r);
  cursor: pointer; text-decoration: none; text-align: center; white-space: nowrap;
  transition: background-color .16s, color .16s, border-color .16s, transform .16s;
}
.btn:active { transform: translateY(1px); }
.btn--gold  { background: var(--gold); color: #0E1114; border-color: var(--gold); }
.btn--gold:hover { background: #C99B45; border-color: #C99B45; }
.btn--ink   { background: var(--ink); color: var(--ink-tx); border-color: var(--ink); }
.btn--ink:hover { background: var(--ink-2); }
.btn--out   { background: transparent; color: var(--tx); border-color: var(--line); }
.btn--out:hover { border-color: var(--gold); color: var(--gold-tx); }
.btn--onink { background: transparent; color: var(--ink-tx); border-color: var(--ink-line); }
.btn--onink:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.btn--full { width: 100%; white-space: normal; }
.btn--sm { min-height: 40px; padding: .5rem 1rem; font-size: .85rem; }

.tlink {
  color: var(--gold-tx); font-weight: 700; font-size: .88rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: .4rem; background: none; border: 0;
  cursor: pointer; padding: .35rem 0;
}
.tlink svg { transition: transform .16s; }
.tlink:hover svg { transform: translateX(3px); }
.tlink:hover { text-decoration: underline; text-underline-offset: 3px; }

/* --- 3D tugma: xizmat nomi uchun ko'tarilgan qora plastina --- */
.btn3d {
  display: block; width: 100%; text-align: left;
  font-family: var(--f-body); font-weight: 800; font-size: 1rem; line-height: 1.25;
  color: var(--ink-tx);
  background: linear-gradient(180deg, #23292F 0%, #14181D 55%, #0E1114 100%);
  border: 1px solid #333B44;
  border-radius: 7px;
  padding: .72rem .9rem;
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    inset 0 -1px 0 rgba(0, 0, 0, .5),
    0 4px 0 #05070A,
    0 6px 14px rgba(14, 17, 20, .3);
  transform: translateY(-2px);
  transition: transform .13s ease, box-shadow .13s ease, border-color .18s ease;
}
.btn3d::after {
  content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .42rem; height: 2px;
  background: linear-gradient(90deg, var(--gold-hi), transparent 70%);
  border-radius: 2px; opacity: .75;
}
.svc:hover .btn3d {
  border-color: var(--gold);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(0, 0, 0, .5),
    0 4px 0 #4A3714,
    0 8px 18px rgba(183, 138, 56, .28);
}
.btn3d:active, .svc:active .btn3d {
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), inset 0 -1px 0 rgba(0,0,0,.5), 0 1px 0 #05070A;
}

/* ---------- 5. Header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 90;
  background: var(--ink); color: var(--ink-tx);
  border-bottom: 1px solid var(--ink-line-2);
}
.hdr-in { display: flex; align-items: center; gap: 1rem; min-height: 88px; }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; flex: 0 0 auto; }
.brand img { height: 60px; width: auto; }
.brand-tx { display: flex; flex-direction: column; line-height: 1.05; }
.brand-tx b { font-family: var(--f-display); font-weight: 600; font-size: 1.22rem; letter-spacing: .02em; }
.brand-tx span { font-family: var(--f-mono); font-size: .64rem; letter-spacing: .28em; color: var(--gold-hi); text-transform: uppercase; margin-top: 3px; }

.nav { display: flex; margin-left: auto; }
.nav a { text-decoration: none; font-size: .87rem; font-weight: 600; color: var(--ink-mute); padding: .45rem .65rem; transition: color .15s; }
.nav a:hover, .nav a.is-active { color: var(--ink-tx); }
.hdr-act { display: flex; align-items: center; gap: .45rem; }

.lang { display: inline-flex; border: 1px solid var(--ink-line); border-radius: var(--r); padding: 2px; font-family: var(--f-mono); }
.lang a, .lang span { font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-decoration: none; padding: .3rem .48rem; border-radius: 2px; line-height: 1; }
.lang .on { background: var(--gold); color: #0E1114; }
.lang .off { color: var(--ink-mute); }
.lang .off:hover { color: var(--ink-tx); }

.tel-link { display: inline-flex; align-items: center; gap: .4rem; text-decoration: none; font-family: var(--f-mono); font-size: .82rem; color: var(--ink-tx); padding: .4rem .5rem; white-space: nowrap; }
.tel-link:hover { color: var(--gold-hi); }

.burger { display: none; background: none; border: 1px solid var(--ink-line); border-radius: var(--r); width: 42px; height: 42px; align-items: center; justify-content: center; cursor: pointer; }
.burger span { display: block; width: 17px; height: 1.5px; background: var(--ink-tx); position: relative; transition: background .2s; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; width: 17px; height: 1.5px; background: var(--ink-tx); transition: transform .22s; }
.burger span::before { top: -5.5px; } .burger span::after { top: 5.5px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(5.5px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-5.5px) rotate(-45deg); }

.mnav { display: none; background: var(--ink); border-top: 1px solid var(--ink-line-2); }
.mnav.is-open { display: block; }
.mnav ul { padding: .4rem 0 1rem; display: flex; flex-direction: column; }
.mnav a { text-decoration: none; color: var(--ink-tx); font-weight: 600; padding: .8rem .1rem; border-bottom: 1px solid var(--ink-line-2); }
.mnav .btn { margin-top: .9rem; }

@media (max-width: 1040px) { .nav, .hdr-act > .btn { display: none; } .burger { display: inline-flex; } .hdr-act { margin-left: auto; } }
@media (max-width: 540px) { .tel-link span { display: none; } .brand-tx { display: none; } }

/* ---------- 6. Hero ---------- */
.hero { padding-block: clamp(2.2rem, 4.5vw, 3.6rem) clamp(1.6rem, 3vw, 2.4rem); }
.hero-in { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(1.6rem, 4vw, 3.2rem); align-items: center; }
.hero h1 { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.6rem, 3.5vw, 2.65rem); letter-spacing: -.025em; line-height: 1.14; margin-top: .8rem; }
.hero h1 em { font-style: normal; color: var(--gold-tx); }
.hero .lead { font-size: 1rem; margin-top: .9rem; max-width: 50ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.hero-micro { margin-top: .8rem; font-size: .84rem; color: var(--mute); display: flex; align-items: center; gap: .45rem; }
.hero-micro svg { flex: 0 0 auto; color: var(--gold-tx); }

/* qora "asbob paneli" — NVR monitoring konsoli */
.panel {
  background: var(--ink); color: var(--ink-tx);
  border: 1px solid rgba(183, 138, 56, .22); border-radius: 14px;
  position: relative; overflow: hidden;
  box-shadow: 0 24px 70px rgba(14, 17, 20, .16);
}
.panel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(220px 220px at 108% -12%, rgba(212, 175, 55, .16), transparent 70%),
    radial-gradient(200px 200px at -8% 112%, rgba(212, 175, 55, .09), transparent 70%);
}
.panel > * { position: relative; }

.panel-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .7rem 1rem; border-bottom: 1px solid var(--ink-line-2);
}
.panel-bar .st { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--f-mono); font-size: .66rem; letter-spacing: .08em; color: var(--ink-mute); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: #33C27A; flex: 0 0 auto; }
.dot--live { animation: blip 2.4s ease-in-out infinite; }
@keyframes blip { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.panel-bar .seq { display: flex; gap: 5px; }
.panel-bar .seq i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-hi); display: block; }
.panel-bar .seq i:nth-child(2) { opacity: .5; }
.panel-bar .seq i:nth-child(3) { opacity: .22; }

.feeds { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; padding: 10px; }
.feed {
  position: relative; aspect-ratio: 16 / 10; border-radius: 8px; overflow: hidden;
  background: linear-gradient(135deg, #1B2027 0%, #12161B 100%);
  border: 1px solid var(--ink-line-2);
}
.feed--on { border-color: rgba(212, 175, 55, .32); }
.feed video, .feed img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.feed::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, .16) 0 1px, transparent 1px 3px);
}
.feed .cap {
  position: absolute; inset-inline: 0; bottom: 0; padding: .28rem .5rem; z-index: 2;
  background: linear-gradient(transparent, rgba(0, 0, 0, .78));
  font-size: .62rem; color: rgba(236, 238, 241, .72); letter-spacing: .01em;
}
.feed .rec { position: absolute; top: 7px; right: 7px; z-index: 2; box-shadow: 0 0 0 3px rgba(51, 194, 122, .18); }

.panel-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--ink-line-2); border-top: 1px solid var(--ink-line-2); }
.panel-stats li { background: var(--ink); padding: .7rem .5rem .8rem; text-align: center; display: grid; gap: .1rem; justify-items: center; }
.panel-stats svg { color: var(--gold-hi); }
.panel-stats b { font-family: var(--f-mono); font-size: 1rem; font-weight: 600; color: var(--ink-tx); font-variant-numeric: tabular-nums; }
.panel-stats span { font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute); }
.panel-cap { padding: .55rem 1rem .75rem; font-size: .68rem; color: #757D86; text-align: center; border-top: 1px solid var(--ink-line-2); }

/* hero ishonch markerlari — panel ostida, yorug' fonda */
.markers { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .55rem 1.4rem; margin-top: 1.3rem; }
.markers li { display: flex; align-items: flex-start; gap: .55rem; font-size: .86rem; color: var(--tx); }
.markers .tick {
  width: 18px; height: 18px; flex: 0 0 auto; margin-top: .12rem; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(183, 138, 56, .13); border: 1px solid rgba(183, 138, 56, .32);
  color: var(--gold-tx);
}
@media (max-width: 560px) { .markers { grid-template-columns: 1fr; } }

@media (max-width: 920px) {
  .hero-in { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero h1 { margin-top: .7rem; }
  .markers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .feeds { gap: 6px; padding: 8px; }
  .feed .cap { font-size: .58rem; padding: .22rem .4rem; }
  .panel-stats li { padding: .6rem .3rem .7rem; }
  .panel-stats span { font-size: .58rem; letter-spacing: .06em; }
  .markers { grid-template-columns: 1fr; }
}

/* ---------- 7. Brendlar + auditoriya lentasi ---------- */
.strip { border-top: 1px solid var(--line); background: var(--paper-2); }
.strip-in { padding-block: .9rem; display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.4rem; }
.strip-l { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); }
.chips { display: flex; flex-wrap: wrap; gap: .35rem .4rem; }
.chips li { font-size: .78rem; color: var(--tx); border: 1px solid var(--line); background: var(--card); padding: .22rem .6rem; border-radius: 2px; }
.chips--mono li { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .04em; }
.strip .sep { width: 1px; align-self: stretch; background: var(--line); }
@media (max-width: 760px) { .strip .sep { display: none; } }

/* ---------- 8. Xizmatlar — raqamlangan kartalar ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; } }
.svc {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 0;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.svc-body {
  display: flex; flex-direction: column; gap: .75rem; flex: 1;
  padding: 1.1rem 1.3rem 1.25rem;
}
.svc:hover { border-color: var(--gold); box-shadow: 0 14px 40px rgba(20, 23, 27, .09); transform: translateY(-3px); }

/* xizmatni ifodalovchi rasm — kartaning tepasida, chetdan chetga */
.svc-art-wrap {
  position: relative; margin: 0; aspect-ratio: 16 / 9;
  background: var(--ink); overflow: hidden;
  border-bottom: 2px solid var(--gold);
}
.svc-art-wrap > svg, .svc-art-wrap > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
/* fotoda raqam va ikonka o'qilishi uchun yuqoridan nozik qorong'ulashtirish */
.svc-art-wrap::after {
  content: ""; position: absolute; inset: 0 0 auto; height: 58%;
  background: linear-gradient(180deg, rgba(14, 17, 20, .68), rgba(14, 17, 20, 0));
  pointer-events: none;
}
.svc:hover .svc-art-wrap > svg, .svc:hover .svc-art-wrap > img { transform: scale(1.035); }
.svc-num {
  position: absolute; left: .85rem; top: .6rem; z-index: 2;
  font-family: var(--f-mono); font-size: 1.5rem; font-weight: 600; line-height: 1;
  color: rgba(255, 255, 255, .82); font-variant-numeric: tabular-nums; transition: color .2s;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}
.svc:hover .svc-num { color: var(--gold-hi); }
.svc-ico {
  position: absolute; right: .6rem; top: .6rem; z-index: 2;
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: var(--r); background: rgba(14, 17, 20, .72);
  border: 1px solid rgba(212, 175, 55, .35); color: var(--gold-hi);
  backdrop-filter: blur(2px); transition: background-color .2s, border-color .2s;
}
.svc:hover .svc-ico { background: var(--gold); color: #0E1114; border-color: var(--gold); }
@media (prefers-reduced-motion: reduce) {
  .svc:hover .svc-art-wrap > svg, .svc:hover .svc-art-wrap > img { transform: none; }
}
.svc-tag { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); }
.svc p { color: var(--mute); font-size: .88rem; }
.svc hr { border: 0; border-top: 1px solid var(--line-2); margin: .2rem 0; }
.svc-list { display: flex; flex-direction: column; gap: .42rem; flex: 1; }
.svc-list li { display: flex; align-items: flex-start; gap: .5rem; font-size: .84rem; }
.svc-list .tick {
  width: 15px; height: 15px; flex: 0 0 auto; margin-top: .17rem; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(183, 138, 56, .13); color: var(--gold-tx);
}
.svc .btn { margin-top: .3rem; }
.svc:hover .btn--out { background: var(--gold); color: #0E1114; border-color: var(--gold); }

/* ---------- 9. Jarayon + afzalliklar (bitta bo'lim) ---------- */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3.2rem); align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.col-h { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); padding-bottom: .6rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem; }

/* qadamlar — haqiqiy ketma-ketlik, shu sabab raqamlangan */
.steps { counter-reset: s; display: flex; flex-direction: column; }
.step { position: relative; counter-increment: s; display: grid; grid-template-columns: 2.3rem 1fr; gap: .1rem .9rem; padding: .85rem 0; border-bottom: 1px solid var(--line-2); }
.step:last-child { border-bottom: 0; }
.step::before {
  content: counter(s, decimal-leading-zero); grid-row: span 2;
  font-family: var(--f-mono); font-size: .78rem; font-weight: 600; color: #0E1114;
  background: var(--gold); width: 2.3rem; height: 1.7rem;
  display: grid; place-items: center; border-radius: 2px;
  position: relative; z-index: 1;
}
/* qadamlar orasidagi bog'lovchi chiziq */
.step::after {
  content: ""; position: absolute; left: 1.15rem; top: 2.5rem; bottom: -.1rem; width: 1px;
  background: linear-gradient(180deg, var(--line), transparent);
}
.step:last-child::after { display: none; }
.step h3 { font-size: .98rem; }
.step p { color: var(--mute); font-size: .86rem; margin-top: .2rem; }

/* afzalliklar — ixcham qatorlar */
.why { display: flex; flex-direction: column; }
.why li { display: grid; grid-template-columns: 1.6rem 1fr; gap: .15rem .8rem; padding: .8rem 0; border-bottom: 1px solid var(--line-2); }
.why li:last-child { border-bottom: 0; }
.why .why-ico { grid-row: span 2; color: var(--gold-tx); padding-top: .12rem; }
.why b { font-size: .95rem; font-weight: 800; }
.why p { color: var(--mute); font-size: .85rem; margin-top: .15rem; }

/* kafolat kartasi — afzalliklar ustuni ostida */
.warranty {
  margin-top: 1.1rem; background: var(--ink); color: var(--ink-tx);
  border: 1px solid rgba(183, 138, 56, .2); border-radius: var(--r-lg);
  padding: 1.15rem 1.2rem; display: flex; gap: .85rem; align-items: flex-start;
}
.warranty .w-ico {
  width: 38px; height: 38px; flex: 0 0 auto; border-radius: var(--r);
  display: grid; place-items: center;
  background: rgba(212, 175, 55, .13); color: var(--gold-hi);
}
.warranty h4 { margin: 0 0 .3rem; font-size: .95rem; font-weight: 800; font-family: var(--f-body); }
.warranty p { font-size: .82rem; color: var(--ink-mute); line-height: 1.6; }

/* ---------- 10. Loyihalar ---------- */
.prj-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
@media (max-width: 900px) { .prj-grid { grid-template-columns: 1fr; } }
.prj {
  border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  background: var(--card); display: flex; flex-direction: column;
  transition: border-color .2s, box-shadow .2s;
}
.prj:hover { border-color: var(--gold); box-shadow: 0 12px 34px rgba(20, 23, 27, .08); }
.prj-img {
  aspect-ratio: 16 / 9; position: relative; display: grid; place-items: center; gap: .4rem;
  background: linear-gradient(135deg, var(--paper-2) 0%, var(--line) 100%);
  border-bottom: 1px solid var(--line);
}
.prj-img svg { color: rgba(183, 138, 56, .5); }
/* real foto kelguncha — brend uslubidagi sxematik illyustratsiya */
.prj-img--art { background: var(--ink); border-bottom-color: var(--gold); border-bottom-width: 2px; }
.prj-img--art > svg.svc-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.prj-img--art .prj-pill {
  background: rgba(14, 17, 20, .78); border-color: rgba(212, 175, 55, .35); color: var(--gold-hi);
}
.prj-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prj-img--photo { background: var(--ink); border-bottom: 2px solid var(--gold); }
.prj-img .ph { font-size: .68rem; color: var(--mute); letter-spacing: .02em; }
.prj-pill {
  position: absolute; top: 10px; right: 10px;
  background: rgba(255, 255, 255, .82); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 999px; padding: .2rem .55rem;
  font-family: var(--f-mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute);
}
.prj-body { padding: 1rem 1.1rem 1.15rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.prj-top { display: flex; align-items: flex-start; justify-content: space-between; gap: .6rem; }
.prj-chip {
  flex: 0 0 auto; background: rgba(183, 138, 56, .1); color: var(--gold-tx);
  border-radius: 999px; padding: .16rem .55rem;
  font-family: var(--f-mono); font-size: .6rem; letter-spacing: .06em; white-space: nowrap;
}
.prj-meta { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--mute); }
.prj-meta svg { color: var(--mute); flex: 0 0 auto; }
.prj dl { display: grid; grid-template-columns: auto 1fr; gap: .28rem .7rem; font-size: .8rem; }
.prj dt { font-family: var(--f-mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); padding-top: .18rem; white-space: nowrap; }
.prj dd { margin: 0; }
.prj-note { margin-top: 1.1rem; font-size: .8rem; color: var(--mute); border-left: 2px solid var(--gold); padding-left: .8rem; max-width: 82ch; }

/* ---------- 10b. Brend qadriyatlari — qora band ---------- */
/* ohang farqi: qadriyatlar bandi --ink-2 (ochiqroq qora), sarlavha bandlari --ink */
.values {
  background: var(--ink-2); color: var(--ink-tx); position: relative;
  /* keyingi qora band bilan qo'shilib ketmasligi uchun ochiq fon oralig'i */
  margin-bottom: clamp(1.8rem, 3.4vw, 3rem);
}
.values::before, .values::after {
  content: ""; position: absolute; inset-inline: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .55;
}
.values::before { top: 0; } .values::after { bottom: 0; }
.values-in { padding-block: 1.15rem 1.25rem; display: grid; gap: .85rem; }
.values-in > .eyebrow { color: var(--gold-hi); justify-self: start; }
.values-in > .eyebrow::before { background: currentColor; }
.values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--ink-line-2); }
.values-grid li {
  background: var(--ink-2); padding: .3rem 1.1rem;
  display: flex; align-items: center; gap: .7rem; min-height: 44px;
}
.values-grid li:first-child { padding-left: 0; }
.values-grid .v-ico { flex: 0 0 auto; color: var(--gold-hi); }
.values-grid span {
  font-size: .82rem; font-weight: 700; letter-spacing: .01em; line-height: 1.3;
  text-transform: uppercase; color: var(--ink-tx);
}
@media (max-width: 860px) {
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; }
  .values-grid li { padding: .55rem .9rem; }
  .values-grid li:first-child, .values-grid li:nth-child(3) { padding-left: 0; }
}
@media (max-width: 460px) {
  .values-grid { grid-template-columns: 1fr; }
  .values-grid li { padding: .5rem 0; }
  .values-grid span { font-size: .78rem; }
}

/* ---------- 11. FAQ + ariza (bitta bo'lim) ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--card); overflow: hidden; }
/* FAQ va ariza kartasi bir xil balandlikda tugasin */
#savollar .split { align-items: stretch; }
#savollar .faq, #savollar .formcard, #savollar .mapcard { height: 100%; }
#savollar .faq { display: flex; flex-direction: column; }
/* karta pastidagi bo'sh joy o'rniga foydali blok */
.faq-more {
  margin-top: auto; border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding: .95rem 1.1rem 1rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .4rem 1rem;
}
.faq-more p { font-size: .86rem; color: var(--mute); font-weight: 600; }
.faq-more .tlink { padding: 0; }
#savollar .faq details:last-of-type { border-bottom: 0; }
@media (max-width: 900px) { #savollar .faq, #savollar .formcard, #savollar .mapcard { height: auto; } }
.faq details + details { border-top: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; position: relative;
  padding: .95rem 3.1rem .95rem 1.1rem;
  font-weight: 700; font-size: .93rem; line-height: 1.4;
  transition: color .16s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary { color: var(--gold-tx); }
.faq summary::before {
  content: ""; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--paper-2); transition: background-color .18s;
}
.faq details[open] summary::before { background: rgba(183, 138, 56, .13); }
.faq summary .plus {
  position: absolute; right: 1.4rem; top: 50%; width: 11px; height: 11px;
  transform: translateY(-50%); transition: transform .22s ease;
}
.faq summary .plus::before, .faq summary .plus::after {
  content: ""; position: absolute; background: var(--mute); transition: background-color .18s;
}
.faq summary .plus::before { left: 0; top: 5px; width: 11px; height: 1.5px; }
.faq summary .plus::after { top: 0; left: 5px; width: 1.5px; height: 11px; }
.faq details[open] summary .plus { transform: translateY(-50%) rotate(45deg); }
.faq details[open] summary .plus::before,
.faq details[open] summary .plus::after { background: var(--gold-tx); }
.faq details p { padding: 0 1.1rem 1.05rem; color: var(--mute); font-size: .86rem; max-width: 70ch; background: var(--paper); }
.faq details[open] > p { border-top: 1px solid var(--line-2); padding-top: .85rem; }

.formcard { background: var(--ink); color: var(--ink-tx); border-radius: var(--r-lg); padding: clamp(1.2rem, 2.6vw, 1.6rem); position: relative; }
.formcard::after { content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px; background: linear-gradient(90deg, var(--gold-hi), transparent 65%); border-radius: var(--r-lg) var(--r-lg) 0 0; }
.formcard h3 { font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; }
.formcard > p { font-size: .83rem; color: var(--ink-mute); margin-top: .5rem; }
.f-chip {
  display: inline-flex; align-items: center; gap: .45rem; margin-top: .9rem;
  background: rgba(212, 175, 55, .1); border: 1px solid rgba(212, 175, 55, .26);
  border-radius: 999px; padding: .3rem .7rem; font-size: .78rem; color: var(--gold-hi);
}
.f-chip[hidden] { display: none; }
.f-chip svg { flex: 0 0 auto; }
.grab { display: none; }
@media (max-width: 540px) {
  .grab { display: block; width: 40px; height: 4px; border-radius: 999px; background: var(--ink-line); margin: 0 auto .9rem; }
}
.ok-state--dup .ok-ico { color: var(--gold-hi); }
.formcard .cta-pts { display: flex; flex-direction: column; gap: .4rem; margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--ink-line-2); }
.formcard .cta-pts li { display: flex; gap: .55rem; font-size: .84rem; color: var(--ink-tx); }
.formcard .cta-pts svg { flex: 0 0 auto; color: var(--gold-hi); margin-top: .18rem; }

.field { display: flex; flex-direction: column; gap: .3rem; margin-top: .85rem; }
.field label { font-size: .77rem; font-weight: 700; }
.field input, .field select {
  min-height: 46px; padding: .6rem .8rem;
  background: #0A0C10; color: var(--ink-tx);
  border: 1px solid var(--ink-line); border-radius: var(--r);
  font-size: 1rem; width: 100%; transition: border-color .15s;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold-hi) 50%), linear-gradient(135deg, var(--gold-hi) 50%, transparent 50%); background-position: calc(100% - 19px) 21px, calc(100% - 13px) 21px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 2.2rem; }
.field input::placeholder { color: #7A828B; }
.field input:focus, .field select:focus { border-color: var(--gold-hi); }
.field input[aria-invalid="true"] { border-color: var(--err); }
.field .err { font-size: .75rem; color: #F08C7C; }
.field .err:empty { display: none; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.formcard .btn { margin-top: 1.05rem; }
.consent { font-size: .72rem; color: #858D96; margin-top: .7rem; line-height: 1.45; }
.form-err { margin-top: .8rem; font-size: .82rem; color: #F08C7C; border: 1px solid currentColor; border-radius: var(--r); padding: .6rem .75rem; }
.form-err:empty { display: none; }
.ok-state { text-align: center; padding: 1.2rem 0 .4rem; }
.ok-state .ok-ico { color: #56B58C; margin-inline: auto; }
.ok-state h3 { margin: .8rem 0 .4rem; }
.ok-state p { color: var(--ink-mute); font-size: .88rem; }
.ok-state code { font-family: var(--f-mono); color: var(--gold-hi); }
.ok-state .tlink { color: var(--gold-hi); margin-top: 1rem; }

/* ---------- 12. Kontakt + footer (bitta qora blok) ---------- */
.foot { background: var(--ink); color: var(--ink-tx); }
.foot-in { padding-block: clamp(2rem, 3.6vw, 2.8rem) 1.2rem; }

/* footer ma'lumotlari — ramkasiz, footer foni bilan bir butun */
.foot-frame {
  border: 0; background: transparent; padding: 0;
  position: relative;
  /* 1-ustun: brend + xaritalar · 2-4: kontakt ma'lumotlari.
     Ikkala qator ham bir xil chiziqdan boshlanadi. */
  display: grid;
  grid-template-columns: minmax(0, 1.92fr) repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.7rem;
  align-items: start;
}
.foot-frame > .foot-lockup { grid-column: 1; grid-row: 1; }
.foot-frame > .maps        { grid-column: 1; grid-row: 2; }

.foot-lockup { display: flex; align-items: flex-start; gap: 1rem; }
.foot-lockup img { width: 92px; height: auto; flex: 0 0 auto; }
.foot-lockup .foot-name { font-family: var(--f-display); font-weight: 600; font-size: 1.12rem; letter-spacing: .01em; }
.foot-lockup .foot-name span { display: block; font-family: var(--f-mono); font-size: .58rem; letter-spacing: .26em; color: var(--gold-hi); text-transform: uppercase; margin-top: 4px; }
/* tagline — aynan ikki qatorga sig'adi */
.foot-lockup p { color: var(--ink-mute); font-size: .82rem; margin-top: .55rem; max-width: 100%; line-height: 1.5; text-wrap: balance; }
.maps {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem;
  width: 100%; margin: 0; align-self: end;
}
.maps .btn { width: 100%; min-height: 44px; }

/* tor ekranlarda: brend to'liq kenglikda, xaritalar uning ostida,
   kontaktlar esa tekis ustunlarda */
@media (max-width: 1080px) {
  .foot-frame { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem 1.5rem; }
  .foot-frame > .foot-lockup { grid-column: 1 / -1; grid-row: 1; }
  .foot-frame > .maps { grid-column: 1 / -1; grid-row: 2; }
  .foot-lockup p { max-width: 62ch; }
}
@media (max-width: 640px) { .foot-frame { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 420px) {
  .foot-frame { grid-template-columns: 1fr; }
  .foot-lockup { flex-direction: column; gap: .7rem; }
  .maps { grid-template-columns: 1fr; }
}
.ct-item small { display: block; font-family: var(--f-mono); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-hi); margin-bottom: .35rem; }
.ct-item a, .ct-item p { color: var(--ink-tx); text-decoration: none; font-size: .89rem; font-weight: 600; }
.ct-item a { padding-block: .12rem; }
.ct-item a:hover { color: var(--gold-hi); }
.ct-item .col { display: flex; flex-direction: column; gap: .35rem; align-items: flex-start; }
.ct-item .col a { display: inline-flex; align-items: center; gap: .4rem; }
.ct-item .col svg { color: var(--gold-hi); flex: 0 0 auto; }
.ct-item .soft { font-weight: 400; color: var(--ink-mute); font-size: .8rem; line-height: 1.45; }
/* ish vaqti: hafta kunlari yuqori qatorda, soatlar pastki qatorda */
.ct-item .ct-days { margin: 0; }
.ct-item .ct-time {
  margin: .18rem 0 0; font-family: var(--f-mono); font-weight: 600;
  font-size: .84rem; letter-spacing: .04em; color: var(--gold-hi);
}
.foot-btm { border-top: 1px solid var(--ink-line-2); padding-block: 1rem 1.2rem; display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; align-items: center; font-size: .76rem; color: #7E868F; }
.foot-btm a { color: #7E868F; text-decoration: none; }
.foot-btm a:hover { color: var(--ink-tx); }
.foot-btm .end { margin-left: auto; font-family: var(--f-mono); letter-spacing: .1em; text-transform: uppercase; font-size: .68rem; }

/* ---------- 13. Sticky mobil panel ---------- */
.sticky {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 80; display: none;
  grid-template-columns: 1fr 1.3fr; gap: 1px;
  background: var(--ink-line); border-top: 1px solid var(--ink-line);
  padding-bottom: env(safe-area-inset-bottom);
}
.sticky a, .sticky button { border: 0; border-radius: 0; min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; font-weight: 700; font-size: .9rem; text-decoration: none; cursor: pointer; }
.sticky .s-call { background: var(--ink); color: var(--ink-tx); }
.sticky .s-lead { background: var(--gold); color: #0E1114; }
@media (max-width: 1040px) { .sticky { display: grid; } body { padding-bottom: 54px; } }

/* ---------- 14. Modal ---------- */
.modal { border: 0; padding: 0; background: transparent; max-width: 100%; max-height: 100%; }
.modal::backdrop { background: rgba(14, 17, 20, .8); backdrop-filter: blur(3px); }
.modal-in { width: min(440px, calc(100vw - 2rem)); position: relative; }
.modal-x { position: absolute; top: .7rem; right: .7rem; width: 36px; height: 36px; background: transparent; border: 1px solid var(--ink-line); border-radius: var(--r); color: var(--ink-mute); cursor: pointer; display: grid; place-items: center; z-index: 2; }
.modal-x:hover { color: var(--ink-tx); border-color: var(--gold-hi); }
@media (max-width: 540px) {
  .modal { margin: auto auto 0; width: 100%; }
  .modal-in { width: 100vw; }
  .modal-in .formcard { border-radius: var(--r-lg) var(--r-lg) 0 0; padding-bottom: calc(1.4rem + env(safe-area-inset-bottom)); }
}

/* ---------- 15. Skroll bilan paydo bo'lish ---------- */
.rv { opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* ---------- 16. Mobil: skrollni qisqartirish ---------- */
@media (max-width: 900px) {
  /* loyihalar — vertikal ustun o'rniga gorizontal karusel */
  .prj-grid {
    grid-template-columns: none;
    grid-auto-flow: column; grid-auto-columns: minmax(248px, 76%);
    overflow-x: auto; scroll-snap-type: x mandatory;
    margin-inline: calc(var(--pad) * -1); padding: 0 var(--pad) .5rem;
    scrollbar-width: thin;
  }
  .prj { scroll-snap-align: start; }
  .prj-note { margin-top: .9rem; }
  /* sarlavha yonidagi tugma to'liq kenglikda, lekin qatorni cho'zmaydi */
  .sec-head { align-items: flex-start; }
  .sec-head .btn { width: 100%; }
}
@media (max-width: 560px) {
  /* xizmat kartalarida faqat 4 ta asosiy chip */
  .svc .chips li:nth-child(n+5) { display: none; }
  /* lentada auditoriya chiplari — birinchi 6 tasi */
  .strip .chips:last-child li:nth-child(n+7) { display: none; }
}


/* ==========================================================================
   17. ADAPTIV — planshet va mobil
   Uch qatlam:  ≥1081 desktop  ·  641–1080 planshet  ·  ≤640 telefon
   ========================================================================== */

/* --- 17.1 Header balandligi ekranga qarab --- */
@media (max-width: 1080px) {
  html { scroll-padding-top: 86px; }
  .hdr-in { min-height: 74px; }
  .brand img { height: 52px; }
  .brand-tx b { font-size: 1.1rem; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 74px; }
  .hdr-in { min-height: 64px; gap: .6rem; }
  .brand img { height: 44px; }
  .brand { gap: .5rem; }
}

/* --- 17.2 Matn o'lchami: teginish ekranlarida hech narsa 11 px dan kichik bo'lmasin --- */
@media (max-width: 1080px) {
  .eyebrow { font-size: .74rem; letter-spacing: .16em; }
  .brand-tx span { font-size: .68rem; letter-spacing: .22em; }
  .lang a, .lang span { font-size: .76rem; }
  .panel-bar .st { font-size: .7rem; }
  .feed .cap { font-size: .68rem; }
  .panel-stats span { font-size: .68rem; }
  .prj dt { font-size: .68rem; }
  .prj-chip { font-size: .68rem; }
  .svc-tag { font-size: .68rem; }
  .ct-item small { font-size: .7rem; }
  .foot-lockup .foot-name span { font-size: .68rem; }
  .prj-pill { font-size: .66rem; }
  .consent { font-size: .78rem; }
  .foot-btm { font-size: .82rem; }
  .foot-btm .end { font-size: .74rem; }
  .strip-l { font-size: .72rem; }
  .chips--mono li { font-size: .8rem; }
}
@media (max-width: 560px) {
  /* eski, juda kichik qiymatlarni bekor qilish */
  .feed .cap { font-size: .66rem; padding: .24rem .45rem; }
  .panel-stats span { font-size: .66rem; letter-spacing: .06em; }
}

/* --- 17.3 Teginish maydonlari — barmoq uchun kamida 44 px ---
   Kenglik bo'yicha ham, "coarse pointer" (sensorli ekran) bo'yicha ham:
   sensorli noutbuk va planshetning landshaft rejimi ham qamrab olinadi. */
@media (max-width: 1080px), (pointer: coarse) {
  .lang { padding: 3px; }
  .lang a, .lang span { min-height: 42px; display: inline-flex; align-items: center; padding: .5rem .75rem; }
  .tel-link { min-height: 44px; padding: .5rem .6rem; }
  .burger { width: 46px; height: 46px; }
  .tlink { min-height: 44px; padding: .55rem 0; }
  .ct-item a { min-height: 44px; display: inline-flex; align-items: center; }
  .ct-item .col { gap: .1rem; }
  .ct-item .col a { min-height: 42px; }
  .nav a { padding: .7rem .65rem; }
  .foot-btm { gap: .2rem 1.4rem; }
  .foot-btm a { min-height: 44px; display: inline-flex; align-items: center; }
  .faq summary { min-height: 52px; }
  .modal-x { width: 44px; height: 44px; }
  .maps .btn { min-height: 46px; }
}

/* --- 17.4 Planshet (641–1080): xizmat kartalari yotiq --- */
@media (min-width: 641px) and (max-width: 1080px) {
  .svc-grid { grid-template-columns: 1fr; gap: 1rem; }
  .svc { flex-direction: row; align-items: stretch; }
  .svc-art-wrap {
    flex: 0 0 38%; aspect-ratio: auto; align-self: stretch;
    border-bottom: 0; border-right: 2px solid var(--gold);
  }
  .svc-art-wrap::after { height: 42%; }
  .svc-body { padding: 1.2rem 1.4rem 1.3rem; }
  .svc-body .btn { margin-top: auto; }
  .svc-list { flex: 0 1 auto; }
  /* xizmat ro'yxati ikki ustunda — bo'sh joyni to'ldiradi */
  .svc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem 1rem; }
}

/* --- 17.5 Loyihalar karuseli --- */
@media (max-width: 1080px) {
  .prj-grid {
    grid-template-columns: none;
    grid-auto-flow: column; grid-auto-columns: minmax(260px, 46%);
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad);
    margin-inline: calc(var(--pad) * -1); padding: 0 var(--pad) .6rem;
    scrollbar-width: thin; scrollbar-color: var(--line) transparent;
  }
  .prj-grid::-webkit-scrollbar { height: 5px; }
  .prj-grid::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
  .prj { scroll-snap-align: start; }
}
@media (max-width: 640px) {
  .prj-grid { grid-auto-columns: minmax(250px, 84%); }
}

/* --- 17.6 Mobil: skrollni qisqartirish --- */
@media (max-width: 640px) {
  .sec { padding-block: clamp(2rem, 7vw, 2.6rem); }
  .headband-in { padding-block: .9rem; }
  .headband { margin-bottom: 1.2rem; }
  .hero { padding-block: 1.4rem 1.2rem; }
  .svc-body { padding: 1rem 1.1rem 1.15rem; gap: .65rem; }
  .svc-grid { gap: .85rem; }
  .values-in { padding-block: 1rem 1.1rem; }
  .values { margin-bottom: 1.4rem; }
  .foot-in { padding-block: 1.6rem 1rem; }
  .formcard { padding: 1.1rem 1.05rem 1.2rem; }
  .prj-body { padding: .9rem 1rem 1rem; }
}

/* --- 17.7 Sticky panel va xavfsiz zona --- */
@media (max-width: 1080px) {
  .sticky { display: grid; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .sticky a, .sticky button { min-height: 56px; font-size: .95rem; }
}
@media (min-width: 1081px) {
  .sticky { display: none; }
  body { padding-bottom: 0; }
}

/* --- 17.8 Juda tor ekranlar (≤360) --- */
@media (max-width: 400px) {
  .lang a, .lang span { padding: .5rem .55rem; font-size: .72rem; }
  .hdr-act { gap: .3rem; }
}
@media (max-width: 360px) {
  :root { --pad: .9rem; }
  .h2 { font-size: 1.22rem; }
  .btn { font-size: .88rem; padding: .7rem 1rem; }
  .sticky a, .sticky button { font-size: .88rem; gap: .35rem; }
  .foot-frame { gap: 1.1rem; }
}

/* --- 17.9 Landshaft telefon: past ekranda modal to'liq bo'lmasin --- */
@media (max-height: 480px) and (orientation: landscape) {
  .modal-in { max-height: 92vh; overflow-y: auto; }
  .sticky { display: none; }
  body { padding-bottom: 0; }
}


/* ==========================================================================
   18. Xarita kartasi — FAQ yonida (avvalgi ariza formasi o'rnida)
   ========================================================================== */
.mapcard {
  display: flex; flex-direction: column;
  background: var(--ink); color: var(--ink-tx);
  border-radius: var(--r-lg); overflow: hidden; position: relative;
}
.mapcard::after {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px; z-index: 3;
  background: linear-gradient(90deg, var(--gold-hi), transparent 65%);
}
.mapcard-hd { padding: clamp(1.1rem, 2.4vw, 1.5rem) clamp(1.1rem, 2.2vw, 1.5rem) 1rem; }
.mapcard-hd .eyebrow { color: var(--gold-hi); }
.mapcard-hd h3 {
  font-family: var(--f-display); font-weight: 600; font-size: 1.12rem;
  margin-top: .55rem; color: var(--ink-tx);
}
.mapcard-addr, .mapcard-hours {
  display: flex; align-items: flex-start; gap: .5rem;
  margin-top: .7rem; font-size: .88rem; line-height: 1.45; color: var(--ink-tx);
}
.mapcard-addr svg, .mapcard-hours svg { flex: 0 0 auto; margin-top: .12rem; color: var(--gold-hi); }
.mapcard-hours { color: var(--ink-mute); }
.mapcard-hours b {
  font-family: var(--f-mono); font-weight: 600; letter-spacing: .04em;
  color: var(--gold-hi); margin-left: .5rem;
}

/* Google / Yandex almashtirgichi */
.mapcard-tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--ink-line-2);
  border-block: 1px solid var(--ink-line-2);
}
.mapcard-tabs button {
  background: var(--ink); border: 0; cursor: pointer;
  min-height: 44px; padding: .6rem .8rem;
  font-family: var(--f-mono); font-size: .7rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-mute);
  transition: color .18s, background-color .18s;
}
.mapcard-tabs button:hover { color: var(--ink-tx); }
.mapcard-tabs button[aria-selected="true"] {
  color: var(--gold-hi); background: var(--ink-2);
  box-shadow: inset 0 -2px 0 var(--gold);
}

/* xarita oynasi — kartaning qolgan balandligini to'ldiradi */
.mapcard-frame {
  position: relative; flex: 1 1 auto; min-height: 260px; background: var(--ink);
}
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.map-fb {
  position: absolute; inset: 0; z-index: 1; display: grid; place-items: center;
  background: var(--ink); transition: opacity .3s ease;
}
.map-fb[hidden] { display: none; }
/* xarita yuklanmaganda — brend logotip animatsiyasi (uzluksiz halqa) */
.map-fb-anim {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; background: var(--ink);
}
.map-fb::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 50% 46%, rgba(212, 175, 55, .07), transparent 62%);
}
.map-fb[data-off] .mapcard > .btn { border-radius: 0; min-height: 52px; }

@media (max-width: 900px) { .mapcard-frame { min-height: 300px; } }
@media (max-width: 480px) { .mapcard-frame { min-height: 250px; } }

/* ==========================================================================
   19. Jonli chat — Telegram qo'llab-quvvatlash
   ========================================================================== */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.chat {
  position: fixed; right: clamp(.9rem, 2vw, 1.6rem);
  bottom: clamp(.9rem, 2vw, 1.6rem);
  z-index: 95; display: flex; flex-direction: column; align-items: flex-end; gap: .7rem;
}

/* --- dumaloq tugma --- */
.chat-fab {
  position: relative; width: 58px; height: 58px; flex: 0 0 auto;
  border: 0; border-radius: 50%; cursor: pointer;
  background: var(--gold); color: #0E1114;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(14, 17, 20, .3), 0 2px 0 rgba(255, 255, 255, .18) inset;
  transition: background-color .18s, transform .18s, box-shadow .18s;
}
.chat-fab:hover { background: #C99B45; transform: translateY(-2px); }
.chat-fab:active { transform: translateY(0); }
.chat-ico { display: grid; place-items: center; transition: opacity .18s, transform .18s; }
.chat-ico--off { position: absolute; opacity: 0; transform: rotate(-45deg) scale(.6); }
.chat[data-open] .chat-ico--on { opacity: 0; transform: rotate(45deg) scale(.6); }
.chat[data-open] .chat-ico--off { opacity: 1; transform: none; }
.chat[data-open] .chat-fab { background: var(--ink); color: var(--gold-hi); }

.chat-dot {
  position: absolute; top: 4px; right: 4px; width: 12px; height: 12px;
  border-radius: 50%; background: #33D17A; border: 2px solid var(--paper);
}
.chat-dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(51, 209, 122, .55); animation: chatping 2.4s ease-out infinite;
}
@keyframes chatping { 0% { transform: scale(.7); opacity: .9 } 70%, 100% { transform: scale(1.5); opacity: 0 } }
.chat[data-open] .chat-dot { display: none; }
@media (prefers-reduced-motion: reduce) { .chat-dot::after { animation: none; } }

/* --- panel --- */
.chat-panel {
  width: min(340px, calc(100vw - 1.8rem));
  background: var(--ink); color: var(--ink-tx);
  border: 1px solid var(--ink-line); border-radius: var(--r-lg);
  box-shadow: 0 24px 60px rgba(14, 17, 20, .42);
  overflow: hidden; order: -1;
  display: flex; flex-direction: column;
  transform-origin: bottom right;
  animation: chatin .2s ease-out;
}
.chat-panel[hidden] { display: none; }
@keyframes chatin { from { opacity: 0; transform: translateY(10px) scale(.97) } }
@media (prefers-reduced-motion: reduce) { .chat-panel { animation: none; } }

.chat-hd {
  display: flex; align-items: center; gap: .7rem;
  padding: .85rem .9rem; background: var(--ink-2);
  border-bottom: 1px solid var(--ink-line-2); position: relative;
}
.chat-hd::after {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi) 30%, transparent 75%);
}
.chat-hd img { width: 34px; height: auto; flex: 0 0 auto; }
.chat-hd-tx { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.chat-hd-tx b { font-family: var(--f-display); font-weight: 600; font-size: .98rem; }
.chat-hd-tx span { font-size: .74rem; color: var(--gold-hi); margin-top: 2px; }
.chat-x {
  margin-left: auto; width: 34px; height: 34px; flex: 0 0 auto;
  background: transparent; border: 1px solid var(--ink-line); border-radius: var(--r);
  color: var(--ink-mute); cursor: pointer; display: grid; place-items: center;
}
.chat-x:hover { color: var(--ink-tx); border-color: var(--gold-hi); }

.chat-go { padding: 1rem .9rem calc(1.05rem + env(safe-area-inset-bottom)); }
.chat-go .btn { min-height: 52px; font-size: .95rem; }
.chat-user {
  margin-top: .6rem; text-align: center;
  font-family: var(--f-mono); font-size: .74rem; letter-spacing: .06em;
  color: var(--ink-mute);
}


/* --- sticky panel bilan to'qnashmasin --- */
@media (max-width: 1080px) {
  .chat { bottom: calc(56px + env(safe-area-inset-bottom) + .7rem); right: .8rem; }
  .chat-fab { width: 52px; height: 52px; }

}
@media (max-width: 420px) {
  .chat-panel { width: calc(100vw - 1.4rem); }
  .chat { right: .7rem; }
}
@media (max-height: 560px) and (orientation: landscape) {
  .chat { bottom: .6rem; }
  .chat-fab { width: 46px; height: 46px; }
  .chat-hd img { width: 26px; }
  .chat-go { padding-block: .8rem .9rem; }
}


/* ==========================================================================
   20. HARAKAT TIZIMI — professional kuzatuv ruhida, minimalistik
   Faqat transform / opacity / filter / mask animatsiya qilinadi.
   ========================================================================== */

/* ---------- 20.1 Keyframe'lar ---------- */
@keyframes nsRise {
  from { opacity: 0; transform: translateY(24px); filter: blur(7px); }
  to   { opacity: 1; transform: none; filter: blur(0); }
}
@keyframes nsNavDrop {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: none; }
}
@keyframes nsArcDraw { to { stroke-dashoffset: 0; } }
/* DIQQAT: nishonning o'rni inline transform bilan beriladi, shuning uchun
   kirish animatsiyasi transform'ga tegmaydi — faqat ichki halqalar kattalashadi. */
@keyframes nsReticleIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes nsRingIn {
  from { transform: scale(.82); }
  to   { transform: scale(1); }
}
@keyframes nsReticlePulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.04); }
}
@keyframes nsShine { to { transform: translateX(240%) skewX(-18deg); } }
@keyframes nsPanelIn {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to   { opacity: 1; transform: none; }
}

/* ---------- 20.2 Hero: dekorativ qatlamlar ---------- */
.hero { position: relative; overflow: hidden; }
.hero-fx {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  overflow: hidden;
}
/* kuzatuv to'ri — deyarli ko'rinmas, kursordan sekinroq suriladi */
.fx-grid {
  position: absolute; inset: -14px; width: calc(100% + 28px); height: calc(100% + 28px);
  opacity: .07;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
/* qamrov yoylari — o'ng tomonda, panel ortida */
.fx-arcs {
  position: absolute; right: -6%; top: 50%;
  width: min(52vw, 620px); height: auto; aspect-ratio: 1;
  transform: translateY(-50%);
}
.fx-arc { stroke-dasharray: 620; stroke-dashoffset: 620; }
.fx-arc--gold  { opacity: .28; animation: nsArcDraw 1.5s cubic-bezier(.65, 0, .35, 1) .35s forwards; }
.fx-arc--steel { opacity: .16; animation: nsArcDraw 1.5s cubic-bezier(.65, 0, .35, 1) .53s forwards; }

.hero-in { position: relative; z-index: 2; }
.hero-tx { position: relative; z-index: 3; }

/* ---------- 20.3 Panel: kursor ortidagi tekshiruv nuri ---------- */
.panel { position: relative; }
.panel-scan {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  border-radius: inherit; opacity: 0;
  transition: opacity .35s ease;
  mix-blend-mode: screen;
  background: radial-gradient(circle var(--scan-r, 240px) at var(--scan-x, 50%) var(--scan-y, 50%),
              rgba(212, 175, 55, .16) 0%,
              rgba(246, 243, 237, .09) 34%,
              rgba(246, 243, 237, .04) 58%,
              rgba(0, 0, 0, 0) 78%);
}
.hero[data-cursor] .panel-scan { opacity: 1; }
@media (min-width: 1400px) { .panel-scan { --scan-r: 280px; } }

/* ---------- 20.4 Kamera fokus nishoni (retikula) ---------- */
.reticle {
  position: absolute; left: 0; top: 0; z-index: 4;
  width: 72px; height: 72px; margin: -36px 0 0 -36px;
  pointer-events: none; opacity: 0;
  transform: translate3d(-999px, -999px, 0);
  transition: opacity .3s ease;
  will-change: transform, opacity;
}
.hero[data-cursor] .reticle { opacity: 1; }
.rt-spin {
  position: absolute; inset: 0;
  animation: nsReticlePulse 2.8s ease-in-out infinite;
}
.rt-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(183, 138, 56, .42);
  box-shadow: 0 0 30px rgba(183, 138, 56, .12);
  animation: nsRingIn .3s cubic-bezier(.22,1,.36,1) both,
             nsReticlePulse 2.8s ease-in-out .3s infinite;
}
.rt-ring--in {
  inset: 12px; border-color: rgba(20, 23, 27, .18);
  box-shadow: none; animation-delay: -1.4s;
}
.rt-dot {
  position: absolute; left: 50%; top: 50%; width: 4px; height: 4px;
  margin: -2px 0 0 -2px; border-radius: 50%; background: var(--gold);
}
.rt-tick { position: absolute; width: 10px; height: 10px; }
.rt-tick::before, .rt-tick::after {
  content: ""; position: absolute; background: rgba(183, 138, 56, .55);
}
.rt-tick::before { width: 10px; height: 1px; }
.rt-tick::after  { width: 1px; height: 10px; }
.rt-tick--tl { left: -5px;  top: -5px; }
.rt-tick--tr { right: -5px; top: -5px; }
.rt-tick--tr::before { right: 0; } .rt-tick--tr::after { right: 0; }
.rt-tick--bl { left: -5px;  bottom: -5px; }
.rt-tick--bl::before { bottom: 0; } .rt-tick--bl::after { bottom: 0; }
.rt-tick--br { right: -5px; bottom: -5px; }
.rt-tick--br::before { right: 0; bottom: 0; }
.rt-tick--br::after  { right: 0; bottom: 0; }

/* forma, modal va tugmalar ustida nishon yo'qoladi */
.hero[data-quiet] .reticle,
.hero[data-quiet] .panel-scan { opacity: 0; }

/* ---------- 20.5 Kirish animatsiyalari ---------- */
.hdr { animation: nsNavDrop .75s cubic-bezier(.22, 1, .36, 1) .08s both; }
[data-rise] { opacity: 0; animation: nsRise .9s cubic-bezier(.22, 1, .36, 1) forwards; }
[data-rise="1"] { animation-delay: .12s; }
[data-rise="2"] { animation-delay: .24s; }
[data-rise="3"] { animation-delay: .42s; }
[data-rise="4"] { animation-delay: .56s; }
[data-rise="5"] { animation-delay: .68s; }
.panel { animation: nsPanelIn 1s cubic-bezier(.22, 1, .36, 1) .34s both; }

/* ---------- 20.6 Tugmalar: bir martalik yorug'lik va bosish ---------- */
.btn--gold { position: relative; overflow: hidden; }
.btn--gold > * { position: relative; z-index: 1; }
.btn--gold::after {
  content: ""; position: absolute; top: -20%; bottom: -20%; left: -40%; width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: translateX(-140%) skewX(-18deg);
  pointer-events: none;
}
@media (hover: hover) {
  .btn--gold:hover { transform: translateY(-1px) scale(1.025); box-shadow: 0 14px 38px rgba(183, 138, 56, .24); }
  .btn--gold:hover::after { animation: nsShine .65s cubic-bezier(.22, 1, .36, 1) 1; }
  .btn--out:hover, .btn--onink:hover { background: rgba(20, 23, 27, .05); }
  .headband .btn--out:hover, .btn--onink:hover { background: rgba(255, 255, 255, .08); }
}
.btn--gold:active { transform: scale(.97); box-shadow: none; }
.btn--out:active, .btn--onink:active, .btn--ink:active { transform: scale(.98); }
.btn:focus-visible { outline: 3px solid var(--gold-soft, #E7D4AD); outline-offset: 2px; }

/* ---------- 20.7 Kartalar va navigatsiya ---------- */
.svc, .prj { position: relative; }
.svc::before, .prj::before {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px; z-index: 3;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi) 40%, transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .26s cubic-bezier(.22, 1, .36, 1);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
@media (hover: hover) {
  .svc:hover::before, .prj:hover::before { transform: scaleX(1); }
  /* .rv.in ham transform beradi — shuning uchun aniqlik oshiriladi */
  .svc.rv.in:hover, .svc:hover { transform: translateY(-4px); }
  .prj.rv.in:hover, .prj:hover { transform: translateY(-2px); }
}
.svc, .prj { transition: border-color .26s cubic-bezier(.22,1,.36,1), box-shadow .26s cubic-bezier(.22,1,.36,1), transform .26s cubic-bezier(.22,1,.36,1); }

.nav a { position: relative; }
.nav a::after {
  content: ""; position: absolute; left: .65rem; right: .65rem; bottom: .2rem; height: 1px;
  background: var(--gold-hi); transform: scaleX(0); transform-origin: left;
  transition: transform .26s cubic-bezier(.22, 1, .36, 1);
}
@media (hover: hover) { .nav a:hover::after { transform: scaleX(1); } }
.nav a.is-active::after { transform: scaleX(1); opacity: .8; }

/* ---------- 20.8 Skroll bilan paydo bo'lish (yangilangan) ---------- */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.rv.in { opacity: 1; transform: none; }
.rv > .rv-c { opacity: 0; transform: translateY(14px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.rv.in > .rv-c { opacity: 1; transform: none; }

/* ---------- 20.9 Sensorli qurilmalar ---------- */
@media (pointer: coarse) {
  .reticle, .panel-scan { display: none !important; }
  .fx-grid { transform: none !important; }
  .btn:active { transform: scale(.975); }
}

/* ---------- 20.10 Harakatni kamaytirish rejimi ---------- */
@media (prefers-reduced-motion: reduce) {
  .hdr, .panel, [data-rise] { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
  .fx-arc { stroke-dashoffset: 0 !important; animation: none !important; }
  .rt-ring, .rt-spin { animation: none !important; }
  .reticle, .panel-scan, .fx-grid { display: none !important; }
  .btn--gold::after { animation: none !important; display: none; }
  .rv, .rv > .rv-c { opacity: 1 !important; transform: none !important; transition: none !important; }
  .svc:hover, .btn--gold:hover { transform: none !important; }
  .nav a::after, .svc::before, .prj::before { transition-duration: .01ms !important; }
}

/* JS o'chiq bo'lsa — hech narsa yashirilmasin */
.no-js [data-rise], .no-js .rv, .no-js .rv > .rv-c {
  opacity: 1 !important; transform: none !important; animation: none !important;
}


/* ==========================================================================
   21. Hujjat sahifasi (maxfiylik siyosati va h.k.)
   ========================================================================== */
.doc { max-width: 78ch; }
.doc h1.h2 { margin-bottom: 1.4rem; }
.doc .doc-h {
  font-family: var(--f-display); font-weight: 600; font-size: 1.08rem;
  margin: 1.8rem 0 .5rem; color: var(--tx);
}
.doc p { color: var(--mute); font-size: .93rem; line-height: 1.7; margin-bottom: .9rem; }
.doc .doc-list { margin: 0 0 1rem; display: grid; gap: .35rem; }
.doc .doc-list li {
  position: relative; padding-left: 1.1rem; color: var(--mute); font-size: .93rem;
}
.doc .doc-list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold);
}

/* ==========================================================================
   22. Telefon: kompyuterda qo'ng'iroq yordamchisi
   ========================================================================== */
.telpop {
  position: fixed; z-index: 120; width: min(300px, calc(100vw - 1.6rem));
  background: var(--ink); color: var(--ink-tx);
  border: 1px solid var(--ink-line); border-radius: var(--r-lg);
  box-shadow: 0 22px 56px rgba(14, 17, 20, .4);
  padding: .95rem; opacity: 0; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
}
.telpop[data-open] { opacity: 1; transform: none; }
.telpop-num {
  display: block; font-family: var(--f-mono); font-size: 1.12rem; font-weight: 600;
  letter-spacing: .02em; color: var(--gold-hi); text-align: center;
  padding: .55rem .5rem; background: var(--ink-2); border-radius: var(--r);
  border: 1px solid var(--ink-line-2); user-select: all;
}
.telpop-row { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; margin-top: .6rem; }
.telpop button, .telpop a {
  min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  gap: .4rem; font-size: .84rem; font-weight: 700; border-radius: var(--r);
  border: 1px solid var(--ink-line); background: transparent; color: var(--ink-tx);
  cursor: pointer; text-decoration: none; transition: border-color .16s, color .16s, background-color .16s;
}
.telpop button:hover, .telpop a:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.telpop .telpop-go { grid-column: 1 / -1; background: var(--gold); color: #0E1114; border-color: var(--gold); }
.telpop .telpop-go:hover { background: #C99B45; color: #0E1114; }
.telpop-ok {
  margin-top: .55rem; text-align: center; font-size: .78rem; color: var(--gold-hi);
  opacity: 0; transition: opacity .2s;
}
.telpop[data-copied] .telpop-ok { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .telpop { transition: none; } }
