/* ========== ZUBOPACT LANDING PAGE — POLISHED ========== */

/* ── HERO ── */
.zp-hero {
    background: #ffffff;
    padding: 100px 0 80px;
    color: #1f2937;
    position: relative;
    overflow: hidden
}

.zp-hero::before {
    display: none
}

.zp-hero::after {
    display: none
}

.zp-hero>.container-lg {
    position: relative;
    z-index: 1
}

.zp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f4f8;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 13px;
    margin-bottom: 24px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    letter-spacing: .3px;
    color: #374151
}

.zp-hero-badge i {
    color: #2563eb
}

.zp-hero-title {
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 20px;
    letter-spacing: -.03em;
    color: #111827
}

.zp-hero-accent {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.zp-hero-subtitle {
    font-size: 1.15rem;
    max-width: 560px;
    margin-bottom: 32px;
    line-height: 1.7;
    color: #4b5563
}

/* Search */
.zp-search-form {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    border: 1px solid #e2e8f0
}

.zp-search-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    flex: 1;
    color: #6b7280
}

.zp-search-input input {
    border: none;
    outline: none;
    font-size: 15px;
    width: 100%;
    color: #1f2937;
    background: transparent
}

.zp-search-input input::placeholder {
    color: #9ca3af
}

.zp-search-location {
    border-left: 1px solid #e5e7eb
}

.zp-search-btn {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    padding: 16px 36px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all .25s;
    letter-spacing: .3px
}

.zp-search-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: scale(1.02)
}

.zp-search-tags {
    margin-top: 14px;
    font-size: 13px;
    color: #6b7280
}

.zp-search-tags a {
    color: #2563eb;
    text-decoration: none;
    margin-left: 8px;
    padding: 2px 10px;
    border-radius: 20px;
    background: #eff6ff;
    transition: .2s;
    font-weight: 500
}

.zp-search-tags a:hover {
    background: #dbeafe;
    color: #1d4ed8
}

/* Stats */
.zp-hero-stats {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 36px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px 28px;
    border: 1px solid #e2e8f0;
    width: fit-content
}

.zp-stat {
    text-align: center
}

.zp-stat-num {
    font-size: 2rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: #111827
}

.zp-stat-label {
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-top: 4px;
    display: block
}

.zp-stat-divider {
    width: 1px;
    height: 44px;
    background: #e2e8f0
}

/* Hero Visual */
.zp-hero-visual {
    position: relative;
    height: 440px
}

.zp-hero-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .2));
    animation: hero-float 8s ease-in-out infinite
}

@keyframes hero-float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-16px)
    }
}

.zp-hero-card {
    position: absolute;
    background: #fff;
    color: #1f2937;
    border-radius: 16px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .18);
    animation: float-card 6s ease-in-out infinite;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .8)
}

.zp-hero-card strong {
    font-size: 1.05rem;
    color: #0f172a
}

.zp-hero-card div:last-child {
    font-size: 13px;
    color: #4b5563
}

.zp-hc-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: rgba(37, 99, 235, .12);
    color: #2563eb;
    flex-shrink: 0
}

.zp-hero-card-1 {
    top: 10px;
    left: 10px;
    animation-delay: 0s
}

.zp-hero-card-2 {
    top: 140px;
    right: 0;
    animation-delay: 2s
}

.zp-hero-card-3 {
    bottom: 30px;
    left: 30px;
    animation-delay: 4s
}

@keyframes float-card {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

/* ── TICKER ── */
.zp-ticker {
    background: linear-gradient(90deg, #f8fafb, #eff6ff, #f8fafb);
    border-bottom: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    padding: 16px 0;
    overflow: hidden;
    display: flex;
    align-items: center
}

.zp-ticker-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9ca3af;
    padding: 0 24px;
    white-space: nowrap;
    border-right: 1px solid #e5e7eb;
    margin-right: 24px
}

.zp-ticker-track {
    display: flex;
    gap: 48px;
    animation: scroll-ticker 35s linear infinite;
    white-space: nowrap
}

.zp-ticker-item {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    display: flex;
    align-items: center;
    gap: 8px
}

.zp-ticker-item i {
    color: #2563eb;
    font-size: 16px
}

@keyframes scroll-ticker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

/* ── SECTIONS ── */
.zp-section {
    padding: 80px 0
}

.zp-section-alt {
    background: linear-gradient(180deg, #f8fafb 0%, #eff6ff 100%)
}

.zp-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 12px
}

.zp-section-header.text-center {
    flex-direction: column;
    align-items: center;
    text-align: center
}

.zp-section-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -.03em;
    line-height: 1.2
}

