﻿/* ==========================================================================
   پەڕەی سەرەکی (پەڕەی ناساندن) — /
   گۆڕاوەکانی ڕەنگ لە site.css ـەوە دێن، بۆیە ڕووکاری تاریک خۆکار کاردەکات.
   ========================================================================== */

.lp { background: var(--bg, #f5f7fc); }
.lp-wrap { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }

/* ── ناڤیگەیشن ── */
.lp-nav {
  position: sticky; top: 0; z-index: 100;
  padding: .7rem 0;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
.lp-nav.stuck { border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(2,6,23,.5); }
.lp-nav .lp-wrap { display: flex; align-items: center; gap: 1rem; }
.lp-brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--ink); }
.lp-brand img { width: 38px; height: 38px; border-radius: 11px; }
.lp-brand b { display: block; font-size: 1rem; font-weight: 800; line-height: 1.15; }
.lp-brand small { display: block; font-size: .68rem; color: var(--muted); }
.lp-links { display: flex; gap: .3rem; margin-inline-start: auto; }
.lp-links a {
  padding: .45rem .75rem; border-radius: 999px;
  font-size: .82rem; font-weight: 700; color: var(--muted); text-decoration: none;
}
.lp-links a:hover { color: var(--brand-1); background: color-mix(in srgb, var(--brand-1) 8%, transparent); }
.lp-actions { display: flex; align-items: center; gap: .4rem; }

/* ── دوگمەکان ── */
.lp-btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .5rem .9rem; border-radius: 999px; border: 1.5px solid transparent;
  font-family: inherit; font-size: .82rem; font-weight: 800;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .15s, box-shadow .15s, background .15s, color .15s;
}
.lp-btn.lg { padding: .7rem 1.25rem; font-size: .9rem; }
/* داواکاری کردنەوەی فۆرم کرداری سەرەکیی قوتابیانە — گەورەتر و دیارتر لە ئەوانی تر */
.lp-btn.xl { padding: 1rem 2rem; font-size: 1.08rem; border-radius: 999px; gap: .6rem; }
/* خزمەتگوزارییەکانی کۆمپانیا — چیپی بچووک لە بلۆکی کۆمپانیادا */
.lp-services { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0 0 1rem; }
.lp-services li {
  font-size: .76rem; font-weight: 700; padding: .28rem .6rem; border-radius: 999px;
  background: color-mix(in srgb, var(--brand-1) 10%, transparent); color: var(--brand-1);
}
.lp-btn.xl .icon { width: 1.25em; height: 1.25em; }
.lp-cta-primary { display: flex; flex-direction: column; gap: .5rem; align-items: flex-start; margin-bottom: 1rem; }
.lp-cta-primary .lp-hint { font-size: .8rem; color: var(--muted); }
.lp-btn.solid.xl { box-shadow: 0 14px 34px -10px rgba(79,70,229,.75); }
.lp-btn.sm { padding: .38rem .7rem; font-size: .76rem; }
.lp-btn.solid { background: var(--grad); color: #fff; box-shadow: 0 10px 26px -10px rgba(79,70,229,.7); }
.lp-btn.solid:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(79,70,229,.8); }
.lp-btn.outline { border-color: var(--line); color: var(--ink); background: var(--surface); }
.lp-btn.outline:hover { border-color: var(--brand-1); color: var(--brand-1); }
.lp-btn.ghost { color: var(--muted); }
.lp-btn.ghost:hover { color: var(--brand-1); background: color-mix(in srgb, var(--brand-1) 8%, transparent); }
.lp-btn.plain { color: var(--muted); }
.lp-btn.plain:hover { color: var(--brand-1); }
.lp-btn .icon { width: 1.05em; height: 1.05em; }

