:root {
    --ink: #09152d;
    --muted: #6b7288;
    --purple: #5b2cff;
    --violet: #351063;
    --green: #12f49b;
    --blue: #1da1ff;
    --soft: #f6f4ff;
    --line: #e9e7f1;
    --radius: 34px;
    --shadow: 0 24px 70px rgba(12, 14, 35, 0.12);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family:
        Inter,
        system-ui,
        -apple-system,
        Segoe UI,
        sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 10% 5%, #f2edff 0, #fff 28%, #fff 100%);
    overflow-x: hidden;
}
a {
    text-decoration: none;
}

.section-pad {
    padding: 80px 0;
}
.cursor-glow {
    position: fixed;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 44, 255, 0.1), transparent 68%);
    pointer-events: none;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.glass-nav {
    padding: 16px 0;
    transition: 0.3s;
   
    backdrop-filter: blur(18px);
   
}
.glass-nav.scrolled {
    box-shadow: 0 12px 35px rgba(14, 13, 35, 0.08);
    padding: 10px 0;
        background: #030303;
}
.navbar-brand {
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #fff !important;
}
.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--purple), #111);
    color: #fff;
    margin-right: 8px;
}
.nav-link {
    font-weight: 700;
    color: #fff !important;
    font-size: 15px;
}
.btn-nav,
.btn-black,
.btn-ghost,
.small-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn-nav {
    background: #111;
    color: #fff;
    padding: 12px 20px;
}
.btn-black {
    background: #060606;
    color: #fff;
    padding: 16px 28px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}
.btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 24px;
}
.btn-black:hover,
.btn-nav:hover
 {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(91, 44, 255, 0.28);
    color: #fff;
}

