/* ============================================================================
   KAE GROUP — public sayt dizayn tizimi (v2, dizayn canvas asosida)
   Brend: #13134E · Aksent: #F59E0B · Montserrat + Inter
   ========================================================================== */

:root {
  --p950: #0A0A2E; --p900: #0E0E3D; --p800: #13134E; --p700: #1C1C6B; --p600: #28289A;
  --p500: #3D3DC4; --p400: #6B6BE0; --p100: #E4E4F7; --p50: #F1F1FB;
  --accent: #F59E0B; --accent-d: #D97706; --accent-100: #FEF3C7;
  --bg: #F7F7FB; --border: #E5E7EB; --border-soft: #EEF0F4;
  --t900: #111827; --t600: #4B5563; --t400: #9CA3AF;
  --ok: #10B981; --info: #3B82F6; --warn: #F59E0B; --bad: #EF4444;
  --r-sm: 9px; --r-md: 12px; --r-lg: 16px; --r-xl: 24px;
  --sh-card: 0 1px 2px rgba(19,19,78,.04), 0 10px 30px rgba(19,19,78,.06);
  --sh-hover: 0 8px 30px rgba(19,19,78,.12);
}

* { box-sizing: border-box; }
body {
  font-family: 'Inter', system-ui, Arial, sans-serif;
  color: var(--t900);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
h1, h2, h3, h4, .font-head { font-family: 'Montserrat', 'Trebuchet MS', Arial, sans-serif; font-weight: 700; letter-spacing: -.01em; }
a { color: var(--p500); text-decoration: none; transition: color .15s; }
a:hover { color: var(--p800); }
img { max-width: 100%; }

.section { padding: 92px 0; }
.section-alt { background: #fff; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 34px; }
.section-head h2 { font-size: 30px; margin: 0; }
.section-head a { font-weight: 600; font-size: 14.5px; }

/* Eyebrow — seksiya yorlig'i */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #B45309; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--accent); }

/* Inline SVG ikonkalar */
.ic { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ============ Tugmalar ============ */
.btn-kae, .btn-accent, .btn-outline-kae, .btn-outline-light-kae {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 48px; padding: 0 28px; border-radius: var(--r-md);
  font-family: 'Inter', sans-serif; font-weight: 600; font-size: 15px;
  border: none; cursor: pointer; text-decoration: none; transition: all .18s;
  white-space: nowrap;
}
.btn-kae { background: var(--p800); color: #fff; }
.btn-kae:hover { background: var(--p700); color: #fff; transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: var(--p800); font-weight: 700; box-shadow: 0 6px 18px rgba(245,158,11,.35); }
.btn-accent:hover { background: var(--accent-d); color: var(--p800); transform: translateY(-1px); }
.btn-outline-kae { background: #fff; border: 1.5px solid var(--p800); color: var(--p800); }
.btn-outline-kae:hover { background: var(--p50); color: var(--p800); }
.btn-outline-light-kae { background: transparent; border: 1.5px solid rgba(255,255,255,.35); color: #fff; }
.btn-outline-light-kae:hover { border-color: #fff; color: #fff; }
.btn-lg { height: 54px; padding: 0 34px; font-size: 16px; }
.btn-sm { height: 42px; padding: 0 20px; font-size: 14px; border-radius: 10px; }
button:disabled { opacity: .6; cursor: not-allowed; transform: none !important; }
.btn-spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.4); border-top-color: currentColor; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============ Kartalar ============ */
.kae-card { background: #fff; border-radius: 14px; border: 1px solid var(--border-soft); box-shadow: var(--sh-card); transition: box-shadow .2s, transform .2s; }
a.kae-card:hover { box-shadow: var(--sh-hover); transform: translateY(-2px); }

.price { font-weight: 700; color: var(--p800); }
/* Narx mijozga ko'rsatilmaydi (tijorat taklif orqali beriladi) — o'rniga eslatma bloklari */
.price-note { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--t400); line-height: 1.35; }
.price-note .ic { width: 15px; height: 15px; flex-shrink: 0; stroke: var(--p400); }
.price-note-card { display: flex; align-items: flex-start; gap: 11px; background: var(--p50); border: 1px solid var(--border-soft); border-radius: 14px; padding: 15px 17px; font-size: 13.5px; line-height: 1.55; color: var(--t600); }
.price-note-card .ic { width: 21px; height: 21px; flex-shrink: 0; stroke: var(--p700); margin-top: 1px; }
.price-note-card strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 15px; color: var(--p800); margin-bottom: 3px; }
.discount-strip { display: flex; align-items: center; gap: 9px; background: var(--accent-100); border: 1px solid #FDE68A; border-radius: 12px; padding: 11px 15px; font-size: 13.5px; line-height: 1.45; color: #92400E; }
.discount-strip .ic { width: 19px; height: 19px; flex-shrink: 0; stroke: #B45309; }
.discount-strip strong { font-weight: 800; }

/* ============ Header ============ */
.navbar-kae { background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-soft); position: sticky; top: 0; z-index: 1030; transition: box-shadow .2s; }
.navbar-kae.scrolled { box-shadow: 0 4px 20px rgba(19,19,78,.08); }
.navbar-kae .navbar-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.brand-badge { width: 34px; height: 34px; border-radius: 9px; background: var(--p800); display: inline-flex; align-items: center; justify-content: center; }
.brand-badge .ic { width: 18px; height: 18px; stroke: var(--accent); }
.brand-name { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 19px; color: var(--p800); letter-spacing: .01em; }
.nav-kae { display: flex; gap: 32px; font-size: 14.5px; font-weight: 500; }
.nav-kae a { color: var(--t600); }
.nav-kae a:hover { color: var(--p800); }
.nav-kae a.current { color: var(--p800); font-weight: 600; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: var(--p800); white-space: nowrap; }
.nav-phone .ic { width: 17px; height: 17px; }

/* ============ Hero ============ */
.hero { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--p950) 0%, var(--p800) 48%, var(--p700) 100%); color: #fff; padding: 96px 0 84px; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(107,107,224,.14) 1px, transparent 1px); background-size: 28px 28px; }
.hero::after { content: ''; position: absolute; top: -180px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(61,61,196,.35), transparent 65%); }
.hero .container { position: relative; z-index: 1; }
.hero-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 16px; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #FCD34D; }
.hero h1 { color: #fff; font-size: 50px; font-weight: 800; line-height: 1.12; letter-spacing: -.02em; max-width: 660px; margin: 22px 0 0; }
.hero h1 .hl { color: var(--accent); }
.hero p.lead { color: rgba(255,255,255,.72); font-size: 17.5px; line-height: 1.65; max-width: 560px; margin: 20px 0 0; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.hero-trust { margin-top: 44px; display: flex; gap: 28px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.82); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .ic { width: 16px; height: 16px; stroke: #34D399; }

/* Hero o'ng panel (xizmat plitkalari) */
.hero-panel { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 24px; }
.hero-tile { background: rgba(255,255,255,.07); border-radius: 14px; padding: 18px; color: #fff; }
.hero-tile .ic { stroke: var(--accent); }
.hero-tile-title { font-weight: 700; font-size: 14px; margin-top: 10px; }
.hero-tile-sub { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 3px; }
.hero-strip { margin-top: 16px; background: var(--accent); border-radius: 14px; padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--p800); }
.hero-strip-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; }
.hero-strip-sub { font-size: 12px; color: rgba(19,19,78,.75); margin-top: 2px; }

/* ============ Kategoriya kartalari ============ */
.cat-card { display: block; background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; box-shadow: var(--sh-card); padding: 24px 16px; text-align: center; transition: all .18s; color: var(--t900); }
.cat-card:hover { border-color: var(--p800); transform: translateY(-2px); box-shadow: var(--sh-hover); color: var(--t900); }
.cat-icon { width: 52px; height: 52px; margin: 0 auto; border-radius: 14px; background: var(--p100); color: var(--p800); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; }
.cat-name { font-weight: 600; font-size: 14px; margin-top: 14px; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-count { font-size: 12.5px; color: var(--t400); margin-top: 3px; }

/* ============ Mahsulot kartasi ============ */
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; box-shadow: var(--sh-card); padding: 13px; position: relative; transition: box-shadow .2s, transform .2s; height: 100%; }
.product-card:hover { box-shadow: var(--sh-hover); transform: translateY(-2px); }
.card-img-wrap { display: block; border-radius: 10px; overflow: hidden; background: #fff; position: relative; }
/* Vendor katalog suratlari oq fonda va turli nisbatda — 'contain' bilan qirqilmaydi */
.card-img-wrap img.card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 10px; display: block; transition: transform .3s ease; }
.product-card:hover .card-img { transform: scale(1.04); }
.card-badge { position: absolute; top: 10px; left: 10px; z-index: 1; background: var(--accent); color: var(--p800); font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.card-brand { font-size: 11px; font-weight: 700; color: var(--t400); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 5px; }
.card-title { font-size: 15px; font-weight: 600; margin: 0 0 10px; line-height: 1.35; }
.card-title a { color: var(--t900); }
.card-title a:hover { color: var(--p700); }
.title-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; }
.product-card .card-body-pad { padding: 14px 6px 4px; display: flex; flex-direction: column; flex: 1; }
.img-ph { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; border-radius: 10px; background: linear-gradient(160deg, var(--p50), var(--p100)); color: var(--p400); }
.img-ph .ic { width: 52px; height: 52px; stroke-width: 1.2; }

/* ============ Katalog: filtr paneli ============ */
.filter-panel { background: #fff; border: 1px solid var(--border-soft); border-radius: 14px; box-shadow: var(--sh-card); padding: 24px; }
.filter-title { font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--t400); margin-bottom: 14px; }
.filter-block { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--border-soft); }
.filter-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.filter-cat-list { display: flex; flex-direction: column; gap: 2px; }
.filter-cat-list a { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; border-radius: 9px; font-size: 14px; color: var(--t600); }
.filter-cat-list a:hover { background: var(--bg); color: var(--p800); }
.filter-cat-list a.active { background: var(--p50); color: var(--p800); font-weight: 600; }
.filter-count { font-size: 12px; color: var(--t400); }
.filter-cat-list a.active .filter-count { color: var(--p800); }
.filter-check { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--t600); padding: 6px 0; cursor: pointer; }
.filter-check input { width: 18px; height: 18px; accent-color: var(--p800); }
.filter-options { display: flex; flex-direction: column; }
.filter-actions { display: flex; gap: 10px; margin-top: 18px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.filter-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--p100); color: var(--p800); border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; }
.filter-chip:hover { background: var(--p800); color: #fff; }
.catalog-sort select, .catalog-search input { height: 44px; }
.catalog-empty { text-align: center; padding: 70px 20px; color: var(--t600); }

/* ============ Chip ============ */
.chip { display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.25); color: #fff; border-radius: 999px; padding: 8px 17px; font-size: 13.5px; font-weight: 500; }

/* ============ To'q banner ============ */
.banner-dark { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--p900), var(--p700)); border-radius: var(--r-xl); padding: 52px 56px; color: #fff; }
.banner-dark::after { content: ''; position: absolute; top: -140px; right: -80px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(245,158,11,.18), transparent 65%); }
.banner-dark > * { position: relative; z-index: 1; }
.banner-dark h2 { color: #fff; }

/* ============ Timeline (5 bosqich) ============ */
.timeline-h { display: flex; align-items: flex-start; position: relative; }
.timeline-h .timeline-step { flex: 1 1 0; text-align: center; position: relative; padding-top: 8px; }
.timeline-h .timeline-step::before { content: ''; position: absolute; top: 33px; left: -50%; width: 100%; height: 2px; background: var(--p100); z-index: 0; }
.timeline-h .timeline-step:first-child::before { display: none; }
.timeline-h .timeline-num { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; background: var(--p800); color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 0 0 6px var(--bg); }
.timeline-h .timeline-step:last-child .timeline-num { background: var(--accent); color: var(--p800); }
.timeline-h .timeline-title { font-weight: 700; font-size: 15px; color: var(--t900); }
.timeline-h .timeline-text { font-size: 12.5px; color: var(--t600); margin-top: 5px; max-width: 210px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.section-alt .timeline-h .timeline-num { box-shadow: 0 0 0 6px #fff; }

/* ============ Statistika ============ */
.stat-item { text-align: center; }
.stat-item .stat-num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 40px; color: var(--p800); line-height: 1.1; }
.stat-item .stat-label { font-size: 13.5px; color: var(--t600); margin-top: 4px; }

/* ============ Breadcrumb ============ */
.breadcrumb-kae { font-size: 13px; color: var(--t400); margin-bottom: 8px; }
.breadcrumb-kae a { color: var(--t400); }
.breadcrumb-kae a:hover { color: var(--p800); }

/* ============ Formalar ============ */
.form-label { font-size: 13.5px; font-weight: 600; color: var(--t900); margin-bottom: 7px; }
.form-control, .form-select { border: 1.5px solid var(--border); border-radius: 11px; min-height: 48px; padding: 10px 16px; font-size: 14.5px; color: var(--t900); background: #fff; }
.form-control:focus, .form-select:focus { border-color: var(--p600); box-shadow: 0 0 0 3px rgba(40,40,154,.12); outline: none; }
textarea.form-control { height: auto; }
.form-control::placeholder { color: var(--t400); }
.form-error { color: var(--bad); font-size: 13px; margin-top: 5px; }
.hp-field { position: absolute !important; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }

/* ============ Mahsulot sahifasi ============ */
.gallery-main-img, .gallery-main-ph { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 18px; border-radius: 14px; background: #fff; border: 1px solid var(--border-soft); box-shadow: var(--sh-card); }
.gallery-main-ph { display: flex; align-items: center; justify-content: center; color: var(--p400); background: linear-gradient(160deg, #fff, var(--p50)); }
.gallery-main-ph .ic { width: 120px; height: 120px; stroke-width: .9; }
.gallery-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.gallery-thumbs .thumb { width: 92px; height: 70px; object-fit: contain; padding: 4px; border-radius: 10px; background: #fff; border: 1px solid var(--border-soft); cursor: pointer; transition: border-color .15s; }
.gallery-thumbs .thumb.active, .gallery-thumbs .thumb:hover { border: 2px solid var(--p800); }
.product-tabs .tab-kae { border: none; border-bottom: 1px solid var(--border); gap: 28px; }
.product-tabs .tab-kae .nav-link { border: none; padding: 0 4px 14px; font-weight: 500; font-size: 15px; color: var(--t600); background: transparent; border-radius: 0; }
.product-tabs .tab-kae .nav-link.active { color: var(--p800); font-weight: 600; border-bottom: 2.5px solid var(--p800); background: transparent; }
.spec-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.spec-table td { padding: 12px 16px; }
.spec-table tr:nth-child(odd) td { background: var(--bg); }
.spec-table tr td:first-child { color: var(--t600); border-radius: 8px 0 0 8px; }
.spec-table tr td:last-child { font-weight: 600; text-align: right; border-radius: 0 8px 8px 0; }
.trust-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--t600); }
.trust-row .ic { width: 18px; height: 18px; stroke: var(--ok); }

/* ============ Wizard modal ============ */
.modal-kae .modal-dialog { max-width: 640px; }
.modal-kae .modal-content { border: none; border-radius: 18px; box-shadow: 0 24px 70px rgba(10,10,46,.5); }
.modal-backdrop.show { background: linear-gradient(140deg, rgba(10,10,46,.75), rgba(28,28,107,.75)); opacity: 1; }
.wizard-step-dots { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 6px 0 4px; }
.wizard-step-dots .dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid #D1D5DB; background: transparent; transition: all .2s; }
.wizard-step-dots .dot.active, .wizard-step-dots .dot.done { background: var(--p800); border-color: var(--p800); }
.wizard-step-dots .dot.accent { background: var(--accent); border-color: var(--accent); }
.wizard-step-dots .line { width: 46px; height: 2px; background: var(--border); transition: background .2s; }
.wizard-step-dots .line.done { background: var(--p800); }

.choice-card { display: flex; gap: 16px; align-items: flex-start; border: 2px solid var(--border); border-radius: 14px; padding: 19px 21px; cursor: pointer; margin-bottom: 14px; transition: all .15s; position: relative; }
.choice-card:hover { border-color: var(--p400); }
.choice-card:has(input:checked) { border-color: var(--p800); background: var(--p50); }
.choice-card input[type="radio"] { width: 21px; height: 21px; accent-color: var(--p800); margin-top: 2px; flex-shrink: 0; }
.choice-title { font-weight: 700; font-size: 15.5px; color: var(--t900); }
.choice-card:has(input:checked) .choice-title { color: var(--p800); }
.choice-desc { font-size: 13.5px; color: var(--t600); margin-top: 4px; }

.wiz-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tier-card { position: relative; display: block; border: 2px solid var(--border); border-radius: 14px; padding: 22px 14px 18px; text-align: center; cursor: pointer; transition: all .15s; }
.tier-card:hover { border-color: var(--p400); }
.tier-card.selected { border-color: var(--p800); background: var(--p50); box-shadow: 0 10px 26px rgba(19,19,78,.14); }
.tier-card input[type="radio"] { position: absolute; opacity: 0; }
.tier-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 16px; color: var(--t900); }
.tier-card.selected .tier-name { color: var(--p800); }
.tier-desc { font-size: 12.5px; color: var(--t600); margin-top: 4px; min-height: 36px; }
.tier-count { font-weight: 600; font-size: 13px; color: var(--p700); margin-top: 8px; }
.badge-req, .tier-badge { background: var(--accent); color: var(--p800); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.tier-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); }

.wiz-checklist { border: 1px solid var(--border-soft); border-radius: 14px; overflow: hidden; }
.wiz-item-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 18px; border-bottom: 1px solid #F1F1F4; margin: 0; font-size: 14.5px; cursor: pointer; }
.wiz-item-row:last-child { border-bottom: none; }
.wiz-item-row input[type="checkbox"] { width: 19px; height: 19px; accent-color: var(--p800); margin-right: 4px; }
.wiz-item-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--p400); white-space: nowrap; }
.wiz-item-main { background: var(--p50); border-bottom: 1px solid var(--p100); font-weight: 700; color: var(--p800); cursor: default; }
.wiz-item-main .price { color: var(--p800); }
.wiz-note { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--t600); margin-top: 10px; }
.wiz-summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--p50); border-radius: 12px; padding: 13px 18px; font-size: 13.5px; color: var(--t600); }
.wiz-summary .price { font-size: 15px; }
.wiz-success { text-align: center; padding: 28px 10px; }
.wiz-success-icon { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: #D1FAE5; color: var(--ok); display: flex; align-items: center; justify-content: center; }
.wiz-success-icon .ic { width: 30px; height: 30px; stroke-width: 2.2; }
.order-number { color: var(--p800); font-weight: 700; }

/* ============ Xizmat qatori ============ */
.srv-row { display: flex; gap: 18px; padding: 26px; color: var(--t900); }
.srv-icon { width: 48px; height: 48px; flex-shrink: 0; border-radius: 13px; background: var(--p800); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.srv-icon .ic { width: 22px; height: 22px; }
.srv-icon-lite { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--p100); color: var(--p800); display: flex; align-items: center; justify-content: center; }
.srv-arrow { margin-left: auto; align-self: center; color: #C4C7CE; flex-shrink: 0; }

/* ============ Footer ============ */
.footer { background: var(--p900); color: rgba(255,255,255,.62); padding: 64px 0 0; margin-top: 0; }
.footer h6, .footer .footer-title { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer a { color: rgba(255,255,255,.62); }
.footer a:hover { color: #fff; }
.footer-logo { display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 17px; color: #fff; }
.footer-social a { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 7px 14px; font-size: 12.5px; color: #fff; }
.footer-social a:hover { border-color: var(--accent); color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding: 22px 0; font-size: 12.5px; text-align: center; }

/* ============ Kontent HTML (WYSIWYG) ============ */
.content-html { line-height: 1.7; color: var(--t900); }
.content-html img { border-radius: var(--r-md); }
.content-html h2, .content-html h3 { margin: 1.2em 0 .5em; }

/* ============ Responsive ============ */
@media (max-width: 991.98px) {
  .section { padding: 56px 0; }
  .hero { padding: 64px 0 56px; }
  .hero h1 { font-size: 36px; }
  .hero-panel { display: none; }
  .section-head h2 { font-size: 25px; }
  .nav-kae { flex-direction: column; gap: 14px; padding: 18px 0; }
  .banner-dark { padding: 34px 26px; }
}
@media (max-width: 767.98px) {
  .hero h1 { font-size: 30px; }
  .timeline-h { flex-direction: column; gap: 22px; }
  .timeline-h .timeline-step::before { display: none; }
  .timeline-h .timeline-text { max-width: none; }
  .wiz-tier-grid { grid-template-columns: 1fr; }
  .tier-desc { min-height: 0; }
  .modal-kae .modal-dialog { margin: 8px; }
  .stat-item .stat-num { font-size: 30px; }
}

/* Katalog toolbar va filtr ro'yxati tuzatishlari */
.filter-cat-list { list-style: none; padding: 0; margin: 0; }
.filter-cat-list li { margin: 0; }
.catalog-search { flex: 1 1 auto; max-width: 460px; }
.catalog-sort { width: auto; min-width: 210px; flex: 0 0 auto; }
