/* ===== Brand font: fonts.css (base64) orqali yuklanadi ===== */

/* ===== Tokens ===== */
:root {
  --blue: #0056C7;
  --blue-600: #0049a8;
  --blue-300: #5b9bff;
  --blue-050: #eef4ff;
  --ink: #0c1322;
  --ink-soft: #46506a;
  --line: #e6ebf3;
  --paper: #ffffff;
  --paper-2: #f6f8fd;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 2px 10px rgba(16, 38, 84, .06);
  --shadow-md: 0 18px 50px -20px rgba(16, 38, 84, .25);
  --shadow-blue: 0 20px 45px -18px rgba(0, 86, 199, .55);
  --display: "Manrope", system-ui, -apple-system, sans-serif;  /* sarlavhalar — zamonaviy grotesk */
  --body: "Manrope", system-ui, -apple-system, sans-serif;     /* matn — bir xil zamonaviy grotesk */
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
}

/* Asosiy tavsif matnlari — qalinroq (Bold/Semibold) */
.hero-sub, .section-lead, .card p, .step p, .why-list li, .cta-text p, .trust-stat span {
  font-weight: 600;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
em { font-style: normal; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ===== Atmosphere ===== */
.bg-atmosphere { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .55; }
.glow--1 { width: 620px; height: 620px; top: -240px; right: -160px;
  background: radial-gradient(circle, rgba(0,86,199,.30), transparent 70%); }
.glow--2 { width: 520px; height: 520px; top: 480px; left: -200px;
  background: radial-gradient(circle, rgba(91,155,255,.28), transparent 70%); }
.grain { position: absolute; inset: 0; opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ===== Header (floating pill) ===== */
.site-header {
  position: sticky; top: 16px; z-index: 100;
  padding-top: 16px;
}
.nav-pill {
  display: flex; align-items: center; gap: 26px;
  height: 64px; padding: 0 10px 0 12px;
  background: linear-gradient(95deg, rgba(233, 241, 255, .55) 0%, rgba(255, 255, 255, .42) 30%, rgba(247, 249, 253, .5) 100%);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 18px;
  box-shadow: 0 14px 36px -16px rgba(16, 38, 84, .26), inset 0 1px 0 rgba(255, 255, 255, .7);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  transition: box-shadow .3s, transform .3s, background .3s;
}
.site-header.scrolled .nav-pill {
  background: linear-gradient(95deg, rgba(233, 241, 255, .7) 0%, rgba(255, 255, 255, .62) 30%, rgba(247, 249, 253, .68) 100%);
  box-shadow: 0 18px 44px -16px rgba(16, 38, 84, .32), inset 0 1px 0 rgba(255, 255, 255, .75);
}
.brand { display: flex; align-items: center; padding: 7px 16px; border-radius: 13px;
  background: rgba(0, 86, 199, .08); transition: background .25s; }
.brand:hover { background: rgba(0, 86, 199, .13); }
.brand-logo { height: 26px; width: auto; }
.nav { display: flex; gap: 28px; margin-left: 8px; }
.nav a { font-weight: 500; font-size: 15px; color: var(--ink-soft); position: relative; padding: 4px 0; transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--blue); border-radius: 2px; transition: width .25s; }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }

.header-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.lang-switch { display: flex; align-items: center; gap: 4px; font-weight: 600; font-size: 14px; }
.lang-btn { background: none; border: none; cursor: pointer; color: var(--ink-soft); font: inherit; padding: 2px 4px; border-radius: 6px; transition: color .2s; }
.lang-btn.is-active { color: var(--blue); }
.lang-btn:hover { color: var(--ink); }
.lang-sep { color: var(--line); }
.phone-link { font-weight: 600; font-size: 15px; color: var(--ink); }
.phone-link:hover { color: var(--blue); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--display); font-weight: 600; font-size: 16px;
  padding: 14px 26px; border-radius: 999px; cursor: pointer; border: 1px solid transparent;
  transition: transform .2s, box-shadow .25s, background .25s, color .2s; white-space: nowrap;
}
.btn--sm { padding: 10px 20px; font-size: 14px; }
.btn--block { width: 100%; padding: 16px; font-size: 17px; }
.btn--primary { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn--primary:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }

