/*inset-fallback*/
:root{--text-heading:var(--ink);--text-body:var(--ink);--text-muted:var(--slate);--ycdp-secondary:var(--slate);--ycdp-primary:var(--periwinkle);--ycdp-primary-dark:var(--ink);--ycdp-primary-light:var(--periwinkle-50);--ycdp-primary-deep:#4A5A8F;--ycdp-accent:var(--green);--ycdp-accent-light:var(--green-tint);--ycdp-bg-section:var(--surface-light);--border-default:var(--border);--ycdp-border-soft:var(--border);--border-strong:#8B9CC7;--ycdp-border:#8B9CC7;--surface-card:var(--white);--shadow-card:0 2px 8px rgba(0,0,0,0.06);--shadow-hover:0 8px 24px rgba(109,129,185,0.15);--radius-full:999px;--radius-md:12px;--radius-lg:20px;}
/* knowledge article template */
.kb-bc{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;padding:0.85rem 0;font-size:0.8125rem;color:var(--text-muted);}.kb-bc a{color:var(--ycdp-primary);text-decoration:none;}.kb-bc a:hover{color:var(--ycdp-primary-dark);}.kb-bc .breadcrumb-sep{color:var(--ycdp-primary-light);}.kb-bc .breadcrumb-cur{color:var(--text-muted);}
.kb-article{padding:0;}.kb-article .article-grid{display:grid;grid-template-columns:minmax(0,68fr) minmax(0,28fr);gap:clamp(2rem,4vw,4rem);align-items:start;}.kb-article .article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin-bottom:1.1rem;}.kb-article .caption{font-size:0.8125rem;line-height:1.5;color:var(--text-muted);}.kb-article .article-meta .caption{margin:0;}.kb-article .pill-cat{display:inline-flex;align-items:center;font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:0.35rem 0.7rem;border-radius:var(--radius-full);background:var(--ycdp-accent-light);color:#0c8f4e;}.kb-article .article-h1{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:700;line-height:1.15;color:var(--text-heading);margin:0;letter-spacing:-0.01em;}.kb-article .standfirst{font-size:1.125rem;font-weight:500;line-height:1.7;color:var(--text-body);margin-top:1.25rem;}.kb-article .article-author{font-size:0.875rem;color:var(--text-muted);margin-top:1.25rem;}.kb-article .article-divider{height:1px;background:var(--border-default);border:0;margin:1.75rem 0;}
.kb-article .article-body > h2{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--text-heading);line-height:1.3;margin:2.5rem 0 1rem;scroll-margin-top:100px;}.kb-article .article-body > h2:first-child{margin-top:0;}.kb-article .article-body p{font-size:1.0625rem;line-height:1.8;color:var(--text-body);margin:0 0 1.1rem;}.kb-article .article-body ul{margin:0 0 1.25rem;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:0.7rem;}.kb-article .article-body ul li{position:relative;padding-left:1.6rem;font-size:1.0625rem;line-height:1.7;color:var(--text-body);}.kb-article .article-body ul li::before{content:'';position:absolute;left:0.1rem;top:0.65rem;width:7px;height:7px;border-radius:50%;background:var(--ycdp-primary-light);}.kb-article .article-body .sublabel{font-weight:700;color:var(--text-heading);margin-bottom:0.4rem;}
.kb-article .article-cta{background:var(--ycdp-accent-light);border:1px solid var(--ycdp-accent);border-radius:1rem;padding:1.75rem;margin:2.25rem 0;}.kb-article .article-cta .eyebrow{color:#0c8f4e;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;display:inline-block;}.kb-article .article-cta h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.35;color:var(--text-heading);margin:0.5rem 0;}.kb-article .article-cta p{font-size:1rem;line-height:1.6;margin-bottom:1.25rem;color:var(--text-body);}
.kb-article .article-foot{margin-top:3rem;}.kb-article .helpful-row{display:flex;align-items:center;gap:0.75rem;padding:1.25rem 0;border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default);flex-wrap:wrap;}.kb-article .helpful-row span{font-size:0.9375rem;font-weight:600;color:var(--text-heading);}.kb-article .helpful-btn{display:inline-flex;align-items:center;gap:0.4rem;font-family:inherit;font-size:0.875rem;font-weight:600;color:var(--ycdp-primary);background:#fff;border:1px solid var(--border-strong);border-radius:var(--radius-full);padding:0.45rem 1rem;cursor:pointer;}.kb-article .helpful-btn:hover{background:var(--ycdp-bg-section);}.kb-article .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;}.kb-article .related-card{background:var(--surface-card);border:1px solid var(--border-default);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:1.5rem;transition:box-shadow .18s ease,transform .18s ease;text-decoration:none;display:block;}.kb-article .related-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px);}.kb-article .related-card .pill-cat{margin-bottom:0.85rem;}.kb-article .related-card .r-title{display:block;font-size:1.0625rem;font-weight:700;color:var(--text-heading);line-height:1.35;}.kb-article .related-card:hover .r-title{color:var(--ycdp-primary);}.kb-article .related-card .caption{margin-top:0.6rem;}
.kb-article .article-side{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.75rem;}.kb-article .toc{border:1px solid var(--border-default);border-radius:var(--radius-md);padding:1.25rem 1.4rem;background:var(--surface-card);}.kb-article .toc-h{font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--text-muted);margin:0 0 0.85rem;}.kb-article .toc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.65rem;}.kb-article .toc a{font-size:0.875rem;line-height:1.4;color:var(--ycdp-primary);text-decoration:none;}.kb-article .toc a:hover{color:var(--ycdp-primary-dark);}.kb-article .side-cta{background:var(--ycdp-primary-light);border-radius:var(--radius-lg);padding:1.4rem;color:#fff;}.kb-article .side-cta h3{color:#fff;font-size:1.0625rem;line-height:1.35;margin-bottom:1rem;font-weight:700;}.kb-article .side-cta .btn{width:100%;}.kb-article .recent-h{font-size:0.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--text-muted);margin:0 0 0.85rem;}.kb-article .recent ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.8rem;}.kb-article .recent a{font-size:0.9375rem;line-height:1.4;color:var(--text-heading);font-weight:500;text-decoration:none;}.kb-article .recent a:hover{color:var(--ycdp-primary);}.kb-article .toc-mobile{display:none;}
.kb-article .cta-group{display:flex;flex-wrap:wrap;gap:0.875rem;align-items:center;margin-top:1.25rem;}.kb-article .btn{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;font-family:inherit;font-weight:600;line-height:1;white-space:nowrap;border-radius:var(--radius-full);cursor:pointer;text-align:center;font-size:1rem;padding:0.95rem 1.75rem;min-height:3rem;border:2px solid transparent;text-decoration:none;}.kb-article .btn--primary{background:#10C469;color:#fff;border-color:#10C469;font-weight:800;}.kb-article .btn--secondary{background:transparent;color:var(--ycdp-primary-deep);border-color:var(--ycdp-primary);}
@media (max-width:900px){.kb-article .related-grid{grid-template-columns:1fr;}}@media (max-width:768px){.kb-article .article-grid{grid-template-columns:1fr;gap:0;}.kb-article .article-side{display:none;}.kb-article .toc-mobile{display:block;margin:1.5rem 0;}}

.section-container:has(.kb-bc){padding-top:0!important;padding-bottom:0!important;}

/* knowledge hub listing */
.kb-hub .section-head{max-width:46rem;}.kb-hub .eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--ycdp-primary);line-height:1.4;display:inline-block;}.kb-hub .h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-0.01em;color:var(--text-heading);margin:0;}.kb-hub .h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-0.01em;color:var(--text-heading);margin:0;}.kb-hub .lead{font-size:1.125rem;line-height:1.6;color:var(--text-muted);margin:0;}.kb-hub .body-lg{font-size:1.0625rem;line-height:1.6;color:var(--text-body);margin:0;}.kb-hub .stack > * + *{margin-top:1.25rem;}
.kb-hub .cta-group{display:flex;flex-wrap:wrap;gap:0.875rem;align-items:center;margin-top:2rem;}.kb-hub .btn{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;font-family:inherit;font-weight:600;line-height:1;white-space:nowrap;border-radius:var(--radius-full);cursor:pointer;text-align:center;font-size:1rem;padding:0.95rem 1.75rem;min-height:3rem;border:2px solid transparent;text-decoration:none;}.kb-hub .btn--blue{background:var(--ycdp-primary);color:#fff;border-color:var(--ycdp-primary);font-weight:800;}.kb-hub .btn--blue:hover{filter:brightness(0.94);box-shadow:var(--shadow-hover);}.kb-hub .btn--secondary{background:transparent;color:var(--ycdp-primary-deep);border-color:var(--ycdp-primary);}.kb-hub .btn--secondary:hover{background:var(--ycdp-bg-tint);}
.kb-hub .kb-cat{margin-top:3rem;}.kb-hub .kb-cat:first-child{margin-top:0;}.kb-hub .kb-cat-head{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.25rem;}.kb-hub .kb-cat-h{margin:0;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.35;color:var(--text-heading);}.kb-hub .kb-cat-ic{width:2.5rem;height:2.5rem;flex:none;border-radius:10px;background:var(--ycdp-bg-tint);color:var(--ycdp-primary);display:flex;align-items:center;justify-content:center;}.kb-hub .kb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem 2rem;}.kb-hub .kb-link{display:flex;align-items:center;gap:0.6rem;padding:0.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--border-default);background:#fff;font-size:1rem;color:var(--text-heading);font-weight:500;text-decoration:none;transition:background .14s ease,border-color .14s ease,transform .14s ease;}.kb-hub .kb-link:hover{background:var(--ycdp-bg-section);border-color:var(--ycdp-primary-light);transform:translateY(-1px);}.kb-hub .kb-link svg{flex:none;color:var(--ycdp-primary-light);margin-left:auto;}
.kb-hub .insight{background:#FFFFFF;border:1px solid var(--border-strong);border-radius:var(--radius-xl,20px);padding:1.5rem;}.kb-hub .insight-label{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--ycdp-primary);margin-bottom:0.6rem;display:block;}.kb-hub .insight-body{font-size:1.0625rem;line-height:1.6;color:var(--text-body);margin:0;}@media (max-width:640px){.kb-hub .kb-grid{grid-template-columns:1fr;}}


/* kb container width fix */
.breakdance .section-container:has(.kb-hub),.breakdance .section-container:has(.kb-bc),.breakdance .section-container:has(.kb-article),.breakdance .section-container:has(.mbg){max-width:1200px !important;margin-left:auto !important;margin-right:auto !important;}

/* money-back guarantee */
.mbg .section-head{max-width:46rem;}.mbg .eyebrow{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--ycdp-primary);line-height:1.4;display:inline-block;}.mbg .h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-0.01em;color:var(--text-heading);margin:0;}.mbg .h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:-0.01em;color:var(--text-heading);margin:0;}.mbg .h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;line-height:1.35;color:var(--text-heading);margin:0;}.mbg .lead{font-size:1.125rem;line-height:1.6;color:var(--text-muted);margin:0;}.mbg .body-lg{font-size:1.0625rem;line-height:1.6;color:var(--text-body);margin:0;}.mbg .stack > * + *{margin-top:1.25rem;}
.mbg .cta-group{display:flex;flex-wrap:wrap;gap:0.875rem;align-items:center;margin-top:2rem;}.mbg .cta-group.center{justify-content:center;}.mbg .btn{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;font-family:inherit;font-weight:600;line-height:1;white-space:nowrap;border-radius:var(--radius-full);cursor:pointer;text-align:center;font-size:1rem;padding:0.95rem 1.75rem;min-height:3rem;border:2px solid transparent;text-decoration:none;}.mbg .btn--primary{background:#10C469;color:#fff;border-color:#10C469;font-weight:800;}.mbg .btn--primary:hover{box-shadow:0 0 0 5px rgba(16,196,105,0.18),0 6px 22px rgba(16,196,105,0.3);color:#fff;}.btn--primary:hover{box-shadow:0 0 0 5px rgba(16,196,105,0.18),0 6px 22px rgba(16,196,105,0.3);color:#fff;}.btn{transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease;}.mbg .btn--secondary{background:transparent;color:var(--ycdp-primary-deep);border-color:var(--ycdp-primary);}.mbg .btn--secondary:hover{background:var(--ycdp-bg-tint);}.mbg .btn--blue{background:var(--ycdp-primary);color:#fff;border-color:var(--ycdp-primary);font-weight:800;}.mbg .btn--blue:hover{filter:brightness(0.94);box-shadow:var(--shadow-hover);}
.mbg .pill-row{display:flex;flex-wrap:wrap;gap:0.625rem;}.mbg .trust-pill{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8125rem;font-weight:500;line-height:1.3;padding:0.5rem 0.85rem;border-radius:var(--radius-full);background:#f1faf5;color:var(--ycdp-secondary);border:1px solid var(--ycdp-accent);}.mbg .trust-pill svg{flex:none;color:var(--ycdp-accent);}
.mbg .grid{display:grid;gap:2rem;}.mbg .grid-2{grid-template-columns:repeat(2,1fr);}.mbg .card{background:var(--surface-card,#fff);border:1px solid var(--border-default);box-shadow:var(--shadow-card);border-radius:var(--radius-md);padding:2rem;transition:box-shadow .18s ease,transform .18s ease;}.mbg .card .card-ic{color:var(--ycdp-primary);margin-bottom:1rem;display:inline-flex;width:48px;height:48px;border-radius:50%;background:var(--ycdp-bg-tint);align-items:center;justify-content:center;}.mbg .card .h3{margin-bottom:0.6rem;}.mbg .card-body{font-size:1.0625rem;line-height:1.6;color:var(--text-body);}.mbg .mbg-flat{display:flex;gap:1rem;align-items:flex-start;}.mbg .mbg-check{flex:none;color:var(--ycdp-accent);}
.mbg .tp-stars--pq{position:relative;z-index:1;height:22px;width:auto;display:block;margin-bottom:1rem;}.mbg .pq{position:relative;overflow:hidden;isolation:isolate;background:#6D81B9;color:#fff;border-radius:var(--radius-xl,20px);padding:clamp(2rem,4vw,3rem);margin:0;}.mbg .pq::before{content:'';position:absolute;top:-42%;right:-42%;bottom:-42%;left:-42%;inset:-42%;z-index:0;pointer-events:none;filter:blur(95px);background:radial-gradient(40% 42% at 10% 12%,rgba(159,174,214,0.85),transparent 70%),radial-gradient(38% 44% at 86% 16%,rgba(64,80,132,0.78),transparent 70%),radial-gradient(48% 52% at 74% 110%,rgba(38,41,60,0.68),transparent 72%),radial-gradient(42% 48% at 16% 106%,rgba(123,108,196,0.58),transparent 72%);}.mbg .pq::after{content:'❞';position:absolute;right:clamp(1.25rem,3vw,2.25rem);bottom:-0.22em;font-family:Georgia,serif;font-size:clamp(5.5rem,11vw,9rem);line-height:1;color:#fff;opacity:0.14;z-index:0;pointer-events:none;}.mbg .pq blockquote,.mbg .pq .pq-cite{position:relative;z-index:1;}.mbg .pq blockquote{font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:800;line-height:1.4;color:#fff;margin:0;}.mbg .pq .pq-cite{margin-top:1.25rem;font-size:0.8125rem;color:rgba(255,255,255,0.82);}.mbg .pq .pq-cite strong{color:#fff;font-weight:700;}
.mbg-dark .h2{color:#fff;}.mbg-dark .lead{color:rgba(255,255,255,0.82);}.mbg-dark .eyebrow{color:var(--ycdp-primary-light);}
@media (max-width:768px){.mbg .grid-2{grid-template-columns:1fr;}}





/* lp-fullwidth-fix */
.breakdance .section-container:has(.lp),.breakdance .section-container:has(.legal-wrap){max-width:100% !important;padding:0 !important;align-items:stretch !important;}
.breakdance .section-container:has(.lp) .lp,.breakdance .section-container:has(.legal-wrap) .legal-wrap{align-self:stretch !important;width:auto !important;}

/* legal-pages */
.legal-wrap{padding:clamp(2.5rem,5vw,4rem) 0 clamp(3rem,6vw,5rem);}
.legal-wrap .container-narrow{max-width:800px;margin:0 auto;padding:0 1.5rem;}
.legal-wrap .h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-0.01em;color:var(--text-heading);text-wrap:balance;}
.legal-wrap .legal-head{margin-bottom:2rem;}
.legal-wrap .legal-head .h1{font-size:clamp(1.875rem,4vw,2.75rem);}
.legal-wrap .legal-meta{font-size:0.875rem;color:var(--text-muted);margin-top:0.85rem;}
.legal-wrap .legal-intro{font-size:1.0625rem;line-height:1.7;color:var(--text-body);font-weight:500;margin-top:1rem;}
.legal-wrap .legal-prose>h2{font-size:clamp(1.125rem,1.9vw,1.375rem);font-weight:700;color:var(--text-heading);margin:2.5rem 0 0.85rem;}
.legal-wrap .legal-prose>h2:first-child{margin-top:0;}
.legal-wrap .legal-prose h3{font-size:1.0625rem;font-weight:700;color:var(--text-heading);margin:1.6rem 0 0.5rem;}
.legal-wrap .legal-prose p{font-size:1rem;line-height:1.75;color:var(--text-body);margin:0 0 0.9rem;}
.legal-wrap .legal-prose ul{margin:0 0 1.1rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.5rem;}
.legal-wrap .legal-prose li{position:relative;padding-left:1.5rem;font-size:1rem;line-height:1.7;color:var(--text-body);}
.legal-wrap .legal-prose li::before{content:"";position:absolute;left:0.15rem;top:0.62rem;width:6px;height:6px;border-radius:50%;background:var(--ycdp-primary-light);}
.legal-wrap .legal-prose strong{color:var(--text-heading);font-weight:700;}
.legal-wrap .legal-prose a{color:var(--ycdp-primary);text-decoration:underline;}
.legal-wrap .legal-prose a:hover{color:var(--ycdp-primary-dark);}
.legal-wrap .legal-divider{height:1px;background:var(--border-default);border:0;margin:3rem 0;}
.legal-wrap .legal-version-label{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--ycdp-primary);margin-bottom:0.5rem;}
@media (max-width:768px){.legal-wrap .container-narrow{padding:0 1.25rem;}}

/* dev2 typography overrides */
.kb-article .article-h1{font-size:var(--text-h3);line-height:1.2;letter-spacing:0;}
.kb-article .article-body h2{font-size:var(--text-h5);line-height:1.35;margin:2rem 0 0.75rem;}
.kb-article .article-body h3{font-size:1.125rem;font-weight:700;color:var(--ink);line-height:1.4;margin:1.5rem 0 0.5rem;}
.kb-article .article-body h4{font-size:var(--text-body);font-weight:700;color:var(--ink);line-height:1.45;margin:1.25rem 0 0.4rem;}
.kb-article .article-cta h3{font-size:var(--text-h6);}
.kb-article .side-cta h3{font-size:1.0625rem;line-height:1.35;}
.kb-article .recent .ee-post-title{font-size:0.9375rem;font-weight:500;line-height:1.4;margin:0;}
.kb-article .related-native .ee-post-title{font-size:1.0625rem;font-weight:700;line-height:1.35;margin:0;}


/* dev2 recent block */
.kb-article .recent{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.4rem;display:flex;flex-direction:column;gap:0;}
.kb-article .recent-h{margin:0 0 1.1rem;}
.kb-article .recent .ee-posts,.kb-article .recent .bde-loop{display:flex;flex-direction:column;gap:1.05rem;grid-template-columns:none;}
.kb-article .recent .ee-post,.kb-article .recent .bde-loop-item{margin:0;padding:0;background:none;border:0;}
.kb-article .recent .ee-post-wrap{padding:0;margin:0;}
