.goldcrush-presave-root {
    --bg-a: #08111a;
    --bg-b: #102538;
    --panel: rgba(10, 18, 28, 0.84);
    --panel-soft: rgba(255, 255, 255, 0.04);
    --line: rgba(255, 255, 255, 0.1);
    --line-strong: rgba(255, 255, 255, 0.18);
    --text: #f7f0e5;
    --muted: #bfcbda;
    --accent: #ff9453;
    --accent-soft: #ffd166;
    --spotify: #1ed760;
    --spotify-dark: #0f2a19;
    --error: #ffb0a7;
    --success: #9af5bf;
    --shadow: 0 32px 90px rgba(0, 0, 0, 0.44);
    --title-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --body-font: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.goldcrush-presave-root,
.goldcrush-presave-root *,
.goldcrush-presave-root *::before,
.goldcrush-presave-root *::after {
    box-sizing: border-box;
}

.goldcrush-presave-root {
    margin: 0;
    min-height: 100%;
    --hero-card-height: auto;
    background:
        radial-gradient(circle at top left, var(--accent-glow), transparent 34%),
        radial-gradient(circle at 80% 15%, var(--accent-soft-glow), transparent 24%),
        linear-gradient(155deg, var(--bg-a) 0%, var(--bg-b) 50%, #071018 100%);
    color: var(--text);
    font-family: var(--body-font);
}

.goldcrush-presave-root a {
    color: inherit;
}

.goldcrush-presave-status-message {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font: 600 15px/1.5 "Open Sans", sans-serif;
}

.goldcrush-presave-status-success {
    background: rgba(34, 197, 94, 0.14);
    color: #d6ffe3;
    border-color: rgba(34, 197, 94, 0.3);
}

.goldcrush-presave-status-error {
    background: rgba(248, 113, 113, 0.14);
    color: #ffe0e0;
    border-color: rgba(248, 113, 113, 0.28);
}

.goldcrush-presave-root code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.9em;
}

.goldcrush-presave-root .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.goldcrush-presave-root .page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 28px 18px 120px;
    isolation: isolate;
}

.goldcrush-presave-root .page-shell::before {
    content: "";
    position: fixed;
    inset: -8%;
    z-index: 0;
    background-image:
        linear-gradient(160deg, var(--bg-a-overlay) 0%, var(--bg-b-overlay) 60%, var(--bg-deep-overlay) 100%),
        var(--page-cover-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    filter: blur(18px) saturate(0.92);
    transform: translate3d(0, var(--page-parallax-y, 0px), 0) scale(1.08);
    pointer-events: none;
    will-change: transform;
}

.goldcrush-presave-root .ambient {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: 0.75;
}

.goldcrush-presave-root .ambient-a {
    top: 8%;
    left: -6%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, var(--accent-glow), transparent 70%);
}

.goldcrush-presave-root .ambient-b {
    right: -10%;
    bottom: -4%;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, var(--accent-soft-glow), transparent 72%);
}

.goldcrush-presave-root .page-stack {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.goldcrush-presave-root .hero-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.goldcrush-presave-root .hero-card-conversion {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
    padding: 26px;
}

.goldcrush-presave-root .release-banner {
    position: absolute;
    top: 35px;
    right: -70px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--quote-border);
    background: var(--accent);
    color: var(--text);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow:
        0 14px 22px rgba(8, 17, 26, 0.22),
        0 0 28px var(--accent-glow),
        0 3px 0 rgba(24, 53, 80, 0.42);
    transform: rotate(45deg);
    transform-origin: center;
    overflow: visible;
}

.goldcrush-presave-root .release-banner::before,
.goldcrush-presave-root .release-banner::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, var(--bg-b) 0%, var(--bg-a) 100%);
    z-index: -1;
}

.goldcrush-presave-root .release-banner::before {
    top: -1px;
    left: -5px;
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    box-shadow: -1px 1px 0 rgba(10, 24, 37, 0.18);
}

