@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";:root{--primary-color: #33CC99;--secondary-color: #00BFFF;--accent-color: #007FFF;--text-dark: #222;--text-light: #666;--background-light: #f8fffe;--background-gradient: linear-gradient(135deg, #f8fffe 0%, #e8f8f5 50%, #d1f2eb 100%)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-dark);background:var(--background-light);overflow-x:hidden}*{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}h1,h2,h3,h4,h5,h6,p,span,div,a,button,input,textarea,label{font-family:Inter,sans-serif!important}#root{min-height:100vh;width:100%}::selection{background:var(--primary-color);color:#fff}::-moz-selection{background:var(--primary-color);color:#fff}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}button{border:none;background:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.new-header{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid;border-image-source:linear-gradient(270deg,rgba(128,82,255,.2) 0%,rgba(249,95,255,.2) 100%);border-radius:100px;border-width:1px;box-shadow:0 8px 32px #0000001a;transition:all .3s ease;padding:.75rem 1.5rem;max-width:1000px;width:calc(100% - 4rem)}.new-header.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 12px 40px #00000026;transform:translate(-50%) translateY(-.5rem)}@media (max-width: 768px){.new-header.scrolled{transform:translate(-50%) translateY(0)}}.header-container{display:flex;align-items:center;justify-content:space-between;width:100%}.logo{display:flex;align-items:center;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-link{display:flex;align-items:center;text-decoration:none;transition:all .3s ease;outline:none;-webkit-tap-highlight-color:transparent}.logo-link:hover{text-decoration:none}.logo-link:focus{outline:none}.logo-link:active{outline:none}.header-logo-image{height:32px;opacity:1;filter:none;color:#1e085c!important;fill:#1e085c!important}.nav{display:flex;align-items:center}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem}.nav-item{position:relative}.nav-link{text-decoration:none;color:#1e085c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#2ff4cd,#3dc5ff);transition:width .3s ease;border-radius:1px}.nav-link:hover{color:#2ff4cd}.nav-link:hover:after{width:100%}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative}.hamburger{display:block;width:25px;height:3px;background:#1e085c;position:relative;transition:all .3s ease;border-radius:2px}.hamburger:before,.hamburger:after{content:"";position:absolute;width:100%;height:3px;background:#1e085c;transition:all .3s ease;border-radius:2px}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger-open{background:transparent}.hamburger-open:before{top:0;transform:rotate(45deg)}.hamburger-open:after{top:0;transform:rotate(-45deg)}@media (max-width: 768px){.new-header{top:1rem;width:calc(100% - 2rem);padding:.75rem 1.5rem}.header-logo-image{height:28px}.menu-toggle{display:block}.nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:0;overflow:hidden;opacity:0;transition:all .3s ease;border-radius:0 0 20px 20px;margin-top:.5rem}.nav-open{height:auto;opacity:1}.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-item{width:100%}.nav-link{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(30,8,92,.1);font-size:1.1rem;transition:all .3s ease}.nav-link:after{display:none}.nav-link:hover{background:linear-gradient(90deg,#2ff4cd1a,#3dc5ff1a);color:#2ff4cd}}@media (max-width: 480px){.new-header{top:.5rem;width:calc(100% - 1rem);padding:.5rem 1rem}.new-header.scrolled{transform:translate(-50%) translateY(0)}.header-logo-image{height:24px}.nav-link{padding:.875rem 1.5rem;font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.new-header{animation:fadeIn .5s ease-out}.new-header.scrolled .nav-link{color:#1e085c}.new-header.scrolled .hamburger,.new-header.scrolled .hamburger:before,.new-header.scrolled .hamburger:after{background:#1e085c}.new-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(180deg,#dee8fd99,#fcf1fecc);padding:2rem}.hero-background{position:absolute;inset:0;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#dee8fd99,#fcf1fecc)}.hero-decorative-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:2;opacity:.8}.testimonials{position:relative;z-index:5;display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.testimonial{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stars{color:gold;font-size:1rem;letter-spacing:2px}.testimonial span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-size:.9rem;color:#1e085c;font-weight:500}.hero-content{position:relative;z-index:5;text-align:center;max-width:900px;margin:0 auto}.hero-title{margin:0 0 2rem;font-size:72px;line-height:65px;letter-spacing:-4%;text-align:center}.title-main{display:block;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-weight:500;color:#1e085c;margin-bottom:.5rem;font-size:72px;line-height:65px;letter-spacing:-.04em}.title-gradient{display:block;font-family:Playfair Display,Times New Roman,Times,Georgia,serif!important;font-weight:500;font-style:italic;font-size:72px;line-height:65px;letter-spacing:-.04em;background:linear-gradient(270deg,#62e3c7,#52cadc 59.6%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-size:1.2rem;line-height:1.6;color:#1e085c;margin:0 0 3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(90deg,#2ff4cd,#3dc5ff);color:#fff;border:none;border-radius:50px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #2ff4cd4d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #2ff4cd66}.cta-button svg{width:16px;height:16px}.floating-cards{position:absolute;inset:0;z-index:3;pointer-events:none}.review-card{position:absolute;bottom:2rem;left:2rem;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;max-width:200px;pointer-events:auto}.avatars{display:flex;gap:.5rem;margin-bottom:1rem}.avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(45deg,#2ff4cd,#3dc5ff)}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.rating .stars{font-size:.9rem;color:gold}.rating-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-weight:600;color:#1e085c;font-size:.9rem}.rating-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-size:.8rem;color:#666;margin:0}.partners-card{position:absolute;bottom:2rem;right:2rem;background:#fff;border:2px dashed #3DC5FF;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem;transform:rotate(-5deg);max-width:180px;pointer-events:auto}.badge{width:48px;height:48px;background:linear-gradient(45deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.partners-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif!important;font-weight:600;color:#1e085c;font-size:.9rem;text-align:center}@media (max-width: 768px){.new-hero{padding:1rem;min-height:100vh}.hero-title,.title-main,.title-gradient{font-size:48px;line-height:50px}.hero-description{font-size:1rem;margin-bottom:2rem}.testimonials{gap:1rem;margin-bottom:1.5rem}.testimonial span{font-size:.8rem}.cta-button{padding:.875rem 1.5rem;font-size:1rem}.review-card,.partners-card{position:relative;bottom:auto;left:auto;right:auto;margin:1rem;transform:none}.floating-cards{position:relative;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:2rem}}@media (max-width: 480px){.hero-title,.title-main,.title-gradient{font-size:36px;line-height:40px}.hero-description{font-size:.9rem}.testimonials{flex-direction:column;gap:.5rem}.cta-button{padding:.75rem 1.25rem;font-size:.95rem}}.solutions-section{padding:6rem 0;background:linear-gradient(180deg,transparent 0%,#FAF2FF 100%);overflow:hidden;min-height:100vh;display:flex;align-items:center;position:relative}.solutions-background{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(51,204,153,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,191,255,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,127,255,.05) 0%,transparent 50%);z-index:1}.solutions-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;width:100%}.solutions-header{text-align:center;margin-bottom:4rem}.solutions-title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:600;background:linear-gradient(270deg,#6a70d5,#1e085c 59.6%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;position:relative}.solutions-title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:120px;height:4px;background:linear-gradient(90deg,#3c9,#00bfff,#007fff);border-radius:2px}.solutions-subtitle{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#1e293b;font-weight:400;line-height:1.6;max-width:700px;margin:0 auto}.solutions-bento{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}.main-card{grid-column:1 / -1;height:280px}.bottom-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.solution-card{position:relative;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000d;overflow:hidden;height:100%;display:flex;flex-direction:column}.solution-card:hover{transform:translateY(-8px);background:#fffffffa;box-shadow:0 20px 40px #0000001f,0 0 0 1px var(--solution-color),inset 0 1px #fff6;border-color:var(--solution-color)}.solution-card.active{transform:translateY(-12px) scale(1.02);background:#fffffffa;box-shadow:0 25px 50px #00000026,0 0 0 2px var(--solution-color),inset 0 1px #fff9,0 0 30px #3c93;border-color:var(--solution-color);z-index:10}.solutions-card-content{position:relative;height:100%;display:flex;flex-direction:column;z-index:2}.solutions-card-icon{width:40px!important;height:40px!important;border-radius:20px;background:var(--solution-gradient);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000026}.icon-emoji{font-size:1rem!important;z-index:1;position:relative;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.solutions-card-info{flex:1;display:flex;flex-direction:column}.solutions-card-title{font-size:1.5rem;font-weight:600;color:#2c1b72!important;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.main-card .solutions-card-title{font-size:1.8rem}.solutions-card-description{font-size:1rem;color:#475569!important;line-height:1.6;margin:0 0 1.5rem;font-weight:400;flex:1;opacity:.8!important;margin-bottom:1rem!important}.main-card .solutions-card-description{font-size:1.1rem}.solutions-card-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.solutions-feature-tag{background:#0f172a14;color:#0f172a;padding:.4rem .8rem;border-radius:12px;font-size:.85rem;font-weight:500;border:1px solid rgba(15,23,42,.15);transition:all .3s ease;position:relative;overflow:hidden}.solutions-feature-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(15,23,42,.1),transparent);transition:left .6s ease}.solutions-feature-tag:hover:before{left:100%}.solutions-feature-tag:hover{background:var(--solution-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:var(--solution-color)}@media (max-width: 768px){.solutions-section{padding:4rem 0}.solutions-bento{gap:1.5rem}.bottom-cards{grid-template-columns:1fr;gap:1.5rem}.solution-card{padding:2rem;height:auto;min-height:240px}.main-card{height:auto;min-height:200px}.solutions-card-icon{width:60px;height:60px;margin-bottom:1rem}.icon-emoji{font-size:2rem}.solutions-card-title{font-size:1.3rem}.main-card .solutions-card-title{font-size:1.5rem}.solutions-card-description{font-size:.95rem}.main-card .solutions-card-description{font-size:1rem}}@media (max-width: 480px){.solutions-container{padding:0 1rem}.solution-card{padding:1.5rem}.solutions-card-icon{width:50px;height:50px}.icon-emoji{font-size:1.5rem}}.solutions-mobile-section{padding:6rem 0 15rem;background:linear-gradient(180deg,transparent 0%,#FAF2FF 100%);position:relative;overflow:hidden;min-height:120vh;display:flex;align-items:center}.solutions-mobile-background{position:absolute;inset:0;z-index:1}.particle{position:absolute;width:3px;height:3px;background:linear-gradient(45deg,#3c9,#00bfff);border-radius:50%;animation:floatParticle infinite linear;opacity:.7}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.solutions-mobile-container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:2;width:100%}.solutions-mobile-header{text-align:center;margin-bottom:1rem}.solutions-mobile-title{font-family:Inter,sans-serif!important;font-size:clamp(2.5rem,8vw,4rem);font-weight:700;background:linear-gradient(270deg,#6a70d5,#1e085c 59.6%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;position:relative;text-shadow:0 8px 32px rgba(76,232,198,.3)}.solutions-mobile-title:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:150px;height:4px;background:linear-gradient(90deg,#3c9,#00bfff,#007fff);border-radius:2px;box-shadow:0 0 15px #33cc9980}.solutions-mobile-subtitle{font-family:Inter,sans-serif!important;font-size:clamp(1rem,4vw,1.3rem);color:#1e293bcc;font-weight:300;line-height:1.6;max-width:600px;margin:0 auto}.solutions-mobile-cards{display:flex;flex-direction:column;gap:2.5rem;margin-top:0rem}.solution-mobile-card{position:relative;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem;cursor:pointer;transition:all .4s cubic-bezier(.23,1,.32,1);box-shadow:0 8px 32px #00000014,0 1px 2px #0000000d;overflow:hidden;height:100%;display:flex;flex-direction:column}.solution-mobile-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.solution-mobile-card:hover:before{left:100%}.solution-mobile-card:hover{transform:translateY(-8px);background:#fffffffa;box-shadow:0 20px 40px #0000001f,0 0 0 1px var(--solution-color),inset 0 1px #fff6;border-color:var(--solution-color)}.solution-mobile-card.active{transform:translateY(-12px) scale(1.02);background:#fffffffa;box-shadow:0 25px 50px #00000026,0 0 0 2px var(--solution-color),inset 0 1px #fff9,0 0 30px #3c93;border-color:var(--solution-color);z-index:10}.solutions-mobile-card-content{position:relative;height:100%;display:flex;flex-direction:column;z-index:2}.solutions-mobile-card-info{flex:1;display:flex;flex-direction:column}.solutions-mobile-card-title{font-size:1.5rem;font-weight:600;color:#2c1b72!important;margin-bottom:1rem;line-height:1.3;letter-spacing:-.01em}.solutions-mobile-card-description{font-size:1rem;color:#475569!important;line-height:1.6;margin:0 0 1.5rem;font-weight:400;flex:1;opacity:.8!important;margin-bottom:1rem!important}.solutions-mobile-card-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.solutions-mobile-feature-tag{background:#0f172a14;color:#0f172a;padding:.4rem .8rem;border-radius:12px;font-size:.85rem;font-weight:500;border:1px solid rgba(15,23,42,.15);transition:all .3s ease;position:relative;overflow:hidden}.solutions-mobile-feature-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(15,23,42,.1),transparent);transition:left .6s ease}.solutions-mobile-feature-tag:hover:before{left:100%}.solutions-mobile-feature-tag:hover{background:var(--solution-color);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:var(--solution-color)}@media (max-width: 480px){.solutions-mobile-section{padding:4rem 0 12rem;min-height:130vh}.solutions-mobile-container{padding:0 .75rem}.solutions-mobile-header{margin-bottom:1rem}.solutions-mobile-title{font-size:clamp(2rem,10vw,3rem)}.solutions-mobile-subtitle{font-size:clamp(.9rem,4vw,1.1rem)}.solutions-mobile-cards{gap:2rem}.solution-mobile-card{padding:1.5rem}.solutions-mobile-card-title{font-size:1.1rem}.solutions-mobile-card-description{font-size:.9rem}.solutions-mobile-feature-dot{font-size:.75rem;padding:.25rem .6rem}}.defi-therapeutique-section{padding:4rem 0;overflow:hidden;min-height:100vh;display:flex;align-items:center;width:100%;box-sizing:border-box;position:relative;background:linear-gradient(180deg,#FAF2FF 0%,transparent 100%)}.defi-therapeutique-background{position:absolute;inset:0;z-index:1;overflow-x:hidden}.particle{position:absolute;width:3px;height:3px;background:linear-gradient(45deg,#3c9,#00bfff);border-radius:50%;animation:floatParticle infinite linear;opacity:.8}.particle:nth-child(odd){background:linear-gradient(45deg,#00bfff,#007fff);width:4px;height:4px}.particle:nth-child(3n){background:linear-gradient(45deg,#007fff,#3c9);width:2px;height:2px}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.defi-therapeutique-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:0;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#1e293b,#334155,#475569);border-radius:40px;padding:5rem}.defi-therapeutique-header{text-align:center;margin-bottom:3rem}.defi-therapeutique-title{font-size:clamp(2.5rem,7vw,5rem);font-weight:500;background:linear-gradient(135deg,#fff,#3c9,#00bfff 60%,#007fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em;position:relative}.defi-therapeutique-title:after{content:"";position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);width:200px;height:6px;background:linear-gradient(90deg,#3c9,#00bfff,#007fff);border-radius:3px;box-shadow:0 0 20px #33cc9980}.defi-therapeutique-subtitle{font-size:clamp(1.2rem,3vw,1.2rem);color:#fffc;font-weight:300;letter-spacing:.02em;margin:0}.defi-therapeutique-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1rem;perspective:1000px;width:100%;min-height:400px}.defi-therapeutique-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;position:relative;overflow:hidden;cursor:pointer;transform-style:preserve-3d;transition:all .6s cubic-bezier(.23,1,.32,1);width:100%;box-sizing:border-box;min-height:300px}.defi-therapeutique-card:before{content:"";position:absolute;inset:0;background:var(--card-gradient);opacity:0;transition:opacity .6s ease;z-index:1}.defi-therapeutique-card:hover:before{opacity:.1}.defi-therapeutique-card:hover{background:#ffffff14;border-color:#33cc994d;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3}.card-number{position:absolute;top:2rem;right:2rem;font-size:1.2rem;font-weight:800;color:#ffffff4d;z-index:3}.card-icon{width:100px;height:100px;border-radius:50%;background:var(--card-gradient);display:flex;align-items:center;justify-content:center;margin-bottom:2rem;position:relative;z-index:2;overflow:hidden}.card-icon:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);transition:transform .8s ease}.defi-therapeutique-card:hover .card-icon:before{transform:rotate(45deg) translate(100%,100%)}.icon-emoji{font-size:3rem;z-index:1;position:relative;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:var(--card-gradient);border-radius:50%;opacity:0;filter:blur(20px);transition:opacity .6s ease}.defi-therapeutique-card:hover .icon-glow{opacity:.6}.card-content{position:relative;z-index:2;margin-bottom:2rem}.card-title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.3;letter-spacing:-.01em}.card-description{font-size:1.1rem;color:#ffffffb3;line-height:1.6;margin:0;font-weight:300}.card-stats{position:relative;z-index:2;text-align:center;padding:1.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-number{font-size:2.5rem;font-weight:900;background:var(--card-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.stats-label{font-size:.9rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.card-decoration{position:absolute;inset:0;pointer-events:none;z-index:1}.decoration-circle{position:absolute;top:-50px;right:-50px;width:100px;height:100px;background:var(--card-gradient);border-radius:50%;opacity:.1;animation:rotate 20s linear infinite}.decoration-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--card-gradient);transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.defi-therapeutique-card:hover .decoration-line{transform:scaleX(1)}@media (max-width: 768px){.defi-therapeutique-section{padding:4rem 1;min-height:auto;width:100%;overflow-x:hidden}.defi-therapeutique-container{padding:3rem 1.5rem;width:100%;max-width:100%}.defi-therapeutique-header{margin-bottom:4rem}.defi-therapeutique-title{font-size:clamp(2.5rem,10vw,4rem)}.defi-therapeutique-subtitle{font-size:clamp(1rem,4vw,1.3rem)}.defi-therapeutique-cards{grid-template-columns:1fr;gap:2rem;width:100%}.defi-therapeutique-card{padding:2rem}.card-icon{width:80px;height:80px;margin-bottom:1.5rem}.icon-emoji{font-size:2.5rem}.card-title{font-size:1.4rem}.card-description{font-size:1rem}.stats-number{font-size:2rem}}@media (max-width: 480px){.defi-therapeutique-section{padding:3rem 1rem;width:100%;overflow-x:hidden}.defi-therapeutique-container{padding:2rem 1rem;width:100%;max-width:100%}.defi-therapeutique-header{margin-bottom:3rem}.defi-therapeutique-title{font-size:clamp(2rem,12vw,3rem)}.defi-therapeutique-cards{gap:1.5rem;width:100%}.defi-therapeutique-card{padding:1.5rem;width:100%;box-sizing:border-box}.card-icon{width:70px;height:70px}.icon-emoji{font-size:2rem}.card-title{font-size:1.2rem}.card-description{font-size:.95rem}.stats-number{font-size:1.8rem}}.defi-therapeutique-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .8s ease;z-index:1}.defi-therapeutique-card:hover:after{left:100%}.footer{background:linear-gradient(135deg,#1e293b,#334155,#475569);position:relative;overflow:hidden;padding:6rem 0 2rem}.footer-background{position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(51,204,153,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,191,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,127,255,.05) 0%,transparent 50%);z-index:1}.particles{position:absolute;inset:0;overflow:hidden}.particle{position:absolute;width:2px;height:2px;background:linear-gradient(45deg,#3c9,#00bfff);border-radius:50%;animation:floatParticle infinite linear;opacity:.4}.particle:nth-child(odd){background:linear-gradient(45deg,#00bfff,#007fff);width:3px;height:3px}.particle:nth-child(3n){background:linear-gradient(45deg,#007fff,#3c9);width:1px;height:1px}@keyframes floatParticle{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.4}90%{opacity:.4}to{transform:translateY(-100px) rotate(360deg);opacity:0}}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.footer-content{display:grid;grid-template-columns:1fr 2fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.logo-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#3c9,#00bfff);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #33cc994d}.logo-icon:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-image{width:200px;height:200px;z-index:1;position:relative;transition:all .3s ease;filter:brightness(0) invert(1)}.logo-icon:hover .logo-image{transform:scale(1.1);filter:brightness(0) invert(1) drop-shadow(0 6px 12px rgba(0,0,0,.4))}.logo-text{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#fff,#3c9,#00bfff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;line-height:1}.logo-tagline{font-size:.9rem;color:#ffffffb3;margin:0;font-weight:300;text-align:center;line-height:1.4}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1rem;position:relative}.footer-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:linear-gradient(90deg,#3c9,#00bfff);border-radius:1px}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease;position:relative;padding:.25rem 0}.footer-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,#3c9,#00bfff);transition:width .3s ease}.footer-link:hover{color:#3c9;transform:translate(5px)}.footer-link:hover:before{width:100%}.footer-social{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.social-links{display:flex;gap:1rem;justify-content:center;align-items:center}.social-link{width:50px;height:50px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.social-link:hover:before{left:100%}.social-link:hover{background:linear-gradient(135deg,#3c9,#00bfff);border-color:#3c9;transform:translateY(-5px) scale(1.1);box-shadow:0 10px 25px #33cc994d}.social-icon{width:24px;height:24px;z-index:1;position:relative;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:all .3s ease}.footer-bottom{text-align:center;padding-top:2rem}.footer-contact{margin-bottom:2rem}.footer-email{color:#3c9;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;position:relative;padding:.5rem 1rem;border:2px solid transparent;border-radius:25px;background:#33cc991a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-block}.footer-email:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(51,204,153,.2),transparent);transition:left .6s ease;border-radius:25px}.footer-email:hover:before{left:100%}.footer-email:hover{color:#fff;background:linear-gradient(135deg,#3c9,#00bfff);border-color:#3c9;transform:translateY(-2px);box-shadow:0 8px 25px #33cc994d}.footer-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);margin-bottom:2rem}.footer-copyright{color:#fff9;font-size:.9rem;margin:0;font-weight:300;line-height:1.5}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (max-width: 768px){.footer{padding:4rem 0 2rem}.footer-container{padding:0 1rem}.footer-content{gap:2.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:center}.footer-title:after{left:50%;transform:translate(-50%)}.social-links{gap:.75rem}.social-link{width:45px;height:45px}.social-icon{font-size:1.3rem}}@media (max-width: 480px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 .75rem}.footer-content{gap:2rem}.logo-icon{width:60px;height:60px}.logo-emoji,.logo-text{font-size:2rem}.logo-tagline{font-size:.85rem}.social-links{gap:.5rem}.social-link{width:40px;height:40px}.social-icon{font-size:1.1rem}.footer-copyright{font-size:.8rem}.footer-email{font-size:1rem;padding:.4rem .8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3c9,#00bfff);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2bb88a,#00a8e6)}
