/* ============================================================
   ZAbyte Technologies – Plugin Stylesheet v1.5.2
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap');

:root {
    --zb-primary:   #0057ff;
    --zb-primary-d: #0040cc;
    --zb-accent:    #00d4ff;
    --zb-dark:      #0a0e1a;
    --zb-mid:       #111827;
    --zb-surface:   #1a2236;
    --zb-border:    #243050;
    --zb-text:      #e2e8f0;
    --zb-muted:     #8899bb;
    --zb-white:     #ffffff;
    --zb-radius:    12px;
    --zb-shadow:    0 4px 32px rgba(0,87,255,.15);
    --zb-font-head: 'Syne', sans-serif;
    --zb-font-body: 'DM Sans', sans-serif;
}

/* --- Full page background override --- */
html, body { margin: 0 !important; padding: 0 !important; }
html,
body,
#page,
#content,
.site,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks,
main,
.main-content {
    background: var(--zb-dark) !important;
}

/* Remove any theme padding/margin that causes white gaps */
body:has(.zabyte-page) {
    background: var(--zb-dark) !important;
    margin: 0;
    padding: 0;
}

.zabyte-page ~ *,
.zabyte-page + * {
    background: var(--zb-dark);
}

/* --- Base --- */
.zabyte-page * { box-sizing: border-box; }
.zabyte-page {
    font-family: var(--zb-font-body);
    color: var(--zb-text);
    background: var(--zb-dark);
    line-height: 1.7;
}
.zabyte-page a { color: var(--zb-accent); text-decoration: none; }
.zabyte-page a:hover { text-decoration: underline; }
.zabyte-page h1,.zabyte-page h2,.zabyte-page h3,.zabyte-page h4 {
    font-family: var(--zb-font-head);
    color: var(--zb-white);
    line-height: 1.2;
}
.zabyte-page ul { padding-left: 0; list-style: none; }
.zabyte-page ul li { padding: 4px 0; }

/* --- Container --- */
.zb-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* --- Section --- */
.zb-section { padding: 80px 0; }
.zb-bg-alt { background: var(--zb-mid); }

.zb-section-header { text-align: center; margin-bottom: 56px; }
.zb-section-header h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 8px 0 16px; }
.zb-section-header p { color: var(--zb-muted); max-width: 540px; margin: 0 auto; font-size: 1.05rem; }

/* --- Label badge --- */
.zb-label {
    display: inline-block;
    font-family: var(--zb-font-head);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--zb-accent);
    background: rgba(0,212,255,.1);
    border: 1px solid rgba(0,212,255,.25);
    padding: 4px 14px;
    border-radius: 50px;
}

/* --- Buttons --- */
.zb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--zb-font-head);
    font-size: .95rem;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: var(--zb-radius);
    cursor: pointer;
    transition: all .2s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    gap: 8px;
}
.zb-btn-primary { background: var(--zb-primary); color: #fff; border-color: var(--zb-primary); }
.zb-btn-primary:hover { background: var(--zb-primary-d); border-color: var(--zb-primary-d); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,87,255,.4); }
.zb-btn-outline { background: transparent; color: var(--zb-primary); border-color: var(--zb-primary); }
.zb-btn-outline:hover { background: var(--zb-primary); color: #fff; transform: translateY(-2px); }
.zb-btn-white { background: #fff; color: var(--zb-primary); border-color: #fff; }
.zb-btn-white:hover { background: transparent; color: #fff; }
.zb-btn-full { width: 100%; }


/* ============================================================
   NAVBAR
   ============================================================ */
.zb-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(10, 14, 26, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(36, 48, 80, 0.7);
    font-family: var(--zb-font-head);
}

/* When WordPress admin bar is visible, push navbar below it */
.admin-bar .zb-navbar { top: 32px; }
@media screen and (max-width: 782px) {
    .admin-bar .zb-navbar { top: 46px; }
}

.zb-nav-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 32px;
    height: 80px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Logo */
.zb-nav-logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
    margin-right: auto;
    max-width: 180px;
    overflow: hidden;
}
.zb-nav-logo-mark {
    font-family: var(--zb-font-head);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--zb-accent);
    letter-spacing: -.02em;
}
.zb-nav-logo-text {
    font-family: var(--zb-font-head);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--zb-white);
    letter-spacing: -.01em;
}
.zb-nav-logo-img {
    height: 38px;
    max-width: 160px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: brightness(1.1) drop-shadow(0 1px 6px rgba(0,0,0,.4));
}

/* Nav links */
.zb-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.zb-nav-links li { margin: 0; padding: 0; }

.zb-nav-link {
    display: inline-block;
    padding: 8px 14px;
    font-family: var(--zb-font-head);
    font-size: .9rem;
    font-weight: 600;
    color: var(--zb-muted) !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: color .2s, background .2s;
    letter-spacing: .01em;
}
.zb-nav-link:hover {
    color: var(--zb-white) !important;
    background: rgba(255,255,255,.06);
    text-decoration: none !important;
}
.zb-nav-link.zb-nav-active {
    color: var(--zb-white) !important;
    background: rgba(0, 87, 255, .15);
}

/* CTA button in nav */
.zb-nav-cta {
    flex-shrink: 0;
    padding: 10px 22px !important;
    font-size: .88rem !important;
}