.goldcrush-presave-root .release-banner::after {
    right: -5px;
    bottom: -1px;
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    box-shadow: 1px -1px 0 rgba(10, 24, 37, 0.18);
}

.goldcrush-presave-root .hero-card-conversion::before,
.goldcrush-presave-root .hero-card-conversion::after {
    content: none;
}

.goldcrush-presave-root .cover-stage {
    position: relative;
    display: flex;
}

.goldcrush-presave-root .cover-frame {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 45%),
        rgba(6, 10, 15, 0.88);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.goldcrush-presave-root .cover-backdrop {
    position: absolute;
    inset: -6%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(26px) saturate(1.1);
    opacity: 0.62;
    transform: scale(1.08);
}

.goldcrush-presave-root .cover-frame::after {
    content: "";
    position: absolute;
    inset: auto 6% -12% 6%;
    height: 20%;
    border-radius: 999px;
    background: radial-gradient(circle, var(--accent-soft-glow), transparent 70%);
    filter: blur(28px);
    pointer-events: none;
}

.goldcrush-presave-root .hero-media {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.goldcrush-presave-root .hero-copy {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-self: stretch;
    align-items: center;
    gap: 18px;
    min-height: 100%;
    text-align: center;
}

.goldcrush-presave-root .eyebrow,
.goldcrush-presave-root .detail-kicker,
.goldcrush-presave-root .secondary-label,
.goldcrush-presave-root .urgency-label {
    margin: 0 0 0.5rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.goldcrush-presave-root h1 {
    margin: 0;
    font-family: var(--title-font);
    font-size: clamp(2.15rem, 5.2vw, 4.1rem);
    line-height: 0.9;
    letter-spacing: 0.03em;
}

.goldcrush-presave-root .proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    justify-content: center;
}

.goldcrush-presave-root .proof-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--accent-border);
    border-radius: 999px;
    background: var(--accent-wash);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 700;
}

.goldcrush-presave-root .hook-copy {
    margin: 0;
    font-family: var(--title-font);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.28;
    text-align: center;
}

.goldcrush-presave-root .hero-brief {
    max-width: 38rem;
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}

.goldcrush-presave-root .story-copy,
.goldcrush-presave-root .fine-print,
.goldcrush-presave-root .mini-card span,
.goldcrush-presave-root .notice,
.goldcrush-presave-root .inline-notice,
.goldcrush-presave-root .artist-bio-copy p {
    color: var(--muted);
    line-height: 1.65;
}

.goldcrush-presave-root .story-copy {
    margin: 0 0 10px;
    font-size: 1rem;
    text-align: center;
}

.goldcrush-presave-root .notice {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid var(--accent-border);
    border-radius: 18px;
    background: var(--accent-wash);
    color: var(--text);
}

.goldcrush-presave-root .primary-actions-hero {
    margin: 0;
    width: 100%;
}

.hero-action-stack {
    display: grid;
    gap: 16px;
    justify-items: stretch;
    width: 100%;
}

.hero-audio-card {
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 16px 18px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    background: rgba(244, 247, 251, 0.96);
    box-shadow: 0 18px 34px rgba(6, 12, 20, 0.16);
}

.audio-preview-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    gap: 24px;
    align-items: stretch;
}

