.notification-page {
    min-height: 100vh;
    color: #fff;
    padding-top: max(24px, env(safe-area-inset-top));
    padding-right: max(16px, env(safe-area-inset-right));
    padding-bottom: max(20px, env(safe-area-inset-bottom));
    padding-left: max(16px, env(safe-area-inset-left));
    background:
        radial-gradient(1200px 800px at 50% -20%, rgba(158, 20, 46, 0.65), transparent 62%),
        linear-gradient(180deg, #1a070e 0%, #0b0c15 100%);
}

.notification-shell {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    min-height: calc(100vh - max(24px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.notice-panel {
    border: 1px solid rgba(231, 157, 255, 0.55);
    border-radius: 24px;
    padding: 22px 18px 18px;
    background:
        radial-gradient(600px 320px at 0% 0%, rgba(252, 121, 182, 0.18), transparent 60%),
        radial-gradient(600px 320px at 100% 0%, rgba(136, 95, 255, 0.2), transparent 62%),
        rgba(10, 11, 22, 0.86);
    backdrop-filter: blur(12px);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.notice-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.notice-alert {
    width: 54px;
    height: 54px;
    color: #ffd84f;
    filter: drop-shadow(0 0 14px rgba(255, 216, 79, 0.5));
}

.notice-title {
    margin: 0;
    font-size: clamp(30px, 6vw, 40px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.notice-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.notice-option {
    min-height: 172px;
    border-radius: 16px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.notice-option-off {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.notice-option-on {
    border: 2px solid rgba(117, 255, 171, 0.8);
    background: linear-gradient(180deg, rgba(80, 255, 175, 0.12), rgba(80, 255, 175, 0.04));
    box-shadow: 0 0 26px rgba(84, 255, 164, 0.34);
}

.notice-option-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

.notice-option-icon-off {
    color: #c7cbd3;
}

.notice-option-icon-on {
    color: #7bffb8;
    filter: drop-shadow(0 0 12px rgba(113, 255, 175, 0.5));
}

.notice-option-title {
    margin: 0 0 4px;
    font-size: clamp(17px, 3.5vw, 22px);
    line-height: 1.14;
    font-weight: 800;
}

.notice-option-desc {
    margin: 0;
    font-size: clamp(13px, 2.9vw, 18px);
    line-height: 1.22;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 550;
}

.notice-cta-btn {
    width: 100%;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: linear-gradient(90deg, #ff639d 0%, #a95cff 100%);
    color: #fff;
    font-size: clamp(21px, 4.2vw, 27px);
    line-height: 1;
    font-weight: 750;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow:
        0 10px 30px rgba(172, 84, 255, 0.35),
        0 0 18px rgba(255, 96, 159, 0.3);
}

.notice-flow {
    border: 1px solid rgba(231, 157, 255, 0.35);
    border-radius: 20px;
    padding: 18px;
    background: rgba(10, 11, 22, 0.88);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notification-accent {
    background: linear-gradient(90deg, #ff639d 0%, #a95cff 100%);
}

@media (max-width: 430px) {
    .notice-panel {
        padding: 18px 14px 14px;
        gap: 12px;
    }

    .notice-alert {
        width: 46px;
        height: 46px;
    }

    .notice-title {
        font-size: clamp(26px, 8vw, 34px);
        line-height: 1.05;
    }

    .notice-option {
        min-height: 148px;
        padding: 12px 8px;
    }

    .notice-option-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
    }

    .notice-option-title {
        font-size: clamp(16px, 4.9vw, 20px);
    }

    .notice-option-desc {
        font-size: clamp(12px, 4.1vw, 16px);
    }

    .notice-cta-btn {
        height: 52px;
        font-size: clamp(20px, 5.8vw, 24px);
    }
}
.lcs-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0B0B0E;
}

.lcs-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
}

.lcs-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* Success Icon */
.lcs-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.lcs-icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 213, 131, 0.13) 0%, rgba(50, 213, 131, 0.02) 100%);
}

.lcs-icon-circle {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #32D583, #059669);
    box-shadow: 0 8px 24px -4px rgba(50, 213, 131, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcs-icon-check {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* Message */
.lcs-message {
    text-align: center;
}

.lcs-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #FAFAF9;
}

.lcs-subtitle {
    font-size: 14px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

.lcs-subtitle strong {
    color: #FAFAF9;
}

/* ===== Web Management Card ===== */
.lcs-web-card {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lcs-web-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lcs-web-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.lcs-web-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
}

.lcs-web-card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #4B5563;
    margin: 0;
}

.lcs-web-card-divider {
    height: 1px;
    background: #E5E7EB;
}

.lcs-web-card-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lcs-web-card-bullet {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.lcs-web-card-bullet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcs-web-card-bullet-green {
    color: #22C55E;
}

.lcs-web-card-bullet-purple {
    color: #6366F1;
}

.lcs-web-card-cta {
    width: 100%;
    height: 50px;
    border-radius: 24px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    box-shadow: 0 4px 16px -2px rgba(99, 102, 241, 0.25);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.15s, transform 0.15s;
}

.lcs-web-card-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.lcs-web-card-bookmark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background: #E8E8EC;
    border-radius: 8px;
    align-self: center;
}

.lcs-web-card-bookmark-icon {
    display: flex;
    align-items: center;
    color: #9CA3AF;
}

.lcs-web-card-bookmark-url {
    font-size: 14px;
    font-weight: 600;
    color: #6366F1;
    letter-spacing: 0.3px;
}

.lcs-web-card-bookmark-hint {
    font-size: 12px;
    color: #9CA3AF;
}

/* .lcs-apple-cancel-link styles removed: Apple cancel subscription prompt no longer shown */
.lc2s-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0A0A0F;
}

.lc2s-root {
    min-height: 100vh;
    background-color: #0A0A0F;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
}

.lc2s-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* Success Icon */
.lc2s-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.lc2s-icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 213, 131, 0.13) 0%, rgba(50, 213, 131, 0.02) 100%);
}

.lc2s-icon-circle {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #32D583, #059669);
    box-shadow: 0 8px 24px -4px rgba(50, 213, 131, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lc2s-icon-check {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* Message */
.lc2s-message {
    text-align: center;
}

.lc2s-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #FAFAF9;
}

.lc2s-subtitle {
    font-size: 14px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

.lc2s-subtitle strong {
    color: #FAFAF9;
}

/* ===== Web Management Card ===== */
.lc2s-web-card {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.lc2s-web-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lc2s-web-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.lc2s-web-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
}

.lc2s-web-card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #4B5563;
    margin: 0;
}

.lc2s-web-card-divider {
    height: 1px;
    background: #E5E7EB;
}

.lc2s-web-card-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lc2s-web-card-bullet {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.lc2s-web-card-bullet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lc2s-web-card-bullet-green {
    color: #22C55E;
}

.lc2s-web-card-bullet-purple {
    color: #6366F1;
}

.lc2s-web-card-cta {
    width: 100%;
    height: 50px;
    border-radius: 24px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    box-shadow: 0 4px 16px -2px rgba(99, 102, 241, 0.25);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.15s, transform 0.15s;
}

.lc2s-web-card-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.lc2s-web-card-bookmark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background: #E8E8EC;
    border-radius: 8px;
    align-self: center;
}

.lc2s-web-card-bookmark-icon {
    display: flex;
    align-items: center;
    color: #9CA3AF;
}

.lc2s-web-card-bookmark-url {
    font-size: 14px;
    font-weight: 600;
    color: #6366F1;
    letter-spacing: 0.3px;
}

.lc2s-web-card-bookmark-hint {
    font-size: 12px;
    color: #9CA3AF;
}

/* .lc2s-apple-cancel-link styles removed: Apple cancel subscription prompt no longer shown */
.lc2-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0A0A0F;
}

.lc2-root {
    min-height: 100vh;
    background-color: #0A0A0F;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

.lc2-main {
    max-width: 430px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

/* ===== Step 1: Intro ===== */
.lc2-intro {
    padding: 44px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
}

.lc2-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lc2-label {
    font-size: 16px;
    font-weight: 600;
    color: #8A8A8E;
    letter-spacing: 0.5px;
}

.lc2-hero-title {
    font-size: 27px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1.3;
}

.lc2-explainer {
    font-size: 12px;
    color: #8A8A8E;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Confirm banner */
.lc2-confirm-banner {
    width: 100%;
    padding: 10px 16px;
    background: #2A1215;
    border: 1px solid #5C2A2E;
    border-radius: 10px;
    color: #F0A0A0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

/* Info card */
.lc2-info-card {
    width: 100%;
    background: #161A22;
    border: 1px solid #2A3038;
    border-radius: 16px;
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.lc2-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lc2-info-header-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lc2-info-header-label {
    font-size: 11px;
    color: #6B7280;
    font-weight: 500;
}

.lc2-period-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
}

.lc2-period-badge.monthly {
    color: #60A5FA;
    background: rgba(96, 165, 250, 0.12);
}

.lc2-period-badge.yearly {
    color: #A78BFA;
    background: rgba(167, 139, 250, 0.12);
}

.lc2-info-credits {
    font-size: 18px;
    font-weight: 800;
    color: #FAFAF9;
}

.lc2-info-divider {
    height: 1px;
    background: #1E2530;
}

.lc2-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc2-info-label {
    font-size: 13px;
    color: #6B7280;
}

.lc2-info-value {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
}

.lc2-info-discount {
    font-size: 18px;
    font-weight: 800;
    color: #FF8C5A;
    letter-spacing: -0.5px;
}

/* Migration offer row (no residual) */
.lc2-offer-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0 4px;
}

.lc2-offer-badge {
    font-size: 24px;
    line-height: 1;
    animation: lc2-gift-pulse 2s ease-in-out infinite;
}

.lc2-offer-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lc2-offer-title {
    font-size: 14px;
    font-weight: 700;
    color: #FF8C5A;
}

.lc2-offer-desc {
    font-size: 12px;
    color: #8A8A8E;
    line-height: 1.4;
}

.lc2-offer-desc strong {
    color: #FF8C5A;
    font-weight: 800;
}

.lc2-info-value-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.lc2-info-amount {
    font-size: 32px;
    font-weight: 800;
    color: #00DC82;
    letter-spacing: -1.5px;
    line-height: 1;
    animation: lc2-glow-pulse 2.5s ease-in-out infinite, lc2-amount-pop 0.5s ease-out 0.3s both;
}

@keyframes lc2-amount-pop {
    0%   { transform: scale(0.6); opacity: 0; }
    60%  { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}

.lc2-credit-note {
    font-size: 11px;
    font-weight: 500;
    color: rgba(74, 222, 128, 0.4);
    text-align: right;
}

/* CTA group */
.lc2-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.lc2-teaser {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lc2-teaser-text {
    font-size: 13px;
    font-weight: 600;
    color: #B0B0B5;
}

.lc2-teaser-pct {
    font-size: 14px;
    font-weight: 800;
    color: #FF8C5A;
}

.lc2-gift-badge {
    font-size: 16px;
    line-height: 1;
    animation: lc2-gift-pulse 2s ease-in-out infinite;
}

@keyframes lc2-gift-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

.lc2-cta-red {
    width: 100%;
    height: 54px;
    border-radius: 26px;
    background: linear-gradient(180deg, #E8453C, #D63A5C);
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
}

.lc2-cta-red::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transform: skewX(-20deg);
    animation: lc2-shine 3s ease-in-out 1s infinite;
}

.lc2-cta-red:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.lc2-cta-red:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.lc2-cta-red:disabled::after {
    display: none;
}

.lc2-cta-main {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #FFFFFF;
}

.lc2-cta-sub {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.67);
}

.lc2-social-proof {
    font-size: 10px;
    font-weight: 500;
    color: #4A4A50;
    text-align: center;
    margin: 0;
}

/* ===== Step 2: Select ===== */
.lc2-select {
    padding: 16px 20px 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Top bar */
.lc2-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.lc2-back {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #FAFAF9;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}

.lc2-back:active {
    opacity: 0.6;
}

.lc2-credit-badge {
    padding: 6px 12px;
    background: rgba(74, 222, 128, 0.08);
    border: 1px solid rgba(74, 222, 128, 0.2);
    border-radius: 6px;
    color: #4ADE80;
    font-size: 12px;
    font-weight: 600;
}

/* Tab switcher */
.lc2-tabs {
    display: flex;
    background: #16161F;
    border-radius: 10px;
    padding: 3px;
    height: 36px;
}

.lc2-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 8px;
    background: none;
    color: #6B6B70;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.lc2-tab.active {
    background: #252535;
    color: #FFFFFF;
    font-weight: 600;
}

.lc2-tab-save {
    font-size: 10px;
    font-weight: 800;
    color: #4ADE80;
    background: rgba(74, 222, 128, 0.12);
    padding: 2px 6px;
    border-radius: 4px;
}

/* Billing note */
.lc2-billing-note {
    font-size: 12px;
    color: #6B6B70;
    margin-top: -4px;
    line-height: 1.4;
}

.lc2-billing-discount {
    color: #4ADE80;
    font-weight: 600;
}

/* Plan cards */
.lc2-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lc2-card {
    position: relative;
    background: #1A1A1F;
    border: 2px solid #1E1E24;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: border-color 0.2s, opacity 0.2s;
    opacity: 0.7;
    cursor: pointer;
}

.lc2-card:active {
    opacity: 0.5;
}

.lc2-card.selected {
    opacity: 1;
    border-color: #FF6B35;
    padding: 14px 16px;
    gap: 8px;
}

/* Card info row */
.lc2-card-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc2-card-credits {
    font-size: 14px;
    font-weight: 600;
    color: #FAFAF9;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.lc2-card.selected .lc2-card-credits {
    font-size: 15px;
}

.lc2-card-bonus {
    color: #4ADE80;
    font-weight: 700;
}

.lc2-card-credits-unit {
    font-size: 11px;
    font-weight: 500;
    color: #6B6B70;
}

.lc2-card-tag {
    font-size: 9px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 4px;
    color: #9898A6;
    background: rgba(150, 150, 160, 0.12);
    margin-left: 2px;
}

.lc2-card-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.lc2-card-discount {
    font-size: 11px;
    font-weight: 800;
    color: #FF8C5A;
    background: #3D1F0F;
    padding: 2px 8px;
    border-radius: 5px;
    align-self: center;
}

.lc2-card-price-value {
    font-size: 16px;
    font-weight: 800;
    color: #4ADE80;
}

.lc2-card.selected .lc2-card-price-value {
    font-size: 18px;
}

.lc2-card-price-period {
    font-size: 11px;
    color: #6B6B70;
}

.lc2-card.selected .lc2-card-price-period {
    font-size: 12px;
}

/* Breakdown */
.lc2-breakdown {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 10px;
    border-top: 1px solid #1E1E22;
}

.lc2-bd-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #6B6B70;
}

.lc2-bd-row.discount {
    color: #4ADE80;
}

.lc2-bd-row.total {
    font-weight: 700;
    color: #FAFAF9;
    font-size: 12px;
    padding-top: 6px;
    border-top: 1px solid #1E1E22;
    margin-top: 2px;
}

/* Sticky bottom */
.lc2-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 20px 28px;
    background: linear-gradient(180deg, rgba(10,10,15,0) 0%, #0A0A0F 15%, #0A0A0F 100%);
}

.lc2-sticky-inner {
    max-width: 430px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.lc2-sticky-inner .lc2-cta-btn {
    margin-top: 0;
}

.lc2-sticky-inner .lc2-renew-note {
    margin-top: -4px;
}

/* Bonus pill */
.lc2-bonus-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.18);
}

.lc2-bonus-emoji {
    font-size: 16px;
}

.lc2-bonus-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.lc2-bonus-top {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lc2-bonus-num-badge {
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    background: #D97706;
    padding: 2px 10px;
    border-radius: 6px;
    letter-spacing: -0.5px;
    animation: lc2-bonus-pop 0.35s ease-out;
}

.lc2-bonus-label {
    font-size: 12px;
    font-weight: 600;
    color: #C9943F;
}

.lc2-bonus-sub {
    font-size: 10px;
    font-weight: 500;
    color: #6B6B70;
}

.lc2-bonus-sub .lc2-bonus-limited {
    color: #FF8A80;
    font-weight: 600;
}

/* CTA button (step 2) */
.lc2-cta-btn {
    width: 100%;
    height: 54px;
    border-radius: 26px;
    background: #E8453C;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.lc2-cta-btn::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    animation: lc2-shine 3s ease-in-out 1s infinite;
}

.lc2-cta-btn:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.lc2-cta-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.lc2-cta-btn:disabled::after {
    display: none;
}

.lc2-renew-note {
    text-align: center;
    font-size: 11px;
    color: #6B6B70;
}

/* ===== Animations ===== */
@keyframes lc2-shine {
    0% { left: -30%; }
    60% { left: 110%; }
    100% { left: 110%; }
}

@keyframes lc2-glow-pulse {
    0%, 100% {
        text-shadow: 0 0 8px rgba(0, 220, 130, 0.15);
    }
    50% {
        text-shadow: 0 0 18px rgba(0, 220, 130, 0.4), 0 0 40px rgba(0, 220, 130, 0.12);
    }
}

/* Fade-in-up */
.lc2-anim-up {
    opacity: 0;
    transform: translateY(18px);
    animation: lc2-fade-up 0.5s ease-out forwards;
}

.lc2-anim-d1 { animation-delay: 0.08s; }
.lc2-anim-d2 { animation-delay: 0.16s; }
.lc2-anim-d3 { animation-delay: 0.24s; }
.lc2-anim-d4 { animation-delay: 0.36s; }

@keyframes lc2-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lc2-bonus-pop {
    0%   { transform: scale(0.7); opacity: 0; }
    50%  { transform: scale(1.12); }
    100% { transform: scale(1); opacity: 1; }
}

/* ===== Skip link (go to picplus.ai) ===== */
.lc2-skip-link {
    display: block;
    margin: 8px auto 0;
    padding: 4px 0;
    background: none;
    border: none;
    color: #A1A1AA;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.lc2-skip-link:hover {
    color: #D4D4D8;
}

.lc2-skip-link-highlight {
    color: #E4E4E7;
}
.lastcall-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0B0B0E;
}

.lastcall-root {
    min-height: 100vh;
    background-color: #09090B;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

/* Background ambient glow */
.lastcall-root::before,
.lastcall-root::after {
    content: '';
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    z-index: 0;
}

.lastcall-root::before {
    width: 200px;
    height: 200px;
    background: rgba(124, 58, 237, 0.08);
    top: -60px;
    right: -40px;
}

.lastcall-root::after {
    width: 160px;
    height: 160px;
    background: rgba(255, 107, 61, 0.05);
    bottom: 100px;
    left: -60px;
}

.lastcall-main {
    position: relative;
    z-index: 1;
}

.lastcall-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 16px 20px 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Warning / Error State */
.lastcall-warning {
    text-align: center;
    padding: 16px 0 4px;
}

.lastcall-warning-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.lastcall-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
    color: #FAFAF9;
    line-height: 1.3;
}

.lastcall-subtitle {
    font-size: 13px;
    color: #8A8A8E;
    margin: 0;
    line-height: 1.6;
}

/* CTA Button */
.lastcall-cta {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(135deg, #FF6B3D, #FF3575);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.lastcall-cta::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    animation: lc-shine 3s ease-in-out 1s infinite;
}

.lastcall-cta:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.lastcall-cta:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.lastcall-cta:disabled::after {
    display: none;
}

/* ===== Step 1: Intro ===== */
.lc-intro {
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 44px 24px 32px;
}

/* Title group */
.lc-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lc-label {
    font-size: 16px;
    font-weight: 600;
    color: #8A8A8E;
    letter-spacing: 0.5px;
}

.lc-hero-title {
    font-size: 27px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1.3;
}

/* Explainer */
.lc-explainer {
    font-size: 12px;
    color: #8A8A8E;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

/* Warning banner */
.lc-warning-banner {
    width: 100%;
    padding: 10px 16px;
    background: #2A1215;
    border: 1px solid #5C2A2E;
    border-radius: 10px;
    color: #F0A0A0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

/* Subscription info card */
.lc-info-card {
    width: 100%;
    background: #161A22;
    border: 1px solid #2A3038;
    border-radius: 16px;
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.lc-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lc-info-label {
    font-size: 13px;
    color: #6B7280;
}

.lc-info-value {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
}

.lc-info-divider {
    height: 1px;
    background: #1E2530;
}

.lc-credit-note {
    font-size: 11px;
    font-weight: 500;
    color: rgba(74, 222, 128, 0.4);
    text-align: right;
}

/* Discount hero (no-credit variant) */
.lc-discount-hero {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    text-align: center;
    background: linear-gradient(135deg, #FF6B3D, #FF3575);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* CTA group */
.lc-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.lc-gift-badge {
    font-size: 16px;
    line-height: 1;
    animation: lc-gift-pulse 2s ease-in-out infinite;
}

.lc-teaser-text {
    font-size: 13px;
    font-weight: 600;
    color: #B0B0B5;
}

.lc-teaser-pct {
    font-size: 14px;
    font-weight: 800;
    color: #FF8C5A;
}

/* Red CTA button — two-level */
.lc-cta-red {
    width: 100%;
    height: 54px;
    border-radius: 26px;
    background: linear-gradient(180deg, #E8453C, #D63A5C);
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
}

.lc-cta-main {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #FFFFFF;
}

.lc-cta-sub {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.67);
}

.lc-cta-red::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transform: skewX(-20deg);
    animation: lc-shine 3s ease-in-out 1s infinite;
}

.lc-cta-red:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.lc-cta-red:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.lc-cta-red:disabled::after {
    display: none;
}

/* Social proof */
.lc-social-proof {
    font-size: 10px;
    font-weight: 500;
    color: #4A4A50;
    text-align: center;
    margin: 0;
}

/* Action card — purple (kept for backward compat) */
.lc-action-card {
    width: 100%;
    padding: 22px 28px;
    background: #16132A;
    border: 1.5px solid #4338CA;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.lc-action-icon {
    color: #A78BFA;
    line-height: 1;
}

.lc-action-text {
    font-size: 14px;
    color: #9CA3AF;
    line-height: 1.55;
}

.lc-action-highlight {
    font-size: 15px;
    font-weight: 700;
    color: #E2D6FF;
    line-height: 1.3;
}

/* ===== Intro Animations ===== */

/* Fade-in-up base */
.lc-anim-up {
    opacity: 0;
    transform: translateY(18px);
    animation: lc-fade-up 0.5s ease-out forwards;
}

.lc-anim-d1 { animation-delay: 0.08s; }
.lc-anim-d2 { animation-delay: 0.16s; }
.lc-anim-d3 { animation-delay: 0.24s; }
.lc-anim-d4 { animation-delay: 0.36s; }

@keyframes lc-fade-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* $45.50 green glow pulse */
@keyframes lc-glow-pulse {
    0%, 100% {
        text-shadow: 0 0 8px rgba(0, 220, 130, 0.15);
    }
    50% {
        text-shadow: 0 0 18px rgba(0, 220, 130, 0.4), 0 0 40px rgba(0, 220, 130, 0.12);
    }
}

/* Amount pop-in */
.lc-info-amount {
    font-size: 32px;
    font-weight: 800;
    color: #00DC82;
    letter-spacing: -1.5px;
    line-height: 1;
    animation: lc-glow-pulse 2.5s ease-in-out infinite, lc-amount-pop 0.5s ease-out 0.3s both;
}

@keyframes lc-amount-pop {
    0%   { transform: scale(0.6); opacity: 0; }
    60%  { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}

/* Teaser shimmer */
.lc-teaser {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lc-teaser::after {
    content: '';
    position: absolute;
    left: -40%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,140,90,0.12), transparent);
    transform: skewX(-15deg);
    animation: lc-teaser-shimmer 4s ease-in-out 2s infinite;
}

@keyframes lc-teaser-shimmer {
    0%   { left: -40%; opacity: 0; }
    15%  { opacity: 1; }
    50%  { left: 110%; opacity: 0; }
    100% { left: 110%; opacity: 0; }
}

/* Intro twinkle dots container */
.lc-intro-dots {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

/* Gift emoji pulse */
@keyframes lc-gift-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* ===== Step 2: Select ===== */
/* Credit applied badge */
.lc-credit-badge {
    align-self: flex-start;
    padding: 6px 12px;
    background: rgba(74, 222, 128, 0.08);
    border: 1px solid rgba(74, 222, 128, 0.2);
    border-radius: 6px;
    color: #4ADE80;
    font-size: 12px;
    font-weight: 600;
}

/* Top bar */
.lc-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 4px;
}

.lc-back {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #FAFAF9;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}

.lc-back:active {
    opacity: 0.6;
}

.lc-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #FAFAF9;
    text-align: center;
    position: relative;
}


.lc-title-accent {
    background: linear-gradient(135deg, #FF6B3D, #FF3575);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Plan Card */
.lc-card {
    position: relative;
    background: #1A1A1F;
    border: 2px solid #1E1E24;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color 0.2s, background 0.2s;
    opacity: 0.55;
}

.lc-card.selected {
    opacity: 1;
    background: #1A1A1F;
    border-color: var(--card-accent, #2A2A2E);
    box-shadow: 0 0 20px -4px var(--card-glow, rgba(255,255,255,0.1)), 0 0 40px -8px var(--card-glow-soft, rgba(255,255,255,0.05));
    animation: lc-card-glow 3s ease-in-out infinite;
}

/* Card Top: icon + name + tag + discount — all one line */
.lc-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lc-tier-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #2A2A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    transition: background 0.15s;
}

.lc-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #FAFAF9;
    transition: color 0.2s;
}

.lc-card:not(.selected) .lc-card-name {
    color: #8A8A8E;
}

.lc-card:not(.selected) .lc-card-hero {
    color: #8A8A8E;
}

.lc-card:not(.selected) .lc-discount-tag {
    opacity: 0.6;
}

.lc-card-tag {
    font-size: 10px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 4px;
    flex-shrink: 0;
}

.lc-card-tag.current {
    color: #818CF8;
    background: rgba(99, 102, 241, 0.12);
}

.lc-discount-tag {
    font-size: 12px;
    font-weight: 800;
    color: #4ADE80;
    background: #14532D;
    padding: 3px 10px;
    border-radius: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

/* Price */
.lc-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.lc-card-original {
    font-size: 13px;
    color: #8B4444;
    text-decoration: line-through;
}

.lc-card-hero {
    font-size: 26px;
    font-weight: 800;
    color: #FAFAF9;
    letter-spacing: -1px;
    line-height: 1;
}

.lc-card-period {
    font-size: 13px;
    color: #6B6B70;
}

.lc-cycle-note {
    font-size: 11px;
    color: #4A4A50;
}

/* Features */
.lc-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    padding-top: 10px;
    border-top: 1px solid #1E1E22;
}

.lc-card-feat {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #8A8A8E;
}

.lc-feat-check {
    color: #4ADE80;
    font-size: 10px;
}

/* Breakdown */
.lc-card-breakdown {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 10px;
    border-top: 1px solid #1E1E22;
}

.lc-bd-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #6B6B70;
}

.lc-bd-row.discount { color: #4ADE80; }
.lc-bd-row.credit { color: #4ADE80; }

.lc-bd-row.total {
    font-weight: 700;
    color: #FAFAF9;
    font-size: 12px;
    padding-top: 6px;
    border-top: 1px solid #1E1E22;
    margin-top: 2px;
}

/* Card button wrapper */
.lc-card-btn {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    color: inherit;
}

/* Renew note */
.lc-renew-note {
    text-align: center;
    font-size: 11px;
    color: #3A3A40;
    margin: 4px 0 0;
}

/* Sticky bottom bar */
.lc-sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to top, #0B0B0E 70%, transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.lc-sticky-bottom .lastcall-cta {
    max-width: 390px;
}

/* ===== Non-Member Sale Page ===== */
.lc-nm {
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 28px 20px 24px;
    position: relative;
}


/* Sale badge */
/* Badge wrapper — positions floating icons */
.lc-nm-badge-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lc-nm-float-icon {
    position: absolute;
    font-size: 14px;
    animation: lc-float 2.5s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.7;
}
.lc-nm-float-tl { top: -14px; left: -12px; animation-delay: 0s; color: #FBBF24; }
.lc-nm-float-tr { top: -10px; right: -14px; animation-delay: 0.4s; color: #A855F7; }
.lc-nm-float-bl { bottom: -8px; left: 4px; animation-delay: 0.8s; color: #FF6B3D; }

@keyframes lc-float {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.7; }
    50% { transform: translateY(-6px) scale(1.15); opacity: 1; }
}

.lc-nm-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(255, 107, 61, 0.25), rgba(255, 53, 117, 0.25));
    border: 1.5px solid rgba(255, 107, 61, 0.5);
    box-shadow: 0 0 20px rgba(255, 107, 61, 0.15), 0 0 40px rgba(255, 53, 117, 0.08);
}

.lc-nm-badge-flame {
    font-size: 13px;
    line-height: 1;
}

.lc-nm-badge-text {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #FF6B3D, #FF3575);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Hero wrap — stacked layout */
.lc-nm-hero-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.lc-nm-hero {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0;
    line-height: 1.3;
    color: #FAFAF9;
    text-align: center;
}

.lc-nm-hero-price {
    font-size: 42px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -2px;
    line-height: 1.1;
    background: linear-gradient(135deg, #FBBF24 0%, #FF6B3D 50%, #FF3575 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-flex;
    align-items: baseline;
}

.lc-nm-hero-period {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    opacity: 0.7;
    margin-left: 2px;
}

/* Subtitle + FOMO */
.lc-nm-sub-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.lc-nm-sub {
    font-size: 13px;
    font-weight: 500;
    color: #A1A1AA;
    margin: 0;
    line-height: 1.5;
}

/* Countdown bar */
.lc-nm-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0.15), rgba(249, 115, 22, 0.15));
    border: 1px solid rgba(239, 68, 68, 0.3);
    width: 100%;
    justify-content: center;
}

.lc-nm-countdown-icon {
    font-size: 16px;
    line-height: 1;
    animation: lc-pulse 1.5s ease-in-out infinite;
}

@keyframes lc-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.lc-nm-countdown-label {
    font-size: 12px;
    font-weight: 600;
    color: #FBBF24;
    letter-spacing: 0.3px;
}

.lc-nm-countdown-digits {
    display: flex;
    align-items: center;
    gap: 2px;
}

.lc-nm-cd-block {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(251, 191, 36, 0.3);
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #FB923C;
    min-width: 28px;
    text-align: center;
    letter-spacing: 1px;
}

.lc-nm-cd-sep {
    font-size: 14px;
    font-weight: 800;
    color: #FB923C;
    opacity: 0.6;
}

/* Compact plan cards */
.lc-nm-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/* Base compact card (weekly / super) */
.lc-nm-card {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background: #1A1A1F;
    border: 2px solid #1E1E24;
    border-radius: 14px;
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color 0.2s, opacity 0.2s;
    opacity: 0.55;
    text-align: left;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}

.lc-nm-card.selected {
    opacity: 1;
    box-shadow: 0 0 20px -4px var(--card-glow, rgba(255,255,255,0.1)), 0 0 40px -8px var(--card-glow-soft, rgba(255,255,255,0.05));
    animation: lc-card-glow 3s ease-in-out infinite;
}

@keyframes lc-card-glow {
    0%, 100% { box-shadow: 0 0 20px -4px var(--card-glow, rgba(255,255,255,0.1)), 0 0 40px -8px var(--card-glow-soft, rgba(255,255,255,0.05)); }
    50% { box-shadow: 0 0 28px -2px var(--card-glow, rgba(255,255,255,0.15)), 0 0 52px -6px var(--card-glow-soft, rgba(255,255,255,0.08)); }
}

/* ---- Expanded selected card (any plan) ---- */
.lc-nm-card.lc-nm-card-expanded {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    background: linear-gradient(160deg, rgba(30, 19, 56, 0.6) 0%, #16132A 50%, rgba(26, 16, 40, 0.6) 100%);
    border-radius: 16px;
    padding: 18px 20px;
}

.lc-nm-card-expanded .lc-nm-card-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
}

.lc-nm-card-expanded .lc-nm-card-icon svg {
    width: 20px;
    height: 20px;
}

.lc-nm-card-expanded .lc-nm-card-name {
    font-size: 18px;
}

.lc-nm-card-expanded .lc-nm-off-badge {
    margin-left: auto;
}

.lc-nm-card-expanded .lc-nm-off-badge span {
    font-size: 11px;
}

.lc-nm-card-expanded .lc-nm-price {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #FAFAF9;
    margin-left: 0;
}

.lc-nm-card-expanded .lc-nm-orig {
    font-size: 14px;
    color: #6B6B70;
}

.lc-nm-card-expanded .lc-nm-period {
    font-size: 14px;
    color: #6B6B70;
}


/* Compact card inner layout */
.lc-nm-card-top {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

/* Price pushed right on compact (unselected) cards */
.lc-nm-card:not(.lc-nm-card-expanded) .lc-nm-price {
    margin-left: auto;
    font-size: 18px;
    font-weight: 800;
}

.lc-nm-card:not(.lc-nm-card-expanded) .lc-nm-period {
    font-size: 11px;
}

.lc-nm-card-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #2A2A2E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
}

.lc-nm-card-name {
    font-size: 14px;
    font-weight: 700;
    color: #FAFAF9;
    transition: color 0.2s;
}

.lc-nm-card:not(.selected) .lc-nm-card-name {
    color: #8A8A8E;
}

.lc-nm-card-popular {
    font-size: 10px;
    font-weight: 700;
    color: #A78BFA;
    background: rgba(167, 139, 250, 0.12);
    padding: 2px 7px;
    border-radius: 8px;
}

.lc-nm-off-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 10px;
    background: rgba(255, 107, 61, 0.15);
    border: 1px solid rgba(255, 107, 61, 0.3);
    flex-shrink: 0;
}

/* On expanded card, push off-badge right */
.lc-nm-card-expanded .lc-nm-off-badge {
    margin-left: auto;
}

.lc-nm-off-badge span {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #FF8A65;
}

.lc-nm-card:not(.selected) .lc-nm-off-badge {
    opacity: 0.6;
}

.lc-nm-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.lc-nm-price {
    font-size: 24px;
    font-weight: 800;
    color: #FAFAF9;
    letter-spacing: -0.5px;
    line-height: 1;
}

.lc-nm-card:not(.selected) .lc-nm-price {
    font-size: 20px;
    color: #8A8A8E;
}

.lc-nm-period {
    font-size: 12px;
    color: #6B6B70;
}

.lc-nm-orig {
    font-size: 12px;
    color: #6B6B70;
    text-decoration: line-through;
}

.lc-nm-cycle {
    font-size: 10px;
    color: #4A4A50;
}

/* Expanded card feature points */
.lc-nm-feats {
    display: flex;
    gap: 12px;
    padding-top: 4px;
}

.lc-nm-feat {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #A1A1AA;
}

.lc-nm-feat-check {
    color: #4ADE80;
    font-size: 11px;
}

/* Feature bar */
.lc-nm-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding: 2px 0;
}

.lc-nm-feat-item {
    font-size: 11px;
    font-weight: 500;
    color: #6B6B70;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lc-nm-feat-icon {
    font-size: 12px;
    line-height: 1;
}

/* Non-member CTA — golden */
.lc-nm-cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.lc-nm-cta-gold {
    width: 100%;
    height: 54px;
    border-radius: 27px;
    background: linear-gradient(180deg, #FBBF24, #F59E0B);
    box-shadow: 0 8px 24px -4px rgba(251, 191, 36, 0.3), 0 0 0 1px rgba(251, 191, 36, 0.1);
    border: none;
    color: #09090B;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    letter-spacing: 0.2px;
}

.lc-nm-cta-gold::after {
    content: '';
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-20deg);
    animation: lc-shine 3s ease-in-out 1s infinite;
}

.lc-nm-cta-gold:active {
    opacity: 0.85;
    transform: scale(0.98);
}

.lc-nm-cta-gold:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.lc-nm-cta-gold:disabled::after {
    display: none;
}

/* Social proof — stars */
.lc-nm-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    color: #4A4A50;
}

.lc-nm-stars {
    color: #FBBF24;
    font-size: 10px;
    letter-spacing: 1px;
}

/* Sparkle container — covers the whole non-member page */
.lc-nm-sparkles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.lc-nm-sparkle {
    position: absolute;
    font-style: normal;
    animation: lc-confetti-fall linear infinite;
    opacity: 0;
    filter: blur(0.3px);
}

@keyframes lc-confetti-fall {
    0%   { transform: translateY(-20px) translateX(0) rotate(0deg) scale(0); opacity: 0; }
    5%   { opacity: 1; transform: translateY(0) translateX(0) rotate(15deg) scale(1); }
    25%  { transform: translateY(25vh) translateX(15px) rotate(120deg) scale(1); opacity: 0.9; }
    50%  { transform: translateY(50vh) translateX(-10px) rotate(240deg) scale(0.85); opacity: 0.7; }
    75%  { transform: translateY(75vh) translateX(12px) rotate(320deg) scale(0.6); opacity: 0.4; }
    100% { transform: translateY(105vh) translateX(-8px) rotate(400deg) scale(0.3); opacity: 0; }
}

/* Stationary twinkle dots */
.lc-nm-sparkle-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    pointer-events: none;
    animation: lc-twinkle ease-in-out infinite;
}

@keyframes lc-twinkle {
    0%, 100% { opacity: 0.15; transform: scale(0.7); }
    50%      { opacity: 0.9; transform: scale(1.5); }
}

/* ===== Animations ===== */
@keyframes lc-shine {
    0% { left: -30%; opacity: 0; }
    20% { opacity: 1; }
    40% { left: 100%; opacity: 0; }
    100% { left: 100%; opacity: 0; }
}

/* ===== Skip link (go to picplus.ai) ===== */
.lc-skip-link {
    display: block;
    margin: 8px auto 0;
    padding: 4px 0;
    background: none;
    border: none;
    color: #A1A1AA;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.lc-skip-link:hover {
    color: #D4D4D8;
}

.lc-skip-link-highlight {
    color: #E4E4E7;
}

/* ===== Expand / collapse more plans ===== */
.lc-nm-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    color: #6B6B70;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 14px;
    font-family: inherit;
    transition: color 0.2s;
}

.lc-nm-expand-btn:hover {
    color: #A1A1AA;
}

.lc-nm-expand-arrow {
    display: inline-block;
    font-size: 10px;
    transition: transform 0.2s;
}

.lc-nm-expand-arrow.open {
    transform: rotate(180deg);
}

/* Extra plans that appear on expand */
.lc-nm-extra-cards {
    gap: 8px;
}

/* Compact card style for Annual / Super in expanded area */
.lc-nm-card.lc-nm-card-compact {
    padding: 12px 14px;
    border-radius: 12px;
    opacity: 0.7;
    border-width: 1px;
}

.lc-nm-card.lc-nm-card-compact.selected {
    opacity: 1;
    border-width: 2px;
}
.tap-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0B0B0E;
}

.tap-shop-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    padding: 24px 0 40px;
}

.tap-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

.tap-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

/* Confetti */
.tap-confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.tap-confetti-piece {
    position: absolute;
    top: -10px;
    border-radius: 2px;
    animation: tap-confetti-fall linear forwards;
    opacity: 0.9;
}

@keyframes tap-confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* Success Icon */
.tap-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.tap-icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 213, 131, 0.13) 0%, rgba(50, 213, 131, 0.02) 100%);
}

.tap-icon-circle {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #32D583, #059669);
    box-shadow: 0 8px 24px -4px rgba(50, 213, 131, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tap-icon-check {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* Message */
.tap-message {
    text-align: center;
}

.tap-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #FAFAF9;
}

.tap-subtitle {
    font-size: 14px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

.tap-subtitle strong {
    color: #FAFAF9;
}

/* Notice Card */
.tap-notice-card {
    width: 100%;
    background: rgba(255, 181, 71, 0.07);
    border: 1px solid rgba(255, 181, 71, 0.19);
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tap-notice-title {
    font-size: 13px;
    font-weight: 600;
    color: #FFB547;
}

.tap-notice-desc {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 181, 71, 0.8);
    margin: 0;
}

.tap-notice-desc strong {
    color: #FFB547;
}

/* Bind Section */
.tap-bind-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tap-bonus-text {
    font-size: 13px;
    line-height: 1.5;
    color: #6B6B70;
    text-align: center;
    margin: 0;
}

.tap-bonus-text strong {
    color: #FAFAF9;
}

.tap-why-link {
    font-size: 12px;
    line-height: 1.5;
    color: #4A4A50;
    text-align: center;
    margin: 0;
}

.tap-why-link strong {
    color: #6B6B70;
}

.tap-bind-cta {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    box-shadow: 0 8px 24px -4px rgba(99, 102, 241, 0.3);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
    font-family: inherit;
}

.tap-bind-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.tap-already-bound {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(50, 213, 131, 0.08);
    border: 1px solid rgba(50, 213, 131, 0.2);
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: #32D583;
    width: 100%;
}

.tap-bound-check {
    font-size: 18px;
    flex-shrink: 0;
}

.tap-web-link {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #6366F1;
    text-decoration: none;
    cursor: pointer;
}

.tap-web-link:active {
    opacity: 0.7;
}

.tap-web-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tap-back-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    height: 44px;
    padding: 0 24px;
    color: #FAFAF9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
}

.tap-back-btn:active {
    background: rgba(255, 255, 255, 0.05);
}

/* Form */
.tap-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tap-form-back {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #FAFAF9;
    cursor: pointer;
    padding: 4px;
}

.tap-form-back:active {
    opacity: 0.6;
}

.tap-bind-header {
    text-align: center;
    margin-bottom: 4px;
}

.tap-bind-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #FAFAF9;
}

.tap-bind-desc {
    font-size: 13px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

/* Why Bind Card */
.tap-why-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
}

.tap-why-title {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(99, 102, 241, 0.8);
    margin: 0 0 8px;
}

.tap-why-item {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(250, 250, 249, 0.8);
    margin: 0;
}

.tap-why-item strong {
    color: #FAFAF9;
}

.tap-why-note {
    font-size: 11px;
    font-weight: 500;
    color: rgba(99, 102, 241, 0.7);
    margin: 6px 0 0;
}

.tap-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tap-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(250, 250, 249, 0.5);
    margin-left: 4px;
}

.tap-input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #FAFAF9;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}

.tap-input:focus {
    border-color: rgba(99, 102, 241, 0.6);
    background: rgba(255, 255, 255, 0.08);
}

.tap-input:disabled {
    opacity: 0.5;
}

.tap-resend-row {
    display: flex;
    justify-content: flex-end;
}

.tap-resend {
    background: none;
    border: none;
    color: #6366F1;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}

.tap-resend:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tap-form-cta {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
    font-family: inherit;
}

.tap-form-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.tap-form-cta:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tap-loading {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    color: #6B6B70;
    background-color: #0B0B0E;
}

.tap-shop-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    padding: 24px 0 40px;
}

.tap-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
    position: relative;
    overflow: hidden;
}

.tap-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

/* Confetti */
.tap-confetti {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.tap-confetti-piece {
    position: absolute;
    top: -10px;
    border-radius: 2px;
    animation: tap-confetti-fall linear forwards;
    opacity: 0.9;
}

@keyframes tap-confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* Success Icon */
.tap-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.tap-icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 213, 131, 0.13) 0%, rgba(50, 213, 131, 0.02) 100%);
}