.small-white:hover {
     transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(91, 44, 255, 0.28);
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.btn-ghost:hover {
    background: #fff;
    color: #111;
    transform: translateY(-4px);
}

.hero-card {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 38px 38px;
    background: linear-gradient(135deg, #140421 0%, #351063 46%, #6d2bff 100%);
    min-height: 660px;
    box-shadow: var(--shadow);
}
.hero-shine {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 72% 15%, rgba(255, 255, 255, 0.18), transparent 30%),
        radial-gradient(circle at 30% 85%, rgba(18, 244, 155, 0.14), transparent 25%);
}
.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent);
}
.min-vh-hero {
   min-height: 575px;
    padding: 130px 70px 133px;
    position: relative;
    z-index: 2;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e8dfff;
    font-weight: 800;
    margin-bottom: 22px;
}
.eyebrow span {
    width: 35px;
    height: 3px;
    border-radius: 999px;
    background: var(--green);
}
.hero-content h1 {
    font-size: clamp(46px, 6vw, 84px);
    line-height: 0.92;
    font-weight: 900;
    color: #fff;
    letter-spacing: -3px;
    margin-bottom: 24px;
}
.hero-content h1 span {
    color: #d9c7ff;
}
.hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #e9ddff;
    max-width: 570px;
    margin-bottom: 30px;
}
.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.hero-stats {
    display: flex;
    gap: 28px;
    margin-top: 36px;
    color: #fff;
}
.hero-stats strong {
    font-size: 30px;
    font-weight: 900;
    display: block;
}
.hero-stats span {
    font-size: 13px;
    color: #cbb9ef;
    font-weight: 700;
}
.phone-stage {
    position: relative;
    height: 490px;
}
.phone-mockup {
    position: absolute;
    right: 72px;
    top: 26px;
    width: 235px;
    height: 420px;
    border-radius: 38px;
    padding: 16px;
    background: #17111f;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
    transform: rotate(13deg);
}
.notch {
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 16px;
    border-radius: 0 0 13px 13px;
    background: #17111f;
    z-index: 2;
}
.screen {
    height: 100%;
    border-radius: 28px;
    background: linear-gradient(160deg, #7036ff, #241030 62%, #111);
    padding: 34px 18px;
    color: #fff;
}
.album {
    height: 150px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ff8a2a, #ff416c 55%, #6d2bff);
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.18);
}
.song-title {
    font-weight: 900;
    margin-top: 24px;
}
.artist-name {
    font-size: 13px;
    color: #cabfe0;
    margin-top: 4px;
}
.progress {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    margin: 26px 0;
}
.progress span {
    display: block;
    width: 62%;
    height: 100%;
    border-radius: inherit;
    background: var(--green);
}
.controls {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}
.controls .fa-play {
    width: 44px;
    height: 44px;
    background: var(--green);
    color: #111;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.floaty {
    animation: floaty 5s ease-in-out infinite;
}
.orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    animation: spin 18s linear infinite;
}
.orbit-one {
    width: 360px;
    height: 360px;
    right: 22px;
    top: 28px;
}
.orbit-two {
    width: 450px;
    height: 450px;
    right: -22px;
    top: -16px;
    animation-duration: 28s;
}
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
    color: var(--ink);
    z-index: 3;
}
.floating-card i {
    color: #18d860;
    font-size: 21px;
}
.floating-card b {
    display: block;
    font-size: 22px;
}
.floating-card span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 700;
}
.stream-card {
    left: 54px;
    top: 110px;
}
.royalty-card {
    right: 5px;
    bottom: 66px;
}
.platform-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #040404;
    color: #fff;
    text-align: center;
    padding: 21px 24px 24px;
    z-index: 4;
}
.platform-strip > span {
    font-size: 10px;
    letter-spacing: 4px;
    color: #aaa;
    font-weight: 900;
}
.logos {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.logos b {
    font-size: 14px;
    white-space: nowrap;
    opacity: 0.95;
}
.section-intro {
    text-align: center;
    max-width: 790px;
    margin: 0 auto 52px;
}
.mini-label {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #efe9ff;
    color: var(--purple);
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 16px;
}
.section-intro h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -2px;
}
.section-intro p,
.service-card p,
.artist-card p,
.price-card p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--muted);
}
.service-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: #fff;
    padding: 42px;
    box-shadow: 0 18px 55px rgba(18, 17, 40, 0.07);
}
.service-card:before {
    content: "";
    position: absolute;
    inset: auto -80px -100px auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(91, 44, 255, 0.1);
}
.accent-card:before {
    background: rgba(18, 244, 155, 0.16);
}
.icon-bubble {
    width: 66px;
    height: 66px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--purple), #111);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 26px;
}
.service-card h3 {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.4px;
    margin-bottom: 18px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 14px;
}
.check-list li {
    font-size: 15px;
    font-weight: 700;
    color: #30364f;
}
.check-list i {
    color: var(--green);
    margin-right: 10px;
}
.platform-cloud {
    margin-top: 30px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.platform-cloud span {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: #f7f5ff;
    display: grid;
    place-items: center;
    font-size: 23px;
    color: var(--purple);
    box-shadow: inset 0 0 0 1px #eee;
}
.revenue-visual {
    margin-top: 34px;
    height: 90px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 32px;
    color: var(--purple);
}
.revenue-visual span {
    height: 5px;
    flex: 1;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--purple), var(--green));
}
.hover-lift {
    transition: 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 80px rgba(18, 17, 40, 0.14);
}
.artist-card {
    position: relative;
    overflow: hidden;
    border-radius: 38px;
    background: #030303;
    color: #fff;
    padding: 58px;
    box-shadow: var(--shadow);
}
.artist-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(29, 161, 255, 0.18), transparent 28%),
        radial-gradient(circle at 30% 70%, rgba(91, 44, 255, 0.22), transparent 30%);
}
.artist-card .row {
    position: relative;
    z-index: 2;
}
.spotify-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}
.spotify-title i {
    color: #1ed760;
}
.artist-card h2 {
    font-size: clamp(36px, 4.5vw, 58px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 22px;
}
.artist-card p {
    color: #d4d4dc;
}
.blue-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 12px;
}
.blue-list li {
    font-size: 15px;
    color: #f8fbff;
    font-weight: 700;
}
.blue-list li:before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #18a7ff;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.dashboard-art {
    height: 430px;
    position: relative;
}
.artist-photo {
    position: absolute;
    right: 40px;
    top: 0;
    width: 380px;
    height: 210px;
    border-radius: 24px;
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
        linear-gradient(135deg, #6d2bff, #1d1a25 55%, #0bc79d);
    padding: 28px;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
}
.artist-photo strong {
    display: block;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
}
.artist-photo span {
    font-size: 13px;
    color: #caf3ff;
    font-weight: 800;
}
.artist-photo small {
    display: block;
    margin-top: 12px;
}
.chart-card {
    position: absolute;
    right: 0;
    bottom: 90px;
    width: 390px;
    height: 165px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(19, 39, 60, 0.98), rgba(17, 16, 25, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: end;
    gap: 20px;
    padding: 24px;
}
.chart-card span {
    flex: 1;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(#39f5c0, #2361ff);
    min-height: 35%;
    animation: bars 2.4s ease-in-out infinite alternate;
}
.chart-card span:nth-child(2) {
    min-height: 70%;
    animation-delay: 0.2s;
}
.chart-card span:nth-child(3) {
    min-height: 45%;
    animation-delay: 0.4s;
}
.chart-card span:nth-child(4) {
    min-height: 88%;
    animation-delay: 0.6s;
}
.map-card {
    position: absolute;
    left: 28px;
    bottom: 26px;
    width: 270px;
    height: 135px;
    border-radius: 20px;
    background: linear-gradient(135deg, #07172c, #111);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
}
.map-card:before {
    content: "";
    position: absolute;
    inset: 28px;
    background: radial-gradient(circle at 25% 40%, #22d3ee 0 4px, transparent 5px),
        radial-gradient(circle at 55% 55%, #a855f7 0 4px, transparent 5px),
        radial-gradient(circle at 72% 32%, #22c55e 0 4px, transparent 5px);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}
.map-card i {
    position: absolute;
    color: #ff3ea5;
}
.map-card i:nth-child(1) {
    left: 55px;
    top: 52px;
}
.map-card i:nth-child(2) {
    left: 145px;
    top: 75px;
}
.map-card i:nth-child(3) {
    right: 62px;
    top: 45px;
}
.verify {
    position: absolute;
    right: 8px;
    top: 122px;
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #31b9ff;
    display: grid;
    place-items: center;
    font-size: 34px;
    box-shadow: 0 18px 40px rgba(49, 185, 255, 0.35);
}
.playlist-mini {
    position: absolute;
    left: 82px;
    top: 76px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 800;
}
.playlist-mini i {
    color: var(--green);
    margin-right: 8px;
}
.pricing {
    background: linear-gradient(180deg, #fff, #faf9ff);
}
.price-card {
    position: relative;
    height: 100%;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    padding: 42px;
    box-shadow: 0 20px 60px rgba(16, 15, 38, 0.08);
}
.price-card.popular {
    border: 2px solid #84ffc8;
    background: linear-gradient(180deg, #fff, #fbfffd);
}
.popular-text {
    position: absolute;
    right: 32px;
    top: 30px;
    color: #14c77f;
    font-weight: 900;
}
.tag {
    display: inline-flex;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 900;
    margin-bottom: 26px;
}
.tag.purple {
    background: #8a55ff;
    color: #fff;
}
.tag.green {
    background: #10f69f;
    color: #092315;
}
.price {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -4px;
    margin: 18px 0;
    color: var(--ink);
}
.price span {
    font-size: 17px;
    color: var(--muted);
    letter-spacing: 0;
    font-weight: 700;
}
.price-card h6 {
    font-size: 20px;
    font-weight: 900;
    margin: 26px 0 18px;
}
.plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    gap: 14px;
}
.plan-list li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    font-size: 15px;
    color: #485066;
    font-weight: 700;
}
.plan-list i {
    color: #b7bdc9;
}
.wide {
    width: 100%;
    padding: 17px 24px;
}
.faq-accordion .accordion-item {
    border: 1px solid var(--line);
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(18, 17, 40, 0.05);
}
.accordion-button {
    font-weight: 900;
    padding: 24px;
    font-size: 16px;
}
.accordion-button:not(.collapsed) {
    background: #f5f0ff;
    color: var(--purple);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
   padding: 15px 24px 20px;
}
.cta {
    text-align: center;
    background: linear-gradient(135deg, #692cff, #4521d8);
    color: #fff;
    padding: 82px 0;
    position: relative;
    overflow: hidden;
}
.cta:before {
    content: "";
    position: absolute;
    inset: -60% auto auto 50%;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}
.cta .container {
    position: relative;
}
.cta h2 {
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.8px;
    max-width: 760px;
    margin: 0 auto 16px;
}
.cta p {
    color: #e7dcff;
    font-size: 18px;
    margin-bottom: 24px;
}
.small-white {
    background: #fff;
    color: var(--purple);
    padding: 14px 24px;
}
footer {
    background: #030303;
    color: #fff;
    padding: 62px 0 24px;
}
footer h5 {
    font-weight: 900;
    letter-spacing: 2px;
}
footer p {
    color: #aaa;
    line-height: 1.8;
    font-size: 14px;
}
footer h6 {
    font-weight: 900;
    margin-bottom: 18px;
}
footer a {
    display: block;
    color: #bfbfbf;
    margin-bottom: 12px;
    font-size: 14px;
}
footer a:hover {
    color: #fff;
}
.social-ico {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-grid !important;
    place-items: center;
}
.merlin {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -2px;
}
.copy {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 45px;
    padding-top: 20px;
    color: #8d8d8d;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
@keyframes floaty {
    0%,
    100% {
        transform: translateY(0) rotate(13deg);
    }
    50% {
        transform: translateY(-18px) rotate(10deg);
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@keyframes bars {
    to {
        filter: hue-rotate(45deg);
        transform: scaleY(0.82);
    }
}
.pulse-soft {
    animation: pulseSoft 3s ease-in-out infinite;
}
@keyframes pulseSoft {
    50% {
        box-shadow: 0 24px 70px rgba(29, 161, 255, 0.18);
    }
}
@media (max-width: 991px) {
   
    .hero-card {
        border-radius: 0 0 28px 28px;
    }
    .min-vh-hero {
        padding: 45px 24px 130px;
    }
    .phone-stage {
        height: 430px;
    }
    .phone-mockup {
        right: 50%;
        transform: translateX(50%) rotate(9deg);
        top: 10px;
    }
    .hero-stats {
        flex-wrap: wrap;
    }
    .artist-card {
        padding: 36px 24px;
    }
    .dashboard-art {
        height: 520px;
    }
    .artist-photo,
    .chart-card {
        right: 0;
        width: 100%;
    }
    .map-card {
        left: 0;
    }
    .section-pad {
        padding: 78px 0;
    }
    .service-card {
        padding: 30px;
    }
    .copy {
        display: block;
    }
    .navbar-collapse {
        background: #fff;
        border-radius: 20px;
        padding: 18px;
        margin-top: 14px;
        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    }
    .nav-link {
        padding: 10px 0;
    }
    .btn-nav {
        margin-top: 8px;
    }
}
@media (max-width: 575px) {
    .hero-content h1 {
        letter-spacing: -1.6px;
    }
    .hero-content p,
    .section-intro p,
    .service-card p,
    .artist-card p,
    .price-card p {
        font-size: 16px;
    }
    .logos {
        gap: 13px;
    }
    .price {
        font-size: 56px;
    }
    .phone-mockup {
        width: 205px;
        height: 370px;
    }
    .floating-card {
        display: none;
    }
    .artist-photo strong {
        font-size: 40px;
    }
}