.audio-preview-copy-block {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.audio-preview-copy-block h2 {
    margin: 0;
    padding: 8px 0 12px;
    font-family: var(--title-font);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.hero-audio-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hero-audio-main {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.hero-audio-toggle {
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 2px solid var(--accent);
    border-radius: 999px;
    background: #ffffff;
    color: var(--accent);
    cursor: pointer;
    flex: 0 0 38px;
    animation: listenPulse 2.2s ease-in-out infinite;
}

.hero-audio-toggle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
    transform: translate(-35%, -50%);
}

.hero-audio-toggle.is-playing .hero-audio-toggle-icon {
    width: 8px;
    height: 10px;
    border: 0;
    background:
        linear-gradient(90deg, currentColor 0 3px, transparent 3px 5px, currentColor 5px 8px);
    transform: translate(-50%, -50%);
}

.hero-audio-element {
    display: none;
}

.hero-waveform {
    position: relative;
    margin: 0;
    padding: 3px 0;
    cursor: pointer;
    overflow: hidden;
    animation: waveformPulse 2.2s ease-in-out infinite;
}

.hero-waveform-track {
    display: grid;
    grid-template-columns: repeat(48, minmax(0, 1fr));
    gap: 3px;
    align-items: end;
    height: 28px;
}

.hero-waveform-bar {
    display: block;
    width: 100%;
    height: var(--wave-height);
    min-height: 10%;
    border-radius: 999px;
    background: rgba(28, 39, 53, 0.24);
    transition: background 120ms linear, box-shadow 120ms linear;
}

.hero-waveform-bar.is-played {
    background: linear-gradient(180deg, var(--waveform-start) 0%, var(--waveform-end) 100%);
    box-shadow: 0 0 6px var(--accent-soft-glow);
}

.hero-waveform-fill {
    display: none;
}

.audio-preview-panel {
    padding: 18px 22px 22px;
    min-height: var(--hero-card-height, auto);
}

.audio-preview-copy {
    margin: 14px auto 0;
    max-width: 34rem;
    color: #4c5e75;
    font-size: 0.98rem;
    line-height: 1.5;
    text-align: center;
}

.audio-preview-cta {
    margin-top: 18px;
    justify-items: center;
}

.hero-audio-card-portrait {
    width: 100%;
    max-width: 320px;
    justify-self: end;
    margin-left: auto;
    display: grid;
    gap: 14px;
    justify-items: center;
    padding: 18px 18px 20px;
    aspect-ratio: 9 / 16;
    align-content: start;
    background: rgba(244, 247, 251, 0.8);
    box-shadow:
        12px 12px 30px rgba(6, 12, 20, 0.16),
        -10px -10px 24px rgba(255, 255, 255, 0.04);
}

.hero-audio-artwork-shell {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
}

.hero-audio-artwork-shell::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(9, 14, 20, 0) 0%, rgba(9, 14, 20, 0.58) 100%);
    pointer-events: none;
}

.hero-audio-artwork {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    object-fit: cover;
    box-shadow:
        10px 10px 22px rgba(7, 14, 20, 0.18),
        -8px -8px 16px rgba(255, 255, 255, 0.06);
}

.hero-audio-artwork-placeholder {
    background: linear-gradient(135deg, var(--accent-wash), rgba(255, 255, 255, 0.12));
}

.hero-waveform-portrait {
    width: 100%;
    align-self: stretch;
    padding: 2px 0 0;
}

.hero-waveform-track-portrait {
    grid-template-columns: repeat(48, minmax(0, 1fr));
    gap: 0;
    height: 6px;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(95, 113, 136, 0.35);
}

.hero-waveform-bar-portrait {
    width: 100%;
    height: 6px !important;
    min-height: 6px;
    border-radius: 0;
}

.hero-audio-meta-portrait {
    width: 100%;
}

.hero-audio-toggle-stop {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    margin-top: 2px;
}

.hero-audio-meta {
    width: 100%;
    margin-top: 0;
    color: #5f7188;
    font-size: 0.72rem;
    line-height: 1;
}

.hero-audio-volume {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #5f7188;
}

.hero-audio-volume .platform-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.hero-audio-volume input[type="range"] {
    width: 100%;
    margin: 0;
    accent-color: var(--accent);
    cursor: pointer;
}

