/**
 * Prokistan flagship product page — Scandinavian premium theme
 * Scoped under .xeosol-prokistan
 */

.xeosol-prokistan {
    --pk-ink: #0a0f1a;
    --pk-navy: #0c1b33;
    --pk-navy-mid: #152848;
    --pk-slate: #3d4f66;
    --pk-muted: #64748b;
    --pk-line: rgba(15, 23, 42, 0.08);
    --pk-surface: #f7f8fb;
    --pk-white: #ffffff;
    --pk-accent: #e8a822;
    --pk-accent-soft: rgba(232, 168, 34, 0.12);
    --pk-green: #01411C;
    --pk-green-soft: rgba(1, 65, 28, 0.12);
    --pk-blue: #3b82f6;
    --pk-blue-soft: rgba(59, 130, 246, 0.12);
    --pk-radius: 16px;
    --pk-radius-lg: 24px;
    --pk-shadow: 0 4px 24px rgba(12, 27, 51, 0.06);
    --pk-shadow-lg: 0 24px 64px rgba(12, 27, 51, 0.12);
    --pk-max: 1160px;
    --pk-header-h: 118px;
    overflow-x: hidden;
    color: var(--pk-ink);
    background: var(--pk-white);
    font-feature-settings: "ss01" on, "cv11" on;
}

.xeosol-prokistan * { box-sizing: border-box; }

html:has(.xeosol-prokistan) { scroll-behavior: smooth; }
.page-wrapper:has(.xeosol-prokistan) .main-footer { margin-top: 0; }

/* Header light/dark */
.page-wrapper:has(.xeosol-prokistan) .main-header.header-style-four .header-lower {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.page-wrapper:has(.xeosol-prokistan) .main-header.header-style-four .main-menu .navigation > li > a {
    color: rgba(255, 255, 255, 0.88);
}
.page-wrapper:has(.xeosol-prokistan) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-prokistan) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: var(--pk-accent);
}
.page-wrapper:has(.xeosol-prokistan:not(.xeosol-prokistan--past-hero)) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-prokistan:not(.xeosol-prokistan--past-hero)) .sticky-header .site-logo--light { display: block; }
.page-wrapper:has(.xeosol-prokistan:not(.xeosol-prokistan--past-hero)) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-prokistan:not(.xeosol-prokistan--past-hero)) .sticky-header .site-logo--dark { display: none; }
.page-wrapper:has(.xeosol-prokistan) .sticky-header.fixed-header {
    background: rgba(12, 27, 51, 0.96);
    backdrop-filter: blur(14px);
}
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header.header-style-four .header-lower {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--pk-line);
}
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header .site-logo--light,
.page-wrapper:has(.xeosol-prokistan--past-hero) .sticky-header .site-logo--light { display: none; }
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header .site-logo--dark,
.page-wrapper:has(.xeosol-prokistan--past-hero) .sticky-header .site-logo--dark { display: block; }
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header.header-style-four .main-menu .navigation > li > a,
.page-wrapper:has(.xeosol-prokistan--past-hero) .sticky-header.fixed-header .main-menu .navigation > li > a {
    color: var(--pk-ink);
}
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header.header-style-four .main-menu .navigation > li.current > a,
.page-wrapper:has(.xeosol-prokistan--past-hero) .main-header.header-style-four .main-menu .navigation > li > a:hover {
    color: #c8840e;
}
.page-wrapper:has(.xeosol-prokistan--past-hero) .sticky-header.fixed-header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 var(--pk-line);
}

.pk-shell {
    width: 100%;
    max-width: var(--pk-max);
    margin: 0 auto;
    padding: 0 24px;
}

.pk-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pk-reveal.is-visible { opacity: 1; transform: none; }

.pk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pk-accent);
    margin-bottom: 16px;
}

.pk-heading {
    font-size: clamp(1.85rem, 3.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: var(--pk-ink);
    margin: 0 0 16px;
}

.pk-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--pk-muted);
    margin: 0;
    max-width: 58ch;
}

.pk-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 56px;
}
.pk-section-head .pk-lead { margin-left: auto; margin-right: auto; }

.pk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.pk-btn:hover { text-decoration: none; transform: translateY(-1px); }

.pk-btn--primary {
    background: linear-gradient(135deg, #ffb83a 0%, var(--pk-accent) 55%, #e09410 100%);
    color: var(--pk-ink);
    box-shadow: 0 10px 28px rgba(245, 166, 35, 0.28);
}
.pk-btn--primary:hover { color: var(--pk-ink); box-shadow: 0 14px 36px rgba(245, 166, 35, 0.38); }

.pk-btn--ghost {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}
.pk-btn--ghost:hover { color: #fff; border-color: rgba(245, 166, 35, 0.5); background: rgba(245, 166, 35, 0.08); }

.pk-btn--ghost-dark {
    background: #fff;
    border: 1px solid var(--pk-line);
    color: var(--pk-ink);
}
.pk-btn--ghost-dark:hover { color: var(--pk-ink); border-color: rgba(245, 166, 35, 0.45); }

.pk-btn--sm {
    padding: 11px 18px;
    font-size: 13px;
    margin-top: 18px;
}

/* Internal links */
.xeosol-prokistan a.pk-link {
    color: var(--pk-navy);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(245, 166, 35, 0.45);
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.xeosol-prokistan a.pk-link:hover {
    color: var(--pk-accent);
    text-decoration-color: var(--pk-accent);
}

.xeosol-prokistan a.pk-link--heading {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

.xeosol-prokistan a.pk-link--heading:hover {
    color: var(--pk-accent);
}

.pk-modules a.pk-link,
.pk-eco-finale a.pk-link {
    color: rgba(255, 255, 255, 0.88);
    text-decoration-color: rgba(245, 166, 35, 0.55);
}

.pk-modules a.pk-link:hover,
.pk-eco-finale a.pk-link:hover {
    color: var(--pk-accent);
}

.pk-modules a.pk-link--heading {
    color: #fff;
}

.pk-modules a.pk-link--heading:hover {
    color: var(--pk-accent);
}

.pk-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
}

.pk-crumbs a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pk-crumbs a:hover {
    color: var(--pk-accent);
    text-decoration: none;
}

.pk-crumbs span:last-child {
    color: rgba(255, 255, 255, 0.82);
}

.pk-eco-node__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pk-eco-node__link:hover {
    color: var(--pk-accent);
    text-decoration: none;
}

.pk-eco-why__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pk-eco-why__link:hover {
    color: var(--pk-accent);
    text-decoration: none;
}

/* ========== RELATED PRODUCTS ========== */
.pk-related {
    padding: 88px 0;
    background: #fff;
    border-top: 1px solid var(--pk-line);
}

.pk-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pk-related__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px;
    border-radius: var(--pk-radius);
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}

.pk-related__card:hover {
    transform: translateY(-3px);
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--pk-shadow);
    text-decoration: none;
    color: inherit;
}

.pk-related__card > i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(245, 166, 35, 0.12);
    color: var(--pk-accent);
    font-size: 16px;
}

.pk-related__card h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--pk-ink);
}

.pk-related__card p {
    margin: 0;
    flex: 1;
    font-size: 13px;
    line-height: 1.5;
    color: var(--pk-muted);
}

.pk-related__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--pk-navy);
    margin-top: 4px;
}

.pk-related__card:hover .pk-related__more {
    color: var(--pk-accent);
}

