/* Yechim Lab — sayt. Ranglar logotipdan: toʻq koʻk (navy) + Telegram koʻki. */
:root {
  --navy: #0b1a2f;
  --navy-2: #0f3460;
  --blue: #229ed9;
  --blue-2: #3bb8f6;
  --blue-soft: #eaf6fd;
  --ink: #0b1220;
  --ink-2: #334155;
  --muted: #64748b;
  --line: #e5edf5;
  --soft: #f5f9fc;
  --green: #16a34a;
  --red: #e11d48;
  --radius: 22px;
  --shadow: 0 1px 2px rgba(11, 26, 47, 0.04), 0 12px 32px rgba(11, 26, 47, 0.07);
  --shadow-lg: 0 30px 80px rgba(11, 26, 47, 0.18);
  --head: 'Inter Tight', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  color-scheme: light;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
svg,
iframe {
  display: block;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--head);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

p {
  margin: 0;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 100;
  padding: 8px 14px;
  border-radius: 10px;
  background: #fff;
}

.skip:focus {
  left: 8px;
}

:focus-visible {
  outline: 3px solid var(--blue-2);
  outline-offset: 3px;
  border-radius: 8px;
}

.ic {
  flex: none;
}

/* ---------------- Tugmalar ---------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
}

.btn:active {
  transform: scale(0.98);
}

.btn-sm {
  height: 40px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 12px;
}

.btn-lg {
  height: 56px;
  padding: 0 26px;
  font-size: 17px;
  border-radius: 16px;
}

.btn-block {
  width: 100%;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #34b1f1 0%, #1f8fda 100%);
  box-shadow: 0 10px 26px rgba(34, 158, 217, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(34, 158, 217, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-ghost-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

.btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-outline {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--line);
}

.btn-outline:hover {
  box-shadow: inset 0 0 0 1.5px var(--blue);
  color: var(--blue);
}

/* ---------------- Sarlavha (header) ---------------- */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
  color: #fff;
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(1.6) blur(16px);
  -webkit-backdrop-filter: saturate(1.6) blur(16px);
  box-shadow: 0 1px 0 var(--line);
}

.header-in {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--head);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.nav a {
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.85;
  transition: opacity 0.2s, background 0.2s;
}

.nav a:hover {
  opacity: 1;
  background: rgba(127, 160, 200, 0.14);
}

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

.lang-link {
  display: grid;
  place-items: center;
  height: 40px;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1.5px currentColor;
  opacity: 0.8;
}

.lang-link:hover {
  opacity: 1;
}

/* ---------------- Hero ---------------- */

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, var(--navy) 0%, #0d2848 70%, var(--navy-2) 100%);
  padding: 132px 0 96px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
}

.glow.g1 {
  width: 620px;
  height: 620px;
  right: -140px;
  top: -200px;
  background: radial-gradient(circle, #2aa7f0 0%, rgba(42, 167, 240, 0) 70%);
}

.glow.g2 {
  width: 520px;
  height: 520px;
  left: -220px;
  bottom: -260px;
  background: radial-gradient(circle, #5b6cff 0%, rgba(91, 108, 255, 0) 70%);
  opacity: 0.35;
}

.grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 30%, #000 20%, transparent 70%);
}

.hero-in {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #bfe6fb;
  background: rgba(59, 184, 246, 0.12);
  box-shadow: inset 0 0 0 1px rgba(59, 184, 246, 0.3);
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ddc84;
  box-shadow: 0 0 0 4px rgba(61, 220, 132, 0.2);
}

.hero h1 {
  margin-top: 22px;
  font-size: clamp(38px, 5.4vw, 66px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #46bdf7, #8ad8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  margin-top: 22px;
  max-width: 580px;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.6;
  color: #c3d1e2;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  color: #dbe7f3;
}

.hero-facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-facts .ic {
  color: #3ddc84;
}

/* Telefon (jonli demo) */
.hero-visual {
  position: relative;
  display: grid;
  justify-items: center;
}

.phone {
  --pw: 320px;
  /* ekran kengligi (pw - 24px) / 375px */
  --k: 0.7893;
  position: relative;
  width: var(--pw);
  height: calc(var(--pw) * 2.04);
  padding: 12px;
  border-radius: 48px;
  background: linear-gradient(145deg, #1d2a3d, #0a111d);
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.12), inset 0 0 0 2px rgba(255, 255, 255, 0.06), var(--shadow-lg), 0 40px 90px rgba(3, 12, 26, 0.55);
}

.phone-notch {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 3;
  width: 96px;
  height: 26px;
  border-radius: 20px;
  background: #05080d;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 37px;
  background: #fbf7f2;
}

/* iframe 375px kenglikda ochiladi va telefonga sigʻishi uchun kichraytiriladi */
/* qosh (notch) ostidagi status satri — demo shundan pastda boshlanadi */
.phone-status {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px 0 30px;
  font-size: 13px;
  color: #0b1220;
  background: #fff;
}

.phone-status i {
  width: 22px;
  height: 11px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1.5px #0b1220;
  background: linear-gradient(90deg, #0b1220 70%, transparent 70%) 2px 2px / calc(100% - 4px) calc(100% - 4px) no-repeat;
}

.phone-screen iframe {
  position: absolute;
  top: 44px;
  left: 0;
  width: 375px;
  height: calc((100% - 44px) / var(--k));
  border: 0;
  transform: scale(var(--k));
  transform-origin: 0 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.phone-screen iframe.loaded {
  opacity: 1;
}

.phone-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f5f9fc, #e9f3fb);
}

.phone-loading span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(34, 158, 217, 0.2);
  border-top-color: var(--blue);
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.phone-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #9fb4ca;
}

.phone-hint .ic {
  transform: rotate(-90deg);
}

/* Telegram'ga kelgan buyurtma (namuna) */
.notif {
  position: absolute;
  left: -34px;
  bottom: 96px;
  z-index: 4;
  width: 264px;
  padding: 14px 14px 12px;
  border-radius: 18px;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow-lg);
  animation: notif-in 7s var(--ease) 1.2s infinite;
  opacity: 0;
}

@keyframes notif-in {
  0% { opacity: 0; transform: translateY(14px) scale(0.96); }
  8%, 86% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(-6px); }
}

