#ypb-quiz-app,.ypb-result-page{--ypb-surface:#fff;--ypb-border:#dde3ee;--ypb-border-soft:#edf1f7;--ypb-accent:#2554ff;--ypb-accent-soft:#eef3ff;--ypb-text:#131722;--ypb-text-soft:#566074;--ypb-shadow:0 16px 40px rgba(17,23,34,.08);--ypb-radius-xl:22px;--ypb-radius-lg:16px}
#ypb-quiz-app{max-width:820px;margin:32px auto;padding:0 16px;color:var(--ypb-text)}
.ypb-quiz-card,.ypb-result-page section{background:var(--ypb-surface);border:1px solid var(--ypb-border);border-radius:var(--ypb-radius-xl);box-shadow:var(--ypb-shadow)}
.ypb-quiz-header{padding:28px 28px 18px;border-bottom:1px solid var(--ypb-border)}
.ypb-kicker,.ypb-hero-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:700;color:var(--ypb-accent);margin-bottom:10px}
.ypb-quiz-header h2{margin:0 0 8px;font-size:clamp(1.7rem,2.8vw,2.3rem);line-height:1.1}
.ypb-quiz-header p,.ypb-progress-label,.ypb-tagline,.ypb-hero-summary,.ypb-section p,.ypb-trait-card p,.ypb-secondary-card p,.ypb-compat-card p,.ypb-section-intro{color:var(--ypb-text-soft);line-height:1.7}
.ypb-progress-wrap,.ypb-question-stage,.ypb-actions{padding:18px 28px}
.ypb-progress-bar{width:100%;height:10px;background:#f3f6fb;border-radius:999px;overflow:hidden}
.ypb-progress-bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2554ff 0%,#6d89ff 100%)}
.ypb-question-meta{margin-bottom:10px;font-size:.9rem;color:var(--ypb-text-soft)}
.ypb-question-prompt{font-size:1.55rem;line-height:1.3;font-weight:800;color:var(--ypb-text);margin:0 0 18px}
.ypb-answer-list{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}
.ypb-answer-card{display:flex;gap:14px;width:100%;padding:18px;border:1px solid var(--ypb-border);border-radius:var(--ypb-radius-lg);background:#fff;cursor:pointer;text-align:left;color:var(--ypb-text);align-items:flex-start}
.ypb-answer-card:hover{background:#f8faff}
.ypb-answer-card.is-selected{border-color:var(--ypb-accent);background:#f4f7ff}
.ypb-answer-badge,.ypb-pill,.ypb-confidence-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-weight:700;color:var(--ypb-accent);background:var(--ypb-accent-soft)}
.ypb-answer-badge{min-width:34px;height:34px;padding:0;flex:0 0 34px}
.ypb-answer-text{color:var(--ypb-text);line-height:1.55}
.ypb-actions{display:flex;justify-content:space-between;gap:12px}
.ypb-result-page{max-width:980px;margin:32px auto;padding:0 16px 32px}
.ypb-result-page section{padding:30px;margin-bottom:18px}
.ypb-hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}
.ypb-code-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.ypb-section h2{margin:0 0 14px;font-size:1.35rem}
.ypb-section h3,.ypb-secondary-card h3,.ypb-trait-card h3,.ypb-compat-card h4{margin:0;font-size:1rem;color:var(--ypb-text)}
.ypb-trait-grid,.ypb-compat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ypb-trait-card,.ypb-secondary-card,.ypb-compat-card{padding:20px;border:1px solid var(--ypb-border-soft);border-radius:var(--ypb-radius-lg);background:#fbfcfe}
.ypb-compat-card-friction{background:#fdfcff}
.ypb-trait-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}
.ypb-meter{display:grid;gap:8px;margin-top:12px}
.ypb-meter-row{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;color:var(--ypb-text-soft)}
.ypb-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.ypb-list li{position:relative;padding-left:18px;line-height:1.6}
.ypb-list li:before{content:"";position:absolute;left:0;top:.7em;width:7px;height:7px;border-radius:50%;background:var(--ypb-accent);transform:translateY(-50%)}
.ypb-highlight{background:linear-gradient(180deg,#f8faff 0%,#f2f6ff 100%);border-color:#d7e1ff}
.ypb-paywall{background:linear-gradient(180deg,#fffaf0 0%,#fff4d9 100%);border-color:#f3ddb0}
.ypb-share-wrap{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.ypb-share-input{flex:1 1 320px;padding:10px 12px;border:1px solid var(--ypb-border);border-radius:12px;background:#fff}
.ypb-small-code{display:inline-block;font-size:.8rem;color:var(--ypb-text-soft);font-weight:600;margin-left:6px}
.ypb-result-empty{max-width:760px;margin:32px auto;padding:20px;border:1px solid #ddd;border-radius:12px;background:#fff}
@media (max-width:760px){.ypb-trait-grid,.ypb-compat-grid,.ypb-answer-list{grid-template-columns:1fr}}
@media (max-width:640px){.ypb-actions{flex-direction:column-reverse}.ypb-actions .button,.ypb-share-wrap .button,.ypb-share-input{width:100%}.ypb-progress-wrap,.ypb-question-stage,.ypb-actions,.ypb-quiz-header,.ypb-result-page section{padding-left:18px;padding-right:18px}}
@media print{#wpadminbar,.site-header,.site-footer,.ypb-copy-link,.ypb-print-report,.button,.ypb-guide-button{display:none!important}.ypb-result-page{max-width:none;margin:0;padding:0}.ypb-result-page section{box-shadow:none;border-color:#ccc;break-inside:avoid}}

.ypb-blueprint-identity{margin-top:20px}
.ypb-blueprint-reveal{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline;margin:0 0 10px}
.ypb-blueprint-label{font-size:clamp(1.05rem,2vw,1.3rem);font-weight:700;color:var(--ypb-text)}
.ypb-blueprint-code{font-size:clamp(1.6rem,4vw,2.5rem);font-weight:800;letter-spacing:.04em;color:var(--ypb-accent);line-height:1}


.ypb-guide-page{max-width:1180px;margin:32px auto;padding:0 16px 32px;color:var(--ypb-text)}
.ypb-guide-page section{background:var(--ypb-surface);border:1px solid var(--ypb-border);border-radius:var(--ypb-radius-xl);box-shadow:var(--ypb-shadow);padding:30px;margin-bottom:18px}
.ypb-guide-hero{background:linear-gradient(135deg,#f7f9ff 0%,#eef3ff 55%,#fbfcff 100%)}
.ypb-guide-hero h1{margin:0 0 12px;font-size:clamp(2.1rem,4.3vw,3.2rem);line-height:1.03}
.ypb-guide-lead{max-width:780px;color:var(--ypb-text-soft);font-size:1.05rem;line-height:1.8}
.ypb-guide-dimensions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:18px}
.ypb-guide-dimension-card{padding:18px;border:1px solid var(--ypb-border-soft);border-radius:18px;background:#fbfcfe}
.ypb-guide-dimension-card h3{margin:8px 0 8px;font-size:1rem}
.ypb-guide-pair{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:var(--ypb-accent-soft);color:var(--ypb-accent);font-weight:800;font-size:.82rem}
.ypb-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ypb-guide-card{display:flex;flex-direction:column;border:1px solid var(--ypb-border-soft);border-radius:20px;overflow:hidden;background:#fff;min-height:100%}
.ypb-guide-visual{padding:24px;display:flex;align-items:center;justify-content:center;min-height:150px;background:linear-gradient(135deg,#eef3ff 0%,#f8faff 100%)}
.ypb-guide-visual-o{background:linear-gradient(135deg,#eef4ff 0%,#f8faff 100%)}
.ypb-guide-visual-r{background:linear-gradient(135deg,#f3f4f7 0%,#fbfcfe 100%)}
.ypb-guide-symbol{display:flex;align-items:center;justify-content:center;width:92px;height:92px;border-radius:26px;background:rgba(255,255,255,.82);border:1px solid rgba(37,84,255,.08);box-shadow:0 16px 30px rgba(17,23,34,.08);font-size:1.1rem;font-weight:800;letter-spacing:.08em;color:var(--ypb-accent)}
.ypb-guide-card-body{padding:20px}
.ypb-guide-card-top{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.ypb-guide-card-top h3{margin:0;font-size:1.14rem;line-height:1.25}
.ypb-guide-code{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#111827;color:#fff;font-weight:800;font-size:.78rem;letter-spacing:.08em}
.ypb-guide-tagline{font-weight:600;color:var(--ypb-text);line-height:1.6}
.ypb-guide-summary{color:var(--ypb-text-soft);line-height:1.7}
.ypb-guide-breakdown{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.ypb-guide-chip{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#f4f7ff;color:#2349d7;font-size:.82rem;font-weight:700}
.ypb-guide-button{white-space:nowrap}
@media (max-width:1080px){.ypb-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ypb-guide-dimensions{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.ypb-guide-grid,.ypb-guide-dimensions{grid-template-columns:1fr}.ypb-guide-page section{padding-left:18px;padding-right:18px}}

.ypb-premium-report{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);border-color:#dfe8ff}
.ypb-premium-heading{margin-bottom:18px}
.ypb-premium-heading h2{margin-bottom:10px}
.ypb-premium-grid{display:grid;gap:16px;margin:18px 0}
.ypb-premium-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ypb-premium-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ypb-premium-card{background:#fff;border:1px solid var(--ypb-border-soft);border-radius:20px;padding:20px;box-shadow:0 8px 24px rgba(17,23,34,.05)}
.ypb-premium-card h3{margin:0 0 10px;font-size:1.05rem}
.ypb-premium-card p{margin:0;color:var(--ypb-text-soft);line-height:1.75}
.ypb-premium-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.ypb-premium-card-emphasis{background:linear-gradient(135deg,#eef4ff 0%,#ffffff 100%);border-color:#d6e3ff}
@media (max-width:960px){.ypb-premium-grid-3,.ypb-premium-grid-2{grid-template-columns:1fr}}


.ypb-upgrade-note{
    margin-top:16px;
    padding:14px 16px;
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f7f9ff 0%,#eef3ff 100%);
    border-radius:16px;
    color:#1f2937;
    display:flex;
    flex-direction:column;
    gap:6px;
}
.ypb-upgrade-note strong{
    font-size:1rem;
}
.ypb-upgrade-note span{
    color:#4b5563;
    line-height:1.55;
}


.ypb-upgrade-note{
    margin-top:16px;
    padding:18px 18px;
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f7f9ff 0%,#eef3ff 100%);
    border-radius:18px;
    color:#1f2937;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.ypb-upgrade-note-copy{display:flex;flex-direction:column;gap:6px;max-width:760px}
.ypb-upgrade-note strong{font-size:1rem}
.ypb-upgrade-note span{color:#4b5563;line-height:1.6}
.ypb-upgrade-note-actions{display:flex;align-items:center}

.ypb-inline-upgrade-wall{
    margin-top:18px;
    padding:18px;
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f8faff 0%,#eef3ff 100%);
    border-radius:18px;
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
}
.ypb-inline-upgrade-copy h4{margin:4px 0 8px;font-size:1.1rem}
.ypb-inline-upgrade-copy p{margin:0;color:#4b5563;line-height:1.6}

.ypb-paywall{
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f8faff 0%,#eef3ff 100%);
}
.ypb-paywall-head{margin-bottom:16px}
.ypb-paywall-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:18px;
}
.ypb-paywall-card{
    background:#fff;
    border:1px solid #e6ebff;
    border-radius:18px;
    padding:20px;
}
.ypb-paywall-card h3{margin-top:0}
.ypb-paywall-card-cta{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.ypb-paywall-card-cta .button{
    margin-top:10px;
}
@media (max-width:760px){
    .ypb-upgrade-note,
    .ypb-inline-upgrade-wall{
        flex-direction:column;
        align-items:flex-start;
    }
    .ypb-paywall-grid{
        grid-template-columns:1fr;
    }
}


.ypb-license-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    background:#f3f4f6;
    color:#111827;
    font-weight:700;
}
.ypb-license-badge.is-active{
    background:#ecfdf3;
    color:#166534;
}
.ypb-license-box{
    margin-top:18px;
    padding:18px;
    border:1px solid #dbe5ff;
    border-radius:18px;
    background:#fff;
}
.ypb-license-box-copy h3{margin:0 0 6px;}
.ypb-license-box-copy p{margin:0 0 12px;color:#4b5563;line-height:1.6;}
.ypb-license-form{display:flex;flex-direction:column;gap:10px;}
.ypb-license-input{
    width:100%;
    min-height:46px;
    border:1px solid #cdd6f4;
    border-radius:12px;
    padding:12px 14px;
    font-size:15px;
}
.ypb-license-message{min-height:20px;font-size:14px;line-height:1.5;}
.ypb-license-message.is-success{color:#166534;font-weight:600;}
.ypb-license-message.is-error{color:#b91c1c;font-weight:600;}
.ypb-license-success-box{
    margin-top:18px;
    padding:16px 18px;
    border-radius:16px;
    background:#ecfdf3;
    border:1px solid #ccefd8;
}
.ypb-license-success-box p{margin:6px 0 0;color:#166534;}


.ypb-surface-transition{
    border:1px solid #e6ebff;
    background:linear-gradient(135deg,#fffef9 0%,#fff9ee 100%);
}
.ypb-surface-transition h2{
    margin-bottom:10px;
}
.ypb-surface-transition p{
    color:#4b5563;
    line-height:1.75;
}
.ypb-conversion-results{
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f8faff 0%,#eef3ff 100%);
}
.ypb-conversion-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin:18px 0;
}
.ypb-conversion-card{
    position:relative;
    background:#fff;
    border:1px solid #e4eafe;
    border-radius:18px;
    padding:20px;
    min-height:100%;
}
.ypb-conversion-card h3{
    margin:0 0 10px;
}
.ypb-conversion-card p{
    margin:0;
    color:#4b5563;
    line-height:1.7;
}
.ypb-conversion-lock{
    position:absolute;
    top:16px;
    right:16px;
    font-size:1rem;
}
.ypb-conversion-cta{
    display:grid;
    grid-template-columns:1.3fr .8fr;
    gap:16px;
    align-items:center;
    background:#fff;
    border:1px solid #dfe7ff;
    border-radius:20px;
    padding:22px;
}
.ypb-conversion-cta h3{
    margin-top:0;
    margin-bottom:8px;
}
.ypb-conversion-cta p{
    color:#4b5563;
    line-height:1.7;
}
.ypb-conversion-cta-actions{
    display:flex;
    justify-content:center;
    align-items:center;
}
.ypb-conversion-cta-actions .button{
    min-width:220px;
    text-align:center;
}
@media (max-width:760px){
    .ypb-conversion-grid{
        grid-template-columns:1fr;
    }
    .ypb-conversion-cta{
        grid-template-columns:1fr;
    }
    .ypb-conversion-cta-actions{
        justify-content:flex-start;
    }
}




/* v0.5.0 clean readable paywall */
.ypb-upgrade-note{
    margin-top:16px;
    padding:18px 18px;
    border:1px solid #dbe5ff;
    background:linear-gradient(135deg,#f7f9ff 0%,#eef3ff 100%);
    border-radius:18px;
    color:#1f2937;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
}
.ypb-upgrade-note-copy{
    display:flex;
    flex-direction:column;
    gap:8px;
    max-width:760px;
}
.ypb-upgrade-note strong{
    font-size:1rem;
    color:#1f2937;
}
.ypb-upgrade-body,
.ypb-premium-benefits-title,
.ypb-premium-benefits-list,
.ypb-premium-benefits-list li,
.ypb-upgrade-meta{
    color:#4b5563 !important;
    font-family:inherit;
    opacity:1 !important;
    visibility:visible !important;
}
.ypb-upgrade-body{
    margin:0;
    line-height:1.6;
}
.ypb-premium-benefits-title{
    font-weight:700;
    margin-top:2px;
}
.ypb-premium-benefits-list{
    margin:0;
    padding-left:1.2rem;
    line-height:1.6;
}
.ypb-premium-benefits-list li{
    margin:0 0 6px 0;
}
.ypb-upgrade-meta{
    font-size:.92rem;
    font-weight:600;
}
@media (max-width:760px){
    .ypb-upgrade-note{
        flex-direction:column;
        align-items:flex-start;
    }
    .ypb-upgrade-note-actions{
        width:100%;
    }
    .ypb-upgrade-note-actions .button{
        width:100%;
        text-align:center;
    }
}





/* v0.5.1 stronger readable premium text */
.ypb-upgrade-note{
    border-color:#cfdcff !important;
    background:linear-gradient(135deg,#ffffff 0%,#f7faff 58%,#f8f5ff 100%) !important;
    box-shadow:0 18px 40px rgba(15,23,42,0.08) !important;
}

.ypb-upgrade-note strong{
    color:#0f172a !important;
    font-weight:800 !important;
}

.ypb-upgrade-body{
    color:#1e293b !important;
    font-weight:600 !important;
}

.ypb-premium-benefits-title{
    color:#0f172a !important;
    font-weight:800 !important;
    font-size:1rem !important;
}

.ypb-premium-benefits-list,
.ypb-premium-benefits-list li{
    color:#1e293b !important;
    font-weight:600 !important;
}

.ypb-premium-benefits-list li::marker{
    color:#0f172a !important;
}

.ypb-upgrade-meta{
    color:#334155 !important;
    font-weight:700 !important;
}





/* v0.5.5 merged upgrade sentence */
.ypb-upgrade-note strong{
    display:block;
    line-height:1.65 !important;
}
.ypb-upgrade-body{
    display:none !important;
}


/* ── My Results shortcode ─────────────────────────────────── */
.ypb-login-required {
    padding: 2rem;
    text-align: center;
    background: var(--ypb-surface, #f8fafc);
    border-radius: 12px;
    border: 1px solid var(--ypb-border, #e2e8f0);
}
.ypb-my-results {
    max-width: 860px;
    margin: 0 auto;
    padding: 1rem 0;
}
.ypb-my-results-header {
    margin-bottom: 2rem;
}
.ypb-my-results-header h2 {
    margin: 0 0 0.4rem;
}
.ypb-my-results-header p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.ypb-my-results-empty {
    padding: 3rem 2rem;
    text-align: center;
    background: var(--ypb-surface, #f8fafc);
    border-radius: 12px;
    border: 1px dashed var(--ypb-border, #cbd5e1);
}
.ypb-my-results-empty p {
    margin-bottom: 1.2rem;
    color: var(--ypb-muted, #64748b);
}
.ypb-my-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}
.ypb-my-results-card {
    background: var(--ypb-surface, #ffffff);
    border: 1px solid var(--ypb-border, #e2e8f0);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: box-shadow 0.15s ease;
}
.ypb-my-results-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.ypb-my-results-card--latest {
    border-color: var(--ypb-accent, #6366f1);
    box-shadow: 0 0 0 1px var(--ypb-accent, #6366f1);
}
.ypb-my-results-card h3 {
    margin: 0.25rem 0 0;
    font-size: 1.15rem;
}
.ypb-my-results-tagline {
    margin: 0;
    font-size: 0.875rem;
    color: var(--ypb-muted, #64748b);
    flex: 1;
}
.ypb-my-results-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.ypb-my-results-date {
    font-size: 0.8rem;
    color: var(--ypb-muted, #94a3b8);
}
.ypb-pill--premium {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
}
.ypb-pill--free {
    background: var(--ypb-surface-alt, #f1f5f9);
    color: var(--ypb-muted, #64748b);
}
.ypb-my-results-view {
    margin-top: 0.75rem;
    align-self: flex-start;
}
.ypb-my-results-actions {
    margin-bottom: 2rem;
}
.ypb-my-results-upgrade {
    margin-top: 2.5rem;
    padding: 1.5rem 2rem;
    background: var(--ypb-surface, #f8fafc);
    border-radius: 12px;
    border: 1px solid var(--ypb-border, #e2e8f0);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.ypb-my-results-upgrade p {
    margin: 0;
    flex: 1;
    min-width: 200px;
}

/* ════════════════════════════════════════════════════════════
   GUEST LANDING  (ypb-gl)  —  Light editorial, Space Grotesk + Newsreader
   All colours use !important to beat dark themes.
   ════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;900&family=Newsreader:ital,opsz,wght@0,6..72,400..700;1,6..72,400..700&display=swap');

/* ── Root isolation ───────────────────────────────────────── */
.ypb-gl {
    --gl-acc:       #2554ff;
    --gl-acc2:      #4f72ff;
    --gl-purple:    #6b38d4;
    --gl-gold:      #d4950a;
    --gl-acc-soft:  #eef2ff;
    --gl-bg:        #f7f9fb;
    --gl-bg2:       #ffffff;
    --gl-bg3:       #f0f2f5;
    --gl-text:      #191c1e;
    --gl-text2:     #434656;
    --gl-text3:     #747688;
    --gl-border:    rgba(25,28,30,0.09);
    --gl-radius:    18px;
    all: revert;  /* reset inherited theme styles at the boundary */
    display: block;
    font-family: 'Newsreader', Georgia, serif !important;
    color: #191c1e !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    background: #f7f9fb !important;
    box-sizing: border-box;
}
.ypb-gl *, .ypb-gl *::before, .ypb-gl *::after {
    box-sizing: border-box;
}

/* Force all text inside the landing to the correct colour */
.ypb-gl p,
.ypb-gl li,
.ypb-gl span:not(.ypb-gl-dot):not(.ypb-gl-ring-code):not(.ypb-gl-ring-label):not(.ypb-gl-dim-vs) {
    color: #434656 !important;
}

/* Headings */
.ypb-gl h1, .ypb-gl h2, .ypb-gl h3 {
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
    color: #191c1e !important;
    font-weight: 900 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    line-height: 1.1 !important;
}

/* Space Grotesk elements */
.ypb-gl-nav, .ypb-gl-stats, .ypb-gl-section-label,
.ypb-gl-get-num, .ypb-gl-dim-card h3, .ypb-gl-gets-grid h3,
.ypb-gl-prem-badge, .ypb-gl-prem-name, .ypb-gl-prem-rows span,
.ypb-gl-prem-lock, .ypb-gl-hero-meta, .ypb-gl-footer-logo,
.ypb-gl-footer-copy, .ypb-gl-final-divider span,
.ypb-gl-btn-primary, .ypb-gl-btn-outline, .ypb-gl-btn-ghost,
.ypb-gl-nav-cta, .ypb-gl-nav-logo, .ypb-gl-stat strong, .ypb-gl-stat span {
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
}

/* ── Nav ──────────────────────────────────────────────────── */
.ypb-gl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.9rem 2rem !important;
    background: rgba(247,249,251,0.95) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(25,28,30,0.09) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    margin: 0 !important;
}
.ypb-gl-nav-logo {
    font-weight: 900 !important;
    font-size: 1rem !important;
    letter-spacing: -0.02em !important;
    color: #2554ff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
.ypb-gl-nav-cta {
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.01em !important;
    transition: opacity 0.15s, transform 0.15s !important;
    border: none !important;
    display: inline-block !important;
}
.ypb-gl-nav-cta:hover { opacity: 0.9 !important; transform: translateY(-1px) !important; }

/* ── Hero ─────────────────────────────────────────────────── */
.ypb-gl-hero {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(25,28,30,0.09) !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 4rem 2rem 3.5rem !important;
    text-align: center !important;
    margin: 0 !important;
}
.ypb-gl-hero-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: #747688 !important;
    margin-bottom: 1.4rem !important;
}
.ypb-gl-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #2554ff !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    animation: ypb-gl-pulse 2.2s ease-in-out infinite !important;
}
@keyframes ypb-gl-pulse {
    0%,100% { opacity:1; transform:scale(1); }
    50%      { opacity:0.4; transform:scale(0.8); }
}
.ypb-gl-h1 {
    font-size: clamp(2.6rem, 7vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.03em !important;
    margin: 0 0 1.25rem !important;
    color: #191c1e !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
}
.ypb-gl-h1 em {
    font-style: normal !important;
    background: linear-gradient(135deg, #2554ff 0%, #6b38d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}
.ypb-gl-h2 {
    font-size: clamp(1.6rem, 4vw, 2.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 0.75rem !important;
    color: #191c1e !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
}
.ypb-gl-h2 em { font-style: italic !important; color: #434656 !important; background: none !important; -webkit-text-fill-color: #434656 !important; }
.ypb-gl-hero-sub {
    font-size: 1.1rem !important;
    font-style: italic !important;
    color: #434656 !important;
    max-width: 480px !important;
    margin: 0 auto 2.5rem !important;
    line-height: 1.75 !important;
}

/* Ring */
.ypb-gl-ring-wrap {
    position: relative !important;
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto 2.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.ypb-gl-ring-outer {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    border: 1px dashed rgba(37,84,255,0.2) !important;
    animation: ypb-gl-spin 22s linear infinite !important;
    background: none !important;
}
.ypb-gl-ring-inner {
    position: absolute !important;
    inset: 18px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(37,84,255,0.12) !important;
    animation: ypb-gl-spin 14s linear infinite reverse !important;
    background: none !important;
}
@keyframes ypb-gl-spin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.ypb-gl-ring-core {
    position: relative !important;
    z-index: 2 !important;
    background: #fff !important;
    border: 1px solid rgba(37,84,255,0.12) !important;
    border-radius: 50% !important;
    width: 112px !important;
    height: 112px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    box-shadow: 0 8px 32px rgba(37,84,255,0.1) !important;
}
.ypb-gl-ring-code {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.06em !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    line-height: 1.2 !important;
}
.ypb-gl-ring-label {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.5rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    color: #747688 !important;
}
.ypb-gl-glow-a {
    position: absolute !important; top: -8px !important; right: -8px !important;
    width: 48px !important; height: 48px !important;
    background: rgba(37,84,255,0.08) !important;
    border-radius: 50% !important; filter: blur(16px) !important;
}
.ypb-gl-glow-b {
    position: absolute !important; bottom: -8px !important; left: -8px !important;
    width: 48px !important; height: 48px !important;
    background: rgba(107,56,212,0.07) !important;
    border-radius: 50% !important; filter: blur(16px) !important;
}

/* Hero buttons */
.ypb-gl-hero-btns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.75rem !important;
}
.ypb-gl-hero-meta {
    font-size: 0.63rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: #747688 !important;
}

/* Buttons */
.ypb-gl-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    padding: 0.85rem 2rem !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 28px rgba(37,84,255,0.28) !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1 !important;
}
.ypb-gl-btn-primary:hover { transform: translateY(-2px) !important; box-shadow: 0 12px 36px rgba(37,84,255,0.36) !important; color: #fff !important; }
.ypb-gl-btn-primary--lg { font-size: 1.05rem !important; padding: 1rem 2.5rem !important; }
.ypb-gl-btn-ghost {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #747688 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    background: none !important;
    transition: color 0.15s, border-color 0.15s !important;
    padding: 0 !important;
}
.ypb-gl-btn-ghost:hover { color: #191c1e !important; border-bottom-color: #747688 !important; }
.ypb-gl-btn-outline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #2554ff !important;
    text-decoration: none !important;
    border: 1.5px solid rgba(37,84,255,0.3) !important;
    padding: 0.55rem 1.1rem !important;
    border-radius: 8px !important;
    background: none !important;
    transition: border-color 0.15s, background 0.15s !important;
    margin-top: 1.5rem !important;
}
.ypb-gl-btn-outline:hover { border-color: #2554ff !important; background: #eef2ff !important; }

/* ── Stats bar ────────────────────────────────────────────── */
.ypb-gl-stats {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(25,28,30,0.09) !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ypb-gl-stat {
    padding: 1.25rem 0.5rem !important;
    border-right: 1px solid rgba(25,28,30,0.09) !important;
    border-top: none !important; border-bottom: none !important; border-left: none !important;
    background: none !important;
    list-style: none !important;
}
.ypb-gl-stat:last-child { border-right: none !important; }
.ypb-gl-stat strong {
    display: block !important;
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    color: #2554ff !important;
    line-height: 1 !important;
    background: none !important;
    -webkit-text-fill-color: #2554ff !important;
}
.ypb-gl-stat span {
    display: block !important;
    font-size: 0.58rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: #747688 !important;
    margin-top: 3px !important;
}

/* ── Shared section ───────────────────────────────────────── */
.ypb-gl-section {
    padding: 3rem 2rem !important;
    border-bottom: 1px solid rgba(25,28,30,0.09) !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    background: #ffffff !important;
    margin: 0 !important;
}
.ypb-gl-dims-bg { background: #f0f2f5 !important; }
.ypb-gl-section-label {
    font-size: 0.67rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: #2554ff !important;
    margin-bottom: 0.6rem !important;
    display: block !important;
}
.ypb-gl-section-label--gold { color: #d4950a !important; }
.ypb-gl-section-sub {
    font-style: italic !important;
    color: #434656 !important;
    max-width: 520px !important;
    margin-bottom: 2rem !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
}

/* ── Dimensions ───────────────────────────────────────────── */
.ypb-gl-dim-grid {
    display: grid !important;
    grid-template-columns: repeat(5,1fr) !important;
    gap: 0.75rem !important;
}
.ypb-gl-dim-card {
    background: #ffffff !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 14px !important;
    padding: 1.1rem 0.9rem !important;
    transition: box-shadow 0.2s, transform 0.2s !important;
}
.ypb-gl-dim-card:hover { box-shadow: 0 6px 24px rgba(37,84,255,0.1) !important; transform: translateY(-3px) !important; }
.ypb-gl-dim-pair {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin-bottom: 0.65rem !important;
}
.ypb-gl-dim-letter {
    width: 26px !important; height: 26px !important;
    border-radius: 7px !important;
    background: #eef2ff !important;
    color: #2554ff !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
.ypb-gl-dim-letter--alt { background: rgba(107,56,212,0.08) !important; color: #6b38d4 !important; }
.ypb-gl-dim-vs {
    font-size: 0.58rem !important;
    font-weight: 600 !important;
    color: #747688 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}
.ypb-gl-dim-card h3 {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.4rem !important;
    line-height: 1.25 !important;
    color: #191c1e !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.ypb-gl-dim-card p {
    font-size: 0.78rem !important;
    color: #434656 !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ypb-gl-dim-bar {
    margin-top: 0.7rem !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: #f0f2f5 !important;
    position: relative !important;
    overflow: visible !important;
}
.ypb-gl-dim-bar-fill {
    position: absolute !important; left: 0 !important; top: 0 !important;
    height: 100% !important; border-radius: 999px !important;
    background: linear-gradient(90deg, #2554ff, #6b38d4) !important;
}
.ypb-gl-dim-bar-thumb {
    position: absolute !important; top: 50% !important;
    width: 10px !important; height: 10px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 2px solid #2554ff !important;
    transform: translate(-50%,-50%) !important;
    box-shadow: 0 1px 4px rgba(37,84,255,0.25) !important;
}

/* ── What you get ─────────────────────────────────────────── */
.ypb-gl-gets-grid {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 0.9rem !important;
    margin-top: 1.5rem !important;
}
.ypb-gl-get-card {
    background: #f0f2f5 !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 16px !important;
    padding: 1.4rem !important;
    transition: border-color 0.2s !important;
}
.ypb-gl-get-card:hover { border-color: rgba(37,84,255,0.3) !important; }
.ypb-gl-get-card--feat {
    background: linear-gradient(135deg, rgba(37,84,255,0.05) 0%, rgba(107,56,212,0.03) 100%) !important;
    border-color: rgba(37,84,255,0.18) !important;
}
.ypb-gl-get-num {
    font-size: 0.63rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    color: #2554ff !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}
.ypb-gl-get-card h3 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.4rem !important;
    color: #191c1e !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
}
.ypb-gl-get-card p { font-size: 0.85rem !important; color: #434656 !important; margin: 0 !important; line-height: 1.6 !important; padding: 0 !important; }

/* ── Premium teaser ───────────────────────────────────────── */
.ypb-gl-prem-inner {
    display: grid !important;
    grid-template-columns: 1fr 210px !important;
    gap: 2.5rem !important;
    align-items: center !important;
}
.ypb-gl-prem-copy .ypb-gl-h2 { font-size: clamp(1.4rem, 3vw, 1.9rem) !important; }
.ypb-gl-prem-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 1.25rem 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.6rem !important;
}
.ypb-gl-prem-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.6rem !important;
    font-size: 0.9rem !important;
    color: #434656 !important;
    line-height: 1.5 !important;
}
.ypb-gl-prem-list li svg { flex-shrink: 0 !important; margin-top: 2px !important; }
.ypb-gl-prem-card {
    background: #ffffff !important;
    border: 1px solid rgba(212,149,10,0.25) !important;
    border-radius: 16px !important;
    padding: 1.25rem !important;
    box-shadow: 0 4px 24px rgba(212,149,10,0.07) !important;
}
.ypb-gl-prem-badge {
    display: inline-block !important;
    font-size: 0.57rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: #d4950a !important;
    background: rgba(212,149,10,0.1) !important;
    border: 1px solid rgba(212,149,10,0.2) !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    margin-bottom: 0.7rem !important;
}
.ypb-gl-prem-code {
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    margin-bottom: 0.2rem !important;
    display: block !important;
    line-height: 1.3 !important;
}
.ypb-gl-prem-name { font-size: 0.72rem !important; color: #747688 !important; margin-bottom: 1rem !important; display: block !important; }
.ypb-gl-prem-rows { display: flex !important; flex-direction: column !important; gap: 0.55rem !important; margin-bottom: 0.9rem !important; }
.ypb-gl-prem-rows > div { display: flex !important; flex-direction: column !important; gap: 3px !important; }
.ypb-gl-prem-rows span { font-size: 0.6rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; color: #747688 !important; }
.ypb-gl-lock-bar { height: 5px !important; border-radius: 999px !important; background: #f0f2f5 !important; position: relative !important; overflow: hidden !important; }
.ypb-gl-lock-bar::after { content:'' !important; position:absolute !important; inset:0 !important; background: repeating-linear-gradient(90deg,rgba(37,84,255,0.07) 0px,rgba(37,84,255,0.07) 4px,transparent 4px,transparent 8px) !important; }
.ypb-gl-prem-lock { font-size: 0.65rem !important; color: #747688 !important; text-align: center !important; padding-top: 0.7rem !important; border-top: 1px solid rgba(25,28,30,0.09) !important; border-bottom: none !important; border-left: none !important; border-right: none !important; display: block !important; }

/* ── Final CTA ────────────────────────────────────────────── */
.ypb-gl-final-cta {
    background: linear-gradient(160deg, #f0f4ff 0%, #ffffff 60%) !important;
    text-align: center !important;
    padding: 4rem 2rem 3.5rem !important;
    border-bottom: 1px solid rgba(25,28,30,0.09) !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    margin: 0 !important;
}
.ypb-gl-final-cta .ypb-gl-h2 { margin-bottom: 0.85rem !important; }
.ypb-gl-final-cta > p { font-size: 1rem !important; font-style: italic !important; color: #434656 !important; max-width: 400px !important; margin: 0 auto 2.25rem !important; line-height: 1.7 !important; }
.ypb-gl-final-divider { display: flex !important; align-items: center !important; justify-content: center !important; gap: 0.75rem !important; color: #747688 !important; margin: 1.25rem 0 0.85rem !important; }
.ypb-gl-final-line { height: 1px !important; width: 32px !important; background: currentColor !important; opacity: 0.3 !important; flex-shrink: 0 !important; }
.ypb-gl-final-divider span { font-size: 0.58rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.14em !important; color: #747688 !important; }

/* ── Footer ───────────────────────────────────────────────── */
.ypb-gl-footer {
    background: #ffffff !important;
    border-top: 1px solid rgba(25,28,30,0.09) !important;
    border-bottom: none !important; border-left: none !important; border-right: none !important;
    padding: 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}
.ypb-gl-footer-logo { font-weight: 900 !important; font-size: 0.9rem !important; text-transform: uppercase !important; letter-spacing: -0.01em !important; color: #747688 !important; margin-bottom: 0.25rem !important; display: block !important; }
.ypb-gl-footer-copy { font-size: 0.65rem !important; color: #747688 !important; display: block !important; }
.ypb-gl-footer-links { display: flex !important; gap: 1.5rem !important; list-style: none !important; margin: 0 !important; padding: 0 !important; }
.ypb-gl-footer-links a { font-size: 0.85rem !important; font-style: italic !important; color: #747688 !important; text-decoration: none !important; transition: color 0.15s !important; }
.ypb-gl-footer-links a:hover { color: #2554ff !important; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 860px) {
    .ypb-gl-dim-grid { grid-template-columns: repeat(2,1fr) !important; }
    .ypb-gl-prem-inner { grid-template-columns: 1fr !important; }
    .ypb-gl-prem-card { display: none !important; }
}
@media (max-width: 600px) {
    .ypb-gl-hero, .ypb-gl-section, .ypb-gl-final-cta { padding: 2.5rem 1.25rem !important; }
    .ypb-gl-dim-grid { grid-template-columns: 1fr !important; }
    .ypb-gl-gets-grid { grid-template-columns: 1fr !important; }
    .ypb-gl-stats { grid-template-columns: repeat(2,1fr) !important; }
    .ypb-gl-stat:nth-child(2) { border-right: none !important; }
    .ypb-gl-nav { padding: 0.75rem 1.25rem !important; }
}

/* ════════════════════════════════════════════════════════════
   CHECK EMAIL PAGE  (ypb-ce)
   Same design language as ypb-gl guest landing.
   ════════════════════════════════════════════════════════════ */
.ypb-ce {
    --ce-acc:     #2554ff;
    --ce-purple:  #6b38d4;
    --ce-bg:      #f7f9fb;
    --ce-bg2:     #ffffff;
    --ce-bg3:     #f0f2f5;
    --ce-text:    #191c1e;
    --ce-text2:   #434656;
    --ce-text3:   #747688;
    --ce-border:  rgba(25,28,30,0.09);
    font-family: 'Newsreader', Georgia, serif !important;
    color: #191c1e !important;
    background: #f7f9fb !important;
    display: block !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 2rem 1rem 4rem !important;
}
.ypb-ce *, .ypb-ce *::before, .ypb-ce *::after { box-sizing: border-box; }
.ypb-ce h1, .ypb-ce strong {
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
    color: #191c1e !important;
}
.ypb-ce p { color: #434656 !important; margin: 0 !important; }

/* Eyebrow */
.ypb-ce-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: #747688 !important;
    margin-bottom: 1.5rem !important;
}
.ypb-ce-dot {
    width: 6px !important; height: 6px !important;
    border-radius: 50% !important;
    background: #2554ff !important;
    display: inline-block !important;
    animation: ypb-gl-pulse 2.2s ease-in-out infinite !important;
}

/* Hero */
.ypb-ce-hero {
    text-align: center !important;
    padding: 2.5rem 1.5rem 2rem !important;
    background: #ffffff !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 20px !important;
    margin-bottom: 1.25rem !important;
}
.ypb-ce-icon {
    margin-bottom: 1.25rem !important;
}
.ypb-ce-icon svg {
    display: inline-block !important;
}
.ypb-ce-h1 {
    font-size: clamp(1.8rem, 5vw, 2.6rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 0.85rem !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    text-transform: none !important;
    color: #191c1e !important;
}
.ypb-ce-lead {
    font-size: 1.1rem !important;
    font-style: italic !important;
    color: #434656 !important;
    line-height: 1.7 !important;
    max-width: 440px !important;
    margin: 0 auto !important;
}

/* Steps card */
.ypb-ce-card {
    background: #ffffff !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    margin-bottom: 1.25rem !important;
}
.ypb-ce-steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
}
.ypb-ce-step {
    display: flex !important;
    gap: 1rem !important;
    align-items: flex-start !important;
}
.ypb-ce-step-num {
    flex-shrink: 0 !important;
    width: 32px !important; height: 32px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    color: #fff !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.85rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 2px !important;
}
.ypb-ce-step-body {
    flex: 1 !important;
}
.ypb-ce-step-body strong {
    display: block !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.3rem !important;
    color: #191c1e !important;
}
.ypb-ce-step-body p {
    font-size: 0.875rem !important;
    color: #434656 !important;
    line-height: 1.6 !important;
}

/* CTA */
.ypb-ce-cta {
    text-align: center !important;
    background: linear-gradient(160deg, #f0f4ff 0%, #ffffff 60%) !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 20px !important;
    padding: 2.5rem 2rem !important;
    margin-bottom: 1.25rem !important;
}
.ypb-ce-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 0.9rem 2.25rem !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #2554ff, #6b38d4) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 28px rgba(37,84,255,0.28) !important;
    border: none !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
    margin-bottom: 1.25rem !important;
}
.ypb-ce-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 36px rgba(37,84,255,0.36) !important;
    color: #fff !important;
}
.ypb-ce-cta-note {
    font-size: 0.85rem !important;
    color: #747688 !important;
    font-style: italic !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.ypb-ce-cta-note a { color: #2554ff !important; text-decoration: none !important; font-weight: 600 !important; font-style: normal !important; }
.ypb-ce-cta-note a:hover { text-decoration: underline !important; }

/* Preview cards */
.ypb-ce-preview {
    background: #ffffff !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
}
.ypb-ce-preview-label {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.67rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    color: #2554ff !important;
    margin-bottom: 1.25rem !important;
    display: block !important;
}
.ypb-ce-preview-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.85rem !important;
}
.ypb-ce-preview-card {
    background: #f0f2f5 !important;
    border: 1px solid rgba(25,28,30,0.09) !important;
    border-radius: 14px !important;
    padding: 1.1rem !important;
}
.ypb-ce-preview-num {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.6rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    color: #2554ff !important;
    margin-bottom: 0.4rem !important;
    display: block !important;
}
.ypb-ce-preview-card strong {
    display: block !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.35rem !important;
    color: #191c1e !important;
    line-height: 1.3 !important;
}
.ypb-ce-preview-card p {
    font-size: 0.76rem !important;
    color: #434656 !important;
    line-height: 1.55 !important;
}

@media (max-width: 600px) {
    .ypb-ce { padding: 1rem 0.75rem 3rem !important; }
    .ypb-ce-hero, .ypb-ce-card, .ypb-ce-cta, .ypb-ce-preview { padding: 1.5rem 1.25rem !important; }
    .ypb-ce-preview-grid { grid-template-columns: 1fr !important; }
}