/* Hamburger */
.zb-nav-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-shrink: 0;
}
.zb-nav-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--zb-white);
    border-radius: 2px;
    transition: transform .25s, opacity .25s;
}
.zb-nav-burger.zb-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zb-nav-burger.zb-open span:nth-child(2) { opacity: 0; }
.zb-nav-burger.zb-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.zb-nav-mobile {
    display: none;
    background: var(--zb-mid);
    border-top: 1px solid var(--zb-border);
    padding: 16px 24px 24px;
}
.zb-nav-mobile ul { list-style: none; margin: 0; padding: 0; }
.zb-nav-mobile li { margin: 0; padding: 0; }
.zb-nav-mobile .zb-nav-link {
    display: block;
    padding: 12px 0;
    font-size: 1rem;
    border-bottom: 1px solid var(--zb-border);
}
.zb-nav-mobile li:last-child .zb-nav-link { border-bottom: none; }
.zb-nav-mobile.zb-open { display: block; }

/* Push page content below fixed navbar (80px) */
.zabyte-page { padding-top: 80px; }
.zabyte-home  { padding-top: 0; }
.zb-hero { padding-top: 80px; min-height: 100vh; }

/* When admin bar is present, add its height (32px desktop, 46px mobile) */
.admin-bar .zabyte-page { padding-top: 112px; }
.admin-bar .zabyte-home  { padding-top: 0; }
.admin-bar .zb-hero { padding-top: 112px; }
@media screen and (max-width: 782px) {
    .admin-bar .zabyte-page { padding-top: 126px; }
    .admin-bar .zb-hero { padding-top: 126px; }
}

@media (max-width: 860px) {
    .zb-nav-links, .zb-nav-cta { display: none; }
    .zb-nav-burger { display: flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.zb-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--zb-dark);
}
.zb-hero-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(0,87,255,.25) 0%, transparent 70%),
                radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0,212,255,.12) 0%, transparent 60%);
}
.zb-hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 80px 24px 80px 48px;
}
.zb-logo-badge {
    display: inline-block;
    font-family: var(--zb-font-head);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--zb-accent);
    margin-bottom: 28px;
    padding: 8px 20px;
    border: 1px solid rgba(0,212,255,.3);
    border-radius: 4px;
}
.zb-hero-title {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 800;
    color: var(--zb-white);
    margin: 0 0 24px;
}
.zb-accent { color: var(--zb-accent); }
.zb-hero-sub {
    font-size: 1.2rem;
    color: var(--zb-muted);
    margin-bottom: 40px;
    max-width: 520px;
}
.zb-hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }

/* Shapes */
.zb-hero-shapes { position: absolute; right: 0; top: 0; bottom: 0; width: 50%; pointer-events: none; }
.zb-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}
.zb-shape-1 {
    width: 480px; height: 480px;
    right: -80px; top: 50%; transform: translateY(-50%);
    background: radial-gradient(circle, rgba(0,87,255,.3) 0%, transparent 70%);
    border: 1px solid rgba(0,87,255,.2);
    animation: zbPulse 6s ease-in-out infinite;
}
.zb-shape-2 {
    width: 280px; height: 280px;
    right: 120px; top: 20%;
    background: radial-gradient(circle, rgba(0,212,255,.2) 0%, transparent 70%);
    animation: zbPulse 8s ease-in-out infinite 2s;
}
.zb-shape-3 {
    width: 160px; height: 160px;
    right: 60px; bottom: 20%;
    background: radial-gradient(circle, rgba(0,87,255,.25) 0%, transparent 70%);
    animation: zbPulse 5s ease-in-out infinite 1s;
}
@keyframes zbPulse {
    0%,100% { transform: translateY(-50%) scale(1); opacity:.8; }
    50% { transform: translateY(-50%) scale(1.05); opacity:1; }
}
.zb-shape-2, .zb-shape-3 { animation-timing-function: ease-in-out; }
.zb-shape-2 { animation-name: zbFloat2; }
.zb-shape-3 { animation-name: zbFloat3; }
@keyframes zbFloat2 { 0%,100%{transform:translateY(0) scale(1);} 50%{transform:translateY(-20px) scale(1.05);} }
@keyframes zbFloat3 { 0%,100%{transform:translateY(0) scale(1);} 50%{transform:translateY(15px) scale(.95);} }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.zb-page-hero {
    background: var(--zb-mid);
    border-bottom: 1px solid var(--zb-border);
    padding: 80px 0 64px;
    text-align: center;
}
.zb-page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 12px 0 16px; }
.zb-page-hero p { color: var(--zb-muted); font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* ============================================================
   GRID
   ============================================================ */
.zb-grid { display: grid; gap: 24px; }
.zb-grid-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.zb-grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.zb-pricing-grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .zb-pricing-grid-3 { grid-template-columns: 1fr; } }
.zb-grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

/* ============================================================
   CARDS
   ============================================================ */
