/* Aiuware Custom Styles */

/* Color Variables */
:root {
    --pink: #e91e63;
    --light-pink: #fce4ec;
    --purple: #9c27b0;
    --dark-purple: #6a1b9a;
    --primary: #e91e63;
    --secondary: #6a1b9a;
    --ink: #171717;
    --muted: #6c757d;
    --soft-bg: #f7f3f1;
}

/* Provider application, bulk order, about, and provider panel */
.provider-apply-page,
.bulk-order-page,
.about-redesign,
.provider-panel,
.provider-login-page {
    background: #f6f8fb;
}

.provider-apply-hero,
.bulk-order-hero,
.about-hero {
    padding: 72px 0 54px;
    background: linear-gradient(135deg, #ffffff 0%, #eef6f4 55%, #fff4f1 100%);
}

.provider-apply-hero-grid,
.bulk-order-hero-grid,
.about-hero-grid,
.provider-login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
    gap: 36px;
    align-items: center;
}

.provider-apply-hero h1,
.bulk-order-hero h1,
.about-hero h1,
.provider-login-visual h1 {
    color: #16202a;
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 1.04;
    font-weight: 800;
    margin: 12px 0 18px;
}

.provider-apply-hero p,
.bulk-order-hero p,
.about-hero p,
.provider-login-card p {
    color: #51606f;
    font-size: 1.05rem;
    line-height: 1.7;
}

.provider-apply-actions,
.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.provider-apply-scoreboard,
.bulk-order-process,
.provider-login-metrics,
.about-image-panel {
    background: #16202a;
    color: #fff;
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 22px 55px rgba(22, 32, 42, .18);
}

.provider-apply-scoreboard div,
.bulk-order-process div,
.provider-login-metrics div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.provider-apply-scoreboard div:last-child,
.bulk-order-process div:last-child,
.provider-login-metrics div:last-child {
    border-bottom: 0;
}

.provider-apply-scoreboard strong,
.bulk-order-process strong,
.provider-login-metrics strong {
    color: #ff6f61;
    font-size: 1.7rem;
}

.provider-apply-benefits,
.bulk-order-audience,
.about-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 34px 0;
}

.about-stat-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.provider-apply-benefits > div,
.bulk-order-audience > div,
.about-stat-strip > div,
.about-principles > div,
.provider-stat-grid > div {
    background: #fff;
    border: 1px solid #e6ebf0;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 14px 32px rgba(22, 32, 42, .06);
}

.provider-apply-benefits i,
.bulk-order-audience i,
.about-principles i {
    color: #e91e63;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.provider-apply-benefits strong,
.bulk-order-audience strong,
.about-principles strong,
.about-stat-strip strong {
    display: block;
    color: #16202a;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.provider-apply-benefits span,
.bulk-order-audience span,
.about-principles span,
.about-stat-strip span {
    color: #667484;
}

.provider-apply-form,
.bulk-order-form {
    background: #fff;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 58px;
    box-shadow: 0 24px 60px rgba(22, 32, 42, .08);
}

.apply-form-head,
.provider-page-head,
.provider-card-head,
.about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.apply-form-head h2,
.provider-page-head h1,
.about-copy-block h2,
.about-cta h2 {
    color: #16202a;
    font-weight: 800;
    margin: 0;
}

.apply-form-badge {
    background: #fff1f4;
    color: #c2185b;
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 700;
}

.apply-form-section,
.bulk-form-section {
    border-top: 1px solid #edf1f5;
    padding-top: 24px;
    margin-top: 24px;
}

.apply-form-section h3,
.bulk-form-section h2,
.provider-card h2 {
    color: #16202a;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.apply-service-chip-grid,
.apply-days-row,
.apply-switch-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.apply-service-chip-grid label,
.apply-days-row label,
.apply-switch-row label {
    border: 1px solid #dce4ec;
    border-radius: 999px;
    padding: 9px 13px;
    background: #fbfcfd;
    color: #27313b;
}

.about-image-panel {
    padding: 14px;
    background: #fff;
}

.about-image-panel img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 7px;
}

.about-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    gap: 28px;
    align-items: start;
    margin: 42px 0;
}

.about-copy-block p {
    color: #5d6b78;
    line-height: 1.75;
}

.about-principles {
    display: grid;
    gap: 14px;
}

.about-operation-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    background: #16202a;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 42px 0;
}

.about-operation-band div {
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.about-operation-band span {
    color: #ff6f61;
    font-weight: 800;
}

.about-operation-band strong {
    display: block;
    font-size: 1.15rem;
    margin: 10px 0;
}

.about-operation-band p {
    color: rgba(255, 255, 255, .76);
    margin: 0;
}

.about-cta {
    background: #fff;
    border: 1px solid #e6ebf0;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 54px;
}

.provider-login-page {
    padding: 56px 0;
}

.provider-login-card,
.provider-login-visual,
.provider-card {
    background: #fff;
    border: 1px solid #e6ebf0;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 18px 42px rgba(22, 32, 42, .08);
}

.provider-login-visual {
    background: #16202a;
    color: #fff;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.provider-login-visual h1,
.provider-login-visual .eyebrow {
    color: #fff;
}

.provider-apply-link {
    display: inline-block;
    margin-top: 18px;
    color: #e91e63;
    font-weight: 700;
}

.provider-panel {
    padding: 34px 0 56px;
}

.provider-panel-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
}

.provider-sidebar {
    background: #16202a;
    color: #fff;
    border-radius: 8px;
    padding: 22px;
    min-height: 720px;
}

.provider-brand span {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.provider-brand strong {
    display: block;
    margin-top: 6px;
    font-size: 1.2rem;
}

.provider-nav {
    display: grid;
    gap: 8px;
    margin-top: 28px;
}

.provider-nav a {
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
    border-radius: 8px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.provider-nav a:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.provider-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.provider-stat-grid span,
.wallet-balance-card span {
    color: #657383;
    font-size: .9rem;
}

.provider-stat-grid strong,
.wallet-balance-card strong {
    display: block;
    color: #16202a;
    font-size: 1.9rem;
    margin-top: 8px;
}

.provider-status {
    display: inline-block;
    background: #eef6f4;
    color: #0f766e;
    border-radius: 999px;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.provider-detail-list {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px 18px;
}

.provider-detail-list dt {
    color: #657383;
}

.provider-detail-list dd {
    color: #16202a;
    margin: 0;
}

.provider-history-item,
.provider-review-item {
    border-top: 1px solid #edf1f5;
    padding: 14px 0;
}

.provider-history-item span,
.provider-review-item small {
    display: block;
    color: #6d7a87;
    font-size: .88rem;
}

.provider-form-card {
    max-width: 520px;
}

@media (max-width: 991px) {
    .provider-apply-hero-grid,
    .bulk-order-hero-grid,
    .about-hero-grid,
    .provider-login-shell,
    .about-section-grid,
    .provider-panel-shell {
        grid-template-columns: 1fr;
    }

    .provider-apply-benefits,
    .bulk-order-audience,
    .about-stat-strip,
    .about-operation-band,
    .provider-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .provider-sidebar {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .provider-apply-hero,
    .bulk-order-hero,
    .about-hero {
        padding: 42px 0 32px;
    }

    .provider-apply-benefits,
    .bulk-order-audience,
    .about-stat-strip,
    .about-operation-band,
    .provider-stat-grid {
        grid-template-columns: 1fr;
    }

    .provider-apply-form,
    .bulk-order-form,
    .provider-card,
    .provider-login-card,
    .provider-login-visual {
        padding: 20px;
    }

    .apply-form-head,
    .provider-page-head,
    .about-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .provider-detail-list {
        grid-template-columns: 1fr;
    }
}

/* Global Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.text-pink {
    color: var(--pink) !important;
}

.bg-pink {
    background-color: var(--light-pink) !important;
}

.btn-pink {
    background-color: var(--pink);
    border-color: var(--pink);
    color: white;
}

.btn-pink:hover {
    background-color: var(--dark-purple);
    border-color: var(--dark-purple);
    color: white;
}

.btn-outline-pink {
    border-color: var(--pink);
    color: var(--pink);
}

.btn-outline-pink:hover {
    background-color: var(--pink);
    border-color: var(--pink);
    color: white;
}

.dashboard-summary-card,
.dashboard-mini-card,
.dashboard-actions .btn {
    border-radius: 18px;
}

.dashboard-summary-card {
    background: #fff;
    border: 1px solid rgba(233, 30, 99, 0.08);
    padding: 24px;
    min-height: 170px;
    box-shadow: 0 18px 50px rgba(23, 23, 23, 0.05);
}

.dashboard-mini-card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    padding: 20px;
    box-shadow: 0 12px 30px rgba(23, 23, 23, 0.07);
}

.dashboard-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    font-size: 1.1rem;
}

.bg-soft-pink {
    background-color: rgba(233, 30, 99, 0.12);
}

.bg-soft-purple {
    background-color: rgba(156, 39, 176, 0.12);
}

.bg-soft-blue {
    background-color: rgba(13, 110, 253, 0.12);
}

.bg-soft-green {
    background-color: rgba(25, 135, 84, 0.12);
}

.bg-soft-warning {
    background-color: rgba(255, 193, 7, 0.12);
}

.bg-soft-danger {
    background-color: rgba(220, 53, 69, 0.12);
}

.dashboard-table thead th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dashboard-table tbody tr:hover {
    background-color: rgba(233, 30, 99, 0.04);
}

.dashboard-actions .btn {
    padding: 18px 22px;
    text-align: left;
}

.dashboard-actions .btn strong {
    display: block;
    margin-bottom: 3px;
}

.dashboard-actions .btn .small {
    color: rgba(255, 255, 255, 0.9);
}

.dashboard-chart-card {
    border: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 18px 50px rgba(23, 23, 23, 0.06);
}

.dashboard-chart-card .card-body {
    min-height: 320px;
}

.dashboard-comparison-card {
    border: 1px solid rgba(23, 23, 23, 0.08);
    box-shadow: 0 18px 50px rgba(23, 23, 23, 0.05);
}

.dashboard-comparison-card .comparison-change {
    font-size: 0.95rem;
    font-weight: 600;
}

.dashboard-status-pie {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-status-list .progress {
    min-height: 12px;
}

.dashboard-top-products .list-group-item {
    border: none;
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #faf8f7;
}

.dashboard-top-products .badge {
    min-width: 42px;
}

.bg-soft-primary {
    background-color: rgba(13, 110, 253, 0.12);
}

.bg-soft-secondary {
    background-color: rgba(108, 117, 125, 0.12);
}

.dashboard-table .table {
    margin-bottom: 0;
}

/* Header Styles */
.site-header {
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.main-navbar {
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(233, 30, 99, 0.42), rgba(106, 27, 154, 0.28)) border-box;
    border: 1px solid transparent;
    border-radius: 28px;
    box-shadow: 0 18px 48px rgba(23, 23, 23, 0.08);
    margin: 10px 0 14px;
    padding-left: 18px;
    padding-right: 18px;
}

.navbar-brand {
    align-items: center;
    display: inline-flex;
    gap: 10px;
}

.brand-mark {
    align-items: center;
    animation: brandPulse 2.8s ease-in-out infinite;
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(233, 30, 99, 0.24);
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.brand-logo {
    display: block;
    max-height: 46px;
    max-width: 160px;
    object-fit: contain;
}

.brand-text {
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
}

.navbar-nav .nav-link {
    border-radius: 999px;
    color: #333 !important;
    font-weight: 800;
    padding: 10px 14px !important;
    position: relative;
    transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.navbar-nav .nav-link::after {
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    border-radius: 999px;
    bottom: 4px;
    content: "";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    width: 28px;
}

.navbar-nav .nav-link:hover {
    background: var(--light-pink);
    color: var(--pink) !important;
    transform: translateY(-2px);
}

.navbar-nav .nav-link:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

.navbar-actions {
    gap: 8px;
}

.nav-search {
    align-items: center;
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 28px rgba(23, 23, 23, 0.08);
    display: flex;
    gap: 10px;
    min-width: 310px;
    overflow: hidden;
    padding: 6px 6px 6px 16px;
    position: relative;
    transition: box-shadow 0.25s ease, min-width 0.25s ease, transform 0.25s ease;
}

.nav-search::before {
    background: linear-gradient(90deg, transparent, rgba(233, 30, 99, 0.18), transparent);
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-20deg);
    transition: left 0.6s ease;
    width: 60%;
}

.nav-search:focus-within {
    box-shadow: 0 18px 42px rgba(233, 30, 99, 0.16);
    min-width: 370px;
    transform: translateY(-2px);
}

.nav-search:focus-within::before {
    left: 120%;
}

.nav-search .search-spark {
    animation: searchFloat 2.6s ease-in-out infinite;
    color: var(--pink);
    position: relative;
    z-index: 1;
}

.nav-search .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    min-height: 42px;
    padding: 0;
    position: relative;
    z-index: 1;
}

.nav-search button {
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    min-height: 42px;
    padding: 0 18px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
}

.nav-search button:hover,
.nav-icon-btn:hover {
    box-shadow: 0 12px 26px rgba(233, 30, 99, 0.24);
    transform: translateY(-3px);
}

.nav-icon-btn {
    align-items: center;
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 16px;
    color: var(--ink);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    width: 46px;
}

.nav-icon-btn:hover {
    background: var(--pink);
    color: #fff;
}

.nav-icon-btn i {
    transition: transform 0.25s ease;
}

.nav-icon-btn:hover i {
    transform: scale(1.12) rotate(-8deg);
}

.nav-cart-count {
    align-items: center;
    background: var(--pink);
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    position: absolute;
    right: -7px;
    top: -8px;
    width: 22px;
}

.nav-cart-btn:hover .nav-cart-count {
    animation: cartBounce 0.6s ease;
    background: #fff;
    color: var(--pink);
}

.navbar-toggler {
    border: 1px solid #eadfe8;
    border-radius: 16px;
    box-shadow: none !important;
    padding: 10px 12px;
}

@keyframes brandPulse {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-2px) rotate(-5deg);
    }
}

@keyframes searchFloat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }
}

@keyframes cartBounce {
    0%, 100% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.25);
    }
}

