.discount-popup[data-astro-cid-qgoydl4o] {
    position: fixed;
    bottom: 90px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    max-width: 240px;
    width: 85%;
    text-align: center;
    box-shadow: 0 8px 30px #0000001f;
    z-index: 100;
    animation: slideUpBounce .4s ease-out
}

.popup-icon[data-astro-cid-qgoydl4o] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg,#10b981,#059669);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 20px;
    animation: iconPop .5s ease-out .3s;
    animation-fill-mode: both
}

.popup-icon[data-astro-cid-qgoydl4o] i[data-astro-cid-qgoydl4o] {
    position: relative;
    top: 2px
}

.popup-title[data-astro-cid-qgoydl4o] {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 4px
}

.popup-text[data-astro-cid-qgoydl4o] {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
    line-height: 1.3
}

.popup-text[data-astro-cid-qgoydl4o] strong[data-astro-cid-qgoydl4o] {
    color: #ec4899;
    font-weight: 700
}

.popup-code[data-astro-cid-qgoydl4o] {
    display: inline-block;
    background: #f9fafb;
    border: 2px dashed #e5e7eb;
    padding: 6px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .5px;
    color: #374151
}

@keyframes slideUpBounce {
    0% {
        opacity: 0;
        transform: translate(-50%) translateY(20px)
    }

    60% {
        transform: translate(-50%) translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translate(-50%) translateY(0)
    }
}

@keyframes iconPop {
    0% {
        transform: scale(0) rotate(-180deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.discount-popup[data-astro-cid-qgoydl4o].fade-out {
    animation: fadeOut .3s ease-out forwards
}

@keyframes fadeOut {
    to {
        opacity: 0;
        transform: translate(-50%) translateY(-10px)
    }
}

@media (max-width: 768px) {
    .discount-popup[data-astro-cid-qgoydl4o] {
        bottom:75px;
        padding: 16px;
        max-width: 220px
    }

    .popup-icon[data-astro-cid-qgoydl4o] {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-bottom: 8px
    }

    .popup-title[data-astro-cid-qgoydl4o] {
        font-size: 16px
    }

    .popup-text[data-astro-cid-qgoydl4o] {
        font-size: 12px;
        margin-bottom: 10px
    }

    .popup-code[data-astro-cid-qgoydl4o] {
        font-size: 13px;
        padding: 5px 14px
    }
}

.quiz-step[data-astro-cid-qgoydl4o] {
    opacity: 0;
    transition: opacity .3s ease-in
}

.quiz-step[data-astro-cid-qgoydl4o].visible {
    opacity: 1
}

.fade-in[data-astro-cid-qgoydl4o] {
    animation: fadeIn .3s ease-in
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(20px)
    }

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

.progress-bar[data-astro-cid-qgoydl4o] {
    transition: width .3s ease
}

.option-card[data-astro-cid-qgoydl4o] {
    transition: all .2s ease
}

.option-card[data-astro-cid-qgoydl4o]:hover {
    transform: translateY(-2px)
}

.option-card[data-astro-cid-qgoydl4o].selected {
    border-color: #ec4899;
    background-color: #fce7f3
}

.loading-overlay[data-astro-cid-qgoydl4o] {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg,#fce7f3,#fbcfe8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px
}

.analysis-container[data-astro-cid-qgoydl4o] {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px #0000001a
}

.progress-item[data-astro-cid-qgoydl4o] {
    margin-bottom: 30px
}

.progress-bg[data-astro-cid-qgoydl4o] {
    background: #f3f4f6;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.progress-fill[data-astro-cid-qgoydl4o] {
    background: linear-gradient(90deg,#ec4899,#f97316);
    height: 100%;
    border-radius: 4px;
    width: 0%;
    transition: width .5s ease-out
}

@keyframes fadeInOut {
    0%,to {
        opacity: 0
    }

    10%,90% {
        opacity: 1
    }
}

input[data-astro-cid-qgoydl4o][type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    min-height: 3rem
}

input[data-astro-cid-qgoydl4o][type=date]::-webkit-calendar-picker-indicator {
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0 1rem
}

.testimonial[data-astro-cid-qgoydl4o] {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0
}

.testimonial[data-astro-cid-qgoydl4o].active {
    opacity: 1;
    visibility: visible
}

.testimonial-container[data-astro-cid-qgoydl4o] {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial[data-astro-cid-qgoydl4o]:not(:first-child) {
    display: none!important
}
