:root {
    --primary: #c19a3e;        /* طلایی */
    --primary-dark: #a07e28;   /* طلایی عمیق */
    --secondary: #c48b9f;      /* صورتی کهنه */
    --gold: #c19a3e;
    --gold-soft: #e7d3a1;
    --accent: #c0637a;         /* رز پررنگ (badge) */
    --dark: #3a2e2a;           /* قهوه‌ای گرم تیره */
    --slate: #524741;          /* متن گرم */
    --muted: #9b8b80;
    --bg: #fbf7f0;             /* کرم */
    --cream-2: #f6ebd8;
    --card-shadow: 0 12px 34px -14px rgba(58, 46, 42, .20);
    --card-shadow-hover: 0 26px 54px -18px rgba(160, 126, 40, .38);
    --radius: 20px;
}

* { font-family: 'Vazirmatn', system-ui, sans-serif; }

/* فونت تزئینی برای تیترها و برند */
.navbar-brand,
.hero h1,
.page-header h1,
.section-title h2,
.admin-login-card h4,
.display-title {
    font-family: 'Lalezar', 'Vazirmatn', system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: .3px;
}

html { scroll-behavior: smooth; }

body {
    background: var(--bg);
    color: var(--slate);
    margin: 0;
}

a { text-decoration: none; }

/* ---------- Navbar ---------- */
.shop-navbar {
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
    padding: .7rem 0;
    box-shadow: 0 4px 24px -18px rgba(15, 23, 42, .4);
}

.shop-navbar .navbar-brand {
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: .5rem;
}
.shop-navbar .navbar-brand i { color: var(--primary); font-size: 1.6rem; }
.shop-navbar .navbar-brand b { color: var(--primary); }

.shop-navbar .nav-link {
    font-weight: 600;
    color: var(--slate);
    margin: 0 .35rem;
    position: relative;
    transition: color .2s;
}
.shop-navbar .nav-link:hover { color: var(--primary); }
.shop-navbar .nav-link::after {
    content: '';
    position: absolute; bottom: -4px; right: 0;
    width: 0; height: 2px; background: var(--primary);
    transition: width .25s;
}
.shop-navbar .nav-link:hover::after { width: 100%; }

.nav-search {
    position: relative;
    background: var(--bg);
    border-radius: 50px;
    padding: 2px;
    border: 1px solid rgba(15, 23, 42, .08);
}
.nav-search input {
    border: none; background: transparent; box-shadow: none !important;
    border-radius: 50px; width: 190px;
}
.nav-search .btn { border: none; color: var(--primary); }

.btn-admin {
    background: var(--dark); color: var(--bg); border-radius: 50px;
    font-weight: 600; padding: .45rem 1.1rem;
}
.btn-admin:hover { background: var(--gold); color: var(--dark); }