.notif-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.notif-head b {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.notif-head em {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 999px;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  background: var(--soft);
}

.notif-avatar {
  display: grid;
  place-items: center;
}

.notif-body {
  color: var(--ink-2);
}

.notif-total {
  margin-top: 4px;
  font-weight: 800;
  color: var(--ink);
}

.notif-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
}

.notif-btns span {
  padding: 7px 4px;
  border-radius: 10px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  color: #1f8fda;
  background: var(--blue-soft);
}

/* ---------------- Bo'limlar ---------------- */

.section {
  padding: 104px 0;
}

.section-head {
  max-width: 680px;
  margin-bottom: 48px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 800;
}

.section-head p {
  margin-top: 14px;
  font-size: 18px;
  color: var(--muted);
}

/* Xaridor uchun 3 qadam */
.flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 16%;
  right: 16%;
  border-top: 2px dashed #cfe4f3;
}

.flow-item {
  position: relative;
  text-align: center;
  padding: 0 8px;
}

.flow-num {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 20px;
  font-family: var(--head);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, #3bb8f6, #1f8fda);
  box-shadow: 0 12px 28px rgba(34, 158, 217, 0.3), 0 0 0 8px #fff;
}

.flow-item h3 {
  font-size: 21px;
}

.flow-item p {
  margin-top: 8px;
  color: var(--muted);
}

/* Hozir / Yechim Lab bilan */
.compare {
  background: var(--soft);
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cmp {
  padding: 32px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.cmp h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin-bottom: 18px;
}

.cmp ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmp li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16.5px;
  color: var(--ink-2);
}

.cmp li .ic {
  margin-top: 2px;
  padding: 3px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.cmp-before li .ic {
  color: var(--red);
  background: #fde8ee;
}

.cmp-before h3 {
  color: var(--muted);
}

.cmp-after {
  box-shadow: 0 0 0 2px rgba(34, 158, 217, 0.35), var(--shadow);
}

.cmp-after li {
  color: var(--ink);
}

.cmp-after li .ic {
  color: var(--green);
  background: #e7f7ee;
}

/* Imkoniyatlar */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feat {
  padding: 26px 22px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.feat:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(34, 158, 217, 0.35), var(--shadow);
}

.feat-ic {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--blue);
  background: var(--blue-soft);
}

.feat h3 {
  font-size: 19px;
  letter-spacing: -0.015em;
}

.feat p {
  margin-top: 8px;
  font-size: 15.5px;
  color: var(--muted);
}

/* Kimlarga mos */
.fit {
  padding-top: 24px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.chips li {
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  background: var(--soft);
  box-shadow: inset 0 0 0 1px var(--line);
}

/* Demolar */
.demos {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.demo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.demo-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-list li {
  position: relative;
}

.demo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  border-radius: 20px;
  text-align: left;
  font: inherit;
  color: inherit;
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--line);
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s var(--ease);
}