/* Hero Slider */
.hero-slider {
    position: relative;
}

.hero-slider .carousel-item img {
    height: 500px;
    object-fit: cover;
}

.hero-slider .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
    left: 10%;
    right: 50%;
}

.hero-slider .carousel-caption h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-slider .carousel-caption .btn {
    margin-top: 20px;
}

/* Feature Cards */
.feature-card {
    padding: 30px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card i {
    margin-bottom: 15px;
}

.feature-card h5 {
    color: var(--pink);
    margin-bottom: 10px;
}

/* Area Cards */
.area-card {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.area-card:hover {
    transform: translateY(-5px);
}

.area-card img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.area-card h5 {
    color: var(--pink);
    margin: 15px 0;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(233, 30, 99, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-info {
    padding: 15px;
}

.product-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.product-price {
    margin-bottom: 10px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 10px;
}

.offer-price {
    font-weight: bold;
    color: var(--pink);
    font-size: 18px;
}

.product-rating {
    color: #666;
    font-size: 14px;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

/* Service Cards */
.service-card {
    padding: 40px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    margin-bottom: 20px;
}

.service-card h5 {
    color: var(--pink);
    margin-bottom: 15px;
}

/* Plumber Cards */
.plumber-card {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.plumber-card:hover {
    transform: translateY(-5px);
}

.plumber-card img {
    border: 3px solid var(--light-pink);
}

/* Storefront Home */
.home-offer-strip {
    background: var(--ink);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 10px 0;
}

.home-offer-strip a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.storefront-hero {
    background:
        radial-gradient(circle at 15% 10%, rgba(233, 30, 99, 0.13), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(156, 39, 176, 0.13), transparent 26%),
        linear-gradient(180deg, #fff 0%, var(--soft-bg) 100%);
    padding: 42px 0 56px;
}

.hero-shell {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(233, 30, 99, 0.12);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(23, 23, 23, 0.08);
    overflow: hidden;
    padding: clamp(24px, 4vw, 56px);
    position: relative;
}

.hero-shell::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.08), rgba(156, 39, 176, 0));
    content: "";
    height: 280px;
    position: absolute;
    right: -90px;
    top: -90px;
    transform: rotate(16deg);
    width: 420px;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-copy h1 {
    color: var(--ink);
    font-size: clamp(2.45rem, 5vw, 4.85rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 22px;
}

.hero-copy p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 26px;
    max-width: 620px;
}

.hero-search {
    align-items: center;
    background: #fff;
    border: 1px solid #ece4e0;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(23, 23, 23, 0.08);
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 620px;
    padding: 8px 8px 8px 20px;
}

.hero-search i {
    color: var(--pink);
}

.hero-search input {
    border: 0;
    flex: 1;
    min-width: 0;
    outline: none;
}

.hero-search button {
    background: var(--ink);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    padding: 12px 22px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

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

.hero-stats div {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 16px 18px;
}

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

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

.hero-stats span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px;
}

.hero-visual {
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.hero-image-main {
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(23, 23, 23, 0.16);
    height: 520px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    width: min(88%, 520px);
}

.hero-image-main::after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.62));
    content: "";
    inset: 0;
    position: absolute;
}

.hero-image-main img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-offer-card,
.hero-side-card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 22px 48px rgba(23, 23, 23, 0.14);
}

.hero-offer-card {
    border-radius: 22px;
    bottom: 28px;
    left: 28px;
    padding: 18px 20px;
    position: absolute;
    z-index: 1;
}

.hero-offer-card span,
.hero-offer-card small,
.hero-side-card span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.hero-offer-card strong {
    color: var(--ink);
    display: block;
    font-size: 22px;
}

.hero-side-card {
    align-items: center;
    border-radius: 24px;
    display: flex;
    gap: 14px;
    padding: 16px;
    position: absolute;
    text-decoration: none;
    z-index: 2;
}

.hero-side-card strong {
    color: var(--ink);
    display: block;
    font-size: 17px;
}

.hero-side-card img {
    border-radius: 18px;
    height: 82px;
    object-fit: cover;
    width: 82px;
}

.hero-side-card i {
    align-items: center;
    background: var(--light-pink);
    border-radius: 18px;
    color: var(--pink);
    display: flex;
    font-size: 26px;
    height: 66px;
    justify-content: center;
    width: 66px;
}

.hero-side-card-top {
    left: 0;
    top: 44px;
}

.hero-side-card-bottom {
    bottom: 42px;
    right: 0;
}

.eyebrow {
    color: var(--pink);
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-band .eyebrow {
    color: #fff;
}

.trust-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 22px 0;
}

.trust-item {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    display: flex;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    min-height: 76px;
}

.trust-item i {
    color: var(--pink);
    font-size: 22px;
}

.home-section {
    padding: 72px 0;
}

.section-heading {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.section-heading h2,
.service-band h2,
.why-card h2,
.newsletter-card h2 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.05;
}

.area-showcase {
    background:
        radial-gradient(circle at 12% 20%, rgba(233, 30, 99, 0.1), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fbf7f5 100%);
    overflow: hidden;
}

.area-heading p {
    color: var(--muted);
    font-size: 17px;
    margin: 14px auto 0;
    max-width: 620px;
}

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

.area-tile,
.area-guide-card {
    animation: areaFadeUp 0.75s ease both;
}

.area-tile {
    border-radius: 30px;
    box-shadow: 0 24px 54px rgba(23, 23, 23, 0.12);
    color: #fff;
    display: block;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.area-tile:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 560px;
}

.area-tile:nth-child(2) {
    animation-delay: 0.08s;
}

.area-tile:nth-child(3) {
    animation-delay: 0.16s;
}

.area-tile:nth-child(4) {
    animation-delay: 0.24s;
}

.area-tile::after {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 0, 0.78) 100%),
        linear-gradient(135deg, rgba(233, 30, 99, 0.4), rgba(106, 27, 154, 0.08));
    content: "";
    inset: 0;
    position: absolute;
    transition: opacity 0.35s ease;
}

.area-tile img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 0.6s ease, filter 0.6s ease;
    width: 100%;
}

.area-tile:hover {
    box-shadow: 0 30px 70px rgba(23, 23, 23, 0.2);
    color: #fff;
    transform: translateY(-10px);
}

.area-tile:hover img {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.1);
}

.area-glow {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 65%);
    height: 220px;
    opacity: 0;
    position: absolute;
    right: -70px;
    top: -70px;
    transform: scale(0.7);
    transition: opacity 0.35s ease, transform 0.35s ease;
    width: 220px;
    z-index: 1;
}

.area-tile:hover .area-glow {
    opacity: 0.75;
    transform: scale(1);
}

.area-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    color: var(--pink);
    display: flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    transition: transform 0.35s ease, background 0.35s ease;
    width: 58px;
    z-index: 2;
}

.area-tile:hover .area-icon {
    background: #fff;
    transform: rotate(-8deg) scale(1.08);
}

.area-content {
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.area-content small,
.area-link {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.area-content small {
    color: rgba(255, 255, 255, 0.76);
}

.area-content h3 {
    font-size: clamp(1.6rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 8px 0;
}

.area-content p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 18px;
}

.area-link {
    align-items: center;
    display: inline-flex;
    gap: 9px;
}

.area-link i {
    transition: transform 0.3s ease;
}

.area-tile:hover .area-link i {
    transform: translateX(6px);
}

.area-guide-card {
    align-content: end;
    background: var(--ink);
    border-radius: 30px;
    color: #fff;
    display: grid;
    min-height: 260px;
    padding: 30px;
    position: relative;
    animation-delay: 0.32s;
    overflow: hidden;
}

.area-guide-card::before {
    background: radial-gradient(circle, rgba(233, 30, 99, 0.7), transparent 66%);
    content: "";
    height: 260px;
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
}

.area-guide-card .eyebrow {
    color: #fff;
    position: relative;
}

.area-guide-card h3,
.area-guide-card p,
.area-guide-card a {
    position: relative;
}

.area-guide-card h3 {
    font-size: 26px;
    font-weight: 900;
}

.area-guide-card p {
    color: rgba(255, 255, 255, 0.76);
}

@keyframes areaFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-showcase {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.category-showcase::before {
    animation: floatGlow 6s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgba(233, 30, 99, 0.16), transparent 62%);
    content: "";
    height: 360px;
    left: -120px;
    position: absolute;
    top: 20px;
    width: 360px;
}

.category-orbit-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.category-orbit-card {
    animation: areaFadeUp 0.8s ease both;
    border-radius: 30px;
    color: #fff;
    display: block;
    min-height: 340px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
}

.category-orbit-card:nth-child(2) {
    animation-delay: 0.08s;
}

.category-orbit-card:nth-child(3) {
    animation-delay: 0.16s;
}

.category-orbit-card:nth-child(4) {
    animation-delay: 0.24s;
}

.category-orbit-card::before,
.category-orbit-card::after {
    content: "";
    inset: 0;
    position: absolute;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.category-orbit-card::before {
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.82));
    z-index: 1;
}

.category-orbit-card::after {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.8), rgba(106, 27, 154, 0.3));
    opacity: 0;
    z-index: 2;
}

.category-orbit-card img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform 0.7s ease, filter 0.7s ease;
    width: 100%;
}

.category-orbit-card:hover {
    color: #fff;
}

.category-orbit-card:hover::after {
    opacity: 0.7;
}

.category-orbit-card:hover img {
    filter: saturate(1.18);
    transform: scale(1.12) rotate(1deg);
}

.category-orbit-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 22px;
    color: var(--pink);
    display: flex;
    font-size: 26px;
    height: 64px;
    justify-content: center;
    position: absolute;
    right: 22px;
    top: 22px;
    transition: transform 0.45s ease;
    width: 64px;
    z-index: 3;
}

.category-orbit-card:hover .category-orbit-icon {
    animation: iconBounce 0.7s ease;
    transform: translateZ(22px) rotate(-10deg);
}

.category-orbit-content {
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    z-index: 3;
}

.category-orbit-content span,
.category-orbit-content small {
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.category-orbit-content h3 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    margin: 8px 0 14px;
}

.category-orbit-content small i {
    transition: transform 0.3s ease;
}

.category-orbit-card:hover .category-orbit-content small i {
    transform: translateX(7px);
}

