: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.5rem;
    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;
}

.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-mobile {
    text-decoration: none;
}

.header-cart-link {
    min-height: 2.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(244, 248, 252, 0.82);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.84rem;
    font-weight: 600;
}

.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-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: 17.2rem;
}

.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: 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%);
    color: var(--surface-text);
    box-shadow: 0 18px 40px rgba(10, 24, 38, 0.1);
    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.7em;
    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.5em;
}

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

.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.75rem;
    padding: 1rem;
    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:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 122, 26, 0.24);
    box-shadow: 0 22px 46px rgba(1, 8, 20, 0.22);
}

.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.8rem;
    border-radius: 1rem;
    transition: border-color 180ms ease, transform 180ms ease;
}

.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: 320px;
    margin: 0;
    padding: 1.2rem;
}

.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(1.06rem, 1.2vw, 1.18rem);
    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.95rem;
    margin-bottom: 0;
    color: var(--surface-muted);
}

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

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

.product-card-summary {
    margin: 0;
    color: #475569;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.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-direct {
    border-color: rgba(22, 163, 74, 0.36);
    color: #166534;
    background: rgba(187, 247, 208, 0.34);
}

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

.compat-chip {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 29, 45, 0.14);
    background: #f8fafc;
    color: #0f172a;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    max-width: 100%;
}

.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, 1fr) minmax(0, 1fr);
    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;
}

.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-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: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
    align-items: center;
    justify-content: space-between;
    margin: 1.2rem 0 0.2rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
    background: rgba(7, 17, 31, 0.72);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
}

.store-filter-copy {
    display: grid;
    gap: 0.15rem;
    min-width: min(100%, 14rem);
}

.store-filter-copy span {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.store-filter-copy p {
    margin: 0;
    color: rgba(225, 233, 244, 0.72);
    font-size: 0.9rem;
}

.store-filter-chips {
    display: flex;
    flex: 1 1 30rem;
    gap: 0.5rem;
    align-items: center;
    overflow-x: auto;
    padding: 0.1rem 0.05rem 0.25rem;
    scrollbar-width: thin;
}

.store-filter-chip,
.store-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(239, 244, 251, 0.82);
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
    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.12);
    color: #fff;
    transform: translateY(-1px);
}

.store-filter-chip.is-active {
    border-color: rgba(255, 138, 61, 0.78);
    background: linear-gradient(135deg, rgba(255, 124, 40, 0.92), rgba(255, 176, 82, 0.86));
    color: #07111f;
    box-shadow: 0 12px 28px rgba(255, 124, 40, 0.16);
}

.store-sort-form {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: flex-end;
}

.store-sort-form label {
    color: rgba(225, 233, 244, 0.7);
    font-size: 0.82rem;
    font-weight: 800;
}

.store-sort-form select {
    min-height: 2.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #f4f7fb;
    padding: 0 2rem 0 0.9rem;
}

.store-sort-form button {
    min-height: 2.35rem;
    border: 0;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.store-sort-form button:hover,
.store-sort-form button:focus-visible {
    background: rgba(255, 138, 61, 0.18);
}

.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 {
    margin-bottom: 1.5rem;
    padding: 1rem 1.2rem;
    border-radius: 16px;
    background: rgba(29, 123, 84, 0.18);
    border: 1px solid rgba(29, 123, 84, 0.4);
}

.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 .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-lines,
.checkout-lines {
    display: grid;
    gap: 0.75rem;
}

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

.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: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    padding: 0.75rem 0.9rem;
    font: inherit;
}

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

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

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

.site-footer {
    border-top: 1px solid var(--line);
    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-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-card span {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.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,
    .product-hero-grid,
    .category-hero-grid,
    .split-grid,
    .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));
    }

    .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%;
        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: 100%;
    }

    .header-cart-link {
        display: none;
    }

    .hero h1,
    .page-hero h1 {
        max-width: none;
    }

    .category-hero-visual {
        justify-self: start;
        min-height: 300px;
    }

    .store-filter-grid,
    .product-facts div {
        grid-template-columns: 1fr;
    }

    .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-family-card-premium {
        min-height: auto;
    }

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

    .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);
    padding: 1.15rem;
    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);
        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-filter-chips {
        margin-inline: -0.2rem;
    }

    .store-sort-form {
        justify-content: flex-start;
    }
}

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

.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;
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.solutions-choice:hover {
    transform: translateY(-1px);
    border-color: rgba(16, 17, 20, 0.24);
}

.solutions-choice: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-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-choice-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-choice-grid::-webkit-scrollbar {
        display: none;
    }

    .solutions-choice {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-height: 46px;
        padding-inline: 17px;
    }
}
