 :root {
     --pricing-soft: #eef2ff;
     --pricing-soft-2: #f8fafc;
     --pricing-success: #16a34a;
     --pricing-warning: #f59e0b;
     --pricing-danger: #ef4444;
     --pricing-glass: rgba(255, 255, 255, .72);
     --pricing-card: rgba(255, 255, 255, .88);
     --pricing-shadow: 0 24px 70px -28px rgba(37, 99, 235, .35);
 }

 [data-theme="dark"] {
     --pricing-soft: rgba(99, 102, 241, .12);
     --pricing-soft-2: #111827;
     --pricing-glass: rgba(17, 24, 39, .74);
     --pricing-card: rgba(22, 27, 38, .86);
     --pricing-shadow: 0 26px 85px -30px rgba(0, 0, 0, .85);
 }


 body {
     background: var(--body-background);
     color: var(--primary-text);
 }

 /* ─────────────────────────────────────────────
   PREMIUM PRICING PAGE — SIC THEME
───────────────────────────────────────────── */
 .pricing__page {
     position: relative;
     overflow: hidden;
     padding: 54px 0 92px;
     /* background:
         radial-gradient(circle at 9% 8%, rgba(99, 102, 241, .14), transparent 30%),
         radial-gradient(circle at 92% 12%, rgba(37, 99, 235, .11), transparent 31%),
         linear-gradient(180deg, var(--body-background) 0%, var(--section-bg) 100%); */
 }

 /* .pricing__page::before,
 .pricing__page::after {
     content: "";
     position: absolute;
     border-radius: 999px;
     pointer-events: none;
     filter: blur(4px);
     opacity: .75;
 }

 .pricing__page::before {
     width: 290px;
     height: 290px;
     top: 110px;
     right: -135px;
     background: rgba(129, 140, 248, .13);
 }

 .pricing__page::after {
     width: 230px;
     height: 230px;
     left: -115px;
     bottom: 240px;
     background: rgba(37, 99, 235, .10);
 } */

 .pricing__page .main_container {
     position: relative;
     z-index: 1;
 }

 .pricing__hero {
     margin-bottom: 28px;
 }

 .pricing__hero__layout {
     display: grid;
     grid-template-columns: minmax(0, 1.04fr) minmax(320px, .74fr);
     gap: 28px;
     align-items: stretch;
 }

 .hero__copy,
 .hero__preview,
 .plan__card,
 .ux__card,
 .comparison__wrap,
 .faq__item,
 .help__strip {
     background: var(--pricing-card);
     border: 1px solid rgba(229, 231, 235, .84);
     box-shadow: var(--pricing-shadow);
     backdrop-filter: blur(18px);
 }

 [data-theme="dark"] .hero__copy,
 [data-theme="dark"] .hero__preview,
 [data-theme="dark"] .plan__card,
 [data-theme="dark"] .ux__card,
 [data-theme="dark"] .comparison__wrap,
 [data-theme="dark"] .faq__item,
 [data-theme="dark"] .help__strip {
     border-color: rgba(42, 51, 71, .9);
 }

 .hero__copy {
     position: relative;
     overflow: hidden;
     border-radius: 34px;
     padding: clamp(28px, 4vw, 48px);
 }

 .hero__copy::before {
     content: "";
     position: absolute;
     inset: 0;
     background:
         linear-gradient(120deg, rgba(99, 102, 241, .12), transparent 37%),
         radial-gradient(circle at bottom right, rgba(37, 99, 235, .10), transparent 34%);
     pointer-events: none;
 }

 .hero__copy>* {
     position: relative;
 }

 .eyebrow {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     width: fit-content;
     color: var(--primary-color);
     background: rgba(99, 102, 241, .11);
     border: 1px solid rgba(99, 102, 241, .20);
     border-radius: 100px;
     padding: 8px 14px;
     margin-bottom: 18px;
     font-size: 12px;
     font-weight: 800;
     letter-spacing: .08em;
     text-transform: uppercase;
 }

 .eyebrow i {
     font-size: 16px;
 }

 .pricing__hero h1 {
     max-width: 720px;
     margin: 0 0 14px;
     color: var(--heading-color);
     font-size: clamp(34px, 5vw, 58px);
     line-height: 1.02;
     letter-spacing: -.04em;
     font-weight: 850;
 }

 .pricing__hero h1 span {
     color: transparent;
     background: var(--liearcolor);
     background-clip: text;
     -webkit-background-clip: text;
 }

 .pricing__hero p {
     max-width: 650px;
     margin: 0;
     color: var(--gray-text);
     font-size: 15.5px;
     line-height: 1.8;
 }

 .hero__actions {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     margin: 26px 0 22px;
 }

 .hero__btn,
 .plan__btn,
 .help__btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 9px;
     border-radius: 15px;
     text-decoration: none;
     font-weight: 800;
     transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
 }

 .hero__btn {
     min-height: 48px;
     padding: 0 20px;
     font-size: 14px;
 }

 .hero__btn.primary,
 .plan__btn.primary,
 .help__btn {
     color: #fff;
     border: 1px solid transparent;
     background: var(--liearcolor);
     box-shadow: 0 18px 34px -18px rgba(99, 102, 241, .9);
 }

 .hero__btn.secondary,
 .plan__btn.secondary {
     color: var(--primary-text);
     border: 1px solid var(--border);
     background: var(--pricing-glass);
 }

 .hero__btn:hover,
 .plan__btn:hover,
 .help__btn:hover {
     transform: translateY(-2px);
 }

 .trust__row {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
 }

 .trust__pill {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     min-height: 34px;
     padding: 0 12px;
     border: 1px solid var(--border);
     border-radius: 100px;
     color: var(--primary-text);
     background: var(--upcard);
     font-size: 12px;
     font-weight: 700;
 }

 .trust__pill i {
     color: var(--pricing-success);
     font-size: 15px;
 }

 .hero__preview {
     position: relative;
     overflow: hidden;
     border-radius: 34px;
     padding: 24px;
 }

 .hero__preview::before {
     content: "";
     position: absolute;
     inset: 0;
     background:
         radial-gradient(circle at top right, rgba(99, 102, 241, .18), transparent 36%),
         linear-gradient(180deg, transparent, rgba(99, 102, 241, .06));
     pointer-events: none;
 }

 .preview__panel {
     position: relative;
     border: 1px solid var(--border);
     border-radius: 26px;
     background: var(--upcard);
     overflow: hidden;
 }

 .preview__topbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 12px;
     padding: 14px 15px;
     border-bottom: 1px solid var(--divider);
 }

 .preview__dots {
     display: flex;
     gap: 6px;
 }

 .preview__dots span {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #c7d2fe;
 }

 .preview__status {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     color: var(--pricing-success);
     background: rgba(34, 197, 94, .10);
     border: 1px solid rgba(34, 197, 94, .18);
     border-radius: 100px;
     padding: 5px 10px;
     font-size: 11px;
     font-weight: 800;
 }

 .preview__body {
     padding: 18px;
 }

 .preview__upload {
     display: grid;
     place-items: center;
     min-height: 150px;
     border-radius: 22px;
     background:
         linear-gradient(135deg, rgba(99, 102, 241, .12), rgba(37, 99, 235, .06)),
         var(--pricing-soft-2);
     border: 1px dashed rgba(99, 102, 241, .45);
     text-align: center;
 }

 .preview__upload i {
     display: grid;
     place-items: center;
     width: 54px;
     height: 54px;
     margin: 0 auto 10px;
     border-radius: 18px;
     color: var(--primary-color);
     background: var(--upcard);
     box-shadow: var(--card-shadow);
     font-size: 27px;
 }

 .preview__upload strong {
     display: block;
     margin-bottom: 4px;
     color: var(--primary-text);
     font-size: 14px;
 }

 .preview__upload span {
     color: var(--gray-text);
     font-size: 12px;
 }

 .preview__mini__grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
     margin-top: 14px;
 }

 .preview__mini {
     min-height: 82px;
     border: 1px solid var(--border);
     border-radius: 18px;
     padding: 12px;
     background: var(--card-color);
 }

 .preview__mini i {
     color: var(--primary-color);
     font-size: 20px;
 }

 .preview__mini strong {
     display: block;
     margin: 8px 0 3px;
     color: var(--primary-text);
     font-size: 12px;
 }

 .preview__mini span {
     color: var(--gray-text);
     font-size: 11px;
     line-height: 1.4;
 }

 .section__head {
     max-width: 650px;
     margin: 0 auto 24px;
     text-align: center;
 }

 .section__head .mini__label {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 7px;
     color: var(--primary-color);
     font-size: 12px;
     font-weight: 850;
     text-transform: uppercase;
     letter-spacing: .08em;
     margin-bottom: 10px;
 }

 .section__head h2 {
     margin: 0 0 10px;
     color: var(--heading-color);
     font-size: clamp(25px, 3.2vw, 36px);
     line-height: 1.12;
     letter-spacing: -.03em;
 }

 .section__head p {
     margin: 0;
     color: var(--gray-text);
     font-size: 14px;
     line-height: 1.8;
 }

 .pricing__notice {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     margin: 26px 0 36px;
     padding: 15px 16px;
     border-radius: 22px;
     background: var(--pricing-card);
     border: 1px solid var(--border);
     box-shadow: 0 18px 45px -34px rgba(0, 0, 0, .5);
 }

 .pricing__notice .notice__left {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .notice__icon {
     display: grid;
     place-items: center;
     width: 42px;
     height: 42px;
     flex-shrink: 0;
     border-radius: 15px;
     background: rgba(99, 102, 241, .12);
     color: var(--primary-color);
     font-size: 22px;
 }

 .pricing__notice strong {
     display: block;
     color: var(--primary-text);
     font-size: 14px;
     margin-bottom: 2px;
 }

 .pricing__notice p {
     margin: 0;
     color: var(--gray-text);
     font-size: 12.5px;
     line-height: 1.55;
 }

 .notice__badge {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     white-space: nowrap;
     border-radius: 100px;
     padding: 9px 12px;
     color: #0f766e;
     background: #f0fdfa;
     border: 1px solid #ccfbf1;
     font-size: 12px;
     font-weight: 800;
 }

 [data-theme="dark"] .notice__badge {
     color: #67e8f9;
     background: rgba(20, 184, 166, .12);
     border-color: rgba(20, 184, 166, .20);
 }

 .plans__section,
 .ux__section,
 .comparison__section,
 .faq__section,
 .help__section {
     margin-top: 58px;
 }

 .pricing__cards {
     display: grid;
     grid-template-columns: repeat(2, minmax(0, 1fr));
     gap: 22px;
     max-width: 960px;
     margin: 0 auto;
 }

 .plan__card {
     position: relative;
     display: flex;
     flex-direction: column;
     min-height: 100%;
     border-radius: 30px;
     padding: 24px;
     transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
 }

 .plan__card:hover {
     transform: translateY(-5px);
     box-shadow: 0 28px 75px -28px rgba(99, 102, 241, .55);
 }

 .plan__card.featured {
     border-color: rgba(99, 102, 241, .62);
     background:
         linear-gradient(180deg, rgba(99, 102, 241, .12), transparent 42%),
         var(--pricing-card);
 }

 .plan__card.featured::before {
     content: "";
     position: absolute;
     inset: -1px;
     border-radius: 30px;
     padding: 1px;
     background: linear-gradient(135deg, rgba(99, 102, 241, .9), rgba(37, 99, 235, .28), rgba(129, 140, 248, .8));
     -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
     -webkit-mask-composite: xor;
     mask-composite: exclude;
     pointer-events: none;
 }

 .plan__badge {
     display: inline-flex;
     align-items: center;
     gap: 7px;
     width: fit-content;
     margin-bottom: 18px;
     border-radius: 100px;
     padding: 7px 11px;
     color: var(--primary-color);
     background: rgba(99, 102, 241, .11);
     border: 1px solid rgba(99, 102, 241, .20);
     font-size: 11px;
     font-weight: 850;
     text-transform: uppercase;
     letter-spacing: .06em;
 }

 .plan__top {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 16px;
     margin-bottom: 18px;
 }

 .plan__name {
     margin: 0 0 7px;
     color: var(--primary-text);
     font-size: 23px;
     font-weight: 850;
     letter-spacing: -.02em;
 }

 .plan__desc {
     margin: 0;
     color: var(--gray-text);
     font-size: 13px;
     line-height: 1.6;
 }

 .plan__save {
     display: inline-flex;
     align-items: center;
     white-space: nowrap;
     color: #b45309;
     background: #fffbeb;
     border: 1px solid #fde68a;
     border-radius: 100px;
     padding: 7px 10px;
     font-size: 11px;
     font-weight: 850;
 }

 [data-theme="dark"] .plan__save {
     color: #fbbf24;
     background: rgba(245, 158, 11, .12);
     border-color: rgba(245, 158, 11, .22);
 }

 .plan__price {
     display: flex;
     align-items: flex-end;
     gap: 5px;
     margin-bottom: 8px;
 }

 .plan__price .currency {
     color: var(--gray-text);
     font-size: 22px;
     font-weight: 800;
     padding-bottom: 10px;
 }

 .plan__price .amount {
     color: var(--primary-text);
     font-size: clamp(46px, 5vw, 62px);
     line-height: .92;
     letter-spacing: -.06em;
     font-weight: 900;
 }

 .plan__price .period {
     color: var(--gray-text);
     font-size: 14px;
     font-weight: 700;
     padding-bottom: 10px;
 }

 .plan__note {
     display: flex;
     align-items: center;
     gap: 7px;
     color: var(--gray-text);
     margin: 0 0 20px;
     font-size: 12.5px;
 }

 .plan__note i {
     color: var(--pricing-success);
 }

 .plan__divider {
     height: 1px;
     margin: 18px 0;
     background: var(--divider);
 }

 .features__list {
     display: flex;
     flex-direction: column;
     gap: 12px;
     list-style: none;
     margin: 0 0 24px;
     padding: 0;
 }

 .features__list li {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     color: var(--primary-text);
     font-size: 13.2px;
     font-weight: 650;
     line-height: 1.45;
 }

 .feat__icon {
     display: grid;
     place-items: center;
     width: 23px;
     height: 23px;
     flex-shrink: 0;
     border-radius: 50%;
     color: var(--primary-color);
     background: rgba(99, 102, 241, .11);
 }

 .feat__icon i {
     font-size: 14px;
 }

 .plan__btn {
     width: 100%;
     min-height: 48px;
     margin-top: auto;
     padding: 0 18px;
     font-size: 14px;
 }

 .plan__microcopy {
     margin: 12px 0 0;
     text-align: center;
     color: var(--gray-text);
     font-size: 11.5px;
     line-height: 1.5;
 }

 .ux__grid {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 16px;
 }

 .ux__card {
     border-radius: 24px;
     padding: 20px;
 }

 .ux__card .ux__icon {
     display: grid;
     place-items: center;
     width: 46px;
     height: 46px;
     margin-bottom: 14px;
     border-radius: 16px;
     color: var(--primary-color);
     background: rgba(99, 102, 241, .12);
     font-size: 23px;
 }

 .ux__card h3 {
     margin: 0 0 8px;
     color: var(--primary-text);
     font-size: 15px;
     font-weight: 850;
 }

 .ux__card p {
     margin: 0;
     color: var(--gray-text);
     font-size: 12.5px;
     line-height: 1.65;
 }

 .comparison__section {
     max-width: 980px;
     margin-left: auto;
     margin-right: auto;
 }

 .comparison__wrap {
     overflow: hidden;
     border-radius: 28px;
 }

 .comparison__table__scroll {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
 }

 .comparison__table {
     width: 100%;
     min-width: 760px;
     border-collapse: collapse;
 }

 .comparison__table th {
     padding: 17px 18px;
     text-align: left;
     color: var(--primary-text);
     background: rgba(99, 102, 241, .07);
     border-bottom: 1px solid var(--divider);
     font-size: 13px;
     font-weight: 850;
 }

 .comparison__table th:not(:first-child),
 .comparison__table td:not(:first-child) {
     text-align: center;
 }

 .comparison__table td {
     padding: 15px 18px;
     color: var(--primary-text);
     border-bottom: 1px solid var(--divider);
     font-size: 13px;
     font-weight: 600;
 }

 .comparison__table tr:last-child td {
     border-bottom: 0;
 }

 .comparison__table tbody tr:hover td {
     background: var(--cardhover);
 }

 .compare__sub {
     display: block;
     margin-top: 4px;
     color: var(--gray-text);
     font-size: 11px;
     font-weight: 600;
 }

 .compare__yes,
 .compare__no,
 .compare__text {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-width: 28px;
     min-height: 28px;
     border-radius: 100px;
     font-weight: 850;
 }

 .compare__yes {
     color: #16a34a;
     background: rgba(34, 197, 94, .10);
 }

 .compare__no {
     color: #94a3b8;
     background: rgba(148, 163, 184, .12);
 }

 .compare__text {
     padding: 0 10px;
     color: var(--primary-color);
     background: rgba(99, 102, 241, .10);
     font-size: 12px;
 }

 .faq__section {
     max-width: 780px;
     margin-left: auto;
     margin-right: auto;
 }

 .faq__list {
     display: grid;
     gap: 12px;
 }

 .faq__item {
     border-radius: 18px;
     overflow: hidden;
     box-shadow: none;
     transition: border-color .25s ease, box-shadow .25s ease;
 }

 .faq__item.open {
     border-color: rgba(99, 102, 241, .55);
     box-shadow: 0 18px 42px -34px rgba(99, 102, 241, .85);
 }

 .faq__question {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 14px;
     padding: 18px 19px;
     border: 0;
     background: transparent;
     cursor: pointer;
     color: var(--primary-text);
     text-align: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: 800;
 }

 .faq__question i {
     display: grid;
     place-items: center;
     width: 28px;
     height: 28px;
     flex-shrink: 0;
     border-radius: 10px;
     color: var(--gray-text);
     background: var(--card-color);
     transition: transform .28s ease, color .28s ease, background .28s ease;
 }

 .faq__item.open .faq__question i {
     transform: rotate(180deg);
     color: var(--primary-color);
     background: rgba(99, 102, 241, .12);
 }

 .faq__answer {
     max-height: 0;
     overflow: hidden;
     transition: max-height .32s ease, padding .28s ease;
     padding: 0 19px;
 }

 .faq__answer p {
     margin: 0;
     color: var(--gray-text);
     font-size: 13px;
     line-height: 1.75;
 }

 .faq__item.open .faq__answer {
     padding: 0 19px 18px;
 }

 .help__section {
     max-width: 960px;
     margin-left: auto;
     margin-right: auto;
 }

 .help__strip {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 18px;
     border-radius: 28px;
     padding: 22px;
 }

 .help__strip h2 {
     margin: 0 0 6px;
     color: var(--heading-color);
     font-size: 22px;
     font-weight: 850;
     letter-spacing: -.02em;
 }

 .help__strip p {
     margin: 0;
     color: var(--gray-text);
     font-size: 13px;
     line-height: 1.7;
 }

 .help__btn {
     min-height: 46px;
     white-space: nowrap;
     padding: 0 18px;
     font-size: 13px;
 }

 .pricing__footer__note {
     margin: 34px auto 0;
     text-align: center;
     color: var(--gray-text);
     font-size: 12px;
     line-height: 1.7;
 }

 .pricing__footer__note a {
     color: var(--primary-color);
     font-weight: 700;
     text-decoration: none;
 }

 .mobile__pricing__bar {
     display: none;
 }

 @media (max-width: 980px) {

     .pricing__hero__layout,
     .pricing__cards {
         grid-template-columns: 1fr;
     }

     .hero__preview {
         order: -1;
     }

     .ux__grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }
 }

 @media (max-width: 680px) {
     .pricing__page {
         padding: 28px 0 96px;
     }

     .hero__copy,
     .hero__preview,
     .plan__card,
     .comparison__wrap,
     .help__strip {
         border-radius: 22px;
     }

     .hero__copy,
     .hero__preview,
     .plan__card {
         padding: 18px;
     }

     .hero__actions {
         display: grid;
         grid-template-columns: 1fr;
     }

     .hero__btn {
         width: 100%;
     }

     .preview__mini__grid,
     .ux__grid {
         grid-template-columns: 1fr;
     }

     .pricing__notice {
         align-items: flex-start;
         flex-direction: column;
         border-radius: 20px;
     }

     .notice__badge {
         width: 100%;
         justify-content: center;
     }

     .plan__top {
         flex-direction: column;
         align-items: flex-start;
     }

     .help__strip {
         flex-direction: column;
         align-items: flex-start;
     }

     .help__btn {
         width: 100%;
     }

     .mobile__pricing__bar {
         position: fixed;
         left: 12px;
         right: 12px;
         bottom: 12px;
         z-index: 30;
         display: flex;
         align-items: center;
         justify-content: space-between;
         gap: 10px;
         padding: 11px;
         border: 1px solid var(--border);
         border-radius: 20px;
         background: var(--pricing-glass);
         box-shadow: 0 22px 60px -22px rgba(0, 0, 0, .55);
         backdrop-filter: blur(18px);
     }

     .mobile__pricing__bar span {
         display: block;
         color: var(--primary-text);
         font-size: 12px;
         font-weight: 850;
         line-height: 1.25;
     }

     .mobile__pricing__bar small {
         display: block;
         color: var(--gray-text);
         font-size: 10.5px;
         font-weight: 650;
         margin-top: 2px;
     }

     .mobile__pricing__bar a {
         display: inline-flex;
         align-items: center;
         justify-content: center;
         min-height: 40px;
         padding: 0 14px;
         border-radius: 14px;
         color: #fff;
         background: var(--liearcolor);
         text-decoration: none;
         font-size: 12px;
         font-weight: 850;
         white-space: nowrap;
     }
 }



 .payment__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.payment__modal.show {
    display: flex;
}