.pk-related__hub {
    margin: 24px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

/* ========== HERO ========== */
.pk-hero {
    position: relative;
    padding: calc(var(--pk-header-h) + 56px) 0 100px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(ellipse 55% 50% at 85% 20%, rgba(59, 130, 246, 0.14) 0%, transparent 60%),
        radial-gradient(ellipse 40% 45% at 10% 80%, rgba(232, 168, 34, 0.1) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(1, 65, 28, 0.35) 0%, transparent 65%),
        linear-gradient(165deg, #020a06 0%, #01411C 35%, #0c1b33 100%);
}

.pk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.pk-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 28px;
    align-items: center;
}

.pk-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 24px;
}

.pk-hero__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pk-accent);
    box-shadow: 0 0 10px rgba(245, 166, 35, 0.6);
}

.pk-hero__product {
    display: block;
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 0.95;
    margin: 0 0 12px;
    background: linear-gradient(105deg, #fff 0%, #ffe8b8 40%, var(--pk-accent) 70%, #7db8f0 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: pk-shimmer 14s linear infinite;
}

/* Brand assets */
.pk-brand {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.pk-brand--hero {
    max-width: min(320px, 88vw);
    margin: 0 0 20px;
}

.pk-brand--dark {
    max-width: 200px;
    margin: 0 0 18px;
    border-radius: 10px;
}

.pk-brand--light {
    max-width: 200px;
    margin: 0 0 18px;
    background: transparent;
}

.pk-brand--orbit {
    max-width: 72%;
    max-height: 28px;
}

.pk-brand--core {
    max-width: 88%;
    max-height: 22px;
    margin-bottom: 6px;
}

.pk-brand--bridge {
    max-width: 160px;
    margin: 0 auto;
}

.pk-brand--finale {
    max-width: 220px;
    margin: 0 auto 20px;
}

.pk-brand--section {
    max-width: 180px;
    margin: 0 auto 16px;
}

.pk-brand--section-light {
    max-width: 180px;
    margin: 0 auto 16px;
    background: transparent;
}

.pk-hero__banner {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--pk-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #fff;
}

.pk-hero__banner img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.pk-screen {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--pk-shadow-lg), 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.pk-screen--hero {
    width: 100%;
}

.pk-screen--art {
    position: relative;
    z-index: 3;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.pk-screen--art .pk-screen__chrome {
    background: rgba(7, 24, 47, 0.52);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px 8px 0 0;
}

.pk-screen--art .pk-screen__url {
    color: rgba(255, 255, 255, 0.7);
}

.pk-screen--art .pk-screen__body {
    aspect-ratio: 1 / 1;
    max-height: none;
    overflow: hidden;
    background: #000;
    margin: 0;
}

.pk-screen--art .pk-screen__body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 0 7px 7px;
}

.pk-screen__chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 16px;
    min-height: 34px;
    background: #f1f5f9;
    border-bottom: 1px solid var(--pk-line);
}

.pk-screen__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.pk-screen__dot:nth-child(1) { background: #ff5f57; }
.pk-screen__dot:nth-child(2) { background: #febc2e; }
.pk-screen__dot:nth-child(3) { background: #28c840; }

.pk-screen__url {
    margin-left: 10px;
    flex: 1;
    font-size: 11px;
    font-weight: 600;
    color: var(--pk-muted);
}

.pk-screen__live {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 100px;
    background: rgba(245, 166, 35, 0.14);
    border: 1px solid rgba(245, 166, 35, 0.35);
    color: var(--pk-accent);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.pk-screen__live:hover {
    background: var(--pk-accent);
    color: #fff;
    text-decoration: none;
}

.pk-screen__body {
    margin: 0;
    max-height: 420px;
    overflow: hidden;
    background: #fff;
}

.pk-screen__body img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

@keyframes pk-shimmer { to { background-position: 200% center; } }

.pk-hero__title {
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 0 20px;
    max-width: 18ch;
}

.pk-hero__copy {
    font-size: 1.02rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.58);
    margin: 0 0 32px;
    max-width: 42ch;
}

.pk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.pk-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pk-hero__stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.pk-hero__stat span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

/* Hero visual + floating pills */
.pk-hero__visual {
    position: relative;
    min-height: 0;
    overflow: visible;
}

.pk-hero__stage {
    position: relative;
    width: min(100%, 680px);
    margin-left: auto;
    padding: 8px 10px 0 95px;
}

.pk-hero__floats {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 4;
}

/* Hero pill colors */
.pk-hero__floats .pk-float {
    background: rgba(10, 20, 36, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.pk-hero__floats .pk-float--feat {
    padding: 9px 13px;
}

.pk-hero__floats .pk-float--feat i {
    color: var(--pk-accent);
    font-size: 12px;
}

.pk-hero__floats .pk-float--feat span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.96);
}

/* Hero pill placement */
.pk-float--f1 { top: 48px; left: 3%; animation-delay: -1s; }          /* Digital Pakistan */
.pk-float--f2 { top: -39px; right: -7%; animation-delay: -2.5s; }    /* Whole Pakistan is Online */
.pk-float--f3 { top: 22%; left: -18px; animation-delay: -3s; }            /* Increased Exports */
.pk-float--f4 { top: 38%; right: -14%; animation-delay: -4s; }             /* Digital Stores */
.pk-float--f5 { bottom: 32%; left: 2%; animation-delay: -2s; }          /* Product Catalogs */
.pk-float--f6 { bottom: 12%; right: -11%; animation-delay: -5s; }         /* Online Orders */
.pk-float--f7 { bottom: -38px; left: 34%; animation-delay: -1.8s; }     /* Powered by XEO-AI */
.pk-float--f8 { bottom: 2%; right: -2%; animation-delay: -3.5s; }      /* Pakistani Sellers */

.pk-device {
    position: relative;
    border-radius: 18px;
    background: linear-gradient(180deg, #1a2740 0%, #0f1a2e 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--pk-shadow-lg), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    overflow: hidden;
}

.pk-device--desktop {
    width: 100%;
    aspect-ratio: 16 / 11;
}

.pk-device__chrome {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pk-device__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}
.pk-device__dot:nth-child(1) { background: #ff5f57; }
.pk-device__dot:nth-child(2) { background: #febc2e; }
.pk-device__dot:nth-child(3) { background: #28c840; }

.pk-device__url {
    margin-left: 10px;
    flex: 1;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.pk-dash {
    display: grid;
    grid-template-columns: 72px 1fr;
    height: calc(100% - 46px);
}

.pk-dash__nav {
    padding: 14px 10px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pk-dash__nav-item {
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}
.pk-dash__nav-item.is-active { background: rgba(245, 166, 35, 0.25); }

.pk-dash__main { padding: 14px; display: flex; flex-direction: column; gap: 10px; }

.pk-dash__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.pk-dash__kpi {
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.pk-dash__kpi-label {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.pk-dash__kpi-value {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.pk-dash__kpi-bar {
    margin-top: 8px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.pk-dash__kpi-bar > span {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--pk-accent), #3b82f6);
}

.pk-dash__chart {
    flex: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 12px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.pk-dash__bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(180deg, rgba(59, 130, 246, 0.8), rgba(59, 130, 246, 0.15));
    animation: pk-bar 1.4s ease forwards;
    transform-origin: bottom;
}

@keyframes pk-bar {
    from { transform: scaleY(0.2); opacity: 0.4; }
    to { transform: scaleY(1); opacity: 1; }
}

.pk-float {
    position: absolute;
    border-radius: 100px;
    background: rgba(20, 32, 54, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: var(--pk-shadow-lg);
    z-index: 3;
    animation: pk-float 6s ease-in-out infinite;
}

.pk-float--feat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    white-space: nowrap;
}

.pk-float--feat i {
    color: var(--pk-accent);
    font-size: 13px;
    flex-shrink: 0;
}

.pk-float--feat span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.01em;
}

.pk-float--catalog {
    top: -28px;
    left: 14%;
    animation-delay: -3s;
}

.pk-float--orders {
    top: -51px;
    right: -54px;
}

.pk-float--traffic {
    top: 12%;
    left: -72px;
    animation-delay: -2.4s;
}

.pk-float--vendors {
    bottom: 4px;
    left: -75px;
    animation-delay: -2s;
}

.pk-float--sales {
    bottom: 28%;
    right: -68px;
    animation-delay: -3.6s;
}

.pk-float--deals {
    top: 42%;
    right: -62px;
    animation-delay: -4.8s;
}

.pk-float--promo {
    bottom: -18px;
    right: 12%;
    animation-delay: -1.8s;
}

@keyframes pk-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.pk-phone-screen {
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    background: linear-gradient(180deg, #152848, #0c1b33);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pk-phone-screen__block {
    height: 18%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}
.pk-phone-screen__block--tall { height: 32%; background: rgba(245, 166, 35, 0.2); }

/* ========== OVERVIEW ========== */
.pk-overview {
    padding: 100px 0;
    background: var(--pk-white);
}

.pk-overview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.pk-overview__visual {
    position: relative;
    border-radius: var(--pk-radius-lg);
    background:
        radial-gradient(circle at 30% 20%, rgba(59, 130, 246, 0.12), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 166, 35, 0.1), transparent 45%),
        var(--pk-surface);
    border: 1px solid var(--pk-line);
    aspect-ratio: 1 / 1;
    padding: 40px;
    display: grid;
    place-items: center;
}

.pk-orbit {
    position: relative;
    width: min(280px, 70%);
    aspect-ratio: 1;
}

.pk-orbit__core {
    position: absolute;
    inset: 28%;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--pk-navy), var(--pk-navy-mid));
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    box-shadow: var(--pk-shadow-lg);
}

.pk-orbit__core i {
    color: var(--pk-accent);
}

.pk-orbit__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(15, 23, 42, 0.12);
    animation: pk-spin 40s linear infinite;
}

@keyframes pk-spin { to { transform: rotate(360deg); } }

.pk-orbit__node {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--pk-navy);
}
.pk-orbit__node--1 { top: -8px; left: 50%; transform: translateX(-50%); }
.pk-orbit__node--2 { top: 50%; right: -8px; transform: translateY(-50%); }
.pk-orbit__node--3 { bottom: -8px; left: 50%; transform: translateX(-50%); }
.pk-orbit__node--4 { top: 50%; left: -8px; transform: translateY(-50%); }

.pk-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

.pk-pillar {
    padding: 16px;
    border-radius: 12px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
}

.pk-pillar strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--pk-ink);
    margin-bottom: 4px;
}

.pk-pillar span {
    font-size: 12px;
    color: var(--pk-muted);
    line-height: 1.4;
}

/* ========== MODELS ========== */
.pk-models {
    padding: 96px 0;
    background: var(--pk-surface);
}

.pk-models__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.pk-model {
    padding: 28px 20px;
    border-radius: var(--pk-radius);
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    min-height: 180px;
}

.pk-model:hover {
    transform: translateY(-6px);
    box-shadow: var(--pk-shadow-lg);
    border-color: rgba(245, 166, 35, 0.35);
}

.pk-model__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--pk-accent-soft);
    color: #c8840e;
    display: grid;
    place-items: center;
    font-size: 18px;
    margin-bottom: 18px;
}

.pk-model h3 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    color: var(--pk-ink);
}

.pk-model p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--pk-muted);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease;
}

.pk-model:hover p {
    max-height: 120px;
    opacity: 1;
    margin-top: 4px;
}

.pk-model__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pk-accent);
    margin-bottom: 6px;
}