.cta-cluster {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.cta-support-copy {
    margin: 0;
    max-width: 30rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.45;
    text-align: center;
}

.trust-signal-card {
    width: 100%;
    max-width: 34rem;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    align-self: end;
}

.trust-signal-summary {
    margin: 0;
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.cta-primary,
.cta-secondary,
.mini-card,
.signup-form button,
.artist-bio-link,
.sticky-cta-button {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cta-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 12px;
    width: fit-content;
    min-height: 72px;
    padding: 0 24px;
    border-radius: 20px;
    background: #1ed760;
    color: #0f2a19;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 20px 42px rgba(30, 215, 96, 0.24);
}

.cta-primary:hover,
.cta-secondary:hover,
.signup-form button:hover,
.artist-bio-link:hover,
.sticky-cta-button:hover {
    transform: translateY(-2px) scale(1.01);
}

.signup-card:hover {
    transform: none;
}

.cta-primary.is-disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.cta-pulse {
    animation: pulseGlow 2.4s ease-in-out infinite;
}

.platform-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.platform-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 0;
}

.detail-stack {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.story-panel,
.final-cta-card,
.video-feature-card,
.social-strip-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.story-panel,
.video-feature-card {
    padding: 22px;
    text-align: center;
}

.story-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.story-main-copy {
    display: grid;
    gap: 12px;
}

.story-main-copy .story-copy {
    margin: 0;
}

.story-quote-panel {
    position: relative;
    padding: 22px;
    border: 1px solid var(--quote-border);
    border-radius: 24px;
    background: linear-gradient(180deg, var(--quote-wash), rgba(255, 255, 255, 0.02));
    overflow: hidden;
}

.story-quote-panel::before {
    content: "\201C";
    position: absolute;
    top: 4px;
    left: 14px;
    color: var(--quote-mark);
    font-family: var(--title-font);
    font-size: 5.2rem;
    line-height: 1;
}

.story-quote-panel blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 22px;
    color: var(--text);
    font-family: var(--title-font);
    font-size: clamp(1.35rem, 2.3vw, 1.85rem);
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
}

.quote-proof-card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--quote-border);
    border-radius: 28px;
    background: linear-gradient(180deg, var(--quote-wash), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow);
    text-align: center;
}

.quote-proof-card::before {
    content: "\201C";
    position: absolute;
    top: 8px;
    left: 18px;
    color: var(--quote-mark);
    font-family: var(--title-font);
    font-size: 6.5rem;
    line-height: 1;
}

.quote-proof-card blockquote {
    position: relative;
    z-index: 1;
    margin: 8px 0 0;
    padding: 0 18px;
    font-family: var(--title-font);
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.quote-attribution {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: var(--accent-soft);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.final-cta-card h2,
.video-feature-copy h2 {
    margin: 8px 0 12px;
    font-family: var(--title-font);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.video-feature-copy {
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.artist-bio-card,
.mini-card,
.secondary-actions,
.after-hero-links {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--panel-soft);
    overflow: hidden;
}

.hero-card::after,
.story-panel::after,
.final-cta-card::after,
.video-feature-card::after,
.social-strip-card::after,
.quote-proof-card::after,
.story-quote-panel::after,
.artist-bio-card::after,
.mini-card::after,
.secondary-actions::after,
.after-hero-links::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.035) 0.7px, transparent 0.7px),
        repeating-linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 7px
        );
    background-size: 9px 9px, auto;
    opacity: 0.28;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.artist-bio-card {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    text-align: center;
}

.artist-bio-media {
    display: grid;
    gap: 10px;
    align-content: start;
}

.artist-bio-card-no-image {
    grid-template-columns: minmax(0, 1fr);
}

.artist-bio-card-no-image .artist-bio-copy {
    width: 100%;
}

.artist-bio-image {
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 20px;
    object-fit: cover;
}

.artist-bio-copy h2 {
    margin: 6px 0 8px;
    font-family: var(--title-font);
    font-size: 1.65rem;
}

.artist-bio-copy p {
    margin: 0;
}

.artist-bio-copy .detail-kicker {
    color: var(--accent-soft);
}

.artist-bio-stat {
    margin-top: 10px !important;
    color: var(--text) !important;
    font-weight: 700;
}

