:root{--ink:#10233d;--navy:#0a2d62;--blue:#1456d9;--blue-dark:#0b3b99;--red:#ed3e40;--yellow:#ffd600;--green:#087b67;--muted:#627188;--soft:#f4f7fb;--line:#e0e7ef;--white:#fff;--shadow:0 18px 50px rgba(16,35,61,.1);--radius:16px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font:400 16px/1.6 system-ui,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
img{max-width:100%;height:auto}
h1,h2,h3{font-family:system-ui,Arial,sans-serif;line-height:1.15}
h1{letter-spacing:-.045em}
h2{letter-spacing:-.03em}
p{margin-top:0}
.container{width:min(1500px,calc(100% - 48px));margin-inline:auto}
.topbar .container,.header .container{width:min(1750px,calc(100% - 48px))}
.footer .container{width:min(1350px,calc(100% - 48px))}
.container--narrow,.container--article{max-width:1500px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:999;left:16px;top:-60px;padding:12px 16px;border-radius:8px;background:var(--yellow);font-weight:800;transition:top .2s}
.skip-link:focus{top:16px}
.topbar{background:var(--navy);color:#d9e6f8;font-size:12px}
.topbar__inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.topbar nav{display:flex;gap:24px}
.topbar a:hover{text-decoration:underline}
.header{position:sticky;z-index:100;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header__inner{height:78px;display:flex;align-items:center;gap:34px}
.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}
.brand__mark{width:46px;height:46px;display:block;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(20,86,217,.2))}
.brand__text{display:grid;justify-items:start;gap:4px;line-height:1;transform:translateY(-.5px)}
.brand__text strong,.brand__text span{display:block;margin:0;white-space:nowrap}
.brand__text strong{font:800 15px/1 system-ui;letter-spacing:.06em}
.brand__text span{color:var(--blue);font:800 13px/1 system-ui;letter-spacing:.1em}
.nav{display:flex;align-items:center;gap:27px;margin-left:auto}
.nav a{position:relative;padding:28px 0;font-size:14px;font-weight:700}
.nav a:after{content:"";position:absolute;right:100%;bottom:18px;left:0;height:2px;background:var(--blue);transition:right .2s}
.nav a:hover:after,.nav a[aria-current=page]:after{right:0}
.menu-toggle{display:none;width:44px;height:44px;padding:11px;border:0;background:transparent}
.menu-toggle span:not(.sr-only){display:block;width:22px;height:2px;margin:4px auto;background:var(--ink);transition:.2s}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 17px;border:1px solid transparent;border-radius:9px;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .2s,background .2s,border-color .2s}
.button:hover{transform:translateY(-1px)}
.button--blue{background:var(--blue);color:#fff}
.button--blue:hover{background:var(--blue-dark)}
.button--yellow{background:var(--yellow);color:var(--ink)}
.button--light{background:#edf2f7;color:var(--ink)}
.button--outline{border-color:rgba(255,255,255,.38);color:#fff;background:transparent}
.button--outline-dark{border-color:#bdcbe0;color:var(--ink);background:#fff}.button--outline-dark:hover{border-color:var(--blue);color:var(--blue)}
.button--outline:hover{background:rgba(255,255,255,.1)}
.button--large{min-height:50px;padding:14px 21px}
.button--block{width:100%}
.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.13em}
.eyebrow--light{color:#fff}
.hero{position:relative;overflow:hidden;padding-top:76px;background:linear-gradient(135deg,#f7faff 0%,#edf4ff 55%,#fff7d8 100%)}
.hero:after{content:"";position:absolute;top:-240px;right:-190px;width:520px;height:520px;border:1px solid rgba(20,86,217,.1);border-radius:50%;box-shadow:0 0 0 70px rgba(20,86,217,.025),0 0 0 140px rgba(20,86,217,.02)}
.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:65px}
.hero h1{margin:17px 0 20px;font-size:clamp(45px,5.2vw,70px);line-height:1.04}
.hero h1 mark{color:var(--blue);background:transparent}
.hero__content>p{max-width:650px;margin-bottom:30px;color:var(--muted);font-size:18px}
.search{display:grid;grid-template-columns:1fr 1fr auto;padding:8px;border:1px solid #d9e4f1;border-radius:15px;background:#fff;box-shadow:0 18px 48px rgba(10,52,127,.14)}
.search label{display:flex;align-items:center;min-width:0;padding:0 14px}
.search label:first-child{border-right:1px solid var(--line)}
.search label>span:first-child{margin-right:9px;color:var(--blue);font-size:22px}
.search input{width:100%;border:0;outline:0;color:var(--ink);background:transparent}
.search input::placeholder{color:#7c8999}
.search .button{min-height:52px}
.search--single{grid-template-columns:1fr auto}.search--single label:first-child{border-right:0}
.popular{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:16px 0 55px;color:#6c7889;font-size:12px}
.popular a{padding:5px 10px;border:1px solid #d6e0eb;border-radius:20px;background:rgba(255,255,255,.75)}
.popular a:hover{border-color:var(--blue);color:var(--blue)}
.hero__visual{position:relative;height:480px;display:flex;align-items:center}
.map-visual{position:relative;width:100%;height:380px;overflow:hidden;border:8px solid #fff;border-radius:28px 28px 28px 8px;background:#dce9ed;box-shadow:var(--shadow);transform:rotate(1deg)}
.map-visual__grid{position:absolute;inset:0;opacity:.72;background-image:linear-gradient(38deg,transparent 43%,#fff 44%,#fff 47%,transparent 48%),linear-gradient(-28deg,transparent 54%,#c5d6dd 55%,#c5d6dd 58%,transparent 59%),linear-gradient(90deg,rgba(20,86,217,.06) 1px,transparent 1px),linear-gradient(rgba(20,86,217,.06) 1px,transparent 1px);background-size:190px 145px,210px 170px,35px 35px,35px 35px}
.map-line{position:absolute;height:7px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px #cad8de;transform-origin:left}
.map-line--one{top:38%;left:-10%;width:130%;transform:rotate(-12deg)}
.map-line--two{top:8%;left:28%;width:95%;transform:rotate(66deg)}
.map-pin{position:absolute;width:34px;height:40px;display:grid;place-items:center;border:3px solid #fff;border-radius:18px 18px 18px 3px;background:var(--blue);color:#fff;box-shadow:0 5px 14px rgba(10,52,127,.3);transform:rotate(-45deg)}
.map-pin--one{top:22%;left:26%}.map-pin--two{top:21%;left:68%;background:var(--red)}.map-pin--three{top:62%;left:58%;background:var(--yellow)}
.map-preview{position:absolute;right:20px;bottom:20px;left:20px;display:flex;align-items:center;gap:12px;padding:13px;border-radius:13px;background:#fff;box-shadow:0 9px 25px rgba(16,35,61,.16);transform:rotate(-1deg)}
.map-preview>span{width:43px;height:43px;display:grid;place-items:center;border-radius:10px;background:#174ea6;color:#fff;font-weight:800}
.map-preview div{display:flex;flex-direction:column}.map-preview strong{font-size:13px}.map-preview small{margin-top:3px;color:#875600}
.trust-chip{position:absolute;top:25px;left:-38px;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:13px;background:#fff;box-shadow:0 15px 35px rgba(16,35,61,.15)}
.trust-chip>b{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e8f7f2;color:var(--green)}
.trust-chip div{display:flex;flex-direction:column}.trust-chip strong{font-size:14px}.trust-chip span{color:var(--muted);font-size:10px}
.feature-strip{position:relative;z-index:3;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;padding:24px 38px;border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -7px 25px rgba(16,35,61,.06)}
.feature-strip div{display:flex;align-items:baseline;justify-content:center;gap:8px}.feature-strip strong{color:var(--blue);font:800 20px system-ui}.feature-strip span{color:var(--muted);font-size:12px}.feature-strip i{width:1px;height:28px;background:var(--line)}
.section{padding:88px 0}.section--muted{background:var(--soft)}.section--navy{background:var(--ink);color:#fff}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-heading h2,.region-home h2,.business-cta h2{margin:8px 0 7px;font-size:clamp(30px,3.5vw,43px)}
.section-heading p,.region-home p{margin:0;color:var(--muted)}
.link-arrow{flex-shrink:0;color:var(--blue);font-weight:800}.link-arrow:hover{text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{min-height:112px;display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.2s}
.category-card:hover{border-color:#a9c2f6;box-shadow:0 12px 30px rgba(16,35,61,.09);transform:translateY(-3px)}
.category-card__icon{width:50px;height:50px;display:grid;place-items:center;flex-shrink:0;border-radius:12px;background:#eff4ff;font-size:24px}.category-card:nth-child(1) .category-card__icon,.category-card:nth-child(2) .category-card__icon,.category-card:nth-child(3) .category-card__icon,.category-card:nth-child(4) .category-card__icon,.category-card:nth-child(5) .category-card__icon,.category-card:nth-child(6) .category-card__icon,.category-card:nth-child(7) .category-card__icon,.category-card:nth-child(8) .category-card__icon,.category-card:nth-child(9) .category-card__icon,.category-card:nth-child(10) .category-card__icon{overflow:hidden;background-position:center;background-size:cover;color:transparent;font-size:0;box-shadow:inset 0 0 0 1px rgba(16,35,61,.08)}.category-card:nth-child(1) .category-card__icon{background-image:image-set(url('../img/categorie-artisans-travaux.wwc-96.webp') 1x,url('../img/categorie-artisans-travaux.wwc-192.webp') 2x)}.category-card:nth-child(2) .category-card__icon{background-image:image-set(url('../img/categorie-restaurants.wwc-96.webp') 1x,url('../img/categorie-restaurants.wwc-192.webp') 2x)}.category-card:nth-child(3) .category-card__icon{background-image:image-set(url('../img/categorie-sante.wwc-96.webp') 1x,url('../img/categorie-sante.wwc-192.webp') 2x)}.category-card:nth-child(4) .category-card__icon{background-image:image-set(url('../img/categorie-automobile.wwc-96.webp') 1x,url('../img/categorie-automobile.wwc-192.webp') 2x)}.category-card:nth-child(5) .category-card__icon{background-image:image-set(url('../img/categorie-immobilier.wwc-96.webp') 1x,url('../img/categorie-immobilier.wwc-192.webp') 2x)}.category-card:nth-child(6) .category-card__icon{background-image:image-set(url('../img/categorie-droit-conseil.wwc-96.webp') 1x,url('../img/categorie-droit-conseil.wwc-192.webp') 2x)}.category-card:nth-child(7) .category-card__icon{background-image:image-set(url('../img/categorie-beaute-bien-etre.wwc-96.webp') 1x,url('../img/categorie-beaute-bien-etre.wwc-192.webp') 2x)}.category-card:nth-child(8) .category-card__icon{background-image:image-set(url('../img/categorie-commerces.wwc-96.webp') 1x,url('../img/categorie-commerces.wwc-192.webp') 2x)}.category-card:nth-child(9) .category-card__icon{background-image:image-set(url('../img/categorie-informatique.wwc-96.webp') 1x,url('../img/categorie-informatique.wwc-192.webp') 2x)}.category-card:nth-child(10) .category-card__icon{background-image:image-set(url('../img/categorie-enseignement.wwc-96.webp') 1x,url('../img/categorie-enseignement.wwc-192.webp') 2x)}
.category-card:nth-child(n+11):nth-child(-n+24) .category-card__icon{overflow:hidden;background-position:center;background-size:cover;color:transparent;font-size:0;box-shadow:inset 0 0 0 1px rgba(16,35,61,.08)}.category-card:nth-child(11) .category-card__icon{background-image:image-set(url('../img/categorie-tourisme.wwc-96.webp') 1x,url('../img/categorie-tourisme.wwc-192.webp') 2x)}.category-card:nth-child(12) .category-card__icon{background-image:image-set(url('../img/categorie-loisirs.wwc-96.webp') 1x,url('../img/categorie-loisirs.wwc-192.webp') 2x)}.category-card:nth-child(13) .category-card__icon{background-image:image-set(url('../img/categorie-industrie.wwc-96.webp') 1x,url('../img/categorie-industrie.wwc-192.webp') 2x)}.category-card:nth-child(14) .category-card__icon{background-image:image-set(url('../img/categorie-transport-logistique.wwc-96.webp') 1x,url('../img/categorie-transport-logistique.wwc-192.webp') 2x)}.category-card:nth-child(15) .category-card__icon{background-image:image-set(url('../img/categorie-jardin-agriculture.wwc-96.webp') 1x,url('../img/categorie-jardin-agriculture.wwc-192.webp') 2x)}.category-card:nth-child(16) .category-card__icon{background-image:image-set(url('../img/categorie-animaux.wwc-96.webp') 1x,url('../img/categorie-animaux.wwc-192.webp') 2x)}.category-card:nth-child(17) .category-card__icon{background-image:image-set(url('../img/categorie-maison-decoration.wwc-96.webp') 1x,url('../img/categorie-maison-decoration.wwc-192.webp') 2x)}.category-card:nth-child(18) .category-card__icon{background-image:image-set(url('../img/categorie-services-personne.wwc-96.webp') 1x,url('../img/categorie-services-personne.wwc-192.webp') 2x)}.category-card:nth-child(19) .category-card__icon{background-image:image-set(url('../img/categorie-banque-assurance.wwc-96.webp') 1x,url('../img/categorie-banque-assurance.wwc-192.webp') 2x)}.category-card:nth-child(20) .category-card__icon{background-image:image-set(url('../img/categorie-communication.wwc-96.webp') 1x,url('../img/categorie-communication.wwc-192.webp') 2x)}.category-card:nth-child(21) .category-card__icon{background-image:image-set(url('../img/categorie-evenementiel.wwc-96.webp') 1x,url('../img/categorie-evenementiel.wwc-192.webp') 2x)}.category-card:nth-child(22) .category-card__icon{background-image:image-set(url('../img/categorie-sport.wwc-96.webp') 1x,url('../img/categorie-sport.wwc-192.webp') 2x)}.category-card:nth-child(23) .category-card__icon{background-image:image-set(url('../img/categorie-services-publics.wwc-96.webp') 1x,url('../img/categorie-services-publics.wwc-192.webp') 2x)}.category-card:nth-child(24) .category-card__icon{background-image:image-set(url('../img/categorie-associations.wwc-96.webp') 1x,url('../img/categorie-associations.wwc-192.webp') 2x)}
.category-card>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.category-card strong{font:700 14px system-ui}.category-card small{display:-webkit-box;overflow:hidden;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-card>b{margin-left:auto;color:#9aa8b8;font-size:22px}
.category-grid--full .category-card{min-height:118px}.category-grid--full .category-card__icon{width:112px;height:82px;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(16,35,61,.08),0 8px 18px rgba(16,35,61,.08)}
.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.listing-grid--two{grid-template-columns:1fr 1fr}.listing-grid--single{grid-template-columns:1fr}
.pro-card{display:flex;gap:16px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}
.pro-card:hover{border-color:#c4d2e3;box-shadow:0 12px 32px rgba(16,35,61,.08)}
.pro-card__logo,.profile-logo{width:62px;height:62px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:var(--logo-color);color:#fff;font:800 19px system-ui}
.pro-card__body{min-width:0;flex:1}.pro-card__heading{display:flex;justify-content:space-between;gap:8px}.pro-card h2{margin:4px 0 0;font-size:18px}.pro-card h2 a:hover{color:var(--blue)}
.badge{display:inline-block;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.favorite{width:34px;height:34px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:20px;cursor:pointer}.favorite.is-active{border-color:#ffc9cf;background:#fff1f2;color:var(--red)}
.pro-card__service{margin:3px 0 6px;color:var(--muted);font-size:13px}.rating{display:flex;align-items:center;gap:5px;font-size:12px}.rating span{color:#e9a300;letter-spacing:1px}.rating small{color:var(--muted)}
.pro-card__body>p:not(.pro-card__service){margin:10px 0;color:#5c6c80;font-size:12px}.pro-card__meta{display:flex;flex-wrap:wrap;gap:12px;color:#536277;font-size:11px}.status{color:var(--green)}
.pro-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.pro-card__actions .button{min-height:36px;padding:8px 12px;font-size:11px}
.region-home{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:85px}.region-home p{margin-bottom:25px;color:#bdc9d8}.region-links{display:grid;grid-template-columns:1fr 1fr;gap:9px}.region-links a{display:flex;justify-content:space-between;padding:14px 16px;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:rgba(255,255,255,.04);font-size:13px}.region-links a:hover{background:rgba(255,255,255,.1)}.region-links span{color:var(--yellow)}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{position:relative;min-height:430px;overflow:hidden;padding:0 25px 25px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(16,35,61,.07);transition:.2s}.article-card:hover{border-color:#adc3ee;box-shadow:0 18px 42px rgba(16,35,61,.12);transform:translateY(-3px)}.article-card>span{position:absolute;z-index:2;top:16px;left:16px;padding:6px 9px;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 4px 14px rgba(16,35,61,.12);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.article-card__visual{width:calc(100% + 50px);height:190px;overflow:hidden;margin:0 -25px 22px;background:#dfe7f1}.article-card__visual picture,.article-page__visual picture{display:block;width:100%;height:100%}.article-card__visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-card__visual img{transform:scale(1.025)}.article-card h2,.article-card h3{position:relative;margin:0 0 10px;font-size:20px}.article-card p{position:relative;color:#4e5c6d;font-size:13px}.article-card>a{position:relative;font-size:12px;font-weight:800}.article-grid--archive .article-card{min-height:455px}.article-grid--related .article-card{min-height:420px}
.faq{text-align:center}.faq h2{margin:8px 0 30px;font-size:40px}.faq details{text-align:left;border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:20px 35px 20px 0;font-weight:800;cursor:pointer}.faq details p{padding:0 40px 18px 0;color:var(--muted)}
.business-cta{padding:62px 0;background:var(--blue);color:#fff}.business-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.business-cta h2{margin-top:8px}.business-cta p{margin:0;color:#dbe6ff}
.footer{padding:60px 0 20px;background:#081b31;color:#b3c0cf}.footer__grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:50px}.brand--footer,.brand--footer .brand__text span{color:#fff}.footer__about p{max-width:330px;margin-top:17px;font-size:13px}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:11px;font-size:12px}.footer h2{margin:4px 0 10px;color:#fff;font-size:14px}.footer a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:11px}
.breadcrumbs{padding-top:14px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:#718096;font-size:12px}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:#acb6c2}.breadcrumbs a:hover{color:var(--blue)}
.page-hero{padding:72px 0;background:linear-gradient(135deg,#f7faff,#edf4ff)}.page-hero--compact{padding:56px 0}.page-hero h1{max-width:850px;margin:10px 0 12px;font-size:clamp(38px,5vw,58px)}.page-hero p{max-width:740px;margin:0;color:var(--muted);font-size:17px}.page-hero__with-icon{display:flex;align-items:center;gap:24px}.page-hero__icon{width:82px;height:82px;display:grid;place-items:center;flex:0 0 auto;border-radius:21px;background:#fff;font-size:38px;box-shadow:var(--shadow)}
.search--page{margin-top:27px}.two-columns{display:grid;grid-template-columns:290px 1fr;align-items:start;gap:30px}.filter-panel{position:sticky;top:100px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.filter-panel h2{margin:0 0 12px;font-size:18px}.filter-panel ul{margin:0 0 20px;padding:0;list-style:none}.filter-panel li{border-bottom:1px solid var(--line)}.filter-panel li a,.filter-panel li>span{display:flex;justify-content:space-between;padding:10px 0;font-size:13px}.filter-panel li a:hover{color:var(--blue)}
.search-interpretation{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:16px;color:var(--muted);font-size:12px}.search-interpretation strong{padding:5px 9px;border-radius:20px;background:#fff;color:var(--blue)}.search-interpretation small{font-size:12px}.search-routes{max-width:780px;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px auto 0;text-align:left}.search-routes>div{display:flex;flex-wrap:wrap;gap:8px;padding:18px;border:1px solid var(--line);border-radius:13px;background:var(--soft)}.search-routes strong{width:100%;margin-bottom:3px}.search-routes a{padding:7px 10px;border-radius:20px;background:#fff;color:var(--blue);font-size:12px;font-weight:800}.search-routes a:hover{text-decoration:underline}
.content-heading{margin-bottom:24px}.content-heading h2{margin:0 0 5px;font-size:28px}.content-heading p{margin:0;color:var(--muted)}
.empty-state{padding:65px 25px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:center}.empty-state>span{color:var(--blue);font-size:48px}.empty-state h2{margin:10px 0}.empty-state p{color:var(--muted)}
.seo-copy h2{font-size:30px}.seo-copy h3{margin-top:30px}.seo-copy p{color:var(--muted)}
.profile-hero{padding:52px 0;background:var(--ink);color:#fff}.profile-hero__inner{display:flex;align-items:center;gap:20px}.profile-logo{width:88px;height:88px;font-size:27px}.profile-hero__content{flex:1}.profile-hero__content .badge{color:#a9c7ff}.profile-hero h1{margin:6px 0 3px;font-size:clamp(32px,4vw,48px)}.profile-hero__content>p{margin:0;color:#bdc9d8}.rating--large{margin-top:9px;font-size:14px}.profile-hero__actions{display:flex;gap:9px}.profile-layout{display:grid;grid-template-columns:1.25fr .75fr;align-items:start;gap:40px}.profile-content h2{margin:0 0 12px;font-size:27px}.profile-content h2:not(:first-child){margin-top:38px}.profile-content p{color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list span{padding:8px 12px;border-radius:20px;background:#edf3ff;color:var(--blue);font-size:12px;font-weight:700}.contact-card{padding:25px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.contact-card h2{margin-top:0}.contact-card dl{margin:0}.contact-card dl>div{padding:13px 0;border-bottom:1px solid var(--line)}.contact-card dt{color:var(--muted);font-size:11px;text-transform:uppercase}.contact-card dd{margin:3px 0 0;font-weight:700}.contact-card a{color:var(--blue)}.notice{margin:18px 0 0;padding:12px;border-radius:8px;background:#fff8d4;color:#685d20;font-size:11px}
.region-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.region-directory a{display:flex;align-items:center;gap:12px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}.region-directory a:hover{border-color:#a9c2f6;box-shadow:0 10px 25px rgba(16,35,61,.08)}.region-directory a>span{color:var(--blue);font-size:22px}.region-directory b{margin-left:auto;color:var(--blue)}
.territory-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.territory-cards a{min-height:190px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(16,35,61,.06);transition:.2s}.territory-cards a:hover{border-color:#a9c2f6;transform:translateY(-3px)}.territory-cards a>span{margin-bottom:auto;color:var(--blue);font:800 32px system-ui}.territory-cards strong{font:800 21px system-ui}.territory-cards small{margin-top:5px;color:var(--muted)}
.location-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:58px}.location-stats>div{display:flex;flex-direction:column;padding:23px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.location-stats strong{color:var(--blue);font:800 27px system-ui}.location-stats span{margin-top:4px;color:var(--muted);font-size:12px}.location-directory{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.location-directory>a{display:flex;align-items:center;gap:14px;min-height:88px;padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.2s}.location-directory>a:hover{border-color:#a9c2f6;box-shadow:0 10px 25px rgba(16,35,61,.08);transform:translateY(-2px)}.location-directory>a>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.location-directory strong{font:700 14px system-ui}.location-directory small{margin-top:4px;color:var(--muted);font-size:11px}.location-directory b{margin-left:auto;color:var(--blue)}.location-code{width:45px;height:45px;display:grid!important;place-items:center;flex:0 0 auto;border-radius:11px;background:#edf3ff;color:var(--blue);font:800 13px system-ui}.location-directory--regions .location-code{font-size:21px}.directory-group:not(:first-child){margin-top:72px}.directory-group .section-heading{margin-bottom:22px}.directory-group h2 a:hover{color:var(--blue)}
.city-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.city-directory a,.city-directory .city-directory__plain{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:13px 15px;border:1px solid var(--line);border-radius:10px;background:#fff;transition:.2s}.city-directory .city-directory__plain{background:var(--surface);color:var(--muted)}.city-directory a:hover{border-color:#a9c2f6;color:var(--blue)}.city-directory strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.city-directory span,.city-directory small{flex:0 0 auto;color:var(--muted);font-size:11px}.title-code{display:inline-block;padding:.12em .3em;border-radius:.25em;background:#dce8ff;color:var(--blue);font-size:.55em;letter-spacing:0;vertical-align:middle}.local-detail{display:grid;grid-template-columns:1.1fr .9fr;align-items:start;gap:55px}.local-detail article>h2{margin:8px 0 25px;font-size:34px}.location-facts{margin:0;border-top:1px solid var(--line)}.location-facts>div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.location-facts dt{color:var(--muted);font-size:12px;text-transform:uppercase}.location-facts dd{margin:0;font-weight:700}.location-facts a{color:var(--blue)}
.external-directory-search{background:var(--soft)}.external-directory-search h2{margin:8px 0 10px;font-size:clamp(27px,3.2vw,38px)}.external-directory-search>.container>p{max-width:850px;color:var(--muted)}.external-directory-search__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:25px}.external-directory-search__links a{display:flex;flex-direction:column;gap:7px;padding:21px;border:1px solid var(--line);border-radius:13px;background:#fff;transition:.2s}.external-directory-search__links a:hover{border-color:#a9c2f6;box-shadow:0 10px 25px rgba(16,35,61,.08);transform:translateY(-2px)}.external-directory-search__links strong{font:800 15px system-ui;color:var(--ink)}.external-directory-search__links span{color:var(--blue);font-size:12px;font-weight:700}
.article-page__header{padding:72px 0;background:#f2f6ff}.article-page__header h1{margin:12px 0 16px;font-size:clamp(40px,6vw,64px)}.article-page__header>div>p{color:var(--muted);font-size:19px}.article-meta{display:flex;flex-wrap:wrap;gap:18px;color:#718096;font-size:12px}.article-page__visual{width:min(1200px,calc(100% - 40px));aspect-ratio:16/9;overflow:hidden;margin:38px auto 0;border-radius:22px;box-shadow:var(--shadow)}.article-page__visual img{width:100%;height:100%;display:block;object-fit:cover}.article-page__body{padding-top:52px;padding-bottom:80px}.article-page__body .lead{font-size:21px;line-height:1.7}.article-page__body h2{margin:38px 0 12px;font-size:27px}.article-page__body p{color:#4d5d72}.editorial-note{margin:35px 0;padding:20px;border-left:4px solid var(--yellow);background:#fff9d9}.editorial-note p{margin:4px 0 0}.article-sources{margin:40px 0 0;padding:24px;border:1px solid #cbdaf0;border-radius:14px;background:#f3f7ff}.article-sources>strong{font-size:18px}.article-sources p{margin:5px 0 12px}.article-sources ul{margin:0;padding-left:20px}.article-sources a{color:var(--blue);text-decoration:underline}.article-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.editorial-layout{display:grid;grid-template-columns:1.2fr .8fr;align-items:start;gap:60px}.prose h2{margin:0 0 12px;font-size:28px}.prose h2:not(:first-child){margin-top:38px}.prose p{color:#536277}.prose a{color:var(--blue);text-decoration:underline}.values-card,.steps-card{padding:27px;border-radius:var(--radius);background:var(--ink);color:#fff}.values-card h2,.steps-card h2{margin-top:0}.values-card ul{margin:0;padding:0;list-style:none}.values-card li{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12)}.values-card li span{color:var(--yellow)}
.form-layout{display:grid;grid-template-columns:1.25fr .75fr;align-items:start;gap:45px}.form-layout>div>h2{margin-top:0}.form{display:flex;flex-direction:column;gap:16px}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}.form input,.form textarea{width:100%;padding:13px 14px;border:1px solid #cfd9e6;border-radius:9px;background:#fff;outline:0}.form input:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,86,217,.1)}.form .checkbox{flex-direction:row;align-items:flex-start;font-weight:500}.form .checkbox input{width:auto;margin-top:5px}.honeypot{position:absolute!important;left:-9999px!important}.alert{margin-bottom:20px;padding:15px 18px;border-radius:9px}.alert ul{margin:7px 0 0}.alert--success{background:#e5f7f1;color:#09614f}.alert--error{background:#fff0f1;color:#9d2631}.contact-aside{padding:27px;border-radius:var(--radius);background:var(--soft)}.contact-aside h2{margin-top:0}.contact-aside p{display:flex;flex-direction:column;padding-bottom:15px;border-bottom:1px solid var(--line);color:var(--muted)}.contact-aside p strong{color:var(--ink)}.contact-aside a{color:var(--blue)}.steps-card ol{margin:0;padding:0;list-style:none}.steps-card li{display:flex;gap:13px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.steps-card li>span{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow);color:var(--ink);font-weight:800}.steps-card strong{font-size:14px}.steps-card p{margin:3px 0 0;color:#bdc9d8;font-size:12px}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:70px}.legal-content{max-width:960px}.legal-disclaimer{position:sticky;top:110px;padding:28px;border:1px solid #d7e3f3;border-radius:var(--radius);background:linear-gradient(145deg,#eef4ff,#fff9db);box-shadow:var(--shadow)}.legal-disclaimer strong{font:800 18px/1.35 system-ui;color:var(--ink)}.legal-disclaimer small{color:#536277;font-size:13px;line-height:1.7}
.error-page{min-height:65vh;display:grid;place-items:center;padding:80px 0;text-align:center}.error-page>div>span{color:var(--blue);font:800 80px system-ui}.error-page h1{margin:0 0 12px;font-size:44px}.error-page p{color:var(--muted)}.error-page>div>div{display:flex;justify-content:center;gap:10px;margin-top:25px}
.employment-home{padding:76px 0;background:var(--ink);color:#fff}.employment-home__inner{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.employment-home h2{margin:9px 0 13px;font-size:clamp(32px,4vw,48px)}.employment-home p{max-width:680px;margin-bottom:25px;color:#bdc9d8}.employment-home__points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.employment-home__points article{min-height:190px;display:flex;flex-direction:column;padding:23px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.05)}.employment-home__points span{margin-bottom:auto;color:var(--yellow);font:800 25px system-ui}.employment-home__points strong{font:800 15px system-ui}.employment-home__points small{margin-top:7px;color:#bdc9d8;line-height:1.55}
.employment-hero{overflow:hidden;padding:78px 0;background:linear-gradient(135deg,#f7faff 0%,#edf4ff 58%,#fff4bd 100%)}.employment-hero__grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:center;gap:80px}.employment-hero h1{max-width:900px;margin:14px 0 20px;font-size:clamp(43px,5.3vw,70px)}.employment-hero h1 mark{display:inline;color:var(--blue);background:transparent}.employment-hero__intro{max-width:790px;color:var(--muted);font-size:19px}.employment-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.employment-updated{margin:18px 0 0;color:#758398;font-size:12px}.partner-panel{position:relative;padding:34px;border-radius:22px;background:var(--ink);color:#fff;box-shadow:0 24px 55px rgba(16,35,61,.19)}.partner-panel:before{content:"";position:absolute;right:24px;top:24px;width:54px;height:54px;border:1px solid rgba(255,214,0,.5);border-radius:50%;box-shadow:0 0 0 10px rgba(255,214,0,.07)}.partner-panel>span{color:#a9c7ff;font-size:10px;font-weight:800;letter-spacing:.13em}.partner-panel h2{margin:10px 0 12px;font-size:31px}.partner-panel p{color:#c8d3df}.partner-panel .button{margin-top:8px}.partner-panel small{display:block;margin-top:14px;color:#91a3b8}.employment-nav{position:relative;z-index:3;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 10px 28px rgba(16,35,61,.05)}.employment-nav .container{display:flex;justify-content:center;gap:6px;overflow-x:auto;padding-block:13px}.employment-nav a{flex:0 0 auto;padding:8px 13px;border-radius:20px;color:#526279;font-size:12px;font-weight:700}.employment-nav a:hover{background:#edf3ff;color:var(--blue)}
.sector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sector-card{scroll-margin-top:110px;padding:27px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(16,35,61,.045)}.sector-card header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.sector-card header>span{width:54px;height:54px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:#edf3ff;font-size:26px}.sector-card header small{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.13em}.sector-card h3{margin:3px 0 0;font-size:21px}.sector-card__label{margin-bottom:8px;color:#718096;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.job-tags{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px;padding:0;list-style:none}.job-tags li{padding:6px 10px;border-radius:20px;background:#eef4ff;color:#164da9;font-size:11px;font-weight:700}.sector-card>p:not(.sector-card__label){margin:8px 0;color:#536277;font-size:13px}.sector-card__note{padding:11px 13px;border-radius:9px;background:#fff8d7;color:#665b22!important}.sector-card>a{display:inline-block;margin-top:10px;color:var(--blue);font-size:12px;font-weight:800}.sector-card>a:hover{text-decoration:underline}.employment-cta{padding:50px 0;background:var(--blue);color:#fff}.employment-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.employment-cta h2{margin:8px 0 5px;font-size:clamp(29px,3.5vw,42px)}.employment-cta p{margin:0;color:#dce7ff}
.qualification-layout{display:grid;grid-template-columns:1.25fr .75fr;align-items:start;gap:28px}.qualification-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}.qualification-table{width:100%;border-collapse:collapse}.qualification-table caption{padding:21px 23px;background:var(--ink);color:#fff;text-align:left;font:800 18px system-ui}.qualification-table th,.qualification-table td{padding:15px 17px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.qualification-table thead th{background:#edf3ff;color:#37506f;font-size:11px;text-transform:uppercase}.qualification-table tbody th{width:80px;color:var(--blue);font:800 20px system-ui}.qualification-table tbody td{color:#526279;font-size:13px}.qualification-table tbody tr:last-child th,.qualification-table tbody tr:last-child td{border-bottom:0}.source-note{margin:0;padding:18px 21px;border-top:1px solid var(--line);background:#fff9dc;color:#62571f;font-size:12px}.source-note a{color:var(--blue);font-weight:800;text-decoration:underline}.pathway-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pathway-grid article{min-height:190px;padding:22px;border:1px solid var(--line);border-radius:15px;background:#fff}.pathway-grid span{color:var(--blue);font:800 23px system-ui}.pathway-grid h3{margin:25px 0 7px;font-size:17px}.pathway-grid p{margin:0;color:var(--muted);font-size:12px}
.search-method{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:80px}.search-method h2{margin:9px 0 14px;font-size:clamp(33px,4vw,49px)}.search-method>div:first-child>p{color:#bdc9d8}.search-method>div:first-child>p a{color:#fff;text-decoration:underline}.job-steps{margin:0;padding:0;list-style:none}.job-steps li{display:flex;gap:15px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.job-steps li:first-child{padding-top:0}.job-steps li>span{width:37px;height:37px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow);color:var(--ink);font-weight:800}.job-steps strong{font:800 15px system-ui}.job-steps p{margin:4px 0 0;color:#bdc9d8;font-size:12px}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.resource-card{position:relative;min-height:250px;display:flex;flex-direction:column;padding:25px;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.resource-card:hover{border-color:#aac3f7;box-shadow:0 14px 35px rgba(16,35,61,.08);transform:translateY(-2px)}.resource-card--featured{border-color:#3768d2;background:linear-gradient(145deg,#0e3470,#10233d);color:#fff}.resource-card>div{display:flex;align-items:center;justify-content:space-between}.resource-card>div span{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.resource-card--featured>div span{color:#a9c7ff}.resource-card>div b{color:#aeb9c6;font:800 22px system-ui}.resource-card__logo{position:absolute;top:53px;right:25px;width:48px;height:48px;padding:7px;border:1px solid #dce5f0;border-radius:12px;background:#fff;object-fit:contain;box-shadow:0 6px 15px rgba(16,35,61,.08)}.resource-card h3{margin:28px 0 8px;font-size:21px}.resource-card p{color:var(--muted);font-size:13px}.resource-card--featured p{color:#c5d0df}.resource-card>a{margin-top:auto;color:var(--blue);font-size:12px;font-weight:800}.resource-card--featured>a{color:var(--yellow)}.safety-callout{display:flex;gap:18px;margin-top:24px;padding:24px;border:1px solid #f0d887;border-radius:15px;background:#fff9dc}.safety-callout>span{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--yellow);font:800 21px system-ui}.safety-callout h3{margin:1px 0 7px}.safety-callout p{margin:0;color:#625e46;font-size:13px}.filter-panel .button+.button{margin-top:9px}
.guide-paths{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.guide-paths a{padding:9px 13px;border:1px solid #c7d6eb;border-radius:22px;background:#fff;color:var(--blue);font-size:12px;font-weight:800}.guide-paths a:hover{border-color:var(--blue)}.category-finder{display:flex;align-items:center;gap:16px;margin:0 0 24px;padding:13px 16px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.category-finder label{display:flex;align-items:center;flex:1;gap:10px}.category-finder label>span:first-child{color:var(--blue);font-size:22px}.category-finder input{width:100%;padding:7px 0;border:0;outline:0;background:transparent}.category-finder p{flex:0 0 auto;margin:0;color:var(--muted);font-size:12px}.category-empty{grid-column:1/-1;padding:40px;border:1px dashed #b9c8db;border-radius:14px;background:var(--soft);text-align:center}.category-empty p{color:var(--muted)}.steps-card .button{width:100%;margin-top:20px}
.back-top{position:fixed;z-index:90;right:20px;bottom:20px;width:42px;height:42px;border:0;border-radius:50%;background:var(--ink);color:#fff;box-shadow:0 8px 22px rgba(16,35,61,.25);opacity:0;pointer-events:none;cursor:pointer;transition:.2s}.back-top.is-visible{opacity:1;pointer-events:auto}
:focus-visible{outline:3px solid rgba(20,86,217,.35);outline-offset:3px}
@media (max-width:1050px){.nav{position:fixed;top:78px;right:0;left:0;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:16px 20px;border-bottom:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.nav.is-open{display:flex}.nav a{padding:13px}.nav a:after{display:none}.menu-toggle{display:block;margin-left:auto}.header__cta{order:2}.hero__grid{gap:30px}.category-grid{grid-template-columns:repeat(2,1fr)}.listing-grid{grid-template-columns:1fr}.listing-grid--two{grid-template-columns:1fr 1fr}.region-directory,.location-directory{grid-template-columns:1fr 1fr}.city-directory{grid-template-columns:repeat(3,1fr)}.legal-layout{grid-template-columns:1fr}.legal-content{max-width:none}.legal-disclaimer{position:static}}
@media (max-width:760px){.container,.topbar .container,.header .container,.footer .container{width:calc(100% - 28px)}.topbar{display:none}.header__inner{height:68px}.nav{top:68px}.header__cta{display:none}.hero{padding-top:50px}.hero__grid{grid-template-columns:1fr}.hero__content>p{font-size:16px}.search{grid-template-columns:1fr;gap:5px}.search label{min-height:49px}.search label:first-child{border-right:0;border-bottom:1px solid var(--line)}.search--single label:first-child{border-bottom:0}.popular{margin-bottom:23px}.hero__visual{height:330px}.map-visual{height:285px}.trust-chip{top:3px;left:8px}.feature-strip{grid-template-columns:1fr 1fr;gap:17px;padding:20px}.feature-strip i{display:none}.feature-strip div{flex-direction:column;gap:0}.section{padding:62px 0}.section-heading{align-items:flex-start;flex-direction:column}.category-grid{grid-template-columns:1fr}.listing-grid--two{grid-template-columns:1fr}.region-home{grid-template-columns:1fr;gap:35px}.region-links{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr}.article-card{min-height:260px}.business-cta__inner{align-items:flex-start;flex-direction:column}.footer__grid{grid-template-columns:1fr 1fr}.footer__about{grid-column:1/-1}.footer__bottom{flex-direction:column;gap:6px}.page-hero{padding:52px 0}.page-hero__with-icon{align-items:flex-start}.two-columns{grid-template-columns:1fr}.filter-panel{position:static}.profile-hero__inner{align-items:flex-start;flex-wrap:wrap}.profile-hero__content{min-width:60%}.profile-hero__actions{width:100%}.profile-layout,.editorial-layout,.form-layout,.local-detail{grid-template-columns:1fr}.region-directory,.location-directory{grid-template-columns:1fr}.territory-cards{grid-template-columns:1fr}.territory-cards a{min-height:150px}.location-stats{grid-template-columns:1fr}.city-directory{grid-template-columns:1fr 1fr}.form__row{grid-template-columns:1fr}.article-page__header{padding:52px 0}.legal-disclaimer{padding:22px}}
@media (max-width:760px){.search-routes{grid-template-columns:1fr}.category-finder{align-items:stretch;flex-direction:column}.category-finder p{padding-left:32px}}
@media (max-width:460px){.brand__text{display:none}.hero h1{font-size:40px}.feature-strip strong{font-size:17px}.category-card{min-height:92px;padding:14px}.pro-card{gap:11px;padding:15px}.pro-card__logo{width:48px;height:48px;font-size:15px}.pro-card__body>p:not(.pro-card__service){display:none}.pro-card__meta{flex-direction:column;gap:4px}.profile-logo{width:65px;height:65px;font-size:20px}.profile-hero__content{min-width:calc(100% - 90px)}.profile-hero__actions{flex-direction:column}.footer__grid{grid-template-columns:1fr}.footer__about{grid-column:auto}.page-hero__with-icon{flex-direction:column}.page-hero__icon{width:64px;height:64px;font-size:30px}.external-directory-search__links{grid-template-columns:1fr}}
@media (max-width:1100px){.employment-hero__grid{gap:40px}.qualification-layout{grid-template-columns:1fr}.resource-grid{grid-template-columns:1fr 1fr}.employment-home__inner{grid-template-columns:1fr;gap:38px}}
@media (max-width:850px){.employment-hero__grid,.search-method{grid-template-columns:1fr}.employment-hero__grid{gap:36px}.search-method{gap:45px}.sector-grid{grid-template-columns:1fr}.employment-cta__inner{align-items:flex-start;flex-direction:column}.employment-home__points{grid-template-columns:1fr 1fr 1fr}}
@media (max-width:650px){.employment-hero{padding:54px 0}.employment-hero h1{font-size:42px}.partner-panel{padding:25px}.employment-nav .container{justify-content:flex-start}.pathway-grid,.resource-grid,.employment-home__points{grid-template-columns:1fr}.employment-home__points article{min-height:145px}.qualification-table-wrap{overflow-x:auto}.qualification-table{min-width:660px}.sector-card{padding:21px}.safety-callout{align-items:flex-start}.employment-hero__actions{align-items:stretch;flex-direction:column}.employment-hero__actions .button{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.map-visual{background:#dce9ed url('../img/professionnels-france-hero.wwc-768.webp?v=45302') center/cover no-repeat;background-image:image-set(url('../img/professionnels-france-hero.wwc-768.webp?v=45302') 1x,url('../img/professionnels-france-hero.wwc-1200.webp?v=87998') 2x)}
.map-visual__grid,.map-line,.map-pin{display:none}
.page-hero{position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;z-index:0;top:0;right:0;width:min(48vw,760px);height:100%;background:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.3) 32%,rgba(237,244,255,0) 65%),url('../img/secteurs-france-illustration.wwc-768.webp?v=79742') center/cover no-repeat;background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.3) 32%,rgba(237,244,255,0) 65%),image-set(url('../img/secteurs-france-illustration.wwc-768.webp?v=79742') 1x,url('../img/secteurs-france-illustration.wwc-1200.webp?v=139838') 2x);opacity:.2;pointer-events:none}
.page--conseils .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-guides.wwc-768.webp') 1x,url('../img/hero-guides.wwc-1200.webp') 2x);opacity:.32}.page--regions .page-hero:after,.page--local-page .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.4) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-territoires.wwc-768.webp') 1x,url('../img/hero-territoires.wwc-1200.webp') 2x);opacity:.3}.page--villes .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.4) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-villes.wwc-768.webp') 1x,url('../img/hero-villes.wwc-1200.webp') 2x);opacity:.3}.page--recherche .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-recherche.wwc-768.webp') 1x,url('../img/hero-recherche.wwc-1200.webp') 2x);opacity:.28}.page--inscrire-entreprise .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-referencement.wwc-768.webp') 1x,url('../img/hero-referencement.wwc-1200.webp') 2x);opacity:.28}.page--contact .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-contact.wwc-768.webp') 1x,url('../img/hero-contact.wwc-1200.webp') 2x);opacity:.28}.page--a-propos .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 35%,rgba(237,244,255,0) 70%),image-set(url('../img/hero-a-propos.wwc-768.webp') 1x,url('../img/hero-a-propos.wwc-1200.webp') 2x);opacity:.3}
.page-hero>.container{position:relative;z-index:1}
.category-page-hero:after{display:none}.category-page-hero{background:linear-gradient(135deg,#f7faff 0%,#edf4ff 60%,#fff 100%)}.category-page-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:54px}.category-page-hero__visual{display:block;aspect-ratio:4/3;overflow:hidden;border:8px solid #fff;border-radius:22px;box-shadow:0 22px 48px rgba(16,35,61,.16);background:#dfe7f1}.category-page-hero__visual img{display:block;width:100%;height:100%;object-fit:cover}.category-page-hero__inner .page-hero__with-icon{min-width:0}
.page-hero--directory:after{opacity:.28}
.data-freshness{margin:15px 0 0;color:var(--muted);font-size:12px}.business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.business-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.business-card{min-width:0;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(16,35,61,.045);transition:.2s}.business-card:hover{border-color:#a9c2f6;box-shadow:0 14px 34px rgba(16,35,61,.09);transform:translateY(-2px)}.business-card__identity{display:flex;align-items:center;gap:12px}.business-card__identity>span:last-child{min-width:0;display:flex;flex-direction:column}.business-card__identity small{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.business-card__identity strong{overflow:hidden;margin-top:3px;font:800 15px/1.3 system-ui;text-overflow:ellipsis}.business-card__logo{width:47px;height:47px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:linear-gradient(145deg,var(--blue),var(--navy));color:#fff;font:800 14px system-ui}.business-card__service{margin:16px 0 6px;color:var(--ink);font-size:12px;font-weight:700}.business-card__service span{color:var(--muted);font-weight:500}.business-card__address{min-height:42px;margin:0 0 14px;color:var(--muted);font-size:11px;line-height:1.55}.business-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-top:auto;padding-top:12px;border-top:1px solid var(--line);color:#6d7b8d;font-size:10px}.verified-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:4px 8px;border-radius:20px;background:#e7f7f1;color:#08705f!important;font-size:10px!important;font-weight:800!important}.business-card__link{margin-top:13px;color:var(--blue);font-size:11px;font-weight:800}.business-category-block{scroll-margin-top:105px}.business-category-block+.business-category-block{margin-top:50px;padding-top:42px;border-top:1px solid var(--line)}.business-category-block__heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:17px}.business-category-block__heading h3{display:flex;align-items:center;gap:10px;margin:0;font-size:23px}.business-category-block__heading a{color:var(--blue);font-size:12px;font-weight:800}.business-directory-section .section-heading{margin-bottom:42px}.directory-filter{display:flex;flex-direction:column;gap:8px;margin:24px 0 10px;padding-top:20px;border-top:1px solid var(--line)}.directory-filter label{font-size:12px;font-weight:800}.directory-filter select{width:100%;padding:11px 12px;border:1px solid #cfd9e6;border-radius:9px;background:#fff;color:var(--ink)}.profile-logo{background:linear-gradient(145deg,var(--blue),#0b3b99)}.profile-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.profile-tags>span:not(.verified-badge){padding:4px 8px;border:1px solid rgba(255,255,255,.18);border-radius:20px;color:#c8d3df;font-size:10px}.profile-panel{padding:29px;border:1px solid var(--line);border-radius:17px;background:#fff}.profile-panel h2{margin:7px 0 21px;font-size:29px}.profile-panel--accent{background:var(--soft)}.business-facts{margin:0}.business-facts>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:22px;padding:15px 0;border-bottom:1px solid var(--line)}.business-facts>div:first-child{padding-top:0}.business-facts>div:last-child{border-bottom:0}.business-facts dt{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.business-facts dd{margin:0;font-weight:700}.business-facts dd small{display:block;margin-top:4px;color:var(--muted);font-size:10px;font-weight:500}.profile-address{font-size:17px;font-weight:700}.profile-panel--accent>p a{color:var(--blue);font-weight:700}.profile-panel--accent .source-note{margin:24px 0;padding:16px;border:0;border-radius:10px;background:#fff7cd;font-size:11px}.profile-panel--accent .button+.button{margin-top:9px}
@media (max-width:1100px){.business-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.business-grid,.business-grid--two{grid-template-columns:1fr}.business-category-block__heading{align-items:flex-start;flex-direction:column;gap:6px}.business-facts>div{grid-template-columns:1fr;gap:4px}.business-card__address{min-height:0}}
.directory-filter--inline{max-width:620px;margin:0 0 24px}.directory-filter--inline p{margin:0;color:var(--muted);font-size:11px}[data-business-card][hidden]{display:none}
@media (max-width:760px){.map-visual{background-image:image-set(url('../img/professionnels-france-hero.wwc-480.webp?v=22124') 1x,url('../img/professionnels-france-hero.wwc-768.webp?v=45302') 2x)}.page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.3) 32%,rgba(237,244,255,0) 65%),image-set(url('../img/secteurs-france-illustration.wwc-480.webp?v=42322') 1x,url('../img/secteurs-france-illustration.wwc-768.webp?v=79742') 2x)}.category-page-hero__inner{grid-template-columns:1fr;gap:28px}.category-page-hero__visual{max-width:520px;margin-inline:auto}}
.page-hero__media{position:absolute;z-index:0;top:0;right:0;width:min(48vw,760px);height:100%;overflow:hidden;opacity:.32;pointer-events:none}.page-hero__media img{width:100%;height:100%;display:block;object-fit:cover}.page-hero:has(.page-hero__media):after{background:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.28) 35%,rgba(237,244,255,0) 72%);opacity:1}.page--annuaire .page-hero__media,.page--france .page-hero__media{opacity:.28}.page--departements .page-hero:after,.page--departement .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.46) 38%,rgba(237,244,255,0) 75%),image-set(url('../img/hero-departements.wwc-768.webp') 1x,url('../img/hero-departements.wwc-1200.webp') 2x);opacity:.32}.page--region .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 38%,rgba(237,244,255,0) 74%),image-set(url('../img/hero-territoires.wwc-768.webp') 1x,url('../img/hero-territoires.wwc-1200.webp') 2x);opacity:.3}.page--ville .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 38%,rgba(237,244,255,0) 74%),image-set(url('../img/hero-villes.wwc-768.webp') 1x,url('../img/hero-villes.wwc-1200.webp') 2x);opacity:.3}.employment-hero{position:relative}.employment-hero .page-hero__media{width:min(52vw,820px);opacity:.13}.employment-hero:after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(247,250,255,.98) 0%,rgba(237,244,255,.94) 45%,rgba(237,244,255,.72) 100%);pointer-events:none}.employment-hero__grid{position:relative;z-index:1}.resource-card__logo--wide{width:86px;object-fit:contain}
@media (max-width:760px){.page-hero__media{width:72vw;opacity:.2}.page--departements .page-hero:after,.page--departement .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.46) 38%,rgba(237,244,255,0) 75%),image-set(url('../img/hero-departements.wwc-480.webp') 1x,url('../img/hero-departements.wwc-768.webp') 2x)}.page--region .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 38%,rgba(237,244,255,0) 74%),image-set(url('../img/hero-territoires.wwc-480.webp') 1x,url('../img/hero-territoires.wwc-768.webp') 2x)}.page--ville .page-hero:after{background-image:linear-gradient(90deg,#edf4ff 0%,rgba(237,244,255,.42) 38%,rgba(237,244,255,0) 74%),image-set(url('../img/hero-villes.wwc-480.webp') 1x,url('../img/hero-villes.wwc-768.webp') 2x)}.employment-hero .page-hero__media{width:100%;opacity:.09}.resource-card__logo--wide{width:78px}}

/* Intent-led navigation and answer-first content */
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(20,86,217,.35);outline-offset:3px}
.need-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}
.need-card{position:relative;min-height:350px;overflow:hidden;border-radius:18px;background:var(--ink);color:#fff;box-shadow:0 14px 34px rgba(16,35,61,.12);transition:transform .25s,box-shadow .25s}
.need-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(16,35,61,.18)}
.need-card picture,.need-card img{position:absolute;inset:0;width:100%;height:100%;display:block}
.need-card img{object-fit:cover;transition:transform .45s ease}
.need-card:hover img{transform:scale(1.035)}
.need-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,27,49,.02) 15%,rgba(8,27,49,.94) 88%)}
.need-card>span{position:absolute;z-index:1;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:24px}
.need-card small{color:#dbe6ff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.need-card strong{margin-top:5px;font-size:21px;line-height:1.2}
.need-card em{margin-top:8px;color:#dce5ef;font-size:12px;font-style:normal;line-height:1.5}
.need-card b{margin-top:13px;color:var(--yellow);font-size:11px}
.category-grid--compact{margin-top:14px}
.category-grid--compact .category-card{min-height:92px}
.category-grid--compact .category-card__icon{background:#eff4ff!important;background-image:none!important;color:inherit!important;font-size:24px!important}
.method-showcase{display:grid;grid-template-columns:minmax(0,.82fr) minmax(560px,1.18fr);align-items:start;gap:70px}
.method-showcase__intro{position:sticky;top:126px}
.method-showcase h2{max-width:620px;margin:9px 0 18px;font-size:clamp(34px,4vw,50px)}
.method-showcase__intro p{max-width:650px;color:#4e5f74;font-size:16px}
.method-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:0;list-style:none;counter-reset:none}
.method-steps li{min-height:190px;padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(16,35,61,.05)}
.method-steps li>span{width:42px;height:42px;display:grid;place-items:center;margin-bottom:24px;border-radius:11px;background:var(--blue);color:#fff;font-size:12px;font-weight:800}
.method-steps strong{font-size:16px}
.method-steps p{margin:7px 0 0;color:var(--muted);font-size:12px}
.faq__intro{max-width:740px;margin:-18px auto 30px;color:var(--muted)}
.nearby-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.nearby-directory a{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:92px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.2s}
.nearby-directory a:hover{border-color:#a9c2f6;box-shadow:0 10px 25px rgba(16,35,61,.08);transform:translateY(-2px)}
.nearby-directory a>span:first-child{display:flex;flex-direction:column;min-width:0}
.nearby-directory strong{font-size:14px}.nearby-directory small{margin-top:4px;color:var(--muted);font-size:11px}.nearby-directory b{color:var(--blue)}
.profile-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}
.profile-checklist article{padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}
.profile-checklist span{display:grid;width:34px;height:34px;place-items:center;margin-bottom:14px;border-radius:9px;background:#e9f1ff;color:var(--blue);font-weight:800}
.profile-checklist h3{margin:0 0 6px;font-size:16px}.profile-checklist p{margin:0;color:var(--muted);font-size:12px}
@media (max-width:1100px){.need-grid{grid-template-columns:1fr 1fr}.method-showcase{grid-template-columns:1fr;gap:38px}.method-showcase__intro{position:static}.nearby-directory{grid-template-columns:1fr 1fr}}
@media (max-width:760px){.need-grid,.method-steps,.profile-checklist{grid-template-columns:1fr}.need-card{min-height:315px}.category-grid--compact{grid-template-columns:1fr 1fr}.nearby-directory{grid-template-columns:1fr}.method-steps li{min-height:auto}.method-steps li>span{margin-bottom:16px}}
@media (max-width:460px){.need-grid,.category-grid--compact{grid-template-columns:1fr}.need-card{min-height:295px}}

/* Trust, methodology and conversion journeys */
.hero-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.hero-facts span{padding:7px 10px;border:1px solid #cbd9eb;border-radius:20px;background:rgba(255,255,255,.82);color:#305273;font-size:11px;font-weight:800}.page-hero--about{min-height:410px;display:flex;align-items:center}.page-hero--about h1{max-width:760px}.page-hero--about p{max-width:680px}
.method-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.method-kpis article{min-height:145px;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border:1px solid var(--line);border-radius:15px;background:#fff}.method-kpis strong{color:var(--blue);font-size:clamp(28px,3vw,40px);line-height:1}.method-kpis span{margin-top:9px;color:var(--muted);font-size:12px}.values-card .button{width:100%;margin-top:22px}
.definition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.definition-grid article{padding:25px;border:1px solid var(--line);border-radius:15px;background:#fff}.definition-grid article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e9f1ff;color:var(--blue);font-size:11px;font-weight:800}.definition-grid h3{margin:18px 0 8px;font-size:18px}.definition-grid p{margin:0;color:var(--muted);font-size:12px}.source-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px;padding:26px;border-radius:16px;background:var(--soft)}.source-panel>div{padding-right:20px;border-right:1px solid var(--line)}.source-panel>div:last-child{padding-right:0;border-right:0}.source-panel p{margin:7px 0 0;color:var(--muted);font-size:12px}.source-panel a:not(.link-arrow){color:var(--blue);text-decoration:underline}
.form select{width:100%;padding:13px 14px;border:1px solid #cfd9e6;border-radius:9px;background:#fff;color:var(--ink);outline:0}.form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(20,86,217,.1)}.form label small{color:var(--muted);font-size:10px;font-weight:500}.form-required,.form-optional{width:max-content;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.form-optional{color:var(--muted)}.form-privacy{margin-top:18px;color:var(--muted);font-size:11px}.form-privacy a{color:var(--blue);text-decoration:underline}.alert--info{border:1px solid #c8daf7;background:#eef4ff;color:#244e82}.alert--info a{color:var(--blue);font-weight:800;text-decoration:underline}.steps-card__note{margin:18px 0 0;color:#bdc9d8;font-size:11px}
.section--contact-routes{padding-block:52px}.contact-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.contact-route-grid a{min-height:175px;display:flex;flex-direction:column;padding:21px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:.2s}.contact-route-grid a:hover{border-color:#a9c2f6;box-shadow:0 12px 28px rgba(16,35,61,.08);transform:translateY(-2px)}.contact-route-grid span{color:var(--blue);font-size:10px;font-weight:800}.contact-route-grid strong{margin-top:24px;font-size:16px}.contact-route-grid small{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.5}.contact-aside__note{margin-top:20px;padding:17px;border-radius:11px;background:#fff}.contact-aside__note p{display:block;margin:6px 0 0;padding:0;border:0;font-size:11px}
@media (max-width:1050px){.method-kpis,.contact-route-grid{grid-template-columns:1fr 1fr}.source-panel{grid-template-columns:1fr}.source-panel>div{padding:0 0 16px;border-right:0;border-bottom:1px solid var(--line)}.source-panel>div:last-child{padding-bottom:0;border-bottom:0}}
@media (max-width:760px){.page-hero--about{min-height:0}.method-kpis,.definition-grid,.contact-route-grid{grid-template-columns:1fr}.method-kpis article{min-height:118px}.contact-route-grid a{min-height:145px}.hero-facts{gap:6px}.hero-facts span{font-size:10px}}