.zb-card {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 32px 28px;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    overflow: hidden;
}
.zb-card:has(.zb-card-photo) {
    padding-top: 0;
}
.zb-card:has(.zb-card-photo) .zb-card-photo {
    margin-left: -28px;
    margin-right: -28px;
    width: calc(100% + 56px);
    max-width: none;
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--zb-radius) var(--zb-radius) 0 0;
    margin-bottom: 20px;
}
.zb-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--zb-shadow);
    border-color: rgba(0,87,255,.4);
}
.zb-card-icon { font-size: 2.4rem; margin-bottom: 16px; }
.zb-card h3 { font-size: 1.2rem; margin: 0 0 10px; color: var(--zb-white); }
.zb-card p { color: var(--zb-muted); font-size: .95rem; margin: 0 0 16px; }
.zb-card a { color: var(--zb-accent); font-weight: 600; font-size: .9rem; }

/* Card photo image (replaces emoji icon) */
.zb-card-photo {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    filter: brightness(0.88) saturate(1.1);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.zb-card:hover .zb-card-photo {
    filter: brightness(1) saturate(1.2);
    transform: scale(1.02);
}

/* Service card */
.zb-service-card { text-align: center; padding-top: 0; }
.zb-service-card .zb-card-icon { font-size: 3rem; }
/* Full-bleed photo: spans the whole card horizontally regardless of :has() support
   or any theme that caps images with img{max-width:100%} */
.zb-service-card .zb-card-photo {
    margin-left: -28px !important;
    margin-right: -28px !important;
    margin-top: 0 !important;
    width: calc(100% + 56px) !important;
    max-width: none !important;
    height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: var(--zb-radius) var(--zb-radius) 0 0;
    margin-bottom: 20px;
    display: block;
}

/* Support card photo — consistent height, overrides :has() rule */
.zb-card.zb-support-card:has(.zb-card-photo) .zb-card-photo {
    height: 150px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Remote Support — crop from top so subject stays visible */
.zb-support-card .zb-card-photo[alt="Remote Support"] {
    object-position: center top !important;
}

/* Business IT Support — crop from upper-centre */
.zb-support-card .zb-card-photo[alt="Business IT Support"] {
    object-position: center 30% !important;
}

/* Support card */
.zb-support-card ul li { color: var(--zb-muted); font-size: .9rem; padding: 5px 0; display: flex; align-items: center; gap: 12px; }
.zb-support-card ul li::before { content: ""; }

/* Info card */
.zb-info-card {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 36px 32px;
}
.zb-info-icon { font-size: 2.8rem; margin-bottom: 16px; color: var(--zb-accent); line-height: 1; }
.zb-info-icon svg { width: 44px; height: 44px; display: block; }
.zb-info-card h3 { font-size: 1.4rem; margin: 0 0 16px; }
.zb-info-card ul li { color: var(--zb-muted); padding: 5px 0; font-size: .95rem; display: flex; align-items: center; gap: 12px; }
.zb-info-card ul li::before { content: ""; }

/* ============================================================
   WHY US
   ============================================================ */
.zb-why-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 768px) { .zb-why-inner { grid-template-columns: 1fr; gap: 40px; } }
.zb-why-text .zb-label { margin-bottom: 16px; display: block; }
.zb-why-text h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 20px; }
.zb-why-text p { color: var(--zb-muted); margin-bottom: 28px; }
.zb-checklist { margin-bottom: 36px; }
.zb-checklist li { color: var(--zb-muted); padding: 6px 0; font-size: 1rem; display: flex; align-items: center; gap: 12px; }
.zb-checklist li::before { content: ""; }
.zb-why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.zb-stat {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 28px 20px;
    text-align: center;
}
.zb-stat-num { display: block; font-family: var(--zb-font-head); font-size: 2.4rem; font-weight: 800; color: var(--zb-accent); }
.zb-stat-slash { font-family: Arial, sans-serif; font-weight: 400; font-size: 2rem; vertical-align: middle; }
.zb-stat-label { display: block; font-size: .85rem; color: var(--zb-muted); margin-top: 6px; }

/* ============================================================
   CTA STRIP
   ============================================================ */