/* ---------- Hero ---------- */
.hero {
    background: linear-gradient(135deg, #fdfbf6 0%, #f6ebd8 55%, #efe0c4 100%);
    color: var(--dark);
    padding: 5rem 0 8rem;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 18% 25%, rgba(193,154,62,.18) 0, transparent 38%),
                      radial-gradient(circle at 85% 75%, rgba(196,139,159,.18) 0, transparent 42%);
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { font-size: 3.2rem; font-weight: 400; line-height: 1.35; margin-bottom: 1.2rem; color: var(--dark); }
.hero p { font-size: 1.15rem; color: var(--slate); max-width: 520px; }
.hero .btn-hero {
    background: linear-gradient(135deg, #d4b054, var(--gold));
    color: var(--dark); font-weight: 800;
    border-radius: 50px; padding: .8rem 2.2rem; margin-top: 1.5rem;
    box-shadow: 0 14px 30px -10px rgba(160,126,40,.55);
    transition: transform .2s;
}
.hero .btn-hero:hover { transform: translateY(-3px); color: var(--dark); }
.hero .btn-outline-hero {
    border: 2px solid var(--dark); color: var(--dark); font-weight: 700;
    border-radius: 50px; padding: .75rem 1.8rem; margin: 1.5rem .6rem 0;
}
.hero .btn-outline-hero:hover { background: var(--dark); color: var(--bg); }

.hero-img {
    background: #fff;
    border: 1px solid rgba(193,154,62,.35);
    border-radius: 50%;
    padding: 2.4rem;
    box-shadow: 0 30px 60px -24px rgba(160,126,40,.5);
    color: var(--gold);
}
.hero-img i { font-size: 12rem; opacity: .95; }
.hero-photo {
    width: 100%; max-width: 420px; aspect-ratio: 1/1; object-fit: cover;
    border-radius: 50%; border: 10px solid #fff;
    box-shadow: 0 34px 70px -26px rgba(58,46,42,.55);
}
.hero-badge {
    position: absolute; background: #fff; border-radius: 18px; padding: .7rem 1.1rem;
    box-shadow: var(--card-shadow); font-weight: 800; color: var(--dark); font-size: .9rem;
}
.hero-badge i { color: var(--gold); }

.wave { position: absolute; bottom: -1px; left: 0; width: 100%; z-index: 1; }

/* ---------- Section ---------- */
.section { padding: 4rem 0; }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 { font-weight: 900; font-size: 2rem; color: var(--dark); }
.section-title p { color: var(--muted); }
.section-title .line {
    width: 70px; height: 4px; border-radius: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    margin: .8rem auto 0;
}

/* ---------- Category cards ---------- */
.category-card {
    display: block; background: #fff; border-radius: var(--radius);
    padding: 2rem 1rem; text-align: center; height: 100%;
    box-shadow: var(--card-shadow); transition: all .3s;
    border: 1px solid rgba(15,23,42,.04);
}
.category-card:hover { transform: translateY(-8px); box-shadow: var(--card-shadow-hover); }
.category-card .icon {
    width: 72px; height: 72px; border-radius: 20px; margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: #fff;
}
.category-card h5 { font-weight: 700; color: var(--dark); margin-bottom: .3rem; }
.category-card p { color: var(--muted); font-size: .85rem; margin: 0; }

/* ---------- Product card ---------- */
.product-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--card-shadow); transition: all .3s; height: 100%;
    display: flex; flex-direction: column; border: 1px solid rgba(15,23,42,.04);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--card-shadow-hover); }