.zp-section-header p {
    color: #6b7280;
    margin: 8px 0 0;
    font-size: 16px;
    max-width: 500px
}

.zp-view-all {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    white-space: nowrap;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #dbeafe;
    background: #eff6ff;
    transition: .25s
}

.zp-view-all:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
    transform: translateX(2px)
}

/* ── CATEGORIES ── */
.zp-category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}

.zp-category-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 18px;
    text-align: center;
    text-decoration: none;
    color: #1f2937;
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden
}

.zp-category-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform .35s;
    transform-origin: left;
    border-radius: 0 0 20px 20px
}

.zp-category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    border-color: transparent;
    color: #1f2937
}

.zp-category-card:hover::after {
    transform: scaleX(1)
}

.zp-cat-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 16px;
    transition: all .35s
}

.zp-category-card:hover .zp-cat-icon {
    transform: scale(1.15) rotate(-5deg)
}

.zp-category-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f2937
}

.zp-cat-count {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    background: #f3f4f6;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block
}

/* ── JOBS ── */
.zp-job-card {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    text-decoration: none;
    color: #1f2937;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative
}

.zp-job-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    background: #2563eb;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    transition: opacity .3s
}

.zp-job-card:hover {
    box-shadow: 0 12px 36px rgba(37, 99, 235, .1);
    border-color: #93c5fd;
    color: #1f2937;
    transform: translateY(-2px)
}

.zp-job-card:hover::before {
    opacity: 1
}

.zp-job-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px
}

.zp-job-company-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f9fafb, #eff6ff)
}

.zp-job-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zp-job-initials {
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.zp-job-info {
    flex: 1;
    min-width: 0
}

.zp-job-info h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0f172a
}

.zp-job-company {
    font-size: 13px;
    color: #6b7280
}

.zp-badge {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 600
}

.zp-badge-demo {
    background: #fef3c7;
    color: #92400e
}

.zp-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    color: #6b7280;
    padding-top: 12px;
    border-top: 1px solid #f3f4f6
}

.zp-job-meta span {
    display: flex;
    align-items: center;
    gap: 4px
}

.zp-job-meta i {
    font-size: 14px
}

.zp-job-salary {
    color: #1d4ed8;
    font-weight: 700
}

/* ── COMPANIES ── */
.zp-companies-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none
}

.zp-companies-grid::-webkit-scrollbar {
    display: none
}

.zp-company-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    min-width: 200px;
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start
}

.zp-company-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(135deg, #eff6ff, #eff6ff);
    border-radius: 18px 18px 0 0;
    z-index: 0
}

.zp-company-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
    transform: translateY(-6px)
}

.zp-company-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto 14px;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06)
}

.zp-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zp-company-initials {
    font-size: 20px;
    font-weight: 800;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.zp-company-card h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
    color: #0f172a
}

.zp-company-loc {
    font-size: 12px;
    color: #9ca3af;
    display: block;
    margin-bottom: 8px;
    position: relative;
    z-index: 1
}

.zp-company-jobs {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #2563eb;
    padding: 4px 14px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 1
}

/* ── HOW IT WORKS ── */
.zp-role-tabs .nav-link {
    background: #fff;
    color: #374151;
    border: 2px solid #e5e7eb;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 6px;
    transition: all .25s
}

.zp-role-tabs .nav-link:hover {
    border-color: #2563eb;
    color: #2563eb
}

.zp-role-tabs .nav-link.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(37, 99, 235, .3)
}

.zp-steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 12px 0
}

.zp-step {
    background: #fff;
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    border: 1px solid #e5e7eb;
    position: relative;
    transition: all .3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03)
}

.zp-step:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, .08);
    transform: translateY(-4px)
}

.zp-step-num {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    box-shadow: 0 6px 20px rgba(37, 99, 235, .25)
}

.zp-step h4 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f172a
}

.zp-step p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5
}

.zp-step-arrow {
    color: #2563eb;
    font-size: 28px;
    opacity: .4
}

