/*! BTF effects bundle b253574f22c86d2b — theme 1.0.0 */
/* family: image */
@media (prefers-reduced-motion: reduce) {
[data-boost-image] {
animation: none !important;
        transition: none !important;
}

[data-boost-image] img {
animation: none !important;
        transition: none !important;
}
}

[data-boost-image="tilt"] {
transform-style: preserve-3d;
    transition: transform 0.1s ease-out;
}

[data-boost-image="zoom"] {
overflow: hidden;
}

[data-boost-image="zoom"] img {
transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-boost-image="zoom"]:hover img {
transform: scale(1.1);
}

[data-boost-image="zoom"][data-boost-image-scale="subtle"]:hover img {
transform: scale(1.05);
}

[data-boost-image="zoom"][data-boost-image-scale="strong"]:hover img {
transform: scale(1.2);
}

/* family: text */
@media (prefers-reduced-motion: reduce) {
[data-boost-text] {
animation: none !important;
        transition: none !important;
}
}

.boost-text-splitflap {
display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    
    perspective: 600px;
}

.boost-text-splitflap__unit {
display: inline-block;
    position: relative;
    
    background: var(--boost-card-bg);
    color: var(--boost-text);
    border-radius: 4px;
    padding: 0.05em 0.18em;
    margin: 0 0.04em;
    min-width: 0.7em;
    text-align: center;
    overflow: hidden;
    
    box-shadow:
        inset 0 -1px 0 var(--boost-effect-shadow-color-medium),
        inset 0 1px 0 var(--boost-effect-light-sheen-subtle),
        0 1px 3px var(--boost-effect-shadow-color-strong);
    
    --boost-flap-gap-color: var(--boost-effect-overlay-dark);
}

.boost-text-splitflap__unit::after {
content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--boost-flap-gap-color);
    pointer-events: none;
}

.boost-text-splitflap__face {
display: block;
    
    font-variant-numeric: tabular-nums;
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
}

.boost-text-splitflap__unit.is-flapping .boost-text-splitflap__face {
animation: boost-text-splitflap-rotate var(--boost-flap-duration, 0.15s) ease-in-out;
}

.boost-text-splitflap__unit--static,
.boost-text-splitflap__unit--space {
background: transparent;
    box-shadow: none;
    color: inherit;
    padding: 0;
    margin: 0 0.05em;
}

.boost-text-splitflap__unit--static::after,
.boost-text-splitflap__unit--space::after {
display: none;
}

[data-boost-text-mode="numbers"] {
font-family: var(--boost-font-mono, 'Geist Mono', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace);
    letter-spacing: 0;
    
    --boost-flap-duration: 0.05s;
}

[data-boost-text-mode="numbers"] .boost-text-splitflap__unit {
min-width: 0.85em;
}

[data-boost-text-mode="chars"] {
--boost-flap-duration: 0.07s;
}

[data-boost-text-mode="chars"] .boost-text-splitflap__unit--flapping {
width: 1.2em;
    min-width: 0;
    padding: 0.05em 0;
}

[data-boost-text-mode="words"] {
--boost-flap-duration: 0.1s;
}

[data-boost-text-mode="words"] .boost-text-splitflap__unit {
letter-spacing: 0.05em;
    padding: 0.05em 0.35em;
    margin: 0 0.08em;
}

.boost-text-splitflap__unit.is-settled .boost-text-splitflap__face {
animation: none;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
.boost-text-splitflap__unit.is-flapping .boost-text-splitflap__face {
animation: none;
}
}

[data-boost-text^="split-flap"][data-boost-text-style="inverted"]
    .boost-text-splitflap__unit:not(.boost-text-splitflap__unit--static):not(.boost-text-splitflap__unit--space) {
background: var(--boost-bg);
    color: var(--boost-text);
}

@keyframes boost-text-splitflap-rotate {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(-90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

[data-boost-text="glow"] {
text-shadow: 
        0 0 10px var(--boost-effect-glow-color),
        0 0 20px var(--boost-effect-glow-color),
        0 0 40px var(--boost-effect-glow-color);
}

[data-boost-text="glow"][data-boost-text-animate="true"] {
animation: boost-text-glow 2s ease-in-out infinite alternate;
}

@keyframes boost-text-glow {
    from {
        text-shadow: 
            0 0 5px var(--boost-effect-glow-color),
            0 0 10px var(--boost-effect-glow-color);
    }
    to {
        text-shadow: 
            0 0 10px var(--boost-effect-glow-color),
            0 0 20px var(--boost-effect-glow-color),
            0 0 40px var(--boost-effect-glow-color);
    }
}

[data-boost-text="gradient"] {
background: var(--boost-effect-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.boost-cta--gradient [data-boost-text="gradient"],
.boost-faq--gradient [data-boost-text="gradient"],
.boost-hero--gradient [data-boost-text="gradient"],
.boost-content--gradient [data-boost-text="gradient"],
[data-boost-scheme="gradient"] [data-boost-text="gradient"] {
background: linear-gradient(135deg, var(--boost-text) 0%, var(--boost-effect-accent-alt) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.boost-cta--dark [data-boost-text="gradient"],
.boost-faq--dark [data-boost-text="gradient"],
.boost-hero--dark [data-boost-text="gradient"],
.boost-content--dark [data-boost-text="gradient"],
[data-boost-scheme="dark"] [data-boost-text="gradient"] {
background: linear-gradient(135deg, var(--boost-effect-primary), var(--boost-effect-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[data-boost-text="highlight-right"] {
position: relative;
}

[data-boost-text="highlight-right"]::after {
content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0.15em;
    background: var(--boost-highlight-color, var(--boost-effect-highlight-color));
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-boost-text="highlight-right"]::after {
right: 0;
}

[data-boost-text="highlight-right"]:hover::after {
width: 100%;
}

[data-boost-text="highlight-right"][data-boost-text-style="background"]::after {
bottom: 0.1em;
    height: 0.4em;
    opacity: 0.3;
    z-index: -1;
}

[data-boost-text="outline"] {
-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px currentColor;
    paint-order: stroke fill;
    letter-spacing: 0.05em;
}
