/* GabaTech public storefront theme.
 * Kept outside Blade templates so public pages share one visual system.
 */

body.site-light {
    background: #f4f7fb;
    color: #172033;
    color-scheme: light;
}

body.site-light header {
    border-color: #dbe4ee;
    background: rgba(255, 255, 255, 0.94);
    color: #172033;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body.site-light header a,
body.site-light header summary {
    color: #475569;
}

body.site-light header a:hover,
body.site-light header summary:hover {
    color: #111827;
}

body.site-light header a {
    border-color: #dbe4ee;
}

body.site-light header [data-product-navigation],
body.site-light header [data-product-navigation-mobile] {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

body.site-light header [data-current-product="true"],
body.site-light header [aria-current="page"] {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #111827;
}

body.site-light header summary span {
    background: #334155;
}

body.site-light header .text-xl,
body.site-light header .font-semibold {
    color: #172033;
}

body.site-light footer {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #64748b;
}

body.site-light footer > div:last-child {
    border-color: #e2e8f0;
}

body.site-light footer a,
body.site-light footer .text-white {
    color: #334155;
}

body.site-light footer a:hover {
    color: #c65d0e;
}

body.site-light footer .text-orange-200 {
    color: #c65d0e;
}

body.site-light footer .text-slate-400,
body.site-light footer .text-slate-500 {
    color: #64748b;
}

.site-eyebrow {
    color: #c65d0e;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-button-primary,
.site-button-secondary {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.75rem 1.25rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-button-primary {
    background: linear-gradient(135deg, #fdba74, #f97316);
    color: #17120d;
    box-shadow: 0 16px 34px rgba(249, 115, 22, 0.18);
}

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

.site-button-primary:hover,
.site-button-secondary:hover {
    transform: translateY(-2px);
}

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

.home-hero,
.info-hero {
    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%);
}

body.site-light .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);
}

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

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

.home-section {
    padding-block: 36px;
}

.home-trust-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    padding: 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.home-trust-icon,
.home-product-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
}

.home-trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 0.7rem;
}

.home-product-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1rem;
}

.home-shot-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    z-index: 10;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    background: rgba(255, 247, 237, 0.96);
    padding: 6px 11px;
    color: #9a3412;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(154, 52, 18, 0.10);
}

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

.home-product-card,
.home-updates-shell,
.info-card,
.info-side-card {
    border: 1px solid #dbe4ee;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.065);
}

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

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

.home-product-aside {
    background: #f8fafc;
}

.home-principle-card {
    min-height: 200px;
    border: 1px solid #dbe4ee;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    padding: 22px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-principle-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 115, 22, 0.30);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.home-principle-number {
    display: inline-grid;
    min-width: 42px;
    min-height: 42px;
    place-items: center;
    border: 1px solid #fed7aa;
    border-radius: 13px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.home-updates-shell {
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.06), transparent 24rem),
        #ffffff;
}

.home-release-row {
    padding: 24px;
}

.home-release-row + .home-release-row {
    border-top: 1px solid #e2e8f0;
}

.home-release-date,
.info-pill {
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #f8fafc;
    padding: 6px 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

.info-card {
    border-radius: 24px;
    padding: 24px;
}

.info-side-card {
    border-radius: 22px;
    padding: 22px;
}

.info-side-card--accent {
    border-color: #fed7aa;
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.08), transparent 18rem),
        #ffffff;
}

.info-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    padding: 12px 14px;
}

.info-list-item > span:first-child {
    color: #c65d0e;
    font-weight: 700;
}

.info-nav-link {
    display: block;
    border-radius: 12px;
    padding: 10px 12px;
    color: #475569;
    transition: background 160ms ease, color 160ms ease;
}

.info-nav-link:hover,
.info-nav-link--active {
    background: #fff7ed;
    color: #9a3412;
}

