/* Shared GabaTech product presentation.
 *
 * Reusable product-page rules only.
 * Homepage, account and auth styles are intentionally excluded.
 */

.monitor-page {
    background: #f4f7fb;
    color: #172033;
}

.monitor-hero {
    position: relative;
    overflow: hidden;
    padding-block: 42px;
    border-bottom: 1px solid #dbe4ee;
    background:
        radial-gradient(circle at 8% 14%, rgba(249, 115, 22, 0.10), transparent 28rem),
        radial-gradient(circle at 92% 82%, rgba(59, 130, 246, 0.08), transparent 30rem),
        linear-gradient(135deg, #fbfdff 0%, #f2f7fb 56%, #fff8f1 100%);
    color: #172033;
}

.monitor-hero.hero-mesh::before {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
}

.monitor-hero .hero-glow--left {
    background: radial-gradient(circle, rgba(249, 115, 22, 0.11), transparent 68%);
}

.monitor-hero .hero-glow--right {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.08), transparent 70%);
}

.monitor-hero .text-slate-300 { color: #475569; }
.monitor-hero .text-slate-400 { color: #64748b; }
.monitor-hero .text-orange-200,
.monitor-hero .text-orange-300 { color: #c65d0e; }

.monitor-hero-link { color: #64748b; }
.monitor-hero-link:hover { color: #c65d0e; }

.monitor-hero-pill {
    border: 1px solid #dbe4ee;
    background: rgba(255, 255, 255, 0.88);
    color: #526173;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.monitor-hero-pill--accent {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #b45309;
}

.monitor-hero-secondary {
    border: 1px solid #d6e0ea;
    background: rgba(255, 255, 255, 0.80);
    color: #1f2937;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.monitor-hero-secondary:hover {
    border-color: #fdba74;
    background: #fff7ed;
    color: #9a3412;
}

.monitor-hero-shot {
    border: 1px solid #d7e2ec;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.14);
}

.monitor-release-badge {
    border: 1px solid #fed7aa;
    background: rgba(255, 247, 237, 0.96);
    color: #9a3412;
    box-shadow: 0 10px 30px rgba(154, 52, 18, 0.10);
}

.monitor-section { padding-block: 48px; }
.monitor-meta-section { padding-block: 28px; }

.monitor-light-section {
    background: #f7f9fc;
    color: #172033;
}

.monitor-light-section--soft {
    background: #edf3f8;
    color: #172033;
}

.monitor-light-heading { color: #111827; }
.monitor-light-muted { color: #65758b; }
.monitor-light-label { color: #c65d0e; }

.monitor-light-card {
    border: 1px solid #dbe4ee;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.065);
}

.monitor-light-card--interactive {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.monitor-light-card--interactive:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, 0.30);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.10);
}

.monitor-light-icon {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

.monitor-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.monitor-meta-chip {
    border: 1px solid #d9e3ed;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.monitor-why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.monitor-light-subcard {
    border: 1px solid #dbe4ee;
    background: #f8fafc;
}

.monitor-warning-card {
    border: 1px solid #fed7aa;
    background: #fff7ed;
}

.monitor-update-card {
    border-color: #fed7aa;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.07), transparent 20rem),
        #ffffff;
}

.monitor-release-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.monitor-release-pill {
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
    padding: 6px 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.monitor-release-groups {
    display: grid;
    gap: 14px;
}

.monitor-release-group {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.88);
    padding: 20px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.monitor-release-group:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, 0.38);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.09);
}

.monitor-release-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #fed7aa;
    border-radius: 14px;
    background: #fff7ed;
    font-size: 18px;
}

.monitor-release-preview {
    margin-top: 16px;
    display: grid;
    gap: 9px;
}

.monitor-release-preview li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9px;
    align-items: start;
}

.monitor-release-details {
    margin-top: 18px;
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
}

.monitor-release-details summary {
    display: flex;
    min-height: 44px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 14px;
    padding: 10px 12px;
    color: #9a3412;
    font-size: 14px;
    font-weight: 700;
    transition: background 160ms ease;
}

.monitor-release-details summary:hover {
    background: #fff7ed;
}

.monitor-release-details summary::-webkit-details-marker {
    display: none;
}

.monitor-release-chevron {
    transition: transform 180ms ease;
}

.monitor-release-details[open] .monitor-release-chevron {
    transform: rotate(180deg);
}

.monitor-release-full-list {
    margin-top: 12px;
    display: grid;
    gap: 10px;
    border-radius: 16px;
    background: #f8fafc;
    padding: 16px;
}

@media (min-width: 900px) {
    .monitor-release-groups {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .monitor-release-group,
    .monitor-release-chevron,
    .monitor-gallery-card,
    .monitor-gallery-card img,
    .monitor-gallery-zoom {
        transition: none;
    }

    .monitor-release-group:hover,
    .monitor-gallery-card:hover,
    .monitor-gallery-card:hover img,
    .monitor-gallery-card .monitor-lightbox-trigger:focus-visible img {
        transform: none;
    }
}

.monitor-purchase-card {
    border: 1px solid #fed7aa;
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.08), transparent 24rem),
        #ffffff;
    box-shadow: 0 22px 64px rgba(15, 23, 42, 0.08);
}

.monitor-purchase-price {
    border: 1px solid #dbe4ee;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.monitor-legal-link { color: #b45309; }
.monitor-legal-link:hover { color: #9a3412; }

.monitor-gallery-card {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.monitor-gallery-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, 0.30);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.11);
}

.monitor-gallery-card .monitor-lightbox-trigger {
    position: relative;
}

.monitor-gallery-card img {
    transition: transform 320ms ease;
}

.monitor-gallery-card:hover img,
.monitor-gallery-card .monitor-lightbox-trigger:focus-visible img {
    transform: scale(1.018);
}

.monitor-gallery-zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    padding: 8px 11px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(6px);
    backdrop-filter: blur(8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
}

.monitor-gallery-card:hover .monitor-gallery-zoom,
.monitor-gallery-card .monitor-lightbox-trigger:focus-visible .monitor-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.monitor-gallery-zoom svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.monitor-lightbox-trigger {
    width: 100%; padding: 0; border: 0; background: transparent;
    color: inherit; font: inherit; text-align: inherit; cursor: zoom-in;
}

.monitor-lightbox {
    width: min(94vw, 1500px); max-width: none; max-height: 92vh;
    padding: 0; border: 0; border-radius: 24px; overflow: hidden;
    background: #ffffff; color: #0f172a;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.22);
}

.monitor-lightbox::backdrop {
    background: rgba(15, 23, 42, 0.28);
    backdrop-filter: blur(8px);
}

.monitor-lightbox__image {
    display: block; width: 100%; max-height: 82vh;
    object-fit: contain; background: #f8fafc;
}

.monitor-lightbox__bar {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 14px 18px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
}

.monitor-lightbox__close {
    display: grid; width: 40px; height: 40px; flex: 0 0 auto;
    place-items: center; border: 1px solid #e2e8f0;
    border-radius: 12px; background: #f8fafc;
    color: #0f172a; cursor: pointer;
}

@media (min-width: 640px) {
    .monitor-section { padding-block: 56px; }
    .monitor-hero { padding-block: 76px; }
}

@media (min-width: 768px) {
    .monitor-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .monitor-meta-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (min-width: 1280px) {
    .monitor-why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .monitor-hero { padding-block: 52px; }
    .monitor-lightbox { width: 96vw; border-radius: 18px; }
}


/* Storefront product identity */
.product-glyph {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid;
    border-radius: 14px;
    background: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-glyph svg {
    width: 58%;
    height: 58%;
}

.product-glyph--monitor {
    border-color: #bfdbfe;
    background: #eff6ff;
    color: #2563eb;
}

.product-glyph--netdiag {
    border-color: #a5f3fc;
    background: #ecfeff;
    color: #0891b2;
}

.product-glyph--power {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #ea580c;
}

.product-glyph--generic {
    border-color: #e2e8f0;
    background: #f8fafc;
    color: #64748b;
}

.product-availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.product-availability-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.product-availability-badge--available {
    border-color: rgba(74, 222, 128, 0.28) !important;
    background: rgba(34, 197, 94, 0.10) !important;
    color: #bbf7d0 !important;
}

.product-hero-video-shell {
    overflow: hidden;
    background: #080d14;
}

.product-hero-video-chrome {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 13, 20, 0.94);
    padding: 0 14px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 650;
}

.product-hero-video-dots {
    display: inline-flex;
    gap: 5px;
}

.product-hero-video-dots i {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #475569;
}

.product-hero-video-dots i:first-child { background: #fb7185; }
.product-hero-video-dots i:nth-child(2) { background: #fbbf24; }
.product-hero-video-dots i:nth-child(3) { background: #4ade80; }

.product-hero-video {
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: #0b1118;
}

.product-hero-media-placeholder {
    border-color: rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at 72% 24%, rgba(56, 189, 248, 0.10), transparent 16rem),
        radial-gradient(circle at 18% 82%, rgba(249, 115, 22, 0.11), transparent 18rem),
        linear-gradient(145deg, #141b25, #0c1118);
}

.product-hero-placeholder-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
}

.monitor-product-glyph {
    width: 56px;
    height: 56px;
    border-radius: 16px;
}

@media (max-width: 639px) {
    .product-hero-video-chrome {
        min-height: 34px;
        font-size: 10px;
    }
}

/* Video Downloader v16 polish */
.product-screenshot__image {
    transition: transform .25s ease;
}

.product-screenshot:hover .product-screenshot__image {
    transform: scale(1.03);
}

