:root {
    color-scheme: light;
}

.font-inter {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.font-spline_sans {
    font-family: "Spline Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

@keyframes floatWa {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-18px) rotate(4deg);
    }
}

@keyframes floatTg {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(16px) rotate(-5deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-float-wa {
    animation: floatWa 5s ease-in-out infinite;
}

.animate-float-tg {
    animation: floatTg 5.5s ease-in-out infinite;
}

.animate-fade-in {
    animation: fadeIn 0.8s ease both;
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease both;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.gradient-text {
    background: linear-gradient(90deg, #3366ff 0%, #d52fca 34%, #ff4754 58%, #ffb33b 78%, #43cc3e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-glow::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(90deg, #3366ff, #d52fca, #ff4754, #ffb33b, #43cc3e);
    opacity: .65;
    filter: blur(18px);
    transition: opacity .25s ease, filter .25s ease;
}

.btn-glow:hover::before {
    opacity: .95;
    filter: blur(24px);
}

.nav-join-gradient {
    border: 3px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #43cc3e 0%, #ffb33b 33%, #ff4754 62%, #d52fca 82%, #3366ff 100%) border-box !important;
    box-shadow: 0 18px 35px rgba(24, 24, 27, .08), 0 0 26px rgba(67, 204, 62, .18);
}

[data-navbar].is-scrolled nav {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

[data-navbar].is-scrolled [data-navbar-shell] {
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 50px rgba(24, 24, 27, .14);
}

.tab-button,
.pricing-tab {
    cursor: pointer;
}

.premium-dark {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 0%, rgba(51, 102, 255, .36), transparent 34%),
        radial-gradient(circle at 58% 0%, rgba(104, 51, 255, .28), transparent 38%),
        radial-gradient(circle at 100% 75%, rgba(67, 204, 62, .13), transparent 26%),
        linear-gradient(120deg, #080911 0%, #17133e 42%, #050507 100%);
    color: #fff;
}

.premium-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 22%),
        radial-gradient(circle at 50% -18%, rgba(255, 255, 255, .14), transparent 30%);
}

.premium-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 12% 8%, rgba(76, 95, 255, .16), transparent 28%),
        radial-gradient(circle at 100% 100%, rgba(67, 204, 62, .08), transparent 28%),
        rgba(18, 18, 22, .88);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.premium-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, .09),
        0 28px 60px rgba(0, 0, 0, .26);
    backdrop-filter: blur(20px);
    transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.premium-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    pointer-events: none;
    background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, .13), transparent 24%);
    opacity: .8;
}

.premium-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 255, 255, .22);
    background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06));
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, .12),
        0 38px 84px rgba(0, 0, 0, .34),
        0 0 46px rgba(90, 170, 246, .12);
}

.premium-card > * {
    position: relative;
    z-index: 1;
}

.premium-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, .38),
        inset 4px 4px 12px rgba(255, 255, 255, .07),
        0 18px 42px rgba(0, 0, 0, .22);
}

.premium-tab {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.premium-tab:hover {
    background: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .86);
}

.premium-tab[data-active="true"] {
    border-color: transparent;
    background:
        linear-gradient(#050505, #050505) padding-box,
        conic-gradient(from 290deg, #5aaaf6, #d52fca, #ff4754, #ffb33b, #43cc3e, #5aaaf6) border-box;
    color: #fff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .32), 0 0 35px rgba(213, 47, 202, .18);
}

.pricing-tab {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.pricing-tab-save {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(32, 215, 149, .16);
    color: #8fffd8;
    padding: .25rem .5rem;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing-tab[data-active="true"] .pricing-tab-save {
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
}

.pricing-card {
    isolation: isolate;
    text-align: left;
}

.pricing-card::after {
    z-index: 0;
}

.pricing-card-featured {
    border-color: transparent;
    box-shadow:
        inset 1px 1px 0 rgba(255, 255, 255, .12),
        0 40px 90px rgba(0, 0, 0, .35),
        0 0 54px rgba(213, 47, 202, .22);
}

.pricing-card-featured::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: 0;
    border-radius: inherit;
    background: conic-gradient(from var(--pricing-angle), #5aaaf6, #d52fca, #ff4754, #ffb33b, #43cc3e, #5aaaf6);
    animation: pricingBorderSpin 5s linear infinite;
}

.pricing-card-featured::after {
    inset: 2px;
    border-radius: calc(1.875rem - 2px);
    background:
        radial-gradient(circle at 14% 8%, rgba(255, 255, 255, .13), transparent 25%),
        linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045)),
        #211d48;
}

.pricing-card-featured > * {
    z-index: 2;
}

.pricing-popular {
    box-shadow: 0 14px 28px rgba(213, 47, 202, .18);
}

.pricing-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.75rem;
    color: #20d795;
    font-weight: 800;
}

.pricing-save-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(67, 204, 62, .18), rgba(255, 179, 59, .16), rgba(213, 47, 202, .16));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: .35rem .75rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(32, 215, 149, .14);
}