/* ========== INDUSTRIES ========== */
.pk-industries {
    padding: 96px 0;
    background: #fff;
}

.pk-industries__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pk-ind {
    padding: 24px 20px;
    border-radius: var(--pk-radius);
    background: var(--pk-surface);
    border: 1px solid transparent;
    text-align: left;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pk-ind:hover {
    transform: translateY(-4px);
    background: #fff;
    border-color: var(--pk-line);
    box-shadow: var(--pk-shadow);
}

.pk-ind__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--pk-line);
    display: grid;
    place-items: center;
    color: var(--pk-navy);
    margin-bottom: 14px;
    font-size: 16px;
}

.pk-ind h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: var(--pk-ink);
}

/* ========== MODULES ========== */
.pk-modules {
    padding: 96px 0;
    background: var(--pk-navy);
    color: #fff;
}

.pk-modules .pk-section-head .pk-brand--section {
    margin-left: auto;
    margin-right: auto;
}

.pk-modules .pk-heading { color: #fff; }
.pk-modules .pk-lead { color: rgba(255, 255, 255, 0.55); }
.pk-modules .pk-eyebrow { color: var(--pk-accent); }

.pk-modules__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pk-mod {
    border-radius: var(--pk-radius);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pk-mod:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 166, 35, 0.3);
    background: rgba(255, 255, 255, 0.06);
}

.pk-mod__screen {
    height: 120px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pk-mod__ui {
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pk-mod__ui-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.pk-mod__chip {
    height: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
}
.pk-mod__chip--accent { background: rgba(245, 166, 35, 0.45); }
.pk-mod__chip--wide { flex: 1; }
.pk-mod__chip--sm { width: 40px; }

.pk-mod__table {
    flex: 1;
    display: grid;
    gap: 4px;
}

.pk-mod__tr {
    height: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.06);
}

.pk-mod__body { padding: 18px 18px 20px; }

.pk-mod__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pk-accent);
    margin-bottom: 8px;
}

.pk-mod h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 6px;
    color: #fff;
}

.pk-mod p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ========== CAPABILITIES ========== */
.pk-caps {
    padding: 96px 0;
    background: #fff;
}

.pk-cap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 48px 0;
    border-bottom: 1px solid var(--pk-line);
}

.pk-cap:last-child { border-bottom: none; }
.pk-cap--flip .pk-cap__visual { order: 2; }
.pk-cap--flip .pk-cap__copy { order: 1; }

.pk-cap__panel {
    border-radius: var(--pk-radius-lg);
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.pk-cap__glow {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    filter: blur(50px);
    background: rgba(59, 130, 246, 0.2);
}

.pk-cap__icon-lg {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    display: grid;
    place-items: center;
    font-size: 32px;
    color: var(--pk-navy);
}

.pk-cap h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.pk-cap p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--pk-muted);
    margin: 0;
}

/* ========== SOLVED ========== */
.pk-solved {
    padding: 96px 0;
    background: var(--pk-surface);
}

.pk-solved__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
}

.pk-solved__col h3 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.pk-solved__col--old h3 { color: var(--pk-muted); }
.pk-solved__col--new h3 { color: var(--pk-accent); }

.pk-solved__list {
    display: grid;
    gap: 10px;
}

.pk-solved__item {
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    background: #fff;
    border: 1px solid var(--pk-line);
}

.pk-solved__col--old .pk-solved__item {
    color: var(--pk-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(100, 116, 139, 0.35);
}

.pk-solved__col--new .pk-solved__item {
    color: var(--pk-ink);
    font-weight: 600;
    border-color: rgba(245, 166, 35, 0.25);
    background: linear-gradient(180deg, #fff, #fffdf8);
}

.pk-solved__arrows {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 36px;
}

.pk-solved__arrow {
    width: 36px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--pk-accent);
    font-size: 14px;
}

/* ========== WHY ========== */
.pk-why {
    padding: 96px 0;
    background: #fff;
}

.pk-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pk-why__card {
    padding: 28px 24px;
    border-radius: var(--pk-radius);
    border: 1px solid var(--pk-line);
    background: var(--pk-surface);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-why__card:hover {
    transform: translateY(-3px);
    box-shadow: var(--pk-shadow);
    background: #fff;
}

.pk-why__card i {
    color: var(--pk-accent);
    font-size: 20px;
    margin-bottom: 14px;
}

.pk-why__card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.pk-why__card p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--pk-muted);
    margin: 0;
}

