:root {
    --bg: #050b14;
    --bg-soft: #0a1726;
    --panel: #0c1a2b;
    --panel-soft: #10263c;
    --text: #f4f8fc;
    --muted: #a5b7ca;
    --line: rgba(255, 255, 255, 0.08);
    --surface: #f6f7f9;
    --surface-warm: #fff7ef;
    --surface-text: #101820;
    --surface-muted: #5f6f7f;
    --accent: #ff7a1a;
    --accent-strong: #ffad4d;
    --accent-soft: #ffe1c2;
    --link-hover: var(--accent);
    --link-hover-aplium-green: #7fbf3f;
    --brand-blue: #113a5f;
    --success: #1d7b54;
    --danger: #c14f5f;
    --max: 1200px;
    --radius: 14px;
    --shadow: 0 14px 34px rgba(1, 8, 20, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:
        radial-gradient(circle at 85% 0%, rgba(255, 122, 26, 0.22), transparent 28%),
        radial-gradient(circle at 8% 12%, rgba(31, 125, 214, 0.14), transparent 28%),
        linear-gradient(180deg, #050b14 0%, #091827 100%);
    color: var(--text);
}

.liquid-glass {
    background: rgba(0, 0, 0, 0.4);
    background-blend-mode: luminosity;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.liquid-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.4px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.1) 20%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0.1) 80%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease-in-out;
}

a:hover,
a:focus-visible {
    color: var(--link-hover);
}

a:not(.btn):not(.aplium-btn):not(.video-btn):not(.video-nav-cta):not(.aplium-nav-cta):not(.nav-cta):not(.quick-link):not(.store-family-card-premium):not(.search-result-card):focus-visible,
button.footer-cookie-settings:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 2px;
    border-radius: 6px;
}

a.btn:hover,
a.btn:focus-visible,
a.aplium-btn:hover,
a.aplium-btn:focus-visible,
a.aplium-nav-cta:hover,
a.aplium-nav-cta:focus-visible,
a.nav-cta:hover,
a.nav-cta:focus-visible,
a.store-family-card-premium:hover,
a.store-family-card-premium:focus-visible,
a.search-result-card:hover,
a.search-result-card:focus-visible,
a.quick-link:hover,
a.quick-link:focus-visible {
    color: inherit;
}

p,
li {
    line-height: 1.7;
}

.container {
    width: min(calc(100% - 2rem), var(--max));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(20px);
    background: rgba(7, 17, 31, 0.82);
    border-bottom: 1px solid var(--line);
}

.home-immersive .site-header {
    display: none;
}

.video-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    isolation: isolate;
    background: #02060d;
    color: #fff;
}

.video-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 24%),
        radial-gradient(circle at 18% 28%, rgba(255, 124, 40, 0.12), transparent 28%),
        linear-gradient(90deg, rgba(3, 10, 20, 0.48), rgba(3, 10, 20, 0.04) 45%, rgba(3, 10, 20, 0.2)),
        linear-gradient(0deg, rgba(3, 10, 20, 0.46), transparent 46%);
}

.video-hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transform: scale(1.01);
    transition: opacity 0.7s ease;
    filter: saturate(1.08) contrast(1.02) brightness(1.13);
}

.video-hero.is-video-ready .video-hero-media {
    opacity: 1;
}

.video-hero.is-video-fallback .video-hero-media {
    opacity: 0;
}

.video-hero.is-video-paused .video-hero-media {
    opacity: 0;
    pointer-events: none;
}

.video-hero.is-video-ready .video-hero-fallback {
    opacity: 0;
}

.video-hero.is-video-paused .video-hero-fallback,
.video-hero.is-video-fallback .video-hero-fallback {
    opacity: 1;
}

.video-hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: opacity 0.5s ease;
    background:
        radial-gradient(circle at 82% 36%, rgba(255, 124, 40, 0.2), transparent 34%),
        #02060d;
}

.video-hero-fallback img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.46;
    filter: saturate(0.9) contrast(1.1);
    transform: scale(1.04);
    animation: heroPosterDrift 16s ease-in-out infinite alternate;
}

@keyframes heroPosterDrift {
    from {
        transform: scale(1.04) translate3d(-0.8%, -0.4%, 0);
    }

    to {
        transform: scale(1.08) translate3d(0.8%, 0.4%, 0);
    }
}

.video-hero-shell {
    position: relative;
    z-index: 3;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 3rem;
}

.video-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
}

.video-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.video-logo-image {
    display: block;
    width: clamp(10rem, 15vw, 13.5rem);
    height: auto;
}

.video-nav-links {
    display: flex;
    gap: clamp(1rem, 3vw, 2rem);
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}

.video-nav-links a {
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.2s ease;
}

.video-nav-links a:hover {
    color: #d1d5db;
}

.video-nav-search-form {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    width: min(24rem, 32vw);
    min-width: 16rem;
    padding: 0.22rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(2, 8, 17, 0.34);
}

.video-mobile-search-form {
    display: none;
}

.video-nav-search-form input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 0.45rem 0.65rem;
    font-size: 0.82rem;
}

.video-mobile-search-form input,
.video-nav-search-form input {
    min-width: 0;
}

.video-mobile-search-form input::placeholder,
.video-nav-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

.video-mobile-search-form button,
.video-nav-search-form button,
.video-search-toggle {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #060a10;
    cursor: pointer;
    font-weight: 600;
}

.video-mobile-search-form button,
.video-nav-search-form button {
    min-height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.78rem;
}

.video-search-toggle {
    display: none;
    min-height: 2rem;
    padding: 0 0.7rem;
}

.video-nav-search-form:focus-within {
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}

.video-mobile-search-form:focus-within {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.video-nav-cta,
.video-btn-primary {
    background: #fff;
    color: #000;
}

.video-nav-cta {
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.video-nav-cta:hover,
.video-nav-cta:focus-visible,
.video-btn-primary:hover,
.video-btn-primary:focus-visible {
    background: #f3f4f6;
    color: #000;
}

.video-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
}

.video-hero-grid {
    display: grid;
    gap: 2rem;
}

.video-copy-stack {
    position: relative;
    max-width: min(68rem, 100%);
    padding: 0;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.video-headline {
    margin: 0 0 1.5rem;
    max-width: 20ch;
    font-size: clamp(2.4rem, 5.2vw, 5.6rem);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.045em;
}

.video-brand-row {
    margin: 0 0 1.15rem;
}

.video-ipecs-logo {
    display: block;
    width: clamp(14rem, 27vw, 24rem);
    height: auto;
    margin: 0;
    filter: brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.26));
}

.heading-line {
    display: block;
}

.heading-char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-18px);
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
}

.animated-heading.is-visible .heading-char {
    opacity: 1;
    transform: translateX(0);
}

.video-subheading {
    max-width: 42rem;
    color: rgba(240, 246, 255, 0.9);
    font-size: 0.97rem;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.fade-in {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: 1000ms;
}

.fade-in.is-visible {
    opacity: 1;
}

.video-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.85rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1.05rem;
}

.video-btn-glass {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: transparent;
}

.video-btn-glass:hover {
    background: #fff;
    color: #000;
}

.video-tag-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.video-tag {
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: clamp(1rem, 2vw, 1.5rem);
    padding: 0.75rem 1.5rem;
    background:
        linear-gradient(110deg, rgba(3, 10, 20, 0.38), rgba(3, 10, 20, 0.2) 58%, rgba(3, 10, 20, 0.02));
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-size: 1rem;
    font-weight: 400;
    text-wrap: balance;
    color: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
    .video-navbar {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "logo"
            "links"
            "search";
        align-items: flex-start;
        row-gap: 0.68rem;
        column-gap: 0;
        padding: 0.72rem 0.78rem 0.82rem;
    }

    .video-logo {
        grid-area: logo;
    }

    .video-nav-links {
        grid-area: links;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        font-size: 0.82rem;
        line-height: 1.1;
    }

    .video-nav-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0;
        min-height: 2rem;
        padding: 0 0.35rem;
        text-align: center;
        white-space: nowrap;
    }

    .video-nav-search-form {
        grid-area: search;
        display: flex;
        align-items: center;
        gap: 0.32rem;
        justify-self: center;
        width: min(100%, 32rem);
        min-width: 0;
        min-height: 2.6rem;
        margin: 0.12rem auto 0;
        padding: 0.28rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(3, 9, 18, 0.42);
        box-shadow:
            inset 0 1px 1px rgba(255, 255, 255, 0.08),
            0 10px 28px rgba(0, 0, 0, 0.16);
    }

    .video-nav-search-form input {
        -webkit-appearance: none;
        appearance: none;
        flex: 1 1 auto;
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        padding: 0.58rem 0.76rem;
        font-size: 0.86rem;
    }

    .video-nav-search-form input::-webkit-search-decoration,
    .video-nav-search-form input::-webkit-search-cancel-button,
    .video-nav-search-form input::-webkit-search-results-button,
    .video-nav-search-form input::-webkit-search-results-decoration {
        display: none;
    }

    .video-nav-search-form button {
        -webkit-appearance: none;
        appearance: none;
        flex: 0 0 auto;
        min-height: 2.1rem;
        padding: 0 0.9rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        color: #070d16;
        font-size: 0.8rem;
        font-weight: 700;
    }
}

@media (min-width: 768px) {
    .video-hero-shell {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .video-subheading {
        font-size: 1.02rem;
    }

    .video-btn {
        font-size: 1.14rem;
    }

    .video-tag {
        font-size: 1.45rem;
    }
}

.header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    min-height: 4.8rem;
    padding: 0.65rem 1rem;
    position: relative;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-logo-frame {
    width: 10rem;
    height: 3.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-frame img,
.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    display: block;
    width: min(14rem, 100%);
    height: auto;
    margin: 0 0 1.1rem;
}

.footer-legal-name {
    margin: 0.35rem 0 1.25rem;
    color: rgba(244, 248, 252, 0.78);
    font-size: 0.92rem;
}

.footer-brand-block {
    display: flex;
    flex-direction: column;
    gap: 0; /* Reduced padding: 1000px instead of 1120px for better fit */
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.45;
    padding-bottom: 0.15rem;
}

.footer-contact-label {
    color: rgba(244, 248, 252, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
}

.footer-contact-value {
    color: rgba(244, 248, 252, 0.9);
    text-decoration: none;
    word-break: normal;
    overflow-wrap: anywhere;
    transition: color 0.15s ease-in-out;
    max-width: 28rem;
}

.footer-contact-value-address {
    line-height: 1.6;
}

a.footer-contact-value:hover,
a.footer-contact-value:focus-visible {
    color: var(--accent);
}

.brand-copy small,
.eyebrow {
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
}

.main-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.72rem;
    color: var(--muted);
    font-size: 1.08rem;
    position: relative;
    align-items: center;
}

.nav-link,
.nav-item-has-menu > summary {
    min-height: 2.78rem;
    display: inline-flex;
    align-items: center;
    padding: 0 1.1rem;
    border-radius: 999px;
    color: rgba(244, 248, 252, 0.76);
    cursor: pointer;
    list-style: none;
    transition: color 160ms ease, background 160ms ease;
    font-weight: 500;
}

.nav-item-has-menu > summary::-webkit-details-marker {
    display: none;
}

.nav-item-has-menu > summary::marker {
    content: "";
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-item-has-menu > summary:hover,
.nav-item-has-menu > summary:focus-visible,
.nav-item-has-menu[open] > summary {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.nav-item-has-menu > summary:focus-visible,
.header-icon-button:focus-visible,
.global-search-form:focus-within,
.video-search-toggle:focus-visible,
.video-nav-search-form:focus-within {
    outline: 2px solid rgba(255, 173, 77, 0.8);
    outline-offset: 3px;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-width: min(100%, 25rem);
    flex: 1 1 25rem;
    max-width: 29rem;
}

.nav-item {
    position: relative;
}

.nav-item-has-menu {
    position: relative;
}

.nav-dropdown {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 50%;
    z-index: 90;
    width: min(21rem, calc(100vw - 2rem));
    padding: 0.45rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(5, 14, 25, 0.98);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.36);
    transform: translateX(-50%);
}

.nav-dropdown::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.7rem;
    height: 0.7rem;
}

.nav-dropdown-item {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.75rem;
    color: rgba(244, 248, 252, 0.82);
    transition: background 160ms ease, color 160ms ease;
}

.nav-dropdown-item:hover,
.nav-dropdown-item:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.nav-dropdown-item strong {
    color: #f8fafc;
    font-size: 0.9rem;
    line-height: 1.25;
}

.nav-dropdown-item span {
    color: rgba(165, 183, 202, 0.86);
    font-size: 0.78rem;
    line-height: 1.45;
}

.nav-dropdown-compact {
    width: min(18rem, calc(100vw - 2rem));
    padding: 0.38rem;
}

.nav-dropdown-compact .nav-dropdown-item {
    padding: 0.68rem 0.78rem;
}

.nav-dropdown-compact .nav-dropdown-item span {
    line-height: 1.35;
}

.header-mobile-controls {
    display: none;
    align-items: center;
    gap: 0.45rem;
}

.header-icon-button {
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(244, 248, 252, 0.86);
    padding: 0 0.8rem;
    font: inherit;
    font-size: 0.82rem;
    cursor: pointer;
}

.header-cart-link {
    position: relative;
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(244, 248, 252, 0.82);
    background: rgba(255, 255, 255, 0.045);
    flex: 0 0 2.75rem;
}

.header-cart-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.header-cart-count {
    position: absolute;
    top: -0.32rem;
    right: -0.32rem;
    min-width: 1.18rem;
    height: 1.18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.24rem;
    border: 2px solid #07111f;
    border-radius: 999px;
    background: var(--accent);
    color: #120903;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
}

.header-cart-link:hover,
.header-cart-link:focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.flash-stack {
    padding-top: 1rem;
}

.flash {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17, 31, 49, 0.94);
    box-shadow: var(--shadow);
}

.flash-success {
    border-color: rgba(29, 123, 84, 0.55);
}

.flash-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.flash-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
}

.flash-actions a:hover,
.flash-actions a:focus-visible {
    border-color: rgba(255, 138, 61, 0.7);
    color: #fff;
}

.hero,
.page-hero,
.section {
    padding: 4.5rem 0;
}

.simple-hero {
    padding: 4rem 0 3.5rem;
}

.hero-simple-inner {
    max-width: 820px;
}

.compact-section {
    padding: 3rem 0;
}

.page-hero {
    padding-bottom: 2.5rem;
}

.legal-page-hero {
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(0.75rem, 1.5vw, 1.2rem);
}

.legal-page-hero h1 {
    margin-bottom: 0;
}

.legal-content-section {
    padding-top: clamp(0.8rem, 1.4vw, 1.2rem);
}

.page-hero-with-visual {
    padding: 5rem 0;
}

.category-page-hero {
    padding-bottom: clamp(0.9rem, 2vw, 1.4rem);
}

.category-page-hero .lead {
    margin-bottom: 0;
}

.catalog-results-section {
    padding-top: clamp(0.6rem, 1.4vw, 1.1rem);
}

.catalog-results-section .store-results-bar {
    margin-top: 0.45rem;
}

.legal-hero {
    padding-bottom: 0.9rem;
}

.legal-content-section {
    padding-top: 0.75rem;
}

.hero-grid,
.split-grid,
.footer-grid,
.detail-grid,
.form-grid {
    display: grid;
    gap: 2rem;
}

.hero-grid {
    grid-template-columns: 1.6fr 1fr;
    align-items: center;
}

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

.align-start {
    align-items: start;
}

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

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 2rem;
    align-items: start;
}

.category-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.category-hero-copy {
    min-width: 0;
}

.category-hero-visual {
    justify-self: end;
    width: min(100%, 480px);
    min-height: 360px;
    position: relative;
}

.manuals-hero-visual {
    display: grid;
    place-items: center;
    isolation: isolate;
}

.manuals-visual-orbit {
    position: absolute;
    inset: 8%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 35% 32%, rgba(255, 140, 0, 0.18), transparent 22%),
        radial-gradient(circle at 70% 68%, rgba(14, 165, 233, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    filter: blur(0.1px);
    transform: rotate(-8deg);
    z-index: -1;
}

.manuals-visual-stack {
    position: relative;
    width: min(82%, 360px);
    height: 300px;
}

.manuals-visual-sheet {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: space-between;
    padding: 1.35rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.96)),
        radial-gradient(circle at 20% 20%, rgba(255, 140, 0, 0.08), transparent 30%);
    color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 54px rgba(2, 6, 23, 0.35);
}

.manuals-visual-sheet::before {
    content: "";
    position: absolute;
    inset: 4.5rem 1.35rem auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.18), transparent);
}

.manuals-visual-sheet span {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.manuals-visual-sheet strong {
    font-size: clamp(1.2rem, 3vw, 2rem);
    line-height: 1.04;
    max-width: 9ch;
}

.manuals-visual-sheet img {
    width: min(78%, 230px);
    align-self: center;
    justify-self: center;
    padding: 0.9rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #020617, #0b1726);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.manuals-visual-sheet-back {
    transform: translate(34px, -28px) rotate(8deg);
    opacity: 0.52;
}

.manuals-visual-sheet-mid {
    transform: translate(16px, -12px) rotate(3deg);
    opacity: 0.72;
}

.manuals-visual-sheet-front {
    transform: rotate(-3deg);
}

.manuals-visual-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 1.7rem;
}

.manuals-visual-meta span {
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero h1,
.page-hero h1,
.section h1,
.section h2,
.section h3 {
    margin: 0.5rem 0 1rem;
    line-height: 1.08;
}

.hero h1,
.page-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    max-width: 16ch;
}

.lead {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: 68ch;
}

.cta-row,
.meta-chip-row,
.trust-bar,
.stack-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.cta-row {
    margin-top: 2rem;
}

.stack-actions {
    flex-direction: column;
    margin-top: 1rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
}

.btn-full {
    width: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    color: #120903;
    box-shadow: 0 16px 28px rgba(255, 122, 26, 0.22);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text);
}

.btn-ghost {
    border-color: rgba(255, 122, 26, 0.44);
    color: #ffd5aa;
    background: transparent;
}

.text-link {
    color: #d96712;
    font-weight: 600;
}

.meta-chip {
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d6e2ef;
    font-size: 0.92rem;
}

.product-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.4rem;
}

.product-trust-strip span {
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.1);
    border: 1px solid rgba(255, 122, 26, 0.22);
    color: #ffd3a8;
    font-size: 0.9rem;
}

.hero-card,
.info-card,
.trust-card,
.placeholder-box,
.cta-panel,
.detail-card,
.empty-card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero-card,
.placeholder-box,
.cta-panel,
.detail-card,
.empty-card {
    background: linear-gradient(180deg, rgba(16, 38, 60, 0.94), rgba(7, 18, 31, 0.98));
    border-radius: var(--radius);
    padding: 2rem;
}

.hero-card-title,
.card-tag {
    color: var(--accent);
    font-weight: 600;
}

.price-panel {
    margin-top: 1.25rem;
    color: #ffd1a3;
}

.price-copy,
.status-copy {
    color: var(--surface-muted);
}

.helper-copy {
    color: var(--muted);
    font-size: 0.95rem;
}

.trust-bar {
    margin-top: 1.6rem;
    color: #dbe6f2;
    font-size: 0.9rem;
}

.section-alt {
    background:
        radial-gradient(circle at top left, rgba(255, 122, 26, 0.08), transparent 28%),
        var(--surface);
    color: var(--surface-text);
}

.section-alt .btn-secondary {
    background: var(--surface-text);
    border-color: var(--surface-text);
    color: #fff;
}

.section-alt .btn-ghost {
    border-color: rgba(255, 122, 26, 0.42);
    color: #a84f0c;
}

.section-heading {
    max-width: 72ch;
    margin-bottom: 2rem;
}

.section-heading p,
.section-alt .lead,
.section-alt .feature-list,
.section-alt > .container > .rich-copy,
.section-alt .info-card p {
    color: var(--surface-muted);
}

/* placeholder-box, empty-card y detail-card tienen fondo oscuro propio:
   dentro de section-alt el texto sigue siendo claro para mantener contraste. */
.section-alt .placeholder-box,
.section-alt .placeholder-box p,
.section-alt .placeholder-box li,
.section-alt .placeholder-box strong,
.section-alt .empty-card,
.section-alt .empty-card p,
.section-alt .empty-card h2,
.section-alt .empty-card h3,
.section-alt .detail-card,
.section-alt .detail-card p,
.section-alt .detail-card li,
.section-alt .detail-card h2,
.section-alt .detail-card h3 {
    color: var(--text);
}

