/* Landing page — Singapore Jewellery */
.landing-body { background: #0f172a; color: #fff; }

/* ─── Singapore Jewellery Store Theme ───────────────────── */
.jewellery-store { background: #0f172a; }

.store-topbar {
    background: linear-gradient(90deg, #0f172a, #1e3a5f, #0f172a);
    background-size: 200% 100%;
    animation: sg-gradient-flow 8s ease infinite;
    color: rgba(255,255,255,.9);
    font-size: .78rem;
    padding: .45rem 0;
    border-bottom: 1px solid rgba(255,215,0,.2);
}
.store-topbar i { color: #ffd700; }

.jewellery-nav {
    top: 32px;
    background: rgba(15, 23, 42, 0.96);
    border-bottom: 1px solid rgba(255,215,0,.15);
    backdrop-filter: blur(12px);
}
.jewellery-nav .logo-text strong { display: none; }
.jewellery-nav .logo-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .02em;
    color: #ffd700;
}

.btn-outline-jewel {
    color: #ffd700;
    border: 2px solid rgba(255,215,0,.5);
    background: transparent;
    font-weight: 700;
    border-radius: 10px;
}
.btn-outline-jewel:hover {
    background: rgba(255,215,0,.12);
    color: #fff;
    border-color: #ffd700;
}

.jewellery-hero {
    padding: 9rem 0 5rem;
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    background:
        radial-gradient(ellipse 60% 50% at 15% 60%, rgba(255,215,0,.14) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 85% 25%, rgba(30, 58, 95, 0.65) 0%, transparent 50%),
        linear-gradient(160deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
    background-size: 100% 100%, 100% 100%, 200% 200%;
    animation: sg-gradient-flow 14s ease infinite;
    overflow: hidden;
}
.hero-ornament-pattern {
    position: absolute; inset: 0; opacity: .06;
    background-image:
        radial-gradient(circle at 20% 30%, #ffd700 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, #ffd700 1px, transparent 1px);
    background-size: 48px 48px;
}
.jewellery-badge {
    background: rgba(255,215,0,.12) !important;
    color: #ffd700 !important;
    border-color: rgba(255,215,0,.35) !important;
}
.hero-est {
    font-family: Georgia, serif;
    font-style: italic;
    color: rgba(255,215,0,.7);
    font-size: .95rem;
    margin-bottom: .5rem;
}
.jewellery-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-bottom: 1.25rem;
    color: #fff;
}
.jewellery-hero h1 span {
    background: linear-gradient(90deg, #ffd700, #fef08a, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-trust {
    display: flex; flex-wrap: wrap; gap: 1.25rem;
}
.trust-item {
    display: flex; align-items: center; gap: .4rem;
    font-size: .82rem; font-weight: 600;
    color: rgba(255,255,255,.65);
}
.trust-item i { color: #ffd700; }

.hero-showcase { display: grid; gap: 1rem; }
.showcase-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }

/* ─── Hero photo carousel ─────────────────────────────────── */
.hero-photo-showcase { gap: .85rem; }
.hero-photo-carousel {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 215, 0, .35);
    background: #120608;
    box-shadow: 0 24px 56px rgba(0,0,0,.45);
}
.hero-carousel-frame {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.hero-carousel-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity .65s ease, transform 1.1s ease;
    pointer-events: none;
}
.hero-carousel-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 1;
}
.hero-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.hero-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3.5rem 1.15rem 1.1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 6, 8, .25) 35%, rgba(18, 6, 8, .92) 100%);
    color: #fff;
}
.hero-slide-tag {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
    color: #fff6d8;
    background: rgba(15, 23, 42, .55);
    border: 1px solid rgba(255,215,0,.45);
    padding: .34rem .58rem;
    border-radius: 999px;
    margin-bottom: .45rem;
}
.hero-slide-caption h4 {
    margin: 0 0 .2rem;
    font-family: Georgia, serif;
    color: #ffe8a8;
    font-size: 1.2rem;
}
.hero-slide-caption p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: .82rem;
    line-height: 1.5;
    max-width: 34ch;
}
.hero-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,215,0,.45);
    border-radius: 50%;
    background: rgba(15, 23, 42, .62);
    color: #ffd700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, transform .2s;
}
.hero-carousel-nav:hover {
    background: rgba(74, 14, 30, .88);
    transform: translateY(-50%) scale(1.05);
}
.hero-carousel-prev { left: 12px; }
.hero-carousel-next { right: 12px; }
.hero-carousel-dots {
    display: flex;
    justify-content: center;
    gap: .45rem;
    padding: .7rem .85rem .85rem;
    background: linear-gradient(180deg, rgba(18,6,8,.2), rgba(18,6,8,.75));
}
.hero-carousel-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255,255,255,.28);
    cursor: pointer;
    transition: transform .2s, background .2s;
}
.hero-carousel-dot.active {
    background: #ffd700;
    transform: scale(1.2);
}
.hero-thumb-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
}
.hero-thumb {
    border: 2px solid rgba(255,215,0,.18);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(10, 22, 40, .55);
    padding: 0;
    cursor: pointer;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}
