.page-content.page-content-genel {
    max-width: none;
    width: 100%;
    margin: calc(var(--header-height, 86px) * -1) 0 0;
    padding: 0;
    background: #050505;
    color: #f2f2f2;
    overflow-x: clip;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    --gb-red: #d71919;
    --gb-ink: #f2f2f2;
    --gb-line: rgba(242, 242, 242, 0.14);
    --gb-fade-line: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.22) 10%,
        rgba(255, 255, 255, 0.58) 50%,
        rgba(255, 255, 255, 0.22) 90%,
        rgba(255, 255, 255, 0) 100%
    );
}

.gb-hero {
    --gb-hero-img: var(--gb-hero-img-desktop);
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: var(--app-height, 100vh);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 clamp(1.5rem, 4vw, 4rem) 4rem;
    overflow: hidden;
    background: #000;
    isolation: isolate;
}

.gb-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--gb-hero-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 35% center;
    transform: scale(1.06);
    transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}
.gb-hero.is-ready .gb-hero-media {
    transform: scale(1);
}

.gb-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}

.gb-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.gb-hero-title {
    position: relative;
    z-index: 1;
    font-family: "area-variable", "Inter", sans-serif;
    font-size: clamp(2.4rem, 10.2vw, 10rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding-top: 0.12em;
    overflow: visible;
    white-space: nowrap;
}
.gb-hero-title .gb-hero-char {
    display: inline-block;
}
.gb-hero-title .gb-hero-word {
    display: inline-block;
    white-space: nowrap;
}

.gb-hero-title--long {
    white-space: normal;
    max-width: min(100%, 10.5ch);
    text-wrap: balance;
}

.gb-hero-sub {
    position: relative;
    z-index: 1;
    font-family: "Cardo", Georgia, serif;
    font-style: italic;
    font-size: clamp(0.95rem, 1.6vw, 1.35rem);
    color: rgba(255, 255, 255, 0.78);
    margin: 1.15rem 0 0;
    letter-spacing: 0.01em;
    max-width: 56ch;
}

.gb-hero-rule {
    position: relative;
    z-index: 1;
    border: none;
    height: 1px;
    background: var(--gb-fade-line);
    margin: 1rem 0 0;
    transform-origin: left center;
}

@media (min-width: 641px) and (max-width: 1080px) {
    .gb-hero {
        --gb-hero-img: var(--gb-hero-img-tablet);
        padding:
            calc(var(--header-height, 86px) + clamp(1.6rem, 3.2vh, 2.4rem))
            clamp(2rem, 4.5vw, 3rem)
            clamp(7rem, 11vh, 8.75rem);
    }

    .gb-hero-content {
        width: min(100%, 860px);
    }

    .gb-hero-title {
        font-size: clamp(4rem, 9vw, 6.8rem);
        line-height: 0.96;
        white-space: normal;
        max-width: 10ch;
    }

    .gb-hero-rule {
        margin-top: 1.15rem;
    }

    .gb-hero-sub {
        margin-top: 1.25rem;
        max-width: min(100%, 42ch);
        font-size: clamp(1rem, 1.9vw, 1.28rem);
        line-height: 1.45;
    }

    .gb-hero-title--long {
        font-size: clamp(3.5rem, 8vw, 5.9rem);
        max-width: 10.5ch;
    }

}

@media (max-width: 1024px) {
    .gb-hero-media { background-position: 25% center; }
}
@media (max-width: 768px) {
    .gb-hero { --gb-hero-img: var(--gb-hero-img-mobile); }
    .gb-hero-media { background-position: 18% center; }
}
@media (max-width: 560px) {
    .gb-hero-media { background-position: 8% center; }
}
@media (max-width: 420px) {
    .gb-hero-media { background-position: 0% center; }
}

@media (max-width: 640px) {
    .gb-hero-title--long {
        font-size: clamp(2.35rem, 12.2vw, 4.6rem);
        line-height: 0.94;
        max-width: 8.75ch;
    }
}

.gb-body {
    width: 100%;
    background: #050505;
    padding: clamp(5rem, 12vw, 11rem) clamp(1.5rem, 4vw, 4rem);
}
.gb-body-inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 7vw, 6rem);
}