/* ===== Hero ===== */
.hero { padding: 86px 0 70px; position: relative; overflow: hidden; }
.hero > .container { position: relative; z-index: 1; }

/* Orqa fon rasmi — qo'l (matoviy oyna ortida) */
.hero-bg {
  position: absolute; inset: -4% -4% -4% 0; z-index: 0;
  background: url("../assets/img/hero-hand.jpg") right center / cover no-repeat;
  transform-origin: 72% 50%;
  animation: hand-breathe 11s ease-in-out infinite;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(100deg, var(--paper) 0%, var(--paper) 30%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.25) 68%, rgba(255,255,255,0) 88%),
    linear-gradient(to bottom, var(--paper) 0%, rgba(255,255,255,0) 14%, rgba(255,255,255,0) 80%, var(--paper) 100%);
}
@keyframes hand-breathe {
  0%, 100% { transform: scale(1.04) translateY(0); }
  50%      { transform: scale(1.13) translateY(-1.2%); }
}

.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.eyebrow {
  display: inline-block; font-weight: 600; font-size: 13.5px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--blue);
  background: var(--blue-050); padding: 8px 16px; border-radius: 999px; margin-bottom: 24px;
}
.hero-title {
  font-family: var(--display); font-weight: 800; line-height: 1.04;
  font-size: clamp(38px, 5.4vw, 66px); letter-spacing: -.02em; margin-bottom: 22px;
}
.hero-title em { display: block; color: var(--blue); }
.hero-sub { font-size: clamp(17px, 2vw, 20px); color: var(--ink-soft); max-width: 560px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 42px; }
.hero-trust { display: flex; gap: 40px; }
.trust-stat strong { font-family: var(--display); font-size: 30px; color: var(--ink); display: block; line-height: 1; }
.trust-stat span { font-size: 14px; color: var(--ink-soft); }

/* Hero visual */
.hero-visual { position: relative; height: 420px; }
.orbit-card--main {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 250px; height: 250px; display: grid; place-items: center; z-index: 2;
}
.orbit-icon { width: 100%; height: 100%;
  filter: drop-shadow(0 30px 55px rgba(16,38,84,.20)) drop-shadow(0 2px 6px rgba(16,38,84,.16));
  animation: floaty 6s ease-in-out infinite; }
.orbit-pulse {
  position: absolute; inset: 4%; border-radius: 31%;
  box-shadow: 0 0 0 0 rgba(0,86,199,.38); animation: pulse 3.4s ease-out infinite; z-index: -1;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0,86,199,.30);} 70%{ box-shadow: 0 0 0 34px rgba(0,86,199,0);} 100%{box-shadow:0 0 0 0 rgba(0,86,199,0);} }
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }

.chip {
  position: absolute; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); border-radius: 999px; padding: 10px 18px;
  font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--ink);
  animation: floaty 5.5s ease-in-out infinite; z-index: 3;
}
.chip::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); margin-right: 8px; vertical-align: middle; }
.chip--smm { top: 6%; left: 0; animation-delay: .1s; }
.chip--brand { top: 0; right: 2%; animation-delay: .9s; }
.chip--crm { top: 46%; right: -6%; animation-delay: .5s; }
.chip--target { bottom: 8%; left: 6%; animation-delay: 1.3s; }
.chip--design { bottom: 0; right: 12%; animation-delay: .7s; }

/* ===== Marquee (uzluksiz lenta) ===== */
.marquee { display: flex; overflow: hidden; border-block: 1px solid var(--line); background: var(--paper-2); padding: 16px 0; }
.marquee-group {
  display: flex; align-items: center; gap: 26px; flex-shrink: 0;
  white-space: nowrap; padding-right: 26px;
  animation: marquee-scroll 80s linear infinite;
}
.marquee-group span { font-family: var(--display); font-weight: 600; font-size: 18px; color: var(--ink-soft); }
.marquee-group span:nth-child(even) { color: var(--blue-300); }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-100%); } }