.tap-icon-circle {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #32D583, #059669);
    box-shadow: 0 8px 24px -4px rgba(50, 213, 131, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tap-icon-check {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* Message */
.tap-message {
    text-align: center;
}

.tap-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #FAFAF9;
}

.tap-subtitle {
    font-size: 14px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

.tap-subtitle strong {
    color: #FAFAF9;
}

/* Notice Card */
.tap-notice-card {
    width: 100%;
    background: rgba(255, 181, 71, 0.07);
    border: 1px solid rgba(255, 181, 71, 0.19);
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tap-notice-title {
    font-size: 13px;
    font-weight: 600;
    color: #FFB547;
}

.tap-notice-desc {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 181, 71, 0.8);
    margin: 0;
}

.tap-notice-desc strong {
    color: #FFB547;
}

/* Bind Section */
.tap-bind-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tap-bonus-text {
    font-size: 13px;
    line-height: 1.5;
    color: #6B6B70;
    text-align: center;
    margin: 0;
}

.tap-bonus-text strong {
    color: #FAFAF9;
}

.tap-why-link {
    font-size: 12px;
    line-height: 1.5;
    color: #4A4A50;
    text-align: center;
    margin: 0;
}

.tap-why-link strong {
    color: #6B6B70;
}

.tap-bind-cta {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    box-shadow: 0 8px 24px -4px rgba(99, 102, 241, 0.3);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
    font-family: inherit;
}

.tap-bind-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.tap-already-bound {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(50, 213, 131, 0.08);
    border: 1px solid rgba(50, 213, 131, 0.2);
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 14px;
    color: #32D583;
    width: 100%;
}

.tap-bound-check {
    font-size: 18px;
    flex-shrink: 0;
}

.tap-web-link {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #6366F1;
    text-decoration: none;
    cursor: pointer;
}

.tap-web-link:active {
    opacity: 0.7;
}

.tap-web-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tap-back-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    height: 44px;
    padding: 0 24px;
    color: #FAFAF9;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
}

.tap-back-btn:active {
    background: rgba(255, 255, 255, 0.05);
}

/* Form */
.tap-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tap-form-back {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #FAFAF9;
    cursor: pointer;
    padding: 4px;
}

.tap-form-back:active {
    opacity: 0.6;
}

.tap-bind-header {
    text-align: center;
    margin-bottom: 4px;
}

.tap-bind-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #FAFAF9;
}

.tap-bind-desc {
    font-size: 13px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

/* Why Bind Card */
.tap-why-card {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 16px;
}

.tap-why-title {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(99, 102, 241, 0.8);
    margin: 0 0 8px;
}

.tap-why-item {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(250, 250, 249, 0.8);
    margin: 0;
}

.tap-why-item strong {
    color: #FAFAF9;
}

.tap-why-note {
    font-size: 11px;
    font-weight: 500;
    color: rgba(99, 102, 241, 0.7);
    margin: 6px 0 0;
}

.tap-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tap-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(250, 250, 249, 0.5);
    margin-left: 4px;
}

.tap-input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #FAFAF9;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}

.tap-input:focus {
    border-color: rgba(99, 102, 241, 0.6);
    background: rgba(255, 255, 255, 0.08);
}

.tap-input:disabled {
    opacity: 0.5;
}

.tap-resend-row {
    display: flex;
    justify-content: flex-end;
}

.tap-resend {
    background: none;
    border: none;
    color: #6366F1;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}

.tap-resend:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tap-form-cta {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.15s;
    font-family: inherit;
}

.tap-form-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}

.tap-form-cta:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
/* Animations used by the email-bind and success steps (self-contained, no dependency on transfer.css) */
@keyframes t3-gradient-flow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes t3-border-glow {
    0%, 100% { opacity: 0.4; filter: blur(20px); transform: scale(0.95); }
    50% { opacity: 0.7; filter: blur(28px); transform: scale(1.05); }
}
@keyframes t3-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.t3-animate-gradient-flow {
    background-size: 200% 200%;
    animation: t3-gradient-flow 3s linear infinite;
}
.t3-animate-border-glow {
    animation: t3-border-glow 3s ease-in-out infinite;
}
.t3-shimmer-effect {
    position: relative;
    overflow: hidden;
}
.t3-shimmer-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: t3-shimmer 1.5s infinite;
}

