:root {
    --artist-lp-navy: #0f3557;
    --artist-lp-navy-deep: #0a2844;
    --artist-lp-primary: #0097a5;
    --artist-lp-teal: #00b8c9;
    --artist-lp-orange: #f97316;
    --artist-lp-orange-dark: #ea580c;
    --artist-lp-ink: #0f3557;
    --artist-lp-muted: #5a7189;
    --artist-lp-sky: #dceef8;
    --artist-lp-sky-light: #eef6fc;
}

.artist-lp {
    overflow-x: clip;
    color: var(--artist-lp-ink);
    background: #fff;
}

.artist-lp,
.artist-lp *,
.artist-lp *::before,
.artist-lp *::after {
    box-sizing: border-box;
}

.artist-lp a {
    text-decoration: none !important;
}

/* ===== Hero ===== */
.artist-lp-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 72px;
    background: #fff;
    text-align: center;
}

.artist-lp-hero__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 184, 201, 0.12) 0, transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(0, 151, 165, 0.1) 0, transparent 24%),
        linear-gradient(180deg, var(--artist-lp-sky-light) 0%, #fff 55%);
}

.artist-lp-hero__pattern::before,
.artist-lp-hero__pattern::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 120px;
    opacity: 0.35;
    background-repeat: repeat-x;
    background-size: 240px 120px;
}

.artist-lp-hero__pattern::before {
    top: 40%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 120'%3E%3Cpath fill='%23b8dff0' d='M0 60 Q60 20 120 60 T240 60 V120 H0Z'/%3E%3C/svg%3E");
}

.artist-lp-hero__pattern::after {
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 120'%3E%3Cpath fill='%23c8e8f4' d='M0 80 Q60 40 120 80 T240 80 V120 H0Z'/%3E%3C/svg%3E");
}

.artist-lp-hero__inner {
    position: relative;
    z-index: 1;
}

.artist-lp-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 32px;
    color: var(--artist-lp-primary);
    font-size: 0.92rem;
    font-weight: 800;
}

.artist-lp-badge {
    margin: 0 0 28px;
}

.artist-lp-badge span {
    display: inline-block;
    padding: 10px 28px;
    background: var(--artist-lp-navy);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    transform: skewX(-12deg);
    box-shadow: 0 8px 20px rgba(15, 53, 87, 0.2);
}

.artist-lp-hero__layout {
    display: grid;
    grid-template-columns: minmax(340px, 0.82fr) minmax(480px, 1.18fr);
    grid-template-areas:
        "title visual"
        "value visual"
        "actions visual";
    align-items: center;
    gap: 24px 56px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: left;
}

.artist-lp-hero__title {
    grid-area: title;
    margin: 0;
    color: var(--artist-lp-navy);
    font-size: clamp(2.8rem, 4.6vw, 4.5rem);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.artist-lp-hero__brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--artist-lp-primary);
    font-size: clamp(1.4rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.artist-lp-hero__line {
    display: block;
    text-wrap: balance;
}

.artist-lp-value-box {
    grid-area: value;
    max-width: 520px;
    width: 100%;
    margin: 0;
    padding: 24px 32px;
    border-radius: 20px;
    background: var(--artist-lp-sky-light);
    border: 2px solid rgba(0, 151, 165, 0.15);
    box-shadow: 0 8px 24px rgba(0, 80, 100, 0.06);
}

.artist-lp-value-box__label {
    margin: 0;
    color: var(--artist-lp-muted);
    font-size: 1rem;
    font-weight: 700;
}

.artist-lp-value-box__highlight {
    margin: 8px 0 0;
    color: var(--artist-lp-navy);
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1.3;
}

.artist-lp-value-box__highlight strong {
    color: var(--artist-lp-orange);
    font-size: 1.35em;
    font-weight: 950;
}

.artist-lp-hero__visual {
    grid-area: visual;
    position: relative;
    width: 100%;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
    border-radius: 36px;
    background: var(--artist-lp-navy-deep);
    box-shadow: 0 32px 72px rgba(10, 40, 68, 0.24);
}

.artist-lp-hero__photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.artist-lp-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 24, 43, 0.94) 0%, rgba(5, 24, 43, 0.7) 38%, rgba(5, 24, 43, 0.06) 72%),
        linear-gradient(0deg, rgba(5, 24, 43, 0.5), transparent 45%);
}