.product-section {
    overflow: hidden;
    position: relative;
}

.product-section .container {
    position: relative;
    z-index: 1;
}

.latest-products-section {
    background:
        radial-gradient(circle at 90% 8%, rgba(156, 39, 176, 0.14), transparent 25%),
        linear-gradient(180deg, var(--soft-bg), #fff);
}

.popular-products-section {
    background: var(--ink);
    color: #fff;
}

.popular-products-section::before {
    animation: floatGlow 6s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgba(233, 30, 99, 0.24), transparent 64%);
    content: "";
    height: 420px;
    position: absolute;
    right: -120px;
    top: -120px;
    width: 420px;
}

.upcoming-products-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(233, 30, 99, 0.12), transparent 26%),
        linear-gradient(135deg, #fff, #fff5fa);
}

.product-lane-heading {
    align-items: end;
    animation: areaFadeUp 0.75s ease both;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-lane-heading h2 {
    color: var(--ink);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0;
}

.popular-products-section .product-lane-heading h2,
.popular-products-section .product-lane-heading a {
    color: #fff;
}

.product-lane-heading a {
    color: var(--pink);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

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

.interactive-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.interactive-product-card::before {
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.75) 45%, transparent 60%);
    content: "";
    height: 100%;
    left: -130%;
    position: absolute;
    top: 0;
    transform: skewX(-18deg);
    transition: left 0.75s ease;
    width: 80%;
    z-index: 3;
}

.interactive-product-card:hover {
    box-shadow: 0 26px 60px rgba(23, 23, 23, 0.16);
    transform: translateY(-10px) rotate(-1deg);
}

.interactive-product-card:hover::before {
    left: 140%;
}

.product-accent-badge {
    background: var(--pink);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    left: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 16px;
    z-index: 4;
}

.interactive-product-image {
    background: #f8f8f8;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.interactive-product-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
}

.interactive-product-card:hover .interactive-product-image img {
    transform: scale(1.12);
}

.interactive-product-image span {
    background: rgba(23, 23, 23, 0.84);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 12px;
    position: absolute;
    right: 14px;
}

.interactive-product-body {
    padding: 20px;
}

.interactive-product-body small {
    color: var(--pink);
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.interactive-product-body h3 {
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
    min-height: 46px;
}

.attribute-preview {
    background: #faf7f6;
    border: 1px solid #f0e7e3;
    border-radius: 18px;
    margin: 0 0 18px;
    padding: 12px;
}

.attribute-row {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.attribute-row + .attribute-row {
    border-top: 1px dashed #e8ddd8;
    margin-top: 10px;
    padding-top: 10px;
}

.attribute-row > span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.color-swatches,
.attribute-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.color-swatches i {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(23, 23, 23, 0.18);
    display: inline-block;
    height: 18px;
    transition: transform 0.25s ease;
    width: 18px;
}

.interactive-product-card:hover .color-swatches i {
    transform: translateY(-3px);
}

.attribute-chips em {
    background: #fff;
    border: 1px solid #e7ded9;
    border-radius: 999px;
    color: var(--ink);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    padding: 4px 8px;
}

.quality-chips em {
    background: var(--light-pink);
    border-color: rgba(233, 30, 99, 0.18);
    color: var(--pink);
}

.upcoming-product-card .interactive-product-image::after {
    animation: pulseRing 2.2s ease-in-out infinite;
    border: 2px solid rgba(233, 30, 99, 0.7);
    border-radius: 999px;
    content: "";
    height: 60px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 60px;
}

@keyframes iconBounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(-10deg);
    }
}

@keyframes floatGlow {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(40px, 24px, 0) scale(1.12);
    }
}

@keyframes pulseRing {
    0% {
        opacity: 0.9;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

.product-showcase {
    background: var(--soft-bg);
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 36px;
}

.category-pills a {
    background: #fff;
    border: 1px solid #e7ded9;
    border-radius: 999px;
    color: var(--ink);
    font-weight: 700;
    padding: 10px 18px;
    text-decoration: none;
}

.category-pills a:hover {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
}

.market-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    height: 100%;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.market-product-card:hover {
    box-shadow: 0 22px 48px rgba(23, 23, 23, 0.12);
    transform: translateY(-6px);
}

.market-product-image {
    background: #f9f9f9;
    min-height: 245px;
    position: relative;
}

.market-product-image img {
    height: 245px;
    object-fit: cover;
    width: 100%;
}

.sale-badge {
    background: #0f8a54;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    left: 14px;
    padding: 7px 11px;
    position: absolute;
    top: 14px;
}

.market-product-body {
    padding: 18px;
}

.market-product-body h3 {
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    min-height: 44px;
}

.rating-line {
    color: #f5a400;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.rating-line span {
    color: var(--muted);
    font-weight: 600;
}

.price-line {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 14px 0 18px;
}

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

.price-line del {
    color: #999;
}

.service-band {
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    color: #fff;
}

.service-band h2 {
    color: #fff;
}

.service-band p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
}

.service-mini-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 800;
    gap: 16px;
    min-height: 180px;
    justify-content: center;
    text-decoration: none;
}

.service-mini-card:hover {
    background: #fff;
    color: var(--pink);
}

.service-mini-card i {
    font-size: 42px;
}

.essentials-ribbon-section {
    padding-top: 0;
}