/* ========== TECH ========== */
.pk-tech {
    padding: 96px 0;
    background: var(--pk-ink);
    color: #fff;
}

.pk-tech .pk-heading { color: #fff; }
.pk-tech .pk-lead { color: rgba(255, 255, 255, 0.55); }

.pk-tech__flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.pk-tech__node {
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    min-width: 110px;
}

.pk-tech__node strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #fff;
}

.pk-tech__node span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.pk-tech__conn {
    color: rgba(245, 166, 35, 0.7);
    font-size: 12px;
}

/* ========== SHOWCASE ========== */
.pk-showcase {
    padding: 96px 0;
    background: var(--pk-surface);
}

.pk-showcase__stage {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 28px;
    align-items: end;
}

.pk-frame {
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow-lg);
    overflow: hidden;
}

.pk-frame__bar {
    height: 40px;
    background: #f1f5f9;
    border-bottom: 1px solid var(--pk-line);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
}

.pk-frame__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.pk-frame__body {
    padding: 20px;
    min-height: 280px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.pk-frame__body--banner {
    padding: 0;
    min-height: 0;
    max-height: 360px;
    overflow: hidden;
    background: #fff;
}

.pk-frame__body--banner img {
    display: block;
    width: 100%;
    height: auto;
}

.pk-frame__url {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    color: var(--pk-muted);
}

.pk-frame__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.pk-frame__card {
    height: 72px;
    border-radius: 10px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
}

.pk-frame__card--wide {
    grid-column: span 2;
    height: 120px;
}

.pk-phone {
    width: 200px;
    margin: 0 auto;
    border-radius: 28px;
    background: var(--pk-ink);
    padding: 12px;
    box-shadow: var(--pk-shadow-lg);
}

.pk-phone__notch {
    width: 64px;
    height: 8px;
    border-radius: 8px;
    background: #334155;
    margin: 0 auto 10px;
}

.pk-phone__body {
    border-radius: 18px;
    background: #fff;
    min-height: 320px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pk-phone__block {
    border-radius: 8px;
    background: var(--pk-surface);
    height: 40px;
}
.pk-phone__block--hero { height: 100px; background: linear-gradient(135deg, #0c1b33, #3b82f6); }
.pk-phone__block--row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: auto; background: transparent; }
.pk-phone__block--row > span {
    height: 64px;
    border-radius: 8px;
    background: var(--pk-surface);
}

.pk-showcase__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 28px;
}

.pk-showcase__labels span {
    padding: 8px 14px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid var(--pk-line);
    font-size: 12px;
    font-weight: 600;
    color: var(--pk-slate);
}

/* ========== JOURNEY ========== */
.pk-journey {
    padding: 96px 0;
    background: #fff;
}

.pk-journey__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.pk-journey__step {
    padding: 14px 18px;
    border-radius: 100px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    font-size: 13px;
    font-weight: 700;
    color: var(--pk-ink);
}

.pk-journey__step i {
    margin-right: 6px;
    color: var(--pk-accent);
}

.pk-journey__sep {
    color: var(--pk-muted);
    opacity: 0.4;
    font-size: 12px;
}

/* ========== PERFORMANCE ========== */
.pk-perf {
    padding: 88px 0;
    background: var(--pk-surface);
}

.pk-perf__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pk-perf__card {
    text-align: center;
    padding: 28px 16px;
    border-radius: var(--pk-radius);
    background: #fff;
    border: 1px solid var(--pk-line);
}

.pk-perf__card strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--pk-ink);
    margin-bottom: 6px;
}

.pk-perf__card span {
    font-size: 13px;
    color: var(--pk-muted);
}

/* ========== FAQ ========== */
.pk-faq {
    padding: 88px 0;
    background: var(--pk-surface);
    border-top: 1px solid var(--pk-line);
}

.pk-faq__list {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.pk-faq__item {
    padding: 22px 24px;
    border-radius: var(--pk-radius);
    background: #fff;
    border: 1px solid var(--pk-line);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pk-faq__item:hover {
    border-color: rgba(245, 166, 35, 0.28);
    box-shadow: var(--pk-shadow);
}

.pk-faq__item h3 {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--pk-ink);
    line-height: 1.35;
}

.pk-faq__item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--pk-muted);
}

/* ========== CTA ========== */
.pk-cta {
    padding: 110px 0;
    background:
        radial-gradient(ellipse 50% 60% at 70% 40%, rgba(59, 130, 246, 0.15), transparent 60%),
        radial-gradient(ellipse 40% 50% at 20% 80%, rgba(245, 166, 35, 0.1), transparent 55%),
        var(--pk-ink);
    text-align: center;
    color: #fff;
}

.pk-cta .pk-heading {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
}

.pk-cta .pk-lead {
    color: rgba(255, 255, 255, 0.55);
    margin: 0 auto 32px;
}

.pk-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ========== DIGITAL COMMERCE ECOSYSTEM ========== */
.pk-eco {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #fff 0%, var(--pk-surface) 18%, var(--pk-surface) 100%);
}

.pk-eco-map {
    position: relative;
    max-width: 880px;
    margin: 0 auto 72px;
    min-height: 520px;
    border-radius: var(--pk-radius-lg);
    background:
        radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.08), transparent 55%),
        #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    overflow: hidden;
}

.pk-eco-map__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pk-eco-map__flow path {
    animation: pk-eco-dash 2.8s linear infinite;
}

@keyframes pk-eco-dash {
    to { stroke-dashoffset: -56; }
}

.pk-eco-map__core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--pk-navy), var(--pk-navy-mid));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 20px 50px rgba(12, 27, 51, 0.35);
    z-index: 2;
}

.pk-eco-map__core strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.pk-eco-map__core span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 4px;
}

.pk-eco-node {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    font-size: 12px;
    font-weight: 700;
    color: var(--pk-ink);
    white-space: nowrap;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    animation: pk-float 7s ease-in-out infinite;
}

.pk-eco-node:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: var(--pk-shadow-lg);
    border-color: rgba(245, 166, 35, 0.4);
}

.pk-eco-node i {
    color: var(--pk-accent);
    font-size: 13px;
}

.pk-eco-node--1  { top: 8%;  left: 12%; animation-delay: -0.4s; }
.pk-eco-node--2  { top: 6%;  left: 44%; animation-delay: -1.1s; }
.pk-eco-node--3  { top: 8%;  right: 12%; animation-delay: -1.8s; }
.pk-eco-node--4  { top: 36%; left: 4%; animation-delay: -2.3s; }
.pk-eco-node--5  { top: 36%; right: 4%; animation-delay: -0.9s; }
.pk-eco-node--6  { top: 62%; left: 6%; animation-delay: -2.7s; }
.pk-eco-node--7  { top: 62%; right: 6%; animation-delay: -1.5s; }
.pk-eco-node--8  { bottom: 8%; left: 16%; animation-delay: -3.1s; }
.pk-eco-node--9  { bottom: 6%; left: 42%; animation-delay: -0.6s; }
.pk-eco-node--10 { bottom: 8%; right: 16%; animation-delay: -2.0s; }
.pk-eco-node--11 { top: 22%; left: 28%; animation-delay: -2.5s; }
.pk-eco-node--12 { top: 22%; right: 28%; animation-delay: -1.3s; }

