/* AI YouTube Magic landing — layout from reference HTML */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap');

.ytcp-landing--ld,
.ytcp-landing--ld .ld-nav,
.ytcp-landing--ld .ld-footer,
.ytcp-auth-page {
    --ld-bg: #07060C;
    --ld-bg-soft: #0B0916;
    --ld-card: rgba(20, 16, 32, 0.9);
    --ld-text: #EDE9F5;
    --ld-muted: #B4AEC4;
    --ld-dim: #948EA8;
    --ld-violet: #A855F7;
    --ld-violet-soft: #C084FC;
    --ld-pink: #EC4899;
    --ld-pink-soft: #F472B6;
    --ld-border: rgba(255, 255, 255, 0.08);
    --ld-glow: 0 8px 22px rgba(168, 85, 247, 0.4);
}

.ytcp-landing--ld {
    font-family: 'Inter', system-ui, sans-serif;
    background: radial-gradient(120% 90% at 50% -10%, #1A1030 0%, #0B0916 42%, #07060C 100%);
    color: var(--ld-text);
    min-height: 100vh;
    overflow-x: hidden;
}

.ytcp-landing--ld ::selection { background: rgba(168, 85, 247, 0.35); }
.ytcp-landing--ld a { color: #C9B8FF; text-decoration: none; }
.ytcp-landing--ld a:hover { color: #E9DEFF; }

.ytcp-landing--ld h1,
.ytcp-landing--ld h2,
.ytcp-landing--ld h3 {
    font-family: 'Sora', 'Inter', sans-serif;
    letter-spacing: -0.03em;
    color: var(--ld-text);
}

/* Buttons */
.ld-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 11px;
    padding: 13px 22px;
    text-decoration: none !important;
    transition: filter .15s, background .15s, border-color .15s;
}
.ld-btn--sm { padding: 10px 18px; font-size: 13.5px; }
.ld-btn--lg { padding: 16px 28px; font-size: 15px; }
.ld-btn--block { width: 100%; }
.ld-btn--gradient {
    color: #fff !important;
    background: linear-gradient(135deg, #A855F7, #EC4899);
    box-shadow: var(--ld-glow);
}
.ld-btn--gradient:hover { filter: brightness(1.06); color: #fff !important; }
.ld-btn--outline {
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.14);
}
.ld-btn--outline:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(168, 85, 247, 0.45);
}

/* Get Started modal */
body.ld-modal-open { overflow: hidden; }
.ld-modal[hidden] { display: none !important; }
.ld-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ld-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 3, 10, 0.72);
    backdrop-filter: blur(6px);
}
.ld-modal__panel {
    position: relative;
    width: min(440px, 100%);
    background: linear-gradient(180deg, rgba(28, 22, 44, 0.98), rgba(14, 11, 24, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(168, 85, 247, 0.08);
    padding: 28px 26px 24px;
}
.ld-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #EDE9F5;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.ld-modal__close:hover {
    background: rgba(255, 255, 255, 0.1);
}
.ld-modal__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C084FC;
}
.ld-modal__title {
    margin: 0 0 14px;
    font-family: 'Sora', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #EDE9F5;
}
.ld-modal__body {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}
.ld-modal__body p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: #B4AEC4;
}
.ld-modal__body strong {
    color: #EDE9F5;
    font-weight: 600;
}
.ld-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ld-modal__actions .ld-btn {
    min-width: 120px;
}
.ld-modal__subtitle {
    margin: -6px 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--ld-muted);
}
.ld-modal__panel--auth {
    width: min(420px, 100%);
}
.ld-modal__form {
    display: grid;
    gap: 14px;
    margin-bottom: 12px;
}
.ld-modal__form .ytcp-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ld-dim);
}
.ld-modal__form .ytcp-field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 6, 12, 0.65);
    color: var(--ld-text);
    font-size: 14px;
}
.ld-modal__form .ytcp-field input:focus {
    outline: none;
    border-color: rgba(168, 85, 247, 0.55);
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}
.ld-modal__form .ytcp-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ld-muted);
}
.ld-modal__panel .ytcp-alert {
    margin-top: 8px;
}
button.ytcp-link-muted,
button.ld-login-trigger {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.ld-gradient-text {
    background: linear-gradient(120deg, #C084FC, #F472B6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Nav */
.ytcp-landing--ld .ld-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(160%) blur(14px);
    background: rgba(11, 9, 22, 0.62);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ld-nav__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.ld-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}
.ld-brand .ytcp-logo--header { height: 40px; max-width: 210px; }
.ld-brand .ytcp-logo--footer { height: 34px; max-width: 180px; }
.ld-nav__links {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
}
.ld-nav__links a {
    color: #B4AEC4 !important;
    text-decoration: none;
}
.ld-nav__links a:hover { color: #E9DEFF !important; }
.ld-nav__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ytcp-landing--ld .ytcp-link-muted {
    font-size: 14px;
    color: #C9C3D8 !important;
    text-decoration: none;
}
.ytcp-landing--ld .ytcp-link-muted:hover { color: #fff !important; }

.ytcp-landing--ld .ytcp-theme-toggle {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #C9C3D8;
}
.ytcp-landing--ld .ytcp-theme-toggle:hover {
    border-color: rgba(168, 85, 247, 0.45);
    color: #E9DEFF;
    background: rgba(168, 85, 247, 0.12);
}

/* Hero */
.ld-hero {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 96px 28px 70px;
    text-align: center;
}
.ld-hero__glow {
    position: absolute;
    inset: -40px 0 auto 0;
    height: 560px;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(closest-side, rgba(168, 85, 247, 0.32), transparent 70%),
        radial-gradient(closest-side, rgba(236, 72, 153, 0.22), transparent 68%);
    background-position: 32% 30%, 70% 22%;
    background-repeat: no-repeat;
    filter: blur(10px);
    animation: ldPulse 7s ease-in-out infinite;
}
.ld-hero__inner { position: relative; z-index: 1; }

.ld-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #D6C7FF;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.35);
    background: rgba(168, 85, 247, 0.12);
}
.ld-pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C084FC;
    box-shadow: 0 0 10px #C084FC;
}

.ld-hero__title {
    font-weight: 800;
    font-size: clamp(40px, 6vw, 66px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    margin: 22px auto 0;
    max-width: 760px;
}
.ld-hero__subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: #B4AEC4;
    max-width: 560px;
    margin: 22px auto 0;
}

.ld-hero__form {
    display: flex;
    margin: 34px auto 0;
    max-width: 620px;
    background: rgba(20, 16, 32, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 8px 8px 8px 18px;
    align-items: center;
    gap: 10px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.ld-hero__link-icon {
    width: 19px;
    height: 19px;
    color: #8B84A0;
    flex-shrink: 0;
}
.ld-hero__form input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #EDE9F5;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
}
.ld-hero__form input::placeholder { color: #6F6A82; }

.ld-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 22px;
}
.ld-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 500;
    color: #C9C3D8;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
}
.ld-chip__mark { color: #C084FC; }

.ld-hero-flow {
    position: absolute;
    top: 232px;
    right: -34px;
    width: 232px;
    height: 280px;
    z-index: 0;
    pointer-events: none;
}
/* Only the wires canvas — not the node icons */
.ld-hero-flow > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.ld-hero-flow__wires { animation: ldDash 1.6s linear infinite; }
.ld-hero-flow__nodes {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ld-hero-flow__nodes span {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C084FC;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.28);
    box-shadow: 0 10px 24px rgba(168, 85, 247, 0.25);
    animation: ldFloat 4.5s ease-in-out infinite;
}
.ld-hero-flow__nodes span svg {
    position: static !important;
    inset: auto !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0;
    display: block;
    flex-shrink: 0;
}
.ld-hero-flow__nodes span:nth-child(even) {
    color: #F472B6;
    background: rgba(236, 72, 153, 0.12);
    border-color: rgba(236, 72, 153, 0.28);
    box-shadow: 0 10px 24px rgba(236, 72, 153, 0.25);
    animation-delay: 0.5s;
}

@keyframes ldFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes ldPulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 0.9; }
}
@keyframes ldDash { to { stroke-dashoffset: -60; } }

/* Sections */
.ld-section {
    max-width: 1160px;
    margin: 0 auto;
    padding: 78px 28px 20px;
}
.ld-section--narrow { max-width: 1080px; }
.ld-section__header {
    text-align: center;
    margin-bottom: 42px;
}
.ld-kicker {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    color: #C084FC;
}
.ld-section__header h2 {
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 40px);
    margin: 12px 0 0;
}

