:root {
    --shop-ink: #101828;
    --shop-muted: #667085;
    --shop-line: #e4e7ec;
    --shop-soft: #f8fafc;
    --shop-orange: #f97316;
    --shop-green: #16a34a;
    --shop-blue: #0f3a5f;
    --shop-bg: #f5f7fb;
}

body {
    background: var(--shop-bg);
}

.top-marquee {
    background: #ff6a00 !important;
    color: #fff !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: 0;
}

.ibig-header {
    background: #061f55 !important;
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 14px 34px rgba(6,31,85,.22) !important;
    padding: 14px 0 !important;
}

.header-container {
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: none !important;
    gap: 18px;
}

.ibig-header .logo {
    flex: 0 0 auto;
}

.ibig-header .logo-img {
    height: 62px !important;
    max-height: 62px !important;
    max-width: 230px !important;
    width: auto !important;
    display: block;
    object-fit: contain;
}

.desktop-menu {
    flex: 1;
    min-width: 0;
}

.desktop-menu ul {
    justify-content: center;
    align-items: center;
    gap: 6px !important;
    padding: 0 !important;
}

.desktop-menu ul li a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 9px 12px;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    white-space: nowrap;
}

.desktop-menu ul li a:hover,
.desktop-menu ul li a.active,
.desktop-menu .active {
    background: rgba(255,255,255,.1);
    color: #ff7a1a !important;
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
}

.header-assist,
.header-cart {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
}

.header-assist {
    gap: 8px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff !important;
    padding: 9px 13px;
}

.header-assist:hover {
    background: #ff7a1a;
    border-color: #ff7a1a;
    color: #fff !important;
}

.header-cart {
    width: 46px;
    position: relative;
    background: linear-gradient(135deg, #ff7a1a 0%, #f04438 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(249,115,22,.24);
}

.header-cart,
.header-cart:hover,
.header-cart:visited,
.header-assist,
.header-assist:hover,
.header-assist:visited {
    text-decoration: none !important;
}

.header-cart span {
    position: absolute;
    right: -6px;
    top: -7px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #101828;
    color: #fff;
    font-size: 11px;
    font-weight: 1000;
}

.mobile-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    color: #fff !important;
    border-color: rgba(255,255,255,.18);
    align-items: center;
    justify-content: center;
}

.mobile-menu {
    background: #fff !important;
    padding: 76px 16px 22px !important;
    border-left: 1px solid var(--shop-line);
}

.mobile-menu-header {
    color: var(--shop-ink) !important;
}

.mobile-menu a {
    border: 1px solid var(--shop-line) !important;
    border-radius: 8px;
    margin-bottom: 8px;
    color: var(--shop-ink) !important;
    font-weight: 850;
    background: #fff;
}

.mobile-menu a:hover {
    background: #fff7ed !important;
    color: #c2410c !important;
}

.shop-hero {
    background:
        linear-gradient(135deg, rgba(255, 247, 237, .96) 0%, rgba(239, 246, 255, .98) 56%, rgba(240, 253, 244, .96) 100%);
    color: var(--shop-ink);
    padding: 72px 20px 42px;
    border-bottom: 1px solid var(--shop-line);
}

.shop-hero-inner,
.shop-section,
.shop-toolbar,
.shop-category-band,
.shop-trust {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.shop-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 34px;
    align-items: center;
}

.shop-eyebrow {
    display: inline-flex;
    color: #c2410c;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.shop-hero h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.02;
    margin: 0 0 16px;
    letter-spacing: 0;
}

.shop-hero p {
    color: #475467;
    font-size: 17px;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 0 26px;
}

.shop-hero-actions,
.shop-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.shop-btn {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    display: inline-flex;
    min-height: 42px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    color: var(--shop-ink);
    background: #fff;
    transition: .2s ease;
}

.shop-btn.primary {
    background: linear-gradient(135deg, #ff7a1a 0%, #f04438 100%);
    color: #fff;
    border-color: #ff7a1a;
}

.shop-btn.dark {
    background: var(--shop-ink);
    color: #fff;
    border-color: var(--shop-ink);
}

.shop-btn.ghost {
    background: #fff;
}

.shop-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .12);
}