.section-alt .placeholder-box .helper-copy,
.section-alt .empty-card .helper-copy,
.section-alt .detail-card .helper-copy {
    color: var(--muted);
}

.card-grid,
.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
}

.product-results-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.5vw, 1.35rem);
}

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

@media (max-width: 1320px) {
    .product-results-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

.info-card,
.trust-card {
    background: rgba(255, 255, 255, 0.78);
    border-radius: var(--radius);
    padding: 1.15rem;
    color: var(--surface-text);
}

.info-card h2,
.info-card h3,
.info-card h4,
.info-card p,
.info-card li,
.info-card a,
.trust-card h2,
.trust-card h3,
.trust-card h4,
.trust-card p,
.trust-card li,
.trust-card a {
    color: var(--surface-text);
}

.info-card .helper-copy,
.trust-card .helper-copy {
    color: var(--surface-muted);
}

.info-card .card-tag,
.trust-card .card-tag {
    color: var(--accent);
}

.info-card .text-link,
.trust-card .text-link {
    color: #a84f0c;
}

.promise-card,
.path-card {
    border: 1px solid rgba(255, 122, 26, 0.2);
    border-radius: var(--radius);
    padding: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
        rgba(12, 26, 43, 0.82);
    box-shadow: var(--shadow);
}

.section-alt .path-card {
    background: #fff;
    border-color: rgba(16, 24, 32, 0.08);
}

.promise-card p,
.path-card p {
    color: var(--muted);
}

.section-alt .path-card p,
.section-alt .path-card h3 {
    color: var(--surface-text);
}

.path-number {
    display: inline-flex;
    width: 2.1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    background: var(--accent);
    color: #120903;
    font-weight: 800;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.9rem;
}

.quick-link {
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border: 1px solid rgba(255, 122, 26, 0.2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.82);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.quick-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 122, 26, 0.55);
    box-shadow: 0 18px 36px rgba(10, 24, 38, 0.12);
}

.quick-link span {
    color: var(--surface-muted);
    font-size: 0.92rem;
}

.store-family-band {
    background:
        radial-gradient(circle at 85% 0%, rgba(255, 122, 26, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f5 100%);
}

.store-family-hero {
    padding: clamp(2.1rem, 4vw, 3.25rem) 0 clamp(1rem, 2vw, 1.55rem);
}

.store-family-hero .container {
    display: flex;
}

.store-family-hero-copy {
    max-width: min(64rem, 100%);
    padding: clamp(1.1rem, 2.2vw, 1.75rem) clamp(1.1rem, 2.6vw, 2rem);
    border-radius: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(160deg, rgba(8, 19, 33, 0.74), rgba(6, 14, 26, 0.58)),
        radial-gradient(circle at 85% 10%, rgba(255, 122, 26, 0.1), transparent 48%);
    box-shadow: 0 24px 54px rgba(2, 10, 21, 0.35);
}

.store-family-hero h1 {
    max-width: 22ch;
    margin: 0.35rem 0 0.75rem;
    line-height: 1.03;
}

.store-family-hero .lead {
    max-width: 58ch;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
}

.store-family-hero .cta-row {
    margin-top: 1.1rem;
}

.store-family-hero .btn {
    min-height: 2.75rem;
    padding: 0 1.05rem;
    font-size: 0.94rem;
}

.store-family-results-section {
    padding-top: clamp(0.35rem, 1.1vw, 0.8rem);
}

.store-hybrid-band {
    background:
        radial-gradient(circle at 85% 0%, rgba(255, 122, 26, 0.1), transparent 24%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f5 100%);
}

.store-hero-premium {
    padding-bottom: 4rem;
}

.store-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 1fr);
    gap: 2rem;
    align-items: start;
}

.store-hero-copy p {
    max-width: 64ch;
}

.store-catalog-hero {
    padding-bottom: clamp(2.7rem, 5vw, 4.2rem);
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 122, 26, 0.18), transparent 30%),
        linear-gradient(135deg, #0b111a 0%, #151e2a 48%, #1c2430 100%);
}

.store-catalog-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr);
    gap: clamp(1.2rem, 3vw, 2.5rem);
    align-items: end;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.store-hero-search {
    display: grid;
    gap: 0.55rem;
    max-width: 46rem;
    margin-top: 1.4rem;
}

.store-hero-search label {
    color: #d7e3f1;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-hero-search div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.08);
}

.store-hero-search input {
    min-width: 0;
    min-height: 3.25rem;
    border: 0;
    border-radius: 0.55rem;
    background: #fff;
    color: #0f172a;
    padding: 0 1rem;
    font: inherit;
}

.store-hero-search button {
    min-height: 3.25rem;
    border: 0;
    border-radius: 0.55rem;
    background: var(--accent);
    color: #120903;
    padding: 0 1.25rem;
    font-weight: 900;
    cursor: pointer;
}

.store-hero-panel {
    display: grid;
    gap: 0.8rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(7, 17, 31, 0.5);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.18);
}

.store-hero-panel strong {
    color: #fff;
    font-size: 1rem;
}

.store-hero-panel ul {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(235, 242, 250, 0.78);
}

.store-shop-summary {
    align-self: stretch;
    gap: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.93)),
        radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.16), transparent 36%);
    color: #0f172a;
}

.store-shop-summary-head {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.store-shop-summary-head strong {
    color: #0f172a;
}

.store-shop-summary-head a {
    color: #d96712;
    font-size: 0.9rem;
    font-weight: 850;
}

.store-shop-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0;
}

.store-shop-metrics div {
    display: grid;
    gap: 0.15rem;
    padding: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.6rem;
    background: #fff;
}

.store-shop-metrics dt {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.store-shop-metrics dd {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 900;
}

.store-shop-promises {
    color: #475569 !important;
}

.store-shop-section-head {
    display: flex;
    gap: 1.25rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.15rem;
}

.store-shop-section-head > div {
    max-width: 64rem;
}

.store-shop-section-head h2 {
    margin: 0.25rem 0 0.35rem;
    color: #0f172a;
}

.store-shop-section-head p {
    margin: 0;
    color: #536274;
}

.store-shop-section-head .btn {
    flex: 0 0 auto;
}

.store-section-heading-compact {
    max-width: 62rem;
}

.store-family-band .section-heading h2,
.store-family-band .section-heading p,
.store-buying-guide h2,
.store-catalog-results-section .section-heading h2,
.store-catalog-results-section .section-heading p {
    color: #0f172a;
}

.store-family-band .section-heading p,
.store-catalog-results-section .section-heading p {
    color: #536274;
}

.store-hero-cta-grid {
    display: grid;
    gap: 0.75rem;
}

.store-architecture-band {
    padding-top: 1.4rem;
}

.store-architecture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
}

.store-architecture-card {
    border: 1px solid rgba(15, 29, 45, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
}

.store-architecture-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
}

.store-architecture-card ul {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.18rem;
}

.store-architecture-card ul a {
    color: #47607a;
    font-size: 0.88rem;
}

.store-architecture-card ul a:hover,
.store-architecture-card ul a:focus-visible {
    color: var(--accent);
}

.store-hero-cta-card {
    display: grid;
    gap: 0.7rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1rem;
    background: rgba(7, 17, 31, 0.48);
}

.store-hero-cta-card h3 {
    margin: 0;
    font-size: 1.05rem;
}

.store-hero-cta-card p {
    margin: 0;
    color: var(--muted);
}

.store-family-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    grid-auto-rows: 1fr;
}

.store-family-grid-grouped .store-family-card-premium {
    min-height: 18rem;
}

.store-shop-family-band {
    padding-bottom: clamp(2.4rem, 4vw, 3.4rem);
}

.store-hybrid-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.store-hybrid-card {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(15, 29, 45, 0.08);
    border-radius: 1.15rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.16), transparent 30%);
    box-shadow: 0 18px 40px rgba(10, 24, 38, 0.1);
}

.store-hybrid-card-main {
    display: grid;
    gap: 0.7rem;
    color: var(--surface-text);
    text-decoration: none;
}

.store-hybrid-card-main:hover,
.store-hybrid-card-main:focus-visible {
    color: var(--surface-text);
    text-decoration: none;
}

.store-hybrid-card-main strong {
    font-size: 1.1rem;
    max-width: 22ch;
}

.store-hybrid-card-main span:not(.store-family-index) {
    color: var(--surface-muted);
    font-size: 0.92rem;
}

.store-hybrid-card-main small {
    color: var(--accent);
    font-weight: 700;
}

.store-hybrid-tech {
    display: grid;
    gap: 0.7rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(15, 29, 45, 0.1);
}

.store-hybrid-tech-group {
    display: grid;
    gap: 0.35rem;
}

.store-hybrid-tech-title {
    color: #0f3d5d;
    font-size: 0.88rem;
    font-weight: 800;
}

.store-hybrid-tech ul {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.2rem;
}

.store-hybrid-tech ul a {
    color: #47607a;
    font-size: 0.84rem;
}

.store-hybrid-tech ul a:hover,
.store-hybrid-tech ul a:focus-visible {
    color: var(--accent);
}

.family-empty-note {
    color: #0f3d5d;
}

.store-family-card-premium {
    position: relative;
    display: grid;
    gap: 0.7rem;
    min-height: 17rem;
    padding: 1.2rem;
    align-content: start;
    overflow: hidden;
    border: 1px solid rgba(15, 29, 45, 0.08);
    border-radius: 0.9rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.16), transparent 30%);
    color: var(--surface-text);
    box-shadow: 0 16px 34px rgba(10, 24, 38, 0.08);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.store-family-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.store-family-card-premium:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.38);
    box-shadow: 0 24px 52px rgba(10, 24, 38, 0.16);
}

.store-family-index {
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    background: var(--accent);
    color: #120903;
    font-size: 0.82rem;
    font-weight: 800;
}

.store-family-visual {
    display: flex;
    width: 4.75rem;
    height: 4.75rem;
    flex: 0 0 4.75rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(15, 29, 45, 0.08);
    border-radius: 1rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 250, 0.95)),
        radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.12), transparent 45%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.store-family-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.45rem;
}

.store-family-visual span {
    color: var(--accent);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.store-family-card-premium h3 {
    margin: 0;
    font-size: 1.1rem;
    max-width: 20ch;
    min-height: 2.6em;
    line-height: 1.28;
}

.store-family-card-premium span:not(.store-family-index) {
    color: var(--surface-muted);
    font-size: 0.92rem;
    line-height: 1.4;
    min-height: 5.2em;
}

.store-buying-guide-section {
    background: #fff;
}

.store-buying-guide {
    display: grid;
    grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
}

.store-buying-guide h2 {
    margin: 0.35rem 0 0;
}

.store-buying-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: buying-step;
}

.store-buying-steps li {
    display: grid;
    gap: 0.45rem;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.8rem;
    background: #f8fafc;
    counter-increment: buying-step;
}

.store-buying-steps li::before {
    content: counter(buying-step, decimal-leading-zero);
    color: #d96712;
    font-size: 0.78rem;
    font-weight: 900;
}

.store-buying-steps strong {
    color: #0f172a;
}

.store-buying-steps span {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.45;
}

.store-catalog-results-section {
    padding-top: clamp(2rem, 4vw, 3rem);
    background: #f8fafc;
}

.store-featured-section {
    background: #fff;
    padding-top: clamp(2.4rem, 5vw, 3.6rem);
    padding-bottom: clamp(2.4rem, 5vw, 3.6rem);
}

.store-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    align-items: stretch;
}

.store-checkout-confidence .trust-list {
    color: #d7e3f1;
}

.store-family-card-premium small {
    align-self: end;
    color: var(--accent);
    font-weight: 700;
}

.simple-choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
}

.commerce-path-grid,
.guidance-grid,
.decision-grid,
.signal-metric-grid {
    display: grid;
    gap: 0.75rem;
}

.commerce-path-grid,
.guidance-grid,
.decision-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

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

.store-scenario-grid,
.store-sector-grid {
    align-items: stretch;
}

.store-scenario-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.store-sector-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.store-scenario-grid > .store-scenario-card,
.store-sector-grid > .store-scenario-card {
    height: 100%;
}

@media (min-width: 981px) {
    .store-sector-grid > .store-scenario-card:nth-child(5):nth-last-child(3) {
        grid-column: 2;
    }
}

.store-scenario-card {
    display: grid;
    align-content: start;
    grid-template-rows: auto 1fr auto;
    gap: 0.8rem;
}

.store-scenario-card h3,
.store-scenario-card p {
    margin: 0;
}

.store-configurator {
    display: grid;
    gap: 0.75rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    background: rgba(7, 17, 31, 0.42);
}

.store-configurator-status {
    display: grid;
    gap: 0.45rem;
}

.store-configurator-progress-meta {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
}

.store-configurator-progress-count {
    color: #ffd9b9;
    font-size: 0.92rem;
    font-weight: 800;
}

.store-configurator-progress-label {
    color: #c8d6e8;
    font-size: 0.82rem;
}

.store-configurator-progress-track {
    width: 100%;
    height: 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.store-configurator-progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #ff7a1a 0%, #ffb252 100%);
    transition: width 220ms ease;
}

.store-configurator-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.store-configurator-field {
    display: grid;
    gap: 0.45rem;
}

.store-configurator label {
    display: grid;
    gap: 0.4rem;
}

.store-configurator label span {
    color: #f4f8fc;
    font-size: 0.9rem;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(5, 10, 18, 0.35);
}

.store-configurator select {
    min-height: 2.9rem;
}

.store-configurator-field.is-chip-enhanced select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.store-configurator-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.choice-chip {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #e4edf7;
    min-height: 2.5rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.choice-chip:hover {
    border-color: rgba(255, 122, 26, 0.55);
    transform: translateY(-1px);
}

.choice-chip.is-active {
    border-color: rgba(255, 122, 26, 0.95);
    background: linear-gradient(135deg, #ff7a1a 0%, #ffb252 100%);
    color: #1e1208;
}

.store-configurator-live {
    display: grid;
    gap: 0.35rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.04);
}

.store-configurator-live strong {
    color: #ffd4ae;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-configurator-live p {
    margin: 0;
    color: #d8e4f1;
    font-size: 0.92rem;
}

.store-configurator-result {
    margin-top: 1rem;
    display: grid;
    gap: 0.75rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 122, 26, 0.38);
    border-radius: 1rem;
    background: rgba(24, 33, 47, 0.84);
    animation: recommendation-appear 260ms ease both;
}

#configurador-resultado-ipecs {
    scroll-margin-top: 7.5rem;
}

.store-configurator-result h3,
.store-configurator-result p {
    margin: 0;
}

.store-configurator-result h3 {
    color: #f5f8fc;
}

.store-configurator-result p {
    color: #d9e5f2;
}

.store-configurator-reasons {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.2rem;
    color: #d9e5f2;
}

@keyframes recommendation-appear {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-configurator-progress-fill,
    .choice-chip,
    .store-configurator-result {
        transition: none;
        animation: none;
    }
}

/* Technical center and protected digital library */
.technical-center-body {
    background: #f5f7f9;
    color: #111827;
}

.technical-center-hero {
    padding: 52px 0 44px;
    background: #111923;
    color: #f8fafc;
}

.technical-center-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.55fr);
    min-height: 390px;
    gap: 64px;
    align-items: center;
}

.technical-center-hero-copy {
    max-width: 760px;
}

.technical-center-hero-copy h1 {
    max-width: 720px;
    margin: 8px 0 18px;
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.02;
}

.technical-center-hero-copy p {
    max-width: 690px;
    margin: 0 0 28px;
    color: #b8c3cf;
    font-size: 1.15rem;
}

.technical-center-hero-visual {
    display: grid;
    height: 330px;
    margin: 0;
    place-items: center;
    overflow: hidden;
}

.technical-center-hero-visual img {
    width: min(100%, 235px);
    height: auto;
    max-height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.32));
}

.technical-section-nav {
    border-bottom: 1px solid #dce2e7;
    background: #ffffff;
}

.technical-section-nav-inner {
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 30px;
}

.technical-section-nav a {
    display: grid;
    min-height: 64px;
    place-items: center;
    border-bottom: 3px solid transparent;
    color: #53606d;
    font-weight: 750;
}

.technical-section-nav a[aria-current="page"] {
    border-bottom-color: #ee6d18;
    color: #111827;
}

.technical-catalog-section {
    padding: 52px 0 70px;
}

.technical-catalog-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.technical-catalog-heading h2 {
    margin: 6px 0 0;
    font-size: 2.35rem;
}

.technical-catalog-heading p {
    margin: 0;
    color: #697582;
}

.technical-filter-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 14px;
    margin: 28px 0 34px;
    padding: 20px 0;
    align-items: end;
    border-top: 1px solid #dce2e7;
    border-bottom: 1px solid #dce2e7;
}

.technical-filter-form .field-row {
    display: grid;
    gap: 6px;
}

.technical-filter-form label {
    color: #4e5965;
    font-size: 0.78rem;
    font-weight: 800;
}

.technical-filter-form select {
    width: 100%;
    min-height: 44px;
    padding: 0 36px 0 11px;
    border: 1px solid #cbd3da;
    border-radius: 6px;
    background: #ffffff;
    color: #17202a;
    font: inherit;
}

.technical-filter-form select:focus-visible {
    border-color: #ee6d18;
    outline: 3px solid rgba(238, 109, 24, 0.16);
}

.technical-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.technical-content-card {
    display: grid;
    grid-template-rows: 220px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dce2e7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.technical-content-card-visual {
    display: grid;
    padding: 22px;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid #e3e8ec;
    background: #f8fafb;
}

.technical-content-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.18s ease;
}

.technical-content-card:hover .technical-content-card-visual img {
    transform: scale(1.025);
}

.technical-content-card-copy {
    display: flex;
    min-width: 0;
    padding: 20px;
    flex-direction: column;
}

.technical-content-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    color: #d65f0d;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
}

.technical-content-card h2 {
    margin: 9px 0 8px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.technical-content-card p {
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: #65717d;
    font-size: 0.9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.technical-content-card footer {
    display: flex;
    margin-top: auto;
    padding-top: 16px;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #e6eaed;
}

.technical-content-card footer div {
    display: grid;
}

.technical-content-card footer small {
    color: #75808b;
    font-size: 0.7rem;
}

.technical-content-card footer strong {
    font-size: 1.08rem;
}

.technical-content-card footer a {
    color: #c95000;
    font-size: 0.84rem;
    font-weight: 800;
}

.technical-pagination {
    display: flex;
    margin-top: 34px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.technical-pagination a {
    color: #c95000;
    font-weight: 800;
}

.technical-empty-state {
    padding: 50px 24px;
    border-top: 1px solid #dce2e7;
    border-bottom: 1px solid #dce2e7;
    text-align: center;
}

.technical-empty-state h2 {
    margin: 0 0 20px;
}

.technical-detail-hero {
    padding: 44px 0 56px;
    background: #ffffff;
}

.technical-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 56px;
    align-items: center;
}

.technical-detail-visual {
    display: grid;
    height: 510px;
    margin: 0;
    padding: 34px;
    place-items: center;
    border: 1px solid #dce2e7;
    border-radius: 8px;
    background: #f8fafb;
}

.technical-detail-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.technical-detail-copy h1 {
    margin: 8px 0 16px;
    font-size: 3rem;
    line-height: 1.05;
}

.technical-detail-lead {
    margin: 0 0 24px;
    color: #5e6a76;
    font-size: 1.05rem;
}

.technical-detail-metadata {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 26px;
    border-top: 1px solid #dce2e7;
}

.technical-detail-metadata div {
    display: grid;
    padding: 12px 0;
    border-bottom: 1px solid #e5e9ed;
}

.technical-detail-metadata dt {
    color: #75808b;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.technical-detail-metadata dd {
    margin: 2px 0 0;
    font-weight: 750;
}

.technical-detail-purchase {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr);
    gap: 22px;
    align-items: end;
}

.technical-detail-purchase > div {
    display: grid;
}

.technical-detail-purchase small {
    color: #737f8b;
}

.technical-detail-purchase strong {
    font-size: 2rem;
}

.technical-detail-purchase form,
.technical-detail-purchase .btn {
    width: 100%;
}

.technical-verification-note {
    margin: 14px 0 0;
    color: #65717d;
    font-size: 0.82rem;
}

.technical-detail-information {
    padding: 54px 0;
    border-top: 1px solid #dce2e7;
    background: #f5f7f9;
}

.technical-detail-information-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 70px;
}