/* Steps */
.ld-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ld-step {
    padding: 28px 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}
.ld-step.is-glow {
    border-color: rgba(236, 72, 153, 0.35);
    box-shadow: 0 16px 40px rgba(236, 72, 153, 0.12);
    background: rgba(236, 72, 153, 0.06);
}
.ld-step__kicker {
    font-family: 'Sora', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: #C084FC;
}
.ld-step h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 8px;
    letter-spacing: -0.01em;
}
.ld-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #A8A2BC;
    margin: 0;
}

/* Filters + Bento */
.ld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: -10px 0 30px;
}
.ld-filter {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #B4AEC4;
    border-radius: 999px;
    padding: 8px 16px;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s;
}
.ld-filter:hover { color: #fff; }
.ld-filter.is-active {
    color: #fff;
    border-color: rgba(168, 85, 247, 0.45);
    background: rgba(168, 85, 247, 0.2);
}

.ld-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ld-bento__card {
    min-height: 156px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color .2s, transform .2s, background .2s;
}
.ld-bento__card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    background: rgba(168, 85, 247, 0.06);
    transform: translateY(-2px);
}
.ld-bento__card.is-hidden { display: none; }
.ld-bento__top {
    display: flex;
    align-items: center;
    gap: 11px;
}
.ld-bento__icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.25);
    color: #C084FC;
    flex-shrink: 0;
}
.ld-bento__icon svg {
    width: 18px;
    height: 18px;
    display: block;
}
.ld-bento__card h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    letter-spacing: -0.01em;
}
.ld-bento__card p {
    font-size: 13px;
    line-height: 1.55;
    color: #9A94AE;
    margin: 12px 0 0;
}