.storefront-hero {
    background:
        radial-gradient(circle at 12% 16%, rgba(249, 115, 22, .16), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(15, 58, 95, .14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
    border-bottom: 1px solid var(--shop-line);
    padding: 34px 0 28px;
}

.storefront-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 28px;
    align-items: center;
}

.storefront-copy h1 {
    color: var(--shop-ink);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 12px;
}

.storefront-copy p {
    color: #475467;
    font-size: 18px;
    line-height: 1.65;
    max-width: 660px;
    margin: 0;
}

.storefront-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.storefront-pills span {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
    box-shadow: 0 8px 18px rgba(16, 24, 40, .05);
}

.catalog-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
    max-width: 560px;
}

.catalog-hero-stats div {
    background: rgba(255,255,255,.86);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 13px;
    box-shadow: 0 10px 22px rgba(16,24,40,.06);
}

.catalog-hero-stats strong,
.catalog-hero-stats span {
    display: block;
}

.catalog-hero-stats strong {
    color: var(--shop-ink);
    font-size: 24px;
    line-height: 1;
}

.catalog-hero-stats span {
    color: var(--shop-muted);
    font-size: 12px;
    font-weight: 850;
    margin-top: 5px;
}

.storefront-search-card {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16, 24, 40, .1);
    padding: 18px;
    display: grid;
    gap: 12px;
}

.storefront-search-card label {
    color: var(--shop-ink);
    font-weight: 900;
}

.shop-hero-panel {
    background: rgba(255,255,255,.96);
    color: var(--shop-ink);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.shop-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.shop-search input,
.shop-select {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    min-height: 46px;
    padding: 0 14px;
    font: inherit;
    width: 100%;
}

.shop-mini-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.shop-mini-stats div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 14px;
}

.shop-mini-stats strong {
    display: block;
    font-size: 22px;
    color: var(--shop-blue);
}

.shop-mini-stats span {
    color: var(--shop-muted);
    font-size: 12px;
}

.shop-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.shop-trust div {
    background: #fff;
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
    border-radius: 8px;
    padding: 14px;
    font-weight: 800;
}

.home-commerce-flow,
.home-bundle-band {
    width: min(1180px, calc(100% - 32px));
    margin: 34px auto 0;
}

.home-commerce-flow {
    display: grid;
    gap: 18px;
}

.home-commerce-flow h2,
.home-bundle-band h2 {
    color: var(--shop-ink);
    font-size: clamp(26px, 3.6vw, 42px);
    line-height: 1.12;
    margin: 0;
    letter-spacing: 0;
}

.home-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-flow-grid article {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.06);
    padding: 18px;
}

.home-flow-grid strong {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    margin-bottom: 14px;
}

.home-flow-grid h3 {
    color: var(--shop-ink);
    margin: 0 0 8px;
    font-size: 18px;
}

.home-flow-grid p,
.home-bundle-band p {
    color: var(--shop-muted);
    line-height: 1.55;
    margin: 0;
}

.home-bundle-band {
    background: #101828;
    color: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    box-shadow: 0 18px 45px rgba(16,24,40,.14);
}

.home-bundle-band h2,
.home-bundle-band p {
    color: #fff;
}

.home-bundle-band p {
    color: rgba(255,255,255,.74);
    margin-top: 8px;
}

.shop-section {
    padding: 48px 0;
}

.shop-section-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: end;
    margin-bottom: 22px;
}

.shop-section-head h2,
.shop-listing-title h1 {
    margin: 0 0 8px;
    color: var(--shop-ink);
    font-size: clamp(25px, 3vw, 38px);
    letter-spacing: 0;
}

