/* ================================================================
   SUB-THEME: FANCY — Elegant, Premium, Decorative
   This CSS loads AFTER the color theme, so it inherits all CSS
   variables (--primary-color, --bg-color, etc.) and only overrides
   design/layout/typography, NOT colors.
   ================================================================ */

/* ── Google Fonts — Elegant serif + clean sans ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;700;900&display=swap');

/* ================================================================
   BODY — Subtle diamond pattern background
   ================================================================ */
body {
    font-family: 'Lato', sans-serif;
    background-image: url('images/body_pattern.svg');
    background-repeat: repeat;
    letter-spacing: 0.2px;
}

/* ================================================================
   TYPOGRAPHY — Elegant headings with serif font
   ================================================================ */
h1, h2, h3 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}
h1 { font-weight: 700; }

/* Section headings */
.sh-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    font-style: italic;
    letter-spacing: 0.5px;
}
.sh-link {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
}

/* ================================================================
   HEADER — Pattern overlay + elegant typography + golden accent
   ================================================================ */
.header-top {
    background-image: url('images/header_pattern.svg') !important;
    background-repeat: repeat;
    letter-spacing: 1px;
    font-size: 0.78rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-top a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.7rem;
    font-weight: 400;
    transition: all 0.3s ease;
}
.header-top a:hover {
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.header-main {
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(142,68,173,0.08);
}

/* Store name — serif font with text shadow */
.logo h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-style: italic;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

/* Navigation links — elegant spacing with hover glow */
.header-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}
.header-bottom .nav-links a,
.nav-links a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
}
.header-bottom .nav-links a:hover,
.nav-links a:hover {
    text-shadow: 0 0 10px rgba(255,255,255,0.4);
}

/* Search bar — refined with elegant border */
.search-container input {
    border-radius: 30px !important;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 0.3px;
    border: 2px solid rgba(142,68,173,0.15) !important;
    transition: all 0.3s ease;
}
.search-container input:focus {
    border-color: var(--primary-color, #8e44ad) !important;
    box-shadow: 0 0 15px rgba(142,68,173,0.1) !important;
}
.search-container .search-btn {
    border-radius: 0 30px 30px 0 !important;
    transition: all 0.3s ease;
}
.search-container .search-btn:hover {
    box-shadow: 0 0 15px rgba(142,68,173,0.3);
}

/* ================================================================
   HERO — Decorative frame overlay
   ================================================================ */
.hero {
    position: relative;
    overflow: hidden;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('images/hero_frame.svg');
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}
.hero-body {
    position: relative;
    z-index: 2;
}
.hero-tag {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.08) !important;
    padding: 8px 24px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.hero-h1 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-style: italic;
    letter-spacing: 1.5px;
    text-shadow: 0 3px 20px rgba(0,0,0,0.3);
}
.hero-sub {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.25rem !important;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
/* Decorative flourish below hero subtitle */
.hero-sub::after {
    content: '';
    display: block;
    width: 550px;
    max-width: 90%;
    height: 70px;
    margin: 24px auto 12px;
    background-image: url('images/hero_flourish.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 2px 6px rgba(255,255,255,0.3));
}

/* Hero buttons — elegant with shine + glow hover */
.hbtn {
    border-radius: 30px !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.hbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
}
.hbtn-primary {
    background: var(--primary-color, #8e44ad) !important;
    border: 2px solid rgba(255,255,255,0.25) !important;
    color: #fff !important;
}
.hbtn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}
.hbtn-primary:hover::after {
    left: 100%;
}
.hbtn-ghost {
    border-width: 2px !important;
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.05) !important;
}
.hbtn-ghost:hover {
    background: rgba(255,255,255,0.15) !important;
}

/* ================================================================
   CATEGORY CARDS — Rounded with elegant overlay + golden border
   ================================================================ */
.cat-item {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255,255,255,0.15) !important;
}
.cat-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.3) !important;
}
.cat-item::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    z-index: 2;
    pointer-events: none;
}
.cat-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.cat-overlay {
    position: relative;
    z-index: 3;
}
.cat-name {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    letter-spacing: 1.5px;
    font-weight: 600 !important;
    text-shadow: 0 2px 15px rgba(0,0,0,0.6);
    font-size: 1rem !important;
    position: relative;
    padding-bottom: 8px;
}
.cat-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
}

/* ================================================================
   PRODUCT CARDS — Fancy borders, glow, corner accents
   ================================================================ */
