.store-entry-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 2rem;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.6rem 1.2rem 3.4rem;
    color: #ffffff;
    overflow: visible;
}

.store-entry-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff4df;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.store-entry-hero h1 {
    margin: 1rem 0 1rem;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 900;
}

.store-entry-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.store-entry-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.store-entry-actions > a {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 160px;
    min-height: 54px;
    padding: 0.95rem 1.35rem;
    border-radius: 24px;
    box-sizing: border-box;
    background: #ff8c2f;
    color: #ffffff;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
    box-shadow: 0 14px 28px rgba(255, 140, 47, 0.28);
}

.store-entry-actions > a:hover,
.store-entry-actions > a:focus {
    background: #ffffff;
    color: #b65400;
}

.store-entry-actions > a.button-secondary {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.46);
    color: #ffffff;
    box-shadow: none;
}

.store-entry-actions > a.button-secondary:hover,
.store-entry-actions > a.button-secondary:focus {
    background: #ffffff;
    color: #0d5fd1;
}

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

.store-entry-metrics div {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 1rem 1rem 1.05rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 140, 47, 0.16) 100%);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.store-entry-metrics strong {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 900;
}

.store-entry-metrics span {
    display: block;
    margin-top: 0.42rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.5;
}

.store-entry-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.store-entry-hero-media img {
    display: block;
    width: 100%;
    max-width: 620px;
    max-height: 460px;
    object-fit: contain;
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.28));
}

.store-entry-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.2rem 2.2rem;
}

.store-entry-flow article {
    border-radius: 8px;
    padding: 1.2rem 1.2rem 1.3rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(0, 18, 41, 0.12);
}

.store-entry-flow span {
    display: inline-flex;
    margin-bottom: 0.7rem;
    color: #f06b00;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.store-entry-flow h2 {
    margin: 0 0 0.45rem;
    color: var(--primary-color);
    font-size: 1.18rem;
    font-weight: 900;
}

.store-entry-flow p {
    margin: 0;
    color: #556677;
    line-height: 1.7;
}

.store-entry-categories {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.2rem 2.4rem;
}

.store-entry-section-head {
    margin-bottom: 1.2rem;
}

.store-entry-section-head span {
    display: inline-flex;
    color: #f06b00;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.store-entry-section-head h2 {
    margin: 0.55rem 0 0.55rem;
    color: #12263a;
    font-size: clamp(1.7rem, 2vw, 2.5rem);
    font-weight: 900;
}

.store-entry-section-head p {
    margin: 0;
    color: #5d6d7d;
    line-height: 1.75;
}

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

