/* PixelSpot FULL-BLEED VIDEO HERO (Times Square Snowfall 60fps) — loaded AFTER apple-pure-hero.css & ps-hero.css */

/* Hero background = pure black for video edge-to-edge bleed */
.ac-apple-vision-hero {
    --ac-vp-bg: #000000 !important;
    --ac-vp-ink: #f5f5f7 !important;
}
#hero.ac-apple-vision-hero {
    position: relative !important;
    background-color: #000000 !important;
    color: #f5f5f7 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100svh !important;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
}

/* Visually hidden SEO continuation of the H1 */
.ac-vp-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

/* Full-bleed stage and scene containers — no padding, no boxes, no constraints */
.ac-vp-stage,
.ac-vp-scene-wrapper {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    z-index: 1 !important;
    display: block !important;
    background: transparent !important;
}

/* Full-bleed video player: zero masks, zero clipping, covers entire viewport with HD filter */
.ac-vp-halo-video,
.ac-hero-fullbleed-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 22% !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    filter: contrast(1.08) saturate(1.18) brightness(0.97) !important;
    transform: scale(1.06) translateZ(0) !important;
    -webkit-transform: scale(1.06) translateZ(0) !important;
    will-change: transform !important;
    display: block !important;
    z-index: 1 !important;
    opacity: 1 !important;
}

/* Studio lady cutout & ring overlay completely removed */
.ac-vp-overlay-picture,
.ac-vp-overlay-img,
.ac-vp-curved-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Apple-grade cinematic gradient scrim: clear center for HD video, rich contrast for text & nav */
.ac-hero-scrim {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    pointer-events: none !important;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.52) 0%,
        rgba(0, 0, 0, 0.12) 18%,
        rgba(0, 0, 0, 0) 38%,
        rgba(0, 0, 0, 0.22) 65%,
        rgba(0, 0, 0, 0.82) 100%
    ) !important;
}

/* Apple Vision Bottom Bar pinned gracefully over video */
.ac-vp-bottom-bar {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    padding: 0 44px 52px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 32px !important;
    z-index: 5 !important;
    pointer-events: auto !important;
}

.ac-vp-brand-block {
    max-width: 860px !important;
    flex: 1 1 auto !important;
}

/* Eyebrow & Obsolete Medium Contrast */
.ac-vp-kicker-wrap {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
}

.ac-vp-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    backdrop-filter: blur(16px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.8) !important;
    padding: 5px 14px !important;
    border-radius: 980px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #ffffff !important;
}

.ac-vp-pill-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #38bdf8 !important;
    box-shadow: 0 0 10px #38bdf8 !important;
}

.ac-vp-contrast-line {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    letter-spacing: -0.01em !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ac-vp-strike {
    text-decoration: line-through !important;
    text-decoration-color: rgba(255, 255, 255, 0.45) !important;
}

.ac-vp-arrow {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
}

.ac-vp-new-badge {
    color: #38bdf8 !important;
    font-weight: 600 !important;
    text-shadow: 0 0 14px rgba(56, 189, 248, 0.6) !important;
}

.ac-vp-sep {
    opacity: 0.45 !important;
}

/* High-contrast Apple Typography with Shimmer */
.ac-vp-title-text {
    color: #ffffff !important;
    font-size: clamp(2.4rem, 1.4rem + 3.6vw, 4.8rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.05 !important;
    margin: 0 !important;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9) !important;
}

/* Apple Metallic Light Shimmer across letters */
@keyframes ac-letter-shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.ac-shimmer-text {
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #ffffff 38%,
        #93c5fd 50%,
        #ffffff 62%,
        #ffffff 100%
    ) !important;
    background-size: 250% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: ac-letter-shimmer 7s ease-in-out infinite !important;
    display: inline !important;
}

/* Apple 3D Kinetic Flipping Word */
.ac-kinetic-wrapper {
    display: inline-block !important;
    position: relative !important;
    vertical-align: baseline !important;
    perspective: 800px !important;
}