@media (min-width: 640px) {
    .info-card {
        padding: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-button-primary,
    .site-button-secondary,
    .home-product-card,
    .home-principle-card {
        transition: none;
    }

    .site-button-primary:hover,
    .site-button-secondary:hover,
    .home-product-card:hover,
    .home-principle-card:hover {
        transform: none;
    }
}

/* GabaTech Monitor product page */
body[data-product-template="system-monitor"] {
    background: #f4f7fb;
    color: #172033;
    color-scheme: light;
}

body[data-product-template="system-monitor"] header {
    border-color: #dbe4ee;
    background: rgba(255, 255, 255, 0.94);
    color: #172033;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

body[data-product-template="system-monitor"] header a,
body[data-product-template="system-monitor"] header summary {
    color: #475569;
}

body[data-product-template="system-monitor"] header a:hover,
body[data-product-template="system-monitor"] header summary:hover {
    color: #111827;
}

body[data-product-template="system-monitor"] header a {
    border-color: #dbe4ee;
}

body[data-product-template="system-monitor"] header [data-product-navigation],
body[data-product-template="system-monitor"] header [data-product-navigation-mobile] {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #334155;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

body[data-product-template="system-monitor"] header [data-current-product="true"],
body[data-product-template="system-monitor"] header [aria-current="page"] {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #111827;
}

body[data-product-template="system-monitor"] header summary span {
    background: #334155;
}

body[data-product-template="system-monitor"] header .text-xl,
body[data-product-template="system-monitor"] header .font-semibold {
    color: #172033;
}

body[data-product-template="system-monitor"] footer {
    border-color: #dbe4ee;
    background: #ffffff;
    color: #64748b;
}

body[data-product-template="system-monitor"] footer > div:last-child {
    border-color: #e2e8f0;
}

body[data-product-template="system-monitor"] footer a,
body[data-product-template="system-monitor"] footer .text-white {
    color: #334155;
}

body[data-product-template="system-monitor"] footer a:hover {
    color: #c65d0e;
}

body[data-product-template="system-monitor"] footer .text-orange-200 {
    color: #c65d0e;
}

body[data-product-template="system-monitor"] footer .text-slate-400,
body[data-product-template="system-monitor"] footer .text-slate-500 {
    color: #64748b;
}

.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; }
}

/* Homepage product portfolio */
.home-product-card--portfolio {
    min-width: 0;
}

.home-product-card__top {
    background:
        radial-gradient(circle at 100% 0%, rgba(249, 115, 22, 0.07), transparent 14rem),
        #ffffff;
}

.home-product-card__meta {
    background: #f8fafc;
}

.home-task-shell {
    border: 1px solid #dbe4ee;
    background:
        radial-gradient(circle at 0% 0%, rgba(249, 115, 22, 0.07), transparent 24rem),
        #f8fafc;
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.055);
}