.artist-lp-hero__message {
    position: absolute;
    z-index: 2;
    left: clamp(24px, 5vw, 64px);
    top: 50%;
    max-width: 430px;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
}

.artist-lp-hero__message span {
    display: block;
    margin-bottom: 16px;
    color: #6ce6ed;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.artist-lp-hero__message strong {
    display: block;
    font-size: clamp(2rem, 4.2vw, 3.8rem);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.artist-lp-hero__app-shot {
    position: absolute;
    z-index: 3;
    right: clamp(24px, 5vw, 68px);
    bottom: -54px;
    width: min(34%, 320px);
    overflow: hidden;
    border: 9px solid rgba(255, 255, 255, 0.96);
    border-radius: 28px 28px 0 0;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    transform: rotate(2deg);
}

.artist-lp-hero__app-shot img {
    display: block;
    width: 100%;
    height: auto;
}

.artist-lp-cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 48px;
}

.artist-lp-hero__layout > .artist-lp-cta-group {
    grid-area: actions;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 4px;
}

.artist-lp-hero__layout > .artist-lp-cta-group .artist-lp-cta-item {
    flex: 1 1 190px;
    max-width: 250px;
}

.artist-lp-hero__layout > .artist-lp-cta-group .artist-lp-btn {
    min-height: 56px;
    padding: 14px 18px;
    font-size: 0.92rem;
}

.artist-lp-cta-item {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 360px;
    text-align: center;
}

.artist-lp-cta-note {
    margin: 0 0 10px;
    color: var(--artist-lp-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.artist-lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.artist-lp-btn:hover {
    transform: translateY(-2px);
}

.artist-lp-btn--teal {
    background: linear-gradient(135deg, var(--artist-lp-teal), var(--artist-lp-primary));
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(0, 151, 165, 0.3);
}

.artist-lp-btn--orange {
    background: linear-gradient(135deg, #fb923c, var(--artist-lp-orange));
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(249, 115, 22, 0.3);
}

.artist-lp-btn--white {
    background: #fff;
    color: var(--artist-lp-navy) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.artist-lp-btn--outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: #fff !important;
}

/* ===== Pain Section (Navy) ===== */
.artist-lp-pains {
    padding: 72px 0;
    background: var(--artist-lp-navy-deep);
    color: #fff;
}

.artist-lp-pains__inner {
    text-align: center;
}

.artist-lp-pains__title {
    margin: 0 0 40px;
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #fff;
}

.artist-lp-pain-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.artist-lp-pain-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.6;
}

.artist-lp-pain-list li:last-child {
    border-bottom: none;
}

.artist-lp-pain-list__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--artist-lp-teal);
    color: #fff;
}

/* ===== Sections ===== */
.artist-lp-section {
    padding: 80px 0;
}

.artist-lp-section--flow {
    background: var(--artist-lp-sky-light);
}

.artist-lp-section--audience {
    background: #fff;
}

.artist-lp-section__head {
    margin-bottom: 48px;
    text-align: center;
}

.artist-lp-section__label {
    margin: 0 0 12px;
    color: var(--artist-lp-primary);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.artist-lp-section__label--light {
    color: rgba(255, 255, 255, 0.85);
}

.artist-lp-section__head h2,
.artist-lp-audience-card h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--artist-lp-navy);
}

.artist-lp-section__head p {
    max-width: 640px;
    margin: 16px auto 0;
    color: var(--artist-lp-muted);
    font-size: 1.05rem;
    line-height: 1.85;
}

.artist-lp-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#how-it-works .artist-lp-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.artist-lp-feature-card {
    overflow: hidden;
    padding: 0 28px 32px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 53, 87, 0.08);
    box-shadow: 0 12px 32px rgba(15, 53, 87, 0.06);
    text-align: left;
}

