/* ====== DISTRIBUTOR PAGE STYLES ====== */

        /* Override header's cream body background */
        body {
            background: #fff !important;
        }

        .pk-dist-overline {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--pk-red);
            margin-bottom: 10px;
        }

        /* ---- Hero: Split ---- */
        .pk-dist-hero {
            background: var(--pk-cream);
        }

        .pk-dist-hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 440px;
        }

        .pk-dist-hero-img {
            background: linear-gradient(135deg, #b40228 0%, #8a0220 50%, #5c0115 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 380px;
            overflow: hidden;
            position: relative;
        }

        .pk-dist-hero-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            inset: 0;
        }

        .pk-dist-hero-pattern {
            position: relative;
            z-index: 1;
            text-align: center;
            color: #fff;
            padding: 40px;
        }

        .pk-dist-hero-pattern svg {
            width: 64px;
            height: 64px;
            margin-bottom: 16px;
            opacity: .3;
        }

        .pk-dist-hero-pattern span {
            display: block;
            font-family: var(--pk-display);
            font-size: 28px;
            font-weight: 700;
            opacity: .25;
            letter-spacing: 2px;
        }

        .pk-dist-hero-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 56px 48px;
        }

        .pk-dist-hero-text h1 {
            font-family: var(--pk-display);
            font-size: 40px;
            line-height: 1.15;
            margin-bottom: 16px;
            color: var(--pk-dark);
        }

        .pk-dist-hero-text h1 span {
            color: var(--pk-red);
        }

        .pk-dist-hero-text p {
            font-size: 15px;
            color: var(--pk-gray);
            line-height: 1.75;
            margin-bottom: 28px;
        }

        .pk-dist-hero-ctas {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .pk-dist-btn {
            padding: 13px 28px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: var(--pk-body);
            text-decoration: none;
            transition: all .2s;
        }

        .pk-dist-btn-red {
            background: var(--pk-red);
            color: #fff;
        }

        .pk-dist-btn-red:hover {
            background: var(--pk-red-dark);
        }

        .pk-dist-btn-outline {
            border: 2px solid var(--pk-dark);
            color: var(--pk-dark);
            background: transparent;
        }

        .pk-dist-btn-outline:hover {
            background: var(--pk-dark);
            color: #fff;
        }

        .pk-dist-btn svg {
            width: 16px;
            height: 16px;
        }

        /* ---- Benefits ---- */
        .pk-dist-benefits {
            padding: 72px 0;
        }

        .pk-dist-benefits-header {
            text-align: center;
            margin-bottom: 48px;
        }

        .pk-dist-benefits-header h2 {
            font-family: var(--pk-display);
            font-size: 34px;
            margin-bottom: 10px;
            color: var(--pk-dark);
        }

        .pk-dist-benefits-header h2 span {
            color: var(--pk-red);
        }

        .pk-dist-benefits-header p {
            font-size: 15px;
            color: var(--pk-gray);
            max-width: 560px;
            margin: 0 auto;
        }

        .pk-dist-benefits-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        .pk-dist-benefit-card {
            background: var(--pk-cream);
            border-radius: 14px;
            padding: 32px 24px;
            text-align: center;
            transition: transform .2s, box-shadow .2s;
            border: 1px solid transparent;
        }

        .pk-dist-benefit-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
            border-color: rgba(180, 2, 40, .1);
        }

        .pk-dist-benefit-icon {
            width: 56px;
            height: 56px;
            margin: 0 auto 18px;
            background: rgba(180, 2, 40, .08);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pk-dist-benefit-icon svg {
            width: 26px;
            height: 26px;
        }

        .pk-dist-benefit-card h3 {
            font-family: var(--pk-display);
            font-size: 17px;
            margin-bottom: 8px;
            color: var(--pk-dark);
        }

        .pk-dist-benefit-card p {
            font-size: 13px;
            color: var(--pk-gray);
            line-height: 1.65;
        }

        /* ---- Stats Strip ---- */
        .pk-dist-stats {
            padding: 48px 0;
            background: linear-gradient(135deg, var(--pk-red), var(--pk-red-dark, #8a0220));
        }

        .pk-dist-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            text-align: center;
        }

        .pk-dist-stat {
            padding: 12px 0;
            border-right: 1px solid rgba(255, 255, 255, .15);
        }

        .pk-dist-stat:last-child {
            border-right: none;
        }

        .pk-dist-stat-number {
            font-family: var(--pk-display);
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-bottom: 6px;
        }

        .pk-dist-stat-label {
            font-size: 14px;
            color: rgba(255, 255, 255, .75);
            font-weight: 500;
        }

        /* ---- Enquiry Section ---- */
        .pk-dist-enquiry {
            padding: 72px 0;
            background: var(--pk-cream);
        }

        .pk-dist-enq-grid {
            display: grid;
            grid-template-columns: 1fr 440px;
            gap: 48px;
            align-items: start;
        }

        .pk-dist-enq-left h2 {
            font-family: var(--pk-display);
            font-size: 34px;
            margin-bottom: 14px;
            color: var(--pk-dark);
        }

        .pk-dist-enq-left h2 span {
            color: var(--pk-red);
        }

        .pk-dist-enq-left>p {
            font-size: 15px;
            color: var(--pk-gray);
            line-height: 1.75;
            margin-bottom: 32px;
        }

        .pk-dist-contact-block {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .pk-dist-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            font-size: 14px;
            color: var(--pk-dark);
            line-height: 1.6;
        }

        .pk-dist-ci-icon {
            flex-shrink: 0;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e8e8e8;
            box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
        }

        .pk-dist-ci-icon svg {
            width: 20px;
            height: 20px;
        }

        .pk-dist-contact-item strong {
            display: block;
            font-weight: 600;
            margin-bottom: 2px;
            color: var(--pk-dark);
        }

        .pk-dist-contact-item a {
            color: var(--pk-red);
            text-decoration: none;
        }

        .pk-dist-contact-item a:hover {
            text-decoration: underline;
        }

        /* ---- Form Card ---- */
        .pk-dist-form {
            background: #fff;
            border-radius: 16px;
            padding: 36px 32px;
            border: 1px solid #e8e8e8;
            box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
        }

        .pk-dist-form h3 {
            font-family: var(--pk-display);
            font-size: 22px;
            margin-bottom: 24px;
            color: var(--pk-dark);
        }

        .pk-dist-fg {
            margin-bottom: 14px;
        }

        .pk-dist-fg label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .5px;
            margin-bottom: 5px;
            color: var(--pk-dark);
        }

        .pk-dist-fg input,
        .pk-dist-fg select,
        .pk-dist-fg textarea {
            width: 100%;
            padding: 10px 14px;
            border: 1px solid #e8e8e8;
            border-radius: 8px;
            font-family: var(--pk-body);
            font-size: 14px;
            outline: none;
            background: #fff;
            box-sizing: border-box;
            transition: border-color .2s;
        }

        .pk-dist-fg input:focus,
        .pk-dist-fg select:focus,
        .pk-dist-fg textarea:focus {
            border-color: var(--pk-red);
        }

        .pk-dist-fg textarea {
            resize: vertical;
            min-height: 80px;
        }

        .pk-dist-fg-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .pk-dist-submit {
            width: 100%;
            padding: 13px;
            background: var(--pk-red);
            color: #fff;
            border: none;
            border-radius: 8px;
            font-family: var(--pk-body);
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            margin-top: 6px;
            transition: background .2s;
        }

        .pk-dist-submit:hover {
            background: var(--pk-red-dark);
        }

        .pk-dist-submit:disabled {
            opacity: .7;
            cursor: not-allowed;
        }

        .pk-dist-form-error {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #b91c1c;
            padding: 10px 14px;
            border-radius: 8px;
            font-size: 13px;
            margin-bottom: 14px;
            display: none;
        }

        .pk-dist-form-success {
            text-align: center;
            padding: 48px 24px;
        }

        .pk-dist-form-success svg {
            width: 48px;
            height: 48px;
            margin-bottom: 16px;
        }

        .pk-dist-form-success h3 {
            font-family: var(--pk-display);
            font-size: 22px;
            color: var(--pk-dark);
            margin-bottom: 10px;
        }

        .pk-dist-form-success p {
            font-size: 14px;
            color: var(--pk-gray);
            line-height: 1.7;
        }

        /* ---- Responsive ---- */
        @media (max-width: 768px) {
            .pk-dist-hero-grid {
                grid-template-columns: 1fr;
            }

            .pk-dist-hero-img {
                min-height: 220px;
            }

            .pk-dist-hero-text {
                padding: 32px 20px;
            }

            .pk-dist-hero-text h1 {
                font-size: 28px;
            }

            .pk-dist-benefits-grid {
                grid-template-columns: 1fr 1fr;
            }

            .pk-dist-stats-grid {
                grid-template-columns: 1fr 1fr;
            }

            .pk-dist-stat {
                border-right: none;
            }

            .pk-dist-enq-grid {
                grid-template-columns: 1fr;
            }

            .pk-dist-fg-row {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .pk-dist-hero-text h1 {
                font-size: 24px;
            }

            .pk-dist-benefits-grid {
                grid-template-columns: 1fr;
            }

            .pk-dist-stats-grid {
                grid-template-columns: 1fr 1fr;
            }
        }