.payment__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .48);
    backdrop-filter: blur(8px);
}

.payment__box {
    position: relative;
    width: min(100%, 460px);
    border-radius: 28px;
    padding: 24px;
    background: var(--pricing-card);
    border: 1px solid var(--border);
    box-shadow: 0 30px 90px -30px rgba(0, 0, 0, .45);
    animation: paymentPop .25s ease;
}

@keyframes paymentPop {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.payment__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    color: var(--primary-text);
    background: var(--cardhover);
}

.payment__head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.payment__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--liearcolor);
    box-shadow: 0 16px 34px -20px rgba(99, 102, 241, .9);
}

.payment__head h3 {
    margin: 0 0 4px;
    color: var(--heading-color);
    font-size: 21px;
    font-weight: 850;
}

.payment__head p {
    margin: 0;
    color: var(--gray-text);
    font-size: 13px;
}

.payment__methods {
    display: grid;
    gap: 10px;
}

.payment__method {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border-radius: 18px;
    cursor: pointer;
    border: 1px solid var(--border);
    background: var(--upcard);
    transition: .22s ease;
}

.payment__method:hover,
.payment__method.active {
    border-color: var(--primary-color);
    background: rgba(99, 102, 241, .08);
}

.payment__method input {
    display: none;
}

.payment__brand {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #818cf8);
}

.payment__brand.paypal {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
}

.payment__brand.stripe {
    background: linear-gradient(135deg, #635bff, #8b5cf6);
}

.payment__brand.upi {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.payment__method strong {
    display: block;
    color: var(--primary-text);
    font-size: 14px;
    margin-bottom: 2px;
}

.payment__method small {
    color: var(--gray-text);
    font-size: 12px;
}

.payment__method > i {
    margin-left: auto;
    color: var(--primary-color);
    opacity: 0;
    font-size: 20px;
}

.payment__method.active > i {
    opacity: 1;
}

.payment__continue {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    color: #fff;
    font-weight: 850;
    background: var(--liearcolor);
    box-shadow: 0 18px 38px -20px rgba(99, 102, 241, .9);
}

.payment__safe {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 14px 0 0;
    color: var(--gray-text);
    font-size: 12px;
}

.payment__safe i {
    color: var(--pricing-success);
}

@media (max-width: 520px) {
    .payment__modal {
        align-items: flex-end;
        padding: 0;
    }

    .payment__box {
        width: 100%;
        border-radius: 26px 26px 0 0;
        padding: 22px 18px 18px;
    }
}