.demo-card:hover {
  transform: translateX(4px);
}

.demo-card.on {
  box-shadow: inset 0 0 0 2px var(--blue), 0 10px 30px rgba(34, 158, 217, 0.15);
}

.demo-emoji {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 16px;
  font-size: 26px;
  background: var(--soft);
}

.demo-card.on .demo-emoji {
  background: var(--blue-soft);
}

.demo-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.demo-text b {
  font-size: 17.5px;
}

.demo-text small {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.45;
}

.demo-go {
  margin-left: auto;
  color: var(--muted);
}

.demo-card.on .demo-go {
  color: var(--blue);
}

.demo-open {
  display: none;
}

.demo-stage {
  position: sticky;
  top: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.demo-stage .phone {
  --pw: 300px;
  --k: 0.736;
}

.qr-box {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: 170px;
  text-align: center;
}

.qr {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 14px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.qr-img {
  position: absolute;
  inset: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.qr-img.on {
  opacity: 1;
}

.qr-img svg {
  width: 100%;
  height: 100%;
}

.qr-box p {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}

.demo-new-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--blue);
}

/* Qanday boshlaymiz */
.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  padding: 30px 28px;
  border-radius: var(--radius);
  background: var(--soft);
}

.step-num {
  display: block;
  font-family: var(--head);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(145deg, #3bb8f6, #1f8fda);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.step h3 {
  margin-top: 18px;
  font-size: 21px;
}

.step p {
  margin-top: 8px;
  color: var(--muted);
}

.steps-note {
  margin-top: 26px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-2);
}

/* Narxlar */
.pricing {
  background: var(--soft);
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px 28px;
  border-radius: 26px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow);
}

.plan-top {
  background: linear-gradient(180deg, #fff 0%, #f1f9fe 100%);
  box-shadow: 0 0 0 2px var(--blue), 0 24px 60px rgba(34, 158, 217, 0.2);
  transform: translateY(-10px);
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, #34b1f1, #1f8fda);
  transform: translateX(-50%);
  box-shadow: 0 8px 20px rgba(34, 158, 217, 0.35);
}

.plan h3 {
  font-size: 22px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 14px;
}

.plan-price b {
  font-family: var(--head);
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.plan-price span {
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
}

.plan-days {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--green);
  background: #e9f8ef;
  align-self: flex-start;
}

.plan ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.plan li {
  display: flex;
  gap: 10px;
  font-size: 16px;
}

.plan li .ic {
  margin-top: 3px;
  color: var(--blue);
}

.plan li:first-child {
  font-weight: 700;
}

.plan .btn {
  margin-top: auto;
}

.pricing-note {
  margin-top: 28px;
  text-align: center;
  color: var(--muted);
  font-weight: 500;
}

/* Savollar */
.faq-in {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.faq .section-head {
  position: sticky;
  top: 110px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.qa {
  border-radius: 18px;
  background: var(--soft);
  transition: background 0.2s;
}

.qa[open] {
  background: #fff;
  box-shadow: inset 0 0 0 1.5px var(--line), var(--shadow);
}

.qa summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  font-weight: 700;
  font-size: 17.5px;
  cursor: pointer;
  list-style: none;
}

.qa summary::-webkit-details-marker {
  display: none;
}

.qa-ic {
  color: var(--blue);
  transition: transform 0.25s var(--ease);
}

.qa[open] .qa-ic {
  transform: rotate(45deg);
}

.qa p {
  padding: 0 22px 22px;
  color: var(--ink-2);
}

/* Yakuniy chaqiruv */
.cta {
  padding-top: 24px;
}

.cta-card {
  position: relative;
  overflow: hidden;
  padding: 72px 40px;
  border-radius: 32px;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, var(--navy) 0%, #0f3460 100%);
}

.cta-card h2 {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
}

.cta-card p {
  position: relative;
  max-width: 620px;
  margin: 16px auto 0;
  font-size: 18px;
  color: #c3d1e2;
}

.cta-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

/* Pastki qism */
.site-footer {
  margin-top: 104px;
  padding: 64px 0 28px;
  color: #c3d1e2;
  background: var(--navy);
}

.footer-in {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 32px;
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand p {
  max-width: 360px;
  margin-top: 14px;
  color: #93a7bd;
}

.site-footer h4 {
  margin-bottom: 14px;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.site-footer a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  color: #c3d1e2;
  transition: color 0.2s;
}

.site-footer a:not(.brand):hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 48px;
  padding-top: 22px;
  font-size: 14px;
  color: #7f93aa;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom a {
  display: inline !important;
  padding: 0 !important;
}

.mobile-cta {
  display: none;
}

/* ---------------- Paydo boʻlish animatsiyasi ---------------- */

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: calc(var(--d, 0) * 90ms);
}

.js .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .notif {
    animation: none;
    opacity: 1;
  }
}