.pk-eco-block {
    margin-bottom: 72px;
    padding: 36px 32px;
    border-radius: var(--pk-radius-lg);
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
}

.pk-eco-block__head {
    max-width: 640px;
    margin-bottom: 28px;
}

.pk-eco-block__head h3 {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    margin: 0 0 10px;
    color: var(--pk-ink);
}

.pk-eco-block__head p {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--pk-muted);
    margin: 0;
}

.pk-eco-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}

.pk-eco-toggle__btn {
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 700;
    color: var(--pk-muted);
    cursor: pointer;
    padding: 6px 4px;
}

.pk-eco-toggle__btn.is-active { color: var(--pk-ink); }

.pk-eco-toggle__switch {
    width: 48px;
    height: 28px;
    border-radius: 100px;
    background: #e2e8f0;
    position: relative;
    transition: background 0.25s ease;
}

.pk-eco-toggle.is-commerce .pk-eco-toggle__switch {
    background: linear-gradient(135deg, #ffb83a, var(--pk-accent));
}

.pk-eco-toggle__knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease;
}

.pk-eco-toggle.is-commerce .pk-eco-toggle__knob {
    transform: translateX(20px);
}

.pk-eco-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pk-eco-mode-card {
    padding: 24px;
    border-radius: var(--pk-radius);
    border: 1px solid var(--pk-line);
    background: var(--pk-surface);
    opacity: 0.55;
    transform: scale(0.98);
    transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.pk-eco-mode-card.is-active {
    opacity: 1;
    transform: scale(1);
    background: #fff;
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--pk-shadow);
}

.pk-eco-mode-card__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pk-slate);
    background: rgba(15, 23, 42, 0.06);
    padding: 6px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.pk-eco-mode-card__badge--accent {
    color: #9a6a08;
    background: var(--pk-accent-soft);
}

.pk-eco-mode-card__visual {
    height: 110px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--pk-line);
    margin-bottom: 16px;
    display: grid;
    place-items: center;
}

.pk-eco-browse {
    width: 86%;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: center;
}

.pk-eco-browse__img {
    height: 64px;
    border-radius: 10px;
    background: linear-gradient(135deg, #dbeafe, #fef3c7);
}

.pk-eco-browse__lines span {
    display: block;
    height: 8px;
    border-radius: 4px;
    background: #e2e8f0;
    margin-bottom: 6px;
}

.pk-eco-browse__lines span:nth-child(2) { width: 70%; }
.pk-eco-browse__lines span:nth-child(3) { width: 45%; }

.pk-eco-browse__cta {
    grid-column: 2;
    font-size: 10px;
    font-weight: 700;
    color: var(--pk-navy);
    background: var(--pk-accent-soft);
    border-radius: 6px;
    padding: 6px 8px;
    width: fit-content;
}

.pk-eco-cart-flow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--pk-ink);
}

.pk-eco-cart-flow i { color: var(--pk-accent); font-size: 11px; }
.pk-eco-cart-flow span {
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
}

.pk-eco-mode-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.pk-eco-mode-card > p {
    font-size: 14px;
    color: var(--pk-muted);
    margin: 0 0 14px;
    line-height: 1.5;
}

.pk-eco-mode-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.pk-eco-mode-card li {
    position: relative;
    padding-left: 16px;
    font-size: 13px;
    color: var(--pk-slate);
}

.pk-eco-mode-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pk-accent);
}

.pk-eco-flow--row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pk-eco-flow--col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto;
}

.pk-eco-flow__step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    font-size: 13px;
}

.pk-eco-flow__step--lg {
    gap: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    width: 100%;
}

.pk-eco-flow__step--lg i {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(245, 166, 35, 0.12);
    font-size: 22px;
}

.pk-eco-flow__step--lg > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.pk-eco-flow__step--lg strong {
    font-size: 15px;
    line-height: 1.35;
}

.pk-eco-flow__step--lg span {
    font-size: 13px;
    color: var(--pk-muted);
    line-height: 1.45;
    font-weight: 500;
}

.pk-eco-flow__step i { color: var(--pk-accent); }
.pk-eco-flow__step strong { font-weight: 700; color: var(--pk-ink); }

.pk-eco-flow__step--accent {
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.14), rgba(59, 130, 246, 0.08));
    border-color: rgba(245, 166, 35, 0.3);
}

.pk-eco-flow__arrow {
    color: rgba(100, 116, 139, 0.45);
    font-size: 12px;
}

.pk-eco-launch {
    display: grid;
    gap: 24px;
}

.pk-eco-launch__note {
    max-width: 720px;
    margin: 0 auto;
    padding: 18px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.1), rgba(59, 130, 246, 0.06));
    border: 1px solid rgba(245, 166, 35, 0.22);
    font-size: 14px;
    line-height: 1.6;
    color: var(--pk-muted);
    text-align: center;
}