.transfer3-page {
    min-height: 100dvh;
    background: #0a0416 url('/transfer-v2/background.png') center / cover no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.transfer3-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 75% at 50% -10%, rgba(255, 109, 199, 0.3) 0%, rgba(255, 109, 199, 0) 58%),
        radial-gradient(90% 70% at 10% 100%, rgba(133, 80, 255, 0.22) 0%, rgba(133, 80, 255, 0) 64%);
    pointer-events: none;
    z-index: 0;
}

.transfer3-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(4, 2, 10, 0.34) 100%);
    pointer-events: none;
    z-index: 0;
}

.transfer3-canvas {
    width: min(100vw, 602px);
    aspect-ratio: 602 / 1024;
    position: relative;
    overflow: hidden;
    will-change: transform;
    z-index: 1;
}

.transfer3-gallery {
    position: absolute;
    width: 58%;
    right: 1%;
    top: 18%;
    filter: saturate(1.06) contrast(1.03) drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
    will-change: transform, opacity, filter;
    animation: transfer3-enter-gallery 860ms cubic-bezier(0.37, 0, 0.22, 1) both,
        transfer3-float-gallery 6.2s cubic-bezier(0.37, 0, 0.22, 1) 960ms infinite;
    cursor: pointer;
    transition:
        transform 220ms ease,
        filter 220ms ease,
        z-index 160ms ease;
}