.technical-detail-information h2,
.technical-course-preview h2 {
    margin: 6px 0 16px;
    font-size: 2rem;
}

.technical-prose {
    color: #485461;
    line-height: 1.75;
}

.technical-prose > :first-child {
    margin-top: 0;
}

.technical-related-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d8dee4;
}

.technical-related-list li {
    display: flex;
    padding: 12px 0;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #d8dee4;
}

.technical-related-list a {
    font-weight: 750;
}

.technical-related-list span {
    color: #727e89;
    font-size: 0.78rem;
}

.technical-related-note {
    margin: 14px 0 0;
    color: #66727e;
    font-size: 0.84rem;
    line-height: 1.55;
}

.technical-course-preview,
.digital-course-content {
    padding: 54px 0 70px;
    background: #ffffff;
}

.technical-module-list {
    border-top: 1px solid #d8dee4;
}

.technical-module-list > article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 22px;
    padding: 22px 0;
    border-bottom: 1px solid #d8dee4;
}

.technical-module-list > article > span {
    color: #d85f0b;
    font-weight: 850;
}

.technical-module-list h2,
.technical-module-list h3,
.technical-module-list p {
    margin-top: 0;
}

.technical-module-list h2,
.technical-module-list h3 {
    margin-bottom: 6px;
    font-size: 1.08rem;
}

.technical-module-list p,
.technical-module-list small {
    color: #697582;
}

.technical-module-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.technical-module-actions a {
    color: #c95000;
    font-weight: 800;
}

.digital-library-heading,
.digital-content-private-heading {
    padding: 42px 0;
    border-bottom: 1px solid #dce2e7;
    background: #ffffff;
}

.digital-library-heading h1,
.digital-content-private-heading h1 {
    margin: 7px 0 10px;
    font-size: 2.8rem;
}

.digital-library-heading p,
.digital-content-private-heading p {
    max-width: 760px;
    margin: 0;
    color: #62707c;
}

.digital-library-section {
    padding: 46px 0 70px;
}

.digital-library-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.digital-library-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #dce2e7;
    border-radius: 8px;
    background: #ffffff;
}

.digital-library-card figure {
    display: grid;
    min-height: 280px;
    margin: 0;
    padding: 18px;
    place-items: center;
    border-right: 1px solid #e1e6ea;
    background: #f8fafb;
}

.digital-library-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.digital-library-card > div {
    display: flex;
    min-width: 0;
    padding: 22px;
    flex-direction: column;
}

.digital-library-card > div > span {
    color: #d85f0b;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.digital-library-card h2 {
    margin: 7px 0 8px;
    font-size: 1.2rem;
}

.digital-library-card p {
    margin: 0 0 14px;
    color: #66727e;
    font-size: 0.86rem;
}

.digital-library-card dl {
    display: grid;
    gap: 6px;
    margin: 0 0 18px;
}

.digital-library-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.digital-library-card dt,
.digital-library-card dd {
    margin: 0;
    font-size: 0.75rem;
}

.digital-library-card dt {
    color: #77828d;
}

.digital-library-card dd {
    font-weight: 750;
    text-align: right;
}

.digital-library-card .btn {
    width: 100%;
    margin-top: auto;
}

.digital-content-private-grid {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.digital-protected-article {
    padding: 52px 0 72px;
}

.digital-protected-article .technical-prose {
    max-width: 860px;
    font-size: 1rem;
}

.checkout-privacy-summary {
    margin: 0;
    color: #66717d;
    font-size: 0.84rem;
}

.cart-empty-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.cart-digital-access-label {
    color: #53606d;
    font-size: 0.82rem;
    font-weight: 750;
}

.order-verification-panel {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dce2e7;
}

.order-verification-panel h2 {
    margin: 6px 0 8px;
}

.order-verification-panel p {
    color: #65717d;
}

.product-document-list li {
    display: grid;
    gap: 2px;
}

.product-document-list li > span {
    color: #73808c;
    font-size: 0.78rem;
}

@media (max-width: 980px) {
    .technical-center-hero-grid,
    .technical-detail-grid,
    .technical-detail-information-grid {
        grid-template-columns: 1fr;
    }

    .technical-center-hero-grid {
        min-height: 0;
    }

    .technical-center-hero-visual {
        height: 240px;
    }

    .technical-center-hero-visual img {
        max-height: 240px;
    }

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

    .technical-filter-form .btn {
        width: 100%;
    }

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

    .technical-detail-visual {
        height: 420px;
    }

    .digital-library-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .technical-center-hero {
        padding: 34px 0 30px;
    }

    .technical-center-hero-grid {
        gap: 28px;
    }

    .technical-center-hero-copy h1 {
        font-size: 2.65rem;
    }

    .technical-center-hero-copy p {
        font-size: 1rem;
    }

    .technical-center-hero-visual {
        height: 190px;
    }

    .technical-center-hero-visual img {
        max-height: 190px;
    }

    .technical-section-nav-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 8px 0;
    }

    .technical-section-nav a {
        min-height: 44px;
        border: 0;
    }

    .technical-section-nav a[aria-current="page"] {
        border: 1px solid #ee6d18;
        border-radius: 6px;
    }

    .technical-catalog-section {
        padding: 36px 0 52px;
    }

    .technical-catalog-heading,
    .digital-content-private-grid {
        align-items: flex-start;
        flex-direction: column;
    }

    .technical-catalog-heading h2 {
        font-size: 1.9rem;
    }

    .technical-filter-form,
    .technical-content-grid,
    .technical-detail-metadata,
    .technical-detail-purchase {
        grid-template-columns: 1fr;
    }

    .technical-content-card {
        grid-template-rows: 190px minmax(0, 1fr);
    }

    .technical-detail-hero {
        padding: 28px 0 42px;
    }

    .technical-detail-grid {
        gap: 30px;
    }

    .technical-detail-visual {
        height: 330px;
        padding: 20px;
    }

    .technical-detail-copy h1,
    .digital-library-heading h1,
    .digital-content-private-heading h1 {
        font-size: 2.1rem;
    }

    .technical-detail-purchase {
        align-items: stretch;
    }

    .technical-module-list > article {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .technical-module-list > article > small {
        grid-column: 2;
    }

    .digital-library-card {
        grid-template-columns: 1fr;
    }

    .digital-library-card figure {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid #e1e6ea;
    }

    .cart-empty-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .technical-content-card-visual img {
        transition: none;
    }
}

.store-internal-links {
    margin-top: 0.4rem;
    color: var(--surface-muted);
}

.store-internal-links a {
    font-weight: 700;
}

.signal-metric-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-top: 1.5rem;
}

.signal-metric-grid div {
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
}

.signal-metric-grid strong {
    color: var(--accent);
    font-size: 1.45rem;
}

.signal-metric-grid span {
    color: var(--muted);
    font-size: 0.88rem;
}

.aplium-signal-card {
    position: relative;
    overflow: hidden;
}

.aplium-signal-card::before {
    content: "";
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 0.9rem;
    background: var(--accent);
    opacity: 0.92;
}

.aplium-signal-card > * {
    position: relative;
}

.simple-choice-grid article {
    display: grid;
    align-content: start;
}

.cta-simple {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: 0.9rem;
    background: #fff;
    color: var(--surface-text);
    border-color: rgba(16, 24, 32, 0.08);
    min-height: 100%;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card-premium {
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.24);
    box-shadow: 0 22px 46px rgba(1, 8, 20, 0.15);
}

.product-image,
.product-detail-image {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(15, 29, 45, 0.08);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 122, 26, 0.05), transparent 34%),
        #f8fafc;
    box-shadow: inset 0 0 0 0.45rem #fff;
}

.product-image {
    aspect-ratio: 4 / 3;
    padding: 0.55rem;
    border-radius: 0.65rem;
    transition: border-color 180ms ease, transform 180ms ease;
}

.product-card-media {
    min-height: 230px;
}

.product-card:hover .product-image {
    border-color: rgba(255, 122, 26, 0.22);
}

.product-image-link {
    display: block;
    border-radius: var(--radius);
    text-decoration: none;
}

.product-image img,
.product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
}

.product-image span,
.product-detail-image span {
    color: var(--surface-muted);
    font-weight: 800;
    letter-spacing: 0.12em;
}

.product-detail-image {
    width: min(100%, 340px);
    aspect-ratio: 4 / 3;
    margin-bottom: 1.5rem;
}

.product-detail-image-large {
    width: 100%;
    min-height: clamp(360px, 48vw, 560px);
    margin: 0;
    padding: clamp(1rem, 2vw, 1.8rem);
}

.product-buy-card {
    position: sticky;
    top: 6rem;
}

.product-price-block {
    display: grid;
    gap: 0.35rem;
    margin: 1rem 0;
}

.product-price-block span {
    color: var(--muted);
}

.product-price-block strong {
    color: #ffd1a3;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1;
}

.decision-card {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.collection-card {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    min-height: 100%;
    padding: 1.25rem 1.15rem;
}

.collection-explore-section .section-heading {
    max-width: 62ch;
    margin-bottom: 1.35rem;
}

.collection-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.collection-card h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.25;
}

.collection-card p {
    margin: 0;
    color: var(--surface-muted);
    line-height: 1.62;
}

.collection-card .text-link {
    margin-top: auto;
    align-self: start;
}

.product-card-simple h3 {
    font-size: clamp(1rem, 1.1vw, 1.12rem);
    line-height: 1.3;
    margin: 0;
    color: var(--surface-text);
}

.product-card-title a {
    color: inherit;
}

.product-card-title a:hover,
.product-card-title a:focus-visible {
    color: #d96712;
}

.product-card-simple p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: var(--surface-muted);
}

.product-card-body {
    display: grid;
    gap: 0.55rem;
    align-content: start;
}

.product-card-footer {
    display: grid;
    gap: 0.75rem;
    margin-top: auto;
}

.product-card-summary {
    margin: 0;
    color: #475569;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-ref {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: baseline;
    font-size: 0.86rem;
}

.product-card-ref span {
    color: #64748b;
    font-weight: 600;
}

.product-card-ref strong {
    color: #0f172a;
    letter-spacing: 0.01em;
}

.product-card-price-row {
    display: flex;
    gap: 0.55rem;
    align-items: end;
    justify-content: space-between;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.product-card-price-row span {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.product-card-price-row strong {
    color: #0f172a;
    font-size: 1.2rem;
    text-align: right;
}

.product-card-state {
    display: flex;
    align-items: center;
}

.product-state-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    border: 1px solid;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-state-validation {
    border-color: rgba(37, 99, 235, 0.3);
    color: #1d4ed8;
    background: rgba(219, 234, 254, 0.55);
}

.product-state-proposal {
    border-color: rgba(217, 119, 6, 0.34);
    color: #b45309;
    background: rgba(254, 243, 199, 0.54);
}

.product-card-specs {
    display: grid;
    gap: 0.45rem;
    margin: 0.25rem 0 0;
}

.product-card-specs div {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

.product-card-specs dt {
    margin: 0;
    color: var(--surface-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.product-card-specs dd {
    margin: 0;
    color: var(--surface-text);
    font-size: 0.84rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.product-commercial-note {
    margin: 0.15rem 0 0;
    padding: 0.6rem 0.72rem;
    border-radius: 0.7rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #475569;
    font-size: 0.84rem;
    line-height: 1.4;
}

.product-compact-meta,
.product-actions {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    justify-content: space-between;
}

.product-actions,
.product-consultive-action,
.product-actions .btn,
.product-consultive-action .text-link,
.product-card .inline-action-form {
    position: relative;
    z-index: 2;
}

.product-actions-dual {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 0.55rem;
    align-items: stretch;
}

.product-actions-dual .inline-action-form {
    width: 100%;
}

.btn-card-primary {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.1);
    color: #0f172a;
    min-height: 2.75rem;
    padding-inline: 0.8rem;
}

.product-card-buy-btn {
    width: 100%;
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    color: #120903 !important;
    font-weight: 900;
}

.product-card-buy-btn:hover,
.product-card-buy-btn:focus-visible {
    background: #ff9a3d !important;
    border-color: #ff9a3d !important;
}

.btn-card-primary:hover,
.btn-card-primary:focus-visible {
    color: #120903;
    background: var(--accent);
    border-color: var(--accent);
}

.product-image-link:focus-visible .product-image {
    outline: 3px solid rgba(255, 122, 26, 0.8);
    outline-offset: 2px;
}

.product-hero-meta {
    margin-top: 1rem;
}

.product-quantity-field {
    display: grid;
    gap: 0.45rem;
}

.product-quantity-field span {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 800;
}

.product-quantity-field input {
    width: 100%;
    min-height: 2.85rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 0 0.85rem;
    font: inherit;
}

.product-compact-meta {
    color: var(--surface-muted);
    font-size: 0.92rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 0.75rem;
}

.product-price-label {
    color: #64748b;
    font-weight: 600;
}

.product-compact-meta strong {
    color: #0f172a;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
}

.product-actions form {
    flex: 1;
}

.product-actions .btn-secondary {
    background: var(--surface-text);
    border-color: var(--surface-text);
    color: #fff;
    min-height: 2.75rem;
    padding-inline: 0.8rem;
}

.product-consultive-action {
    display: flex;
    justify-content: flex-end;
}

.category-playbook-card {
    display: grid;
    gap: 1.25rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.category-playbook-heading {
    margin-bottom: 0;
}

.category-playbook-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.95rem;
}

.category-playbook-grid article {
    display: grid;
    align-content: start;
    gap: 0.55rem;
    padding: 0.95rem 1rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #f8fafc;
}

.category-playbook-grid p {
    margin: 0;
    color: #475569;
}

.category-playbook-cta {
    margin-top: 0;
}

.product-trust-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.product-trust-inline li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #d6e7f8;
    font-size: 0.9rem;
}

.product-trust-inline li::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #ffae5c;
    box-shadow: 0 0 0 3px rgba(255, 174, 92, 0.18);
}

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

.decision-card-product {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(148, 163, 184, 0.24);
}

.product-facts {
    display: grid;
    gap: 0.65rem;
    margin: 0;
}

.product-facts div {
    display: grid;
    grid-template-columns: minmax(7rem, 0.7fr) 1fr;
    gap: 0.75rem;
    align-items: start;
}

.product-facts dt {
    color: var(--surface-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.product-facts dd {
    margin: 0;
    color: var(--surface-text);
    overflow-wrap: anywhere;
}

.store-filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem 1rem;
    align-items: center;
    margin: 1.2rem 0 0.2rem;
    padding: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.store-filter-disclosure {
    min-width: 0;
}

.store-filter-disclosure summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.55rem;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.55rem;
    background: #f8fafc;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
}

.store-filter-disclosure summary::-webkit-details-marker {
    display: none;
}

.store-filter-disclosure summary::after {
    color: #64748b;
    content: "+";
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
}

.store-filter-disclosure[open] {
    grid-column: 1 / -1;
}

.store-filter-disclosure[open] summary {
    border-color: rgba(217, 103, 18, 0.56);
    background: #fffaf6;
}

.store-filter-disclosure[open] summary::after {
    content: "-";
}

.store-filter-summary-label,
.store-sort-form label {
    color: #334155;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.store-filter-summary-value {
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 700;
}

.store-filter-chips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.5rem), 1fr));
    gap: 0.5rem;
    padding: 0.7rem 0 0.05rem;
}

.store-filter-chip,
.store-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.48rem 0.82rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.store-filter-chip:hover,
.store-filter-chip:focus-visible,
.store-filter-reset:hover,
.store-filter-reset:focus-visible {
    border-color: rgba(255, 138, 61, 0.62);
    background: rgba(255, 138, 61, 0.1);
    color: #0f172a;
    transform: translateY(-1px);
}

.store-filter-chip.is-active {
    border-color: rgba(255, 138, 61, 0.78);
    background: #fff1e7;
    color: #8a3500;
    box-shadow: inset 0 0 0 1px rgba(217, 103, 18, 0.08);
}

.store-sort-form {
    display: grid;
    grid-template-columns: auto minmax(11rem, 1fr) auto auto;
    gap: 0.45rem;
    align-items: center;
}

.store-sort-form select {
    min-height: 2.6rem;
    border-radius: 0.55rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    color: #0f172a;
    padding: 0 2rem 0 0.9rem;
}

.store-sort-form button {
    min-height: 2.6rem;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.45rem 0.85rem;
    background: #0f172a;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.store-sort-form button:hover,
.store-sort-form button:focus-visible {
    background: #d96712;
}

.store-filter-actions,
.store-results-bar,
.pagination-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

.store-filter-actions {
    justify-content: flex-start;
}

.store-results-bar,
.pagination-bar {
    justify-content: space-between;
    margin: 1.25rem 0;
    color: var(--surface-muted);
}

.section-alt .info-card h3,
.section-alt .trust-card p {
    color: var(--surface-text);
}

.manual-library-card,
.manual-card {
    display: grid;
    gap: 0.9rem;
}

.manuals-intro-card p,
.manual-card p {
    margin: 0;
}

.manuals-grid {
    align-items: stretch;
}

.manual-list {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.1rem;
    margin: 0;
    color: var(--surface-muted);
}

.manual-list li::marker {
    color: var(--accent);
}

.manual-card .btn {
    justify-self: start;
    margin-top: 0.3rem;
}

.feature-list {
    color: var(--muted);
    line-height: 1.9;
}

.detail-card h2,
.detail-card h3 {
    margin-top: 0;
}

.order-number {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.detail-card-wide {
    grid-column: 1 / -1;
}

.product-knowledge-section {
    padding-top: clamp(1.8rem, 4vw, 3rem);
}

.product-knowledge-section > .container {
    width: min(calc(100% - 2rem), var(--max));
}

.product-detail-tabs {
    position: sticky;
    top: 5.4rem;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 1.5rem;
    padding: 0.45rem;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 999px;
    background: rgba(7, 18, 31, 0.78);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.product-detail-tabs a {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    color: #dbe6f2;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-detail-tabs a.product-detail-tabs-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    min-width: 2.25rem;
    padding-inline: 0;
    border: 1px solid rgba(255, 122, 26, 0.42);
    color: #ffb06b;
    font-size: 1.02rem;
    line-height: 1;
}

.product-detail-tabs a:hover,
.product-detail-tabs a:focus-visible {
    background: var(--accent);
    color: #0b1220;
    transform: translateY(-1px);
}

.product-knowledge-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
    margin: 0 auto;
}

.product-knowledge-card {
    scroll-margin-top: 8rem;
    padding: clamp(1.8rem, 3.2vw, 3rem);
}

.product-knowledge-card-main {
    grid-row: auto;
}

.manual-lead-grid {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.35rem;
}

.manual-lead-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.045);
}

.manual-lead-copy {
    display: grid;
    gap: 0.3rem;
}

.manual-lead-copy h3,
.manual-lead-copy p {
    margin: 0;
}

.manual-lead-copy h3 {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.manual-lead-copy p,
.manual-lead-note {
    color: var(--surface-muted);
}

.manual-lead-meta {
    color: #dbe6f2;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.manual-lead-form {
    display: flex;
    justify-content: flex-end;
}

.manual-lead-form .btn {
    white-space: nowrap;
}

.manual-lead-note {
    margin: 1rem 0 0;
    font-size: 0.92rem;
}

.product-knowledge-card-technical {
    background:
        radial-gradient(circle at top right, rgba(255, 122, 26, 0.13), transparent 36%),
        linear-gradient(180deg, rgba(16, 38, 60, 0.97), rgba(7, 18, 31, 0.99));
}

.product-knowledge-card-manuals {
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 122, 26, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(13, 34, 54, 0.98), rgba(7, 18, 31, 0.99));
}

.product-knowledge-card .card-tag {
    display: inline-block;
    margin-bottom: 0.65rem;
}

.knowledge-card-intro {
    margin: -0.2rem 0 1.2rem;
    color: #c6d1df;
    font-size: clamp(1.05rem, 0.9rem + 0.35vw, 1.18rem);
    line-height: 1.75;
}

.product-knowledge-card p,
.faq-stack .rich-copy p {
    font-size: clamp(1.06rem, 0.96rem + 0.28vw, 1.18rem);
    line-height: 1.82;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.product-knowledge-card > .rich-copy:not(.technical-copy),
.product-knowledge-card > .simple-list {
    max-width: none;
}

.product-knowledge-card .rich-copy p:last-child,
.product-knowledge-card .rich-copy ul:last-child,
.product-knowledge-card .simple-list:last-child {
    margin-bottom: 0;
}

.technical-copy {
    display: grid;
    gap: 1rem;
}

.technical-copy h3 {
    margin: 0.45rem 0 0;
    color: #f8fafc;
    font-size: clamp(1.05rem, 0.95rem + 0.3vw, 1.18rem);
}

.technical-copy p {
    margin: 0;
    max-width: none;
}

.technical-list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.1rem;
    max-width: none;
    font-size: clamp(1.04rem, 0.95rem + 0.26vw, 1.14rem);
}

