*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1a472a;--secondary-color: #2d7a4a;--accent-color: #f39c12;--text-dark: #2c3e50;--text-light: #7f8c8d;--bg-light: #f8f9fa;--white: #ffffff;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--white)}#app{min-height:100vh}a{color:var(--primary-color);text-decoration:none}a:hover{color:var(--secondary-color)}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select{font-family:inherit}.landing-page[data-v-573fc0e1]{min-height:100vh}.container[data-v-573fc0e1]{max-width:1200px;margin:0 auto;padding:0 20px}.header[data-v-573fc0e1]{padding:15px 0;background:var(--white);box-shadow:var(--shadow);margin-bottom:0}@media(min-width:769px){.header[data-v-573fc0e1]{padding:15px 0!important;margin-bottom:0!important}}.logo img[data-v-573fc0e1]{height:90px}.logo-desktop[data-v-573fc0e1]{display:block}.logo-mobile[data-v-573fc0e1]{display:none}.header-content[data-v-573fc0e1]{display:flex;align-items:center;justify-content:space-between}.main-nav[data-v-573fc0e1],.language-selector[data-v-573fc0e1]{display:flex;align-items:center}.language-dropdown[data-v-573fc0e1]{padding:8px 12px;background:var(--white);border:2px solid var(--primary-color);border-radius:6px;color:var(--primary-color);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.language-dropdown[data-v-573fc0e1]:hover{background:var(--primary-color);color:var(--white)}.language-dropdown[data-v-573fc0e1]:focus{outline:none;box-shadow:0 0 0 3px #2d7a4a33}.hero[data-v-573fc0e1]{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);padding:80px 0;text-align:center}.hero-content[data-v-573fc0e1]{max-width:700px;margin:0 auto}.hero-title[data-v-573fc0e1]{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle[data-v-573fc0e1]{font-size:1.25rem;margin-bottom:40px;opacity:.95;line-height:1.6}.subscription-form[data-v-573fc0e1]{margin-top:40px}.form-wrapper[data-v-573fc0e1]{display:flex;gap:10px;max-width:500px;margin:0 auto}.email-input[data-v-573fc0e1]{flex:1;padding:16px 20px;border:2px solid rgba(255,255,255,.3);border-radius:8px;font-size:16px;background:#fffffff2;color:var(--text-dark);text-align:center}.email-input[data-v-573fc0e1]:focus{outline:none;border-color:var(--white);background:var(--white)}.email-input[data-v-573fc0e1]:disabled{opacity:.6;cursor:not-allowed}.subscribe-btn[data-v-573fc0e1]{padding:16px 32px;background:var(--accent-color);color:var(--white);border-radius:8px;font-size:16px;font-weight:600;transition:all .3s ease}.subscribe-btn[data-v-573fc0e1]:hover:not(:disabled){background:#e67e22;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.subscribe-btn[data-v-573fc0e1]:disabled{opacity:.6;cursor:not-allowed}.success-message[data-v-573fc0e1]{background:#fffffff2;color:var(--text-dark);padding:30px;border-radius:12px;max-width:500px;margin:0 auto}.success-icon[data-v-573fc0e1]{width:60px;height:60px;background:#27ae60;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 20px}.success-message h3[data-v-573fc0e1]{margin-bottom:10px;color:var(--primary-color)}.success-message .small-text[data-v-573fc0e1]{font-size:.9rem;color:var(--text-light);margin-top:10px}.error-message[data-v-573fc0e1]{color:#e74c3c;background:#e74c3c1a;padding:15px;border-radius:8px;margin-top:15px}.existing-user-link[data-v-573fc0e1]{margin-top:20px;text-align:center}.existing-user-link p[data-v-573fc0e1]{color:#ffffffe6;font-size:.95rem;margin:0}.preferences-link[data-v-573fc0e1]{color:var(--accent-color);text-decoration:underline;font-weight:600;transition:color .3s ease}.preferences-link[data-v-573fc0e1]:hover{color:#e67e22}.privacy-link-container[data-v-573fc0e1]{margin-top:15px;text-align:center}.privacy-link-container p[data-v-573fc0e1]{color:#fffc;font-size:.85rem;margin:0}.privacy-link[data-v-573fc0e1]{color:var(--accent-color);text-decoration:underline;cursor:pointer;font-weight:600;transition:color .3s ease}.privacy-link[data-v-573fc0e1]:hover{color:#e67e22}.features[data-v-573fc0e1]{padding:80px 0;background:var(--bg-light)}.section-title[data-v-573fc0e1]{text-align:center;font-size:2.5rem;margin-bottom:50px;color:var(--primary-color)}.features-grid[data-v-573fc0e1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-card[data-v-573fc0e1]{background:var(--white);padding:40px 30px;border-radius:12px;text-align:center;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.feature-card[data-v-573fc0e1]:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon[data-v-573fc0e1]{font-size:3rem;margin-bottom:20px}.feature-title[data-v-573fc0e1]{font-size:1.5rem;margin-bottom:15px;color:var(--primary-color)}.feature-description[data-v-573fc0e1]{color:var(--text-light);line-height:1.6}.how-it-works[data-v-573fc0e1]{padding:80px 0;background:var(--white)}.steps[data-v-573fc0e1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:50px}.step[data-v-573fc0e1]{text-align:center}.step-number[data-v-573fc0e1]{width:60px;height:60px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.step h3[data-v-573fc0e1]{font-size:1.5rem;margin-bottom:15px;color:var(--primary-color)}.step p[data-v-573fc0e1]{color:var(--text-light);line-height:1.6}.testimonials[data-v-573fc0e1]{padding:80px 0;background:var(--bg-light)}.testimonials-grid[data-v-573fc0e1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card[data-v-573fc0e1]{background:var(--white);padding:30px;border-radius:12px;box-shadow:var(--shadow)}.testimonial-header[data-v-573fc0e1]{display:flex;align-items:center;gap:15px;margin-bottom:20px}.avatar[data-v-573fc0e1]{width:50px;height:50px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.testimonial-info[data-v-573fc0e1]{flex:1}.testimonial-info h4[data-v-573fc0e1]{font-size:1.1rem;color:var(--primary-color);margin-bottom:5px}.location[data-v-573fc0e1]{font-size:.9rem;color:var(--text-light)}.rating[data-v-573fc0e1]{display:flex;gap:2px}.star[data-v-573fc0e1]{color:#f39c12;font-size:14px}.testimonial-text[data-v-573fc0e1]{color:var(--text-dark);line-height:1.6;font-style:italic}.footer[data-v-573fc0e1]{background:var(--primary-color);color:var(--white);padding:30px 0;text-align:center}.creator-link[data-v-573fc0e1]{color:var(--accent-color);text-decoration:none;font-weight:600;transition:all .3s ease}.creator-link[data-v-573fc0e1]:hover{color:#e67e22;text-decoration:underline}.popup-overlay[data-v-573fc0e1]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.popup-content[data-v-573fc0e1]{background:var(--white);border-radius:12px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:popupSlideIn-573fc0e1 .3s ease}@keyframes popupSlideIn-573fc0e1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-header[data-v-573fc0e1]{padding:25px 25px 15px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.popup-header h2[data-v-573fc0e1]{margin:0;color:var(--primary-color);font-size:1.5rem}.close-btn[data-v-573fc0e1]{background:none;border:none;font-size:24px;color:#999;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn[data-v-573fc0e1]:hover{background:#f0f0f0;color:#333}.popup-body[data-v-573fc0e1]{padding:25px;line-height:1.6}.popup-footer[data-v-573fc0e1]{padding:15px 25px 25px;text-align:center}.privacy-popup[data-v-573fc0e1]{max-width:600px}.privacy-popup h3[data-v-573fc0e1]{color:var(--primary-color);margin-top:20px;margin-bottom:10px}.privacy-popup ul[data-v-573fc0e1]{margin:10px 0;padding-left:0;list-style:none}.privacy-popup li[data-v-573fc0e1]{padding:5px 0;font-size:.95rem}.primary-btn[data-v-573fc0e1]{background:var(--primary-color);color:var(--white);padding:12px 30px;border-radius:8px;font-weight:600;transition:all .3s ease}.primary-btn[data-v-573fc0e1]:hover{background:var(--secondary-color);transform:translateY(-2px)}.otp-popup[data-v-573fc0e1]{max-width:450px}.otp-info[data-v-573fc0e1]{text-align:center;margin-bottom:30px}.otp-icon[data-v-573fc0e1]{font-size:3rem;margin-bottom:15px}.otp-info h3[data-v-573fc0e1]{color:var(--primary-color);margin-bottom:15px}.otp-info p[data-v-573fc0e1]{margin-bottom:10px;color:var(--text-dark)}.user-email[data-v-573fc0e1]{font-weight:600;color:var(--primary-color);font-size:1.1rem;margin:15px 0!important}.otp-help[data-v-573fc0e1]{margin-top:20px!important;font-weight:600}.otp-input-container[data-v-573fc0e1]{margin-bottom:20px}.otp-input[data-v-573fc0e1]{width:100%;padding:20px;border:3px solid #e0e0e0;border-radius:12px;font-size:2rem;font-weight:700;text-align:center;letter-spacing:8px;background:var(--bg-light);transition:border-color .3s ease}.otp-input[data-v-573fc0e1]:focus{outline:none;border-color:var(--primary-color);background:var(--white)}.otp-input[data-v-573fc0e1]::placeholder{color:#ccc;font-weight:400}.otp-error[data-v-573fc0e1]{background:#e74c3c1a;color:#e74c3c;padding:12px;border-radius:8px;text-align:center;margin-bottom:20px;font-weight:600}.otp-actions[data-v-573fc0e1]{text-align:center}.verify-btn[data-v-573fc0e1]{background:var(--accent-color);color:var(--white);padding:15px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;margin-bottom:20px;width:100%;transition:all .3s ease}.verify-btn[data-v-573fc0e1]:hover:not(:disabled){background:#e67e22;transform:translateY(-2px)}.verify-btn[data-v-573fc0e1]:disabled{opacity:.6;cursor:not-allowed}.resend-section[data-v-573fc0e1]{padding-top:15px;border-top:1px solid #e0e0e0}.resend-section p[data-v-573fc0e1]{margin:0 0 10px;color:var(--text-light);font-size:.9rem}.resend-btn[data-v-573fc0e1]{background:none;border:1px solid var(--primary-color);color:var(--primary-color);padding:8px 20px;border-radius:6px;font-weight:600;transition:all .3s ease}.resend-btn[data-v-573fc0e1]:hover:not(:disabled){background:var(--primary-color);color:var(--white)}@media(max-width:768px){.header[data-v-573fc0e1]{padding:10px 0}.logo-desktop[data-v-573fc0e1]{display:none}.logo-mobile[data-v-573fc0e1]{display:block}.logo img[data-v-573fc0e1]{height:85px}.hero-title[data-v-573fc0e1]{font-size:2rem}.hero-subtitle[data-v-573fc0e1]{font-size:1rem}.form-wrapper[data-v-573fc0e1]{flex-direction:column}.section-title[data-v-573fc0e1]{font-size:2rem}.features-grid[data-v-573fc0e1],.steps[data-v-573fc0e1],.testimonials-grid[data-v-573fc0e1]{grid-template-columns:1fr}.main-nav[data-v-573fc0e1]{flex-direction:column;gap:10px}.popup-overlay[data-v-573fc0e1]{padding:10px}.popup-content[data-v-573fc0e1]{margin:0}.popup-header[data-v-573fc0e1],.popup-body[data-v-573fc0e1],.popup-footer[data-v-573fc0e1]{padding:20px 15px 15px}.otp-input[data-v-573fc0e1]{font-size:1.5rem;letter-spacing:4px;padding:15px}.verify-btn[data-v-573fc0e1]{padding:12px 30px}}.preferences-page[data-v-de8a77ce]{min-height:100vh;background:var(--bg-light);padding-bottom:50px}.container[data-v-de8a77ce]{max-width:1200px;margin:0 auto;padding:0 20px}.header[data-v-de8a77ce]{padding:20px 0;background:var(--white);box-shadow:var(--shadow);margin-bottom:40px}.header-content[data-v-de8a77ce]{display:flex;align-items:center;justify-content:center;position:relative}.header .container[data-v-de8a77ce]{text-align:center}.logo img[data-v-de8a77ce]{height:150px}.main-nav[data-v-de8a77ce]{position:absolute;right:0}.nav-link[data-v-de8a77ce]{padding:12px 24px;background:var(--primary-color);color:var(--white);border-radius:6px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease}.nav-link[data-v-de8a77ce]:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.page-header[data-v-de8a77ce]{text-align:center;margin-bottom:50px}.page-title[data-v-de8a77ce]{font-size:2.5rem;color:var(--primary-color);margin-bottom:15px}.page-subtitle[data-v-de8a77ce]{font-size:1.1rem;color:var(--text-light)}.preference-section[data-v-de8a77ce]{background:var(--white);border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:var(--shadow)}.section-title[data-v-de8a77ce]{display:flex;align-items:center;gap:10px;font-size:1.8rem;color:var(--primary-color);margin-bottom:20px}.section-title .icon[data-v-de8a77ce]{font-size:2rem}.section-description[data-v-de8a77ce]{color:var(--text-light);margin-bottom:25px;line-height:1.6}.options-grid[data-v-de8a77ce]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.option-card[data-v-de8a77ce]{border:2px solid #e0e0e0;border-radius:10px;padding:25px;cursor:pointer;transition:all .3s ease;background:var(--white)}.option-card[data-v-de8a77ce]:hover{border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:var(--shadow)}.option-card.active[data-v-de8a77ce]{border-color:var(--primary-color);background:linear-gradient(135deg,#1a472a0d,#2d7a4a0d)}.option-header[data-v-de8a77ce]{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.option-header h3[data-v-de8a77ce]{font-size:1.3rem;color:var(--primary-color)}.checkbox[data-v-de8a77ce]{width:28px;height:28px;border:2px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.checkbox.checked[data-v-de8a77ce]{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.option-description[data-v-de8a77ce]{color:var(--text-light);font-size:.95rem;line-height:1.5}.territories-container[data-v-de8a77ce]{display:flex;flex-direction:column;gap:20px}.region-selector[data-v-de8a77ce]{margin-bottom:30px}.selector-label[data-v-de8a77ce]{display:block;font-weight:600;color:var(--primary-color);margin-bottom:10px;font-size:1.1rem}.region-dropdown[data-v-de8a77ce]{width:100%;max-width:400px;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:var(--white);color:var(--text-dark);transition:border-color .3s ease}.region-dropdown[data-v-de8a77ce]:focus{outline:none;border-color:var(--primary-color)}.region-provinces[data-v-de8a77ce]{border:1px solid #e0e0e0;border-radius:10px;overflow:hidden}.region-header[data-v-de8a77ce]{background:var(--bg-light);padding:20px}.region-name[data-v-de8a77ce]{font-size:1.3rem;color:var(--primary-color);margin-bottom:15px;display:flex;align-items:center;gap:10px}.province-count[data-v-de8a77ce]{font-size:.9rem;color:var(--text-light);font-weight:400}.region-actions[data-v-de8a77ce]{display:flex;gap:10px}.action-btn[data-v-de8a77ce]{padding:8px 16px;border:1px solid var(--primary-color);background:var(--white);color:var(--primary-color);border-radius:6px;font-size:.9rem;transition:all .3s ease}.action-btn[data-v-de8a77ce]:hover:not(:disabled){background:var(--primary-color);color:var(--white)}.action-btn[data-v-de8a77ce]:disabled{opacity:.4;cursor:not-allowed}.provinces-grid[data-v-de8a77ce]{padding:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;background:var(--white)}.province-chip[data-v-de8a77ce]{display:flex;align-items:center;gap:8px;padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:var(--white)}.province-chip[data-v-de8a77ce]:hover{border-color:var(--secondary-color)}.province-chip.selected[data-v-de8a77ce]{border-color:var(--primary-color);background:linear-gradient(135deg,#1a472a1a,#2d7a4a1a)}.province-code[data-v-de8a77ce]{font-weight:700;color:var(--primary-color)}.province-name[data-v-de8a77ce]{flex:1;color:var(--text-dark)}.check-icon[data-v-de8a77ce]{color:var(--primary-color);font-weight:700}.selected-provinces-summary[data-v-de8a77ce]{margin-top:20px;padding:20px;background:var(--bg-light);border-radius:8px}.selected-provinces-summary h4[data-v-de8a77ce]{color:var(--primary-color);margin-bottom:15px;font-size:1.1rem}.selected-chips[data-v-de8a77ce]{display:flex;flex-wrap:wrap;gap:8px}.selected-chip[data-v-de8a77ce]{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--primary-color);color:var(--white);border-radius:20px;font-size:.9rem}.selected-chip .province-code[data-v-de8a77ce]{color:var(--white);font-weight:600}.selected-chip .province-name[data-v-de8a77ce]{color:var(--white)}.remove-btn[data-v-de8a77ce]{cursor:pointer;font-weight:700;font-size:1.2rem;margin-left:4px;color:#fffc;transition:color .3s ease}.remove-btn[data-v-de8a77ce]:hover{color:var(--white)}.summary-section[data-v-de8a77ce]{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-radius:12px;padding:30px;margin-bottom:30px;color:var(--white)}.summary-section .section-title[data-v-de8a77ce]{color:var(--white)}.summary-content[data-v-de8a77ce]{display:flex;flex-direction:column;gap:15px}.summary-item[data-v-de8a77ce]{display:flex;gap:10px;font-size:1.1rem}.summary-item strong[data-v-de8a77ce]{min-width:100px}.summary-item .empty[data-v-de8a77ce]{font-style:italic;opacity:.8}.actions[data-v-de8a77ce]{display:flex;gap:15px;justify-content:center;margin-bottom:20px}.save-btn[data-v-de8a77ce],.reset-btn[data-v-de8a77ce]{padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.save-btn[data-v-de8a77ce]{background:var(--accent-color);color:var(--white)}.save-btn[data-v-de8a77ce]:hover:not(:disabled){background:#e67e22;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.save-btn[data-v-de8a77ce]:disabled{opacity:.6;cursor:not-allowed}.reset-btn[data-v-de8a77ce]{background:var(--white);border:2px solid var(--text-light);color:var(--text-dark)}.reset-btn[data-v-de8a77ce]:hover{border-color:var(--text-dark);transform:translateY(-2px)}.success-banner[data-v-de8a77ce]{background:#27ae60;color:#fff;padding:20px;border-radius:8px;display:flex;align-items:center;gap:15px;font-size:1.1rem;box-shadow:var(--shadow-lg);animation:slideIn-de8a77ce .5s ease}.success-icon[data-v-de8a77ce]{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}@keyframes slideIn-de8a77ce{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.page-title[data-v-de8a77ce]{font-size:2rem}.options-grid[data-v-de8a77ce],.provinces-grid[data-v-de8a77ce]{grid-template-columns:1fr}.region-actions[data-v-de8a77ce],.actions[data-v-de8a77ce]{flex-direction:column}.save-btn[data-v-de8a77ce],.reset-btn[data-v-de8a77ce]{width:100%}.selected-chips[data-v-de8a77ce]{flex-direction:column}}.confirmation-page[data-v-6e96728d]{min-height:100vh;background:var(--bg-light)}.container[data-v-6e96728d]{max-width:800px;margin:0 auto;padding:0 20px}.header[data-v-6e96728d]{padding:20px 0;background:var(--white);box-shadow:var(--shadow);margin-bottom:60px}.logo img[data-v-6e96728d]{height:180px}.confirmation-container[data-v-6e96728d]{background:var(--white);border-radius:12px;padding:60px 40px;text-align:center;box-shadow:var(--shadow-lg);margin-top:40px}.loading[data-v-6e96728d]{display:flex;flex-direction:column;align-items:center;gap:20px}.spinner[data-v-6e96728d]{width:50px;height:50px;border:4px solid var(--bg-light);border-top-color:var(--primary-color);border-radius:50%;animation:spin-6e96728d 1s linear infinite}@keyframes spin-6e96728d{to{transform:rotate(360deg)}}.loading p[data-v-6e96728d]{font-size:1.1rem;color:var(--text-light)}.success-content[data-v-6e96728d],.error-content[data-v-6e96728d]{max-width:500px;margin:0 auto}.success-icon[data-v-6e96728d]{width:100px;height:100px;background:#27ae60;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:60px;margin:0 auto 30px;animation:scaleIn-6e96728d .5s ease}.error-icon[data-v-6e96728d]{width:100px;height:100px;background:#e74c3c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:60px;margin:0 auto 30px;animation:scaleIn-6e96728d .5s ease}@keyframes scaleIn-6e96728d{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}h1[data-v-6e96728d]{font-size:2.5rem;color:var(--primary-color);margin-bottom:20px}.message[data-v-6e96728d]{font-size:1.1rem;color:var(--text-light);line-height:1.6;margin-bottom:40px}.cta-btn[data-v-6e96728d]{padding:16px 40px;background:var(--accent-color);color:var(--white);border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.cta-btn[data-v-6e96728d]:hover{background:#e67e22;transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media(max-width:768px){.confirmation-container[data-v-6e96728d]{padding:40px 20px}h1[data-v-6e96728d]{font-size:2rem}.success-icon[data-v-6e96728d],.error-icon[data-v-6e96728d]{width:80px;height:80px;font-size:50px}}