/* ===== Sections ===== */
.section { padding: 92px 0; position: relative; }
.section--alt { background: var(--paper-2); border-block: 1px solid var(--line); }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 54px; }
.section-tag {
  display: inline-block; font-weight: 600; font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 14px;
}
.section-title { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -.02em; line-height: 1.1; }
.section-lead { color: var(--ink-soft); font-size: 18px; margin-top: 14px; }

/* ===== Cards ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden;
}
.card::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px;
  background: linear-gradient(160deg, rgba(0,86,199,.35), transparent 40%); opacity: 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
  transition: opacity .3s; pointer-events: none; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card:hover::after { opacity: 1; }
.card-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--blue-050); color: var(--blue);
  display: grid; place-items: center; margin-bottom: 20px; transition: background .3s, color .3s; }
.card-icon svg { width: 28px; height: 28px; }
.card:hover .card-icon { background: var(--blue); color: #fff; }
.card h3 { font-family: var(--display); font-weight: 700; font-size: 21px; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15.5px; }

/* ===== Steps ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: s; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; position: relative; box-shadow: var(--shadow-sm); }
.step-num { font-family: var(--display); font-weight: 600; font-size: 46px; color: var(--blue-300); line-height: 1; margin-bottom: 16px; opacity: .9; }
.step h3 { font-family: var(--display); font-weight: 700; font-size: 20px; margin-bottom: 8px; }
.step p { color: var(--ink-soft); font-size: 15.5px; }
.step:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -18px; transform: translateY(-50%); color: var(--blue-300); font-size: 22px; z-index: 2; }

/* ===== Why ===== */
.why-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: center; }
.why-copy .section-tag, .why-copy .section-title { text-align: left; }
.why-copy .section-lead { margin-bottom: 28px; }
.why-list { list-style: none; display: grid; gap: 14px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16.5px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px; box-shadow: var(--shadow-sm); }
.tick { color: var(--blue); font-size: 15px; margin-top: 3px; }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat-box { background: var(--blue); color: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-blue); }
.stat-box:nth-child(2) { background: var(--ink); box-shadow: var(--shadow-md); }
.stat-box strong { font-family: var(--display); font-weight: 600; font-size: 46px; line-height: 1; }
.stat-box span { font-family: var(--display); font-size: 28px; vertical-align: top; }
.stat-box p { margin-top: 10px; font-size: 15px; opacity: .85; }
.stat-box--wide { grid-column: 1 / -1; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.stat-box--wide strong { font-size: 24px; display: block; }
.stat-box--wide p { opacity: .7; }

/* ===== CTA ===== */
.section--cta { padding-bottom: 100px; }
.cta-card {
  display: grid; grid-template-columns: 1fr .9fr; gap: 50px; align-items: center;
  background: linear-gradient(135deg, #06214f, #0056C7);
  border-radius: 32px; padding: 56px; color: #fff; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md);
}
.cta-card::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(91,155,255,.5), transparent 70%); top: -120px; right: -80px; }
.cta-text { position: relative; z-index: 2; }
.cta-text h2 { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3vw, 38px); line-height: 1.12; margin-bottom: 16px; }
.cta-text p { opacity: .85; font-size: 17px; margin-bottom: 24px; max-width: 420px; }
.cta-phone { font-family: var(--display); font-weight: 600; font-size: 26px; color: #fff; }
.cta-phone:hover { color: var(--blue-300); }
.cta-form { position: relative; z-index: 2; background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-md); }
.cta-form label { display: block; margin-bottom: 16px; }
.cta-form label span { display: block; font-size: 14px; font-weight: 500; color: var(--ink-soft); margin-bottom: 6px; }
.cta-form input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; font: inherit; color: var(--ink); background: var(--paper-2); transition: border-color .2s, background .2s; }
.cta-form input:focus { outline: none; border-color: var(--blue); background: #fff; }
.form-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 12px; text-align: center; }
.form-success { display: none; margin-top: 14px; text-align: center; font-weight: 600; color: #11864a; background: #e9f8ef; border-radius: 12px; padding: 12px; }
.cta-form.sent .form-success { display: block; }

/* ===== Footer ===== */
.site-footer { background: #06112a; color: #c4cde0; padding: 64px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.footer-logo { height: 30px; margin-bottom: 16px; }
.footer-brand p { font-size: 15px; max-width: 260px; opacity: .8; }
.footer-col h4 { font-family: var(--display); font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 15px; margin-bottom: 10px; opacity: .8; transition: opacity .2s, color .2s; }
.footer-col a:hover { opacity: 1; color: var(--blue-300); }
.soc-row { display: flex; gap: 10px; margin-top: 6px; }
.soc { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 600; color: #fff; transition: background .2s; }
.soc:hover { background: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; font-size: 14px; opacity: .7; }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ===== Burger / mobile ===== */
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-card { grid-template-columns: 1fr; gap: 32px; padding: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .step:not(:last-child)::after { display: none; }
}
@media (max-width: 720px) {
  .nav { position: fixed; top: 96px; left: 16px; right: 16px; flex-direction: column; background: #fff; padding: 14px 20px;
    border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md);
    transform: translateY(-140%); opacity: 0; transition: transform .35s, opacity .35s; gap: 2px; }
  .nav.open { transform: translateY(0); opacity: 1; }
  .nav a { padding: 12px 0; font-size: 17px; }
  .phone-link, .header-actions .btn { display: none; }
  .burger { display: flex; }
  .steps { grid-template-columns: 1fr; }
  .why-stats { grid-template-columns: 1fr 1fr; }
  .hero-trust { gap: 26px; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .cta-card { padding: 30px 22px; }
  .section { padding: 64px 0; }
}

/* ===== Zamonaviy animatsiyalar ===== */
/* Fondagi yorug'liklar sekin suzadi — jonli atmosfera */
.glow--1 { animation: drift1 20s ease-in-out infinite alternate; }
.glow--2 { animation: drift2 26s ease-in-out infinite alternate; }
@keyframes drift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(-50px,40px) scale(1.18); } }
@keyframes drift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(60px,-40px) scale(1.12); } }