/* ── سەردێڕ ── */
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .75rem; border-radius: 999px;
  background: color-mix(in srgb, var(--brand-1) 10%, transparent);
  color: var(--brand-1); font-size: .74rem; font-weight: 800;
}
.lp-eyebrow .icon { width: 1em; height: 1em; }
.lp-hero { padding: clamp(2.5rem, 7vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem); overflow: hidden; }
.lp-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.lp-hero h1 {
  margin: .9rem 0 .6rem;
  font-size: clamp(1.7rem, 4.4vw, 3rem); font-weight: 800; line-height: 1.25;
}
.lp-grad {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-lead { color: var(--muted); font-size: clamp(.9rem, 1.6vw, 1.02rem); line-height: 1.85; max-width: 46ch; }
.lp-cta { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.5rem; }
.lp-badges { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.6rem; }
.lp-badges span { display: inline-flex; align-items: center; gap: .35rem; font-size: .78rem; color: var(--muted); font-weight: 600; }
.lp-badges .icon { width: 1em; height: 1em; color: #16a34a; }

/* ── مۆکی پەنجەرە ── */
.lp-mock { position: relative; }
.lp-win {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 30px 70px -34px rgba(2,6,23,.55); overflow: hidden;
}
.lp-win-bar { display: flex; gap: .35rem; padding: .7rem .9rem; border-bottom: 1px solid var(--line); }
.lp-win-bar span { width: 10px; height: 10px; border-radius: 99px; background: var(--line); }
.lp-win-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; padding: 1rem; }
.lp-tile { border-radius: 14px; padding: .85rem .7rem; color: #fff; text-align: center; }
.lp-tile b { display: block; font-size: 1.15rem; font-weight: 800; }
.lp-tile span { font-size: .68rem; opacity: .92; }
.lp-tile.a { background: linear-gradient(135deg,#6366f1,#8b5cf6); }
.lp-tile.b { background: linear-gradient(135deg,#0ea5e9,#22d3ee); }
.lp-tile.c { background: linear-gradient(135deg,#16a34a,#4ade80); }
.lp-rows { grid-column: 1 / -1; display: grid; gap: .45rem; }
.lp-rows i { display: block; height: 9px; border-radius: 99px; background: var(--line); }
.lp-rows i:nth-child(2) { width: 82%; } .lp-rows i:nth-child(3) { width: 64%; } .lp-rows i:nth-child(4) { width: 74%; }
.lp-chip {
  position: absolute; display: inline-flex; align-items: center; gap: .35rem;
  padding: .45rem .7rem; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: 0 14px 30px -16px rgba(2,6,23,.5);
  font-size: .72rem; font-weight: 700;
  animation: lp-float 5s ease-in-out infinite;
}
.lp-chip .icon { width: 1em; height: 1em; color: var(--brand-1); }
.lp-chip.c1 { inset-inline-start: -14px; top: 16%; }
.lp-chip.c2 { inset-inline-end: -10px; bottom: 12%; animation-delay: -2.5s; }
@keyframes lp-float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-9px) } }

/* ── ژمارەکان ── */
.lp-stats { padding: 1.4rem 0; border-block: 1px solid var(--line); background: var(--surface); }
.lp-stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; text-align: center; }
.lp-stats-grid b {
  display: block; font-size: clamp(1.15rem, 2.6vw, 1.7rem); font-weight: 800;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.lp-stats-grid span { font-size: .72rem; color: var(--muted); font-weight: 600; }

/* ── سلایدەری ڕیکلام ── */
.lp-slider { padding: clamp(2rem, 5vw, 3.5rem) 0 0; }
.lp-slides { position: relative; min-height: 210px; }
.lp-slide {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: minmax(0, 260px) 1fr; gap: 1.25rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line);
  border-inline-start: 5px solid var(--accent);
  border-radius: 18px; padding: 1.2rem; overflow: hidden;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .5s, transform .5s, visibility .5s;
}
.lp-slide.on { opacity: 1; visibility: visible; transform: none; position: relative; }
.lp-slide-img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; }
.lp-slide h3 { font-size: 1.05rem; font-weight: 800; margin: .35rem 0 .4rem; }
.lp-slide p { color: var(--muted); font-size: .86rem; line-height: 1.8; margin: 0 0 .7rem; overflow-wrap: anywhere; }
.lp-pin { display: inline-block; padding: .12rem .5rem; border-radius: 99px; background: #fef3c7; color: #b45309; font-size: .68rem; font-weight: 800; }
.lp-dots { display: flex; justify-content: center; gap: .4rem; margin-top: 1rem; }
.lp-dot { width: 8px; height: 8px; padding: 0; border: none; border-radius: 99px; background: var(--line); cursor: pointer; transition: width .25s, background .25s; }
.lp-dot.on { width: 26px; background: var(--brand-1); }

/* ── بەشە گشتییەکان ── */
.lp-section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.lp-band { background: var(--surface); border-block: 1px solid var(--line); }
.lp-head { text-align: center; max-width: 62ch; margin-inline: auto; margin-bottom: 2.2rem; }
.lp-head h2 { font-size: clamp(1.3rem, 3vw, 1.95rem); font-weight: 800; margin: .7rem 0 .5rem; }
.lp-head p { color: var(--muted); font-size: .9rem; line-height: 1.8; margin: 0; }

.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.lp-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: 1.25rem; transition: transform .18s, box-shadow .18s, border-color .18s;
}
.lp-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--brand-1) 40%, var(--line)); box-shadow: 0 20px 40px -26px rgba(2,6,23,.55); }
.lp-card h3 { font-size: .98rem; font-weight: 800; margin: .8rem 0 .4rem; }
.lp-card p { color: var(--muted); font-size: .84rem; line-height: 1.8; margin: 0; }
.lp-ico {
  width: 42px; height: 42px; border-radius: 13px;
  display: grid; place-items: center;
  background: color-mix(in srgb, var(--brand-1) 12%, transparent); color: var(--brand-1);
}
.lp-ico .icon { width: 1.25em; height: 1.25em; }