.technical-list li::marker {
    color: var(--accent);
}

.technical-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(219, 230, 242, 0.12);
    border-radius: calc(var(--radius) - 0.5rem);
    background: rgba(255, 255, 255, 0.035);
}

.technical-spec-table {
    width: 100%;
    min-width: 420px;
    border-collapse: collapse;
    color: #dbe6f2;
    font-size: 0.92rem;
}

.technical-spec-table th,
.technical-spec-table td {
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid rgba(219, 230, 242, 0.1);
    text-align: left;
    vertical-align: top;
}

.technical-spec-table th {
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 122, 26, 0.12);
}

.technical-spec-table tr:last-child td {
    border-bottom: 0;
}

.rich-copy,
.simple-list {
    color: var(--muted);
}

.rich-copy a {
    color: #ffad4d;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

.rich-copy a:hover,
.rich-copy a:focus-visible {
    color: #ffd1a3;
}

.simple-list {
    margin: 0;
    padding-left: 1.2rem;
}

.faq-stack,
.form-shell {
    display: grid;
    gap: 1.5rem;
}

.inline-action-form,
.stack-form {
    margin: 0;
}

.inline-action-form button,
.stack-form button {
    width: 100%;
}

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

.field-row {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.field-row label {
    font-weight: 600;
}

.field-row input,
.field-row select,
.field-row textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    padding: 0.9rem 1rem;
    font: inherit;
}

/* En formularios oscuros, algunos navegadores renderizan el desplegable con
 * fondo claro pero mantienen texto claro del <select>. Forzamos contraste. */
.field-row select option,
.field-row select optgroup {
    background: #ffffff;
    color: var(--surface-text);
}

.field-row-checkbox {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
}

.field-row-checkbox label {
    order: 2;
    font-weight: 500;
}

.field-row-checkbox input {
    order: 1;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.25rem;
}

.form-error {
    margin: 0;
    color: #ffb3bf;
    font-size: 0.92rem;
}

.success-box {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: start;
    margin: 0;
    padding: clamp(1.4rem, 4vw, 2.2rem);
    scroll-margin-top: 9rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(29, 123, 84, 0.26), rgba(15, 84, 67, 0.16));
    border: 1px solid rgba(91, 207, 157, 0.48);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.success-box:focus {
    outline: 3px solid rgba(137, 232, 190, 0.82);
    outline-offset: 4px;
}

.success-box-icon {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border-radius: 50%;
    background: #e8fff4;
    color: #126746;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.success-box-copy .eyebrow {
    color: #9eeac6;
}

.success-box h2 {
    margin: 0.3rem 0 0.7rem;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.success-box p {
    max-width: 62ch;
    margin: 0;
}

.success-box-message {
    color: #f2fff9;
    font-size: 1.05rem;
    font-weight: 650;
}

.success-box-next {
    margin-top: 0.55rem !important;
    color: #cfe6dc;
}

.b2b-hero,
.b2b-section {
    position: relative;
}

.b2b-hero {
    padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
    overflow: hidden;
}

.b2b-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 122, 26, 0.14), transparent 30%),
        radial-gradient(circle at 8% 18%, rgba(45, 122, 217, 0.16), transparent 34%);
    pointer-events: none;
}

.b2b-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.b2b-hero-copy {
    max-width: 760px;
}

.b2b-hero-copy h1 {
    margin: 0.55rem 0 1.2rem;
    max-width: 13.8ch;
    font-size: clamp(2.85rem, 6vw, 5.8rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.b2b-hero-copy p {
    color: var(--muted);
    font-size: clamp(1.02rem, 0.96rem + 0.32vw, 1.18rem);
    line-height: 1.78;
}

.b2b-hero-copy .lead {
    color: #d7e3ef;
    max-width: 62ch;
}

.b2b-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.65rem;
}

.b2b-badge-row span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.055);
    color: #dbe6f2;
    font-size: 0.88rem;
    font-weight: 700;
}

.b2b-product-visual,
.b2b-doc-visual {
    position: relative;
    display: grid;
    place-items: center;
    margin: 0;
    min-height: 420px;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(145deg, rgba(16, 38, 60, 0.58), rgba(3, 10, 20, 0.78)),
        radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.08), transparent 34%);
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
    overflow: hidden;
}

.b2b-product-visual img {
    width: min(84%, 560px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.38));
}

.b2b-visual-orbit {
    position: absolute;
    width: 68%;
    aspect-ratio: 1;
    border-radius: 999px;
    border: 1px solid rgba(255, 122, 26, 0.2);
    background: radial-gradient(circle, rgba(255, 122, 26, 0.12), transparent 62%);
    transform: rotate(-12deg);
}

.b2b-product-visual figcaption {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    display: grid;
    gap: 0.25rem;
    padding: 1rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 10, 20, 0.62);
    backdrop-filter: blur(14px);
}

.b2b-product-visual figcaption span,
.b2b-product-visual figcaption strong {
    color: #fff;
}

.b2b-product-visual figcaption span {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.b2b-doc-visual {
    min-height: 460px;
    background:
        radial-gradient(circle at 30% 15%, rgba(255, 122, 26, 0.14), transparent 28%),
        linear-gradient(145deg, rgba(16, 38, 60, 0.74), rgba(3, 10, 20, 0.9));
}

.b2b-doc-visual img {
    width: min(62%, 330px);
    height: auto;
    border-radius: 1.2rem;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
    transform: rotate(-4deg);
}

.b2b-split-panel,
.b2b-decision-band,
.b2b-closing-cta,
.b2b-review-panel,
.b2b-hero-aside {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: clamp(1.2rem, 2vw, 2rem);
    background:
        linear-gradient(145deg, rgba(16, 38, 60, 0.72), rgba(6, 16, 29, 0.9)),
        radial-gradient(circle at 95% 0%, rgba(255, 122, 26, 0.1), transparent 34%);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.b2b-split-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(1.5rem, 4vw, 3.5rem);
    padding: clamp(1.4rem, 3.5vw, 3rem);
}

.b2b-split-panel h2,
.b2b-decision-band h2,
.b2b-closing-cta h2,
.b2b-review-panel h2,
.b2b-hero-aside h2,
.b2b-form-heading h2 {
    margin: 0.45rem 0 0.8rem;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.b2b-split-panel p,
.b2b-decision-band p,
.b2b-closing-cta p,
.b2b-review-panel p,
.b2b-hero-aside p,
.b2b-form-heading p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.b2b-pillars-grid,
.b2b-card-grid,
.b2b-check-grid {
    display: grid;
    gap: 1rem;
}

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

.b2b-pillars-grid article,
.b2b-card,
.b2b-step-stack article {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.045);
    padding: 1.25rem;
}

.b2b-pillars-grid article span,
.b2b-step-stack article span {
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.b2b-pillars-grid h3,
.b2b-card h3,
.b2b-step-stack h3 {
    margin: 0.35rem 0 0.55rem;
    color: #f8fafc;
    font-size: clamp(1.08rem, 1vw + 0.86rem, 1.32rem);
    line-height: 1.2;
}

.b2b-pillars-grid p,
.b2b-card p,
.b2b-step-stack p {
    margin: 0;
    color: var(--muted);
}

.b2b-heading-wide {
    max-width: 860px;
}

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

.b2b-card {
    display: grid;
    gap: 0.75rem;
    align-content: start;
    min-height: 100%;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.b2b-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.36);
    background: rgba(255, 255, 255, 0.065);
}

.section-alt .b2b-card {
    background: #fff;
    border-color: rgba(16, 24, 32, 0.08);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.section-alt .b2b-card h3,
.section-alt .b2b-card p {
    color: var(--surface-text);
}

.section-alt .b2b-card p {
    color: var(--surface-muted);
}

.b2b-architecture-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

.b2b-sticky-copy {
    position: sticky;
    top: 7rem;
}

.b2b-sticky-copy h2 {
    margin: 0.45rem 0 1rem;
    max-width: 13ch;
    font-size: clamp(2.1rem, 4.5vw, 4.25rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.b2b-sticky-copy p {
    color: var(--muted);
    font-size: 1.06rem;
}

.b2b-step-stack {
    display: grid;
    gap: 0.9rem;
}

.b2b-step-stack article {
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

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

.b2b-decision-band,
.b2b-closing-cta,
.b2b-review-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.b2b-closing-cta {
    grid-template-columns: minmax(0, 1fr);
}

.b2b-closing-cta .cta-row {
    margin-top: 0.4rem;
}

.b2b-form-hero .b2b-hero-copy h1,
.b2b-manuals-hero .b2b-hero-copy h1,
.b2b-training-hero .b2b-hero-copy h1 {
    max-width: 14.5ch;
}

.b2b-hero-aside {
    padding: clamp(1.3rem, 3vw, 2rem);
}

.b2b-support-actions,
.b2b-doc-grid,
.b2b-training-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b2b-doc-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.b2b-review-panel {
    grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
}

.b2b-check-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2b-check-grid li {
    padding: 0.85rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.045);
    color: #dbe6f2;
    font-size: 0.9rem;
    font-weight: 700;
}

.b2b-form-shell {
    max-width: 1120px;
}

.b2b-form-heading {
    margin-bottom: 1.2rem;
}

.b2b-form-card {
    background:
        linear-gradient(180deg, rgba(16, 38, 60, 0.96), rgba(7, 18, 31, 0.99)),
        radial-gradient(circle at 92% 0%, rgba(255, 122, 26, 0.11), transparent 36%);
}

.b2b-form-card-success {
    padding: clamp(1rem, 2.5vw, 1.5rem);
}

.b2b-form-card .field-row textarea {
    min-height: 9rem;
}

.b2b-form-card .field-row-checkbox {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 0.85rem;
    background: rgba(255, 255, 255, 0.035);
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
    gap: 1.5rem;
    align-items: start;
}

.cart-page-hero,
.checkout-page-hero {
    padding-bottom: clamp(2.4rem, 5vw, 4rem);
}

.cart-shop-hero {
    background:
        radial-gradient(circle at 86% 6%, rgba(255, 122, 26, 0.15), transparent 30%),
        linear-gradient(135deg, #0b111a 0%, #151e2a 52%, #1c2430 100%);
}

.cart-hero-summary {
    display: grid;
    gap: 0.8rem;
}

.cart-hero-totals {
    display: grid;
    gap: 0.25rem;
}

.cart-hero-totals span,
.cart-hero-totals small {
    color: var(--muted);
}

.cart-hero-totals strong {
    color: #ffd1a3;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    line-height: 1;
}

.cart-lines,
.checkout-lines {
    display: grid;
    gap: 0.75rem;
}

.checkout-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.checkout-progress li {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #c8d6e8;
    font-size: 0.86rem;
    font-weight: 800;
}

.checkout-progress li.is-active {
    border-color: rgba(255, 122, 26, 0.92);
    background: var(--accent);
    color: #120903;
}

.cart-lines-heading,
.checkout-block-head {
    display: grid;
    gap: 0.25rem;
}

.cart-lines-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    margin-bottom: 0.25rem;
}

.cart-lines-heading h2,
.checkout-block-head h2 {
    margin: 0;
}

.cart-lines-heading a {
    color: #d96712;
    font-weight: 850;
}

.checkout-block-head {
    margin-bottom: 1.1rem;
}

.checkout-block-head p {
    margin: 0;
    color: var(--surface-muted);
}

.cart-line-main,
.checkout-line {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: start;
}

.cart-line-product {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.cart-line-image {
    display: grid;
    place-items: center;
    width: 84px;
    aspect-ratio: 1;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.7rem;
    background: #f8fafc;
    overflow: hidden;
}

.cart-line-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.45rem;
}

.cart-line h2 {
    margin-bottom: 0.25rem;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
}

.cart-line-sku {
    margin: 0;
    color: var(--surface-muted);
    font-size: 0.86rem;
    font-weight: 750;
}

.cart-line-meta,
.summary-list,
.trust-list {
    display: grid;
    gap: 0.75rem;
}

.summary-list,
.trust-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
}

.cart-quantity-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.cart-quantity-form input {
    width: 7rem;
    border-radius: 0.55rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #fff;
    color: #0f172a;
    padding: 0.75rem 0.9rem;
    font: inherit;
}

.cart-summary-card {
    position: sticky;
    top: 6rem;
}

.shop-summary-card {
    border-color: rgba(255, 122, 26, 0.18);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.shop-summary-card h2 {
    margin-top: 0.25rem;
}

.summary-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem 1rem;
    margin: 1.5rem 0;
}

.summary-grid span {
    color: var(--surface-muted);
}

.summary-grid strong {
    color: var(--surface-text);
}

.checkout-form-card {
    background: #fff;
}

.checkout-block + .checkout-block {
    margin-top: 2rem;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bg-soft);
    padding: 3rem 0 4rem;
    color: var(--muted);
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
}

.site-footer h2 {
    color: var(--text);
    font-size: 1rem;
}

.footer-cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
    color: var(--link-hover);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.global-search-form {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1 1 auto;
    min-width: min(100%, 18rem);
    padding: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.global-search-form input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--text);
    padding: 0.56rem 0.78rem;
    outline: none;
    font-size: 0.86rem;
}

.global-search-form input::placeholder {
    color: rgba(244, 248, 252, 0.54);
}

.global-search-form button {
    border: 0;
    border-radius: 999px;
    background: var(--accent);
    color: #120903;
    padding: 0.5rem 0.9rem;
    font-weight: 700;
    cursor: pointer;
}

.global-search-form:focus-within {
    border-color: rgba(255, 173, 77, 0.48);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.1);
}

.search-hero-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.search-hero-form input {
    min-height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    padding: 0 1rem;
}

.search-result-stack {
    display: grid;
    gap: 2rem;
}

.search-result-group h3 {
    margin: 0 0 1rem;
}

.search-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.search-result-card {
    display: grid;
    gap: 0.5rem;
    padding: 1.1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.search-result-card:focus-visible {
    outline: 2px solid var(--accent-strong);
    outline-offset: 3px;
}

.search-result-thumb {
    margin: 0 0 0.15rem;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.search-result-kind {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.search-license-visual {
    aspect-ratio: 4 / 3;
    background: #0b2239;
}

.search-license-visual .license-visual {
    grid-template-rows: minmax(56px, 0.3fr) minmax(0, 0.7fr);
}

.search-license-visual .license-visual-head,
.search-license-visual .license-visual-body {
    padding: 12px 14px;
}

.search-license-visual .license-visual-head img {
    width: min(42%, 140px);
    height: auto;
}

.search-license-visual .license-visual-body > strong {
    font-size: clamp(1.15rem, 2.2vw, 1.75rem);
}

.search-result-card p {
    margin: 0;
    color: var(--muted);
}

.aplium-hls-hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #020914;
    color: #fff;
}

.aplium-hls-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aplium-landing-shell {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 1.5rem clamp(1rem, 4vw, 4rem) clamp(2rem, 5vw, 4rem);
}

.aplium-glass-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    border-radius: 1rem;
    background: rgba(2, 9, 20, 0.48);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.16);
}

.aplium-nav-logo {
    display: inline-flex;
    width: 10rem;
    height: 3rem;
}

.aplium-nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aplium-nav-links {
    display: flex;
    gap: 2rem;
    color: rgba(255, 255, 255, 0.78);
}

.aplium-nav-cta,
.aplium-btn-primary {
    background: #fff;
    color: #07111f;
}

.aplium-nav-cta {
    padding: 0.65rem 1.35rem;
    border-radius: 0.7rem;
    font-weight: 700;
}

.aplium-hero-content {
    max-width: 760px;
    margin-top: auto;
}

.aplium-kicker {
    color: var(--accent);
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.aplium-hero-content h1 {
    margin: 0 0 1rem;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.065em;
    font-weight: 500;
}

.aplium-hero-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.35rem, 1.3vw, 0.9rem);
}

.aplium-hero-title-line {
    display: block;
}

.aplium-hero-title-logo-wrap {
    display: block;
    width: min(100%, 420px);
    margin-left: clamp(0.1rem, 0.45vw, 0.5rem);
}

.aplium-hero-title-logo {
    display: block;
    width: 100%;
    height: auto;
}

.aplium-hero-copy {
    max-width: 620px;
    color: #d8e1ea;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.aplium-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.aplium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.6rem;
    border-radius: 0.75rem;
    font-weight: 800;
}

.aplium-btn-glass {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(2, 9, 20, 0.36);
    backdrop-filter: blur(8px);
}

.aplium-hero-tag {
    position: absolute;
    right: clamp(1rem, 4vw, 4rem);
    bottom: clamp(2rem, 5vw, 4rem);
    padding: 0.9rem 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    background: rgba(2, 9, 20, 0.42);
    backdrop-filter: blur(8px);
    color: #fff;
}

@media (max-width: 900px) {
    .aplium-hero-title-logo-wrap {
        width: min(100%, 320px);
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .aplium-hero-title {
        gap: 0.5rem;
    }

    .aplium-hero-title-logo-wrap {
        width: min(92vw, 260px);
    }
}

.product-zoom-trigger {
    position: relative;
    border: 0;
    cursor: zoom-in;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-zoom-trigger:hover {
    box-shadow: inset 0 0 0 0.45rem #fff, 0 24px 60px rgba(0, 0, 0, 0.26);
}

.product-zoom-hint {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(5, 11, 20, 0.78);
    color: #fff;
    font-size: 0.82rem;
}

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

.product-thumb {
    aspect-ratio: 1 / 0.8;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem;
    cursor: pointer;
}

.product-thumb.is-active {
    border-color: var(--accent);
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.viewer-open {
    overflow: hidden;
}

.product-image-viewer[hidden] {
    display: none;
}

.product-image-viewer {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.product-image-viewer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 9, 20, 0.88);
    backdrop-filter: blur(8px);
}

.product-image-viewer-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1100px);
    max-height: min(90vh, 820px);
    display: grid;
    gap: 0.75rem;
    place-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.25rem;
    background: #fff;
    color: var(--surface-text);
}

.product-image-viewer-dialog img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
}

.viewer-close {
    justify-self: end;
    border: 0;
    border-radius: 999px;
    background: #07111f;
    color: #fff;
    padding: 0.55rem 0.85rem;
    cursor: pointer;
}

