/* =======================
    Pricing Section Start
======================= */
.pricing-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
    background: radial-gradient(circle at 50% 52%, rgba(0, 140, 255, 0.22) 0%, rgba(0, 88, 180, 0.10) 24%, transparent 44%), linear-gradient(180deg, #020817 0%, #010816 65%);
}

.pricing-bg-glow {
    position: absolute;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    width: 820px;
    height: 820px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 149, 255, 0.18) 0%, rgba(0, 100, 201, 0.08) 34%, transparent 65%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.pricing-section .container {
    position: relative;
    z-index: 2;
}

.pricing-heading {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.pricing-badge {
    width: fit-content;
    min-height: 31px;
    margin: 0 auto 28px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-heading h2 {
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: #fbfdff;
    margin-bottom: 22px;
}

.pricing-heading p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.pricing-testimonials {
    max-width: 900px;
    margin: 46px auto 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: center;
}

.pricing-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}

.pricing-stars ion-icon {
    font-size: 20px;
    color: #ffbf1a;
}

.pricing-testimonial p {
    max-width: 220px;
    font-size: 15px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
    align-items: start;
}

.pricing-card {
    position: relative;
    border-radius: 20px;
    padding: 34px 32px 32px;
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
    will-change: transform;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-card-dark {
    min-height: 484px;
    background: linear-gradient(180deg, rgba(0, 5, 20, 0.98) 0%, rgba(0, 8, 24, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
}

.pricing-card-dark:hover {
    border-color: rgba(94, 164, 255, 0.28);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.pricing-card-featured {
    min-height: 520px;
    background: #f2f2f3;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

.pricing-card-featured:hover {
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
}

.pricing-card-top h3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.pricing-card-dark .pricing-card-top h3 {
    color: #ffffff;
}

.pricing-card-featured .pricing-card-top h3 {
    color: #23252b;
}

.pricing-card-top p {
    max-width: 270px;
    font-size: 15px;
    line-height: 1.75;
}

.pricing-card-dark .pricing-card-top p {
    color: rgba(255, 255, 255, 0.56);
}

.pricing-card-featured .pricing-card-top p {
    color: rgba(27, 30, 37, 0.82);
}

.pricing-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pricing-popular {
    min-width: 68px;
    height: 30px;
    padding: 0 12px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2c562;
    color: #372504;
    font-size: 14px;
    font-weight: 600;
}

.pricing-divider {
    width: 100%;
    height: 1px;
    margin: 28px 0;
    background: rgba(255, 255, 255, 0.09);
}

.pricing-card-featured .pricing-divider {
    background: rgba(16, 22, 31, 0.08);
}

.pricing-price {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}

.pricing-price strong {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.pricing-price span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 5px;
}

.pricing-card-dark .pricing-price strong {
    color: #ffffff;
}

.pricing-card-dark .pricing-price span {
    color: rgba(255, 255, 255, 0.58);
}

.pricing-price-dark strong {
    color: #1f2229;
}

.pricing-price-dark span {
    color: rgba(25, 28, 34, 0.78);
}

.pricing-btn {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.35s ease;
}

.pricing-btn-light {
    background: linear-gradient(180deg, #f2f2f4 0%, #e9e9eb 100%);
    color: #22252c;
}

.pricing-btn-light:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
}

.pricing-btn-gradient {
    background: linear-gradient(90deg, #1272f2 0%, #0d99cc 100%);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(14, 132, 226, 0.20);
}

.pricing-btn-gradient:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(14, 132, 226, 0.26);
}

.pricing-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pricing-features ion-icon {
    font-size: 20px;
    color: #61e1c5;
    flex-shrink: 0;
    margin-top: 1px;
}

.pricing-features span {
    font-size: 15px;
    line-height: 1.55;
}

.pricing-card-dark .pricing-features span {
    color: rgba(255, 255, 255, 0.76);
}

.pricing-features-dark span {
    color: rgba(29, 33, 41, 0.9);
}

/* =======================
    Pricing Section Responsive Start
======================= */
@media (max-width: 1150px) {
    .pricing-heading h2 {
        font-size: 56px;
    }

    .pricing-grid {
        gap: 18px;
    }

    .pricing-card {
        padding: 30px 24px 28px;
    }

    .pricing-price strong {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .pricing-section {
        padding: 90px 0 70px;
    }

    .pricing-heading h2 {
        font-size: 46px;
    }

    .pricing-heading p {
        font-size: 16px;
    }

    .pricing-testimonials {
        grid-template-columns: 1fr;
        gap: 22px;
        margin: 36px auto 42px;
    }

    .pricing-testimonial p {
        max-width: 100%;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin: 0 auto;
    }

    .pricing-card-featured {
        order: -1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .pricing-section {
        padding: 60px 0 40px;
    }

    .pricing-bg-glow {
        width: 520px;
        height: 520px;
        top: 120px;
        filter: blur(60px);
    }

    .pricing-badge {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .pricing-heading h2 {
        font-size: 34px;
        line-height: 1.14;
        margin-bottom: 16px;
    }

    .pricing-heading p {
        font-size: 14px;
        line-height: 1.75;
        padding-bottom: 40px;
    }

    .pricing-testimonials {
        margin: 28px auto 32px;
        display: none;
    }

    .pricing-stars ion-icon {
        font-size: 18px;
    }

    .pricing-testimonial p {
        font-size: 14px;
    }

    .pricing-card,
    .pricing-card-featured,
    .pricing-card-dark {
        min-height: auto;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .pricing-card-top h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .pricing-card-top p {
        font-size: 14px;
    }

    .pricing-divider {
        margin: 22px 0;
    }

    .pricing-price strong {
        font-size: 32px;
    }

    .pricing-price span {
        font-size: 14px;
    }

    .pricing-btn {
        height: 46px;
        font-size: 14px;
    }

    .pricing-features {
        gap: 15px;
    }

    .pricing-features span {
        font-size: 14px;
    }
}

@media (max-width: 520px) {
    .pricing-heading h2 {
        font-size: 30px;
    }

    .pricing-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-popular {
        min-width: unset;
    }

    .pricing-price {
        gap: 8px;
    }

    .pricing-price strong {
        font-size: 28px;
    }
}

/* =======================
    Pricing Section Responsive End
======================= */
/* =======================
    Pricing Section End
======================= */



/* =======================
    Pricing Testimonial Section Start
======================= */
.pricing-testi-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0 120px;
    background: radial-gradient(circle at left bottom, rgba(47, 205, 255, 0.42) 0%, rgba(20, 134, 210, 0.18) 18%, transparent 34%), linear-gradient(90deg, #010917 0%, #010817 38%, #020816 100%);
}

.pricing-testi-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    z-index: 0;
}

.pricing-testi-glow-left {
    left: -110px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(79, 242, 240, 0.55) 0%, rgba(41, 190, 255, 0.18) 42%, transparent 74%);
}

.pricing-testi-glow-center {
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(0, 138, 255, 0.15) 0%, rgba(0, 98, 214, 0.08) 28%, transparent 66%);
}

.pricing-testi-section .container {
    position: relative;
    z-index: 2;
}

.pricing-testi-heading {
    max-width: 850px;
    margin: 0 auto 58px;
    text-align: center;
}

.pricing-testi-badge {
    width: fit-content;
    min-height: 31px;
    margin: 0 auto 28px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 500;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-testi-heading h2 {
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: #fcfdff;
}

.pricing-testi-slider-wrap {
    position: relative;
}

.pricing-testi-slider {
    overflow: hidden;
}

.pricing-testi-track {
    display: flex;
    gap: 24px;
    will-change: transform;
}

.pricing-testi-card {
    flex: 0 0 calc(33.333% - 16px);
    min-height: 330px;
    padding: 34px 32px 30px;
    border-radius: 16px;
    background: #f3f3f4;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.pricing-testi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

.pricing-testi-text {
    min-height: 120px;
    color: #2a2a2a;
    font-size: 15px;
    line-height: 1.78;
    font-weight: 400;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
}

.pricing-testi-stars {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 28px;
}

.pricing-testi-stars ion-icon {
    font-size: 20px;
    color: #f6b100;
}

.pricing-testi-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pricing-testi-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.pricing-testi-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-testi-user-info h3 {
    color: #23252b;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.pricing-testi-user-info span {
    color: #4a4e57;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

.pricing-testi-dots {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 26px;
}

.pricing-testi-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.35s ease;
}

.pricing-testi-dot.active {
    width: 26px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1498ff 0%, #62d9c8 100%);
}

/* =======================
    Pricing Testimonial Responsive Start
======================= */
@media (max-width: 1150px) {
    .pricing-testi-heading h2 {
        font-size: 50px;
    }

    .pricing-testi-card {
        padding: 28px 24px 26px;
    }

    .pricing-testi-text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pricing-testi-section {
        padding: 90px 0 70px;
    }

    .pricing-testi-heading {
        margin-bottom: 40px;
    }

    .pricing-testi-heading h2 {
        font-size: 42px;
    }

    .pricing-testi-track {
        gap: 18px;
    }

    .pricing-testi-card {
        flex: 0 0 calc(50% - 9px);
        min-height: 300px;
    }

    .pricing-testi-dots {
        display: flex;
    }
}

@media (max-width: 767px) {
    .pricing-testi-section {
        padding: 72px 0 54px;
    }

    .pricing-testi-glow-left {
        width: 240px;
        height: 240px;
        left: -90px;
        bottom: -70px;
        filter: blur(50px);
    }

    .pricing-testi-glow-center {
        width: 460px;
        height: 460px;
        top: 70px;
        filter: blur(55px);
    }

    .pricing-testi-badge {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .pricing-testi-heading h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .pricing-testi-track {
        gap: 14px;
    }

    .pricing-testi-card {
        flex: 0 0 100%;
        min-height: auto;
        padding: 24px 18px 22px;
        border-radius: 14px;
    }

    .pricing-testi-text {
        min-height: auto;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .pricing-testi-stars {
        margin-bottom: 22px;
    }

    .pricing-testi-stars ion-icon {
        font-size: 18px;
    }

    .pricing-testi-user-info h3 {
        font-size: 15px;
    }

    .pricing-testi-user-info span {
        font-size: 13px;
    }
}

/* =======================
    Pricing Testimonial Responsive End
======================= */
/* =======================
    Pricing Testimonial Section End
======================= */



/* =======================
    Pricing FAQ Section Start
======================= */
.pricing-faq-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0 70px;
    background: linear-gradient(180deg, #020b1f 0%, #010816 100%);
}

.pricing-faq-glow {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 136, 255, 0.12) 0%, rgba(0, 100, 220, 0.06) 28%, transparent 66%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.pricing-faq-section .container {
    position: relative;
    z-index: 2;
}

.pricing-faq-heading {
    max-width: 860px;
    margin: 0 auto 54px;
    text-align: center;
}

.pricing-faq-badge {
    width: fit-content;
    min-height: 31px;
    margin: 0 auto 28px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pricing-faq-heading h2 {
    font-size: 46px;
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 600;
    color: #fbfdff;
}

.pricing-faq-list {
    max-width: 1008px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-faq-item {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(1, 10, 28, 0.45);
    backdrop-filter: blur(6px);
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease;
    overflow: hidden;
}

.pricing-faq-item:hover {
    transform: translateY(-2px);
    border-color: rgba(89, 166, 255, 0.28);
}

.pricing-faq-item.active {
    background: rgba(3, 14, 35, 0.72);
    border-color: rgba(95, 170, 255, 0.24);
}

.pricing-faq-question {
    width: 100%;
    min-height: 68px;
    padding: 18px 16px 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    color: #ffffff;
}

.pricing-faq-question span:first-child {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.pricing-faq-icon {
    position: relative;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.pricing-faq-icon::before,
.pricing-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.pricing-faq-icon::before {
    width: 16px;
    height: 2px;
}

.pricing-faq-icon::after {
    width: 2px;
    height: 16px;
}

.pricing-faq-item.active .pricing-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.pricing-faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease;
}

.pricing-faq-answer {
    padding: 0 24px 22px;
    max-width: 880px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.8;
}

/* =======================
    Pricing FAQ Section Responsive Start
======================= */
@media (max-width: 1150px) {
    .pricing-faq-heading h2 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .pricing-faq-section {
        padding: 90px 0 70px;
    }

    .pricing-faq-heading {
        margin-bottom: 40px;
    }

    .pricing-faq-heading h2 {
        font-size: 44px;
    }

    .pricing-faq-list {
        gap: 14px;
    }

    .pricing-faq-question {
        min-height: 64px;
        padding: 16px 16px 16px 20px;
    }

    .pricing-faq-question span:first-child {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .pricing-faq-section {
        padding: 70px 0 50px;
    }

    .pricing-faq-glow {
        width: 470px;
        height: 470px;
        top: 50px;
        filter: blur(56px);
    }

    .pricing-faq-badge {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .pricing-faq-heading {
        margin-bottom: 30px;
    }

    .pricing-faq-heading h2 {
        font-size: 34px;
        line-height: 1.16;
    }

    .pricing-faq-list {
        gap: 12px;
    }

    .pricing-faq-item {
        border-radius: 12px;
    }

    .pricing-faq-question {
        min-height: 58px;
        padding: 15px 14px 15px 16px;
        gap: 14px;
    }

    .pricing-faq-question span:first-child {
        font-size: 15px;
        line-height: 1.45;
    }

    .pricing-faq-icon {
        width: 28px;
        height: 28px;
    }

    .pricing-faq-answer {
        padding: 0 16px 18px;
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 520px) {
    .pricing-faq-heading h2 {
        font-size: 30px;
    }

    .pricing-faq-question span:first-child {
        font-size: 14px;
    }

    .pricing-faq-icon {
        width: 26px;
        height: 26px;
    }

    .pricing-faq-icon::before {
        width: 14px;
    }

    .pricing-faq-icon::after {
        height: 14px;
    }
}

/* =======================
    Pricing FAQ Section Responsive End
======================= */
/* =======================
    Pricing FAQ Section End
======================= */