.promo-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.promo-gift-modal {
    opacity: 0;
    pointer-events: none;
    transition: opacity .32s ease;
}

.promo-gift-is-open {
    overflow: hidden;
}

.promo-gift-modal.is-visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}

.promo-gift-card {
    width: min(92vw, 460px);
    max-width: 460px;
    aspect-ratio: 1 / 1.12;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    transform: translateY(28px) scale(.94);
    opacity: 0;
}

.promo-gift-modal .lqd-chatbot,
.promo-gift-modal .chatbot,
.promo-gift-modal iframe {
    pointer-events: none;
}

.promo-gift-backdrop {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.promo-gift-modal.is-visible .promo-gift-card {
    animation: promoGiftCardIn .58s cubic-bezier(.16, 1, .3, 1) .08s both;
}

.promo-gift-stage::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, .95) 0 2px, transparent 3px) 12% 26% / 90px 90px,
        radial-gradient(circle, rgba(255, 179, 59, .9) 0 3px, transparent 4px) 74% 32% / 110px 110px,
        radial-gradient(circle, rgba(213, 47, 202, .8) 0 2px, transparent 4px) 42% 78% / 120px 120px;
    opacity: .42;
    animation: promoGiftStars 5.5s linear infinite;
}

.promo-gift-stage {
    flex: 0 0 40%;
    min-height: 0 !important;
    padding: 1.35rem !important;
}

.promo-gift-box {
    position: relative;
    width: 116px;
    height: 112px;
    animation: promoGiftShake 1.16s cubic-bezier(.36, .07, .19, .97) .48s both;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .32));
}

.promo-gift-lid,
.promo-gift-body {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #fff2fb 42%, #c7f9cc);
}

.promo-gift-lid {
    top: 0;
    width: 128px;
    height: 36px;
    transform-origin: 18% 100%;
    animation: promoGiftLidOpen .8s cubic-bezier(.16, 1, .3, 1) 1.56s both;
}

.promo-gift-lid::before,
.promo-gift-body::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 22px;
    height: 100%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ff40d4, #6a5cff);
}

.promo-gift-lid::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -34px;
    width: 74px;
    height: 46px;
    transform: translateX(-50%);
    border: 12px solid #fff;
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
}

.promo-gift-body {
    bottom: 0;
    width: 108px;
    height: 82px;
    overflow: hidden;
}

.promo-gift-body span {
    position: absolute;
    left: 0;
    top: 28px;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #ff40d4, #6a5cff);
}

.promo-gift-reveal {
    position: absolute;
    inset-inline: 1.5rem;
    top: 50%;
    transform: translateY(-36%) scale(.9);
    opacity: 0;
    animation: promoGiftReveal .7s cubic-bezier(.16, 1, .3, 1) 1.9s both;
}

.promo-gift-reveal h3 {
    font-size: clamp(1.45rem, 5vw, 2.15rem);
}

.promo-gift-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 1.35rem !important;
    transform: translateY(16px);
    opacity: 0;
}

.promo-gift-content [data-promo-offer] {
    margin-top: auto;
}

.promo-gift-modal.is-visible .promo-gift-content {
    animation: promoGiftContentIn .56s cubic-bezier(.16, 1, .3, 1) 2.05s both;
}

.promo-gift-sparkle {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 28px rgba(255, 255, 255, .8);
    opacity: 0;
}

.promo-gift-sparkle-one {
    left: 22%;
    top: 26%;
    animation: promoGiftSparkle 1.2s ease 1.65s both;
}

.promo-gift-sparkle-two {
    right: 24%;
    top: 30%;
    animation: promoGiftSparkle 1.2s ease 1.8s both;
}

.promo-gift-sparkle-three {
    left: 50%;
    bottom: 22%;
    animation: promoGiftSparkle 1.2s ease 1.95s both;
}

@keyframes promoGiftCardIn {
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes promoGiftStars {
    to {
        transform: rotate(12deg);
    }
}

@keyframes promoGiftShake {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    12%, 36%, 60% {
        transform: translateX(-7px) rotate(-5deg);
    }
    24%, 48%, 72% {
        transform: translateX(7px) rotate(5deg);
    }
    86% {
        transform: translateY(-8px) rotate(0deg);
    }
}

@keyframes promoGiftLidOpen {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translate(-74%, -54px) rotate(-28deg);
        opacity: .98;
    }
}

