:root{--color-primary:#1e60a8;--color-primary-dark:#174a85;--color-primary-light:#38c;--color-accent:#30ad24;--color-accent-dark:#26981e;--color-cta:#ffc107;--color-cta-dark:#e6ac00;--hero-green-1:#00a74f;--hero-green-2:#008f45;--hero-green-3:#007a3d;--hero-green-4:#063;--hero-green-5:#005229;--color-text:#212529;--color-text-muted:#6c757d;--color-bg:#fff;--color-bg-alt:#f8f9fa;--color-bg-muted:#e2e8f0;--color-bg-muted-2:#cbd5e1;--color-bg-dark:#2d2d2d;--color-border:#dee2e6;--color-error:#dc2626;--color-error-dark:#b91c1c;--color-surface:#1e293b;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--bp-sm:576px;--bp-md:768px;--bp-lg:992px;--bp-xl:1200px}[data-theme=dark]{--color-primary:#5b9bd5;--color-primary-dark:#4a8bc4;--color-primary-light:#7ab3e0;--color-accent:#4ade80;--color-accent-dark:#22c55e;--color-cta:#fbbf24;--color-cta-dark:#f59e0b;--hero-green-1:#22c55e;--hero-green-2:#16a34a;--hero-green-3:#15803d;--hero-green-4:#166534;--hero-green-5:#14532d;--color-text:#e2e8f0;--color-text-muted:#94a3b8;--color-bg:#0f172a;--color-bg-alt:#1e293b;--color-bg-muted:#334155;--color-bg-muted-2:#475569;--color-bg-dark:#1e293b;--color-border:#334155;--color-surface:#1e293b;--color-error:#f87171;--color-error-dark:#ef4444}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;min-width:0;padding-top:120px}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1rem}@media (max-width:767px){.container{padding:0 .75rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-outline:hover{background:rgba(30,96,168,.08)}.btn-cta{background:var(--color-cta);color:var(--color-text)}.btn-cta:hover{background:var(--color-cta-dark)}.btn-success{background:var(--color-accent);color:var(--color-bg)}.btn-success:hover{background:var(--color-accent-dark)}.section-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text)}.section-subtitle{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2rem}.how-it-works-section{padding:3rem 0 4rem;background:var(--color-bg-alt)}.how-it-works-section .header-container{max-width:960px;margin-left:auto;margin-right:auto}.how-it-works-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);text-align:center;margin:0 0 2rem}.how-it-works-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;position:relative}@media (max-width:768px){.how-it-works-steps{grid-template-columns:1fr;gap:1.5rem}}.how-it-works-step{text-align:center;padding:2rem 1.5rem;background:var(--color-bg);border-radius:16px;border:1px solid var(--color-border);box-shadow:0 2px 8px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s;position:relative;z-index:1}.how-it-works-step:hover{border-color:var(--color-accent);box-shadow:0 8px 24px rgba(48,173,36,.12)}.how-it-works-num{width:64px;height:64px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:1.75rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 14px rgba(48,173,36,.35)}.how-it-works-step h3{font-size:1.2rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem}.how-it-works-step p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5;margin:0}.why-choose-section{padding:3rem 0 4rem;background:var(--color-bg)}.why-choose-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);text-align:center;margin:0 0 .5rem}.why-choose-subtitle{font-size:1.1rem;color:var(--color-text-muted);text-align:center;max-width:480px;margin:0 auto 2rem}.why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:900px){.why-choose-grid{grid-template-columns:1fr}}.why-choose-card{padding:1.75rem;background:var(--color-bg-alt);border-radius:16px;border:1px solid var(--color-border);transition:border-color .2s,box-shadow .2s}.why-choose-card:hover{border-color:var(--color-accent);box-shadow:0 6px 20px rgba(48,173,36,.1)}.why-choose-card-icon{width:52px;height:52px;border-radius:12px;background:rgba(48,173,36,.12);color:var(--color-accent);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.why-choose-card h3{font-size:1.15rem;font-weight:700;color:var(--color-accent-dark);margin:0 0 .5rem}.why-choose-card p{margin:0;color:var(--color-text-muted);font-size:.95rem;line-height:1.55}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--color-bg);box-shadow:0 1px 3px rgba(0,0,0,.06)}.header-container{width:100%;max-width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media (min-width:768px){.header-container{padding:0 1.25rem}}@media (min-width:1200px){.header-container{padding:0 2rem}}@media (min-width:1400px){.header-container{padding:0 2.5rem}}@media (max-width:767px){.header-container{padding:0 .75rem}}.header-top{background:linear-gradient(90deg,var(--hero-green-4) 0,var(--color-accent) 35%,var(--hero-green-1) 65%,var(--color-cta) 100%);color:#fff;font-size:.8rem}.header-top-inner{justify-content:space-between;min-height:34px}.header-top-inner,.header-top-left{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.header-top-left{flex-shrink:1;min-width:0}.header-top-left a{color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;opacity:.98;white-space:nowrap}.header-top-left a:hover{opacity:1;text-decoration:underline}.header-urgences{background:var(--color-error);color:var(--color-bg)!important;padding:.3rem .75rem;border-radius:999px;font-weight:600;text-decoration:none!important;display:inline-flex;align-items:center;gap:.4rem}.header-urgences:hover{background:var(--color-error-dark);text-decoration:none!important}.header-top-icon,.header-urgences-icon{width:16px;height:16px;flex-shrink:0;color:var(--color-bg)}.header-whatsapp .header-top-icon{width:18px;height:18px}.header-top-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-socials{display:flex;align-items:center;gap:.5rem}.header-social-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--color-bg);padding:.2rem}.header-social-icon:hover{opacity:.9}.header-social-icon svg{width:18px;height:18px;display:block}.header-lang{color:var(--color-bg)!important;text-decoration:none!important;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.header-top-lang-wrap{position:relative}.header-top-lang-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:.9rem;font-weight:500;color:#fff;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.header-top-lang-btn:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);color:#fff}.header-top-lang-btn svg{flex-shrink:0;opacity:.9}.header-top-lang-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:.35rem 0;z-index:100;max-height:280px;overflow-y:auto}.header-top-lang-option{display:block;width:100%;padding:.5rem .75rem;font-size:.9rem;color:var(--color-text);text-decoration:none;text-align:left;background:none;border:none;transition:background .15s}.header-top-lang-option:hover{background:var(--color-bg-alt);color:var(--color-primary)}.header-top-lang-option[data-active=true]{font-weight:600;color:var(--color-accent)}.header-theme-btn{background:transparent;border:none;color:var(--color-bg);cursor:pointer;padding:.25rem;display:inline-flex;align-items:center;justify-content:center}.header-top .header-theme-btn{color:#fff!important}.header-top .header-theme-btn:hover{opacity:.9}.header-theme-btn svg{display:block}.header-main{background:var(--color-bg);border-bottom:1px solid var(--color-border);overflow:visible}.header-main-inner{display:flex;align-items:center;justify-content:space-between;min-height:56px;gap:.5rem;flex-wrap:nowrap;min-width:0;max-width:100%}.header-main-inner>.header-nav{flex-shrink:1;min-width:0}.header-main-inner>.header-search{flex:1 1 auto;min-width:0}.header-main-inner>.header-actions{flex-shrink:0;min-width:0}.header-logo{flex-direction:column;gap:.1rem;text-decoration:none;color:inherit}.header-logo,.header-logo-square{display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-logo-square{width:42px;height:42px;border-radius:8px;overflow:hidden}.header-logo-square .header-logo-img{width:100%;height:100%;object-fit:contain}.header-logo-wrench{width:22px;height:22px;color:var(--color-primary)}.header-logo-name{font-weight:700;font-size:.75rem;color:var(--color-primary);line-height:1.1;text-align:center;white-space:nowrap}.header-search{flex:1 1 auto;min-width:120px;max-width:480px;position:relative;display:flex;align-items:center}.header-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.header-search-icon svg{display:block;width:16px;height:16px}.header-search-input{width:100%;padding:.45rem .75rem .45rem 2.25rem;border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;background:var(--color-bg)}.header-search-input::placeholder{color:var(--color-text-muted)}.header-search-input:focus{outline:none;border-color:var(--color-primary)}.header-search-suggestions{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:0;list-style:none;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:320px;overflow-y:auto;z-index:100}.header-search-suggestion{display:block;padding:.6rem .75rem .6rem 2.25rem;font-size:.875rem;color:var(--color-text);text-decoration:none;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.header-search-suggestion-active,.header-search-suggestion:hover{background:var(--color-bg-alt);color:var(--color-primary)}.header-search-suggestion-loading{padding:.6rem .75rem .6rem 2.25rem;color:var(--color-text-muted);font-size:.875rem}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav-link{padding:.35rem .5rem;color:var(--color-text);font-weight:500;font-size:.85rem;text-decoration:none;border-radius:6px;white-space:nowrap}.header-nav-link:hover{color:var(--color-primary);background:rgba(30,96,168,.06)}.header-nav-item{position:relative}.header-nav-trigger{display:inline-flex;align-items:center;gap:.2rem;padding:.35rem .5rem;background:none;border:none;font-size:.85rem;font-weight:500;color:var(--color-text);cursor:pointer;border-radius:6px;font-family:inherit}.header-nav-trigger:hover{color:var(--color-primary);background:rgba(30,96,168,.06)}.header-nav-arrow{font-size:.7em;opacity:.8}.header-dropdown{position:absolute;top:100%;left:0;margin-top:0;padding-top:4px;background:transparent;z-index:50}.header-dropdown-inner,.header-dropdown-pages ul{background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1)}.header-dropdown-pages{padding:.5rem 0;left:50%;transform:translateX(-50%)}.header-dropdown-pages ul{list-style:none;margin:0;padding:.5rem .75rem;min-width:420px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.25rem .75rem;gap:.25rem .75rem}.header-dropdown-pages li a{display:block;padding:.4rem .6rem;color:var(--color-text);text-decoration:none;font-size:.9rem;border-radius:6px}.header-dropdown-pages li a:hover{background:var(--color-bg-alt);color:var(--color-primary)}@media (max-width:768px){.header-dropdown-pages{left:0;transform:none}.header-dropdown-pages ul{min-width:220px;grid-template-columns:1fr}}.header-dropdown-services{min-width:520px;width:min(1040px,100vw - 96px);left:50%;transform:translateX(-40%)}.header-dropdown-services .header-dropdown-inner{min-height:80px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem 2rem;gap:1.25rem 2rem;padding:1.5rem 1.75rem}@media (min-width:992px) and (max-width:1200px){.header-dropdown-services .header-dropdown-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}.header-dropdown-inner{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;padding:1rem}.header-dropdown-category{display:flex;flex-direction:column;gap:.35rem;padding:.75rem 1rem;border-radius:10px;background:var(--color-bg-alt);border:1px solid var(--color-border-subtle);box-shadow:0 4px 14px rgba(15,23,42,.06);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.header-dropdown-category:hover{background:var(--color-bg);border-color:var(--color-accent);box-shadow:0 8px 24px rgba(48,173,36,.16);transform:translateY(-2px)}.header-dropdown-cat-title{font-weight:600;color:var(--color-primary);text-decoration:none;padding:.25rem 0;font-size:.95rem}.header-dropdown-cat-title:hover{text-decoration:underline}.header-dropdown-sub{list-style:none;margin:0;padding:0 0 0 .5rem}.header-dropdown-sub li a{display:block;padding:.2rem 0;font-size:.875rem;color:var(--color-text);text-decoration:none}.header-dropdown-sub li a:hover{color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:.35rem}.header-action-item,.header-icon{position:relative}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;color:var(--color-text);text-decoration:none}.header-icon:hover{background:var(--color-bg-alt);color:var(--color-text)}.header-icon svg{display:block;width:18px;height:18px;stroke:currentColor;fill:none}.site-header--dark .header-main .header-icon,html[data-theme=dark] .site-header .header-main .header-icon{color:#e2e8f0!important;background:#1e293b!important}.site-header--dark .header-main .header-icon:hover,html[data-theme=dark] .site-header .header-main .header-icon:hover{background:#334155!important;color:#e2e8f0!important}.site-header--dark .header-main .header-icon svg,.site-header--dark .header-main .header-icon svg circle,.site-header--dark .header-main .header-icon svg line,.site-header--dark .header-main .header-icon svg path,.site-header--dark .header-main .header-icon svg polyline,html[data-theme=dark] .site-header .header-main .header-icon svg,html[data-theme=dark] .site-header .header-main .header-icon svg circle,html[data-theme=dark] .site-header .header-main .header-icon svg line,html[data-theme=dark] .site-header .header-main .header-icon svg path,html[data-theme=dark] .site-header .header-main .header-icon svg polyline{stroke:#e2e8f0!important;stroke-width:2px!important;fill:none!important}.header-icon-badge:after{content:attr(data-badge);position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;color:#fff;background:var(--color-error);border-radius:999px;display:flex;align-items:center;justify-content:center}.header-actions-dropdown{position:absolute;top:110%;right:0;min-width:260px;background:var(--color-bg);border-radius:10px;border:1px solid var(--color-border);box-shadow:0 12px 30px rgba(0,0,0,.16);padding:.75rem;z-index:60}.header-actions-dropdown-title{font-size:.9rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.header-actions-list{list-style:none;padding:0;margin:0;max-height:260px;overflow-y:auto}.header-actions-item{font-size:.85rem;color:var(--color-text-muted);padding:.4rem 0;border-bottom:1px solid var(--color-border)}.header-actions-item:last-child{border-bottom:none}.header-actions-item-strong{font-weight:600;color:var(--color-text)}.header-actions-dropdown-footer{margin-top:.5rem;display:flex;justify-content:flex-end}.header-actions-dropdown-footer a{font-size:.8rem;color:var(--color-primary);text-decoration:none}.header-actions-dropdown-footer a:hover{text-decoration:underline}.header-icon-badge[data-badge="3"]:after{background:var(--color-cta)}.header-lang-wrap{position:relative}.header-lang-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.85rem;font-weight:500;color:var(--color-text);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.header-lang-btn:hover{background:var(--color-bg);border-color:var(--color-accent)}.header-lang-btn svg{width:1rem;height:1rem;opacity:.8}.header-lang-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:8rem;padding:.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100}.header-lang-option{display:block;width:100%;padding:.5rem .75rem;font-size:.9rem;color:var(--color-text);background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background .2s}.header-lang-option:hover{background:var(--color-bg-alt)}.header-lang-option[data-active=true]{font-weight:600;color:var(--color-accent)}.btn-header-cta{background:var(--color-accent)!important;color:#fff!important;padding:.4rem .85rem;font-size:.85rem;font-weight:600;border-radius:8px;text-decoration:none;white-space:nowrap}.btn-header-cta:hover{background:var(--color-accent-dark)!important;color:#fff!important}.btn-header-outline{background:var(--color-bg)!important;color:var(--color-accent)!important;border:2px solid var(--color-accent)!important;padding:.4rem .75rem;font-size:.85rem;font-weight:600;border-radius:8px;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0}.btn-header-outline:hover{background:rgba(48,173,36,.08)!important;color:var(--color-accent-dark)!important}.btn-header-outline-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.btn-header-outline-icon svg{display:block;width:16px;height:16px}@media (max-width:1200px){.header-main-inner{gap:.4rem;min-height:52px}.header-logo-square{width:38px;height:38px}.header-logo-img{width:22px;height:22px}.header-logo-name{font-size:.7rem}.header-search{min-width:100px;max-width:380px}.header-search-input{padding:.4rem .6rem .4rem 2rem;font-size:.8125rem}.header-nav-link,.header-nav-trigger{font-size:.8125rem;padding:.3rem .4rem}.header-actions{gap:.25rem}.header-icon{width:32px;height:32px}.header-icon svg{width:16px;height:16px}.btn-header-cta,.btn-header-outline{padding:.35rem .65rem;font-size:.8125rem}.btn-header-outline-icon svg{width:14px;height:14px}}.header-menu-btn{display:none;background:none;border:none;padding:8px;cursor:pointer}.header-menu-btn span{display:block;width:24px;height:2px;background:var(--color-text);margin-bottom:4px}.header-menu-btn span:last-child{margin-bottom:0}.header-mobile-nav{position:absolute;top:100%;left:0;right:0;background:var(--color-bg);border-top:1px solid var(--color-border);padding:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}.header-mobile-nav a{padding:.5rem 0}.header-mobile-services-wrap{width:100%;border-bottom:1px solid var(--color-border);padding-bottom:.75rem;margin-bottom:.25rem}.header-mobile-services-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem 0;font-size:1rem;font-weight:600;color:var(--color-text);background:none;border:none;cursor:pointer;text-align:left}.header-mobile-services-trigger:hover{color:var(--color-primary)}.header-mobile-services-arrow{font-size:.85em;opacity:.8}.header-mobile-services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem 1rem;gap:.75rem 1rem;margin-top:.25rem;background:var(--color-bg-alt);border-radius:8px;padding:.75rem 1rem}@media (min-width:480px){.header-mobile-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:600px){.header-mobile-services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.header-mobile-services-category{display:flex;flex-direction:column;gap:.2rem}.header-mobile-services-cat-title{font-weight:600;font-size:.9rem;color:var(--color-primary);text-decoration:none}.header-mobile-services-cat-title:hover{text-decoration:underline}.header-mobile-services-sub{list-style:none;margin:0;padding:0 0 0 .5rem}.header-mobile-services-sub li a{display:block;padding:.15rem 0;font-size:.85rem;color:var(--color-text);text-decoration:none}.header-mobile-services-sub li a:hover{color:var(--color-primary)}@media (max-width:991px){.btn-header-cta,.btn-header-outline,.header-actions .header-icon,.header-nav,.header-search{display:none}.header-menu-btn{display:block}}@media (min-width:992px){.header-menu-btn{display:none}}.hero-section{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}.hero-bg{background-color:var(--hero-green-5);background-image:linear-gradient(105deg,var(--hero-green-5) 0,var(--hero-green-4) 22%,var(--hero-green-3) 45%,var(--hero-green-2) 70%,var(--hero-green-1) 100%);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-bg,.hero-bg-img{position:absolute;inset:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(0,82,41,.75),rgba(0,102,51,.72) 22%,rgba(0,122,61,.7) 45%,rgba(0,143,69,.68) 70%,rgba(0,167,79,.65));pointer-events:none}.hero-container{position:relative;z-index:1;width:100%;padding-top:2rem;padding-bottom:3rem}.hero-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:992px){.hero-grid{grid-template-columns:1fr 320px;gap:3rem}}.hero-content{color:#fff}.hero-badge{display:inline-block;background:var(--color-accent);color:#fff;font-size:.8rem;font-weight:600;padding:.35rem 1rem;border-radius:999px;margin-bottom:1rem;border:1px solid hsla(0,0%,100%,.25)}.hero-headline{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2;margin:0 0 1rem;color:#fff}.hero-headline .highlight{color:var(--color-cta)}.hero-desc{font-size:1rem;line-height:1.6;margin:0 0 1.75rem;color:hsla(0,0%,100%,.95);max-width:580px}.hero-form{margin-bottom:1.5rem}.hero-form-label{display:block;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.5rem}.hero-form-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.hero-form-select{flex:1 1 160px;min-width:0;padding:.65rem 2rem .65rem 1rem;font-size:.95rem;background:var(--color-bg);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.hero-form-btn,.hero-form-select{border:none;border-radius:10px;color:var(--color-text);cursor:pointer}.hero-form-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--color-cta);font-size:1rem;font-weight:700;white-space:nowrap}.hero-form-btn:hover{background:var(--color-cta-dark)}.hero-popular{margin-top:1rem}.hero-popular-label{display:block;font-size:.9rem;font-weight:600;color:hsla(0,0%,100%,.95);margin-bottom:.5rem}.hero-popular-pills{display:flex;flex-wrap:wrap;gap:.5rem}.hero-pill{display:inline-block;padding:.4rem .9rem;background:var(--color-bg);border:2px solid var(--color-accent);color:var(--color-accent);font-size:.85rem;font-weight:600;border-radius:999px;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.hero-pill:hover{background:rgba(48,173,36,.12);border-color:var(--color-accent-dark);color:var(--color-accent-dark)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.hero-stat-box{background:hsla(0,0%,100%,.12);border-radius:12px;padding:1.25rem;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.35)}.hero-stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--color-cta);line-height:1.1;margin-bottom:.25rem}.hero-stat-label{font-size:.8rem;color:hsla(0,0%,100%,.95)}.hero-chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.2);text-decoration:none;transition:transform .2s,box-shadow .2s}.hero-chat-widget:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(0,0,0,.25);color:#fff}.hero-chat-badge{position:absolute;top:-2px;right:-2px;min-width:22px;height:22px;padding:0 6px;background:var(--color-cta);color:var(--color-text);font-size:.75rem;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center}.nos-services-section{background:var(--color-bg);padding:3rem 0 1rem}.nos-services-pill{display:inline-block;background:var(--color-accent);color:#fff;font-size:.8rem;font-weight:600;padding:.35rem 1rem;border-radius:999px;margin-bottom:.75rem}.nos-services-title{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;color:var(--color-text);margin:0 0 .5rem}.nos-services-desc{font-size:1rem;color:var(--color-text-muted);margin:0 0 1.5rem;max-width:640px;line-height:1.5}.nos-services-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.nos-services-cat{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#f1f5f9;border:1px solid var(--color-bg-muted);border-radius:10px;font-size:.9rem;font-weight:500;color:var(--color-text);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.nos-services-cat:hover{background:var(--color-bg-muted);border-color:var(--color-bg-muted-2)}.nos-services-cat-active{background:var(--hero-green-4)!important;border-color:var(--color-accent)!important;color:var(--color-bg)!important}.nos-services-cat-icon{width:18px;height:18px;flex-shrink:0}.nos-services-cards-wrap{position:relative;padding:0 48px}.nos-services-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .2s,transform .1s}.nos-services-arrow:hover{background:var(--color-accent-dark);transform:translateY(-50%) scale(1.05);color:#fff}.nos-services-arrow-left{left:0}.nos-services-arrow-right{right:0}.nos-services-cards{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem 0;-webkit-overflow-scrolling:touch}.nos-services-cards::-webkit-scrollbar{display:none}.nos-services-card{flex:0 0 280px;scroll-snap-align:start;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.06);position:relative;display:flex;flex-direction:column;gap:0;overflow:hidden}.nos-services-card-image-link{display:block;flex-shrink:0}.nos-services-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;vertical-align:middle}.nos-services-card-image-placeholder{background:linear-gradient(135deg,var(--color-bg-muted) 0,var(--color-bg-muted-2) 100%)}.nos-services-card>.nos-services-card-actions,.nos-services-card>.nos-services-card-desc-link,.nos-services-card>.nos-services-card-meta,.nos-services-card>.nos-services-card-price,.nos-services-card>.nos-services-card-title-link{padding-left:1.25rem;padding-right:1.25rem}.nos-services-card>.nos-services-card-title-link{padding-top:1rem}.nos-services-card>.nos-services-card-desc-link{padding-top:.25rem}.nos-services-card>.nos-services-card-actions{padding-bottom:1.25rem;margin-top:.5rem;padding-top:.75rem}.nos-services-card:hover{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.nos-services-card-urgent{position:absolute;top:.75rem;right:.75rem;background:var(--color-error);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.nos-services-card-desc-link,.nos-services-card-title-link{text-decoration:none;color:inherit}.nos-services-card-desc-link:hover,.nos-services-card-title-link:hover{color:var(--color-primary)}.nos-services-card-title{font-size:1.1rem;font-weight:700;color:var(--color-text);margin:0}.nos-services-card-desc{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.nos-services-card-price{font-size:1.1rem;font-weight:700;color:var(--color-accent);margin:.25rem 0 0}.nos-services-card-from{font-size:.8rem;font-weight:400;color:var(--color-text-muted)}.nos-services-card-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;margin:.25rem 0}.nos-services-card-rating{color:var(--color-text);display:inline-flex;align-items:center;gap:.2rem}.nos-services-star{color:var(--color-cta-dark)}.nos-services-card-providers{color:var(--color-primary);text-decoration:none}.nos-services-card-providers:hover{text-decoration:underline}.nos-services-card-actions{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem}.nos-services-card-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background:var(--color-accent);color:#fff;font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s}.nos-services-card-btn:hover{background:var(--color-accent-dark);color:#fff}.nos-services-card-fav{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid var(--color-bg-muted);border-radius:8px;cursor:pointer;font-size:1.1rem;color:var(--color-text-muted);transition:background .2s,color .2s}.nos-services-card-fav:hover{background:rgba(220,38,38,.08);color:var(--color-error)}.nos-services-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem;padding-bottom:.5rem}.nos-services-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-bg-muted-2);cursor:pointer;padding:0;transition:background .2s,transform .2s}.nos-services-dot:hover{background:#94a3b8;transform:scale(1.15)}.nos-services-dot-active{background:var(--color-accent);transform:scale(1.2)}.nos-services-dot-active:hover{background:var(--color-accent-dark)}.dernieres-demandes-section{background:var(--color-bg-alt);padding:1rem 0 4rem}.dernieres-demandes-header{margin-bottom:1.5rem}.dernieres-demandes-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-accent);margin:0 0 .35rem;display:inline-flex;align-items:center;gap:.5rem}.dernieres-demandes-info{display:inline-flex;align-items:center;justify-content:center;color:#6bc97a;cursor:help}.dernieres-demandes-subtitle{font-size:1rem;color:var(--color-text-muted);margin:0}.dernieres-demandes-wrap{position:relative;padding:0 48px}.dernieres-demandes-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .2s,transform .1s}.dernieres-demandes-arrow:hover{background:var(--color-accent-dark);transform:translateY(-50%) scale(1.05);color:#fff}.dernieres-demandes-arrow-left{left:0}.dernieres-demandes-arrow-right{right:0}.dernieres-demandes-cards{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem 0;-webkit-overflow-scrolling:touch}.dernieres-demandes-cards::-webkit-scrollbar{display:none}.dernieres-demandes-card{flex:0 0 360px;scroll-snap-align:start;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.6rem}.dernieres-demandes-card:hover{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.dernieres-demandes-card-top{display:flex;align-items:flex-start;gap:.6rem}.dernieres-demandes-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--color-border)}.dernieres-demandes-card-meta{display:flex;flex-direction:column;gap:.15rem;flex:1 1;min-width:0}.dernieres-demandes-client{font-weight:700;font-size:.95rem;color:var(--color-text)}.dernieres-demandes-location,.dernieres-demandes-time{font-size:.8rem;color:var(--color-text-muted)}.dernieres-demandes-price{flex-shrink:0;background:var(--color-cta-dark);color:#fff;font-size:.9rem;font-weight:700;padding:.35rem .65rem;border-radius:8px}.dernieres-demandes-card-title-link{text-decoration:none;color:inherit}.dernieres-demandes-card-title-link:hover{color:var(--color-primary)}.dernieres-demandes-card-title{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}.dernieres-demandes-card-desc{font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dernieres-demandes-card-desc-link{text-decoration:none;color:inherit}.dernieres-demandes-card-desc-link:hover{color:var(--color-primary)}.dernieres-demandes-card-voir-details{display:inline-block;margin-top:.35rem;font-size:.85rem;font-weight:600;color:var(--color-primary);text-decoration:none}.dernieres-demandes-card-voir-details:hover{text-decoration:underline}.dernieres-demandes-delai{font-size:.85rem;color:var(--color-text);margin:0}.dernieres-demandes-exigences{margin:0}.dernieres-demandes-exigences-label{font-size:.85rem;color:var(--color-text);display:block;margin-bottom:.35rem}.dernieres-demandes-tags{display:flex;flex-wrap:wrap;gap:.35rem}.dernieres-demandes-tag{display:inline-block;padding:.25rem .6rem;background:#f1f5f9;border:1px solid var(--color-bg-muted);border-radius:999px;font-size:.75rem;color:var(--color-text-muted)}.dernieres-demandes-stats{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--color-text-muted)}.dernieres-demandes-icon-btn{background:none;border:none;cursor:pointer;padding:.25rem;font-size:1rem;color:var(--color-text-muted)}.dernieres-demandes-icon-btn:hover{color:var(--color-accent)}.dernieres-demandes-prestataires-label{font-size:.8rem;color:var(--color-text-muted);margin:.35rem 0 .2rem}.dernieres-demandes-avatars-stack{display:flex;margin-bottom:.5rem}.dernieres-demandes-avatar-sm{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-8px;flex-shrink:0;background:var(--color-border)}.dernieres-demandes-avatar-sm:first-child{margin-left:0}.dernieres-demandes-card-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.5rem}.dernieres-demandes-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.dernieres-demandes-btn-primary{background:var(--color-accent);color:#fff;border:none}.dernieres-demandes-btn-primary:hover{background:var(--color-accent-dark);color:#fff}.dernieres-demandes-btn-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.dernieres-demandes-btn-outline:hover{background:rgba(48,173,36,.08);color:var(--color-accent-dark)}.services-realises-section{background:var(--color-bg);padding:2rem 0 4rem}.services-realises-title{font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--color-text);text-align:center;margin:0 0 1.5rem;line-height:1.3}.services-realises-wrap{position:relative;padding:0 48px}.services-realises-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .2s,transform .1s}.services-realises-arrow:hover{background:var(--color-accent-dark);transform:translateY(-50%) scale(1.05);color:#fff}.services-realises-arrow-left{left:0}.services-realises-arrow-right{right:0}.services-realises-cards{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem 0;-webkit-overflow-scrolling:touch}.services-realises-cards::-webkit-scrollbar{display:none}.services-realises-card{flex:0 0 300px;scroll-snap-align:start;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s}.services-realises-card:hover{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.services-realises-card-link{text-decoration:none;color:inherit}.services-realises-card-link:hover{color:inherit}.services-realises-card-image-wrap{position:relative;width:100%;aspect-ratio:400/240;flex-shrink:0}.services-realises-card-image{width:100%;height:100%;object-fit:cover}.services-realises-badge{position:absolute;bottom:.5rem;left:.5rem;display:inline-flex;align-items:center;gap:.35rem;background:var(--color-cta);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:999px}.services-realises-time-ago{position:absolute;bottom:.5rem;right:.5rem;font-size:.8rem;color:hsla(0,0%,100%,.95);text-shadow:0 1px 2px rgba(0,0,0,.3)}.services-realises-card-title{font-size:1.05rem;font-weight:700;color:var(--color-text);margin:0;padding:1rem 1rem 0;line-height:1.3}.services-realises-card-location{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-text-muted);margin:0;padding:0 1rem}.services-realises-icon{flex-shrink:0;color:var(--color-text-muted)}.services-realises-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem;padding:.35rem 1rem 0}.services-realises-duration{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-muted)}.services-realises-rating{display:inline-flex;align-items:center;gap:.2rem;color:var(--color-text);font-weight:600}.services-realises-star{color:var(--color-cta-dark)}.services-realises-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:.75rem 1rem 1rem;border-top:1px solid var(--color-border)}.services-realises-provider{font-size:.9rem;font-weight:600;color:var(--color-text)}.services-realises-price{font-size:1rem;font-weight:700;color:var(--color-accent)}.services-realises-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem;padding-bottom:.5rem}.services-realises-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-bg-muted-2);cursor:pointer;padding:0;transition:background .2s,transform .2s}.services-realises-dot:hover{background:#94a3b8;transform:scale(1.15)}.services-realises-dot-active{background:var(--color-accent);transform:scale(1.2)}.services-realises-dot-active:hover{background:var(--color-accent-dark)}.marketplace-section{background:var(--color-bg-alt);padding:2.5rem 0 4rem}.marketplace-intro{text-align:center;margin-bottom:2rem}.marketplace-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);margin:0 0 .5rem;line-height:1.25}.marketplace-subtitle{font-size:1rem;color:var(--color-text-muted);max-width:640px;margin:0 auto;line-height:1.5}.marketplace-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.marketplace-search-wrap{flex:1 1;min-width:200px;position:relative;display:flex;align-items:center}.marketplace-search-icon{position:absolute;left:1rem;color:var(--color-text-muted);pointer-events:none}.marketplace-search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid var(--color-border);border-radius:10px;font-size:1rem;background:var(--color-bg);transition:border-color .2s}.marketplace-search-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(48,173,36,.2)}.marketplace-search-suggestions{position:absolute;top:100%;left:0;right:0;margin:4px 0 0;padding:0;list-style:none;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:280px;overflow-y:auto;z-index:50}.marketplace-search-suggestion{display:block;padding:.6rem 1rem .6rem 2.75rem;font-size:.9rem;color:var(--color-text);text-decoration:none;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.marketplace-search-suggestion-active,.marketplace-search-suggestion:hover{background:var(--color-bg-alt);color:var(--color-accent)}.marketplace-toolbar-actions{display:flex;align-items:center;gap:.5rem}.marketplace-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.marketplace-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.marketplace-btn-filter{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.marketplace-btn-filter:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}.marketplace-btn-view-active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.marketplace-btn-view-active:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff}.marketplace-badges{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--color-text-muted)}.marketplace-badge-item{display:inline-flex;align-items:center;gap:.4rem}.marketplace-badge-item svg{color:var(--color-accent);flex-shrink:0}.marketplace-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:2rem;gap:2rem;align-items:start}@media (max-width:900px){.marketplace-layout{grid-template-columns:1fr}.marketplace-section .marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.marketplace-section .marketplace-grid-list{grid-template-columns:1fr!important}.marketplace-main,.marketplace-section .marketplace-card,.marketplace-section .marketplace-grid{min-width:0}}.marketplace-sidebar{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;position:-webkit-sticky;position:sticky;top:1rem;min-width:0}.marketplace-sidebar-title{font-size:1.1rem;font-weight:700;color:var(--color-text);margin:0 0 1rem}.marketplace-categories{display:flex;flex-direction:column;gap:.25rem}.marketplace-cat{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem .75rem;border:none;border-radius:8px;background:transparent;font-size:.95rem;color:var(--color-text);cursor:pointer;text-align:left;transition:background .2s,color .2s}.marketplace-cat:hover{background:var(--color-bg-alt)}.marketplace-cat-active{background:rgba(48,173,36,.12);color:var(--color-accent-dark);font-weight:600}.marketplace-cat-count{font-size:.8rem;background:var(--color-cta);color:#fff;padding:.2rem .5rem;border-radius:999px;font-weight:600}.marketplace-main{min-width:0}.marketplace-results{font-size:.9rem;color:var(--color-text-muted);margin:0 0 1rem}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.marketplace-grid-list{grid-template-columns:1fr}.marketplace-grid-list .marketplace-card{flex-direction:row}.marketplace-grid-list .marketplace-card-image-wrap{width:160px;min-width:160px;aspect-ratio:1}.marketplace-card-wrap{position:relative;display:flex;flex-direction:column}.marketplace-card{display:flex;flex-direction:column;flex:1 1;min-height:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.marketplace-card-wrap:hover .marketplace-card{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.marketplace-card-add-btn{position:absolute;top:.5rem;right:.5rem;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:var(--color-accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:background .2s,transform .2s}.marketplace-card-add-btn:hover{background:var(--color-accent-dark,#0d5c2e);transform:scale(1.05)}.marketplace-card-add-btn:disabled{opacity:.8;cursor:wait}.marketplace-card-add-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.marketplace-card-image-wrap{position:relative;width:100%;aspect-ratio:1;flex-shrink:0;min-height:0}.marketplace-card-image{width:100%;height:100%;object-fit:cover;display:block;vertical-align:middle}.marketplace-card-badge{position:absolute;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:6px}.marketplace-card-badge-featured{top:.5rem;left:.5rem;background:var(--color-accent);color:#fff}.marketplace-card-badge-discount{top:.5rem;right:.5rem;background:var(--color-error);color:#fff}.marketplace-card-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;flex:1 1;min-height:0}.marketplace-card-title{font-size:.95rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.marketplace-card-price{font-size:1rem;font-weight:700;color:var(--color-primary);margin:0}.marketplace-card-seller{font-size:.8rem;color:var(--color-text-muted);margin:0}.marketplace-card-rating{font-size:.8rem;color:var(--color-text);margin:0;display:inline-flex;align-items:center;gap:.25rem}.marketplace-star{color:var(--color-cta-dark)}.experts-section{background:var(--color-bg);padding:2.5rem 0 4rem}.experts-intro{text-align:center;margin-bottom:2rem}.experts-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);margin:0 0 .5rem;line-height:1.25}.experts-subtitle{font-size:1rem;color:var(--color-text-muted);max-width:560px;margin:0 auto;line-height:1.5}.experts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.experts-card{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:border-color .2s,box-shadow .2s}.experts-card:hover{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.experts-card-avatar-wrap{margin-bottom:1rem}.experts-card-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;display:block}.experts-card-avatar-placeholder{background:linear-gradient(135deg,var(--color-accent) 0,var(--color-accent-dark) 100%);color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center}.experts-card-name{font-size:1.1rem;font-weight:700;color:var(--color-text);margin:0 0 .25rem}.experts-card-specialty{font-size:.9rem;color:var(--color-text-muted);margin:0 0 .75rem}.experts-card-meta{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;margin:0 0 1rem}.experts-card-rating{display:inline-flex;align-items:center;gap:.2rem;color:var(--color-text);font-weight:600}.experts-star{color:var(--color-cta-dark)}.experts-card-missions{color:var(--color-text-muted)}.experts-card-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background:var(--color-accent);color:#fff;font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s;margin-top:auto}.experts-card-btn:hover{background:var(--color-accent-dark);color:#fff}.temoignages-section{background:var(--color-bg);padding:2.5rem 0 4rem}.temoignages-intro{text-align:center;margin-bottom:1.5rem}.temoignages-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--color-text);margin:0 0 .35rem}.temoignages-subtitle{font-size:1rem;color:var(--color-text-muted);margin:0}.temoignages-wrap{position:relative;padding:0 48px}.temoignages-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:var(--color-accent);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.15);transition:background .2s,transform .1s}.temoignages-arrow:hover{background:var(--color-accent-dark);transform:translateY(-50%) scale(1.05);color:#fff}.temoignages-arrow-left{left:0}.temoignages-arrow-right{right:0}.temoignages-cards{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem 0;-webkit-overflow-scrolling:touch}.temoignages-cards::-webkit-scrollbar{display:none}.temoignages-card{flex:0 0 380px;scroll-snap-align:start;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,box-shadow .2s}.temoignages-card:hover{border-color:var(--color-accent);box-shadow:0 4px 14px rgba(0,0,0,.08)}.temoignages-card-link{text-decoration:none;color:inherit}.temoignages-card-link:hover{color:inherit}.temoignages-quote{font-size:1.05rem;font-style:italic;color:var(--color-text);margin:0;line-height:1.5;flex:1 1}.temoignages-author{display:flex;align-items:center;gap:.75rem}.temoignages-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.temoignages-avatar-placeholder{background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.15rem}.temoignages-name{display:block;font-size:.95rem;color:var(--color-text)}.temoignages-role{font-size:.85rem;color:var(--color-text-muted)}.temoignages-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1.25rem;padding-bottom:.5rem}.temoignages-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-bg-muted-2);cursor:pointer;padding:0;transition:background .2s,transform .2s}.temoignages-dot:hover{background:#94a3b8;transform:scale(1.15)}.temoignages-dot-active{background:var(--color-accent);transform:scale(1.2)}.temoignages-dot-active:hover{background:var(--color-accent-dark)}.service-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:var(--color-primary)!important}.app-label{display:block;margin-bottom:.35rem;font-weight:500;font-size:.9rem}.app-input{width:100%;padding:.75rem;border-radius:8px;border:1px solid var(--color-border);font-size:1rem}.app-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(30,96,168,.2)}.trust-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;opacity:.7}.trust-logos img{height:32px;width:auto;filter:grayscale(1)}.cms-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-text);text-align:center;margin:0 0 .5rem}.cms-section-subtitle{font-size:1.05rem}.cms-section-empty,.cms-section-subtitle{color:var(--color-text-muted);text-align:center}.cms-section-empty{width:100%;padding:2rem 1rem;font-size:.95rem;line-height:1.5;margin:0}.cms-blog-grid .cms-section-empty,.cms-promotions-grid .cms-section-empty,.cms-requests-grid .cms-section-empty,.cms-stats-grid .cms-section-empty{grid-column:1/-1}.cms-faq-list .cms-section-empty{padding:2rem}.cms-empty-state{width:100%;text-align:center;padding:2rem 1rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.5;max-width:560px;margin:0 auto 2rem}.cms-promotions-section{padding:3.5rem 0;background:linear-gradient(180deg,var(--color-bg-alt) 0,var(--color-bg) 100%)}.cms-promotions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.cms-promo-card{position:relative;padding:1.5rem;background:var(--color-bg);border-radius:12px;border:1px solid var(--color-border);box-shadow:0 2px 12px rgba(0,0,0,.04);transition:box-shadow .2s,border-color .2s}.cms-promo-card:hover{border-color:var(--color-accent);box-shadow:0 6px 20px rgba(48,173,36,.12)}.cms-promo-badge{display:inline-block;padding:.25rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:rgba(48,173,36,.12);color:var(--color-accent-dark);border-radius:999px;margin-bottom:.75rem}.cms-promo-title{font-size:1.15rem;font-weight:700;color:var(--color-text);margin:0 0 .5rem}.cms-promo-desc{font-size:.95rem;color:var(--color-text-muted);line-height:1.5;margin:0 0 .5rem}.cms-promo-period{font-size:.85rem;color:var(--color-text-muted);margin:0}.cms-partners-section{padding:3rem 1.5rem;background:linear-gradient(160deg,var(--hero-green-5) 0,#0f172a 100%);color:#e2e8f0;position:relative;overflow:hidden}.cms-partners-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--color-accent),var(--color-cta),transparent);opacity:.9}.cms-partners-section .header-container{max-width:900px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.cms-partners-section .cms-section-title{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;color:#fff;letter-spacing:.02em;text-transform:uppercase;margin-bottom:.35rem}.cms-partners-section .cms-section-subtitle{font-size:.95rem;line-height:1.5;color:rgba(226,232,240,.85);margin-bottom:2rem}.cms-partners-section .cms-section-empty.cms-partners-empty{color:rgba(226,232,240,.85)}.cms-partners-logos{flex-wrap:wrap;gap:clamp(1.25rem,3vw,2.5rem) clamp(1.5rem,4vw,3rem);margin-top:0}.cms-partners-item,.cms-partners-logos{display:flex;align-items:center;justify-content:center}.cms-partners-item{min-height:clamp(56px,10vw,88px);padding:clamp(.7rem,1.5vw,1rem) clamp(1rem,2.5vw,1.75rem);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;transition:background .2s,border-color .2s,transform .2s}.cms-partners-item:hover{background:hsla(0,0%,100%,.1);border-color:var(--color-accent);transform:translateY(-1px)}.cms-partners-item img{max-height:clamp(40px,6vw,80px);max-width:clamp(100px,18vw,220px);width:auto;height:auto;object-fit:contain;opacity:.9;transition:opacity .2s}.cms-partners-item:hover img{opacity:1}.cms-partners-item span{font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;color:rgba(226,232,240,.95);letter-spacing:.02em;transition:color .2s}.cms-partners-item:hover span{color:#fff}@media (max-width:1024px){.cms-partners-section{padding:2.75rem 1.25rem}.cms-partners-item img{max-height:64px;max-width:180px}.cms-partners-item{min-height:76px;padding:.85rem 1.4rem}}@media (max-width:767px){.cms-partners-section{padding:2.5rem 1rem}.cms-partners-logos{gap:1.25rem 1.5rem}.cms-partners-item{min-height:64px;padding:.75rem 1.15rem}.cms-partners-item img{max-height:52px;max-width:150px}.cms-partners-item span{font-size:.9rem}}@media (max-width:480px){.cms-partners-section{padding:2rem .75rem}.cms-partners-logos{gap:1rem 1.25rem}.cms-partners-item{min-height:56px;padding:.65rem 1rem}.cms-partners-item img{max-height:44px;max-width:120px}.cms-partners-item span{font-size:.85rem}}.cms-stats-section{padding:2.5rem 0;background:linear-gradient(135deg,var(--hero-green-3) 0,var(--hero-green-4) 50%,var(--hero-green-5) 100%);color:var(--color-bg)}.cms-stats-section .cms-section-subtitle.cms-stats-section-subtitle,.cms-stats-section .cms-section-title.cms-stats-section-title{color:hsla(0,0%,100%,.95)}.cms-stats-section .cms-section-subtitle.cms-stats-section-subtitle{color:hsla(0,0%,100%,.85)}.cms-stats-section .cms-section-empty{color:hsla(0,0%,100%,.9)}.cms-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:2rem;gap:2rem;text-align:center}.cms-stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.cms-stat-value{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1;color:var(--color-cta);text-shadow:0 1px 2px rgba(0,0,0,.15)}.cms-stat-label{font-size:.95rem;opacity:.95}.cms-banners-section{position:relative;background:var(--color-bg-alt);overflow:hidden}.cms-banners-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:2}.cms-banners-dot{width:10px;height:10px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;transition:background .2s,transform .2s}.cms-banners-dot:hover{background:hsla(0,0%,100%,.8)}.cms-banners-dot-active{background:var(--color-accent);transform:scale(1.2)}.cms-faq-section{padding:3.5rem 0;background:var(--color-bg-alt)}.cms-faq-list{max-width:720px;margin:0 auto;border-radius:12px;overflow:hidden;border:1px solid var(--color-border);background:var(--color-bg);box-shadow:0 2px 12px rgba(0,0,0,.04)}.cms-faq-item{border-bottom:1px solid var(--color-border)}.cms-faq-item:last-child{border-bottom:none}.cms-faq-item-open .cms-faq-question{color:var(--color-accent-dark);background:rgba(48,173,36,.06)}.cms-faq-question{width:100%;padding:1rem 1.25rem;text-align:left;background:none;border:none;cursor:pointer;font-size:1.05rem;font-weight:600;color:var(--color-text);display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .2s,background .2s}.cms-faq-question:hover{background:var(--color-bg-alt);color:var(--color-accent-dark)}.cms-faq-icon{font-size:1.25rem;flex-shrink:0;color:var(--color-accent)}.cms-faq-answer{padding:0 1.25rem 1rem;color:var(--color-text-muted);line-height:1.6;font-size:.95rem}.cms-blog-section{padding:3.5rem 0;background:var(--color-bg-alt)}.cms-blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.cms-blog-card{display:block;padding:1.5rem;background:var(--color-bg);border-radius:12px;border:1px solid var(--color-border);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s}.cms-blog-card:hover{border-color:var(--color-accent);box-shadow:0 6px 20px rgba(48,173,36,.1)}.cms-blog-card-title{font-size:1.1rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem;line-height:1.35}.cms-blog-card:hover .cms-blog-card-title{color:var(--color-accent-dark)}.cms-blog-card-date{font-size:.85rem;color:var(--color-text-muted)}.cms-link-accent{color:var(--color-accent);font-weight:600;text-decoration:none;transition:color .2s}.cms-link-accent:hover{color:var(--color-accent-dark)}.cms-providers-section{padding:3.5rem 1rem;background:var(--color-bg)}.cms-providers-section .cms-section-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--color-text);letter-spacing:-.02em}.cms-providers-section .cms-section-subtitle{font-size:1rem;line-height:1.5;color:var(--color-text-muted)}.cms-providers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.cms-provider-card{padding:1.5rem;background:var(--color-bg);border-radius:12px;border:1px solid var(--color-border);text-align:center;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;flex-direction:column;align-items:center}.cms-provider-card:hover{border-color:var(--color-accent);box-shadow:0 8px 24px rgba(48,173,36,.12);transform:translateY(-4px)}.cms-provider-card .cms-provider-avatar{object-fit:cover}.cms-provider-card .cms-provider-avatar,.cms-provider-card .cms-provider-avatar-placeholder{width:88px;height:88px;border-radius:50%;margin-bottom:1rem;border:3px solid var(--color-border)}.cms-provider-card .cms-provider-avatar-placeholder{background:linear-gradient(135deg,var(--color-accent) 0,var(--hero-green-4) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.cms-provider-card .cms-provider-name{font-size:1.05rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem;line-height:1.3}.cms-provider-card .cms-provider-meta{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1rem}.cms-provider-card .cms-provider-cta{margin-top:auto;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:var(--color-accent);border:1px solid var(--color-accent);border-radius:8px;transition:background .2s,color .2s}.cms-provider-card:hover .cms-provider-cta{background:var(--color-accent);color:#fff}.cms-requests-section{padding:3.5rem 0;background:var(--color-bg)}.cms-requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(340px,100%),1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.cms-page-section{padding:3rem 0 4rem;background:var(--color-bg)}.cms-page-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-text);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--color-accent)}.cms-page-content{font-size:1rem;line-height:1.75;color:var(--color-text)}.cms-page-content p{margin:0 0 1rem}.cms-page-content a{color:var(--color-accent);text-decoration:underline}.cms-page-content a:hover{color:var(--color-accent-dark)}.cms-page-content h2{font-size:1.25rem;margin:1.5rem 0 .5rem;color:var(--color-text)}@media (max-width:767px){.cms-blog-grid,.cms-promotions-grid{grid-template-columns:1fr}.cms-stats-grid{gap:1.5rem}.cms-faq-question{padding:.875rem 1rem;font-size:1rem}}.site-footer{margin-top:auto;background:var(--hero-green-5);color:#e2e8f0}.footer-newsletter{background:linear-gradient(135deg,var(--hero-green-3) 0,var(--hero-green-4) 50%,var(--hero-green-5) 100%);padding:2.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.08)}.footer-newsletter-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.footer-newsletter-text{flex:1 1;min-width:200px}.footer-newsletter-title{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .25rem}.footer-newsletter-subtitle{font-size:.95rem;color:#94a3b8;margin:0}.footer-newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap;max-width:420px;width:100%}.footer-newsletter-input{flex:1 1;min-width:200px;padding:.75rem 1rem;border-radius:10px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.06);color:#fff;font-size:1rem}.footer-newsletter-input::placeholder{color:#94a3b8}.footer-newsletter-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px rgba(48,173,36,.25)}.footer-newsletter-btn{padding:.75rem 1.5rem;border-radius:10px;border:none;background:var(--color-accent);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .2s}.footer-newsletter-btn:hover{background:var(--color-accent-dark)}.footer-trust-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.06)}.footer-trust-badge{font-size:.8rem;color:#94a3b8;padding:.35rem .75rem;background:hsla(0,0%,100%,.05);border-radius:999px}.footer-main{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;grid-gap:2.5rem;gap:2.5rem}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:767px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-newsletter-inner{flex-direction:column;align-items:stretch}.footer-newsletter-form{max-width:none}}.footer-brand{max-width:280px}.footer-logo-link,.footer-logo-text{display:inline-block;color:#fff;font-size:1.5rem;font-weight:800;text-decoration:none;margin-bottom:.25rem}.footer-logo-link:hover,.footer-logo-text:hover{color:var(--color-accent)}.footer-logo{height:48px;width:auto;max-width:180px;object-fit:contain;display:block}.footer-brand-suffix{font-size:.85rem;color:#94a3b8;margin:0 0 .75rem}.footer-tagline{font-size:.9rem;color:#94a3b8;line-height:1.5;margin:0}.footer-col-title{font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--color-accent)}.footer-address{font-style:normal;margin:0}.footer-address-line,.footer-contact-line{font-size:.9rem;color:#94a3b8;margin:0 0 .5rem;line-height:1.5}.footer-contact-label{display:block;font-size:.8rem;color:var(--color-text-muted);margin-bottom:.15rem}.footer-contact-link{color:#e2e8f0;text-decoration:none;transition:color .2s}.footer-contact-link:hover{color:var(--color-accent)}.footer-bottom{padding:1.25rem 0;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.25)}.footer-bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-copyright{font-size:.85rem;color:#94a3b8;margin:0}.footer-legal{display:flex;flex-wrap:wrap;gap:1rem}.footer-legal-link{color:#94a3b8;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-legal-link:hover{color:var(--color-accent)}.pro-dash{--pro-sidebar-w:280px;--pro-sidebar-bg:#0f172a;--pro-sidebar-border:hsla(0,0%,100%,.06);--pro-sidebar-text:#e2e8f0;--pro-sidebar-muted:#94a3b8;--pro-sidebar-active:var(--color-accent);--pro-main-bg:#f1f5f9;--pro-card-bg:#fff;--pro-card-shadow:0 1px 3px rgba(0,0,0,.06);--pro-card-radius:12px;--pro-heading:#0f172a;--pro-body:#475569;display:flex;min-height:100vh;width:100%;max-width:100vw}.pro-dash .pro-sidebar{width:var(--pro-sidebar-w);min-width:var(--pro-sidebar-w);background:var(--pro-sidebar-bg);border-right:1px solid var(--pro-sidebar-border);display:flex;flex-direction:column;padding:0}.pro-dash .pro-sidebar-brand{padding:1.5rem 1.25rem;border-bottom:1px solid var(--pro-sidebar-border)}.pro-dash .pro-sidebar-brand a{color:#fff;font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.pro-dash .pro-sidebar-brand p{margin:.25rem 0 0;font-size:.75rem;color:var(--pro-sidebar-muted);text-transform:uppercase;letter-spacing:.05em}.pro-dash .pro-nav-section{padding:1rem 0 .5rem}.pro-dash .pro-nav-section-title{padding:0 1.25rem .5rem;font-size:.7rem;font-weight:600;color:var(--pro-sidebar-muted);text-transform:uppercase;letter-spacing:.06em}.pro-dash .pro-nav-link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.25rem;color:var(--pro-sidebar-text);font-size:.9375rem;text-decoration:none;border-left:3px solid transparent;transition:background .15s,color .15s,border-color .15s}.pro-dash .pro-nav-link:hover{background:hsla(0,0%,100%,.04);color:#fff}.pro-dash .pro-nav-link.active{background:rgba(48,173,36,.12);color:var(--pro-sidebar-active);border-left-color:var(--pro-sidebar-active)}.pro-dash .pro-sidebar-footer{margin-top:auto;padding:1rem 1.25rem;border-top:1px solid var(--pro-sidebar-border)}.pro-dash .pro-user-email{font-size:.8125rem;color:var(--pro-sidebar-muted);margin-bottom:.5rem;word-break:break-all}.pro-dash .pro-main{flex:1 1;min-height:100vh;background:var(--pro-main-bg);padding:1.75rem 2rem;overflow:auto}.pro-dash .pro-mobile-topbar{display:none}.pro-dash .pro-page-header{margin-bottom:1.75rem}.pro-dash .pro-page-title{font-size:1.5rem;font-weight:700;color:var(--pro-heading);margin:0 0 .25rem;letter-spacing:-.02em}.pro-dash .pro-page-subtitle{font-size:.9375rem;color:var(--pro-body);margin:0}.pro-dash .pro-card{background:var(--pro-card-bg);border-radius:var(--pro-card-radius);box-shadow:var(--pro-card-shadow);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.pro-dash .pro-stat-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.75rem}.pro-dash .pro-stat-card{background:var(--pro-card-bg);border-radius:var(--pro-card-radius);box-shadow:var(--pro-card-shadow);padding:1.25rem;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .1s}.pro-dash .pro-stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.pro-dash .pro-stat-card .label{font-size:.8125rem;color:var(--pro-body);margin-bottom:.35rem}.pro-dash .pro-stat-card .value{font-size:1.75rem;font-weight:700;color:var(--pro-heading)}.pro-dash .pro-stat-card.primary .value{color:var(--color-primary)}.pro-dash .pro-stat-card.accent .value{color:var(--color-accent)}.pro-dash .pro-section-title{font-size:1.0625rem;font-weight:600;color:var(--pro-heading);margin:0 0 1rem}.pro-dash .pro-actions-inline{display:flex;flex-wrap:wrap;gap:.75rem}.pro-dash .pro-empty{text-align:center;padding:2rem 1rem;color:var(--pro-body);font-size:.9375rem}.pro-dash .pro-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.pro-dash .pro-status-badge.is-open,.pro-dash .pro-status-badge.is-pending{background:rgba(59,130,246,.12);color:#1d4ed8}.pro-dash .pro-status-badge.is-accepted,.pro-dash .pro-status-badge.is-assigned,.pro-dash .pro-status-badge.is-in-progress{background:rgba(48,173,36,.12);color:var(--color-accent-dark)}.pro-dash .pro-status-badge.is-completed,.pro-dash .pro-status-badge.is-completed-provider{background:rgba(6,182,212,.14);color:#0e7490}.pro-dash .pro-status-badge.is-cancelled,.pro-dash .pro-status-badge.is-expired,.pro-dash .pro-status-badge.is-rejected{background:hsla(0,91%,71%,.12);color:var(--color-error-dark)}.pro-dash .btn-logout{width:100%;padding:.5rem 1rem;font-size:.875rem;background:transparent;border:1px solid var(--pro-sidebar-border);color:var(--pro-sidebar-muted);border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.pro-dash .btn-logout:hover{background:hsla(0,0%,100%,.06);color:#fff}@keyframes skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:767px){.header-top-left a{font-size:.75rem}.header-email,.header-urgences,.header-whatsapp{padding:.25rem .5rem}.header-top-right{gap:.5rem}.header-lang{font-size:.75rem}.header-main-inner{padding:.5rem 0;gap:.5rem}.header-logo-name{font-size:1rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-logo-square{width:36px;height:36px}.hero-section{min-height:auto;padding:2rem 0 2.5rem}.hero-container{padding-top:1.5rem;padding-bottom:1.5rem}.hero-headline{font-size:1.5rem}.hero-desc{font-size:.95rem}.hero-form-row{flex-direction:column}.hero-form-select{flex:1 1 auto;width:100%}.hero-form-btn{width:100%;justify-content:center}.hero-stats{grid-template-columns:repeat(2,1fr);gap:.5rem}.hero-stat-box{padding:.75rem}.hero-stat-value{font-size:1.35rem}.hero-stat-label{font-size:.75rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.how-it-works-section,.why-choose-section{padding:2rem 0 3rem}.why-choose-title{font-size:1.35rem}.dernieres-demandes-section .header-container,.experts-section .header-container,.marketplace-section .header-container,.nos-services-section .header-container,.services-realises-section .header-container,.temoignages-section .header-container{padding-left:.75rem;padding-right:.75rem}.nos-services-categories{flex-wrap:wrap;gap:.5rem}.nos-services-cat{padding:.5rem .75rem;font-size:.85rem}.experts-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.experts-card{min-width:0}.experts-card-name{font-size:.95rem}.experts-card-meta,.experts-card-specialty{font-size:.85rem}.marketplace-section{overflow-x:hidden}.marketplace-section,.marketplace-section .header-container{width:100%;max-width:100%;box-sizing:border-box}.marketplace-layout,.marketplace-main{width:100%;min-width:0;max-width:100%;box-sizing:border-box}.marketplace-section .header-container .marketplace-grid,.marketplace-section .marketplace-grid{width:100%!important;min-width:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important;box-sizing:border-box!important}.marketplace-section .marketplace-grid-list{grid-template-columns:1fr!important}.marketplace-section .marketplace-card{min-width:0!important;max-width:100%!important;overflow:hidden;box-sizing:border-box}.marketplace-card-image-wrap{min-width:0}.marketplace-card-body{padding:.75rem;min-width:0;overflow:hidden}.marketplace-card-title{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.marketplace-card-rating,.marketplace-card-seller{font-size:.8rem}.featured-products-grid{width:100%!important;min-width:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important;box-sizing:border-box!important}.featured-products-grid a{min-width:0!important;max-width:100%;overflow:hidden;box-sizing:border-box}.marketplace-toolbar{flex-wrap:wrap;gap:.75rem}.marketplace-sidebar{position:relative;padding:.75rem 0;border:none;border-radius:0;background:transparent;border-bottom:1px solid var(--color-border);margin-bottom:.5rem}.marketplace-sidebar-title{font-size:.9rem;margin:0 0 .5rem}.marketplace-categories{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.5rem;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.marketplace-categories::-webkit-scrollbar{height:4px}.marketplace-categories::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.marketplace-cat{flex-shrink:0;width:auto;white-space:nowrap;padding:.5rem .75rem;font-size:.85rem}.marketplace-cat-count{margin-left:.35rem}.footer-newsletter{padding:1.5rem 0}.footer-newsletter-title{font-size:1.15rem}.footer-trust-badges{flex-wrap:wrap;justify-content:center;gap:.5rem}.footer-trust-badge{font-size:.75rem}.footer-bottom-inner{flex-direction:column;text-align:center}.footer-legal{justify-content:center}.detail-grid-two{grid-template-columns:1fr!important;gap:1.5rem!important}.header-mobile-nav{left:0;right:0;max-height:80vh;overflow-y:auto}.hero-chat-widget{bottom:1rem;right:1rem;width:48px;height:48px}.marketplace-search-wrap{min-width:0;width:100%}main .container nav{font-size:.85rem;word-break:break-word}.pro-dash .pro-main{padding:1rem .75rem}.pro-dash .pro-stat-cards{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:991px){.experts-grid{grid-template-columns:repeat(2,1fr)}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.detail-grid-two{grid-template-columns:1fr 1fr!important}}@media (max-width:991px){.pro-dash{flex-direction:column}.pro-dash .pro-mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem 0;gap:.75rem}.pro-dash .pro-mobile-topbar button{border:1px solid var(--pro-border,#cbd5f5);background:var(--color-bg);border-radius:999px;padding:.35rem .85rem;font-size:.85rem;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.pro-dash .pro-mobile-topbar button span{display:inline-block}.pro-dash .pro-sidebar{position:fixed;top:0;left:0;right:0;width:100%;min-width:0;max-height:80vh;border-right:none;border-bottom:1px solid var(--pro-sidebar-border);transform:translateY(-100%);transition:transform .2s ease-out;z-index:40}.pro-dash.pro-dash--nav-open .pro-sidebar{transform:translateY(0)}.pro-dash .pro-main{padding:1.25rem 1rem 1.5rem}}@media (max-width:399px){.header-top-left .header-email{display:none}.header-logo-name{max-width:90px}.hero-headline{font-size:1.35rem}.marketplace-grid{gap:.5rem}.marketplace-card-body{padding:.5rem}.marketplace-card-title{font-size:.85rem}.footer-newsletter-form{flex-direction:column}.footer-newsletter-btn,.footer-newsletter-input{width:100%;min-width:0}}.dernieres-demandes-cards,.marketplace-layout,.nos-services-cards,.services-realises-cards,.temoignages-cards{min-width:0}iframe,img,video{max-width:100%;height:auto}button,input,select,textarea{max-width:100%}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{min-width:400px}