.gb-text-block {
    width: 100%;
    max-width: 76ch;
    margin: 0 auto;
    font-family: "area-variable", "Montserrat", sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 1.45vw, 1.18rem);
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: rgba(242, 242, 242, 0.82);
}
.gb-text-block p {
    margin: 0;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(10px);
    will-change: opacity, transform, filter;
    transition:
        opacity 0.95s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.95s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-text-block p + p {
    margin-top: 1.35rem;
}
.gb-text-block p:nth-child(1) { transition-delay: 0.02s; }
.gb-text-block p:nth-child(2) { transition-delay: 0.08s; }
.gb-text-block p:nth-child(3) { transition-delay: 0.14s; }
.gb-text-block p:nth-child(4) { transition-delay: 0.2s; }
.gb-text-block p:nth-child(5) { transition-delay: 0.26s; }
.gb-text-block p:nth-child(6) { transition-delay: 0.32s; }
.gb-text-block p.is-inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.gb-text-mark {
    display: inline-block;
    margin-right: 0.7rem;
    color: var(--gb-red);
    font-weight: 700;
    transform: translateY(-0.02em);
}

.gb-figure {
    margin: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    filter: blur(14px);
    will-change: opacity, transform, filter;
    transition:
        opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.15s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-figure.is-inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.gb-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: cover;
    filter: grayscale(0.08) contrast(1.04) brightness(0.95);
    transform: scale(1.08);
    will-change: transform, filter;
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-figure.is-inview img {
    transform: scale(1);
    filter: grayscale(0.03) contrast(1.06) brightness(0.98);
}

.gb-outro {
    width: 100%;
    padding: clamp(5rem, 12vw, 12rem) clamp(1.5rem, 5vw, 5rem);
    background:
        radial-gradient(ellipse at 20% 0%, rgba(215, 25, 25, 0.1) 0%, transparent 50%),
        #050505;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--gb-line);
}
.gb-outro::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, var(--gb-line) 1px, transparent 1px),
        linear-gradient(180deg, var(--gb-line) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.22;
    mask-image: radial-gradient(ellipse at 70% 50%, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 70% 50%, black 0%, transparent 70%);
    pointer-events: none;
}
.gb-outro-inner {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
}
.gb-outro-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: clamp(2.5rem, 7vw, 7rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    color: var(--gb-ink);
    margin: 0;
    max-width: 18ch;
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    filter: blur(10px);
    transition:
        opacity 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
        transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
        filter 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.gb-outro-title span {
    font-style: italic;
    color: rgba(242, 242, 242, 0.7);
}
.gb-outro.is-inview .gb-outro-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.gb-outro-lead {
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    line-height: 1.7;
    color: rgba(242, 242, 242, 0.7);
    max-width: 48ch;
    margin: 0.75rem 0 1.5rem;
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    filter: blur(6px);
    transition:
        opacity 0.9s ease 0.45s,
        transform 0.9s ease 0.45s,
        filter 0.9s ease 0.45s;
}
.gb-outro.is-inview .gb-outro-lead {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.gb-outro-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.25rem 0.25rem;
    color: var(--gb-ink);
    text-decoration: none;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.85rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    filter: blur(6px);
    transition:
        opacity 0.9s ease 0.6s,
        transform 0.9s ease 0.6s,
        filter 0.9s ease 0.6s,
        color 0.4s ease;
}
.gb-outro.is-inview .gb-outro-cta {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}
.gb-outro-cta-arrow {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-outro-cta-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--gb-red);
    transform: scaleX(0.3);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-outro-cta:hover { color: #fff; }
.gb-outro-cta:hover .gb-outro-cta-arrow { transform: translateX(0.5rem); }
.gb-outro-cta:hover .gb-outro-cta-line { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
    .gb-text-block p, .gb-figure, .gb-figure img, .gb-outro * {
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}
.gb-spec {
    position: relative;
    width: 100%;
    padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 3vw, 3rem) clamp(4rem, 8vw, 7rem);
    background: #050505;
    color: var(--gb-ink);
    overflow: hidden;
}
.gb-spec-inner {
    max-width: 1480px;
    margin: 0 auto;
}

.gb-spec-head {
    text-align: center;
    margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
    max-width: 72ch;
}
.gb-spec-eyebrow {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    color: var(--gb-red);
    margin: 0 0 0.75rem;
    opacity: 0;
    will-change: opacity, transform, letter-spacing;
}
.gb-spec-heading .gb-word {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 70px, 0);
    filter: blur(18px);
    will-change: opacity, transform, filter;
}
.gb-spec-lead {
    opacity: 0;
    will-change: opacity, transform, filter;
}
.gb-spec-heading {
    font-family: "area-variable", "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 5.2vw, 4.4rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    padding-top: 0.08em;
}
.gb-spec-heading span {
    display: inline-block;
    line-height: 1.18;
}
.gb-spec-heading span {
    color: var(--gb-red);
}
.gb-spec-heading > .gb-word {
    color: #fff;
}
.gb-spec-lead {
    margin: 1rem auto 0;
    max-width: 52ch;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.6;
    color: rgba(242, 242, 242, 0.7);
}

.gb-spec-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(320px, 46%) minmax(220px, 1fr);
    column-gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

.gb-spec-col {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 2.2vw, 2.4rem);
    position: relative;
    z-index: 3;
}
.gb-spec-col--left { align-items: flex-end; text-align: right; }
.gb-spec-col--right { align-items: flex-start; text-align: left; }

.gb-spec-card {
    display: flex;
    align-items: flex-start;
    gap: 0.95rem;
    max-width: 300px;
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    will-change: opacity, transform;
    transition:
        opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.gb-spec-col--left .gb-spec-card { flex-direction: row-reverse; }

.gb-spec-stage.is-focusing .gb-spec-card { opacity: 0.12 !important; }
.gb-spec-stage.is-focusing .gb-spec-card.is-active { opacity: 1 !important; }

.gb-spec-stage.is-focusing .gb-spec-dot { opacity: 0.18 !important; }
.gb-spec-stage.is-focusing .gb-spec-dot.is-hot { opacity: 1 !important; }
.gb-spec-stage.is-focusing .gb-spec-dot:not(.is-hot) .gb-spec-dot-ring { opacity: 0; }

.gb-spec-stage.is-focusing .gb-spec-lines path { stroke-opacity: 0.1; transition: stroke-opacity 0.3s ease; }
.gb-spec-stage.is-focusing .gb-spec-lines path.is-hot { stroke-opacity: 0.95; }
.gb-spec-lines path { transition: stroke-opacity 0.3s ease; }

.gb-spec-card-num { display: none; }

.gb-spec-card-icon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}
.gb-spec-card-icon::before,
.gb-spec-card-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.65);
}
.gb-spec-card-icon::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.gb-spec-card-icon::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.gb-spec-card-icon svg,
.gb-spec-card-icon img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
}
.gb-spec-card-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gb-spec-card-text { min-width: 0; }
.gb-spec-card-title {
    font-family: "area-variable", "Inter", sans-serif;
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.005em;
    margin: 0 0 0.3rem;
    color: #fff;
}
.gb-spec-card-desc {
    font-size: clamp(0.78rem, 0.85vw, 0.86rem);
    line-height: 1.55;
    color: rgba(242, 242, 242, 0.62);
    margin: 0;
}