/* Hero ko'k so'zi — yaltiroq gradient harakati */
.hero-title em {
  background: linear-gradient(100deg, #0056C7 0%, #5b9bff 48%, #0056C7 100%);
  background-size: 220% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shine-text 5s linear infinite;
}
@keyframes shine-text { to { background-position: 220% center; } }

/* Kartochka ikonkasi — hover'da jonlanadi */
.card-icon { transition: background .3s, color .3s, transform .35s cubic-bezier(.34,1.56,.64,1); }
.card:hover .card-icon { transform: scale(1.1) rotate(-5deg); }

/* Primary tugma — hover'da yorug'lik o'tadi */
.btn--primary { position: relative; overflow: hidden; }
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-20deg); pointer-events: none;
}
.btn--primary:hover::after { animation: btn-shine .7s ease; }
@keyframes btn-shine { to { left: 150%; } }

/* Orqa fonda suzib yuruvchi yumshoq zarrachalar */
.particles { position: absolute; inset: 0; overflow: hidden; }
.particles span {
  position: absolute; bottom: -8%; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(91,155,255,.55), rgba(0,86,199,.18) 60%, transparent 72%);
  animation-name: floatUp; animation-timing-function: linear; animation-iteration-count: infinite;
}
@keyframes floatUp {
  0%   { transform: translateY(0) translateX(0) scale(.55); opacity: 0; }
  12%  { opacity: .75; }
  88%  { opacity: .45; }
  100% { transform: translateY(-112vh) translateX(36px) scale(1); opacity: 0; }
}
.particles span:nth-child(1) { left: 7%;  width: 16px; height: 16px; animation-duration: 24s; animation-delay: 0s; }
.particles span:nth-child(2) { left: 18%; width: 9px;  height: 9px;  animation-duration: 19s; animation-delay: 4s; }
.particles span:nth-child(3) { left: 28%; width: 22px; height: 22px; animation-duration: 30s; animation-delay: 8s; }
.particles span:nth-child(4) { left: 39%; width: 7px;  height: 7px;  animation-duration: 17s; animation-delay: 2s; }
.particles span:nth-child(5) { left: 50%; width: 13px; height: 13px; animation-duration: 26s; animation-delay: 11s; }
.particles span:nth-child(6) { left: 61%; width: 10px; height: 10px; animation-duration: 21s; animation-delay: 6s; }
.particles span:nth-child(7) { left: 72%; width: 18px; height: 18px; animation-duration: 28s; animation-delay: 1s; }
.particles span:nth-child(8) { left: 81%; width: 8px;  height: 8px;  animation-duration: 18s; animation-delay: 9s; }
.particles span:nth-child(9) { left: 90%; width: 14px; height: 14px; animation-duration: 25s; animation-delay: 5s; }
.particles span:nth-child(10){ left: 96%; width: 6px;  height: 6px;  animation-duration: 16s; animation-delay: 13s; }