.pcard {
    border-radius: 18px !important;
    border: 1px solid rgba(142,68,173,0.12) !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06), 0 0 0 1px rgba(142,68,173,0.04) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    background: white;
}
/* Top gradient accent bar */
.pcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-color, #8e44ad) 15%, var(--primary-color, #8e44ad) 85%, transparent 100%);
    z-index: 3;
    border-radius: 18px 18px 0 0;
    opacity: 0.8;
}
/* Bottom decorative accent */
.pcard::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    right: 15%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(142,68,173,0.2), transparent);
    z-index: 3;
}
.pcard:hover {
    border-color: var(--primary-color, #8e44ad) !important;
    box-shadow: 0 15px 45px rgba(142,68,173,0.15), 0 0 20px rgba(142,68,173,0.08) !important;
    transform: translateY(-8px);
}
.pcard-img {
    position: relative;
    overflow: hidden;
}
.pcard-img img {
    transition: transform 0.7s ease !important;
}
.pcard:hover .pcard-img img {
    transform: scale(1.08);
}
/* Subtle overlay on image hover */
.pcard-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(142,68,173,0.05) 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.pcard:hover .pcard-img::after {
    opacity: 1;
}
.pcard-name {
    font-family: 'Playfair Display', serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.pcard-btn {
    border-radius: 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease !important;
    box-shadow: 0 3px 12px rgba(142,68,173,0.2);
}
/* Shine sweep animation on hover */
.pcard-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    pointer-events: none;
    transition: left 0.5s ease;
}
.pcard:hover .pcard-btn::after {
    left: 100%;
}
.pcard-btn:hover {
    box-shadow: 0 6px 20px rgba(142,68,173,0.35) !important;
    transform: translateY(-1px);
}
.pcard-disc {
    border-radius: 20px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.pc-now {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
    color: var(--primary-color, #8e44ad) !important;
}
/* Strikethrough price — lighter */
.pcard-prices del,
.pcard-prices .pc-old {
    opacity: 0.5;
}

/* Wishlist heart button — fancy with glow */
.pcard-wl {
    border-radius: 50% !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15) !important;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
}
.pcard-wl:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 20px rgba(142,68,173,0.3) !important;
}

/* ================================================================
   FEATURED CARDS — Elegant overlay + inner border + shadow
   ================================================================ */
.feat-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 8px 35px rgba(0,0,0,0.12) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid rgba(255,255,255,0.1) !important;
}
.feat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 55px rgba(0,0,0,0.2) !important;
    border-color: rgba(255,255,255,0.25) !important;
}
/* Inner decorative border */
.feat-card::after {
    content: '';
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    pointer-events: none;
    z-index: 1;
}
.feat-badge {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 0.65rem !important;
    font-weight: 900 !important;
    border-radius: 20px !important;
    z-index: 2;
    position: relative;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.feat-name {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

/* ================================================================
   PROMO STRIP — Elegant with pattern + inner border + glow
   ================================================================ */
.promo-strip {
    border-radius: 20px !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.15) !important;
}
.promo-strip::after {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    pointer-events: none;
    z-index: 1;
}
.promo-strip h2 {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}
.promo-strip p {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic;
    font-size: 1.1rem !important;
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}
.promo-strip .hbtn,
.promo-strip .promo-btn {
    position: relative;
    z-index: 2;
    border: 2px solid rgba(255,255,255,0.6) !important;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}
.promo-strip .hbtn:hover,
.promo-strip .promo-btn:hover {
    background: rgba(255,255,255,0.15) !important;
    box-shadow: 0 4px 20px rgba(255,255,255,0.2);
}

/* ================================================================
   TRUST BAR — Premium card style with borders & glow icons
   ================================================================ */
.trust-bar {
    position: relative;
}
.trust-item {
    font-family: 'Lato', sans-serif;
    padding: 20px 15px !important;
    border-right: 1px solid rgba(142,68,173,0.08);
    transition: all 0.3s ease;
}
.trust-item:last-child {
    border-right: none;
}
.trust-item:hover {
    background: rgba(142,68,173,0.02);
}
.trust-item .trust-label {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    font-size: 0.95rem !important;
}
.trust-item .trust-sub {
    letter-spacing: 0.5px;
    font-size: 0.72rem;
    opacity: 0.7;
}

/* ================================================================
   ANNOUNCEMENT BAR — Refined with subtle sparkle
   ================================================================ */
.announcement-bar {
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-size: 0.78rem;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
}
.announcement-bar::before,
.announcement-bar::after {
    content: '✦';
    opacity: 0.5;
    margin: 0 10px;
    font-size: 0.6rem;
    vertical-align: middle;
}

/* ================================================================
   FOOTER — Pattern overlay + decorative top border + elegant fonts
   ================================================================ */
.site-footer {
    position: relative;
    border-top: none !important;
    margin-top: 70px !important;
    padding-top: 20px !important;
}
/* Decorative SVG divider above footer */
.site-footer::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    max-width: 60%;
    height: 45px;
    background-image: url('images/section_divider.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.site-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('images/footer_pattern.svg');
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0;
}
.site-footer > * {
    position: relative;
    z-index: 1;
}
.footer-top {
    position: relative;
    z-index: 1;
    padding-top: 30px !important;
}
.footer-col h3 {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: none !important;
    position: relative;
    padding-bottom: 10px;
}
/* Decorative underline for footer headings */
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255,255,255,0.5), transparent);
    border-radius: 2px;
}
.footer-col a,
.footer-col p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
}
.footer-col a {
    transition: all 0.3s ease;
    padding: 2px 0;
}
.footer-col a:hover {
    padding-left: 8px;
    text-shadow: 0 0 8px rgba(255,255,255,0.3);
}
.footer-bottom {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

/* ================================================================
   BUTTONS — All buttons get fancy treatment
   ================================================================ */
button, .btn, input[type="submit"] {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.8px;
}

/* ================================================================
   FORMS — Elegant inputs with fancy focus
   ================================================================ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.3px;
    border-radius: 12px !important;
    border: 1.5px solid rgba(142,68,173,0.15) !important;
    transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color, #8e44ad) !important;
    box-shadow: 0 0 0 3px rgba(142,68,173,0.08), 0 4px 12px rgba(142,68,173,0.1) !important;
    outline: none !important;
}

/* ================================================================
   GENERIC CARDS — All .card elements get fancy treatment
   ================================================================ */
.card {
    border-radius: 16px !important;
    border: 1px solid rgba(142,68,173,0.08) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    transition: box-shadow 0.3s ease;
}
.card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
}