.transfer3-hero-image {
    position: absolute;
    width: 65.8%;
    left: 4%;
    top: 6.5%;
    z-index: 2;
    filter: saturate(1.06) contrast(1.05) drop-shadow(0 20px 38px rgba(0, 0, 0, 0.42));
    will-change: transform, opacity, filter;
    animation: transfer3-enter-hero 780ms cubic-bezier(0.37, 0, 0.22, 1) both,
        transfer3-float-hero 4.8s cubic-bezier(0.37, 0, 0.22, 1) 840ms infinite;
    cursor: pointer;
    transition:
        transform 220ms ease,
        filter 220ms ease,
        z-index 160ms ease;
}

.transfer3-feature-active {
    z-index: 3;
    transform: translate3d(0, -2px, 0) scale(1.02);
    filter:
        saturate(1.08)
        contrast(1.05)
        drop-shadow(0 0 0.6px #ef9bff)
        drop-shadow(0 0 4px rgba(228, 112, 255, 0.46))
        drop-shadow(0 24px 46px rgba(0, 0, 0, 0.48));
}

.transfer3-feature-inactive {
    z-index: 1;
    transform: translate3d(0, 0, 0) scale(0.98);
    filter: saturate(1) contrast(1) opacity(0.95) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.transfer3-swap-image.transfer3-feature-inactive {
    filter: saturate(1) contrast(1) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
    opacity: 1;
}

.transfer3-swap-image.transfer3-feature-active {
    opacity: 1;
}

.transfer3-diagonal-label {
    position: absolute;
    left: 15.2%;
    top: 11.2%;
    z-index: 3;
    margin: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(18, 12, 34, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.24);
    font-size: clamp(11px, 2.2vw, 13px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #ffffff;
    -webkit-text-stroke: 0;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.58),
        0 2px 8px rgba(0, 0, 0, 0.42);
    transform: rotate(-12deg);
    pointer-events: none;
}

.transfer3-panel-bg {
    position: absolute;
    left: 0;
    top: 69.1%;
    width: 100%;
    z-index: 3;
    filter: drop-shadow(0 -10px 30px rgba(0, 0, 0, 0.28));
    opacity: 0;
    pointer-events: none;
}

.transfer3-icon-webonly {
    position: absolute;
    left: 0;
    right: 0;
    top: 61.2%;
    width: max-content;
    margin-inline: auto;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
    will-change: transform, opacity, filter;
    animation: transfer3-enter-logo 760ms cubic-bezier(0.37, 0, 0.22, 1) 220ms both,
        transfer3-float-logo 3.6s cubic-bezier(0.37, 0, 0.22, 1) 1.12s infinite;
}

.transfer3-logo-img {
    width: clamp(52px, 13vw, 62px);
    height: clamp(52px, 13vw, 62px);
    object-fit: contain;
    flex: 0 0 auto;
}

.transfer3-icon-webonly-text {
    margin: 0;
    font-size: clamp(18px, 4.4vw, 24px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.58),
        0 2px 8px rgba(0, 0, 0, 0.42);
}

.transfer3-title {
    position: absolute;
    width: 73.9%;
    left: 13.0%;
    top: 77.8%;
    z-index: 4;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
    will-change: transform, opacity, filter;
    animation: transfer3-enter-title 820ms cubic-bezier(0.37, 0, 0.22, 1) 120ms both;
}

.transfer3-panel-copy {
    position: absolute;
    left: 10.8%;
    right: 10.8%;
    top: 85.4%;
    z-index: 4;
    text-align: center;
    color: #fff;
    animation: transfer3-enter-title 820ms cubic-bezier(0.37, 0, 0.22, 1) 120ms both;
}

.transfer3-panel-label {
    margin: 0 0 8px;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.38em;
    color: rgba(255, 108, 133, 0.9);
}

.transfer3-feature-copy {
    position: relative;
    padding: 2px 2px 1px;
}

.transfer3-panel-card-animated {
    animation: transfer3-feature-fade 320ms ease-out;
}

.transfer3-feature-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    font-size: clamp(17px, 3.6vw, 22px);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0.01em;
    white-space: nowrap;
    color: transparent;
    background-image: linear-gradient(92deg, #b15fff 0%, #ff8a6b 54%, #ffd66e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 0 0 18px rgba(186, 117, 255, 0.28);
}

.transfer3-web-only-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 8px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(90deg, #ff477e 0%, #ff7a45 70%, #ffb24a 100%);
    vertical-align: middle;
    box-shadow: 0 0 12px rgba(255, 95, 105, 0.36);
}

.transfer3-feature-subtitle {
    margin: 5px auto 0;
    max-width: 88%;
    font-size: clamp(11px, 2vw, 13px);
    line-height: 1.32;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0 0 10px rgba(123, 72, 255, 0.22);
}

.transfer3-cta {
    position: absolute;
    left: 9.5%;
    top: calc(80.6% - 60px);
    width: 81%;
    height: 4.75rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: linear-gradient(98deg, #8e4dff 0%, #c95fff 42%, #ff6e56 100%);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition:
        transform 0.24s cubic-bezier(0.37, 0, 0.22, 1),
        opacity 0.2s ease,
        filter 0.14s ease,
        box-shadow 0.2s ease;
    will-change: transform, opacity;
    isolation: isolate;
    animation: transfer3-enter-cta 860ms cubic-bezier(0.37, 0, 0.22, 1) 210ms both;
}

.transfer3-cta::before {
    content: '';
    position: absolute;
    inset: -8%;
    border-radius: 999px;
    background: linear-gradient(95deg, rgba(155, 95, 255, 0.55), rgba(255, 108, 91, 0.7));
    filter: blur(18px);
    opacity: 0.58;
    z-index: -1;
    pointer-events: none;
    animation: transfer3-cta-glow 2.4s cubic-bezier(0.37, 0, 0.22, 1) infinite;
}

.transfer3-cta::after {
    content: '';
    position: absolute;
    left: -26%;
    top: 0;
    width: 40%;
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.26) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    animation: transfer3-cta-shine 2.6s ease-in-out 0.8s infinite;
}

.transfer3-cta:active {
    transform: scale(0.962);
    filter: brightness(1.08) saturate(1.06);
}

.transfer3-cta:not(:disabled):active .transfer3-cta-text {
    animation: transfer3-cta-press-flash 200ms ease-out;
}

.transfer3-cta:hover {
    transform: scale(1.01);
    box-shadow: 0 12px 26px rgba(102, 38, 255, 0.32), 0 8px 22px rgba(255, 98, 97, 0.24);
}

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

.transfer3-cta-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: clamp(18px, 4.7vw, 24px);
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    text-align: center;
    pointer-events: none;
}

@keyframes transfer3-enter-hero {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0) scale(0.986);
        filter: blur(1.6px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes transfer3-enter-gallery {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0) scale(0.984);
        filter: blur(1.4px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes transfer3-enter-logo {
    from {
        opacity: 0;
        transform: translate3d(0, 9px, 0) scale(0.95);
        filter: blur(1.2px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes transfer3-enter-title {
    from {
        opacity: 0;
        transform: translate3d(0, 7px, 0);
        filter: blur(1px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

@keyframes transfer3-enter-cta {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0) scale(0.985);
        filter: blur(1.2px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes transfer3-float-hero {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -5px, 0);
    }
}

@keyframes transfer3-float-gallery {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, 3px, 0);
    }
}

@keyframes transfer3-float-logo {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -3px, 0);
    }
}

@keyframes transfer3-cta-glow {
    0%,
    100% {
        opacity: 0.42;
    }
    50% {
        opacity: 0.72;
    }
}

@keyframes transfer3-cta-press-flash {
    0% {
        filter: brightness(1.15) saturate(1.04);
    }
    100% {
        filter: brightness(1) saturate(1);
    }
}

@keyframes transfer3-cta-shine {
    0% {
        transform: translateX(0) skewX(-20deg);
        opacity: 0;
    }
    22% {
        opacity: 1;
    }
    42% {
        transform: translateX(255%) skewX(-20deg);
        opacity: 0;
    }
    100% {
        transform: translateX(255%) skewX(-20deg);
        opacity: 0;
    }
}

@keyframes transfer3-feature-fade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .transfer3-gallery,
    .transfer3-hero-image,
    .transfer3-icon-webonly,
    .transfer3-title,
    .transfer3-panel-copy,
    .transfer3-cta,
    .transfer3-cta::before,
    .transfer3-cta::after {
        animation: none !important;
    }
}

@media (min-width: 768px) {
    .transfer3-page {
        align-items: center;
    }

    .transfer3-canvas {
        box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
    }
}
@keyframes gradient-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes border-glow {
    0%,
    100% {
        opacity: 0.4;
        filter: blur(20px);
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
        filter: blur(28px);
        transform: scale(1.05);
    }
}
@keyframes lightning-flicker {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
        transform: scale(1.1);
    }
}
@keyframes flame-dance {
    0%,
    100% {
        transform: scaleY(1);
        opacity: 0.9;
    }
    50% {
        transform: scaleY(1.1);
        opacity: 1;
    }
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animate-gradient-flow {
    background-size: 200% 200%;
    animation: gradient-flow 3s linear infinite;
}
.animate-border-glow {
    animation: border-glow 3s ease-in-out infinite;
}
.animate-lightning {
    animation: lightning-flicker 1.5s ease-in-out infinite;
}
.animate-flame {
    animation: flame-dance 0.8s ease-in-out infinite;
}
.shimmer-effect {
    position: relative;
    overflow: hidden;
}
.shimmer-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 1.5s infinite;
}
/* Warning icon pulse */
@keyframes warn-pulse {
    0%, 100% {
        filter: drop-shadow(0 0 12px rgba(255, 204, 0, 0.5));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 28px rgba(255, 204, 0, 0.9));
        transform: scale(1.08);
    }
}

/* Green border glow breathe */
@keyframes green-breathe {
    0%, 100% {
        box-shadow: 0 0 18px rgba(0, 255, 85, 0.15), 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 255, 85, 0.4), 0 0 80px rgba(0, 255, 85, 0.15), 0 4px 4px rgba(0, 0, 0, 0.25);
    }
}