.breadcrumb-band {
    border-bottom: 1px solid rgba(11, 17, 32, 0.1);
    background: #f8fafc;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin: 0;
    padding: 0.95rem 0;
    list-style: none;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 600;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.breadcrumb-item:not(:last-child)::after {
    content: "›";
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1;
}

.breadcrumb-item a {
    color: #334155;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--link-hover);
    text-decoration: none;
}

.breadcrumb-item.is-current span {
    color: #0b1220;
    font-weight: 700;
}

@media (max-width: 980px) {
    .hero-grid,
    .store-hero-grid,
    .store-catalog-hero-grid,
    .store-buying-guide,
    .store-shop-section-head,
    .product-hero-grid,
    .category-hero-grid,
    .split-grid,
    .cart-layout,
    .footer-grid,
    .card-grid,
    .trust-grid,
    .commerce-path-grid,
    .guidance-grid,
    .decision-grid,
    .cta-panel,
    .detail-grid,
    .form-grid,
    .compact-grid,
    .quick-grid,
    .simple-choice-grid,
    .store-filter-top,
    .category-playbook-grid,
    .decision-grid-product,
    .product-knowledge-grid,
    .b2b-hero-grid,
    .b2b-split-panel,
    .b2b-card-grid,
    .b2b-architecture-grid,
    .b2b-decision-band,
    .b2b-closing-cta,
    .b2b-review-panel,
    .b2b-check-grid,
    .b2b-pillars-grid {
        grid-template-columns: 1fr;
    }

    .b2b-hero {
        padding: 3.2rem 0 2.6rem;
    }

    .b2b-hero-copy h1 {
        max-width: 15ch;
        font-size: clamp(2.35rem, 11vw, 4.1rem);
    }

    .b2b-product-visual,
    .b2b-doc-visual {
        min-height: 340px;
    }

    .b2b-doc-visual img {
        width: min(52%, 260px);
    }

    .b2b-sticky-copy {
        position: static;
    }

    .b2b-sticky-copy h2 {
        max-width: none;
    }

    .b2b-decision-band,
    .b2b-closing-cta,
    .b2b-review-panel {
        align-items: stretch;
    }

    .b2b-decision-band .btn,
    .b2b-closing-cta .btn {
        width: 100%;
    }

    .product-detail-tabs {
        position: static;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        border-radius: 1.25rem;
    }

    .product-detail-tabs a {
        white-space: nowrap;
    }

    .product-knowledge-card-main {
        grid-row: auto;
    }

    .product-knowledge-card p,
    .faq-stack .rich-copy p {
        text-align: left;
    }

    .manual-lead-item {
        grid-template-columns: 1fr;
    }

    .manual-lead-form,
    .manual-lead-form .btn {
        width: 100%;
    }

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

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

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

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

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

    .store-family-hero-copy {
        width: 100%;
    }

    .store-hybrid-grid {
        grid-template-columns: 1fr;
    }

    .store-architecture-grid {
        grid-template-columns: 1fr;
    }

    .store-configurator-grid {
        grid-template-columns: 1fr;
    }

    .store-configurator-chips {
        gap: 0.45rem;
    }

    .choice-chip {
        flex: 1 1 auto;
    }

    .header-shell {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        min-height: 4.2rem;
        padding: 0.55rem 0.85rem;
    }

    .brand-logo-frame {
        width: 8.7rem;
        height: 2.65rem;
    }

    .header-mobile-controls {
        display: inline-flex;
    }

    .main-nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
    }

    .header-actions {
        width: 100%;
        grid-column: 1 / -1;
        display: none;
    }

    .site-header.is-nav-open .main-nav {
        display: grid;
        gap: 0.35rem;
        padding: 0.6rem 0 0.2rem;
    }

    .header-actions {
        display: flex;
        padding: 0.6rem 0 0.25rem;
        max-width: none;
    }

    .nav-item-has-menu > summary,
    .nav-link {
        width: 100%;
        justify-content: space-between;
        min-height: 2.95rem;
        padding: 0 0.9rem;
        font-size: 1rem;
        background: rgba(255, 255, 255, 0.045);
    }

    .nav-dropdown {
        position: static;
        width: 100%;
        margin: 0.35rem 0 0.2rem;
        transform: none;
        box-shadow: none;
        background: rgba(5, 14, 25, 0.72);
    }

    .nav-dropdown::before {
        content: none;
    }

    .global-search-form {
        width: auto;
        min-width: 0;
        flex: 1 1 0;
    }

    .hero h1,
    .page-hero h1 {
        max-width: none;
    }

    .category-hero-visual {
        justify-self: start;
        min-height: 300px;
    }

    .store-filter-grid,
    .store-filter-panel,
    .product-facts div {
        grid-template-columns: 1fr;
    }

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

    .store-filter-panel {
        align-items: stretch;
    }

    .store-sort-form {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
    }

    .store-shop-section-head {
        align-items: stretch;
    }

    .store-shop-section-head .btn {
        width: 100%;
    }

    .store-hero-search div {
        grid-template-columns: 1fr;
    }

    .store-hero-search button {
        width: 100%;
    }

    .store-filter-top .btn {
        width: 100%;
        min-width: 0;
    }

    .cta-simple,
    .product-actions,
    .product-compact-meta {
        align-items: stretch;
        flex-direction: column;
    }

    .store-filter-actions,
    .store-results-bar,
    .pagination-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .product-buy-card {
        position: static;
    }

    .video-hero-shell {
        padding: 1.5rem 3rem 3rem;
    }
}

@media (max-width: 640px) {
    .store-family-grid {
        grid-template-columns: 1fr;
    }

    .store-featured-grid {
        grid-template-columns: 1fr;
    }

    .store-family-card-premium {
        min-height: auto;
    }

    .store-shop-metrics {
        grid-template-columns: 1fr;
    }

    .cart-lines-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .product-actions-dual,
    .product-card-price-row {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .product-card-price-row {
        display: grid;
    }

    .product-card-price-row strong {
        text-align: left;
    }

    .product-results-grid {
        grid-template-columns: 1fr;
    }

    .collection-cards-grid {
        grid-template-columns: 1fr;
    }

    .related-families-grid {
        grid-template-columns: 1fr;
    }

    .b2b-hero-copy h1 {
        letter-spacing: -0.045em;
    }

    .b2b-hero-copy p,
    .b2b-sticky-copy p,
    .b2b-split-panel p,
    .b2b-decision-band p,
    .b2b-closing-cta p,
    .b2b-review-panel p,
    .b2b-hero-aside p {
        font-size: 1rem;
        line-height: 1.68;
    }

    .b2b-product-visual {
        min-height: 300px;
        border-radius: 1.35rem;
    }

    .b2b-product-visual figcaption {
        position: static;
        margin: 0 1rem 1rem;
    }

    .b2b-doc-visual {
        min-height: 300px;
    }

    .b2b-pillars-grid article,
    .b2b-card,
    .b2b-step-stack article {
        padding: 1rem;
    }

    .b2b-badge-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .b2b-badge-row span {
        white-space: nowrap;
    }

    .product-card {
        padding: 1rem;
        gap: 0.9rem;
    }

    .product-card-summary {
        -webkit-line-clamp: 4;
    }

    .product-actions-dual {
        grid-template-columns: 1fr;
    }

    .store-buying-steps {
        grid-template-columns: 1fr;
    }

    .cart-line-main {
        flex-direction: column;
    }

    .cart-line-product {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .cart-line-image {
        width: 70px;
    }

    .product-commercial-note {
        font-size: 0.82rem;
    }
}

@media (min-width: 1024px) {
    .video-hero-shell {
        padding: 1.5rem 4rem 4rem;
    }

    .video-hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: end;
    }

    .video-tag-wrap {
        justify-content: flex-end;
        margin-bottom: clamp(0.45rem, 1.2vh, 0.9rem);
    }

    .video-headline {
        font-size: clamp(3rem, 5.6vw, 5.9rem);
    }

    .video-ipecs-logo {
        width: clamp(16rem, 27vw, 22rem);
    }

    .video-subheading {
        max-width: 44rem;
        font-size: 1.08rem;
    }

    .video-tag {
        font-size: 2rem;
    }

    .video-tag-wrap {
        justify-content: flex-end;
    }
}

@media (min-width: 1280px) {
    .video-headline {
        font-size: clamp(3.4rem, 5.2vw, 6.1rem);
    }
}

/* === Cookie consent banner ============================================== */

.cookie-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 60;
    margin: 0 auto;
    width: min(calc(100% - 2rem), 68rem);
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    padding: 1.15rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
        linear-gradient(135deg, rgba(16, 26, 42, 0.96), rgba(8, 10, 15, 0.98)),
        rgba(12, 12, 12, 0.96);
    color: #f4f6fb;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.cookie-consent[hidden] {
    display: none !important;
}

.cookie-consent-shell {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 720px) {
    .cookie-consent-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 1.5rem;
    }
}

.cookie-consent-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    letter-spacing: 0.02em;
}

.cookie-consent-body {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(244, 246, 251, 0.88);
}

.cookie-consent-body a {
    color: #ff8a3d;
    text-decoration: underline;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.cookie-consent-actions .btn {
    flex: 1 1 auto;
    min-width: 8rem;
    justify-content: center;
}

.cookie-consent-button {
    border-radius: 999px;
    min-height: 2.8rem;
    box-shadow: none;
    font-weight: 800;
}

.cookie-consent-button-accept,
.cookie-consent-button-save {
    border-color: rgba(255, 138, 61, 0.9);
    background: linear-gradient(135deg, #ff7c28, #ffb052);
    color: #07111f;
}

.cookie-consent-button-reject {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.cookie-consent-button-configure {
    border-color: rgba(255, 255, 255, 0.28);
    background: transparent;
    color: #f4f6fb;
}

.cookie-consent-button:hover,
.cookie-consent-button:focus-visible {
    background: rgba(255, 138, 61, 0.24);
    color: #fff;
}

.cookie-consent-button-accept:hover,
.cookie-consent-button-accept:focus-visible,
.cookie-consent-button-save:hover,
.cookie-consent-button-save:focus-visible {
    color: #07111f;
    filter: brightness(1.08);
}

.cookie-consent-options {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-consent-options[hidden] {
    display: none !important;
}

.cookie-consent-option {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.055);
    margin: 0;
}

.cookie-consent-option legend {
    padding: 0 0.4rem;
    font-weight: 600;
    color: #f4f6fb;
}

.cookie-consent-option p {
    margin: 0.4rem 0 0.6rem;
    font-size: 0.85rem;
    color: rgba(244, 246, 251, 0.78);
    line-height: 1.45;
}

.cookie-consent-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.cookie-consent-toggle input[disabled] {
    accent-color: #ff8a3d;
}

.cookie-consent-options-actions {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 719px) {
    .cookie-consent {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
        width: calc(100% - 1.5rem);
        max-height: calc(100vh - 1.5rem);
        max-height: calc(100dvh - 1.5rem);
        padding: 1rem;
        border-radius: 18px;
    }

    .cookie-consent-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .store-filter-panel {
        display: grid;
        padding: 0.85rem 0.75rem;
    }

    .store-sort-form {
        grid-template-columns: 1fr auto;
    }

    .store-sort-form label {
        grid-column: 1 / -1;
    }

    .store-sort-form select {
        min-width: 0;
    }
}

.cookie-consent-reopen {
    display: none !important;
}

.cookie-consent-reopen[hidden] {
    display: none !important;
}

.cookie-consent-reopen:hover,
.cookie-consent-reopen:focus-visible {
    background: rgba(255, 138, 61, 0.18);
    border-color: rgba(255, 138, 61, 0.7);
    color: #fff;
}

/* Solutions single-page redesign */
.solutions-page {
    --aplium-bg: #f5f5f7;
    --aplium-surface: #ffffff;
    --aplium-ink: #101114;
    --aplium-muted: #6f7480;
    --aplium-line: rgba(16, 17, 20, 0.10);
    --aplium-dark: #050608;
    --aplium-dark-soft: #14171d;
    --aplium-accent: #2f6bff;
    background: var(--aplium-bg);
    color: var(--aplium-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "Segoe UI", system-ui, sans-serif;
    overflow: clip;
}

.solutions-page * {
    box-sizing: border-box;
}

.solutions-container {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.solutions-hero {
    min-height: max(640px, 80vh);
    display: flex;
    align-items: center;
    padding: clamp(18px, 2.2vh, 30px) 0 clamp(72px, 8vh, 116px);
    background:
        radial-gradient(circle at 80% 18%, rgba(47, 107, 255, 0.10), transparent 30%),
        radial-gradient(circle at 18% 92%, rgba(16, 17, 20, 0.045), transparent 32%),
        linear-gradient(135deg, #f8f8fa 0%, #f0f1f5 100%);
}

.solutions-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
    gap: clamp(44px, 6vw, 88px);
    align-items: center;
}

.solutions-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d9691f;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.solutions-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.8;
}

.solutions-hero-copy h1,
.solutions-section-head h2,
.solutions-final-card h2 {
    margin: 16px 0 0;
    color: var(--aplium-ink);
    letter-spacing: -0.032em;
    line-height: 0.98;
    font-weight: 750;
}

.solutions-hero-copy h1 {
    max-width: 19ch;
    font-size: clamp(2.75rem, 4.85vw, 5.25rem);
    line-height: 0.99;
    font-weight: 620;
}

.solutions-hero-text {
    max-width: 690px;
    margin-top: 28px;
    color: #4a505b;
    font-size: clamp(1.12rem, 1.45vw, 1.34rem);
    line-height: 1.58;
}

.solutions-hero-text p,
.solutions-section-head p,
.solutions-final-card p,
.solutions-sector-card p,
.solutions-case-copy dd,
.solutions-recommendation p {
    text-wrap: pretty;
}

.solutions-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

.solutions-btn,
.solutions-link-subtle {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.solutions-btn {
    padding: 0 24px;
    border: 1px solid transparent;
}

.solutions-btn-primary {
    color: #fff;
    background: var(--aplium-dark);
    box-shadow: 0 18px 44px rgba(5, 6, 8, 0.22);
}

.solutions-btn-secondary {
    color: var(--aplium-ink);
    background: rgba(255, 255, 255, 0.72);
    border-color: var(--aplium-line);
    backdrop-filter: blur(16px);
}

.solutions-link-subtle {
    padding: 0 4px;
    color: #303640;
    text-underline-offset: 5px;
}

.solutions-btn:hover,
.solutions-btn:focus-visible,
.solutions-link-subtle:hover,
.solutions-link-subtle:focus-visible {
    transform: translateY(-2px);
}

.solutions-btn:focus-visible,
.solutions-link-subtle:focus-visible,
.solutions-chip:focus-visible,
.solutions-sector-card a:focus-visible,
.solutions-recommendation-routes a:focus-visible {
    outline: 3px solid rgba(47, 107, 255, 0.48);
    outline-offset: 4px;
}

.solutions-microcopy {
    margin: 20px 0 0;
    color: var(--aplium-muted);
    font-size: 0.94rem;
    letter-spacing: 0.01em;
}

.solutions-product-stage {
    --stage-x: 0px;
    --stage-y: 0px;
    position: relative;
    min-height: clamp(500px, 42vw, 610px);
    margin: 0;
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(234, 237, 243, 0.78)),
        radial-gradient(circle at 50% 102%, rgba(5, 6, 8, 0.12), transparent 44%);
    border: 1px solid rgba(16, 17, 20, 0.08);
    box-shadow: 0 34px 90px rgba(27, 31, 38, 0.16);
    overflow: hidden;
    opacity: 0;
    transform: translate3d(var(--stage-x), var(--stage-y), 0);
    transition: transform 420ms cubic-bezier(.2, .8, .2, 1);
}

.solutions-product-stage::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 8%;
    height: 20px;
    border-radius: 50%;
    background: rgba(5, 6, 8, 0.12);
    filter: blur(22px);
    opacity: 0.48;
}

.solutions-stage-light {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.95), transparent 24%),
        radial-gradient(circle at 78% 28%, rgba(47, 107, 255, 0.10), transparent 28%);
    pointer-events: none;
}

.solutions-product-showcase {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(16px, 2vw, 24px);
    padding: clamp(22px, 3vw, 38px);
    padding-bottom: clamp(64px, 5vw, 78px);
    opacity: 0;
    transform: translateY(28px) scale(0.96);
}

.solutions-product-tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 247, 250, 0.62)),
        radial-gradient(circle at 50% 100%, rgba(5, 6, 8, 0.09), transparent 45%);
    border: 1px solid rgba(16, 17, 20, 0.07);
    box-shadow: 0 22px 54px rgba(27, 31, 38, 0.10);
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.985);
    transition: opacity 700ms cubic-bezier(.2, .8, .2, 1), transform 700ms cubic-bezier(.2, .8, .2, 1), box-shadow 220ms ease;
}

.solutions-reveal.is-visible .solutions-product-tile {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.solutions-reveal.is-visible .solutions-product-tile:nth-child(2) {
    transition-delay: 90ms;
}

.solutions-reveal.is-visible .solutions-product-tile:nth-child(3) {
    transition-delay: 150ms;
}

.solutions-reveal.is-visible .solutions-product-tile:nth-child(4) {
    transition-delay: 210ms;
}

.solutions-product-tile-terminal {
    grid-row: 1 / span 2;
}

.solutions-product-tile span {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #20242c;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(16, 17, 20, 0.10);
    box-shadow: 0 12px 30px rgba(20, 23, 29, 0.10);
    backdrop-filter: blur(16px);
    font-size: 0.82rem;
    font-weight: 740;
}

.solutions-product-tile img {
    display: block;
    width: min(84%, 430px);
    height: auto;
    max-height: calc(100% - 62px);
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(5, 6, 8, 0.18));
}

.solutions-product-tile-terminal img {
    width: min(84%, 420px);
    max-height: calc(100% - 74px);
}

.solutions-product-tile-platform img {
    width: min(88%, 460px);
    max-height: calc(100% - 66px);
}

.solutions-product-tile-dect img {
    width: min(58%, 230px);
    max-height: calc(100% - 58px);
}

.solutions-product-caption {
    position: absolute;
    z-index: 3;
    left: clamp(24px, 3vw, 38px);
    right: clamp(24px, 3vw, 38px);
    bottom: clamp(18px, 2.4vw, 28px);
    margin: 0;
    color: rgba(16, 17, 20, 0.56);
    font-size: 0.92rem;
    line-height: 1.4;
}

.solutions-section {
    padding: clamp(78px, 9vw, 132px) 0;
    background: var(--aplium-bg);
}

.solutions-configurator-section,
.solutions-use-section {
    background: var(--aplium-surface);
}

.solutions-section-head {
    max-width: 820px;
    margin-bottom: clamp(32px, 5vw, 58px);
}

.solutions-section-head h2,
.solutions-final-card h2 {
    font-size: clamp(2.25rem, 4.4vw, 4.6rem);
}

.solutions-section-head p,
.solutions-final-card p {
    margin: 22px 0 0;
    color: var(--aplium-muted);
    font-size: clamp(1.04rem, 1.35vw, 1.22rem);
    line-height: 1.62;
}

.solutions-configurator {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 24px;
    align-items: start;
}

.solutions-config-steps,
.solutions-recommendation,
.solutions-sector-card,
.solutions-case,
.solutions-final-card {
    border: 1px solid var(--aplium-line);
    box-shadow: 0 24px 70px rgba(16, 17, 20, 0.08);
}

.solutions-config-steps {
    display: grid;
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 34px;
    background: #fff;
}

.solutions-configurator-status {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 22px;
    background: #f5f6f8;
    border: 1px solid rgba(16, 17, 20, 0.08);
}

.solutions-configurator-status div:first-child {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: var(--aplium-muted);
    font-size: 0.88rem;
}

.solutions-configurator-status strong {
    color: #d97a37;
    font-size: 1.02rem;
}

.solutions-configurator-progress-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(16, 17, 20, 0.08);
}

.solutions-configurator-progress-track span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #101114, #ff7a1a);
}

.solutions-config-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.solutions-config-field {
    display: grid;
    gap: 10px;
    color: var(--aplium-ink);
    font-size: 0.98rem;
    font-weight: 750;
}

.solutions-config-field select {
    width: 100%;
    min-height: 50px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(16, 17, 20, 0.14);
    border-radius: 16px;
    background: #fff;
    color: var(--aplium-ink);
    font: inherit;
    font-weight: 650;
}

.solutions-config-field select:focus-visible {
    outline: 3px solid rgba(47, 107, 255, 0.25);
    outline-offset: 2px;
    border-color: rgba(47, 107, 255, 0.55);
}

.solutions-config-grid .solutions-config-step {
    padding: 16px;
    border-radius: 22px;
    background: #f8f8fa;
    border: 1px solid rgba(16, 17, 20, 0.07);
}

.solutions-config-grid .solutions-config-step legend {
    margin-bottom: 12px;
}

.solutions-config-grid .solutions-config-step legend span {
    width: 26px;
    height: 26px;
}

.solutions-configurator-live {
    padding: 16px 18px;
    border-radius: 22px;
    color: rgba(16, 17, 20, 0.72);
    background: #f5f6f8;
    border: 1px solid rgba(16, 17, 20, 0.08);
}

.solutions-configurator-live strong {
    display: block;
    margin-bottom: 7px;
    color: #b8571f;
    font-size: 0.82rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.solutions-configurator-live p {
    margin: 0;
    line-height: 1.5;
}

.solutions-config-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.solutions-config-step legend {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: var(--aplium-ink);
    font-size: 1.02rem;
    font-weight: 750;
}

.solutions-config-step legend span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    background: var(--aplium-dark-soft);
    font-size: 0.76rem;
}

.solutions-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.solutions-chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(16, 17, 20, 0.12);
    background: #f7f7f9;
    color: #303640;
    font: inherit;
    font-weight: 680;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.solutions-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(16, 17, 20, 0.24);
}

.solutions-chip.is-active,
.solutions-chip.active {
    color: #fff;
    background: var(--aplium-dark);
    border-color: var(--aplium-dark);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.18),
        0 12px 24px rgba(16, 17, 20, 0.14);
}