.zb-cta-strip {
    background: linear-gradient(135deg, var(--zb-primary) 0%, #0040cc 100%);
    padding: 80px 0;
    text-align: center;
}
.zb-cta-strip h2 { font-size: clamp(1.8rem, 4vw, 2.4rem); color: #fff; margin: 0 0 16px; }
.zb-cta-strip p { color: rgba(255,255,255,.8); font-size: 1.1rem; margin-bottom: 32px; }

/* ============================================================
   PRICING
   ============================================================ */
.zb-pricing-card {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 36px 28px;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.zb-pricing-card:hover { transform: translateY(-4px); box-shadow: var(--zb-shadow); }
.zb-pricing-card.zb-featured {
    border-color: var(--zb-primary);
    background: linear-gradient(160deg, rgba(0,87,255,.08) 0%, var(--zb-surface) 100%);
}
.zb-pricing-badge {
    position: absolute;
    top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--zb-primary);
    color: #fff;
    font-family: var(--zb-font-head);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 4px 16px;
    border-radius: 50px;
    white-space: nowrap;
}
.zb-pricing-header { margin-bottom: 28px; }
.zb-pricing-header h3 { font-size: 1.3rem; margin: 0 0 8px; }
.zb-price { font-family: var(--zb-font-head); font-size: 1.6rem; font-weight: 800; color: var(--zb-accent); }
.zb-price span { font-size: 1rem; color: var(--zb-muted); font-weight: 400; }
.zb-pricing-features { margin-bottom: 28px; }
.zb-pricing-features li { color: var(--zb-muted); padding: 8px 0; font-size: .9rem; border-bottom: 1px solid var(--zb-border); display: flex; align-items: center; gap: 12px; }
.zb-pricing-features li:last-child { border-bottom: none; }

/* Tick and cross icon colours */
.zb-tick {
    color: #00d4ff !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    background: rgba(0, 212, 255, 0.12) !important;
    border: 1.5px solid rgba(0, 212, 255, 0.5) !important;
    border-radius: 50% !important;
    text-shadow: 0 0 8px #00d4ff, 0 0 16px rgba(0, 212, 255, 0.6) !important;
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.3), inset 0 0 6px rgba(0, 212, 255, 0.1) !important;
    line-height: 1 !important;
}
.zb-cross {
    color: #f87171 !important;
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    background: rgba(248, 113, 113, 0.10) !important;
    border: 1.5px solid rgba(248, 113, 113, 0.4) !important;
    border-radius: 50% !important;
    text-shadow: 0 0 8px #f87171, 0 0 14px rgba(248, 113, 113, 0.5) !important;
    box-shadow: 0 0 8px rgba(248, 113, 113, 0.25) !important;
    line-height: 1 !important;
}

/* ============================================================
   STEPS
   ============================================================ */
.zb-steps { display: flex; align-items: flex-start; justify-content: center; gap: 0; flex-wrap: wrap; }
.zb-step { text-align: center; max-width: 200px; padding: 16px; }
.zb-step-num {
    width: 56px; height: 56px;
    background: var(--zb-primary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--zb-font-head);
    font-size: 1.4rem; font-weight: 800;
    color: #fff;
    margin: 0 auto 16px;
}
.zb-step h3 { font-size: 1.05rem; margin: 0 0 8px; }
.zb-step p { font-size: .9rem; color: var(--zb-muted); }
.zb-step-arrow {
    font-size: 1.8rem;
    color: var(--zb-border);
    align-self: center;
    padding: 0 8px;
    margin-top: -32px;
}
@media (max-width: 640px) { .zb-step-arrow { display: none; } }

/* ============================================================
   FORMS
   ============================================================ */
.zb-form-section { background: var(--zb-mid); }
.zb-form-wrap {
    max-width: 760px;
    margin: 0 auto;
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 48px;
}
.zb-form-wrap h2 { font-size: 1.8rem; margin: 0 0 8px; }
.zb-form-wrap > p { color: var(--zb-muted); margin-bottom: 32px; }
.zb-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .zb-form-row { grid-template-columns: 1fr; } .zb-form-wrap { padding: 28px 20px; } }
.zb-form-group { margin-bottom: 20px; }
.zb-form-group label { display: block; font-weight: 500; font-size: .9rem; margin-bottom: 8px; color: var(--zb-text); }
.zb-form-group label span { color: var(--zb-accent); }
.zb-form-group input,
.zb-form-group select,
.zb-form-group textarea {
    width: 100%;
    background: var(--zb-dark);
    border: 1px solid var(--zb-border);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--zb-text);
    font-family: var(--zb-font-body);
    font-size: .95rem;
    transition: border-color .2s;
    outline: none;
}
.zb-form-group input:focus,
.zb-form-group select:focus,
.zb-form-group textarea:focus { border-color: var(--zb-primary); }
.zb-form-group select { appearance: none; cursor: pointer; }
.zb-form-group textarea { resize: vertical; }
.zb-form-group input::placeholder,
.zb-form-group textarea::placeholder { color: var(--zb-muted); }

/* Form messages */
.zb-form-msg {
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: .95rem;
}
.zb-form-msg.success { background: rgba(0,200,100,.1); border: 1px solid rgba(0,200,100,.3); color: #4ade80; }
.zb-form-msg.error   { background: rgba(255,60,60,.1);  border: 1px solid rgba(255,60,60,.3);  color: #f87171; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.zb-contact-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: flex-start;
}
@media (max-width: 900px) { .zb-contact-layout { grid-template-columns: 1fr; } }
.zb-contact-info {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 40px 32px;
}
.zb-contact-info h2 { font-size: 1.5rem; margin: 0 0 32px; }
.zb-contact-item { display: flex; gap: 16px; margin-bottom: 28px; align-items: flex-start; }
.zb-contact-icon { font-size: 1.5rem; line-height: 1; margin-top: 2px; color: var(--zb-accent); display: inline-flex; }
.zb-contact-icon svg { width: 24px; height: 24px; display: block; flex: none; }
.zb-contact-item strong { display: block; color: var(--zb-white); font-size: .9rem; margin-bottom: 4px; }
.zb-contact-item a, .zb-contact-item span { color: var(--zb-muted); font-size: .95rem; }
.zb-contact-item a:hover { color: var(--zb-accent); }
.zb-office-hours {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--zb-border);
}
.zb-office-hours h3 { font-size: 1.1rem; margin: 0 0 12px; }
.zb-office-hours p { color: var(--zb-muted); font-size: .9rem; margin: 4px 0; }
.zb-contact-form-wrap {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    padding: 40px 36px;
}
.zb-contact-form-wrap h2 { font-size: 1.5rem; margin: 0 0 32px; }

/* ============================================================
   NOTICE
   ============================================================ */
