/* Page styles: pricing-plans (migrated from inline <style>) */

/* ===== PRICING PAGE UNIQUE STYLES ===== */

        .pricing-page-hero {
            padding: calc(var(--hh) + 20px + 80px) 0 100px;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }

        .pricing-page-hero__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 20% 30%, rgba(0, 87, 255, .2) 0%, transparent 60%),
                radial-gradient(ellipse 50% 60% at 80% 70%, rgba(0, 194, 255, .15) 0%, transparent 55%),
                radial-gradient(ellipse 40% 40% at 50% 50%, rgba(123, 47, 247, .1) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }

        .pricing-page-hero__grid {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
            background-size: 60px 60px;
            pointer-events: none;
            z-index: 0;
        }

        .pricing-page-hero__container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .pricing-page-hero__content {
            text-align: left;
        }

        .pricing-page__eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .16);
            color: rgba(255, 255, 255, .9);
            padding: 8px 20px;
            border-radius: 100px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
            margin-bottom: 24px;
            backdrop-filter: blur(8px);
        }

        .pricing-page__eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--secondary);
            box-shadow: 0 0 12px var(--secondary);
            animation: blink 2s ease-in-out infinite;
        }

        .pricing-page-hero__title {
            font-family: var(--font-head);
            font-size: clamp(2.4rem, 4.5vw, 3.5rem);
            font-weight: 800;
            line-height: 1.15;
            color: #fff;
            margin-bottom: 20px;
            text-align: left;
        }

        .pricing-page-hero__desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .7);
            line-height: 1.8;
            margin-bottom: 32px;
            max-width: 100%;
            text-align: left;
        }

        .pricing-page-hero__trust {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .pricing-page-hero__avatars {
            display: flex;
            align-items: center;
        }

        .pricing-page-hero__avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            border: 3px solid rgba(255, 255, 255, .2);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .75rem;
            font-weight: 800;
            color: #fff;
            margin-left: -12px;
            background: linear-gradient(135deg, var(--primary), var(--purple));
        }

        .pricing-page-hero__avatar:first-child {
            margin-left: 0;
        }

        .pricing-page-hero__trust-text {
            font-size: .85rem;
            color: rgba(255, 255, 255, .6);
        }

        .pricing-page-hero__trust-text strong {
            color: #fff;
            font-weight: 700;
        }

        /* Toggle */
        .pricing-page-toggle {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            background: rgba(255, 255, 255, .08);
            padding: 10px 16px;
            border-radius: 100px;
            border: 1px solid rgba(255, 255, 255, .15);
            margin-bottom: 20px;
        }

        .pricing-page-toggle__label {
            font-size: .9rem;
            font-weight: 600;
            color: rgba(255, 255, 255, .6);
            transition: color 0.3s;
            cursor: pointer;
        }

        .pricing-page-toggle__label.active {
            color: #fff;
        }

        .pricing-page-toggle__switch {
            width: 56px;
            height: 30px;
            background: rgba(255, 255, 255, .2);
            border-radius: 100px;
            position: relative;
            cursor: pointer;
            transition: background 0.3s;
        }

        .pricing-page-toggle__switch::after {
            content: '';
            position: absolute;
            top: 4px;
            left: 4px;
            width: 22px;
            height: 22px;
            background: #fff;
            border-radius: 50%;
            transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
        }

        .pricing-page-toggle__switch.yearly::after {
            transform: translateX(26px);
        }

        .pricing-page-toggle__switch.yearly {
            background: var(--primary);
        }

        .pricing-page-toggle__save {
            background: linear-gradient(135deg, var(--secondary), #a78bfa);
            color: #fff;
            font-size: .72rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 100px;
            box-shadow: 0 2px 8px rgba(0, 194, 255, .3);
        }

        /* Hero Visual */
        .pricing-page-hero__visual {
            position: relative;
            height: 480px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pricing-page-hero__main-img {
            width: 100%;
            max-width: 566px;
            /* aspect-ratio: 4/3; */
            border-radius: 24px;
            overflow: hidden;
            position: relative;
            z-index: 2;
            animation: priceFloat 5s ease-in-out infinite;
            padding:20px;
        }

        .pricing-page-hero__main-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(.9) saturate(1.1);
        }

        .pricing-page-hero__float {
            position: absolute;
            display: none!important;
            background: rgba(255, 255, 255, .95);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, .3);
            border-radius: 16px;
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 14px;
            box-shadow: 0 16px 48px rgba(0, 0, 0, .25);
            z-index: 3;
            animation: priceFloat 5s ease-in-out infinite;

        }

        @keyframes priceFloat {

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

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

        .pricing-page-hero__float--1 {
            top: 6%;
            right: -8%;
            animation-delay: 0s;
        }

        .pricing-page-hero__float--2 {
            bottom: 24%;
            left: -10%;
            animation-delay: 1.5s;
        }

        .pricing-page-hero__float--3 {
            bottom: -10%;
            right: 8%;
            animation-delay: 3s;
        }

        .pricing-page-hero__float-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            flex-shrink: 0;
        }

        .pricing-page-hero__float-text {
            display: flex;
            flex-direction: column;
        }

        .pricing-page-hero__float-text span {
            font-size: .75rem;
            color: rgba(0, 0, 0, .5);
            font-weight: 600;
        }

        .pricing-page-hero__float-text strong {
            font-size: 1.15rem;
            color: var(--text);
            font-weight: 800;
            font-family: var(--font-head);
        }

        .pricing-page-hero__badge {
            position: absolute;
            display: none !important;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 87, 255, .2);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(0, 194, 255, .3);
            color: #fff;
            padding: 10px 24px;
            border-radius: 100px;
            font-size: .8rem;
            font-weight: 700;
            z-index: 4;
            display: flex;
            align-items: center;
            gap: 8px;

        }

        /* Value Props Section */
        .pricing-page-values {
            padding: 80px 0;
            background: #fff;
        }

        .pricing-page-values__grid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        .pricing-page-value {
            text-align: center;
            padding: 32px 24px;
            border-radius: 20px;
            background: var(--bg-alt);
            border: 1px solid var(--border);
            transition: all 0.3s;
            box-shadow: 10px 10px 5px #c1c1c1;
        }

        .pricing-page-value:hover {
            transform: translateY(-6px);
            box-shadow: var(--cs);
            border-color: var(--primary);
        }

        .pricing-page-value__icon {
            width: 64px;
            height: 64px;
            border-radius: 16px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            box-shadow: 0 8px 24px rgba(0, 87, 255, .3);
        }

        .pricing-page-value__title {
            font-family: var(--font-head);
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 8px;
        }

        .pricing-page-value__desc {
            font-size: .88rem;
            color: var(--text-muted);
            line-height: 1.6;
        }

        /* Pricing Grid */
        .pricing-page-grid {
            padding: 100px 0;
            background: var(--bg-alt);
            position: relative;
        }

        .pricing-page-grid__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .pricing-page-grid__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 28px;
            align-items: stretch;
        }

        /* Pricing Card */
        .pricing-page-card {
            background: #fff;
            border-radius: 28px;
            overflow: hidden;
            border: 2px solid var(--border);
            box-shadow: var(--cs);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .pricing-page-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 32px 80px rgba(0, 87, 255, .2);
            border-color: rgba(0, 87, 255, .3);
        }

        .pricing-page-card.popular {
            transform: scale(1.05);
            border-color: var(--primary);
            box-shadow: 0 40px 100px rgba(0, 87, 255, .3);
            z-index: 2;
            box-shadow: 10px 10px 5px #c1c1c1;
        }

        .pricing-page-card.popular:hover {
            transform: scale(1.05) translateY(-10px);
        }

        .pricing-page-card__badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            padding: 8px 16px;
            border-radius: 100px;
            font-size: .75rem;
            font-weight: 700;
            letter-spacing: .04em;
            box-shadow: 0 4px 16px rgba(0, 87, 255, .4);
        }

        .pricing-page-card__header {
            padding: 48px 36px 36px;
            text-align: center;
            background: linear-gradient(180deg, rgba(0, 87, 255, .03) 0%, #fff 100%);
            border-bottom: 2px solid var(--border);
        }

        .pricing-page-card.popular .pricing-page-card__header {
            background: linear-gradient(180deg, rgba(0, 87, 255, .08) 0%, #fff 100%);
        }

        .pricing-page-card__icon {
            width: 64px;
            height: 64px;
            border-radius: 20px;
            background: var(--bg-alt);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 1.6rem;
            transition: all 0.3s;
        }

        .pricing-page-card.popular .pricing-page-card__icon {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            box-shadow: 0 12px 32px rgba(0, 87, 255, .35);
        }

        .pricing-page-card__name {
            font-family: var(--font-head);
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 12px;
        }

        .pricing-page-card__price-wrap {
            margin-bottom: 20px;
        }

        .pricing-page-card__price {
            font-family: var(--font-head);
            font-size: 3.5rem;
            font-weight: 800;
            color: var(--text);
            line-height: 1;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 4px;
        }

        .pricing-page-card__currency {
            font-size: 1.8rem;
            margin-top: 8px;
            font-weight: 700;
        }

        .pricing-page-card__period {
            font-size: .95rem;
            color: var(--text-muted);
            font-weight: 500;
            margin-top: 8px;
        }

        .pricing-page-card__desc {
            font-size: .92rem;
            color: var(--text-muted);
            line-height: 1.6;
            max-width: 280px;
            margin: 0 auto;
        }

        .pricing-page-card__body {
            padding: 36px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .pricing-page-card__features {
            list-style: none;
            padding: 0;
            margin: 0 0 36px;
            flex: 1;
        }

        .pricing-page-card__feature {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 18px;
            font-size: .92rem;
            color: var(--text);
            line-height: 1.4;
        }

        .pricing-page-card__check {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(0, 87, 255, .1);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: .75rem;
            font-weight: 700;
            margin-top: 2px;
        }

        .pricing-page-card.popular .pricing-page-card__check {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
        }

        .pricing-page-card__btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            padding: 18px;
            border-radius: 16px;
            font-size: 1rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
            cursor: pointer;
            border: none;
            font-family: inherit;
        }

        .pricing-page-card__btn--outline {
            background: transparent;
            border: 2px solid var(--border);
            color: var(--text);
        }

        .pricing-page-card__btn--outline:hover {
            border-color: var(--primary);
            color: var(--primary);
            background: rgba(0, 87, 255, .05);
        }

        .pricing-page-card__btn--primary {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            box-shadow: 0 8px 28px rgba(0, 87, 255, .35);
        }

        .pricing-page-card__btn--primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 16px 40px rgba(0, 87, 255, .5);
        }

        /* Features Showcase */
        .pricing-page-features {
            padding: 100px 0;
            background: #fff;
            
        }

        .pricing-page-features__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .pricing-page-features__grid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .pricing-page-feature {
            padding: 36px 28px;
            border-radius: 24px;
            background: var(--bg-alt);
            border: 1px solid var(--border);
            transition: all 0.3s;
        }

        .pricing-page-feature:hover {
            transform: translateY(-6px);
            box-shadow: var(--cs);
            border-color: var(--primary);
        }

        .pricing-page-feature__icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            margin-bottom: 20px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            color: #fff;
display: none;
        }

        .pricing-page-feature__title {
            font-family: var(--font-head);
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 12px;
        }

        .pricing-page-feature__desc {
            font-size: .92rem;
            color: var(--text-muted);
            line-height: 1.7;
        }

        /* Guarantee Section */
        .pricing-page-guarantee {
            padding: 100px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }

        .pricing-page-guarantee__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0, 87, 255, .15) 0%, transparent 65%);
            pointer-events: none;
        }

        .pricing-page-guarantee__container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .pricing-page-guarantee__content {
            text-align: left;
        }

        .pricing-page-guarantee__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 194, 255, .15);
            border: 1px solid rgba(0, 194, 255, .3);
            color: var(--secondary);
            padding: 8px 16px;
            border-radius: 100px;
            font-size: .8rem;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .pricing-page-guarantee__title {
            font-family: var(--font-head);
            font-size: clamp(2rem, 3.5vw, 2.8rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .pricing-page-guarantee__desc {
            font-size: 1rem;
            color: rgba(255, 255, 255, .7);
            line-height: 1.8;
            margin-bottom: 32px;
        }

        .pricing-page-guarantee__list {
            list-style: none;
            padding: 0;
            margin: 0 0 32px;
        }

        .pricing-page-guarantee__list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            font-size: .95rem;
            color: rgba(255, 255, 255, .85);
        }

        .pricing-page-guarantee__list li::before {
            content: '✓';
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--secondary), #a78bfa);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: .8rem;
            flex-shrink: 0;
        }

        .pricing-page-guarantee__visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pricing-page-guarantee__shield {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(0, 87, 255, .2), rgba(0, 194, 255, .2));
            border: 3px solid rgba(0, 194, 255, .3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 6rem;
            box-shadow: 0 20px 80px rgba(0, 87, 255, .3);
            animation: shieldPulse 3s ease-in-out infinite;
        }

        @keyframes shieldPulse {

            0%,
            100% {
                transform: scale(1);
                box-shadow: 0 20px 80px rgba(0, 87, 255, .3);
            }

            50% {
                transform: scale(1.05);
                box-shadow: 0 30px 100px rgba(0, 87, 255, .5);
            }
        }

        /* Comparison Table */
        .pricing-page-comparison {
            padding: 100px 0;
            background: var(--bg-alt);
            overflow-x: auto;
        }

        .pricing-page-comparison__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .pricing-page-comparison__table {
            max-width: 1000px;
            margin: 0 auto;
            border-collapse: separate;
            border-spacing: 0;
            width: 100%;
            border: 1px solid var(--border);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--cs);
            min-width: 700px;
            background: #fff;
        }

        .pricing-page-comparison__table th,
        .pricing-page-comparison__table td {
            padding: 20px 24px;
            text-align: center;
            border-bottom: 1px solid var(--border);
        }

        .pricing-page-comparison__table th {
            background: var(--bg-alt);
            font-family: var(--font-head);
            font-size: 1rem;
            font-weight: 700;
            color: var(--text);
        }

        .pricing-page-comparison__table th:first-child,
        .pricing-page-comparison__table td:first-child {
            text-align: left;
            font-weight: 600;
            color: var(--text-muted);
            background: var(--bg-alt);
        }

        .pricing-page-comparison__table td {
            font-size: .9rem;
            color: var(--text);
        }

        .pricing-page-comparison__table tr:last-child th,
        .pricing-page-comparison__table tr:last-child td {
            border-bottom: none;
        }

        .pricing-page-comparison__check {
            color: var(--primary);
            font-weight: 700;
        }

        .pricing-page-comparison__cross {
            color: #ef4444;
            font-weight: 700;
            opacity: 0.5;
        }

        .pricing-page-comparison__table .popular-col {
            background: rgba(0, 87, 255, .03);
        }

        /* FAQ Section */
        .pricing-page-faq {
            padding: 100px 0;
            background: #fff;
        }

        .pricing-page-faq__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 56px;
            padding: 0 28px;
        }

        .pricing-page-faq__container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 28px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .pricing-page-faq__item {
            border: 1px solid var(--border);
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
            box-shadow: var(--cs);
            transition: all var(--tr);
        }

        .pricing-page-faq__item.open {
            border-color: var(--primary);
            box-shadow: 0 12px 32px rgba(0, 87, 255, .12);
        }

        .pricing-page-faq__q {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 700;
            font-size: 1.02rem;
            color: var(--text);
            transition: color var(--tr);
        }

        .pricing-page-faq__q:hover {
            color: var(--primary);
        }

        .pricing-page-faq__icon {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            background: var(--bg-alt);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            transition: all var(--tr);
            flex-shrink: 0;
        }

        .pricing-page-faq__item.open .pricing-page-faq__icon {
            transform: rotate(45deg);
            background: var(--primary);
            color: #fff;
        }

        .pricing-page-faq__a {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 24px;
            color: var(--text-muted);
            font-size: .95rem;
            line-height: 1.7;
        }

        .pricing-page-faq__item.open .pricing-page-faq__a {
            max-height: 300px;
            padding: 0 24px 24px;
        }

        /* CTA Section */
        .pricing-page-cta {
            padding: 100px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .pricing-page-cta__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(0, 87, 255, .12) 0%, transparent 65%);
            pointer-events: none;
        }

        .pricing-page-cta__container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 28px;
            position: relative;
            z-index: 2;
        }

        .pricing-page-cta__title {
            font-family: var(--font-head);
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .pricing-page-cta__desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .7);
            margin-bottom: 40px;
            line-height: 1.8;
        }

        .pricing-page-cta__actions {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .pricing-page-cta__btn-outline {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, .3);
            padding: 14px 32px;
            border-radius: 100px;
            font-size: .95rem;
            font-weight: 700;
            transition: all var(--tr);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .pricing-page-cta__btn-outline:hover {
            border-color: var(--secondary);
            background: rgba(0, 194, 255, .1);
            transform: translateY(-3px);
        }

        /* Responsive */
        @media(max-width: 1024px) {
            .pricing-page-hero__container {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .pricing-page-hero__content {
                text-align: center;
            }

            .pricing-page-hero__desc,
            .pricing-page-hero__trust {
                margin-left: auto;
                margin-right: auto;
                justify-content: center;
            }

            .pricing-page-hero__visual {
                order: -1;
                height: 360px;
                margin-bottom: 40px;
            }

            .pricing-page-hero__main-img {
                max-width: 100%;
            }

            .pricing-page-hero__float {
                display: none;
            }

            .pricing-page-values__grid {
                grid-template-columns: repeat(2, 1fr);
            }

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

            .pricing-page-card.popular {
                transform: none;
                order: -1;
            }

            .pricing-page-card.popular:hover {
                transform: translateY(-10px);
            }

            .pricing-page-features__grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .pricing-page-guarantee__container {
                grid-template-columns: 1fr;
            }

            .pricing-page-guarantee__visual {
                order: -1;
            }
        }

        @media(max-width: 768px) {
            .pricing-page-hero {
                padding: calc(var(--hh) + 16px + 60px) 0 60px;
            }

            .pricing-page-hero__title {
                font-size: 2.2rem;
            }

            .pricing-page-toggle {
                flex-wrap: wrap;
                justify-content: center;
            }

            .pricing-page-values__grid {
                grid-template-columns: 1fr;
            }

            .pricing-page-features__grid {
                grid-template-columns: 1fr;
            }

            .pricing-page-comparison__table {
                margin: 0 -28px;
                width: calc(100% + 56px);
                border-radius: 0;
                border-left: none;
                border-right: none;
            }

            .pricing-page-cta__actions {
                flex-direction: column;
                align-items: center;
            }

            .pricing-page-cta__btn-outline {
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }
        }


        /* Features Showcase with Images */
        .pricing-page-features {
            padding: 100px 0;
            background: #fff;
        }

        .pricing-page-features__header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 64px;
            padding: 0 28px;
        }

        .pricing-page-features__grid {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        .pricing-page-feature {
            border-radius: 24px;
            overflow: hidden;
            background: #fff;
            border: 2px solid var(--border);
            box-shadow: var(--cs);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            box-shadow: 10px 10px 5px #c1c1c1;
            
        }

        .pricing-page-feature:hover {
            transform: translateY(-10px);
            box-shadow: 0 24px 60px rgba(0, 87, 255, .2);
            border-color: rgba(0, 87, 255, .3);
        }

        .pricing-page-feature__img-wrap {
            position: relative;
            height: 180px;
            overflow: hidden;
        }

        .pricing-page-feature__img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .pricing-page-feature:hover .pricing-page-feature__img-wrap img {
            transform: scale(1.1);
        }

        .pricing-page-feature__img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 40%, rgba(0, 87, 255, .85) 100%);
        }

        .pricing-page-feature__icon {
            position: absolute;
            bottom: -28px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            z-index: 2;
            box-shadow: 0 8px 24px rgba(0, 87, 255, .35);
            border: 4px solid #fff;
        }

        .pricing-page-feature__title {
            font-family: var(--font-head);
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text);
            margin: 36px 24px 12px;
            text-align: center;
        }

        .pricing-page-feature__desc {
            font-size: .92rem;
            color: var(--text-muted);
            line-height: 1.7;
            padding: 0 24px 28px;
            text-align: center;
            flex: 1;
        }

        /* Guarantee Section with Large Image */
        .pricing-page-guarantee {
            padding: 120px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }

        .pricing-page-guarantee__mesh {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0, 87, 255, .15) 0%, transparent 65%);
            pointer-events: none;
        }

        .pricing-page-guarantee__container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .pricing-page-guarantee__content {
            text-align: left;
        }

        .pricing-page-guarantee__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 194, 255, .15);
            border: 1px solid rgba(0, 194, 255, .3);
            color: var(--secondary);
            padding: 8px 16px;
            border-radius: 100px;
            font-size: .8rem;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .pricing-page-guarantee__title {
            font-family: var(--font-head);
            font-size: clamp(2.2rem, 4vw, 3rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .pricing-page-guarantee__desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .75);
            line-height: 1.8;
            margin-bottom: 32px;
        }

        .pricing-page-guarantee__list {
            list-style: none;
            padding: 0;
            margin: 0 0 40px;
        }

        .pricing-page-guarantee__list li {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
            font-size: 1rem;
            color: rgba(255, 255, 255, .9);
            font-weight: 500;
        }

        .pricing-page-guarantee__list li::before {
            content: '✓';
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--secondary), #a78bfa);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: 700;
            font-size: .85rem;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(0, 194, 255, .3);
        }

        .pricing-page-guarantee__visual {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pricing-page-guarantee__shield-wrap {
            position: relative;
            width: 100%;
            max-width: 420px;
            aspect-ratio: 1;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 30px 100px rgba(0, 87, 255, .4);
            border: 4px solid rgba(0, 194, 255, .3);
            animation: shieldRotate 20s linear infinite;
        }

        @keyframes shieldRotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .pricing-page-guarantee__shield-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.9) saturate(1.1);
        }

        .pricing-page-guarantee__shield-overlay {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at center, rgba(0, 87, 255, .2) 0%, transparent 70%);
        }

        .pricing-page-guarantee__shield-badge {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, .95);
            backdrop-filter: blur(12px);
            border: 2px solid rgba(0, 194, 255, .3);
            padding: 16px 32px;
            border-radius: 100px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
            animation: badgePulse 3s ease-in-out infinite;
            display: none;
        }

        @keyframes badgePulse {

            0%,
            100% {
                transform: translateX(-50%) scale(1);
            }

            50% {
                transform: translateX(-50%) scale(1.05);
            }
        }

        .shield-icon {
            font-size: 1.8rem;
        }

        .shield-text {
            font-family: var(--font-head);
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--text);
        }

        /* Responsive */
        @media(max-width: 1024px) {
            .pricing-page-features__grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .pricing-page-guarantee__container {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .pricing-page-guarantee__visual {
                order: -1;
            }

            .pricing-page-guarantee__shield-wrap {
                max-width: 320px;
            }
        }

        @media(max-width: 768px) {
            .pricing-page-features__grid {
                grid-template-columns: 1fr;
            }

            .pricing-page-feature__img-wrap {
                height: 160px;
            }

            .pricing-page-guarantee__shield-wrap {
                max-width: 280px;
            }

            .pricing-page-guarantee__shield-badge {
                padding: 12px 24px;
                bottom: 20px;
            }

            .shield-icon {
                font-size: 1.5rem;
            }

            .shield-text {
                font-size: .95rem;
            }
        }

#rcl-overlay {
    position: fixed;
    inset: 0;
    background: rgb(212, 212, 212);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  #rcl-box {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #rcl-spinner {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid rgba(190,20,60,0.2);
    border-top-color: #be143c;
    border-right-color: #8b0000;
    animation: rcl-spin 1.1s linear infinite;
  }
  #rcl-inner-ring {
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    border: 3px solid rgba(190,20,60,0.12);
    border-bottom-color: #d4204f;
    animation: rcl-spin-rev 1.6s linear infinite;
  }
  @keyframes rcl-spin { to { transform: rotate(360deg); } }
  @keyframes rcl-spin-rev { to { transform: rotate(-360deg); } }

  #rcl-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #be143c;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #8b0000;
    z-index: 1;
    animation: rcl-pulse 2s ease-in-out infinite;
  }
  @keyframes rcl-pulse {
    0%,100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }
  #rcl-icon-wrap img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  #rcl-label {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #be143c;
    letter-spacing: 2px;
    white-space: nowrap;
    font-family: sans-serif;
    animation: rcl-blink 1.4s ease-in-out infinite;
  }
  @keyframes rcl-blink {
    0%,100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
