/* ================================================
   HENDOSHI - COMPONENTS - PAGE STYLES
   ================================================
   
   Purpose: Reusable page-level components and hero sections
   
   Contains:
   - Sale hero sections
   - Page banners and headers
   - Promotional elements
   - Cross-page reusable components
   
   Dependencies: variables.css, typography.css
   Load Order: Load after foundation files, before page-specific files
   ================================================ */

.sale-hero {
    position: relative;
    /* Lift the hero below sticky navbar */
    margin-top: 120px;
    padding: 8rem 0 4rem;
    padding-top: calc(8rem + 10px);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 20, 147, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
}

.sale-hero::before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgba(255, 20, 147, 0.06) 0%,
        rgba(255, 140, 0, 0.03) 30%,
        transparent 60%
    );
    content: "";
    pointer-events: none;
}

.sale-title {
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--neon-pink), var(--electric-yellow));
    background-clip: text;
    color: transparent;
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: none;
}

.sale-title,
.sale-subtitle {
    z-index: 2;
    position: relative;
}

.sale-subtitle {
    color: var(--off-white);
    font-size: 1.2rem;
    opacity: 0.95;
}

.sale-badge {
    display: inline-block;
    z-index: 2;
    position: relative;
    margin-top: 1rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 20, 147, 0.95), rgba(255, 140, 0, 0.95));
    box-shadow: 0 8px 30px rgba(255, 20, 147, 0.12);
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
}

/* Contact/Close button used on shipping, contact, returns, about pages */
.contact-close-btn {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0.5rem;
    padding: 0.5rem;
    border: none;
    background: transparent;
    color: var(--neon-pink);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition:
        color 0.3s,
        transform 0.2s;
}

.contact-close-btn:hover {
    transform: scale(1.1);
    color: var(--electric-yellow);
}

/* Toast positioning moved from inline styles in templates */
.toast[data-message="true"] {
    position: relative;
}

/* About page specific accents */
.about-vibrant .accent-title {
    margin-bottom: 1rem;
    color: var(--neon-pink);
    font-weight: 900;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
}
.about-vibrant .lead {
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: var(--off-white);
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
}
.muted-hr {
    height: 1px;
    margin: 2rem 0;
    border: none;
    background: rgba(255, 255, 255, 0.04);
}
.about-quote {
    margin: 2rem 0;
    padding: 1rem;
    border-left: 4px solid var(--neon-pink);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--electric-yellow);
    font-style: italic;
    font-weight: 700;
}

.about-buttons {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding: 0 1rem;
    gap: 1rem;
}

.about-buttons .btn {
    min-width: 160px;
    text-align: center;
}
.about-vibrant h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.about-vibrant h3,
.about-card h4 {
    color: var(--neon-pink);
    font-weight: 700;
}
.about-card h4 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}
.tight {
    margin-top: 1rem;
}
.small.muted {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

/* Canonical .page-hero rules are defined in
   static/css/features/vault-community.css — keep overrides out of components.css */

/* Layout fixes for symmetric About page */
.contact-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.02);
}

/* Policy Pages Specific Styling (Privacy, Terms, etc.) */
.contact-card h2 {
    z-index: 2;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--neon-pink);
    font-weight: 700;
    font-size: 1.5rem;
}

.contact-card h2:first-of-type {
    margin-top: 1rem;
    padding-top: 0;
    border-top: none;
}

.contact-card p {
    z-index: 2;
    position: relative;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.8;
}

.contact-card p:last-child {
    margin-bottom: 0;
}

.contact-card ul {
    z-index: 2;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}

.contact-card ul li {
    margin-bottom: 0.75rem;
}

.contact-card ul li:last-child {
    margin-bottom: 0;
}

.contact-card strong {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
}

