.products-showcase {
    color: var(--ink);
    background:
        linear-gradient(180deg, rgba(230,239,255,0.82) 0%, rgba(247,250,255,0.96) 34%, rgba(244,248,255,1) 100%);
}

.product-hero-stage {
    padding: clamp(12px, 2vw, 22px) 0 14px;
}

.product-hero-shell {
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid rgba(37,99,235,0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(247,250,255,0.72));
    box-shadow: 0 24px 60px rgba(37,99,235,0.10);
}

.product-hero-stack {
    position: relative;
}

.product-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
    gap: clamp(28px, 5vw, 74px);
    align-items: center;
    min-height: 0;
}

.product-hero-panel[hidden],
.product-detail-panel[hidden] {
    display: none !important;
}

.product-hero-copy {
    max-width: none;
}

.product-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 14px;
    padding: 6px 12px;
    border: 1px solid rgba(37,99,235,0.18);
    border-radius: 999px;
    background: rgba(239,246,255,0.92);
    color: var(--primary-deep);
    font-size: 12px;
    font-weight: 800;
}

.product-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: 0;
}

.product-lead {
    max-width: 720px;
    margin: 10px 0 0;
    color: #34496f;
    font-size: 15px;
    line-height: 1.62;
}

.product-answer-grid {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 900px;
    margin-top: 16px;
}

.product-answer-card,
.product-signal-card,
.capability-card,
.performance-card,
.price-card,
.country-pill {
    border: 1px solid rgba(37,99,235,0.12);
    background: rgba(255,255,255,0.86);
    box-shadow: 0 18px 42px rgba(37,99,235,0.08);
}

.product-answer-card {
    min-height: 86px;
    padding: 13px 14px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(37,99,235,0.05);
}

.product-answer-card strong,
.capability-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.product-answer-card span,
.capability-card span {
    display: block;
    color: #536786;
    font-size: 12px;
    line-height: 1.58;
}

.product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.product-signal-card {
    display: block;
    min-height: 0;
    padding: 20px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.94);
}

.product-signal-head {
    display: none;
}

.product-signal-head span {
    color: var(--primary-deep);
    font-weight: 900;
}

.product-signal-head strong {
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.2;
}

.product-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
}

.product-metric-grid div {
    display: grid;
    justify-items: center;
    min-height: 108px;
    padding: 6px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.product-metric-grid div + div {
    border-left: 1px solid rgba(37,99,235,0.12);
}

.product-metric-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    color: var(--primary-deep);
}

.product-metric-icon svg,
.product-switch-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-metric-grid strong {
    display: block;
    color: #0b1b3d;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
}

.product-metric-grid span {
    display: block;
    margin-top: 3px;
    color: #5f718d;
    font-size: 12px;
    font-weight: 800;
}

.product-signal-flow {
    display: none;
    gap: 8px;
    margin-top: 0;
}

.product-signal-flow span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(255,255,255,0.88);
    color: #243b63;
    font-weight: 800;
}

.product-switcher-shell {
    position: relative;
    z-index: 1;
    padding: 20px 0 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
}

.product-switcher {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.product-switch-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid rgba(37,99,235,0.14);
    border-radius: 10px;
    background: rgba(255,255,255,0.88);
    color: #17315c;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(37,99,235,0.055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.product-switch-card:hover,
.product-switch-card.is-active {
    border-color: rgba(37,99,235,0.4);
    box-shadow: 0 14px 30px rgba(37,99,235,0.12);
    transform: translateY(-1px);
}

.product-switch-card.is-active {
    background: linear-gradient(135deg, #2563eb, #0f6fff);
    color: #fff;
}

.product-switch-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 30px;
    height: 30px;
    color: var(--primary-deep);
}

.product-switch-card.is-active .product-switch-icon {
    color: #fff;
}

.product-switch-card strong {
    display: block;
    margin-top: 0;
    color: currentColor;
    font-size: 14px;
    line-height: 1.25;
}

.product-switch-card small {
    display: none;
    margin-top: 7px;
    color: #6c7f99;
    font-size: 11px;
    line-height: 1.35;
}

.product-panels {
    padding: 18px 0 78px;
}

.product-detail-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    gap: 18px;
    align-items: start;
}

.product-section {
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(255,255,255,0.92);
    border-radius: 20px;
    background: rgba(255,255,255,0.9);
    box-shadow: var(--shadow);
}

.product-availability,
.product-pricing {
    grid-column: 1 / -1;
}

.product-performance {
    grid-column: 1;
}

