.boost-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;border-radius:12px;border:none;cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease,background 0.2s ease;white-space:nowrap}.boost-btn:focus-visible{outline:2px solid var(--boost-btn-primary-bg,var(--boost-primary,#2563eb));outline-offset:2px}.boost-btn--primary{background:var(--boost-btn-primary-bg,var(--boost-primary,#2563eb));color:var(--boost-btn-primary-text,#fff);box-shadow:0 4px 15px rgba(var(--boost-primary-rgb,37,99,235),0.25)}.boost-btn--primary:hover{transform:translateY(-2px);background:var(--boost-btn-primary-hover,var(--boost-primary-hover,var(--boost-primary,#2563eb)));box-shadow:0 8px 25px rgba(var(--boost-primary-rgb,37,99,235),0.35)}.boost-btn--primary:active{transform:translateY(0);box-shadow:0 2px 10px rgba(var(--boost-primary-rgb,37,99,235),0.2)}.boost-btn--secondary{background:var(--boost-btn-secondary-bg,transparent);color:var(--boost-btn-secondary-text,var(--boost-primary,#2563eb));border:2px solid var(--boost-btn-secondary-border,var(--boost-primary,#2563eb))}.boost-btn--secondary:hover{transform:translateY(-2px);background:var(--boost-btn-secondary-border,var(--boost-primary,#2563eb));color:var(--boost-btn-primary-text,#fff)}.boost-btn--secondary:active{transform:translateY(0)}.boost-btn--ghost{background:transparent;color:var(--boost-text,inherit);padding:0.75rem 1rem}.boost-btn--ghost:hover{background:var(--boost-card-bg,rgba(0,0,0,0.05))}.boost-btn--light{background:#ffffff;color:#1a1a2e;box-shadow:0 4px 15px rgba(255,255,255,0.25)}.boost-btn--light:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,0.35)}.boost-btn--light:active{transform:translateY(0)}.boost-btn--light-outline{background:transparent;color:#ffffff;border:2px solid rgba(255,255,255,0.5)}.boost-btn--light-outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.8)}.boost-btn--light-ghost{background:transparent;color:#ffffff}.boost-btn--light-ghost:hover{background:rgba(255,255,255,0.1)}.boost-btn--sm{padding:0.625rem 1.25rem;font-size:0.875rem;border-radius:8px}.boost-btn--lg{padding:1.25rem 2.5rem;font-size:1.125rem;border-radius:16px}.boost-btn--xl{padding:1.5rem 3rem;font-size:1.25rem;border-radius:16px}.boost-btn--full{width:100%}.boost-btn svg,.boost-btn .boost-icon-svg{width:1.25em;height:1.25em;flex-shrink:0}.boost-btn--icon-only{padding:1rem;aspect-ratio:1}.boost-btn-group{display:flex;flex-wrap:wrap;gap:1rem}.boost-btn-group--center{justify-content:center}.boost-btn-group--stack{flex-direction:column}@media (max-width:640px){.boost-btn-group--stack-mobile{flex-direction:column}.boost-btn-group--stack-mobile .boost-btn{width:100%}}.boost-btn--loading{position:relative;color:transparent !important;pointer-events:none}.boost-btn--loading::after{content:'';position:absolute;width:1.25em;height:1.25em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:boost-btn-spin 0.6s linear infinite}@keyframes boost-btn-spin{to{transform:rotate(360deg)}}.boost-btn:disabled,.boost-btn--disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.boost-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;font-size:0.875rem;font-weight:500;line-height:1.2;background:var(--boost-badge-bg,var(--boost-bg-alt,rgba(0,0,0,0.06)));color:var(--boost-badge-text,var(--boost-text,inherit));border-radius:50px;white-space:nowrap}.boost-badge--sm{padding:0.375rem 0.75rem;font-size:0.75rem}.boost-badge--lg{padding:0.625rem 1.25rem;font-size:1rem}.boost-badge--solid{background:var(--boost-btn-primary-bg,linear-gradient(135deg,var(--boost-primary,#2563eb),var(--boost-accent,#6366f1)));color:#ffffff}.boost-badge--outlined{background:transparent;border:1px solid var(--boost-badge-text)}.boost-badge--glass{background:var(--boost-badge-bg,rgba(255,255,255,0.1));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);color:var(--boost-badge-text,var(--boost-text,#ffffff))}.boost-badge--light{background:#ffffff;color:#0f172a}.boost-badge--light-solid{background:#ffffff;color:var(--boost-accent,var(--boost-primary,#2563eb))}.boost-badge--success{--boost-badge-bg:rgba(16,185,129,0.1);--boost-badge-text:#10b981}.boost-badge--warning{--boost-badge-bg:rgba(245,158,11,0.1);--boost-badge-text:#f59e0b}.boost-badge--error{--boost-badge-bg:rgba(239,68,68,0.1);--boost-badge-text:#ef4444}.boost-badge--info{--boost-badge-bg:rgba(59,130,246,0.1);--boost-badge-text:#3b82f6}.boost-badge svg,.boost-badge .boost-icon-svg{width:1em;height:1em;flex-shrink:0}.boost-badge--dot::before{content:'';width:0.5rem;height:0.5rem;background:currentColor;border-radius:50%;animation:boost-badge-pulse 2s ease-in-out infinite}@keyframes boost-badge-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.8)}}.boost-badge-group{display:flex;flex-wrap:wrap;gap:0.5rem}.boost-card{position:relative;background:var(--boost-card-bg,#ffffff);border:1px solid var(--boost-card-border,#e2e8f0);border-radius:16px;padding:2rem;transition:transform 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease}.boost-card--hover:hover{transform:translateY(-4px);box-shadow:var(--boost-card-shadow,0 10px 40px rgba(0,0,0,0.1))}.boost-card--hover-glow:hover{border-color:rgba(var(--boost-primary-rgb,37,99,235),0.3);box-shadow:0 0 30px rgba(var(--boost-primary-rgb,37,99,235),0.15)}.boost-card--hover-scale:hover{transform:scale(1.02)}.boost-card--sm{padding:1.5rem;border-radius:12px}.boost-card--lg{padding:2.5rem;border-radius:20px}.boost-card--xl{padding:3rem;border-radius:24px}.boost-card--elevated{border:none;box-shadow:var(--boost-card-shadow,0 4px 20px rgba(0,0,0,0.08))}.boost-card--minimal{background:transparent}.boost-card--glass{background:rgba(255,255,255,0.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.15)}.boost-card--bordered{border-width:2px}.boost-card__header{margin-bottom:1.5rem}.boost-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:var(--boost-icon-bg,linear-gradient(135deg,var(--boost-primary,#2563eb),var(--boost-accent,#6366f1)));color:var(--boost-icon-color,#ffffff);border-radius:12px;margin-bottom:1.25rem}.boost-card__icon svg,.boost-card__icon .boost-icon-svg{width:1.5rem;height:1.5rem}.boost-card__icon--outlined{background:var(--boost-icon-outlined-bg,transparent);border:2px solid var(--boost-icon-outlined-border,#2563eb);color:var(--boost-icon-outlined-color,#2563eb)}.boost-card__icon--filled{background:var(--boost-icon-filled-bg,rgba(37,99,235,0.1));color:var(--boost-icon-filled-color,#2563eb)}.boost-card__icon--none{display:none}.boost-card__title{font-size:1.25rem;font-weight:700;color:var(--boost-text,inherit);margin:0 0 0.75rem;line-height:1.3}.boost-card__description{font-size:1rem;color:var(--boost-text-muted,#64748b);line-height:1.6;margin:0}.boost-card__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--boost-divider,#e2e8f0)}.boost-card--link{cursor:pointer}.boost-card--link::after{content:'';position:absolute;inset:0;z-index:1}.boost-card--featured{border-color:rgba(var(--boost-primary-rgb,37,99,235),0.3);box-shadow:0 0 0 1px rgba(var(--boost-primary-rgb,37,99,235),0.1)}.boost-card--featured::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--boost-btn-primary-bg,linear-gradient(135deg,var(--boost-primary,#2563eb),var(--boost-accent,#6366f1)));border-radius:16px 16px 0 0}.boost-card-grid{display:grid;gap:1.5rem}.boost-card-grid--2{grid-template-columns:repeat(2,1fr)}.boost-card-grid--3{grid-template-columns:repeat(3,1fr)}.boost-card-grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.boost-card-grid--4{grid-template-columns:repeat(2,1fr)}.boost-card-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.boost-card-grid--4,.boost-card-grid--3,.boost-card-grid--2{grid-template-columns:1fr}}.boost-card--center{text-align:center}.boost-card--center .boost-card__icon{margin-left:auto;margin-right:auto}.boost-card--left{text-align:left}.boost-section-header{max-width:var(--boost-container-narrow,700px);margin-bottom:3rem}.boost-section-header--center{text-align:center;margin-left:auto;margin-right:auto}.boost-section-header--left{text-align:left}.boost-section-header--right{text-align:right;margin-left:auto}.boost-section-header__badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;font-size:0.875rem;font-weight:500;line-height:1.2;background:var(--boost-badge-bg,var(--boost-bg-alt,rgba(0,0,0,0.06)));color:var(--boost-badge-text,var(--boost-text,inherit));border-radius:50px;margin-bottom:1.25rem}.boost-section-header__title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;line-height:1.2;color:var(--boost-text,inherit);margin:0 0 1rem;letter-spacing:-0.02em}.boost-section-header--sm .boost-section-header__title{font-size:clamp(1.5rem,3vw,2rem)}.boost-section-header--lg .boost-section-header__title{font-size:clamp(2.25rem,5vw,3.5rem)}.boost-section-header__subtitle{font-size:1.125rem;line-height:1.6;color:var(--boost-text-muted,#64748b);margin:0}.boost-section-header--sm .boost-section-header__subtitle{font-size:1rem}.boost-section-header--lg .boost-section-header__subtitle{font-size:1.25rem}.boost-section-header--narrow{max-width:600px}.boost-section-header--wide{max-width:900px}.boost-section-header--full{max-width:none}.boost-section-header--compact{margin-bottom:2rem}.boost-section-header--spacious{margin-bottom:4rem}.boost-section-header--divider::after{content:'';display:block;width:60px;height:4px;background:var(--boost-btn-primary-bg,linear-gradient(135deg,var(--boost-primary,#2563eb),var(--boost-accent,#6366f1)));border-radius:2px;margin-top:1.5rem}.boost-section-header--center.boost-section-header--divider::after{margin-left:auto;margin-right:auto}.boost-section-header--with-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;max-width:none}.boost-section-header--with-actions .boost-section-header__content{flex:1}.boost-section-header--with-actions .boost-section-header__actions{flex-shrink:0}@media (max-width:768px){.boost-section-header--with-actions{flex-direction:column;align-items:flex-start}}.boost-section-header--hero .boost-section-header__title{font-size:clamp(2.25rem,5vw,4rem);margin-bottom:1.5rem}.boost-section-header--hero .boost-section-header__subtitle{font-size:1.25rem;max-width:600px}.boost-section-header--hero.boost-section-header--center .boost-section-header__subtitle{margin-left:auto;margin-right:auto}.boost-section-footer{display:flex;justify-content:center;margin-top:2.5rem}.boost-section-footer .boost-cta{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.75rem;font-weight:600;font-size:0.95rem;color:var(--boost-primary,#3b82f6);border:2px solid var(--boost-primary,#3b82f6);border-radius:9999px;text-decoration:none;transition:background 0.25s,color 0.25s,gap 0.2s}.boost-section-footer .boost-cta:hover{background:var(--boost-primary,#3b82f6);color:var(--boost-text-inverse,#fff);gap:0.75rem}.boost-section-footer .boost-cta svg{width:16px;height:16px;flex-shrink:0}.boost-icon-circle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;width:var(--boost-icon-circle-size,2.5rem);height:var(--boost-icon-circle-size,2.5rem);background:var(--boost-icon-circle-bg,rgba(37,99,235,0.1));color:var(--boost-icon-circle-color,#2563eb);border-radius:var(--boost-icon-circle-radius,50%);transition:all 0.2s ease}.boost-icon-circle svg,.boost-icon-circle .boost-icon-svg{width:var(--boost-icon-circle-icon-size,1.25rem);height:var(--boost-icon-circle-icon-size,1.25rem);flex-shrink:0}.boost-icon-circle--xs{--boost-icon-circle-size:1.5rem;--boost-icon-circle-icon-size:0.75rem}.boost-icon-circle--sm{--boost-icon-circle-size:2rem;--boost-icon-circle-icon-size:1rem}.boost-icon-circle--md{--boost-icon-circle-size:2.5rem;--boost-icon-circle-icon-size:1.25rem}.boost-icon-circle--lg{--boost-icon-circle-size:3rem;--boost-icon-circle-icon-size:1.5rem}.boost-icon-circle--xl{--boost-icon-circle-size:4rem;--boost-icon-circle-icon-size:2rem}.boost-icon-circle--rounded{--boost-icon-circle-radius:12px}.boost-icon-circle--square{--boost-icon-circle-radius:0}.boost-icon-circle--solid{background:var(--boost-btn-primary-bg,linear-gradient(135deg,var(--boost-primary,#2563eb),var(--boost-accent,#6366f1)));color:#ffffff}.boost-icon-circle--outlined{background:transparent;border:2px solid var(--boost-icon-circle-color,#2563eb)}.boost-icon-circle--ghost{background:var(--boost-card-bg,rgba(0,0,0,0.03));color:var(--boost-text-muted,#64748b)}.boost-icon-circle--glass{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);color:var(--boost-text,inherit)}.boost-icon-circle--success{--boost-icon-circle-bg:rgba(16,185,129,0.1);--boost-icon-circle-color:#10b981}.boost-icon-circle--warning{--boost-icon-circle-bg:rgba(245,158,11,0.1);--boost-icon-circle-color:#f59e0b}.boost-icon-circle--error{--boost-icon-circle-bg:rgba(239,68,68,0.1);--boost-icon-circle-color:#ef4444}.boost-icon-circle--info{--boost-icon-circle-bg:rgba(59,130,246,0.1);--boost-icon-circle-color:#3b82f6}.boost-icon-circle--hover:hover{transform:scale(1.1)}.boost-icon-circle--hover:hover.boost-icon-circle--outlined{background:var(--boost-icon-circle-color,#2563eb);color:#ffffff}.boost-icon-circle--numbered{font-weight:700;font-size:calc(var(--boost-icon-circle-size,2.5rem) * 0.4)}[data-variation="gradient"] .boost-icon-circle,.boost-block--gradient .boost-icon-circle{--boost-icon-circle-bg:rgba(255,255,255,0.2);--boost-icon-circle-color:#ffffff}[data-variation="dark"] .boost-icon-circle,.boost-block--dark .boost-icon-circle{--boost-icon-circle-bg:rgba(var(--boost-primary-rgb,37,99,235),0.2);--boost-icon-circle-color:#a78bfa}.boost-grid{display:grid;gap:var(--boost-spacing-xl,2rem);width:100%}.boost-grid--cols-1{grid-template-columns:1fr}.boost-grid--cols-2{grid-template-columns:repeat(2,1fr)}.boost-grid--cols-3{grid-template-columns:repeat(3,1fr)}.boost-grid--cols-4{grid-template-columns:repeat(4,1fr)}.boost-grid--cols-5{grid-template-columns:repeat(5,1fr)}.boost-grid--cols-6{grid-template-columns:repeat(6,1fr)}.boost-grid--auto-fit{grid-template-columns:repeat(auto-fit,minmax(var(--boost-grid-min-width,280px),1fr))}.boost-grid--auto-fill{grid-template-columns:repeat(auto-fill,minmax(var(--boost-grid-min-width,280px),1fr))}.boost-grid--gap-none{gap:0}.boost-grid--gap-xs{gap:var(--boost-spacing-xs,0.25rem)}.boost-grid--gap-sm{gap:var(--boost-spacing-sm,0.5rem)}.boost-grid--gap-md{gap:var(--boost-spacing-md,1rem)}.boost-grid--gap-lg{gap:var(--boost-spacing-lg,1.5rem)}.boost-grid--gap-xl{gap:var(--boost-spacing-xl,2rem)}.boost-grid--gap-2xl{gap:var(--boost-spacing-2xl,3rem)}.boost-grid--align-start{align-items:start}.boost-grid--align-center{align-items:center}.boost-grid--align-end{align-items:end}.boost-grid--align-stretch{align-items:stretch}.boost-grid--justify-start{justify-items:start}.boost-grid--justify-center{justify-items:center}.boost-grid--justify-end{justify-items:end}@media (max-width:1200px){.boost-grid--cols-6{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.boost-grid--cols-5,.boost-grid--cols-6{grid-template-columns:repeat(3,1fr)}.boost-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.boost-grid--cols-3,.boost-grid--cols-4,.boost-grid--cols-5,.boost-grid--cols-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.boost-grid[class*="--cols-"]{grid-template-columns:1fr}.boost-grid--gap-xl,.boost-grid--gap-2xl{gap:var(--boost-spacing-lg,1.5rem)}}@media (max-width:768px){.boost-grid--md-cols-1{grid-template-columns:1fr}.boost-grid--md-cols-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.boost-grid--sm-cols-1{grid-template-columns:1fr}.boost-grid--sm-cols-2{grid-template-columns:repeat(2,1fr)}}.boost-overlay{position:absolute;inset:0;pointer-events:none;z-index:1}.boost-overlay--gradient-bottom{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.7) 100%)}.boost-overlay--gradient-top{background:linear-gradient(0deg,transparent 0%,rgba(0,0,0,0.7) 100%)}.boost-overlay--gradient-radial{background:radial-gradient(ellipse at center,transparent 0%,rgba(0,0,0,0.5) 100%)}.boost-overlay--dark{background:rgba(0,0,0,0.5)}.boost-overlay--darker{background:rgba(0,0,0,0.7)}.boost-overlay--light{background:rgba(255,255,255,0.5)}.boost-overlay--primary{background:rgba(var(--boost-primary-rgb,37,99,235),0.5)}.boost-overlay--blur{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(0,0,0,0.3)}.boost-container{width:100%;max-width:var(--boost-container-default,1200px);margin:0 auto;padding:0 var(--boost-spacing-lg,1.5rem)}.boost-container--narrow{max-width:var(--boost-container-narrow,700px)}.boost-container--wide{max-width:var(--boost-container-wide,1400px)}.boost-container--full{max-width:100%;padding:0}.boost-flex{display:flex}.boost-flex--wrap{flex-wrap:wrap}.boost-flex--col{flex-direction:column}.boost-flex--center{align-items:center;justify-content:center}.boost-flex--between{justify-content:space-between}.boost-flex--gap-sm{gap:var(--boost-spacing-sm,0.5rem)}.boost-flex--gap-md{gap:var(--boost-spacing-md,1rem)}.boost-flex--gap-lg{gap:var(--boost-spacing-lg,1.5rem)}.boost-aspect{position:relative;overflow:hidden}.boost-aspect--16-9{aspect-ratio:16 / 9}.boost-aspect--4-3{aspect-ratio:4 / 3}.boost-aspect--1-1{aspect-ratio:1 / 1}.boost-aspect--3-2{aspect-ratio:3 / 2}.boost-aspect--21-9{aspect-ratio:21 / 9}.boost-aspect > img,.boost-aspect > video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.boost-mt-0{margin-top:0}.boost-mt-sm{margin-top:var(--boost-spacing-sm,0.5rem)}.boost-mt-md{margin-top:var(--boost-spacing-md,1rem)}.boost-mt-lg{margin-top:var(--boost-spacing-lg,1.5rem)}.boost-mt-xl{margin-top:var(--boost-spacing-xl,2rem)}.boost-mb-0{margin-bottom:0}.boost-mb-sm{margin-bottom:var(--boost-spacing-sm,0.5rem)}.boost-mb-md{margin-bottom:var(--boost-spacing-md,1rem)}.boost-mb-lg{margin-bottom:var(--boost-spacing-lg,1.5rem)}.boost-mb-xl{margin-bottom:var(--boost-spacing-xl,2rem)}.boost-inline-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;flex-shrink:0;width:1em;height:1em;color:inherit}.boost-inline-icon svg{width:100%;height:100%}.boost-inline-icon--styled{margin-right:0.35rem;color:var(--boost-icon-color,currentColor)}.boost-inline-icon--styled svg{width:100%;height:100%}.boost-styled-icon--filled,.boost-styled-icon--circle{background:var(--boost-icon-bg,#f1f5f9);color:var(--boost-icon-color,currentColor)}.boost-styled-icon--outlined{border:2px solid var(--boost-icon-bg,#f1f5f9);color:var(--boost-icon-color,currentColor);background:transparent}.boost-styled-icon--ghost{background:transparent;color:var(--boost-icon-color,currentColor)}.boost-styled-icon--soft{background:color-mix(in srgb,var(--boost-icon-bg,#f1f5f9) 25%,transparent);color:var(--boost-icon-color,currentColor)}.boost-hidden{display:none !important}.boost-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:768px){.boost-hidden-mobile{display:none !important}}@media (min-width:769px){.boost-hidden-desktop{display:none !important}}.boost-container-narrow{max-width:480px;margin-left:auto;margin-right:auto}.boost-container-content{max-width:720px;margin-left:auto;margin-right:auto}.boost-container-wide{max-width:1024px;margin-left:auto;margin-right:auto}.boost-container-full{max-width:100%}.boost-accent{color:var(--boost-accent,var(--boost-primary,#2563eb))}.boost-trust-text{font-size:0.8rem;color:var(--boost-text-muted,#64748b);text-align:center;margin:0.75rem 0 0;line-height:1.5;opacity:0.7}.boost-content__body a:not(.boost-btn),.boost-content__text a:not(.boost-btn),.boost-features__item-desc a:not(.boost-btn),.boost-features__item-title a:not(.boost-btn),.boost-steps__desc a:not(.boost-btn),.boost-steps__body a:not(.boost-btn),.boost-faq__answer a:not(.boost-btn),.boost-hero__subtitle a:not(.boost-btn),.boost-cta__subtitle a:not(.boost-btn),.boost-alert__body a:not(.boost-btn),.boost-announcement__text a:not(.boost-btn),.boost-quote__body a:not(.boost-btn),.boost-quote__text a:not(.boost-btn),.boost-compare__footer a:not(.boost-btn),.boost-testimonials__text a:not(.boost-btn),.boost-timeline__text a:not(.boost-btn),.boost-tabs__text a:not(.boost-btn),.boost-posts__text a:not(.boost-btn),.boost-map__body a:not(.boost-btn),.boost-map__text a:not(.boost-btn),.boost-pricing__description a:not(.boost-btn),.boost-pricing__text a:not(.boost-btn),.boost-stats__description a:not(.boost-btn),.boost-countdown__subtitle a:not(.boost-btn),.boost-team__text a:not(.boost-btn),.boost-slider__text a:not(.boost-btn),.boost-video__text a:not(.boost-btn),.boost-shortcode__text a:not(.boost-btn),.boost-sidebar__text a:not(.boost-btn),.boost-search__text a:not(.boost-btn),.boost-taxonomy-list__text a:not(.boost-btn){color:var(--boost-link,var(--boost-accent,var(--boost-primary))) !important;text-decoration:underline !important;text-decoration-color:rgba(var(--boost-link-rgb,var(--boost-accent-rgb,37,99,235)),0.3) !important;text-underline-offset:3px !important;text-decoration-thickness:1px !important;text-decoration-skip-ink:auto !important;transition:color 0.15s ease,text-decoration-color 0.15s ease}.boost-content__body a:not(.boost-btn):hover,.boost-content__body a:not(.boost-btn):focus-visible,.boost-content__text a:not(.boost-btn):hover,.boost-content__text a:not(.boost-btn):focus-visible,.boost-features__item-desc a:not(.boost-btn):hover,.boost-features__item-desc a:not(.boost-btn):focus-visible,.boost-features__item-title a:not(.boost-btn):hover,.boost-features__item-title a:not(.boost-btn):focus-visible,.boost-steps__desc a:not(.boost-btn):hover,.boost-steps__desc a:not(.boost-btn):focus-visible,.boost-steps__body a:not(.boost-btn):hover,.boost-steps__body a:not(.boost-btn):focus-visible,.boost-faq__answer a:not(.boost-btn):hover,.boost-faq__answer a:not(.boost-btn):focus-visible,.boost-hero__subtitle a:not(.boost-btn):hover,.boost-hero__subtitle a:not(.boost-btn):focus-visible,.boost-cta__subtitle a:not(.boost-btn):hover,.boost-cta__subtitle a:not(.boost-btn):focus-visible,.boost-alert__body a:not(.boost-btn):hover,.boost-alert__body a:not(.boost-btn):focus-visible,.boost-announcement__text a:not(.boost-btn):hover,.boost-announcement__text a:not(.boost-btn):focus-visible,.boost-quote__body a:not(.boost-btn):hover,.boost-quote__body a:not(.boost-btn):focus-visible,.boost-quote__text a:not(.boost-btn):hover,.boost-quote__text a:not(.boost-btn):focus-visible,.boost-compare__footer a:not(.boost-btn):hover,.boost-compare__footer a:not(.boost-btn):focus-visible,.boost-testimonials__text a:not(.boost-btn):hover,.boost-testimonials__text a:not(.boost-btn):focus-visible,.boost-timeline__text a:not(.boost-btn):hover,.boost-timeline__text a:not(.boost-btn):focus-visible,.boost-tabs__text a:not(.boost-btn):hover,.boost-tabs__text a:not(.boost-btn):focus-visible,.boost-posts__text a:not(.boost-btn):hover,.boost-posts__text a:not(.boost-btn):focus-visible,.boost-map__body a:not(.boost-btn):hover,.boost-map__body a:not(.boost-btn):focus-visible,.boost-map__text a:not(.boost-btn):hover,.boost-map__text a:not(.boost-btn):focus-visible,.boost-pricing__description a:not(.boost-btn):hover,.boost-pricing__description a:not(.boost-btn):focus-visible,.boost-pricing__text a:not(.boost-btn):hover,.boost-pricing__text a:not(.boost-btn):focus-visible,.boost-stats__description a:not(.boost-btn):hover,.boost-stats__description a:not(.boost-btn):focus-visible,.boost-countdown__subtitle a:not(.boost-btn):hover,.boost-countdown__subtitle a:not(.boost-btn):focus-visible,.boost-team__text a:not(.boost-btn):hover,.boost-team__text a:not(.boost-btn):focus-visible,.boost-slider__text a:not(.boost-btn):hover,.boost-slider__text a:not(.boost-btn):focus-visible,.boost-video__text a:not(.boost-btn):hover,.boost-video__text a:not(.boost-btn):focus-visible,.boost-shortcode__text a:not(.boost-btn):hover,.boost-shortcode__text a:not(.boost-btn):focus-visible,.boost-sidebar__text a:not(.boost-btn):hover,.boost-sidebar__text a:not(.boost-btn):focus-visible,.boost-search__text a:not(.boost-btn):hover,.boost-search__text a:not(.boost-btn):focus-visible,.boost-taxonomy-list__text a:not(.boost-btn):hover,.boost-taxonomy-list__text a:not(.boost-btn):focus-visible{color:var(--boost-link-hover,var(--boost-primary-hover)) !important;text-decoration-color:var(--boost-link-hover,var(--boost-primary-hover)) !important}