.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        .hero-gradient {
            background: linear-gradient(to right, rgba(255, 248, 246, 0.9) 0%, rgba(255, 248, 246, 0.4) 50%, rgba(255, 248, 246, 0) 100%);
        }
        .text-champagne { color: #C8A87A; }
        .bg-champagne { background-color: #C8A87A; }
        .border-champagne { border-color: #C8A87A; }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        .hero-gradient {
            background: linear-gradient(180deg, rgba(255,248,246,1) 0%, rgba(242,232,228,0.5) 100%);
        }

.material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    }
    .hero-gradient {
      background: linear-gradient(to bottom, rgba(255, 248, 246, 0.4), rgba(255, 248, 246, 0.9));
    }
    .custom-scrollbar::-webkit-scrollbar {
      width: 4px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: #f2e8e4;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #d4af37;
    }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        body {
            background-color: #fff8f6;
            color: #291711;
            overflow-x: hidden;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }
        body { background-color: #fff8f6; color: #291711; }
        .input-minimal {
            border: none;
            border-bottom: 1px solid #d0c4be;
            background: transparent;
            padding: 0.75rem 0;
            transition: border-color 0.5s ease;
        }
        .input-minimal:focus {
            outline: none;
            border-color: #745a33;
            box-shadow: none;
        }
        .btn-gold {
            background-color: #ffddaf; /* Champagne Gold */
            color: #291711; /* Deep Espresso */
            transition: all 0.5s ease-in-out;
        }
        .btn-gold:hover {
            opacity: 0.9;
            transform: scale(1.02);
        }
        .btn-ghost {
            border: 1px solid #745a33;
            color: #745a33;
            transition: all 0.5s ease-in-out;
        }
        .btn-ghost:hover {
            background-color: #745a33;
            color: #ffffff;
        }

.material-symbols-outlined {
      font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    }
    .custom-scrollbar::-webkit-scrollbar {
      width: 4px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: #fff8f6;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #cec5c1;
      border-radius: 10px;
    }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
            vertical-align: middle;
        }
        body {
            scroll-behavior: smooth;
        }

body:has(.template-demo-banner) {
    --demo-banner-height: 44px;
}

.template-demo-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    min-height: var(--demo-banner-height);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 20px;
    background: #111111;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-family: Inter, Manrope, "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
}

.template-demo-banner a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

body:has(.template-demo-banner) > .fixed.top-0,
body:has(.template-demo-banner) > .sticky.top-0,
body:has(.template-demo-banner) > header.fixed.top-0,
body:has(.template-demo-banner) > header.sticky.top-0,
body:has(.template-demo-banner) > nav.fixed.top-0,
body:has(.template-demo-banner) > nav.sticky.top-0 {
    top: var(--demo-banner-height) !important;
}

@media (max-width: 640px) {
    body:has(.template-demo-banner) {
        --demo-banner-height: 58px;
    }

    .template-demo-banner {
        flex-direction: column;
        gap: 4px;
        padding: 8px 16px;
        font-size: 12px;
    }
}