.contact-card a {
    z-index: 2;
    position: relative;
    color: var(--neon-pink);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Centralized checkout container spacing
   Keep only the top padding here to avoid duplicates across
   feature and page-specific CSS files. Mobile overrides remain
   in their respective files when necessary. */

.contact-card a:hover {
    color: #ff6fb5;
    text-decoration: underline;
}

/* Mobile Responsive Styles for Policy Pages */
@media (max-width: 991px) {
    .contact-card h2 {
        margin-top: 2rem;
        margin-bottom: 0.85rem;
        font-size: 1.35rem;
    }

    .contact-card p,
    .contact-card ul {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media (max-width: 768px) {
    .contact-page {
        padding-top: 100px;
    }

    .contact-card h2 {
        margin-top: 1.75rem;
        margin-bottom: 0.75rem;
        padding-top: 0.75rem;
        font-size: 1.25rem;
    }

    .contact-card h2:first-of-type {
        margin-top: 0.75rem;
    }

    .contact-card p {
        margin-bottom: 1rem;
    }

    .contact-card p,
    .contact-card ul {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .contact-card ul {
        margin-bottom: 1.25rem;
        padding-left: 1.25rem;
    }

    .contact-card ul li {
        margin-bottom: 0.65rem;
    }
}

@media (max-width: 576px) {
    .contact-page {
        padding-top: 90px;
    }

    .contact-card h2 {
        margin-top: 1.5rem;
        margin-bottom: 0.65rem;
        padding-top: 0.65rem;
        font-size: 1.15rem;
    }

    .contact-card h2:first-of-type {
        margin-top: 0.5rem;
    }

    .contact-card p {
        margin-bottom: 0.9rem;
    }

    .contact-card p,
    .contact-card ul {
        font-size: 0.875rem;
        line-height: 1.6;
    }

    .contact-card ul {
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    .contact-card ul li {
        margin-bottom: 0.55rem;
    }

    /* Improve link tap targets on mobile */
    .contact-card a {
        display: inline-block;
        min-height: 44px;
        padding: 2px 0;
        line-height: 1.6;
    }
}

/* Shipping Contact Component */
.shipping-contact {
    margin-top: 1rem !important;
    padding: 1rem;
    border: 1px solid rgba(255, 20, 147, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    background: rgba(255, 20, 147, 0.1);
    text-align: center;
}

.contact-text {
    margin-bottom: 1.5rem;
    color: var(--off-white);
    font-size: 1.1rem;
}

/* Contact Page Specific Styles */
.form-hint {
    color: #aaa;
}

.contact-form .form-label {
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 500;
}

.contact-form .form-label i {
    margin-right: 0.5rem;
}

.contact-form .form-label i,
.contact-form .required {
    color: var(--neon-pink);
}

.contact-form .optional {
    color: #888;
    font-weight: normal;
    font-size: 0.85rem;
}

.contact-form .form-control,
.contact-form .form-select {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(20, 20, 20, 0.9);
    color: #fff;
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--neon-pink);
    outline: none;
    background: rgba(20, 20, 20, 0.95);
    box-shadow: 0 0 0 2px rgba(255, 0, 102, 0.2);
    color: #fff;
}

.contact-form .form-control::placeholder {
    color: #666;
}

.contact-form .form-select option {
    background: #1a1a1a;
    color: #fff;
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.char-counter {
    color: #b0b0b0;
    font-size: 0.8rem;
}

.char-counter.warning {
    color: var(--electric-yellow);
}

.char-counter.danger {
    color: var(--neon-pink);
}

.contact-info-card {
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.6);
    text-align: center;
}

.contact-info-card h5 {
    margin-bottom: 1rem;
    color: #fff;
}

.contact-info-card h5 i {
    margin-right: 0.5rem;
    color: var(--neon-pink);
}

.contact-info-card p {
    margin-bottom: 0;
    color: #aaa;
    font-size: 0.95rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    color: var(--neon-pink);
    text-decoration: none;
    transition: color 0.3s;
}

.social-link:hover {
    color: var(--electric-yellow);
}

/* Responsive adjustments for contact page */
@media (max-width: 768px) {
    .contact-hero {
        padding: 3rem 0;
    }

    .contact-title {
        font-size: 2.5rem;
    }

    .contact-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .contact-hero {
        padding: 2.5rem 0;
    }

    .contact-title {
        font-size: 2rem;
    }

    .contact-subtitle {
        font-size: 1rem;
    }
}

/* Audience badges */
.badge-audience {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    color: #111;
    font-weight: 700;
    font-size: 0.75rem;
}
.badge-audience.badge-men {
    background: linear-gradient(90deg, #2b8cff, #1e6fe5);
    color: #fff;
}
.badge-audience.badge-women {
    background: linear-gradient(90deg, #ff6fb5, #ff3a8d);
    color: #fff;
}
.badge-audience.badge-kids {
    background: linear-gradient(90deg, #ffd166, #ffb84d);
    color: #111;
}
.badge-audience.badge-unisex {
    background: linear-gradient(90deg, #9be7c4, #5cc4a2);
    color: #111;
}

.audience-badge {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
}

/* Audience switcher button hover/focus colors to match badge gradients */
.audience-switcher .btn.badge-men:hover,
.audience-switcher .btn.badge-men:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #2b8cff, #1e6fe5);
    color: #fff;
}
.audience-switcher .btn.badge-women:hover,
.audience-switcher .btn.badge-women:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #ff6fb5, #ff3a8d);
    color: #fff;
}
.audience-switcher .btn.badge-kids:hover,
.audience-switcher .btn.badge-kids:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #ffd166, #ffb84d);
    color: #111;
}
.audience-switcher .btn.badge-unisex:hover,
.audience-switcher .btn.badge-unisex:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #9be7c4, #5cc4a2);
    color: #111;
}

/* Slight transition for smooth hover */
.audience-switcher .btn {
    transition:
        background 220ms ease,
        color 220ms ease,
        transform 120ms ease;
}
.audience-switcher .btn:active {
    transform: translateY(1px);
}

/* Product type switcher colors (for "View this design in:") */
.audience-switcher .btn.badge-product-type:hover,
.audience-switcher .btn.badge-product-type:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #9b59d0, #7b3fa5);
    color: #fff;
}

/* All Products button styling */
.audience-switcher .btn.badge-all-products:hover,
.audience-switcher .btn.badge-all-products:focus {
    border-color: transparent;
    background: linear-gradient(90deg, #ff1493, #ff6b35);
    color: #fff;
    font-weight: 600;
}

/* Make contact-type pages' inner cards full-bleed on small screens
   so shipping, returns, size guide, FAQ, and contact pages use
   the full viewport width (minus small internal padding). */
@media (max-width: 768px) {
    .contact-page .contact-card,
    .contact-form-section .contact-card {
        /* full width for shipping and size guide pages */
        width: 100vw;
        max-width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        border-radius: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* remove outer container padding for full width */
    .contact-page .container,
    .contact-form-section .container {
        padding-right: 0;
        padding-left: 0;
    }

    .contact-form-section .container{
        padding-top: 0 !important;
    }
}

/* contact-page padding moved to vault-modals.css canonical wrapper */

/* contact-form-section styles consolidated to ui-components.css */

.about-vibrant .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-bottom: 2rem;
    gap: 2rem;
}
.about-vibrant .two-columns > div {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: start;
    justify-items: center;
    margin-bottom: 2rem;
    gap: 1.5rem;
}
.about-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding: 1rem;
    border-radius: 12px;
}

.about-vibrant h3 i,
.about-card h4 i {
    margin-right: 0.5rem;
    color: var(--neon-pink);
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .about-vibrant .two-columns {
        grid-template-columns: 1fr;
    }
    .about-buttons {
        flex-direction: column;
        justify-content: center;
        padding: 0;
        gap: 0.75rem;
    }
    .about-buttons .btn {
        width: 100%;
        min-width: unset;
    }
}

/* Delete Confirmation Modal */
.delete-confirm-modal {
    border: 2px solid #dc3545;
    border-radius: 15px;
    background-color: var(--charcoal);
    color: var(--off-white);
}

.delete-confirm-modal .modal-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #dc3545;
    background: rgba(220, 53, 69, 0.15);
}

.delete-confirm-modal .modal-title {
    color: #dc3545;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.delete-confirm-modal .modal-title i {
    margin-right: 0.5rem;
}

.delete-confirm-modal .modal-body {
    padding: 2rem;
}

.delete-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border: 3px solid #dc3545;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.15);
    animation: pulse-danger 2s infinite;
}

.delete-icon-wrapper i {
    color: #dc3545;
    font-size: 2rem;
}

@keyframes pulse-danger {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(220, 53, 69, 0);
    }
}

.delete-message {
    margin-bottom: 0.75rem;
    color: var(--off-white);
    font-size: 1.1rem;
}

.delete-message strong {
    color: #dc3545;
    font-size: 1.3rem;
}

.delete-warning {
    margin-bottom: 0;
    color: #dc3545;
    font-weight: 600;
    font-size: 0.95rem;
}

.delete-warning i {
    margin-right: 0.5rem;
}

.delete-confirm-modal .modal-footer {
    padding: 1rem 1.5rem;
    gap: 1rem;
    border-top: 1px solid rgba(220, 53, 69, 0.3);
}

.delete-confirm-modal .btn-outline-secondary {
    padding: 0.6rem 1.5rem;
    border: 2px solid var(--gray);
    border-radius: 8px;
    background: transparent;
    color: var(--off-white);
    font-weight: 600;
    transition: all 0.3s ease;
}

.delete-confirm-modal .btn-outline-secondary:hover {
    background: var(--gray);
    color: var(--black);
}

.delete-confirm-modal .btn-danger {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 8px;
    background: #dc3545;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease;
}

.delete-confirm-modal .btn-danger:hover {
    transform: translateY(-2px);
    background: #c82333;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.5);
}

/* Light mode for delete modal */
:root.light-mode .delete-confirm-modal {
    background-color: #fff;
}

:root.light-mode .delete-confirm-modal .modal-body,
:root.light-mode .delete-message {
    color: #333;
}

/* Policy Pages Light Mode (Privacy, Terms, Returns, etc.) */

:root.light-mode .contact-card p,
:root.light-mode .contact-card ul {
    color: rgba(0, 0, 0, 0.8);
}

:root.light-mode .contact-card strong {
    color: #222;
}

:root.light-mode .about-vibrant .lead {
    color: rgba(0, 0, 0, 0.8);
}

:root.light-mode .small.muted {
    color: rgba(0, 0, 0, 0.6);
}

:root.light-mode .contact-info-card {
    border-color: rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
}

:root.light-mode .contact-info-card h5 {
    color: #222;
}

:root.light-mode .contact-info-card p {
    color: rgba(0, 0, 0, 0.7);
}

/* Universal Vault Modal Styles - Pink Glassmorphism */
.vault-confirm-modal .modal-content {
    border: 1px solid rgba(255, 20, 147, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(15px);
    background: rgba(255, 20, 147, 0.08);
    box-shadow: 0 8px 32px rgba(255, 20, 147, 0.15);
    color: var(--off-white);
}

.vault-modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 20, 147, 0.2);
}