.zb-notice {
    display: flex;
    gap: 16px;
    background: rgba(0,212,255,.08);
    border: 1px solid rgba(0,212,255,.2);
    border-radius: var(--zb-radius);
    padding: 20px 24px;
    align-items: flex-start;
    font-size: .95rem;
    color: var(--zb-muted);
}
.zb-notice span { font-size: 1.4rem; }
.zb-notice strong { color: var(--zb-text); }
.zb-notice a { color: var(--zb-accent); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .zb-hero-content { padding: 60px 24px; }
    .zb-hero-shapes { display: none; }
    .zb-section { padding: 56px 0; }
    .zb-steps { gap: 20px; }
    .zb-step { max-width: 100%; }
    .zb-form-wrap { padding: 28px 20px; }
}
@media (max-width: 480px) {
    .zb-hero-btns { flex-direction: column; }
    .zb-btn { width: 100%; }
    .zb-why-stats { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   ANIMATIONS & EFFECTS v1.6.0
   ============================================================ */

/* --- Glowing grid overlay (all pages) --- */
.zb-grid-overlay {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s ease;
    background-image:
        linear-gradient(rgba(0,87,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,87,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

/* --- Particle canvas --- */
.zb-particles-canvas {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    pointer-events: none;
}

/* Override so hero mouse events pass through to canvas for interaction */
.zb-hero { pointer-events: auto; }
.zb-hero-content { pointer-events: auto; }

/* --- Code rain (right column) --- */
.zb-code-rain-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    overflow: hidden;
    z-index: 1;
    mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, transparent 100%);
}
.zb-code-rain-canvas {
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) { .zb-code-rain-wrap { display: none; } }

/* --- Hero eyebrow --- */
.zb-hero-eyebrow {
    font-family: var(--zb-font-head);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--zb-accent);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.zb-blink {
    animation: zbBlink 1s step-end infinite;
    color: var(--zb-accent);
}
@keyframes zbBlink { 0%,100%{opacity:1;} 50%{opacity:0;} }

/* --- Typing cursor --- */
.zb-cursor {
    color: var(--zb-accent);
    animation: zbBlink 0.75s step-end infinite;
    font-weight: 300;
    margin-left: 2px;
}

/* --- Status bar --- */
.zb-hero-status {
    margin-top: 28px;
    font-size: .82rem;
    color: var(--zb-muted);
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.zb-status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 6px #22c55e;
    animation: zbPulseGreen 2s ease-in-out infinite;
}
@keyframes zbPulseGreen {
    0%,100% { box-shadow: 0 0 4px #22c55e; }
    50%      { box-shadow: 0 0 12px #22c55e, 0 0 20px rgba(34,197,94,0.4); }
}

/* --- Floating code snippets --- */
.zb-floating-code-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.zb-float-code {
    position: absolute;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: rgba(0,212,255,0.22);
    white-space: nowrap;
    animation: zbFloatUp linear infinite;
    user-select: none;
}
@keyframes zbFloatUp {
    0%   { transform: translateY(0)   opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 0.18; }
    100% { transform: translateY(-120px); opacity: 0; }
}

/* --- Scroll reveal base (set by JS) --- */
.zb-card,
.zb-pricing-card,
.zb-stat,
.zb-step,
.zb-info-card,
.zb-contact-item,
.zb-section-header { will-change: opacity, transform; }

/* --- Card hover glow pulse --- */
.zb-card:hover,
.zb-pricing-card:hover {
    box-shadow: 0 0 0 1px rgba(0,87,255,0.4),
                0 8px 32px rgba(0,87,255,0.25),
                0 0 60px rgba(0,212,255,0.06) !important;
}

/* --- Button shimmer --- */
.zb-btn-primary {
    position: relative;
    overflow: hidden;
}
.zb-btn-primary::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    animation: zbShimmer 3s ease-in-out infinite;
}
@keyframes zbShimmer {
    0%   { left: -100%; }
    50%  { left: 150%; }
    100% { left: 150%; }
}

/* --- Stat number glow on hover --- */
.zb-stat:hover .zb-stat-num {
    text-shadow: 0 0 20px var(--zb-accent), 0 0 40px rgba(0,212,255,0.4);
    transition: text-shadow 0.3s ease;
}

/* --- Pulsing border on featured pricing card --- */
.zb-pricing-card.zb-featured {
    animation: zbBorderPulse 3s ease-in-out infinite;
}
@keyframes zbBorderPulse {
    0%,100% { box-shadow: 0 0 0 1px rgba(0,87,255,0.5), 0 0 20px rgba(0,87,255,0.15); }
    50%     { box-shadow: 0 0 0 2px rgba(0,87,255,0.8), 0 0 40px rgba(0,87,255,0.3); }
}

/* --- Step number orbit ring --- */
.zb-step-num {
    position: relative;
}
.zb-step-num::after {
    content: '';
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid rgba(0,212,255,0.3);
    animation: zbOrbit 3s linear infinite;
}
@keyframes zbOrbit {
    from { transform: rotate(0deg) scale(1);   opacity: 0.6; }
    50%  { transform: rotate(180deg) scale(1.1); opacity: 1; }
    to   { transform: rotate(360deg) scale(1);  opacity: 0.6; }
}

/* --- CTA strip animated gradient --- */
.zb-cta-strip {
    background-size: 200% 200% !important;
    animation: zbGradientShift 6s ease infinite;
}
@keyframes zbGradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* --- Nav link underline slide --- */
.zb-nav-link { position: relative; }
.zb-nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 14px; right: 14px;
    height: 2px;
    background: var(--zb-accent);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform 0.25s ease;
}
.zb-nav-link:hover::after,
.zb-nav-link.zb-nav-active::after { transform: scaleX(1); }

/* --- Page hero gradient scan line --- */
.zb-page-hero {
    position: relative;
    overflow: hidden;
}
.zb-page-hero::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--zb-accent), transparent);
    bottom: 0;
    animation: zbScanLine 3s ease-in-out infinite;
}
@keyframes zbScanLine {
    0%   { transform: translateX(-100%); opacity: 0; }
    20%  { opacity: 1; }
    80%  { opacity: 1; }
    100% { transform: translateX(100%); opacity: 0; }
}