/* ── SPLIT CARDS ── */
.zp-split-card {
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.zp-split-card:hover {
    transform: translateY(-4px)
}

.zp-split-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 24px
}

.zp-split-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px
}

.zp-split-card li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500
}

.zp-split-card li i {
    font-size: 18px
}

.zp-split-light {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #93c5fd;
    box-shadow: 0 4px 24px rgba(37, 99, 235, .08)
}

.zp-split-dark {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #2563eb 100%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(30, 58, 95, .3)
}

.zp-split-dark::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05)
}

.zp-split-dark .btn-light {
    background: #fff;
    color: #1e3a5f;
    font-weight: 700;
    border: none;
    padding: 12px 32px;
    border-radius: 12px
}

.zp-split-light .btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(37, 99, 235, .3)
}

/* ── FEATURES ── */
.zp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.zp-feature-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 26px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden
}

.zp-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    transform: scaleX(0);
    transition: transform .35s;
    transform-origin: left
}

.zp-feature-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
    transform: translateY(-6px);
    border-color: transparent
}

.zp-feature-card:hover::before {
    transform: scaleX(1)
}

.zp-feat-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    transition: all .3s
}

.zp-feature-card:hover .zp-feat-icon {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 99, 235, .25)
}

.zp-feature-card h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f172a
}

.zp-feature-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6
}

/* ── PRICING ── */
.zp-pricing-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    position: relative;
    transition: all .3s;
    height: 100%
}

.zp-pricing-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .1);
    transform: translateY(-4px)
}

.zp-pricing-featured {
    border: 2px solid #2563eb;
    box-shadow: 0 12px 48px rgba(37, 99, 235, .18);
    transform: scale(1.04);
    background: linear-gradient(180deg, #fff 0%, #eff6ff 100%)
}

.zp-pricing-featured:hover {
    transform: scale(1.06)
}

.zp-pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(37, 99, 235, .3);
    letter-spacing: .3px
}

.zp-pricing-name {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px
}

.zp-pricing-price {
    font-size: 2.6rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px
}

.zp-pricing-price span {
    font-size: 14px;
    font-weight: 500;
    color: #9ca3af
}

.zp-pricing-card>p {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 24px
}

.zp-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    text-align: left;
    border-top: 1px solid #f3f4f6;
    padding-top: 20px
}

.zp-pricing-card li {
    padding: 10px 0;
    font-size: 14px;
    color: #374151;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500
}

.zp-pricing-card li i {
    color: #2563eb;
    font-size: 16px;
    flex-shrink: 0
}

.zp-pricing-card .btn {
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px
}

.zp-pricing-card .btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    box-shadow: 0 4px 16px rgba(37, 99, 235, .3)
}

.zp-pricing-card .btn-outline-primary {
    border: 2px solid #2563eb;
    color: #2563eb
}

.zp-pricing-card .btn-outline-primary:hover {
    background: #2563eb;
    color: #fff
}

/* ── TESTIMONIALS ── */
.zp-testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    position: relative;
    transition: all .3s;
    overflow: hidden
}

.zp-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 72px;
    font-family: Georgia, serif;
    color: #dbeafe;
    line-height: 1;
    pointer-events: none;
    z-index: 0
}

.zp-testimonial-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, .08);
    transform: translateY(-4px)
}

.zp-stars {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 16px;
    letter-spacing: 2px
}

.zp-testimonial-card>p {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-style: italic
}

.zp-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
    position: relative;
    z-index: 1
}

.zp-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.zp-testimonial-author strong {
    font-size: 14px;
    color: #0f172a;
    display: block
}

.zp-testimonial-author small {
    color: #6b7280;
    font-size: 12px
}

/* ── FAQ ── */
.zp-faq {
    max-width: 800px;
    margin: 0 auto
}

.zp-faq .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all .25s
}

.zp-faq .accordion-item:hover {
    border-color: #93c5fd
}

.zp-faq .accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
    padding: 20px 24px;
    background: #fff
}

.zp-faq .accordion-button::after {
    background-size: 14px;
    width: 14px;
    height: 14px
}

.zp-faq .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1e3a5f;
    box-shadow: none;
    font-weight: 700
}

