@import"https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:root{--background: 210 40% 98%;--foreground: 215 25% 15%;--card: 0 0% 100%;--card-foreground: 215 25% 15%;--popover: 0 0% 100%;--popover-foreground: 215 25% 15%;--primary: 208 85% 48%;--primary-foreground: 0 0% 100%;--primary-glow: 208 95% 65%;--secondary: 175 60% 55%;--secondary-foreground: 0 0% 100%;--muted: 210 30% 97%;--muted-foreground: 215 16% 47%;--accent: 175 70% 88%;--accent-foreground: 215 25% 15%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 208 85% 48%;--radius: .75rem;--brand-blue: 208 85% 48%;--brand-blue-dark: 208 85% 45%;--brand-blue-light: 208 85% 55%;--selected-bg: #eef9ff;--selected-text: #536878;--gradient-primary: linear-gradient(135deg, hsl(208 85% 48%), hsl(208 95% 65%));--gradient-secondary: linear-gradient(135deg, hsl(175 60% 55%), hsl(175 70% 65%));--gradient-subtle: linear-gradient(180deg, hsl(210 40% 98%), hsl(210 45% 96%));--shadow-soft: 0 4px 16px -2px hsl(208 85% 48% / .12);--shadow-medium: 0 8px 24px -4px hsl(208 85% 48% / .18);--transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)}body{font-family:League Spartan,sans-serif;line-height:1.6;color:hsl(var(--foreground));background:var(--gradient-subtle);min-height:100vh}.app{max-width:1280px;margin:0 auto;padding:2rem}.app-header{text-align:center}.underlineText{position:relative;display:inline-block}.underlineText-blue:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:hsl(var(--brand-blue));z-index:-1}.app-logo{scale:300%;margin-bottom:1rem}.app-main{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.product-section{background:hsl(var(--card));border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-soft);border:1px solid hsl(var(--border));color:hsl(var(--card-foreground))}.checkout-section{background:hsl(var(--card));border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-soft);border:1px solid hsl(var(--border));position:sticky;top:2rem;color:hsl(var(--card-foreground))}.slideshow-container{margin-bottom:40px}.slideshow-wrapper{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0003}.slide-container{position:relative;width:100%;height:400px}.slide-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.slide-image:hover{transform:scale(1.05)}.slideshow-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.slideshow-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.slideshow-nav.prev{left:15px}.slideshow-nav.next{right:15px}.slideshow-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.dot.active{background:#4ebfff;transform:scale(1.2)}.selector-container{margin-bottom:30px}.selector-container h3{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#333}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.product-info-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;color:hsl(var(--foreground))}.product-starting-price{font-size:1.5rem;font-weight:700;color:hsl(var(--secondary));margin:.5rem 0}.product-starting-price .vat-text{font-size:.9rem;font-weight:400;color:hsl(var(--muted-foreground))}.product-description h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:hsl(var(--foreground))}.product-description p{font-size:.9rem;line-height:1.4;margin-bottom:1rem;color:hsl(var(--foreground));opacity:.8}.product-description p:last-child{margin-bottom:0}.product-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;text-align:center;cursor:pointer;transition:var(--transition-smooth);font-size:1rem;color:hsl(var(--foreground));display:flex;flex-direction:column;height:100%}.product-card:hover{border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-soft);background:#4ebfff14}.product-card.selected{background:var(--selected-bg);color:hsl(var(--brand-blue));border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-medium)}.product-name{font-weight:600;margin-bottom:5px}.product-description{font-size:.85rem;opacity:.8;margin-bottom:8px;line-height:1.3}.product-features{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.feature-tag{background:hsl(var(--brand-blue) / .1);color:hsl(var(--brand-blue));padding:.25rem .5rem;border-radius:calc(var(--radius) / 2);font-size:.7rem;font-weight:500}.product-card.selected .feature-tag{background:#fff3;color:#fff}.product-price{font-size:1.2rem;font-weight:600;color:hsl(var(--foreground));margin-top:auto;margin-bottom:0}.product-card.selected .product-price{color:hsl(var(--foreground))}.size-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.size-toggle{display:flex;background:#f0f0f0;border-radius:8px;padding:2px}.size-toggle-btn{background:transparent;border:none;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#666}.size-toggle-btn:hover{background:#4ebfff1f;color:hsl(var(--foreground))}.size-toggle-btn.active{background:#4ebfff;color:#fff}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.size-button{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);padding:1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition-smooth);color:hsl(var(--foreground))}.size-button:hover{border-color:hsl(var(--brand-blue));transform:translateY(-1px);box-shadow:var(--shadow-soft);background:#4ebfff14}.size-button.selected{background:var(--selected-bg);color:hsl(var(--brand-blue));border-color:hsl(var(--brand-blue));box-shadow:var(--shadow-soft)}.size-selected-info{margin-top:1rem;padding:.75rem;background:hsl(var(--accent));border-radius:calc(var(--radius) / 2);font-size:.9rem;color:hsl(var(--accent-foreground));text-align:center}.vibration-mode-selector{margin-bottom:2rem}.vibration-mode-selector h3{margin-bottom:1rem;color:hsl(var(--foreground));font-size:1.1rem;font-weight:600}.vibration-mode-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.vibration-mode-option{border:2px solid hsl(var(--border));border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s ease;background:hsl(var(--muted));min-height:100px;display:flex;flex-direction:column;justify-content:center;color:hsl(var(--foreground))}.vibration-mode-option:hover{border-color:hsl(var(--brand-blue));background:#4ebfff14;transform:translateY(-2px);box-shadow:var(--shadow-soft)}.vibration-mode-option.selected{background:var(--selected-bg);color:hsl(var(--brand-blue));border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-medium)}.vibration-mode-option.selected:hover{background:var(--selected-bg);transform:translateY(-2px);box-shadow:var(--shadow-medium)}.vibration-mode-content h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.vibration-mode-description{font-size:.9rem;opacity:.8;line-height:1.4;margin:0;color:hsl(var(--foreground))}.vibration-mode-description p{margin:0}.vibration-mode-option.selected .vibration-mode-content h4{color:hsl(var(--foreground))}.vibration-mode-option.selected .vibration-mode-description{color:hsl(var(--brand-blue))}.vibration-mode-description ul,.vibration-mode-description ol{margin:.5rem 0;padding-left:1rem}.vibration-mode-description li{margin:.25rem 0}.subscription-grid{display:grid;grid-template-columns:1fr;gap:15px}@media(min-width:768px){.subscription-grid{grid-template-columns:repeat(2,1fr)}}.subscription-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;cursor:pointer;transition:var(--transition-smooth);text-align:left;position:relative;color:hsl(var(--foreground));display:flex;flex-direction:column;height:100%;min-height:200px}.subscription-card:hover{border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-soft);background:#4ebfff0f}.subscription-card.selected{background:var(--selected-bg);color:hsl(var(--brand-blue));border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-medium)}.subscription-card.popular{position:relative}.popular-badge{position:absolute;top:-.5rem;right:1rem;background:hsl(var(--secondary));color:#fff;padding:.25rem .75rem;border-radius:var(--radius);font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #0000001a}.subscription-name{font-size:1.2rem;font-weight:600;margin-bottom:8px;margin-top:8px;color:hsl(var(--foreground))}.subscription-card.selected .subscription-name{color:hsl(var(--foreground))}.subscription-description{font-size:.9rem;opacity:.8;margin-bottom:20px;line-height:1.4;color:hsl(var(--foreground))}.subscription-card.selected .subscription-description{color:hsl(var(--brand-blue))}.subscription-description p{margin:0}.subscription-description ul,.subscription-description ol{margin:.5rem 0;padding-left:1rem}.subscription-description li{margin:.25rem 0}.subscription-price{font-size:1.3rem;font-weight:700;color:hsl(var(--foreground));margin-top:auto;margin-bottom:0;display:block;visibility:visible}.subscription-card.selected .subscription-price{color:hsl(var(--foreground))}.price-breakdown{margin-bottom:30px}.price-breakdown h3{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#333}.breakdown-items{space-y:8px}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.breakdown-item:last-of-type{border-bottom:none}.breakdown-description{font-size:.85rem;color:hsl(var(--muted-foreground));padding:4px 0 4px 16px;margin-bottom:4px}.breakdown-total{display:flex;justify-content:space-between;align-items:center;padding:20px 0;font-size:1.2rem;font-weight:700;border-top:2px solid #4ebfff;margin-top:15px}.stripe-text{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:.5rem;opacity:.8}.breakdown-separator{height:1px;background-color:#4ebfff;margin:15px 0}.discount{color:#28a745;font-weight:600}.additional{color:#dc3545;font-weight:600}.care-plan-grid{display:grid;grid-template-columns:1fr;gap:15px}@media(min-width:768px){.care-plan-grid{grid-template-columns:repeat(2,1fr)}}.care-plan-card{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.25rem;cursor:pointer;transition:var(--transition-smooth);text-align:left;color:hsl(var(--foreground));display:flex;flex-direction:column;height:100%}.care-plan-card:hover{border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-soft);background:#4ebfff0f}.care-plan-card.selected{background:var(--selected-bg);color:hsl(var(--brand-blue));border-color:hsl(var(--brand-blue));transform:translateY(-2px);box-shadow:var(--shadow-medium)}.care-plan-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.care-plan-card.selected .care-plan-name{color:hsl(var(--foreground))}.care-plan-price{font-size:1.2rem;font-weight:700;color:hsl(var(--foreground));margin-top:auto;margin-bottom:0}.care-plan-card.selected .care-plan-price{color:hsl(var(--foreground))}.care-plan-description{font-size:.9rem;opacity:.8;color:hsl(var(--foreground));margin-bottom:20px;line-height:1.4}.care-plan-description p{margin:0}.care-plan-description ul,.care-plan-description ol{margin:.5rem 0;padding-left:1rem}.care-plan-description li{margin:.25rem 0}.care-plan-card.selected .care-plan-description{color:hsl(var(--brand-blue))}.currency-selector{margin-bottom:1.5rem;position:relative}.currency-label{display:block;font-size:1rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem}.currency-dropdown{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);background:hsl(var(--card));font-size:1rem;color:hsl(var(--foreground));cursor:pointer;transition:var(--transition-smooth);appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem}.currency-dropdown:hover{border-color:hsl(var(--brand-blue));box-shadow:var(--shadow-soft)}.currency-dropdown:focus{outline:none;border-color:hsl(var(--brand-blue));box-shadow:0 0 0 3px hsl(var(--brand-blue) / .1)}.checkout-button{width:100%;background:#54c0fe;color:#fff;border:none;border-radius:12px;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;overflow:hidden;box-shadow:0 4px 20px hsl(var(--brand-blue) / .3)}.checkout-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.checkout-button:hover:before{left:100%}.checkout-button:hover:not(.disabled){transform:translateY(-3px);box-shadow:0 8px 30px hsl(var(--brand-blue) / .4);background:linear-gradient(135deg,hsl(var(--brand-blue-dark)),hsl(var(--brand-blue)))}.checkout-button:active:not(.disabled){transform:translateY(-1px);box-shadow:0 4px 20px hsl(var(--brand-blue) / .3)}.checkout-button.disabled{background:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.checkout-button.disabled:before{display:none}.checkout-button.enabled{background:#54c0fe}.checkout-button.enabled:hover{background:#4ab6f4;transform:translateY(-3px);box-shadow:0 8px 30px #54c0fe66}.checkout-button .animate-spin{animation:spin 1s linear infinite}.checkout-button-container{width:100%}.checkout-error{margin-top:1rem;padding:1rem;background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);border-radius:8px;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease-out}.checkout-error .error-icon{font-size:1.25rem;flex-shrink:0}.checkout-error .error-text{color:hsl(var(--destructive));font-size:.95rem;font-weight:500;line-height:1.4}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:hsl(var(--foreground));background:hsl(var(--card));border-radius:var(--radius);padding:2.5rem}.loading-container .error-icon{color:hsl(var(--destructive));font-size:1.2rem;margin-bottom:1rem}.loading-container .error-message{color:hsl(var(--destructive));font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:.5rem}.loading-container .error-help{color:hsl(var(--muted-foreground));margin-top:1rem;text-align:center}.loading-spinner{width:2.5rem;height:2.5rem;border:4px solid hsl(var(--muted));border-top:4px solid hsl(var(--brand-blue));border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.25rem}.loading-container p{font-size:1rem;color:hsl(var(--muted-foreground));font-weight:400}.faq-section{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:1.5rem;margin-top:2rem;box-shadow:var(--shadow-soft)}.faq-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) / 2);padding:.75rem 1rem;background:hsl(var(--muted))}.faq-item[open]{background:hsl(var(--card))}.faq-question{cursor:pointer;font-weight:600;outline:none}.faq-answer{margin-top:.5rem;color:hsl(var(--muted-foreground));line-height:1.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.order-success{min-height:100vh;background:var(--gradient-subtle);display:flex;align-items:center;justify-content:center;padding:2rem}.success-container{max-width:600px;width:100%;background:hsl(var(--card));border-radius:var(--radius);box-shadow:var(--shadow-medium);padding:3rem;text-align:center}.success-header{margin-bottom:3rem}.success-icon{color:hsl(var(--secondary));margin-bottom:1.5rem}.success-header h1{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.success-message{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6}.success-details{margin-bottom:3rem}.detail-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:hsl(var(--muted));border-radius:var(--radius);margin-bottom:1rem;text-align:left}.detail-icon{color:hsl(var(--primary));flex-shrink:0;margin-top:.25rem}.detail-content h3{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.detail-content p{color:hsl(var(--muted-foreground));line-height:1.5}.success-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn-primary{background:var(--gradient-primary);color:#fff;border:none;padding:.875rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-secondary{background:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border));padding:.875rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:hsl(var(--accent));transform:translateY(-2px)}.success-footer{border-top:1px solid hsl(var(--border));padding-top:2rem}.success-footer p{color:hsl(var(--muted-foreground));line-height:1.6}.support-link{color:hsl(var(--primary));text-decoration:none;font-weight:600}.support-link:hover{text-decoration:underline}@media(max-width:640px){.success-container{padding:2rem 1.5rem}.success-header h1{font-size:2rem}.success-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.order-error{min-height:100vh;background:var(--gradient-subtle);display:flex;align-items:center;justify-content:center;padding:2rem}.error-container{max-width:600px;width:100%;background:hsl(var(--card));border-radius:var(--radius);box-shadow:var(--shadow-medium);padding:3rem;text-align:center}.error-header{margin-bottom:3rem}.error-icon{color:hsl(var(--destructive));margin-bottom:1.5rem}.error-header h1{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1rem}.error-message{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6}.error-details{margin-bottom:3rem}.error-details .detail-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:hsl(var(--muted));border-radius:var(--radius);margin-bottom:1rem;text-align:left}.error-details .detail-icon{color:hsl(var(--destructive));flex-shrink:0;margin-top:.25rem}.error-details .detail-content h3{font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.error-details .detail-content p{color:hsl(var(--muted-foreground));line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.error-footer{border-top:1px solid hsl(var(--border));padding-top:2rem}.error-footer p{color:hsl(var(--muted-foreground));line-height:1.6}@media(max-width:640px){.error-container{padding:2rem 1.5rem}.error-header h1{font-size:2rem}.error-actions{flex-direction:column}.error-actions .btn-primary,.error-actions .btn-secondary{width:100%}}@media(max-width:768px){.app-main{grid-template-columns:1fr;gap:20px}.app-header h1{font-size:2rem}.product-grid{grid-template-columns:1fr}.size-grid{grid-template-columns:repeat(2,1fr)}.checkout-section{position:static}}@media(max-width:480px){.app{padding:10px}.product-section,.checkout-section{padding:20px}.slide-container{height:250px}}