/* Pricing */
.ld-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}
.ld-price {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.ld-price.is-featured {
    border-color: rgba(168, 85, 247, 0.45);
    box-shadow: 0 20px 50px rgba(168, 85, 247, 0.18);
    background:
        radial-gradient(120% 80% at 50% -10%, rgba(168, 85, 247, 0.18), transparent 55%),
        rgba(20, 16, 32, 0.95);
}
.ld-price__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: 'Sora', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0B0916;
    padding: 5px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FDE68A, #F59E0B);
}
.ld-price__name {
    font-family: 'Sora', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: #B4AEC4;
}
.ld-price__amount {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin: 12px 0 2px;
}
.ld-price__num {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 46px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.ld-price__sub {
    font-size: 14px;
    color: #8E88A2;
    margin-bottom: 7px;
}
.ld-price__divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 18px 0;
}
.ld-price ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.ld-price li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #C9C3D8;
}
.ld-price li::before {
    content: '✓';
    color: #C084FC;
    font-weight: 700;
    flex-shrink: 0;
}
.ld-price li.is-denied { color: #8E88A2; }
.ld-price li.is-denied::before {
    content: '✕';
    color: #EF4444;
}
.ld-price li.is-outputs::before,
.ld-price li.is-outputs-header::before {
    content: '★';
    color: #FDE68A;
}
.ld-price .ytcp-pricing-feature__label {
    display: block;
    font-weight: 600;
    color: #EDE9F5;
}
.ld-price .ytcp-pricing-feature__detail {
    display: block;
    font-size: 12px;
    color: #948EA8;
}
.ld-price .ld-btn { margin-top: auto; }

/* CTA (no sample testimonials) */
.ld-cta {
    border-radius: 26px;
    padding: 60px 40px;
    text-align: center;
    border: 1px solid rgba(168, 85, 247, 0.22);
    background:
        radial-gradient(120% 130% at 50% -10%, rgba(168, 85, 247, 0.2), transparent 55%),
        radial-gradient(90% 120% at 50% 120%, rgba(236, 72, 153, 0.14), transparent 55%),
        #0E0B18;
}
.ld-cta h2 {
    font-weight: 700;
    font-size: clamp(26px, 3.4vw, 38px);
    margin: 0 0 24px;
}

/* Footer — current links only */
.ytcp-landing--ld .ld-footer {
    margin-top: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.05), transparent 220px);
    padding: 40px 28px;
}
.ld-footer__inner {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.ytcp-landing--ld .ytcp-landing-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.ytcp-landing--ld .ytcp-landing-footer__nav a {
    font-size: 13.5px;
    color: #948EA8 !important;
}
.ytcp-landing--ld .ytcp-landing-footer__nav a:hover { color: #E9DEFF !important; }
.ytcp-landing--ld .ytcp-landing-footer__copy {
    font-size: 12.5px;
    color: #6F6A82;
    margin: 0;
}

.ytcp-auth-page {
    background: var(--ld-bg);
    min-height: 100vh;
    font-family: 'Inter', system-ui, sans-serif;
}

@media (max-width: 1180px) {
    .ld-hero-flow { display: none !important; }
}

@media (max-width: 1024px) {
    .ld-steps,
    .ld-pricing,
    .ld-bento { grid-template-columns: 1fr; }
    .ld-nav__links { display: none; }
}

@media (max-width: 640px) {
    .ld-hero { padding: 64px 20px 48px; }
    .ld-hero__form {
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
    }
    .ld-hero__form .ld-btn { width: 100%; }
    .ld-section { padding-left: 20px; padding-right: 20px; }
    .ld-cta { padding: 40px 22px; }
}

/* Landing theme toggle */
.ytcp-landing--ld .ytcp-theme-toggle {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #C9C3D8;
}
.ytcp-landing--ld .ytcp-theme-toggle:hover {
    border-color: rgba(168, 85, 247, 0.45);
    color: #E9DEFF;
    background: rgba(168, 85, 247, 0.12);
}

/* ── Light theme (sun/moon toggle) ── */
#ytcp-app[data-theme="light"] .ytcp-landing--ld,
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ld-nav,
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ld-footer,
#ytcp-app[data-theme="light"] .ytcp-auth-page {
    --ld-bg: #F5F3FA;
    --ld-bg-soft: #FFFFFF;
    --ld-card: #FFFFFF;
    --ld-text: #1A1528;
    --ld-muted: #5C566E;
    --ld-dim: #7A748C;
    --ld-border: rgba(26, 21, 40, 0.1);
    --ld-glow: 0 8px 22px rgba(168, 85, 247, 0.28);
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld {
    background: radial-gradient(120% 90% at 50% -10%, #EDE7F8 0%, #F5F3FA 45%, #FFFFFF 100%);
    color: var(--ld-text);
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld a { color: #7C3AED; }
#ytcp-app[data-theme="light"] .ytcp-landing--ld a:hover { color: #6D28D9; }

#ytcp-app[data-theme="light"] .ytcp-landing--ld h1,
#ytcp-app[data-theme="light"] .ytcp-landing--ld h2,
#ytcp-app[data-theme="light"] .ytcp-landing--ld h3 {
    color: var(--ld-text);
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld .ld-nav {
    background: rgba(255, 255, 255, 0.82);
    border-bottom-color: rgba(26, 21, 40, 0.08);
}

#ytcp-app[data-theme="light"] .ld-nav__links a {
    color: #5C566E !important;
}
#ytcp-app[data-theme="light"] .ld-nav__links a:hover {
    color: #1A1528 !important;
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-link-muted {
    color: #5C566E !important;
}
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-link-muted:hover {
    color: #1A1528 !important;
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-theme-toggle {
    background: #FFFFFF;
    border-color: rgba(26, 21, 40, 0.12);
    color: #5C566E;
}
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-theme-toggle:hover {
    border-color: rgba(168, 85, 247, 0.45);
    color: #7C3AED;
}

#ytcp-app[data-theme="light"] .ld-pill {
    color: #6D28D9;
    border-color: rgba(168, 85, 247, 0.28);
    background: rgba(168, 85, 247, 0.1);
}

#ytcp-app[data-theme="light"] .ld-hero__subtitle,
#ytcp-app[data-theme="light"] .ld-step p,
#ytcp-app[data-theme="light"] .ld-bento__card p {
    color: var(--ld-muted);
}

#ytcp-app[data-theme="light"] .ld-hero__form {
    background: #FFFFFF;
    border-color: rgba(26, 21, 40, 0.1);
    box-shadow: 0 18px 40px rgba(88, 60, 140, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
#ytcp-app[data-theme="light"] .ld-hero__form input {
    color: #1A1528;
}
#ytcp-app[data-theme="light"] .ld-hero__form input::placeholder {
    color: #9A94A8;
}

#ytcp-app[data-theme="light"] .ld-chip {
    color: #3F3A52;
    border-color: rgba(26, 21, 40, 0.12);
    background: rgba(255, 255, 255, 0.85);
}

#ytcp-app[data-theme="light"] .ld-step,
#ytcp-app[data-theme="light"] .ld-bento__card,
#ytcp-app[data-theme="light"] .ld-price {
    background: #FFFFFF;
    border-color: rgba(26, 21, 40, 0.1);
    box-shadow: 0 8px 24px rgba(88, 60, 140, 0.06);
}