.essentials-ribbon {
    align-items: center;
    background:
        radial-gradient(circle at 12% 15%, rgba(233, 30, 99, 0.14), transparent 26%),
        linear-gradient(135deg, #fff7fb, #ffffff);
    border: 1px solid rgba(233, 30, 99, 0.1);
    border-radius: 34px;
    box-shadow: 0 22px 55px rgba(23, 23, 23, 0.08);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.essentials-ribbon::after {
    background: radial-gradient(circle, rgba(156, 39, 176, 0.16), transparent 65%);
    content: "";
    height: 240px;
    position: absolute;
    right: -90px;
    top: -100px;
    width: 240px;
}

.essentials-ribbon-copy,
.essentials-ribbon-grid {
    position: relative;
    z-index: 1;
}

.essentials-ribbon-copy h2,
.essentials-heading h2,
.essentials-panel-head h3,
.paints-band-copy h3 {
    color: var(--ink);
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 0;
}

.essentials-ribbon-copy p,
.essentials-heading p,
.essentials-body p,
.paints-band-copy p {
    color: var(--muted);
    margin: 12px 0 0;
}

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

.essentials-chip {
    align-items: center;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(23, 23, 23, 0.08);
    color: var(--ink);
    display: flex;
    gap: 16px;
    min-height: 112px;
    padding: 20px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.essentials-chip:hover,
.essentials-spotlight-card:hover,
.paint-pill:hover {
    box-shadow: 0 24px 46px rgba(23, 23, 23, 0.12);
    transform: translateY(-6px);
}

.essentials-chip i,
.paint-pill i {
    align-items: center;
    border-radius: 18px;
    color: var(--pink);
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.essentials-chip strong,
.paint-pill strong {
    display: block;
    font-size: 17px;
    font-weight: 900;
}

.essentials-chip span,
.paint-pill span {
    color: var(--muted);
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.soft-rose i {
    background: rgba(233, 30, 99, 0.12);
}

.soft-gold i {
    background: rgba(214, 168, 79, 0.18);
}

.soft-lilac i {
    background: rgba(156, 39, 176, 0.12);
}

.soft-slate i {
    background: rgba(23, 23, 23, 0.08);
}

.essentials-showcase-section {
    background:
        radial-gradient(circle at 88% 12%, rgba(233, 30, 99, 0.12), transparent 20%),
        linear-gradient(180deg, #fff, #fff6fa 62%, #fff);
}

.essentials-heading {
    margin-bottom: 30px;
}

.essentials-showcase-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.essentials-panel {
    background: #fff;
    border: 1px solid rgba(233, 30, 99, 0.1);
    border-radius: 30px;
    box-shadow: 0 20px 52px rgba(23, 23, 23, 0.08);
    overflow: hidden;
    padding: 28px;
    position: relative;
}

.essentials-panel::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.08), transparent 55%);
    content: "";
    inset: 0;
    position: absolute;
}

.essentials-panel-dark {
    background: linear-gradient(135deg, #1f1422, #24101f 55%, #33163a);
    border-color: rgba(255, 255, 255, 0.08);
}

.essentials-panel-dark::before {
    background: radial-gradient(circle at 82% 12%, rgba(233, 30, 99, 0.24), transparent 28%);
}

.essentials-panel-head,
.essentials-stack {
    position: relative;
    z-index: 1;
}

.essentials-panel-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.essentials-panel-head a {
    color: var(--pink);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.essentials-panel-dark .essentials-panel-head h3,
.essentials-panel-dark .essentials-panel-head a,
.essentials-panel-dark .essentials-body h4,
.essentials-panel-dark .essentials-body p,
.essentials-panel-dark .essentials-tag,
.essentials-panel-dark .essentials-arrow {
    color: #fff;
}

.essentials-stack {
    display: grid;
    gap: 14px;
}

.essentials-spotlight-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(233, 30, 99, 0.08);
    border-radius: 24px;
    color: var(--ink);
    display: grid;
    gap: 16px;
    grid-template-columns: auto auto 1fr auto;
    padding: 18px 20px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.essentials-spotlight-card-dark {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.essentials-tag {
    background: rgba(233, 30, 99, 0.1);
    border-radius: 999px;
    color: var(--pink);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.7px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.essentials-panel-dark .essentials-tag {
    background: rgba(255, 255, 255, 0.12);
}

.essentials-icon {
    align-items: center;
    background: rgba(233, 30, 99, 0.12);
    border-radius: 18px;
    color: var(--pink);
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.essentials-panel-dark .essentials-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.essentials-body h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.essentials-body p {
    margin: 4px 0 0;
}

.essentials-arrow {
    color: var(--pink);
    transition: transform 0.25s ease;
}

.essentials-spotlight-card:hover .essentials-arrow {
    transform: translateX(5px);
}

.paints-band {
    align-items: center;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 164, 91, 0.26), transparent 36%),
        radial-gradient(circle at 86% 78%, rgba(241, 138, 90, 0.22), transparent 42%),
        linear-gradient(132deg, #fff4e8, #fffdf8 52%, #fff);
    border: 1px solid rgba(199, 132, 71, 0.24);
    border-radius: 34px;
    box-shadow: 0 24px 58px rgba(125, 74, 34, 0.12);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
    margin-top: 24px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.paints-band::before,
.paints-band::after {
    border-radius: 999px;
    content: "";
    filter: blur(1px);
    position: absolute;
    z-index: 0;
}

.paints-band::before {
    background: linear-gradient(90deg, rgba(255, 166, 82, 0.54), rgba(255, 130, 90, 0.22));
    height: 120px;
    left: -28px;
    top: -34px;
    transform: rotate(-7deg);
    width: 260px;
}

.paints-band::after {
    background: linear-gradient(90deg, rgba(196, 109, 31, 0.36), rgba(255, 188, 113, 0.2));
    bottom: -42px;
    height: 110px;
    right: -20px;
    transform: rotate(11deg);
    width: 280px;
}

.paints-band-copy,
.paints-band-grid {
    position: relative;
    z-index: 1;
}

.paints-band-copy h3 {
    margin-bottom: 8px;
}

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

.paint-canvas-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), #fffdfb);
    border: 1px solid rgba(199, 132, 71, 0.2);
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(109, 67, 34, 0.1);
    color: var(--ink);
    display: block;
    min-height: 100%;
    padding: 16px;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.paint-canvas-card:nth-child(2) {
    transform: translateY(10px);
}

.paint-canvas-card:hover {
    border-color: rgba(181, 92, 24, 0.36);
    box-shadow: 0 24px 48px rgba(109, 67, 34, 0.16);
    transform: translateY(-8px);
}

.paint-canvas-card:hover:nth-child(2) {
    transform: translateY(2px);
}

.paint-card-top {
    align-items: center;
    background: linear-gradient(120deg, rgba(255, 180, 109, 0.2), rgba(255, 136, 107, 0.18));
    border-radius: 16px;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
}

.paint-card-top i {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    color: #b86928;
    display: inline-flex;
    font-size: 16px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.paint-card-top span {
    color: #9a5a2b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.paint-card-body {
    padding: 14px 2px 10px;
}

.paint-card-body strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.paint-card-body p {
    color: #7c6d62;
    margin: 6px 0 12px;
}

.paint-swatches {
    display: flex;
    gap: 8px;
}

.paint-swatches i {
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 1px rgba(125, 74, 34, 0.26);
    display: inline-block;
    height: 16px;
    transition: transform 0.25s ease;
    width: 16px;
}

.paint-canvas-card:hover .paint-swatches i {
    transform: translateY(-3px);
}

.paint-canvas-card small {
    align-items: center;
    color: #ab6328;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 6px;
    text-transform: uppercase;
}

.paint-canvas-card small i {
    transition: transform 0.25s ease;
}

.paint-canvas-card:hover small i {
    transform: translateX(4px);
}

.why-card {
    background: var(--soft-bg);
    border-radius: 28px;
    padding: 44px;
}

.why-card p {
    color: var(--muted);
    font-size: 18px;
}

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

.why-grid div {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 22px;
    display: flex;
    font-weight: 800;
    gap: 14px;
    min-height: 120px;
    padding: 24px;
}

.why-grid i {
    color: var(--pink);
    font-size: 28px;
}

.newsletter-card {
    background: var(--ink);
    color: #fff;
    margin: 40px 0 0;
    padding: 70px 0;
}

.newsletter-card h2 {
    color: #fff;
    margin-bottom: 28px;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    margin: 0 auto;
    max-width: 560px;
}

.newsletter-form .form-control {
    border: 0;
    border-radius: 999px;
    min-height: 52px;
    padding: 0 22px;
}

.newsletter-form .btn {
    border-radius: 999px;
    padding-left: 28px;
    padding-right: 28px;
}

/* Contact Page */
.contact-hero-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(233, 30, 99, 0.12), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(156, 39, 176, 0.12), transparent 24%),
        linear-gradient(180deg, #fff, #fdf7fb 62%, #fff);
    padding: 38px 0 24px;
}

.contact-hero-shell {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(233, 30, 99, 0.12);
    border-radius: 34px;
    box-shadow: 0 28px 72px rgba(23, 23, 23, 0.1);
    overflow: hidden;
    padding: clamp(22px, 3.6vw, 44px);
    position: relative;
}

.contact-hero-shell::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.1), rgba(156, 39, 176, 0));
    content: "";
    height: 260px;
    position: absolute;
    right: -90px;
    top: -90px;
    transform: rotate(14deg);
    width: 390px;
}

.contact-hero-shell > .row {
    position: relative;
    z-index: 1;
}

.contact-hero-shell h1,
.contact-info-panel h2,
.contact-form-head h2,
.contact-cta-shell h2 {
    color: var(--ink);
    font-size: clamp(1.85rem, 3.4vw, 3rem);
    font-weight: 900;
    letter-spacing: -1.2px;
    margin: 0;
}

.contact-hero-shell p,
.contact-info-panel p,
.contact-form-head p,
.contact-cta-shell p {
    color: var(--muted);
    font-size: 17px;
    margin: 14px 0 0;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.contact-hero-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.contact-hero-points span {
    align-items: center;
    color: var(--ink);
    display: flex;
    font-weight: 700;
    gap: 10px;
}

.contact-hero-points i {
    color: var(--pink);
}

.contact-hero-card {
    background: #141218;
    border-radius: 26px;
    color: #fff;
    padding: 24px;
    position: relative;
}

.contact-hero-card::after {
    background: radial-gradient(circle, rgba(233, 30, 99, 0.34), transparent 70%);
    content: "";
    height: 190px;
    position: absolute;
    right: -46px;
    top: -52px;
    width: 190px;
}

.contact-hero-card > * {
    position: relative;
    z-index: 1;
}

.contact-hero-card small {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.contact-hero-card h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin: 0;
}

.contact-hero-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    margin: 6px 0 14px;
}

.contact-hero-card hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 16px 0;
}

.contact-hero-card a {
    color: #fff;
    display: inline-block;
    font-weight: 800;
    margin-bottom: 12px;
    text-decoration: none;
}

.contact-connect-section {
    padding: 26px 0 56px;
}

.contact-info-panel,
.contact-form-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
    height: 100%;
    padding: clamp(22px, 3.2vw, 34px);
}

.contact-detail-stack {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.contact-detail-card {
    align-items: center;
    background: #fff9fc;
    border: 1px solid #f2e3ed;
    border-radius: 20px;
    color: var(--ink);
    display: flex;
    gap: 14px;
    min-height: 84px;
    padding: 14px 16px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-detail-card:hover {
    border-color: rgba(233, 30, 99, 0.24);
    box-shadow: 0 15px 30px rgba(23, 23, 23, 0.08);
    transform: translateY(-4px);
}

.contact-detail-card i {
    align-items: center;
    background: #fff;
    border-radius: 14px;
    color: var(--pink);
    display: inline-flex;
    font-size: 20px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

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

.contact-detail-card strong {
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
}

.contact-detail-card span {
    color: var(--muted);
    font-size: 14px;
}

.contact-detail-card-static {
    cursor: default;
}

.contact-form-head {
    margin-bottom: 18px;
}

.contact-enquiry-form .form-label {
    color: #3b3442;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-enquiry-form .form-control,
.contact-enquiry-form .form-select {
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 16px;
    min-height: 52px;
    padding: 12px 16px;
}

.contact-enquiry-form textarea.form-control {
    min-height: 150px;
}

.contact-map-section {
    margin-top: 10px;
}

.contact-map-frame {
    border-top: 1px solid #f0e7ec;
    border-bottom: 1px solid #f0e7ec;
    height: clamp(320px, 44vw, 520px);
    width: 100%;
}

.contact-map-frame iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.contact-cta-section {
    background:
        radial-gradient(circle at 85% 18%, rgba(233, 30, 99, 0.12), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fff6fa 100%);
    padding: 54px 0 64px;
}

.contact-cta-shell {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: 0 22px 50px rgba(23, 23, 23, 0.08);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 36px);
}

.contact-cta-shell h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}

.contact-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Products Page */
.products-hero-section {
    background:
        radial-gradient(circle at 12% 8%, rgba(233, 30, 99, 0.12), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(156, 39, 176, 0.12), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fdf7fb 62%, #fff 100%);
    padding: 40px 0 28px;
}

.products-hero-shell {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(233, 30, 99, 0.12);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(23, 23, 23, 0.08);
    overflow: hidden;
    padding: clamp(22px, 3.4vw, 42px);
    position: relative;
}

.products-hero-shell::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.08), rgba(156, 39, 176, 0));
    content: "";
    height: 280px;
    position: absolute;
    right: -100px;
    top: -100px;
    transform: rotate(16deg);
    width: 420px;
}

.products-hero-copy,
.products-hero-visual {
    position: relative;
    z-index: 1;
}

.products-hero-copy h1,
.product-results-head h2,
.products-cta-shell h2 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 0.98;
    margin: 0;
}

.products-hero-copy p,
.product-results-head p,
.products-cta-shell p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 16px 0 0;
}

.products-hero-search {
    align-items: center;
    background: #fff;
    border: 1px solid #ece4e0;
    border-radius: 999px;
    box-shadow: 0 16px 34px rgba(23, 23, 23, 0.08);
    display: flex;
    gap: 12px;
    margin: 28px 0 24px;
    max-width: 620px;
    padding: 8px 8px 8px 18px;
}

.products-hero-search i {
    color: var(--pink);
}

.products-hero-search input {
    border: 0;
    flex: 1;
    min-width: 0;
    outline: none;
}

.products-hero-search button {
    background: var(--ink);
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    padding: 12px 20px;
}

.products-hero-actions,
.products-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.products-hero-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
    max-width: 580px;
}

.products-hero-stats div {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 16px 18px;
}

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

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

.products-hero-stats span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px;
}

.products-hero-visual {
    min-height: 560px;
}

.products-spotlight-card {
    border-radius: 34px;
    box-shadow: 0 28px 70px rgba(23, 23, 23, 0.16);
    color: #fff;
    display: block;
    height: 520px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: min(88%, 520px);
}

.products-spotlight-card::after {
    background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.7));
    content: "";
    inset: 0;
    position: absolute;
}

.products-spotlight-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
    width: 100%;
}

.products-spotlight-card:hover img {
    transform: scale(1.08);
}