.ac-kinetic-aura {
    position: absolute !important;
    inset: -25% -35% !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(147, 197, 253, 0.22) 40%, transparent 70%) !important;
    filter: blur(28px) !important;
    pointer-events: none !important;
    z-index: -1 !important;
    opacity: 0.85 !important;
    transition: background 0.6s ease, opacity 0.6s ease !important;
}

.ac-kinetic-word {
    display: inline-block !important;
    color: #ffffff;
    text-shadow: 0 0 32px rgba(255, 255, 255, 0.85), 0 2px 14px rgba(0, 0, 0, 0.9);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease !important;
    transform-origin: center center !important;
}

.ac-kinetic-word.active {
    opacity: 1 !important;
    transform: translateY(0) rotateX(0deg) !important;
    filter: blur(0) !important;
}

.ac-kinetic-word.out {
    opacity: 0 !important;
    transform: translateY(-26px) rotateX(35deg) scale(0.96) !important;
    filter: blur(8px) !important;
}

.ac-kinetic-word.in {
    opacity: 0 !important;
    transform: translateY(26px) rotateX(-35deg) scale(0.96) !important;
    filter: blur(8px) !important;
}

/* Subtitle */
.ac-vp-subtitle {
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: clamp(1.05rem, 0.8rem + 0.8vw, 1.45rem) !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.4 !important;
    max-width: 62ch !important;
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.85) !important;
}

/* Apple Spec Metric Ribbon (Apple Keynote Style) */
.ac-vp-specs-ribbon {
    display: inline-flex !important;
    align-items: center !important;
    background: rgba(18, 18, 24, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    backdrop-filter: blur(28px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.8) !important;
    border-radius: 20px !important;
    padding: 10px 18px !important;
    margin-top: 22px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45) !important;
}

.ac-spec-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 2px 14px !important;
}

.ac-spec-head {
    display: flex !important;
    align-items: baseline !important;
    gap: 4px !important;
    line-height: 1 !important;
}

.ac-spec-val {
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
    color: #ffffff !important;
    font-feature-settings: "tnum" 1 !important;
}

.ac-spec-unit {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #38bdf8 !important;
    letter-spacing: -0.01em !important;
}

.ac-spec-dash {
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0 1px !important;
}

.ac-spec-lbl {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: rgba(255, 255, 255, 0.68) !important;
    margin-top: 5px !important;
}

.ac-spec-sep {
    width: 1px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    flex-shrink: 0 !important;
}

/* CTAs: Frosted glass demo button + Apple white solid purchase button */
.ac-vp-actions {
    flex: 0 0 auto !important;
}