/* ================================================================
   PRODUCT PAGE — Elegant product detail styling
   ================================================================ */
.product-title,
.prod-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    font-style: italic;
    letter-spacing: 0.5px;
}
.prod-price .current-price,
.price-now {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
}

/* ================================================================
   CATEGORY PAGE — Elegant grid
   ================================================================ */
.filter-title,
.cat-page-title {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
}

/* ================================================================
   CART & CHECKOUT — Refined
   ================================================================ */
.cart-title,
.checkout-title {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
}
.cart-item-name {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

/* ================================================================
   FANCY DECORATIVE DIVIDER — Use between sections
   Can be applied via .fancy-divider class
   ================================================================ */
/* Ornamental divider between sections — SVG image, visible & elegant */
.section + .section::before,
.section-no-top + .section-no-top::before,
.section.section-no-top::before {
    content: '';
    display: block;
    width: 450px;
    max-width: 80%;
    height: 50px;
    margin: 20px auto 24px;
    background-image: url('images/section_divider.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ================================================================
   SECTION HEADING — Decorative double-line underline
   ================================================================ */
.sh-title {
    position: relative !important;
    padding-bottom: 14px !important;
}
.sh-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 8px;
    background: var(--primary-color, #8e44ad);
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sh-title::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 60px;
    height: 1px;
    background: var(--primary-color, #8e44ad);
    opacity: 0.3;
    border-radius: 1px;
}
/* Add decorative dot at end of line */
.section-head {
    position: relative;
}
.section-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(142,68,173,0.1) 0%, transparent 100%);
}

/* ================================================================
   PROMO STRIP — Decorative inner frame border
   ================================================================ */
.promo-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    z-index: 3;
    border-radius: 3px;
}

/* ================================================================
   TRUST BAR — Fancy border and icon ring with double border
   ================================================================ */
.trust-bar {
    border-top: 2px solid rgba(142,68,173,0.1) !important;
    border-bottom: 2px solid rgba(142,68,173,0.1) !important;
    position: relative;
    background: linear-gradient(180deg, rgba(142,68,173,0.02) 0%, transparent 50%, rgba(142,68,173,0.02) 100%);
}
/* Decorative accents on trust bar edges */
.trust-bar::before {
    content: '✦';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-color, #fff);
    padding: 0 12px;
    color: var(--primary-color, #8e44ad);
    font-size: 0.7rem;
    opacity: 0.4;
    z-index: 1;
}
.trust-icon {
    border: 2px solid var(--primary-color, #8e44ad) !important;
    border-radius: 50% !important;
    width: 58px !important;
    height: 58px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(142,68,173,0.15), inset 0 0 0 3px rgba(142,68,173,0.05);
    transition: all 0.4s ease;
    position: relative;
}
.trust-item:hover .trust-icon {
    box-shadow: 0 6px 25px rgba(142,68,173,0.25), inset 0 0 0 3px rgba(142,68,173,0.1);
    transform: scale(1.08);
}

/* ================================================================
   CATEGORY SECTION HEADING — Decorative flourish after title
   ================================================================ */
.section:first-of-type .sh-title::after {
    width: 120px;
    background: var(--primary-color, #8e44ad);
}

/* ================================================================
   NEWSLETTER / SUBSCRIBE — Fancy input
   ================================================================ */
.footer-col input[type="email"],
.newsletter-input {
    border-radius: 30px !important;
    border: 1.5px solid rgba(255,255,255,0.2) !important;
    background: rgba(255,255,255,0.05) !important;
    color: #fff !important;
    padding: 10px 18px !important;
    transition: all 0.3s ease;
}
.footer-col input[type="email"]:focus,
.newsletter-input:focus {
    border-color: rgba(255,255,255,0.4) !important;
    box-shadow: 0 0 15px rgba(255,255,255,0.1) !important;
}
.footer-col button,
.newsletter-btn {
    border-radius: 30px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.footer-col button:hover,
.newsletter-btn:hover {
    box-shadow: 0 4px 15px rgba(255,255,255,0.2);
    transform: translateY(-1px);
}

/* ================================================================
   PAYMENT BADGES — Styled tags
   ================================================================ */
.payment-badge {
    border-radius: 20px !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size: 0.7rem !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    transition: all 0.3s ease;
}
.payment-badge:hover {
    border-color: rgba(255,255,255,0.4) !important;
    box-shadow: 0 2px 10px rgba(255,255,255,0.1);
}

/* ================================================================
   BREADCRUMB — Elegant separator
   ================================================================ */
.breadcrumb {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    font-size: 0.82rem;
}
.breadcrumb a {
    transition: all 0.3s ease;
}
.breadcrumb a:hover {
    color: var(--primary-color, #8e44ad) !important;
}

/* ================================================================
   PAGE TITLES — All inner pages
   ================================================================ */
.page-title,
.set-title,
.od-title,
.track-title {
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 12px;
}
.page-title::after,
.set-title::after,
.od-title::after,
.track-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: var(--primary-color, #8e44ad);
    border-radius: 3px;
}

/* ================================================================
   SCROLLBAR — Elegant thin scrollbar
   ================================================================ */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color, #8e44ad);
    border-radius: 10px;
    opacity: 0.5;
}
::-webkit-scrollbar-thumb:hover {
    opacity: 0.8;
}

/* ================================================================
   SELECTION — Fancy text selection color
   ================================================================ */
::selection {
    background: var(--primary-color, #8e44ad);
    color: #fff;
}

/* ================================================================
   LINKS — Elegant underline animation
   ================================================================ */
.footer-col a,
.sh-link {
    position: relative;
    text-decoration: none !important;
}
.footer-col a::after,
.sh-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.3s ease;
}
.footer-col a:hover::after,
.sh-link:hover::after {
    width: 100%;
}

/* ================================================================
   ANIMATIONS — Smooth entry effects
   ================================================================ */
@keyframes fancy-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.pcard, .cat-item, .feat-card {
    animation: fancy-fade-up 0.6s ease-out both;
}
.pcard:nth-child(2), .cat-item:nth-child(2) { animation-delay: 0.1s; }
.pcard:nth-child(3), .cat-item:nth-child(3) { animation-delay: 0.2s; }
.pcard:nth-child(4), .cat-item:nth-child(4) { animation-delay: 0.3s; }
.pcard:nth-child(5) { animation-delay: 0.4s; }

/* ================================================================
   MOBILE ADJUSTMENTS
   ================================================================ */
@media (max-width: 768px) {
    .hero-h1 {
        font-size: 1.6rem !important;
    }
    .hero-sub {
        font-size: 0.95rem !important;
    }
    .hero-tag {
        font-size: 0.6rem !important;
        letter-spacing: 2px !important;
        padding: 6px 16px !important;
    }
    .cat-name {
        font-size: 0.82rem !important;
    }
    .cat-name::after {
        width: 25px;
    }
    .feat-badge {
        font-size: 0.6rem !important;
        letter-spacing: 1.5px;
    }
    /* Section dividers smaller on mobile */
    .section + .section::before,
    .section-no-top + .section-no-top::before,
    .section.section-no-top::before {
        width: 220px;
        height: 30px;
        margin: 12px auto 16px;
    }
    /* Hero flourish smaller on mobile */
    .hero-sub::after {
        width: 280px;
        height: 45px;
        margin: 16px auto 8px;
    }
    /* Trust bar icon smaller */
    .trust-icon {
        width: 48px !important;
        height: 48px !important;
    }
    .trust-bar::before {
        display: none;
    }
    /* Footer flourish smaller */
    .site-footer::before {
        width: 180px;
        top: -15px;
        height: 25px;
    }
    /* Smaller section title underlines */
    .sh-title::after {
        width: 60px !important;
    }
    .sh-title::before {
        width: 35px;
    }
}