/* ── نووسینگەکان ── */
.lp-offices { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.lp-office {
  display: flex; flex-direction: column; align-items: center; gap: .55rem; text-align: center;
  padding: 1.4rem 1rem; border-radius: 16px; text-decoration: none;
  background: var(--bg, #f5f7fc); border: 1.5px solid var(--line); color: var(--ink);
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
.lp-office:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 20px 40px -26px rgba(2,6,23,.5); }
.lp-office img { width: 54px; height: 54px; border-radius: 15px; object-fit: contain; background: #fff; }
.lp-office-name { font-weight: 800; font-size: .92rem; }
.lp-office-go { display: inline-flex; align-items: center; gap: .3rem; font-size: .76rem; font-weight: 700; color: var(--accent); }
.lp-office-go .icon { width: 1em; height: 1em; }
.lp-note { text-align: center; margin-top: 1.4rem; font-size: .84rem; color: var(--muted); }

/* ── دەربارە ── */
.lp-about { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.lp-about h2 { font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 800; margin: .7rem 0 .7rem; }
.lp-body { color: var(--muted); font-size: .92rem; line-height: 1.95; white-space: pre-line; }
.lp-mini { display: flex; gap: 2rem; margin-top: 1.5rem; }
.lp-mini b { display: block; font-size: 1.5rem; font-weight: 800; color: var(--brand-1); }
.lp-mini span { font-size: .76rem; color: var(--muted); }
.lp-company {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.6rem; text-align: center;
}
.lp-company img { width: 62px; height: 62px; border-radius: 17px; }
.lp-company h3 { font-size: 1.1rem; font-weight: 800; margin: .8rem 0 .5rem; }
.lp-company p { color: var(--muted); font-size: .85rem; line-height: 1.85; margin: 0 0 1rem; }

/* ── پەیوەندی ── */
.lp-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.lp-ci {
  display: flex; flex-direction: column; gap: .35rem;
  background: var(--bg, #f5f7fc); border: 1px solid var(--line);
  border-radius: 16px; padding: 1.2rem;
}
.lp-ci .lbl { font-size: .72rem; font-weight: 800; color: var(--muted); }
.lp-ci a { color: var(--brand-1); text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.lp-ci > span:last-child { font-size: .88rem; }

.lp-footer { margin-top: 0; }

/* ── دەرکەوتنی نەرم ── */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.seen { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .lp-hero-grid, .lp-about { grid-template-columns: 1fr; }
  .lp-mock { order: -1; }
  .lp-stats-grid { grid-template-columns: repeat(3, 1fr); row-gap: 1.2rem; }
  .lp-links { display: none; }
}
@media (max-width: 640px) {
  .lp-slide { grid-template-columns: 1fr; }
  .lp-slide-img { height: 140px; }
  .lp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-chip { display: none; }
  .lp-brand small { display: none; }
  .lp-cta .lp-btn { flex: 1 1 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-chip { animation: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
}

[data-theme="dark"] .lp-office img { background: #1c2340; }
[data-theme="dark"] .lp-pin { background: #332608; color: #fbbf24; }

/* ==========================================================================
   ناڤیگەیشنی پەڕەی سەرەکی لەسەر شاشەی تەنگ
   ناوی برەند + سێ دوگمە لە ٣٢٠px دا جێیان نابێتەوە، بۆیە بە پێچەوانەی
   گرنگی بچووک دەبنەوە: سەرەتا دەقی برەند، پاشان ناوی زمان، لە کۆتاییدا
   دەقی دوگمەی چوونەژوورەوە — ئایکۆنەکە هەمیشە دەمێنێتەوە.
   ========================================================================== */
.lp-lang-short { display: none; }

@media (max-width: 560px) {
  .lp-nav { padding: .5rem 0; }
  .lp-nav .lp-wrap { gap: .4rem; }
  .lp-brand span { display: none; }            /* تەنها نیشانەکە دەمێنێتەوە */
  .lp-brand img { width: 34px; height: 34px; }
  .lp-actions { gap: .3rem; }
  .lp-btn { padding: .5rem .7rem; }
}

@media (max-width: 430px) {
  .lp-lang-long { display: none; }
  .lp-lang-short { display: inline; }
  .lp-btn.ghost { padding: .5rem .55rem; }
}

@media (max-width: 340px) {
  /* دوایین هەنگاو، تەنها بۆ بچووکترین تەلەفۆنەکان: دوگمەی چوونەژوورەوە
     دەبێتە ئایکۆنێکی تەنها. دوای شاردنەوەی ناوی برەند جێگە بەرفراوانە،
     بۆیە ئەم هەنگاوە بە دەگمەن پێویست دەبێت. */
  .lp-nav .lp-btn-label { display: none; }
  .lp-nav .lp-btn.solid { padding: .5rem .7rem; }
}

/* پارێزەری کۆتایی: ناڤیگەیشن هەرگیز پەڕەکە فراوان ناکات */
.lp-nav .lp-wrap { min-width: 0; }
.lp-brand { min-width: 0; }
.lp-brand b, .lp-brand small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lp-actions { flex: 0 0 auto; }
