@import url(https://fonts.cdnfonts.com/css/sugo-pro-classic);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.nav-links{display:none;gap:2.5rem}@media (min-width:768px){.nav-links{display:flex}}.nav-links a{color:#4a5568;font-weight:500;position:relative;text-decoration:none;transition:all .3s}.nav-links a:hover{color:var(--turquoise);transform:translateY(-2px)}.nav-links a:after{background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphire));bottom:-5px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s;width:0}.nav-links a:hover:after{width:100%}.nav-cta{align-items:center;animation:bounce 2s infinite;background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));border:none;border-radius:2rem;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.nav-cta:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.logo-img{background:none;height:4rem;object-fit:"contain";width:4rem}.hero-title{color:var(--fuchsia);font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:2rem;position:relative}.hero-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));-webkit-background-clip:text;background-clip:text;display:block;margin-top:.5rem}@media (min-width:768px){.hero-title{font-size:5rem}}.hero-subtitle{color:#718096;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.research-page{background:#fff;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}.background-elements{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.floating-element{position:absolute;transition:transform .3s ease-out}.bg-element{animation:float 8s ease-in-out infinite;border-radius:50%;opacity:.08;padding:1rem}.bg-element-1{background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));color:#fff;left:8%;top:15%}.bg-element-2{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;right:12%;top:25%}.bg-element-3{background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:35%;color:#fff;left:15%}.bg-element-4{background:linear-gradient(135deg,#43e97b,#38f9d7);bottom:15%;color:#fff;right:8%}.hero{padding:6rem 0 4rem}.hero:before{animation:float 25s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='3' fill='%23667eea' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E")}.hero-badge{background:linear-gradient(135667eea,#764ba2);border-radius:2rem;color:#fff;font-size:.875rem;font-weight:600}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}@media (min-width:768px){.stats-grid{gap:2rem;grid-template-columns:repeat(4,1fr)}}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;padding:1.5rem;text-align:center;transition:all .3s}.stat-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.stat-icon{margin-bottom:.75rem}.stat-value{color:#2d3748;font-size:1.75rem;font-weight:800;margin-bottom:.25rem}.filters-section{background:#fff;border-bottom:1px solid #e2e8f0;padding:3rem 0}.filters-content{text-align:center}.filter-header{align-items:center;color:#4a5568;display:inline-flex;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.category-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:2rem;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.filter-btn:hover{border-color:var(--bleu-saphir);box-shadow:0 4px 15px #667eea33;transform:translateY(-2px)}.filter-btn.active{align-items:center;background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));border:none;border-radius:2rem;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.articles-section{background:#f8faff;padding:5rem 0}.section-title{margin-bottom:1rem}.section-subtitle{color:#718096}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.articles-grid{grid-template-columns:repeat(2,1fr)}}.article-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .3s}.article-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.article-header{margin-bottom:1rem}.article-title{color:#2d3748;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.article-meta{color:#718096;display:flex;font-size:.875rem;gap:1rem}.journal{color:#667eea;font-weight:600}.article-authors{align-items:center;color:#4a5568;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1rem}.article-summary{color:#4a5568;line-height:1.6}.article-summary,.key-findings{margin-bottom:1.5rem}.findings-title{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.75rem}.findings-list{list-style:none}.finding-item{align-items:flex-start;color:#4a5568;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.check-icon{color:#10b981;flex-shrink:0;margin-top:.125rem}.article-details{font-size:.875rem;margin-bottom:1.5rem}.detail-item{color:#4a5568;margin-bottom:.5rem}.impact-badge{border-radius:1rem;display:inline-block;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem}.impact-badge.high{background:#fef3c7;color:#92400e}.impact-badge.very-high{background:#dcfce7;color:#166534}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#f1f5f9;border-radius:1rem;color:#4a5568;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.article-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:1rem}.article-stats{display:flex;gap:1rem}.stat-item{color:#718096;font-size:.75rem;gap:.25rem}.read-more-btn,.stat-item{align-items:center;display:flex}.read-more-btn{background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));border:none;border-radius:1.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s}.read-more-btn:hover{box-shadow:0 4px 15px #667eea33;transform:translateY(-2px)}.contact-container{display:flex;flex-direction:column;font-weight:600;gap:.5rem;margin-bottom:2rem;text-decoration:none}.footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0}.footer-content{text-align:center}.footer-logo{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center;margin-bottom:1rem}.footer-tagline{color:#718096;font-size:1.125rem;margin-bottom:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.footer-links a{color:#4a5568;font-weight:500;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--fuchsia)}.footer-logo-img{background:none;height:5rem;object-fit:"contain";width:5rem}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,p{font-family:Sugo Pro Display,sans-serif}:root{--bleu-saphir:#234e70;--turquoise:#3acce1;--fuchsia:#db3a6a;--ivoire:#f6f6f6;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.7}.page{background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise) 0,var(--bleu-saphir) 100%);background:#fff;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(-10px) rotate(240deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-in{animation:fadeInUp .8s ease-out forwards}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;position:relative;z-index:1}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.logo,.nav-container{align-items:center;display:flex}.logo{gap:.75rem}.logo-icon{align-items:center;border-radius:1rem;color:#fff;display:flex;height:3rem;justify-content:center;width:3rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.hero{background:linear-gradient(135deg,#f8faff,#f1f5ff);overflow:hidden;padding:6rem 0;position:relative;text-align:center}.hero:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23667eea' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative}.hero-badge{align-items:center;animation:bounce 2s infinite;display:inline-flex;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem}.hero-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:4rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.hero-stats{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:768px){.hero-stats{flex-direction:row;gap:2rem}}.stat-bubble{align-items:center;background:#fff;border-radius:2rem;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;padding:1rem 1.5rem;transition:all .3s}.stat-bubble:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.stat-label{color:#718096;font-size:.875rem;font-weight:500}.btn-primary{align-items:center;background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));border:none;border-radius:3rem;box-shadow:0 4px 20px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s}.btn-primary:hover{box-shadow:0 8px 30px #667eea66;transform:translateY(-3px)}.btn-large{font-size:1.25rem;padding:1.25rem 3rem}.btn-secondary{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:3rem;box-shadow:0 4px 15px #0000001a;color:#4a5568;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s}.btn-secondary:hover{background:#f7fafc;box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}section{padding:5rem 0;position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-badge{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:2rem;color:#4a5568;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem}.section-title{color:#2d3748;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}@media (min-width:768px){.section-title{font-size:3.5rem}}.section-subtitle{color:#2f3442;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.features{background:#f8faff}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:all .3s}.feature-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.feature-icon-wrapper{align-items:center;border-radius:1rem;display:flex;height:4rem;justify-content:center;margin:0 auto 1.5rem;width:4rem}.feature-title{color:#2d3748;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#718096;line-height:1.6}.subjects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.subjects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.subjects-grid{grid-template-columns:repeat(6,1fr)}}.subject-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s}.subject-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px) scale(1.05)}.subject-card:before{background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s}.subject-card:hover:before{transform:scaleX(1)}.subject-icon{align-items:center;border-radius:1rem;display:flex;font-size:1.5rem;height:4rem;justify-content:center;margin:0 auto 1rem;position:relative;width:4rem}.math{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.physics{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.chemistry{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.biology{background:linear-gradient(135deg,#fed7aa,#fdba74)}.cs{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.english{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.subject-emoji{font-size:2rem}.subject-name{color:#2d3748;font-size:1.125rem;font-weight:700;transition:color .3s}.subject-card:hover .subject-name{color:#667eea}.subject-sparkles{font-size:1rem;opacity:0;position:absolute;right:.5rem;top:.5rem;transition:opacity .3s}.subject-card:hover .subject-sparkles{opacity:1}.testimonials{background:linear-gradient(135deg,#f8faff,#f1f5ff)}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 20px #00000014;padding:2rem;position:relative;transition:all .3s}.testimonial-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));border-radius:50%;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.stars,.testimonial-avatar{display:flex;margin-bottom:1rem}.stars{gap:.25rem}.star{color:#fbbf24}.testimonial-content{color:#4a5568;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{color:#2d3748;font-weight:700;margin-bottom:.25rem}.testimonial-role{color:#718096;font-size:.875rem}.cta{background:linear-gradient(135deg,#3acce1,#234e70);background:linear-gradient(135deg,var(--turquoise),var(--bleu-saphir));color:#fff;overflow:hidden;position:relative;text-align:center}.cta:before{animation:float 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:800px;position:relative}.cta-decoration{animation:bounce 2s infinite;font-size:4rem;margin-bottom:1rem}.cta-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:2rem;margin:2rem 0;padding:3rem}.offer-badge{align-items:center;background:#fbbf24;border-radius:2rem;color:#1a202c;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem}.offer-title{font-size:2rem;font-weight:800;margin-bottom:1rem}.offer-description{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.trust-indicators{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.trust-item{align-items:center;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;opacity:.8}.trust-icon{font-size:1.5rem}.bg-blue-50{background-color:#eff6ff}.bg-green-50{background-color:#f0fdf4}.bg-yellow-50{background-color:#fefce8}.bg-purple-50{background-color:#faf5ff}.bg-blue-100{background-color:#dbeafe}.bg-purple-100{background-color:#f3e8ff}.bg-green-100{background-color:#dcfce7}.bg-orange-100{background-color:#ffedd5}.bg-indigo-100{background-color:#e0e7ff}.bg-pink-100{background-color:#fce7f3}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-yellow-600{color:#ca8a04}.text-purple-600{color:#9333ea}.methodes-grid{display:flex;flex-direction:row;gap:2rem;justify-items:center;text-align:center}
/*# sourceMappingURL=main.fb58ea5d.css.map*/