@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Shadows+Into+Light&display=swap";:root{--nav-bg: rgba(255, 255, 255, .95);--nav-brand-text: #942192;--nav-brand-text-hover: #ff6a00;--nav-link-text: #333;--nav-link-text-hover: #942192;--nav-link-bg-hover: rgba(148, 33, 146, .05);--btn-primary-bg: #942192;--btn-primary-bg-hover: #ff6a00;--btn-primary-text: #ffffff;--btn-outline-border: #2c5f5f;--btn-outline-text: #2c5f5f;--btn-outline-bg-hover: #2c5f5f;--btn-outline-text-hover: #ffffff;--hero-bg-start: #ffffff;--hero-bg-mid: #fefcdd;--hero-bg-end: #e63b7a;--hero-heading: #ff6a00;--hero-text: #656565;--process-bg: #fff;--process-heading: #3d3d3d;--process-text: #979797;--process-card-bg: #e63b7a;--process-card-hover-bg: #ff6a00;--process-card-hover-text: #ffffff;--process-icon-bg: #ffffff;--process-icon-border: #e0f2f0;--process-icon-color: #ff6a00;--process-section-underline: #2c5f5f;--process-section-underline-end: #2a9d8f;--notes-bg: #fffae4;--notes-heading: #000000;--notes-text: #000000;--notes-text-secondary: rgba(0, 0, 0, .9);--notes-card-bg: #e63b7a;--notes-card-bg-hover: #ffb43f;--notes-icon-bg: rgba(255, 255, 255, .91);--notes-icon-bg-hover: rgba(255, 255, 255, .4);--mission-bg: #fffae4;--mission-heading: #1a1a1a;--mission-text: #000000;--mission-card-bg: #ffb43f;--mission-card-border: #e9ecef;--mission-checkmark: #000000;--mission-icon-bg: #ffffff;--mission-icon-text: #000000;--faq-bg: #fffae4;--faq-heading: #1a1a1a;--faq-text: #666;--faq-card-bg: #ffb43f;--faq-card-border: #e9ecef;--faq-question-text: #000000;--faq-icon-bg: #f8f9fa;--faq-icon-border: #e9ecef;--faq-icon-active-bg: #000000;--faq-icon-active-border: #2c5f5f;--testimonial-bg: #ff9f6a;--testimonial-text: #000000;--testimonial-quote-accent: rgba(255, 255, 255, .3);--gift-bg-start: #2c5f5f;--gift-bg-end: #1e4545;--gift-text: #ffffff;--gift-btn-bg: #ffffff;--gift-btn-text: #2c5f5f;--gift-btn-bg-hover: #f8f9fa;--footer-bg: #fffae4;--footer-heading: #000000;--footer-text: #ccc;--footer-link: #979797;--footer-link-hover: #000000;--footer-newsletter-bg: #2a2a2a;--footer-input-bg: #1a1a1a;--footer-input-border: #444;--footer-input-text: #ffffff;--footer-input-placeholder: #888;--footer-copyright: #888}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Open Sans,sans-serif;font-weight:300;line-height:1.3;letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1rem}h1{font-size:3.5rem;line-height:1.1;letter-spacing:-.04em}h2{font-size:2.5rem;line-height:1.2;letter-spacing:-.03em}h3{font-size:1.8rem;line-height:1.3}h4{font-size:1.4rem;line-height:1.4}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border:none;border-radius:8px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#94219226,#ff6a0026),#0000000a;color:#000;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:16px;box-shadow:0 4px 15px #94219233,0 2px 8px #ff6a0026}.btn-primary:hover{background:linear-gradient(135deg,#94219240,#ff6a0040),#00000014;border-color:#fff9;transform:translateY(-1px);box-shadow:0 6px 20px #9421924d,0 3px 12px #ff6a0040}.btn-outline{background:#0000000a;color:#000;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:16px}.btn-outline:hover{background:#00000014;border-color:#fff9;transform:translateY(-1px)}.btn-lg{padding:16px 32px;font-size:1.1rem}.header{position:fixed;top:0;width:100%;z-index:1000;transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;transition:padding .3s ease}.nav-brand{display:flex;align-items:center;gap:12px;cursor:pointer;background:#0000000a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:12px 24px;transition:all .3s ease}.logo{height:30px;width:30px;transition:transform .3s ease,filter .3s ease}.brand-text{font-size:1.25rem;font-weight:600;color:var(--nav-brand-text);letter-spacing:-.02em}.nav-brand:hover{background:#00000014;border-color:#fff9;transform:translateY(-1px)}.nav-brand:hover .logo{transform:scale(1.05);filter:brightness(1.1)}.nav-brand:hover .brand-text{color:var(--nav-brand-text-hover)}.nav-menu{display:flex;align-items:center;gap:30px}.nav-link{text-decoration:none;color:var(--nav-link-text);font-weight:500;padding:8px 16px;border-radius:8px;position:relative;transition:all .3s ease;overflow:hidden}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(44,95,95,.1),transparent);transition:left .5s ease}.nav-link:hover{color:var(--nav-link-text-hover);background:var(--nav-link-bg-hover);transform:translateY(-2px);box-shadow:0 4px 12px #2c5f5f26}.nav-link:hover:before{left:100%}.hero{padding:120px 0 80px;min-height:90vh;display:flex;align-items:center;background-image:url(https://image.mux.com/Ta9bafwPOz7Mcyhvv02yYzVcBYRWhjs52goozt9sXMKc/thumbnail.webp?width=1920&fit_mode=preserve&time=0);background-size:cover}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;color:#00000080}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--hero-heading);background:linear-gradient(135deg,var(--hero-heading) 0%,var(--nav-brand-text) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}h2{font-weight:700;line-height:1.2;margin-bottom:20px;background:linear-gradient(135deg,var(--hero-heading) 0%,var(--nav-brand-text) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-text p{font-family:Nunito Sans,sans-serif;font-size:1.1rem;color:var(--hero-text);margin-bottom:30px;line-height:1.6}.hero-buttons{display:flex;gap:20px}.hero-images{position:relative;height:600px;display:flex;align-items:center;justify-content:center}.image-card{position:relative;transition:none;transform:none}.image-card:hover{transform:none}.image-card img{object-fit:contain}#lottie-lantern{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent!important}#lottie-lantern svg{background:transparent!important}.card-1{width:500px;height:500px;background:transparent;box-shadow:none;transition:none;transform:none;position:relative;display:flex;align-items:center;justify-content:center}.card-1:hover{transform:none}.flame-background{position:absolute;width:38%;height:38%;object-fit:contain;z-index:1;bottom:12%;left:48.5%;transform:translate(-50%)}.lantern-image{position:relative;z-index:2;width:100%;height:100%;object-fit:contain}.card-2{top:50px;right:50px;width:200px;height:200px;background:#2a9d8f}.card-3{bottom:100px;left:50px;width:150px;height:150px;background:#e9c46a}.card-4{bottom:0;right:0;width:180px;height:180px;background:#e76f51}.stats{padding:80px 0;background:var(--notes-bg);color:var(--notes-text)}.stats-content{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}.stats-text h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.3}.stats-text p{font-size:1.1rem;opacity:.9;line-height:1.6}.stats-numbers{display:flex;gap:40px}.stat-item{text-align:center}.stat-item h3{font-size:3rem;font-weight:700;margin-bottom:5px}.stat-item p{font-size:1rem;opacity:.8}.process{padding:80px 0;background:var(--process-bg)}.section-header{text-align:center;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.section-header h2{font-size:2.9rem;font-weight:300;margin-bottom:20px;color:var(--process-heading)}.section-header p{font-size:1.2rem;color:var(--process-text);line-height:1.6}.process-content{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.process-steps{display:flex;flex-direction:column;gap:0px;align-items:stretch;justify-content:center;padding:20px 0}.process-step{display:flex;align-items:flex-start;padding:18px;border-radius:12px;color:var(--process-heading);transition:all .3s ease;cursor:pointer;width:95%;max-width:500px;margin:0 auto}.step-icon{width:50px;height:50px;background:var(--process-icon-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.step-icon i{width:24px;height:24px;color:var(--process-icon-color);transition:all .3s ease}.step-content{flex:1}.process-step h3{font-size:1.1rem;font-weight:600;margin-bottom:4px;color:var(--process-heading);line-height:1.3;transition:color .3s ease}.process-step .chroma-text{background-image:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:inherit;text-fill-color:inherit;color:inherit}.process-step:hover .chroma-text{background-image:linear-gradient(90deg,#000 0 33.33%,#c679c4 40%,#fa3d1d,#ffb005,#e1e1fe,#0358f7 60%,#000 66.67% 100%);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent;animation:chroma-sweep-once .9s ease-in-out forwards;filter:blur(1px)}@keyframes chroma-sweep-once{0%{background-position:100% 0;filter:blur(1px)}to{background-position:0% 0;filter:blur(0)}}.process-step p{color:var(--process-text);line-height:1.4;font-size:.9rem;margin:0;transition:color .3s ease}.process-image{position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0}.process-image img{width:100%;height:auto;border-radius:20px;object-fit:cover;max-height:450px}.important-notes{padding:80px 0;background:var(--notes-bg);color:var(--notes-text)}.important-notes .section-header h2{font-family:Open Sans,sans-serif;font-weight:300;font-size:2.9rem;color:var(--notes-heading)}.important-notes .section-header p{font-size:1.2rem;color:var(--process-text);line-height:1.6}.notes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.note-item{display:flex;align-items:flex-start;gap:16px;padding:18px;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease}.note-item:hover{background:transparent;transform:none;box-shadow:none}.note-icon{width:50px;height:50px;background:var(--process-icon-bg);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.note-icon i{width:24px;height:24px;color:var(--process-icon-color);transition:all .3s ease}.note-item:hover .note-icon{background:var(--process-icon-bg);transform:none}.note-item:hover .note-icon i{color:var(--process-icon-color)}.note-content h3{font-size:1.1rem;font-weight:600;color:var(--process-heading);margin-bottom:4px;line-height:1.3;transition:color .3s ease}.note-item .chroma-text{background-image:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:inherit;text-fill-color:inherit;color:inherit}.note-item:hover .chroma-text{background-image:linear-gradient(90deg,#000 0 33.33%,#c679c4 40%,#fa3d1d,#ffb005,#e1e1fe,#0358f7 60%,#000 66.67% 100%);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent;animation:chroma-sweep-once .9s ease-in-out forwards;filter:blur(1px)}.note-item:hover h3{color:var(--process-heading)}.note-content p{color:var(--process-text);line-height:1.4;font-size:.9rem;margin:0;transition:color .3s ease}.note-item:hover p{color:var(--process-text)}.comparison{padding:80px 0;background:#fff}.comparison .section-header h2{font-family:Open Sans,sans-serif;font-weight:300;font-size:2.9rem;color:var(--mission-heading)}.comparison .section-header p{font-size:1.2rem;color:var(--process-text);line-height:1.6}.comparison-table{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}.comparison-column{background:transparent;border-radius:20px;padding:0}.column-header{display:flex;align-items:center;gap:15px;margin-bottom:30px;padding-bottom:0;border-bottom:none}.column-header img{width:40px;height:40px;border-radius:8px}.column-header span{font-family:Open Sans,sans-serif;font-weight:300;font-size:1.8rem;color:var(--mission-heading)}.comparison-list{list-style:none}.comparison-list li{color:var(--mission-text);position:relative;padding:8px 0 8px 25px}.comparison-list li:before{content:"✓";position:absolute;left:0;color:var(--mission-checkmark);font-weight:700}.challenge-content p{margin-bottom:20px;color:var(--mission-text);line-height:1.6;font-size:1rem}.approach-content{display:flex;flex-direction:column;gap:20px}.approach-item{display:flex;align-items:flex-start;gap:16px;padding:5px;border-radius:12px;cursor:pointer;transition:all .3s ease}.approach-item:hover{background:transparent}.approach-icon{width:50px;height:50px;background:var(--process-icon-bg);color:var(--process-icon-color);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.approach-icon i{width:24px;height:24px}.approach-text h4{font-size:1.1rem;font-weight:600;color:var(--process-heading);margin-bottom:4px;line-height:1.3;transition:color .3s ease}.approach-item .chroma-text{background-image:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:inherit;text-fill-color:inherit;color:inherit}.approach-item:hover .chroma-text{background-image:linear-gradient(90deg,#000 0 33.33%,#c679c4 40%,#fa3d1d,#ffb005,#e1e1fe,#0358f7 60%,#000 66.67% 100%);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent;animation:chroma-sweep-once .9s ease-in-out forwards;filter:blur(1px)}.approach-text p{color:var(--process-text);line-height:1.4;font-size:.9rem;margin:0;transition:color .3s ease}.testimonial{padding:80px 0;background:var(--testimonial-bg);color:var(--testimonial-text)}.testimonial-content{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}.testimonial-image img{width:100%;max-width:280px;height:380px;object-fit:cover;border-radius:20px}.testimonial-author{display:flex;align-items:center;gap:15px;margin-bottom:30px}.author-avatar{width:60px;height:60px;border-radius:50%}.author-info h4{font-size:1.2rem;font-weight:600;margin-bottom:5px}.author-info span{opacity:.8;font-size:1rem}.testimonial blockquote{font-size:1.3rem;line-height:1.7;font-style:italic;opacity:.95;position:relative;padding:20px 0;margin:0}.testimonial blockquote:before{content:"“";font-size:4rem;color:var(--testimonial-quote-accent);position:absolute;top:-10px;left:-20px;font-family:Georgia,serif}.testimonial blockquote:after{content:"“";font-size:4rem;color:var(--testimonial-quote-accent);position:absolute;bottom:-30px;right:0;font-family:Georgia,serif}.faq{padding:80px 0;background:var(--faq-bg)}.faq .section-header h2{font-family:Open Sans,sans-serif;font-weight:300;font-size:2.9rem;color:var(--faq-heading)}.faq .section-header p{font-size:1.2rem;color:var(--process-text);line-height:1.6}.faq-list{width:100%}.faq-item{border-bottom:none;padding:0;background:transparent;border-radius:12px;box-shadow:none;transition:all .3s ease}.faq-item:hover{background:transparent}.faq-question{width:100%;padding:18px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--process-heading);text-align:left;border-radius:12px;transition:all .3s ease;gap:16px}.faq-item:hover .faq-question{background:transparent}.faq-question .chroma-text{background-image:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:inherit;text-fill-color:inherit;color:inherit}.faq-item:hover .faq-question .chroma-text{background-image:linear-gradient(90deg,#000 0 33.33%,#c679c4 40%,#fa3d1d,#ffb005,#e1e1fe,#0358f7 60%,#000 66.67% 100%);background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent;animation:chroma-sweep-once .9s ease-in-out forwards;filter:blur(1px)}.faq-icon{width:50px;height:50px;min-width:50px;min-height:50px;background:var(--process-icon-bg);border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--process-icon-color);transition:all .3s ease;position:relative;flex-shrink:0}.faq-icon:before{content:"";width:10px;height:10px;border-right:2px solid var(--process-icon-color);border-bottom:2px solid var(--process-icon-color);transform:rotate(45deg);transition:transform .3s ease}.faq-item.active .faq-icon{background:var(--process-icon-bg);border-color:transparent}.faq-item.active .faq-icon:before{border-color:var(--process-icon-color);transform:rotate(-135deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 18px;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:800px;padding-top:0;padding-bottom:16px}.faq-answer p{color:var(--process-text);line-height:1.6;font-size:.95rem}.gift-section{padding:80px 0;background:linear-gradient(135deg,var(--gift-bg-start) 0%,var(--gift-bg-end) 100%);color:var(--gift-text)}.gift-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.gift-text h2{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.3}.gift-text p{font-size:1.1rem;margin-bottom:30px;opacity:.9;line-height:1.6}.gift-text .btn{background:var(--gift-btn-bg);color:var(--gift-btn-text)}.gift-text .btn:hover{background:var(--gift-btn-bg-hover);transform:translateY(-2px)}.gift-image img{width:100%;border-radius:20px}.footer{padding:60px 0 30px;background:var(--footer-bg);color:var(--footer-text)}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-section h4{font-family:Open Sans,sans-serif;font-weight:600;font-size:.85rem;margin-bottom:20px;color:var(--footer-heading);letter-spacing:.05em;text-transform:uppercase}.footer-section ul{list-style:none}.footer-section li{margin-bottom:10px}.footer-section a{color:var(--footer-link);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--footer-link-hover)}.footer-newsletter{background:var(--footer-newsletter-bg);padding:30px;border-radius:12px}.footer-newsletter h4{margin-bottom:10px}.footer-newsletter p{color:var(--footer-text);margin-bottom:20px;font-size:.95rem}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;padding:12px;border:1px solid var(--footer-input-border);border-radius:8px;background:var(--footer-input-bg);color:var(--footer-input-text)}.newsletter-form input::placeholder{color:var(--footer-input-placeholder)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(0,0,0,.1)}.footer-social{display:flex;gap:20px}.social-link{color:var(--footer-link);text-decoration:none;transition:color .3s ease}.social-link:hover{color:var(--footer-link-hover)}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-brand svg{width:32px;height:32px;color:var(--nav-brand-text)}.brand-name{font-family:Open Sans,sans-serif;font-weight:600;font-size:1.25rem;color:var(--footer-heading)}.brand-description{color:var(--process-text);font-size:.95rem;line-height:1.6;margin:0}.contact-info{margin-top:16px}.contact-link{display:flex;align-items:center;gap:8px;color:#979797;text-decoration:none;transition:color .3s ease;font-size:.95rem}.contact-link:hover{color:var(--footer-heading)}.contact-link i{width:20px;height:20px}.footer-bottom{justify-content:center}.copyright{color:var(--process-text);font-size:.9rem;margin:0}@media (max-width: 800px){.hero-content,.stats-content,.process-content,.notes-grid,.testimonial-content,.gift-content{grid-template-columns:1fr;gap:10px}.comparison-table{grid-template-columns:1fr}.section-header{margin-bottom:5px}.stats-numbers{justify-content:space-around;flex-wrap:wrap;gap:20px}.nav-menu{display:none}.hero-images{height:350px;display:flex;justify-content:center;align-items:center;padding:20px}.image-card{position:relative!important}.card-1{width:320px!important;height:320px!important}.footer-content{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.process-step{margin-left:auto!important;margin-right:auto!important;width:95%;flex-direction:column;align-items:center;text-align:center}.faq-question{font-size:1.1rem}.testimonial-image{text-align:center}.testimonial-image img{margin:0 auto}}@media (max-width: 480px){.container{padding:0 15px}.stats,.process,.important-notes,.comparison,.testimonial,.faq,.gift-section{padding:40px 0}.hero{padding:80px 0 50px}.hero-text{padding:0 15px}.hero-text h1{font-size:2.2rem;line-height:1.2;margin-bottom:20px}.hero-text p{font-size:1.05rem;line-height:1.6;margin-bottom:28px}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-buttons .btn{min-width:200px;padding:14px 28px;font-size:1rem;font-weight:600}.hero-images{height:280px;padding:15px;margin-bottom:25px}.card-1{width:250px!important;height:250px!important}.stats-numbers{flex-direction:column;text-align:center;gap:30px}.process-step{flex-direction:column;text-align:center;margin-left:0!important;margin-right:0!important;width:100%;max-width:none}.faq-question{font-size:1rem;gap:12px}.faq-icon{width:28px;height:28px;min-width:28px;min-height:28px}.faq-icon:before{width:6px;height:6px}.footer-newsletter{padding:20px}.newsletter-form{flex-direction:column;gap:12px}.newsletter-form input,.newsletter-form .btn{padding:14px;font-size:1rem}}.chroma-background{background:linear-gradient(0deg,#340b05,#0358f7 18.27%,#5092c7 28.37%,#e1e1fe 41.35%,#ffd400 58.66%,#fa3d1d 68.27%,#fd02f5 73.08%,transparent);filter:blur(5px)}@media (min-width: 800px){.chroma-background{filter:blur(9px)}}.chroma-text{background-image:linear-gradient(90deg,#000000 0,#000000 33.33%,#c679c4 40%,#fa3d1d 45%,#ffb005 50%,#e1e1fe 55%,#0358f7 60%,transparent 66.67%,transparent);background-size:300% 100%;background-position:100% 0;will-change:background-position;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;color:transparent}.chroma-text-animate{animation:chroma-sweep 15s ease-in-out infinite;filter:blur(0)}@keyframes chroma-sweep{0%{background-position:100% 0;filter:blur(1px)}18%{background-position:0 0;filter:blur(0)}82%{background-position:0 0;filter:blur(0)}to{background-position:100% 0;filter:blur(1px)}}.modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.active{opacity:1;visibility:visible;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.modal.active .modal-overlay{opacity:1}.modal-container{position:relative;background:#fffffffa;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:20px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;z-index:10000;scrollbar-width:none;-ms-overflow-style:none;opacity:0;transform:scale(.95) translateY(20px);transition:opacity .3s ease,transform .3s ease}.modal.active .modal-container{opacity:1;transform:scale(1) translateY(0)}.modal-container::-webkit-scrollbar{display:none}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-bottom:1px solid rgba(0,0,0,.1)}.modal-header h3{font-family:Open Sans,sans-serif;font-weight:600;font-size:1.8rem;color:var(--process-heading);margin:0;background:linear-gradient(135deg,var(--hero-heading) 0%,var(--nav-brand-text) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modal-close{background:#0000000a;border:1px solid rgba(0,0,0,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.modal-close:hover{background:#00000014;border-color:#0003;transform:rotate(90deg)}.modal-close i{width:20px;height:20px;color:var(--process-heading)}.modal-body{padding:30px}.modal-description{font-size:1.05rem;color:var(--process-text);margin-bottom:24px;line-height:1.6}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;font-size:.95rem;color:var(--process-heading);margin-bottom:8px}.form-group .required{color:#e63b7a}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid rgba(0,0,0,.15);border-radius:8px;font-size:1rem;font-family:inherit;color:var(--process-heading);background:#fffc;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--nav-brand-text);background:#fff;box-shadow:0 0 0 3px #9421921a}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#0006}.field-error{display:block;color:#e63b7a;font-size:.85rem;margin-top:6px;transition:all .3s ease;overflow:hidden;max-height:0;opacity:0}.field-error:not(:empty){max-height:50px;opacity:1}.form-group input.invalid,.form-group textarea.invalid{border-color:#e63b7a}.form-group input.valid,.form-group textarea.valid{border-color:#2a9d8f}.form-actions{margin-top:28px;display:flex;justify-content:center}.form-actions .btn{min-width:200px}.form-message{margin-top:20px;padding:12px 16px;border-radius:8px;font-size:.95rem;text-align:center;display:none}.form-message.success{display:block;background:#2a9d8f1a;border:1px solid rgba(42,157,143,.3);color:#2a9d8f}.form-message.error{display:block;background:#e63b7a1a;border:1px solid rgba(230,59,122,.3);color:#e63b7a}.modal-success{padding:60px 30px;text-align:center;display:none}.modal-success.active{display:block}.success-icon{width:80px;height:80px;margin:0 auto 24px;background:#2a9d8f1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-icon i{width:48px;height:48px;color:#2a9d8f}.modal-success h3{font-family:Open Sans,sans-serif;font-weight:600;font-size:2rem;color:var(--process-heading);margin-bottom:16px;background:linear-gradient(135deg,var(--hero-heading) 0%,var(--nav-brand-text) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.modal-success p{font-size:1.05rem;color:var(--process-text);line-height:1.6;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}.modal-success .btn{min-width:150px}@media (max-width: 480px){.modal-container{width:95%;max-height:95vh}.modal-header{padding:20px}.modal-header h3{font-size:1.5rem}.modal-body{padding:20px}.form-group input,.form-group textarea{padding:12px 14px}.form-actions .btn{width:100%}}
