﻿.store-home-page {
    background: radial-gradient(circle at top left, rgba(186, 230, 253, 0.35), transparent 28%), radial-gradient(circle at top right, rgba(253, 224, 71, 0.18), transparent 22%), linear-gradient(180deg, #f8fbff 0%, #ffffff 35%, #f9fbfc 100%);
    color: #1f2937;
}

/* Sections */
.store-hero-section,
.store-spotlight-section,
.store-featured-section,
.store-benefits-section,
.store-cta-section {
    position: relative;
    padding: 5rem 0;
}

.store-section-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-section-title {
    margin-bottom: 0.75rem;
    font-size: clamp(1.9rem, 2vw, 2.6rem);
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
}

.store-section-text {
    color: #64748b;
    font-size: 1.03rem;
    line-height: 1.75;
    max-width: 700px;
}

.store-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

    .store-section-header.centered {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

/* Hero */
.store-hero-section {
    overflow: hidden;
    padding-top: 5.5rem;
    padding-bottom: 4rem;
}

.store-hero-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.65;
    z-index: 0;
}

.store-hero-bg-shape-1 {
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.24), rgba(14, 165, 233, 0.14));
    top: -80px;
    right: -60px;
}

.store-hero-bg-shape-2 {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.22), rgba(249, 115, 22, 0.12));
    bottom: 20px;
    left: -70px;
}

.store-hero-content {
    position: relative;
    z-index: 1;
}

.store-hero-title {
    margin-bottom: 1.25rem;
    font-size: clamp(2.3rem, 4vw, 4.2rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
    max-width: 780px;
}

.store-hero-text {
    max-width: 640px;
    margin-bottom: 1.75rem;
    font-size: 1.08rem;
    line-height: 1.9;
    color: #475569;
}

.store-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 2rem;
}