.product-thumb { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #f3ead9; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-thumb img { transform: scale(1.08); }
.badge-off {
    position: absolute; top: 12px; right: 12px; background: var(--accent);
    color: #fff; font-weight: 700; padding: .3rem .6rem; border-radius: 10px; font-size: .78rem;
}
.badge-cat {
    position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,.9);
    color: var(--slate); padding: .25rem .6rem; border-radius: 10px; font-size: .72rem; font-weight: 600;
}
.product-body { padding: 1.1rem; display: flex; flex-direction: column; flex: 1; }
.product-body h6 { font-weight: 700; color: var(--dark); font-size: .98rem; line-height: 1.6; }
.product-body .desc { color: var(--muted); font-size: .8rem; flex: 1; }
.product-rating { color: #f59e0b; font-size: .82rem; }
.price-row { display: flex; align-items: baseline; gap: .5rem; margin-top: .6rem; }
.price { font-weight: 900; color: var(--primary-dark); font-size: 1.1rem; }
.price small { font-weight: 600; font-size: .75rem; color: var(--muted); }
.old-price { color: var(--muted); text-decoration: line-through; font-size: .82rem; }
.btn-buy {
    background: linear-gradient(135deg, #d4b054, var(--gold)); color: var(--dark); border-radius: 12px; font-weight: 800;
    width: 100%; margin-top: .9rem; padding: .6rem; transition: all .2s;
    box-shadow: 0 10px 22px -12px rgba(160,126,40,.6);
}
.btn-buy:hover { background: linear-gradient(135deg, var(--gold), var(--primary-dark)); color: var(--dark); transform: translateY(-2px); }
.out-stock { color: var(--accent); font-size: .8rem; font-weight: 700; }

/* ---------- Features strip ---------- */
.features { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.5rem; }
.feature-item { display: flex; align-items: center; gap: .9rem; }
.feature-item i { font-size: 2rem; color: var(--primary); }
.feature-item h6 { margin: 0; font-weight: 700; color: var(--dark); }
.feature-item span { color: var(--muted); font-size: .82rem; }

/* ---------- Sidebar / filters ---------- */
.filter-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.4rem; }
.filter-card h6 { font-weight: 800; color: var(--dark); margin-bottom: 1rem; }
.filter-list a {
    display: flex; justify-content: space-between; align-items: center;
    padding: .6rem .8rem; border-radius: 12px; color: var(--slate); font-weight: 600;
    margin-bottom: .3rem; transition: all .2s;
}
.filter-list a:hover, .filter-list a.active { background: var(--dark); color: var(--bg); }
.filter-list a .count { font-size: .75rem; opacity: .7; }

/* ---------- Product details ---------- */
.detail-img { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.5rem; }
.detail-img img { width: 100%; border-radius: 12px; object-fit: cover; }
.detail-info h1 { font-weight: 900; color: var(--dark); font-size: 1.8rem; }
.detail-price { font-size: 2rem; font-weight: 900; color: var(--primary-dark); }

/* ---------- Page header ---------- */
.page-header {
    background: linear-gradient(135deg, #4a382d, #9a7b34);
    color: #fff; padding: 3rem 0; margin-bottom: 3rem;
}
.page-header h1 { font-weight: 900; }
.page-header .breadcrumb { --bs-breadcrumb-divider-color: rgba(255,255,255,.6); }
.page-header .breadcrumb a { color: rgba(255,255,255,.85); }
.page-header .breadcrumb-item.active { color: #fff; }

/* ---------- Footer ---------- */
.shop-footer { background: linear-gradient(180deg, #3a2e2a, #2a2320); color: #d8ccc0; padding: 3.5rem 0 1.5rem; margin-top: 4rem; }
.shop-footer h5 { color: #fff; font-weight: 800; }
.shop-footer h5 i { color: var(--primary); }
.shop-footer h6 { color: #fff; font-weight: 700; margin-bottom: 1.1rem; }
.shop-footer ul { list-style: none; padding: 0; }
.shop-footer ul li { margin-bottom: .6rem; }
.shop-footer ul li a { color: #cbb9ac; transition: color .2s; }
.shop-footer ul li a:hover { color: var(--gold); }
.text-muted-2 { color: #cbb9ac; font-size: .9rem; }
.contact-list li i { color: var(--gold); margin-left: .4rem; }
.shop-footer hr { border-color: rgba(255,255,255,.12); margin: 2rem 0 1rem; }
.copyright { color: #9b8b80; font-size: .85rem; }
.social a {
    display: inline-flex; width: 40px; height: 40px; border-radius: 12px;
    background: rgba(255,255,255,.08); color: #fff; align-items: center; justify-content: center;
    margin-left: .5rem; transition: all .2s;
}
.social a:hover { background: var(--primary); transform: translateY(-3px); }

/* ---------- Admin ---------- */
.admin-login-wrap {
    min-height: 100vh; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #4a382d, #9a7b34);
}
.admin-login-card { background: #fff; border-radius: 24px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.4); padding: 2.5rem; width: 100%; max-width: 400px; }
.admin-login-card .logo { text-align: center; font-size: 2.6rem; color: var(--primary); }
.stat-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.6rem; display: flex; align-items: center; gap: 1rem; }
.stat-card .ico { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; }
.stat-card h3 { font-weight: 900; margin: 0; color: var(--dark); }
.stat-card span { color: var(--muted); font-size: .85rem; }
.admin-table { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); overflow: hidden; }
.admin-table table { margin: 0; }
.admin-table th { background: var(--bg); font-weight: 700; color: var(--slate); border: none; }
.admin-table td { vertical-align: middle; }

.form-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 2rem; }
.form-label { font-weight: 600; color: var(--slate); }

/* ---------- Empty state ---------- */
.empty-state { text-align: center; padding: 4rem 1rem; color: var(--muted); }
.empty-state i { font-size: 4rem; color: #cbd5e1; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .hero { padding: 3rem 0 5rem; text-align: center; }
    .hero h1 { font-size: 2rem; }
    .hero p { margin: 0 auto; }
    .nav-search { margin: .5rem 0; }
    .nav-search input { width: 100%; }
    .btn-admin { margin-top: .5rem; }
}

/* ==================== Gift-pack additions ==================== */
.btn-cart {
    background: linear-gradient(135deg, #d4b054, var(--gold)); color: var(--dark); border-radius: 50px;
    font-weight: 800; padding: .45rem 1.1rem;
}
.btn-cart:hover { background: var(--dark); color: var(--bg); }
.cart-badge {
    position: absolute; top: -7px; left: -7px; background: var(--accent);
    color: #fff; font-size: .68rem; font-weight: 800; min-width: 20px; height: 20px;
    border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 5px;
}

/* Occasion card */
.occasion-card {
    display: block; background: #fff; border-radius: var(--radius);
    padding: 1.8rem 1rem; text-align: center; height: 100%;
    box-shadow: var(--card-shadow); transition: all .3s; border: 1px solid rgba(15,23,42,.04);
}
.occasion-card:hover { transform: translateY(-8px); box-shadow: var(--card-shadow-hover); }
.occasion-card .icon {
    width: 68px; height: 68px; border-radius: 20px; margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center; font-size: 1.9rem; color: #fff;
}
.occasion-card h6 { font-weight: 800; color: var(--dark); margin: 0; }
.occasion-card small { color: var(--muted); }

/* Pack contents list */
.pack-contents { list-style: none; padding: 0; margin: 0; }
.pack-contents li {
    display: flex; justify-content: space-between; align-items: center;
    padding: .6rem 0; border-bottom: 1px dashed rgba(15,23,42,.1); font-size: .92rem;
}
.pack-contents li:last-child { border-bottom: none; }
.pack-contents .qty { color: var(--muted); font-size: .82rem; }

/* Quantity stepper */
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid rgba(15,23,42,.12); border-radius: 12px; overflow: hidden; }
.qty-stepper button { border: none; background: var(--bg); width: 34px; height: 34px; font-weight: 800; color: var(--slate); }
.qty-stepper button:hover { background: var(--primary); color: #fff; }
.qty-stepper input { border: none; width: 46px; text-align: center; font-weight: 700; }
.qty-stepper input:focus { outline: none; }

/* Build item row */
.build-item { background: #fff; border-radius: 14px; box-shadow: var(--card-shadow); padding: 1rem; height: 100%; display: flex; flex-direction: column; }
.build-item .thumb { aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; background: #f3ead9; margin-bottom: .7rem; }
.build-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.build-item h6 { font-weight: 700; color: var(--dark); font-size: .92rem; margin-bottom: .3rem; }
.build-item select { border-radius: 10px; font-size: .85rem; }

/* Cart / order table */
.cart-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); overflow: hidden; }
.summary-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.6rem; position: sticky; top: 90px; }
.summary-card .total { font-size: 1.5rem; font-weight: 900; color: var(--primary-dark); }
.thumb-sm { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; background: #f3ead9; }

/* Payment card */
.pay-card { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 2rem; }
.card-number {
    font-size: 1.6rem; font-weight: 900; letter-spacing: 3px; color: var(--dark);
    background: var(--bg); border-radius: 14px; padding: 1rem; text-align: center; direction: ltr;
}
.tracking-code {
    font-weight: 900; font-size: 1.3rem; color: var(--primary-dark); direction: ltr; display: inline-block;
}
.occ-badge { display: inline-flex; align-items: center; gap: .3rem; padding: .25rem .7rem; border-radius: 50px; color: #fff; font-size: .78rem; font-weight: 700; }

/* Steps strip */
.steps { display: flex; gap: 1rem; flex-wrap: wrap; }
.step { flex: 1; min-width: 160px; background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.4rem; text-align: center; }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto .7rem; }
.step h6 { font-weight: 700; color: var(--dark); }
.step p { color: var(--muted); font-size: .84rem; margin: 0; }

/* Admin sidebar nav */
.admin-nav { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1rem; position: sticky; top: 90px; }
.admin-nav a { display: flex; align-items: center; gap: .6rem; padding: .6rem .8rem; border-radius: 12px; color: var(--slate); font-weight: 600; margin-bottom: .2rem; }
.admin-nav a:hover, .admin-nav a.active { background: var(--primary); color: #fff; }

/* ==================== Box builder additions ==================== */
/* Wizard steps bar */
.wizard { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.wizard .w-step { flex: 1; min-width: 120px; text-align: center; padding: .8rem .5rem; background: #fff; border-radius: 14px; box-shadow: var(--card-shadow); color: var(--muted); font-weight: 700; font-size: .85rem; border: 2px solid transparent; }
.wizard .w-step .n { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: #e2e8f0; color: var(--slate); align-items: center; justify-content: center; font-weight: 800; margin-left: .4rem; }
.wizard .w-step.active { color: var(--primary-dark); border-color: var(--primary); }
.wizard .w-step.active .n { background: var(--primary); color: #fff; }
.wizard .w-step.done .n { background: #10b981; color: #fff; }

/* Box choose card */
.box-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--card-shadow); transition: all .3s; border: 2px solid transparent; height: 100%; display: flex; flex-direction: column; }
.box-card:hover { transform: translateY(-6px); box-shadow: var(--card-shadow-hover); }
.box-card.selected { border-color: var(--primary); }
.box-card .thumb { aspect-ratio: 4/3; overflow: hidden; background: #f3ead9; }
.box-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.box-card .body { padding: 1rem; display: flex; flex-direction: column; flex: 1; }
.box-card .body h6 { font-weight: 800; color: var(--dark); }
.box-card .cap { color: var(--muted); font-size: .82rem; flex: 1; }
.box-card .price { font-weight: 900; color: var(--primary-dark); }

/* Visual box preview (demo) */
.box-preview { position: relative; background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); overflow: hidden; }
.box-preview .base { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; background: #f3ead9; }
.box-preview .overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 8%; pointer-events: none; }
.box-preview .overlay .logo { width: 26%; max-width: 110px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.25)); }
.box-preview .overlay .btext { margin-top: .6rem; background: rgba(255,255,255,.92); color: var(--dark); font-weight: 800; padding: .35rem 1rem; border-radius: 50px; font-size: 1rem; box-shadow: 0 6px 16px -6px rgba(0,0,0,.4); max-width: 80%; text-align: center; }
.box-preview .empty-hint { position: absolute; inset: auto 0 0 0; background: rgba(15,23,42,.6); color: #fff; font-size: .8rem; text-align: center; padding: .4rem; }

/* Logo picker */
.logo-pick { display: flex; flex-wrap: wrap; gap: .8rem; }
.logo-pick label { cursor: pointer; }
.logo-pick input { display: none; }
.logo-pick .opt { width: 84px; height: 84px; border-radius: 16px; border: 2px solid #e2e8f0; background: #fff; display: flex; align-items: center; justify-content: center; padding: .5rem; transition: all .2s; }
.logo-pick .opt img { max-width: 100%; max-height: 100%; }
.logo-pick input:checked + .opt { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(99,102,241,.2); }
.logo-pick .opt.none { color: var(--muted); font-size: .8rem; font-weight: 700; }

/* Gallery thumbs (admin) */
.gallery-grid { display: flex; flex-wrap: wrap; gap: .8rem; }
.gallery-thumb { position: relative; width: 110px; height: 110px; border-radius: 12px; overflow: hidden; box-shadow: var(--card-shadow); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb form { position: absolute; top: 4px; left: 4px; }

/* ==================== Theme overrides (Bootstrap → طلایی/گرم) ==================== */
.btn-primary {
    --bs-btn-bg: var(--gold); --bs-btn-border-color: var(--gold);
    --bs-btn-color: #3a2e2a; --bs-btn-hover-bg: #a07e28; --bs-btn-hover-border-color: #a07e28;
    --bs-btn-hover-color: #fff; --bs-btn-active-bg: #a07e28; --bs-btn-active-border-color: #a07e28;
    font-weight: 700;
}
.btn-outline-primary {
    --bs-btn-color: #8a6d1f; --bs-btn-border-color: var(--gold);
    --bs-btn-hover-bg: var(--gold); --bs-btn-hover-border-color: var(--gold); --bs-btn-hover-color: #3a2e2a;
    --bs-btn-active-bg: var(--gold); --bs-btn-active-border-color: var(--gold); --bs-btn-active-color: #3a2e2a;
    font-weight: 700;
}
.btn-outline-secondary { --bs-btn-color: var(--muted); --bs-btn-border-color: #d9cbbd; --bs-btn-hover-bg: var(--dark); --bs-btn-hover-border-color: var(--dark); }
.text-primary { color: var(--primary-dark) !important; }
.badge.bg-primary { background: var(--gold) !important; color: #3a2e2a !important; }
.bg-primary-subtle { background: #f3e6c9 !important; }
.text-primary-subtle, .badge.bg-primary-subtle { color: #8a6d1f !important; }
a { color: var(--primary-dark); }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(193,154,62,.2); }
.form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
.section-title .line { background: linear-gradient(90deg, var(--gold), var(--secondary)); }
.detail-price, .summary-card .total, .price, .tracking-code { color: var(--primary-dark); }
/* Elegant section heading weight for decorative font */
.section-title h2, .page-header h1, .hero h1 { letter-spacing: .5px; }

/* ==================== Polish pass ==================== */
/* Trust strip */
.trust-strip { background: #fff; border-radius: var(--radius); box-shadow: var(--card-shadow); padding: 1.4rem 1rem; }
.trust-item { display: flex; align-items: center; gap: .8rem; justify-content: center; }
.trust-item .ic { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, #fbf1d8, #f0dcae); color: var(--primary-dark); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex: none; }
.trust-item h6 { margin: 0; font-weight: 800; color: var(--dark); font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .78rem; }

/* Featured badge on cards */
.badge-feat {
    position: absolute; top: 12px; right: 12px; z-index: 2;
    background: rgba(255,255,255,.92); color: var(--accent); width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; box-shadow: var(--card-shadow); font-size: .95rem;
}
.price .from { font-weight: 600; font-size: .72rem; color: var(--muted); margin-left: .25rem; }

/* Occasion icon gold ring */
.occasion-card .icon { box-shadow: 0 0 0 6px rgba(193,154,62,.10); }
.occasion-card { position: relative; }

/* Decorative section title ornament */
.section-title h2 { position: relative; display: inline-block; }

/* Card image gradient veil for legibility of badges */
.product-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,46,42,.12), transparent 30%); pointer-events: none; }

/* Steps numbers to gold */
.step .num { background: linear-gradient(135deg, #d4b054, var(--gold)); color: var(--dark); }
.wizard .w-step.active { color: var(--primary-dark); border-color: var(--gold); }
.wizard .w-step.active .n { background: var(--gold); color: var(--dark); }

/* ==================== Polish pass 2 (details + wizard + admin) ==================== */
/* Pack details trust row */
.detail-trust { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px dashed rgba(58,46,42,.15); }
.detail-trust .t { display: flex; align-items: center; gap: .5rem; color: var(--slate); font-size: .85rem; font-weight: 600; }
.detail-trust .t i { color: var(--gold); font-size: 1.15rem; }

/* Gift ribbon on box preview */
.box-preview .ribbon {
    position: absolute; top: 14px; right: -34px; transform: rotate(45deg);
    background: linear-gradient(135deg, #d4b054, var(--gold)); color: var(--dark);
    font-weight: 800; font-size: .72rem; padding: .3rem 2.4rem; box-shadow: 0 6px 14px -6px rgba(0,0,0,.4); z-index: 3;
}

/* Admin cohesion */
.container > h2.fw-bold { color: var(--dark); }
.stat-card .ico { box-shadow: 0 8px 18px -8px rgba(160,126,40,.5); }
.admin-nav a:hover, .admin-nav a.active { background: var(--gold); color: var(--dark); }
.admin-login-card .logo { color: var(--gold); }
