@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#2f495c;--primary-dark:#1e2f3a;--secondary:#00b8a9;--accent:#d4af37;--accent-light:#e7c248;--gunmetal:#2b2d2f;--light-bg:#f8f9fa;--white:#fff;--text-dark:#222929;--text-muted:#6e6e6e;--border:#dcdfe0;--font-primary:"Inter", "Segoe UI", system-ui, sans-serif;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 32px #00000024;--shadow-xl:0 20px 60px #0000002e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background:var(--white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;line-height:1;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--secondary), #00a090);color:var(--white);box-shadow:0 4px 15px #00b8a959}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00b8a973}.btn-accent{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:var(--primary-dark);font-weight:700;box-shadow:0 4px 15px #d4af3766}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4af3780}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--primary)}.section-pad{padding:5rem 0}.section-pad-sm{padding:3.5rem 0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .eyebrow{color:var(--secondary);letter-spacing:2px;text-transform:uppercase;background:#00b8a91a;border-radius:100px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.section-header h2{color:var(--primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.2}.section-header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-ring{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate{animation:.7s both fadeInUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.topbar{background:var(--primary-dark);color:#cbd0e3;border-bottom:1px solid #ffffff12;padding:.5rem 0;font-size:.82rem}.topbar .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.topbar-left{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.topbar-left a,.topbar-left p{color:#cbd0e3;align-items:center;gap:.4rem;display:flex}.topbar-left a:hover{color:var(--secondary)}.topbar-right{align-items:center;gap:1rem;display:flex}.topbar-right p{align-items:center;gap:.4rem;display:flex}.social-icons{gap:.75rem;margin-left:.5rem;display:flex}.social-icons a{color:#cbd0e3;border:1px solid #cbd0e34d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .3s;display:flex}.social-icons a:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.header-cta-top{background:linear-gradient(135deg, var(--secondary), #00a090);border-radius:100px;padding:.3rem 1rem;font-weight:600;transition:all .3s;color:#fff!important}.header-cta-top:hover{opacity:.9;transform:translateY(-1px);color:#fff!important}.header-main{background:var(--white);box-shadow:var(--shadow-md);z-index:999;padding:1rem 0;position:sticky;top:0}.header-main .container{justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo img{width:auto;height:44px}.header-phone{color:var(--primary);align-items:center;gap:.75rem;display:flex}.header-phone .phone-icon{width:44px;height:44px;color:var(--secondary);background:#00b8a91a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:relative}.header-phone .phone-icon:after{content:"";border:2px solid var(--secondary);border-radius:50%;animation:1.5s infinite pulse-ring;position:absolute;inset:0}.header-phone small{color:var(--text-muted);font-size:.72rem;display:block}.header-phone a{color:var(--primary);font-size:1.05rem;font-weight:700}.header-phone a:hover{color:var(--secondary)}@media (width<=768px){.topbar,.header-phone{display:none}}.hero{background:url(https://mentoria.guru/fr/wp-content/uploads/2025/03/grant-and-finance-1.webp) 50%/cover no-repeat;align-items:center;min-height:580px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(120deg,#14242ef5 0%,#1e2f3ae6 50%,#00b8a933 100%);position:absolute;inset:0}.hero .container{z-index:2;max-width:1380px;padding-top:5.5rem;padding-bottom:5.5rem;position:relative}.hero-grid{grid-template-columns:1fr 490px;align-items:center;gap:3.5rem;display:grid}.hero-eyebrow{color:var(--accent);letter-spacing:2px;text-transform:uppercase;background:#d4af3724;border:1px solid #d4af3766;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero h1{color:var(--white);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:clamp(2rem,4.5vw,3.4rem);font-weight:900;line-height:1.15}.hero h1 span{background:linear-gradient(135deg, var(--secondary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#ffffffd1;max-width:540px;margin-bottom:2.25rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-pointer-box{-webkit-backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:20px;flex-direction:column;gap:0;padding:2.25rem 2rem;display:flex;box-shadow:0 20px 60px #0000004d}.hero-pointer-box-title{color:var(--secondary);letter-spacing:2px;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.78rem;font-weight:700;display:flex}.hero-pointer-box-title:after{content:"";background:#00b8a94d;flex:1;height:1px}.hero-pointer{border-bottom:1px solid #ffffff12;align-items:flex-start;gap:1rem;padding:1.25rem 0;transition:all .3s;display:flex}.hero-pointer:last-child{border-bottom:none;padding-bottom:0}.hero-pointer:first-of-type{padding-top:0}.hero-pointer:hover .hp-icon{background:var(--secondary);border-color:var(--secondary)}.hp-icon{background:#00b8a91f;border:1px solid #00b8a94d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .3s;display:flex}.hp-text strong{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:700;line-height:1.3;display:block}.hp-text span{color:#ffffff94;font-size:.82rem;line-height:1.5}.hero-pointer-cta{text-align:center;border-top:1px solid #ffffff1a;margin-top:1.75rem;padding-top:1.5rem}.hero-pointer-cta a{background:linear-gradient(135deg, var(--accent), var(--accent-light));width:100%;color:var(--primary-dark);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.5rem;font-size:.95rem;font-weight:800;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #d4af3759}.hero-pointer-cta a:hover{color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 25px #d4af3780}.hero-pointer-note{color:#fff6;margin-top:.6rem;font-size:.75rem}@media (width<=1100px){.hero-grid{grid-template-columns:1fr 400px;gap:2.5rem}}@media (width<=820px){.hero-grid{grid-template-columns:1fr}.hero-pointer-box{display:none}}.form-section{background:var(--light-bg);padding:5rem 0 6rem;position:relative}.form-section-inner{background:var(--white);max-width:1300px;box-shadow:var(--shadow-xl);border-radius:24px;grid-template-columns:420px 1fr;margin:0 auto;display:grid;overflow:hidden}.form-image-col{background:var(--primary-dark);flex-direction:column;display:flex}.form-image-col img{object-fit:cover;object-position:top center;flex-shrink:0;width:100%;height:auto;display:block}.michel-bio{background:var(--primary-dark);flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex}.michel-bio-header{align-items:center;gap:1rem;display:flex}.michel-badge{background:linear-gradient(135deg, var(--secondary), #00a090);width:42px;height:42px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.michel-bio-header h3{color:var(--white)!important;margin:0!important;font-size:1.15rem!important;font-weight:800!important;line-height:1.3!important}.michel-bio-header span{color:var(--secondary);margin-top:.15rem;font-size:.8rem;font-weight:500;display:block}.michel-bio p{color:#cbd0e3d9;font-size:.88rem;line-height:1.7}.michel-stats{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.5rem;display:grid}.michel-stat{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:.75rem}.michel-stat strong{color:var(--accent);margin-bottom:.2rem;font-size:1.3rem;font-weight:800;line-height:1;display:block}.michel-stat span{color:#cbd0e3a6;font-size:.73rem}.form-section-cta{background:linear-gradient(135deg, var(--secondary), #00a090);color:var(--white);border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:.5rem;padding:.7rem 1.4rem;font-size:.88rem;font-weight:700;transition:all .3s;display:inline-flex}.form-section-cta:hover{opacity:.9;color:var(--white);transform:translateY(-1px)}.form-col{background:var(--white);flex-direction:column;padding:3.5rem;display:flex}.form-col-header{margin-bottom:1.5rem}.form-col-header .eyebrow{color:var(--secondary);letter-spacing:2px;text-transform:uppercase;background:#00b8a91a;border-radius:100px;margin-bottom:.75rem;padding:.3rem 1rem;font-size:.75rem;font-weight:700;display:inline-block}.form-col-header h2{color:var(--primary);margin-bottom:.5rem;font-size:1.9rem;font-weight:800;line-height:1.25}.form-col-header p{color:var(--text-muted);max-width:500px;font-size:.95rem;line-height:1.6}.form-col iframe{border:none;flex:1;width:100%;min-height:660px}.form-guarantee{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:1rem;font-size:.82rem;display:flex}.form-guarantee svg{color:var(--secondary);flex-shrink:0}@media (width<=1024px){.form-section-inner{grid-template-columns:340px 1fr}}@media (width<=820px){.form-section-inner{grid-template-columns:1fr}.form-col{padding:2rem 1.5rem}}.about-section{background:var(--white);padding:6rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-left h2{color:var(--primary);margin-bottom:1.5rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.25}.about-left h2 em{color:var(--secondary);font-style:normal}.call-btn{background:linear-gradient(135deg, var(--secondary), #00a090);color:var(--white);border-radius:8px;align-items:center;gap:.6rem;padding:.9rem 1.8rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #00b8a959}.call-btn:hover{color:var(--white);transform:translateY(-2px);box-shadow:0 8px 25px #00b8a973}.about-right h3{color:var(--primary);margin-bottom:1rem;font-size:1.3rem;font-weight:700;line-height:1.4}.about-right p{color:var(--text-muted);font-size:1.02rem;line-height:1.8}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}.features-section{background:var(--light-bg);padding:6rem 0}.features-intro{text-align:center;max-width:700px;color:var(--text-muted);margin:0 auto 3.5rem;font-size:1.05rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:2.5rem 2rem;transition:all .35s;position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, var(--secondary), var(--accent));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-6px)}.feature-card:hover:before{opacity:1}.feature-icon{width:54px;height:54px;color:var(--secondary);background:#00b8a91a;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.4rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon{background:var(--secondary);color:var(--white)}.feature-num{color:var(--primary);opacity:.06;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:1.25rem;right:1.5rem}.feature-card h3{color:var(--primary)!important;margin:0 0 .75rem!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.4!important}.feature-card p{color:var(--text-muted);font-size:.92rem;line-height:1.65}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.features-grid{grid-template-columns:1fr}}.process-section{background:linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 100%);padding:6rem 0;position:relative;overflow:hidden}.process-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00b8a91f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-150px;right:-150px}.process-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af3714 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.process-section .section-header h2{color:var(--white)}.process-section .section-header .eyebrow{color:var(--accent);background:#d4af3726;border:1px solid #d4af3766}.process-section .section-header p{color:#ffffffa6}.process-cards{z-index:2;grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid;position:relative}.process-cards:before{content:"";background:linear-gradient(90deg, var(--accent) 0%, var(--secondary) 100%);opacity:.35;pointer-events:none;height:2px;position:absolute;top:56px;left:calc(12.5% + 28px);right:calc(12.5% + 28px)}.process-card-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;padding:0;transition:all .4s;display:flex;position:relative;overflow:hidden}.process-card-item:hover{background:#ffffff1a;border-color:#00b8a966;transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.process-card-top{height:200px;position:relative;overflow:hidden}.process-card-top img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.process-card-item:hover .process-card-top img{transform:scale(1.06)}.process-step-badge{background:linear-gradient(135deg, var(--accent), var(--accent-light));width:48px;height:48px;color:var(--primary-dark);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 16px #00000059}.process-card-body{flex-direction:column;flex:1;gap:.75rem;padding:1.75rem 1.5rem;display:flex}.process-card-body h3{color:var(--white)!important;margin:0!important;font-size:1rem!important;font-weight:700!important;line-height:1.4!important}.process-card-body p{color:#ffffffa6;flex:1;margin:0;font-size:.86rem;line-height:1.65}.process-card-footer{color:var(--secondary);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.78rem;font-weight:600;display:flex}.process-card-footer svg{flex-shrink:0}@media (width<=1024px){.process-cards{grid-template-columns:repeat(2,1fr)}.process-cards:before{display:none}}@media (width<=580px){.process-cards{grid-template-columns:1fr}}.services-section{background:var(--primary-dark);padding:6rem 0;position:relative;overflow:hidden}.services-section:before{content:"";opacity:.08;pointer-events:none;background:url(https://mentoria.guru/fr/wp-content/themes/WebArt/images/h1-bg01.jpg) 50%/cover no-repeat;position:absolute;inset:0}.services-section .container{z-index:2;position:relative}.services-section .section-header h2{color:var(--white)}.services-section .section-header .eyebrow{color:var(--accent);background:#d4af3726;border:1px solid #d4af3766}.services-section .section-header p{color:#ffffffa6}.services-main-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:4rem;display:grid}.service-list-card{background:#ffffff0a;border:1px solid #ffffff17;border-radius:18px;align-items:flex-start;gap:1.25rem;padding:2rem 2.25rem;transition:all .35s;display:flex}.service-list-card:hover{background:#ffffff14;border-color:#00b8a959;transform:translate(6px)}.service-icon-wrap{width:48px;height:48px;color:var(--secondary);background:#00b8a91f;border:1px solid #00b8a940;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;transition:all .35s;display:flex}.service-list-card:hover .service-icon-wrap{background:var(--secondary);color:var(--white)}.service-list-text h4{color:var(--white);margin-bottom:.35rem;font-size:1rem;font-weight:700}.service-list-text p{color:#ffffff8c;font-size:.84rem;line-height:1.55}.services-separator{align-items:center;gap:1.5rem;margin:3rem 0;display:flex}.services-separator hr{border:none;border-top:1px solid #ffffff1f;flex:1}.services-separator-label{background:linear-gradient(135deg, var(--accent), var(--accent-light));color:var(--primary-dark);white-space:nowrap;letter-spacing:.5px;border-radius:100px;padding:.5rem 1.5rem;font-size:.82rem;font-weight:700}.extra-services-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.extra-pill{color:#ffffffd9;cursor:default;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:.5rem;padding:.55rem 1.25rem;font-size:.88rem;font-weight:500;transition:all .3s;display:flex}.extra-pill svg{color:var(--secondary);flex-shrink:0}.extra-pill:hover{background:var(--secondary);border-color:var(--secondary);color:var(--white);transform:translateY(-2px)}.extra-pill:hover svg{color:var(--white)}.services-cta{text-align:center;background:#ffffff0a;border:1px solid #ffffff17;border-radius:20px;padding:3rem 2rem}.services-cta h3{color:var(--white)!important;margin-bottom:.75rem!important;font-size:1.5rem!important;font-weight:800!important}.services-cta p{color:#fff9;margin-bottom:1.75rem;font-size:1rem}.services-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=720px){.services-main-grid{grid-template-columns:1fr}}.faq-section{background:var(--white);padding:6rem 0}.faq-list{flex-direction:column;gap:1rem;max-width:820px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border);border-radius:12px;transition:box-shadow .3s;overflow:hidden}.faq-item.open{border-color:var(--secondary);box-shadow:0 4px 20px #00b8a91f}.faq-question{cursor:pointer;width:100%;color:var(--primary);text-align:left;font-size:1rem;font-weight:600;font-family:var(--font-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 1.75rem;transition:background .2s;display:flex}.faq-question:hover{background:#00b8a90a}.faq-icon{width:28px;height:28px;color:var(--secondary);background:#00b8a91a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:300;transition:all .3s;display:flex}.faq-item.open .faq-icon{background:var(--secondary);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 1.75rem;transition:max-height .4s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:400px;padding-bottom:1.4rem}.faq-answer p{color:var(--text-muted);border-top:1px solid var(--border);padding-top:1rem;font-size:.95rem;line-height:1.75}.footer{background:var(--gunmetal);color:#cbd0e3;padding:5rem 0 0}.footer-grid{grid-template-columns:2fr 1fr 2fr 1.2fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo img{filter:brightness(0)invert();height:48px;margin-bottom:1.25rem}.footer-logo p{color:#cbd0e3cc;margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.footer-logo a{color:var(--secondary)}.footer-logo a:hover{text-decoration:underline}.footer-col h5{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.7rem;display:flex}.footer-col a{color:#cbd0e3bf;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--secondary)}.footer-subscribe p{color:#cbd0e3cc;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.footer-subscribe iframe{border:none;border-radius:8px;width:100%;min-height:200px}.footer-social{gap:.75rem;margin-top:1.5rem;display:flex}.footer-social a{color:#cbd0e3b3;border:1px solid #cbd0e333;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;transition:all .3s;display:flex}.footer-social a:hover{background:var(--secondary);border-color:var(--secondary);color:var(--white)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.footer-bottom span,.footer-bottom a{color:#cbd0e380;font-size:.85rem}.footer-bottom a:hover{color:var(--secondary)}.footer-bottom-links{gap:1.5rem;display:flex}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-grid{grid-template-columns:1fr}}