.home-task-link {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: #ffffff;
    padding: 16px 18px;
    color: inherit;
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-task-link:hover {
    transform: translateX(4px);
    border-color: #fdba74;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.home-task-link__marker {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
}

.home-task-link strong,
.home-task-link small {
    display: block;
}

.home-task-link strong {
    color: #0f172a;
    font-size: 14px;
    line-height: 1.5;
}

.home-task-link small {
    margin-top: 3px;
    color: #64748b;
    font-size: 12px;
}


@media (prefers-reduced-motion: reduce) {
    .home-task-link {
        transition: none;
    }

    .home-task-link:hover {
        transform: none;
    }
}

/* 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;
}

.home-product-card:hover .product-glyph {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 9px 24px rgba(15, 23, 42, 0.10);
}

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

.home-product-status--available {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.home-product-status__dot,
.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;
}

.home-product-benefit {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    padding: 5px 9px;
    color: #475569;
    font-size: 11px;
    font-weight: 650;
    line-height: 1;
}

.home-product-purchase-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 1.5rem;
}

.home-product-license-title {
    display: block;
    margin-top: 0.3rem;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.35;
}

.home-product-version-meta {
    min-width: 9rem;
    text-align: right;
}

.home-product-release-state {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-top: 0.35rem;
    color: #15803d;
    font-size: 0.69rem;
    font-weight: 700;
    line-height: 1.3;
}

.home-product-release-state__dot {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.10);
}

.home-product-entitlement-line {
    min-height: 1.5rem;
    margin-top: 0.9rem;
    padding-top: 0.8rem;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.5rem;
}

.home-product-cta {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid #fdba74;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    padding: 0.75rem 1.25rem;
    color: #9a3412;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(249, 115, 22, 0.08);
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.home-product-cta__arrow {
    display: inline-block;
    transition: transform 180ms ease;
}

.home-product-card:hover .home-product-cta,
.home-product-cta:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, #fdba74, #f97316);
    color: #17120d;
    box-shadow: 0 15px 30px rgba(249, 115, 22, 0.18);
}

.home-product-card:hover .home-product-cta__arrow,
.home-product-cta:hover .home-product-cta__arrow {
    transform: translateX(3px);
}

.home-task-product-icon,
.home-release-product-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
}

.home-task-link small span {
    margin-left: 4px;
    color: #c2410c;
    font-weight: 800;
}

.home-principle-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: #f8fafc;
    color: #64748b;
}

.home-principle-icon svg {
    width: 21px;
    height: 21px;
}

.home-principle-card:hover .home-principle-icon {
    border-color: #fed7aa;
    background: #fff7ed;
    color: #c2410c;
}

.home-release-stable {
    display: inline-flex;
    align-items: center;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    padding: 4px 8px;
    color: #15803d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.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;
}

body[data-product-template="system-monitor"] .product-availability-badge--available {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
}

body[data-product-template="system-monitor"] .product-hero-video-chrome {
    border-color: #dbe4ee;
    background: #f8fafc;
    color: #64748b;
}

body[data-product-template="system-monitor"] .product-hero-video {
    background: #eef3f8;
}

@media (max-width: 639px) {
    .home-product-benefits {
        gap: 6px;
    }

    .home-product-benefit {
        font-size: 10px;
    }

    .product-hero-video-chrome {
        min-height: 34px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-glyph,
    .home-product-cta {
        transition: none;
    }

    .home-product-card:hover .product-glyph,
    .home-product-card:hover .home-product-cta,
    .home-product-cta:hover,
    .home-product-card:hover .home-product-cta__arrow,
    .home-product-cta:hover .home-product-cta__arrow {
        transform: none;
    }
}

/* Shared GabaTech product coverflow gallery */
body[data-product-template="network-diagnostic"] .netdiag-hero-shell {
    max-width: 94rem;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 14%, rgba(251, 146, 60, 0.10), transparent 26rem),
        radial-gradient(circle at 84% 18%, rgba(14, 165, 233, 0.10), transparent 30rem),
        linear-gradient(180deg, #eef6fb 0%, #f7fbfe 100%);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(148, 163, 184, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.055) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.44), transparent 72%);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-section > div {
    position: relative;
    z-index: 1;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-count {
    width: max-content;
    border: 1px solid #cfe1ef;
    background: rgba(255, 255, 255, 0.78);
    color: #526173;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(14px);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow {
    position: relative;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-viewport {
    position: relative;
    height: clamp(430px, 40vw, 610px);
    overflow: hidden;
    border-radius: 36px;
    perspective: 1800px;
    outline: none;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-viewport:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.38);
    outline-offset: 6px;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-track {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide {
    position: absolute;
    top: 26px;
    left: 50%;
    width: min(860px, 68vw);
    aspect-ratio: 16 / 10;
    opacity: 0;
    transform: translateX(-50%) scale(0.76);
    transform-origin: center center;
    transition:
        transform 420ms cubic-bezier(0.2, 0.72, 0.2, 1),
        opacity 360ms ease,
        filter 360ms ease;
    pointer-events: none;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-surface {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 28px;
    background: #ffffff;
    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.16),
        0 8px 28px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-media {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 251, 0.98));
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-index,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-label {
    position: absolute;
    top: 18px;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    padding: 6px 11px;
    background: rgba(15, 23, 42, 0.72);
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(10px);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-index {
    left: 18px;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-label {
    right: 18px;
    border-color: rgba(254, 215, 170, 0.92);
    background: rgba(255, 247, 237, 0.9);
    color: #b45309;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 7;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    padding: 9px 14px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom:hover,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom:focus-visible {
    background: #0f172a;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-active {
    z-index: 6;
    opacity: 1;
    filter: none;
    transform: translateX(-50%) rotateY(0deg) scale(1);
    pointer-events: auto;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-active .netdiag-coverflow-surface {
    border-color: rgba(125, 211, 252, 0.88);
    box-shadow:
        0 36px 95px rgba(15, 23, 42, 0.19),
        0 0 0 1px rgba(255, 255, 255, 0.86) inset;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-active .netdiag-coverflow-zoom {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next {
    z-index: 4;
    opacity: 0.66;
    filter: saturate(0.9) brightness(0.995);
    pointer-events: auto;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev .netdiag-coverflow-surface,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next .netdiag-coverflow-surface {
    border-color: rgba(190, 204, 217, 0.9);
    box-shadow:
        0 24px 62px rgba(15, 23, 42, 0.13),
        0 6px 20px rgba(15, 23, 42, 0.07);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev {
    transform: translateX(-104%) rotateY(7deg) scale(0.82);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next {
    transform: translateX(4%) rotateY(-7deg) scale(0.82);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev-2,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next-2 {
    z-index: 2;
    opacity: 0.10;
    filter: saturate(0.72) brightness(0.99);
    pointer-events: auto;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev-2 {
    transform: translateX(-120%) rotateY(13deg) scale(0.72);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next-2 {
    transform: translateX(20%) rotateY(-13deg) scale(0.72);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-hidden {
    pointer-events: none;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide:not(.is-active) .netdiag-coverflow-index,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide:not(.is-active) .netdiag-coverflow-label {
    opacity: 0;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta {
    position: relative;
    z-index: 8;
    max-width: 820px;
    min-height: 136px;
    margin: -8px auto 0;
    border: 1px solid rgba(203, 213, 225, 0.86);
    border-radius: 24px;
    padding: 16px 22px 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(18px);
    text-align: center;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__topline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__counter,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__label {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__counter {
    border: 1px solid #d7e3ec;
    background: #f8fbfd;
    color: #64748b;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__label {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #b45309;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__title {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.035em;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__description {
    max-width: 680px;
    margin: 8px auto 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.5;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #d5e1ea;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-size: 1.15rem;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-arrow:hover,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-arrow:focus-visible {
    border-color: #fdba74;
    background: #fff7ed;
    transform: translateY(-2px);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    padding: 0 4px;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    padding: 0;
    transition: width 220ms ease, background 220ms ease, transform 220ms ease;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot:hover,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot:focus-visible {
    background: #94a3b8;
    transform: scale(1.15);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot.is-active {
    width: 28px;
    background: linear-gradient(90deg, #fb923c, #f97316);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-hint {
    margin: 10px 0 0;
    color: #94a3b8;
    font-size: 0.78rem;
    text-align: center;
}

@media (min-width: 1024px) {
    body[data-product-template="network-diagnostic"] .netdiag-hero-shell {
        grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
        gap: 2.35rem;
    }
}

@media (min-width: 1280px) {
    body[data-product-template="network-diagnostic"] .netdiag-hero-shell {
        max-width: 98rem;
        grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
        gap: 1.75rem;
    }
}

@media (min-width: 1440px) {
    body[data-product-template="network-diagnostic"] .netdiag-hero-shell {
        max-width: 100rem;
    }
}

@media (max-width: 980px) {
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-viewport {
        height: clamp(390px, 58vw, 520px);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide {
        width: min(760px, 78vw);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev {
        transform: translateX(-88%) rotateY(7deg) scale(0.82);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next {
        transform: translateX(-12%) rotateY(-7deg) scale(0.82);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev-2,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next-2 {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 640px) {
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-section::before {
        background-size: 34px 34px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-viewport {
        height: clamp(310px, 76vw, 430px);
        border-radius: 24px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide {
        top: 18px;
        width: 88vw;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-prev {
        opacity: 0.18;
        transform: translateX(-80%) scale(0.78);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide.is-next {
        opacity: 0.18;
        transform: translateX(-20%) scale(0.78);
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-surface {
        border-radius: 20px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-index,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-label {
        top: 12px;
        min-height: 26px;
        padding: 5px 8px;
        font-size: 9px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-index {
        left: 12px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-label {
        right: 12px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom {
        right: 12px;
        bottom: 12px;
        min-height: 36px;
        padding: 8px 11px;
        font-size: 11px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta {
        min-height: 0;
        margin-top: -2px;
        border-radius: 20px;
        padding: 18px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-meta__description {
        font-size: 0.88rem;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-controls {
        gap: 10px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-arrow {
        width: 44px;
        height: 44px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dots {
        gap: 5px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot {
        width: 7px;
        height: 7px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot.is-active {
        width: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-slide,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-arrow,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-dot,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .netdiag-coverflow-zoom {
        transition: none;
    }
}

/* GabaTech NetDiag lightbox */
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox {
    width: min(94vw, 1580px);
    max-height: 94dvh;
    overflow: visible;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: rgba(248, 250, 252, 0.96);
    color: #0f172a;
    box-shadow:
        0 42px 120px rgba(2, 6, 23, 0.38),
        0 10px 36px rgba(15, 23, 42, 0.16);
    isolation: isolate;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox[open] {
    animation: netdiag-lightbox-in 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox::backdrop {
    background:
        radial-gradient(circle at 50% 28%, rgba(30, 64, 175, 0.10), transparent 38%),
        rgba(10, 18, 30, 0.78);
    -webkit-backdrop-filter: blur(12px) saturate(0.9);
    backdrop-filter: blur(12px) saturate(0.9);
    animation: netdiag-lightbox-backdrop-in 180ms ease-out both;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__image {
    max-height: calc(94dvh - 88px);
    border: 1px solid rgba(203, 213, 225, 0.82);
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
    box-shadow:
        0 18px 48px rgba(15, 23, 42, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__bar {
    min-height: 42px;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 4px 0;
    border-top: 0;
    background: transparent;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__bar [data-monitor-lightbox-caption] {
    display: inline-flex;
    min-height: 30px;
    max-width: min(78vw, 980px);
    align-items: center;
    border: 1px solid rgba(203, 213, 225, 0.84);
    border-radius: 999px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.82);
    color: #475569 !important;
    font-size: 0.78rem;
    line-height: 1.35;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(10px);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    font-size: 1.25rem;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.24);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition:
        transform 160ms ease,
        background 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease;
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close:hover,
:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close:focus-visible {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.30);
    transform: translateY(-1px) scale(1.04);
}

:is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close:focus-visible {
    outline: 3px solid rgba(251, 146, 60, 0.38);
    outline-offset: 3px;
}

@keyframes netdiag-lightbox-in {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.975);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes netdiag-lightbox-backdrop-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 640px) {
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox {
        width: 96vw;
        padding: 8px;
        border-radius: 20px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__image {
        max-height: calc(94dvh - 78px);
        border-radius: 14px;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__bar {
        min-height: 36px;
        padding: 8px 2px 0;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__bar [data-monitor-lightbox-caption] {
        min-height: 28px;
        max-width: calc(100% - 4px);
        padding: 5px 10px;
        font-size: 0.72rem;
    }

    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        font-size: 1.12rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox[open],
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox::backdrop,
    :is(body[data-product-template="network-diagnostic"], body[data-product-template="power-reminder"], body[data-product-template="system-monitor"]) .monitor-lightbox__close {
        animation: none;
        transition: none;
    }
}

/* GabaTech NetDiag availability */
body[data-product-template="network-diagnostic"] .product-availability-badge--available {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
    font-weight: 750;
}

body[data-product-template="network-diagnostic"] .product-availability-badge--available .product-availability-dot {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

/* GabaTech Power Reminder product page */
body[data-product-template="power-reminder"] .power-hero-shell {
    max-width: 94rem;
}

body[data-product-template="power-reminder"] .product-availability-badge--available {
    border-color: #bbf7d0 !important;
    background: #f0fdf4 !important;
    color: #15803d !important;
    font-weight: 750;
}

body[data-product-template="power-reminder"] .product-availability-badge--available .product-availability-dot {
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

@media (min-width: 1024px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
        gap: 2.35rem;
    }
}

@media (min-width: 1280px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        max-width: 98rem;
        grid-template-columns: minmax(0, 0.64fr) minmax(0, 1.36fr);
        gap: 1.75rem;
    }
}

@media (min-width: 1440px) {
    body[data-product-template="power-reminder"] .power-hero-shell {
        max-width: 100rem;
    }
}

/* ==========================================================================
   GabaTech Account / purchase onboarding
   ========================================================================== */

.auth-light-page {
    background: #f4f7fb;
    color: #0f172a;
}

.auth-light-main {
    min-height: 72vh;
    border-bottom: 1px solid #e2e8f0;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 145, 45, 0.13), transparent 31rem),
        radial-gradient(circle at 88% 12%, rgba(56, 189, 248, 0.13), transparent 34rem),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 68%, #eef4fa 100%);
}

.auth-light-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 56px;
}

.auth-onboarding {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
    gap: 64px;
    align-items: start;
}

.auth-onboarding--single {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.auth-onboarding__intro {
    padding-top: 20px;
}

.auth-light-eyebrow,
.auth-form-card__heading > span,
.auth-purchase-context__eyebrow {
    display: inline-flex;
    color: #c75d0a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.auth-onboarding__intro > h1,
.auth-verify-heading h1 {
    max-width: 720px;
    margin: 20px 0 0;
    color: #0f172a;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.auth-onboarding__lead,
.auth-verify-heading p {
    max-width: 680px;
    margin: 24px 0 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1.75;
}

.auth-form-card {
    padding: 34px;
    border: 1px solid #dbe4ee;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(30, 41, 59, 0.11);
    backdrop-filter: blur(18px);
}

.auth-form-card--wide {
    padding: 42px;
}

.auth-form-card__heading {
    margin-bottom: 28px;
}

.auth-form-card__heading h2 {
    margin: 10px 0 0;
    color: #0f172a;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.auth-form-card__heading p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.auth-light-form {
    display: grid;
    gap: 20px;
}

.auth-field {
    display: grid;
    gap: 8px;
}

.auth-field label {
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
}

.auth-field input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #cbd5e1;
    border-radius: 13px;
    outline: none;
    background: #ffffff;
    color: #0f172a;
    font: inherit;
    transition:
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.auth-field input:hover {
    border-color: #94a3b8;
}

.auth-field input:focus {
    border-color: #fb923c;
    box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.14);
}

.auth-field-hint {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.5;
}

.auth-field-error {
    margin: 0;
    color: #c2410c;
    font-size: 13px;
    line-height: 1.5;
}

.auth-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 15px;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    line-height: 1.65;
}

.auth-consent input,
.auth-remember input {
    width: 17px;
    height: 17px;
    margin: 3px 0 0;
    accent-color: #f97316;
}

.auth-consent a,
.auth-form-footer a,
.auth-form-links a {
    color: #c75d0a;
    font-weight: 700;
    text-decoration: none;
}

.auth-consent a:hover,
.auth-form-footer a:hover,
.auth-form-links a:hover {
    text-decoration: underline;
}

.auth-remember {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #64748b;
    font-size: 14px;
}

.auth-primary-button,
.auth-secondary-button {
    min-height: 50px;
    border-radius: 13px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform 160ms ease,
        box-shadow 160ms ease,
        border-color 160ms ease,
        background 160ms ease;
}

.auth-primary-button {
    width: 100%;
    border: 1px solid #f97316;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #111827;
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.22);
}

.auth-primary-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(249, 115, 22, 0.28);
}

.auth-secondary-button {
    width: 100%;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
}

.auth-secondary-button:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.auth-form-footer,
.auth-form-links {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
}

.auth-purchase-context {
    margin-top: 34px;
    padding: 24px;
    border: 1px solid rgba(249, 115, 22, 0.24);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 46px rgba(30, 41, 59, 0.07);
}

.auth-purchase-context__top {
    display: flex;
    gap: 14px;
    align-items: center;
}

.auth-purchase-context__icon {
    display: grid;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #fb923c, #f97316);
    color: #111827;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.2);
}

.auth-purchase-context h2 {
    margin: 6px 0 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.auth-purchase-context__price {
    margin-top: 24px;
    color: #0f172a;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.auth-purchase-context__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.auth-purchase-context__terms span {
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.auth-purchase-context > p {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.auth-benefits {
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.auth-benefits > div {
    display: grid;
    gap: 5px;
    padding: 17px 18px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.auth-benefits strong {
    color: #0f172a;
    font-size: 14px;
}

.auth-benefits span {
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.auth-status-message {
    margin-top: 24px;
    padding: 14px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    background: #f0fdf4;
    color: #166534;
    font-size: 14px;
    line-height: 1.6;
}

.auth-verify-note {
    margin: 22px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.auth-verify-note strong {
    color: #0f172a;
}

.auth-verify-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 900px) {
    .auth-light-wrap {
        padding: 48px 0 48px;
    }

    .auth-onboarding {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .auth-onboarding__intro {
        padding-top: 0;
    }

    .auth-onboarding__intro > h1,
    .auth-verify-heading h1 {
        font-size: clamp(38px, 10vw, 54px);
    }
}

@media (max-width: 560px) {
    .auth-light-wrap {
        width: min(100% - 28px, 1180px);
        padding: 34px 0 36px;
    }

    .auth-form-card,
    .auth-form-card--wide {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .auth-form-footer,
    .auth-form-links {
        flex-direction: column;
    }

    .auth-verify-actions {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   GabaTech Account — native light UI
   ========================================================================== */

.account-light-page {
    background: #f4f7fb;
    color: #0f172a;
}

.account-light-main {
    min-height: 72vh;
    border-bottom: 1px solid #e2e8f0;
    background:
        radial-gradient(
            circle at 8% 8%,
            rgba(249, 115, 22, 0.11),
            transparent 30rem
        ),
        radial-gradient(
            circle at 90% 7%,
            rgba(56, 189, 248, 0.10),
            transparent 34rem
        ),
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #f4f7fb 70%,
            #eef4fa 100%
        );
}

.account-light-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 60px;
}

.account-light-status {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    background: #f0fdf4;
    color: #166534;
    font-size: 14px;
    line-height: 1.6;
}

.account-border {
    border-color: #dbe4ee;
}

.account-border-strong {
    border-color: #cbd5e1;
}

.account-card-surface {
    background: rgba(255, 255, 255, 0.95);
}

.account-card-shadow {
    box-shadow: 0 22px 58px rgba(30, 41, 59, 0.08);
}

.account-panel {
    background: #fbfdff;
}

.account-divider {
    background: #e2e8f0;
}

.account-purchase-gradient {
    background: linear-gradient(
        135deg,
        #fff7ed 0%,
        rgba(255, 255, 255, 0.96) 100%
    );
}

.account-strong-text {
    color: #0f172a;
}

.account-text {
    color: #334155;
}

.account-muted {
    color: #64748b;
}

.account-accent-border {
    border-color: #fed7aa;
}

.account-accent-bg {
    background: #fff7ed;
}

.account-accent-text {
    color: #c75d0a;
}

.account-success-border {
    border-color: #bbf7d0;
}

.account-success-bg {
    background: #f0fdf4;
}

.account-success-text {
    color: #166534;
}

.account-warning-border {
    border-color: #fde68a;
}

.account-warning-bg {
    background: #fffbeb;
}

.account-warning-text {
    color: #92400e;
}

.account-danger-border {
    border-color: #fecaca;
}

.account-danger-bg {
    background: #fff1f2;
}

.account-danger-text {
    color: #b42318;
}

.account-hover-secondary-action:hover,
.account-hover-accent-action:hover {
    border-color: #fdba74;
    background: #fff7ed;
    color: #9a3412;
}

.account-hover-accent-text:hover {
    color: #9a3412;
}

.account-hover-success:hover {
    border-color: #86efac;
    background: #dcfce7;
    color: #15803d;
}

.account-hover-success-text:hover {
    color: #15803d;
}

.account-hover-danger:hover {
    border-color: #fca5a5;
    background: #fee2e2;
    color: #991b1b;
}

.account-light-page input[type="checkbox"],
.account-renewal-page input[type="checkbox"] {
    accent-color: #f97316;
}

.account-renewal-page {
    padding: 2px 0;
}

.account-access-page input[type="email"]:focus,
.account-access-page input[type="password"]:focus {
    box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.10);
}

@media (min-width: 1024px) {
    .account-dashboard-purchase-card__inner {
        display: grid;
        grid-template-columns:
            minmax(0, 1.05fr)
            minmax(360px, 0.95fr);
        gap: 34px;
        align-items: start;
    }

    .account-dashboard-purchase-card__inner > .max-w-2xl,
    .account-dashboard-purchase-card__inner > form {
        width: 100%;
        max-width: none;
    }

    .account-dashboard-purchase-card__inner > form {
        align-self: stretch;
    }
}

@media (max-width: 900px) {
    .account-light-wrap {
        padding: 44px 0 50px;
    }
}

@media (max-width: 640px) {
    .account-light-wrap {
        width: min(100% - 28px, 1180px);
        padding: 32px 0 40px;
    }
}

/* GabaTech Monitor feature showcase */
body[data-product-template="system-monitor"] .monitor-feature-showcase {
    position: relative;
    overflow: hidden;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__heading > div {
    max-width: 760px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__count {
    flex: none;
    padding: 9px 15px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__list {
    display: grid;
    gap: 24px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card {
    display: grid;
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid #dbe4ef;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.07);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px 36px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__eyebrow {
    color: #d45b00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__title {
    margin: 14px 0 0;
    color: #0f172a;
    font-size: clamp(25px, 2.3vw, 34px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__text {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__chips span {
    padding: 7px 10px;
    border: 1px solid #dbe4ef;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__media {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 0;
    border-left: 1px solid #e2e8f0;
    background:
        radial-gradient(circle at 80% 15%, rgba(59, 130, 246, 0.10), transparent 35%),
        linear-gradient(145deg, #f8fafc, #eef4fb);
    cursor: zoom-in;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 590px;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom {
    position: absolute;
    right: 36px;
    bottom: 36px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.88);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(10px);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse {
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__copy {
    order: 2;
}

body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
    order: 1;
    border-right: 1px solid #e2e8f0;
    border-left: 0;
}

@media (max-width: 900px) {
    body[data-product-template="system-monitor"] .monitor-feature-showcase__heading {
        display: grid;
        gap: 18px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__count {
        justify-self: start;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__card,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse {
        grid-template-columns: 1fr;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__copy,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
        order: initial;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__media,
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card--reverse .monitor-feature-showcase__media {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        border-left: 0;
    }
}

@media (max-width: 560px) {
    body[data-product-template="system-monitor"] .monitor-feature-showcase__card {
        border-radius: 24px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__copy {
        padding: 28px 22px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__media {
        padding: 12px;
    }

    body[data-product-template="system-monitor"] .monitor-feature-showcase__zoom {
        right: 22px;
        bottom: 22px;
    }
}


/* Compact homepage storefront — 6-product ready */
.home-hero {
    padding-block: 38px !important;
}

.home-hero-title {
    max-width: 980px;
    margin-top: 16px !important;
    font-size: clamp(2.8rem, 5vw, 3.9rem) !important;
    line-height: 0.98 !important;
}

.home-hero-copy {
    margin-top: 18px !important;
    max-width: 760px;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

.home-hero-actions {
    margin-top: 22px !important;
}

.home-trust-grid {
    max-width: 920px;
    margin-top: 24px !important;
}

.home-trust-card {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 16px;
}

.home-trust-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
}

.home-section {
    padding-block: 30px;
}

.home-products-heading {
    gap: 18px;
}

.home-products-title,
.home-principles-title {
    margin-top: 8px !important;
    font-size: clamp(2rem, 3.4vw, 2.7rem) !important;
}

.home-products-intro {
    max-width: 460px;
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
}

.home-product-grid {
    margin-top: 24px !important;
    gap: 16px;
}

.home-product-card--portfolio {
    min-height: 24rem !important;
}

.home-product-card__top,
.home-product-card__meta {
    padding: 20px !important;
}

.home-product-card .home-product-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
}

.home-product-category {
    margin-top: 20px !important;
}

.home-product-title {
    margin-top: 8px !important;
    font-size: 1.55rem !important;
    line-height: 1.08 !important;
}

.home-product-description {
    min-height: 3rem;
    margin-top: 12px !important;
    line-height: 1.55 !important;
}

.home-product-benefits {
    margin-top: 14px !important;
}

.home-product-benefit {
    min-height: 25px;
    padding: 4px 8px;
    font-size: 10px;
}

.home-product-purchase-meta {
    gap: 1rem;
}

.home-product-version-meta {
    min-width: 7rem;
}

.home-product-entitlement-line {
    margin-top: 0.7rem;
    padding-top: 0.65rem;
}

.home-product-cta {
    min-height: 2.75rem;
    margin-top: 0.9rem !important;
    padding-block: 0.65rem;
}

.home-principles-section {
    padding-top: 32px;
    padding-bottom: 32px;
}

.home-principles-grid {
    margin-top: 24px !important;
    gap: 14px;
}

.home-principle-card {
    min-height: 170px;
    padding: 18px;
}

.home-principle-card h3 {
    margin-top: 18px !important;
    font-size: 1.05rem !important;
}

.home-principle-card p {
    margin-top: 9px !important;
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
}

.home-principle-number,
.home-principle-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
}

@media (max-width: 767px) {
    .home-hero {
        padding-block: 30px !important;
    }

    .home-hero-title {
        font-size: clamp(2.35rem, 11vw, 3.1rem) !important;
    }

    .home-product-card--portfolio {
        min-height: 0 !important;
    }
}


/* Homepage license trust card */
.home-hero-layout {
    width: 100%;
    max-width: 1120px;
}

.home-hero-main {
    min-width: 0;
}

.home-license-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    align-self: center;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(251, 146, 60, 0.12),
            transparent 42%
        ),
        rgba(255, 255, 255, 0.88);
    padding: 22px;
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08),
        0 2px 8px rgba(15, 23, 42, 0.03);
    backdrop-filter: blur(10px);
}

.home-license-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -52px;
    right: -52px;
    width: 130px;
    height: 130px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.07);
    pointer-events: none;
}

.home-license-card__head {
    display: grid;
    gap: 12px;
}

.home-license-card__eyebrow {
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #c2410c;
}

.home-license-card__title {
    margin: 5px 0 0;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
    color: #0f172a;
}

.home-license-card__badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    min-height: 31px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #f0fdf4;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.015em;
    color: #15803d;
}

.home-license-card__badge > span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.11);
}

.home-license-card__list {
    display: grid;
    gap: 11px;
    margin: 19px 0 0;
    padding: 0;
    list-style: none;
}

.home-license-card__list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 34px;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.4;
    color: #334155;
}

.home-license-card__check {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    background: #fff7ed;
    font-size: 12px;
    font-weight: 900;
    color: #ea580c;
}

@media (min-width: 1024px) {
    .home-hero-main .home-hero-title {
        max-width: 720px;
    }

    .home-hero-main .home-hero-copy {
        max-width: 690px;
    }
}

@media (max-width: 1023px) {
    .home-license-card {
        width: min(100%, 560px);
        padding: 20px;
    }
}

@media (max-width: 639px) {
    .home-license-card {
        border-radius: 20px;
        padding: 18px;
    }

    .home-license-card__title {
        font-size: 1.2rem;
    }

    .home-license-card__list {
        margin-top: 16px;
        gap: 9px;
    }
}

/* Homepage hero trust-card layout fix */
.home-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
}

@media (min-width: 1024px) {
    .home-hero-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: center;
        gap: 2.5rem;
        max-width: 1180px;
    }

    .home-license-card {
        width: 100%;
        align-self: center;
    }
}

@media (min-width: 1280px) {
    .home-hero-layout {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 3.5rem;
    }
}

/* GabaTech account purchase onboarding */
.auth-password-input {
    position: relative;
}

.auth-password-input > input {
    padding-right: 88px;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    min-width: 68px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 9px;
    background: #f8fafc;
    padding: 7px 9px;
    color: #475569;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.auth-password-toggle:hover {
    background: #fff7ed;
    color: #c2410c;
}

.auth-existing-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 8px;
}

.auth-existing-account-actions a {
    color: #c2410c;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.auth-existing-account-actions a:hover {
    text-decoration: underline;
}

.auth-code-onboarding {
    padding-block: 0;
}

.auth-code-card {
    max-width: 680px;
    margin-inline: auto;
    padding: 34px 36px 28px;
}

.auth-code-card .auth-light-eyebrow {
    margin-bottom: 0;
}

.auth-verify-heading strong {
    color: #0f172a;
    font-weight: 750;
}

.auth-verify-heading--compact {
    margin-top: 12px;
}

.auth-verify-heading--compact h1 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.65rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.auth-verify-heading--compact p {
    margin: 12px 0 0;
    font-size: 0.93rem;
    line-height: 1.55;
    color: #64748b;
}

.auth-status-message--compact {
    margin-top: 14px;
    padding: 10px 13px;
    font-size: 12px;
}

.auth-code-purchase {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 18px;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    background: rgba(255, 247, 237, 0.62);
    padding: 14px 16px;
}

.auth-code-purchase__main {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
}

.auth-code-purchase__icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: #ff7a1a;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
}

.auth-code-purchase__main > div {
    min-width: 0;
}

.auth-code-purchase__eyebrow {
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #c2410c;
}

.auth-code-purchase__main strong {
    display: block;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 750;
    color: #0f172a;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auth-code-purchase__price {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
}

.auth-code-purchase__terms {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.auth-code-purchase__terms span {
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #475569;
}

.auth-verification-form {
    display: grid;
}

.auth-verification-form--compact {
    gap: 12px;
    margin-top: 20px;
}

.auth-verification-form--compact .auth-field {
    gap: 7px;
}

.auth-field .auth-verification-code {
    padding-inline: 18px;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.auth-code-card .auth-verification-code {
    height: 62px;
    font-size: 28px;
    letter-spacing: 0.3em;
}

.auth-verification-code::placeholder {
    color: #cbd5e1;
}

.auth-verification-form--compact .auth-field-hint {
    margin-top: 1px;
    font-size: 11px;
}

.auth-code-actions {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.auth-code-actions > form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
    font-size: 12px;
    color: #64748b;
}

.auth-code-actions > form button {
    border: 0;
    background: transparent;
    padding: 4px;
    font: inherit;
    font-weight: 750;
    color: #c2410c;
    cursor: pointer;
}

.auth-code-actions > form button:hover {
    text-decoration: underline;
}

.auth-email-change--compact {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.auth-email-change--compact > summary {
    padding: 5px;
    color: #c75d0a;
    font-size: 12px;
    font-weight: 750;
    text-align: center;
    cursor: pointer;
    list-style-position: inside;
}

.auth-email-change--compact[open] {
    margin-top: 5px;
    border: 1px solid #dbe4ee;
    border-radius: 14px;
    background: #f8fafc;
}

.auth-email-change--compact[open] > summary {
    padding: 12px 14px;
    text-align: left;
}

.auth-email-change__form {
    display: grid;
    gap: 14px;
    padding: 0 16px 16px;
}

.auth-code-logout {
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.auth-code-logout--compact {
    margin-top: 12px;
    padding-top: 12px;
}

.auth-code-logout button {
    border: 0;
    background: transparent;
    padding: 6px 10px;
    color: #64748b;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
}

.auth-code-logout button:hover {
    color: #c2410c;
}

@media (max-width: 639px) {
    .auth-code-card {
        padding: 25px 20px 22px;
    }

    .auth-code-purchase {
        grid-template-columns: minmax(0, 1fr);
    }

    .auth-code-purchase__price {
        padding-left: 49px;
    }

    .auth-code-card .auth-verification-code {
        height: 58px;
        font-size: 25px;
        letter-spacing: 0.23em;
    }
}

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

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

/* Video Downloader v19 spacing polish */
.video-how-section {
    padding-top: 28px;
}

@media (min-width: 768px) {
    .monitor-light-heading.text-2xl {
        font-size: 1.6rem;
    }

    .monitor-light-heading.text-3xl {
        line-height: 1.15;
    }
}


/* Video Downloader workflow spacing */
.video-downloader-workflow {
    margin-top: 56px;
}

@media (max-width: 639px) {
    .video-downloader-workflow {
        margin-top: 32px;
    }
}


/* Product-specific spacing for separated content sections. */
.monitor-section-spaced {
    margin-top: 4rem;
}