.product-protocols {
    grid-column: 2;
}

.product-section-head {
    max-width: 900px;
    margin-bottom: 16px;
}

.product-section-head.compact {
    margin-bottom: 12px;
}

.product-section-head h2 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.16;
    letter-spacing: 0;
}

.product-section-head p:not(.product-eyebrow) {
    margin: 8px 0 0;
    color: #536786;
    font-size: 13px;
    line-height: 1.62;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
    gap: 12px;
}

.country-pill {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 12px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(37,99,235,0.06);
}

.country-flag {
    grid-row: 1 / 3;
    display: block;
    width: 46px;
    height: 32px;
    overflow: hidden;
    border: 1px solid rgba(15,35,75,0.08);
    border-radius: 8px;
    position: relative;
    background: #fff;
    box-shadow: 0 6px 14px rgba(15,35,75,0.08);
}

.country-flag img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-flag span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #0b1b3d;
    font-size: 12px;
    font-weight: 900;
}

.country-flag-fallback {
    font-size: 22px;
    line-height: 1;
    background: linear-gradient(145deg, #f8fbff, #e8f1ff);
}

.country-pill strong {
    overflow-wrap: anywhere;
    color: #10213f;
    font-size: 14px;
    line-height: 1.25;
}

.country-pill small {
    color: #7a8ba6;
    font-size: 11px;
    font-weight: 900;
}

.country-more-button {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 14px auto 0;
    padding: 0 18px;
    border: 1px solid rgba(37,99,235,0.18);
    border-radius: 999px;
    background: rgba(239,246,255,0.9);
    color: var(--primary-deep);
    font-weight: 900;
    cursor: pointer;
}

.capability-grid,
.performance-grid,
.price-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.product-pricing .price-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.capability-card {
    min-height: 112px;
    padding: 14px;
    border-radius: 16px;
}

.performance-card {
    min-height: 104px;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f3f7ff);
}

.product-performance .performance-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-card-icon {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    margin-bottom: 6px;
    color: var(--primary-deep);
}

.detail-card-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.performance-card strong {
    display: block;
    color: var(--primary-deep);
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(18px, 1.55vw, 24px);
}

.performance-card span {
    display: block;
    margin-top: 4px;
    color: #132a4f;
    font-size: 13px;
    font-weight: 900;
}

.performance-card p {
    margin: 5px 0 0;
    color: #60728d;
    font-size: 11px;
    line-height: 1.45;
}

.protocol-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.protocol-list span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(37,99,235,0.13);
    border-radius: 999px;
    background: rgba(239,246,255,0.86);
    color: #1f3b69;
    font-size: 12px;
    font-weight: 800;
}

.price-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.price-tabs button {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(37,99,235,0.16);
    border-radius: 999px;
    background: #fff;
    color: #35527b;
    font-weight: 900;
    cursor: pointer;
}

.price-tabs button.is-active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
    box-shadow: 0 12px 24px rgba(37,99,235,0.18);
}

.price-card {
    position: relative;
    min-height: 118px;
    padding: 14px;
    border-radius: 16px;
}

