body.yb-theme .lp-hero{position:relative;overflow:hidden;padding:4.5rem 0 5rem;background:var(--yb-bg)}body.yb-theme .lp-hero--compact{padding-bottom:clamp(2rem,4vw,3rem)}body.yb-theme .lp-hero__grid{position:relative;z-index:2}body.yb-theme .lp-hero__content--center{text-align:center;margin:0 auto;max-width:760px}body.yb-theme.page-article .container--article-hero{max-width:960px}body.yb-theme.page-article .lp-hero__content--center{max-width:none}body.yb-theme.page-article .lp-hero__title--article{max-width:none}body.yb-theme.page-article .article-hero__lead{max-width:62ch}body.yb-theme .lp-hero__content--left{text-align:left;margin:0;max-width:56rem}body.yb-theme .lp-hero__badge{display:inline-flex;align-items:center;gap:0.45rem;padding:0.35rem 0.85rem;margin-bottom:1.25rem;border-radius:0.45rem;background:linear-gradient( 135deg,rgba(74,158,255,0.32) 0%,rgba(20,45,82,0.88) 48%,rgba(5,10,18,0.92) 100% );border:1px solid rgba(74,158,255,0.38);color:var(--yb-text);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;box-shadow:0 0 12px rgba(74,158,255,0.14),inset 0 1px 0 rgba(255,255,255,0.06)}html.theme-light body.yb-theme .lp-hero__badge{background:linear-gradient( 135deg,rgba(74,158,255,0.14) 0%,rgba(255,255,255,0.96) 55%,rgba(238,243,251,0.98) 100% );border:1px solid rgba(53,122,189,0.22);color:var(--yb-badge-text);box-shadow:0 2px 10px rgba(53,122,189,0.08)}body.yb-theme .lp-hero__badge i{color:#7ab8ff;font-size:0.82rem}html.theme-light body.yb-theme .lp-hero__badge i{color:var(--yb-accent)}body.yb-theme .lp-hero__title{margin:0 0 1rem;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.15;font-weight:800;color:var(--yb-heading)}body.yb-theme .lp-hero__subtitle{margin:0 0 1.25rem;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:600;line-height:1.45;color:var(--yb-accent)}body.yb-theme .lp-hero__subtitle strong{color:var(--yb-accent);font-weight:700}body.yb-theme .lp-hero__desc{margin:0 0 1.5rem;color:var(--yb-muted);line-height:1.75}body.yb-theme .lp-hero__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0.9rem;margin-bottom:1.75rem}body.yb-theme .lp-hero__card{display:flex;align-items:flex-start;gap:0.75rem;padding:0.9rem 1rem;border-radius:16px}body.yb-theme .lp-hero__card i{font-size:1.4rem;color:var(--yb-accent);flex-shrink:0}body.yb-theme .lp-hero__card-label{display:block;font-weight:700;color:var(--yb-heading);font-size:0.95rem}body.yb-theme .lp-hero__card-text{display:block;color:var(--yb-muted);font-size:0.88rem;line-height:1.45}body.yb-theme .lp-hero__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:0.85rem}body.yb-theme .lp-hero__actions .btn{flex:0 1 auto;white-space:nowrap}body.yb-theme .lp-hero__actions--center{justify-content:center}body.yb-theme .lp-hero__visual{position:relative}body.yb-theme .lp-hero__image{display:block;width:100%;height:auto;border-radius:18px}body.yb-theme .lp-stats-section{padding:clamp(2rem,5vw,3.5rem) 0}body.yb-theme .lp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}body.yb-theme .lp-stats--inline{margin-top:1.75rem}body.yb-theme .lp-stat{padding:1.25rem 1rem;text-align:center;border-radius:16px;background:var(--yb-glass);border:1px solid var(--yb-border);box-shadow:var(--yb-card-shadow)}body.yb-theme .lp-stat__number{display:block;font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:800;line-height:1;color:var(--yb-accent);margin-bottom:0.5rem}body.yb-theme .lp-stat__desc{display:block;color:var(--yb-muted);font-size:0.9rem;line-height:1.5}body.yb-theme .lp-prose{padding:clamp(1.5rem,4vw,2.75rem);border-radius:22px}body.yb-theme .lp-prose p{color:var(--yb-muted);line-height:1.8;margin:0 0 1.1rem}body.yb-theme .lp-prose p:last-child{margin-bottom:0}body.yb-theme .lp-prose strong{color:var(--yb-text)}body.yb-theme .lp-prose__subtitle{font-size:1.15rem;font-weight:600;color:var(--yb-text);margin:1.75rem 0 0.85rem}body.yb-theme .lp-prose__subtitle:first-child{margin-top:0}body.yb-theme .lp-prose__highlight{margin-top:1.25rem;padding:1rem 1.25rem;border-left:3px solid var(--yb-accent);border-radius:10px;background:var(--yb-glass-light);color:var(--yb-text) !important;font-weight:500}body.yb-theme .lp-problems{list-style:none;padding:0;margin:0.5rem 0 0;display:grid;gap:0.85rem}body.yb-theme .lp-problems li{position:relative;padding-left:1.75rem;color:var(--yb-muted);line-height:1.7}body.yb-theme .lp-problems li::before{content:"\2192";position:absolute;left:0;top:0;color:var(--yb-accent);font-weight:700}body.yb-theme .lp-problems strong{color:var(--yb-heading)}body.yb-theme .lp-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem;align-items:center;padding-top:0.875rem}body.yb-theme .lp-option-card{position:relative;display:flex;flex-direction:column;padding:1.75rem;border-radius:20px;overflow:visible;transition:transform 0.35s ease,box-shadow 0.35s ease,border-color 0.35s ease}body.yb-theme .lp-option-card--neutral{border-color:var(--tone-negative-border);background:linear-gradient(165deg,var(--tone-negative-bg) 0%,transparent 40%),var(--yb-glass)}body.yb-theme .lp-option-card--neutral .lp-option-card__icon{background:var(--tone-negative-bg);border:1px solid var(--tone-negative-border);color:var(--tone-negative-accent)}body.yb-theme .lp-option-card--neutral .lp-option-card__price{color:var(--tone-negative-title)}body.yb-theme .lp-option-card--neutral .lp-option-card__list li::before{content:"\2715";color:var(--tone-negative-accent)}body.yb-theme .lp-option-card--neutral:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--tone-negative-accent) 35%,var(--yb-border))}body.yb-theme .lp-option-card--featured{padding-top:2rem;border-color:var(--tone-positive-border);box-shadow:var(--yb-glow-soft),0 0 0 1px var(--tone-positive-border),inset 0 1px 0 rgba(255,255,255,0.08);transform:translateY(-6px) scale(1.025);z-index:2;background:linear-gradient(165deg,var(--tone-positive-bg) 0%,transparent 38%),var(--yb-glass)}body.yb-theme .lp-option-card--featured::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:20px 20px 0 0;background:linear-gradient(90deg,var(--tone-positive-accent) 0%,var(--yb-accent) 100%)}body.yb-theme .lp-option-card--featured:hover{transform:translateY(-8px) scale(1.03);box-shadow:var(--yb-card-shadow-hover),0 0 28px rgba(16,185,129,0.14)}body.yb-theme .lp-option-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);padding:0.35rem 0.85rem;border-radius:999px;background:linear-gradient(135deg,var(--tone-positive-accent) 0%,var(--yb-accent) 100%);color:#fff;font-size:0.72rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;box-shadow:var(--yb-glow-soft),0 0 0 1px rgba(255,255,255,0.12);z-index:1}body.yb-theme .lp-option-card__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--yb-icon-bg);color:var(--yb-accent);font-size:1.4rem;margin-bottom:1rem}body.yb-theme .lp-option-card--featured .lp-option-card__icon{width:56px;height:56px;background:var(--tone-positive-bg);border:1px solid var(--tone-positive-border);color:var(--tone-positive-accent);box-shadow:0 0 0 4px rgba(16,185,129,0.08)}body.yb-theme .lp-option-card__title{margin:0 0 0.4rem;font-size:1.2rem;font-weight:700;color:var(--yb-heading)}body.yb-theme .lp-option-card--featured .lp-option-card__title{font-size:1.28rem}body.yb-theme .lp-option-card__price{margin:0 0 0.75rem;font-size:1.05rem;font-weight:700;color:var(--yb-accent)}body.yb-theme .lp-option-card--featured .lp-option-card__price{color:var(--tone-positive-title)}body.yb-theme .lp-option-card__desc{margin:0 0 1rem;color:var(--yb-muted);line-height:1.65}body.yb-theme .lp-option-card__list{list-style:none;padding:0;margin:auto 0 0;display:grid;gap:0.6rem}body.yb-theme .lp-option-card__list li{position:relative;padding-left:1.6rem;color:var(--yb-muted);font-size:0.92rem;line-height:1.55}body.yb-theme .lp-option-card__list li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--yb-cyan);font-weight:700}body.yb-theme .lp-option-card--featured .lp-option-card__list li::before{color:var(--tone-positive-accent)}@media (max-width:767.98px){body.yb-theme .lp-options{align-items:stretch}body.yb-theme .lp-option-card--featured{transform:none}}@media (prefers-reduced-motion:reduce){body.yb-theme .lp-option-card--featured,body.yb-theme .lp-option-card--featured:hover,body.yb-theme .lp-option-card--neutral:hover{transform:none}}body.yb-theme .lp-compare-vs{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}body.yb-theme .lp-vs-col{padding:1.75rem;border-radius:20px}body.yb-theme .lp-vs-col--bad.home-glass{background:var(--tone-negative-bg);border-color:var(--tone-negative-border)}body.yb-theme .lp-vs-col--good.home-glass{background:var(--tone-positive-bg);border-color:var(--tone-positive-border)}body.yb-theme .lp-vs-col__title{display:flex;align-items:center;gap:0.5rem;margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:var(--yb-heading)}body.yb-theme .lp-vs-col--bad .lp-vs-col__title i{color:var(--tone-negative-accent)}body.yb-theme .lp-vs-col--good .lp-vs-col__title i{color:var(--tone-positive-accent)}body.yb-theme .lp-vs-col ul{list-style:none;padding:0;margin:0;display:grid;gap:0.75rem}body.yb-theme .lp-vs-col li{position:relative;padding-left:1.6rem;color:var(--yb-muted);line-height:1.6}body.yb-theme .lp-vs-col--bad li::before{content:"\2715";position:absolute;left:0;color:var(--tone-negative-accent);font-weight:700}body.yb-theme .lp-vs-col--good li::before{content:"\2713";position:absolute;left:0;color:var(--tone-positive-accent);font-weight:700}body.yb-theme .lp-steps{list-style:none;padding:0;margin:0;display:grid;gap:1.1rem;counter-reset:lp-step}body.yb-theme .lp-step{display:flex;gap:1.25rem;padding:1.5rem;border-radius:18px}body.yb-theme .lp-step__num{flex-shrink:0;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--yb-icon-bg);color:var(--yb-accent);font-size:1.2rem;font-weight:800}body.yb-theme .lp-step__label{display:inline-block;margin-bottom:0.35rem;font-size:0.78rem;font-weight:600;letter-spacing:0.03em;color:var(--yb-accent);text-transform:uppercase}body.yb-theme .lp-step__title{margin:0 0 0.45rem;font-size:1.12rem;font-weight:700;color:var(--yb-heading)}body.yb-theme .lp-step__text{margin:0;color:var(--yb-muted);line-height:1.7}body.yb-theme .lp-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;align-items:stretch}body.yb-theme .lp-case{display:flex;flex-direction:column;gap:0.85rem;padding:1.75rem;border-radius:20px}body.yb-theme .lp-case__tag{display:inline-flex;align-items:center;gap:0.45rem;padding:0.35rem 0.8rem;margin-bottom:0.15rem;border-radius:999px;background:var(--yb-glass-light);border:1px solid var(--yb-border);color:var(--yb-muted);font-size:0.78rem;font-weight:600;align-self:flex-start}body.yb-theme .lp-case__client{margin:0 0 0.35rem;font-size:1.15rem;font-weight:700;color:var(--yb-heading);line-height:1.35}body.yb-theme .lp-case__section{padding:1rem 1.1rem;border-radius:0.75rem;border:1px solid transparent}body.yb-theme .lp-case__section--problem{background:var(--tone-negative-bg);border-color:var(--tone-negative-border)}body.yb-theme .lp-case__section--actions{background:rgba(74,158,255,0.08);border-color:rgba(74,158,255,0.18)}body.yb-theme .lp-case__section--results{background:var(--tone-positive-bg);border-color:var(--tone-positive-border);margin-top:auto}body.yb-theme .lp-case__section-title{display:flex;align-items:center;gap:0.45rem;margin:0 0 0.55rem;font-weight:700;font-size:0.78rem;text-transform:uppercase;letter-spacing:0.05em}body.yb-theme .lp-case__section--problem .lp-case__section-title{color:var(--tone-negative-title)}body.yb-theme .lp-case__section--problem .lp-case__section-title i{color:var(--tone-negative-accent)}body.yb-theme .lp-case__section--actions .lp-case__section-title{color:var(--yb-accent)}body.yb-theme .lp-case__section--results .lp-case__section-title{color:var(--tone-positive-title)}body.yb-theme .lp-case__section--results .lp-case__section-title i{color:var(--tone-positive-accent)}body.yb-theme .lp-case__section-body{margin:0;color:var(--yb-muted);line-height:1.65;font-size:0.92rem}body.yb-theme .lp-case__section-body strong{color:var(--yb-heading)}body.yb-theme .lp-case__block{margin:0 0 0.85rem;color:var(--yb-muted);line-height:1.7}body.yb-theme .lp-case__block strong{color:var(--yb-text)}body.yb-theme .lp-case__results{list-style:none;padding:0;margin:0;display:grid;gap:0.55rem}body.yb-theme .lp-case__results li{position:relative;padding-left:1.6rem;color:var(--yb-muted);line-height:1.55;font-size:0.92rem}body.yb-theme .lp-case__results li::before{content:"\2713";position:absolute;left:0;color:var(--yb-cyan);font-weight:700}body.yb-theme .lp-case__section--results .lp-case__results li::before{color:var(--tone-positive-accent)}body.yb-theme .lp-case__section--results .lp-case__results li strong{color:var(--yb-heading)}body.yb-theme .lp-case-client{padding:clamp(1.5rem,4vw,2.75rem);border-radius:22px}body.yb-theme .lp-case-client p{color:var(--yb-muted);line-height:1.8}body.yb-theme .lp-case-client__subtitle{margin-top:1.25rem;color:var(--yb-text) !important}body.yb-theme .lp-tarifs-formules{display:flex;flex-direction:column;gap:1.25rem}body.yb-theme .lp-diag{padding:clamp(1.5rem,4vw,2.5rem);border-radius:20px;margin-bottom:0;border-left:3px solid var(--yb-accent)}body.yb-theme .lp-tarifs-formules .lp-diag:last-child{margin-bottom:0}body.yb-theme .lp-diag--featured{border-left-width:4px;box-shadow:0 0 0 1px color-mix(in srgb,var(--yb-accent) 25%,transparent)}body.yb-theme .lp-diag__badge{display:inline-block;margin-bottom:0.65rem;padding:0.25rem 0.65rem;border-radius:999px;font-size:0.75rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;color:var(--yb-accent);background:color-mix(in srgb,var(--yb-accent) 12%,transparent)}body.yb-theme .lp-diag__title{margin:0 0 0.75rem;font-size:1.25rem;font-weight:700;color:var(--yb-heading)}body.yb-theme .lp-diag p{color:var(--yb-muted);line-height:1.75;margin:0 0 0.85rem}body.yb-theme .lp-diag__note{margin:0.25rem 0 0;padding:0.85rem 1.1rem;border-radius:10px;background:color-mix(in srgb,var(--yb-accent) 10%,var(--yb-bg-soft));border:1px solid color-mix(in srgb,var(--yb-accent) 22%,var(--yb-border));color:var(--yb-text) !important;font-size:0.92rem;line-height:1.65}html.theme-light body.yb-theme .lp-diag__note{background:color-mix(in srgb,var(--yb-accent) 14%,var(--yb-bg-soft));border-color:color-mix(in srgb,var(--yb-accent) 28%,var(--yb-border));box-shadow:inset 0 1px 0 rgba(255,255,255,0.65)}body.yb-theme .lp-tarifs__note{margin-top:1.5rem;text-align:center;color:var(--yb-muted)}body.yb-theme .lp-tarifs__note a{color:var(--yb-accent);font-weight:600}body.yb-theme #tarifs .lp-diag + .home-packs,body.yb-theme #tarifs .lp-tarifs-formules + .home-packs{margin-top:1.25rem}body.yb-theme .home-leviers--cols-4{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;perspective:none}body.yb-theme .home-leviers--cols-4 .home-levier-card--center,body.yb-theme .home-leviers--cols-4 .home-levier-card:hover{transform:none}@media (max-width:1199.98px){body.yb-theme .home-leviers--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){body.yb-theme .home-leviers--cols-4{grid-template-columns:1fr}}body.yb-theme .lp-pieges{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}body.yb-theme .lp-piege{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;border-radius:1rem}body.yb-theme .lp-piege__icon{flex-shrink:0;width:48px;height:48px;border-radius:0.75rem;display:flex;align-items:center;justify-content:center;font-size:1.35rem;color:#f87171;background:rgba(239,68,68,0.14);border:1px solid rgba(248,113,113,0.45);box-shadow:0 0 16px rgba(239,68,68,0.12)}html.theme-light body.yb-theme .lp-piege__icon{color:#dc2626;background:rgba(239,68,68,0.1);border-color:rgba(220,38,38,0.3)}body.yb-theme .lp-piege__body{flex:1;min-width:0}body.yb-theme .lp-piege__title{margin:0 0 0.5rem;font-size:1.1rem;font-weight:700;color:var(--yb-heading)}body.yb-theme .lp-piege__text{margin:0;font-size:0.92rem;line-height:1.65;color:var(--yb-muted)}body.yb-theme .lp-piege__text strong{color:var(--yb-text)}@media (max-width:575.98px){body.yb-theme .lp-piege{flex-wrap:wrap;gap:1rem}body.yb-theme .lp-piege__body{flex-basis:100%}}body.yb-theme.page-lp #contexte .home-section-head,body.yb-theme.page-lp #faq .home-section-head,body.yb-theme.page-lp #zone .home-section-head{max-width:none}body.yb-theme.page-lp #contact .home-section-intro{max-width:none}body.yb-theme .lp-zone-tags{display:flex;flex-wrap:wrap;gap:0.6rem;margin-top:1.5rem}body.yb-theme .lp-zone-tag{display:inline-flex;align-items:center;gap:0.4rem;padding:0.45rem 0.9rem;border-radius:999px;background:var(--yb-glass-light);border:1px solid var(--yb-border);color:var(--yb-text);font-size:0.85rem;font-weight:500}body.yb-theme .lp-zone-tag i{color:var(--yb-accent)}body.yb-theme .lp-faq{display:grid;gap:0.9rem}body.yb-theme .lp-faq-item{padding:0;border-radius:16px;overflow:hidden}body.yb-theme .lp-faq-item__q{list-style:none;cursor:pointer;padding:1.1rem 1.4rem;font-weight:600;color:var(--yb-heading);position:relative;padding-right:2.75rem}body.yb-theme .lp-faq-item__q::-webkit-details-marker{display:none}body.yb-theme .lp-faq-item__q::after{content:"+";position:absolute;right:1.3rem;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--yb-accent);transition:transform 0.2s ease}body.yb-theme .lp-faq-item[open] .lp-faq-item__q::after{content:"\2212"}body.yb-theme .lp-faq-item__a{padding:0 1.4rem 1.25rem;color:var(--yb-muted);line-height:1.75}body.yb-theme .lp-faq-item__a strong{color:var(--yb-text)}body.yb-theme .lp-faq-item__a a{color:var(--yb-accent);font-weight:600}body.yb-theme .avis-section{overflow:hidden}body.yb-theme .avis-marquee-container{margin-top:2.5rem;display:grid;gap:1.25rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}body.yb-theme .avis-marquee-row{display:flex;gap:1.25rem;width:max-content;will-change:transform;contain:layout style paint}body.yb-theme .avis-marquee-row.scroll-left{animation:lp-marquee-left 60s linear infinite}body.yb-theme .avis-marquee-row.scroll-right{animation:lp-marquee-right 60s linear infinite}body.yb-theme .avis-marquee-container:hover .avis-marquee-row{animation-play-state:paused}@media (prefers-reduced-motion:reduce){body.yb-theme .avis-marquee-row.scroll-left,body.yb-theme .avis-marquee-row.scroll-right{animation:none;transform:none}}@keyframes lp-marquee-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes lp-marquee-right{from{transform:translateX(-50%)}to{transform:translateX(0)}}body.yb-theme .avis-card{flex:0 0 360px;max-width:360px;padding:1.5rem;border-radius:18px}body.yb-theme .avis-quote{margin:0 0 1.25rem;color:var(--yb-text);line-height:1.7;font-size:0.95rem}body.yb-theme .avis-quote strong{color:var(--yb-heading)}body.yb-theme .avis-footer{display:flex;align-items:center;justify-content:space-between;gap:0.75rem}body.yb-theme .avis-author{display:flex;align-items:center;gap:0.75rem}body.yb-theme .avis-author-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yb-accent);color:#fff;font-weight:700;flex-shrink:0}body.yb-theme .avis-author-name{margin:0;font-weight:700;color:var(--yb-heading);font-size:0.92rem}body.yb-theme .avis-author-company{margin:0;color:var(--yb-muted);font-size:0.8rem}body.yb-theme .avis-stars{color:#fbbf24;font-size:0.8rem;white-space:nowrap}body.yb-theme .articles-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}body.yb-theme .articles-empty{padding:clamp(2rem,5vw,3.5rem);border-radius:22px;text-align:center}body.yb-theme .articles-empty__icon{font-size:2.6rem;color:var(--yb-accent);margin-bottom:1rem}body.yb-theme .articles-empty__title{margin:0 0 0.75rem;color:var(--yb-heading);font-size:1.4rem}body.yb-theme .articles-empty__text{margin:0 0 1.75rem;color:var(--yb-muted)}body.yb-theme .articles-sidebar{display:grid;gap:1rem;position:sticky;top:calc(68px + 1.25rem)}body.yb-theme .articles-widget{padding:1.35rem 1.25rem;border-radius:18px;border-color:rgba(74,158,255,0.14)}body.yb-theme .articles-widget__head{display:flex;align-items:center;gap:0.65rem;padding-bottom:0.85rem;margin-bottom:1rem;border-bottom:1px solid rgba(74,158,255,0.22)}body.yb-theme .articles-widget__icon{flex-shrink:0;font-size:1.15rem;line-height:1;color:var(--yb-accent)}body.yb-theme .articles-widget__title{margin:0;font-size:1rem;font-weight:700;line-height:1.3;color:var(--yb-heading)}body.yb-theme .articles-widget__text{color:var(--yb-muted);line-height:1.65;margin:0;font-size:0.92rem}body.yb-theme .articles-widget__text strong{color:var(--yb-text);font-weight:600}body.yb-theme .articles-widget__callout{margin-top:1rem;padding:0.85rem 0.95rem;border-radius:0 10px 10px 0;border-left:3px solid var(--yb-accent);background:rgba(74,158,255,0.1);color:#7eb8ff;font-size:0.88rem;line-height:1.55}body.yb-theme .articles-widget__callout::before{content:'→ ';color:var(--yb-accent);font-weight:600}body.yb-theme .articles-widget__profile{display:flex;align-items:center;gap:0.85rem;margin-bottom:1rem}body.yb-theme .articles-widget__avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4a9eff 0%,#357abd 100%);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;box-shadow:0 8px 20px rgba(74,158,255,0.28)}body.yb-theme .articles-widget__avatar--photo{object-fit:cover;background:none;box-shadow:0 8px 20px rgba(0,0,0,0.22)}body.yb-theme .articles-widget__identity{min-width:0}body.yb-theme .articles-widget__author-name{display:block;font-size:1rem;font-weight:700;color:var(--yb-heading);line-height:1.25}body.yb-theme .articles-widget__role{display:block;margin-top:0.2rem;font-size:0.84rem;font-weight:500;color:var(--yb-accent);line-height:1.3}body.yb-theme .articles-widget--cta{border-color:rgba(74,158,255,0.28);box-shadow:var(--yb-glow-soft)}body.yb-theme .articles-widget--cta .articles-widget__text{margin-bottom:1.1rem}body.yb-theme .articles-widget__btn{width:100%;justify-content:center;padding-top:0.9rem;padding-bottom:0.9rem}body.yb-theme .articles-grid{display:grid;gap:1.25rem}body.yb-theme .article-card{border-radius:22px;transition:transform 0.25s ease,box-shadow 0.25s ease}body.yb-theme .article-card:hover{transform:translateY(-3px);box-shadow:var(--yb-card-shadow-hover)}body.yb-theme .article-card__link{display:flex;flex-direction:column;height:100%;padding:0;color:inherit;text-decoration:none}body.yb-theme .article-card__visual{overflow:hidden;border-radius:22px 22px 0 0;aspect-ratio:16 / 9;background:var(--yb-glass-light)}body.yb-theme .article-card__thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.35s ease}body.yb-theme .article-card:hover .article-card__thumb{transform:scale(1.04)}body.yb-theme .article-card__body{padding:clamp(1.35rem,3vw,1.75rem);flex:1;display:flex;flex-direction:column}body.yb-theme .article-card__category{display:inline-block;align-self:flex-start;width:fit-content;max-width:100%;margin-bottom:0.75rem;padding:0.2rem 0.55rem;border-radius:999px;background:rgba(74,158,255,0.12);color:var(--yb-accent);font-size:0.72rem;font-weight:700;letter-spacing:0.03em;text-transform:uppercase;line-height:1.35;white-space:nowrap}body.yb-theme .article-card__title{margin:0 0 0.85rem;font-size:clamp(1.15rem,2.5vw,1.35rem);line-height:1.35;color:var(--yb-heading);transition:color 0.2s ease}body.yb-theme .article-card:hover .article-card__title{color:var(--yb-accent)}body.yb-theme .article-card__excerpt{margin:0 0 1.25rem;color:var(--yb-muted);line-height:1.7;font-size:0.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}body.yb-theme .article-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}body.yb-theme .article-card__meta{color:var(--yb-muted);font-size:0.84rem}body.yb-theme .article-card__sep{margin:0 0.35rem}body.yb-theme .article-card__more{color:var(--yb-accent);font-size:0.88rem;font-weight:600}body.yb-theme .article-breadcrumb{margin-bottom:1.25rem;width:100%}body.yb-theme .article-breadcrumb__list{display:flex;flex-wrap:wrap;gap:0.35rem 0.5rem;list-style:none;margin:0;padding:0;font-size:0.84rem;color:var(--yb-muted);justify-content:center;width:100%;max-width:none}body.yb-theme .article-breadcrumb__list li{display:inline-flex;align-items:center;gap:0.5rem}body.yb-theme .article-breadcrumb__list li:not(:last-child)::after{content:'›';color:rgba(74,158,255,0.45)}body.yb-theme .article-breadcrumb__list a{color:var(--yb-muted);text-decoration:none}body.yb-theme .article-breadcrumb__list a:hover{color:var(--yb-accent)}body.yb-theme .article-breadcrumb__list li[aria-current="page"]{color:var(--yb-text);flex:1 1 100%;max-width:100%;white-space:normal;text-align:center;line-height:1.45;justify-content:center}body.yb-theme .lp-hero__title--article{font-size:clamp(1.65rem,4vw,2.35rem);margin-inline:auto}body.yb-theme .article-hero__lead{margin:0.85rem auto 0;max-width:52ch;color:var(--yb-muted);font-size:1.02rem;line-height:1.65}body.yb-theme .article-hero-visual{margin:0 0 1.25rem;border-radius:22px;overflow:hidden;border:1px solid var(--yb-border)}body.yb-theme .article-hero-visual__img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}body.yb-theme .article-hero__meta{margin:0.85rem 0 0;color:var(--yb-muted);font-size:0.9rem}body.yb-theme .article-hero__sep{margin:0 0.4rem}body.yb-theme .article-prose{padding:clamp(1.75rem,4vw,3rem);border-radius:22px}body.yb-theme .article-prose p{color:var(--yb-muted);line-height:1.85;margin:0 0 1.15rem}body.yb-theme .article-prose p:last-child{margin-bottom:0}body.yb-theme .article-prose h2,body.yb-theme .article-prose__h2{display:flex;align-items:flex-start;gap:0.75rem;margin:2.25rem 0 1rem;font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--yb-heading);line-height:1.35}body.yb-theme .article-prose__h2-marker{flex-shrink:0;width:4px;min-height:1.35em;border-radius:4px;background:linear-gradient(180deg,var(--yb-accent) 0%,var(--yb-accent-deep) 100%);margin-top:0.15em}body.yb-theme .article-prose h2:first-child,body.yb-theme .article-prose__h2:first-child{margin-top:0}body.yb-theme .article-prose h3,body.yb-theme .article-prose__h3{margin:1.75rem 0 0.75rem;font-size:1.08rem;color:var(--yb-text);font-weight:700}body.yb-theme .article-prose strong{color:var(--yb-text);font-weight:700}body.yb-theme .article-callout{margin:1.5rem 0;padding:1.1rem 1.25rem;border-radius:0 14px 14px 0;border-left:3px solid var(--yb-accent);background:rgba(74,158,255,0.1);color:var(--yb-text);line-height:1.7;font-size:0.98rem}body.yb-theme .article-callout strong{color:var(--yb-accent)}body.yb-theme .article-prose__list{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:0.85rem}body.yb-theme .article-prose__list li{position:relative;padding-left:1.65rem;color:var(--yb-muted);line-height:1.75}body.yb-theme .article-prose__list li::before{content:'';position:absolute;left:0;top:0.55em;width:8px;height:8px;border-radius:50%;background:var(--yb-accent);box-shadow:0 0 10px rgba(74,158,255,0.45)}body.yb-theme .article-figure{margin:1.75rem 0;border-radius:18px;overflow:hidden;border:1px solid var(--yb-border)}body.yb-theme .article-figure__img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}body.yb-theme .article-figure__caption{padding:0.75rem 1rem;font-size:0.84rem;color:var(--yb-muted);background:var(--yb-glass-light);border-top:1px solid var(--yb-border)}body.yb-theme .article-figure--placeholder .article-figure__slot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;min-height:200px;padding:2rem 1.5rem;text-align:center;background:linear-gradient(135deg,rgba(74,158,255,0.08) 0%,rgba(74,158,255,0.02) 100%),repeating-linear-gradient( -45deg,transparent,transparent 8px,rgba(74,158,255,0.04) 8px,rgba(74,158,255,0.04) 16px )}body.yb-theme .article-figure__icon{font-size:2rem;color:var(--yb-accent);opacity:0.85}body.yb-theme .article-figure__slot-label{font-size:0.78rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--yb-accent)}body.yb-theme .article-figure__slot-desc{max-width:36ch;color:var(--yb-muted);font-size:0.9rem;line-height:1.55}body.yb-theme .article-figure__slot-path{font-size:0.72rem;color:var(--yb-muted);opacity:0.7;padding:0.2rem 0.5rem;border-radius:6px;background:rgba(0,0,0,0.2)}body.yb-theme .article-prose__cta{margin-top:2rem;padding:1.5rem;border-radius:18px;text-align:center;background:rgba(74,158,255,0.08);border:1px solid rgba(74,158,255,0.22)}body.yb-theme .article-prose__cta-text{margin:0 0 1.1rem;color:var(--yb-muted);line-height:1.65}body.yb-theme .article-prose__cta-text strong{color:var(--yb-text)}body.yb-theme .article-prose__cta .home-btn-glow{color:#fff;text-decoration:none}body.yb-theme .article-prose__cta .home-btn-glow:hover{color:#fff}body.yb-theme .articles-widget--highlight{position:relative;overflow:hidden;border-color:rgba(74,158,255,0.35);box-shadow:var(--yb-glow-soft)}body.yb-theme .articles-widget__cta-visual{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin-bottom:1rem;background:linear-gradient(135deg,rgba(74,158,255,0.25) 0%,rgba(53,122,189,0.15) 100%);color:var(--yb-accent);font-size:1.4rem}body.yb-theme .articles-widget__title--solo{margin:0 0 0.75rem;font-size:1.05rem}body.yb-theme .articles-services-list{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}body.yb-theme .articles-services-list__link{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 0.65rem;border-radius:12px;color:inherit;text-decoration:none;transition:background 0.2s ease,transform 0.2s ease}body.yb-theme .articles-services-list__link:hover{background:rgba(74,158,255,0.1);transform:translateX(3px)}body.yb-theme .articles-services-list__icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(74,158,255,0.12);color:var(--yb-accent);font-size:1rem}body.yb-theme .articles-services-list__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.15rem}body.yb-theme .articles-services-list__label{display:block;font-size:0.88rem;color:var(--yb-heading);line-height:1.3}body.yb-theme .articles-services-list__desc{display:block;font-size:0.76rem;color:var(--yb-muted);line-height:1.35}body.yb-theme .articles-services-list__arrow{flex-shrink:0;color:var(--yb-accent);font-size:0.9rem;opacity:0;transform:translateX(-4px);transition:opacity 0.2s ease,transform 0.2s ease}body.yb-theme .articles-services-list__link:hover .articles-services-list__arrow{opacity:1;transform:translateX(0)}body.yb-theme .article-related-section{padding-top:0;border-top:1px solid var(--yb-border)}body.yb-theme .article-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1.25rem}body.yb-theme .article-prose a{color:var(--yb-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}body.yb-theme .article-prose a:hover{color:var(--yb-cyan)}body.yb-theme .article-prose__hr{border:none;border-top:1px solid var(--yb-border);margin:2rem 0}body.yb-theme .article-back{margin-top:1.5rem}body.yb-theme .article-back__link{display:inline-flex;align-items:center;gap:0.45rem;color:var(--yb-muted);font-size:0.92rem;font-weight:600;text-decoration:none;transition:color 0.2s ease}body.yb-theme .article-back__link:hover{color:var(--yb-accent)}body.yb-theme .cta-modern__eyebrow{display:inline-block;margin-bottom:0.75rem;font-size:0.8rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;opacity:0.85}@media (max-width:991.98px){body.yb-theme.page-lp .lp-hero__grid{display:flex;flex-direction:column}body.yb-theme.page-lp .lp-hero__content{display:contents}body.yb-theme.page-lp .lp-hero__badge{order:1}body.yb-theme.page-lp .lp-hero__title{order:2}body.yb-theme.page-lp .lp-hero__subtitle{order:3}body.yb-theme.page-lp .lp-hero__desc{order:4}body.yb-theme.page-lp .lp-hero__cards{order:5}body.yb-theme.page-lp .lp-hero__actions{order:6}body.yb-theme.page-lp .lp-hero__visual{order:7;margin-top:1.5rem}body.yb-theme .lp-hero__actions{flex-wrap:wrap}body.yb-theme .lp-hero__actions .btn{white-space:normal}body.yb-theme .lp-compare-vs{grid-template-columns:1fr}body.yb-theme .articles-layout{grid-template-columns:1fr}body.yb-theme .articles-sidebar{position:static}}@media (max-width:600px){body.yb-theme .avis-card{flex-basis:280px;max-width:280px}}