        @keyframes fadeInPage {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .animate-fade-in-page {
            animation: fadeInPage 0.4s ease-out forwards;
        }
        @keyframes popIn {
            from { opacity: 0; transform: scale(0.95) translateY(-5px); }
            to { opacity: 1; transform: scale(1) translateY(0); }
        }
        .animate-pop-in {
            animation: popIn 0.2s ease-out forwards;
        }
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .animate-slide-down {
            animation: slideDown 0.2s ease-out forwards;
        }
        html { scroll-behavior: smooth; }
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        /* Body lock when mobile menu is open */
        .menu-open {
            overflow-x: hidden;
        }

        .mobile-category-btn.is-filtered {
            border-color: #bfdbfe !important;
            background: #eff6ff !important;
            color: #0b5cd5;
            box-shadow: 0 8px 18px rgba(26, 122, 248, 0.1);
        }

        .mobile-category-btn.is-filtered .mobile-category-label {
            color: #0b5cd5;
        }

        .mobile-category-option.is-selected {
            background: #eff6ff !important;
            color: #1a7af8 !important;
            font-weight: 800;
        }

        .site-top-bar {
            padding: 0;
        }

        .site-top-bar-shell {
            min-height: 36px;
            gap: 14px;
        }

        .site-top-bar-message {
            flex: 1 1 auto;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 500;
            line-height: 1.2;
        }

        .site-top-bar-actions {
            flex: 0 0 auto;
            align-items: center;
            gap: 8px;
        }

        .site-top-bar-trigger {
            min-height: 26px;
            align-items: center;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.08);
            padding: 0 9px;
            font-weight: 500;
            line-height: 1;
        }

        .header-contact-divider {
            display: inline-block;
            width: 1px;
            height: 20px;
            flex: 0 0 1px;
            background: #d1d5db;
            vertical-align: middle;
        }

        .header-contact-divider-mobile {
            height: 16px;
        }

        .site-top-bar-trigger svg {
            flex: 0 0 auto;
        }

        @media (max-width: 767px) {
            html,
            body {
                overflow-x: hidden;
            }

            #app-content {
                overflow-x: hidden;
            }

            .site-header-surface {
                padding: 10px 0 12px;
                box-shadow: 0 10px 24px rgba(26, 122, 248, 0.16);
            }

            .site-top-bar-shell {
                min-height: 36px;
                padding-left: 12px !important;
                padding-right: 12px !important;
                gap: 8px;
            }

            .site-top-bar-message {
                flex-basis: calc(100% - 120px);
                max-width: calc(100% - 120px);
            }

            .site-top-bar-actions {
                width: 112px;
                gap: 6px;
                justify-content: flex-end;
            }

            .site-top-bar-trigger {
                width: 52px;
                min-height: 25px;
                justify-content: center;
                padding: 0 7px;
            }

            .mobile-header-shell {
                padding-left: 8px !important;
                padding-right: 12px !important;
                row-gap: 10px;
            }

            .mobile-header-logo {
                width: clamp(190px, 58vw, 232px);
                height: 56px;
                margin-left: -18px;
            }

            .mobile-header-search {
                margin-top: 0 !important;
                flex: 0 0 auto !important;
                width: 100% !important;
                max-width: 450px !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .mobile-header-search input {
                height: 44px;
                border-radius: 14px !important;
                padding-left: 14px !important;
                padding-right: 44px !important;
                box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
            }

            .mobile-header-search button {
                right: 12px !important;
            }

            .mobile-header-cart button {
                width: 42px;
                height: 42px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border: 1px solid rgba(255, 255, 255, 0.26);
                border-radius: 14px;
                background: rgba(255, 255, 255, 0.12);
            }

            .site-nav-surface {
                border-bottom: 1px solid #edf2f7;
                background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
                box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
                padding: 10px 0 14px;
            }

            .mobile-nav-shell {
                padding-left: 12px !important;
                padding-right: 12px !important;
            }

            .mobile-nav-controls {
                gap: 10px !important;
                padding: 8px;
                border: 1px solid #e8eef8;
                border-radius: 18px;
                background: rgba(255, 255, 255, 0.96);
                box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
            }

            .mobile-icon-btn,
            .mobile-call-btn {
                width: 42px;
                height: 42px;
                flex: 0 0 42px;
                display: inline-flex !important;
                align-items: center;
                justify-content: center;
                border: 1px solid #e5edf7;
                border-radius: 14px !important;
                background: #f6f9ff !important;
                color: #1f2937;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
            }

            .mobile-icon-btn:focus,
            .mobile-category-btn:focus,
            .mobile-call-btn:focus,
            .mobile-nav-link:focus {
                outline: none;
            }

            .mobile-icon-btn:focus-visible,
            .mobile-category-btn:focus-visible,
            .mobile-call-btn:focus-visible,
            .mobile-nav-link:focus-visible {
                outline: 2px solid rgba(26, 122, 248, 0.55);
                outline-offset: 3px;
            }

            .mobile-icon-btn.is-active {
                border-color: #1a7af8;
                background: #1a7af8 !important;
                color: #ffffff !important;
                box-shadow: 0 10px 22px rgba(26, 122, 248, 0.22);
            }

            .mobile-call-btn {
                color: #1a7af8 !important;
            }

            .mobile-category-wrap {
                min-width: 0;
            }

            .mobile-category-btn {
                height: 42px;
                min-width: 0;
                border: 1px solid #edf1f7;
                border-radius: 14px !important;
                background: #f7f9fc !important;
                padding: 0 12px !important;
                box-shadow: none;
            }

            .mobile-category-label {
                min-width: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
                font-weight: 700;
            }

            .mobile-category-dropdown {
                top: calc(100% + 10px) !important;
                border-color: #e5edf7 !important;
                border-radius: 18px !important;
                padding: 8px !important;
                box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
            }

            .mobile-category-option {
                margin: 2px 0;
                padding: 12px 14px !important;
                border-radius: 12px;
                font-weight: 650;
            }

            .mobile-main-nav {
                width: 100%;
                gap: 6px !important;
                margin-top: 12px !important;
                padding: 10px !important;
                border: 0 !important;
                border-radius: 20px;
                background: #ffffff;
                box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
            }

            .mobile-nav-link {
                min-height: 44px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border: 1px solid transparent;
                border-radius: 14px;
                background: #f8fafc;
                padding: 0 14px;
                font-weight: 700;
            }

            .mobile-nav-link::after {
                width: 6px;
                height: 6px;
                content: "";
                border-radius: 999px;
                background: #cbd5e1;
            }

            .mobile-nav-link.is-current {
                border-color: #dbeafe;
                background: #eff6ff;
                color: #1a7af8 !important;
            }

            .mobile-nav-link.is-current::after {
                background: #1a7af8;
            }

            .package-detail-media {
                width: 100%;
                min-height: 360px;
            }

            .package-detail-side {
                width: 100%;
            }

            .package-scheme-visual {
                min-height: 360px;
            }

        }

        body[data-spa-pending="true"] #app-content {
            visibility: hidden;
        }



        @media (min-width: 768px) {
            .package-detail-media {
                width: 58%;
                min-height: 560px;
            }

            .package-detail-side {
                width: 42%;
            }

            .package-scheme-visual {
                min-height: 680px;
            }
        }

        /* Konfiguratori Solar Styles */
        .animate-flow { stroke-dasharray: 12 12; animation: dash-flow 1s linear infinite; }
        @keyframes dash-flow { from { stroke-dashoffset: 24; } to { stroke-dashoffset: 0; } }
        .toggle-checkbox:checked { right: 0; border-color: #fff; }
        .toggle-checkbox:checked + .toggle-label { background-color: #4CAF50; }
        .toggle-checkbox { right: 0; z-index: 1; border-color: #e2e8f0; transition: all 0.3s; }
        .toggle-label { transition: all 0.3s; }
        .glow-active { filter: drop-shadow(0 0 12px rgba(250, 204, 21, 0.9)); }
        input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 14px;
            height: 14px;
            background: #3b82f6;
            border-radius: 50%;
            cursor: pointer;
            border: 2px solid #fff;
        }
        .node-error { border-color: #ef4444 !important; box-shadow: 0 0 15px rgba(239, 68, 68, 0.3); }

        .product-share-row {
            width: 100%;
        }

        .share-icon-btn {
            width: 2.15rem;
            height: 2.15rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            color: #ffffff;
            border: 1px solid transparent;
            transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
        }

        .share-icon-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
        }

        .share-icon-btn:active {
            transform: scale(0.96);
        }

        .share-brand-svg {
            width: 1.15rem;
            height: 1.15rem;
            display: block;
        }

        .share-whatsapp {
            background: #25d366;
        }

        .share-facebook {
            background: #1877f2;
        }

        .share-instagram {
            background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af);
        }

        .share-copy {
            color: #334155;
            background: #ffffff;
            border-color: #cbd5e1;
        }

        .offers-layout {
            display: flex;
            flex-direction: column;
        }

        .offers-heading {
            order: 1;
        }

        .offers-grid {
            order: 2;
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .offers-config-intro {
            order: 3;
            margin-top: 5rem;
        }

        .offers-config-panel {
            order: 4;
            max-width: 1100px;
        }

        .offer-card-wide {
            display: flex;
            flex-direction: column;
            min-height: 100%;
        }

        .offer-card-media {
            height: 16rem;
            margin-bottom: 0;
        }

        .offer-card-promo .offer-card-media {
            align-self: center;
            width: 100%;
            min-height: 0;
            height: auto;
            background: #081225;
            border: 1px solid #dbeafe;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
        }

        .offer-card-promo .offer-card-img {
            width: 100%;
            height: 100%;
            max-width: none;
            max-height: none;
            object-fit: contain;
        }

        .offer-card-banner-wide .offer-card-media {
            aspect-ratio: 16 / 9;
        }

        .offer-card-banner-square .offer-card-media {
            aspect-ratio: 4 / 3;
        }

        .offer-card-body {
            min-width: 0;
        }

        .offer-items-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.5rem 1rem;
        }

        .cart-quantity-input::-webkit-outer-spin-button,
        .cart-quantity-input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .cart-quantity-input[type="number"] {
            -moz-appearance: textfield;
            appearance: textfield;
        }

        @media (min-width: 640px) {
            .offers-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

        }

        @media (min-width: 768px) {
            .offers-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

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

        @media (min-width: 1024px) {
            .offers-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .offer-card-wide {
                display: flex;
            }

            .offer-card-media {
                height: 250px;
            }
        }

        .home-promo-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .home-promo-card {
            display: block;
            border: 1px solid #e1eaf5;
            border-radius: 8px;
            background: linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #eef6ff 100%);
            box-shadow: 0 18px 40px rgba(148, 163, 184, 0.14);
            overflow: hidden;
            color: inherit;
            text-decoration: none;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .home-promo-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 22px 42px rgba(148, 163, 184, 0.18);
            border-color: #cddcf0;
        }

        .home-promo-card-main {
            position: relative;
            padding: 24px 22px;
            display: flex;
            flex-direction: column;
        }

        .home-promo-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
            align-items: center;
        }

        .home-promo-copy,
        .home-promo-side-copy {
            min-width: 0;
        }

        .home-promo-side-copy {
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 0;
        }

        .home-promo-copy {
            min-width: 0;
        }

        .home-promo-label {
            margin: 0 0 10px;
            color: #1a7af8;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }

        .home-promo-title {
            margin: 0;
            color: #0f172a;
            font-size: 2.1rem;
            font-weight: 900;
            line-height: 0.98;
        }

        .home-promo-power {
            margin-top: 8px;
            color: #1a7af8;
            font-size: 3.25rem;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -0.04em;
        }

        .home-promo-accent {
            width: 48px;
            height: 4px;
            border-radius: 999px;
            background: #1a7af8;
            margin-top: 12px;
            margin-bottom: 16px;
        }

        .home-promo-description,
        .home-promo-side-description {
            margin: 16px 0 0;
            color: #526277;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .home-promo-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 14px 18px;
            margin-top: 24px;
        }

        .home-promo-actions-main {
            gap: 24px;
            margin-top: 22px;
        }

        .home-promo-actions-side {
            display: block;
            margin-top: 0;
        }

        .home-promo-price {
            color: #0f172a;
            font-size: 1.45rem;
            font-weight: 800;
            line-height: 1.1;
        }

        .home-promo-price-main {
            color: #1f6fe5;
            font-size: 2rem;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -0.03em;
        }

        .home-promo-price-side {
            display: block;
            margin-bottom: 10px;
            color: #1f6fe5;
            font-size: 18px;
            font-weight: 800;
            line-height: 1.1;
        }

        .home-promo-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-height: 46px;
            padding: 0 18px;
            border-radius: 999px;
            background: #1a7af8;
            color: #ffffff;
            font-size: 0.92rem;
            font-weight: 700;
            box-shadow: 0 14px 28px rgba(26, 122, 248, 0.24);
        }

        .home-promo-button-main {
            min-width: 175px;
            height: 44px;
            min-height: 44px;
            padding: 0 22px;
            border-radius: 4px;
            border: none;
            background: #0d6efd;
            color: #ffffff;
            box-shadow: none;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            justify-content: center;
            gap: 10px;
        }

        .home-promo-button-main:hover {
            background: #0b5ed7;
            box-shadow: none;
        }

        .home-promo-button-main svg {
            width: 16px;
            height: 16px;
            color: #ffffff;
            stroke-width: 2;
            vertical-align: middle;
        }

        .home-promo-button-side {
            min-width: 165px;
            min-height: 44px;
            height: 44px;
            padding: 0 22px;
            border-radius: 4px;
            border: none;
            background: #0d6efd;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            justify-content: center;
            box-shadow: none;
        }

        .home-promo-button-side:hover {
            background: #0b5ed7;
            box-shadow: none;
        }

        .home-promo-button-side svg {
            width: 16px;
            height: 16px;
            color: #ffffff;
            stroke-width: 2;
            vertical-align: middle;
        }

        .home-promo-media {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
        }

        .home-promo-media-main {
            min-height: 210px;
        }

        .home-promo-media-side {
            min-height: 145px;
        }

        .home-promo-image {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .home-promo-media-main .home-promo-image {
            max-width: 220px;
            max-height: 250px;
        }

        .home-promo-media-side .home-promo-image {
            max-width: 128px;
            max-height: 118px;
        }

        .home-promo-features {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin-top: -3px;
            padding-top: 20px;
            border-top: 1px solid rgba(209, 220, 236, 0.95);
        }

        .home-promo-feature {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            min-width: 0;
            padding: 0;
            background: transparent;
            border: 0;
        }

        .home-promo-feature::before {
            content: none;
        }

        .home-promo-feature > span {
            display: block;
            min-width: 0;
        }

        .home-promo-feature-icon {
            width: 18px;
            height: 18px;
            min-width: 18px;
            flex-shrink: 0;
            margin-top: 1px;
            color: #1a7af8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .home-promo-feature-icon svg {
            width: 18px;
            height: 18px;
            display: block;
            stroke-width: 2.1;
        }

        .home-promo-feature-copy {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            min-width: 0;
        }

        .home-promo-feature-title {
            color: #0f172a;
            font-size: 13px;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 2px;
        }

        .home-promo-feature-text {
            color: #526277;
            font-size: 12px;
            line-height: 1.3;
            margin: 0;
        }

        .home-promo-side {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .home-promo-card-side {
            position: relative;
            padding: 24px 28px;
            display: grid;
            grid-template-columns: 1fr;
            column-gap: 22px;
            align-items: center;
            border-radius: 10px;
        }

        .home-promo-card-side::after {
            content: "";
            position: absolute;
            right: 24px;
            bottom: 18px;
            width: 120px;
            height: 90px;
            opacity: 0.18;
            pointer-events: none;
            background-image: radial-gradient(circle, rgba(26, 122, 248, 0.85) 1.2px, transparent 1.4px);
            background-size: 12px 12px;
            background-position: 0 0;
        }

        .home-promo-side-title {
            margin: 0;
            color: #0f172a;
            font-size: 1.2rem;
            font-weight: 900;
            line-height: 1.06;
            margin-bottom: 10px;
        }

        .home-promo-side-description {
            max-width: 280px;
            margin: 0 0 10px;
            font-size: 13px;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        @media (min-width: 425px) and (max-width: 767px) {
            .home-promo-card-side {
                padding: 18px 18px 16px;
                grid-template-columns: minmax(0, 1fr) 132px;
                column-gap: 12px;
                align-items: center;
            }

            .home-promo-side-copy {
                max-width: 100%;
                justify-content: center;
            }

            .home-promo-side-copy .home-promo-label {
                margin-bottom: 8px;
                font-size: 10px;
            }

            .home-promo-side-copy .home-promo-label::after {
                width: 28px;
                flex-basis: 28px;
            }

            .home-promo-side-title {
                font-size: 16px;
                line-height: 1.08;
                margin-bottom: 8px;
                max-width: 100%;
            }

            .home-promo-side-description {
                max-width: 100%;
                margin-bottom: 8px;
                font-size: 11px;
                line-height: 1.4;
                -webkit-line-clamp: 2;
            }

            .home-promo-price-side {
                margin-bottom: 8px;
                font-size: 16px;
            }

            .home-promo-button-side {
                min-width: 136px;
                min-height: 34px;
                height: 34px;
                padding: 0 14px;
                font-size: 12px;
            }

            .home-promo-media-side {
                min-height: 132px;
                justify-self: end;
            }

            .home-promo-media-side .home-promo-image {
                max-width: 136px;
                max-height: 120px;
            }

            .home-promo-card-side::after {
                right: 12px;
                bottom: 12px;
                width: 84px;
                height: 66px;
            }
        }

        @media (min-width: 768px) {
            .home-promo-card-main {
                min-height: 350px;
                padding: 20px 26px 14px 26px;
            }

            .home-promo-card-main .home-promo-label {
                display: inline-flex;
                align-items: center;
                padding: 5px 10px;
                border-radius: 6px;
                background: #dcfce7;
                color: #22c55e;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 0;
                margin-bottom: 14px;
            }

            .home-promo-content {
                grid-template-columns: minmax(0, 360px) minmax(250px, 1fr);
                column-gap: 10px;
                align-items: center;
            }

            .home-promo-features {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                position: static;
                height: auto;
                gap: 22px;
                margin-top: -18px;
                padding-top: 16px;
                padding-bottom: 4px;
                border-top: 1px solid #d9e5f5;
                align-items: start;
                justify-content: start;
                width: 100%;
                max-width: 620px;
            }

            .home-promo-card-side {
                width: 100%;
                max-width: none;
                height: 198px;
                padding: 18px 20px;
                grid-template-columns: minmax(0, 1fr) 138px;
                column-gap: 12px;
                align-items: center;
                border-radius: 10px;
                overflow: hidden;
                box-sizing: border-box;
            }

            .home-promo-media-side {
                min-height: 100%;
            }

            .home-promo-card-main .home-promo-title {
                font-size: 46px;
                line-height: 1;
                font-weight: 700;
                color: #0f172a;
                margin-bottom: 6px;
                white-space: nowrap;
            }

            .home-promo-power {
                font-size: 52px;
                line-height: 0.96;
                font-weight: 800;
                color: #1a7af8;
                margin-bottom: 10px;
            }

            .home-promo-accent {
                width: 46px;
                height: 4px;
                margin-top: 0;
                margin-bottom: 12px;
            }

            .home-promo-description {
                max-width: 470px;
                margin-top: 0;
                margin-bottom: 18px;
                font-size: 15px;
                line-height: 1.55;
                color: #4f5f73;
            }

            .home-promo-media-main .home-promo-image {
                max-width: 430px;
                max-height: 430px;
                transform: translate(-6px, 0);
            }

            .home-promo-copy {
                max-width: 340px;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                align-self: start;
                z-index: 2;
                padding-top: 6px;
                padding-left: 2px;
            }

            .home-promo-actions-main {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                margin-top: 10px;
                margin-bottom: 18px;
            }

            .home-promo-price-main {
                font-size: 20px;
                line-height: 1;
                font-weight: 700;
                color: #1f6fe5;
                margin-left: 4px;
                margin-bottom: 0;
            }

            .home-promo-button-main {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-width: 150px;
                min-height: 38px;
                height: 38px;
                padding: 0 18px;
                border-radius: 4px;
                border: none;
                background: #0d6efd;
                color: #ffffff;
                box-shadow: none;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: 0;
                gap: 8px;
                margin-bottom: 12px;
            }

            .home-promo-button-main:hover {
                background: #0b5ed7;
                box-shadow: none;
            }

            .home-promo-button-main svg {
                width: 14px;
                height: 14px;
                color: #ffffff;
                stroke-width: 2;
                vertical-align: middle;
            }

            .home-promo-media-main {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
                position: relative;
                z-index: 2;
            }

            .home-promo-card-main::before {
                content: "";
                position: absolute;
                right: -70px;
                bottom: -42px;
                width: 500px;
                height: 500px;
                border-radius: 999px;
                background: radial-gradient(ellipse at center center, rgba(26, 122, 248, 0.2) 0%, rgba(26, 122, 248, 0.13) 48%, rgba(26, 122, 248, 0.06) 72%, rgba(26, 122, 248, 0) 100%);
                pointer-events: none;
                z-index: 0;
            }

            .home-promo-card-main::after {
                content: "";
                position: absolute;
                right: 4px;
                bottom: 18px;
                width: 118px;
                height: 96px;
                opacity: 0.26;
                pointer-events: none;
                background-image: radial-gradient(circle, rgba(26, 122, 248, 0.9) 1.1px, transparent 1.35px);
                background-size: 11px 11px;
                background-position: 0 0;
                z-index: 1;
            }

            .home-promo-feature {
                gap: 10px;
                min-width: 0;
                align-items: flex-start;
            }

            .home-promo-feature::before {
                content: none;
            }

            .home-promo-feature-icon {
                width: 24px;
                height: 24px;
                min-width: 24px;
                flex-shrink: 0;
                margin-top: 1px;
                color: #1a7af8;
                position: relative;
                display: inline-flex;
            }

            .home-promo-feature-icon::before {
                content: none;
            }

            .home-promo-feature-icon svg {
                width: 24px;
                height: 24px;
                display: block;
                stroke-width: 2.2;
            }

            .home-promo-feature:nth-child(3) .home-promo-feature-icon svg {
                width: 25px;
                height: 25px;
            }

            .home-promo-feature-copy {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                min-width: 0;
            }

            .home-promo-feature-title {
                font-size: 14px;
                line-height: 1.2;
                font-weight: 700;
                color: #111827;
                margin: 0 0 2px 0;
                white-space: nowrap;
            }

            .home-promo-feature-text {
                font-size: 12px;
                line-height: 1.3;
                color: #6b7280;
                margin: 0;
                white-space: nowrap;
            }

            .home-promo-side-title {
                display: -webkit-box;
                font-size: 20px;
                line-height: 1.05;
                max-width: 250px;
                min-height: calc(1.12em * 2);
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-bottom: 8px;
            }

            .home-promo-price-side {
                display: block;
                margin-bottom: 10px;
                margin-left: 4px;
                font-size: 18px;
                line-height: 1;
            }

            .home-promo-button-side {
                display: inline-flex !important;
                visibility: visible !important;
                opacity: 1 !important;
                min-width: 142px;
                min-height: 36px;
                height: 36px;
                padding: 0 16px;
                border-radius: 4px;
                border: none;
                background: #0d6efd;
                color: #ffffff;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: 0;
                align-items: center;
                justify-content: center;
                gap: 8px;
                flex-shrink: 0;
                box-shadow: none;
            }

            .home-promo-side-copy {
                align-items: flex-start;
                justify-content: center;
                height: 100%;
                min-width: 0;
                max-width: 224px;
                padding-top: 0;
                padding-bottom: 0;
                position: relative;
                z-index: 2;
            }

            .home-promo-side-copy .home-promo-label {
                display: flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 10px;
                font-size: 11px;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.03em;
                color: #1a7af8;
                text-transform: uppercase;
                white-space: nowrap;
            }

            .home-promo-side-copy .home-promo-label::after {
                content: "";
                width: 34px;
                height: 2px;
                flex: 0 0 34px;
                background: #1a7af8;
                border-radius: 999px;
            }

            .home-promo-side-description {
                display: block;
                max-width: 224px;
                min-height: calc(1.35em * 2);
                margin-bottom: 8px;
                font-size: 12px;
                line-height: 1.4;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .home-promo-media-side {
                position: relative;
                z-index: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 100%;
            }

            .home-promo-media-side-inverter .home-promo-image {
                max-width: 205px;
                max-height: 168px;
            }

            .home-promo-card-side-inverter .home-promo-side-title {
                max-width: 236px;
                min-height: auto;
                -webkit-line-clamp: unset;
                overflow: visible;
                font-size: 18px;
                line-height: 1.06;
            }

            .home-promo-card-side-battery .home-promo-side-title {
                max-width: 236px;
                min-height: auto;
                -webkit-line-clamp: unset;
                overflow: visible;
                font-size: 18px;
                line-height: 1.06;
            }

            .home-promo-card-side-battery .home-promo-side-description {
                max-width: 224px;
            }

            .home-promo-media-side-battery .home-promo-image {
                max-width: 205px;
                max-height: 168px;
            }
        }

        @media (min-width: 1024px) {
            .home-promo-grid {
                grid-template-columns: minmax(0, 1.78fr) minmax(390px, 0.82fr);
                gap: 16px;
                align-items: stretch;
            }

            .home-promo-card-main {
                width: 100%;
                height: 100%;
                min-height: 0;
                padding: 20px 28px 12px 28px;
                overflow: hidden;
            }

            .home-promo-content {
                grid-template-columns: minmax(0, 430px) minmax(240px, 1fr);
                column-gap: 12px;
                height: auto;
                align-items: start;
            }

            .home-promo-copy {
                max-width: 430px;
                padding-top: 10px;
                padding-left: 6px;
            }

            .home-promo-description {
                max-width: 430px;
                margin-bottom: 18px;
            }

            .home-promo-actions-main {
                margin-bottom: 18px;
            }

            .home-promo-media-main {
                min-height: 100%;
                align-self: end;
                justify-self: end;
            }

            .home-promo-media-main .home-promo-image {
                max-width: 430px;
                max-height: 430px;
                transform: translate(-36px, -24px);
            }

            .home-promo-side {
                width: 100%;
                min-width: 390px;
                height: 100%;
                grid-template-rows: 1fr 1fr;
                gap: 14px;
            }

            .home-promo-card-side {
                min-height: 0;
                width: 100%;
                max-width: none;
                height: auto;
                padding: 18px 20px;
                grid-template-columns: minmax(0, 1fr) 120px;
                column-gap: 6px;
                align-items: center;
                border-radius: 10px;
                overflow: hidden;
                box-sizing: border-box;
            }

            .home-promo-media-side {
                justify-self: end;
            }
        }