.artist-bio-link {
    display: inline-flex;
    margin-top: 12px;
    color: var(--accent-soft);
    font-weight: 700;
    text-decoration: none;
    align-self: center;
}

.artist-bio-stat-under-image {
    margin-top: 0 !important;
    font-size: 0.92rem;
    line-height: 1.4;
}

.mini-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: 18px;
    color: var(--text);
    text-decoration: none;
    align-items: center;
    text-align: center;
}

.signup-card {
    width: 100%;
    margin: 0;
}

.mini-card strong {
    font-size: 1rem;
}

.mini-card .platform-icon {
    color: var(--accent-soft);
}

.signup-form {
    display: grid;
    grid-template-columns: minmax(0, 4fr) auto;
    gap: 10px;
    margin-top: 4px;
}

.signup-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
}

.signup-form input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.signup-form button {
    min-height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: var(--accent);
    color: #f7f0e5;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.inline-notice {
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.92rem;
}

.inline-notice-success {
    border: 1px solid rgba(154, 245, 191, 0.28);
    background: rgba(154, 245, 191, 0.08);
    color: var(--success);
}

.inline-notice-error {
    border: 1px solid rgba(255, 176, 167, 0.28);
    background: rgba(255, 176, 167, 0.08);
    color: var(--error);
}

.after-hero-links {
    margin-top: 0;
    padding: 18px;
}

.secondary-actions {
    padding: 18px;
    background: rgba(255, 255, 255, 0.02);
}

.secondary-label {
    margin-bottom: 10px;
}

.secondary-grid,
.micro-conversions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.micro-conversions {
    margin-top: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-weight: 700;
    text-decoration: none;
}

.fine-print {
    margin: 18px 0 0;
    width: 100%;
    max-width: none;
    font-size: 0.8rem;
    color: rgba(247, 240, 229, 0.62);
    line-height: 1.45;
    text-align: center;
}

.fine-print a {
    color: rgba(247, 240, 229, 0.78);
}

.final-cta-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    text-align: center;
}

.final-cta-card-inline {
    padding: 18px 22px 22px;
}

.social-strip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.social-strip-grid-inside {
    margin-top: 8px;
}

.social-strip-link {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 999px;
    color: rgba(247, 240, 229, 0.76);
}

.social-strip-link .platform-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.video-feature-cta {
    margin-top: 18px;
    justify-items: center;
}

.social-strip-link[data-platform-link="spotify"]:hover {
    color: #1ed760;
    border-color: rgba(30, 215, 96, 0.42);
    box-shadow: 0 0 16px rgba(30, 215, 96, 0.18);
}

.social-strip-link[data-platform-link="instagram"]:hover {
    color: #e1306c;
    border-color: rgba(225, 48, 108, 0.38);
    box-shadow: 0 0 16px rgba(225, 48, 108, 0.16);
}

.social-strip-link[data-platform-link="youtube"]:hover {
    color: #ff0000;
    border-color: rgba(255, 0, 0, 0.36);
    box-shadow: 0 0 16px rgba(255, 0, 0, 0.16);
}

.social-strip-link[data-platform-link="tiktok"]:hover {
    color: #25f4ee;
    border-color: rgba(37, 244, 238, 0.34);
    box-shadow: 0 0 16px rgba(37, 244, 238, 0.14);
}

.social-strip-link[data-platform-link="facebook"]:hover {
    color: #1877f2;
    border-color: rgba(24, 119, 242, 0.36);
    box-shadow: 0 0 16px rgba(24, 119, 242, 0.16);
}

.social-strip-link[data-platform-link="website"]:hover {
    color: var(--accent);
    border-color: var(--accent-border);
    box-shadow: 0 0 16px var(--accent-soft-glow);
}

.final-cta-button {
    max-width: none;
    margin: 0;
}

.video-feature-card {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
    gap: 20px;
    align-items: stretch;
    min-height: var(--hero-card-height, auto);
}

.video-feature-frame {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    align-self: center;
}

