@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 4rem;margin-top:-3rem;position:fixed;top:0;left:0;right:0;background:transparent;z-index:100;box-shadow:none;animation:slideDown .5s ease-out;transition:background .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.nav-left{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}.logo img,.logo svg{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.nav-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1.5rem}.nav-links-container{display:flex;align-items:center;gap:2.5rem;padding:.9rem 2.5rem;background:transparent;border:1.5px solid rgba(125,211,211,.3);border-radius:50px;transition:all .3s ease}.nav-links-container a{color:#0d6b65;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease;white-space:nowrap}.nav-links-container a:hover{color:#1ca59c}.nav-button{background:none;border:none;color:#0d6b65;font-weight:500;font-size:1.1rem;cursor:pointer;transition:color .3s ease;padding:0;font-family:inherit}.nav-button:hover{color:#1ca59c}.navbar.scrolled{background:linear-gradient(to bottom,#ffffffb3,#ffffff80 20%,#ffffff4d 35%,#ffffff1a 45%,#fff0 50%);box-shadow:none;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);padding-bottom:0rem}.navbar.scrolled .nav-links-container{background:#ffffffd9;border-color:#7dd3d366;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 2px 6px #00000008}.navbar.scrolled .menu-btn span{background:#0d6b65}.nav-right{display:flex;align-items:center;gap:1.25rem;margin-right:1.5rem}.btn-primary{background:linear-gradient(135deg,#5fc4c4,#4a9e9e,#5fc4c4);background-size:200% 200%;color:#fff;border:none;padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;animation:purpleOscillate 3s ease-in-out infinite;position:relative;overflow:visible}.btn-primary:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50px;background:linear-gradient(45deg,#5fc4c4,#8d87ba,#764ba2,#5fc4c4);background-size:300% 300%;opacity:.7;transition:opacity .3s ease;z-index:-1;animation:rotateGradient 3s linear infinite}.btn-primary:hover:before{opacity:1}.btn-primary svg{transition:transform .3s ease}.btn-primary:hover{transform:translateY(-2px) scale(1.02)}.btn-primary:hover svg{transform:translate(3px)}.btn-primary:active{transform:translateY(0) scale(1)}.menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.menu-btn span{width:25px;height:3px;background:#000;border-radius:2px;transition:all .3s ease}.menu-btn:hover span{background:#5fc4c4}.menu-btn.open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.menu-btn.open span:nth-child(2){opacity:0}.menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;z-index:999}.mobile-menu.active{right:0}.mobile-menu-item{color:#6b7a85;text-decoration:none;font-size:1.25rem;font-weight:500;padding:1rem;border-radius:8px;transition:all .3s ease}.mobile-menu-item:hover{background:#f0f9f9;color:#5fc4c4;transform:translate(-5px)}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes purpleOscillate{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media (max-width: 968px){.navbar{padding:1rem 1.5rem}.nav-left{margin-left:0}.nav-links-container,.nav-center{display:none}.menu-btn{display:flex}.btn-primary{padding:.65rem 1.5rem;font-size:.9rem}.mobile-menu{width:250px}.nav-right{margin-right:0}}@media (max-width: 480px){.navbar{padding:.75rem 1rem}.logo img,.logo svg{width:50px;height:50px}.btn-primary{padding:.6rem 1.25rem;font-size:.85rem}.nav-right{gap:.75rem}.menu-btn{padding:.25rem}.menu-btn span{width:22px;height:2.5px}}@media (max-width: 375px){.navbar{padding:.65rem .75rem}.logo img,.logo svg{width:45px;height:45px}.btn-primary{padding:.55rem 1rem;font-size:.8rem}.nav-right{gap:.5rem}.mobile-menu{width:220px}.mobile-menu-item{font-size:1.1rem;padding:.875rem}}.footer{background:#f8fafa;padding:4rem 3rem 2rem;border-top:1px solid #E0E0E0}.footer-container{max-width:1400px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #E0E0E0}.footer-brand{flex:1;max-width:300px}.footer-logo{margin-bottom:2rem}.footer-logo img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.footer-contact{margin-bottom:2rem}.contact-label{font-size:.9rem;font-weight:600;color:#6b7a85;margin-bottom:.5rem}.contact-email{font-size:.95rem;color:#6b7a85;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#5fc4c4}.footer-social{display:flex;gap:1rem}.social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#6b7a85;transition:all .3s ease;border-radius:8px}.social-link:hover{color:#5fc4c4;background:#5dc4c41a}.social-link.hipaa-link{padding:0}.hipaa-badge{display:flex;align-items:center;justify-content:center;width:36px;height:36px}.hipaa-badge img{width:36px!important;height:36px!important;-o-object-fit:contain!important;object-fit:contain!important}.footer-links{display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-link{font-size:.95rem;color:#6b7a85;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#6b7a85}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:.9rem;color:#6b7a85}.footer-legal{display:flex;gap:2rem}.legal-link{font-size:.9rem;color:#6b7a85;text-decoration:none;transition:color .3s ease}.legal-link:hover{color:#6b7a85}@media (max-width: 1024px){.footer-links{gap:2.5rem}}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-main{flex-direction:column;gap:2.5rem}.footer-brand{max-width:100%}.footer-links{gap:3rem}.footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer-legal{flex-direction:column;gap:.8rem}}@media (max-width: 480px){.footer-links{flex-direction:column;gap:2rem}.footer-social{flex-wrap:wrap}}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease-out;overflow:hidden;margin:0;padding:0}.preloader.fade-out{opacity:0;pointer-events:none}.preloader-content{display:flex;align-items:center;justify-content:center}.preloader-gif{max-width:400px;max-height:400px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.preloader-gif{max-width:300px;max-height:300px}}@media (max-width: 480px){.preloader-gif{max-width:200px;max-height:200px}}.hero-section{padding:0 3rem;height:100vh;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;animation:fadeIn .8s ease-out}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#8d87ba,#6d67a0);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#b3aed6,#f5576c);bottom:-150px;right:-150px;animation-delay:5s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;right:20%;animation-delay:10s}.content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:1000px;margin:0 auto;width:100%;gap:3rem;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;align-items:center;max-width:700px;animation:slideInLeft 1s ease-out .2s both}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;color:#8d87ba;margin-bottom:1.5rem;border:1px solid rgba(102,126,234,.2);box-shadow:0 4px 12px #667eea1a;animation:pulse 2s ease-in-out infinite}.badge-dot{width:8px;height:8px;background:linear-gradient(135deg,#8d87ba,#6d67a0);border-radius:50%;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-title{font-size:5rem;font-weight:800;line-height:1.1;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em;white-space:nowrap;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gradient-text{background:linear-gradient(135deg,#8d87ba,#6d67a0,#b3aed6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 8s ease infinite}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:#4a5568;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.btn-secondary{background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff;border:none;padding:1.1rem 2.2rem;border-radius:50px;font-size:1.05rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 30px #667eea66;display:flex;align-items:center;gap:.5rem;position:relative;overflow:visible}.btn-secondary:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50px;background:linear-gradient(45deg,#5fc4c4,#8d87ba,#764ba2,#5fc4c4);background-size:300% 300%;opacity:.7;transition:opacity .3s ease;z-index:-1;animation:rotateGradient 3s linear infinite}@keyframes rotateGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.btn-secondary:hover:before{opacity:1}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 16px 40px #667eea80}.btn-secondary:active{transform:translateY(-1px);box-shadow:0 12px 30px #667eea66,0 0 30px #5fc4c499,0 0 50px #8d87ba66}.btn-arrow{transition:transform .3s ease}.btn-secondary:hover .btn-arrow{transform:translate(4px)}.btn-outline{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8d87ba;border:2px solid rgba(102,126,234,.3);padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-outline:hover{background:#667eea1a;border-color:#8d87ba;transform:translateY(-2px);box-shadow:0 10px 20px #667eea33}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 0}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:2rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#8d87ba,#6d67a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#718096;font-weight:500}.stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,#cbd5e0,transparent)}.hero-image{display:none}.video-container{position:relative;width:600px;height:600px}.video-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(102,126,234,.3) 0%,transparent 70%);filter:blur(40px);animation:pulse 4s ease-in-out infinite}.hero-video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 20px 40px rgba(102,126,234,.3))}@media (max-width: 1024px){.hero-title{font-size:4rem}.content-wrapper{gap:2rem}.video-container{width:500px;height:500px}.stat-number{font-size:1.75rem}}@media (max-width: 768px){.content-wrapper{flex-direction:column;text-align:center;gap:3rem}.hero-section{padding:6rem 1.5rem 2rem;min-height:calc(100vh - 60px)}.hero-title{font-size:3rem;white-space:normal}.hero-subtitle{font-size:1.1rem;margin-left:auto;margin-right:auto}.hero-content{max-width:100%}.hero-badge{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center}.video-container{width:400px;height:400px}.gradient-orb{opacity:.15}}@media (max-width: 480px){.hero-section{padding:5rem 1rem 2rem}.hero-title{font-size:2.5rem}.video-container{width:300px;height:300px}.hero-actions{flex-direction:column;width:100%}.btn-secondary,.btn-outline{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1.5rem}.stat-divider{display:none}.stat-number{font-size:1.5rem}}@media (max-width: 375px){.hero-section{padding:4.5rem .75rem 2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.video-container{width:260px;height:260px}.btn-secondary,.btn-outline{padding:.8rem 1.5rem;font-size:.9rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.85rem}}.features-section{padding:6rem 3rem;background:linear-gradient(135deg,#f5f9f9,#e8f3f3);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(102,126,234,.08) 0%,transparent 70%);border-radius:50%;filter:blur(60px);pointer-events:none}.features-header{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.features-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:1rem;letter-spacing:.05em}.features-title{font-size:3.5rem;font-weight:700;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-subtitle{font-size:1.25rem;color:#555;max-width:600px;margin:0 auto;line-height:1.6}.features-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:5rem;position:relative;z-index:1}.features-left{flex:1;max-width:500px}.innovative-label{font-size:.85rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:.05em}.features-heading{font-size:3rem;font-weight:700;line-height:1.2;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.01em;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.features-description{font-size:1.1rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.btn-learn-more{background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #667eea4d;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.btn-learn-more:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-learn-more:hover:before{left:100%}.btn-learn-more:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 28px #667eea66}.btn-learn-more svg{transition:transform .3s ease}.btn-learn-more:hover svg{transform:translate(4px)}.features-right{flex:1}.chat-container{background:linear-gradient(135deg,#fff,#f8fcfc);border-radius:30px;padding:4rem 3rem;min-height:550px;display:flex;flex-direction:column;gap:2rem;box-shadow:0 20px 60px #00000014;border:1px solid rgba(102,126,234,.1);position:relative;overflow:hidden;transform:scale(.9)}.chat-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.05) 0%,transparent 50%);pointer-events:none}.chat-message{padding:1.5rem 2rem;border-radius:20px;font-size:1.2rem;line-height:1.7;max-width:85%;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px);position:relative;z-index:1}.chat-message.visible{opacity:1;transform:translateY(0)}.chat-message:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.user-message{background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff;align-self:flex-end;margin-left:auto;box-shadow:0 8px 20px #667eea40;font-weight:700}.typing-cursor{display:inline-block;animation:blink 1s infinite;margin-left:2px;font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.ai-message{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2a2a2a;align-self:flex-start;box-shadow:0 4px 16px #0000000f;border:1px solid rgba(102,126,234,.1);display:flex;gap:1rem;align-items:flex-start}.ai-avatar{width:32px;height:32px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;flex-shrink:0;overflow:hidden}.ai-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ai-text{flex:1}.chat-input-container{margin-top:auto;display:flex;align-items:center;gap:1rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:50px;border:1px solid rgba(102,126,234,.1);box-shadow:0 4px 12px #0000000d;transition:all .3s ease;position:relative;z-index:1}.chat-input-container:focus-within{border-color:#667eea4d;box-shadow:0 8px 20px #667eea26;transform:translateY(-2px)}.add-btn{background:linear-gradient(135deg,#8d87ba,#6d67a0);border:none;color:#fff;cursor:pointer;padding:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d}.add-btn:hover{transform:scale(1.1) rotate(90deg);box-shadow:0 6px 16px #667eea66}.add-btn:active{transform:scale(.95) rotate(90deg)}.chat-input{flex:1;background:transparent;border:none;outline:none;font-size:1rem;color:#2a2a2a;padding:.5rem;font-family:inherit}.chat-input::-moz-placeholder{color:#999;font-weight:700}.chat-input::placeholder{color:#999;font-weight:700}.mic-btn{background:#667eea1a;border:none;cursor:pointer;padding:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8d87ba;transition:all .3s ease}.mic-btn:hover{background:#667eea33;transform:scale(1.1);color:#6d67a0}.mic-btn:active{transform:scale(.95)}@media (max-width: 1024px){.features-title{font-size:3rem}.features-heading{font-size:2.5rem}.features-content{gap:3rem}}@media (max-width: 768px){.features-section{padding:4rem 1.5rem}.features-header{margin-bottom:3rem}.features-title{font-size:2.5rem}.features-content{flex-direction:column;gap:3rem}.features-left,.features-right{max-width:100%}.features-heading{font-size:2rem}.chat-message{max-width:90%}.chat-container{padding:2rem 1.5rem}}.loading-dots{display:inline-flex;gap:4px}.loading-dots .dot{animation:dotPulse 1.4s infinite ease-in-out;font-size:2rem;line-height:1;opacity:0}.loading-dots .dot:nth-child(1){animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{opacity:0;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}@media (max-width: 480px){.features-title{font-size:2rem}.features-heading{font-size:1.75rem}.features-subtitle,.features-description{font-size:1rem}}.how-we-help-section{padding:6rem 3rem;background:#fff}.how-we-help-header{text-align:center;margin-bottom:4rem}.section-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:1rem;letter-spacing:.05em}.section-title{font-size:3.5rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.1rem;color:#555;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;align-items:flex-start}.feature-card{background:#fff;border-radius:20px;overflow:hidden;transition:all 1s cubic-bezier(.22,1,.36,1);box-shadow:0 4px 15px #00000014;will-change:transform,opacity}.feature-card.card-outer{transform:translateY(-120px);opacity:0}.feature-card.card-middle,.features-grid.animated .feature-card.card-outer{transform:translateY(0);opacity:1}.features-grid.animated .feature-card.card-outer:first-child{transition-delay:.15s}.features-grid.animated .feature-card.card-outer:last-child{transition-delay:.3s}.features-grid.animated .feature-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000001f}.feature-card.card-outer:not(.features-grid.animated *):hover{transform:translateY(-120px)}.feature-image{position:relative;width:100%;height:280px;overflow:hidden;background:#f5f5f5}.feature-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;padding:1.5rem;border-radius:15px;box-shadow:0 4px 20px #0000001a;max-width:80%}.overlay-question{font-size:.95rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:.5rem}.overlay-answer{font-size:.85rem;color:#5fc4c4;font-weight:500}.overlay-chat{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;width:85%}.chat-bubble{background:#c9e8e8;color:#2a2a2a;padding:1rem 1.5rem;border-radius:15px;font-size:.95rem;text-align:center;width:100%}.health-indicator{background:#fffffff2;padding:.5rem;border-radius:10px}.feature-content{padding:2rem 1.5rem}.feature-label{font-size:.85rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:.8rem;letter-spacing:.05em}.feature-title{font-size:1.5rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:.8rem;line-height:1.3}.feature-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.2rem}.feature-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6b7a85;text-decoration:none;transition:gap .3s ease}.feature-link:hover{gap:.8rem}.feature-link span{transition:transform .3s ease}.feature-link:hover span{transform:translate(4px)}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:3rem}.feature-card.card-outer:first-child{transform:translateY(-100px);opacity:0}.feature-card.card-outer:last-child{transform:translateY(0);opacity:1}.features-grid.animated .feature-card.card-outer:first-child{transition-delay:.2s}}@media (max-width: 768px){.how-we-help-section{padding:4rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:2.5rem}.section-title{font-size:2.5rem}.feature-image{height:240px}.feature-card.card-outer,.feature-card.card-middle{transform:translateY(50px) scale(.95);opacity:0;transition:all .8s cubic-bezier(.22,1,.36,1)}.features-grid.animated .feature-card{transform:translateY(0) scale(1);opacity:1}.features-grid.animated .feature-card.card-outer:first-child{transition-delay:.1s}.features-grid.animated .feature-card.card-middle{transition-delay:.2s}.features-grid.animated .feature-card.card-outer:last-child{transition-delay:.3s}.features-grid.animated .feature-card:hover{transform:translateY(-5px) scale(1);box-shadow:0 15px 35px #0000001f}}@media (max-width: 480px){.section-title{font-size:2rem}.feature-title{font-size:1.3rem}.feature-image{height:200px}}.mission-section{padding:6rem 3rem;background:linear-gradient(135deg,#f5f9f9,#e8f3f3)}.mission-container{max-width:1400px;margin:0 auto}.mission-header{text-align:center;margin-bottom:3rem}.mission-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:1rem;letter-spacing:.05em}.mission-title{font-size:3.5rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em}.mission-description{font-size:1.1rem;line-height:1.7;color:#555;max-width:700px;margin:0 auto 2rem}.mission-links{display:flex;justify-content:center;align-items:center;gap:2rem}.link-about,.link-story{font-size:1rem;font-weight:500;color:#6b7a85;text-decoration:none;transition:all .3s ease}.link-about{padding-bottom:2px;border-bottom:2px solid #000}.link-about:hover{opacity:.7}.link-story{display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.link-story:hover{gap:.8rem}.link-story span{transition:transform .3s ease}.link-story:hover span{transform:translate(4px)}.mission-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.mission-card{background:#f5f9f9;border-radius:20px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #00000014}.mission-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001f}.mission-card.highlight{background:linear-gradient(135deg,#5fa8a8,#7dd3d3);color:#fff}.mission-card-image{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.mission-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mission-card.highlight .mission-card-image{background:#fff3}.mission-card-name{font-size:1.3rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:.5rem}.mission-card.highlight .mission-card-name{color:#fff}.mission-card-role{font-size:.95rem;line-height:1.6;color:#666;margin:0}.mission-card.highlight .mission-card-role{color:#fffffff2}@media (max-width: 1024px){.mission-title{font-size:3rem}.mission-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.mission-section{padding:4rem 1.5rem}.mission-title{font-size:2.5rem}.mission-description{font-size:1rem}.mission-links{flex-direction:column;gap:1.5rem}.mission-header{margin-bottom:2.5rem}.mission-cards{grid-template-columns:1fr;gap:1.5rem}.mission-card-image{width:120px;height:120px}}@media (max-width: 480px){.mission-title{font-size:2rem}.mission-description{font-size:.95rem}.mission-cards{grid-template-columns:1fr;gap:1rem}.mission-card{padding:1.5rem}.mission-card-image{width:100px;height:100px;margin-bottom:1rem}.mission-card-name{font-size:1.1rem}.mission-card-role{font-size:.9rem}}.cta-section{padding:6rem 3rem;background:linear-gradient(135deg,#e5f2f2,#d0e8e7);position:relative;overflow:hidden}.cta-content{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:2;animation:fadeInUp 1s ease-out .2s both}.cta-visual img{width:100%;height:auto;display:block}.cta-title{font-size:3.5rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.cta-description{font-size:1.15rem;color:#2a2a2a;margin-bottom:2.5rem;line-height:1.6}.cta-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem}.btn-try-free{background:#5fc4c4;color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #5fc4c44d;text-align:center;display:inline-flex;align-items:center;justify-content:center}.btn-try-free:hover{background:#4a9e9e;transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #5fc4c480}.btn-try-free:active{transform:translateY(-1px) scale(1);box-shadow:0 4px 15px #5fc4c44d}.btn-contact{background:#fff;color:#6b7a85;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #00000014;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn-contact:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #00000026}.btn-contact:active{transform:translateY(-1px) scale(1);box-shadow:0 4px 12px #0000001a}.cta-visual{max-width:800px;margin:0 auto;position:relative;z-index:1}.visual-container{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center}.center-icon{position:relative;z-index:3;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.floating-card{position:absolute;animation:floatCard 4s ease-in-out infinite;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.card-1{top:15%;left:10%;animation-delay:0s}.card-2{top:20%;right:15%;animation-delay:.5s}.card-3{bottom:25%;left:15%;animation-delay:1s}.card-4{bottom:20%;right:10%;animation-delay:1.5s}@keyframes floatCard{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(43,122,120,.2) 0%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.3}}@media (max-width: 1024px){.cta-title{font-size:3rem}}@media (max-width: 768px){.cta-section{padding:4rem 1.5rem}.cta-title{font-size:2.5rem}.cta-description{font-size:1.05rem}.cta-buttons{flex-direction:column;gap:1rem}.btn-try-free,.btn-contact{width:100%;max-width:300px}}@media (max-width: 480px){.cta-title{font-size:2rem}.cta-description{font-size:1rem}.visual-container{height:250px}.center-icon svg{width:80px;height:80px}}.about-team{padding:8rem 3rem 6rem;background-image:linear-gradient(135deg,#f5f9f94d,#e8f3f34d),url(/assets/team-background-DmTX-Ju6.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat;position:relative;overflow:hidden}.scale-in{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.team-header{text-align:center;margin-bottom:4rem}.team-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:1rem;letter-spacing:.05em}.team-title{font-size:3.5rem;font-weight:600;color:#6b7a85;margin-bottom:1rem;letter-spacing:-.02em;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.team-subtitle{font-size:1.15rem;color:#555;max-width:600px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.team-card{background:#fff;border-radius:20px;overflow:hidden;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .1s ease-out;box-shadow:0 4px 15px #0000000d;transform-style:preserve-3d;will-change:transform}.team-card:hover{box-shadow:0 25px 50px #0003}.team-image-wrapper{position:relative;overflow:hidden}.team-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0;position:relative}.team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.team-card:hover .team-image img{transform:scale(1.08)}.team-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .4s ease}.team-card:hover .team-image-overlay{opacity:1}.team-info{padding:1.5rem}.team-name{font-size:1.3rem;font-weight:600;color:#6b7a85;margin-bottom:.4rem}.team-role{font-size:.9rem;color:#666;margin-bottom:1rem}.team-description{font-size:.88rem;line-height:1.5;color:#555;margin-bottom:1.2rem}.team-social{display:flex;gap:1rem}.team-social-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#555;transition:all .3s ease;border-radius:6px}.team-social-link:hover{color:#5fc4c4;background:#5dc4c41a}@media (max-width: 1024px){.team-title{font-size:3rem}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-team{padding:4rem 1.5rem}.team-title{font-size:2.5rem}.team-grid{grid-template-columns:1fr;gap:2rem}.team-image{height:270px}}@media (max-width: 480px){.team-title{font-size:2rem}.team-name{font-size:1.3rem}.team-image{height:250px}}.about-timeline{padding:8rem 3rem 6rem;background:#fff;position:relative;overflow:hidden}.slide-in-right{opacity:0;transform:translate(50px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.timeline-header{max-width:1400px;margin:0 auto 5rem;position:relative}.timeline-years-horizontal{display:flex;justify-content:space-between;margin-bottom:1.5rem;position:relative;z-index:2}.timeline-year-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.timeline-year-item:hover .year-label{color:#666}.year-label{font-size:1.5rem;font-weight:600;color:#aaa;transition:all .3s ease}.timeline-year-item.active .year-label{color:#6b7a85;font-weight:700}.year-marker{display:none}.timeline-line-horizontal{position:absolute;top:42px;left:0;right:0;height:2px;background:#e0e0e0;z-index:1}.timeline-progress-horizontal{position:absolute;top:0;left:0;height:100%;background:linear-gradient(135deg,#8d87ba,#6d67a0);transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #8d87ba4d}.progress-indicator{position:absolute;right:-8px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center}.progress-indicator:before{content:"";width:16px;height:16px;background:linear-gradient(135deg,#8d87ba,#6d67a0);border-radius:50%;box-shadow:0 0 15px #8d87ba99;animation:pulse 2s ease-in-out infinite;margin-bottom:4px}.indicator-line{width:2px;height:20px;background:linear-gradient(180deg,#8d87ba 0%,transparent 100%);animation:lineSlide 1.5s ease-in-out infinite;transform-origin:top}@keyframes lineSlide{0%,to{transform:scaleY(.5);opacity:.5}50%{transform:scaleY(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.timeline-years{display:flex;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:2}.timeline-year{font-size:1.1rem;font-weight:500;color:#aaa;transition:color .3s ease;cursor:pointer}.timeline-year.active{color:#6b7a85;font-weight:600}.timeline-line{position:relative;width:100%;height:3px;background:#e0e0e0;border-radius:2px}.timeline-progress{position:absolute;top:0;left:0;width:25%;height:100%;background:linear-gradient(135deg,#8d87ba,#6d67a0);border-radius:2px;transition:width .3s ease;box-shadow:0 0 15px #667eea4d}.timeline-content{display:flex;justify-content:flex-start;align-items:center;max-width:1400px;margin:0 auto;gap:5rem}.timeline-text{flex:1;max-width:700px}.timeline-title{font-size:3.5rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em}.timeline-subtitle{font-size:2rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;line-height:1.3}.timeline-description{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:2rem}.timeline-actions{display:flex;align-items:center;gap:1.5rem}.btn-timeline{background:#fff;color:#6b7a85;border:2px solid #E0E0E0;padding:.85rem 2rem;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-timeline:hover{border-color:#6b7a85;transform:translateY(-2px)}.link-timeline{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6b7a85;text-decoration:none;transition:gap .3s ease}.link-timeline:hover{gap:.8rem}.link-timeline span{transition:transform .3s ease}.link-timeline:hover span{transform:translate(4px)}.timeline-image{flex:1;max-width:600px}.timeline-image-wrapper{position:relative;overflow:hidden;border-radius:25px;box-shadow:0 10px 40px #0000001a;transition:transform .4s ease,box-shadow .4s ease}.timeline-image-wrapper:hover{transform:scale(1.02);box-shadow:0 20px 50px #00000026}.timeline-image img{width:100%;height:auto;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}.timeline-image-wrapper:hover img{transform:scale(1.1)}.timeline-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea33,#764ba233);opacity:0;transition:opacity .4s ease}.timeline-image-wrapper:hover .timeline-image-overlay{opacity:1}@media (max-width: 1024px){.timeline-title{font-size:3rem}.timeline-subtitle{font-size:1.75rem}.timeline-content{gap:3rem}}@media (max-width: 768px){.about-timeline{padding:4rem 1.5rem}.timeline-header{margin-bottom:3rem}.year-label{font-size:1.2rem}.year-marker{width:10px;height:10px}.timeline-year-item.active .year-marker{width:14px;height:14px}.timeline-line-horizontal{top:42px}.timeline-year{font-size:.95rem}.timeline-content{flex-direction:column;gap:2.5rem}.timeline-text{max-width:100%}.timeline-title{font-size:2.5rem}.timeline-subtitle{font-size:1.5rem}.timeline-image{max-width:100%}}@media (max-width: 480px){.timeline-years{justify-content:space-around}.year-label{font-size:1rem}.year-marker{width:8px;height:8px}.timeline-year-item.active .year-marker{width:12px;height:12px}.timeline-line-horizontal{top:36px}.timeline-year{font-size:.85rem}.timeline-title{font-size:2rem}.timeline-subtitle{font-size:1.3rem}.timeline-actions{flex-direction:column;align-items:flex-start;gap:1rem}}.about-partners{padding:6rem 3rem;background:#fff;position:relative;overflow:hidden}.slide-in-left,.slide-in-left.visible,.slide-in-right,.slide-in-right.visible{opacity:1;transform:translate(0)}.partners-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:5rem}.partners-text{flex:1;max-width:500px}.partners-title{font-size:3rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.partners-description{font-size:1.05rem;line-height:1.7;color:#555;margin-bottom:2rem}.partners-actions{display:flex;align-items:center;gap:1.5rem}.btn-partners{background:#fff;color:#6b7a85;border:2px solid #E0E0E0;padding:.85rem 2rem;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-partners:hover{border-color:#6b7a85;transform:translateY(-2px)}.link-partners{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6b7a85;text-decoration:none;transition:gap .3s ease}.link-partners:hover{gap:.8rem}.link-partners span{transition:transform .3s ease}.link-partners:hover span{transform:translate(4px)}.partners-logos{flex:1;display:flex;flex-direction:column;gap:2rem}.partner-logo{display:flex;justify-content:center}.logo-card{background:#fff;padding:2rem 3rem;border-radius:20px;box-shadow:0 4px 15px #0000000f;display:flex;align-items:center;justify-content:center;min-width:280px;position:relative}.partner-logo-img{max-width:200px;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 1024px){.partners-title{font-size:2.5rem}.partners-container{gap:3rem}}@media (max-width: 768px){.about-partners{padding:4rem 1.5rem}.partners-container{flex-direction:column;gap:3rem}.partners-text{max-width:100%;text-align:center}.partners-title{font-size:2.2rem}.partners-actions{justify-content:center}.partners-logos{width:100%;align-items:center}}@media (max-width: 480px){.partners-title{font-size:1.8rem}.partners-actions{flex-direction:column;gap:1rem}.logo-card{padding:1.5rem 2rem;min-width:240px}.logo-card svg{transform:scale(.9)}}.about-impact{padding:6rem 2rem;background:linear-gradient(135deg,#e5f2f2,#d0e8e7);position:relative;overflow:hidden}.timeline-mode-label{position:absolute;top:3rem;left:3rem;font-size:.85rem;font-weight:700;letter-spacing:.2em;color:#666;text-transform:uppercase}.impact-timeline{position:relative;max-width:100%;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.timeline-line{position:absolute;left:275px;top:0;width:2px;height:100%;background:#e0e0e0;z-index:1;display:none}.timeline-progress{position:absolute;top:0;left:0;width:100%;height:0%;background:linear-gradient(180deg,#5fa8a8,#7dd3d3);box-shadow:0 0 10px #5fa8a880;display:none}.timeline-item{position:relative;display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-bottom:0;text-align:center}.timeline-item:last-child{margin-bottom:0}.timeline-year{font-size:2.25rem;font-weight:700;color:#6b7a85;text-align:center;padding-right:0;line-height:1.2;font-style:normal;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:1rem;order:-1;opacity:1;transform:none}.timeline-card{border-radius:0;padding:0;min-height:auto;width:100%;display:flex;flex-direction:column;position:relative;overflow:visible;color:#6b7a85;box-shadow:none;opacity:1;transform:none;background:transparent!important}.timeline-card:hover{transform:none;box-shadow:none}.impact-card{border-radius:25px;padding:3rem 2.5rem;min-height:450px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);color:#fff}.impact-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 50px #0003}.impact-card-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.impact-orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3;transition:transform .6s ease,opacity .6s ease}.impact-card:hover .impact-orb{opacity:.5}.impact-orb-1{width:200px;height:200px;background:#fff6;top:-50px;right:-50px}.impact-orb-2{width:150px;height:150px;background:#ffffff4d;bottom:-30px;left:-30px}.impact-card:hover .impact-orb-1{transform:translate(-10px,10px) scale(1.1)}.impact-card:hover .impact-orb-2{transform:translate(10px,-10px) scale(1.1)}.impact-card-icon{flex:0;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.impact-card-icon svg{width:120px;height:120px}.impact-card-content{position:relative;z-index:2}.impact-card-category{font-size:.9rem;font-weight:600;margin-bottom:1rem;opacity:.9;letter-spacing:.05em}.impact-card-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.impact-card-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;opacity:1;color:#6b7a85}.impact-card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:gap .3s ease}.impact-card-link:hover{gap:.8rem}.impact-card-link span{transition:transform .3s ease}.impact-card-link:hover span{transform:translate(4px)}@media (max-width: 1024px){.impact-timeline{padding:4rem 3rem;grid-template-columns:repeat(2,1fr);gap:2rem}.timeline-item{gap:1.5rem}.timeline-year{font-size:1.5rem}.timeline-card{padding:2rem 1.75rem;min-height:260px}}@media (max-width: 768px){.about-impact{padding:3rem 1.5rem}.impact-timeline{padding:3rem 1.5rem;grid-template-columns:1fr;gap:2rem}.timeline-mode-label{left:1.5rem;font-size:.75rem}.timeline-item{gap:1.5rem;margin-bottom:0}.timeline-year{font-size:1.3rem;padding-right:0}.timeline-card{padding:1.75rem 1.5rem;min-height:240px}.impact-card-title{font-size:1.5rem}}@media (max-width: 480px){.impact-timeline{padding:2rem 1rem;grid-template-columns:1fr;gap:1.5rem}.timeline-item{gap:1rem}.timeline-year{font-size:1.2rem;padding-right:0}.timeline-card{padding:1.5rem 1.25rem;min-height:220px}.impact-card-title{font-size:1.3rem}.impact-card-icon svg{width:100px;height:100px}}.about-faq{padding:8rem 3rem 6rem;background:linear-gradient(135deg,#f5f9f9,#e8f3f3);position:relative;overflow:hidden}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in{opacity:0;transform:scale(.98);transition:opacity .8s ease-out,transform .8s ease-out}.faq-header{text-align:center;margin-bottom:4rem}.faq-title{font-size:3.5rem;font-weight:600;color:#6b7a85;margin-bottom:1rem;letter-spacing:-.02em}.faq-subtitle{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}.faq-list{max-width:900px;margin:0 auto 4rem}.faq-item{background:#fff;border-radius:15px;margin-bottom:1rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.faq-item.active{border-color:#667eea33;box-shadow:0 8px 25px #667eea26}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:transparent;border:none;font-size:1.1rem;font-weight:600;color:#6b7a85;text-align:left;cursor:pointer;transition:all .3s ease}.faq-icon{font-size:1.8rem;font-weight:300;color:#666;transition:transform .3s ease,color .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{color:#5fc4c4}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:300px;padding:0 2rem 1.5rem}.faq-answer p{font-size:1rem;line-height:1.7;color:#555;margin:0}.faq-footer{text-align:center;padding-top:3rem;border-top:1px solid rgba(0,0,0,.08);max-width:900px;margin:0 auto}.faq-footer-title{font-size:2.5rem;font-weight:600;color:#6b7a85;margin-bottom:1rem;letter-spacing:-.02em}.faq-footer-text{font-size:1.05rem;color:#555;margin-bottom:2rem}.btn-faq-contact{background:#fff;color:#6b7a85;border:2px solid #E0E0E0;padding:1rem 2.5rem;border-radius:30px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-faq-contact:hover{border-color:#6b7a85;transform:translateY(-3px);box-shadow:0 6px 20px #0000001a}@media (max-width: 1024px){.faq-title{font-size:3rem}.faq-footer-title{font-size:2.2rem}}@media (max-width: 768px){.about-faq{padding:4rem 1.5rem}.faq-title{font-size:2.5rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer.open{padding:0 1.5rem 1.2rem}.faq-footer-title{font-size:2rem}}@media (max-width: 480px){.faq-title{font-size:2rem}.faq-subtitle{font-size:1rem}.faq-question{font-size:.95rem;padding:1rem 1.2rem}.faq-icon{font-size:1.5rem}.faq-footer-title{font-size:1.75rem}}.features-interactive{padding:8rem 3rem;background:linear-gradient(180deg,#fff,#f8fafb,#fff);position:relative;overflow:hidden}.interactive-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.floating-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:floatOrb 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:linear-gradient(135deg,#8d87ba,#6d67a0);top:-100px;left:-100px;animation-delay:0s}.orb-2{width:500px;height:500px;background:linear-gradient(135deg,#b3aed6,#8d87ba);bottom:-150px;right:-150px;animation-delay:7s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#6d67a0,#8d87ba);top:50%;right:10%;animation-delay:14s}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.interactive-header{text-align:center;max-width:900px;margin:0 auto 5rem;position:relative;z-index:1}.interactive-badge{display:inline-flex;align-items:center;gap:.5rem;background:#8d87ba1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:600;color:#8d87ba;margin-bottom:2rem;border:2px solid rgba(141,135,186,.2);animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #8d87ba66}50%{transform:scale(1.05);box-shadow:0 0 0 10px #8d87ba00}}.interactive-title{font-size:4rem;font-weight:800;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gradient-text-animated{background:linear-gradient(135deg,#8d87ba,#6d67a0,#b3aed6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 5s ease infinite}.interactive-subtitle{font-size:1.25rem;color:#666;line-height:1.7;max-width:700px;margin:0 auto}.feature-tabs{display:flex;justify-content:center;gap:1rem;margin:0 auto 4rem;max-width:800px;position:relative;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:60px;box-shadow:0 4px 20px #0000000d;z-index:1}.feature-tab{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.8rem;background:transparent;border:none;border-radius:50px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2;white-space:nowrap;flex:1;text-align:center}.feature-tab:hover{color:#8d87ba;transform:translateY(-2px)}.feature-tab.active{color:#fff}.tab-icon{font-size:1.3rem;transition:transform .3s ease}.feature-tab:hover .tab-icon{transform:rotate(15deg) scale(1.1)}.tab-name{text-align:center}.tab-indicator{position:absolute;top:.5rem;left:.5rem;width:calc(33.33% - .5rem);height:calc(100% - 1rem);background:linear-gradient(135deg,#8d87ba,#6d67a0);border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 4px 12px #8d87ba4d}.feature-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto 6rem;position:relative;z-index:1}.feature-card{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:28px;padding:2.5rem;position:relative;overflow:hidden;border:1px solid rgba(141,135,186,.15);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);animation:cardFadeIn .6s cubic-bezier(.4,0,.2,1) forwards;display:flex;flex-direction:column;height:100%}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card:hover{transform:translateY(-16px);box-shadow:0 25px 80px #8d87ba40;border-color:#8d87ba66;background:#fffffff2}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(141,135,186,.15) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.feature-card:hover .card-glow{opacity:1}.card-icon{width:70px;height:70px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8d87ba1a,#6d67a01a);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover .card-icon{transform:rotate(10deg) scale(1.1);background:linear-gradient(135deg,#8d87ba33,#6d67a033)}.icon-emoji{font-size:2rem;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.card-title{font-size:1.4rem;font-weight:700;color:#6b7a85;margin-bottom:.75rem;line-height:1.3;display:none}.card-description{font-size:1.15rem;color:#5a6f7a;line-height:1.6;margin-bottom:2rem;font-weight:600}.card-details{list-style:none;padding:0;margin:0 0 2rem}.card-details li{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;font-size:.95rem;color:#5a6f7a;opacity:0;transform:translate(-20px);animation:listItemSlide .4s cubic-bezier(.4,0,.2,1) forwards;line-height:1.6}.card-details li:nth-child(1){animation-delay:.1s}.card-details li:nth-child(2){animation-delay:.2s}.card-details li:nth-child(3){animation-delay:.3s}@keyframes listItemSlide{to{opacity:1;transform:translate(0)}}.card-details svg{color:#8d87ba;flex-shrink:0;width:20px;height:20px;margin-top:2px}.card-footer{margin-top:auto}.btn-card-action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff;border:none;border-radius:50px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #8d87ba4d;text-align:center}.btn-card-action:hover{transform:translate(4px);box-shadow:0 6px 20px #8d87ba66}.btn-card-action svg{transition:transform .3s ease}.btn-card-action:hover svg{transform:translate(4px)}.stats-showcase{max-width:1400px;margin:0 auto 6rem;padding:4rem 3rem;background:linear-gradient(135deg,#8d87ba0d,#b3aed60d);border-radius:30px;position:relative;z-index:1}.stats-title{text-align:center;font-size:2.5rem;font-weight:700;color:#6b7a85;margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.stat-card{text-align:center;padding:2rem 1.5rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(141,135,186,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #8d87ba26;border-color:#8d87ba4d}.stat-number{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#8d87ba,#6d67a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1rem;color:#666;font-weight:600;margin-bottom:1rem}.stat-bar{width:100%;height:4px;background:#8d87ba1a;border-radius:2px;overflow:hidden}.stat-bar-fill{height:100%;background:linear-gradient(90deg,#8d87ba,#6d67a0);border-radius:2px;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.comparison-section{max-width:1200px;margin:0 auto 6rem;position:relative;z-index:1}.comparison-title{text-align:center;font-size:2.5rem;font-weight:700;color:#6b7a85;margin-bottom:.5rem}.comparison-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.comparison-slider{position:relative;height:400px;background:#f8fafb;border-radius:24px;overflow:hidden;cursor:ew-resize;box-shadow:0 10px 40px #0000001a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.comparison-side{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3rem}.comparison-side.before{background:linear-gradient(135deg,#f8fafb,#e8e8f0)}.comparison-side.after{background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff}.comparison-content h4{font-size:2rem;font-weight:700;margin-bottom:2rem}.comparison-content ul{list-style:none;padding:0}.comparison-content ul li{font-size:1.2rem;margin-bottom:1rem;padding-left:.5rem;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.slider-handle{position:absolute;top:0;height:100%;width:4px;background:#fff;transform:translate(-50%);pointer-events:auto;cursor:ew-resize;z-index:10}.handle-line{width:100%;height:100%;background:#fff;box-shadow:0 0 20px #0000004d}.handle-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:.25rem;box-shadow:0 4px 20px #0003}.handle-circle svg{color:#8d87ba}.interactive-cta{text-align:center;max-width:800px;margin:0 auto;padding:4rem 3rem;background:linear-gradient(135deg,#8d87ba1a,#b3aed61a);border-radius:30px;position:relative;z-index:1}.interactive-cta h3{font-size:2.5rem;font-weight:700;color:#6b7a85;margin-bottom:1rem}.interactive-cta p{font-size:1.15rem;color:#666;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center}.btn-primary-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;background:linear-gradient(135deg,#8d87ba,#6d67a0);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #8d87ba4d}.btn-primary-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px #8d87ba66}.btn-secondary-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1.2rem 2.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#8d87ba;border:2px solid rgba(141,135,186,.3);border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-secondary-cta:hover{background:#8d87ba1a;border-color:#8d87ba;transform:translateY(-2px)}@media (max-width: 1200px){.feature-cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features-interactive{padding:5rem 1.5rem}.interactive-title{font-size:2.5rem}.feature-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;justify-content:flex-start}.feature-tabs::-webkit-scrollbar{display:none}.feature-tab{flex-shrink:0;padding:.8rem 1.5rem;font-size:.9rem}.tab-indicator{display:none}.feature-cards-grid,.stats-grid{grid-template-columns:1fr;gap:1.5rem}.comparison-slider{height:500px}.cta-buttons{flex-direction:column;width:100%}.btn-primary-cta,.btn-secondary-cta{width:100%;justify-content:center}}@media (max-width: 480px){.interactive-title,.stats-title,.comparison-title{font-size:2rem}.stat-number{font-size:2.5rem}.comparison-content h4{font-size:1.5rem}.comparison-content ul li{font-size:1rem}}.features-detailed{background:#fff}.detail-section{padding:6rem 3rem}.detail-section:nth-child(2n){background:linear-gradient(135deg,#f5f9f9,#e8f3f3)}.detail-container{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:5rem}.detail-reverse .detail-container{flex-direction:row-reverse}.detail-text{flex:1;max-width:550px}.detail-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.detail-number{font-size:1.1rem;font-weight:700;color:#6b7a85}.detail-category{font-size:.9rem;font-weight:500;color:#666}.detail-label{font-size:.9rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:.05em}.detail-title{font-size:3rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.detail-description{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:2rem}.detail-actions{display:flex;align-items:center;gap:1.5rem}.btn-detail{background:#fff;color:#6b7a85;border:2px solid #E0E0E0;padding:.9rem 2.2rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;justify-content:center}.btn-detail:hover{border-color:#6b7a85;transform:translateY(-2px)}.link-detail{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6b7a85;text-decoration:none;transition:gap .3s ease}.link-detail:hover{gap:.8rem}.link-detail span{transition:transform .3s ease}.link-detail:hover span{transform:translate(4px)}.detail-visual{flex:.85;display:flex;justify-content:center;align-items:center}.detail-image-container{background:linear-gradient(135deg,#7dd3d3,#5fa8a8);border-radius:30px;padding:1.5rem;box-shadow:0 15px 40px #5dc4c440;display:flex;justify-content:center;align-items:center;min-height:350px;max-width:550px}.detail-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:20px;max-width:100%}@media (max-width: 1024px){.detail-title{font-size:2.5rem}.detail-container{gap:3rem}.detail-image-container svg{width:350px;height:300px}}@media (max-width: 768px){.detail-section{padding:4rem 1.5rem}.detail-container,.detail-reverse .detail-container{flex-direction:column;gap:3rem}.detail-text{max-width:100%}.detail-title{font-size:2.2rem}.detail-image-container{padding:1.5rem}.detail-image-container svg{width:100%;max-width:350px;height:auto}}@media (max-width: 480px){.detail-title{font-size:1.8rem}.detail-actions{flex-direction:column;align-items:flex-start;gap:1rem}.detail-image-container svg{max-width:300px}}.features-testimonials{padding:6rem 3rem;background:#fff}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:3.5rem;font-weight:600;color:#6b7a85;text-align:center;margin-bottom:1rem;letter-spacing:-.02em;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.testimonials-subtitle{font-size:1.15rem;color:#555;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:linear-gradient(135deg,#f5f9f9,#e8f3f3);padding:2.5rem 2rem;border-radius:20px;display:flex;flex-direction:column;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.testimonial-rating{display:flex;gap:.3rem}.star{color:#6b7a85;font-size:1.2rem}.testimonial-text{font-size:1.05rem;line-height:1.6;color:#2a2a2a;flex:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7dd3d3,#5fa8a8);display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1rem;flex-shrink:0}.author-info{flex:1}.author-name{font-size:1rem;font-weight:600;color:#6b7a85;margin-bottom:.25rem}.author-role{font-size:.9rem;color:#666}@media (max-width: 1024px){.testimonials-title{font-size:3rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card:last-child{grid-column:1 / -1;max-width:600px;margin:0 auto;width:100%}}@media (max-width: 768px){.features-testimonials{padding:4rem 1.5rem}.testimonials-title{font-size:2.5rem}.testimonials-subtitle{font-size:1.05rem;margin-bottom:3rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-card:last-child{grid-column:auto;max-width:100%}}@media (max-width: 480px){.testimonials-title{font-size:2rem}.testimonial-card{padding:1.8rem 1.3rem}.testimonial-text{font-size:1rem}}.features-journey{padding:6rem 3rem;background:linear-gradient(135deg,#f5f9f9,#e8f3f3)}.journey-header{text-align:center;margin-bottom:4rem}.journey-label{font-size:.9rem;font-weight:500;color:#666;margin-bottom:1rem;letter-spacing:.05em}.journey-title{font-size:3.5rem;font-weight:600;color:#6b7a85;margin-bottom:1rem;letter-spacing:-.02em;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.journey-subtitle{font-size:1.15rem;color:#555}.journey-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.journey-card{padding:3rem 2.5rem;border-radius:25px;min-height:320px;display:flex;flex-direction:column;gap:2rem;transition:transform .3s ease,box-shadow .3s ease}.journey-card-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.journey-card-content{display:flex;flex-direction:column;gap:1rem;flex:1}.journey-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.journey-card-dark{background:linear-gradient(135deg,#3a3a3a,#2a2a2a);color:#fff}.journey-card-medium{background:linear-gradient(135deg,#5a5a5a,#4a4a4a);color:#fff}.journey-card-light{background:linear-gradient(135deg,#6fa8a8,#5a9494);color:#fff}.journey-card-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem;line-height:1.3;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.journey-card-description{font-size:1.05rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.journey-card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;transition:gap .3s ease}.journey-card-link:hover{gap:.8rem}.journey-card-link span{transition:transform .3s ease}.journey-card-link:hover span{transform:translate(4px)}@media (max-width: 1024px){.journey-title{font-size:3rem}.journey-cards{grid-template-columns:repeat(2,1fr)}.journey-card:last-child{grid-column:1 / -1;max-width:600px;margin:0 auto;width:100%}}@media (max-width: 768px){.features-journey{padding:4rem 1.5rem}.journey-title{font-size:2.5rem}.journey-cards{grid-template-columns:1fr;gap:1.5rem}.journey-card{padding:2.5rem 2rem;min-height:250px}.journey-card:last-child{grid-column:auto;max-width:100%}.journey-card-title{font-size:1.5rem}}@media (max-width: 480px){.journey-title{font-size:2rem}.journey-card{padding:2rem 1.5rem}.journey-card-title{font-size:1.3rem}}.hero-slider{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#000}.slider-container,.slides-wrapper{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .7s cubic-bezier(.4,0,.2,1);transform:scale(1.1)}.slide.active{opacity:1;visibility:visible;transform:scale(1);z-index:2}.slide.prev{transform:translate(-100%) scale(.95)}.slide.next{transform:translate(100%) scale(.95)}.slide-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.slide-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.slide.active .slide-image img{animation:kenBurns 8s ease-out forwards}@keyframes kenBurns{0%{transform:scale(1.1)}to{transform:scale(1)}}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080,#0000004d);z-index:1}.slide-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:3;padding:0 3rem}.slide-content-inner{max-width:800px;text-align:center;color:#fff}.slide-category{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#fffc;margin-bottom:1.5rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.slide.active .slide-category{opacity:1;transform:translateY(0);transition-delay:.3s}.slide-title{font-size:4.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 1.5rem;opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1);font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.slide.active .slide-title{opacity:1;transform:translateY(0);transition-delay:.4s}.slide-description{font-size:1.25rem;font-weight:300;line-height:1.7;color:#ffffffe6;margin:0 0 2rem;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.slide.active .slide-description{opacity:1;transform:translateY(0);transition-delay:.5s}.slide-meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.9rem;color:#ffffffb3;margin-bottom:2.5rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1)}.slide.active .slide-meta{opacity:1;transform:translateY(0);transition-delay:.6s}.meta-separator{color:#ffffff80}.slide-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#8d87ba,#6d67a0,#b3aed6);background-size:200% 200%;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(20px)}.slide.active .slide-cta{opacity:1;transform:translateY(0);transition-delay:.7s}.slide-cta:hover{background-position:100% 50%;gap:1.2rem;transform:translateY(-2px);box-shadow:0 10px 30px #8d87ba80}.slide-cta svg{transition:transform .3s ease}.slide-cta:hover svg{transform:translate(4px)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:60px;height:60px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;outline:none}.slider-arrow:hover{background:#ffffff40;transform:translateY(-50%) scale(1.1)}.prev-arrow{left:3rem}.next-arrow{right:3rem}.slider-dots{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:1rem}.dot{width:12px;height:12px;background:#fff6;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#ffffffb3;transform:scale(1.2)}.dot.active{background:#fff;width:40px;border-radius:6px}.slider-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:10}.progress-bar{height:100%;background:#fff;transition:width .7s ease}@media (max-width: 1024px){.slide-title{font-size:3.5rem}.slide-description{font-size:1.1rem}.slider-arrow{width:50px;height:50px}.prev-arrow{left:2rem}.next-arrow{right:2rem}}@media (max-width: 768px){.hero-slider{height:80vh;padding-top:60px;margin-top:-60px}.slide-content{padding:0 2rem}.slide-title{font-size:2.5rem}.slide-description{font-size:1rem;margin-bottom:1.5rem}.slide-meta{margin-bottom:2rem;font-size:.85rem}.slide-cta{padding:.875rem 2rem;font-size:.95rem}.slider-arrow{width:45px;height:45px}.prev-arrow{left:1rem}.next-arrow{right:1rem}.slider-dots{bottom:2rem}}@media (max-width: 480px){.hero-slider{height:70vh;padding-top:50px;margin-top:-50px}.slide-content{padding:0 1.5rem}.slide-content-inner{max-width:100%}.slide-category{font-size:.75rem;margin-bottom:1rem}.slide-title{font-size:2rem;margin-bottom:1rem}.slide-description{font-size:.95rem;margin-bottom:1.25rem}.slide-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.slide-cta{padding:.75rem 1.75rem;font-size:.9rem}.slider-arrow{width:40px;height:40px}.prev-arrow{left:.75rem}.next-arrow{right:.75rem}.slider-dots{bottom:1.5rem;gap:.75rem}.dot{width:10px;height:10px}.dot.active{width:30px}}.blog-grid-section{padding:6rem 0 8rem;position:relative;overflow:hidden;background:#fff}.blog-grid-section:before{content:"";position:absolute;width:500px;height:500px;background:linear-gradient(135deg,#8d87ba,#6d67a0);border-radius:50%;filter:blur(100px);opacity:.2;top:-200px;left:-200px;animation:float 20s ease-in-out infinite;pointer-events:none}.blog-grid-section:after{content:"";position:absolute;width:400px;height:400px;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50%;filter:blur(100px);opacity:.2;bottom:-150px;right:-150px;animation:float 20s ease-in-out infinite 5s;pointer-events:none}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.grid-container{max-width:1400px;margin:0 auto;padding:0 3rem;position:relative;z-index:1}.grid-header{text-align:center;margin-bottom:4rem}.grid-title{font-size:3rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#6b7a85;margin:0 0 1rem;letter-spacing:-.02em}.grid-subtitle{font-size:1.1rem;font-weight:300;color:#555;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.grid-card{opacity:0;transform:translateY(40px) scale(.95);transition:all .8s cubic-bezier(.19,1,.22,1)}.grid-card.visible{opacity:1;transform:translateY(0) scale(1)}.grid-card:nth-child(1){transition-delay:.1s}.grid-card:nth-child(2){transition-delay:.15s}.grid-card:nth-child(3){transition-delay:.2s}.grid-card:nth-child(4){transition-delay:.25s}.grid-card:nth-child(5){transition-delay:.3s}.grid-card:nth-child(6){transition-delay:.35s}.grid-card:nth-child(7){transition-delay:.4s}.grid-card:nth-child(8){transition-delay:.45s}.card-link{display:block;text-decoration:none;color:inherit;perspective:1000px}.card-flip-container{position:relative;width:100%;aspect-ratio:2/3;transition:transform .8s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.card-link:hover .card-flip-container{transform:rotateY(180deg)}.card-face{position:absolute;top:0;left:0;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:8px;overflow:hidden}.card-front{z-index:2;transform:rotateY(0)}.card-back{transform:rotateY(180deg);background:linear-gradient(135deg,#1a1a1a,#2a2a2a);box-shadow:0 8px 30px #00000080}.card-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:#1a1a1a;box-shadow:0 8px 30px #00000080}.card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:all .5s cubic-bezier(.19,1,.22,1)}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0003,#00000080,#000000e6);z-index:1}.card-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem 1.5rem;z-index:2}.card-category{display:inline-block;font-size:.7rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffb3;margin-bottom:.75rem}.card-title{font-size:1.5rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;line-height:1.2;margin:0 0 .5rem;letter-spacing:.5px}.card-subtitle{font-size:.9rem;font-weight:300;color:#fffc;line-height:1.5;margin:0;opacity:.9}.card-back-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:2rem 1.5rem;position:relative}.card-back-category{display:inline-block;font-size:.7rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:1.5px;text-transform:uppercase;color:#fff9;margin-bottom:1rem}.card-back-title{font-size:1.75rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;line-height:1.2;margin:0 0 1.5rem;letter-spacing:.5px}.card-back-description{font-size:.95rem;font-weight:300;color:#ffffffd9;line-height:1.7;margin:0;flex-grow:1}.card-back-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.card-back-read-time{font-size:.85rem;font-weight:500;color:#ffffffb3}.card-back-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}.card-link:hover .card-back-arrow{background:#fff3;transform:translate(4px)}@media (max-width: 1200px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.grid-title{font-size:2.5rem}}@media (max-width: 768px){.blog-grid-section{padding:4rem 0 6rem}.blog-grid-section:before,.blog-grid-section:after{opacity:.15}.grid-container{padding:0 1.5rem}.grid-header{margin-bottom:3rem}.grid-title{font-size:2rem}.grid-subtitle{font-size:1rem}.blog-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.card-content{padding:1.5rem 1.25rem}.card-title{font-size:1.25rem}.card-subtitle{font-size:.85rem}.card-back-content{padding:1.5rem 1.25rem}.card-back-title{font-size:1.4rem;margin-bottom:1rem}.card-back-description{font-size:.88rem;line-height:1.6}.card-back-footer{margin-top:1.5rem;padding-top:1rem}}@media (max-width: 480px){.blog-grid-section{padding:3rem 0 5rem}.grid-container{padding:0 1rem}.grid-header{margin-bottom:2rem}.grid-title{font-size:1.75rem}.grid-subtitle{font-size:.95rem}.blog-grid{grid-template-columns:1fr;gap:1.25rem}.card-flip-container{aspect-ratio:16/9}.card-content{padding:1.25rem 1rem}.card-category{font-size:.65rem;margin-bottom:.5rem}.card-title{font-size:1.1rem}.card-subtitle{font-size:.8rem}.card-back-content{padding:1.25rem 1rem}.card-back-category{font-size:.65rem;margin-bottom:.75rem}.card-back-title{font-size:1.1rem;margin-bottom:.75rem}.card-back-description{font-size:.82rem;line-height:1.5}.card-back-footer{margin-top:1rem;padding-top:.75rem}.card-back-read-time{font-size:.75rem}.card-back-arrow{width:35px;height:35px}.card-back-arrow svg{width:16px;height:16px}}.blog-post-page{max-width:800px;margin:0 auto;padding:6rem 2rem 4rem}.blog-post-header{margin-bottom:3rem}.breadcrumb{font-size:.875rem;color:#666;margin-bottom:2rem}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#7dd3d3}.blog-post-title{font-size:2.5rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2;margin-bottom:2rem;color:#6b7a85}.blog-post-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.author-info{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;background:#e5e5e5}.author-name{font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;color:#6b7a85}.post-date{font-size:.875rem;color:#666;margin:.25rem 0 0}.share-buttons{display:flex;gap:.5rem}.share-btn{width:40px;height:40px;border-radius:50%;border:1px solid #E5E5E5;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.share-btn:hover{background:#f0f9f9;border-color:#7dd3d3;color:#7dd3d3}.blog-post-content{margin-top:3rem}.hero-image{width:100%;height:400px;margin-bottom:3rem;overflow:hidden;border-radius:12px}.hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.75rem;font-weight:700;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:1.5rem;color:#6b7a85}.content-section p{font-size:1.125rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.image-placeholder{width:100%;height:300px;background:#f5f5f5;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:3rem 0}.caption{margin-top:1rem;font-size:.875rem;color:#666}.quote{font-size:1.25rem;line-height:1.6;font-style:italic;color:#333;padding:2rem;margin:3rem 0;border-left:4px solid #7DD3D3;background:#f0f9f9;border-radius:0 8px 8px 0}.post-footer{margin-top:4rem;padding-top:3rem;border-top:1px solid #E5E5E5}.share-section{margin-bottom:2rem}.share-section h3{font-size:1.25rem;font-weight:600;font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:1rem}.share-buttons-footer{display:flex;gap:.75rem}.share-btn-footer{width:48px;height:48px;border-radius:50%;border:1px solid #E5E5E5;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.share-btn-footer:hover{background:#f0f9f9;border-color:#7dd3d3;color:#7dd3d3}.tags{display:flex;flex-wrap:wrap;gap:.75rem}.tag{padding:.5rem 1rem;background:#f5f5f5;border-radius:20px;font-size:.875rem;color:#333;transition:all .3s ease}.tag:hover{background:#f0f9f9;color:#7dd3d3}@media (max-width: 768px){.blog-post-page{padding:5rem 1.5rem 3rem}.blog-post-title{font-size:2rem}.blog-post-meta{flex-direction:column;align-items:flex-start}.hero-image{height:250px}.content-section h2{font-size:1.5rem}.content-section p{font-size:1rem}.quote{font-size:1.125rem;padding:1.5rem}}.contact-hero{padding:12rem 3rem 6rem;text-align:center;position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;justify-content:center}.contact-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f9f9,#e8f3f3,#f0f5ff);overflow:hidden}.contact-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.25;animation:float 25s ease-in-out infinite}.contact-orb-1{width:400px;height:400px;background:linear-gradient(135deg,#8d87ba,#6d67a0);top:-100px;left:-100px;animation-delay:0s}.contact-orb-2{width:350px;height:350px;background:linear-gradient(135deg,#b3aed6,#f5576c);bottom:-100px;right:-100px;animation-delay:5s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.ripple-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none}.ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgba(102,126,234,.1);border-radius:50%;animation:rippleExpand 8s ease-out infinite}.ripple-1{width:200px;height:200px;animation-delay:0s}.ripple-2{width:200px;height:200px;animation-delay:2.5s}.ripple-3{width:200px;height:200px;animation-delay:5s}@keyframes rippleExpand{0%{width:200px;height:200px;opacity:.6}to{width:1200px;height:1200px;opacity:0}}.contact-hero-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.contact-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;color:#8d87ba;margin-bottom:2rem;border:2px solid rgba(102,126,234,.2);box-shadow:0 8px 24px #667eea1f;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.contact-badge.visible{opacity:1;transform:translateY(0)}.contact-badge svg{color:#8d87ba}.contact-hero-title{font-size:4.8rem;font-weight:800;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.1;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1) .2s;font-family:Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-hero-title.visible{opacity:1;transform:translateY(0)}.gradient-accent{background:linear-gradient(135deg,#8d87ba,#6d67a0,#b3aed6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.contact-hero-subtitle{font-size:1.3rem;color:#4a5568;line-height:1.7;max-width:700px;margin:0 auto;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.4,0,.2,1) .4s}.contact-hero-subtitle.visible{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.contact-hero-title{font-size:4rem}}@media (max-width: 768px){.contact-hero{padding:8rem 1.5rem 4rem;min-height:60vh}.contact-hero-title{font-size:3rem}.contact-hero-subtitle{font-size:1.1rem}.contact-orb{opacity:.15}}@media (max-width: 480px){.contact-hero{padding:6rem 1rem 3rem}.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1rem}}@media (max-width: 375px){.contact-hero{padding:5.5rem .75rem 2.5rem}.contact-hero-title{font-size:2rem;line-height:1.15}.contact-hero-subtitle{font-size:.9rem}.contact-badge{font-size:.8rem;padding:.5rem 1.2rem}}.contact-reach{padding:4rem 3rem 2rem;background:#fff}.reach-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto 3rem;gap:5rem}.reach-text{flex:1;max-width:450px}.reach-label{font-size:.9rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:.05em}.reach-title{font-size:3rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.reach-description{font-size:1.1rem;line-height:1.7;color:#555}.reach-info{flex:1;display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{color:#6b7a85;flex-shrink:0;margin-top:.2rem}.info-label{font-size:1rem;font-weight:600;color:#6b7a85;margin-bottom:.25rem}.info-value{font-size:.95rem;color:#555}.reach-visual{max-width:1400px;margin:0 auto;border-radius:30px;overflow:hidden;box-shadow:0 10px 40px #5dc4c433}@media (max-width: 1024px){.reach-title{font-size:2.5rem}.reach-container{gap:3rem}}@media (max-width: 768px){.contact-reach{padding:3rem 1.5rem 2rem}.reach-container{flex-direction:column;gap:2.5rem}.reach-text{max-width:100%}.reach-title{font-size:2.2rem}.reach-visual{height:300px}}@media (max-width: 480px){.reach-title{font-size:1.8rem}.reach-visual{height:250px}}.contact-form-section{padding:4rem 3rem 6rem;background:#fff}.form-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:5rem}.form-header{position:sticky;top:2rem;align-self:start}.form-label{font-size:.9rem;font-weight:600;color:#6b7a85;margin-bottom:1.5rem;letter-spacing:.05em}.form-title{font-size:3rem;font-weight:600;color:#6b7a85;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.form-subtitle{font-size:1.05rem;color:#555;margin-bottom:2.5rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.2rem}.contact-detail-item{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#2a2a2a}.contact-detail-item svg{color:#6b7a85;flex-shrink:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;font-weight:500;color:#2a2a2a;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.9rem 1.2rem;border:2px solid #E8E8E8;border-radius:10px;font-size:1rem;font-family:inherit;color:#2a2a2a;background:#fafafa;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#5fc4c4;background:#fff}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-group textarea{resize:vertical;min-height:120px}.form-group textarea::-moz-placeholder{color:#999}.form-group textarea::placeholder{color:#999}.radio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border:2px solid #E8E8E8;border-radius:10px;background:#fafafa;cursor:pointer;transition:all .3s ease}.radio-label:hover{border-color:#d0d0d0;background:#f5f5f5}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer}.radio-label input[type=radio]:checked+span{font-weight:600}.radio-label:has(input[type=radio]:checked){border-color:#5fc4c4;background:#5fc4c41a}.radio-label span{font-size:.95rem;color:#2a2a2a}.form-checkbox{display:flex;align-items:center;gap:.8rem}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-checkbox label{font-size:.95rem;color:#555;cursor:pointer}.btn-submit{background:#5fc4c4;color:#fff;border:none;padding:1rem 3rem;border-radius:30px;font-size:1.05rem;font-weight:500;cursor:pointer;align-self:flex-start}.submit-status{padding:1rem 1.5rem;border-radius:12px;font-size:.95rem;line-height:1.5;margin-bottom:1rem;font-family:Plus Jakarta Sans,sans-serif}.submit-status.success{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.3)}.submit-status.error{background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.3)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1024px){.form-title{font-size:2.5rem}.form-container{gap:3rem}}@media (max-width: 768px){.contact-form-section{padding:3rem 1.5rem 4rem}.form-container{grid-template-columns:1fr;gap:2.5rem}.form-header{position:static}.form-title{font-size:2.2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.radio-grid{grid-template-columns:1fr}}@media (max-width: 480px){.form-title{font-size:1.8rem}.btn-submit{width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.app{min-height:100vh;background:linear-gradient(135deg,#e8f7f7,#d4eeee);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a,button,input,textarea{transition:all .3s ease}.app>*{animation:fadeIn .5s ease-out}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width: 640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width: 768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width: 1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width: 1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width: 1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-5xl{max-width:64rem}.max-w-\[100px\]{max-width:100px}.max-w-\[240px\]{max-width:240px}.max-w-\[320px\]{max-width:320px}.max-w-\[75\%\]{max-width:75%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-br-sm{border-bottom-right-radius:.125rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-teal-100{--tw-border-opacity: 1;border-color:rgb(204 251 241 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(94 234 212 / var(--tw-border-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-brand-blue{--tw-bg-opacity: 1;background-color:rgb(74 144 226 / var(--tw-bg-opacity, 1))}.bg-brand-blue\/10{background-color:#4a90e21a}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-900\/40{background-color:#0f172a66}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgb(45 212 191 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/80{background-color:#fffc}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#f0d4ff\]{--tw-gradient-from: #f0d4ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 212 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#fdf6ff\]{--tw-gradient-from: #fdf6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(253 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-100{--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from: #5eead4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);--tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-50{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from: #0d9488 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#f9e8ff\]{--tw-gradient-to: rgb(249 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f9e8ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-50{--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#e6c0ff\]{--tw-gradient-to: #e6c0ff var(--tw-gradient-to-position)}.to-\[\#f0d4ff\]{--tw-gradient-to: #f0d4ff var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-cyan-100{--tw-gradient-to: #cffafe var(--tw-gradient-to-position)}.to-cyan-200{--tw-gradient-to: #a5f3fc var(--tw-gradient-to-position)}.to-cyan-300{--tw-gradient-to: #67e8f9 var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to: #22d3ee var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-teal-50{--tw-gradient-to: #f0fdfa var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pr-1{padding-right:.25rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-relaxed{line-height:1.625}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-brand-blue{--tw-text-opacity: 1;color:rgb(74 144 226 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-300{--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-slate-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.placeholder-slate-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:14px}body{margin:0;padding:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;zoom:1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,Montserrat,Proxima Nova,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;letter-spacing:-.5px}h1{font-weight:800;font-size:2.5rem}h2{font-weight:700;font-size:2rem}h3{font-weight:600;font-size:1.5rem}h4{font-weight:600;font-size:1.25rem}h5{font-weight:600;font-size:1.1rem}h6{font-weight:500;font-size:1rem}.fade-in-up{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}.fade-in{opacity:0;transition:opacity 1s ease-out}.fade-in.visible{opacity:1}.scale-in{opacity:0;transform:scale(.9);transition:opacity .8s ease-out,transform .8s ease-out}.scale-in.visible{opacity:1;transform:scale(1)}.slide-in-left{opacity:0;transform:translate(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:opacity .8s ease-out,transform .8s ease-out}.slide-in-right.visible{opacity:1;transform:translate(0)}.focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.focus-within\:shadow-md:focus-within{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgb(45 212 191 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-brand-blue\/90:hover{background-color:#4a90e2e6}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 250 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-\[\#e6c0ff\]:hover{--tw-gradient-from: #e6c0ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(230 192 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-\[\#d9a6ff\]:hover{--tw-gradient-to: #d9a6ff var(--tw-gradient-to-position)}.hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff var(--tw-gradient-to-position)}.hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-brand-blue\/60:disabled{background-color:#4a90e299}.disabled\:from-gray-300:disabled{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.disabled\:to-gray-300:disabled{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.prose-headings\:text-slate-800 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.prose-p\:text-gray-800 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.prose-strong\:text-slate-900 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.prose-li\:text-gray-800 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:flex{display:flex}.lg\:w-1\/2{width:50%}.lg\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}}