.gb-spec-frame {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 620px;
    justify-self: center;
}
.gb-spec-bag {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    transform: scale(0.92);
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
    will-change: opacity, transform;
}

.gb-spec-dot {
    position: absolute;
    top: var(--py);
    left: var(--px);
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: var(--gb-red);
    box-shadow: 0 0 0 3px rgba(215, 25, 25, 0.22), 0 0 14px rgba(215, 25, 25, 0.65);
    opacity: 0;
    transform: scale(0.2);
    z-index: 5;
    cursor: pointer;
    transition:
        box-shadow 0.35s ease,
        background 0.35s ease;
    will-change: opacity, transform;
}
.gb-spec-dot.is-hot {
    box-shadow: 0 0 0 5px rgba(215, 25, 25, 0.32), 0 0 22px rgba(215, 25, 25, 0.95);
}
.gb-spec-dot-num { display: none; }
.gb-spec-dot-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1px solid rgba(215, 25, 25, 0.55);
    animation: gbSpecPulse 2.4s ease-out infinite;
    opacity: 0;
}
.gb-spec-dot.is-live .gb-spec-dot-ring { opacity: 1; }

@keyframes gbSpecPulse {
    0%   { transform: scale(0.6); opacity: 0.8; }
    100% { transform: scale(2.4); opacity: 0; }
}