.artist-lp-feature-card__media {
    height: 250px;
    margin: 0 -28px 24px;
    overflow: hidden;
    background: linear-gradient(145deg, #e8f7f8, #f7fbfd);
    border-bottom: 1px solid rgba(15, 53, 87, 0.08);
}

.artist-lp-feature-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.45s ease;
}

.artist-lp-feature-card:hover .artist-lp-feature-card__media img {
    transform: scale(1.025);
}

.artist-lp-feature-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.artist-lp-feature-card__num {
    color: var(--artist-lp-teal);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
}

.artist-lp-feature-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--artist-lp-sky-light);
    color: var(--artist-lp-primary);
}

.artist-lp-feature-card__label {
    margin-left: auto;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 151, 165, 0.1);
    color: var(--artist-lp-primary);
    font-size: 0.78rem;
    font-weight: 900;
}

.artist-lp-feature-card h3 {
    margin: 0;
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 950;
    color: var(--artist-lp-navy);
    line-height: 1.4;
}

.artist-lp-feature-card p {
    margin: 12px 0 0;
    color: var(--artist-lp-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.artist-lp-step-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 53, 87, 0.06);
    text-align: left;
}

.artist-lp-step-card__num {
    flex-shrink: 0;
    color: var(--artist-lp-teal);
    font-size: 2.8rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
}

.artist-lp-step-card h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 950;
    color: var(--artist-lp-navy);
}

.artist-lp-step-card p {
    margin: 8px 0 0;
    color: var(--artist-lp-muted);
    line-height: 1.8;
}

.artist-lp-audience-card {
    padding: 36px 32px;
    border-radius: 24px;
    background: var(--artist-lp-sky-light);
    border: 1px solid rgba(0, 151, 165, 0.12);
    text-align: left;
}

.artist-lp-audience-card p:not(.artist-lp-section__label) {
    margin: 16px 0 0;
    color: var(--artist-lp-muted);
    font-size: 1.05rem;
    line-height: 1.9;
}

/* ===== Footer CTA ===== */
.artist-lp-cta {
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--artist-lp-navy-deep), var(--artist-lp-navy), #1a5a7a);
}

.artist-lp-cta h2 {
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 3.8rem);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: #fff;
}

.artist-lp-cta > .uk-container > p {
    max-width: 640px;
    margin: 20px auto 36px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.85;
}

.artist-lp-cta-group--footer {
    margin-top: 0;
}

.artist-lp-cta-group--footer .artist-lp-cta-item {
    max-width: 320px;
}