#ytcp-app[data-theme="light"] .ld-step.is-glow {
    border-color: rgba(236, 72, 153, 0.35);
    background: rgba(236, 72, 153, 0.06);
    box-shadow: 0 12px 32px rgba(236, 72, 153, 0.1);
}

#ytcp-app[data-theme="light"] .ld-filter {
    color: #5C566E;
    border-color: rgba(26, 21, 40, 0.12);
    background: #FFFFFF;
}
#ytcp-app[data-theme="light"] .ld-filter.is-active {
    color: #fff;
    background: linear-gradient(135deg, #A855F7, #EC4899);
    border-color: transparent;
}

#ytcp-app[data-theme="light"] .ld-bento__icon {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.22);
    color: #7C3AED;
}

#ytcp-app[data-theme="light"] .ld-price__name,
#ytcp-app[data-theme="light"] .ld-price__sub,
#ytcp-app[data-theme="light"] .ld-kicker {
    color: #7A748C;
}
#ytcp-app[data-theme="light"] .ld-price li {
    color: #3F3A52;
}
#ytcp-app[data-theme="light"] .ld-price .ytcp-pricing-feature__label {
    color: #1A1528;
}
#ytcp-app[data-theme="light"] .ld-price .ytcp-pricing-feature__detail {
    color: #7A748C;
}
#ytcp-app[data-theme="light"] .ld-price__divider {
    background: rgba(26, 21, 40, 0.08);
}
#ytcp-app[data-theme="light"] .ld-btn--outline {
    color: #1A1528 !important;
    border-color: rgba(26, 21, 40, 0.14);
}
#ytcp-app[data-theme="light"] .ld-btn--outline:hover {
    background: rgba(168, 85, 247, 0.06);
    border-color: rgba(168, 85, 247, 0.4);
}