.pk-eco-launch__mockups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pk-eco-site-mock {
    height: 160px;
    border-radius: 14px;
    background: linear-gradient(180deg, #0c1b33, #1e3a5f);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: var(--pk-shadow);
}

.pk-eco-site-mock span {
    display: block;
    height: 28%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.pk-eco-site-mock span:first-child {
    height: 40%;
    background: linear-gradient(135deg, rgba(245, 166, 35, 0.35), rgba(59, 130, 246, 0.25));
}

.pk-eco-site-mock--alt {
    background: linear-gradient(180deg, #152848, #0f2744);
    transform: translateY(12px);
}

.pk-eco-crm {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    border-radius: var(--pk-radius);
    background: var(--pk-navy);
    padding: 16px;
    min-height: 280px;
}

.pk-eco-crm__sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.pk-eco-crm__sidebar span {
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.pk-eco-crm__sidebar span.is-on {
    background: rgba(245, 166, 35, 0.35);
}

.pk-eco-crm__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pk-eco-crm__widget {
    padding: 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
}

.pk-eco-crm__widget strong {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
    font-weight: 600;
}

.pk-eco-crm__widget em {
    font-style: normal;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

/* Dark-surface text guardrails */
.xeosol-prokistan .pk-eco-map__core,
.xeosol-prokistan .pk-eco-map__core strong,
.xeosol-prokistan .pk-eco-map__core span,
.xeosol-prokistan .pk-eco-counter,
.xeosol-prokistan .pk-eco-counter strong,
.xeosol-prokistan .pk-eco-bridge__core,
.xeosol-prokistan .pk-eco-bridge__core strong,
.xeosol-prokistan .pk-eco-bridge__heading,
.xeosol-prokistan .pk-eco-crm__widget em,
.xeosol-prokistan .pk-tech__node strong {
    color: #fff;
}

.pk-eco-crm__widget--wide { grid-column: span 2; }

.pk-eco-crm__bars {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 48px;
    margin-top: 8px;
}

.pk-eco-crm__bars i {
    flex: 1;
    display: block;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, var(--pk-accent), rgba(59, 130, 246, 0.5));
}

.pk-eco-crm__bars i:nth-child(1) { height: 35%; }
.pk-eco-crm__bars i:nth-child(2) { height: 55%; }
.pk-eco-crm__bars i:nth-child(3) { height: 42%; }
.pk-eco-crm__bars i:nth-child(4) { height: 78%; }
.pk-eco-crm__bars i:nth-child(5) { height: 64%; }
.pk-eco-crm__bars i:nth-child(6) { height: 90%; }

.pk-eco-pipeline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.pk-eco-pipeline__step {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 92px;
    padding: 14px 10px;
    border-radius: 14px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    text-align: center;
}

.pk-eco-pipeline__step i {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--pk-line);
    display: grid;
    place-items: center;
    color: var(--pk-navy);
}

.pk-eco-pipeline__step span {
    font-size: 11px;
    font-weight: 700;
    color: var(--pk-slate);
}

.pk-eco-pipeline__step--accent {
    background: linear-gradient(180deg, #fff, #fff8eb);
    border-color: rgba(245, 166, 35, 0.35);
}

.pk-eco-pipeline__step--accent i {
    background: var(--pk-accent-soft);
    color: #9a6a08;
}

.pk-eco-pipeline__sep {
    width: 18px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--pk-accent), transparent);
}

.pk-eco-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
}

.pk-eco-channel {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--pk-line);
    display: grid;
    place-items: center;
    font-size: 18px;
    color: var(--pk-slate);
    box-shadow: var(--pk-shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pk-eco-channel:hover {
    transform: translateY(-2px);
    border-color: rgba(245, 166, 35, 0.35);
    box-shadow: var(--pk-shadow-lg);
}

.pk-eco-channel--more {
    color: var(--pk-accent);
    background: rgba(245, 166, 35, 0.08);
    border-color: rgba(245, 166, 35, 0.25);
    font-size: 14px;
}

.pk-eco-channel[title="Facebook"] { color: #1877f2; }
.pk-eco-channel[title="Instagram"] { color: #e4405f; }
.pk-eco-channel[title="LinkedIn"] { color: #0a66c2; }
.pk-eco-channel[title="TikTok"] { color: #111; }
.pk-eco-channel--tiktok svg { display: block; }
.pk-eco-channel[title="Pinterest"] { color: #bd081c; }
.pk-eco-channel[title="Threads"] { color: #111; }
.pk-eco-channel[title="X"] { color: #1da1f2; }
.pk-eco-channel[title="Google Business"] { color: #4285f4; }
.pk-eco-channel[title="WhatsApp"] { color: #25d366; }

.pk-eco-counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.pk-eco-counter {
    text-align: center;
    padding: 20px 12px;
    border-radius: 14px;
    background: var(--pk-ink);
    color: #fff;
}

.pk-eco-counter strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
    color: #fff;
}

.pk-eco-counter span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.pk-eco-seo {
    display: grid;
    gap: 24px;
}

.pk-eco-seo__flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pk-eco-seo__node {
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    font-size: 12px;
}

.pk-eco-seo__node--ai {
    background: var(--pk-accent-soft);
    border-color: rgba(245, 166, 35, 0.35);
}

.pk-eco-seo__node--end {
    background: var(--pk-navy);
    color: #fff;
    border-color: transparent;
}

.pk-eco-seo__flow > i {
    color: rgba(100, 116, 139, 0.4);
    font-size: 11px;
}

.pk-eco-seo__rank {
    max-width: 420px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
}

.pk-eco-seo__bar {
    position: relative;
    height: 18px;
    border-radius: 100px;
    background: #eef2f7;
    overflow: hidden;
}

.pk-eco-seo__bar span {
    display: block;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, var(--pk-accent), #3b82f6);
    animation: pk-eco-bar 1.6s ease forwards;
    transform-origin: left;
}

@keyframes pk-eco-bar {
    from { transform: scaleX(0.2); opacity: 0.5; }
    to { transform: scaleX(1); opacity: 1; }
}

.pk-eco-seo__bar em {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    color: var(--pk-ink);
}

.pk-eco-discover { display: grid; gap: 16px; }

.pk-eco-discover__banner {
    margin: 0 0 8px;
    border-radius: var(--pk-radius);
    overflow: hidden;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    background: #fff;
}

.pk-eco-discover__banner img {
    display: block;
    width: 100%;
    height: auto;
}

.pk-eco-discover__banner--live figcaption {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--pk-muted);
    text-align: center;
    background: var(--pk-surface);
    border-top: 1px solid var(--pk-line);
}

.pk-eco-discover__banner--live figcaption a {
    color: var(--pk-navy);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pk-eco-discover__banner--live figcaption a:hover {
    color: var(--pk-accent);
}

.pk-eco-search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    font-size: 15px;
    font-weight: 600;
    color: var(--pk-ink);
}

.pk-eco-search i { color: var(--pk-muted); }
.pk-eco-search--alt { margin-top: 8px; }

.pk-eco-vendors,
.pk-eco-deals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pk-eco-vendor,
.pk-eco-deal {
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-eco-vendor:hover,
.pk-eco-deal:hover {
    transform: translateY(-3px);
    box-shadow: var(--pk-shadow-lg);
}

.pk-eco-vendor h4,
.pk-eco-deal h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.pk-eco-vendor__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: var(--pk-muted);
}

.pk-eco-vendor__meta strong {
    color: var(--pk-ink);
    font-size: 15px;
}

.pk-eco-vendor__star {
    color: #c8840e;
    font-weight: 700;
}

.pk-eco-deal__badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    color: #9a6a08;
    background: var(--pk-accent-soft);
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.pk-eco-deal p {
    font-size: 12px;
    color: var(--pk-muted);
    margin: 0;
}

.pk-eco-bridge {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.pk-eco-bridge__side {
    padding: 24px 18px;
    border-radius: var(--pk-radius);
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pk-eco-bridge__side strong {
    font-size: 14px;
    margin-bottom: 6px;
}

.pk-eco-bridge__side span {
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--pk-line);
    font-size: 13px;
    font-weight: 600;
}

.pk-eco-bridge__core {
    padding: 28px 20px;
    border-radius: var(--pk-radius);
    background: linear-gradient(160deg, var(--pk-navy), #18345a);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    box-shadow: var(--pk-shadow-lg);
}

.pk-eco-bridge__core strong {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    color: #fff;
}

.pk-eco-bridge__heading {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
}

.pk-eco-bridge__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.pk-eco-bridge__links em {
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
}

.pk-eco-why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.pk-eco-why article {
    padding: 20px 16px;
    border-radius: 14px;
    background: var(--pk-surface);
    border: 1px solid transparent;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pk-eco-why article:hover {
    transform: translateY(-3px);
    background: #fff;
    border-color: var(--pk-line);
    box-shadow: var(--pk-shadow);
}

.pk-eco-why i {
    color: var(--pk-accent);
    margin-bottom: 10px;
    font-size: 16px;
}

.pk-eco-why h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: var(--pk-ink);
}

.pk-eco-why__featured {
    grid-column: 1 / -1;
    padding: 32px 28px !important;
    background: linear-gradient(145deg, var(--pk-navy), #18345a) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff;
    text-align: center;
}

.pk-eco-why__featured:hover {
    background: linear-gradient(145deg, var(--pk-navy), #1a3a62) !important;
    border-color: rgba(245, 166, 35, 0.35) !important;
    box-shadow: 0 20px 50px rgba(12, 27, 51, 0.25);
}

.pk-eco-why__featured i {
    font-size: 28px;
    margin-bottom: 14px;
    color: var(--pk-accent);
}

.pk-eco-why__featured h4 {
    font-size: 1.15rem;
    color: #fff;
    margin-bottom: 10px;
}

.pk-eco-why__featured p {
    margin: 0 auto;
    max-width: 58ch;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.pk-eco-why__featured p strong {
    color: var(--pk-accent);
}

.pk-eco-finale {
    margin-top: 24px;
    padding: 88px 0;
    background:
        radial-gradient(ellipse 50% 60% at 70% 40%, rgba(59, 130, 246, 0.15), transparent 60%),
        radial-gradient(ellipse 40% 50% at 20% 80%, rgba(245, 166, 35, 0.1), transparent 55%),
        var(--pk-ink);
    text-align: center;
    color: #fff;
}

.pk-eco-finale .pk-heading {
    color: #fff;
    max-width: 18ch;
    margin-left: auto;
    margin-right: auto;
}

.pk-eco-finale .pk-lead {
    color: rgba(255, 255, 255, 0.55);
    margin: 0 auto 28px;
}

.pk-eco-finale .pk-brand--finale {
    display: block;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
    .pk-models__grid { grid-template-columns: repeat(3, 1fr); }
    .pk-industries__grid { grid-template-columns: repeat(3, 1fr); }
    .pk-eco-why { grid-template-columns: repeat(3, 1fr); }
    .pk-related__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .pk-hero__layout,
    .pk-overview__grid,
    .pk-cap,
    .pk-showcase__stage,
    .pk-solved__grid,
    .pk-eco-pair,
    .pk-eco-bridge {
        grid-template-columns: 1fr;
    }
    .pk-cap--flip .pk-cap__visual,
    .pk-cap--flip .pk-cap__copy { order: unset; }
    .pk-solved__arrows { flex-direction: row; padding-top: 0; justify-content: center; }
    .pk-solved__arrow { transform: rotate(90deg); height: 28px; }
    .pk-modules__grid { grid-template-columns: 1fr 1fr; }
    .pk-why__grid { grid-template-columns: 1fr 1fr; }
    .pk-perf__grid { grid-template-columns: 1fr 1fr; }
    .pk-hero__visual {
        max-width: 520px;
        margin: 0 auto;
    }
    .pk-hero__stage { padding: 8px 8px 0 48px; }
    .pk-float--f3, .pk-float--f5 { display: none; }
    .pk-eco-map { min-height: 460px; }
    .pk-eco-vendors,
    .pk-eco-deals,
    .pk-eco-counters { grid-template-columns: 1fr 1fr; }
    .pk-eco-crm__main { grid-template-columns: 1fr 1fr; }
    .pk-eco-crm__widget--wide { grid-column: span 2; }
    .pk-eco-flow__arrow { display: none; }
}

@media (max-width: 640px) {
    .pk-hero { padding-top: calc(var(--pk-header-h) + 32px); }
    .pk-hero__stats { grid-template-columns: 1fr; }
    .pk-hero__stage { padding: 4px 4px 0 20px; }
    .pk-hero__floats .pk-float--f2,
    .pk-hero__floats .pk-float--f8 { display: none; }
    .pk-hero__floats .pk-float--feat { padding: 8px 10px; }
    .pk-hero__floats .pk-float--feat span { font-size: 10px; }
    .pk-models__grid,
    .pk-industries__grid,
    .pk-modules__grid,
    .pk-pillars,
    .pk-why__grid,
    .pk-perf__grid,
    .pk-eco-why,
    .pk-eco-vendors,
    .pk-eco-deals,
    .pk-eco-counters,
    .pk-eco-launch__mockups,
    .pk-related__grid { grid-template-columns: 1fr; }
    .pk-journey__sep { display: none; }
    .pk-eco-block { padding: 24px 18px; }
    .pk-eco-map { min-height: 380px; }
    .pk-eco-node { font-size: 10px; padding: 8px 10px; }
    .pk-eco-node span { max-width: 72px; overflow: hidden; text-overflow: ellipsis; }
    .pk-eco-crm { grid-template-columns: 1fr; }
    .pk-eco-crm__sidebar { flex-direction: row; }
    .pk-eco-crm__sidebar span { width: 28px; height: 10px; }
}

/* ========== PROKISTAN — HERO MAP ========== */
.pk-hero__map {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.pk-map {
    position: relative;
    width: min(100%, 380px);
    aspect-ratio: 3 / 4;
    margin: 0 auto;
}

.pk-map__svg {
    display: block;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

.pk-map__svg path,
.pk-map__svg .pk-map__shape {
    fill: rgba(1, 65, 28, 0.55);
    stroke: rgba(232, 168, 34, 0.45);
    stroke-width: 1.5;
    transition: fill 0.4s ease, stroke 0.4s ease;
}

.pk-map:hover .pk-map__svg path,
.pk-map:hover .pk-map__svg .pk-map__shape {
    fill: rgba(1, 65, 28, 0.72);
    stroke: rgba(232, 168, 34, 0.65);
}

.pk-map__glow {
    position: absolute;
    inset: 10% 5%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 168, 34, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.pk-map__pin {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transform: translate(-50%, -100%);
    cursor: default;
}

.pk-map__pin-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pk-accent);
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 rgba(232, 168, 34, 0.5);
    animation: pk-pin-pulse 2.4s ease-in-out infinite;
}

.pk-map__pin-ring {
    position: absolute;
    top: 0;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -8px 0 0 -14px;
    border-radius: 50%;
    border: 2px solid rgba(232, 168, 34, 0.45);
    animation: pk-pin-ring 2.4s ease-out infinite;
    pointer-events: none;
}

.pk-map__pin-label {
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(12, 27, 51, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

.pk-map__pin--lahore    { top: 38%; left: 62%; animation-delay: 0s; }
.pk-map__pin--karachi   { top: 78%; left: 48%; animation-delay: -0.8s; }
.pk-map__pin--islamabad { top: 22%; left: 58%; animation-delay: -1.6s; }
.pk-map__pin--faisalabad { top: 48%; left: 58%; animation-delay: -2.2s; }

@keyframes pk-pin-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(232, 168, 34, 0.55); transform: scale(1); }
    50% { box-shadow: 0 0 0 8px rgba(232, 168, 34, 0); transform: scale(1.08); }
}

@keyframes pk-pin-ring {
    0% { transform: scale(0.6); opacity: 0.8; }
    100% { transform: scale(1.8); opacity: 0; }
}

.pk-map__float {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 100px;
    background: rgba(20, 32, 54, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: var(--pk-shadow-lg);
    white-space: nowrap;
    animation: pk-float 6s ease-in-out infinite;
}

.pk-map__float i {
    color: var(--pk-accent);
    font-size: 13px;
    flex-shrink: 0;
}

.pk-map__float span {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
}

.pk-map__float--wholesale { top: 8%; right: -12%; animation-delay: -1.2s; }
.pk-map__float--retail    { top: 28%; left: -18%; animation-delay: -2.4s; }
.pk-map__float--vendor    { bottom: 18%; right: -14%; animation-delay: -3.6s; }
.pk-map__float--delivery  { bottom: 6%; left: -10%; animation-delay: -0.6s; }

/* ========== PROKISTAN — VISION (BEFORE / AFTER) ========== */
.pk-vision {
    padding: 96px 0;
    background: var(--pk-white);
}

.pk-vision__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.pk-vision__col {
    padding: 32px 28px;
    border-radius: var(--pk-radius-lg);
    border: 1px solid var(--pk-line);
}

.pk-vision__col h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.pk-vision__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.pk-vision__col li {
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.pk-vision__col--before {
    background: var(--pk-surface);
}

.pk-vision__col--before h3 {
    color: var(--pk-muted);
}

.pk-vision__col--before li {
    background: #fff;
    color: var(--pk-muted);
    text-decoration: line-through;
    text-decoration-color: rgba(100, 116, 139, 0.35);
    border: 1px solid var(--pk-line);
}

.pk-vision__col--after {
    background: linear-gradient(180deg, #fff, #fffdf5);
    border-color: rgba(232, 168, 34, 0.28);
    box-shadow: var(--pk-shadow);
}

.pk-vision__col--after h3 {
    color: var(--pk-green);
}

.pk-vision__col--after h3 i {
    color: var(--pk-accent);
}

.pk-vision__col--after li {
    background: #fff;
    color: var(--pk-ink);
    font-weight: 600;
    border: 1px solid rgba(232, 168, 34, 0.2);
}

/* ========== PROKISTAN — WHO WE SERVE (7 CARDS) ========== */
.pk-serves {
    padding: 96px 0;
    background: var(--pk-surface);
}

.pk-serves__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pk-serves__card {
    padding: 26px 22px;
    border-radius: var(--pk-radius);
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pk-serves__card:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 168, 34, 0.35);
    box-shadow: var(--pk-shadow-lg);
}

.pk-serves__card i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--pk-green-soft);
    color: var(--pk-green);
    font-size: 18px;
    margin-bottom: 16px;
}

.pk-serves__card:nth-child(7) {
    grid-column: 2;
}

.pk-serves__card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--pk-ink);
}

.pk-serves__card p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--pk-muted);
    margin: 0;
}

/* ========== PROKISTAN — STOREFRONTS ========== */
.pk-storefronts {
    padding: 96px 0;
    background: #fff;
}

.pk-storefronts__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pk-storefronts__card {
    border-radius: var(--pk-radius-lg);
    background: var(--pk-surface);
    border: 1px solid var(--pk-line);
    overflow: hidden;
    box-shadow: var(--pk-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pk-storefronts__card:hover {
    transform: translateY(-5px);
    box-shadow: var(--pk-shadow-lg);
}

.pk-storefronts__screen {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #fff;
    border-bottom: 1px solid var(--pk-line);
    overflow: hidden;
}

.pk-storefronts__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pk-storefronts__screen--wholesale {
    background: linear-gradient(180deg, var(--pk-navy), var(--pk-navy-mid));
}

.pk-storefronts__screen--retail {
    background: linear-gradient(180deg, var(--pk-green), #0a2e18);
}

.pk-storefronts__mock {
    padding: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pk-storefronts__mock span {
    display: block;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.pk-storefronts__mock span:first-child {
    height: 28%;
    background: linear-gradient(135deg, rgba(232, 168, 34, 0.35), rgba(1, 65, 28, 0.25));
}

.pk-storefronts__mock span:nth-child(2) { height: 18%; }
.pk-storefronts__mock span:nth-child(3) { flex: 1; }

.pk-storefronts__body {
    padding: 20px 22px 24px;
}

.pk-storefronts__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pk-green);
    background: var(--pk-green-soft);
    padding: 5px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.pk-storefronts__tag--gold {
    color: #9a6a08;
    background: var(--pk-accent-soft);
}

.pk-storefronts__body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--pk-ink);
}

.pk-storefronts__body p {
    font-size: 13px;
    line-height: 1.55;
    color: var(--pk-muted);
    margin: 0;
}

/* ========== PROKISTAN — SUPPLY CHAIN ========== */
.pk-chain {
    padding: 96px 0;
    background: var(--pk-surface);
}

.pk-chain__layout {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 24px;
    align-items: center;
}

.pk-chain__flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.pk-chain__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 24px;
    border-radius: var(--pk-radius);
    background: #fff;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow);
    min-width: 200px;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pk-chain__step:hover {
    transform: translateY(-2px);
    border-color: rgba(232, 168, 34, 0.35);
}

.pk-chain__step i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--pk-accent-soft);
    color: #9a6a08;
    font-size: 18px;
}

.pk-chain__step strong {
    font-size: 14px;
    font-weight: 700;
    color: var(--pk-ink);
}

.pk-chain__step span {
    font-size: 12px;
    color: var(--pk-muted);
    line-height: 1.4;
}

.pk-chain__step--hub {
    background: linear-gradient(145deg, var(--pk-green), #0a2e18);
    border-color: rgba(232, 168, 34, 0.3);
    color: #fff;
}

.pk-chain__step--hub i {
    background: rgba(232, 168, 34, 0.2);
    color: var(--pk-accent);
}

.pk-chain__step--hub strong { color: #fff; }
.pk-chain__step--hub span { color: rgba(255, 255, 255, 0.65); }

.pk-chain__arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: var(--pk-accent);
    font-size: 14px;
}

.pk-chain__side {
    display: grid;
    gap: 12px;
}

.pk-chain__side-card {
    padding: 18px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--pk-line);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pk-chain__side-card:hover {
    transform: translateX(4px);
    box-shadow: var(--pk-shadow);
}

.pk-chain__side-card i {
    color: var(--pk-green);
    font-size: 16px;
    margin-bottom: 8px;
}

.pk-chain__side-card h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--pk-ink);
}

.pk-chain__side-card p {
    font-size: 12px;
    line-height: 1.45;
    color: var(--pk-muted);
    margin: 0;
}

/* ========== PROKISTAN — NATION MAP (SECTION 10) ========== */
.pk-map-nation {
    padding: 100px 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(1, 65, 28, 0.08), transparent 60%),
        var(--pk-white);
}

.pk-map-nation__stage {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    border-radius: var(--pk-radius-lg);
    overflow: hidden;
    border: 1px solid var(--pk-line);
    box-shadow: var(--pk-shadow-lg);
    background: #fff;
}

.pk-map-nation__link {
    display: block;
    line-height: 0;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pk-map-nation__link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.pk-map-nation__link:hover {
    transform: scale(1.01);
}

.pk-map-nation__link:focus-visible {
    outline: 3px solid var(--pk-accent);
    outline-offset: 4px;
}

/* ========== PROKISTAN — DUAL PLATFORMS ========== */
.pk-platforms {
    padding: 96px 0;
    background: var(--pk-navy);
    color: #fff;
}

.pk-platforms .pk-heading { color: #fff; }
.pk-platforms .pk-lead { color: rgba(255, 255, 255, 0.55); }
.pk-platforms .pk-eyebrow { color: var(--pk-accent); }

.pk-platforms__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pk-platforms__card {
    padding: 32px 28px;
    border-radius: var(--pk-radius-lg);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.pk-platforms__card:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 168, 34, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.pk-platforms__logo {
    display: block;
    max-width: 180px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.pk-platforms__logo--light {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.pk-platforms__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
}

.pk-platforms__badge--wholesale {
    color: var(--pk-accent);
    background: rgba(232, 168, 34, 0.15);
    border: 1px solid rgba(232, 168, 34, 0.3);
}

.pk-platforms__badge--retail {
    color: #6ee7a0;
    background: rgba(1, 65, 28, 0.35);
    border: 1px solid rgba(110, 231, 160, 0.25);
}

.pk-platforms__card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}

.pk-platforms__card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 18px;
}

.pk-platforms__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.pk-platforms__features li {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.pk-platforms__features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pk-accent);
}

.pk-platforms__screen {
    margin-top: 20px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.pk-platforms__screen img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.pk-platforms__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    font-size: 13px;
    font-weight: 700;
    color: var(--pk-accent);
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.pk-platforms__cta:hover {
    color: #fff;
    text-decoration: none;
    gap: 12px;
}

/* ========== PROKISTAN — RESPONSIVE (NEW SECTIONS) ========== */
@media (max-width: 991px) {
    .pk-vision__grid,
    .pk-serves__grid,
    .pk-storefronts__grid,
    .pk-platforms__grid,
    .pk-chain__layout {
        grid-template-columns: 1fr;
    }

    .pk-serves__card:nth-child(7) { grid-column: auto; }

    .pk-chain__layout {
        gap: 32px;
    }

    .pk-chain__side { order: 3; }

    .pk-chain__flow {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .pk-chain__arrow { transform: rotate(90deg); }

    .pk-map__float--wholesale,
    .pk-map__float--retail { display: none; }

}

@media (max-width: 640px) {
    .pk-hero__map { min-height: 320px; }

    .pk-serves__grid { grid-template-columns: 1fr; }
}

