/* Bó Builder global CSS */
:root{--bo-font-family-base:system-ui, sans-serif;--bo-color-primary:#111111;--bo-color-secondary:#ded9ff;--bo-color-accent:#f2f23f;--bo-color-text:#222222;--bo-color-background:#ffffff;--bo-h1-font-family:var(--bo-font-family-base);--bo-h1-font-weight:600;--bo-h1-font-style:normal;--bo-h1-line-height:1.05;--bo-h1-font-size:64px;--bo-h2-font-family:var(--bo-font-family-base);--bo-h2-font-weight:600;--bo-h2-font-style:normal;--bo-h2-line-height:1.10;--bo-h2-font-size:48px;--bo-h3-font-family:var(--bo-font-family-base);--bo-h3-font-weight:600;--bo-h3-font-style:normal;--bo-h3-line-height:1.15;--bo-h3-font-size:36px;--bo-h4-font-family:var(--bo-font-family-base);--bo-h4-font-weight:600;--bo-h4-font-style:normal;--bo-h4-line-height:1.20;--bo-h4-font-size:28px;--bo-h5-font-family:var(--bo-font-family-base);--bo-h5-font-weight:600;--bo-h5-font-style:normal;--bo-h5-line-height:1.25;--bo-h5-font-size:22px;--bo-h6-font-family:var(--bo-font-family-base);--bo-h6-font-weight:600;--bo-h6-font-style:normal;--bo-h6-line-height:1.30;--bo-h6-font-size:18px;--bo-button-primary-background:#111111;--bo-button-primary-color:#ffffff;--bo-button-primary-border:0;--bo-button-primary-padding:12px 20px;--bo-button-primary-radius:6px;--bo-button-primary-font-weight:600;--bo-button-secondary-background:#ded9ff;--bo-button-secondary-color:#111111;--bo-button-secondary-border:0;--bo-button-secondary-padding:12px 20px;--bo-button-secondary-radius:6px;--bo-button-secondary-font-weight:600;}
@media (max-width:1024px){:root{--bo-h1-font-size:52px;--bo-h2-font-size:40px;--bo-h3-font-size:32px;--bo-h4-font-size:26px;--bo-h5-font-size:21px;--bo-h6-font-size:18px;}}
@media (max-width:767px){:root{--bo-h1-font-size:40px;--bo-h2-font-size:32px;--bo-h3-font-size:28px;--bo-h4-font-size:24px;--bo-h5-font-size:20px;--bo-h6-font-size:17px;}}
@keyframes bo-fx-fade{from{opacity:0}to{opacity:1}}
@keyframes bo-fx-up{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes bo-fx-down{from{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:none}}
@keyframes bo-fx-left{from{opacity:0;transform:translateX(28px)}to{opacity:1;transform:none}}
@keyframes bo-fx-right{from{opacity:0;transform:translateX(-28px)}to{opacity:1;transform:none}}
@keyframes bo-fx-zoom{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:none}}