/* ---------------- Planshet ---------------- */

@media (max-width: 1080px) {
  .feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-layout {
    grid-template-columns: 1fr;
  }

  .demo-stage {
    position: static;
  }
}

@media (max-width: 960px) {
  .nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    padding: 112px 0 72px;
  }

  .hero-in {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-visual {
    min-height: 0;
  }

  .notif {
    left: 50%;
    margin-left: -250px;
  }

  .faq-in {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq .section-head {
    position: static;
  }

  .plans {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .plan-top {
    transform: none;
  }

  .footer-in {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* ---------------- Telefon ---------------- */

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .section {
    padding: 72px 0;
  }

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

  .section-head p {
    font-size: 16.5px;
  }

  .header-in {
    height: 64px;
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    padding: 100px 0 56px;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .hero-facts {
    gap: 10px 16px;
    font-size: 14.5px;
  }

  /* Telefonda sayt ochilgan boʻlsa — telefon ichidagi telefon kerak emas, faqat buyurtma xabari */
  .hero-visual .phone,
  .phone-hint {
    display: none;
  }

  .notif {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
    animation: none;
    opacity: 1;
  }

  .flow-list,
  .compare-grid,
  .steps-list,
  .feat-grid {
    grid-template-columns: 1fr;
  }

  .flow-list {
    gap: 34px;
  }

  .flow-list::before {
    display: none;
  }

  .cmp {
    padding: 24px 20px;
  }

  .demo-stage {
    display: none;
  }

  .demo-card {
    padding: 16px;
  }

  .demo-card:hover {
    transform: none;
  }

  /* telefonda karta bosilsa demo yangi oynada ochiladi */
  .demo-go {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: none;
    border-radius: 12px;
    color: #fff !important;
    background: var(--blue);
  }

  .demo-card.on {
    box-shadow: inset 0 0 0 1.5px var(--line);
  }

  .demo-card.on .demo-emoji {
    background: var(--soft);
  }

  .plan-price b {
    font-size: 42px;
  }

  .cta-card {
    padding: 52px 22px;
    border-radius: 26px;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .site-footer {
    margin-top: 72px;
    padding-bottom: 96px;
  }

  .footer-in {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: block;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 -1px 0 var(--line);
    transform: translateY(110%);
    transition: transform 0.35s var(--ease);
  }

  .mobile-cta.show {
    transform: none;
  }

  .header-actions .btn span {
    display: none;
  }

  .header-actions .btn {
    width: 40px;
    padding: 0;
  }
}

/* ---------------- Sayt ham yasaymiz ---------------- */

.web-in {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.web-copy .section-head {
  margin-bottom: 24px;
}

.web-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-weight: 600;
}

.web-feats li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.web-feats .ic {
  color: var(--green);
}

.web-proof {
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
  color: var(--ink-2);
  background: var(--blue-soft);
}

.web-price {
  margin: 14px 0 24px;
  color: var(--muted);
}

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

.web-card {
  padding: 26px 22px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow);
  transition: transform 0.25s var(--ease);
}

.web-card:hover {
  transform: translateY(-4px);
}

.web-card h3 {
  font-size: 19px;
}

.web-card p {
  margin-top: 8px;
  font-size: 15.5px;
  color: var(--muted);
}

@media (max-width: 960px) {
  .web-in {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 680px) {
  .web-grid,
  .web-feats {
    grid-template-columns: 1fr;
  }

  .web-copy .btn {
    width: 100%;
  }
}

/* ---------------- Sayt turlari (namuna + narx) ---------------- */

.site-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  gap: 18px;
}

.site-type {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.site-type:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 0 0 1px rgba(34, 158, 217, 0.35), 0 24px 50px rgba(11, 26, 47, 0.12);
}

.mock {
  display: block;
  margin: 14px 14px 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(11, 26, 47, 0.12);
}

.mock-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 26px;
  padding: 0 10px;
  background: #eef2f6;
}

.mock-bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd8e2;
}

.mock-bar em {
  margin-left: 6px;
  overflow: hidden;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mock-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 150px;
  padding: 18px;
}

.mock-lines {
  display: grid;
  gap: 8px;
  flex: 1;
}

.mock-lines b {
  display: block;
  height: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.85);
}

.mock-lines b:nth-child(1) { width: 90%; height: 14px; }
.mock-lines b:nth-child(2) { width: 70%; opacity: 0.7; }
.mock-lines b:nth-child(3) { width: 55%; opacity: 0.7; }

.mock-btn {
  width: 64px;
  height: 20px;
  margin-top: 6px;
  border-radius: 8px;
  background: #fff;
}

.mock-emoji {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  flex: none;
  border-radius: 24px;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s var(--ease);
}

.site-type:hover .mock-emoji {
  transform: scale(1.08) rotate(-4deg);
}

.mock-suv .mock-body { background: linear-gradient(160deg, #023e8a, #0096c7); }
.mock-salon .mock-body { background: linear-gradient(160deg, #f4d9d5, #d78a9a); }
.mock-salon .mock-lines b { background: rgba(255, 255, 255, 0.9); }
.mock-kafe .mock-body { background: radial-gradient(circle at 85% 20%, rgba(242, 165, 65, 0.45), transparent 50%), #1c1410; }
.mock-kafe .mock-btn { background: #f2a541; }
.mock-dokon .mock-body { background: linear-gradient(160deg, #0f3460, #229ed9); }

.site-type-b {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 20px;
}

.site-type-b h3 {
  font-size: 20px;
}

.site-type-b p {
  margin-top: 6px;
  font-size: 15px;
  color: var(--muted);
}

.site-price {
  margin: 16px 0 16px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  margin-top: auto;
}

.site-type-b p {
  margin-bottom: 16px;
}

.site-price b {
  font-family: var(--head);
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.site-price span {
  font-weight: 700;
  color: var(--muted);
}

.site-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.site-actions .btn {
  width: 100%;
}

.web-terms {
  margin-top: 28px;
  text-align: center;
  font-weight: 700;
  color: var(--ink-2);
}

.web-feats.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin: 18px 0 0;
}

.web-proof.center {
  max-width: 560px;
  margin: 22px auto 0;
  text-align: center;
}

@media (max-width: 1080px) {
  .site-types {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .site-types {
    grid-template-columns: 1fr;
  }

  .mock-body {
    height: 130px;
  }

  .site-actions {
    grid-template-columns: 1fr 1fr;
  }

  .site-actions .btn span {
    display: inline;
  }
}

.web-shop {
  max-width: 640px;
  margin: 14px auto 0;
  padding: 14px 18px;
  border-radius: 14px;
  text-align: center;
  font-weight: 600;
  color: var(--ink-2);
  background: var(--soft);
}

.web-shop a {
  font-weight: 800;
  color: var(--blue);
  white-space: nowrap;
}

/* Yechim Lab nima qiladi */
.about {
  padding-bottom: 40px;
}

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

.svc {
  display: flex;
  flex-direction: column;
  padding: 30px 28px 26px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.svc:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(34, 158, 217, 0.35), var(--shadow-lg);
}

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

.svc-top .feat-ic {
  flex: none;
  margin: 0;
}

.svc h3 {
  font-size: 23px;
  letter-spacing: -0.02em;
}

.svc-text {
  margin-top: 14px;
  font-size: 16.5px;
  color: var(--ink-2);
}

.svc ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.svc li {
  display: flex;
  gap: 10px;
  font-size: 15.5px;
  color: var(--ink-2);
}

.svc li svg {
  flex: none;
  margin-top: 3px;
  color: var(--green);
}

.svc-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.svc-price {
  font-size: 15px;
  color: var(--muted);
}

.svc-price b {
  font-family: var(--head);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.svc-price small {
  font-size: 14px;
}

.svc-price em {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: var(--green);
}

.why-title {
  margin: 64px 0 22px;
  text-align: center;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 800;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-list li {
  display: flex;
  gap: 14px;
  padding: 20px 18px;
  border-radius: 18px;
  background: var(--soft);
}

.why-ic {
  display: grid;
  flex: none;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
}

.why-list b {
  display: block;
  font-size: 16px;
  line-height: 1.3;
}

.why-list p {
  margin-top: 5px;
  font-size: 14.5px;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .svc-grid,
  .why-list {
    grid-template-columns: 1fr;
  }

  .svc {
    padding: 24px 20px 22px;
  }

  .svc h3 {
    font-size: 21px;
  }

  .why-title {
    margin-top: 48px;
  }

  .why-list li {
    padding: 16px;
  }
}