#ytcp-app[data-theme="light"] .ld-cta {
    background:
        radial-gradient(120% 130% at 50% -10%, rgba(168, 85, 247, 0.14), transparent 55%),
        radial-gradient(90% 120% at 50% 120%, rgba(236, 72, 153, 0.1), transparent 55%),
        #FFFFFF;
    border-color: rgba(168, 85, 247, 0.2);
}

#ytcp-app[data-theme="light"] .ytcp-landing--ld .ld-footer {
    border-top-color: rgba(26, 21, 40, 0.08);
    background: linear-gradient(180deg, rgba(168, 85, 247, 0.06), transparent 220px);
}
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-landing-footer__nav a {
    color: #7A748C !important;
}
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-landing-footer__nav a:hover {
    color: #1A1528 !important;
}
#ytcp-app[data-theme="light"] .ytcp-landing--ld .ytcp-landing-footer__copy {
    color: #9A94A8;
}

#ytcp-app[data-theme="light"] .ld-hero-flow__nodes span {
    background: rgba(168, 85, 247, 0.1);
    border-color: rgba(168, 85, 247, 0.28);
    color: #7C3AED;
    box-shadow: 0 10px 24px rgba(168, 85, 247, 0.18);
}
#ytcp-app[data-theme="light"] .ld-hero-flow__nodes span:nth-child(even) {
    background: rgba(236, 72, 153, 0.1);
    border-color: rgba(236, 72, 153, 0.28);
    color: #DB2777;
    box-shadow: 0 10px 24px rgba(236, 72, 153, 0.16);
}

#ytcp-app[data-theme="light"] .ytcp-auth-page {
    background: var(--ld-bg);
}

#ytcp-app[data-theme="light"] .ld-modal__panel {
    background: #fff;
    border-color: rgba(26, 21, 40, 0.1);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}
#ytcp-app[data-theme="light"] .ld-modal__title,
#ytcp-app[data-theme="light"] .ld-modal__body strong {
    color: #1A1528;
}
#ytcp-app[data-theme="light"] .ld-modal__body p {
    color: #7A748C;
}
#ytcp-app[data-theme="light"] .ld-modal__close {
    background: rgba(26, 21, 40, 0.06);
    color: #1A1528;
}
#ytcp-app[data-theme="light"] .ld-modal__backdrop {
    background: rgba(15, 23, 42, 0.45);
}
#ytcp-app[data-theme="light"] .ld-modal__subtitle {
    color: #7A748C;
}
#ytcp-app[data-theme="light"] .ld-modal__form .ytcp-field input {
    background: #fff;
    border-color: rgba(26, 21, 40, 0.12);
    color: #1A1528;
}
