:root {
    --primary-color: #fd680e;
    --primary-dark: #d24f00;
    --background-color: #0f172a;
    --card-color: #111827;
    --text-color: #e5e7eb;
    --muted-color: #9ca3af;
    --border-color: rgba(255, 255, 255, 0.08);
    --gradient: radial-gradient(circle at 10% 20%, rgba(253, 104, 14, 0.25), transparent 35%),
                radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.25), transparent 40%),
                radial-gradient(circle at 50% 80%, rgba(124, 58, 237, 0.3), transparent 35%);
}

body {
    font-family: 'Space Grotesk', 'Open Sans', sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    position: relative;
}

.main-site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    padding: 16px 0 8px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.75) 45%, rgba(15, 23, 42, 0.4) 100%);
    backdrop-filter: blur(8px);
}

.main-nav {
    width: 100%;
    border: 1px solid var(--border-color);
    background: rgba(17, 24, 39, 0.85);
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f9fafb;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.brand-link img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px;
}

.brand-label {
    font-size: 18px;
}

.nav-links .nav-link {
    color: #e5e7eb;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.nav-links .nav-link:hover,
.nav-links .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-cta {
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 18px;
    box-shadow: 0 12px 30px rgba(253, 104, 14, 0.25);
}

.nav-cta.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.4);
    color: #f9fafb;
}

.nav-cta.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.welcome-pill {
    border: 1px solid var(--border-color);
    padding: 8px 12px;
    border-radius: 999px;
    color: #e5e7eb;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.04);
}

.nav-toggle {
    color: #f9fafb;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
}

.nav-toggle:focus {
    box-shadow: 0 0 0 2px rgba(253, 104, 14, 0.35);
}

@media (max-width: 991px) {
    .main-nav {
        padding: 12px 14px;
    }

    .nav-links {
        padding: 12px 0;
    }

    .nav-links .nav-link {
        padding: 10px 12px;
    }

    .nav-actions {
        padding-top: 6px;
    }
}

html {
    scroll-behavior: smooth;
}

section {
    padding: 80px 0 0 0;
}

#features {
    padding-bottom: 48px;
}

h1, h2, h3, .display-4 {
    font-family: 'Space Grotesk', 'Roboto', sans-serif;
}

.hero-banner {
    position: relative;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.85), rgba(17, 24, 39, 0.75)), url('/images/main-site/hero-image.webp') center/cover no-repeat;
    min-height: 70vh;
    border-radius: 24px;
    padding: 48px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    isolation: isolate;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gradient);
    z-index: 0;
}

.hero-copy, .hero-highlight {
    position: relative;
    z-index: 1;
}

.hero-copy h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-copy .lead {
    max-width: 520px;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    border: 1px solid var(--border-color);
    border-radius: 999px;
    padding: 8px 14px;
    color: #f9fafb;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.04);
}

.eyebrow {
    display: inline-block;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--muted-color);
    margin-bottom: 12px;
}

.hero-highlight {
    background: rgba(17, 24, 39, 0.6);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-highlight:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
}

.quick-stats .stat-number {
    font-size: 28px;
    font-weight: 700;
}

.quick-stats .stat-label {
    color: var(--muted-color);
}

.section-heading h2 {
    font-weight: 700;
}

.section-heading p {
    color: var(--muted-color);
}

.feature-card,
.pricing-card,
.artist-card,
.cta-panel {
    background: var(--card-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.feature-card:hover,
.pricing-card:hover,
.artist-card:hover,
.cta-panel:hover {
    transform: translateY(-8px);
    border-color: rgba(253, 104, 14, 0.5);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: rgba(253, 104, 14, 0.1);
    color: var(--primary-color);
}

.feature-card h5 {
    margin-bottom: 10px;
}

.feature-card p,
.pricing-card .plan-subtitle {
    color: var(--muted-color);
}

.pricing-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding: 80px 24px 0 24px;
}

.pricing-card {
    position: relative;
    overflow: hidden;
}

.pricing-card.highlight {
    border-color: rgba(253, 104, 14, 0.6);
    box-shadow: 0 30px 90px rgba(253, 104, 14, 0.25);
}

.plan-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: var(--muted-color);
}

.pricing-card-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.pricing-card ul li {
    margin-bottom: 10px;
}

.pricing-card ul li i {
    color: var(--primary-color);
    margin-right: 8px;
}

.artist-card .artist-image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 12px;
}

.artist-card img {
    transition: transform 0.45s ease;
}

.artist-card:hover img {
    transform: scale(1.06);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.35s ease;
    letter-spacing: 0.04em;
}

.artist-card:hover .image-overlay {
    opacity: 1;
}

.cta-panel {
    background: linear-gradient(120deg, rgba(253, 104, 14, 0.25), rgba(255, 255, 255, 0.02));
    margin: 80px 0;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 10px 40px rgba(253, 104, 14, 0.35);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--text-color);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn-outline-primary:hover {
    color: #0f172a;
    background: #fff;
    border-color: #fff;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .hero-banner {
        padding: 32px 24px;
        min-height: 60vh;
    }

    .hero-actions {
        flex-direction: column;
    }

    section {
        padding-top: 60px;
    }
}