/* CTA button glow pulse */
@keyframes cta-glow {
    0%, 100% {
        box-shadow: 0 4px 24px rgba(139, 61, 255, 0.35), 0 2px 8px rgba(255, 45, 120, 0.3);
    }
    50% {
        box-shadow: 0 4px 40px rgba(139, 61, 255, 0.6), 0 2px 20px rgba(255, 45, 120, 0.5);
    }
}

/* Red X badge shake (subtle) */
@keyframes x-shake {
    0%, 90%, 100% { transform: rotate(0deg); }
    92% { transform: rotate(-6deg); }
    96% { transform: rotate(6deg); }
}

.animate-warn-pulse {
    animation: warn-pulse 2s ease-in-out infinite;
}
.animate-green-breathe {
    animation: green-breathe 2.5s ease-in-out infinite;
}
.animate-cta-glow {
    animation: cta-glow 2s ease-in-out infinite;
}
.animate-x-shake {
    animation: x-shake 4s ease-in-out infinite;
}
.pms-root {
    min-height: 100vh;
    background-color: #0B0B0E;
    color: #FAFAF9;
    font-family: system-ui, -apple-system, sans-serif;
}

.pms-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

/* ===== Success Icon ===== */
.pms-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.pms-icon-glow {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 213, 131, 0.13) 0%, rgba(50, 213, 131, 0.02) 100%);
}