.vault-modal-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.vault-modal-title,
.vault-modal-icon {
    color: var(--neon-pink);
}

.vault-modal-body {
    padding: 1rem 1.5rem;
}

.vault-modal-message-wrapper {
    margin-bottom: 1rem;
    text-align: center;
}

.vault-modal-icon-wrapper {
    margin-bottom: 0.5rem;
}

.vault-modal-main-icon {
    color: #ff6b6b;
    font-size: 2.5rem;
}

.vault-modal-message {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.vault-modal-product-details {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 20, 147, 0.15);
    border-radius: 8px;
    background: rgba(255, 20, 147, 0.05);
}

.vault-modal-product-title {
    margin-bottom: 0.75rem;
    color: var(--electric-yellow);
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}

.vault-modal-product-info {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.vault-modal-image-column {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0.5rem;
}

.vault-modal-info-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vault-modal-info-column:first-of-type {
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 20, 147, 0.2);
}

.vault-modal-info-column:last-of-type {
    padding-left: 1rem;
}

.vault-modal-product-image {
    max-width: 80px;
    height: auto;
    border: 1px solid rgba(255, 20, 147, 0.2);
    border-radius: 6px;
}

.vault-modal-product-info-label {
    font-size: 0.85rem;
}

.vault-modal-product-info-label,
.vault-modal-product-info-value {
    padding: 0.25rem 0;
    color: var(--off-white);
    font-weight: 500;
}

