.plan-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.plan-modal-content{background:white;border-radius:1.5rem;max-width:800px;width:100%;max-height:95vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:slideUp .3s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.plan-modal-close{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s;color:#6b7280;z-index:10}.plan-modal-close:hover{background:#e5e7eb;color:#111827}.plan-modal-grid{display:grid;grid-template-columns:1fr 1fr;width:100%;height:100%}.plan-modal-details{padding:2.5rem 2rem;display:flex;flex-direction:column}.plan-modal-country{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.plan-modal-country-flag{width:32px;height:24px;-o-object-fit:cover;object-fit:cover;border-radius:4px;border:1px solid #e5e7eb}.plan-modal-country-name{font-size:1.125rem;font-weight:600;color:#1f2937}.plan-modal-country-count{font-size:.875rem;font-weight:500;color:#4b5563;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:20px;margin-left:.5rem;display:inline-flex;align-items:center}.plan-modal-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:linear-gradient(135deg,#ff9a6b,#ff7f50 50%,#ffb199);color:#fff;border:1px solid rgba(255,127,80,.5);border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.2px;margin-bottom:1rem;box-shadow:0 6px 14px rgba(255,127,80,.25)}.plan-modal-tag__icon{display:inline-block}.plan-modal-tag__text{line-height:1}.plan-modal-title{font-size:2.25rem;font-weight:800;color:#111827;line-height:1.2;margin:0}.plan-modal-title-row{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.plan-modal-duration{margin-top:.5rem;font-size:1.125rem;font-weight:600;color:var(--indigo-dark,#3730a3)}.plan-modal-subtitle{margin:1rem 0 0;font-size:1rem;color:#4b5563;line-height:1.5}.plan-modal-features-list{margin-top:2rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid #e5e7eb;padding-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;color:#374151}.feature-item:nth-child(3){display:none}.feature-item svg{flex-shrink:0}.plan-modal-form-container{background-color:#f9fafb;padding:2.5rem 2rem;display:flex;flex-direction:column;overflow-y:auto}.plan-modal-price-box{text-align:center;padding:1rem;border:1px solid #e5e7eb;border-radius:1rem;background-color:white;margin-bottom:1.5rem}.price-main{display:flex;justify-content:center;align-items:baseline;gap:.5rem;color:var(--peach-brand,#ff7f50)}.price-amount{font-size:2.5rem;font-weight:800;line-height:1}.price-currency{font-size:1.5rem;font-weight:700}.price-meta{margin-top:.25rem;font-size:.875rem;color:#6b7280}.price-with-discount{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.price-original-crossed{display:flex;align-items:baseline;gap:.25rem;color:#9ca3af;text-decoration:line-through}.price-original-crossed .price-amount{font-size:1.25rem;font-weight:600}.price-original-crossed .price-currency{font-size:.875rem}.price-discounted{color:#10b981!important}.price-discounted .price-amount{font-size:2rem}.price-discounted .price-currency{font-size:1.25rem}.price-promo-info{margin-top:.5rem;font-size:.875rem;color:#10b981;text-align:center;font-weight:500}.promo-code-section{margin-bottom:1.5rem}.promo-code-input-group{display:flex;gap:.5rem}.promo-code-input{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;text-transform:uppercase}.promo-code-input:focus{outline:none;border-color:var(--peach-brand,#ff7f50);box-shadow:0 0 0 3px rgba(255,127,80,.1)}.promo-code-input:disabled{background-color:#f9fafb;cursor:not-allowed}.promo-code-button{padding:.75rem 1.5rem;background-color:var(--peach-brand,#ff7f50);color:white;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.promo-code-button:hover:not(:disabled){background-color:#ff6a3d;transform:translateY(-1px)}.promo-code-button:disabled{background-color:#d1d5db;cursor:not-allowed;transform:none}.promo-code-remove{background-color:#ef4444;padding:.75rem 1rem;font-size:1.125rem;line-height:1}.promo-code-remove:hover{background-color:#dc2626}.promo-code-error{margin-top:.5rem;padding:.5rem .75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;font-size:.875rem;font-weight:500}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-group label{font-size:1rem;font-weight:500;color:#374151;margin-bottom:.5rem;display:block}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.plan-modal-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.plan-modal-input[readOnly]{background-color:#f0f2f5;cursor:default}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;color:#4b5563}.checkbox-label input{margin-top:3px}.checkbox-label a{color:var(--peach-dark,#c2410c);text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.form-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;padding:.75rem 1rem;border-radius:.5rem}.payment-info{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:#6b7280;margin-top:.5rem}.payment-info img{height:24px}.purchase-button{background:var(--cta-gradient);color:white;border:none;padding:.875rem 1.25rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.purchase-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.purchase-button:disabled{opacity:.6;cursor:not-allowed}.form-footer-note{font-size:.875rem;color:#6b7280;text-align:center;margin:.5rem 0 0}@media (max-width:768px){.plan-modal-overlay{align-items:center;justify-content:center;padding:1rem}.plan-modal-grid{grid-template-columns:1fr}.plan-modal-content{max-height:none;overflow-y:visible;border-radius:1.25rem;animation:fadeIn .2s ease-out}.plan-modal-details,.plan-modal-form-container{padding:1.25rem 1rem}.plan-modal-country{margin-bottom:.75rem;padding-bottom:.75rem}.plan-modal-title{font-size:1.5rem}.plan-modal-duration{font-size:.95rem;margin-top:.375rem}.plan-modal-subtitle{display:none}.plan-modal-features-list{margin-top:1rem;padding-top:1rem;gap:.75rem;flex-direction:row;flex-wrap:wrap}.feature-item{font-size:.9rem;flex:0 0 calc(50% - 0.375rem)}.feature-item:nth-child(3){display:none}.plan-modal-price-box{padding:.625rem .875rem;text-align:center}.price-main{justify-content:center;gap:.375rem}.price-amount{font-size:1.5rem}.price-currency{font-size:1rem}.price-meta{display:block;margin-top:.25rem}.plan-modal-close{top:.75rem;right:.75rem}.plan-modal-country-flag{width:28px;height:21px}.plan-modal-country-name{font-size:1rem}.plan-modal-price-box{padding:.875rem;margin-bottom:1rem}.price-amount{font-size:2rem}.price-currency{font-size:1.25rem}}@media (max-width:480px){.plan-modal-overlay{padding:.75rem;align-items:center;justify-content:center}.plan-modal-content{max-height:none;border-radius:1rem}.plan-modal-details,.plan-modal-form-container{padding:1rem .875rem}.plan-modal-country{margin-bottom:.5rem;padding-bottom:.5rem;gap:.5rem}.plan-modal-title{font-size:1.35rem}.plan-modal-duration{font-size:.875rem}.plan-modal-subtitle{display:none}.plan-modal-tag{padding:.25rem .625rem;font-size:.8rem;margin-bottom:.5rem}.plan-modal-features-list{margin-top:.75rem;padding-top:.75rem;gap:.625rem;flex-direction:row;flex-wrap:wrap}.feature-item{font-size:.85rem;gap:.5rem;flex:0 0 calc(50% - 0.3125rem)}.feature-item:nth-child(3){display:none}.plan-modal-close{top:.5rem;right:.5rem;padding:.4rem}.plan-modal-country-flag{width:24px;height:18px}.plan-modal-country-name{font-size:.95rem}.plan-modal-country-count{font-size:.75rem;padding:.2rem .4rem}.plan-modal-price-box{padding:.625rem .75rem;margin-bottom:.875rem;text-align:center}.price-main{justify-content:center;gap:.375rem}.price-amount{font-size:1.5rem}.price-currency{font-size:1rem}.price-meta{font-size:.8rem;display:block;margin-top:.25rem}.form-fields{gap:.875rem}.form-group label{font-size:.875rem;margin-bottom:.375rem}.form-group input{padding:.625rem .875rem;font-size:.9rem}.checkbox-group{gap:.625rem}.checkbox-label{font-size:.85rem}.payment-info{margin-top:.375rem;font-size:.8rem}.payment-info img{height:20px}.purchase-button{padding:.75rem 1rem;font-size:.9rem}.form-footer-note{font-size:.75rem;margin-top:.375rem}}.plan-details-page{background:#fafbff;min-height:100vh;padding:32px 0 60px;overflow-x:hidden}.plan-details-page :not(.price-main-inline):not(.price-old-inline):not(.other-plan-current):not(.other-plan-old):not(.selling-data):not(.selling-duration):not(.selling-dot){font-size:16px!important}.plan-details-container{max-width:1200px;margin:0 auto;padding:0 20px}.plan-page-card{background:transparent}.plan-details-page .plan-modal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:28px;align-items:start}.plan-details-page .plan-modal-details,.plan-details-page .plan-modal-form-container{min-width:0}.plan-details-page .plan-modal-details{padding:32px}.plan-details-page .plan-modal-details,.plan-details-page .plan-modal-form-container{background:white;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.plan-details-page .plan-modal-form-container{padding:28px;position:sticky}.operators-button-row{display:flex;justify-content:flex-start;margin-bottom:16px}.operators-open-btn{display:inline-flex;align-items:center;gap:8px;background:#ffffff;border:1px solid #e5e7eb;color:#374151;font-weight:700;font-size:16px;border-radius:10px;padding:10px 14px;cursor:pointer;transition:all .2s ease}.operators-open-btn:hover{background:#f9fafb}.operators-modal{position:fixed;inset:0;background:rgba(17,24,39,.45);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.operators-modal-content{background:white;width:100%;max-width:720px;max-height:80vh;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 10px 30px rgba(0,0,0,.15);padding:20px;overflow:auto}.operators-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.operators-modal-close{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;cursor:pointer}.other-plans-section{margin-top:24px}.other-plans-list{display:grid;grid-template-columns:1fr;gap:10px}.other-plan-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.other-plan-item:hover{border-color:#d1d5db;background:#f3f4f6}.other-plan-left{display:flex;align-items:baseline;gap:10px}.other-plan-volume{font-weight:800;font-size:16px;color:#111827}.other-plan-duration{font-size:14px;color:#6b7280}.other-plan-price{font-weight:800;font-size:16px;color:#111827}.other-plan-prices{display:inline-flex;align-items:baseline;gap:8px}.other-plan-old{text-decoration:line-through;color:#dc2626;font-size:14px}.other-plan-current{font-weight:800;font-size:16px;color:#111827}.other-plan-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.plan-payment-section{margin-top:28px;padding:24px;background:linear-gradient(135deg,#fff5f0,#ffe8dd);border:2px solid #ffd4c1;border-radius:16px;box-shadow:0 8px 24px rgba(255,127,80,.12)}.plan-payment-section .purchase-desc{font-size:18px;font-weight:700;color:#111827;padding:0;margin-bottom:16px}.purchase-separator{height:1px;background:#e5e7eb;margin:16px 0}.price-section{margin-bottom:24px}.price-row-labeled{display:grid;grid-template-columns:auto 1fr;align-items:baseline;-moz-column-gap:14px;column-gap:14px;margin-bottom:12px}.price-value-wrap{display:inline-flex;align-items:baseline;gap:10px;flex-wrap:wrap}.price-value-wrap--stacked{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.price-row-labeled .price-old-inline{grid-column:2}.price-row-labeled .price-main-inline{grid-column:2;grid-row:1}.price-row-labeled .savings-badge{margin-top:0}.price-label{font-size:18px;font-weight:700;color:#111827;min-width:100px}.price-label-discount{color:#10b981;font-weight:700}.price-old-inline{text-decoration:line-through;color:#9ca3af;font-size:22px;font-weight:600;line-height:1}.price-old-red{text-decoration:line-through;color:#dc2626;text-decoration-color:#dc2626}.price-main-inline{color:#111827;font-size:36px;font-weight:900;line-height:1}.savings-badge{display:inline-flex;padding:6px 14px;background:linear-gradient(135deg,#10b981,#059669);color:white;font-size:17px;font-weight:700;border-radius:8px}.savings-badge--with-text{white-space:normal;overflow-wrap:anywhere}.promo-section{margin-bottom:24px}.promo-label{display:block;font-size:18px;font-weight:700;color:#111827;margin-bottom:10px}.promo-input-inline{display:flex;align-items:center;gap:10px}.promo-code-input-inline{flex:1;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:18px;color:#111827;transition:all .2s ease}.promo-code-input-inline:focus{outline:none;border-color:#ff7f50;box-shadow:0 0 0 3px rgba(255,127,80,.1)}.promo-code-input-inline:disabled{background:#f3f4f6;color:#9ca3af}.promo-apply-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#ff7f50;color:white;border:none;border-radius:12px;font-size:20px;font-weight:700;cursor:pointer;transition:background .2s ease}.promo-apply-btn:hover:not(:disabled){background:#ff6a3d}.promo-apply-btn:disabled{opacity:.5;cursor:not-allowed}.promo-remove-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.promo-remove-btn:hover{background:#fecaca}.promo-code-error{color:#dc2626;font-size:15px;margin-top:10px;font-weight:600}.plan-compact-hero{margin-bottom:20px}.hero-back-link{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:18px;font-weight:600;text-decoration:none;margin-bottom:16px;padding:8px 0;min-height:44px;width:-moz-fit-content;width:fit-content;cursor:pointer;transition:color .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.hero-back-link:hover{color:#374151}.hero-back-link:active{color:#1f2937}.plan-compact-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.plan-compact-flag{width:36px;height:27px;border-radius:4px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.plan-compact-title{font-size:26px;font-weight:700;color:#111827;margin:0;line-height:1.2}.plan-compact-subtitle{font-size:16px;color:#6b7280;font-weight:500}.selling-summary{margin-top:8px;margin-bottom:10px;background:linear-gradient(180deg,#ffffff,#f9fafb);border:1px solid #e5e7eb;border-radius:16px;padding:18px 20px;box-shadow:0 6px 20px rgba(17,24,39,.06)}.selling-main{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.selling-data{font-size:32px;font-weight:700;color:#111827;line-height:1}.selling-dot{font-size:34px;color:#d1d5db;font-weight:300}.selling-duration{font-size:30px;font-weight:700;color:#6b7280}.selling-desc{text-align:center;font-size:17px;line-height:1.6;color:#374151;font-weight:500}.selling-icon{margin-right:8px;vertical-align:middle}.selling-availability{gap:14px;margin-top:8px}.selling-availability,.selling-icons-row{display:flex;align-items:center;justify-content:center}.selling-icons-row{gap:12px;color:#6b7280;margin-bottom:8px}.avail-item{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:14px;font-weight:600}.avail-ok{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.avail-no{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.plan-compact-package{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px}.package-data{font-size:20px;font-weight:800;color:#ff7f50}.package-divider{color:#d1d5db;font-size:18px}.package-duration{font-size:16px;font-weight:600;color:#6b7280}.plan-package-large{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:linear-gradient(135deg,#fff5f0,#ffe8dd);border:2px solid #ffd4c1;border-radius:12px;text-align:center}.package-data-large{font-size:38px;font-weight:900;color:#111827}.package-divider-large{color:#d1d5db;font-size:32px;font-weight:600}.package-duration-large{font-size:24px;font-weight:600;color:#6b7280}.plan-description-box{padding:18px 20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px}.plan-description-box p{margin:0;font-size:17px;line-height:1.6;color:#374151;font-weight:500}.plan-modal-form-container .plan-features-section{margin-bottom:0}.plan-modal-form-container .plan-section-title{margin-top:0}.plan-section-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.plan-features-list{display:flex;flex-direction:column;gap:12px}.plan-feature-item{display:flex;gap:14px;align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .2s ease}.plan-feature-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.05)}.plan-feature-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.plan-feature-icon-green{background:#d1fae5;color:#059669}.plan-feature-icon-blue{background:#dbeafe;color:#2563eb}.plan-feature-icon-purple{background:#e9d5ff;color:#9333ea}.plan-feature-icon-orange{background:#fed7aa;color:#ea580c}.plan-feature-content{flex:1}.plan-feature-title{font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.plan-feature-desc{font-size:15px;color:#6b7280;line-height:1.6}.operators-section{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.operators-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 16px}.operators-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.operator-item{display:flex;gap:12px;align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px;transition:all .2s ease}.operator-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.05)}.operator-flag{width:24px;height:18px;border-radius:3px;border:1px solid #e5e7eb;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.operator-content{flex:1}.operator-location{font-size:16px;font-weight:700;color:#111827;margin-bottom:6px}.operator-ops{display:flex;flex-wrap:wrap;gap:5px}.operator-chip{font-size:13px;color:#374151;background:white;border:1px solid #e5e7eb;padding:4px 8px;border-radius:999px;font-weight:500;transition:all .2s ease}.operator-chip:hover{background:#f3f4f6;border-color:#d1d5db}.operators-toggle{margin-top:12px;width:100%;background:white;border:1px solid #e5e7eb;color:#374151;font-weight:600;border-radius:8px;padding:12px 16px;cursor:pointer;transition:all .2s ease;font-size:16px}.operators-toggle:hover{background:#f9fafb;border-color:#d1d5db}.plan-details-page .feature-item:nth-child(3){display:flex}.plan-details-page .plan-modal-country{background:#f9fafb;border:1px solid #e5e7eb;padding:14px;border-radius:10px;margin-bottom:20px}.plan-details-page .plan-modal-title{color:#111827}.plan-details-page .plan-modal-duration{color:#374151;background:#f3f4f6;padding:6px 12px;border-radius:6px;display:inline-block;margin-top:8px;font-size:1rem}.plan-details-page .plan-modal-features-list{background:#f9fafb;border:1px solid #e5e7eb;padding:18px;border-radius:10px;margin-top:20px}.plan-details-page .plan-modal-subtitle{color:#6b7280}.plan-payment-section .purchase-button{background:linear-gradient(135deg,#10b981,#059669);border:none;padding:20px 28px;font-size:20px;font-weight:700;border-radius:12px;transition:all .2s ease;box-shadow:0 6px 20px rgba(16,185,129,.4);width:100%;display:grid;grid-template-columns:24px 1fr 24px;align-items:center}.purchase-button-pulse{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 6px 20px rgba(16,185,129,.4)}50%{box-shadow:0 6px 30px rgba(16,185,129,.6),0 0 0 4px rgba(16,185,129,.1)}}.plan-payment-section .purchase-button:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.5)}.plan-payment-section .purchase-button:active:not(:disabled){transform:translateY(0)}.plan-payment-section .purchase-button svg{flex-shrink:0}.plan-payment-section .purchase-button .spinner{animation:spin 1s linear infinite;width:18px;height:18px}.btn-content{position:relative;display:inline-grid;grid-auto-flow:column;align-items:center;justify-content:center;gap:8px;line-height:1;text-align:center}.purchase-text .arrow-icon{flex-shrink:0}.spinner-dot{width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#ffffff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block;vertical-align:middle}.spinner-dot.overlay{position:absolute;left:calc(50% - 80px);top:50%;transform:translateY(-50%)}.arrow-icon-right{width:18px;height:18px}.btn-slot-left,.btn-slot-right{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.link-button{background:none;border:none;padding:0;margin:0;color:#7a62c4;cursor:pointer;text-decoration:underline;font:inherit}.payment-fallback{width:100%;padding:14px 16px;border-radius:10px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;display:flex;gap:6px;align-items:center;justify-content:center;font-weight:600}.payment-fallback a{color:#7a62c4;text-decoration:underline}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.plan-payment-section .promo-code-section{margin-bottom:20px}.plan-payment-section .promo-code-button{background:var(--peach-brand,#ff7f50);border:none}.plan-payment-section .promo-code-button:hover:not(:disabled){background:#ff6a3d}.plan-payment-section .promo-code-input:focus{border-color:var(--peach-brand,#ff7f50);box-shadow:0 0 0 3px rgba(255,127,80,.1)}.plan-payment-section .plan-modal-input:focus{border-color:var(--peach-brand,#ff7f50);box-shadow:0 0 0 2px rgba(255,127,80,.1)}.plan-payment-section .form-fields{display:flex;flex-direction:column;gap:20px;margin-top:24px}.required-asterisk{color:#dc2626;font-weight:700;margin-left:2px}.plan-payment-section .form-group label{display:block;font-size:18px;font-weight:700;color:#111827;margin-bottom:10px}.plan-payment-section .form-group input{width:100%;padding:16px 18px;border:2px solid #e5e7eb;border-radius:10px;font-size:18px;transition:all .2s ease}.plan-payment-section .form-group input:focus{outline:none;border-color:#ff7f50;box-shadow:0 0 0 3px rgba(255,127,80,.1)}.plan-payment-section .form-group input.input-error{border-color:#dc2626;animation:shake .5s}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.field-error-shake{animation:shake .5s}.plan-payment-section .checkbox-group{display:flex;flex-direction:column;gap:14px}.plan-payment-section .checkbox-label{display:flex;align-items:flex-start;gap:12px;font-size:18px;color:#374151;cursor:pointer}.plan-payment-section .checkbox-label input[type=checkbox]{width:22px;height:22px;margin-top:2px;cursor:pointer}.payment-method-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;font-size:16px;color:#6b7280}.payment-method-note img{height:20px}.form-error-below{color:#dc2626;font-size:17px;font-weight:600;margin-top:14px;padding:12px 14px;background:#fee2e2;border-radius:10px;border:1px solid #fecaca;display:inline-flex;align-items:center;justify-content:center;gap:8px}.form-error-below .form-error-icon{display:inline-block;vertical-align:middle}.guarantee-box{display:flex;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;margin-top:16px}.guarantee-box svg{color:#10b981;flex-shrink:0;margin-top:2px}.guarantee-title{font-size:17px;font-weight:700;color:#065f46;margin-bottom:4px}.guarantee-text{font-size:15px;color:#047857;line-height:1.4}.security-note{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-radius:8px;margin-top:12px}.security-note svg{color:#6b7280;flex-shrink:0}.security-note span{font-size:15px;color:#6b7280;line-height:1.4}.plan-payment-section .form-error{color:#dc2626;font-size:14px;text-align:center}@media (max-width:1024px){.plan-details-page .plan-modal-grid{grid-template-columns:1fr;gap:24px}.plan-details-page .plan-modal-form-container{position:static;top:auto}}@media (max-width:768px){.plan-details-page{padding:24px 0 40px}.plan-details-container{padding:0 16px}.plan-details-page .plan-modal-details{padding:24px 20px}.plan-hero-country{font-size:20px}.plan-hero-data{font-size:36px}.plan-hero-duration{font-size:16px}.plan-compact-title{font-size:22px}.package-data{font-size:18px}.package-duration{font-size:14px}.package-data-large{font-size:30px}.package-duration-large{font-size:20px}.plan-description-box p{font-size:15px}.price-label{font-size:16px;min-width:80px}.price-old-inline{font-size:18px}.price-main-inline{font-size:28px}.savings-badge{font-size:14px}.promo-code-input-inline,.promo-label{font-size:16px}.promo-apply-btn{font-size:16px;padding:12px 16px}.plan-payment-section .checkbox-label,.plan-payment-section .form-group input,.plan-payment-section .form-group label,.plan-payment-section .purchase-desc{font-size:16px}.plan-payment-section{padding:20px}.price-comparison{flex-direction:column;align-items:flex-start;gap:8px}.price-main-inline{font-size:24px}.price-old-inline{font-size:16px}.plan-payment-section .purchase-button{font-size:15px;padding:14px 20px}.operators-section{margin-top:24px;padding-top:24px}.operators-title{font-size:18px}.operators-list{grid-template-columns:1fr}.operator-item{padding:12px}.plan-details-page .plan-modal-form-container{padding:24px 20px}.plan-details-page .plan-modal-price-box{padding:18px}.hero-back-link{padding:10px 0;font-size:17px}.hero-back-link svg{flex-shrink:0}}@media (max-width:480px){.plan-details-page{padding:20px 0 32px}.plan-details-container{padding:0 12px}.plan-details-page .plan-modal-details{padding:20px 16px}.operators-title{font-size:17px}.hero-back-link{padding:12px 0;font-size:16px;min-height:48px}.hero-back-link svg{width:22px;height:22px}.plan-details-page .plan-modal-form-container{padding:20px 16px}}