:root{--primary: #9D4EDD;--primary-light: #C77DFF;--primary-dark: #7B2CBF;--secondary: #E0AAFF;--secondary-light: #F3E8FF;--secondary-dark: #C77DFF;--accent: #FFE66D;--accent-light: #FFF59D;--accent-dark: #F9A825;--neutral-0: #FFFFFF;--neutral-50: #FAFAFA;--neutral-100: #F5F5F5;--neutral-200: #EEEEEE;--neutral-300: #E0E0E0;--neutral-400: #BDBDBD;--neutral-500: #9E9E9E;--neutral-600: #757575;--neutral-700: #616161;--neutral-800: #424242;--neutral-900: #212121;--neutral-950: #0A0A0A;--font-primary: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--font-serif: "Playfair Display", serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--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);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--ease-out-cubic: cubic-bezier(.33, 1, .68, 1);--ease-in-out-cubic: cubic-bezier(.65, 0, .35, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out-expo: cubic-bezier(.87, 0, .13, 1)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary);font-weight:400;line-height:1.6;color:var(--neutral-800);background:var(--neutral-0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:700;line-height:1.1;color:var(--neutral-950);letter-spacing:-.02em}h1{font-size:clamp(3rem,8vw,8rem)}h2{font-size:clamp(2rem,5vw,4rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}h4{font-size:clamp(1.25rem,2.5vw,2rem)}h5{font-size:clamp(1.125rem,2vw,1.5rem)}h6{font-size:clamp(1rem,1.5vw,1.25rem)}p{font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.7;color:var(--neutral-700)}input,textarea,select{font-family:var(--font-primary);font-size:1rem;font-weight:500;line-height:1.5;color:var(--neutral-900);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid transparent;border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);transition:all .3s var(--ease-out-cubic);width:100%;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);background:#fffffff2;box-shadow:0 0 0 4px #9d4edd1a;transform:translateY(-2px)}textarea{resize:vertical;min-height:120px;font-family:var(--font-primary)}button{font-family:var(--font-primary);font-size:1rem;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-2xl);border:2px solid transparent;border-radius:var(--radius-full);cursor:pointer;transition:all .3s var(--ease-out-cubic);min-height:56px;position:relative;overflow:hidden;background:transparent;outline:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-3px);box-shadow:var(--shadow-2xl)}.btn-primary:active{transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:#fff3;color:var(--neutral-900)}.btn-secondary:hover{background:#fff3;transform:translateY(-2px)}.container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl)}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-rotate{animation:rotate 20s linear infinite}.animate-fade-in-up{animation:fadeInUp .8s var(--ease-out-expo) forwards}@media (max-width: 768px){.container{padding:0 var(--space-lg)}button{padding:var(--space-md) var(--space-xl);font-size:.9rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--neutral-100)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}.hero.svelte-17w7ft2.svelte-17w7ft2{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:var(--space-4xl) 0}.hero-content.svelte-17w7ft2.svelte-17w7ft2{text-align:center;max-width:900px;margin:0 auto}.hero-title.svelte-17w7ft2.svelte-17w7ft2{font-family:var(--font-serif);font-weight:900;font-size:clamp(3rem,8vw,6rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:var(--space-3xl);padding-bottom:var(--space-lg);opacity:0;position:relative;perspective:1000px;display:flex;align-items:center;justify-content:center;gap:var(--space-xl)}.price-image.svelte-17w7ft2.svelte-17w7ft2{position:absolute;top:-10vh;left:-5vw;width:auto;height:40vh;max-width:280px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(255,20,147,.3));animation:svelte-17w7ft2-continuous-rotate 18s linear infinite;z-index:0}@keyframes svelte-17w7ft2-continuous-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.title-text.svelte-17w7ft2.svelte-17w7ft2{display:inline-block;background:linear-gradient(135deg,#e0aaff,#c77dff,#9d4edd,#7b2cbf,#5a189a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;filter:drop-shadow(0 4px 8px rgba(123,44,191,.4)) drop-shadow(0 8px 16px rgba(157,78,221,.3)) drop-shadow(0 16px 32px rgba(199,125,255,.2));transform-style:preserve-3d}.title-text.svelte-17w7ft2.svelte-17w7ft2:before{content:"PRAYER";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#e0aaffcc,#c77dff99,#9d4edd66);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(8px);z-index:-1;animation:svelte-17w7ft2-glow-pulse 3s ease-in-out infinite alternate;transform:translateZ(-10px)}.title-text.svelte-17w7ft2.svelte-17w7ft2:after{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:radial-gradient(ellipse at center,rgba(157,78,221,.3) 0%,rgba(199,125,255,.2) 30%,transparent 70%);border-radius:50%;z-index:-2;animation:svelte-17w7ft2-aura-pulse 4s ease-in-out infinite;filter:blur(2px)}@keyframes svelte-17w7ft2-dramatic-float{0%,to{transform:translateY(0) rotateX(0)}25%{transform:translateY(-8px) rotateX(2deg)}50%{transform:translateY(-12px) rotateX(0)}75%{transform:translateY(-8px) rotateX(-2deg)}}@keyframes svelte-17w7ft2-glow-pulse{0%{opacity:.4;transform:translateZ(-10px) scale(1)}to{opacity:.8;transform:translateZ(-10px) scale(1.02)}}@keyframes svelte-17w7ft2-aura-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.hero-subtitle.svelte-17w7ft2.svelte-17w7ft2{margin-bottom:var(--space-2xl);opacity:0}.subtitle-main.svelte-17w7ft2.svelte-17w7ft2{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;color:var(--neutral-0);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.1em;text-shadow:0 2px 4px rgba(157,78,221,.3),0 4px 8px rgba(157,78,221,.2)}.subtitle-secondary.svelte-17w7ft2.svelte-17w7ft2{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--neutral-400);font-weight:300;font-style:italic}.hero-description.svelte-17w7ft2.svelte-17w7ft2{max-width:600px;margin:0 auto var(--space-4xl)}.hero-description.svelte-17w7ft2 p.svelte-17w7ft2{font-size:clamp(1.125rem,1.5vw,1.375rem);line-height:1.8;color:var(--neutral-300);font-weight:400}.scroll-indicator.svelte-17w7ft2.svelte-17w7ft2{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);position:absolute;bottom:var(--space-2xl);left:50%;transform:translate(-50%)}.scroll-line.svelte-17w7ft2.svelte-17w7ft2{width:2px;height:60px;background:linear-gradient(to bottom,var(--primary),transparent);position:relative}.scroll-line.svelte-17w7ft2.svelte-17w7ft2:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary);border-radius:50%;animation:svelte-17w7ft2-scroll-dot 2s ease-in-out infinite}@keyframes svelte-17w7ft2-scroll-dot{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(40px)}}.scroll-text.svelte-17w7ft2.svelte-17w7ft2{font-family:var(--font-mono);font-size:.75rem;color:var(--neutral-500);text-transform:uppercase;letter-spacing:.2em}.hero-visual.svelte-17w7ft2.svelte-17w7ft2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;z-index:-1}.floating-elements.svelte-17w7ft2.svelte-17w7ft2{position:relative;width:100%;height:100%}.element.svelte-17w7ft2.svelte-17w7ft2{position:absolute;border-radius:50%;filter:blur(1px);opacity:.1}.element-1.svelte-17w7ft2.svelte-17w7ft2{width:200px;height:200px;background:linear-gradient(135deg,var(--primary),var(--primary-light));top:20%;left:10%;animation:float 8s ease-in-out infinite}.element-2.svelte-17w7ft2.svelte-17w7ft2{width:150px;height:150px;background:linear-gradient(135deg,var(--secondary),var(--secondary-light));top:60%;right:15%;animation:float 6s ease-in-out infinite reverse}.element-3.svelte-17w7ft2.svelte-17w7ft2{width:100px;height:100px;background:linear-gradient(135deg,var(--accent),var(--accent-light));top:30%;right:30%;animation:float 10s ease-in-out infinite}@media (max-width: 768px){.hero.svelte-17w7ft2.svelte-17w7ft2{padding:var(--space-2xl) 0}.hero-title.svelte-17w7ft2.svelte-17w7ft2{margin-bottom:var(--space-2xl);padding-bottom:var(--space-md);flex-direction:column;gap:var(--space-lg)}.price-image.svelte-17w7ft2.svelte-17w7ft2{position:relative;top:0;left:0;height:110px;max-width:165px;animation-duration:12s}.hero-subtitle.svelte-17w7ft2.svelte-17w7ft2{margin-bottom:var(--space-xl)}.title-text.svelte-17w7ft2.svelte-17w7ft2{animation-duration:6s}.title-text.svelte-17w7ft2.svelte-17w7ft2:before{filter:blur(4px)}.title-text.svelte-17w7ft2.svelte-17w7ft2:after{filter:blur(10px)}}@media (prefers-reduced-motion: reduce){.price-image.svelte-17w7ft2.svelte-17w7ft2,.title-text.svelte-17w7ft2.svelte-17w7ft2,.title-text.svelte-17w7ft2.svelte-17w7ft2:before,.title-text.svelte-17w7ft2.svelte-17w7ft2:after{animation:none}.hero-title.svelte-17w7ft2:hover .title-text.svelte-17w7ft2,.hero-title.svelte-17w7ft2:hover .price-image.svelte-17w7ft2{transform:none}}@media (prefers-contrast: high){.title-text.svelte-17w7ft2.svelte-17w7ft2{background:linear-gradient(135deg,#fff,#e0aaff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 4px rgba(0,0,0,.8))}.price-image.svelte-17w7ft2.svelte-17w7ft2{filter:drop-shadow(0 4px 8px rgba(0,0,0,.8))}}.prayer-interface.svelte-1dgnbt6.svelte-1dgnbt6{min-height:100vh;padding:var(--space-5xl) 0;position:relative;opacity:0;transform:translateY(30px);transition:all .8s var(--ease-out-expo)}.interface-header.svelte-1dgnbt6.svelte-1dgnbt6{text-align:center;margin-bottom:var(--space-4xl);opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo) .2s}.interface-title.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--neutral-0);margin-bottom:var(--space-lg);font-weight:600;font-size:clamp(2rem,4vw,3rem)}.interface-description.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--neutral-300);font-size:1.125rem;line-height:1.7;max-width:600px;margin:0 auto}.interface-content.svelte-1dgnbt6.svelte-1dgnbt6{max-width:600px;margin:0 auto;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-out-expo) .4s}.prayer-form.svelte-1dgnbt6.svelte-1dgnbt6{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-2xl);padding:var(--space-3xl);display:flex;flex-direction:column;gap:var(--space-3xl)}.form-group.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;flex-direction:column;gap:var(--space-md)}.form-label.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;align-items:center;gap:var(--space-xs);font-weight:600;color:var(--neutral-200);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.label-required.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--primary);font-weight:700}textarea.svelte-1dgnbt6.svelte-1dgnbt6{background:#ffffff14;border:2px solid rgba(255,255,255,.1);color:var(--neutral-0);font-size:1.125rem;transition:all .3s var(--ease-out-cubic);min-height:150px}textarea.svelte-1dgnbt6.svelte-1dgnbt6:focus{background:#ffffff1f;border-color:var(--primary);box-shadow:0 0 0 4px #9d4edd1a}textarea.svelte-1dgnbt6.svelte-1dgnbt6::placeholder{color:var(--neutral-500)}.price-display.svelte-1dgnbt6.svelte-1dgnbt6{background:#0003;border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid rgba(255,255,255,.1);text-align:center}.price-info.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.price-label.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--neutral-300);font-size:1.125rem;font-weight:500}.price-value.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--primary);font-size:2rem;font-weight:700;font-family:var(--font-mono)}.price-description.svelte-1dgnbt6.svelte-1dgnbt6{color:var(--neutral-400);font-size:.95rem;margin:0;font-style:italic}.payment-section.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;flex-direction:column;gap:var(--space-xl)}.security-badges.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;justify-content:center;gap:var(--space-lg);flex-wrap:wrap}.badge.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;align-items:center;gap:var(--space-sm);background:#ffffff0d;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);font-size:.85rem;color:var(--neutral-300);border:1px solid rgba(255,255,255,.1)}.badge-icon.svelte-1dgnbt6.svelte-1dgnbt6{font-size:1rem}.payment-btn.svelte-1dgnbt6.svelte-1dgnbt6{font-size:1.25rem;font-weight:600;padding:var(--space-xl) var(--space-2xl);min-height:64px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;transition:all .3s var(--ease-out-cubic);width:100%}.payment-btn.disabled.svelte-1dgnbt6.svelte-1dgnbt6{opacity:.5;cursor:not-allowed;transform:none!important}.payment-btn.svelte-1dgnbt6.svelte-1dgnbt6:not(.disabled):not(.loading):hover{transform:translateY(-2px);box-shadow:var(--shadow-2xl)}.payment-icon.svelte-1dgnbt6.svelte-1dgnbt6{font-size:1.5rem}.spinner.svelte-1dgnbt6.svelte-1dgnbt6{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:svelte-1dgnbt6-spin 1s linear infinite}@keyframes svelte-1dgnbt6-spin{to{transform:rotate(360deg)}}.guarantee-notice.svelte-1dgnbt6.svelte-1dgnbt6{background:#ffe66d0d;border:1px solid rgba(255,230,109,.2);border-radius:var(--radius-lg);padding:var(--space-xl)}.guarantee-content.svelte-1dgnbt6.svelte-1dgnbt6{display:flex;gap:var(--space-lg);align-items:flex-start}.guarantee-icon.svelte-1dgnbt6.svelte-1dgnbt6{font-size:2rem;flex-shrink:0}.guarantee-text.svelte-1dgnbt6 h5.svelte-1dgnbt6{color:var(--accent);margin-bottom:var(--space-sm);font-size:1.125rem}.guarantee-text.svelte-1dgnbt6 p.svelte-1dgnbt6{color:var(--neutral-300);line-height:1.6;margin:0}@media (max-width: 768px){.prayer-form.svelte-1dgnbt6.svelte-1dgnbt6{padding:var(--space-2xl)}.security-badges.svelte-1dgnbt6.svelte-1dgnbt6{flex-direction:column;align-items:center}.guarantee-content.svelte-1dgnbt6.svelte-1dgnbt6{flex-direction:column;text-align:center}.price-info.svelte-1dgnbt6.svelte-1dgnbt6{flex-direction:column;gap:var(--space-sm)}}.footer.svelte-5dt301.svelte-5dt301{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-top:1px solid rgba(255,255,255,.1);padding:var(--space-2xl) 0;margin-top:var(--space-5xl);position:relative}.footer.svelte-5dt301.svelte-5dt301:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent)}.footer-content.svelte-5dt301.svelte-5dt301{display:flex;justify-content:space-between;align-items:center;gap:var(--space-xl)}.footer-legal.svelte-5dt301.svelte-5dt301{display:flex;flex-direction:column;gap:var(--space-md)}.footer-legal.svelte-5dt301 p.svelte-5dt301{color:var(--neutral-500);font-size:.9rem;margin:0}.legal-links.svelte-5dt301.svelte-5dt301{display:flex;gap:var(--space-2xl);margin-top:var(--space-sm)}.legal-links.svelte-5dt301 a.svelte-5dt301{color:var(--neutral-400);text-decoration:none;font-size:.85rem;transition:color .3s var(--ease-out-cubic)}.legal-links.svelte-5dt301 a.svelte-5dt301:hover{color:var(--primary)}.footer-contact.svelte-5dt301.svelte-5dt301{text-align:right}.footer-contact.svelte-5dt301 p.svelte-5dt301{color:var(--neutral-400);font-size:.9rem;margin:0}.footer-contact.svelte-5dt301 a.svelte-5dt301{color:var(--primary-light);text-decoration:none;font-weight:500}.footer-contact.svelte-5dt301 a.svelte-5dt301:hover{text-decoration:underline}@media (max-width: 768px){.footer.svelte-5dt301.svelte-5dt301{padding:var(--space-xl) 0}.footer-content.svelte-5dt301.svelte-5dt301{flex-direction:column;text-align:center;gap:var(--space-lg)}.footer-contact.svelte-5dt301.svelte-5dt301{text-align:center}.legal-links.svelte-5dt301.svelte-5dt301{flex-wrap:wrap;justify-content:center}}.background-canvas.svelte-fbxneg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.6}.svg-filters.svelte-fbxneg{position:absolute;width:0;height:0;overflow:hidden}.payment-success-page.svelte-1dapciu.svelte-1dapciu{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);display:flex;align-items:center;justify-content:center;padding:var(--space-2xl) 0;position:relative}.payment-success-page.svelte-1dapciu.svelte-1dapciu:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(157,78,221,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(224,170,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,230,109,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.container.svelte-1dapciu.svelte-1dapciu{position:relative;z-index:2;max-width:600px;margin:0 auto;padding:0 var(--space-xl)}.success-content.svelte-1dapciu.svelte-1dapciu{text-align:center;padding:var(--space-4xl);background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-2xl)}.success-animation.svelte-1dapciu.svelte-1dapciu{margin-bottom:var(--space-2xl)}.success-circle.svelte-1dapciu.svelte-1dapciu{width:120px;height:120px;background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff;animation:svelte-1dapciu-success-pulse 2s ease-in-out infinite}@keyframes svelte-1dapciu-success-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.success-title.svelte-1dapciu.svelte-1dapciu{color:var(--neutral-0);margin-bottom:var(--space-lg);font-weight:600;font-size:2.5rem}.success-message.svelte-1dapciu.svelte-1dapciu{color:var(--neutral-300);font-size:1.125rem;line-height:1.7;margin:0 auto var(--space-2xl);max-width:500px}.success-details.svelte-1dapciu.svelte-1dapciu{background:#0003;border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-2xl);border:1px solid rgba(255,255,255,.1)}.detail-item.svelte-1dapciu.svelte-1dapciu{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;border-bottom:1px solid rgba(255,255,255,.1)}.detail-item.svelte-1dapciu.svelte-1dapciu:last-child{border-bottom:none}.detail-label.svelte-1dapciu.svelte-1dapciu{color:var(--neutral-400);font-size:.9rem}.detail-value.svelte-1dapciu.svelte-1dapciu{color:var(--neutral-100);font-weight:600;font-family:var(--font-mono)}.action-buttons.svelte-1dapciu.svelte-1dapciu{display:flex;gap:var(--space-lg);justify-content:center;margin-bottom:var(--space-2xl);flex-wrap:wrap}.action-buttons.svelte-1dapciu button.svelte-1dapciu{min-width:180px}.guarantee-notice.svelte-1dapciu.svelte-1dapciu{background:#ffe66d0d;border:1px solid rgba(255,230,109,.2);border-radius:var(--radius-lg);padding:var(--space-xl)}.guarantee-content.svelte-1dapciu.svelte-1dapciu{display:flex;gap:var(--space-lg);align-items:flex-start;text-align:left}.guarantee-icon.svelte-1dapciu.svelte-1dapciu{font-size:2rem;flex-shrink:0}.guarantee-text.svelte-1dapciu h5.svelte-1dapciu{color:var(--accent);margin-bottom:var(--space-sm);font-size:1.125rem}.guarantee-text.svelte-1dapciu p.svelte-1dapciu{color:var(--neutral-300);line-height:1.6;margin:0;font-size:.95rem}@media (max-width: 768px){.success-content.svelte-1dapciu.svelte-1dapciu{padding:var(--space-2xl)}.action-buttons.svelte-1dapciu.svelte-1dapciu{flex-direction:column;align-items:center}.action-buttons.svelte-1dapciu button.svelte-1dapciu{width:100%;max-width:300px}.guarantee-content.svelte-1dapciu.svelte-1dapciu{flex-direction:column;text-align:center}.detail-item.svelte-1dapciu.svelte-1dapciu{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.detail-value.svelte-1dapciu.svelte-1dapciu{text-align:left}}.payment-cancelled-page.svelte-1fqe3zl.svelte-1fqe3zl{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);display:flex;align-items:center;justify-content:center;padding:var(--space-2xl) 0;position:relative}.payment-cancelled-page.svelte-1fqe3zl.svelte-1fqe3zl:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(157,78,221,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(224,170,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,230,109,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.container.svelte-1fqe3zl.svelte-1fqe3zl{position:relative;z-index:2;max-width:600px;margin:0 auto;padding:0 var(--space-xl)}.cancelled-content.svelte-1fqe3zl.svelte-1fqe3zl{text-align:center;padding:var(--space-4xl);background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-2xl)}.cancelled-icon.svelte-1fqe3zl.svelte-1fqe3zl{margin-bottom:var(--space-2xl);color:#df1b41}.cancelled-title.svelte-1fqe3zl.svelte-1fqe3zl{color:var(--neutral-0);margin-bottom:var(--space-lg);font-weight:600;font-size:2.5rem}.cancelled-message.svelte-1fqe3zl.svelte-1fqe3zl{color:var(--neutral-300);font-size:1.125rem;line-height:1.7;margin:0 auto var(--space-2xl);max-width:500px}.action-buttons.svelte-1fqe3zl.svelte-1fqe3zl{display:flex;gap:var(--space-lg);justify-content:center;margin-bottom:var(--space-3xl);flex-wrap:wrap}.action-buttons.svelte-1fqe3zl button.svelte-1fqe3zl{min-width:180px}.help-section.svelte-1fqe3zl.svelte-1fqe3zl{background:#0003;border-radius:var(--radius-lg);padding:var(--space-xl);border:1px solid rgba(255,255,255,.1)}.help-section.svelte-1fqe3zl h3.svelte-1fqe3zl{color:var(--neutral-100);margin-bottom:var(--space-md);font-size:1.25rem}.help-section.svelte-1fqe3zl p.svelte-1fqe3zl{color:var(--neutral-300);line-height:1.6;margin:0}.help-section.svelte-1fqe3zl a.svelte-1fqe3zl{color:var(--primary-light);text-decoration:none;font-weight:500}.help-section.svelte-1fqe3zl a.svelte-1fqe3zl:hover{text-decoration:underline}@media (max-width: 768px){.cancelled-content.svelte-1fqe3zl.svelte-1fqe3zl{padding:var(--space-2xl)}.action-buttons.svelte-1fqe3zl.svelte-1fqe3zl{flex-direction:column;align-items:center}.action-buttons.svelte-1fqe3zl button.svelte-1fqe3zl{width:100%;max-width:300px}}.header.svelte-prowno{padding:var(--space-8) 0 var(--space-6);text-align:center;position:relative;z-index:2}.header-content.svelte-prowno{max-width:800px;margin:0 auto}.logo-section.svelte-prowno{margin-bottom:var(--space-6)}.logo.svelte-prowno{font-size:4rem;font-weight:700;color:var(--primary-gold);text-shadow:2px 2px 4px rgba(0,0,0,.1);margin-bottom:var(--space-1);letter-spacing:-.02em}.tagline.svelte-prowno{font-size:1.125rem;color:var(--neutral-600);font-weight:300;letter-spacing:.5px;text-transform:uppercase;font-family:var(--font-sans)}.intro-text.svelte-prowno{max-width:600px;margin:0 auto}.lead.svelte-prowno{font-size:1.25rem;line-height:1.7;color:var(--neutral-700);margin-bottom:var(--space-3);font-weight:400}.subtext.svelte-prowno{font-size:1.125rem;color:var(--primary-gold-dark);font-weight:500;font-family:var(--font-serif);font-style:italic;margin-bottom:0}@media (max-width: 768px){.header.svelte-prowno{padding:var(--space-6) 0 var(--space-4)}.logo.svelte-prowno{font-size:3rem}.tagline.svelte-prowno{font-size:1rem}.lead.svelte-prowno{font-size:1.125rem}}@media (max-width: 480px){.logo.svelte-prowno{font-size:2.5rem}.tagline.svelte-prowno{font-size:.9rem}.lead.svelte-prowno{font-size:1rem}}main.svelte-igy0ci.svelte-igy0ci{min-height:calc(100vh - 200px)}h1.svelte-igy0ci.svelte-igy0ci{color:var(--primary);text-shadow:0 0 10px rgba(157,78,221,.3);font-size:4em;margin-top:.5em}h2.svelte-igy0ci.svelte-igy0ci{color:var(--neutral-0);margin-top:2.5rem;position:relative;display:inline-block;font-size:.9em}h2.svelte-igy0ci.svelte-igy0ci:after{content:"";position:absolute;width:100%;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,var(--primary),transparent)}p.svelte-igy0ci.svelte-igy0ci{color:var(--neutral-300);line-height:1.8;margin-bottom:1.25rem}address.svelte-igy0ci p.svelte-igy0ci{margin-bottom:.5rem}@media (max-width: 768px){main.svelte-igy0ci.svelte-igy0ci{padding-top:2rem;padding-bottom:4rem}h1.svelte-igy0ci.svelte-igy0ci{font-size:2rem;margin-bottom:2rem}h2.svelte-igy0ci.svelte-igy0ci{font-size:1.5rem}}main.svelte-fdx6k3.svelte-fdx6k3{min-height:calc(100vh - 200px)}h1.svelte-fdx6k3.svelte-fdx6k3{color:var(--primary);text-shadow:0 0 10px rgba(157,78,221,.3);font-size:4em;margin-top:.5em}h2.svelte-fdx6k3.svelte-fdx6k3{color:var(--neutral-0);margin-top:2.5rem;position:relative;display:inline-block;font-size:1.2em}h2.svelte-fdx6k3.svelte-fdx6k3:after{content:"";position:absolute;width:100%;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,var(--primary),transparent)}p.svelte-fdx6k3.svelte-fdx6k3,li.svelte-fdx6k3.svelte-fdx6k3{color:var(--neutral-300);line-height:1.8;margin-bottom:1.25rem}address.svelte-fdx6k3 p.svelte-fdx6k3{margin-bottom:.5rem}@media (max-width: 768px){main.svelte-fdx6k3.svelte-fdx6k3{padding-top:2rem;padding-bottom:4rem}h1.svelte-fdx6k3.svelte-fdx6k3{font-size:2.5rem;margin-bottom:2rem}h2.svelte-fdx6k3.svelte-fdx6k3{font-size:1.5rem}}.app.svelte-nblddm{min-height:100vh;position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);overflow-x:hidden;opacity:0;transition:opacity 1s ease-out}.app.mounted.svelte-nblddm{opacity:1}.app.svelte-nblddm:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(157,78,221,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(224,170,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,230,109,.05) 0%,transparent 50%);pointer-events:none;z-index:1}.app>*{position:relative;z-index:2}