.zp-faq .accordion-body {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    padding: 0 24px 20px;
    background: #fff
}

/* ── CTA ── */
.zp-cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 30%, #2563eb 100%);
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.zp-cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .06), transparent 70%)
}

.zp-cta-section h2 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -.02em
}

.zp-cta-section p {
    font-size: 18px;
    opacity: .88;
    margin-bottom: 32px
}

.zp-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.zp-cta-buttons .btn-light {
    background: #fff;
    color: #1e3a5f;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 14px;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    transition: all .25s;
    font-size: 16px
}

.zp-cta-buttons .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.zp-cta-buttons .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, .4);
    color: #fff;
    padding: 14px 36px;
    border-radius: 14px;
    font-weight: 700;
    transition: all .25s;
    font-size: 16px;
    background: transparent
}

.zp-cta-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, .15);
    border-color: #fff;
    transform: translateY(-2px)
}

/* ── RESPONSIVE ── */
@media(max-width:1199px) {
    .zp-category-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .zp-company-card {
        flex: 0 0 calc(33.333% - 14px)
    }

    .zp-features-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:991px) {
    .zp-category-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .zp-company-card {
        flex: 0 0 calc(33.333% - 14px)
    }

    .zp-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .zp-section {
        padding: 60px 0
    }
}

@media(max-width:768px) {

    /* Hero — compact app-style */
    .zp-hero {
        padding: 24px 0 28px
    }

    .zp-hero-badge {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 14px;
        gap: 5px
    }

    .zp-hero-title {
        font-size: 1.65rem;
        margin-bottom: 10px;
        line-height: 1.15
    }

    .zp-hero-subtitle {
        font-size: .88rem;
        margin-bottom: 18px;
        line-height: 1.55
    }

    /* Search — stacked and compact */
    .zp-search-form {
        flex-direction: column;
        border-radius: 14px
    }

    .zp-search-input {
        padding: 12px 14px;
        gap: 8px
    }

    .zp-search-input input {
        font-size: 14px
    }

    .zp-search-location {
        border-left: none;
        border-top: 1px solid #e5e7eb
    }

    .zp-search-btn {
        border-radius: 0 0 14px 14px;
        padding: 13px 24px;
        font-size: 14px
    }

    .zp-search-tags {
        font-size: 12px;
        margin-top: 10px
    }

    .zp-search-tags a {
        font-size: 11px;
        padding: 2px 8px;
        margin-left: 4px
    }

    /* Stats — horizontal compact */
    .zp-hero-stats {
        gap: 12px;
        padding: 12px 16px;
        width: 100%;
        margin-top: 18px;
        border-radius: 12px
    }

    .zp-stat-num {
        font-size: 1.2rem
    }

    .zp-stat-label {
        font-size: 9px;
        letter-spacing: .5px
    }

    .zp-stat-divider {
        height: 32px
    }

    /* Mobile hero illustration */
    .zp-hero-mobile-img img {
        max-width: 200px !important
    }

    /* Sections — tight spacing */
    .zp-section {
        padding: 36px 0
    }

    .zp-section-header {
        margin-bottom: 20px
    }

    .zp-section-header h2 {
        font-size: 1.3rem
    }

    .zp-section-header p {
        font-size: 13px;
        margin-top: 4px
    }

    .zp-view-all {
        padding: 6px 14px;
        font-size: 12px
    }

    /* Categories — 3-column compact grid */
    .zp-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
    }

    .zp-category-card {
        padding: 16px 8px;
        border-radius: 14px
    }

    .zp-cat-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 12px;
        margin-bottom: 8px
    }

    .zp-category-card h4 {
        font-size: 12px;
        margin-bottom: 4px
    }

    .zp-cat-count {
        font-size: 10px;
        padding: 2px 8px
    }

    /* Jobs — compact cards */
    .zp-job-card {
        padding: 14px;
        border-radius: 14px
    }

    .zp-job-top {
        gap: 10px;
        margin-bottom: 10px
    }

    .zp-job-company-logo {
        width: 40px;
        height: 40px;
        border-radius: 10px
    }

    .zp-job-initials {
        font-size: 13px
    }

    .zp-job-info h5 {
        font-size: 13px
    }

    .zp-job-company {
        font-size: 11px
    }

    .zp-badge {
        font-size: 10px;
        padding: 3px 8px
    }

    .zp-job-meta {
        gap: 8px;
        font-size: 11px;
        padding-top: 10px
    }

    .zp-job-meta i {
        font-size: 12px
    }

    /* Companies — scrollable compact */
    .zp-company-card {
        flex: 0 0 calc(50% - 5px);
        min-width: 150px
    }

    .zp-companies-grid {
        gap: 10px
    }

    .zp-company-card {
        padding: 18px 12px;
        border-radius: 14px
    }

    .zp-company-card::before {
        height: 40px
    }

    .zp-company-logo {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        margin-bottom: 8px
    }

    .zp-company-initials {
        font-size: 15px
    }

    .zp-company-card h5 {
        font-size: 13px;
        margin-bottom: 3px
    }

    .zp-company-loc {
        font-size: 11px;
        margin-bottom: 6px
    }

    .zp-company-jobs {
        font-size: 10px;
        padding: 3px 10px
    }

    /* How it works */
    .zp-role-tabs .nav-link {
        padding: 7px 14px;
        font-size: 12px;
        margin: 0 3px
    }

    .zp-steps-row {
        flex-direction: column;
        gap: 10px
    }

    .zp-step {
        max-width: 100%;
        padding: 20px 16px;
        border-radius: 14px
    }

    .zp-step-num {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
        margin-bottom: 10px
    }

    .zp-step h4 {
        font-size: 14px;
        margin-bottom: 4px
    }

    .zp-step p {
        font-size: 12px
    }

    .zp-step-arrow {
        transform: rotate(90deg);
        font-size: 20px
    }

    /* Split cards */
    .zp-split-card {
        padding: 22px;
        border-radius: 16px
    }

    .zp-split-card h3 {
        font-size: 1.1rem;
        margin-bottom: 16px
    }

    .zp-split-card li {
        padding: 7px 0;
        font-size: 13px;
        gap: 8px
    }

    .zp-split-card li i {
        font-size: 15px
    }

    .zp-split-card .btn {
        padding: 10px 24px;
        font-size: 13px
    }

    /* Features — 2-col compact */
    .zp-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .zp-feature-card {
        padding: 18px 14px;
        border-radius: 14px
    }

    .zp-feat-icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 18px;
        margin-bottom: 10px
    }

    .zp-feature-card h5 {
        font-size: 13px;
        margin-bottom: 4px
    }

    .zp-feature-card p {
        font-size: 12px;
        line-height: 1.45
    }

    /* Pricing */
    .zp-pricing-featured {
        transform: none
    }

    .zp-pricing-featured:hover {
        transform: translateY(-4px)
    }

    .zp-pricing-card {
        padding: 24px 18px;
        border-radius: 18px
    }

    .zp-pricing-name {
        font-size: 17px
    }

    .zp-pricing-price {
        font-size: 2rem
    }

    .zp-pricing-card li {
        font-size: 13px;
        padding: 7px 0
    }

    .zp-pricing-card .btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 12px
    }

    /* Testimonials */
    .zp-testimonial-card {
        padding: 20px;
        border-radius: 16px
    }

    .zp-stars {
        font-size: 14px;
        margin-bottom: 10px
    }

    .zp-testimonial-card>p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 14px
    }

    .zp-avatar {
        width: 38px;
        height: 38px;
        font-size: 13px
    }

    .zp-testimonial-author strong {
        font-size: 13px
    }

    .zp-testimonial-author small {
        font-size: 11px
    }

    /* FAQ */
    .zp-faq .accordion-button {
        font-size: 13px;
        padding: 14px 16px
    }

    .zp-faq .accordion-body {
        font-size: 13px;
        padding: 0 16px 16px
    }

    .zp-faq .accordion-item {
        border-radius: 12px !important;
        margin-bottom: 8px
    }

    /* CTA */
    .zp-cta-section {
        padding: 40px 0
    }

    .zp-cta-section h2 {
        font-size: 1.4rem
    }

    .zp-cta-section p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .zp-cta-buttons .btn-light,
    .zp-cta-buttons .btn-outline-light {
        padding: 11px 24px;
        font-size: 14px;
        border-radius: 12px
    }

    /* Ticker */
    .zp-ticker {
        padding: 10px 0
    }

    .zp-ticker-label {
        font-size: 9px;
        padding: 0 12px;
        margin-right: 12px
    }

    .zp-ticker-item {
        font-size: 12px;
        gap: 5px
    }

    .zp-ticker-item i {
        font-size: 13px
    }
}