@keyframes promoGiftReveal {
    to {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

@keyframes promoGiftContentIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes promoGiftSparkle {
    0% {
        transform: scale(.4) rotate(0deg);
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    100% {
        transform: scale(1.6) rotate(45deg);
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .promo-gift-card {
        width: min(88vw, 340px);
        max-width: 94vw;
        aspect-ratio: auto;
        max-height: calc(100svh - 2rem);
        border-radius: 22px;
    }

    .promo-gift-stage {
        flex: 0 0 34%;
        min-height: 0;
        padding: 1rem !important;
    }

    .promo-gift-box {
        width: 92px;
        height: 88px;
    }

    .promo-gift-lid {
        width: 104px;
        height: 30px;
        border-radius: 14px;
    }

    .promo-gift-lid::after {
        top: -28px;
        width: 58px;
        height: 38px;
        border-width: 10px;
    }

    .promo-gift-body {
        width: 88px;
        height: 64px;
        border-radius: 14px;
    }

    .promo-gift-reveal h3 {
        font-size: clamp(1.25rem, 7vw, 1.65rem);
    }

    .promo-gift-content {
        padding: 1rem !important;
        gap: .45rem;
    }

    .promo-gift-content h3 {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .promo-gift-content p {
        margin-bottom: .6rem !important;
        line-height: 1.45;
    }

    .promo-gift-content [data-promo-offer] {
        padding-top: .85rem !important;
        padding-bottom: .85rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .promo-gift-modal.is-visible .promo-gift-card,
    .promo-gift-box,
    .promo-gift-lid,
    .promo-gift-reveal,
    .promo-gift-modal.is-visible .promo-gift-content,
    .promo-gift-sparkle {
        animation-duration: .01ms !important;
        animation-delay: 0ms !important;
    }
}

.pricing-cta {
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.pricing-card-featured .pricing-cta {
    box-shadow: 0 18px 38px rgba(0, 0, 0, .24), 0 0 40px rgba(213, 47, 202, .12);
}

@property --pricing-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

@keyframes pricingBorderSpin {
    to {
        --pricing-angle: 360deg;
    }
}

.premium-light-glass {
    border: 1px solid rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 28px 70px rgba(24, 24, 27, .1), inset 0 1px 0 rgba(255, 255, 255, .65);
    backdrop-filter: blur(24px);
}

.premium-reveal {
    animation: premiumReveal .72s ease both;
}

.premium-float {
    animation: premiumFloat 6.5s ease-in-out infinite;
}

.premium-delay-1 {
    animation-delay: .08s;
}

.premium-delay-2 {
    animation-delay: .16s;
}

.tool-panel {
    flex: 1 1 auto;
}

.tool-panel .tool-panel-expanded {
    display: flex;
}

.tool-panel .tool-panel-collapsed {
    display: none;
}

.capabilities-stack {
    position: relative;
}

.capabilities-nav-wrap {
    transform: translateZ(0);
}

.capability-item {
    overflow: hidden;
}

.capability-item-card {
    box-shadow: 0 33px 44px rgba(0, 0, 0, 0.05);
}

.templates-carousel .flickity-page-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: auto;
    margin: 0;
    padding: 0;
}

.templates-carousel .flickity-page-dots .dot {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0;
    background: currentColor;
    opacity: 0.25;
    transition: width 0.2s ease, opacity 0.2s ease;
}

.templates-carousel .flickity-page-dots .dot.is-selected {
    width: 1.125rem;
    opacity: 1;
}

@media (min-width: 768px) {
    .tool-panel {
        flex: 0 0 6rem;
    }

    .tool-panel[data-active="true"] {
        flex: 1 1 0%;
    }

    .tool-panel[data-active="false"] .tool-panel-expanded {
        display: none;
    }

    .tool-panel[data-active="false"] .tool-panel-collapsed {
        display: flex;
    }

    .capability-item {
        overflow: visible;
    }
}

.rainbow-mask {
    background: linear-gradient(90deg, #5aaaf6 21.72%, #d52fca 36.08%, #ff4754 52.07%, #ffb33b 66.16%, #43cc3e 78.08%);
    -webkit-mask-image: linear-gradient(rgba(249, 249, 249, 0) 64.21%, #f9f9f9 93.07%);
    mask-image: linear-gradient(rgba(249, 249, 249, 0) 64.21%, #f9f9f9 93.07%);
}

.animate-marquee-reverse {
    animation: marqueeReverse 32s linear infinite;
}

@keyframes marqueeReverse {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes premiumReveal {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes premiumFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
