html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    background: #090909;
    color: #f5f5f5;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
    text-decoration: none;
}

.topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.82);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-mark {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(212,175,55,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.12);
    position: relative;
    overflow: hidden;
}

    .logo-mark::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, transparent, rgba(212,175,55,0.08), transparent);
    }

.logo-g,
.logo-d {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.logo-g {
    color: #d4af37;
    margin-right: -3px;
}

.logo-d {
    color: #fff4cf;
    margin-left: -2px;
}

.brand-name {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
}

.brand-tag {
    color: #c7b27a;
    font-size: 0.75rem;
}

.nav-links a {
    color: #eee;
    font-weight: 500;
    transition: 0.25s ease;
}

    .nav-links a:hover {
        color: #d4af37;
    }
    @keyframes goldReveal {
    from {
        opacity: 0;
        transform: translateY(12px);
        text-shadow: none;
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes goldShimmer {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 250% center;
    }
}
.gold-effect {
    display: inline-block;
    margin-top: 6px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: linear-gradient( 90deg, #b38728 0%, #f6e27a 25%, #d4af37 50%, #fff1b8 75%, #b38728 100% );
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.18), 0 0 20px rgba(212, 175, 55, 0.10);
    opacity: 0;
    transform: translateY(12px);
    animation: goldReveal 1s ease forwards, goldShimmer 4s linear infinite;
    animation-delay: 0.3s, 1.3s;
}
.hero-section {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 30%, rgba(0,0,0,0.4) 100%), url('/images/Background.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

    .hero-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at right, rgba(212,175,55,0.2), transparent 40%);
        pointer-events: none;
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.18;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}

.hero-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-logo-mark {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgba(212,175,55,0.16), rgba(255,255,255,0.04));
    box-shadow: 0 0 30px rgba(212,175,55,0.14);
}

.hero-g,
.hero-d {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
}

.hero-g {
    color: #d4af37;
    margin-right: -4px;
}

.hero-d {
    color: #fff4cf;
}

.hero-logo-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #f8f1dd;
    letter-spacing: 1px;
}

.hero-kicker {
    color: #d4af37;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #fff;
}

.hero-sub {
    display: block;
    font-size: 0.6em;
    font-style: italic;
    color: #d4af37;
    opacity: 0.95;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.hero-text {
    max-width: 620px;
    color: #d7d7d7;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn-gold {
    background: linear-gradient(135deg, #b38728, #d4af37, #f1d27a);
    border: none;
    color: #111;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.18);
}

    .btn-gold:hover {
        color: #111;
        opacity: 0.95;
    }

.custom-outline {
    border-radius: 999px;
    padding: 14px 26px;
}

.section-dark,
.section-gold-dark,
.section-contact {
    position: relative;
}

.section-dark {
    background: #0d0d0d;
}

.section-gold-dark {
    background: linear-gradient(180deg, #111111, #16120a);
}

.section-contact {
    background: #090909;
}

.section-heading h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.section-heading p {
    color: #cfcfcf;
    max-width: 700px;
    margin: 0 auto;
}

.section-label {
    color: #d4af37;
    font-size: 0.82rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.feature-card,
.package-card,
.sample-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 22px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

    .feature-card h4,
    .package-card h4,
    .sample-card h5 {
        color: #fff;
        margin-bottom: 0.9rem;
    }

    .feature-card p,
    .package-card p,
    .sample-card p {
        color: #d0d0d0;
        line-height: 1.7;
    }

.package-card {
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .package-card:hover {
        transform: translateY(-6px);
    }

    .package-card.featured {
        border: 1px solid rgba(212, 175, 55, 0.55);
        box-shadow: 0 12px 30px rgba(212, 175, 55, 0.10), 0 0 0 1px rgba(212, 175, 55, 0.08) inset;
        transform: translateY(-4px) scale(1.02);
    }

        .package-card.featured::before {
            content: "";
            position: absolute;
            inset: -1px;
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(212,175,55,0.18), transparent 35%, rgba(212,175,55,0.12));
            pointer-events: none;
        }

        .package-card.featured:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 16px 38px rgba(212, 175, 55, 0.16), 0 0 24px rgba(212, 175, 55, 0.12);
        }

.featured-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #d4af37, #f1d27a);
    color: #111;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(212, 175, 55, 0.22);
}

.price {
    font-size: 1.8em;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 1rem;
}

    .price span {
        font-size: 0.6em;
        font-weight: 400;
        color: #ffffff;
        opacity: 0.8;
        margin-left: 6px;
    }

.contact-text {
    color: #d0d0d0;
    max-width: 650px;
    margin: 0 auto 1.5rem auto;
}

.site-footer {
    border-top: 1px solid rgba(212,175,55,0.12);
    background: #070707;
    color: #c6c6c6;
    padding: 30px 0;
}

.footer-sub {
    color: #9f9f9f;
    font-size: 0.92rem;
    margin: 0;
}

audio {
    border-radius: 12px;
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-logo-name {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2.4rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-gold,
    .custom-outline {
        width: 100%;
        text-align: center;
    }
}