.store-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.store-highlight-chip {
    min-width: 170px;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(6px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.store-highlight-number {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.25rem;
}

.store-highlight-label {
    display: block;
    font-size: 0.92rem;
    color: #64748b;
}

/* Buttons */
.store-btn-primary,
.store-btn-secondary,
.store-btn-outline {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.8rem 1.35rem;
    transition: all 0.2s ease;
    box-shadow: none;
}

.store-btn-primary {
    color: #fff;
    border: none;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

    .store-btn-primary:hover,
    .store-btn-primary:focus {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
    }

.store-btn-secondary {
    color: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.8);
}

    .store-btn-secondary:hover,
    .store-btn-secondary:focus {
        color: #0f172a;
        background: #fff;
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    }

.store-btn-outline {
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
}

    .store-btn-outline:hover,
    .store-btn-outline:focus {
        color: #0f172a;
        border-color: rgba(15, 23, 42, 0.22);
        background: #f8fafc;
    }

/* Hero card */
.store-hero-feature-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(8px);
}

.store-hero-feature-image-wrap {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.store-hero-feature-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.store-hero-feature-body {
    padding: 1.5rem;
}

.store-hero-feature-title {
    margin: 0.75rem 0 0.45rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.store-hero-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    color: #64748b;
    font-size: 0.95rem;
}

.store-hero-feature-text {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

/* Badges */
.store-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.78rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.store-badge-dark {
    background: #0f172a;
    color: #fff;
}

.store-badge-success {
    background: #dcfce7;
    color: #166534;
}

.store-badge-light {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

/* Spotlight */
.store-spotlight-panel {
    overflow: hidden;
    border-radius: 2rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.07);
}

.store-spotlight-image-wrap {
    height: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.store-spotlight-image {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

.store-spotlight-content {
    padding: 2.25rem;
}

.store-spotlight-text {
    margin-bottom: 1.5rem;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.9;
}

.store-spotlight-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* Product cards */
.store-product-card {
    height: 100%;
    overflow: hidden;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    .store-product-card:hover {
        transform: translateY(-6px);
        border-color: rgba(59, 130, 246, 0.18);
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.10);
    }

.store-product-image-wrap {
    position: relative;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.store-product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.store-product-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.store-product-body {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    min-height: 260px;
}

.store-product-category {
    margin-bottom: 0.55rem;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.store-product-title {
    margin-bottom: 0.45rem;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}

.store-product-brand {
    margin-bottom: 0.75rem;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
}

.store-product-text {
    color: #64748b;
    font-size: 0.96rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.store-product-actions {
    margin-top: auto;
}

/* Benefits */
.store-benefits-section {
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.5) 0%, rgba(255,255,255,0.7) 100%);
}

.store-benefit-card {
    height: 100%;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.05);
    text-align: left;
}

    .store-benefit-card h3 {
        margin-bottom: 0.75rem;
        font-size: 1.25rem;
        font-weight: 800;
        color: #0f172a;
    }

    .store-benefit-card p {
        margin-bottom: 0;
        color: #64748b;
        line-height: 1.8;
    }

.store-benefit-icon {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e0f2fe, #f8fafc);
    color: #0f172a;
    font-size: 1.35rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

/* CTA */
.store-cta-panel {
    padding: 2.25rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

    .store-cta-panel .store-section-eyebrow {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    .store-cta-panel .store-section-title,
    .store-cta-panel .store-section-text {
        color: #fff;
    }

    .store-cta-panel .store-section-text {
        opacity: 0.86;
    }

.store-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: flex-end;
}

.store-cta-panel .store-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.20);
}

    .store-cta-panel .store-btn-secondary:hover,
    .store-cta-panel .store-btn-secondary:focus {
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
    }

/* Empty state */
.store-empty-state {
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed rgba(148, 163, 184, 0.5);
    text-align: center;
}

    .store-empty-state h3 {
        margin-bottom: 0.6rem;
        font-size: 1.25rem;
        font-weight: 800;
        color: #0f172a;
    }

    .store-empty-state p {
        margin-bottom: 0;
        color: #64748b;
    }

/* Responsive */
@media (max-width: 991.98px) {
    .store-hero-section,
    .store-spotlight-section,
    .store-featured-section,
    .store-benefits-section,
    .store-cta-section {
        padding: 4rem 0;
    }

    .store-spotlight-content,
    .store-cta-panel {
        padding: 1.5rem;
    }

    .store-spotlight-image {
        min-height: 280px;
    }

    .store-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .store-hero-title {
        font-size: 2.3rem;
    }

    .store-hero-feature-image,
    .store-product-image {
        height: 220px;
    }

    .store-spotlight-image {
        min-height: 240px;
    }

    .store-section-title {
        font-size: 1.8rem;
    }
}

.home-mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    padding: .75rem .85rem calc(.75rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(15, 23, 42, .1);
    box-shadow: 0 -12px 30px rgba(15, 23, 42, .16);
}

.home-mobile-login-btn {
    width: 100%;
    border-radius: 999px;
    font-weight: 700;
    padding: .8rem 1rem;
    margin-bottom: .55rem;
}

.home-mobile-secondary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
}

    .home-mobile-secondary-actions .btn {
        border-radius: 999px;
        font-size: .85rem;
        font-weight: 700;
        padding: .65rem .45rem;
        white-space: nowrap;
    }

@media (max-width: 991.98px) {
    body {
        padding-bottom: 155px;
    }

    .store-hero-actions {
        display: none;
    }
}

@media (max-width: 370px) {
    .home-mobile-secondary-actions {
        grid-template-columns: 1fr;
    }

    body {
        padding-bottom: 205px;
    }
}


/*OLD STYLNG from v1*/

/*.home-page {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 240px);
}

.py-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-section {
    position: relative;
}

.hero-eyebrow,
.section-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #0d6efd;
}

.hero-content {
    max-width: 620px;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-highlight-item {
    min-width: 150px;
    padding: .9rem 1rem;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    background: #fff;
}

    .hero-highlight-item strong {
        display: block;
        margin-bottom: .2rem;
        font-size: .95rem;
    }

    .hero-highlight-item span {
        color: #6c757d;
        font-size: .9rem;
    }

.hero-media-card {
    overflow: hidden;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #eef1f4;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

.spotlight-card {
    overflow: hidden;
    border: 1px solid #eef1f4;
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .05);
}

.spotlight-image-wrap {
    height: 100%;
    background: #f8f9fa;
}

.spotlight-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.spotlight-content {
    padding: 2rem;
}

.section-header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.featured-product-card {
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .featured-product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 .75rem 1.75rem rgba(0, 0, 0, .08) !important;
    }

.product-image-wrap {
    position: relative;
    background: #f8f9fa;
}

.product-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.product-badges {
    position: absolute;
    top: .85rem;
    left: .85rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.product-category {
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #6c757d;
}

.cta-panel {
    padding: 2rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #eef1f4;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .04);
}

@media (max-width: 991.98px) {
    .spotlight-content {
        padding: 1.5rem;
    }

    .hero-image,
    .spotlight-image {
        min-height: 260px;
    }
}
*/