.products-spotlight-overlay {
    bottom: 0;
    left: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.products-spotlight-overlay span,
.products-spotlight-overlay small {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.products-spotlight-overlay h3 {
    color: #fff;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -1px;
    margin: 8px 0;
}

.products-floating-stack {
    display: grid;
    gap: 14px;
    left: 0;
    position: absolute;
    top: 46px;
    width: min(260px, 44%);
    z-index: 2;
}

.products-floating-card {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    box-shadow: 0 22px 48px rgba(23, 23, 23, 0.14);
    color: var(--ink);
    display: flex;
    gap: 14px;
    padding: 14px;
    text-decoration: none;
}

.products-floating-card img {
    border-radius: 18px;
    height: 76px;
    object-fit: cover;
    width: 76px;
}

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

.products-floating-card strong {
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
}

.products-floating-card span {
    color: var(--muted);
    font-size: 13px;
    margin-top: 4px;
}

.products-floating-card-action i {
    align-items: center;
    background: var(--light-pink);
    border-radius: 18px;
    color: var(--pink);
    display: inline-flex;
    font-size: 24px;
    height: 68px;
    justify-content: center;
    width: 68px;
}

.product-discovery-section {
    padding-top: 20px;
}

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

.home-inspired-card {
    align-items: flex-start;
    border-radius: 28px;
    color: var(--ink);
    display: grid;
    gap: 18px;
    grid-template-columns: auto 1fr;
    min-height: 100%;
    padding: 24px;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-inspired-card span {
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    grid-column: 1 / -1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.home-inspired-card h3 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.home-inspired-card p {
    color: #5e5553;
    margin: 8px 0 0;
}

.home-inspired-card i:first-child {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    display: inline-flex;
    font-size: 24px;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.home-inspired-card:hover {
    box-shadow: 0 20px 46px rgba(23, 23, 23, 0.1);
    transform: translateY(-6px);
}

.theme-rose {
    background: linear-gradient(135deg, #fff4f8, #fff);
    border: 1px solid rgba(233, 30, 99, 0.12);
}

.theme-rose i:first-child {
    color: var(--pink);
}

.theme-gold {
    background: linear-gradient(135deg, #fff7eb, #fffdf8);
    border: 1px solid rgba(214, 168, 79, 0.18);
}

.theme-gold i:first-child {
    color: #c28723;
}

.theme-peach {
    background: linear-gradient(135deg, #fff3ed, #fff);
    border: 1px solid rgba(240, 137, 99, 0.18);
}

.theme-peach i:first-child {
    color: #d26f36;
}

.product-category-showcase {
    padding-top: 20px;
}

.product-catalog-section {
    background:
        radial-gradient(circle at 92% 12%, rgba(233, 30, 99, 0.08), transparent 22%),
        linear-gradient(180deg, #fff, #fbf7f5);
}

.product-sidebar-stack {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 110px;
}

.product-sidebar-card,
.product-results-shell,
.products-cta-shell {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.product-sidebar-card {
    padding: 22px;
}

.product-sidebar-card-contrast {
    background: linear-gradient(135deg, #171219, #261522 52%, #2b1132);
    border-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.product-sidebar-card-contrast .eyebrow,
.product-sidebar-card-contrast h3,
.product-sidebar-card-contrast p {
    color: #fff;
}

.product-sidebar-card-contrast p {
    color: rgba(255, 255, 255, 0.72);
}

.product-sidebar-card h3,
.sidebar-card-head h4,
.product-sidebar-help h4,
.product-empty-state h3 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 900;
    margin: 0;
}

.sidebar-card-head {
    margin-bottom: 14px;
}

.sidebar-category-list {
    display: grid;
    gap: 10px;
}

.sidebar-category-list a {
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 16px;
    color: var(--ink);
    font-weight: 700;
    padding: 12px 14px;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.sidebar-category-list a:hover {
    border-color: rgba(233, 30, 99, 0.25);
    transform: translateX(4px);
}

.product-price-range {
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 18px;
    padding: 14px;
}

.product-price-range #price-range-display {
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    margin-top: 6px;
}

.product-sidebar-help {
    text-align: center;
}

.product-sidebar-help i {
    align-items: center;
    background: var(--light-pink);
    border-radius: 20px;
    color: var(--pink);
    display: inline-flex;
    font-size: 28px;
    height: 68px;
    justify-content: center;
    margin-bottom: 14px;
    width: 68px;
}

.product-sidebar-help p {
    color: var(--muted);
    margin: 10px 0 16px;
}

.product-results-shell {
    padding: 28px;
}

.product-results-head {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.product-results-head h2 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    letter-spacing: -1px;
}

.product-results-link {
    color: var(--pink);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

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

.product-market-card {
    border-radius: 24px;
}

.product-market-card .market-product-image {
    min-height: 260px;
    overflow: hidden;
}

.product-market-card .market-product-image img {
    height: 260px;
    transition: transform 0.55s ease;
}

.product-market-card:hover .market-product-image img {
    transform: scale(1.08);
}

.product-market-category {
    background: rgba(23, 23, 23, 0.84);
    border-radius: 999px;
    bottom: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    left: 14px;
    letter-spacing: 0.7px;
    padding: 8px 11px;
    position: absolute;
    text-transform: uppercase;
}

.product-market-copy {
    color: var(--muted);
    margin: 0;
    min-height: 72px;
}

.product-catalog-page-section {
    background: #f7f8fa;
    padding: 42px 0 64px;
}

.product-catalog-topbar {
    align-items: end;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    margin-bottom: 24px;
}

.product-catalog-topbar h1 {
    color: var(--ink);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0;
    margin: 8px 0;
}

.product-catalog-topbar p {
    color: var(--muted);
    margin: 0;
    max-width: 760px;
}

.product-catalog-search {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 8px;
}

.product-catalog-search i {
    color: var(--muted);
    padding-left: 8px;
}

.product-catalog-search input {
    border: 0;
    color: var(--ink);
    min-width: 0;
    outline: none;
    width: 100%;
}

.product-catalog-search button {
    background: var(--pink);
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 900;
    padding: 10px 16px;
}

.catalog-filter-panel,
.catalog-results-panel,
.catalog-product-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.catalog-filter-panel {
    padding: 18px;
    position: sticky;
    top: 108px;
}

.catalog-filter-head {
    align-items: center;
    border-bottom: 1px solid #eef0f3;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
}

.catalog-filter-head h2 {
    color: var(--ink);
    font-size: 1.2rem;
    font-weight: 900;
    margin: 4px 0 0;
}

.catalog-filter-head > span {
    background: #f3f4f6;
    border-radius: 999px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    padding: 7px 10px;
}

.catalog-filter-group {
    margin-bottom: 18px;
}

.catalog-filter-group .form-label {
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
}

.catalog-filter-group .form-select,
.catalog-filter-group .form-range {
    font-size: 14px;
}

.catalog-filter-checks {
    display: grid;
    gap: 10px;
}

.catalog-filter-checks .form-check {
    align-items: center;
    background: #f9fafb;
    border: 1px solid #edf0f3;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
}

.catalog-filter-checks .form-check-input {
    flex: 0 0 auto;
    margin: 0;
}

.catalog-results-panel {
    padding: 18px;
}

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

.catalog-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.catalog-product-image {
    aspect-ratio: 4 / 3;
    background: #f3f4f6;
    display: block;
    overflow: hidden;
    position: relative;
}

.catalog-product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
    width: 100%;
}

.catalog-product-card:hover .catalog-product-image img {
    transform: scale(1.05);
}

.catalog-product-image span {
    background: #0f8a54;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    left: 10px;
    padding: 6px 9px;
    position: absolute;
    top: 10px;
}

.catalog-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
}

.catalog-product-meta,
.catalog-product-bottom,
.catalog-product-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.catalog-product-meta {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.catalog-product-meta span {
    background: #f3f4f6;
    border-radius: 999px;
    color: #596275;
    font-size: 11px;
    font-weight: 900;
    padding: 6px 9px;
}

.catalog-product-body h2 {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
}

.catalog-product-body h2 a {
    color: var(--ink);
    text-decoration: none;
}

.catalog-product-body h2 a:hover {
    color: var(--pink);
}

.catalog-product-body p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.catalog-product-options {
    align-items: flex-start;
    color: #596275;
    display: flex;
    font-size: 12px;
    gap: 8px;
    line-height: 1.45;
}

.catalog-product-options i {
    color: var(--pink);
    margin-top: 2px;
}

.catalog-product-bottom {
    margin-top: auto;
}

.catalog-product-price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-product-price strong {
    color: var(--pink);
    font-size: 1.05rem;
    font-weight: 900;
}

.catalog-product-price del {
    color: #9ca3af;
    font-size: 13px;
}

.catalog-product-actions {
    justify-content: flex-start;
}

.catalog-product-actions .btn {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    gap: 7px;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
}

.catalog-product-actions .js-product-add-to-cart,
.catalog-product-actions .catalog-buy-now-btn {
    flex: 1 1 auto;
}

.catalog-product-actions .catalog-buy-now-btn {
    border-color: #d1d5db;
    color: var(--ink);
}

.catalog-product-actions .catalog-buy-now-btn:hover {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.catalog-product-actions .btn-outline-pink {
    flex: 0 0 42px;
    padding-left: 0;
    padding-right: 0;
}

.product-market-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.product-market-flags span {
    align-items: center;
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 999px;
    color: #4a4240;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    padding: 8px 10px;
}

.product-market-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-market-actions .btn {
    font-size: 14px;
    font-weight: 800;
}

.product-empty-state {
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 24px;
    padding: 34px;
    text-align: center;
}

.product-empty-state p {
    color: var(--muted);
    margin: 10px 0 18px;
}

.product-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.products-cta-section {
    background:
        radial-gradient(circle at 84% 18%, rgba(233, 30, 99, 0.12), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fff6fa 100%);
    padding: 20px 0 64px;
}

.products-cta-shell {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: clamp(24px, 3vw, 36px);
}

.products-cta-shell h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.5rem);
}

.product-detail-hero-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(233, 30, 99, 0.12), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(156, 39, 176, 0.12), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fdf7fb 62%, #fff 100%);
    padding: 38px 0 24px;
}

.product-detail-shell {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(233, 30, 99, 0.12);
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(23, 23, 23, 0.08);
    overflow: hidden;
    padding: clamp(22px, 3.4vw, 40px);
    position: relative;
}

.product-detail-shell::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.08), rgba(156, 39, 176, 0));
    content: "";
    height: 260px;
    position: absolute;
    right: -96px;
    top: -96px;
    transform: rotate(14deg);
    width: 390px;
}

.product-detail-breadcrumbs,
.product-gallery-stage,
.product-detail-copy {
    position: relative;
    z-index: 1;
}

.product-detail-breadcrumbs {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.product-detail-breadcrumbs a,
.product-detail-breadcrumbs strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.product-gallery-stage {
    display: grid;
    gap: 16px;
}

.product-gallery-main {
    --zoom-x: 50%;
    --zoom-y: 50%;
    border-radius: 30px;
    box-shadow: 0 24px 64px rgba(23, 23, 23, 0.14);
    cursor: zoom-in;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.product-gallery-main img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform-origin: var(--zoom-x) var(--zoom-y);
    transition: transform 0.35s ease;
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .product-gallery-main:hover img {
        transform: scale(1.1);
    }
}

.product-detail-badge {
    background: #0f8a54;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    left: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 18px;
}

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

.product-gallery-thumb {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(23, 23, 23, 0.08);
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active {
    border-color: rgba(233, 30, 99, 0.42);
    box-shadow: 0 16px 34px rgba(233, 30, 99, 0.2);
    transform: translateY(-2px);
}

.product-gallery-thumb img {
    height: 96px;
    object-fit: cover;
    width: 100%;
}

.product-detail-copy h1,
.product-detail-panel h2 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1;
    margin: 0;
}

.product-detail-copy p,
.product-detail-panel p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
    margin: 16px 0 0;
}

.product-detail-rating {
    align-items: center;
    color: #f5a400;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}

.product-detail-rating span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px;
}

.product-detail-price-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0;
}

.product-detail-price-row strong {
    color: var(--ink);
    font-size: 34px;
    font-weight: 900;
}

.product-detail-price-row del {
    color: #999;
    font-size: 18px;
}

.product-detail-price-row span {
    background: rgba(15, 138, 84, 0.1);
    border-radius: 999px;
    color: #0f8a54;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.7px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.product-detail-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-detail-flags span {
    align-items: center;
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 999px;
    color: #4a4240;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    padding: 8px 11px;
}

.product-option-panel {
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 14px;
    display: grid;
    gap: 16px;
    padding: 16px;
}

.product-option-heading {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.product-option-heading strong {
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
}

.product-option-heading span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.product-option-group label {
    color: #3b3442;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.product-color-options,
.product-chip-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-color-option,
.product-chip-option {
    align-items: center;
    background: #fff;
    border: 1px solid #eadfe8;
    color: var(--ink);
    display: inline-flex;
    font-weight: 900;
    min-height: 40px;
    transition: all 0.2s ease;
}

.product-color-option {
    border-radius: 999px;
    gap: 8px;
    padding: 6px 12px 6px 7px;
}

.product-color-option span {
    background: var(--option-color);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(23, 23, 23, 0.18);
    height: 24px;
    width: 24px;
}

.product-color-option small {
    font-size: 12px;
    font-weight: 900;
}

.product-chip-option {
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 14px;
}

.product-color-option:hover,
.product-chip-option:hover,
.product-color-option.active,
.product-chip-option.active {
    border-color: var(--pink);
    box-shadow: 0 8px 18px rgba(233, 30, 99, 0.14);
    color: var(--pink);
    transform: translateY(-1px);
}

.product-color-option.active,
.product-chip-option.active {
    background: var(--light-pink);
}

.product-option-message {
    color: #dc3545;
    font-size: 13px;
    font-weight: 800;
    min-height: 18px;
}

.product-detail-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.product-detail-service-card {
    align-items: center;
    background: #171219;
    border-radius: 24px;
    color: #fff;
    display: grid;
    gap: 14px;
    grid-template-columns: auto 1fr auto;
    margin-top: 24px;
    padding: 18px;
}

.product-detail-service-card i {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.product-detail-service-card strong,
.product-detail-service-card span,
.product-detail-service-card a {
    display: block;
}

.product-detail-service-card strong {
    color: #fff;
    font-size: 16px;
}

.product-detail-service-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    margin-top: 4px;
}

.product-detail-service-card a {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.product-detail-content-section,
.product-detail-related-section {
    padding-top: 20px;
}

.product-detail-panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 28px;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
    height: 100%;
    padding: 28px;
}

.product-detail-panel h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.product-detail-panel h3 {
    color: var(--ink);
    font-size: 1.15rem;
    font-weight: 900;
    margin: 0 0 16px;
}

.product-video-panel a,
.product-spec-list a {
    color: var(--pink);
    font-weight: 900;
    text-decoration: none;
}

.product-video-panel a:hover,
.product-spec-list a:hover {
    color: var(--pink-dark);
}

.product-detail-specs-panel .eyebrow {
    margin-bottom: 16px;
}

.product-spec-list {
    display: grid;
    gap: 14px;
}

.product-spec-list div {
    align-items: center;
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
}

.product-spec-list strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
}

.product-spec-list span {
    color: var(--muted);
    font-size: 14px;
    text-align: right;
}

.product-spec-list--stacked div {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.product-spec-list--stacked span {
    line-height: 1.6;
    text-align: left;
}

.product-panel-heading {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.product-panel-heading h3 {
    margin-bottom: 0;
}

.product-panel-heading small {
    background: #fff3f8;
    border: 1px solid #f6c7db;
    border-radius: 999px;
    color: var(--pink-dark);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    padding: 7px 12px;
}

.product-variant-table-wrap {
    overflow-x: auto;
}

.product-variant-table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 760px;
    width: 100%;
}

.product-variant-table th,
.product-variant-table td {
    border-bottom: 1px solid #f0e4df;
    color: var(--muted);
    font-size: 14px;
    padding: 14px 12px;
    text-align: left;
    vertical-align: top;
}

.product-variant-table th {
    background: #faf7f6;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-variant-table td:first-child,
.product-variant-table td:nth-child(2) {
    color: var(--ink);
    font-weight: 800;
}

.product-variant-table tbody tr:hover td {
    background: #fffafd;
}

.detail-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-filter-actions {
    display: grid;
    gap: 10px;
}

.cart-hero-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(233, 30, 99, 0.12), transparent 24%),
        radial-gradient(circle at 86% 14%, rgba(156, 39, 176, 0.12), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fdf7fb 62%, #fff 100%);
    padding: 38px 0 22px;
}

.cart-hero-shell,
.cart-items-shell,
.cart-summary-shell,
.checkout-form-shell,
.order-success-shell {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
}

.cart-hero-shell {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(233, 30, 99, 0.12);
    padding: clamp(22px, 3.2vw, 36px);
    position: relative;
}

.cart-hero-shell::before {
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.08), rgba(156, 39, 176, 0));
    content: "";
    height: 220px;
    position: absolute;
    right: -92px;
    top: -92px;
    transform: rotate(14deg);
    width: 360px;
}

.cart-hero-shell > * {
    position: relative;
    z-index: 1;
}

.cart-hero-shell h1,
.checkout-form-shell h2,
.order-success-shell h1 {
    color: var(--ink);
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -1.4px;
    line-height: 1;
    margin: 0;
}

.cart-hero-shell p,
.checkout-form-shell p,
.order-success-shell p {
    color: var(--muted);
    margin: 12px 0 0;
}

.cart-layout-section,
.checkout-layout-section {
    padding-top: 18px;
}

.cart-items-shell,
.checkout-form-shell,
.cart-summary-shell,
.order-success-shell {
    padding: 24px;
}

.cart-item-card {
    align-items: center;
    border: 1px solid #eee2dc;
    border-radius: 24px;
    display: grid;
    gap: 16px;
    grid-template-columns: 130px 1fr auto;
    padding: 16px;
}

.cart-item-card + .cart-item-card {
    margin-top: 14px;
}

.cart-item-media {
    border-radius: 18px;
    overflow: hidden;
}

.cart-item-media img {
    height: 110px;
    object-fit: cover;
    width: 100%;
}

.cart-item-content h3 {
    margin: 0;
}

.cart-item-content h3 a {
    color: var(--ink);
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.cart-item-content p {
    color: var(--muted);
    margin: 6px 0;
}

.cart-item-prices {
    align-items: center;
    display: flex;
    gap: 10px;
}

.cart-item-prices strong {
    color: var(--ink);
    font-size: 22px;
}

.cart-item-prices del {
    color: #999;
}

.cart-item-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.cart-qty-form {
    align-items: center;
    display: flex;
    gap: 10px;
}

.cart-qty-form label {
    color: #3b3442;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.cart-qty-form input {
    border: 1px solid #eadfe8;
    border-radius: 12px;
    max-width: 86px;
    min-height: 38px;
    padding: 6px 10px;
}

.cart-item-total {
    text-align: right;
}

.cart-item-total small {
    color: var(--muted);
    display: block;
}

.cart-item-total strong {
    color: var(--ink);
    font-size: 24px;
}

.cart-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 18px;
}

.cart-summary-shell h3 {
    color: var(--ink);
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 16px;
}

.cart-summary-line {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cart-summary-line span {
    color: var(--muted);
}

.cart-summary-line strong {
    color: var(--ink);
}

.cart-summary-total {
    border-top: 1px dashed #e8ddd8;
    margin-top: 14px;
    padding-top: 14px;
}

.cart-summary-total span,
.cart-summary-total strong {
    color: var(--ink);
    font-size: 20px;
    font-weight: 900;
}

.cart-summary-note {
    color: var(--muted);
    font-size: 13px;
    margin: 14px 0 0;
}

.cart-empty-state,
.order-success-shell {
    text-align: center;
}

.cart-empty-state {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(23, 23, 23, 0.08);
    padding: 56px 22px;
}

.cart-empty-state i {
    color: var(--pink);
    font-size: 42px;
}

.cart-empty-state h2 {
    color: var(--ink);
    font-weight: 900;
    margin: 12px 0 8px;
}

.checkout-form .form-label {
    color: #3b3442;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.checkout-form .form-control {
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 16px;
    min-height: 52px;
    padding: 12px 16px;
}

.checkout-form textarea.form-control {
    min-height: 120px;
}

.checkout-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.checkout-mini-items {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
    max-height: 280px;
    overflow: auto;
}

.checkout-mini-item {
    align-items: center;
    background: #faf7f6;
    border: 1px solid #eee2dc;
    border-radius: 16px;
    display: grid;
    gap: 10px;
    grid-template-columns: 56px 1fr auto;
    padding: 10px;
}

.checkout-mini-item img {
    border-radius: 12px;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.checkout-mini-item strong,
.checkout-mini-item span,
.checkout-mini-item em {
    display: block;
}

.checkout-mini-item strong {
    color: var(--ink);
    font-size: 14px;
}

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

.checkout-mini-item em {
    color: var(--ink);
    font-style: normal;
    font-weight: 800;
}

/* Customer Account */
.customer-register-page {
    background:
        linear-gradient(180deg, #fff 0%, #f8fbfa 48%, #fff7fb 100%);
    padding: 58px 0 74px;
}

.customer-register-shell {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(23, 23, 23, 0.1);
    display: grid;
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    overflow: hidden;
}

.customer-register-visual {
    background:
        linear-gradient(145deg, rgba(233, 30, 99, 0.96), rgba(46, 117, 102, 0.94)),
        url('../images/downloaded/kitchen-sink-faucet.jpg') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 720px;
    padding: 42px;
}

.customer-register-visual .eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.customer-register-visual h1 {
    font-size: clamp(2.15rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 1;
    margin: 18px 0 16px;
    max-width: 520px;
}

.customer-register-visual p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    max-width: 460px;
}

.register-progress-list {
    display: grid;
    gap: 16px;
    margin: 42px 0;
}

.register-progress-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    display: grid;
    gap: 14px;
    grid-template-columns: 44px 1fr;
    padding: 16px;
}

.register-progress-item span {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    display: inline-flex;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.register-progress-item.is-active span {
    background: #fff;
    color: var(--pink);
}

.register-progress-item strong,
.register-trust-strip strong {
    display: block;
    line-height: 1.1;
}

.register-progress-item small {
    color: rgba(255, 255, 255, 0.78);
}

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

.register-trust-strip div {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    padding: 14px;
}

.register-trust-strip i {
    font-size: 20px;
    margin-bottom: 10px;
}

.customer-register-panel {
    padding: 42px;
}

.register-panel-head {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.register-panel-head h2 {
    color: var(--ink);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 900;
    line-height: 1;
    margin: 6px 0 0;
}

.register-login-link {
    align-items: center;
    background: #f4faf7;
    border: 1px solid #dbeee7;
    border-radius: 999px;
    color: #1f6f5f;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 11px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.register-login-link:hover {
    background: #e6f5ef;
    color: #155245;
}

.customer-register-form {
    display: grid;
    gap: 18px;
}

.register-form-section {
    border: 1px solid #eee7ea;
    border-radius: 20px;
    padding: 20px;
}

.register-section-title {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 46px 1fr;
    margin-bottom: 18px;
}

.register-section-title i {
    align-items: center;
    background: #fff3f8;
    border-radius: 14px;
    color: var(--pink);
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.register-section-title strong {
    color: var(--ink);
    display: block;
    font-size: 17px;
    line-height: 1.1;
}

.register-section-title small {
    color: var(--muted);
}

.customer-register-form .form-label {
    color: #3b3442;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.customer-register-form .form-control {
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 14px;
    min-height: 52px;
    padding: 12px 15px;
}

.customer-register-form textarea.form-control {
    min-height: 112px;
}

.register-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 4px;
}

.register-actions .btn {
    border-radius: 14px;
    min-height: 52px;
}

.customer-login-page {
    background:
        linear-gradient(180deg, #fff 0%, #f7fbfa 52%, #fff7fb 100%);
    padding: 64px 0 78px;
}

.customer-login-shell {
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(23, 23, 23, 0.1);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
}

.customer-login-card {
    padding: 46px;
}

.login-card-head {
    margin-bottom: 28px;
}

.login-card-head h1 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1;
    margin: 10px 0 14px;
}

.login-card-head p {
    color: var(--muted);
    font-size: 17px;
}

.customer-login-form {
    display: grid;
    gap: 15px;
}

.customer-login-form .form-label {
    color: #3b3442;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.login-input-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid #eadfe8;
    border-radius: 16px;
    display: grid;
    gap: 12px;
    grid-template-columns: 46px 1fr;
    min-height: 58px;
    padding: 0 14px;
}

.login-input-wrap i {
    align-items: center;
    background: #fff3f8;
    border-radius: 14px;
    color: var(--pink);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.login-input-wrap .form-control {
    border: 0;
    box-shadow: none;
    min-height: 54px;
    padding: 0;
}

.login-secondary-actions {
    align-items: center;
    background: #f8fbfa;
    border: 1px solid #e5f0ec;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 22px;
    padding: 15px;
}

.login-secondary-actions span {
    color: var(--muted);
}

.login-secondary-actions a {
    color: #1f6f5f;
    font-weight: 900;
    text-decoration: none;
}

.customer-login-visual {
    background:
        linear-gradient(145deg, rgba(46, 117, 102, 0.95), rgba(233, 30, 99, 0.92)),
        url('../images/downloaded/chrome-faucet.jpg') center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    padding: 46px;
}

.customer-login-visual .eyebrow {
    color: rgba(255, 255, 255, 0.84);
}

.login-visual-copy h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: 1;
    margin: 12px 0 0;
    max-width: 520px;
}

.login-benefit-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.login-benefit-grid div {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    padding: 16px;
}

.login-benefit-grid i {
    font-size: 20px;
    margin-bottom: 12px;
}

.login-benefit-grid strong,
.login-benefit-grid small {
    display: block;
}

.login-benefit-grid small {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 3px;
}

.home-action-section {
    background:
        linear-gradient(180deg, #fff 0%, #f5fbf8 100%);
    padding: 58px 0;
}

.home-action-head {
    margin-bottom: 24px;
    max-width: 780px;
}

.home-action-head h2 {
    color: var(--ink);
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 8px 0 0;
}

.home-action-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-action-card {
    border-radius: 24px;
    color: #fff;
    display: grid;
    gap: 28px;
    min-height: 360px;
    overflow: hidden;
    padding: 28px;
    position: relative;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-action-card:hover {
    color: #fff;
    box-shadow: 0 28px 64px rgba(23, 23, 23, 0.16);
    transform: translateY(-4px);
}

.home-action-card::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28));
    content: '';
    inset: 0;
    position: absolute;
}

.home-action-card > * {
    position: relative;
    z-index: 1;
}

.home-action-card-bulk {
    background:
        linear-gradient(135deg, rgba(233, 30, 99, 0.93), rgba(31, 111, 95, 0.88)),
        url('../images/downloaded/kitchen-sink-faucet.jpg') center/cover;
}

.home-action-card-provider {
    background:
        linear-gradient(135deg, rgba(31, 111, 95, 0.94), rgba(106, 27, 154, 0.86)),
        url('../images/downloaded/plumbing-tools.jpg') center/cover;
}

.home-action-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    display: inline-flex;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.home-action-card span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-action-card h3 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
}

.home-action-card p {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 18px;
    max-width: 520px;
}

.home-action-card strong {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.home-action-meta {
    align-self: end;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    padding: 13px 15px;
}

.home-action-meta small {
    color: rgba(255, 255, 255, 0.82);
}

.order-success-section {
    padding-top: 36px;
}

.order-success-shell {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 24px;
}

.order-success-icon {
    color: #0f8a54;
    display: inline-flex;
    font-size: 44px;
    margin-bottom: 8px;
}

.order-success-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .main-navbar {
        border-radius: 22px;
    }

    .navbar-collapse {
        padding-top: 18px;
    }

    .navbar-actions {
        align-items: stretch !important;
        flex-wrap: wrap;
        margin-top: 14px;
    }

    .nav-search,
    .nav-search:focus-within {
        margin-right: 0 !important;
        min-width: 100%;
        width: 100%;
    }

    .hero-visual {
        min-height: 520px;
    }

    .hero-image-main {
        margin: 0 auto;
        width: min(92%, 560px);
    }

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

    .area-tile:nth-child(1) {
        grid-column: span 2;
        min-height: 460px;
    }

    .category-orbit-grid,
    .interactive-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .essentials-ribbon,
    .paints-band,
    .essentials-showcase-grid {
        grid-template-columns: 1fr;
    }

    .essentials-ribbon-grid,
    .paints-band-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .paint-canvas-card:nth-child(2) {
        transform: none;
    }

    .product-lane-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .essentials-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-hero-shell,
    .contact-info-panel,
    .contact-form-panel,
    .contact-cta-shell {
        border-radius: 24px;
    }

    .contact-cta-shell {
        align-items: flex-start;
        flex-direction: column;
    }

    .products-hero-visual {
        min-height: auto;
    }

    .products-spotlight-card {
        margin: 0 auto;
        width: min(92%, 560px);
    }

    .product-gallery-main {
        min-height: 420px;
    }

    .product-detail-service-card {
        grid-template-columns: auto 1fr;
    }

    .product-detail-service-card a {
        grid-column: 1 / -1;
    }

    .products-floating-stack {
        margin-top: 16px;
        position: static;
        width: 100%;
    }

    .home-inspired-grid,
    .product-catalog-grid,
    .products-cta-shell {
        grid-template-columns: 1fr;
    }

    .product-catalog-topbar {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .catalog-filter-panel {
        position: static;
        top: auto;
    }

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

    .product-sidebar-stack {
        position: static;
        top: auto;
    }

    .product-results-head,
    .products-cta-shell {
        align-items: flex-start;
        flex-direction: column;
    }

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

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

    .cart-item-total {
        grid-column: 1 / -1;
        text-align: left;
    }

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

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

@media (max-width: 767px) {
    .site-header {
        position: relative;
    }

    .main-navbar {
        margin: 8px 0;
        padding-left: 12px;
        padding-right: 12px;
    }

    .brand-text {
        font-size: 25px;
    }

    .brand-mark {
        border-radius: 14px;
        height: 38px;
        width: 38px;
    }

    .nav-search {
        border-radius: 22px;
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 14px;
    }

    .nav-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .nav-icon-btn {
        flex: 1;
        width: auto;
    }

    .home-section {
        padding: 52px 0;
    }

    .storefront-hero {
        padding: 24px 0 42px;
    }

    .hero-shell {
        border-radius: 26px;
        padding: 24px 18px;
    }

    .hero-copy h1 {
        letter-spacing: 0;
    }

    .hero-search {
        border-radius: 24px;
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 16px;
    }

    .hero-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

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

    .hero-visual {
        min-height: auto;
        padding-top: 10px;
    }

    .hero-image-main {
        height: 360px;
        width: 100%;
    }

    .hero-side-card {
        margin-top: 16px;
        position: static;
    }

    .hero-offer-card {
        bottom: 18px;
        left: 18px;
        padding: 14px 16px;
    }

    .trust-item {
        font-size: 14px;
        min-height: 66px;
    }

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

    .area-tile,
    .area-tile:nth-child(1),
    .area-guide-card {
        grid-column: auto;
        min-height: 260px;
    }

    .area-content {
        padding: 24px;
    }

    .area-content h3 {
        font-size: 1.65rem;
    }

    .category-orbit-grid,
    .interactive-product-grid {
        grid-template-columns: 1fr;
    }

    .essentials-ribbon-grid,
    .paints-band-grid {
        grid-template-columns: 1fr;
    }

    .category-orbit-card {
        min-height: 270px;
    }

    .essentials-ribbon,
    .essentials-panel,
    .paints-band {
        border-radius: 24px;
        padding: 22px;
    }

    .contact-hero-actions,
    .contact-cta-actions {
        display: grid;
        width: 100%;
    }

    .products-hero-search {
        border-radius: 24px;
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 14px;
    }

    .products-hero-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .products-hero-actions,
    .products-cta-actions {
        display: grid;
        width: 100%;
    }

    .products-hero-actions .btn,
    .products-cta-actions .btn {
        width: 100%;
    }

    .products-hero-stats,
    .home-inspired-grid,
    .product-catalog-grid,
    .product-market-actions {
        grid-template-columns: 1fr;
    }

    .product-catalog-page-section {
        padding: 28px 0 48px;
    }

    .product-catalog-search {
        grid-template-columns: auto 1fr;
    }

    .product-catalog-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .catalog-results-panel,
    .catalog-filter-panel {
        padding: 14px;
    }

    .catalog-product-grid {
        grid-template-columns: 1fr;
    }

    .catalog-product-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
        width: 100%;
    }

    .catalog-product-actions .btn {
        width: 100%;
    }

    .cart-item-card,
    .cart-item-controls,
    .checkout-form-actions,
    .order-success-actions {
        grid-template-columns: 1fr;
    }

    .cart-item-card,
    .checkout-mini-item {
        grid-template-columns: 1fr;
    }

    .cart-hero-shell,
    .cart-items-shell,
    .cart-summary-shell,
    .checkout-form-shell,
    .order-success-shell,
    .cart-empty-state {
        border-radius: 24px;
    }

    .cart-item-media img {
        height: 180px;
    }

    .cart-item-total,
    .checkout-mini-item em {
        text-align: left;
    }

    .checkout-form-actions .btn,
    .order-success-actions .btn {
        width: 100%;
    }

    .products-hero-shell,
    .product-sidebar-card,
    .product-results-shell,
    .products-cta-shell {
        border-radius: 24px;
    }

    .products-spotlight-card {
        height: 360px;
        width: 100%;
    }

    .product-gallery-main {
        min-height: 320px;
    }

    .product-gallery-thumbs,
    .detail-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-cta-row,
    .product-detail-service-card,
    .product-spec-list div {
        grid-template-columns: 1fr;
    }

    .product-detail-cta-row {
        display: grid;
    }

    .product-detail-cta-row .btn {
        width: 100%;
    }

    .product-panel-heading {
        display: block;
    }

    .product-panel-heading small {
        display: inline-flex;
        margin-top: 12px;
    }

    .product-detail-shell,
    .product-detail-panel {
        border-radius: 24px;
    }

    .products-floating-card {
        border-radius: 20px;
    }

    .contact-hero-actions .btn,
    .contact-cta-actions .btn {
        width: 100%;
    }

    .contact-map-frame {
        height: 340px;
    }

    .essentials-spotlight-card {
        grid-template-columns: auto 1fr auto;
    }

    .essentials-tag {
        display: none;
    }

    .product-lane-heading a {
        white-space: normal;
    }

    .why-grid,
    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        display: grid;
    }
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

/* Cart Dropdown */
.cart-dropdown {
    min-width: 300px;
}

/* Footer */
footer h5, footer h6 {
    color: var(--pink);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider .carousel-caption {
        left: 5%;
        right: 5%;
        text-align: center;
    }

    .hero-slider .carousel-item img {
        height: 300px;
    }

    .navbar-nav .nav-link {
        margin: 5px 0;
    }

    .feature-card, .area-card, .service-card {
        margin-bottom: 20px;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--pink);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--dark-purple);
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Form Styles */
.form-control:focus {
    border-color: var(--pink);
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

/* Alert Styles */
.alert-pink {
    background-color: var(--light-pink);
    border-color: var(--pink);
    color: var(--dark-purple);
}

/* Inline Cart Quantity Controls */
.ai-cart-qty-control {
    align-items: center;
    background: linear-gradient(135deg, #fff, #fff5fa);
    border: 1px solid rgba(233, 30, 99, 0.24);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(233, 30, 99, 0.14);
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-height: 46px;
    padding: 4px;
    width: 100%;
}

.ai-cart-qty-control .ai-cart-qty-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--pink), var(--dark-purple));
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    height: 36px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    width: 36px;
}

.ai-cart-qty-control .ai-cart-qty-btn:hover {
    box-shadow: 0 8px 18px rgba(233, 30, 99, 0.28);
    transform: translateY(-1px);
}

.ai-cart-qty-control .ai-cart-qty-value {
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    min-width: 30px;
    text-align: center;
}

.ai-cart-qty-control.is-loading .ai-cart-qty-btn,
.ai-cart-add-btn.is-loading {
    cursor: not-allowed;
    opacity: 0.65;
}

/* Select2 Admin Styling */
.select2-container--bootstrap-5 .select2-selection--single,
.select2-container--bootstrap-5 .select2-selection--multiple {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    min-height: 38px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #d63384;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
}

.select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected] {
    background-color: #d63384;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(23, 23, 23, 0.1);
}

.admin-select {
    width: 100%;
}

/* CKEditor Admin Styling */
.cke_browser_gecko body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cke_inner {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.cke_toolbox {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.cke_button a:hover {
    background-color: #e9ecef;
}

.cke_button__bold a,
.cke_button__italic a,
.cke_button__underline a {
    border-radius: 3px;
}

.rich-editor {
    margin-bottom: 1rem;
}

textarea.rich-editor + .cke_editor_wrapper {
    margin-bottom: 1rem;
}

/* Customer Account */
.account-dashboard {
    background: #f4f7fb;
    min-height: calc(100vh - 150px);
    padding: 38px 0 70px;
}

.dashboard-shell {
    display: grid;
    gap: 24px;
    grid-template-columns: 260px minmax(0, 1fr);
}

.dashboard-sidebar,
.dash-card,
.account-panel {
    background: #fff;
    border: 1px solid #e7ebf1;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(31, 41, 55, 0.06);
}

.dashboard-sidebar {
    height: max-content;
    min-width: 0;
    padding: 22px;
    position: sticky;
    top: 22px;
}

.profile-mini {
    border-bottom: 1px solid #edf0f5;
    padding: 8px 8px 22px;
    text-align: center;
}

.avatar-circle {
    align-items: center;
    background: linear-gradient(135deg, #ef2b73, #7136b7);
    border-radius: 22px;
    box-shadow: 0 9px 22px rgba(193, 41, 123, 0.25);
    color: #fff;
    display: grid;
    font-size: 22px;
    font-weight: 800;
    height: 68px;
    justify-items: center;
    margin: auto auto 12px;
    place-items: center;
    width: 68px;
}

.profile-mini h2 {
    color: #20283b;
    font-size: 17px;
    margin: 0;
}

.profile-mini p {
    color: #7a8496;
    font-size: 12px;
    margin: 5px 0 0;
    word-break: break-word;
}

.dashboard-menu {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding-top: 18px;
}

.dashboard-menu a {
    align-items: center;
    border-radius: 12px;
    color: #596276;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    padding: 11px 13px;
    text-decoration: none;
}

.dashboard-menu a i {
    width: 20px;
}

.dashboard-menu a:hover,
.dashboard-menu a.active {
    background: #f9eaf2;
    color: #c42369;
}

.dashboard-menu .logout-link {
    color: #dc3545;
    margin-top: 8px;
}

.dashboard-main {
    min-width: 0;
}

.dash-card,
.account-panel,
.account-page-head,
.welcome-banner {
    min-width: 0;
}

.welcome-banner,
.account-page-head {
    background: linear-gradient(118deg, #1d2340, #3b2861 65%, #8e286f);
    border-radius: 22px;
    color: #fff;
    margin-bottom: 22px;
    overflow: hidden;
    padding: 30px 32px;
    position: relative;
}

.welcome-banner::after,
.account-page-head::after {
    border: 45px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
    height: 240px;
    position: absolute;
    right: -55px;
    top: -75px;
    width: 240px;
}

.welcome-banner > *,
.account-page-head > * {
    position: relative;
    z-index: 1;
}

.welcome-banner small,
.account-page-head .eyebrow {
    color: #d7d9e7;
}

.welcome-banner h1,
.account-page-head h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin: 5px 0 8px;
}

.welcome-banner p,
.account-page-head p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    max-width: 700px;
}

.welcome-actions,
.account-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.welcome-actions a,
.account-page-actions a,
.account-page-actions button {
    border-radius: 11px;
}

.stat-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 22px;
}

.stat-card {
    align-items: center;
    background: #fff;
    border: 1px solid #e7ebf1;
    border-radius: 17px;
    display: flex;
    gap: 14px;
    padding: 18px;
}

.stat-icon {
    border-radius: 14px;
    display: grid;
    font-size: 18px;
    height: 45px;
    place-items: center;
    width: 45px;
}

.stat-icon.pink {
    background: #fde8f1;
    color: #d72570;
}

.stat-icon.blue {
    background: #e8f1ff;
    color: #3478d4;
}

.stat-icon.green {
    background: #e4f8ef;
    color: #159a62;
}

.stat-icon.amber {
    background: #fff3d9;
    color: #bf7c0d;
}

.stat-value {
    color: #20283b;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

.stat-label {
    color: #7a8496;
    font-size: 12px;
    margin-top: 5px;
}

.dashboard-columns {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
}

.dash-card,
.account-panel {
    margin-bottom: 20px;
    padding: 22px;
}

.card-heading,
.account-panel-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.card-heading h3,
.account-panel-head h2,
.account-panel-head h3 {
    color: #242d40;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
}

.card-heading a,
.account-panel-head a {
    color: #c42369;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.activity-row {
    align-items: center;
    border-top: 1px solid #edf0f5;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 13px 0;
}

.activity-row:first-of-type {
    border-top: 0;
}

.activity-icon {
    background: #f2f4f8;
    border-radius: 12px;
    color: #69758b;
    display: grid;
    height: 40px;
    place-items: center;
    width: 40px;
}

.activity-copy {
    min-width: 0;
}

.activity-copy strong,
.activity-copy a {
    color: #273047;
    display: block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-copy small {
    color: #8992a3;
    font-size: 12px;
}

.status-pill {
    background: #edf3ff;
    border-radius: 999px;
    color: #3971bd;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
    white-space: nowrap;
}

.status-pill.success {
    background: #e6f8ef;
    color: #17875a;
}

.status-pill.warn {
    background: #fff3dd;
    color: #a56b09;
}

.status-pill.danger {
    background: #fde9ec;
    color: #bf2535;
}

.status-pill.neutral {
    background: #eef1f5;
    color: #647084;
}

.empty-state {
    color: #8992a3;
    padding: 30px 10px;
    text-align: center;
}

.empty-state i {
    color: #c5cad4;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.quick-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.quick-grid a {
    background: #f7f8fb;
    border-radius: 13px;
    color: #4f596e;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
}

.quick-grid i {
    color: #bd296d;
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
}

.support-banner {
    background: linear-gradient(135deg, #fff5ea, #fff);
    border: 1px solid #f9dfbf;
    border-radius: 16px;
    padding: 18px;
}

.support-banner h3 {
    font-size: 16px;
}

.support-banner p {
    color: #7b6a58;
    font-size: 12px;
}

.support-banner .btn {
    border-radius: 10px;
}

.account-table {
    margin: 0;
}

.account-table thead th {
    border-bottom: 1px solid #e4e9f0;
    color: #6c7688;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0 0 12px;
    text-transform: uppercase;
}

.account-table tbody td {
    border-bottom: 1px solid #edf0f5;
    color: #2d3648;
    padding: 15px 0;
    vertical-align: middle;
}

.account-table tbody tr:last-child td {
    border-bottom: 0;
}

.account-table a {
    color: #273047;
    font-weight: 800;
    text-decoration: none;
}

.account-row-title {
    color: #273047;
    display: block;
    font-size: 14px;
    font-weight: 800;
}

.account-item-media {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.account-item-thumb {
    align-items: center;
    background: #f7f8fb;
    border: 1px solid #e5eaf1;
    border-radius: 8px;
    color: #8992a3;
    display: inline-flex;
    flex: 0 0 56px;
    height: 56px;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    width: 56px;
}

.account-item-thumb img,
img.account-item-thumb {
    object-fit: cover;
}

.account-item-thumb-sm {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
}

.account-related-media {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.account-cell-stack {
    min-width: 0;
}

.account-table small,
.account-muted {
    color: #8992a3;
}

.account-table-actions {
    text-align: right;
    white-space: nowrap;
}

.account-table-actions .btn,
.account-form-actions .btn {
    border-radius: 10px;
}

.service-bookings-table {
    table-layout: fixed;
}

.service-bookings-table thead th:nth-child(1) {
    width: 33%;
}

.service-bookings-table thead th:nth-child(2) {
    width: 23%;
}

.service-bookings-table thead th:nth-child(3) {
    width: 15%;
}

.service-bookings-table thead th:nth-child(4) {
    width: 15%;
}

.service-bookings-table thead th:nth-child(5) {
    width: 14%;
}

.service-booking-media {
    align-items: flex-start;
}

.service-booking-meta,
.service-booking-status {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.service-booking-meta strong,
.service-booking-status strong {
    color: #273047;
    font-size: 14px;
    font-weight: 800;
}

.service-booking-meta small,
.service-booking-status small {
    color: #8992a3;
    font-size: 12px;
    line-height: 1.35;
}

.service-booking-status .status-pill {
    width: max-content;
}

.service-booking-actions .btn {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.account-meta-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.account-meta-card {
    background: #f7f8fb;
    border-radius: 14px;
    padding: 14px;
}

.account-meta-card span {
    color: #8992a3;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.account-meta-card strong {
    color: #242d40;
    font-size: 14px;
}

.account-form .form-label {
    color: #4e596b;
    font-size: 13px;
    font-weight: 700;
}

.account-form .form-control,
.account-form .form-select {
    border-color: #dde4ec;
    border-radius: 11px;
    min-height: 44px;
}

.account-form textarea.form-control {
    min-height: 118px;
}

.support-context-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 430px;
    overflow: auto;
    padding-right: 2px;
}

.support-context-option {
    cursor: pointer;
    display: block;
    position: relative;
}

.support-context-option input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.support-context-card {
    align-items: center;
    background: #fff;
    border: 1px solid #dde4ec;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    min-height: 82px;
    padding: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.support-context-card .account-item-thumb {
    flex-basis: 50px;
    height: 50px;
    width: 50px;
}

.support-context-option input:checked + .support-context-card {
    background: #fff8fb;
    border-color: #bd296d;
    box-shadow: 0 0 0 2px rgba(189, 41, 109, 0.12);
}

.support-context-option input:focus-visible + .support-context-card {
    box-shadow: 0 0 0 3px rgba(189, 41, 109, 0.18);
}

.support-context-copy {
    display: block;
    min-width: 0;
}

.support-context-copy strong {
    color: #273047;
    display: block;
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-context-copy small {
    color: #8992a3;
    display: block;
    font-size: 11px;
    line-height: 1.35;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-context-summary {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px;
}

.support-ticket-thumb {
    align-items: center;
    display: flex;
    justify-content: center;
}

.support-ticket-thumb .account-item-thumb {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
}

.support-context-line {
    display: block;
    margin-top: 2px;
}

.account-inline-action {
    align-items: center;
    color: #c42369;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
    margin-top: 8px;
    text-decoration: none;
}

.account-inline-action:hover {
    color: #8f1f56;
}

.ticket-thread {
    display: grid;
    gap: 12px;
}

.ticket-update {
    background: #f8fafc;
    border: 1px solid #edf0f5;
    border-radius: 14px;
    padding: 15px;
}

.ticket-update p {
    color: #2d3648;
    margin-bottom: 8px;
}

.ticket-update small {
    color: #8992a3;
}

/* Select2 Multiple Tags Styling */
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    background-color: #d63384;
    border: 1px solid #d63384;
    border-radius: 3px;
    color: #fff;
    padding: 3px 8px 3px 10px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .dashboard-shell {
        grid-template-columns: 1fr;
    }

    .dashboard-sidebar {
        position: static;
        width: 100%;
    }

    .profile-mini {
        align-items: center;
        display: flex;
        gap: 14px;
        text-align: left;
    }

    .avatar-circle {
        border-radius: 17px;
        height: 54px;
        margin: 0;
        width: 54px;
    }

    .dashboard-menu {
        display: flex;
        max-width: 100%;
        overflow: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .dashboard-menu a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

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

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

    .account-meta-grid {
        grid-template-columns: 1fr;
    }

    .customer-login-shell {
        grid-template-columns: 1fr;
    }

    .customer-login-visual {
        min-height: 0;
    }

    .home-action-grid {
        grid-template-columns: 1fr;
    }

    .customer-register-shell {
        grid-template-columns: 1fr;
    }

    .customer-register-visual {
        min-height: 0;
        padding: 34px;
    }

    .register-progress-list {
        margin: 30px 0;
    }

    .customer-register-panel {
        padding: 34px;
    }
}

@media (max-width: 767px) {
    .account-dashboard {
        padding-top: 18px;
    }

    .welcome-banner,
    .account-page-head {
        padding: 24px 20px;
    }

    .welcome-banner h1,
    .account-page-head h1 {
        font-size: 23px;
    }

    .dashboard-sidebar {
        padding: 15px;
    }

    .dash-card,
    .account-panel {
        padding: 18px;
    }

    .activity-row {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .activity-row .status-pill {
        grid-column: 2;
        width: max-content;
    }

    .welcome-actions,
    .account-page-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .welcome-actions a,
    .account-page-actions a,
    .account-page-actions button {
        text-align: center;
    }

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

    .account-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .account-table-actions {
        text-align: left;
    }

    .account-table thead {
        display: none;
    }

    .account-table,
    .account-table tbody,
    .account-table tr,
    .account-table td {
        display: block;
        width: 100%;
    }

    .account-table tbody tr {
        border-bottom: 1px solid #edf0f5;
        padding: 11px 0;
    }

    .account-table tbody tr:last-child {
        border-bottom: 0;
    }

    .account-table tbody td {
        align-items: flex-start;
        border-bottom: 0;
        display: flex;
        gap: 14px;
        justify-content: space-between;
        padding: 6px 0;
        text-align: right;
    }

    .account-table tbody td::before {
        color: #8992a3;
        content: attr(data-label);
        flex: 0 0 98px;
        font-size: 11px;
        font-weight: 800;
        text-align: left;
        text-transform: uppercase;
    }

    .account-table tbody td[colspan] {
        display: block;
        text-align: center;
    }

    .account-table tbody td[colspan]::before {
        content: none;
    }

    .account-table .account-row-title,
    .account-table a,
    .account-cell-stack {
        text-align: right;
    }

    .account-table .account-item-media {
        justify-content: flex-end;
        max-width: calc(100% - 112px);
    }

    .account-table .account-related-media {
        justify-content: flex-end;
    }

    .account-table .account-inline-action {
        justify-content: flex-end;
    }

    .service-bookings-table {
        table-layout: auto;
    }

    .service-booking-meta,
    .service-booking-status {
        justify-items: end;
        text-align: right;
    }

    .service-booking-actions {
        justify-content: flex-end;
    }

    .account-item-thumb {
        flex-basis: 48px;
        height: 48px;
        width: 48px;
    }

    .account-item-thumb-sm {
        flex-basis: 32px;
        height: 32px;
        width: 32px;
    }

    .support-context-grid {
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
    }

    .support-context-card .account-item-thumb {
        flex-basis: 46px;
        height: 46px;
        width: 46px;
    }

    .customer-login-page {
        padding: 26px 0 46px;
    }

    .customer-login-shell {
        border-radius: 20px;
    }

    .customer-login-card,
    .customer-login-visual {
        padding: 24px;
    }

    .login-benefit-grid {
        grid-template-columns: 1fr;
    }

    .home-action-section {
        padding: 40px 0;
    }

    .home-action-card {
        min-height: 330px;
        padding: 22px;
    }

    .customer-register-page {
        padding: 26px 0 46px;
    }

    .customer-register-shell {
        border-radius: 20px;
    }

    .customer-register-visual,
    .customer-register-panel {
        padding: 24px;
    }

    .customer-register-visual h1 {
        font-size: 2.15rem;
    }

    .register-trust-strip {
        grid-template-columns: 1fr;
    }

    .register-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .register-form-section {
        padding: 16px;
    }

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