@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.hero-section{min-height:90vh;background:#fff;display:flex;align-items:center;padding:3rem 1rem}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left .hero-headline{font-size:3.5rem;font-weight:700;line-height:1.2;color:#1a202c;margin:0}.hero-right .hero-subheadline{font-size:1.25rem;line-height:1.6;color:#4a5568;margin-bottom:2rem}.value-bullets{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.value-bullets .value-bullet{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:#2d3748}.value-bullets .value-bullet .bullet-icon{color:#f4c025;font-weight:700;font-size:1.25rem}.hero-ctas{display:flex;flex-direction:column;gap:1rem}.hero-ctas .cta-button{padding:1rem 2rem;border-radius:8px;font-weight:600;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.hero-ctas .cta-button.primary{background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;font-size:1.1rem}.hero-ctas .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.hero-ctas .cta-button.secondary{background:transparent;color:#478cd1;border:2px solid hsl(210,60%,55%);font-size:1rem}.hero-ctas .cta-button.secondary:hover{background:#478cd1;color:#fff}@media (max-width: 968px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-left .hero-headline{font-size:2.5rem}}@media (max-width: 640px){.hero-section{min-height:auto;padding:2rem 1rem}.hero-left .hero-headline{font-size:2rem}.hero-right .hero-subheadline{font-size:1.1rem}.value-bullets .value-bullet{font-size:1rem}}.trust-section{background:#f7fafc;padding:2rem 1rem;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.trust-container{max-width:1200px;margin:0 auto;text-align:center}.trust-text{font-size:.9rem;color:#718096;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.trust-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.trust-item{padding:.75rem 1.5rem;background:#fff;border-radius:8px;font-size:.95rem;color:#4a5568;font-weight:500;box-shadow:0 2px 4px #0000000d}@media (max-width: 640px){.trust-logos{gap:1rem}.trust-item{padding:.5rem 1rem;font-size:.85rem}}.problem-section{background:#fff;padding:4rem 1rem}.problem-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.problem-left h2{font-size:2.5rem;font-weight:700;color:#1a202c;line-height:1.3;margin:0}.problem-right .pain-points{list-style:none;padding:0;margin:0 0 2rem}.problem-right .pain-points li{padding:1rem 0 1rem 2rem;position:relative;font-size:1.1rem;line-height:1.6;color:#2d3748;border-bottom:1px solid #e2e8f0}.problem-right .pain-points li:last-child{border-bottom:none}.problem-right .pain-points li:before{content:"✗";position:absolute;left:0;color:#e53e3e;font-weight:700;font-size:1.25rem}.problem-right .bridge-statement{font-size:1.5rem;font-weight:600;color:#478cd1;margin:0;text-align:center;padding:1.5rem;background:#edf2f7;border-radius:8px}@media (max-width: 968px){.problem-container{grid-template-columns:1fr;gap:2rem}.problem-left h2{font-size:2rem}}@media (max-width: 640px){.problem-section{padding:2rem 1rem}.problem-right .pain-points li{font-size:1rem;padding:.75rem 0 .75rem 1.5rem}.bridge-statement{font-size:1.25rem}}.solution-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 1rem;color:#fff}.solution-container{max-width:1200px;margin:0 auto;text-align:center}.solution-container h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff}.solution-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.solution-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.solution-card .card-icon{font-size:2.5rem;color:#f4c025;margin-bottom:1rem;font-weight:700}.solution-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.solution-card p{font-size:.95rem;color:#ffffffe6;margin:0}.cta-button{display:inline-block;padding:1.25rem 3rem;background:#fff;color:#478cd1;border-radius:8px;font-weight:700;font-size:1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}@media (max-width: 968px){.solution-cards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}}@media (max-width: 640px){.solution-section{padding:2rem 1rem}.solution-container h2{font-size:2rem}.solution-cards{grid-template-columns:1fr}}.features-section{background:#f7fafc;padding:4rem 1rem}.features-container{max-width:1000px;margin:0 auto;text-align:center}.features-container h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;font-size:1.1rem;color:#2d3748;text-align:left}.feature-item .check-icon{color:#f4c025;font-weight:700;font-size:1.5rem;flex-shrink:0}.value-highlight{background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;padding:2rem;border-radius:12px;font-size:1.5rem;font-weight:600}.value-highlight strong{font-size:2rem;font-weight:700}@media (max-width: 640px){.features-section{padding:2rem 1rem}.features-container h2{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-item{font-size:1rem}}.who-section{background:#fff;padding:4rem 1rem}.who-container{max-width:1000px;margin:0 auto;text-align:center}.who-container h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:3rem}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.who-item{padding:1.5rem;background:#f7fafc;border-radius:8px;font-size:1.1rem;color:#2d3748;font-weight:500;border:2px solid #e2e8f0;transition:all .2s}.who-item:hover{border-color:#478cd1;background:#edf2f7;transform:translateY(-2px)}.who-note{font-size:1.25rem;color:#478cd1;font-weight:600;margin-top:2rem;padding:1.5rem;background:#edf2f7;border-radius:8px}@media (max-width: 640px){.who-section{padding:2rem 1rem}.who-container h2{font-size:2rem}.who-grid{grid-template-columns:1fr}}.howitworks-section{background:#f7fafc;padding:4rem 1rem}.howitworks-container{max-width:1200px;margin:0 auto;text-align:center}.howitworks-container h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:3rem}.steps-flow{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:3rem;position:relative}.steps-flow:before{content:"";position:absolute;top:2rem;left:10%;right:10%;height:2px;background:#478cd1;z-index:0}.step-item{flex:1;position:relative;z-index:1}.step-item .step-number{width:4rem;height:4rem;background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 12px #667eea4d}.step-item .step-text{font-size:1rem;color:#2d3748;line-height:1.5;margin:0}.cta-button{display:inline-block;padding:1.25rem 3rem;background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;border-radius:8px;font-weight:700;font-size:1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}@media (max-width: 968px){.steps-flow{flex-direction:column;gap:2rem}.steps-flow:before{display:none}.step-item{display:flex;align-items:center;gap:1.5rem;text-align:left}.step-item .step-number{margin:0;flex-shrink:0}}@media (max-width: 640px){.howitworks-section{padding:2rem 1rem}.howitworks-container h2{font-size:2rem}}.addons-section{background:#fff;padding:3rem 1rem}.addons-container{max-width:800px;margin:0 auto}.addons-container h2{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:2rem;text-align:center}.addons-list{display:flex;flex-direction:column;gap:1rem}.addon-item{padding:1.25rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.addon-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.addon-content .addon-name{font-size:1rem;color:#2d3748;flex:1}.addon-content .addon-price{font-size:1.1rem;font-weight:600;color:#478cd1}@media (max-width: 640px){.addon-content{flex-direction:column;align-items:flex-start;gap:.5rem}}.urgency-section{background:linear-gradient(135deg,#e53e3e,#c53030);padding:4rem 1rem;color:#fff;text-align:center}.urgency-container{max-width:800px;margin:0 auto}.urgency-container h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.urgency-container .urgency-text{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;color:#fffffff2}.slots-counter{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 2rem;border-radius:12px;margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.slots-counter .slots-label{font-size:1rem;opacity:.9}.slots-counter .slots-number{font-size:2.5rem;font-weight:700;color:#f4c025}.cta-button{display:inline-block;padding:1.25rem 3rem;background:#fff;color:#e53e3e;border-radius:8px;font-weight:700;font-size:1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}@media (max-width: 640px){.urgency-section{padding:2rem 1rem}.urgency-container h2,.slots-counter .slots-number{font-size:2rem}}.faq-section{background:#f7fafc;padding:4rem 1rem}.faq-container{max-width:800px;margin:0 auto}.faq-container h2{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:3rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#1a202c;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .2s}.faq-question:hover{background:#f7fafc}.faq-question .faq-icon{font-size:1.5rem;color:#478cd1;font-weight:700;flex-shrink:0}.faq-answer{padding:0 1.5rem 1.5rem;color:#4a5568;line-height:1.6;font-size:1rem}.faq-answer p{margin:0}@media (max-width: 640px){.faq-section{padding:2rem 1rem}.faq-container h2{font-size:2rem}.faq-question{font-size:1rem;padding:1.25rem}}.final-cta-section{background:#fff;padding:5rem 1rem;text-align:center}.final-cta-container{max-width:800px;margin:0 auto}.final-cta-container h2{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.2}.final-cta-container .final-cta-text{font-size:1.5rem;color:#4a5568;line-height:1.8;margin-bottom:3rem}.cta-button{display:inline-block;padding:1.5rem 4rem;background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;border-radius:12px;font-weight:700;font-size:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #667eea4d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 40px #667eea66}@media (max-width: 640px){.final-cta-section{padding:3rem 1rem}.final-cta-container h2{font-size:2rem}.final-cta-text{font-size:1.25rem}.cta-button{padding:1.25rem 2.5rem;font-size:1.2rem}}.footer-section{background:#1a202c;color:#cbd5e0;padding:3rem 1rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.copyright{font-size:1rem;margin-bottom:1.5rem;color:#a0aec0}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.footer-links a{color:#cbd5e0;text-decoration:none;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#f4c025}@media (max-width: 640px){.footer-links{flex-direction:column;gap:1rem}}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px #0000001a;display:none}@media (max-width: 768px){.sticky-cta{display:block}}.sticky-cta-button{display:block;width:100%;padding:1rem;background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;border-radius:8px;font-weight:700;font-size:1.1rem;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s}.sticky-cta-button:active{transform:scale(.98)}.payment-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.payment-container{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d}.payment-container h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:#1a202c}.payment-container .payment-subtitle{text-align:center;color:#718096;margin-bottom:2rem;font-size:1rem}.payment-form .form-group{margin-bottom:1.5rem}.payment-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.9rem}.payment-form .form-group input{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.payment-form .form-group input:focus{outline:none;border-color:#667eea}.payment-form .form-group input::placeholder{color:#a0aec0}.payment-form .amount-display{background:#f7fafc;padding:1.25rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;border:2px solid #e2e8f0}.payment-form .amount-display .amount-label{font-weight:600;color:#4a5568}.payment-form .amount-display .amount-value{font-size:1.5rem;font-weight:700;color:#667eea}.payment-form .pay-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.payment-form .pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.payment-form .pay-button:disabled{opacity:.6;cursor:not-allowed}.payment-form .secure-payment{text-align:center;margin-top:1rem;color:#718096;font-size:.875rem}.payment-info{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.payment-info h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.payment-info ol{padding-left:1.5rem;color:#4a5568}.payment-info ol li{margin-bottom:.5rem;line-height:1.6}@media (max-width: 640px){.payment-container{padding:1.5rem}.payment-container h1{font-size:1.5rem}}.onboarding-page{min-height:100vh;background:#f7fafc;padding:2rem 1rem}.onboarding-container{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.onboarding-container h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1a202c;text-align:center}.onboarding-container .onboarding-subtitle{text-align:center;color:#718096;margin-bottom:2rem;font-size:1rem}.error-message{background:#fed7d7;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #fc8181}.onboarding-form .form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.onboarding-form .form-section:last-of-type{border-bottom:none}.onboarding-form .form-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.onboarding-form .form-section .section-description{color:#718096;margin-bottom:1.5rem;font-size:.9rem}.onboarding-form .form-group{margin-bottom:1.5rem}.onboarding-form .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.9rem}.onboarding-form .form-group input[type=text],.onboarding-form .form-group input[type=email],.onboarding-form .form-group input[type=tel],.onboarding-form .form-group input[type=url],.onboarding-form .form-group select,.onboarding-form .form-group textarea{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.onboarding-form .form-group input[type=text]:focus,.onboarding-form .form-group input[type=email]:focus,.onboarding-form .form-group input[type=tel]:focus,.onboarding-form .form-group input[type=url]:focus,.onboarding-form .form-group select:focus,.onboarding-form .form-group textarea:focus{outline:none;border-color:#667eea}.onboarding-form .form-group input[type=text]::placeholder,.onboarding-form .form-group input[type=email]::placeholder,.onboarding-form .form-group input[type=tel]::placeholder,.onboarding-form .form-group input[type=url]::placeholder,.onboarding-form .form-group select::placeholder,.onboarding-form .form-group textarea::placeholder{color:#a0aec0}.onboarding-form .form-group input[type=color]{width:100px;height:50px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer}.onboarding-form .form-group input[type=file]{width:100%;padding:.875rem;border:2px dashed #e2e8f0;border-radius:8px;background:#f7fafc;cursor:pointer;transition:border-color .2s,background .2s}.onboarding-form .form-group input[type=file]:hover{border-color:#667eea;background:#edf2f7}.onboarding-form .form-group input[type=file]::file-selector-button{padding:.5rem 1rem;margin-right:1rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}.onboarding-form .form-group textarea{resize:vertical;min-height:80px}.onboarding-form .form-group select{cursor:pointer;background:#fff}.onboarding-form .form-group .field-hint{margin-top:.5rem;font-size:.875rem;color:#718096}.onboarding-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.onboarding-form .form-row{grid-template-columns:1fr}}.onboarding-form .checkbox-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:.5rem}.onboarding-form .checkbox-group .checkbox-label{display:flex;align-items:center;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.onboarding-form .checkbox-group .checkbox-label:hover{border-color:#667eea;background:#f7fafc}.onboarding-form .checkbox-group .checkbox-label input[type=checkbox]{width:18px;height:18px;margin-right:.75rem;cursor:pointer;accent-color:#667eea}.onboarding-form .checkbox-group .checkbox-label span{font-size:.9rem;color:#2d3748}.onboarding-form .checkbox-group .checkbox-label:has(input:checked){border-color:#667eea;background:#edf2f7}.onboarding-form .file-preview{margin-top:1rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#f7fafc;display:flex;align-items:center;gap:1rem}.onboarding-form .file-preview img{max-width:150px;max-height:150px;object-fit:contain;border-radius:4px}.onboarding-form .file-preview .remove-file{padding:.5rem 1rem;background:#e53e3e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s}.onboarding-form .file-preview .remove-file:hover{background:#c53030}.onboarding-form .image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.onboarding-form .image-preview-grid .image-preview-item{position:relative;border:2px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f7fafc}.onboarding-form .image-preview-grid .image-preview-item img{width:100%;height:120px;object-fit:cover;display:block}.onboarding-form .image-preview-grid .image-preview-item .remove-file{width:100%;padding:.5rem;background:#e53e3ee6;color:#fff;border:none;cursor:pointer;font-size:.875rem;font-weight:600;transition:background .2s}.onboarding-form .image-preview-grid .image-preview-item .remove-file:hover{background:#c53030}.onboarding-form .services-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.onboarding-form .services-list .service-item{display:flex;align-items:flex-start;padding:1.25rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff}.onboarding-form .services-list .service-item:hover{border-color:#667eea;background:#f7fafc}.onboarding-form .services-list .service-item input[type=checkbox]{width:20px;height:20px;margin-right:1rem;margin-top:.25rem;cursor:pointer;accent-color:#667eea;flex-shrink:0}.onboarding-form .services-list .service-item .service-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.onboarding-form .services-list .service-item .service-content .service-name{font-weight:600;color:#2d3748;font-size:1rem}.onboarding-form .services-list .service-item .service-content .service-price{font-weight:700;color:#667eea;font-size:1.1rem}.onboarding-form .services-list .service-item .service-content .service-description{font-size:.875rem;color:#718096;margin:0}.onboarding-form .services-list .service-item:has(input:checked){border-color:#667eea;background:#edf2f7}.onboarding-form .additional-cost-summary{margin-top:1.5rem;padding:1rem;background:#edf2f7;border-radius:8px;text-align:center;font-size:1.1rem;color:#2d3748}.onboarding-form .submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:2rem}.onboarding-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.onboarding-form .submit-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.onboarding-container{padding:1.5rem}.onboarding-container h1{font-size:1.5rem}.onboarding-container .form-section h2{font-size:1.25rem}.onboarding-form .checkbox-group{grid-template-columns:1fr}.onboarding-form .image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.confirmation-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.confirmation-container{background:#fff;border-radius:16px;padding:3rem 2.5rem;max-width:700px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center}.confirmation-container .success-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.confirmation-container h1{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a202c}.confirmation-details{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.confirmation-details .detail-item{display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.confirmation-details .detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.confirmation-details .detail-item .detail-label{font-weight:600;color:#4a5568}.confirmation-details .detail-item .detail-value{color:#2d3748;font-weight:500;word-break:break-all}.confirmation-message{text-align:left;margin-bottom:2rem}.confirmation-message h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.confirmation-message ol{padding-left:1.5rem;color:#4a5568;line-height:1.8}.confirmation-message ol li{margin-bottom:1rem}.confirmation-message ol li strong{color:#2d3748}.confirmation-message ol li .email-status{display:inline-block;margin-left:.5rem}.confirmation-message ol li .email-status.sent{color:#10b981;font-weight:600}.support-info{background:#edf2f7;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.support-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.support-info p{color:#4a5568;line-height:1.6;margin:0}.confirmation-actions .back-button{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s,box-shadow .2s}.confirmation-actions .back-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}@media (max-width: 640px){.confirmation-container{padding:2rem 1.5rem}.confirmation-container h1{font-size:1.5rem}.confirmation-container .confirmation-message h2{font-size:1.25rem}}.terms-page{min-height:100vh;background:#f7fafc;padding:2rem 1rem}.terms-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.subtitle{font-size:1.25rem;color:#718096;margin-bottom:2rem;font-weight:600}.terms-content .intro{font-size:1.1rem;color:#2d3748;margin-bottom:2.5rem;padding:1.5rem;background:#edf2f7;border-radius:8px;border-left:4px solid #667eea}.term-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.term-section:last-child{border-bottom:none}.term-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.term-section p{font-size:1rem;line-height:1.7;color:#2d3748;margin-bottom:1rem}.term-section ul{margin:1rem 0;padding-left:1.5rem}.term-section ul li{font-size:1rem;line-height:1.7;color:#2d3748;margin-bottom:.75rem}.term-section ul li ul{margin-top:.5rem;margin-bottom:.5rem}.term-section strong{color:#1a202c;font-weight:600}@media (max-width: 640px){.terms-container{padding:2rem 1.5rem}h1{font-size:2rem}.subtitle{font-size:1.1rem}.terms-content .intro{font-size:1rem;padding:1rem}.term-section h2{font-size:1.25rem}}.privacy-page{min-height:100vh;background:#f7fafc;padding:2rem 1rem}.privacy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000001a}.back-link{display:inline-block;margin-bottom:2rem;color:#667eea;text-decoration:none;font-weight:600;transition:color .2s}.back-link:hover{color:#764ba2}h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.subtitle{font-size:1.25rem;color:#718096;margin-bottom:.25rem;font-weight:600}.last-updated{font-size:.95rem;color:#a0aec0;margin-bottom:2rem}.privacy-content .intro{font-size:1.1rem;color:#2d3748;margin-bottom:2.5rem;padding:1.5rem;background:#edf2f7;border-radius:8px;border-left:4px solid #667eea;line-height:1.7}.privacy-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.privacy-section:last-child{border-bottom:none}.privacy-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1rem}.privacy-section h3{font-size:1.2rem;font-weight:600;color:#2d3748;margin-top:1.5rem;margin-bottom:.75rem}.privacy-section p{font-size:1rem;line-height:1.7;color:#2d3748;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section ul li{font-size:1rem;line-height:1.7;color:#2d3748;margin-bottom:.75rem}.privacy-section ul li a{color:#667eea;text-decoration:none}.privacy-section ul li a:hover{text-decoration:underline}@media (max-width: 640px){.privacy-container{padding:2rem 1.5rem}h1{font-size:2rem}.subtitle{font-size:1.1rem}.privacy-content .intro{font-size:1rem;padding:1rem}.privacy-section h2{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fff;color:#1a202c;line-height:1.6}a{color:#f4c025;text-decoration:none}.app-container{width:100%;margin:0;padding:0}@media (max-width: 768px){.app-container{padding-bottom:5rem}}button,.cta-button{display:inline-block;background:linear-gradient(135deg,#478cd1,#f4c025);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}button:hover,.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}
