.hp-status-inline { margin-top: 1.25rem; }
.hp-showcase {
    padding: 4rem 0 3.5rem;
}
.hp-showcase-wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.4rem;
    align-items: start;
    max-width: 960px;
    margin: 0 auto;
}
.hp-showcase-body {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(260px, 1fr);
    gap: 1.4rem;
    align-items: start;
    min-width: 0;
}
.hp-showcase-panel {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}
.hp-showcase-tab {
    width: 100%;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
    color: #9ca3af;
    border-radius: 10px;
    padding: 0.5rem 0.62rem;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.hp-showcase-tab:hover {
    border-color: rgba(255, 92, 0, 0.3);
    color: #e5e7eb;
    background: rgba(255, 92, 0, 0.06);
}
.hp-showcase-tab.active {
    background: rgba(255, 92, 0, 0.1);
    border-color: rgba(255, 92, 0, 0.35);
    color: #ffffff;
}
.hp-showcase-tab i { font-size: 0.75rem; }
.hp-showcase-tab-divider {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 0.25rem 0;
}
.hp-showcase-tab--text {
    border: none !important;
    background: transparent !important;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.4rem 0.78rem;
}
.hp-showcase-tab--text:hover {
    color: #9ca3af;
    background: transparent !important;
    border: none !important;
}
.hp-showcase-tab--text.active {
    color: #e5e7eb;
    background: transparent !important;
    border: none !important;
}
.hp-showcase-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0.15rem;
    transition: opacity 0.38s ease;
}
.hp-showcase-copy.is-fading {
    opacity: 0;
}
.hp-showcase-copy h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}
.hp-showcase-copy p {
    margin: 0;
    font-size: 0.92rem;
    color: #9ca3af;
    line-height: 1.55;
}
.hp-showcase-stage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}
.hp-showcase-viewport {
    width: 100%;
    max-width: 520px;
    display: grid;
    align-items: start;
    min-width: 0;
}
.hp-showcase-viewport > .hp-panel-view {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.hp-showcase-viewport > .hp-panel-view.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}
/* Desktop (≥901px): screenshot is only the PNG - no filler background, no height cap (readable at full column width). */
@media (min-width: 901px) {
    .hp-showcase .hp-modal-shot-wrap {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: none;
        background: transparent;
    }
    .hp-showcase .hp-modal-shot {
        max-height: none;
        background: transparent;
        border: 0;
        outline: none;
    }
}
.hp-showcase .hp-modal-shot-wrap {
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    border-radius: 14px;
    line-height: 0;
}
.hp-showcase .hp-modal-shot {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    outline: none;
    box-shadow: none;
    vertical-align: top;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    /* Trim export/capture artifact - 1px dark frame at bitmap edges */
    clip-path: inset(1px round 12px);
}
.hp-showcase .hp-modal-shot-text {
    padding: 0.15rem 0 0;
    background: transparent;
    border-radius: 0;
    border: none;
}
.hp-showcase .hp-modal-shot-text p {
    margin: 0 0 0.6rem;
    color: #9ca3af;
    font-size: 0.95rem;
    line-height: 1.55;
}
.hp-showcase .hp-modal-shot-text a {
    color: #ff7a3d;
    text-decoration: none;
    font-weight: 600;
}
.hp-showcase .hp-modal-shot-text a:hover { text-decoration: underline; }
@media (max-width: 900px) {
    .hp-hero { min-height: auto !important; padding: 1rem 0.75rem 1.5rem !important; flex-direction: column !important; align-items: center !important; }
    .hp-hero-container { display: flex !important; flex-direction: column !important; gap: 1.5rem !important; padding: 0 0.75rem !important; align-items: center !important; width: 100% !important; }
    .hp-hero-content { order: -1 !important; width: 100% !important; max-width: 100% !important; text-align: center !important; }
    .hp-hero-visual { order: 1 !important; width: 100% !important; max-width: 420px !important; margin: 0 auto !important; }
    .hp-hero-title { font-size: 1.35rem !important; margin-bottom: 0.5rem !important; }
    .hp-hero-subtitle { font-size: 0.9rem !important; margin-bottom: 0.75rem !important; }
    .hp-hero-stats { margin-bottom: 1rem !important; justify-content: center !important; align-items: center !important; }
    .hp-stat { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; }
    .hp-hero-buttons { flex-direction: column !important; width: 100% !important; gap: 0.5rem !important; align-items: center !important; }
    .hp-hero-buttons a { width: 100% !important; max-width: 280px !important; justify-content: center !important; text-align: center !important; box-sizing: border-box !important; }
    .hp-status-inline { margin-top: 0.75rem !important; }
    .hp-status-row { flex-wrap: wrap !important; justify-content: center !important; flex-direction: column !important; align-items: center !important; }
    .hp-status-label { width: 100% !important; text-align: center !important; order: 2 !important; margin-top: 0.25rem !important; }
    .hp-status-bots { order: 1 !important; display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 0.5rem !important; }
    .hp-status-link { margin-top: 0.25rem !important; }
    .hp-showcase-wrap {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .hp-showcase-panel {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.28rem;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        padding: 0;
    }
    .hp-showcase-tab {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        font-size: 0.62rem;
        padding: 0.28rem 0.42rem;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
        line-height: 1.2;
    }
    .hp-showcase-tab i { font-size: 0.65rem; }
    .hp-showcase-tab-divider {
        flex: 0 0 1px;
        width: 1px;
        min-width: 1px;
        height: 1.1rem;
        align-self: center;
        margin: 0 0.06rem;
        background: rgba(255, 255, 255, 0.1);
    }
    .hp-showcase-body {
        grid-template-columns: minmax(0, 32%) minmax(0, 68%);
        gap: 0.85rem;
        align-items: start;
    }
    .hp-showcase-copy {
        min-height: 0;
        padding-top: 0;
        text-align: left;
        padding-right: 0.15rem;
    }
    .hp-showcase-viewport {
        max-width: 100%;
        align-self: start;
        justify-self: stretch;
        width: 100%;
        min-width: 0;
    }
    .hp-showcase .hp-modal-shot-wrap {
        display: block;
        margin: 0;
        background: transparent;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: none;
    }
    .hp-showcase .hp-modal-shot {
        width: 100%;
        max-width: 100%;
        max-height: min(110vw, 520px);
        height: auto;
        object-fit: contain;
        object-position: top center;
        background: transparent;
        border: 0;
        outline: none;
        box-shadow: none;
    }
    .hp-showcase .hp-modal-shot-text {
        font-size: 0.92rem;
        padding: 0;
        max-height: none;
        overflow: visible;
    }
}
@media (max-width: 400px) {
    .hp-showcase-body {
        grid-template-columns: minmax(0, 30%) minmax(0, 70%);
        gap: 0.55rem;
    }
    .hp-showcase-tab {
        font-size: 0.58rem;
        padding: 0.24rem 0.35rem;
    }
    .hp-showcase-tab i { font-size: 0.6rem; }
    .hp-showcase .hp-modal-shot {
        max-height: min(118vw, 500px);
    }
}
@media (max-width: 480px) {
    .hp-hero { padding: 0.5rem 0.5rem 1rem !important; }
    .hp-hero-title { font-size: 1.15rem !important; }
    .hp-hero-subtitle { font-size: 0.82rem !important; }
    .hp-hero-visual { max-width: 100% !important; }
    .hp-feed-text { font-size: 0.65rem !important; }
}
.hp-reviews {
    padding: 3.4rem 0 2.6rem;
    text-align: center;
}
.hp-reviews-wrap {
    position: relative;
    overflow: visible;
    max-width: 760px;
    margin: 0 auto;
    perspective: 1200px;
}
.hp-reviews-track {
    position: relative;
    will-change: transform;
    transition: height 0.5s ease;
}
.hp-review-card {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateY(28px) scale(0.97) rotateX(8deg);
    transition: opacity 0.8s ease, transform 0.8s ease;
    pointer-events: none;
    background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 18px;
    padding: 1.15rem 1.2rem;
    box-shadow: 0 18px 38px rgba(6, 12, 28, 0.35), 0 0 0 1px rgba(255,255,255,0.03) inset;
    backdrop-filter: blur(4px);
    text-align: left;
}
.hp-review-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
    pointer-events: auto;
}
.hp-review-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
}
.hp-review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    border: 1px solid rgba(255,255,255,0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    font-weight: 700;
    font-size: 0.9rem;
    overflow: hidden;
    flex-shrink: 0;
}
.hp-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}
.hp-review-name {
    margin: 0;
    color: #f8fafc;
    font-size: 0.95rem;
    font-weight: 700;
}
.hp-review-role {
    margin: 0;
    color: #a8b1ca;
    font-size: 0.8rem;
}
.hp-review-quote {
    margin: 0;
    color: #d5d9e6;
    font-size: 0.92rem;
    line-height: 1.7;
}
.hp-review-stars {
    display: inline-flex;
    gap: 0.2rem;
    color: #fbbf24;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
}
.hp-reviews-controls {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.6rem;
    margin: 1.05rem auto 0 !important;
    width: 100% !important;
    max-width: 760px;
}
.hp-reviews-btn {
    border: 1px solid rgba(255, 92, 0, 0.35);
    background: rgba(255, 92, 0, 0.12);
    color: #ff5c00;
    border-radius: 999px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 0.8rem;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.hp-reviews-btn i {
    margin-right: 0 !important;
}
.hp-reviews-btn:hover {
    background: rgba(255, 92, 0, 0.25);
    border-color: rgba(255, 92, 0, 0.55);
    transform: translateY(-1px);
}
.hp-reviews-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 80px;
}
.hp-reviews-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 92, 0, 0.3);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.hp-reviews-dot.is-active {
    width: 20px;
    background: linear-gradient(90deg, #ff5c00, #ff8533);
}
@media (max-width: 640px) {
    .hp-reviews-wrap {
        max-width: 100%;
    }
    .hp-review-card {
        padding: 1rem;
    }
}
