/* ============================================================
   partners.css — «Hamkorlar uchun» sahifasi (/partners)
   Alohida vizual til: to'q teal hero + amber urg'u.
   Boshqa sahifalar bilan aralashmasligi uchun barcha klasslar
   `pt-` prefiksi bilan.
   ============================================================ */

.pt {
    --pt-deep:   #04222A;
    --pt-teal:   #024A57;
    --pt-bright: #04A5B5;
    --pt-amber:  #F5A524;
    --pt-ink:    #10212B;
    --pt-muted:  #5D707C;
    --pt-line:   #E4EAEE;
    --pt-soft:   #F5F9FA;
    color: var(--pt-ink);
}

/* ==================== HERO ==================== */
.pt-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 84px;
    background:
        radial-gradient(900px 420px at 82% -10%, rgba(4,165,181,.38), transparent 62%),
        radial-gradient(700px 380px at 8% 110%, rgba(245,165,36,.16), transparent 60%),
        linear-gradient(158deg, var(--pt-deep) 0%, var(--pt-teal) 58%, #03616E 100%);
}
/* nozik to'r naqsh — hero'ni boshqa sahifalardan ajratib turadi */
.pt-hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 100%);
}
.pt-hero__inner { position: relative; z-index: 1; max-width: 860px; }