/* ============================================================
   EXTENDED ANIMATIONS v1.7.3
   ============================================================ */

/* --- Page hero entrance --- */
.zb-page-hero h1,
.zb-hero-title {
    animation: zbSlideDown 0.7s cubic-bezier(0.22,1,0.36,1) both;
}
.zb-page-hero p,
.zb-hero-sub {
    animation: zbSlideDown 0.7s cubic-bezier(0.22,1,0.36,1) 0.15s both;
}
.zb-page-hero .zb-label,
.zb-hero .zb-label {
    animation: zbFadeIn 0.5s ease 0s both;
}
@keyframes zbSlideDown {
    from { opacity: 0; transform: translateY(-28px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes zbFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* --- Section headers stagger --- */
.zb-section-header .zb-label {
    animation: zbFadeIn 0.5s ease both;
    animation-play-state: paused;
}
.zb-section-header h2 {
    animation: zbSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.1s both;
    animation-play-state: paused;
}
.zb-section-header p {
    animation: zbSlideUp 0.6s cubic-bezier(0.22,1,0.36,1) 0.2s both;
    animation-play-state: paused;
}
.zb-section-header.zb-in-view .zb-label,
.zb-section-header.zb-in-view h2,
.zb-section-header.zb-in-view p {
    animation-play-state: running;
}
@keyframes zbSlideUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- Pricing cards 3D tilt on hover --- */
.zb-pricing-card {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
}
.zb-pricing-card:hover {
    transform: translateY(-8px) rotateX(2deg) rotateY(-1deg);
    box-shadow: 0 24px 60px rgba(0,87,255,.25), 0 0 0 1px var(--zb-accent);
}
.zb-pricing-card.zb-featured:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-1deg) scale(1.02);
    box-shadow: 0 32px 80px rgba(0,87,255,.35), 0 0 0 1px var(--zb-accent);
}

/* --- Info cards pop on hover --- */
.zb-info-card {
    transition: transform 0.3s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.3s ease,
                border-color 0.3s ease;
    will-change: transform;
}
.zb-info-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 48px rgba(0,87,255,.2);
    border-color: var(--zb-accent);
}
.zb-info-card .zb-info-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}
.zb-info-card:hover .zb-info-icon {
    transform: scale(1.25) rotate(-6deg);
}

/* --- Support cards --- */
.zb-support-card {
    transition: transform 0.3s cubic-bezier(0.22,1,0.36,1),
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}
.zb-support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,87,255,.18);
    border-color: var(--zb-accent);
}

/* --- CTA strip shimmer --- */
.zb-cta-strip {
    position: relative;
    overflow: hidden;
}
.zb-cta-strip::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
    animation: zbCtaShimmer 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes zbCtaShimmer {
    0%   { left: -75%; }
    100% { left: 125%; }
}