/* Harakatni kamaytirish yoqilgan bo'lsa — animatsiyalarni o'chirish */
@media (prefers-reduced-motion: reduce) {
  .glow--1, .glow--2, .hero-title em, .orbit-icon, .orbit-pulse, .marquee-group, .particles span, .hero-bg { animation: none !important; }
  .particles { display: none; }
  .hero-title em { -webkit-text-fill-color: var(--blue); color: var(--blue); }
  .reveal { transition: none; }
}

/* ===== Preloader ===== */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  background: radial-gradient(circle at 50% 38%, #0a3f9e, #06214f 72%);
  transition: opacity .6s ease, visibility .6s ease;
}
.preloader.hide { opacity: 0; visibility: hidden; }
.preloader-inner { position: relative; width: 132px; height: 132px; display: grid; place-items: center; }
.preloader-icon { width: 78px; height: 78px; animation: pl-pop 1.6s ease-in-out infinite; }
@keyframes pl-pop { 0%,100% { transform: scale(.9); } 50% { transform: scale(1.06); } }
.preloader-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 3px solid rgba(255,255,255,.15); border-top-color: #fff;
  animation: pl-spin 1s linear infinite;
}
@keyframes pl-spin { to { transform: rotate(360deg); } }
.preloader-word { color: #fff; font-family: var(--display); font-weight: 800; letter-spacing: .35em; font-size: 18px; padding-left: .35em; opacity: .92; }
.preloader-bar { width: 180px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.18); overflow: hidden; }
.preloader-bar span { display: block; height: 100%; width: 38%; border-radius: 4px; background: #fff; animation: pl-load 1.3s ease-in-out infinite; }
@keyframes pl-load { 0% { transform: translateX(-130%); } 100% { transform: translateX(400%); } }

/* ===== Clients & Partners ===== */
.clients-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.client-logo {
  display: grid; place-items: center; height: 86px; padding: 0 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.client-logo span {
  font-family: var(--display); font-weight: 800; font-size: 17px; letter-spacing: -.01em;
  color: #9aa6bd; transition: color .25s; white-space: nowrap;
}
.client-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue); }
.client-logo:hover span { color: var(--blue); }
.clients-note { text-align: center; margin-top: 22px; font-size: 13.5px; color: var(--ink-soft); opacity: .75; }

