:root {
    --bg: #050817;
    --surface: rgba(13, 18, 32, 0.82);
    --surface-strong: rgba(9, 15, 28, 0.94);
    --surface-soft: rgba(255, 255, 255, 0.06);
    --border: rgba(255, 255, 255, 0.14);
    --border-strong: rgba(255, 255, 255, 0.24);
    --text: #f3f7ff;
    --muted: #b4c0d4;
    --muted-strong: #dce5f6;
    --accent: #8b8bff;
    --sky: #79d7ff;
    --gold: #f4d79a;
    --warm: #ffba75;
    --lime: #bff95a;
    --rose: #ff927f;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
    box-sizing: border-box;
    font-family: "Zalando Sans Expanded", sans-serif;
    font-weight: 400;
    user-select: none;
}

html {
    min-height: 100%;
    background: linear-gradient(135deg, #48516b 0%, #182033 45%, var(--bg) 100%);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100dvh;
    color: var(--text);
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
    background:
        linear-gradient(180deg, rgba(72, 81, 107, 0.52), rgba(5, 8, 23, 0.94) 56%, rgba(3, 5, 14, 1)),
        linear-gradient(120deg, rgba(139, 139, 255, 0.18), transparent 42%, rgba(121, 215, 255, 0.12)),
        var(--bg);
}

img {
    display: block;
    max-width: 100%;
}

.premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 48px;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: var(--text);
    background: transparent;
    text-decoration: none;
    font-size: 0.94rem;
    margin: 0;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
}

.premium-btn:hover {
    transform: translateY(-2px);
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.07);
}

.premium-btn:active {
    transform: translateY(0);
}

.primary {
    border-color: rgba(244, 215, 154, 0.38);
    background: linear-gradient(135deg, var(--gold), var(--warm));
    color: #1c1204;
    box-shadow: 0 18px 36px rgba(244, 215, 154, 0.14);
}

.primary:hover {
    border-color: rgba(244, 215, 154, 0.64);
    background: linear-gradient(135deg, #ffe7ad, #ffc489);
}

.secondary {
    border-color: rgba(121, 215, 255, 0.42);
    color: var(--sky);
    background: rgba(121, 215, 255, 0.08);
}

.secondary:hover {
    border-color: rgba(121, 215, 255, 0.62);
    background: rgba(121, 215, 255, 0.14);
}

main {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3rem;
}

.intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 1.4rem;
    align-items: stretch;
    min-height: 600px;
    padding: 1.5rem;
    border-radius: 2rem;
    border: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 40%),
        linear-gradient(145deg, rgba(18, 25, 43, 0.9), rgba(7, 12, 24, 0.94));
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.intro-copy {
    display: grid;
    align-content: center;
    justify-items: start;
    padding: 1.5rem 0.75rem;
}

.eyebrow {
    width: fit-content;
    margin: 0 0 1rem;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(121, 215, 255, 0.34);
    color: var(--sky);
    background: rgba(121, 215, 255, 0.08);
    font-size: 0.78rem;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 12ch;
    margin-bottom: 1rem;
    font-size: 3.4rem;
    line-height: 1.05;
    font-weight: 800;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.18;
    font-weight: 800;
}

h3 {
    margin-bottom: 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.intro-text {
    max-width: 680px;
    color: var(--muted);
    font-size: 1.05rem;
}

.price-line {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.intro-actions,
.closing-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.intro-actions {
    margin-top: 1.5rem;
}

.price {
    color: var(--gold);
    font-size: 3.25rem;
    line-height: 1;
    font-weight: 800;
}

.price-note {
    color: var(--muted);
}

.preview-rail {
    position: relative;
    min-height: 560px;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.55rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(7, 16, 29, 0.2), rgba(4, 9, 18, 0.94)),
        var(--surface-strong);
}

.preview-bg,
.preview-scrim {
    position: absolute;
    inset: 0;
}

.preview-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(1.08);
}

.preview-scrim {
    background:
        linear-gradient(180deg, rgba(6, 10, 20, 0.12), rgba(4, 8, 16, 0.84)),
        linear-gradient(135deg, rgba(121, 215, 255, 0.14), transparent 42%, rgba(244, 215, 154, 0.12));
}

.preview-card {
    position: relative;
    z-index: 1;
    --card-color: var(--sky);
    width: min(100%, 330px);
    min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 1rem 1rem;
    border-radius: 1.2rem;
    border: 2px solid rgba(121, 215, 255, 0.56);
    background: rgba(7, 17, 29, 0.84);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.preview-premium-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    flex: 0 0 auto;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--card-color), white 36%);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--card-color), rgba(255, 255, 255, 0.22) 22%), rgba(255, 255, 255, 0.08)),
        rgba(7, 17, 29, 0.72);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.preview-premium-badge__logo {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.28));
}

.preview-photo-wrap {
    width: 102px;
    height: 102px;
    border-radius: 999px;
    padding: 4px;
    background: linear-gradient(135deg, var(--sky), rgba(255, 255, 255, 0.88));
}

.preview-photo {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    background: rgba(11, 20, 32, 0.92);
}

.preview-username {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0.85rem 0 0.45rem;
    font-size: 1.3rem;
    text-align: center;
    word-break: break-word;
}

.preview-card p {
    max-width: 25ch;
    margin-bottom: 0;
    color: var(--muted-strong);
    font-size: 0.86rem;
    line-height: 1.45;
    text-align: center;
}

.preview-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: auto;
    margin-bottom: 3.7rem;
    padding-top: 1.4rem;
}

