code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.btn{text-align:center}.btn-secondary{border:2px solid #333;color:#333}.btn-secondary:hover{color:#667eea}@media (max-width:768px){.container{padding:0 16px}.btn{font-size:14px;padding:14px 28px}}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container{margin:0 auto;max-width:1200px;padding:0 24px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0;text-align:center}.hero-container{margin:0 auto;max-width:800px;padding:0 24px}.hero-title{font-size:48px;font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:24px}.hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:48px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:16px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#333;color:#fff}.btn-primary:hover{background:#555;transform:translateY(-2px)}.btn-secondary{background:#fff;color:#000}.btn-secondary:hover{background:#fff;transform:translateY(-2px)}.btn-large{font-size:18px;padding:20px 40px}.features{background:#fafafa;padding:120px 0}.features-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:64px}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:48px 32px;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{font-size:48px;margin-bottom:24px}.feature-card h3{color:#333;font-size:24px;font-weight:600;margin-bottom:16px}.feature-card p{color:#666;line-height:1.6}.cta{background:#333;color:#fff;padding:120px 0;text-align:center}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:16px}.cta-content p{font-size:18px;margin-bottom:32px;opacity:.9}@media (max-width:768px){.hero{padding:80px 0}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.hero-buttons{align-items:center;flex-direction:column}.features{padding:80px 0}.features-grid{gap:32px}.cta{padding:80px 0}.cta-content h2{font-size:28px}}.products{background:#fafafa;min-height:100vh;padding:80px 0}.products-header{margin-bottom:80px;text-align:center}.products-header h1{color:#333;font-size:48px;font-weight:700;margin-bottom:16px}.products-header p{color:#666;font-size:20px;margin:0 auto;max-width:600px}.products-grid{align-items:stretch;display:flex;gap:32px;justify-content:center;margin-bottom:80px}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;max-width:400px;min-height:560px;min-width:320px;padding:48px 32px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 40px #0000001f;transform:translateY(-8px)}.product-card.popular{border:2px solid #667eea;transform:scale(1.05)}.popular-badge{background:#667eea;border-radius:20px;color:#fff;font-size:14px;font-weight:600;left:50%;padding:8px 16px;position:absolute;top:-12px;transform:translateX(-50%);z-index:2}.product-header{margin-bottom:32px}.product-header h3{color:#333;font-size:28px;font-weight:700;margin-bottom:16px}.product-price{margin-bottom:16px}.price{color:#333;font-size:48px;font-weight:700}.period,.product-description{color:#666;font-size:16px}.product-description{margin-bottom:32px}.product-features{flex:1 1;list-style:none;margin:0 0 32px;padding:0;text-align:left}.product-features li{align-items:center;color:#333;display:flex;gap:12px;padding:8px 0}.check{color:#10b981;font-size:18px;font-weight:700}.product-card .btn{font-size:16px;font-weight:600;margin-bottom:0;margin-top:auto;opacity:0;padding:16px 32px;pointer-events:none;transform:translateY(20px);transition:opacity .3s,transform .3s;width:100%}.product-card:hover .btn{opacity:1;pointer-events:auto;transform:translateY(0)}.product-card.popular .btn-primary{background:#667eea;border:none;box-shadow:0 4px 24px #667eea26;color:#fff;font-size:18px}.product-card.popular:hover .btn-primary{background:#4f46e5;color:#fff}.products-footer{border-top:1px solid #e5e7eb;padding-top:48px;text-align:center}.products-footer p{color:#666;font-size:16px}.products-footer a{color:#667eea;font-weight:600;text-decoration:none}.products-footer a:hover{text-decoration:underline}@media (max-width:1024px){.products-grid{align-items:center;flex-direction:column}.product-card{height:auto;max-width:100%;min-height:0;min-width:0}}@media (max-width:768px){.products{padding:60px 0}.products-header h1{font-size:32px}.products-header p{font-size:18px}.products-grid{gap:24px}.product-card{height:auto;min-height:0;padding:32px 24px}.product-card.popular{transform:none}.price{font-size:36px}}.checkout{background:#fafafa;min-height:100vh;padding:80px 0}.checkout-header{margin-bottom:64px;text-align:center}.checkout-header h1{color:#333;font-size:48px;font-weight:700;margin-bottom:16px}.checkout-header p{color:#666;font-size:20px}.checkout-content{grid-gap:64px;display:grid;gap:64px;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}.checkout-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:48px}.selected-plan{border-bottom:1px solid #e5e7eb;margin-bottom:48px;padding-bottom:32px}.selected-plan h3{color:#333;font-size:24px;font-weight:600;margin-bottom:16px}.plan-summary{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:16px 24px}.plan-name{color:#333;font-size:18px;font-weight:600}.plan-price{color:#667eea;font-size:24px;font-weight:700}.customer-form h3{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.form-group input{border:2px solid #e5e7eb;border-radius:8px;font-size:16px;padding:16px;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.payment-methods{margin-top:48px}.payment-methods h3{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.payment-buttons{display:flex;flex-direction:column;gap:16px}.payment-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:20px 24px;text-align:left;transition:all .3s ease;width:100%}.payment-btn:hover{border-color:#667eea;box-shadow:0 4px 20px #667eea26;transform:translateY(-2px)}.payment-icon{font-size:24px;text-align:center;width:40px}.payment-info{display:flex;flex-direction:column}.payment-name{color:#333;font-size:18px;font-weight:600}.payment-desc{color:#666;font-size:14px;margin-top:4px}.stripe-btn:hover{border-color:#6772e5}.payop-btn:hover{border-color:#00a3ff}.checkout-summary{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;height:-webkit-fit-content;height:fit-content;padding:32px;position:-webkit-sticky;position:sticky;top:100px}.checkout-summary h3{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.summary-item{color:#666;margin-bottom:16px}.summary-item,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:2px solid #e5e7eb;color:#333;font-size:20px;font-weight:700;margin-top:24px;padding-top:24px}.checkout-error{padding:80px 0;text-align:center}.checkout-error h2{color:#333;font-size:32px;font-weight:700;margin-bottom:16px}.checkout-error p{color:#666;font-size:18px}@media (max-width:1024px){.checkout-content{gap:32px;grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width:768px){.checkout{padding:60px 0}.checkout-header h1{font-size:32px}.checkout-header p{font-size:18px}.checkout-form{padding:32px 24px}.checkout-summary{padding:24px}}.faq{background:#fafafa;min-height:100vh;padding:80px 0}.faq-header{margin-bottom:80px;text-align:center}.faq-header h1{color:#333;font-size:48px;font-weight:700;margin-bottom:16px}.faq-header p{color:#666;font-size:20px}.faq-content{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-section h2,.faq-section h2{color:#333;font-size:32px;font-weight:700;margin-bottom:32px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.faq-question{align-items:center;background:#fff;border:none;color:#333;cursor:pointer;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:24px;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background:#f8fafc}.faq-question.active{background:#f8fafc;border-bottom:1px solid #e5e7eb}.faq-icon{color:#667eea;font-size:24px;font-weight:700;text-align:center;width:24px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.active{max-height:200px;padding:24px}.faq-answer p{color:#666;line-height:1.6;margin:0}.contact-info{margin-bottom:48px}.contact-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:16px;margin-bottom:24px;padding:20px}.contact-icon{font-size:24px;text-align:center;width:40px}.contact-item h4{color:#333;font-size:18px;font-weight:600;margin:0 0 4px}.contact-item p{color:#666;margin:0}.contact-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:32px}.contact-form h3{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:24px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:16px;padding:16px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:120px;resize:vertical}.contact-form .btn{font-size:16px;font-weight:600;padding:16px 32px;width:100%}@media (max-width:1024px){.faq-content{gap:64px;grid-template-columns:1fr}}@media (max-width:768px){.faq{padding:60px 0}.faq-header h1{font-size:32px}.faq-header p{font-size:18px}.contact-section h2,.faq-section h2{font-size:28px}.form-row{grid-template-columns:1fr}.contact-form{padding:24px}.faq-question{font-size:16px;padding:20px}.faq-answer.active{padding:20px}}.navigation{background:#fff;border-bottom:1px solid #f0f0f0;box-shadow:0 2px 10px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;height:80px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.nav-logo a{color:#333;font-size:24px;font-weight:700;letter-spacing:-.5px;text-decoration:none}.nav-menu{display:flex;gap:48px;list-style:none;margin:0;padding:0}.nav-menu li a{color:#666;font-size:16px;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:hover{color:#333}.nav-menu li.active a{color:#333;font-weight:600}.nav-menu li.active a:after{background:#333;border-radius:1px;bottom:-8px;content:"";height:2px;left:0;position:absolute;right:0}@media (max-width:768px){.nav-container{height:60px;padding:0 16px}.nav-menu{gap:24px}.nav-menu li a{font-size:14px}}
/*# sourceMappingURL=main.192c7257.css.map*/