@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-50: #eff6ff;--primary-100: #dbeafe;--primary-200: #bfdbfe;--primary-300: #93c5fd;--primary-400: #60a5fa;--primary-500: #3b82f6;--primary-600: #2563eb;--primary-700: #1d4ed8;--primary-800: #1e40af;--primary-900: #1e3a8a;--success-50: #f0fdf4;--success-100: #dcfce7;--success-200: #bbf7d0;--success-300: #86efac;--success-400: #4ade80;--success-500: #22c55e;--success-600: #16a34a;--success-700: #15803d;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--border-radius: 16px;--border-radius-sm: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-family-display: "Poppins", "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background:linear-gradient(135deg,var(--primary-50) 0%,var(--gray-50) 100%);color:var(--gray-900);line-height:1.6;min-height:100vh}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.page-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.page-header h1{font-family:var(--font-family-display);font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.page-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.step-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);position:relative;text-align:center;transition:all .3s ease}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.step-icon{font-size:3rem;margin:1rem 0}.step-card h3{font-family:var(--font-family-display);font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.step-features{display:flex;flex-direction:column;gap:.5rem}.step-features .feature{background:var(--success-50);color:var(--success-700);padding:.5rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:500}.features-section{margin:4rem 0;text-align:center}.features-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);text-align:center}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h4{font-family:var(--font-family-display);font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.feature-card p{color:var(--gray-600);line-height:1.6}.pricing-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:800px;margin:0 auto 4rem}.pricing-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:2px solid var(--gray-200);overflow:hidden;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--primary-500);transform:scale(1.05)}.popular-badge{background:var(--primary-500);color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-align:center}.pricing-header{padding:2rem 2rem 1rem;text-align:center}.pricing-header h3{font-family:var(--font-family-display);font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.price{margin-bottom:1rem}.price-amount{font-size:3rem;font-weight:700;color:var(--primary-600)}.price-unit{color:var(--gray-500);font-size:.875rem}.pricing-features{padding:0 2rem}.pricing-features .feature{padding:.75rem 0;border-bottom:1px solid var(--gray-100);color:var(--gray-700);font-size:.95rem}.pricing-features .feature:last-child{border-bottom:none}.pricing-footer{padding:2rem;text-align:center}.included-section{margin:4rem 0;text-align:center}.included-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.included-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.included-item{background:var(--gray-50);border-radius:var(--border-radius);padding:1.5rem;text-align:center}.included-icon{font-size:2rem;margin-bottom:1rem}.included-item h4{font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.included-item p{color:var(--gray-600);font-size:.875rem;line-height:1.5}.timeline-section{margin:4rem 0}.timeline-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.delivery-timeline{max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem;position:relative}.timeline-item:after{content:"";position:absolute;left:20px;top:50px;width:2px;height:calc(100% + 1rem);background:var(--gray-200)}.timeline-item:last-child:after{display:none}.timeline-badge{width:40px;height:40px;background:var(--primary-500);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;z-index:1;position:relative}.timeline-content{flex:1;background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}.timeline-content h3{font-family:var(--font-family-display);font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.timeline-content p{color:var(--primary-600);font-weight:600;margin-bottom:1rem}.timeline-content ul{list-style:none;padding:0}.timeline-content ul li{color:var(--gray-600);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.timeline-content ul li:before{content:"•";color:var(--primary-500);position:absolute;left:0}.delivery-options{margin:4rem 0}.delivery-options h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:900px;margin:0 auto}.option-card{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:2px solid var(--gray-200);overflow:hidden;transition:all .3s ease}.option-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.option-card.featured{border-color:var(--primary-500)}.option-header{background:var(--gray-50);padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.option-card.featured .option-header{background:var(--primary-50)}.option-header h3{font-family:var(--font-family-display);font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.delivery-time{background:var(--primary-500);color:#fff;padding:.5rem 1rem;border-radius:var(--border-radius-sm);font-size:.875rem;font-weight:600}.option-content{padding:1.5rem}.option-content p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.option-features{display:flex;flex-direction:column;gap:.75rem}.option-features .feature{font-size:.875rem;padding:.5rem 0}.notes-section{margin:4rem 0;text-align:center}.notes-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.notes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.note-card{background:var(--warning-50, #fefce8);border:1px solid var(--warning-200, #fde047);border-radius:var(--border-radius);padding:1.5rem;text-align:center}.note-icon{font-size:2rem;margin-bottom:1rem}.note-card h4{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:1rem}.note-card p{color:var(--gray-700);font-size:.875rem;line-height:1.6}.faq-section{margin:4rem 0;text-align:center}.faq-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.faq-item{background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);text-align:left}.faq-item h4{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:1rem}.faq-item p{color:var(--gray-600);line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--primary-50) 0%,var(--success-50) 100%);border-radius:var(--border-radius);padding:3rem 2rem;text-align:center;margin:4rem 0}.cancel-container{max-width:1000px;margin:0 auto;padding:2rem 0}.cancel-status{text-align:center;margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,var(--warning-50) 0%,var(--gray-50) 100%);border-radius:var(--border-radius);border:1px solid var(--warning-200)}.cancel-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.cancel-title{font-family:var(--font-family-display);font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.cancel-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.cancel-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.detail-card{background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);display:flex;gap:1rem;align-items:flex-start}.detail-icon{font-size:2rem;flex-shrink:0}.detail-content h3{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem}.detail-content p{color:var(--gray-600);line-height:1.6;margin:0}.why-cancel-section{margin-bottom:3rem}.why-cancel-section h2{font-family:var(--font-family-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.reason-card{background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);text-align:center;transition:all .3s ease}.reason-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.reason-icon{font-size:2.5rem;margin-bottom:1rem}.reason-card h4{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem}.reason-card p{color:var(--gray-600);line-height:1.5;margin-bottom:1rem;font-size:.95rem}.reason-link{color:var(--primary-600);text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s ease}.reason-link:hover{color:var(--primary-700);text-decoration:underline}.next-steps-section{margin-bottom:3rem}.next-steps-section h2{font-family:var(--font-family-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);text-align:center;position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:var(--primary-500);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.step-card h3{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:1rem;margin-top:.5rem;font-size:1.25rem}.step-card p{color:var(--gray-600);line-height:1.6;margin-bottom:1.5rem}.reassurance-section{background:var(--success-50);border-radius:var(--border-radius);padding:2.5rem 2rem;margin-bottom:3rem}.reassurance-section h2{font-family:var(--font-family-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}.reassurance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.reassurance-item{text-align:center}.reassurance-icon{font-size:2.5rem;margin-bottom:1rem}.reassurance-item h4{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin-bottom:.5rem;font-size:1rem}.reassurance-item p{color:var(--gray-600);font-size:.875rem;line-height:1.5}.cancel-container .faq-section{margin-bottom:2rem}.cancel-container .faq-section h2{font-family:var(--font-family-display);font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;text-align:center}@media (max-width: 768px){.cancel-container{padding:1rem 0}.cancel-title{font-size:2rem}.cancel-details,.reasons-grid,.steps-grid{grid-template-columns:1fr}.reassurance-grid{grid-template-columns:repeat(2,1fr)}.detail-card{flex-direction:column;text-align:center}}@media (max-width: 480px){.reassurance-grid{grid-template-columns:1fr}.cancel-status{padding:1.5rem}.step-card,.reason-card,.detail-card{padding:1.25rem}}.cta-section h2{font-family:var(--font-family-display);font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.cta-section p{color:var(--gray-600);font-size:1.125rem;margin-bottom:2rem}@media (max-width: 768px){.page-header h1{font-size:2rem}.steps-container,.pricing-container{grid-template-columns:1fr}.pricing-card.featured{transform:none}.options-grid{grid-template-columns:1fr}.timeline-item{flex-direction:column;gap:1rem}.timeline-item:after{display:none}}.app-footer{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gray-200);padding:1rem 2rem;text-align:center;color:var(--gray-600)}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-family-display);font-weight:700;font-size:1.25rem;color:var(--primary-600)}.logo svg{color:var(--primary-500)}.header-right{display:flex;align-items:center;gap:.5rem}.icon-button{background:var(--gray-100);border:none;padding:.5rem;border-radius:var(--border-radius-sm);cursor:pointer;transition:all .2s ease;color:var(--gray-600)}.icon-button:hover{background:var(--gray-200);color:var(--gray-800)}.main-content{flex:1;padding:2rem;max-width:800px;margin:0 auto;width:100%}.app-footer{background:linear-gradient(135deg,var(--gray-50) 0%,var(--primary-50) 100%);border-top:1px solid var(--gray-200);margin-top:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2.5rem}.footer-brand .logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-family-display);font-weight:700;font-size:1.25rem;color:var(--primary-600);margin-bottom:1rem}.footer-brand .logo svg{color:var(--primary-500)}.footer-description{color:var(--gray-600);font-size:.95rem;line-height:1.6;max-width:280px}.footer-sections{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-family:var(--font-family-display);font-weight:600;font-size:.95rem;color:var(--gray-800);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:var(--gray-600);text-decoration:none;font-size:.875rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.footer-section ul li a:hover{color:var(--primary-600);transform:translate(2px)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;padding-top:2rem;border-top:1px solid var(--gray-200);gap:2rem}.footer-bottom-left{display:flex;flex-direction:column;gap:1rem}.footer-bottom-left p{color:var(--gray-500);font-size:.875rem;margin:0}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge{background:var(--primary-100);color:var(--primary-700);padding:.375rem .75rem;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.footer-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.social-links{display:flex;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gray-100);border-radius:50%;color:var(--gray-600);text-decoration:none;transition:all .2s ease}.social-link:hover{background:var(--primary-500);color:#fff;transform:translateY(-2px)}.contact-email{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);text-decoration:none;font-size:.875rem;transition:color .2s ease}.contact-email:hover{color:var(--primary-600)}@media (max-width: 1024px){.footer-sections{grid-template-columns:repeat(2,1fr)}.footer-section:last-child{grid-column:1 / -1;max-width:300px}}@media (max-width: 768px){.footer-content{padding:2rem 1rem 1rem}.footer-top{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-sections{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-bottom-right{align-items:center}.footer-badges{justify-content:center}.footer-description{max-width:none}}@media (max-width: 480px){.footer-content{padding:1.5rem 1rem 1rem}.footer-badges{flex-direction:column;align-items:center}.badge,.social-links{justify-content:center}}.progress-container{margin-bottom:3rem}.progress-bar{height:4px;background:var(--gray-200);border-radius:2px;margin-bottom:2rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-500),var(--primary-400));border-radius:2px;transition:width .3s ease;width:25%}.step-indicators{display:flex;justify-content:space-between;gap:1rem}.step-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;opacity:.5;transition:opacity .3s ease}.step-indicator.active,.step-indicator.completed{opacity:1}.step-number{width:32px;height:32px;border-radius:50%;background:var(--gray-300);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .3s ease}.step-indicator.active .step-number{background:var(--primary-500);color:#fff;transform:scale(1.1)}.step-indicator.completed .step-number{background:var(--success-500);color:#fff}.step-indicator span{font-size:.75rem;font-weight:500;color:var(--gray-600);text-align:center}.step-indicator.active span{color:var(--primary-600);font-weight:600}.form-wizard{position:relative}.wizard-step{display:none;animation:fadeIn .3s ease}.wizard-step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-content{margin-bottom:2rem}.step-header{text-align:center;margin-bottom:2rem}.step-header h2{font-family:var(--font-family-display);font-size:1.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.step-header p{color:var(--gray-600);font-size:1.125rem}.shipping-options{margin-bottom:1.5rem}.shipping-option{margin-bottom:1rem}.shipping-option input[type=radio]{display:none}.shipping-label{display:block;cursor:pointer;border:2px solid var(--gray-200);border-radius:var(--border-radius-sm);padding:1rem;transition:all .2s ease;background:#fff}.shipping-label:hover{border-color:var(--primary-300);background:var(--primary-50)}.shipping-option input[type=radio]:checked+.shipping-label{border-color:var(--primary-500);background:var(--primary-50);box-shadow:0 0 0 3px var(--primary-100)}.shipping-info{display:flex;justify-content:space-between;align-items:center}.service-description h4{font-weight:600;color:var(--gray-900);margin-bottom:.25rem;font-size:1rem}.service-description p{color:var(--gray-600);font-size:.875rem;margin-bottom:.25rem}.service-description small{color:var(--gray-500);font-size:.75rem;font-style:italic}.price-display{font-size:1.25rem;font-weight:700;color:var(--success-600);min-width:80px;text-align:right}.form-card{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.input-group{margin-bottom:1.5rem}.input-group:last-child{margin-bottom:0}label{display:block;font-weight:500;color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--border-radius-sm);font-size:1rem;transition:all .2s ease;background:#fff}input:focus,textarea:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-50)}textarea{resize:vertical;min-height:120px}.textarea-help{margin-top:.5rem;font-size:.875rem;color:var(--gray-500);font-style:italic}.input-with-button{position:relative;display:flex}.input-with-button input{padding-right:3rem}.search-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:var(--gray-100);border:none;padding:.5rem;border-radius:var(--border-radius-sm);cursor:pointer;transition:all .2s ease;color:var(--gray-600)}.search-btn:hover{background:var(--primary-100);color:var(--primary-600)}.search-btn.loading svg{display:none}.address-status-container{min-height:1.5rem;margin-bottom:.5rem}#address-status{font-size:.875rem;font-weight:500}#address-status.success{color:var(--success-600)}#address-status.error{color:#ef4444}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--border-radius-sm);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-decoration:none;justify-content:center}.btn-primary{background:var(--primary-500);color:#fff}.btn-primary:hover{background:var(--primary-600);transform:translateY(-1px)}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200)}.btn-success{background:var(--success-500);color:#fff}.btn-success:hover{background:var(--success-600);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--gray-600)}.btn-ghost:hover{background:var(--gray-100)}.btn-large{padding:1rem 2rem;font-size:1rem}.step-actions{display:flex;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.step-actions .btn{min-width:140px}.preview-container{background:#fff;border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.letter-paper{background:#fff;padding:3rem;border-radius:var(--border-radius-sm);box-shadow:var(--shadow);min-height:400px;font-family:Georgia,serif;line-height:1.7;white-space:pre-wrap;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none}.letter-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;color:var(--gray-500)}.loading-animation{display:flex;gap:.5rem;margin-bottom:1rem}.loading-dot{width:8px;height:8px;border-radius:50%;background:var(--primary-400);animation:loadingBounce 1.4s ease-in-out infinite both}.loading-dot:nth-child(1){animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}@keyframes loadingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.history-sidebar{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;box-shadow:var(--shadow-xl);transition:right .3s ease;z-index:200;display:flex;flex-direction:column}.history-sidebar.open{right:0}.sidebar-header{padding:1.5rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:between;align-items:center}.sidebar-header h3{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);flex:1}.close-sidebar{background:none;border:none;cursor:pointer;color:var(--gray-500);padding:.25rem}.sidebar-content{flex:1;overflow-y:auto;padding:1rem}.history-list{list-style:none}.history-list li{padding:1rem;border-radius:var(--border-radius-sm);margin-bottom:.5rem;cursor:pointer;transition:background .2s ease;border:1px solid var(--gray-200)}.history-list li:hover{background:var(--gray-50)}.history-list li.active{background:var(--primary-50);border-color:var(--primary-200)}.history-list .subject{font-weight:600;color:var(--gray-900);display:block;margin-bottom:.25rem}.history-list .date{font-size:.875rem;color:var(--gray-500)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;display:flex;align-items:center;justify-content:center}.payment-modal{background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-xl);width:90%;max-width:500px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:1.5rem 1.5rem 0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-family:var(--font-family-display);font-weight:600;color:var(--gray-900);margin:0}.close-modal{background:none;border:none;cursor:pointer;color:var(--gray-500);padding:.25rem}.payment-form{padding:1.5rem}.payment-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--gray-50);border-radius:var(--border-radius-sm);margin-bottom:1.5rem}.service-description h4{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.service-description p{color:var(--gray-600);font-size:.875rem}.price-display{font-size:1.5rem;font-weight:700;color:var(--success-600)}.card-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.loader-small{border:2px solid var(--gray-200);border-top:2px solid var(--primary-500);border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}@media (max-width: 768px){.main-content{padding:1rem}.form-card{padding:1.5rem}.step-actions{flex-direction:column}.step-actions .btn{width:100%}.step-indicators{display:none}.history-sidebar{width:100%;right:-100%}.card-details-grid{grid-template-columns:1fr}}@media (max-width: 480px){.app-header{padding:1rem}.step-header h2{font-size:1.5rem}.form-card{padding:1rem}}