.video-feature-media,
.video-feature-poster {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    border: 1px solid var(--line-strong);
    border-radius: 28px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.video-feature-media {
    object-fit: cover;
    background: rgba(6, 10, 15, 0.88);
}

.video-feature-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 88px;
    height: 88px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(10, 16, 24, 0.56);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    color: #ffffff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.video-feature-play-button:hover {
    transform: translate(-50%, -50%) scale(1.03);
    background: rgba(10, 16, 24, 0.68);
}

.video-feature-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid currentColor;
    transform: translate(-35%, -50%);
}

.is-video-playing .video-feature-play-button {
    opacity: 0;
    pointer-events: none;
}

.video-feature-poster {
    position: relative;
}

.video-feature-poster::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 10, 14, 0.18), rgba(7, 10, 14, 0.65));
}

.video-feature-overlay {
    position: absolute;
    inset: auto 18px 18px 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(10, 16, 24, 0.7);
    color: var(--text);
    font-weight: 700;
}

.video-feature-note {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.in-app-tip {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: min(420px, calc(100vw - 36px));
    padding: 16px;
    border: 1px solid var(--accent-border);
    border-radius: 18px;
    background: rgba(11, 17, 24, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.in-app-tip p {
    margin: 0 0 10px;
    color: var(--text);
    line-height: 1.5;
}

.in-app-tip button {
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
}

.show-in-app-tip .in-app-tip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.sticky-cta-bar {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 4;
    display: none;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta-bar.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
}

.sticky-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: min(720px, 100%);
    min-height: 62px;
    padding: 0 24px;
    border-radius: 999px;
    background: #1ed760;
    color: #0f2a19;
    box-shadow: 0 18px 40px rgba(30, 215, 96, 0.28);
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    animation: pulseGlow 2.4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%,
    100% {
        box-shadow: 0 20px 42px rgba(30, 215, 96, 0.24);
    }

    50% {
        box-shadow: 0 24px 52px rgba(30, 215, 96, 0.38);
    }
}

@keyframes listenPulse {
    0%,
    100% {
        color: var(--accent);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        color: var(--accent);
        box-shadow: 0 0 18px var(--accent-soft-glow);
    }
}

@keyframes waveformPulse {
    0%,
    100% {
        opacity: 0.86;
    }

    50% {
        opacity: 1;
    }
}

@media (max-width: 1040px) {
    .goldcrush-presave-root .hero-card-conversion,
    .goldcrush-presave-root .support-grid,
    .goldcrush-presave-root .video-feature-card,
    .goldcrush-presave-root .story-split {
        grid-template-columns: 1fr;
    }

    .goldcrush-presave-root .audio-preview-layout {
        grid-template-columns: 1fr;
    }

    .goldcrush-presave-root .cover-stage,
    .goldcrush-presave-root .hero-audio-card-portrait,
    .goldcrush-presave-root .video-feature-frame,
    .goldcrush-presave-root .artist-bio-media {
        order: 1;
    }

    .goldcrush-presave-root .hero-copy,
    .goldcrush-presave-root .audio-preview-copy-block,
    .goldcrush-presave-root .video-feature-copy,
    .goldcrush-presave-root .artist-bio-copy {
        order: 2;
    }

    .goldcrush-presave-root .hero-audio-card-portrait {
        width: min(100%, 320px);
        justify-self: center;
        max-width: 320px;
    }

    .goldcrush-presave-root .social-strip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .goldcrush-presave-root .hero-copy {
        max-width: none;
        min-height: auto;
        justify-content: flex-start;
        align-self: auto;
    }

    .goldcrush-presave-root .trust-signal-card {
        max-width: none;
    }

    .goldcrush-presave-root .video-feature-frame {
        width: min(100%, 320px);
        margin-inline: auto;
    }

    .goldcrush-presave-root .audio-preview-copy-block,
    .goldcrush-presave-root .audio-preview-cta,
    .goldcrush-presave-root .video-feature-copy,
    .goldcrush-presave-root .video-feature-cta {
        justify-items: center;
        text-align: center;
    }

    .goldcrush-presave-root .cta-support-copy {
        text-align: center;
    }

    .goldcrush-presave-root .audio-preview-panel,
    .goldcrush-presave-root .video-feature-card {
        min-height: auto;
    }
}

@media (max-width: 780px) {
    .goldcrush-presave-root .page-shell {
        padding: 16px 12px 32px;
    }

    .goldcrush-presave-root .hero-card-conversion,
    .goldcrush-presave-root .after-hero-links,
    .goldcrush-presave-root .secondary-actions {
        padding: 16px;
    }

    .goldcrush-presave-root .release-banner {
        top: 24px;
        right: -46px;
        width: 178px;
        min-height: 38px;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
    }

    .goldcrush-presave-root .secondary-grid,
    .goldcrush-presave-root .micro-conversions,
    .goldcrush-presave-root .signup-form,
    .goldcrush-presave-root .social-strip-grid {
        grid-template-columns: 1fr;
    }

    .goldcrush-presave-root .hero-audio-card {
        width: 100%;
    }

    .goldcrush-presave-root .video-feature-frame {
        width: min(100%, 320px);
        max-width: 320px;
        margin-inline: auto;
    }

    .goldcrush-presave-root .artist-bio-card {
        grid-template-columns: 1fr;
    }

    .goldcrush-presave-root .artist-bio-media {
        justify-items: center;
    }

    .goldcrush-presave-root .artist-bio-image {
        width: 100%;
        height: auto;
        max-width: 220px;
    }

.goldcrush-presave-root .hero-audio-card-portrait {
        width: min(100%, 320px);
        max-width: 320px;
    }
}

/* GC layout variant */
.goldcrush-presave-root.goldcrush-presave-layout-gc {
    --gc-page-bg: #c5e8ff;
    --gc-panel: rgba(0, 22, 41, 0.59);
    --gc-panel-border: rgba(119, 129, 141, 0.95);
    --gc-text: #ffffff;
    --gc-muted: #8d8d8d;
    --gc-orange: #ff6a00;
    --gc-orange-soft: rgba(255, 106, 0, 0.25);
    --gc-green: #1db954;
    position: relative;
    color: var(--gc-text);
    background: var(--gc-page-bg);
    font-family: "Open Sans", "Segoe UI", sans-serif;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell *,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell *::before,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell *::after {
    box-sizing: border-box;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell {
    position: relative;
    overflow: hidden;
    padding: 16px;
    isolation: isolate;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(rgba(1, 29, 54, 0.56), rgba(1, 29, 54, 0.56)),
        var(--gc-cover-image) center / cover no-repeat;
    filter: brightness(0.45) contrast(0.64) saturate(1.27) blur(10px);
    transform: scale(1.05);
    opacity: 1;
    pointer-events: none;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-grid,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-legal {
    position: relative;
    z-index: 1;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card {
    position: relative;
    margin: 16px;
    padding: 32px;
    display: grid;
    grid-template-columns: minmax(240px, 30%) minmax(0, 1fr);
    gap: 0;
    border: 1px solid var(--gc-panel-border);
    border-radius: 25px;
    background: var(--gc-panel);
    backdrop-filter: blur(8px);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card-media {
    display: flex;
    align-items: stretch;
    padding-right: 8px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-player {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-player-static {
    aspect-ratio: 1 / 1;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-stage {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    overflow: hidden;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-element,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-element {
    cursor: pointer;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #f3f3f3;
    text-align: center;
    background: #001629;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    color: #555;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-button {
    width: 64px;
    height: 64px;
    border: 0;
    border-radius: 50%;
    background: var(--gc-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-button:hover {
    background: #1e3a8a;
    transform: scale(1.04);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon {
    display: block;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-play {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-pause {
    position: relative;
    width: 16px;
    height: 20px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-pause::before,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-pause::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5px;
    height: 20px;
    background: #fff;
    border-radius: 2px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-pause::before {
    left: 1px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-play-icon-pause::after {
    right: 1px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-progress-wrap,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-volume-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-volume-row .platform-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: currentColor;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-time {
    min-width: 32px;
    font-size: 0.75rem;
    text-align: center;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-progress,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-volume {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #011d36;
    outline: none;
    cursor: pointer;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-progress::-webkit-slider-runnable-track,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-volume::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(to right, #fff var(--progress, 0%), var(--gc-orange-soft) var(--progress, 0%));
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-progress::-webkit-slider-thumb,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border: 0;
    border-radius: 50%;
    background: var(--gc-orange);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-copy-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-artist {
    margin: 0;
    font-family: "DM Serif Text", Georgia, serif;
    font-size: 69px;
    font-weight: 700;
    letter-spacing: 7.4px;
    line-height: 1;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-subtitle {
    margin: -20px 0 0;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-headline {
    margin: 24px 0 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-description {
    max-width: 620px;
    margin: 20px 0 0;
    font-size: 18px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-status {
    max-width: 620px;
    margin-top: 18px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.09);
    font-size: 15px;
    line-height: 1.5;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-cta-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-spotify-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 72px;
    padding: 20px 24px;
    border-radius: 999px;
    background: var(--gc-green);
    color: #fff;
    font-family: "Roboto", "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-spotify-button .platform-icon {
    width: 24px;
    height: 24px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-spotify-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 32px rgba(29, 185, 84, 0.5);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-spotify-button-disabled {
    opacity: 0.6;
    cursor: default;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-reassurance {
    margin: 0;
    color: var(--gc-muted);
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-cover-wrap {
    display: flex;
    justify-content: center;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-cover-image {
    width: min(50%, 400px);
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 23px -5px rgba(0, 0, 0, 0.5);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-release-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    pointer-events: none;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-release-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 132px;
    padding: 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 169, 83, 0.98), rgba(255, 106, 0, 0.92));
    color: #102538;
    font-family: "Roboto", "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 18px;
    margin: 18px 16px 0;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(0, 22, 41, 0.55);
    backdrop-filter: blur(8px);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-title {
    margin: 0 0 8px;
    font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form input,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form button {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font: inherit;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form input {
    padding: 14px 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-signup-form button {
    padding: 14px 18px;
    background: #fff;
    color: #102538;
    font-weight: 700;
    cursor: pointer;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-link-grid,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-link-pill,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-social-link {
    width: 44px;
    padding: 0;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-link-pill .platform-icon,
.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-social-link .platform-icon {
    width: 18px;
    height: 18px;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-inline-notice {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.45;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-inline-notice-success {
    background: rgba(67, 206, 120, 0.18);
    color: #d8ffe4;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-inline-notice-error {
    background: rgba(255, 122, 122, 0.16);
    color: #ffe1e1;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-legal {
    margin: 18px 16px 0;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    line-height: 1.5;
}

.goldcrush-presave-root.goldcrush-presave-layout-gc .gc-legal a {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-artist {
        font-size: 37px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-subtitle {
        margin-top: -8px;
        font-size: 13px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-headline {
        font-size: 20px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-description {
        font-size: 14px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-spotify-button {
        min-height: 56px;
        padding: 16px;
        font-size: 14px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-reassurance {
        font-size: 11px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-release-badge span {
        min-width: 96px;
        min-height: 96px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-page-shell {
        padding: 10px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card {
        margin: 0;
        padding: 16px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card-media {
        padding-right: 0;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-card-copy {
        gap: 16px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-video-player {
        width: auto;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-description {
        padding: 0 0 20px;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-cover-image {
        width: 50%;
    }

    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-support-grid,
    .goldcrush-presave-root.goldcrush-presave-layout-gc .gc-legal {
        margin-left: 0;
        margin-right: 0;
    }
}