.preview-link {
    width: 100%;
    max-width: 58px;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    justify-self: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.11);
}

.preview-link img {
    width: 22px;
    height: 22px;
}

.preview-view-count {
    position: absolute;
    left: 1rem;
    bottom: 0.95rem;
    max-width: none;
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: left;
}

.preview-music {
    position: absolute;
    right: 0.9rem;
    bottom: 0.82rem;
    width: min(168px, calc(100% - 7.3rem));
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.34rem;
    padding: 0.34rem 0.38rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(135deg, rgba(7, 17, 29, 0.9), rgba(7, 17, 29, 0.72)),
        radial-gradient(circle at top right, color-mix(in srgb, var(--card-color), white 10%) 0%, transparent 58%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.preview-music-btn {
    width: 1.55rem;
    height: 1.55rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.preview-music-btn--play {
    color: #04121c;
    background: color-mix(in srgb, var(--card-color), rgba(255, 255, 255, 0.24) 18%);
}

.preview-music-btn svg {
    width: 0.82rem;
    height: 0.82rem;
}

.preview-music-btn path {
    fill: currentColor;
}

.preview-music-progress {
    height: 0.3rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.preview-music-progress span {
    display: block;
    width: 52%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--sky), var(--gold));
}

.plans,
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.2rem 0 3rem;
}

.plan-card,
.feature-card {
    min-width: 0;
    border-radius: 1.25rem;
    border: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 44%),
        var(--surface);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.plan-card {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
}

.plan-card.is-premium {
    border-color: rgba(244, 215, 154, 0.38);
    background:
        linear-gradient(135deg, rgba(244, 215, 154, 0.13), rgba(121, 215, 255, 0.08)),
        var(--surface-strong);
}

.plan-kicker {
    margin-bottom: 0.35rem;
    color: var(--sky);
    font-size: 0.82rem;
    text-transform: uppercase;
}

.plan-card.is-premium .plan-kicker {
    color: var(--gold);
}

.plan-card h2 {
    margin-bottom: 0.55rem;
}

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

ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    color: var(--text);
    list-style: none;
}

li {
    position: relative;
    padding-left: 1.25rem;
}

li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sky), var(--gold));
}

.comparison {
    margin-bottom: 3rem;
}

.section-heading {
    max-width: 700px;
    margin-bottom: 1rem;
}

.section-heading h2 {
    margin-bottom: 0;
}

.comparison-shell {
    overflow-x: auto;
    border-radius: 1.35rem;
    border: 1px solid var(--border);
    background: var(--surface);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: rgba(9, 15, 28, 0.78);
}

th,
td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top;
}

thead th {
    color: var(--gold);
    background: rgba(255, 255, 255, 0.05);
    font-weight: 800;
}

tbody th {
    color: var(--text);
    font-weight: 700;
}

td {
    color: var(--muted);
}

td strong {
    color: var(--sky);
    font-weight: 800;
}

tr:last-child th,
tr:last-child td {
    border-bottom: 0;
}

.feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    padding: 1.2rem;
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--surface-soft);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.feature-icon svg {
    width: 32px;
    height: 32px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-icon.music {
    color: var(--gold);
    border-color: rgba(244, 215, 154, 0.34);
    background: rgba(244, 215, 154, 0.1);
}

.feature-icon.upload {
    color: var(--sky);
    border-color: rgba(121, 215, 255, 0.34);
    background: rgba(121, 215, 255, 0.1);
}

.feature-icon.motion {
    color: var(--rose);
    border-color: rgba(255, 146, 127, 0.32);
    background: rgba(255, 146, 127, 0.1);
}

.feature-icon.discovery {
    color: var(--lime);
    border-color: rgba(191, 249, 90, 0.3);
    background: rgba(191, 249, 90, 0.08);
}

.feature-icon.discovery svg path:nth-child(2),
.feature-icon.motion svg path:nth-child(2) {
    fill: currentColor;
    stroke-width: 2;
}

.closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1.35rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(121, 215, 255, 0.26);
    background:
        linear-gradient(135deg, rgba(121, 215, 255, 0.1), rgba(139, 139, 255, 0.08)),
        var(--surface);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.closing h2 {
    margin-bottom: 0.4rem;
}

.closing p {
    max-width: 820px;
    margin-bottom: 0;
    color: var(--muted);
}

.closing-actions {
    justify-content: flex-end;
}

footer {
    text-align: center;
    padding: 1.5rem;
    color: var(--muted);
    font-size: 0.85rem;
}

@media (max-width: 1040px) {
    .intro {
        grid-template-columns: 1fr;
    }

    .intro-copy {
        padding: 0.5rem;
    }

    .preview-rail {
        min-height: 520px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    main {
        padding-inline: 1rem;
    }

    .intro {
        min-height: 0;
        padding: 1rem;
        border-radius: 1.4rem;
    }

    h1 {
        max-width: none;
        font-size: 2.45rem;
    }

    .price {
        font-size: 2.55rem;
    }

    .plans,
    .feature-grid,
    .closing {
        grid-template-columns: 1fr;
    }

    .closing-actions {
        justify-content: stretch;
    }
}

@media (max-width: 600px) {
    .premium-btn {
        width: 100%;
        min-width: 0;
    }

    .intro-actions,
    .price-line,
    .closing-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .preview-rail {
        min-height: 500px;
        padding: 0.85rem;
        border-radius: 1.2rem;
    }

    .preview-card {
        min-height: 445px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition: none !important;
        animation: none !important;
    }
}