@media(max-width:480px) {
    .zp-hero {
        padding: 18px 0 22px
    }

    .zp-hero-badge {
        font-size: 10px;
        padding: 5px 10px
    }

    .zp-hero-title {
        font-size: 1.4rem
    }

    .zp-hero-subtitle {
        font-size: .82rem;
        margin-bottom: 14px
    }

    .zp-search-input {
        padding: 10px 12px
    }

    .zp-search-btn {
        padding: 11px 20px;
        font-size: 13px
    }

    /* Stats — still horizontal on small phones */
    .zp-hero-stats {
        gap: 8px;
        padding: 10px 12px
    }

    .zp-stat-num {
        font-size: 1.05rem
    }

    .zp-stat-label {
        font-size: 8px
    }

    .zp-stat-divider {
        height: 28px
    }

    .zp-hero-mobile-img img {
        max-width: 160px !important
    }

    /* Categories — 3 col tighter */
    .zp-category-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px
    }

    .zp-category-card {
        padding: 14px 6px;
        border-radius: 12px
    }

    .zp-cat-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
        border-radius: 10px;
        margin-bottom: 6px
    }

    .zp-category-card h4 {
        font-size: 11px
    }

    .zp-cat-count {
        font-size: 9px;
        padding: 2px 6px
    }

    /* Companies — scrollable tight */
    .zp-company-card {
        flex: 0 0 calc(50% - 4px);
        min-width: 140px
    }

    .zp-companies-grid {
        gap: 8px
    }

    .zp-company-card {
        padding: 14px 10px
    }

    .zp-company-logo {
        width: 38px;
        height: 38px;
        border-radius: 10px
    }

    .zp-company-initials {
        font-size: 13px
    }

    .zp-company-card h5 {
        font-size: 12px
    }

    .zp-company-loc {
        font-size: 10px
    }

    .zp-company-jobs {
        font-size: 9px;
        padding: 2px 8px
    }

    /* Features — single column */
    .zp-features-grid {
        grid-template-columns: 1fr
    }

    /* Section spacing */
    .zp-section {
        padding: 28px 0
    }

    .zp-section-header {
        margin-bottom: 16px
    }

    .zp-section-header h2 {
        font-size: 1.15rem
    }

    .zp-section-header p {
        font-size: 12px
    }

    /* Steps */
    .zp-step {
        padding: 16px 14px
    }

    .zp-step-num {
        width: 36px;
        height: 36px;
        font-size: 14px;
        margin-bottom: 8px
    }

    .zp-step h4 {
        font-size: 13px
    }

    .zp-step p {
        font-size: 11px
    }

    .zp-role-tabs .nav-link {
        padding: 6px 12px;
        font-size: 11px
    }

    /* CTA */
    .zp-cta-section {
        padding: 32px 0
    }

    .zp-cta-section h2 {
        font-size: 1.2rem
    }

    .zp-cta-section p {
        font-size: 13px
    }

    .zp-cta-buttons .btn-light,
    .zp-cta-buttons .btn-outline-light {
        padding: 10px 20px;
        font-size: 13px
    }

    /* Split cards */
    .zp-split-card {
        padding: 18px;
        border-radius: 14px
    }

    .zp-split-card h3 {
        font-size: 1rem
    }

    .zp-split-card li {
        font-size: 12px;
        padding: 6px 0
    }

    /* Pricing tight */
    .zp-pricing-card {
        padding: 22px 16px;
        border-radius: 16px
    }

    .zp-pricing-price {
        font-size: 1.8rem
    }

    /* Testimonials */
    .zp-testimonial-card {
        padding: 16px;
        border-radius: 14px
    }

    .zp-testimonial-card>p {
        font-size: 12px
    }

    .zp-avatar {
        width: 34px;
        height: 34px;
        font-size: 12px
    }

    .zp-testimonial-author strong {
        font-size: 12px
    }

    .zp-testimonial-author small {
        font-size: 10px
    }

    /* View all */
    .zp-view-all {
        padding: 5px 12px;
        font-size: 11px
    }
}