.hero-thumb img {
    width: 100%;
    height: 62px;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.hero-thumb span {
    display: block;
    padding: .45rem .35rem .5rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fde68a;
    text-align: center;
}
.hero-thumb:hover { transform: translateY(-2px); border-color: rgba(255,215,0,.45); }
.hero-thumb.active {
    border-color: #ffd700;
    box-shadow: 0 8px 22px rgba(255, 215, 0, .18);
}

.indian-style-strip {
    background: linear-gradient(90deg, #2b1120, #4a0e1e, #2b1120);
    border-top: 1px solid rgba(255,215,0,.25);
    border-bottom: 1px solid rgba(255,215,0,.25);
    padding: .8rem 0;
}
.style-strip-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
}
.style-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .62rem .5rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,215,0,.18);
    border-radius: 12px;
    color: #fde68a;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
}
.style-item i { color: #ffd700; }

.ornament-visual {
    border-radius: 20px;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,215,0,.2);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.ornament-visual::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.15), transparent 60%);
}
.ornament-visual i { font-size: 2.5rem; display: block; margin-bottom: .5rem; position: relative; }
.showcase-main .ornament-visual i { font-size: 4rem; }
.ornament-visual span { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; position: relative; }
.ov-bridal  { background: linear-gradient(145deg, #92400e, #d97706); min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ov-temple  { background: linear-gradient(145deg, #6b1428, #9f1239); }
.ov-bangles { background: linear-gradient(145deg, #78350f, #b45309); }
.ov-ring    { background: linear-gradient(145deg, #1e3a5f, #2563eb); }
.ov-earring { background: linear-gradient(145deg, #4c1d95, #7c3aed); }

.brand-highlight-strip {
    background: linear-gradient(135deg, #0b1a2f, #1f3558);
    border-top: 1px solid rgba(255,215,0,.2);
    border-bottom: 1px solid rgba(255,215,0,.2);
    padding: 1rem 0;
}
.brand-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}
.brand-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,215,0,.18);
    border-radius: 12px;
    padding: .75rem .85rem;
}
.brand-highlight-item i {
    color: #ffd700;
    font-size: 1rem;
    margin-top: .1rem;
}
.brand-highlight-item strong {
    display: block;
    color: #fff3bf;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: .2rem;
}
.brand-highlight-item span {
    color: rgba(255,255,255,.68);
    font-size: .72rem;
    line-height: 1.45;
}

.jewellery-collections { background: linear-gradient(180deg, #fff 0%, #fffbf0 100%); }
.section-ornament {
    text-align: center; font-size: 1.5rem; color: #d97706; margin-bottom: .5rem;
}

.ornament-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fde68a;
    box-shadow: 0 8px 24px rgba(146,64,14,.08);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
}
.ornament-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(146,64,14,.15);
}

.ornament-design {
    height: 160px;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    overflow: hidden;
}
.ornament-design img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.collection-photo { transition: transform .35s ease, filter .35s ease; }
.collection-card:hover .collection-photo { transform: scale(1.04); }

/* Per-collection photo treatment so each card looks unique */
.cp-bridal      { object-position: center 12%; filter: saturate(1.08) contrast(1.02); }
.cp-temple      { object-position: center 18%; filter: sepia(.16) saturate(1.18) contrast(1.04); }
.cp-kundan      { object-position: center 22%; filter: saturate(1.2) hue-rotate(-8deg); }
.cp-antique     { object-position: center 16%; filter: sepia(.28) saturate(1.1) brightness(.94); }
.cp-bangles     { object-position: center 28%; filter: saturate(1.18) contrast(1.08); }
.cp-ring        { object-position: center 10%; filter: contrast(1.14) brightness(.95); }
.cp-mangalsutra { object-position: center 20%; filter: sepia(.12) saturate(1.06) hue-rotate(-15deg); }
.cp-pendant     { object-position: center 24%; filter: saturate(1.08) hue-rotate(8deg) contrast(1.05); }
.ornament-design i {
    position: relative;
    z-index: 3;
}
.ornament-glow {
    position: absolute;
    inset: 0;
    width: auto; height: auto;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(15,23,42,.05) 0%, rgba(15,23,42,.45) 65%, rgba(15,23,42,.75) 100%);
    z-index: 1;
}
.ornament-frame {
    position: absolute; inset: 12px;
    border: 2px dashed rgba(255,215,0,.35);
    border-radius: 14px;
    pointer-events: none;
    z-index: 2;
}
.ornament-icon-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15,23,42,.7);
    border: 1px solid rgba(255,215,0,.45);
    color: #ffd700;
    z-index: 3;
}
.ornament-icon-badge i {
    font-size: 1rem;
}

.oc-bridal .ornament-design   { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; }
.oc-temple .ornament-design   { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #9f1239; }
.oc-kundan .ornament-design   { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #6d28d9; }
.oc-antique .ornament-design  { background: linear-gradient(135deg, #ffedd5, #fed7aa); color: #c2410c; }
.oc-bangles .ornament-design  { background: linear-gradient(135deg, #fef9c3, #fde047); color: #a16207; }
.oc-ring .ornament-design     { background: linear-gradient(135deg, #dbeafe, #93c5fd); color: #1d4ed8; }
.oc-mangalsutra .ornament-design { background: linear-gradient(135deg, #fee2e2, #fca5a5); color: #b91c1c; }
.oc-pendant .ornament-design  { background: linear-gradient(135deg, #d1fae5, #6ee7b7); color: #047857; }

.ornament-info { padding: 1.15rem 1.25rem 1.35rem; }
.ornament-code { font-size: .68rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; }
.ornament-info h5 { font-weight: 700; font-size: .95rem; margin: .35rem 0 .65rem; color: #1a0a0f; }
.ornament-meta { display: flex; gap: 1rem; font-size: .78rem; color: #64748b; margin-bottom: .65rem; }
.ornament-meta i { color: #d97706; }
.ornament-price { font-size: 1.15rem; font-weight: 800; color: #92400e; }

.service-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.75rem;
    border: 1px solid #fde68a;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(146,64,14,.1); }
.service-icon {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem; color: #b45309;
    margin-bottom: 1rem;
}
.service-card h5 { font-weight: 700; color: #1a0a0f; }
.service-card p { color: #64748b; font-size: .88rem; margin: 0; }

.jewellery-about { background: #fff; }
.about-visual { display: flex; justify-content: center; }
.about-frame {
    width: 280px; height: 320px;
    background: linear-gradient(145deg, #4a0e1e, #6b1428);
    border-radius: 24px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    color: #ffd700;
    border: 3px solid rgba(255,215,0,.3);
    box-shadow: 0 24px 64px rgba(74,14,30,.35);
}
.about-frame i { font-size: 4rem; margin-bottom: 1rem; }
.about-frame p { font-family: Georgia, serif; font-style: italic; font-size: 1.1rem; margin: 0; }
.about-text { color: #475569; line-height: 1.7; font-size: 1rem; margin-bottom: 1.5rem; }

.team-cards { display: flex; flex-direction: column; gap: .85rem; }
.team-card {
    display: flex; align-items: center; gap: 1rem;
    padding: 1rem 1.15rem;
    background: #fffbf0;
    border: 1px solid #fde68a;
    border-radius: 14px;
}
.team-avatar {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem; color: #fff; flex-shrink: 0;
}
.ta-owner   { background: linear-gradient(135deg, #d97706, #fbbf24); }
.ta-manager { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.ta-staff   { background: linear-gradient(135deg, #64748b, #94a3b8); }
.team-card strong { display: block; font-size: .95rem; color: #1a0a0f; }
.team-card span { font-size: .78rem; color: #64748b; }
.about-contact p { color: #64748b; font-size: .88rem; margin-bottom: .35rem; }
.about-contact i { color: #d97706; }

.jewellery-cta {
    background: linear-gradient(135deg, #4a0e1e, #2d1520);
    border-top: 2px solid rgba(255,215,0,.2);
}
.jewellery-footer {
    background: #120608;
    padding: 2.5rem 0 1.5rem;
}
.footer-brand { font-family: Georgia, serif; font-size: 1.15rem; color: #ffd700; font-weight: 600; margin-bottom: .5rem; }
.footer-tagline { font-size: .82rem; color: rgba(255,255,255,.45); }
.jewellery-footer h6 { color: #ffd700; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .75rem; }
.jewellery-footer p { font-size: .84rem; color: rgba(255,255,255,.5); margin-bottom: .35rem; }
.footer-divider { border-color: rgba(255,215,0,.15); margin: 1.5rem 0 1rem; }
.footer-legal-note {
    font-size: .72rem;
    color: rgba(255,255,255,.42);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55;
}

@media (max-width: 768px) {
    .jewellery-nav { top: 0; }
    .store-topbar { font-size: .7rem; }
    .showcase-grid { grid-template-columns: repeat(2, 1fr); }
    .jewellery-hero { padding-top: 7rem; }
    .hero-carousel-frame { aspect-ratio: 1 / 1; }
    .hero-thumb img { height: 52px; }
    .style-strip-inner { grid-template-columns: 1fr 1fr; }
    .brand-highlight-grid { grid-template-columns: 1fr; }
}

.landing-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(10,22,40,.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.landing-logo {
    display: flex; align-items: center; gap: .75rem;
    text-decoration: none; color: #fff;
}
.logo-icon {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, #ffd700, #b8860b);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #0a1628; font-size: 1.2rem;
}
.logo-text { font-size: 1.1rem; font-weight: 500; }
.logo-text strong { font-weight: 800; color: #ffd700; }

.nav-link-custom {
    color: rgba(255,255,255,.7) !important;
    text-decoration: none;
    font-weight: 600;
    font-size: .9rem;
    transition: color .15s;
}
.nav-link-custom:hover { color: #ffd700 !important; }

.login-dropdown-menu {
    min-width: 300px;
    border: none;
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(0,0,0,.35);
    border-top: 4px solid #ffd700;
}

.login-hint {
    background: #fffbeb;
    border-radius: 10px;
    padding: .75rem;
    font-size: .78rem;
    color: #92400e;
    text-align: center;
}
.login-hint code { background: rgba(217,119,6,.15); padding: .1rem .35rem; border-radius: 4px; }

.landing-hero {
    padding: 8rem 0 5rem;
    background:
        radial-gradient(ellipse 70% 60% at 10% 50%, rgba(232,185,35,.15) 0%, transparent 50%),
        radial-gradient(ellipse 50% 50% at 90% 30%, rgba(37,99,235,.2) 0%, transparent 50%),
        #0a1628;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-badge {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(16,185,129,.15);
    color: #34d399;
    border: 1px solid rgba(16,185,129,.3);
    padding: .4rem 1rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.landing-hero h1 {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.04em;
    margin-bottom: 1.25rem;
}
.landing-hero h1 span {
    background: linear-gradient(90deg, #ffd700, #fef08a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size: 1.1rem;
    color: rgba(255,255,255,.6);
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 2rem;
}

.hero-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.hero-stat {
    border-radius: 18px;
    padding: 1.35rem 1.5rem;
    color: #fff;
    box-shadow: 0 12px 32px rgba(0,0,0,.25);
}
.hero-stat.gold    { background: linear-gradient(135deg, #d97706, #fbbf24); }
.hero-stat.emerald { background: linear-gradient(135deg, #047857, #34d399); }
.hero-stat.indigo  { background: linear-gradient(135deg, #4338ca, #818cf8); }
.hero-stat.navy    { background: linear-gradient(135deg, #0a1628, #2563eb); border: 1px solid rgba(255,255,255,.15); }

.hs-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .9; }
.hs-value { font-size: 1.65rem; font-weight: 800; margin: .35rem 0; letter-spacing: -.03em; }
.hs-formula { font-size: .72rem; opacity: .85; }

.landing-section {
    padding: 5rem 0;
    background: #fff;
    color: #0f172a;
}
.landing-section.alt { background: #f0f4fa; }

.section-heading {
    font-family: 'Segoe UI', system-ui, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: .5rem;
    letter-spacing: -.03em;
}
.section-sub { text-align: center; color: #64748b; margin-bottom: 3rem; }

.feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.75rem;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: transform .2s, box-shadow .2s;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }

.fc-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1rem;
}
.fc-gold .fc-icon   { background: linear-gradient(135deg, #d97706, #fbbf24); }
.fc-blue .fc-icon   { background: linear-gradient(135deg, #2563eb, #60a5fa); }
.fc-purple .fc-icon { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.fc-teal .fc-icon   { background: linear-gradient(135deg, #0d9488, #2dd4bf); }
.fc-rose .fc-icon   { background: linear-gradient(135deg, #e11d48, #fb7185); }
.fc-orange .fc-icon { background: linear-gradient(135deg, #ea580c, #fb923c); }

.feature-card h5 { font-weight: 700; margin-bottom: .5rem; }
.feature-card p { color: #64748b; font-size: .9rem; margin: 0; line-height: 1.55; }

.module-grid {
    display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center;
}
.module-chip {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 999px;
    padding: .65rem 1.25rem;
    font-weight: 700;
    font-size: .88rem;
    color: #0f172a;
}
.module-chip i { color: #059669; }

.formula-card {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #ffd700;
    border-radius: 14px;
    padding: 1.35rem 1.5rem;
    height: 100%;
}
.formula-title { font-weight: 800; color: #0a1628; margin-bottom: .5rem; font-size: .95rem; }
.formula-eq { font-family: monospace; background: #0a1628; color: #ffd700; padding: .65rem .85rem; border-radius: 8px; font-size: .82rem; margin-bottom: .5rem; }
.formula-example { font-size: .82rem; color: #64748b; }

.landing-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0a1628, #1e3a5f);
    color: #fff;
}
.landing-cta h2 { font-weight: 800; margin-bottom: .5rem; }
.landing-cta p { color: rgba(255,255,255,.6); margin-bottom: 1.5rem; }

.landing-footer {
    padding: 1.5rem;
    background: #060d18;
    color: rgba(255,255,255,.4);
    font-size: .82rem;
}
.landing-footer p { margin: 0; }

/* Table toolbar */
.table-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 1rem;
}
.toolbar-left, .toolbar-right { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.toolbar-label { font-size: .75rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.toolbar-sort, .toolbar-dir { width: auto; min-width: 130px; font-size: .84rem; }

.btn-export {
    font-weight: 700;
    font-size: .78rem;
    border-radius: 8px;
    padding: .4rem .75rem;
    text-decoration: none;
    border: 1.5px solid;
}
.btn-export.excel { background: #ecfdf5; color: #047857; border-color: #6ee7b7; }
.btn-export.excel:hover { background: #047857; color: #fff; }
.btn-export.csv { background: #eff6ff; color: #2563eb; border-color: #93c5fd; }
.btn-export.csv:hover { background: #2563eb; color: #fff; }
.btn-export.pdf { background: #fff1f2; color: #e11d48; border-color: #fda4af; }
.btn-export.pdf:hover { background: #e11d48; color: #fff; }

/* Calc panel */
.calc-panel {
    background: linear-gradient(135deg, #0a1628, #1e3a5f);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    border: 1px solid rgba(255,215,0,.2);
}
.calc-panel-header {
    font-weight: 800;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #ffd700;
    margin-bottom: 1rem;
    display: flex; align-items: center; gap: .5rem;
}
.calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: .88rem;
}
.calc-row:last-child { border-bottom: none; }
.calc-label { color: rgba(255,255,255,.65); }
.calc-value { font-weight: 800; color: #ffd700; font-family: monospace; }
.calc-row.total .calc-value { font-size: 1.1rem; color: #34d399; }
.calc-formula-note {
    margin-top: .75rem;
    font-size: .75rem;
    color: rgba(255,255,255,.45);
    font-family: monospace;
    background: rgba(0,0,0,.2);
    padding: .5rem .75rem;
    border-radius: 8px;
}

.totals-bar {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
    border-radius: 12px;
    padding: 1.15rem 1.75rem;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem 2rem;
}
.totals-bar .tb-item {
    flex: 1 1 auto;
    min-width: 9.5rem;
    padding: 0.35rem 0.75rem 0.35rem 0;
    font-size: .88rem;
}
.totals-bar .tb-item strong { display: block; font-size: 1.15rem; color: #92400e; margin-top: .35rem; }

.sortable-table th[data-sort] {
    cursor: pointer;
    user-select: none;
}
.sortable-table th[data-sort]:hover { background: rgba(37,99,235,.08); }
.sortable-table th.sorted-asc::after { content: ' ↑'; color: #2563eb; }
.sortable-table th.sorted-desc::after { content: ' ↓'; color: #2563eb; }

.clarity-box {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    font-size: .88rem;
    color: #1e40af;
}
.clarity-box strong { color: #1e3a8a; }

/* ─── Dedicated Login Page ──────────────────────────────── */
.login-page-body { margin: 0; overflow-x: hidden; }

.login-back-link {
    display: inline-flex; align-items: center; gap: .45rem;
    color: rgba(255,255,255,.6); text-decoration: none;
    font-size: .88rem; font-weight: 600;
    margin-bottom: 2rem; transition: color .15s;
}
.login-back-link:hover { color: #ffd700; }
.login-back-mobile { color: #64748b; margin-bottom: 1.5rem; display: inline-flex; }
.login-back-mobile:hover { color: #2563eb; }

.login-brand-badge {
    width: 64px; height: 64px;
    background: linear-gradient(135deg, #ffd700, #b8860b);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.75rem; color: #0a1628;
    margin-bottom: 1.25rem;
    box-shadow: 0 12px 32px rgba(255,215,0,.35);
}

.login-form-header { text-align: center; margin-bottom: 1.75rem; }
.login-form-icon {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #2563eb;
    margin: 0 auto 1rem;
    border: 2px solid #bfdbfe;
}
.login-form-header h2 { font-size: 1.75rem; font-weight: 800; color: #0a1628; margin-bottom: .3rem; }
.login-form-header .subtitle { color: #64748b; font-size: .92rem; margin: 0; }

.role-select-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #64748b; margin-bottom: .65rem; }
.role-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.role-cards-lg { gap: 1rem; }

.role-card {
    display: flex; flex-direction: column; align-items: center;
    padding: .85rem .5rem;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    width: 100%;
}
.role-card-icon {
    width: 72px; height: 72px;
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
    margin-bottom: .85rem;
    transition: transform .2s ease, box-shadow .2s ease;
}
.role-card-name { font-weight: 700; font-size: .95rem; color: #0f172a; }
.role-card small { font-size: .72rem; color: #94a3b8; margin-top: .25rem; }
.role-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.1); }
.role-card:hover .role-card-icon { transform: scale(1.06); }
.role-card:active { transform: translateY(-1px); }
.role-card.loading { pointer-events: none; opacity: .85; }

.role-card.rc-owner .role-card-icon { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; box-shadow: 0 8px 20px rgba(217,119,6,.25); }
.role-card.rc-owner:hover { border-color: #fbbf24; background: #fffbeb; }
.role-card.rc-manager .role-card-icon { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1d4ed8; box-shadow: 0 8px 20px rgba(37,99,235,.25); }
.role-card.rc-manager:hover { border-color: #60a5fa; background: #eff6ff; }
.role-card.rc-staff .role-card-icon { background: linear-gradient(135deg, #f1f5f9, #e2e8f0); color: #475569; box-shadow: 0 8px 20px rgba(100,116,139,.2); }
.role-card.rc-staff:hover { border-color: #94a3b8; background: #f8fafc; }
.role-card.active { border-width: 2px; transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.role-card.rc-owner.active { border-color: #fbbf24; background: #fffbeb; }
.role-card.rc-manager.active { border-color: #60a5fa; background: #eff6ff; }
.role-card.rc-staff.active { border-color: #94a3b8; background: #f1f5f9; }
.role-card.loading { pointer-events: none; opacity: .85; }

.login-input-wrap {
    position: relative;
    display: flex; align-items: center;
}
.login-input-wrap > i:first-child {
    position: absolute; left: 14px; z-index: 2;
    color: #94a3b8; font-size: 1rem;
}
.login-input-wrap .form-control {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    height: 50px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    font-size: .95rem;
}
.login-input-wrap .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}
.login-pw-toggle {
    position: absolute; right: 12px; z-index: 2;
    background: none; border: none; color: #94a3b8;
    cursor: pointer; padding: .25rem;
}
.login-icon-hint {
    text-align: center;
    font-size: .82rem;
    color: #94a3b8;
    margin-top: 1.25rem;
    margin-bottom: 0;
}
.login-icon-hint code {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: .15rem .45rem;
    border-radius: 5px;
    font-weight: 700;
    color: #0f172a;
}

.btn-login-submit:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.login-pw-toggle:hover { color: #2563eb; }

.btn-login-submit {
    height: 52px;
    font-size: 1rem;
    letter-spacing: .02em;
}

.login-demo {
    background: linear-gradient(135deg, #f0f4fa, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem 1.15rem;
}
.login-demo-title { font-size: .78rem; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .65rem; }
.login-demo-table { width: 100%; font-size: .84rem; }
.login-demo-table td { padding: .3rem 0; color: #475569; }
.login-demo-table code { background: #fff; border: 1px solid #e2e8f0; padding: .15rem .45rem; border-radius: 5px; font-weight: 700; color: #0f172a; }
.login-demo-table .pw-cell { text-align: center; vertical-align: middle; font-size: 1rem; }

@media (max-width: 992px) {
    .login-page { flex-direction: column; }
    .login-left { padding: 2rem; min-height: auto; }
    .login-right { width: 100%; padding: 2rem; }
    .role-cards { grid-template-columns: 1fr 1fr 1fr; }
}

/* ─── Detailed Role Cards (Login) ───────────────────────── */
.jewellery-login .login-left {
    background: linear-gradient(160deg, #1a0a0f, #4a0e1e);
}
.jewellery-login .login-hero h1 {
    font-family: Georgia, serif;
    font-size: 2rem;
    color: #ffd700;
}
.jewellery-login .login-hero h1 span { display: none; }

.login-store-info { margin-top: 2rem; position: relative; z-index: 1; }
.store-info-row {
    display: flex; align-items: flex-start; gap: .65rem;
    font-size: .82rem; color: rgba(255,255,255,.55);
    margin-bottom: .65rem;
}
.store-info-row i { color: #ffd700; margin-top: .15rem; }

.login-role-panel { max-width: 480px; }
.jewellery-login .login-right { width: 560px; max-width: 100%; }
.jewellery-login .login-form-wrap { max-width: 100%; }

.role-cards-vertical {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.role-card-detailed {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    width: 100%;
    padding: 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    transition: all .2s ease;
    position: relative;
}
.role-card-detailed:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }

.role-card-detailed .role-card-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    font-size: 1.35rem;
    margin-bottom: 0;
    flex-shrink: 0;
}

.rcd-body { flex: 1; min-width: 0; }
.rcd-header { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .65rem; margin-bottom: .25rem; }
.rcd-header .role-card-name { font-size: .95rem; }
.rcd-person { font-size: .72rem; font-weight: 600; color: #94a3b8; }
.rcd-desc { font-size: .75rem; color: #64748b; margin: 0 0 .5rem; }
.rcd-access {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: .25rem .65rem;
}
.rcd-access li {
    font-size: .68rem; font-weight: 600;
    color: #64748b;
    display: flex; align-items: center; gap: .2rem;
}
.rcd-access li i { font-size: .75rem; }

.rcd-check {
    position: absolute; top: .75rem; right: .75rem;
    font-size: 1.1rem; color: transparent;
    transition: color .15s;
}
.role-card-detailed.active .rcd-check { color: inherit; }

/* Owner / Admin */
.role-card-detailed.rc-owner { border-color: #fde68a; background: linear-gradient(135deg, #fffbeb, #fff); }
.role-card-detailed.rc-owner .role-card-icon { background: linear-gradient(135deg, #fef3c7, #fbbf24); color: #92400e; box-shadow: 0 6px 16px rgba(217,119,6,.25); }
.role-card-detailed.rc-owner.active { border-color: #f59e0b; box-shadow: 0 8px 28px rgba(217,119,6,.2); }
.role-card-detailed.rc-owner.active .rcd-check { color: #d97706; }
.role-card-detailed.rc-owner .rcd-access li i { color: #d97706; }

/* Manager */
.role-card-detailed.rc-manager { border-color: #bfdbfe; background: linear-gradient(135deg, #f8fafc, #fff); }
.role-card-detailed.rc-manager .role-card-icon { background: linear-gradient(135deg, #dbeafe, #60a5fa); color: #1d4ed8; box-shadow: 0 6px 16px rgba(37,99,235,.25); }
.role-card-detailed.rc-manager.active { border-color: #3b82f6; box-shadow: 0 8px 28px rgba(37,99,235,.2); }
.role-card-detailed.rc-manager.active .rcd-check { color: #2563eb; }
.role-card-detailed.rc-manager .rcd-access li i { color: #2563eb; }

/* Staff */
.role-card-detailed.rc-staff { border-color: #a7f3d0; background: linear-gradient(135deg, #f0fdf4, #fff); }
.role-card-detailed.rc-staff .role-card-icon { background: linear-gradient(135deg, #d1fae5, #34d399); color: #047857; box-shadow: 0 6px 16px rgba(5,150,105,.2); }
.role-card-detailed.rc-staff.active { border-color: #10b981; box-shadow: 0 8px 28px rgba(5,150,105,.15); }
.role-card-detailed.rc-staff.active .rcd-check { color: #059669; }
.role-card-detailed.rc-staff .rcd-access li i { color: #059669; }

.role-card-detailed.rc-owner:hover { border-color: #fbbf24; }
.role-card-detailed.rc-manager:hover { border-color: #60a5fa; }
.role-card-detailed.rc-staff:hover { border-color: #6ee7b7; }

/* ─── Compact Login Layout (v2) ─────────────────────────── */
.login-compact-page {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    position: relative;
    background: linear-gradient(145deg, #1a0a0f 0%, #4a0e1e 45%, #2d1520 100%);
}

.login-compact-bg {
    position: fixed;
    inset: 0;
    opacity: .07;
    background-image:
        radial-gradient(circle at 25% 25%, #ffd700 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, #ffd700 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.login-compact-shell {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.login-compact-back {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: rgba(255,255,255,.55);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color .15s;
}
.login-compact-back:hover { color: #ffd700; }

.login-compact-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.75rem 1.65rem 1.5rem;
    box-shadow: 0 24px 64px rgba(0,0,0,.35), 0 0 0 1px rgba(255,215,0,.12);
    border-top: 4px solid #ffd700;
}

.login-compact-brand {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding-bottom: 1.15rem;
    margin-bottom: 1.15rem;
    border-bottom: 1px solid #f1f5f9;
}
.lcb-icon {
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #fef3c7, #fbbf24);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: #92400e;
    flex-shrink: 0;
}
.login-compact-brand strong {
    display: block;
    font-family: Georgia, serif;
    font-size: .95rem;
    color: #1a0a0f;
    line-height: 1.2;
}
.login-compact-brand span {
    font-size: .72rem;
    color: #94a3b8;
    font-weight: 600;
}

.login-compact-title { text-align: center; margin-bottom: 1.35rem; }
.login-compact-title h1 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1a0a0f;
    margin: 0 0 .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}
.login-compact-title h1 i { color: #d97706; font-size: 1.15rem; }
.login-compact-title p { margin: 0; font-size: .82rem; color: #64748b; }

.login-compact-alert { margin-bottom: 1rem; padding: .65rem .85rem; font-size: .85rem; }

/* Small role pick cards — 3 in a row */
.role-pick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .55rem;
    margin-bottom: 1rem;
}

.role-pick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: .75rem .35rem .65rem;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    cursor: pointer;
    transition: all .18s ease;
    width: 100%;
}
.role-pick-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.08); }
.role-pick-card.active { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.1); }

.rpc-icon {
    width: 40px; height: 40px;
    border-radius: 11px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    margin-bottom: .45rem;
    transition: transform .18s;
}
.role-pick-card:hover .rpc-icon { transform: scale(1.05); }

.rpc-name {
    font-size: .68rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
}
.rpc-person {
    font-size: .6rem;
    color: #94a3b8;
    margin-top: .2rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Owner */
.rpc-owner { border-color: #fde68a; }
.rpc-owner .rpc-icon { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; }
.rpc-owner.active { border-color: #f59e0b; background: #fffbeb; }

/* Manager */
.rpc-manager { border-color: #bfdbfe; }
.rpc-manager .rpc-icon { background: linear-gradient(135deg, #dbeafe, #93c5fd); color: #1d4ed8; }
.rpc-manager.active { border-color: #3b82f6; background: #eff6ff; }

/* Staff */
.rpc-staff { border-color: #bbf7d0; }
.rpc-staff .rpc-icon { background: linear-gradient(135deg, #d1fae5, #6ee7b7); color: #047857; }
.rpc-staff.active { border-color: #10b981; background: #f0fdf4; }

/* Selected role info strip */
.role-info-strip {
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: .75rem .85rem;
    margin-bottom: 1rem;
    animation: loginFadeIn .25s ease;
}
@keyframes loginFadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ris-head {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .78rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .25rem;
}
.ris-head i { color: #059669; font-size: .9rem; }
.role-info-strip p {
    margin: 0 0 .5rem;
    font-size: .72rem;
    color: #64748b;
}
.ris-tags { display: flex; flex-wrap: wrap; gap: .3rem; }
.ris-tag {
    font-size: .62rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: .2rem .45rem;
    border-radius: 6px;
}

.login-compact-pw { margin-bottom: 1rem; animation: loginFadeIn .25s ease; }
.login-compact-pw .form-label { font-size: .82rem; font-weight: 700; margin-bottom: .4rem; }

.login-compact-footer {
    text-align: center;
    font-size: .72rem;
    color: rgba(255,255,255,.4);
    margin-top: 1.25rem;
    margin-bottom: 0;
}

@media (max-width: 380px) {
    .role-pick-grid { gap: .4rem; }
    .role-pick-card { padding: .6rem .25rem .5rem; }
    .rpc-icon { width: 36px; height: 36px; font-size: 1rem; }
    .rpc-name { font-size: .62rem; }
    .rpc-person { font-size: .55rem; }
    .login-compact-card { padding: 1.35rem 1.15rem; }
}

@media (max-width: 576px) {
    .rcd-access { flex-direction: column; gap: .15rem; }
    .role-card-detailed { padding: .85rem; }
}

/* ==========================================================
   Landing Refresh v2 — cleaner layout + responsiveness
   ========================================================== */
.sg-landing {
    background: #f8fafc;
    color: #0f172a;
}

.sg-landing .container-fluid.px-4 {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.sg-landing .store-topbar {
    background: #0f172a;
    animation: none;
    border-bottom: 0;
}

.sg-landing .landing-nav.jewellery-nav {
    top: 0;
    background: rgba(15, 23, 42, .96);
    border-bottom: 1px solid rgba(148, 163, 184, .22);
    backdrop-filter: none;
}

.sg-landing .jewellery-hero {
    min-height: auto;
    padding: 7rem 0 3.2rem;
    background: linear-gradient(165deg, #0f172a 0%, #1e3a5f 60%, #0f172a 100%);
    animation: none;
}

.sg-landing .hero-ornament-pattern {
    opacity: .03;
}

.sg-landing .hero-desc {
    color: rgba(255, 255, 255, .78);
    max-width: 58ch;
    font-size: 1rem;
}

.sg-landing .hero-trust {
    gap: .75rem;
}

.sg-landing .trust-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: .35rem .7rem;
    color: rgba(255, 255, 255, .88);
}

.sg-landing .hero-photo-carousel {
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(2, 6, 23, .45);
}

.sg-landing .hero-thumb-row {
    gap: .5rem;
}

.sg-landing .hero-thumb img {
    height: 56px;
}

.sg-landing .indian-style-strip {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: .75rem 0;
}

.sg-landing .style-item {
    background: #f8fafc;
    border-color: #e2e8f0;
    color: #334155;
}

.sg-landing .style-item i {
    color: #d97706;
}

.sg-landing .brand-highlight-strip {
    background: #0f172a;
    border-top: 0;
    border-bottom: 0;
}

.sg-landing .landing-section {
    padding: 3.2rem 0;
}

.sg-landing .landing-section.alt {
    background: #f1f5f9;
}

.sg-landing .section-heading {
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    margin-bottom: .4rem;
}

.sg-landing .section-sub {
    margin-bottom: 1.7rem;
    font-size: .92rem;
}

.sg-landing .ornament-card,
.sg-landing .service-card,
.sg-landing .team-card {
    border-color: #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
}

.sg-landing .ornament-card:hover,
.sg-landing .service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .12);
}

.sg-landing .ornament-design {
    height: 150px;
}

.sg-landing .about-frame {
    width: 100%;
    max-width: 320px;
    height: 250px;
    border-width: 1px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .2);
}

.sg-landing .about-text {
    font-size: .95rem;
}

.sg-landing .jewellery-cta {
    padding: 2.8rem 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.sg-landing .jewellery-footer {
    background: #020617;
    padding-top: 2rem;
}

/* Button refresh */
.sg-landing .btn-gold {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 8px 18px rgba(217, 119, 6, .28);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.sg-landing .btn-gold:hover {
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(217, 119, 6, .34);
}

.sg-landing .btn-outline-jewel {
    border-radius: 999px;
    border: 1.5px solid rgba(255, 215, 0, .55);
    background: rgba(255, 255, 255, .06);
    color: #fff4c2;
    font-weight: 700;
    transition: all .18s ease;
}

.sg-landing .btn-outline-jewel:hover {
    color: #0f172a;
    background: #fde68a;
    border-color: #fde68a;
}

.sg-landing .hero-actions .btn,
.sg-landing .landing-cta .btn {
    min-height: 46px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

@media (max-width: 991px) {
    .sg-landing .jewellery-hero {
        padding-top: 6.3rem;
    }

    .sg-landing .hero-actions .btn {
        width: 100%;
        margin: 0 0 .6rem 0 !important;
    }

    .sg-landing .hero-actions .btn:last-child {
        margin-bottom: 0 !important;
    }

    .sg-landing .style-strip-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .sg-landing .store-topbar {
        display: none;
    }

    .sg-landing .jewellery-hero {
        padding-top: 5.6rem;
        padding-bottom: 2.5rem;
    }

    .sg-landing .jewellery-hero h1 {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
    }

    .sg-landing .hero-desc {
        font-size: .92rem;
    }

    .sg-landing .hero-carousel-frame {
        aspect-ratio: 1 / 1;
    }

    .sg-landing .hero-slide-caption {
        padding: 2.2rem .85rem .8rem;
    }

    .sg-landing .hero-slide-caption h4 {
        font-size: 1rem;
    }

    .sg-landing .hero-slide-caption p {
        font-size: .76rem;
    }

    .sg-landing .hero-thumb span {
        font-size: .62rem;
    }

    .sg-landing .style-strip-inner,
    .sg-landing .brand-highlight-grid {
        grid-template-columns: 1fr;
    }

    .sg-landing .landing-section {
        padding: 2.4rem 0;
    }

    .sg-landing .ornament-info {
        padding: .95rem 1rem 1.05rem;
    }

    .sg-landing .about-contact p {
        font-size: .82rem;
    }
}