.solutions-chip.is-active::before,
.solutions-chip.active::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.solutions-recommendation {
    position: sticky;
    top: 112px;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 34px;
    color: #f8fafc;
    background:
        radial-gradient(circle at 100% 0%, rgba(47, 107, 255, 0.28), transparent 32%),
        linear-gradient(145deg, #050608, #14171d);
    transition: filter 220ms ease, transform 220ms ease;
}

.solutions-recommendation.is-updated {
    animation: recommendationPulse 320ms ease;
}

.solutions-recommendation h3 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(1.55rem, 2.2vw, 2.15rem);
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.solutions-recommendation-context {
    display: inline-flex;
    width: fit-content;
    min-height: 36px;
    align-items: center;
    margin-top: 18px !important;
    padding: 0 13px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84) !important;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
    font-weight: 720;
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.solutions-recommendation p {
    margin: 18px 0 0;
    color: rgba(248, 250, 252, 0.72);
    line-height: 1.62;
}

.solutions-recommendation-routes {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.solutions-recommendation-products {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.solutions-recommendation-product {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    transition: transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.solutions-recommendation-product:hover,
.solutions-recommendation-product:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
}

.solutions-recommendation-product-type {
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.10);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.solutions-recommendation-product strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.18;
}

.solutions-recommendation-product span:last-child {
    color: rgba(248, 250, 252, 0.68);
    font-size: 0.9rem;
    line-height: 1.45;
}

.solutions-recommendation-routes a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    font-weight: 700;
    transition: transform 200ms ease, background 200ms ease;
}

.solutions-recommendation-routes a::after,
.solutions-sector-card a::after {
    content: "→";
    transition: transform 200ms ease;
}

.solutions-recommendation-routes a:hover {
    transform: translateX(2px);
    background: rgba(255, 255, 255, 0.13);
}

.solutions-recommendation-routes a:hover::after,
.solutions-sector-card a:hover::after {
    transform: translateX(4px);
}

.solutions-sector-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.solutions-sector-card {
    position: relative;
    overflow: hidden;
    min-height: 342px;
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.solutions-sector-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 16%, rgba(47, 107, 255, 0.08), transparent 36%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.solutions-sector-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 17, 20, 0.22);
    box-shadow: 0 28px 76px rgba(16, 17, 20, 0.10);
}

.solutions-sector-card:hover::before {
    opacity: 1;
}

.solutions-sector-card > * {
    position: relative;
    z-index: 1;
}

.solutions-sector-visual {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 22px;
    color: #101114;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 247, 0.74)),
        radial-gradient(circle at 28% 22%, rgba(47, 107, 255, 0.12), transparent 48%);
    border: 1px solid rgba(16, 17, 20, 0.10);
    box-shadow: 0 18px 44px rgba(16, 17, 20, 0.08);
}

.solutions-sector-icon {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.solutions-sector-card h3 {
    margin: 0;
    color: var(--aplium-ink);
    font-size: clamp(1.35rem, 1.9vw, 1.75rem);
    letter-spacing: -0.035em;
}

.solutions-sector-card p,
.solutions-sector-card li {
    color: var(--aplium-muted);
    line-height: 1.58;
}

.solutions-sector-card p {
    margin: 14px 0 22px;
}

.solutions-sector-card strong {
    color: var(--aplium-ink);
    font-size: 0.88rem;
}

.solutions-sector-card ul {
    display: grid;
    gap: 7px;
    margin: 10px 0 0;
    padding-left: 18px;
}

.solutions-sector-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    color: #8f4317;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 760;
    opacity: 0.86;
    transition: color 200ms ease, opacity 200ms ease, transform 200ms ease;
}

.solutions-sector-card a:hover,
.solutions-sector-card a:focus-visible {
    color: #6f2f0d;
    opacity: 1;
}

.solutions-use-section {
    overflow: hidden;
}

.solutions-case {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    margin-top: 24px;
    padding: clamp(24px, 5vw, 58px);
    border-radius: 38px;
    background: #fff;
}

.solutions-case::before {
    content: "";
    position: absolute;
    inset: 32px;
    border-radius: 28px;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(47, 107, 255, 0.14), transparent 32%),
        linear-gradient(rgba(16, 17, 20, 0.08), rgba(16, 17, 20, 0.08)) 50% 50% / 68% 1px no-repeat;
    opacity: 0.34;
}

.solutions-case > * {
    position: relative;
    z-index: 1;
}

.solutions-case-reverse {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.02fr);
}

.solutions-case-copy h3 {
    margin: 14px 0 22px;
    color: var(--aplium-ink);
    font-size: clamp(2rem, 3.45vw, 3.7rem);
    letter-spacing: -0.055em;
    line-height: 1;
}

.solutions-case-copy dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.solutions-case-copy dt {
    color: var(--aplium-ink);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.solutions-case-copy dd {
    margin: -6px 0 8px;
    color: var(--aplium-muted);
    line-height: 1.62;
}

.solutions-family-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 28px;
}

.solutions-family-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f4f5f7;
    border: 1px solid var(--aplium-line);
    color: #3b414b;
    font-size: 0.86rem;
    font-weight: 720;
}

.solutions-case-visual {
    min-height: 380px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 34%, rgba(47, 107, 255, 0.14), transparent 34%),
        linear-gradient(145deg, #f1f2f5, #ffffff);
    clip-path: inset(0 100% 0 0 round 30px);
    transition: clip-path 760ms cubic-bezier(.2,.8,.2,1);
}

.solutions-case-reverse .solutions-case-visual {
    clip-path: inset(0 0 0 100% round 30px);
}

.solutions-case.is-visible .solutions-case-visual {
    clip-path: inset(0 0 0 0 round 30px);
}

.solutions-case-visual img {
    display: block;
    width: min(78%, 410px);
    height: auto;
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 28px 34px rgba(5, 6, 8, 0.20));
    transform: translateX(-22px);
    opacity: 0;
    transition: transform 700ms cubic-bezier(.2,.8,.2,1), opacity 700ms ease;
}

.solutions-case-visual-pair {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.42fr);
    gap: clamp(8px, 2vw, 18px);
    padding: clamp(18px, 3vw, 28px);
}

.solutions-case-visual-pair .solutions-case-visual-phone {
    width: min(96%, 330px);
    max-height: 330px;
    justify-self: end;
}

.solutions-case-visual-pair .solutions-case-visual-dect {
    width: min(76%, 150px);
    max-height: 300px;
    justify-self: start;
}

.solutions-case-visual-wide img {
    width: min(92%, 720px);
    max-height: 300px;
}

.solutions-case.is-visible .solutions-case-visual img {
    transform: translateX(0);
    opacity: 1;
}

.solutions-case-reverse .solutions-case-visual img {
    transform: translateX(22px);
}

.solutions-case-visual span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.solutions-final-section {
    padding-top: 0;
}

.solutions-final-card {
    position: relative;
    min-height: 420px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 32px;
    align-items: center;
    padding: clamp(30px, 5vw, 68px);
    border-radius: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 22%, rgba(47, 107, 255, 0.24), transparent 28%),
        linear-gradient(145deg, #050608, #14171d);
    overflow: hidden;
}

.solutions-final-card h2,
.solutions-final-card p {
    color: inherit;
}

.solutions-final-card p {
    color: rgba(255, 255, 255, 0.72);
    max-width: 760px;
}

.solutions-final-card img {
    width: 220px;
    height: auto;
    align-self: end;
    filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.42));
}

.solutions-final-card .solutions-actions {
    grid-column: 1 / -1;
    margin-top: 0;
}

.solutions-final-card .solutions-btn-primary {
    background: #fff;
    color: #050608;
}

.solutions-final-card .solutions-btn-secondary,
.solutions-final-card .solutions-link-subtle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.solutions-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 680ms ease, transform 680ms cubic-bezier(.2,.8,.2,1);
}

.solutions-reveal.is-visible,
.solutions-hero .solutions-reveal {
    opacity: 1;
    transform: translateY(0);
}

.solutions-hero-copy {
    animation: none;
}

.solutions-hero-copy .solutions-kicker,
.solutions-hero-copy h1 {
    animation: solutionsHeroCopy 680ms cubic-bezier(.2,.8,.2,1) both;
}

.solutions-hero-copy .solutions-hero-text {
    animation: solutionsHeroCopy 680ms cubic-bezier(.2,.8,.2,1) 80ms both;
}

.solutions-hero-copy .solutions-actions,
.solutions-hero-copy .solutions-microcopy {
    animation: solutionsHeroCopy 680ms cubic-bezier(.2,.8,.2,1) 120ms both;
}

.solutions-product-stage {
    animation: solutionsHeroStageOpacity 820ms ease 120ms both;
}

.solutions-product-stage .solutions-product-showcase {
    animation: solutionsHeroProduct 820ms cubic-bezier(.2,.8,.2,1) 120ms both;
}

@keyframes solutionsHeroCopy {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes solutionsHeroProduct {
    from { opacity: 0; transform: translateY(28px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes solutionsHeroStageOpacity {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes recommendationPulse {
    0% { filter: blur(3px); transform: translateY(4px); }
    100% { filter: blur(0); transform: translateY(0); }
}

@media (max-width: 1080px) {
    .solutions-hero-grid,
    .solutions-configurator,
    .solutions-case,
    .solutions-case-reverse {
        grid-template-columns: 1fr;
    }

    .solutions-product-stage {
        min-height: 500px;
    }

    .solutions-product-showcase {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    }

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

    .solutions-recommendation {
        position: static;
    }

    .solutions-config-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .solutions-container {
        width: min(100% - 32px, 1240px);
    }

    .solutions-hero {
        min-height: auto;
        padding: 28px 0 68px;
    }

    .solutions-hero-grid {
        gap: 34px;
    }

    .solutions-hero-copy h1 {
        font-size: clamp(2.48rem, 11.2vw, 4.05rem);
        letter-spacing: -0.032em;
        line-height: 1;
    }

    .solutions-hero-text {
        margin-top: 22px;
        font-size: 1.04rem;
    }

    .solutions-actions {
        align-items: stretch;
    }

    .solutions-btn,
    .solutions-link-subtle {
        width: 100%;
    }

    .solutions-product-stage {
        min-height: auto;
        border-radius: 30px;
    }

    .solutions-product-showcase {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 14px;
        padding: 16px;
        padding-bottom: 14px;
    }

    .solutions-product-tile,
    .solutions-product-tile-terminal {
        grid-row: auto;
        min-height: 168px;
        border-radius: 24px;
    }

    .solutions-product-tile-terminal {
        min-height: 230px;
    }

    .solutions-product-tile span {
        top: 14px;
        left: 14px;
        min-height: 30px;
        padding-inline: 11px;
        font-size: 0.74rem;
    }

    .solutions-product-tile img {
        width: min(82%, 340px);
        max-height: 190px;
    }

    .solutions-product-tile-terminal img {
        width: min(88%, 380px);
        max-height: 238px;
    }

    .solutions-product-tile-platform img {
        width: min(86%, 330px);
        max-height: 166px;
    }

    .solutions-product-tile-dect img {
        width: min(58%, 190px);
        max-height: 180px;
    }

    .solutions-product-caption {
        position: static;
        padding: 0 18px 18px;
        margin-top: 2px;
    }

    .solutions-section {
        padding: 64px 0;
    }

    .solutions-section-head h2,
    .solutions-final-card h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .solutions-config-steps,
    .solutions-recommendation,
    .solutions-sector-card,
    .solutions-case,
    .solutions-final-card {
        border-radius: 26px;
    }

    .solutions-config-steps,
    .solutions-recommendation {
        padding: 20px;
    }

    .solutions-configurator-status,
    .solutions-configurator-live,
    .solutions-config-grid .solutions-config-step {
        border-radius: 18px;
    }

    .solutions-config-field select {
        min-height: 48px;
        border-radius: 14px;
    }

    .solutions-chip-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-inline: -4px;
        padding: 2px 4px 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .solutions-chip-grid::-webkit-scrollbar {
        display: none;
    }

    .solutions-chip {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-height: 46px;
        padding-inline: 17px;
    }

    .solutions-recommendation-products {
        gap: 8px;
    }

    .solutions-recommendation-product {
        padding: 14px;
        border-radius: 16px;
    }

    .solutions-sector-grid {
        grid-template-columns: 1fr;
    }

    .solutions-sector-card {
        min-height: auto;
    }

    .solutions-case {
        padding: 24px;
    }

    .solutions-case::before {
        inset: 24px;
        background: linear-gradient(rgba(16, 17, 20, 0.08), rgba(16, 17, 20, 0.08)) 50% 50% / 1px 70% no-repeat;
    }

    .solutions-case-copy h3 {
        font-size: clamp(1.9rem, 9vw, 2.75rem);
    }

    .solutions-case-visual {
        min-height: 300px;
    }

    .solutions-case-visual-pair {
        grid-template-columns: minmax(0, 1fr) minmax(80px, 0.42fr);
        padding: 18px;
    }

    .solutions-case-visual-pair .solutions-case-visual-phone {
        width: min(96%, 250px);
        max-height: 250px;
    }

    .solutions-case-visual-pair .solutions-case-visual-dect {
        width: min(80%, 112px);
        max-height: 236px;
    }

    .solutions-final-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .solutions-final-card img {
        width: min(210px, 62vw);
        justify-self: center;
        order: -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }

    .solutions-reveal,
    .solutions-case-visual img,
    .solutions-case-visual,
    .solutions-product-stage,
    .solutions-product-showcase {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
    }
}

/* iPECS equipment budget configurator */
.solutions-equipment-configurator {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(22px, 3vw, 34px);
    align-items: start;
}

.solutions-equipment-form,
.solutions-budget-panel {
    border: 1px solid var(--aplium-line);
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(16, 17, 20, 0.08);
}

.solutions-equipment-form {
    display: grid;
    gap: 18px;
    padding: clamp(22px, 3vw, 34px);
    background: #fff;
}

.solutions-equipment-configurator [hidden] {
    display: none !important;
}

.solutions-equipment-step {
    min-width: 0;
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(16, 17, 20, 0.08);
    border-radius: 24px;
    background: #f8f8fa;
}

.solutions-equipment-step legend,
.solutions-equipment-step h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--aplium-ink);
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 760;
}

.solutions-equipment-step legend span,
.solutions-equipment-step h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #fff;
    background: var(--aplium-dark-soft);
    font-size: 0.76rem;
    flex: 0 0 auto;
}

.solutions-equipment-step p {
    margin: -4px 0 14px;
    color: var(--aplium-muted);
    font-size: 0.96rem;
    line-height: 1.5;
}

.solutions-choice-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
}

.solutions-choice-grid-compact {
    gap: 9px;
}

.solutions-choice {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(16, 17, 20, 0.12);
    background: #fff;
    color: #303640;
    font: inherit;
    font-weight: 700;
    overflow-wrap: anywhere;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.solutions-inline-fieldset {
    display: grid;
    grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1.58fr);
    gap: 14px;
    align-items: end;
    min-width: 0;
    margin-top: 16px;
}

.solutions-mini-fieldset {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.solutions-equipment-step .solutions-mini-fieldset > legend {
    display: block;
    margin: 0 0 10px;
    color: var(--aplium-ink);
    font-size: 0.94rem;
    line-height: 1.35;
    font-weight: 720;
}

.solutions-nested-question {
    margin-top: 14px;
}

.solutions-choice:hover {
    transform: translateY(-1px);
    border-color: rgba(16, 17, 20, 0.24);
}

.solutions-choice:focus-visible,
.solutions-addon-card:focus-visible,
.solutions-equipment-field input:focus-visible,
.solutions-budget-line a:focus-visible {
    outline: 3px solid rgba(47, 107, 255, 0.28);
    outline-offset: 2px;
}

.solutions-choice.is-active,
.solutions-choice.active {
    color: #fff;
    background: var(--aplium-dark);
    border-color: var(--aplium-dark);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.18),
        0 12px 24px rgba(16, 17, 20, 0.14);
}

.solutions-choice.is-active::before,
.solutions-choice.active::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

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

.solutions-friendly-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

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

.solutions-addon-card {
    position: relative;
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 17px;
    border: 1px solid rgba(16, 17, 20, 0.10);
    border-radius: 22px;
    background: #fff;
    color: var(--aplium-ink);
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.solutions-addon-card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 2px solid rgba(16, 17, 20, 0.20);
    background: rgba(255, 255, 255, 0.72);
}

.solutions-addon-card strong {
    padding-right: 26px;
    font-size: 0.98rem;
    line-height: 1.2;
    font-weight: 800;
}

.solutions-addon-card span {
    color: var(--aplium-muted);
    font-size: 0.88rem;
    line-height: 1.38;
    font-weight: 560;
}

.solutions-addon-card:hover {
    transform: translateY(-2px);
    border-color: rgba(16, 17, 20, 0.20);
    box-shadow: 0 16px 34px rgba(16, 17, 20, 0.08);
}

.solutions-addon-card.is-active,
.solutions-addon-card.active {
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 122, 26, 0.22), transparent 38%),
        linear-gradient(145deg, #050608, #171a20);
    border-color: rgba(16, 17, 20, 0.86);
    box-shadow: 0 18px 40px rgba(16, 17, 20, 0.16);
}

.solutions-addon-card.is-active::after,
.solutions-addon-card.active::after {
    border-color: rgba(255, 255, 255, 0.72);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.solutions-addon-card.is-active span,
.solutions-addon-card.active span {
    color: rgba(255, 255, 255, 0.72);
}

.solutions-conditional-grid {
    margin-top: 14px;
}

.solutions-equipment-field {
    display: grid;
    gap: 8px;
    color: var(--aplium-ink);
    font-size: 0.94rem;
    font-weight: 720;
}

.solutions-equipment-field small {
    color: var(--aplium-muted);
    font-size: 0.8rem;
    font-weight: 560;
    line-height: 1.35;
}

.solutions-equipment-field input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(16, 17, 20, 0.14);
    border-radius: 16px;
    background: #fff;
    color: var(--aplium-ink);
    font: inherit;
    font-weight: 680;
}

.solutions-budget-panel {
    position: sticky;
    top: 112px;
    padding: clamp(24px, 3vw, 34px);
    color: #f8fafc;
    background:
        radial-gradient(circle at 100% 0%, rgba(47, 107, 255, 0.24), transparent 32%),
        linear-gradient(145deg, #050608, #14171d);
    transition: filter 220ms ease, transform 220ms ease;
}

.solutions-budget-panel.is-updated {
    animation: recommendationPulse 320ms ease;
}

.solutions-budget-panel h3 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(1.65rem, 2.3vw, 2.25rem);
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.solutions-budget-summary {
    display: inline-flex;
    width: fit-content;
    min-height: 36px;
    align-items: center;
    margin: 18px 0 0 !important;
    padding: 0 13px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84) !important;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.9rem;
    font-weight: 720;
}

.solutions-budget-lines {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.solutions-budget-line {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.solutions-budget-line-purchasable {
    border-color: rgba(255, 122, 26, 0.36);
}

.solutions-budget-line-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.solutions-budget-qty {
    display: inline-flex;
    min-width: 48px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 800;
}

.solutions-budget-line h4 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.22;
}

.solutions-budget-line h4 a {
    color: inherit;
    text-decoration: none;
}

.solutions-budget-line h4 a:hover {
    text-decoration: underline;
}

.solutions-budget-line p,
.solutions-budget-line small,
.solutions-budget-footnote,
.solutions-budget-warning,
.solutions-budget-error,
.solutions-budget-empty {
    color: rgba(248, 250, 252, 0.68);
}

.solutions-budget-line p,
.solutions-budget-line small {
    margin: 4px 0 0;
    line-height: 1.44;
}

.solutions-budget-reason {
    margin: 0 !important;
    font-size: 0.92rem;
}

.solutions-budget-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
}

.solutions-budget-status,
.solutions-budget-meta span,
.solutions-budget-meta strong {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 760;
}

.solutions-budget-meta strong {
    color: #fff;
    background: rgba(255, 122, 26, 0.20);
}

.solutions-budget-totals {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.solutions-budget-totals div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(248, 250, 252, 0.72);
}

.solutions-budget-totals div:last-child {
    color: #fff;
    font-size: 1.08rem;
}

