.subscribe-page{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #9799ff;--secondary: #0ea5e9;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #0f172a;--dark-light: #1e293b;--gray: #64748b;--gray-light: #cbd5e1;--background: #f8fafc;--surface: #ffffff;--border: #e2e8f0;background:var(--background);color:var(--dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.subscribe-header{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 2rem;position:sticky;top:0;z-index:20;box-shadow:0 2px 10px #0000000d}.subscribe-header__content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.subscribe-header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--dark);font-weight:700;font-size:1.5rem}.subscribe-header__logo-icon{width:1.75rem;height:1.75rem;-o-object-fit:contain;object-fit:contain}.progress-steps{display:flex;gap:2rem;align-items:center}.progress-step{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray)}.progress-step__number{width:24px;height:24px;border-radius:50%;background:var(--gray-light);color:var(--gray);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem}.progress-step--active .progress-step__number{background:var(--primary);color:#fff}.progress-step--active{color:var(--dark);font-weight:600}.progress-step--completed .progress-step__number{background:var(--success);color:#fff}.progress-step__arrow{color:var(--gray-light);margin:0 .5rem}.subscribe-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.flow-screen{display:none}.flow-screen.is-active{display:block}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.pricing-subtitle{font-size:1.125rem;color:var(--gray)}.billing-toggle{display:flex;justify-content:center;align-items:center;gap:1rem;margin:2rem 0 3rem}.toggle-option{font-weight:600;color:var(--gray);cursor:pointer}.toggle-option.is-active{color:var(--primary)}.toggle-switch{width:48px;height:24px;background:var(--gray-light);border-radius:12px;position:relative;cursor:pointer;transition:all .3s}.toggle-switch.is-active{background:var(--primary)}.toggle-switch:after{content:"";position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:all .3s}.toggle-switch.is-active:after{left:26px}.savings-badge{padding:.25rem .75rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;position:relative;transition:all .3s;border:3px solid transparent;cursor:pointer}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #6366f126}.pricing-card.is-selected{border-color:var(--primary);box-shadow:0 12px 40px #6366f140}.pricing-card.is-featured{border-color:var(--primary);transform:scale(1.05)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--dark)}.plan-price{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.plan-price span{font-size:1.25rem;color:var(--gray)}.plan-description{color:var(--gray);margin-bottom:2rem;font-size:1rem}.plan-features{list-style:none;margin-bottom:2rem;padding:0}.plan-features li{padding:.75rem 0;display:flex;align-items:center;gap:.75rem;color:var(--dark)}.plan-features li:before{content:"✓";width:20px;height:20px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.75rem}.select-plan-btn{width:100%;padding:1rem;border-radius:8px;font-weight:600;border:2px solid var(--primary);background:#fff;color:var(--primary);cursor:pointer;transition:all .3s;font-size:1rem}.select-plan-btn:hover,.pricing-card.is-selected .select-plan-btn{background:var(--primary);color:#fff}.checkout-container{max-width:900px;margin:0 auto}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:3rem}.checkout-main{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.form-section{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--dark);font-size:.875rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .3s}.form-input:focus{outline:none;border-color:var(--primary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card-icons{display:flex;gap:.5rem;margin-top:.5rem}.card-icon{width:40px;height:28px;border-radius:4px;background:var(--gray-light);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff}.card-icon.visa{background:#1434cb}.card-icon.mastercard{background:#eb001b}.card-icon.amex{background:#006fcf}.secure-badge{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--surface);border-radius:8px;margin-top:1.5rem}.secure-badge__icon{font-size:1.5rem}.secure-badge__text{font-size:.875rem;color:var(--gray)}.order-summary{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;position:sticky;top:100px}.summary-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.plan-summary{padding:1rem;background:var(--surface);border-radius:8px;margin-bottom:1.5rem}.plan-summary__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.plan-summary__name{font-weight:700;color:var(--dark)}.plan-summary__billing{font-size:.875rem;color:var(--gray)}.plan-summary__price{font-weight:700;color:var(--primary)}.change-plan{color:var(--primary);text-decoration:none;font-size:.875rem;font-weight:600;cursor:pointer}.change-plan:hover{text-decoration:underline}.summary-line{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.summary-line:last-child{border-bottom:none}.summary-label{color:var(--gray)}.summary-value{font-weight:600;color:var(--dark)}.summary-total{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--border)}.summary-total .summary-label{font-weight:700;color:var(--dark);font-size:1.125rem}.summary-total .summary-value{font-size:1.5rem;color:var(--primary)}.trial-notice{background:linear-gradient(135deg,#d1fae5,#a7f3d0);padding:1rem;border-radius:8px;margin-top:1.5rem;text-align:center}.trial-notice__title{font-weight:700;color:#065f46;margin-bottom:.25rem}.trial-notice__text{font-size:.875rem;color:#065f46}.button-group{display:flex;gap:1rem;margin-top:2rem}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--primary);color:#fff;width:100%}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:var(--dark);border:2px solid var(--border)}.btn-secondary:hover{background:var(--surface)}.processing-container{max-width:600px;margin:4rem auto;text-align:center}.spinner-large{width:80px;height:80px;border:6px solid var(--gray-light);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{to{transform:rotate(360deg)}}.processing-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.processing-text{font-size:1.125rem;color:var(--gray);margin-bottom:2rem}.processing-steps{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;text-align:left}.processing-step{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.processing-step:last-child{border-bottom:none}.processing-step__icon{width:32px;height:32px;border-radius:50%;background:var(--gray-light);display:flex;align-items:center;justify-content:center;font-size:1rem}.processing-step--completed .processing-step__icon{background:var(--success);color:#fff}.processing-step--active .processing-step__icon{background:var(--primary);color:#fff;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.processing-step__title{font-weight:600;color:var(--dark)}.processing-step__status{font-size:.875rem;color:var(--gray)}.success-container{max-width:700px;margin:3rem auto;text-align:center}.success-icon{width:100px;height:100px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem;animation:successPop .5s ease-out}@keyframes successPop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.success-text{font-size:1.125rem;color:var(--gray);margin-bottom:3rem}.success-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;text-align:left}.success-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--dark)}.success-detail{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--border)}.success-detail:last-child{border-bottom:none}.success-detail__label{color:var(--gray);font-weight:600}.success-detail__value{color:var(--dark);font-weight:600}.next-steps{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:16px;padding:2rem;margin-bottom:2rem;text-align:left}.next-steps__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--dark)}.next-steps__list{list-style:none;margin:0;padding:0}.next-steps__list li{padding:.75rem 0;display:flex;align-items:center;gap:.75rem;color:var(--dark)}.next-steps__list li:before{content:"→";color:var(--primary);font-weight:700;font-size:1.25rem}.subscribe-footer{text-align:center;padding:2rem;color:var(--gray);font-size:.875rem}.subscribe-footer a{color:var(--primary);text-decoration:none}.subscribe-footer a:hover{text-decoration:underline}@media(max-width:1024px){.checkout-grid{grid-template-columns:1fr}.order-summary{position:relative;top:0}}@media(max-width:768px){.progress-steps{display:none}.pricing-grid{grid-template-columns:1fr}.pricing-card.is-featured{transform:scale(1)}.form-row{grid-template-columns:1fr}.button-group{flex-direction:column}}