/* --- Notice box entrance pulse --- */
.zb-notice {
    animation: zbNoticePulse 0.6s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes zbNoticePulse {
    from { opacity: 0; transform: scale(0.97) translateY(10px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* --- Button ripple & shimmer on hover --- */
.zb-btn {
    position: relative;
    overflow: hidden;
}
.zb-btn::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: width 0.45s ease, height 0.45s ease, opacity 0.45s ease;
    opacity: 0;
    pointer-events: none;
}
.zb-btn:active::after {
    width: 300px; height: 300px;
    opacity: 0;
    transition: 0s;
}
.zb-btn-primary::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}
.zb-btn-primary:hover::before {
    left: 140%;
}

/* --- Form wrap entrance --- */
.zb-form-wrap {
    animation: zbFormEntrance 0.7s cubic-bezier(0.22,1,0.36,1) 0.2s both;
    animation-play-state: paused;
}
.zb-form-wrap.zb-in-view {
    animation-play-state: running;
}
@keyframes zbFormEntrance {
    from { opacity: 0; transform: translateY(32px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* --- Form inputs focus glow --- */
.zb-form-group input,
.zb-form-group select,
.zb-form-group textarea {
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.zb-form-group input:focus,
.zb-form-group select:focus,
.zb-form-group textarea:focus {
    box-shadow: 0 0 0 3px rgba(0,87,255,.2), 0 0 16px rgba(0,212,255,.08);
}

/* --- Step numbers animated ring --- */
.zb-step-num {
    position: relative;
}
.zb-step-num::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--zb-accent);
    animation: zbSpinRing 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s;
}
.zb-step:hover .zb-step-num::after {
    opacity: 1;
}
@keyframes zbSpinRing {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* --- Contact items slide in --- */
.zb-contact-item {
    transition: transform 0.3s ease, color 0.3s ease;
}
.zb-contact-item:hover {
    transform: translateX(6px);
    color: var(--zb-accent);
}

/* --- Pricing badge bounce --- */
.zb-pricing-badge {
    animation: zbBadgeBounce 2.5s cubic-bezier(0.36,0.07,0.19,0.97) infinite;
}
@keyframes zbBadgeBounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-3px) scale(1.05); }
}

/* --- Label pill glow pulse --- */
.zb-label {
    animation: zbLabelGlow 3s ease-in-out infinite;
}
@keyframes zbLabelGlow {
    0%, 100% { box-shadow: 0 0 8px rgba(0,212,255,.2); }
    50%       { box-shadow: 0 0 16px rgba(0,212,255,.5), 0 0 32px rgba(0,87,255,.2); }
}

/* --- Nav link underline slide --- */
.zb-nav-link {
    position: relative;
}
.zb-nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: var(--zb-accent);
    transition: width 0.3s ease;
    border-radius: 2px;
}
.zb-nav-link:hover::after,
.zb-nav-link.zb-nav-active::after {
    width: 100%;
}

/* --- Card icon float on card hover --- */
.zb-card:hover .zb-card-icon {
    animation: zbIconFloat 0.6s ease-in-out infinite alternate;
}
@keyframes zbIconFloat {
    from { transform: translateY(0); }
    to   { transform: translateY(-5px); }
}

/* --- Page-wide subtle background shimmer --- */
.zabyte-page::before {
    content: '';
    position: fixed;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(ellipse at 20% 50%, rgba(0,87,255,.03) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(0,212,255,.03) 0%, transparent 60%);
    animation: zbBgDrift 20s ease-in-out infinite alternate;
    pointer-events: none;
    z-index: 0;
}
@keyframes zbBgDrift {
    from { transform: translate(0, 0) rotate(0deg); }
    to   { transform: translate(2%, 2%) rotate(3deg); }
}

/* ============================================================
   FOOTER  v1.7.4
   ============================================================ */
.zb-footer {
    background: var(--zb-mid);
    border-top: 1px solid var(--zb-border);
    font-family: var(--zb-font-body);
}
.zb-footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 48px;
}
@media (max-width: 860px) {
    .zb-footer-inner { grid-template-columns: 1fr 1fr; }
    .zb-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
    .zb-footer-inner { grid-template-columns: 1fr; gap: 32px; }
}

.zb-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 16px;
}
.zb-footer-logo-img {
    height: 52px;
    width: auto;
    display: block;
    object-fit: contain;
    filter: brightness(1.15) drop-shadow(0 1px 8px rgba(0,0,0,.5));
}
.zb-footer-tagline {
    color: var(--zb-muted);
    font-size: .92rem;
    line-height: 1.7;
    max-width: 320px;
    margin-bottom: 24px;
}
.zb-footer-social {
    display: flex;
    gap: 12px;
}
.zb-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    color: var(--zb-muted) !important;
    text-decoration: none !important;
    transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.zb-social-icon:hover {
    background: rgba(0,87,255,.15);
    border-color: rgba(0,87,255,.4);
    color: var(--zb-accent) !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.zb-footer-nav h4,
.zb-footer-contact h4 {
    font-family: var(--zb-font-head);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--zb-white);
    margin: 0 0 20px;
}
.zb-footer-nav ul,
.zb-footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zb-footer-nav ul li,
.zb-footer-contact ul li {
    padding: 5px 0;
}
.zb-footer-nav a,
.zb-footer-contact a {
    color: var(--zb-muted);
    font-size: .92rem;
    text-decoration: none;
    transition: color .2s;
}
.zb-footer-nav a:hover,
.zb-footer-contact a:hover {
    color: var(--zb-accent);
    text-decoration: none;
}
.zb-footer-contact ul li {
    color: var(--zb-muted);
    font-size: .92rem;
}
.zb-footer-hours {
    margin-top: 16px;
    color: var(--zb-muted);
    font-size: .85rem;
    line-height: 1.7;
}

.zb-footer-bar {
    border-top: 1px solid var(--zb-border);
    padding: 18px 0;
}
.zb-footer-bar .zb-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .82rem;
    color: var(--zb-muted);
}

/* ============================================================
   WHATSAPP FLOATING BUTTON  v1.7.4
   ============================================================ */