.pt-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(245,165,36,.14);
    border: 1px solid rgba(245,165,36,.42);
    color: #FFCB74;
    font-size: .82rem; font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 18px;
}
.pt-hero h1 {
    font-size: 2.85rem; line-height: 1.16; font-weight: 800;
    color: #fff; margin: 0 0 16px;
}
.pt-hero h1 em {
    font-style: normal;
    background: linear-gradient(100deg, #FFD37A, #F5A524);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pt-hero__lead {
    font-size: 1.09rem; line-height: 1.75;
    color: rgba(255,255,255,.82);
    max-width: 680px; margin: 0 0 28px;
}

.pt-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pt-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: .96rem; font-weight: 700;
    transition: transform .18s, box-shadow .18s, background .18s, color .18s;
    white-space: nowrap;
}
.pt-btn--primary {
    background: linear-gradient(135deg, #F5A524, #E8890B);
    color: #2A1800;
    box-shadow: 0 10px 26px rgba(245,165,36,.28);
}
.pt-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(245,165,36,.36); }
.pt-btn--ghost {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.28);
    color: #fff;
}
.pt-btn--ghost:hover { background: rgba(255,255,255,.16); }
.pt-btn--solid {
    background: var(--pt-teal); color: #fff;
    box-shadow: 0 10px 26px rgba(2,74,87,.24);
}
.pt-btn--solid:hover { transform: translateY(-2px); background: #036474; }

/* hero ostidagi qisqa faktlar */
.pt-strip {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    margin-top: 44px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    overflow: hidden;
}
.pt-strip__item {
    background: rgba(4,34,42,.55);
    padding: 20px 18px;
    backdrop-filter: blur(2px);
}
.pt-strip__k { display: block; font-size: 1.02rem; font-weight: 800; color: #fff; margin-bottom: 4px; }
.pt-strip__v { font-size: .86rem; color: rgba(255,255,255,.66); line-height: 1.55; }

/* ==================== UMUMIY BO'LIM ==================== */
.pt-section { padding: 66px 0; }
.pt-section--soft { background: var(--pt-soft); }

.pt-head { max-width: 720px; margin: 0 0 34px; }
.pt-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.pt-eyebrow {
    display: block;
    font-size: .78rem; font-weight: 800; letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--pt-bright);
    margin-bottom: 10px;
}
.pt-head h2 { font-size: 1.86rem; font-weight: 800; line-height: 1.28; margin: 0 0 10px; }
.pt-head p { font-size: 1.01rem; color: var(--pt-muted); line-height: 1.75; margin: 0; }

/* ==================== KIMLAR UCHUN ==================== */
.pt-aud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pt-aud__card {
    background: #fff;
    border: 1px solid var(--pt-line);
    border-radius: 18px;
    padding: 26px 22px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pt-aud__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(2,74,87,.09);
    border-color: #CDE6EA;
}
.pt-aud__ic {
    width: 46px; height: 46px; border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    background: linear-gradient(135deg, #E8F6F8, #D6EEF2);
    margin-bottom: 14px;
}
.pt-aud__card h3 { font-size: 1.03rem; font-weight: 700; margin: 0 0 7px; }
.pt-aud__card p { font-size: .91rem; color: var(--pt-muted); line-height: 1.7; margin: 0; }

/* ==================== TAQQOSLASH ==================== */
.pt-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pt-panel { border-radius: 20px; padding: 30px 28px; }
.pt-panel--plain {
    background: #fff;
    border: 1px solid var(--pt-line);
}
.pt-panel--win {
    background: linear-gradient(155deg, var(--pt-teal), #03616E);
    color: #fff;
    box-shadow: 0 18px 44px rgba(2,74,87,.22);
}
.pt-panel h3 { font-size: 1.12rem; font-weight: 800; margin: 0 0 18px; }
.pt-panel--plain h3 { color: var(--pt-muted); }
.pt-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pt-list li { display: flex; gap: 11px; font-size: .95rem; line-height: 1.65; }
.pt-list li i {
    flex: 0 0 auto; width: 21px; height: 21px; margin-top: 2px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-style: normal; font-size: .74rem; font-weight: 800;
}
.pt-panel--plain .pt-list li { color: #6B7B85; }
.pt-panel--plain .pt-list li i { background: #F1F4F6; color: #97A6AE; }
.pt-panel--win .pt-list li i { background: rgba(255,255,255,.18); color: #A8F0D0; }

/* ==================== IMKONIYATLAR ==================== */
.pt-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pt-feat {
    position: relative;
    background: #fff;
    border: 1px solid var(--pt-line);
    border-radius: 18px;
    padding: 28px 24px 26px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pt-feat::after {
    content: '';
    position: absolute; left: 24px; right: 24px; top: 0; height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, var(--pt-bright), rgba(4,165,181,0));
    opacity: 0; transition: opacity .2s;
}
.pt-feat:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(2,74,87,.09); border-color: #CDE6EA; }
.pt-feat:hover::after { opacity: 1; }
.pt-feat__n {
    display: inline-flex; align-items: center; justify-content: center;
    width: 34px; height: 34px; border-radius: 11px;
    background: var(--pt-deep); color: #7FE3EF;
    font-size: .84rem; font-weight: 800;
    margin-bottom: 14px;
}
.pt-feat--star .pt-feat__n { background: linear-gradient(135deg, #F5A524, #E8890B); color: #2A1800; }
.pt-feat h3 { font-size: 1.04rem; font-weight: 700; margin: 0 0 8px; line-height: 1.4; }
.pt-feat p { font-size: .92rem; color: var(--pt-muted); line-height: 1.72; margin: 0; }
.pt-tag {
    display: inline-block; margin-top: 12px;
    padding: 4px 10px; border-radius: 999px;
    background: rgba(245,165,36,.14); color: #A96B05;
    font-size: .76rem; font-weight: 700;
}

/* ==================== QADAMLAR ==================== */
.pt-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; }
.pt-steps::before {
    content: '';
    position: absolute; top: 23px; left: 8%; right: 8%; height: 2px;
    background: repeating-linear-gradient(90deg, #CDE6EA 0 8px, transparent 8px 16px);
}
.pt-step { position: relative; text-align: center; }
.pt-step__n {
    position: relative; z-index: 1;
    width: 46px; height: 46px; margin: 0 auto 16px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: #fff;
    border: 2px solid var(--pt-bright);
    color: var(--pt-teal);
    font-size: 1.02rem; font-weight: 800;
}
.pt-step h3 { font-size: 1rem; font-weight: 700; margin: 0 0 7px; }
.pt-step p { font-size: .9rem; color: var(--pt-muted); line-height: 1.7; margin: 0; }

/* ==================== FAQ ==================== */
.pt-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.pt-q {
    background: #fff;
    border: 1px solid var(--pt-line);
    border-radius: 14px;
    padding: 4px 20px;
    transition: border-color .2s, box-shadow .2s;
}
.pt-q[open] { border-color: #CDE6EA; box-shadow: 0 10px 26px rgba(2,74,87,.07); }
.pt-q summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 0;
    font-size: .99rem; font-weight: 700;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.pt-q summary::-webkit-details-marker { display: none; }
.pt-q summary::after {
    content: '+';
    flex: 0 0 auto;
    width: 26px; height: 26px; border-radius: 8px;
    background: var(--pt-soft); color: var(--pt-teal);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 700;
    transition: transform .2s, background .2s;
}
.pt-q[open] summary::after { content: '−'; background: #E1F1F4; }
.pt-q__a { padding: 0 0 18px; font-size: .93rem; color: var(--pt-muted); line-height: 1.78; }
.pt-q__a p { margin: 0 0 10px; }
.pt-q__a p:last-child { margin-bottom: 0; }

/* ==================== YAKUNIY CTA ==================== */
.pt-cta {
    position: relative; overflow: hidden;
    border-radius: 24px;
    padding: 52px 44px;
    text-align: center;
    background:
        radial-gradient(600px 300px at 15% 0%, rgba(245,165,36,.2), transparent 60%),
        linear-gradient(140deg, var(--pt-deep), var(--pt-teal) 70%, #03616E);
    color: #fff;
}
.pt-cta h2 { font-size: 1.78rem; font-weight: 800; margin: 0 0 12px; }
.pt-cta p { font-size: 1.01rem; color: rgba(255,255,255,.8); line-height: 1.75; max-width: 620px; margin: 0 auto 26px; }
.pt-cta .pt-actions { justify-content: center; }
.pt-cta__note { margin-top: 20px; font-size: .87rem; color: rgba(255,255,255,.6); }
.pt-cta__note a { color: #FFD37A; font-weight: 700; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
    .pt-aud, .pt-feats { grid-template-columns: repeat(2, 1fr); }
    .pt-steps { grid-template-columns: repeat(2, 1fr); row-gap: 30px; }
    .pt-steps::before { display: none; }
}
@media (max-width: 820px) {
    .pt-hero { padding: 56px 0 62px; }
    .pt-hero h1 { font-size: 2.05rem; }
    .pt-strip { grid-template-columns: repeat(2, 1fr); }
    .pt-compare { grid-template-columns: 1fr; }
    .pt-section { padding: 48px 0; }
    .pt-head h2 { font-size: 1.52rem; }
    .pt-cta { padding: 38px 22px; border-radius: 18px; }
}
@media (max-width: 560px) {
    .pt-hero h1 { font-size: 1.78rem; }
    .pt-aud, .pt-feats { grid-template-columns: 1fr; }
    .pt-steps { grid-template-columns: 1fr; }
    .pt-strip { grid-template-columns: 1fr; }
    .pt-btn { width: 100%; justify-content: center; }
}