.solutions-budget-warning,
.solutions-budget-error,
.solutions-budget-footnote {
    margin: 16px 0 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.solutions-budget-error {
    color: #ffd3c0;
}

.solutions-budget-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.solutions-budget-actions .solutions-btn {
    width: 100%;
}

.solutions-budget-actions .solutions-btn:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

@media (max-width: 1080px) {
    .solutions-equipment-configurator {
        grid-template-columns: 1fr;
    }

    .solutions-budget-panel {
        position: static;
    }
}

@media (max-width: 700px) {
    .solutions-equipment-form,
    .solutions-budget-panel {
        border-radius: 26px;
        padding: 20px;
    }

    .solutions-equipment-step {
        border-radius: 20px;
        padding: 16px;
    }

    .solutions-equipment-grid {
        grid-template-columns: 1fr;
    }

    .solutions-friendly-fields,
    .solutions-addon-grid {
        grid-template-columns: 1fr;
    }

    .solutions-inline-fieldset {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .solutions-choice-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        margin: 0;
        padding: 0;
        scroll-snap-type: none;
    }

    .solutions-choice-grid::-webkit-scrollbar {
        display: none;
    }

    .solutions-choice {
        width: 100%;
        min-width: 0;
        min-height: 46px;
        padding: 9px 7px;
        font-size: 0.875rem;
        line-height: 1.25;
        letter-spacing: 0;
        overflow-wrap: normal;
        word-break: normal;
        white-space: normal;
    }
}

/* Resources and training authority pages */
.resource-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.resource-filter {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    color: rgba(16, 17, 20, 0.74);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 17, 20, 0.10);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 720;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.resource-filter:hover,
.resource-filter:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(16, 17, 20, 0.24);
    background: #fff;
}

.resource-filter.is-active {
    color: #fff;
    background: #101114;
    border-color: #101114;
}

.resource-filter-tag {
    color: #884015;
}

.resource-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0 0;
}

.resource-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: rgba(16, 17, 20, 0.72);
    background: rgba(16, 17, 20, 0.055);
    font-size: 0.78rem;
    font-weight: 720;
}

.courses-hero,
.course-detail-hero {
    background:
        radial-gradient(circle at 86% 12%, rgba(47, 107, 255, 0.10), transparent 30%),
        linear-gradient(135deg, #f6f6f8, #ffffff);
}

.courses-hero-grid,
.course-detail-grid,
.course-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.courses-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.courses-hero-card,
.course-summary-card,
.course-content-card,
.course-card,
.course-module-card,
.course-close-card {
    border: 1px solid rgba(16, 17, 20, 0.10);
    box-shadow: 0 24px 70px rgba(16, 17, 20, 0.08);
}

.courses-hero-card,
.course-summary-card {
    padding: clamp(24px, 4vw, 38px);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
}

.courses-hero-card span,
.course-meta {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    color: #9a4b19;
    font-size: 0.8rem;
    font-weight: 820;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.courses-hero-card strong {
    display: block;
    color: #101114;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.courses-heading {
    max-width: 800px;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.course-card {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.course-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 17, 20, 0.22);
    box-shadow: 0 30px 78px rgba(16, 17, 20, 0.11);
}

.course-card img {
    display: block;
    width: 100%;
    aspect-ratio: 13 / 8;
    object-fit: cover;
    background: #f1f2f5;
}

.course-card-body {
    padding: 24px;
}

.course-card h3,
.course-content-card h2,
.course-close-card h2 {
    margin: 0;
    color: #101114;
    letter-spacing: -0.04em;
}

.course-card p,
.course-content-card p,
.course-close-card p,
.course-module-card p {
    color: #6f7480;
    line-height: 1.6;
}

.course-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
}

.course-price {
    color: #101114;
    font-size: 0.92rem;
    font-weight: 820;
}

.courses-empty {
    grid-column: 1 / -1;
}

.course-summary-card dl {
    display: grid;
    gap: 16px;
    margin: 0;
}

.course-summary-card div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(16, 17, 20, 0.08);
}

.course-summary-card div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.course-summary-card dt {
    color: #6f7480;
    font-weight: 720;
}

.course-summary-card dd {
    margin: 0;
    color: #101114;
    font-weight: 820;
    text-align: right;
}

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

.course-content-card {
    padding: clamp(24px, 4vw, 42px);
    border-radius: 32px;
    background: #fff;
}

.course-modules-list {
    display: grid;
    gap: 14px;
}

.course-module-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 20px;
    border-radius: 24px;
    background: #fff;
}

.course-module-card > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    color: #fff;
    background: #101114;
    font-size: 0.82rem;
    font-weight: 820;
}

.course-module-card h3 {
    margin: 0;
    color: #101114;
}

.course-module-card p {
    margin: 8px 0 0;
}

.course-module-card em {
    color: #6f7480;
    font-style: normal;
    font-weight: 720;
}

.course-close-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 20%, rgba(47, 107, 255, 0.22), transparent 28%),
        linear-gradient(145deg, #050608, #14171d);
}

.course-close-card h2,
.course-close-card p {
    color: inherit;
}

.course-close-card p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.72);
}

.course-close-card .btn-primary {
    flex: 0 0 auto;
    background: #fff;
    color: #050608;
}

@media (max-width: 900px) {
    .courses-hero-grid,
    .course-detail-grid,
    .course-content-grid,
    .courses-grid {
        grid-template-columns: 1fr;
    }

    .course-close-card,
    .course-module-card {
        grid-template-columns: 1fr;
    }

    .course-close-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .resource-filter-bar {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }

    .resource-filter {
        flex: 0 0 auto;
    }
}

/* Store and checkout: ordered product-first experience */
.store-body {
    background: #f3f5f7;
    color: #111827;
}

.store-body main {
    background: #f3f5f7;
}

.store-body main :is(a, button, input, select, textarea):focus-visible {
    outline: 3px solid #a94700;
    outline-offset: 3px;
}

.store-body .eyebrow {
    color: #a94700;
    letter-spacing: 0;
}

.store-body .btn {
    border-radius: 6px;
}

.store-page h1,
.store-page h2,
.store-page h3,
.product-page h1,
.product-page h2,
.product-page h3,
.checkout-shell h1,
.checkout-shell h2,
.checkout-shell h3 {
    color: #111827;
    letter-spacing: 0;
}

.store-entry-section {
    padding: 42px 0 48px;
    background: #ffffff;
    border-bottom: 1px solid #e2e6ea;
}

.store-entry-heading,
.store-section-heading,
.store-family-intro > .container,
.checkout-heading-row,
.store-support-band > .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.store-entry-heading {
    margin-bottom: 28px;
}

.store-entry-heading h1 {
    margin: 5px 0 8px;
    font-size: 3.25rem;
    line-height: 1;
}

.store-entry-heading p,
.store-family-intro p,
.store-section-heading p,
.store-support-band p,
.checkout-heading-row p {
    margin: 0;
    color: #5d6672;
    line-height: 1.6;
}

.store-entry-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.store-entry-actions > span {
    color: #66717f;
    font-size: 0.88rem;
    font-weight: 700;
}

.store-entry-actions .btn-secondary,
.store-family-intro .btn-secondary {
    border-color: #cbd2d8;
    background: #ffffff;
    color: #1d2732;
}

.store-entry-actions .btn-secondary:hover,
.store-entry-actions .btn-secondary:focus-visible,
.store-family-intro .btn-secondary:hover,
.store-family-intro .btn-secondary:focus-visible {
    border-color: #1d2732;
    background: #1d2732;
    color: #ffffff;
}

.store-body .store-family-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.store-body .store-family-card-premium {
    display: flex;
    min-height: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.store-body .store-family-card-premium:hover,
.store-body .store-family-card-premium:focus-visible {
    transform: translateY(-2px);
    border-color: #ef7b2d;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.11);
}

.store-body .store-family-visual {
    width: 100%;
    height: 164px;
    flex: 0 0 164px;
    border: 0;
    border-bottom: 1px solid #e7eaed;
    border-radius: 0;
    background: #f8f9fa;
    box-shadow: none;
}

.store-body .store-family-visual img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.store-family-card-content {
    display: flex;
    height: 100%;
    padding: 16px 18px 18px;
    flex-direction: column;
}

.store-family-card-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.store-body .store-family-card-premium .store-family-card-heading span {
    min-height: 0;
    flex: 0 0 auto;
    color: #66717e;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-body .store-family-card-premium h2 {
    min-height: 0;
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.08;
}

.store-body .store-family-card-premium p {
    min-height: 4.4em;
    margin: 0;
    color: #5f6975;
    font-size: 0.92rem;
    line-height: 1.48;
}

.store-family-card-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 12px;
    margin: 14px 0;
    padding: 11px 0;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #eceff1;
    list-style: none;
}

.store-family-card-content li {
    color: #46515e;
    font-size: 0.79rem;
    font-weight: 700;
}

.store-family-card-content strong {
    margin-top: auto;
    color: #c95100;
    font-size: 0.9rem;
}

.store-featured-section,
.product-related-section {
    padding: 46px 0;
    background: #f3f5f7;
}

.store-section-heading {
    margin-bottom: 20px;
}

.store-section-heading h2 {
    margin: 4px 0 0;
    font-size: 2rem;
    line-height: 1.12;
}

.store-section-heading > a,
.store-section-heading a {
    color: #c95100;
    font-weight: 800;
}

.store-catalog-section {
    padding: 46px 0 60px;
    background: #f7f8f9;
}

.store-catalog-heading {
    align-items: end;
}

.store-catalog-heading > p {
    max-width: 480px;
    text-align: right;
}

.store-body .store-featured-grid,
.store-body .product-results-grid,
.product-cross-sell-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.store-body .product-card {
    display: flex;
    min-height: 100%;
    padding: 12px;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.store-body .product-card:hover {
    transform: translateY(-2px);
    border-color: #ef7b2d;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.store-body .product-image-link,
.store-body .product-image {
    border-radius: 6px;
}

.store-body .product-image {
    min-height: 0;
    aspect-ratio: 1.12 / 1;
    padding: 0;
    border: 1px solid #e5e9ec;
    background: #fafbfb;
    box-shadow: none;
}

.store-body .product-image img {
    padding: 18px;
}

.store-body .product-card-body {
    display: grid;
    min-height: 112px;
    padding: 16px 2px 12px;
    gap: 8px;
    align-content: start;
}

.store-body .product-card-title {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.32;
}

.store-body .product-card-title a {
    color: #121820;
}

.store-body .product-card-summary {
    margin: 0;
    color: #69737f;
    font-size: 0.86rem;
    line-height: 1.45;
    -webkit-line-clamp: 2;
}

.store-body .product-card-footer {
    display: grid;
    gap: 12px;
    margin-top: auto;
}

.store-body .product-card-price-row {
    display: flex;
    padding-top: 13px;
    align-items: end;
    justify-content: space-between;
    border-top: 1px solid #e6eaed;
}

.store-body .product-card-price-row span {
    color: #77818d;
    font-size: 0.72rem;
    letter-spacing: 0;
}

.store-body .product-card-price-row strong {
    color: #111827;
    font-size: 1.22rem;
}

.store-body .product-card-buy-btn {
    width: 100%;
    min-height: 44px;
    border: 1px solid #f57921 !important;
    border-radius: 6px;
    background: #f57921 !important;
    color: #17100a !important;
    font-weight: 850;
}

.store-support-band {
    padding: 38px 0;
    background: #121820;
}

.store-support-band h2,
.store-support-band p {
    color: #ffffff;
}

.store-support-band h2 {
    margin: 5px 0 6px;
    font-size: 1.75rem;
}

.store-support-band p {
    color: #bcc5cf;
}

.store-support-band .btn-primary {
    flex: 0 0 auto;
}

.store-family-intro {
    padding: 34px 0 28px;
    background: #ffffff;
    border-bottom: 1px solid #e3e7ea;
}

.store-family-intro > .container {
    align-items: center;
}

.store-family-intro h1 {
    margin: 5px 0 8px;
    font-size: 2.75rem;
    line-height: 1.05;
}

.store-family-intro p {
    max-width: 760px;
}

.store-series-section {
    padding: 32px 0 40px;
    background: #ffffff;
    border-bottom: 1px solid #e3e7ea;
}

.store-series-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.store-series-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 132px;
    gap: 14px;
    padding: 12px;
    align-items: center;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
}

.store-series-card:hover,
.store-series-card:focus-visible {
    border-color: #ef7b2d;
    color: #111827;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.store-series-image {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
    background: #f7f8f9;
}

.store-series-image img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.store-series-card span {
    color: #c95100;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.store-series-card h3 {
    margin: 4px 0 5px;
    font-size: 1rem;
}

.store-series-card p {
    margin: 0;
    color: #69737f;
    font-size: 0.8rem;
    line-height: 1.4;
}

.store-family-guide {
    padding: 42px 0;
    background: #ffffff;
    border-top: 1px solid #e3e7ea;
}

.store-family-guide > .container {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1fr) auto;
    gap: 32px;
    align-items: center;
}

.store-family-guide h2 {
    margin: 4px 0 8px;
    font-size: 1.7rem;
}

.store-family-guide p,
.store-family-guide ul {
    color: #5f6975;
    line-height: 1.55;
}

.store-family-guide p {
    margin: 0;
}

.store-family-guide ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}

.store-body .store-filter-panel {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    align-items: start;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.store-body .store-filter-disclosure summary {
    min-height: 44px;
    border: 1px solid #ccd3d9;
    border-radius: 6px;
    background: #ffffff;
}

.store-body .store-filter-disclosure[open] {
    grid-column: 1 / -1;
    padding: 0;
}

.store-body .store-filter-disclosure[open] summary {
    border-color: #ef7b2d;
    background: #fff8f3;
}

.store-advanced-filter-form {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
    padding: 16px;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
}

.store-advanced-filter-form label {
    display: grid;
    gap: 6px;
}

.store-advanced-filter-form label > span,
.store-body .store-sort-form label {
    color: #4d5864;
    font-size: 0.73rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.store-advanced-filter-form select,
.store-body .store-sort-form select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ccd3d9;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    padding: 0 34px 0 10px;
    font: inherit;
}

.store-advanced-filter-form .store-filter-actions {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: 10px;
}

.store-body .store-filter-reset {
    min-height: 44px;
    border-radius: 6px;
}

.store-body .store-sort-form {
    display: grid;
    grid-template-columns: auto minmax(190px, 1fr) auto;
    gap: 8px;
    align-items: center;
}

.store-body .store-sort-form button {
    min-height: 44px;
    border-radius: 6px;
    background: #161d26;
}

.store-body .store-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    color: #69737f;
}

.store-body .store-results-bar p {
    margin: 0;
}

.store-body .store-results-bar a {
    color: #c95100;
    font-size: 0.84rem;
    font-weight: 750;
}

/* Product detail */
.product-purchase-section {
    padding: 36px 0 58px;
    background: #ffffff;
    border-bottom: 1px solid #e2e6ea;
}

.product-page [id] {
    scroll-margin-top: 112px;
}

.product-purchase-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    gap: clamp(44px, 5vw, 76px);
    align-items: start;
}

.product-gallery {
    min-width: 0;
}

.store-body .product-detail-image {
    display: grid;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.2 / 1;
    margin: 0;
    padding: 28px;
    place-items: center;
    border: 1px solid #dfe4e8;
    border-radius: 16px;
    background: #f8fafb;
    box-shadow: none;
    cursor: zoom-in;
}

.store-body .product-detail-image:hover {
    border-color: #cbd2d8;
    box-shadow: 0 22px 54px rgba(17, 24, 39, 0.08);
}

.store-body .product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* License covers: documented identifiers replace ambiguous stock/product imagery. */
.license-visual {
    display: grid;
    width: 100%;
    height: 100%;
    min-width: 0;
    grid-template-rows: minmax(64px, 0.32fr) minmax(0, 0.68fr);
    overflow: hidden;
    border-radius: inherit;
    background: #0b2239;
    color: #ffffff;
    text-align: left;
}

.license-visual-head {
    display: flex;
    min-width: 0;
    padding: clamp(12px, 1.4vw, 18px);
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #f57921;
    color: #111827;
}

.store-body .product-image .license-visual-head img,
.store-body .product-detail-image .license-visual-head img {
    width: min(48%, 156px);
    height: auto;
    padding: 0;
    object-fit: contain;
}

.license-visual-head span {
    min-width: 0;
    color: #111827;
    font-size: clamp(0.72rem, 1.1vw, 0.9rem);
    font-weight: 900;
    letter-spacing: 0.04em;
    overflow-wrap: anywhere;
}

.license-visual-body {
    display: flex;
    min-width: 0;
    padding: clamp(14px, 1.65vw, 22px);
    flex-direction: column;
    align-items: flex-start;
    background: #0b2239;
}