.store-category-menu .store-category-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.store-category-menu .store-category-group-label {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.store-category-menu .store-category-submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.store-category-menu .store-category-submenu a {
    min-height: 36px;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.store-category-menu .store-category-submenu a:hover,
.store-category-menu .store-category-submenu a:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.store-entry-category-card {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    border-radius: 8px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 18, 41, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-entry-category-card-pc-rental {
    background: linear-gradient(135deg, #f2f8ff 0%, #e5f0ff 100%);
}

.store-entry-category-card-network {
    background: linear-gradient(135deg, #eefbff 0%, #dcf4ff 100%);
}

.store-entry-category-card-security {
    background: linear-gradient(135deg, #fff5f4 0%, #ffe5e2 100%);
}

.store-entry-category-card-av {
    background: linear-gradient(135deg, #fff8ef 0%, #ffeacd 100%);
}

.store-entry-category-card-cloud {
    background: linear-gradient(135deg, #f4f4ff 0%, #e8e7ff 100%);
}

.store-entry-category-card-sla {
    background: linear-gradient(135deg, #f3fbf5 0%, #e2f5e6 100%);
}

.store-entry-category-card-parent {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    align-items: stretch;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
}

.store-entry-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(0, 18, 41, 0.14);
}

.store-entry-category-card-pc-rental:hover {
    box-shadow: 0 24px 44px rgba(45, 113, 214, 0.18);
}

.store-entry-category-card-network:hover {
    box-shadow: 0 24px 44px rgba(29, 145, 199, 0.18);
}

.store-entry-category-card-security:hover {
    box-shadow: 0 24px 44px rgba(210, 78, 64, 0.18);
}

.store-entry-category-card-av:hover {
    box-shadow: 0 24px 44px rgba(215, 131, 33, 0.18);
}

.store-entry-category-card-cloud:hover {
    box-shadow: 0 24px 44px rgba(98, 92, 214, 0.18);
}

.store-entry-category-card-sla:hover {
    box-shadow: 0 24px 44px rgba(62, 153, 88, 0.18);
}

.store-entry-category-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0.2rem;
}

.store-entry-category-visual-item {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
    border-radius: 8px;
    padding: 0.7rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.store-entry-category-visual-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    object-fit: contain;
    padding: 0.3rem;
    background: transparent;
}

.store-entry-category-visual-item span {
    display: block;
    color: #16304b;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.35;
}

.store-entry-category-visual-item-desktop {
    background: linear-gradient(180deg, #eaf3ff 0%, #dceaff 100%);
}

.store-entry-category-visual-item-notebook {
    background: linear-gradient(180deg, #eef7ff 0%, #dff2ff 100%);
}

.store-entry-category-visual-item-parts {
    background: linear-gradient(180deg, #fff3e6 0%, #ffe8d1 100%);
}

.store-entry-category-visual-item-monitor {
    background: linear-gradient(180deg, #f2f0ff 0%, #e6e0ff 100%);
}

.store-entry-category-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: contain;
    padding: 0.35rem;
    background: transparent;
}

.store-entry-category-copy strong {
    display: block;
    color: var(--primary-color);
    font-size: 1.08rem;
    font-weight: 900;
}

.store-entry-category-copy p {
    margin: 0.48rem 0 0.7rem;
    color: #5a6c7d;
    line-height: 1.62;
}

.store-entry-category-copy span {
    display: inline-flex;
    color: #f06b00;
    font-size: 0.88rem;
    font-weight: 900;
}

.store-entry-subcategory-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.9rem;
}

.store-entry-subcategory-links a {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    min-width: 0;
    border: 1px solid rgba(13, 95, 209, 0.12);
    border-radius: 8px;
    padding: 0.8rem 0.9rem;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-entry-subcategory-link-desktop {
    background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
}

.store-entry-subcategory-link-notebook {
    background: linear-gradient(180deg, #f5fcff 0%, #ebf8ff 100%);
}

.store-entry-subcategory-link-parts {
    background: linear-gradient(180deg, #fffaf4 0%, #fff1df 100%);
}

.store-entry-subcategory-link-monitor {
    background: linear-gradient(180deg, #faf8ff 0%, #f0ecff 100%);
}

.store-entry-subcategory-links img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: contain;
    padding: 0.25rem;
    margin-bottom: 0.15rem;
    background: transparent;
}

.store-entry-subcategory-links a:hover,
.store-entry-subcategory-links a:focus {
    transform: translateY(-2px);
    border-color: rgba(240, 107, 0, 0.24);
    box-shadow: 0 16px 28px rgba(0, 18, 41, 0.08);
}

.store-entry-subcategory-links span {
    display: block;
    color: #0f2740;
    font-size: 0.96rem;
    font-weight: 900;
    white-space: normal;
}

.store-entry-subcategory-links small {
    color: #617487;
    font-size: 0.8rem;
    line-height: 1.5;
}

.store-entry-guides {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.2rem 2.4rem;
}

.store-entry-guides article {
    border: 1px solid rgba(13, 95, 209, 0.1);
    border-radius: 8px;
    padding: 1.1rem 1rem 1.15rem;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 18, 41, 0.08);
}

.store-entry-guides strong {
    display: block;
    color: #10253a;
    font-size: 1rem;
    font-weight: 900;
}

.store-entry-guides p {
    margin: 0.45rem 0 0;
    color: #5d6d7d;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .store-entry-hero {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-bottom: 2.2rem;
    }

    .store-entry-metrics,
    .store-entry-flow,
    .store-entry-guides {
        grid-template-columns: 1fr;
    }

    .store-entry-category-grid {
        grid-template-columns: 1fr;
    }

    .store-entry-category-card {
        grid-template-columns: 1fr;
    }

    .store-entry-category-card img {
        max-height: 240px;
    }

    .store-entry-subcategory-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .store-entry-hero {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .store-entry-hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.7rem);
        line-height: 1.14;
    }

    .store-entry-hero p {
        font-size: 0.98rem;
        line-height: 1.68;
    }

    .store-entry-actions {
        gap: 0.65rem;
    }

    .store-entry-actions > a {
        flex: 1 1 220px;
        min-height: 48px;
        min-width: 0;
        padding: 0.85rem 1.05rem;
        font-size: 0.92rem;
    }

    .store-entry-flow,
    .store-entry-categories,
    .store-entry-guides {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .store-category-group {
        align-items: flex-start;
    }

    .store-entry-category-card-parent {
        grid-column: auto;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .store-entry-hero {
        gap: 1.15rem;
        padding-top: 1rem;
        padding-right: 0.9rem;
        padding-bottom: 1.8rem;
        padding-left: 0.9rem;
    }

    .store-entry-kicker {
        min-height: 30px;
        padding: 0.36rem 0.65rem;
        font-size: 0.72rem;
    }

    .store-entry-metrics {
        gap: 0.7rem;
        margin-top: 1.2rem;
    }

    .store-entry-metrics div {
        padding: 0.85rem 0.85rem 0.92rem;
    }

    .store-entry-metrics strong {
        font-size: 0.92rem;
    }

    .store-entry-metrics span {
        font-size: 0.78rem;
    }

    .store-entry-hero-media img {
        max-height: 260px;
    }

    .store-entry-flow {
        gap: 0.8rem;
        padding-right: 0.9rem;
        padding-bottom: 1.6rem;
        padding-left: 0.9rem;
    }

    .store-entry-flow article,
    .store-entry-category-card,
    .store-entry-guides article {
        padding: 0.95rem;
    }

    .store-entry-flow h2 {
        font-size: 1.02rem;
    }

    .store-entry-section-head {
        margin-bottom: 0.9rem;
    }

    .store-entry-section-head h2 {
        font-size: 1.45rem;
        line-height: 1.24;
    }

    .store-entry-section-head p {
        font-size: 0.92rem;
        line-height: 1.68;
    }

    .store-entry-categories,
    .store-entry-guides {
        padding-right: 0.9rem;
        padding-bottom: 1.8rem;
        padding-left: 0.9rem;
    }

    .store-entry-category-copy strong {
        font-size: 1rem;
    }

    .store-entry-category-copy p,
    .store-entry-guides p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .store-entry-category-visual {
        gap: 0.55rem;
        padding: 0;
    }

    .store-entry-category-visual-item {
        padding: 0.55rem;
    }

    .store-entry-subcategory-links {
        gap: 0.6rem;
        margin-top: 0.75rem;
    }

    .store-entry-subcategory-links a {
        padding: 0.72rem;
    }

    .store-entry-subcategory-links span {
        font-size: 0.9rem;
    }

    .store-entry-subcategory-links small {
        font-size: 0.75rem;
        line-height: 1.45;
    }
}

.v25-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 2rem;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #f4f8fb 0%, #e8f3f8 58%, #fff5e7 100%);
    color: var(--primary-color);
}

.v25-shop-hero h2,
.v25-shop-hero p,
.v25-shop-hero .solution-detail-kicker {
    color: inherit;
}

.v25-shop-hero .solution-detail-kicker {
    color: var(--accent-color);
}

.v25-shop-hero-copy {
    position: relative;
    z-index: 2;
}

.v25-shop-hero-media {
    min-width: 0;
}

.v25-shop-hero-media img {
    display: block;
    width: 100%;
    max-height: 330px;
    object-fit: contain;
}

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

.v25-shop-notice {
    display: grid;
    grid-template-columns: minmax(120px, 0.22fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin: 1.5rem 0 2.25rem;
    border: 1px solid rgba(0, 51, 102, 0.14);
    border-left: 5px solid var(--accent-color);
    border-radius: 8px;
    padding: 1rem 1.15rem;
    background: #f7fbff;
}

.v25-shop-notice strong {
    color: var(--primary-color);
    font-size: 1.05rem;
    font-weight: 900;
}

.v25-shop-notice span {
    color: var(--text-light);
    line-height: 1.65;
}

.v25-shop-category-strip {
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    margin: 0 0 2rem;
    padding: 0.25rem 0 0.85rem;
    scrollbar-width: thin;
}

.v25-shop-category-strip a {
    flex: 0 0 auto;
    min-width: 138px;
    border: 1px solid rgba(0, 51, 102, 0.12);
    border-radius: 8px;
    padding: 0.78rem 0.95rem;
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(0, 51, 102, 0.06);
    font-size: 0.9rem;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
}

.v25-shop-section {
    padding: 2rem 0 0;
}

@media (max-width: 900px) {
    .store-entry-hero {
        grid-template-columns: 1fr;
        padding-bottom: 2.4rem;
    }

    .store-entry-metrics {
        grid-template-columns: 1fr;
    }

    .store-entry-flow {
        grid-template-columns: 1fr;
    }

    .store-entry-category-grid {
        grid-template-columns: 1fr;
    }

    .store-entry-category-card {
        grid-template-columns: 1fr;
    }

    .store-entry-guides {
        grid-template-columns: 1fr;
    }

    .v25-shop-hero {
        grid-template-columns: 1fr;
    }

    .v25-shop-hero-media {
        order: -1;
    }
}

@media (max-width: 680px) {
    .store-entry-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 0.65rem;
        margin-top: 1.15rem;
    }

    .store-entry-actions > a {
        flex: 0 0 auto;
        width: 100%;
        min-height: 50px;
        padding: 0.82rem 1rem;
        border-radius: 18px;
        font-size: 0.9rem;
    }

    .v25-shop-actions {
        flex-direction: column;
    }

    .v25-shop-actions .button {
        width: 100%;
        text-align: center;
    }

    .v25-shop-notice {
        grid-template-columns: 1fr;
    }
}