.pms-icon-circle {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #32D583, #059669);
    box-shadow: 0 8px 24px -4px rgba(50, 213, 131, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pms-icon-check {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/* ===== Message ===== */
.pms-message {
    text-align: center;
}

.pms-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #FAFAF9;
}

.pms-subtitle {
    font-size: 14px;
    color: #6B6B70;
    margin: 0;
    line-height: 1.5;
}

.pms-subtitle strong {
    color: #FAFAF9;
}

/* ===== Unified Card ===== */
.pms-card {
    width: 100%;
    background: #18181B;
    border: 1px solid #27272A;
    border-radius: 16px;
    overflow: hidden;
}

/* Apple cancel section removed: subscription already cancelled post-migration */

/* -- Web management section -- */
.pms-card-info {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pms-info-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pms-info-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818CF8;
    flex-shrink: 0;
}

.pms-info-title {
    font-size: 13px;
    font-weight: 600;
    color: #A1A1AA;
}

.pms-info-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pms-info-bullet {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #A1A1AA;
}

.pms-info-bullet-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pms-bullet-green {
    color: #22C55E;
}

.pms-bullet-purple {
    color: #818CF8;
}

/* ===== Main CTA ===== */
.pms-cta {
    width: 100%;
    height: 50px;
    border-radius: 24px;
    background: linear-gradient(180deg, #6366F1, #4F46E5);
    box-shadow: 0 4px 16px -2px rgba(99, 102, 241, 0.25);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.15s, transform 0.15s;
}

.pms-cta:active {
    transform: scale(0.98);
    opacity: 0.9;
}
.design-page li {
  margin-right: 8px;
  cursor: pointer;
}

.fip {
  grid-auto-rows: 50px;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-columns: repeat(6, 50px); */
}
.fip h2 {
  font-weight: 600;
  grid-column: span 6;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-left: 6px;
  font-size: 20px;
}
.fip > div {
  cursor: pointer;
  border-radius: 36px;
  padding: 14px;
}

.fp .tabs {
  position: sticky;
}

.img-results img {
  cursor: pointer;
}

#muscle_modal .bg-grid {
  background-image: linear-gradient(white 0.1em, transparent 0.1em), linear-gradient(90deg, white 0.1em, transparent 0.1em);
  background-size: 3em 3em;
}