/* ===== Brend (ko'k gradient) bo'lim ===== */
.section--brand {
  background: linear-gradient(150deg, #0a3f9e 0%, #0056C7 55%, #06214f 100%);
  border-block: none; color: #fff; position: relative; overflow: hidden;
}
.section--brand::before {
  content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%;
  top: -260px; right: -160px; pointer-events: none;
  background: radial-gradient(circle, rgba(91,155,255,.45), transparent 65%);
}
.section--brand .container { position: relative; z-index: 1; }
.section--brand .section-tag { color: #bcd6ff; }
.section--brand .section-title { color: #fff; }
.section--brand .section-lead { color: rgba(255,255,255,.82); }
.section--brand .clients-note { color: rgba(255,255,255,.7); opacity: 1; }
.section--brand .client-logo {
  background: #fff; border-color: rgba(255,255,255,.6);
  box-shadow: 0 14px 30px -16px rgba(3,18,46,.6);
}
.section--brand .client-logo:hover { border-color: #fff; box-shadow: 0 20px 40px -16px rgba(3,18,46,.7); }

/* ===== Pricing ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card--featured {
  border-color: transparent; color: #fff;
  background: linear-gradient(160deg, #0a3f9e, #0056C7 58%, #06214f);
  box-shadow: var(--shadow-blue); transform: translateY(-8px);
}
.price-card--featured:hover { transform: translateY(-14px); }
.price-badge { position: absolute; top: 18px; right: 18px; background: rgba(255,255,255,.18); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px; }
.price-name { font-family: var(--display); font-weight: 800; font-size: 24px; margin-bottom: 6px; }
.price-for { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 18px; min-height: 42px; }
.price-card--featured .price-for { color: rgba(255,255,255,.82); }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.price-card--featured .price-amount { border-color: rgba(255,255,255,.22); }
.price-num { font-family: var(--display); font-weight: 800; font-size: 30px; }
.price-cur { font-size: 14px; color: var(--ink-soft); }
.price-card--featured .price-cur { color: rgba(255,255,255,.78); }
.price-list { list-style: none; display: grid; gap: 12px; margin-bottom: 26px; flex: 1; }
.price-list li { position: relative; padding-left: 26px; font-size: 15px; font-weight: 600; }
.price-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 800; }
.price-card--featured .price-list li::before { color: #fff; }
.price-card--featured .btn--primary { background: #fff; color: var(--blue); box-shadow: none; }
.price-card--featured .btn--primary:hover { background: #eaf1ff; }

/* ===== Floating Telegram + back to top ===== */
.float-tg {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff;
  background: linear-gradient(135deg, #2aabee, #229ed9);
  box-shadow: 0 12px 30px -8px rgba(34,158,217,.6); transition: transform .25s;
}
.float-tg svg { width: 28px; height: 28px; margin-left: -2px; position: relative; z-index: 1; }
.float-tg::before { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(34,158,217,.5); animation: tg-pulse 2.4s ease-out infinite; }
@keyframes tg-pulse { 0% { box-shadow: 0 0 0 0 rgba(34,158,217,.5); } 70% { box-shadow: 0 0 0 16px rgba(34,158,217,0); } 100% { box-shadow: 0 0 0 0 rgba(34,158,217,0); } }
.float-tg:hover { transform: scale(1.08); }

.to-top {
  position: fixed; right: 24px; bottom: 90px; z-index: 90;
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; color: var(--blue);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .25s, transform .25s, visibility .25s, background .25s, color .25s;
}
.to-top svg { width: 20px; height: 20px; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { color: #fff; background: var(--blue); border-color: var(--blue); }

/* ===== Active nav ===== */
.nav a.active { color: var(--ink); }
.nav a.active::after { width: 100%; }

/* ===== Yangi bo'limlar — responsive ===== */
@media (max-width: 980px) {
  .clients-grid { grid-template-columns: repeat(4, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .price-card--featured, .price-card--featured:hover { transform: none; }
}
@media (max-width: 520px) {
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .float-tg { width: 52px; height: 52px; right: 18px; bottom: 18px; }
  .to-top { right: 18px; bottom: 80px; }
}