.price-card.is-focused {
    border-color: rgba(37,99,235,0.45);
    background: linear-gradient(180deg, #ffffff, #eef5ff);
    box-shadow: 0 22px 48px rgba(37,99,235,0.16);
}

.price-card span,
.price-card small,
.price-card p {
    display: block;
    color: #6b7d98;
    font-weight: 800;
}

.price-card strong {
    display: inline-block;
    margin-top: 8px;
    color: #071634;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(20px, 1.8vw, 28px);
    line-height: 1.05;
    white-space: nowrap;
}

.price-card small {
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: baseline;
    white-space: nowrap;
}

.price-card p {
    margin: 9px 0 0;
    color: var(--primary-deep);
    font-size: 12px;
}

.pricing-action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.pricing-action-row span {
    color: #62738c;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .product-detail-panel {
        grid-template-columns: 1fr;
    }

    .product-availability,
    .product-performance,
    .product-protocols,
    .product-pricing {
        grid-column: 1;
    }

    .product-hero-panel {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .product-signal-card {
        min-height: 0;
    }

    .product-metric-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-answer-grid,
    .capability-grid,
    .performance-grid,
    .price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-pricing .price-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-switcher {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product-switch-card {
        min-height: 58px;
    }
}

@media (max-width: 720px) {
    .product-switcher-shell {
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .product-hero-stage {
        padding-top: 6px;
        padding-bottom: 18px;
    }

    .product-hero-shell {
        padding: 13px;
        border-radius: 18px;
    }

    .product-hero-panel {
        gap: 10px;
    }

    .product-hero-copy h1 {
        font-size: clamp(26px, 7.4vw, 30px);
        line-height: 1.12;
    }

    .product-hero-copy > .product-eyebrow {
        display: none;
    }

    .product-lead {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.5;
    }

    .product-answer-grid {
        display: none;
    }

    .product-hero-actions {
        gap: 8px;
        margin-top: 12px;
    }

    .product-hero-actions .button {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .product-answer-grid,
    .product-metric-grid,
    .capability-grid,
    .performance-grid,
    .price-grid {
        grid-template-columns: 1fr;
    }

    .product-pricing .price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-section,
    .product-signal-card {
        border-radius: 20px;
    }

    .product-signal-card {
        display: none;
        min-height: 0;
        padding: 8px;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(37,99,235,0.08);
    }

    .product-signal-head {
        gap: 4px;
        padding-bottom: 12px;
        border-right: 0;
        border-bottom: 1px solid rgba(37,99,235,0.12);
    }

    .product-signal-head span {
        font-size: 12px;
    }

    .product-signal-head strong {
        font-size: 18px;
    }

    .product-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 0;
    }

    .product-metric-grid div {
        min-height: 52px;
        padding: 6px 8px;
        border: 1px solid rgba(37,99,235,0.12);
        border-radius: 12px;
        background: rgba(239,246,255,0.72);
    }

    .product-metric-grid div + div {
        border-left: 1px solid rgba(37,99,235,0.12);
    }

    .product-metric-icon {
        width: 16px;
        height: 16px;
        margin-bottom: 2px;
    }

    .product-metric-grid strong {
        font-size: 15px;
    }

    .product-metric-grid span {
        margin-top: 1px;
        font-size: 10px;
    }

    .product-signal-flow {
        display: none;
    }

    .product-panels {
        padding: 14px 0 48px;
    }

    .product-detail-panel {
        gap: 18px;
    }

    .product-section {
        padding: 14px;
    }

    .product-section-head {
        margin-bottom: 11px;
    }

    .product-section-head h2 {
        font-size: 22px;
        line-height: 1.16;
    }

    .product-section-head p:not(.product-eyebrow) {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.5;
    }

    .product-eyebrow {
        min-height: 26px;
        margin-bottom: 10px;
        padding: 4px 9px;
        font-size: 11px;
    }

    .country-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .country-grid:not(.is-expanded) .country-pill:nth-child(n+7) {
        display: none;
    }

    .country-more-button {
        display: inline-flex;
    }

    .country-pill {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 56px;
        padding: 9px;
        column-gap: 8px;
        border-radius: 14px;
        text-align: left;
    }

    .country-flag {
        grid-row: 1 / 3;
        width: 34px;
        height: 24px;
        border-radius: 6px;
        margin-bottom: 0;
    }

    .country-pill strong {
        font-size: 12px;
        line-height: 1.18;
    }

    .country-pill small {
        font-size: 9px;
    }

    .performance-grid,
    .price-grid {
        gap: 10px;
    }

    .capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .capability-card {
        min-height: 82px;
        padding: 10px;
        border-radius: 14px;
    }

    .capability-card strong {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .capability-card span {
        font-size: 11px;
        line-height: 1.38;
    }

    .performance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-performance .performance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .performance-card,
    .price-card {
        min-height: 0;
        padding: 10px;
        border-radius: 14px;
    }

    .detail-card-icon {
        width: 17px;
        height: 17px;
        margin-bottom: 4px;
    }

    .performance-card strong {
        font-size: 17px;
    }

    .performance-card span {
        margin-top: 4px;
        font-size: 12px;
    }

    .performance-card p {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.35;
    }

    .protocol-list {
        gap: 8px;
    }

    .protocol-list span {
        min-height: 36px;
        padding: 0 11px;
        font-size: 12px;
    }

    .price-tabs {
        gap: 8px;
    }

    .price-tabs button {
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    .product-switcher {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .product-switch-card {
        min-height: 44px;
        padding: 7px 8px;
        border-radius: 12px;
    }

    .product-switch-icon {
        width: 18px;
        height: 18px;
    }

    .product-switch-card strong {
        font-size: 11px;
        line-height: 1.18;
    }

    .price-card {
        min-height: 86px;
    }

    .price-card strong {
        font-size: 18px;
    }

    .price-card small {
        font-size: 11px;
    }

    .product-switch-card small {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.22;
    }
}