/* ===== Responsive ===== */
@media (max-width: 959px) {
    .artist-lp-hero {
        padding: 36px 0 56px;
    }

    .artist-lp-hero__visual {
        min-height: 480px;
    }

    .artist-lp-hero__app-shot {
        right: 24px;
        width: 33%;
    }

    .artist-lp-section {
        padding: 60px 0;
    }

    .artist-lp-pains {
        padding: 56px 0;
    }

    .artist-lp-hero__title {
        font-size: clamp(2.8rem, 8.5vw, 4.6rem);
    }

    .artist-lp-hero__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "visual"
            "value"
            "actions";
        gap: 28px;
        max-width: 720px;
        text-align: center;
    }

    .artist-lp-hero__brand {
        justify-content: center;
    }

    .artist-lp-value-box {
        margin: 0 auto;
    }

    .artist-lp-hero__layout > .artist-lp-cta-group {
        justify-content: center;
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .artist-lp-hero {
        padding: 24px 0 44px;
    }

    .artist-lp-hero .uk-container,
    .artist-lp-section .uk-container,
    .artist-lp-pains .uk-container,
    .artist-lp-cta .uk-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .artist-lp-back {
        margin-bottom: 22px;
        font-size: 0.82rem;
    }

    .artist-lp-badge {
        margin-bottom: 22px;
    }

    .artist-lp-badge span {
        padding: 8px 18px;
        font-size: 0.72rem;
    }

    .artist-lp-hero__title {
        font-size: clamp(2.25rem, 11vw, 3.2rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .artist-lp-hero__brand {
        font-size: clamp(1.05rem, 5vw, 1.4rem);
        margin-bottom: 14px;
    }

    .artist-lp-hero__line + .artist-lp-hero__line {
        margin-top: 4px;
    }

    .artist-lp-value-box {
        padding: 18px 16px;
        margin-top: 28px;
        border-radius: 16px;
    }

    .artist-lp-value-box__label {
        font-size: 0.86rem;
    }

    .artist-lp-value-box__highlight {
        font-size: clamp(1.3rem, 7vw, 1.75rem);
    }

    .artist-lp-hero__visual {
        min-height: 520px;
        margin-top: 0;
        border-radius: 24px;
    }

    .artist-lp-hero__photo {
        object-position: 64% center;
    }

    .artist-lp-hero__visual::after {
        background:
            linear-gradient(0deg, rgba(5, 24, 43, 0.96) 0%, rgba(5, 24, 43, 0.7) 52%, rgba(5, 24, 43, 0.08) 100%);
    }

    .artist-lp-hero__message {
        left: 22px;
        right: 22px;
        top: auto;
        bottom: 38px;
        max-width: calc(100% - 44px);
        transform: none;
    }

    .artist-lp-hero__message strong {
        font-size: clamp(1.65rem, 8vw, 2.45rem);
    }

    .artist-lp-hero__app-shot {
        right: 16px;
        top: 16px;
        bottom: auto;
        width: 34%;
        border-width: 6px;
        border-radius: 18px 18px 0 0;
    }

    #how-it-works .artist-lp-stack {
        grid-template-columns: 1fr;
    }

    .artist-lp-feature-card__media {
        height: 210px;
    }

    .artist-lp-cta-group {
        flex-direction: column;
        align-items: center;
        margin-top: 36px;
        gap: 16px;
    }

    .artist-lp-hero__layout {
        gap: 24px;
    }

    .artist-lp-hero__layout > .artist-lp-cta-group .artist-lp-cta-item {
        max-width: none;
    }

    .artist-lp-cta-item {
        flex: none;
        width: 100%;
        max-width: none;
    }

    .artist-lp-btn {
        width: 100%;
        min-height: 56px;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 1rem;
        text-align: center;
        white-space: normal;
    }

    .artist-lp-feature-card,
    .artist-lp-step-card,
    .artist-lp-audience-card {
        padding: 24px 20px;
    }

    .artist-lp-feature-card {
        padding-top: 0;
    }

    .artist-lp-feature-card__head {
        gap: 9px;
    }

    .artist-lp-feature-card__num {
        font-size: 1.65rem;
    }

    .artist-lp-feature-card__icon {
        width: 38px;
        height: 38px;
    }

    .artist-lp-feature-card__label {
        padding: 5px 10px;
        font-size: 0.7rem;
    }

    .artist-lp-step-card {
        flex-direction: column;
        gap: 12px;
    }

    .artist-lp-step-card__num {
        font-size: 2.2rem;
    }

    .artist-lp-pains__title,
    .artist-lp-section__head h2,
    .artist-lp-audience-card h2,
    .artist-lp-cta h2 {
        overflow-wrap: anywhere;
        word-break: auto-phrase;
    }

    .artist-lp-pains__title {
        font-size: clamp(1.8rem, 9vw, 2.5rem);
    }

    .artist-lp-section__head {
        margin-bottom: 32px;
    }

    .artist-lp-section__head h2,
    .artist-lp-audience-card h2 {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
    }

    .artist-lp-section__head p,
    .artist-lp-audience-card p:not(.artist-lp-section__label) {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .artist-lp-cta h2 {
        font-size: clamp(1.85rem, 9vw, 2.6rem);
    }
}

@media (max-width: 380px) {
    .artist-lp-hero__title {
        font-size: 2.1rem;
    }

    .artist-lp-hero__visual {
        min-height: 480px;
    }

    .artist-lp-hero__app-shot {
        width: 38%;
    }

    .artist-lp-feature-card__label {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