.license-visual-kind {
    color: #ff9b57;
    font-size: clamp(0.62rem, 0.8vw, 0.72rem);
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.license-visual-body > strong {
    max-width: 100%;
    margin-top: 4px;
    color: #ffffff;
    font-size: clamp(1.25rem, 2vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.license-visual-body > p {
    display: -webkit-box;
    margin: 8px 0 12px;
    overflow: hidden;
    color: #dbe5ed;
    font-size: clamp(0.7rem, 0.84vw, 0.82rem);
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.license-visual-identifiers {
    display: grid;
    width: 100%;
    min-width: 0;
    margin: auto 0 0;
    padding: 10px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.license-visual-identifiers div {
    min-width: 0;
}

.license-visual-identifiers dt,
.license-visual-identifiers dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.license-visual-identifiers dt {
    color: #9fb2c5;
    font-size: clamp(0.53rem, 0.62vw, 0.62rem);
    font-weight: 750;
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
}

.license-visual-identifiers dd {
    margin-top: 3px;
    color: #ffffff;
    font-size: clamp(0.64rem, 0.78vw, 0.76rem);
    font-weight: 800;
    line-height: 1.25;
}

.store-body .license-card-media {
    border-color: #d4dbe1;
    background: #0b2239;
}

.store-body .license-product-detail-visual {
    padding: 0;
    cursor: default;
    background: #0b2239;
}

.store-body .license-product-detail-visual:hover {
    border-color: #dfe4e8;
    box-shadow: none;
}

.store-body .product-image-placeholder {
    cursor: default;
}

.license-product-detail-visual .license-visual {
    grid-template-rows: minmax(112px, 0.3fr) minmax(0, 0.7fr);
}

.license-product-detail-visual .license-visual-head,
.license-product-detail-visual .license-visual-body {
    padding: clamp(24px, 3vw, 42px);
}

.store-body .license-product-detail-visual .license-visual-head img {
    width: min(42%, 230px);
}

.license-product-detail-visual .license-visual-head span {
    font-size: clamp(0.9rem, 1.35vw, 1.2rem);
}

.license-product-detail-visual .license-visual-body > strong {
    margin-top: 7px;
    font-size: clamp(2rem, 4.2vw, 3.7rem);
}

.license-product-detail-visual .license-visual.is-compact .license-visual-body {
    justify-content: center;
}

.license-product-detail-visual .license-visual.is-compact .license-visual-body > strong {
    max-width: 14ch;
    font-size: clamp(2.7rem, 6vw, 5.2rem);
}

.license-product-detail-visual .license-visual-body > p {
    max-width: 48rem;
    margin-top: 14px;
    font-size: clamp(0.9rem, 1.25vw, 1.08rem);
    -webkit-line-clamp: 3;
}

.license-product-detail-visual .license-visual-identifiers {
    padding-top: 16px;
    gap: 16px 28px;
}

.license-product-detail-visual .license-visual-identifiers dt {
    font-size: 0.68rem;
}

.license-product-detail-visual .license-visual-identifiers dd {
    font-size: clamp(0.8rem, 1.1vw, 0.98rem);
}

.store-body .product-thumb-strip {
    margin-top: 10px;
}

.store-body .product-thumb {
    width: 74px;
    height: 62px;
    border-radius: 6px;
    background: #ffffff;
}

.product-purchase-copy {
    min-width: 0;
    position: sticky;
    top: 104px;
}

.product-purchase-heading h1 {
    margin: 7px 0 8px;
    font-size: clamp(2.35rem, 3.4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.product-identifiers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 18px;
    margin: 0 0 18px;
}

.product-identifier {
    display: flex;
    gap: 6px;
    align-items: baseline;
    min-width: 0;
}

.product-identifier dt {
    color: #56616d;
    font-size: 0.72rem;
    font-weight: 750;
}

.product-identifier dd {
    margin: 0;
    color: #303a45;
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.product-lead {
    max-width: 58ch;
    margin: 0;
    color: #46515d;
    font-size: 1.08rem;
    line-height: 1.58;
}

.product-highlights {
    margin: 20px 0 22px;
}

.product-highlights-label {
    color: #7a8490;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-key-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 0;
    margin: 7px 0 0;
    padding: 0;
    border-top: 1px solid #dfe4e8;
    border-bottom: 1px solid #dfe4e8;
    list-style: none;
}

.product-key-points li {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 58px;
    padding: 10px 14px 10px 20px;
    align-items: center;
    color: #303a45;
    font-size: 0.86rem;
    font-weight: 650;
    line-height: 1.35;
}

.product-key-points li + li {
    border-left: 1px solid #e5e8eb;
}

.product-key-points li::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f57921;
    content: "";
}

.product-purchase-box {
    margin-top: 20px;
    padding: 24px;
    border: 1px solid #dce2e7;
    border-radius: 14px;
    background: #f7f9fa;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
}

.store-body .product-price-block {
    display: grid;
    gap: 3px;
    margin: 0 0 12px;
}

.store-body .product-price-block span,
.store-body .product-price-block small {
    color: #6a7480;
}

.store-body .product-price-block strong {
    color: #111827;
    font-size: 2.15rem;
}

.product-purchase-form {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: end;
}

.store-body .product-quantity-field span {
    color: #4d5864;
}

.store-body .product-quantity-field input {
    min-height: 46px;
    border: 1px solid #cbd2d8;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
}

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

.product-purchase-actions.is-single {
    grid-template-columns: 1fr;
}

.product-purchase-actions .btn {
    min-height: 50px;
    padding: 0 14px;
}

.product-purchase-actions .btn-secondary {
    border-color: #cbd2d8;
    background: #ffffff;
    color: #111827;
}

.product-purchase-assurances {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #dce2e7;
    color: #4f5b67;
    font-size: 0.82rem;
    list-style: none;
}

.product-purchase-assurances li {
    position: relative;
    padding-left: 18px;
}

.product-purchase-assurances li::before {
    position: absolute;
    top: 0.43em;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #27815f;
    border-radius: 50%;
    content: "";
}

.product-compatibility-link {
    display: inline-block;
    margin-top: 16px;
    color: #c95100;
    font-size: 0.88rem;
    font-weight: 800;
}

.product-value-section {
    padding: 64px 0 70px;
    background: #ffffff;
    border-bottom: 1px solid #e1e6ea;
}

.product-value-heading {
    max-width: 780px;
}

.product-value-heading > p {
    max-width: 62ch;
    margin: 14px 0 0;
    color: #5d6874;
    line-height: 1.6;
}

.product-value-heading h2,
.product-decision-heading h2 {
    margin: 7px 0 0;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.product-value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.product-value-card {
    padding: 28px;
    border: 1px solid #e0e5e9;
    border-radius: 14px;
    background: #f7f9fa;
}

.product-value-card h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 1.25rem;
}

.license-explainer-index {
    display: block;
    margin-bottom: 12px;
    color: #c95100;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.08em;
}

.license-requirements-card {
    scroll-margin-top: 118px;
}

.license-requirements-card .license-compatibility-copy {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dce2e7;
}

.technical-spec-list {
    display: grid;
    margin: 0;
    border-top: 1px solid #dce2e7;
}

.technical-spec-list > div {
    display: grid;
    grid-template-columns: minmax(120px, 0.48fr) minmax(0, 1fr);
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #dce2e7;
}

.technical-spec-list dt,
.technical-spec-list dd {
    margin: 0;
    line-height: 1.45;
}

.technical-spec-list dt {
    color: #687481;
    font-size: 0.76rem;
    font-weight: 820;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.technical-spec-list dd {
    color: #27323d;
    font-size: 0.9rem;
    font-weight: 720;
}

.product-value-card .rich-copy,
.product-value-card .rich-copy p,
.product-value-card .technical-list {
    color: #4d5864;
    font-size: 0.95rem;
    line-height: 1.65;
}

.product-value-card .rich-copy p,
.product-value-card .technical-list {
    margin: 0;
}

.product-decision-section {
    padding: 58px 0 62px;
    background: #151b23;
    color: #ffffff;
}

.product-decision-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: end;
}

.product-decision-heading .eyebrow,
.product-decision-card > span {
    color: #f58a42;
}

.product-decision-heading h2,
.product-decision-card h3 {
    color: #ffffff;
}

.product-decision-heading p {
    max-width: 46ch;
    margin: 16px 0 0;
    color: #bbc4ce;
    line-height: 1.6;
}

.product-decision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.product-decision-card {
    min-width: 0;
    padding: 24px 22px;
}

.product-decision-card + .product-decision-card {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.product-decision-card > span {
    display: block;
    margin-bottom: 20px;
    font-size: 0.72rem;
    font-weight: 850;
}

.product-decision-card h3 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.product-decision-card p {
    margin: 0;
    color: #bac4ce;
    font-size: 0.84rem;
    line-height: 1.55;
}

.product-cross-sell-section {
    padding: 42px 0 48px;
    background: #f3f5f7;
    border-bottom: 1px solid #dfe4e8;
}

.product-information-section {
    padding: 8px 0 18px;
    background: #ffffff;
}

.product-information-row {
    display: grid;
    grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
    gap: 50px;
    padding: 42px 0;
    border-bottom: 1px solid #e2e6ea;
}

.product-information-row header h2 {
    margin: 5px 0 0;
    font-size: 1.65rem;
}

.product-information-row .rich-copy,
.product-information-row .rich-copy p,
.product-compatible-list,
.product-document-list {
    color: #4d5864;
    font-size: 1rem;
    line-height: 1.72;
}

.product-supporting-points {
    margin: 0;
    color: #4d5864;
    font-size: 1rem;
    line-height: 1.65;
}

.product-faq-list {
    display: grid;
    border-top: 1px solid #dfe4e8;
}

.product-faq-list details {
    border-bottom: 1px solid #dfe4e8;
}

.product-faq-list summary {
    position: relative;
    padding: 18px 42px 18px 0;
    color: #202a35;
    font-weight: 760;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.product-faq-list summary::-webkit-details-marker {
    display: none;
}

.product-faq-list summary::after {
    position: absolute;
    top: 18px;
    right: 4px;
    color: #c95100;
    content: "+";
    font-size: 1.2rem;
    line-height: 1;
}

.product-faq-list details[open] summary::after {
    content: "−";
}

.product-faq-list summary:focus-visible {
    outline: 3px solid rgba(245, 121, 33, 0.36);
    outline-offset: 4px;
}

.product-faq-list .rich-copy {
    padding: 0 42px 18px 0;
}

.product-faq-list .rich-copy p {
    margin: 0;
}

.product-information-row .rich-copy p {
    margin-top: 0;
    text-align: left;
}

.product-information-row .rich-copy a {
    color: #9f3f00;
}

.product-information-row .rich-copy a:hover,
.product-information-row .rich-copy a:focus-visible {
    color: #702d00;
}

.product-information-row .technical-copy h3 {
    color: #111827;
}

.product-information-row .technical-list {
    color: #4d5864;
    font-size: 1rem;
}

.product-information-row .technical-table-wrap {
    border-color: #dfe4e8;
    background: #ffffff;
}

.product-information-row .technical-spec-table,
.product-information-row .technical-spec-table th,
.product-information-row .technical-spec-table td {
    color: #303a45;
    border-color: #e2e6ea;
}

.product-document-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 20px;
}

.product-compatible-heading {
    margin: 24px 0 12px;
    color: #26313c;
    font-size: 0.82rem;
    font-weight: 820;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-compatible-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-compatible-list li {
    min-width: 0;
}

.product-compatible-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    gap: 14px;
    padding: 11px 13px;
    color: #26313c;
    border: 1px solid #dfe4e8;
    border-radius: 10px;
    background: #f8fafb;
    text-decoration: none;
}

.product-compatible-link-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.product-compatible-link-copy strong {
    font-size: 0.9rem;
    line-height: 1.35;
}

.product-compatible-link-copy small {
    overflow-wrap: anywhere;
    color: #66717d;
    font-size: 0.72rem;
    line-height: 1.35;
}

.product-compatible-link-action {
    flex: none;
    color: #9f3f00;
    font-size: 0.74rem;
    font-weight: 800;
    white-space: nowrap;
}

.product-compatible-link:hover {
    color: #202a35;
    border-color: #d16a24;
    background: #fff8f2;
}

.product-compatible-link:focus-visible {
    color: #202a35;
    border-color: #d16a24;
    outline: 3px solid rgba(245, 121, 33, 0.3);
    outline-offset: 3px;
}

.product-compatible-more {
    margin-top: 12px;
}

.product-compatible-more > summary {
    width: fit-content;
    padding: 8px 2px;
    color: #9f3f00;
    font-weight: 780;
    cursor: pointer;
}

.product-compatible-more > summary:focus-visible {
    border-radius: 4px;
    outline: 3px solid rgba(245, 121, 33, 0.3);
    outline-offset: 3px;
}

.product-compatible-more[open] > summary {
    margin-bottom: 10px;
}

.product-document-list a {
    color: #c95100;
    font-weight: 750;
}

.product-support-band {
    border-top: 1px solid #2d3742;
}

/* Cart and one-page checkout */
.checkout-heading-section {
    padding: 32px 0;
    background: #ffffff;
    border-bottom: 1px solid #dfe4e8;
}

.checkout-heading-row {
    align-items: center;
}

.checkout-heading-row h1 {
    margin: 5px 0 7px;
    font-size: 2.5rem;
    line-height: 1.05;
}

.checkout-heading-total {
    display: grid;
    min-width: 180px;
    text-align: right;
}

.checkout-heading-total span,
.checkout-heading-total small {
    color: #69737f;
    font-size: 0.8rem;
}

.checkout-heading-total strong {
    color: #111827;
    font-size: 1.8rem;
}

.checkout-content-section {
    padding: 38px 0 60px;
}

.store-body .cart-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.72fr);
    gap: 22px;
    align-items: start;
}

.cart-lines-heading {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.cart-lines-heading h2 {
    margin: 0;
    font-size: 1.35rem;
}

.cart-lines-heading a {
    color: #c95100;
}

.store-body .cart-lines {
    display: grid;
    gap: 10px;
}

.store-body .cart-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 16px;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
}

.store-body .cart-line-product {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.store-body .cart-line-image {
    width: 82px;
    height: 82px;
    border-radius: 6px;
}

.store-body .cart-line-copy h3 {
    margin: 0 0 5px;
    font-size: 1rem;
}

.store-body .cart-line-copy p,
.store-body .cart-line-copy span {
    margin: 0;
    color: #737d88;
    font-size: 0.8rem;
}

.cart-line-price {
    display: grid;
    align-content: center;
    text-align: right;
}

.cart-line-price span {
    color: #737d88;
    font-size: 0.78rem;
}

.cart-line-price strong {
    color: #111827;
    font-size: 1.1rem;
}

.cart-line-controls {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid #eceff1;
}

.store-body .cart-quantity-form {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 8px;
}

.store-body .cart-quantity-form label {
    color: #5d6672;
    font-size: 0.8rem;
    font-weight: 750;
}

.store-body .cart-quantity-form input {
    width: 66px;
    min-height: 38px;
    padding: 0 8px;
    border-radius: 6px;
}

.store-body .cart-quantity-form button,
.store-body .cart-remove-btn {
    min-height: 38px;
    border: 1px solid #cdd4da;
    border-radius: 6px;
    background: #ffffff;
    color: #303a45;
    padding: 0 12px;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 750;
    cursor: pointer;
}

.store-body .cart-remove-btn {
    border-color: transparent;
    color: #a23c25;
}

.store-body .cart-summary-card,
.checkout-order-summary {
    position: sticky;
    top: 92px;
    padding: 22px;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.store-body .cart-summary-card h2,
.checkout-order-summary h2 {
    margin: 4px 0 0;
    font-size: 1.4rem;
}

.store-body .summary-grid,
.checkout-order-summary .summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 11px 16px;
    margin: 22px 0;
}

.store-body .summary-grid dt,
.store-body .summary-grid dd {
    margin: 0;
}

.store-body .summary-grid dt {
    color: #66717d;
}

.store-body .summary-grid dd {
    color: #111827;
    font-weight: 800;
    text-align: right;
}

.store-body .summary-grid dt:last-of-type,
.store-body .summary-grid dd:last-of-type {
    padding-top: 12px;
    border-top: 1px solid #dfe4e8;
    color: #111827;
    font-size: 1.05rem;
}

.cart-summary-notice,
.cart-summary-footnote,
.checkout-secure-note {
    color: #68727e;
    font-size: 0.82rem;
    line-height: 1.5;
}

.cart-empty-state {
    max-width: 620px;
    margin: 30px auto;
    padding: 48px;
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
}

.cart-empty-state h2 {
    margin: 0 0 8px;
}

.cart-empty-state p {
    margin: 0 0 22px;
    color: #69737f;
}

.checkout-form {
    border: 1px solid #dfe4e8;
    border-radius: 8px;
    background: #ffffff;
}

.checkout-form-section {
    margin: 0;
    padding: 26px;
    border: 0;
    border-bottom: 1px solid #e2e6ea;
}

.checkout-form-section legend {
    display: flex;
    gap: 9px;
    margin: 0 0 20px;
    padding: 0;
    color: #111827;
    font-size: 1.12rem;
    font-weight: 850;
}

.checkout-form-section legend span {
    color: #d85f0b;
    font-size: 0.76rem;
}

.checkout-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.checkout-form .field-span-2 {
    grid-column: 1 / -1;
}

.checkout-form .field-row {
    display: grid;
    gap: 6px;
}

.checkout-form .field-row label {
    color: #46515e;
    font-size: 0.8rem;
    font-weight: 800;
}

.checkout-form .field-row input,
.checkout-form .field-row select,
.checkout-form .field-row textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cbd2d8;
    border-radius: 6px;
    background: #ffffff;
    color: #111827;
    padding: 10px 12px;
    font: inherit;
}

.checkout-form .field-row input:focus,
.checkout-form .field-row select:focus,
.checkout-form .field-row textarea:focus {
    border-color: #ef7b2d;
    outline: 3px solid rgba(239, 123, 45, 0.15);
}

.checkout-form .field-row small {
    color: #78828d;
    font-size: 0.76rem;
}

.checkout-form .form-error,
.checkout-form-errors {
    margin: 0;
    color: #b42318;
    font-size: 0.8rem;
}

.checkout-form-errors {
    padding: 14px 26px;
    border-bottom: 1px solid #f2c9c4;
    background: #fff6f5;
}

.checkout-toggle,
.checkout-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #39434e;
    line-height: 1.45;
}

.checkout-toggle {
    margin-bottom: 18px;
    font-weight: 750;
}

.checkout-toggle input,
.checkout-checkbox input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
    accent-color: #e86c17;
}

.checkout-consent-section {
    display: grid;
    gap: 14px;
}

.checkout-checkbox a {
    color: #b94800;
    font-weight: 750;
}

.checkout-submit-row {
    display: flex;
    padding: 22px 26px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.checkout-submit-row a {
    color: #5d6672;
    font-weight: 750;
}

.checkout-order-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.checkout-order-heading a {
    color: #c95100;
    font-size: 0.84rem;
    font-weight: 800;
}

.store-body .checkout-lines {
    display: grid;
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid #e2e6ea;
}

.store-body .checkout-line {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 0;
    align-items: center;
    border-bottom: 1px solid #eceff1;
}

.checkout-line-image {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    overflow: hidden;
    border-radius: 6px;
    background: #f6f7f8;
}

.checkout-line-image img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}

.store-body .checkout-line > div:nth-child(2) {
    display: grid;
    gap: 3px;
}

.store-body .checkout-line strong {
    color: #202832;
    font-size: 0.82rem;
    line-height: 1.3;
}

.store-body .checkout-line span,
.store-body .checkout-line small {
    color: #78828d;
    font-size: 0.72rem;
}

.store-body .checkout-line b {
    color: #111827;
    font-size: 0.82rem;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .store-body .store-family-grid,
    .store-body .store-featured-grid,
    .store-body .product-results-grid,
    .product-cross-sell-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .store-advanced-filter-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .store-entry-heading,
    .store-section-heading,
    .store-family-intro > .container,
    .checkout-heading-row,
    .store-support-band > .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-entry-actions {
        width: 100%;
        justify-content: space-between;
    }

    .store-body .store-family-grid,
    .store-body .store-featured-grid,
    .store-body .product-results-grid,
    .product-cross-sell-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-catalog-heading > p {
        max-width: none;
        text-align: left;
    }

    .store-family-guide > .container,
    .product-purchase-layout,
    .store-body .cart-layout,
    .checkout-layout,
    .product-information-row {
        grid-template-columns: 1fr;
    }

    .store-body .store-filter-panel {
        grid-template-columns: 1fr;
    }

    .store-body .store-sort-form {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .store-body .store-filter-disclosure[open] {
        grid-column: auto;
    }

    .product-purchase-layout {
        gap: 28px;
    }

    .product-purchase-copy {
        position: static;
    }

    .product-page [id] {
        scroll-margin-top: 154px;
    }

    .product-value-grid,
    .product-decision-layout,
    .product-decision-grid {
        grid-template-columns: 1fr;
    }

    .product-decision-layout {
        align-items: start;
    }

    .product-decision-card + .product-decision-card {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 0;
    }

    .product-information-row {
        gap: 18px;
    }

    .store-body .cart-summary-card,
    .checkout-order-summary {
        position: static;
    }

    .checkout-heading-total {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .store-entry-section,
    .store-catalog-section,
    .store-featured-section,
    .product-cross-sell-section,
    .product-related-section {
        padding-top: 30px;
        padding-bottom: 36px;
    }

    .product-compatible-list {
        grid-template-columns: 1fr;
    }

    .store-entry-heading h1,
    .store-family-intro h1,
    .checkout-heading-row h1 {
        font-size: 2.2rem;
    }

    .store-entry-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .store-entry-actions .btn,
    .store-family-intro .btn,
    .store-support-band .btn,
    .store-family-guide .btn {
        width: 100%;
    }

    .store-body .store-family-grid,
    .store-body .store-featured-grid,
    .store-body .product-results-grid,
    .product-cross-sell-grid,
    .store-series-grid,
    .store-advanced-filter-form,
    .checkout-form-grid {
        grid-template-columns: 1fr;
    }

    .store-body .store-family-visual {
        height: 176px;
        flex-basis: 176px;
    }

    .store-body .store-family-card-premium h2 {
        font-size: 1.55rem;
    }

    .store-body .store-family-card-premium p {
        min-height: 0;
    }

    .store-series-card {
        grid-template-columns: 84px minmax(0, 1fr);
    }

    .store-series-image {
        width: 84px;
        height: 84px;
    }

    .store-advanced-filter-form .store-filter-actions,
    .checkout-submit-row,
    .product-purchase-actions {
        grid-template-columns: 1fr;
        align-items: stretch;
        flex-direction: column;
    }

    .store-body .store-sort-form {
        grid-template-columns: 1fr auto;
    }

    .store-body .store-sort-form label {
        grid-column: 1 / -1;
    }

    .product-purchase-heading h1 {
        font-size: 2.15rem;
    }

    /* En licencias y aplicaciones, la decisión (identificadores, precio y CTA)
       debe aparecer antes que la imagen representativa en pantallas pequeñas. */
    .product-category-licencias .product-purchase-copy,
    .product-category-aplicaciones .product-purchase-copy {
        order: -1;
    }

    .product-purchase-section {
        padding: 20px 0 36px;
    }

    .product-purchase-box,
    .product-value-card {
        padding: 18px;
    }

    .product-value-section,
    .product-decision-section {
        padding-top: 40px;
        padding-bottom: 44px;
    }

    .product-value-heading h2,
    .product-decision-heading h2 {
        font-size: 2rem;
    }

    .product-decision-card {
        padding-right: 0;
        padding-left: 0;
    }

    .technical-spec-list > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .product-key-points {
        grid-template-columns: 1fr;
    }

    .product-key-points li {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .product-key-points li + li {
        border-top: 1px solid #e5e8eb;
        border-left: 0;
    }

    .store-body .product-detail-image {
        padding: 16px;
    }

    .store-body .license-product-detail-visual {
        padding: 0;
    }

    .product-purchase-form {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .product-purchase-actions {
        display: grid;
    }

    .store-body .cart-line {
        grid-template-columns: 1fr;
    }

    .cart-line-price {
        text-align: left;
    }

    .cart-line-controls {
        align-items: flex-start;
        flex-direction: column;
    }

    .store-body .cart-quantity-form {
        width: 100%;
        flex-wrap: wrap;
    }

    .checkout-form .field-span-2 {
        grid-column: auto;
    }

    .checkout-form-section,
    .checkout-submit-row {
        padding: 20px;
    }

    .checkout-submit-row .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-body .store-family-card-premium,
    .store-body .product-card,
    .store-series-card {
        transition: none;
    }

    .product-zoom-trigger {
        transform: none !important;
    }
}