.gb-spec-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: visible;
}
.gb-spec-lines path {
    fill: none;
    stroke: var(--gb-red);
    stroke-width: 1;
    stroke-opacity: 0.78;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    vector-effect: non-scaling-stroke;
}

.gb-spec-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    margin: clamp(3rem, 6vw, 5rem) auto 0;
    max-width: 1200px;
    padding: clamp(1rem, 1.5vw, 1.5rem) clamp(1rem, 2vw, 2rem);
    border-top: 1px solid var(--gb-line);
    border-bottom: 1px solid var(--gb-line);
}
.gb-spec-metric {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.25rem 0;
    min-width: 0;
}
.gb-spec-metric svg,
.gb-spec-metric img {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
}
.gb-spec-metric svg {
    fill: none;
    stroke: #fff;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gb-spec-metric > div { display: flex; flex-direction: column; min-width: 0; }
.gb-spec-metric span {
    font-family: "JetBrains Mono", monospace;
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    color: rgba(242, 242, 242, 0.55);
    text-transform: uppercase;
    line-height: 1.1;
}
.gb-spec-metric strong {
    font-family: "area-variable", "Inter", sans-serif;
    font-size: clamp(0.92rem, 1.1vw, 1.05rem);
    font-weight: 700;
    color: #fff;
    margin-top: 0.2rem;
    line-height: 1;
}

@media (max-width: 1200px) {
    .gb-spec-stage {
        grid-template-columns: minmax(160px, 1fr) minmax(260px, 44%) minmax(160px, 1fr);
        column-gap: clamp(0.75rem, 1.5vw, 1.5rem);
    }
    .gb-spec-card { gap: 0.6rem; max-width: 240px; }
    .gb-spec-card-icon { width: 36px; height: 36px; }
    .gb-spec-card-icon svg,
    .gb-spec-card-icon img { width: 18px; height: 18px; }
    .gb-spec-card-title { font-size: 0.88rem; }
    .gb-spec-card-desc { font-size: 0.72rem; line-height: 1.5; }
    .gb-spec-col { gap: 1.2rem; }
}

@media (max-width: 860px) {
    .gb-spec-stage {
        grid-template-columns: minmax(130px, 1fr) minmax(200px, 42%) minmax(130px, 1fr);
        column-gap: 0.5rem;
    }
    .gb-spec-card { gap: 0.5rem; max-width: 190px; }
    .gb-spec-card-icon { width: 30px; height: 30px; }
    .gb-spec-card-icon svg,
    .gb-spec-card-icon img { width: 15px; height: 15px; }
    .gb-spec-card-icon::before,
    .gb-spec-card-icon::after { width: 5px; height: 5px; }
    .gb-spec-card-title {
        font-size: 0.74rem;
        line-height: 1.2;
        margin-bottom: 0.18rem;
    }
    .gb-spec-card-desc { font-size: 0.64rem; line-height: 1.4; }
    .gb-spec-col { gap: 0.9rem; }
    .gb-spec-dot { width: 10px; height: 10px; margin: -5px 0 0 -5px; }
    .gb-spec-metrics {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.75rem 0.5rem;
    }
    .gb-spec-metric { flex-direction: column; align-items: flex-start; gap: 0.35rem; }
    .gb-spec-metric svg,
    .gb-spec-metric img { width: 22px; height: 22px; }
    .gb-spec-metric span { font-size: 0.55rem; letter-spacing: 0.18em; }
    .gb-spec-metric strong { font-size: 0.78rem; }
}

@media (max-width: 720px) {
    .gb-spec { padding-left: 1rem; padding-right: 1rem; }

    .gb-spec-stage {
        display: flex;
        flex-direction: column;
        gap: clamp(1.5rem, 4vw, 2.25rem);
    }

    .gb-spec-frame {
        order: -1;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        aspect-ratio: 1 / 1;
    }

    .gb-spec-lines { display: none !important; }

    .gb-spec-dot {
        top: var(--pym, var(--py));
        left: var(--pxm, var(--px));
        width: 14px;
        height: 14px;
        margin: -7px 0 0 -7px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 0 0 2px rgba(215, 25, 25, 0.22), 0 0 8px rgba(215, 25, 25, 0.5);
    }
    .gb-spec-dot-num {
        display: block;
        color: #fff;
        font-family: "JetBrains Mono", monospace;
        font-size: 0.46rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0;
        position: relative;
        z-index: 1;
    }
    .gb-spec-dot-ring { inset: -3px; }
    .gb-spec-card.is-target {
        background: rgba(215, 25, 25, 0.06);
        outline: 1px solid rgba(215, 25, 25, 0.45);
        outline-offset: 4px;
        transition: background 0.4s ease, outline-color 0.4s ease;
    }

    .gb-spec-card {
        opacity: 1;
        pointer-events: auto;
        transform: none;
        transition: none;
        max-width: none;
        width: 100%;
        gap: 0.85rem;
        align-items: center;
        text-align: left !important;
    }
    .gb-spec-col,
    .gb-spec-col--left,
    .gb-spec-col--right {
        align-items: stretch;
        text-align: left;
        width: 100%;
        gap: 1.4rem;
    }
    .gb-spec-col--left .gb-spec-card { flex-direction: row; }
    .gb-spec-col--left { order: 1; }
    .gb-spec-col--right { order: 2; }

    .gb-spec-card { position: relative; padding-bottom: 1.4rem; }
    .gb-spec-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: var(--gb-fade-line);
        pointer-events: none;
    }
    .gb-spec-col--right .gb-spec-card:last-of-type::after { display: none; }

    .gb-spec-card-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        flex: 0 0 auto;
        border: 1px solid var(--gb-red);
        background: rgba(215, 25, 25, 0.08);
        color: var(--gb-red);
        font-family: "JetBrains Mono", monospace;
        font-weight: 700;
        font-size: 0.78rem;
        letter-spacing: 0;
    }
    .gb-spec-card-icon { display: none; }
    .gb-spec-card-text { flex: 1 1 auto; }
    .gb-spec-card-title { font-size: 0.95rem; line-height: 1.25; margin-bottom: 0.2rem; }
    .gb-spec-card-desc { font-size: 0.8rem; line-height: 1.5; }

    .gb-spec-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
        margin-top: 1.85rem;
        padding: 0;
        border: 0;
    }
    .gb-spec-metric {
        min-height: 6.9rem;
        padding: 0.9rem 0.85rem 0.85rem;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.55rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 18px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.015) 100%),
            rgba(6, 6, 6, 0.9);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
    .gb-spec-metric svg,
    .gb-spec-metric img {
        width: 24px;
        height: 24px;
    }
    .gb-spec-metric > div {
        width: 100%;
        gap: 0.18rem;
    }
    .gb-spec-metric span {
        display: block;
        font-size: 0.52rem;
        letter-spacing: 0.16em;
        line-height: 1.35;
        color: rgba(242, 242, 242, 0.62);
        text-wrap: balance;
    }
    .gb-spec-metric strong {
        font-size: 0.96rem;
        line-height: 1.12;
        word-break: break-word;
        text-wrap: balance;
    }
    .gb-spec-metric:nth-child(3) {
        grid-column: 1 / -1;
        min-height: 6rem;
    }
    .gb-spec-metric:nth-child(4),
    .gb-spec-metric:last-child {
        grid-column: auto;
    }
}

@media (max-width: 420px) {
    .gb-spec-metrics { gap: 0.6rem; }
    .gb-spec-metric {
        min-height: 6.45rem;
        padding: 0.85rem 0.78rem 0.8rem;
        border-radius: 16px;
    }
    .gb-spec-metric span {
        font-size: 0.5rem;
        letter-spacing: 0.14em;
    }
    .gb-spec-metric strong { font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
    .gb-spec-bag, .gb-spec-dot, .gb-spec-card,
    .gb-spec-eyebrow, .gb-spec-lead, .gb-spec-heading .gb-word {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
    .gb-spec-lines path { stroke-dashoffset: 0 !important; }
    .gb-spec-dot-ring { animation: none !important; }
}