.zb-wa-fab {
    position: fixed;
    bottom: 96px;
    right: 28px;
    z-index: 9990;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    padding: 14px 20px 14px 16px;
    box-shadow: 0 4px 24px rgba(37,211,102,.45), 0 2px 8px rgba(0,0,0,.25);
    font-family: var(--zb-font-head);
    font-size: .88rem;
    font-weight: 700;
    transition: transform .25s cubic-bezier(0.22,1,0.36,1), box-shadow .25s ease;
    animation: zbWaEntrance 0.6s cubic-bezier(0.22,1,0.36,1) 1.2s both;
}
@keyframes zbWaEntrance {
    from { opacity: 0; transform: translateY(20px) scale(0.9); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.zb-wa-fab:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 32px rgba(37,211,102,.55), 0 4px 12px rgba(0,0,0,.2);
    text-decoration: none !important;
    color: #fff !important;
}
.zb-wa-fab svg { flex-shrink: 0; }
.zb-wa-fab-label { white-space: nowrap; }

@media (max-width: 480px) {
    .zb-wa-fab {
        bottom: 88px;
        right: 16px;
        padding: 12px;
        border-radius: 50%;
    }
    .zb-wa-fab-label { display: none; }
}

/* ============================================================
   PORTFOLIO CARDS  v1.7.4
   ============================================================ */
.zb-portfolio-card {
    background: var(--zb-surface);
    border: 1px solid var(--zb-border);
    border-radius: var(--zb-radius);
    overflow: hidden;
    transition: transform .3s cubic-bezier(0.22,1,0.36,1), box-shadow .3s ease, border-color .3s ease;
}
.zb-portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,87,255,.2);
    border-color: rgba(0,87,255,.4);
}
.zb-portfolio-thumb {
    overflow: hidden;
    background: var(--zb-dark);
    border-bottom: 1px solid var(--zb-border);
}
/* Illustrated browser mockup */
.zb-portfolio-mock {
    margin: 16px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--zb-border);
    background: #0d1525;
}
.zb-pm-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #161f35;
    border-bottom: 1px solid var(--zb-border);
}
.zb-pm-bar span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--zb-border);
}
.zb-pm-bar span:nth-child(1) { background: #f87171; }
.zb-pm-bar span:nth-child(2) { background: #facc15; }
.zb-pm-bar span:nth-child(3) { background: #4ade80; }
.zb-pm-hero {
    height: 80px;
    background: linear-gradient(135deg, rgba(0,87,255,.3) 0%, rgba(0,212,255,.15) 100%);
    position: relative;
}
.zb-portfolio-mock.zb-pm-cyan .zb-pm-hero {
    background: linear-gradient(135deg, rgba(0,212,255,.28) 0%, rgba(0,87,255,.18) 100%);
}
.zb-portfolio-mock.zb-pm-green .zb-pm-hero {
    background: linear-gradient(135deg, rgba(34,197,94,.25) 0%, rgba(0,87,255,.15) 100%);
}
.zb-pm-rows {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.zb-pm-rows div {
    height: 8px;
    border-radius: 4px;
    background: var(--zb-border);
    opacity: .6;
}
.zb-pm-rows div:nth-child(1) { width: 70%; }
.zb-pm-rows div:nth-child(2) { width: 55%; }
.zb-pm-rows div:nth-child(3) { width: 40%; }
.zb-portfolio-card:hover .zb-pm-hero {
    background: linear-gradient(135deg, rgba(0,87,255,.45) 0%, rgba(0,212,255,.25) 100%);
    transition: background .4s ease;
}

/* --- Live preview iframe in portfolio cards --- */
.zb-pm-browser {
    background: #161f35;
}
.zb-pm-preview {
    height: 160px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.zb-pm-preview iframe {
    width: 300%;
    height: 300%;
    border: none;
    transform: scale(0.3333);
    transform-origin: top left;
    pointer-events: none;
    display: block;
}
.zb-portfolio-info {
    padding: 24px;
}
.zb-portfolio-info h3 {
    font-size: 1.1rem;
    margin: 0 0 8px;
    color: var(--zb-white);
}
.zb-portfolio-info p {
    color: var(--zb-muted);
    font-size: .9rem;
    margin: 0 0 16px;
    line-height: 1.6;
}
.zb-portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.zb-portfolio-tag {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    font-family: var(--zb-font-head);
    letter-spacing: .05em;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(0,87,255,.12);
    border: 1px solid rgba(0,87,255,.25);
    color: var(--zb-accent);
}

/* ============================================================
   SCROLLSPY ACTIVE  v1.7.4
   ============================================================ */
.zb-nav-link.zb-nav-scroll-active {
    color: var(--zb-white) !important;
    background: rgba(0, 87, 255, .15);
}
.zb-nav-link.zb-nav-scroll-active::after {
    transform: scaleX(1);
}

/* ============================================================
   HIDE THIRD-PARTY PREVIEW MODAL  v1.7.5
   ============================================================ */
#zb-preview-modal,
.zb-modal-backdrop,
.zb-modal-box {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ====================================================
   SHOP — "Coming Soon" diagonal overlay
   ==================================================== */
.zabyte-shop { position: relative; }
.zabyte-shop .zb-page-hero { padding-top: 120px; padding-bottom: 110px; }
.zb-coming-soon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    overflow: hidden;
    z-index: 40;
}
.zb-coming-soon span {
    display: inline-block;
    transform: rotate(-18deg);
    font-family: var(--zb-font-head, sans-serif);
    font-weight: 800;
    font-size: clamp(1.6rem, 6vw, 3.4rem);
    line-height: 1;
    color: #ff2d2d;
    text-transform: uppercase;
    letter-spacing: 4px;
    white-space: nowrap;
    padding: 14px 34px;
    border: 4px solid #ff2d2d;
    border-radius: 12px;
    background: rgba(255,45,45,.07);
    text-shadow: 0 0 18px rgba(255,45,45,.55);
    box-shadow: 0 0 35px rgba(255,45,45,.28), inset 0 0 22px rgba(255,45,45,.12);
}