.shop-section-head p,
.shop-listing-title p {
    margin: 0;
    color: var(--shop-muted);
    line-height: 1.6;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.shop-card {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shop-card:hover {
    transform: translateY(-4px);
    border-color: #fed7aa;
    box-shadow: 0 18px 40px rgba(16,24,40,.12);
}

.shop-card-media {
    display: block;
    position: relative;
    background: #111827;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.shop-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-cover {
    min-height: 100%;
    padding: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(135deg, #0f3a5f 0%, #111827 100%);
}

.shop-card-bus .shop-cover { background: linear-gradient(135deg, #0f3a5f 0%, #f97316 100%); }
.shop-card-jur .shop-cover { background: linear-gradient(135deg, #111827 0%, #7c3aed 100%); }
.shop-card-fin .shop-cover { background: linear-gradient(135deg, #064e3b 0%, #16a34a 100%); }
.shop-card-gest .shop-cover { background: linear-gradient(135deg, #1e3a8a 0%, #0891b2 100%); }
.shop-card-com .shop-cover { background: linear-gradient(135deg, #be123c 0%, #f97316 100%); }
.shop-card-exc .shop-cover { background: linear-gradient(135deg, #166534 0%, #84cc16 100%); }
.shop-card-inno .shop-cover { background: linear-gradient(135deg, #581c87 0%, #2563eb 100%); }
.shop-card-inf .shop-cover { background: linear-gradient(135deg, #0f172a 0%, #0284c7 100%); }

.shop-cover span {
    align-self: flex-start;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: auto;
    max-width: calc(100% - 112px);
}

.shop-cover strong {
    font-size: 20px;
    line-height: 1.15;
    margin-top: 34px;
}

.shop-cover em {
    font-style: normal;
    color: rgba(255,255,255,.78);
    font-weight: 700;
    margin-top: 8px;
}

.shop-card-code {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    background: #fff;
    color: #0f172a;
    border: 2px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
    padding: 8px 11px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
}

.shop-card-ribbon {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    background: linear-gradient(135deg, #ff7a1a 0%, #f04438 100%);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}

.shop-card-rank {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    background: #101828;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .18);
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 1000;
}

.shop-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.shop-card-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.shop-card-badges span,
.shop-product-badge {
    background: #fff7ed;
    color: #c2410c;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
}

.shop-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
}

.shop-card h3 a {
    color: var(--shop-ink);
    text-decoration: none;
}

.shop-card p {
    color: var(--shop-muted);
    line-height: 1.55;
    margin: 0;
    font-size: 14px;
}

.shop-card-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.shop-proof {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475467;
    font-size: 13px;
    font-weight: 800;
}

.shop-proof span:first-child {
    color: #f59e0b;
}

.shop-card-mini span {
    background: #f2f4f7;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    color: var(--shop-muted);
    font-size: 12px;
    font-weight: 800;
    padding: 5px 8px;
}

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

.shop-card-commerce span {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
}

.shop-card-footer {
    margin-top: auto;
    display: grid;
    gap: 12px;
}

.shop-price {
    display: grid;
    gap: 2px;
}

.shop-price del {
    color: #98a2b3;
    font-size: 13px;
}

.shop-price strong {
    color: var(--shop-orange);
    font-size: 20px;
}

.shop-category-band {
    padding: 30px 0 8px;
}

.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.shop-category-tile {
    border: 1px solid var(--shop-line);
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    text-decoration: none;
    color: var(--shop-ink);
    font-weight: 800;
}

.shop-category-tile span {
    display: block;
    color: var(--shop-muted);
    font-weight: 600;
    margin-top: 6px;
    font-size: 13px;
}

.shop-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
}

.catalog-toolbar {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(16,24,40,.06);
}

.catalog-products {
    padding-top: 26px;
}

.catalog-status {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16,24,40,.06);
    padding: 18px;
}

.catalog-status h2 {
    margin: 0 0 6px;
    color: var(--shop-ink);
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: 0;
}

.catalog-status p {
    margin: 0;
    color: var(--shop-muted);
    line-height: 1.55;
}

.catalog-status p strong {
    color: var(--shop-ink);
    margin-left: 6px;
}

.shop-filter-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shop-filter-row a {
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
    text-decoration: none;
    border-radius: 999px;
    padding: 9px 13px;
    font-weight: 800;
    background: #fff;
    box-shadow: 0 8px 18px rgba(16,24,40,.04);
}

.shop-filter-row a.active {
    background: var(--shop-ink);
    color: #fff;
}

.shop-empty {
    border: 1px dashed var(--shop-line);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    color: var(--shop-muted);
    background: #fff;
}

.shop-product {
    width: min(1180px, calc(100% - 32px));
    margin: 36px auto 56px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
    gap: 32px;
    align-items: start;
}

.shop-product-media {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    overflow: hidden;
}

.shop-product-media img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.shop-product-info h1 {
    color: var(--shop-ink);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    margin: 14px 0 14px;
}

.shop-product-desc {
    color: var(--shop-muted);
    line-height: 1.75;
    margin-bottom: 22px;
}

.shop-buy-box {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(16,24,40,.06);
}

.shop-buy-box .shop-actions {
    margin-top: 14px;
}

.shop-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.shop-feature-list div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 12px;
    font-weight: 800;
    color: var(--shop-ink);
}

@media (max-width: 960px) {
    .desktop-menu {
        display: none !important;
    }

    .mobile-btn {
        display: inline-flex !important;
    }

    .header-assist {
        display: none;
    }

    .shop-hero-grid,
    .shop-product,
    .shop-toolbar {
        grid-template-columns: 1fr;
    }

    .shop-grid,
    .shop-category-grid,
    .shop-trust,
    .home-flow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

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

@media (max-width: 960px) {
    .storefront-inner {
        grid-template-columns: 1fr;
    }

    .catalog-status {
        align-items: flex-start;
        flex-direction: column;
    }

    .ranking-panel {
        grid-template-columns: 1fr;
    }

    .custom-kit-layout {
        grid-template-columns: 1fr;
    }

    .custom-kit-sidebar {
        position: static;
    }

    .catalog-status .shop-btn {
        width: 100%;
    }

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

    .home-bundle-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-product-callout {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-product-actions {
        justify-items: start;
    }
}

@media (max-width: 620px) {
    .top-marquee {
        font-size: 12px !important;
    }

    .header-container {
        width: min(100% - 24px, 1240px) !important;
    }

    .ibig-header .logo-img {
        height: 46px !important;
        max-width: 190px !important;
    }

    .header-actions {
        margin-left: auto;
    }

    .shop-hero {
        padding-top: 46px;
    }

    .shop-grid,
    .shop-category-grid,
    .shop-trust,
    .home-flow-grid,
    .shop-mini-stats,
    .catalog-hero-stats,
    .ranking-stats,
    .custom-kit-stats,
    .shop-card-commerce,
    .shop-feature-list {
        grid-template-columns: 1fr;
    }

    .shop-section-head {
        display: block;
    }

    .shop-actions .shop-btn {
        width: 100%;
    }

    .storefront-hero {
        padding: 26px 0 22px;
    }

    .storefront-copy h1 {
        font-size: 36px;
    }

    .storefront-search-card {
        padding: 14px;
    }

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

    .catalog-toolbar {
        margin-top: 14px;
    }

    .catalog-status {
        margin-top: 14px;
        padding: 14px;
    }

    .catalog-status p strong {
        display: block;
        margin: 6px 0 0;
    }

    .footer-container,
    .footer-trustline {
        grid-template-columns: 1fr !important;
    }

    .footer-brand img {
        width: 190px !important;
        max-height: 64px !important;
    }

    .quick-commerce {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        display: none !important;
    }
}

.sales-page {
    background: #fff;
}

.sales-hero,
.sales-section,
.sales-strip,
.sales-cta {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.sales-hero {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(360px, 1.18fr);
    gap: 30px;
    align-items: center;
    padding: 34px 0 24px;
}

.sales-media {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    background: var(--shop-soft);
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(16,24,40,.08);
}

.sales-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.sales-copy h1 {
    color: var(--shop-ink);
    font-size: clamp(24px, 2.45vw, 34px);
    line-height: 1.18;
    margin: 12px 0 10px;
    max-width: 720px;
}

.sales-lead {
    color: var(--shop-blue);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.55;
    margin: 0 0 12px;
}

.sales-desc,
.sales-section p,
.sales-secure,
.sales-usd {
    color: var(--shop-muted);
    line-height: 1.75;
}

.sales-desc {
    font-size: 15px;
    max-width: 780px;
}

.sales-offer {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 18px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(16,24,40,.07);
}

.sales-order-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--shop-line);
    padding-bottom: 12px;
    margin-bottom: 14px;
}

.sales-order-head span {
    color: var(--shop-muted);
    font-size: 13px;
    font-weight: 850;
}

.sales-order-head strong {
    background: #101828;
    color: #fff;
    border-radius: 8px;
    padding: 9px 11px;
    font-size: 14px;
    letter-spacing: 0;
}

.sales-offer .shop-actions {
    margin-top: 14px;
}

.sales-secure {
    border-top: 1px solid var(--shop-line);
    margin-top: 14px;
    padding-top: 12px;
    font-size: 13px;
    font-weight: 700;
}

.sales-payment-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.sales-payment-flow div {
    background: #f8fafc;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 10px;
}

.sales-payment-flow strong {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    margin-bottom: 8px;
}

.sales-payment-flow span {
    display: block;
    color: var(--shop-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
}

.sales-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 18px 0 8px;
}

.sales-strip div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 14px;
}

.sales-strip strong,
.sales-strip span {
    display: block;
}

.sales-strip strong {
    color: var(--shop-ink);
    margin-bottom: 4px;
}

.sales-strip span {
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.45;
}

.sales-section {
    padding: 48px 0;
}

.sales-two-cols {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: 28px;
    align-items: start;
}

.sales-section h2,
.sales-cta h2 {
    color: var(--shop-ink);
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.18;
    margin: 0 0 12px;
}

.sales-check-grid,
.sales-included,
.sales-use-grid,
.sales-component-list,
.sales-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.sales-check-grid div,
.sales-included article,
.sales-use-grid article,
.sales-component-list article,
.sales-result-grid div {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(16,24,40,.04);
}

.sales-check-grid div,
.sales-result-grid div {
    color: var(--shop-ink);
    font-weight: 800;
}

.sales-included strong,
.sales-included span,
.sales-use-grid strong,
.sales-use-grid span,
.sales-component-list span,
.sales-component-list p {
    display: block;
}

.sales-included strong,
.sales-use-grid strong,
.sales-component-list span {
    color: var(--shop-ink);
    margin-bottom: 8px;
    font-weight: 900;
}

.sales-included span,
.sales-use-grid span,
.sales-component-list p {
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.sales-format-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.sales-format-list span {
    background: #eef6ff;
    border: 1px solid #bfdbfe;
    color: #0f3a5f;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    padding: 9px 12px;
}

.sales-audience {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sales-audience span {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    border-radius: 999px;
    font-weight: 800;
    padding: 10px 14px;
}

.sales-cta {
    background: linear-gradient(135deg, #101828 0%, #0f3a5f 100%);
    color: #fff;
    border-radius: 8px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sales-cta h2,
.sales-cta p {
    color: #fff;
}

.sales-faq {
    display: grid;
    gap: 10px;
}

.sales-faq details {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.sales-faq summary {
    cursor: pointer;
    color: var(--shop-ink);
    font-weight: 800;
}

.sales-faq p {
    color: var(--shop-muted);
    margin-bottom: 0;
}

.trust-hero {
    background: linear-gradient(135deg, #0f3a5f 0%, #101828 100%);
    color: #fff;
    padding: 62px 20px;
}

.trust-hero-inner,
.trust-section {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.trust-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.06;
    margin: 0 0 14px;
}

.trust-hero p {
    color: #dbeafe;
    line-height: 1.7;
    max-width: 760px;
}

.trust-section {
    padding: 46px 0;
}

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

.trust-card {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(16,24,40,.05);
}

.trust-card h3 {
    color: var(--shop-ink);
    margin: 0 0 8px;
}

.trust-card p {
    color: var(--shop-muted);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 960px) {
    .sales-hero,
    .sales-two-cols {
        grid-template-columns: 1fr;
    }

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

    .sales-cta {
        display: block;
    }
}

@media (max-width: 620px) {
    .sales-strip,
    .sales-check-grid,
    .sales-included,
    .sales-use-grid,
    .sales-component-list,
    .sales-result-grid,
    .sales-payment-flow,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .sales-order-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    margin-left: 4px;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.cart-page {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 22px;
    align-items: start;
}

.cart-progress {
    width: min(1180px, calc(100% - 32px));
    margin: 22px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cart-progress div {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(16,24,40,.05);
    padding: 14px;
}

.cart-progress strong {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e1b4b;
}

.cart-progress span {
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 900;
}

.cart-progress .active {
    border-color: #fb923c;
    background: #fff7ed;
}

.cart-progress .active strong {
    background: #f97316;
    color: #fff;
}

.bundle-section {
    width: min(1180px, calc(100% - 32px));
    margin: 30px auto 0;
}

.quick-commerce {
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.quick-commerce a {
    display: block;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16,24,40,.06);
    padding: 16px;
    color: var(--shop-ink);
    text-decoration: none;
}

.quick-commerce strong,
.quick-commerce span {
    display: block;
}

.quick-commerce strong {
    font-size: 17px;
    margin-bottom: 5px;
}

.quick-commerce span {
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.45;
}

.shop-toast {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    width: min(360px, calc(100% - 36px));
    background: #101828;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(16,24,40,.28);
    padding: 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 12px;
    align-items: center;
}

.shop-toast[hidden] {
    display: none;
}

.shop-toast strong,
.shop-toast span {
    display: block;
}

.shop-toast span {
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.shop-toast a {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    background: #fff;
    color: var(--shop-ink);
    border-radius: 8px;
    padding: 9px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
}

.promo-hero {
    background:
        radial-gradient(circle at 15% 20%, rgba(240, 68, 56, .14), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(249, 115, 22, .16), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.category-hero {
    background:
        radial-gradient(circle at 12% 20%, rgba(22, 163, 74, .12), transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(249, 115, 22, .14), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.category-ranking {
    border-color: #dbeafe;
}

.category-callout {
    background: linear-gradient(135deg, #0f3a5f 0%, #16a34a 100%);
}

.custom-kit-hero {
    background:
        radial-gradient(circle at 14% 16%, rgba(15, 58, 95, .14), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(249, 115, 22, .16), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
}

.custom-kit-panel {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16,24,40,.1);
    padding: 20px;
}

.custom-kit-panel strong {
    display: block;
    color: var(--shop-ink);
    font-size: 20px;
    margin-bottom: 12px;
}

.custom-kit-panel ol {
    margin: 0;
    padding-left: 20px;
    color: var(--shop-muted);
    line-height: 1.8;
    font-weight: 750;
}

.custom-kit-stats,
.custom-kit-section {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
}

.custom-kit-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.custom-kit-stats div {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16,24,40,.06);
    padding: 16px;
}

.custom-kit-stats strong,
.custom-kit-stats span {
    display: block;
}

.custom-kit-stats strong {
    color: var(--shop-ink);
    font-size: 24px;
}

.custom-kit-stats span {
    color: var(--shop-muted);
    font-size: 13px;
    font-weight: 850;
}

.custom-kit-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.custom-kit-form,
.custom-kit-sidebar {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    padding: 22px;
}

.custom-kit-form {
    display: grid;
    gap: 16px;
}

.custom-kit-form .form-group {
    display: grid;
    gap: 7px;
    margin: 0;
}

.custom-kit-form label {
    color: var(--shop-ink);
    font-weight: 850;
}

.custom-kit-form input,
.custom-kit-form select,
.custom-kit-form textarea {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    min-height: 46px;
    padding: 12px 13px;
    font: inherit;
    color: var(--shop-ink);
    background: #fff;
}

.custom-kit-form textarea {
    min-height: 150px;
}

.custom-kit-form input:focus,
.custom-kit-form select:focus,
.custom-kit-form textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249,115,22,.12);
    outline: none;
}

.custom-kit-sidebar {
    position: sticky;
    top: 18px;
}

.custom-kit-sidebar h2 {
    color: var(--shop-ink);
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.12;
}

.custom-kit-sidebar p {
    color: var(--shop-muted);
    line-height: 1.6;
}

.ranking-panel,
.top-product-callout {
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 0;
    border-radius: 8px;
}

.ranking-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--shop-line);
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    padding: 20px;
}

.ranking-panel h2,
.top-product-callout h2 {
    margin: 0 0 8px;
    color: var(--shop-ink);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.12;
    letter-spacing: 0;
}

.ranking-panel p,
.top-product-callout p {
    margin: 0;
    color: var(--shop-muted);
    line-height: 1.6;
}

.ranking-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ranking-stats div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 14px;
}

.ranking-stats strong,
.ranking-stats span {
    display: block;
}

.ranking-stats strong {
    color: var(--shop-ink);
    font-size: 22px;
    line-height: 1.15;
}

.ranking-stats span {
    color: var(--shop-muted);
    font-size: 12px;
    font-weight: 850;
    margin-top: 4px;
}

.top-product-callout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, #101828 0%, #0f3a5f 100%);
    color: #fff;
    padding: 24px;
    box-shadow: 0 18px 45px rgba(16,24,40,.16);
}

.top-product-callout h2,
.top-product-callout p {
    color: #fff;
}

.top-product-callout p {
    color: rgba(255,255,255,.75);
}

.top-product-actions {
    display: grid;
    gap: 10px;
    justify-items: end;
    flex: 0 0 auto;
}

.top-product-actions strong {
    color: #fff;
    font-size: 26px;
}

.promo-callout {
    background: linear-gradient(135deg, #9a3412 0%, #f97316 100%);
}

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

.bundle-card {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    padding: 20px;
    display: grid;
    gap: 12px;
}

.bundle-tag {
    width: max-content;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 900;
}

.bundle-card h3 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 22px;
}

.bundle-card p {
    margin: 0;
    color: var(--shop-muted);
    line-height: 1.55;
}

.bundle-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--shop-ink);
    line-height: 1.55;
    font-size: 14px;
}

.bundle-price {
    display: grid;
    gap: 2px;
}

.bundle-price del {
    color: #98a2b3;
}

.bundle-price strong {
    color: #f97316;
    font-size: 24px;
}

.proof-section {
    width: min(1180px, calc(100% - 32px));
    margin: 42px auto 0;
}

.proof-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 34px;
}

.proof-stats div {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.06);
    padding: 18px;
}

.proof-stats strong,
.proof-stats span {
    display: block;
}

.proof-stats strong {
    color: var(--shop-ink);
    font-size: 26px;
    margin-bottom: 4px;
}

.proof-stats span {
    color: var(--shop-muted);
    font-size: 13px;
    font-weight: 800;
}

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

.testimonial-card {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.06);
    padding: 20px;
}

.testimonial-rating {
    color: #f59e0b;
    font-weight: 900;
    margin-bottom: 10px;
}

.testimonial-card p {
    color: var(--shop-ink);
    line-height: 1.65;
    margin: 0 0 14px;
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card strong {
    color: var(--shop-ink);
}

.testimonial-card span {
    color: var(--shop-muted);
    font-size: 13px;
}

.product-proof {
    margin-top: 48px;
}

.cart-list-wrap,
.cart-summary {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
}

.cart-list-wrap {
    overflow: hidden;
}

.cart-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-bottom: 1px solid var(--shop-line);
}

.cart-list-head h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: 24px;
}

.cart-list-head a {
    color: #f97316;
    font-weight: 900;
    text-decoration: none;
}

.cart-list {
    padding: 14px;
}

.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(120px, auto);
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid var(--shop-line);
}

.cart-item:last-child {
    border-bottom: 0;
}

.cart-code {
    display: inline-flex;
    background: #f2f4f7;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 900;
    color: var(--shop-ink);
    margin-bottom: 8px;
}

.cart-item h3 {
    color: var(--shop-ink);
    margin: 0 0 5px;
    font-size: 17px;
}

.cart-item a {
    color: #f97316;
    font-weight: 800;
    text-decoration: none;
}

.cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    color: var(--shop-muted);
    font-size: 13px;
    font-weight: 750;
}

.cart-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--shop-line);
    border-radius: 999px;
    padding: 6px;
}

.cart-controls button {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: var(--shop-soft);
    color: var(--shop-ink);
    font-weight: 900;
    cursor: pointer;
}

.cart-line-total {
    display: grid;
    gap: 3px;
    justify-items: end;
}

.cart-line-total span {
    color: var(--shop-muted);
    font-size: 12px;
    font-weight: 850;
}

.cart-line-total strong {
    color: var(--shop-ink);
    font-size: 17px;
}

.cart-summary {
    padding: 20px;
    position: sticky;
    top: 18px;
}

.cart-summary h2 {
    margin: 0 0 14px;
    color: var(--shop-ink);
    font-size: 28px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--shop-muted);
    padding: 12px 0;
    border-bottom: 1px solid var(--shop-line);
}

.cart-summary-row.total {
    color: var(--shop-ink);
    font-size: 20px;
}

.cart-checkout,
.cart-clear {
    width: 100%;
    margin-top: 14px;
}

.cart-assurance {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.cart-assurance div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 12px;
}

.cart-assurance strong,
.cart-assurance span {
    display: block;
}

.cart-assurance strong {
    color: var(--shop-ink);
    margin-bottom: 3px;
}

.cart-assurance span {
    color: var(--shop-muted);
    font-size: 13px;
    line-height: 1.45;
}

.checkout-page {
    width: min(1180px, calc(100% - 32px));
    margin: 34px auto 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
    align-items: start;
}

.checkout-main {
    display: grid;
    gap: 16px;
}

.checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.checkout-steps div {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 10px 22px rgba(16,24,40,.05);
}

.checkout-steps strong {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e1b4b;
    flex: 0 0 auto;
}

.checkout-steps span {
    color: var(--shop-ink);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.checkout-steps .active {
    border-color: #fb923c;
    background: #fff7ed;
}

.checkout-steps .active strong {
    background: #f97316;
    color: #fff;
}

.checkout-form,
.checkout-summary {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    padding: 22px;
}

.checkout-form {
    display: grid;
    gap: 16px;
}

.checkout-form h2,
.checkout-summary h2 {
    color: var(--shop-ink);
    margin: 0;
}

.checkout-form-head,
.checkout-summary-head {
    display: grid;
    gap: 6px;
}

.checkout-form-head p,
.checkout-summary-head p {
    margin: 0;
    color: var(--shop-muted);
    line-height: 1.5;
}

.checkout-kicker {
    color: #f97316;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: 0;
    text-transform: uppercase;
}

.checkout-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.checkout-form label {
    display: grid;
    gap: 7px;
    color: var(--shop-ink);
    font-weight: 800;
}

.checkout-form input,
.checkout-form textarea {
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 12px 13px;
    font: inherit;
    color: var(--shop-ink);
    background: #fff;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249,115,22,.12);
    outline: none;
}

.payment-method-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #fed7aa;
    background: #fff7ed;
    border-radius: 8px;
    padding: 16px;
}

.payment-method-card strong {
    display: block;
    color: var(--shop-ink);
    font-size: 20px;
    margin-top: 3px;
}

.payment-method-card p {
    color: var(--shop-muted);
    margin: 4px 0 0;
    line-height: 1.45;
}

.payment-badge {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 1000;
    padding: 8px 10px;
}

.payment-warning {
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
    border-radius: 8px;
    padding: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.checkout-pay-button {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
}

.checkout-line {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-ink);
}

.checkout-line span {
    font-weight: 850;
}

.checkout-summary {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 14px;
}

.checkout-assurance {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.checkout-assurance div {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 8px;
    padding: 12px;
}

.checkout-assurance strong,
.checkout-assurance span {
    display: block;
}

.checkout-assurance strong {
    color: var(--shop-ink);
    margin-bottom: 3px;
}

.checkout-assurance span {
    color: var(--shop-muted);
    line-height: 1.45;
    font-size: 13px;
}

.ibig-footer {
    background:
        radial-gradient(circle at 12% 10%, rgba(249,115,22,.18), transparent 28%),
        linear-gradient(135deg, #101828 0%, #0f3a5f 100%) !important;
    border-radius: 0 !important;
    padding: 46px 0 22px !important;
    margin-top: 64px !important;
    color: rgba(255,255,255,.78) !important;
}

.footer-container {
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 1.15fr) repeat(3, minmax(180px, 1fr)) !important;
    gap: 34px !important;
    align-items: start !important;
}

.footer-col {
    min-width: 0;
}

.footer-brand img {
    width: 220px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 72px !important;
    object-fit: contain !important;
    display: block !important;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 14px;
}

.footer-brand {
    max-width: 360px;
}

.footer-col h5 {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    margin-bottom: 14px !important;
}

.footer-col p {
    color: rgba(255,255,255,.72) !important;
    line-height: 1.7 !important;
}

.footer-col ul li {
    color: rgba(255,255,255,.72) !important;
    margin-bottom: 10px !important;
}

.footer-col ul li a {
    color: rgba(255,255,255,.72) !important;
}

.footer-col ul li a:hover {
    color: #fff !important;
}

.footer-badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
}

.footer-badges span {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 900;
    width: max-content;
    max-width: 100%;
}

.footer-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: var(--shop-ink) !important;
    text-decoration: none;
    font-weight: 950;
}

.footer-trustline {
    width: min(1240px, calc(100% - 32px));
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 18px 0;
}

.footer-trustline div {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    padding: 14px;
}

.footer-trustline strong,
.footer-trustline span {
    display: block;
}

.footer-trustline strong {
    color: #fff;
    font-size: 22px;
}

.footer-trustline span {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 850;
}

.footer-bottom {
    width: min(1240px, calc(100% - 32px));
    margin: 22px auto 0 !important;
    color: rgba(255,255,255,.62) !important;
    border-top: 0 !important;
}

.footer-bottom a {
    color: #fff !important;
}

@media (max-width: 860px) {
    .cart-page {
        grid-template-columns: 1fr;
    }

    .cart-progress {
        grid-template-columns: 1fr;
    }

    .checkout-page {
        grid-template-columns: 1fr;
    }

    .cart-summary,
    .checkout-summary {
        position: static;
    }

    .bundle-grid {
        grid-template-columns: 1fr;
    }

    .proof-stats,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .quick-commerce {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .checkout-steps,
    .checkout-field-grid {
        grid-template-columns: 1fr;
    }

    .payment-method-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-item {
        grid-template-columns: 1fr;
    }

    .cart-list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .cart-controls {
        justify-content: center;
        width: max-content;
    }

    .cart-line-total {
        justify-items: start;
    }
}