.vault-modal-product-info-value {
    font-size: 0.9rem;
    text-align: left;
}

.vault-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    gap: 1rem;
    border-top: 1px solid rgba(255, 20, 147, 0.2);
}

.vault-modal-btn-cancel {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--off-white);
}

.vault-modal-btn-cancel:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--off-white);
}

.vault-modal-btn-confirm {
    border-color: #ff6b6b;
    background-color: #ff6b6b;
}

.vault-modal-btn-confirm:hover {
    border-color: #ff4757;
    background-color: #ff4757;
}

/* ================================================
   SECTION TITLE COMPONENT
   ================================================
   Consolidated section title styles for consistent typography across pages
   ================================================ */

/* Base section title styles */
.section-title {
    color: var(--off-white);
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 0.5rem;
}

/* Section title with icon */
.section-title i {
    margin-right: 0.75rem;
    color: var(--neon-pink);
    padding-left: 0.5rem;
}

/* Hero section titles (larger, gradient) */
.hero-section .section-title,
.features-hero .section-title,
.collections-hero .section-title {
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, var(--neon-pink), var(--electric-yellow));
    background-clip: text;
    color: transparent;
    font-size: 3rem;
    letter-spacing: 3px;
}

.hero-section .section-title::after,
.features-hero .section-title::after,
.collections-hero .section-title::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--neon-pink), var(--electric-yellow));
    content: "";
}

/* Flex layout for section titles with icons */
.checkout-section .section-title,
.admin-section .section-title,
.order-section .section-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Centered section titles */
.vault-section .section-title {
    margin-bottom: 2rem;
    text-align: center;
}

.vault-section .section-title i {
    margin-right: 0.5rem;
}

/* Smaller section titles for compact layouts */
.compact-section .section-title {
    font-size: 1.1rem;
    font-weight: 700;
}

/* Gradient text section titles */
.gradient-section .section-title {
    background: linear-gradient(
        135deg,
        var(--neon-pink) 0%,
        var(--electric-yellow) 50%,
        var(--neon-pink) 100%
    );
    background-size: 200% 200%;
    background-clip: text;
    color: var(--neon-pink);
    font-weight: 600;
    font-size: 1.2rem;
}

/* Light mode overrides */
:root.light-mode .section-title {
    color: #222;
}

:root.light-mode .section-title i {
    color: var(--neon-pink);
}

:root.light-mode .hero-section .section-title,
:root.light-mode .features-hero .section-title,
:root.light-mode .collections-hero .section-title {
    color: #222;
}

:root.light-mode .hero-section .section-title::after,
:root.light-mode .features-hero .section-title::after,
:root.light-mode .collections-hero .section-title::after {
    background: linear-gradient(135deg, var(--neon-pink), var(--electric-yellow));
}