.ac-vp-cta-group {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.ac-vp-btn-demo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 28px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    background: rgba(20, 20, 25, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 980px !important;
    text-decoration: none !important;
    backdrop-filter: blur(24px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.8) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ac-vp-btn-demo:hover {
    background: rgba(255, 255, 255, 0.22) !important;
    border-color: rgba(255, 255, 255, 0.75) !important;
    color: #ffffff !important;
    transform: scale(1.02) !important;
}

.ac-vp-btn-buy {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    padding: 0 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 980px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ac-vp-btn-buy:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    color: #1d1d1f !important;
    transform: scale(1.02) !important;
}

.ac-vp-trust-pill {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 14px !important;
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    justify-content: flex-end !important;
}

.ac-vp-trust-pill svg {
    color: #38bdf8 !important;
}

/* Dark top navbar while over the video hero */
body.ps-dark-top nav.nv {
    background: rgba(18, 18, 20, 0.65) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(20px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.8) !important;
}

body.ps-dark-top nav.nv .nv-logo,
body.ps-dark-top nav.nv .nv-links {
    color: #f5f5f7 !important;
}

body.ps-dark-top nav.nv .nv-logo img {
    filter: invert(1) !important;
}

body.ps-dark-top nav.nv .nv-links > a {
    color: rgba(245, 245, 247, 0.85) !important;
}

body.ps-dark-top nav.nv .nv-links > a:hover {
    color: #ffffff !important;
}

body.ps-dark-top nav.nv .nv-links > a.nv-cta {
    background: #0071e3 !important;
    color: #ffffff !important;
}

body.ps-dark-top nav.nv .nv-search {
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #f5f5f7 !important;
}

body.ps-dark-top nav.nv .nv-search svg path {
    stroke: #f5f5f7 !important;
}

body.ps-dark-top nav.nv .nv-search:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

body.ps-dark-top nav.nv .nv-burger {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
}

body.ps-dark-top nav.nv .nv-burger span {
    background: #f5f5f7 !important;
}

/* Pinned sticky hero with dark frosted glass story section sliding over it */
@supports (overflow: clip) and ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    html, body { overflow-x: clip !important; }
    #hero.ac-apple-vision-hero {
        position: sticky !important;
        top: 0 !important;
        z-index: 0 !important;
    }
    .ac-hero-stack {
        background: #000000 !important;
    }
    .ac-story {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.82) 100%) !important;
        -webkit-backdrop-filter: blur(44px) saturate(1.7) !important;
        backdrop-filter: blur(44px) saturate(1.7) !important;
        -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 56px) !important;
        mask-image: linear-gradient(180deg, transparent 0, #000 56px) !important;
    }
    .ac-story-line {
        color: #f5f5f7 !important;
    }
    .ac-story-line b {
        color: #ffffff !important;
    }
    @media (max-width: 640px) {
        .ac-story {
            -webkit-backdrop-filter: blur(30px) saturate(1.5) !important;
            backdrop-filter: blur(30px) saturate(1.5) !important;
        }
    }
}

/* Keep CTAs above WhatsApp bubble on desktop widths */
@media (min-width: 901px) and (max-width: 1499px) {
    .ac-vp-bottom-bar {
        bottom: 84px !important;
    }
}

/* Responsive tablet & mobile */
@media (max-width: 900px) {
    #hero.ac-apple-vision-hero {
        height: 100vh !important;
        height: 100svh !important;
        min-height: 100vh !important;
        min-height: 100svh !important;
        padding: 0 !important;
    }
    .ac-vp-bottom-bar {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        padding: 0 24px 36px !important;
        margin: 0 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 22px !important;
    }
    .ac-vp-actions {
        width: 100% !important;
    }
    .ac-vp-cta-group {
        width: 100% !important;
        display: flex !important;
        gap: 12px !important;
    }
    .ac-vp-btn-demo,
    .ac-vp-btn-buy {
        flex: 1 1 0 !important;
        height: 46px !important;
        padding: 0 16px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 600px) {
    .ac-vp-bottom-bar {
        padding: 0 18px 84px !important;
        gap: 14px !important;
    }
    .ac-vp-kicker-wrap {
        gap: 8px !important;
        margin-bottom: 10px !important;
    }
    .ac-vp-pill {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    .ac-vp-contrast-line {
        font-size: 11px !important;
    }
    .ac-vp-title-text {
        font-size: clamp(1.95rem, 8.2vw, 2.7rem) !important;
        line-height: 1.08 !important;
    }
    .ac-vp-subtitle {
        font-size: clamp(0.9rem, 3.8vw, 1.08rem) !important;
        margin-top: 8px !important;
    }
    .ac-vp-specs-ribbon {
        width: 100% !important;
        box-sizing: border-box !important;
        justify-content: space-between !important;
        padding: 8px 10px !important;
        margin-top: 14px !important;
        border-radius: 16px !important;
    }
    .ac-spec-card {
        padding: 0 4px !important;
    }
    .ac-spec-val {
        font-size: 16px !important;
    }
    .ac-spec-unit {
        font-size: 11px !important;
    }
    .ac-spec-lbl {
        font-size: 8.5px !important;
        letter-spacing: 0.05em !important;
        margin-top: 3px !important;
    }
    .ac-spec-sep {
        height: 24px !important;
    }
    .ac-vp-trust-pill {
        justify-content: flex-start !important;
        margin-top: 8px !important;
        font-size: 10.5px !important;
    }
}
