:root{
  --green:#0b7042;--green-2:#0f8a52;--green-dark:#071b14;--green-soft:#eaf6ef;
  --orange:#f3a400;--orange-2:#ffc23a;--red:#e1272f;--red-soft:#fff0f1;
  --ink:#0e1728;--ink-2:#203049;--muted:#69778d;--line:#e7ebef;--cream:#fffaf1;--paper:#fffdf9;
  --white:#fff;--shadow:0 24px 70px rgba(18,36,52,.12);--shadow-soft:0 14px 38px rgba(18,36,52,.08);
  --radius-xl:34px;--radius-lg:26px;--radius-md:18px;--radius-sm:12px;
  --container:min(1240px,calc(100% - 40px));--ease:cubic-bezier(.22,1,.36,1)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}::selection{background:#bdebd2;color:#063e28}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.muted{color:var(--muted)}

/* global motion */
[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}.page-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:1001;pointer-events:none}.page-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--orange),var(--red));transform-origin:left}.site-glow{position:fixed;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(11,112,66,.10),transparent 68%);pointer-events:none;z-index:-1;left:var(--mouse-x,-999px);top:var(--mouse-y,-999px);transform:translate(-50%,-50%);transition:opacity .3s}.preloader{position:fixed;inset:0;z-index:9999;background:var(--green-dark);display:grid;place-items:center;transition:opacity .65s var(--ease),visibility .65s}.preloader.is-done{opacity:0;visibility:hidden}.preloader__brand{display:flex;align-items:center;gap:15px;color:#fff}.preloader__brand img{width:62px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.22))}.preloader__brand strong{font-size:34px;letter-spacing:-1.4px;line-height:1}.preloader__brand strong span{color:#ff414b}.preloader__brand small{display:block;color:#c7d8d0;margin-top:6px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;font-size:10px}.preloader__line{position:absolute;left:50%;bottom:22%;transform:translateX(-50%);width:180px;height:2px;background:rgba(255,255,255,.14);overflow:hidden}.preloader__line i{display:block;width:48%;height:100%;background:linear-gradient(90deg,var(--orange),#fff);animation:preload 1.1s var(--ease) infinite}@keyframes preload{from{transform:translateX(-110%)}to{transform:translateX(230%)}}

/* header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.82);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(217,225,229,.72);transition:box-shadow .35s var(--ease),background .35s}.site-header.is-scrolled{box-shadow:0 14px 40px rgba(20,36,49,.08);background:rgba(255,255,255,.94)}.header-ribbon{background:var(--green-dark);color:#dbe7e1;font-size:11px}.ribbon-inner{height:28px;display:flex;align-items:center;justify-content:space-between;gap:15px;letter-spacing:.02em}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#46dd8c;box-shadow:0 0 0 5px rgba(70,221,140,.12);margin-right:8px;animation:live 2s infinite}@keyframes live{50%{box-shadow:0 0 0 9px rgba(70,221,140,0)}}.ribbon-note{opacity:.72}.nav-shell{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand img{width:48px}.brand-copy{display:grid}.brand-copy b{font-size:27px;line-height:1;font-weight:900;letter-spacing:-1.1px}.brand-copy em{font-style:normal;color:var(--red)}.brand-copy small{text-transform:uppercase;font-size:8px;font-weight:800;letter-spacing:.15em;color:#6b788d;margin-top:4px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px}.desktop-nav a{position:relative;font-size:13px;font-weight:800;color:#374459;padding:30px 0}.desktop-nav a:after{content:"";position:absolute;left:50%;bottom:21px;width:0;height:2px;border-radius:2px;background:var(--green);transform:translateX(-50%);transition:width .3s var(--ease)}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:24px}.nav-actions{display:flex;align-items:center;gap:12px}.admin-entry{font-size:11px;font-weight:800;color:#657287;display:flex;align-items:center}.admin-entry__dot{width:7px;height:7px;background:#bbc4cf;border-radius:50%;margin-right:7px}.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;border-radius:50%;position:relative}.menu-toggle span{position:absolute;width:20px;height:2px;background:var(--ink);left:12px;transition:.3s var(--ease)}.menu-toggle span:first-child{top:18px}.menu-toggle span:last-child{top:25px}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-panel{position:fixed;top:110px;left:0;right:0;background:#fff;box-shadow:0 28px 70px rgba(10,25,21,.14);padding:18px 20px 30px;opacity:0;visibility:hidden;transform:translateY(-15px);transition:.35s var(--ease)}.mobile-panel.is-open{opacity:1;visibility:visible;transform:none}.mobile-panel nav{display:grid;gap:5px}.mobile-panel a{font-size:20px;font-weight:850;padding:14px 4px;border-bottom:1px solid var(--line)}

/* buttons */
.button,.btn{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;font-weight:850;font-size:13px;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s,color .25s;border 1px solid transparent}.button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button:hover,.btn:hover{transform:translateY(-2px)}.button--primary,.btn.green{background:var(--green);color:#fff;box-shadow:0 12px 26px rgba(11,112,66,.22)}.button--primary:hover,.btn.green:hover{background:#075f37;box-shadow:0 17px 34px rgba(11,112,66,.28)}.button--ghost{background:rgba(255,255,255,.76);border-color:#dce5e1;color:var(--ink)}.button--light,.btn.light{background:#fff;color:var(--ink);border-color:rgba(255,255,255,.28)}.button--white{background:#fff;color:var(--green-dark);box-shadow:0 18px 42px rgba(0,0,0,.16)}.button--lg{padding:16px 22px;font-size:14px}.btn.orange{background:var(--orange);color:#231b0a}.button-icon{font-size:18px;line-height:1}.magnetic{will-change:transform}

/* hero */
.hero--home{min-height:calc(100svh - 110px);position:relative;display:flex;align-items:center;background:linear-gradient(130deg,#fff 0%,#fffbf4 48%,#f6fff9 100%);overflow:hidden}.hero-noise{position:absolute;inset:0;background-image:url('../images/noise.svg');opacity:.08;mix-blend-mode:multiply;pointer-events:none}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-orb--one{width:510px;height:510px;right:-180px;top:-120px;background:radial-gradient(circle at 35% 40%,rgba(243,164,0,.22),rgba(243,164,0,0) 68%);animation:orb 8s ease-in-out infinite}.hero-orb--two{width:420px;height:420px;left:-150px;bottom:-160px;background:radial-gradient(circle,rgba(11,112,66,.14),transparent 68%);animation:orb 10s ease-in-out infinite reverse}@keyframes orb{50%{transform:translate(30px,20px) scale(1.08)}}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(480px,.97fr);gap:40px;align-items:center;padding:86px 0 100px}.hero-copy{max-width:720px}.eyebrow,.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--green);display:flex;align-items:center;gap:10px}.eyebrow__pulse{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(11,112,66,.10);animation:live 2s infinite}.hero h1{font-size:clamp(52px,6.15vw,92px);line-height:.92;letter-spacing:-.064em;margin:22px 0 26px;max-width:780px;font-weight:900}.text-green{color:var(--green)}.text-red{color:var(--red)}.hero-lead{font-size:18px;line-height:1.72;color:#596981;max-width:680px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.trust-row{display:flex;gap:28px;margin-top:38px;padding-top:28px;border-top:1px solid rgba(14,23,40,.08)}.trust-item{display:flex;align-items:center;gap:11px}.trust-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:900}.trust-icon--lock{background:#fff5dd;color:#9b6500}.trust-item strong{display:block;font-size:12px}.trust-item small{display:block;font-size:10px;color:#7d899a;margin-top:2px}.hero-stage{height:570px;position:relative;border-radius:48px;background:linear-gradient(145deg,#fff7e9,#eef9f3);box-shadow:inset 0 0 0 1px rgba(15,41,31,.06),0 40px 100px rgba(17,47,35,.11);overflow:hidden;transform-style:preserve-3d}.hero-stage:before{content:"";position:absolute;inset:22px;border:1px solid rgba(11,112,66,.10);border-radius:34px}.hero-stage__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(11,112,66,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(11,112,66,.055) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 92%)}.hero-cityline{position:absolute;width:98%;left:1%;bottom:-12px;filter:drop-shadow(0 25px 30px rgba(39,60,50,.08));transform:translate3d(calc(var(--px,0) * -9px),calc(var(--py,0) * -7px),0);transition:transform .15s linear}.radar{position:absolute;width:260px;height:260px;border-radius:50%;right:10%;top:8%;border:1px solid rgba(11,112,66,.16);display:grid;place-items:center}.radar i{position:absolute;border:1px solid rgba(11,112,66,.14);border-radius:50%}.radar i:nth-child(1){inset:24px}.radar i:nth-child(2){inset:58px}.radar i:nth-child(3){inset:92px}.radar span{position:absolute;width:50%;height:1px;background:linear-gradient(90deg,transparent,var(--green));left:50%;top:50%;transform-origin:left;animation:radar 4.5s linear infinite}@keyframes radar{to{transform:rotate(360deg)}}.floating-card{position:absolute;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 40px rgba(25,49,39,.13);border-radius:18px;padding:13px 15px;z-index:4;min-width:220px;transition:transform .12s linear}.floating-card--top{right:26px;top:30px}.floating-card--bottom{left:25px;bottom:35px}.floating-icon{width:37px;height:37px;border-radius:12px;display:grid;place-items:center;font-weight:900}.floating-icon--green{background:var(--green-soft);color:var(--green)}.floating-icon--orange{background:#fff1ca;color:#9c6500}.floating-card small{display:block;font-size:9px;color:#7b8798;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.floating-card strong{font-size:12px}.hero-signal{position:absolute;left:20%;top:23%;display:flex;align-items:flex-end;gap:5px;height:36px}.hero-signal span{width:4px;border-radius:4px;background:var(--red);animation:signal 1.1s ease-in-out infinite}.hero-signal span:nth-child(1){height:12px}.hero-signal span:nth-child(2){height:28px;animation-delay:.12s}.hero-signal span:nth-child(3){height:20px;animation-delay:.24s}@keyframes signal{50%{transform:scaleY(.55);opacity:.5}}.scroll-cue{position:absolute;left:50%;bottom:20px;display:flex;flex-direction:column;align-items:center;gap:5px;font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:#7a889a}.scroll-cue span{width:1px;height:35px;background:linear-gradient(var(--green),transparent);animation:scrollcue 2s ease-in-out infinite}@keyframes scrollcue{0%,100%{transform:scaleY(.55);transform-origin:top}50%{transform:scaleY(1)}}

/* search command */
.search-zone{position:relative;z-index:8;margin-top:-28px}.search-command{background:rgba(255,255,255,.96);border:1px solid rgba(214,224,221,.9);border-radius:22px;padding:17px;box-shadow:0 24px 60px rgba(22,43,34,.12);display:grid;grid-template-columns:1.1fr 2fr 1fr 1fr auto;gap:12px;align-items:end}.search-command__title{padding:4px 6px 6px}.search-command__title span{display:block;font-size:13px;font-weight:900}.search-command__title small{font-size:10px;color:#8792a2}.search-field>span{display:block;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:#7a8797;margin:0 0 6px 2px}.search-field div{position:relative}.search-field svg{position:absolute;width:17px;height:17px;left:13px;top:50%;transform:translateY(-50%);fill:none;stroke:#758496;stroke-width:1.7}.search-field input,.search-field select,.input,.select,.textarea{width:100%;border:1px solid #dce3e8;background:#fff;border-radius:13px;padding:12px 13px;color:var(--ink);outline:0;transition:border-color .2s,box-shadow .2s,background .2s}.search-field input{padding-left:40px}.search-field input:focus,.search-field select:focus,.input:focus,.select:focus,.textarea:focus{border-color:rgba(11,112,66,.55);box-shadow:0 0 0 4px rgba(11,112,66,.08)}.search-submit{height:44px;border:0;border-radius:13px;background:var(--green);color:#fff;padding:0 18px;display:flex;align-items:center;gap:8px;font-weight:850;cursor:pointer;box-shadow:0 12px 24px rgba(11,112,66,.18)}.search-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.manifesto-strip{margin-top:58px;background:var(--green-dark);color:#fff;overflow:hidden;padding:18px 0;transform:rotate(-.7deg) scale(1.015);transform-origin:center}.marquee-track{display:flex;width:max-content;animation:marquee 27s linear infinite}.marquee-group{display:flex;align-items:center;gap:24px;padding-right:24px}.marquee-group span{font-size:15px;font-weight:900;letter-spacing:.18em}.marquee-group i{font-style:normal;color:var(--orange);font-size:20px}@keyframes marquee{to{transform:translateX(-50%)}}

/* sections */
.section{padding:105px 0}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;gap:70px;align-items:end;margin-bottom:46px}.section-heading h2,.method-intro h2,.trust-bento h2,.cta-panel h2,.page-hero h1{font-size:clamp(38px,4.6vw,66px);line-height:1.02;letter-spacing:-.047em;margin:14px 0 0}.section-heading h2 span,.method-intro h2 span,.trust-bento h2 span{color:var(--green)}.section-heading__aside p{font-size:14px;color:#6f7d90;line-height:1.7;margin:0 0 15px}.text-link{font-size:12px;font-weight:900;color:var(--green);display:inline-flex;gap:8px;align-items:center}.text-link span{transition:transform .25s}.text-link:hover span{transform:translate(3px,-3px)}

/* cards */
.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.case-grid--home .case-card:first-child{grid-column:span 2}.case-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .45s var(--ease),box-shadow .45s var(--ease),border-color .45s;transform-style:preserve-3d}.case-card:hover{box-shadow:0 28px 70px rgba(23,41,55,.14);border-color:#d8e0e5}.case-card__media{height:300px;position:relative;overflow:hidden;background:#f2f5f4}.case-card--featured .case-card__media{height:390px}.case-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.case-card:hover .case-card__media img{transform:scale(1.055)}.case-card__scrim{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(7,27,20,0) 45%,rgba(7,27,20,.55) 100%)}.case-card__top{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;gap:8px}.case-type,.case-found,.badge{display:inline-flex;align-items:center;width:max-content;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(10px)}.case-type--person{background:rgba(232,248,239,.92);color:var(--green)}.case-type--object{background:rgba(255,242,207,.94);color:#9a6200}.case-found{background:#fff;color:var(--green)}.case-card__arrow{position:absolute;right:17px;bottom:17px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ink);font-size:18px;transition:transform .35s var(--ease),background .35s}.case-card:hover .case-card__arrow{transform:rotate(45deg);background:var(--orange)}.case-card__body{padding:22px}.case-card__meta{display:flex;justify-content:space-between;gap:10px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:#8994a4}.case-card h3{font-size:24px;letter-spacing:-.025em;margin:8px 0 7px}.case-card p{margin:0;color:#68778b;font-size:13px;line-height:1.65}.empty-state{border:1px dashed #cdd9d4;background:#fbfdfa;border-radius:28px;text-align:center;padding:70px 30px}.empty-state span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:25px;margin:auto}.empty-state h3{font-size:25px;margin:17px 0 6px}.empty-state p{color:var(--muted)}

/* method */
.section--method{background:var(--green-dark);color:#fff;position:relative;overflow:hidden}.section--method:before{content:"";position:absolute;width:660px;height:660px;border:1px solid rgba(255,255,255,.06);border-radius:50%;left:-230px;top:-300px;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018)}.method-layout{position:relative;display:grid;grid-template-columns:.76fr 1.24fr;gap:100px;align-items:start}.kicker--light{color:#8de0b4}.method-intro{position:sticky;top:160px}.method-intro h2{font-size:clamp(40px,4.4vw,63px)}.method-intro h2 span{color:#8de0b4}.method-intro p{color:#aabdb4;line-height:1.8;font-size:15px;margin:24px 0 28px}.method-steps{display:grid;gap:14px}.method-card{display:grid;grid-template-columns:55px 56px 1fr;gap:18px;align-items:start;padding:28px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);border-radius:24px;backdrop-filter:blur(12px);transition:background .35s,transform .35s var(--ease)}.method-card:hover{background:rgba(255,255,255,.075);transform:translateX(-5px)}.method-card__num{font-size:10px;color:#78948a;font-weight:900;letter-spacing:.12em}.method-card__icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:rgba(243,164,0,.14);color:#ffc044;font-size:20px}.method-card h3{margin:1px 0 7px;font-size:20px}.method-card p{margin:0;color:#a9bbb3;font-size:13px;line-height:1.7}

/* trust bento */
.section--trust{background:#f8f9f7}.trust-bento{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:auto auto;gap:18px}.trust-bento__main{grid-row:span 2;background:#fff;border:1px solid var(--line);border-radius:30px;padding:42px;overflow:hidden;position:relative;min-height:560px}.trust-bento__main h2{font-size:50px;max-width:600px}.trust-bento__main p{max-width:530px;color:#6b788a;line-height:1.75}.trust-bento__card{border-radius:28px;padding:28px;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end}.trust-bento__card--green{background:#dff3e7;color:#0a5636}.trust-bento__card--sand{background:#fff0cb;color:#6b4a08}.trust-bento__card--dark{background:#18263a;color:#fff}.bento-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.55);font-size:20px;margin-bottom:auto}.trust-bento__card h3{font-size:22px;margin:22px 0 7px}.trust-bento__card p{font-size:12px;line-height:1.7;opacity:.78;margin:0}.privacy-visual{position:absolute;left:50%;bottom:-70px;width:420px;height:320px;transform:translateX(-50%)}.privacy-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(11,112,66,.13);border-radius:50%;transform:translate(-50%,-50%)}.ring-1{width:140px;height:140px}.ring-2{width:240px;height:240px}.ring-3{width:350px;height:350px}.privacy-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:76px;height:76px;border-radius:24px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 20px 45px rgba(11,112,66,.24)}.privacy-chip{position:absolute;background:#fff;border:1px solid #e1e8e4;box-shadow:0 12px 30px rgba(20,42,31,.09);border-radius:999px;padding:8px 13px;font-size:10px;font-weight:850;color:#546255}.chip-a{left:15px;top:80px}.chip-b{right:5px;top:125px}.chip-c{left:85px;bottom:25px}

/* ads and cta */
.section--ad{padding:58px 0}.premium-ad{display:block;border-radius:23px;overflow:hidden}.premium-ad img{width:100%;max-height:160px;object-fit:cover}.premium-ad--placeholder{min-height:130px;padding:28px 34px;border:1px dashed rgba(163,111,0,.34);background:linear-gradient(120deg,#fff7df,#fffdf9);display:flex;align-items:center;justify-content:space-between;gap:30px}.premium-ad--placeholder small{display:block;color:#9a6500;font-size:9px;font-weight:900;letter-spacing:.14em}.premium-ad--placeholder strong{display:block;font-size:20px;margin:5px 0}.premium-ad--placeholder p{margin:0;color:#76664b;font-size:12px}.premium-ad--placeholder>span{font-size:11px;color:#b29152}.section--cta{padding-top:45px}.cta-panel{position:relative;background:linear-gradient(135deg,#0b7042,#063c27);border-radius:34px;color:#fff;padding:50px 55px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;overflow:hidden;box-shadow:0 30px 80px rgba(11,112,66,.22)}.cta-panel__lines{position:absolute;right:-120px;top:-140px;width:520px;height:520px;border:1px solid rgba(255,255,255,.10);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.04),0 0 0 140px rgba(255,255,255,.025)}.cta-panel h2{font-size:44px;max-width:760px;position:relative}.cta-panel p{color:#c6ddd1;max-width:700px;position:relative}

/* generic inner pages */
.page-hero{padding:96px 0 54px;background:linear-gradient(130deg,#fff,#fffaf1 55%,#f2fbf6);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(11,112,66,.09);border-radius:50%;right:-180px;top:-270px;box-shadow:0 0 0 70px rgba(11,112,66,.025),0 0 0 140px rgba(243,164,0,.025)}.page-hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;position:relative;z-index:2}.page-hero h1{max-width:850px}.page-hero p{font-size:16px;line-height:1.75;color:#68778a;max-width:690px}.page-hero__aside{display:flex;justify-content:flex-end}.page-orbit{width:210px;height:210px;border:1px solid rgba(11,112,66,.15);border-radius:50%;display:grid;place-items:center;position:relative}.page-orbit:before,.page-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(11,112,66,.11)}.page-orbit:before{inset:30px}.page-orbit:after{inset:65px}.page-orbit span{width:54px;height:54px;background:var(--green);border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:22px;z-index:2}.inner-section{padding:62px 0 100px;background:#fafbf9}.filter-panel{position:sticky;top:125px;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 18px 46px rgba(20,38,30,.07);margin-bottom:34px}.filter-panel form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px}.filter-panel .search-field>span{display:none}.filter-panel .search-submit{height:47px}.results-meta{display:flex;justify-content:space-between;align-items:center;margin:18px 0 25px}.results-meta strong{font-size:13px}.results-meta span{font-size:11px;color:#8b96a5}.detail-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.55fr);gap:26px;align-items:start}.glass-panel,.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft)}.sticky-panel{position:sticky;top:132px}.case-gallery{background:#fff;border-radius:28px;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow-soft)}.case-gallery__main{aspect-ratio:4/3;background:#f0f3f2;overflow:hidden}.case-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .5s var(--ease)}.case-gallery__main:hover img{transform:scale(1.02)}.case-gallery__thumbs{display:flex;gap:8px;padding:12px;overflow:auto}.gallery-thumb{border:2px solid transparent;border-radius:12px;padding:0;background:none;cursor:pointer;overflow:hidden;width:74px;height:58px;flex:0 0 auto}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb.is-active{border-color:var(--green)}.case-sidebar h1{font-size:38px;line-height:1.04;letter-spacing:-.04em;margin:14px 0 22px}.case-meta-grid{display:grid;gap:0}.meta-row,.kv{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid #edf0f2;font-size:12px}.meta-row span:first-child,.kv b{color:#7c8999;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.meta-row strong{font-weight:800}.notice{border-radius:16px;padding:16px;background:var(--green-soft);color:#075c35;font-size:12px;line-height:1.6}.notice.warn{background:var(--red-soft);color:#9c1d25}.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;margin-top:18px}.content-card h2{font-size:26px;margin:0 0 15px}.content-card p{color:#5f6f83;line-height:1.78}.content-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.content-list .kv{grid-template-columns:140px 1fr}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.form-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow-soft)}.form-card h1{font-size:38px;letter-spacing:-.04em;margin:0 0 8px}.form-card h2{font-size:18px;margin:26px 0 12px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-block{display:grid;gap:7px}.field-block label,.formgrid label{font-size:11px;font-weight:850;color:#45546a}.full{grid-column:1/-1}.textarea{min-height:130px;resize:vertical}.form-side{position:sticky;top:132px;display:grid;gap:14px}.side-process{background:var(--green-dark);color:#fff;border-radius:24px;padding:24px}.side-process h3{margin:0 0 18px}.side-process ol{list-style:none;padding:0;margin:0;display:grid;gap:16px}.side-process li{display:grid;grid-template-columns:31px 1fr;gap:10px;color:#b7cbc1;font-size:12px}.side-process li span{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-weight:900}.info-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.info-step{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;min-height:245px;transition:transform .35s var(--ease),box-shadow .35s}.info-step:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}.info-step__num{font-size:44px;color:#dceee4;font-weight:950;letter-spacing:-.06em}.info-step h3{font-size:20px}.info-step p{font-size:13px;color:var(--muted);line-height:1.7}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px}.contact-card--dark{background:var(--green-dark);color:#fff;border-color:transparent}.contact-card h2{font-size:30px;margin-top:0}.contact-line{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid rgba(110,126,145,.16)}.contact-line i{width:42px;height:42px;border-radius:14px;background:var(--green-soft);display:grid;place-items:center;color:var(--green);font-style:normal}.contact-card--dark .contact-line i{background:rgba(255,255,255,.08);color:#fff}.success-panel{text-align:center;max-width:720px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:32px;padding:60px 36px;box-shadow:var(--shadow)}.success-icon{width:80px;height:80px;border-radius:26px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-size:32px;margin:0 auto 20px}.success-panel h1{font-size:42px;margin:0}.success-panel p{color:var(--muted);font-size:15px;line-height:1.7}.flash{margin-top:15px;padding:13px 16px;border-radius:14px;font-weight:800;font-size:12px}.flash--success,.ok{background:#eaf7ef;color:#08643b}.flash--error,.err{background:#fff0f1;color:#a62028}

/* footer */
.site-footer{margin-top:90px;background:var(--green-dark);color:#fff;position:relative;overflow:hidden;padding:76px 0 24px}.footer-orbit{position:absolute;width:560px;height:560px;border-radius:50%;border:1px solid rgba(255,255,255,.055);right:-210px;bottom:-300px;box-shadow:0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.016)}.footer-top{display:grid;grid-template-columns:1.35fr .65fr .65fr .9fr;gap:48px;position:relative}.brand--footer .brand-copy b{color:#fff}.footer-brand-block p{color:#9fb4aa;max-width:430px;font-size:13px;line-height:1.75}.footer-status{margin-top:22px;color:#bcd0c7;font-size:10px;font-weight:800}.footer-links,.footer-contact{display:grid;align-content:start;gap:11px}.footer-links h3,.footer-contact h3{font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:#708c7f;margin:8px 0 8px}.footer-links a,.footer-contact a{font-size:12px;color:#d3dfda;transition:color .2s,transform .2s}.footer-links a:hover,.footer-contact a:hover{color:#fff;transform:translateX(3px)}.footer-contact p{font-size:10px;color:#789286;line-height:1.6}.footer-bottom{margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#759084;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

/* responsive */
@media(max-width:1120px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.admin-entry{display:none}.hero-layout{grid-template-columns:1fr .9fr}.hero-stage{height:500px}.search-command{grid-template-columns:1fr 1.5fr 1fr 1fr auto}.search-command__title{display:none}.trust-bento{grid-template-columns:1fr 1fr}.trust-bento__main{grid-column:1/-1;grid-row:auto;min-height:500px}.footer-top{grid-template-columns:1.3fr .7fr .7fr}.footer-contact{grid-column:1/-1}.info-steps{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.header-ribbon{display:none}.site-header{top:0}.nav-shell{height:76px}.desktop-nav,.nav-actions>.button{display:none}.menu-toggle{display:block}.mobile-panel{top:76px}.hero--home{min-height:auto}.hero-layout{grid-template-columns:1fr;padding:72px 0 90px}.hero-copy{max-width:none}.hero h1{font-size:clamp(48px,11vw,74px);max-width:850px}.hero-stage{height:450px}.scroll-cue{display:none}.search-zone{margin-top:-38px}.search-command{grid-template-columns:1fr 1fr}.search-field--wide{grid-column:1/-1}.search-submit{grid-column:1/-1}.manifesto-strip{margin-top:50px}.section{padding:78px 0}.section-heading{grid-template-columns:1fr;gap:20px}.case-grid{grid-template-columns:1fr 1fr}.case-grid--home .case-card:first-child{grid-column:1/-1}.method-layout{grid-template-columns:1fr;gap:45px}.method-intro{position:static}.trust-bento{grid-template-columns:1fr 1fr}.cta-panel{grid-template-columns:1fr;padding:42px}.page-hero__grid{grid-template-columns:1fr}.page-hero__aside{justify-content:flex-start}.page-orbit{width:140px;height:140px}.detail-shell,.form-layout{grid-template-columns:1fr}.sticky-panel,.form-side{position:static}.footer-top{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.contact-grid{grid-template-columns:1fr}}
@media(max-width:620px){:root{--container:min(100% - 26px,1240px)}.brand img{width:42px}.brand-copy b{font-size:24px}.hero-layout{padding-top:54px}.hero h1{font-size:50px;letter-spacing:-.055em}.hero-lead{font-size:15px}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-row{display:grid;gap:14px}.hero-stage{height:390px;border-radius:32px}.floating-card{min-width:180px;padding:10px}.floating-card--top{right:13px;top:16px}.floating-card--bottom{left:13px;bottom:18px}.radar{width:180px;height:180px}.search-command{grid-template-columns:1fr;padding:13px}.search-field--wide{grid-column:auto}.manifesto-strip{padding:14px 0}.marquee-group span{font-size:12px}.section{padding:68px 0}.section-heading h2,.method-intro h2,.page-hero h1{font-size:42px}.case-grid{grid-template-columns:1fr}.case-grid--home .case-card:first-child{grid-column:auto}.case-card__media,.case-card--featured .case-card__media{height:300px}.method-card{grid-template-columns:43px 48px 1fr;padding:21px}.trust-bento{grid-template-columns:1fr}.trust-bento__main{min-height:520px;padding:28px}.trust-bento__main h2{font-size:40px}.premium-ad--placeholder{align-items:flex-start;flex-direction:column;padding:24px}.cta-panel{padding:34px 25px}.cta-panel h2{font-size:36px}.filter-panel{top:89px}.filter-panel form{grid-template-columns:1fr}.results-meta{align-items:flex-start;gap:10px;flex-direction:column}.detail-shell{gap:15px}.case-sidebar h1{font-size:34px}.form-card{padding:22px}.formgrid{grid-template-columns:1fr}.full{grid-column:auto}.info-steps{grid-template-columns:1fr}.content-list{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.footer-brand-block{grid-column:auto}.footer-bottom{flex-direction:column}.site-footer{margin-top:55px}.page-hero{padding-top:70px}.page-orbit{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.site-glow{display:none}[data-reveal]{opacity:1;transform:none}.preloader{display:none}}

/* ===== SettMa Final — functional UX additions ===== */
.advanced-filters{margin-top:14px;border-top:1px solid #e8eee9;padding-top:12px}.advanced-filters summary{cursor:pointer;font-weight:800;color:#0f392b}.advanced-filter-row{display:flex;flex-wrap:wrap;gap:12px;align-items:end;padding-top:14px}.advanced-filter-row label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#4c5b68}.advanced-filter-row input,.contact-form-card input,.contact-form-card textarea{border:1px solid #dfe7e2;border-radius:14px;background:#fff;padding:13px 14px;font:inherit;color:#0d1b2a;outline:none}.advanced-filter-row input:focus,.contact-form-card input:focus,.contact-form-card textarea:focus{border-color:#0b7d4f;box-shadow:0 0 0 4px rgba(11,125,79,.08)}
.public-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:34px}.public-pagination a{border:1px solid #dfe6e2;background:#fff;padding:12px 18px;border-radius:999px;font-weight:850;transition:.2s}.public-pagination a:hover{transform:translateY(-2px);border-color:#0b7d4f}.public-pagination .is-disabled{pointer-events:none;opacity:.35}.case-found--lead{background:#ffb000;color:#10221c}
.contact-form-card{background:linear-gradient(145deg,#fff,#f8fbf9)}.contact-form-card form{display:grid;gap:14px;margin-top:22px}.contact-form-card .field{display:grid;gap:7px}.contact-form-card label{font-size:12px;font-weight:850;color:#405047}.contact-form-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form-card textarea{resize:vertical;min-height:150px}.legal-copy{max-width:900px;background:#fff;border:1px solid #e8eee9;border-radius:28px;padding:clamp(24px,4vw,52px);box-shadow:0 20px 60px rgba(7,27,20,.06)}.legal-copy h2{font-size:clamp(30px,4vw,48px);margin:0 0 20px}.legal-copy h3{font-size:22px;margin:30px 0 8px;color:#0c5f3d}.legal-copy p{color:#56665e;line-height:1.85;font-size:16px}.site-footer a{color:inherit}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:720px){.contact-form-split{grid-template-columns:1fr}.advanced-filter-row{display:grid;grid-template-columns:1fr}.public-pagination{gap:8px}.public-pagination a{padding:10px 13px}}

/* Maquette accueil : interface claire, compacte et orientee recherche. */
.site-header{background:rgba(255,255,255,.96);border-bottom-color:#edf0ed}.header-ribbon{display:none}.nav-shell{height:64px;grid-template-columns:auto 1fr auto;gap:24px}.brand{gap:8px}.brand img{width:42px}.brand-copy b{font-size:23px}.brand-copy small{font-size:7px}.desktop-nav{gap:26px}.desktop-nav a{padding:22px 0;font-size:11px;color:#27382f}.desktop-nav a:after{bottom:13px}.nav-actions .admin-entry{display:none}.nav-actions .button{font-size:11px;padding:9px 15px}.settma-home{position:relative;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fffdf8 55%,#f5fbf7 100%)}.settma-home__wash{position:absolute;right:-110px;top:-165px;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(243,164,0,.2),rgba(243,164,0,0) 68%);pointer-events:none}.settle-hero{min-height:440px;display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;padding:26px 0 18px;position:relative;z-index:1}.settle-hero__copy{max-width:560px}.settle-kicker{display:flex;align-items:center;gap:8px;color:#0b7042;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.settle-kicker span{width:8px;height:8px;border-radius:50%;background:#f3a400;box-shadow:0 0 0 5px rgba(243,164,0,.12)}.settle-hero h1{font-size:clamp(34px,3.35vw,55px);line-height:1.03;letter-spacing:-.045em;margin:15px 0 14px;font-weight:900}.settle-hero h1 strong{color:#087849}.settle-hero h1 em{font-style:normal;color:#d82935}.settle-hero__copy>p{color:#68766f;font-size:12px;line-height:1.65;max-width:480px;margin:0}.settle-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:19px}.settle-button{display:inline-flex;align-items:center;gap:8px;border-radius:7px;padding:10px 15px;font-size:11px;font-weight:850;box-shadow:0 8px 16px rgba(15,53,37,.1);transition:transform .2s,box-shadow .2s}.settle-button:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(15,53,37,.15)}.settle-button--green{background:#087849;color:#fff}.settle-button--orange{background:#f6b312;color:#2c2309}.settle-button__icon{width:18px;height:18px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:11px}.settle-hero__visual{height:380px;position:relative;overflow:hidden;border-radius:24px}.settle-visual__sun{position:absolute;right:3%;top:3%;width:230px;height:230px;border-radius:50%;background:rgba(255,218,120,.45)}.settle-visual__city{position:absolute;left:-4%;bottom:13%;width:100%;height:67%;object-fit:contain;z-index:1}.settle-visual__person{position:absolute;right:8%;bottom:-14%;width:40%;height:78%;z-index:2;overflow:hidden;border-radius:48% 48% 0 0;background:linear-gradient(150deg,#e7f3eb,#c3e5d0)}.settle-visual__person img{width:100%;height:100%;object-fit:cover;filter:saturate(.75);mix-blend-mode:multiply}.settle-visual__route{position:absolute;height:2px;border-top:2px dashed;transform:rotate(-25deg);z-index:3;opacity:.9}.settle-visual__route--red{width:53%;right:16%;top:30%;border-color:#d82935}.settle-visual__route--green{width:42%;right:30%;top:43%;border-color:#087849;transform:rotate(22deg)}.settle-visual__badge{position:absolute;right:1%;top:39%;z-index:4;display:flex;align-items:flex-start;gap:9px;background:rgba(255,255,255,.95);border:1px solid #e5ebe7;border-radius:13px;padding:12px 13px;box-shadow:0 12px 28px rgba(28,66,45,.12);font-size:10px;color:#274236}.settle-badge__check{width:23px;height:23px;border:2px solid #087849;border-radius:7px;color:#087849;display:grid;place-items:center;font-weight:900}.settle-visual__badge small{display:block;color:#77857c;font-size:8px;line-height:1.45;margin-top:4px}.settle-search{position:relative;z-index:5;margin-top:0;background:#fbfcfa;padding:0 0 12px}.settle-search__form{display:grid;grid-template-columns:1.55fr .8fr .75fr .9fr auto;gap:9px;align-items:end;background:#fff;border:1px solid #e5ebe7;border-radius:12px;padding:10px;box-shadow:0 9px 22px rgba(25,59,40,.08)}.settle-search__form label{display:block}.settle-search__form label>span{display:block;color:#78847d;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin:0 0 5px 4px}.settle-search__form input,.settle-search__form select{width:100%;height:39px;border:1px solid #e2e8e4;border-radius:8px;background:#fff;padding:0 10px;color:#35443b;font-size:11px;outline:none}.settle-search__form input:focus,.settle-search__form select:focus{border-color:#0b7042;box-shadow:0 0 0 3px rgba(11,112,66,.08)}.settle-search__query div{position:relative}.settle-search__query svg{position:absolute;width:15px;height:15px;left:11px;top:12px;fill:none;stroke:#8b9890;stroke-width:1.8}.settle-search__query input{padding-left:33px!important}.settle-search__submit{height:39px;border:0;border-radius:8px;padding:0 18px;background:#087849;color:#fff;font-size:11px;font-weight:850;cursor:pointer}.settle-categories{background:#fbfcfa;padding:10px 0 20px}.settle-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.settle-category{display:grid;grid-template-columns:45px 1fr 18px;align-items:center;gap:13px;padding:13px 16px;border:1px solid #e7ece9;border-radius:12px;transition:transform .2s,box-shadow .2s}.settle-category:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(26,62,43,.08)}.settle-category--green{background:#f2faf5}.settle-category--red{background:#fff4f3}.settle-category__icon{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;font-size:21px}.settle-category--green .settle-category__icon{background:#0b8450;color:#fff}.settle-category--red .settle-category__icon{background:#dc2c39;color:#fff}.settle-category b{display:block;font-size:12px}.settle-category small{display:block;color:#6c7971;font-size:9px;line-height:1.4;margin-top:3px}.settle-category>strong{font-size:25px;font-weight:400;color:#2c4e3d}.settle-recent{background:#fff;padding:5px 0 24px}.settle-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:9px}.settle-section-heading h2{font-size:15px;margin:0;letter-spacing:-.02em}.settle-section-heading a{font-size:10px;color:#087849;font-weight:850}.settle-section-heading a span{font-size:16px;margin-left:3px}.settle-case-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.settle-case{display:grid;grid-template-columns:86px 1fr;min-height:106px;border:1px solid #e8ecea;border-radius:10px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.settle-case:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(24,58,40,.09)}.settle-case__image{position:relative;background:#eef6f0;overflow:hidden}.settle-case__image img{width:100%;height:100%;object-fit:cover}.settle-case__tag{position:absolute;top:7px;left:6px;background:#df2a35;color:#fff;border-radius:4px;padding:3px 4px;font-size:7px;font-weight:900}.settle-case__tag--object{background:#f0a800;color:#332503}.settle-case__body{padding:12px 9px 8px;display:flex;flex-direction:column;min-width:0}.settle-case__body b{font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settle-case__body small{font-size:9px;color:#77857c;margin-top:7px}.settle-case__body span{font-size:8px;color:#89968d;margin-top:auto}.settle-empty{border:1px dashed #dce6df;border-radius:10px;padding:24px;text-align:center;color:#6c7971;font-size:12px}.settle-method{background:#fff;padding:8px 0 24px}.settle-method h2{text-align:center;font-size:15px;margin:0 0 15px}.settle-method__steps{display:grid;grid-template-columns:1fr 25px 1fr 25px 1fr 25px 1fr;align-items:center;gap:6px}.settle-method__steps article{position:relative;display:grid;grid-template-columns:28px 37px 1fr;gap:8px;align-items:start}.settle-step__number{position:absolute;left:22px;top:-3px;width:13px;height:13px;border-radius:50%;background:#087849;color:#fff;text-align:center;font-size:8px;font-weight:900;line-height:13px;z-index:2}.settle-step__icon{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;font-size:17px}.settle-step__icon--green{background:#e6f5eb;color:#087849}.settle-step__icon--yellow{background:#fff4d8;color:#c48900}.settle-step__icon--red{background:#ffeaeb;color:#d82935}.settle-method__steps article b{display:block;font-size:10px;margin-top:2px}.settle-method__steps article p{font-size:8px;line-height:1.45;color:#738077;margin:4px 0 0}.settle-method__steps>i{color:#c5d0c8;letter-spacing:2px;font-style:normal;text-align:center}.settle-ad{background:#fff;padding:6px 0 30px}.settle-ad__placeholder{display:flex;align-items:center;gap:12px;border:1px solid #f2d991;border-radius:9px;padding:10px 17px;background:#fff8e5;color:#9a6c08}.settle-ad__placeholder>span{font-size:23px}.settle-ad__placeholder b{font-size:10px}.settle-ad__placeholder small{font-size:9px;color:#927c4f}.settle-ad__placeholder a{margin-left:auto;background:#f3ad0b;color:#3a2b04;border-radius:5px;padding:6px 12px;font-size:9px;font-weight:850}.settle-ad__banner{display:block;border-radius:9px;overflow:hidden}.settle-ad__banner img{width:100%;max-height:110px;object-fit:cover}
.site-footer{margin-top:0;background:#fff;color:#26372d;border-top:1px solid #edf0ed;padding:25px 0 13px}.footer-orbit{display:none}.footer-top{gap:25px}.brand--footer .brand-copy b{color:#26372d}.footer-brand-block p{color:#708078;font-size:10px;line-height:1.5;margin:12px 0}.footer-status{color:#728078;font-size:9px;margin-top:10px}.footer-links h3,.footer-contact h3{color:#65756c;font-size:9px}.footer-links a,.footer-contact a{color:#4d5e54;font-size:10px}.footer-contact p{color:#819088;font-size:9px}.footer-bottom{border-top-color:#edf0ed;margin-top:20px;padding-top:12px;color:#8a968f;font-size:8px}
@media(max-width:900px){.settle-hero{grid-template-columns:1fr;padding-top:35px}.settle-hero__copy{max-width:650px}.settle-hero__visual{height:300px;max-width:620px}.settle-search__form{grid-template-columns:1.3fr 1fr 1fr}.settle-search__query{grid-column:1/-1}.settle-search__submit{grid-column:3}.settle-case-row{grid-template-columns:repeat(2,1fr)}.settle-method__steps{grid-template-columns:1fr 1fr;gap:20px}.settle-method__steps>i{display:none}.footer-top{grid-template-columns:1.2fr .8fr .8fr}.footer-contact{grid-column:auto}}
@media(max-width:620px){.nav-shell{height:58px}.nav-actions .button{display:none}.settle-hero{padding-top:29px}.settle-hero h1{font-size:34px}.settle-hero__copy>p{font-size:11px}.settle-actions{display:grid;grid-template-columns:1fr}.settle-button{justify-content:center}.settle-hero__visual{height:250px;margin-top:5px}.settle-visual__badge{right:0;top:31%;padding:9px;font-size:8px}.settle-visual__person{width:42%;height:82%}.settle-search__form{grid-template-columns:1fr}.settle-search__query,.settle-search__submit{grid-column:auto}.settle-category-grid,.settle-case-row{grid-template-columns:1fr}.settle-category{grid-template-columns:40px 1fr 14px}.settle-method__steps{grid-template-columns:1fr;gap:15px}.settle-method__steps article{grid-template-columns:28px 37px 1fr}.settle-ad__placeholder{flex-wrap:wrap}.settle-ad__placeholder a{margin-left:0}.footer-top{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}}

/* Public case and confidential report experiences. */
.public-case-page,.public-report-page{background:#fbfcfa;color:#16231d}.public-case-wrap{padding:14px 0 35px}.public-case-ribbon{display:inline-flex;align-items:center;gap:8px;padding:7px 28px 7px 17px;border-radius:0 22px 22px 0;color:#fff;font-size:12px;font-weight:850;box-shadow:0 5px 12px rgba(20,50,35,.1)}.public-case-ribbon--red{background:#df2d38}.public-case-ribbon--green{background:#087849}.public-case-ribbon span{width:19px;height:19px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center}.public-case-heading{display:flex;justify-content:space-between;gap:25px;align-items:flex-end;background:#fff;border:1px solid #e4ebe6;border-radius:14px;padding:22px 27px 18px;margin-top:9px}.public-case-status{display:inline-flex;align-items:center;gap:7px;border-radius:6px;color:#fff;padding:6px 10px;font-size:10px;font-weight:900;text-transform:uppercase}.public-case-status b{font-size:12px}.public-case-status--red{background:#df2d38}.public-case-status--green{background:#087849}.public-case-date{font-size:10px;color:#738078;margin-left:12px}.public-case-heading h1{font-size:clamp(31px,4vw,51px);line-height:1;margin:14px 0 8px;letter-spacing:-.045em}.public-case-heading p{max-width:630px;color:#66746c;font-size:12px;margin:0;line-height:1.55}.public-case-reference{border-left:1px solid #e5ebe6;padding-left:18px;color:#829088;font-size:9px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.public-case-reference b{color:#253c30;font-size:12px;letter-spacing:.02em}.public-case-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px;margin-top:14px}.public-case-main{min-width:0}.public-gallery{background:#fff;border:1px solid #e4ebe6;border-radius:13px;padding:11px}.public-gallery__main{height:315px;position:relative;border-radius:9px;overflow:hidden;background:#eef5ef}.public-gallery__main img{width:100%;height:100%;object-fit:cover}.public-gallery__expand{position:absolute;right:10px;top:10px;background:rgba(255,255,255,.92);border-radius:6px;padding:7px 10px;font-size:9px;font-weight:850}.public-gallery__thumbs{display:flex;gap:8px;margin-top:9px}.public-gallery__thumb{width:66px;height:54px;padding:0;border:2px solid transparent;border-radius:7px;overflow:hidden;background:#f1f6f2;cursor:pointer}.public-gallery__thumb.is-active{border-color:#087849}.public-gallery__thumb img{width:100%;height:100%;object-fit:cover}.public-facts{background:#fff;border:1px solid #e4ebe6;border-radius:11px;margin-top:10px}.public-facts--top{display:grid;grid-template-columns:repeat(3,1fr);padding:13px 15px;gap:10px}.public-facts--top>div{display:grid;grid-template-columns:25px 1fr;column-gap:8px;align-items:center}.public-facts--top span{grid-row:span 2;width:25px;height:25px;border-radius:50%;background:#e8f5ec;color:#087849;display:grid;place-items:center;font-size:13px}.public-facts small{font-size:8px;color:#819088}.public-facts b{font-size:10px}.public-facts--rows{padding:0 15px}.public-facts--rows>div{display:grid;grid-template-columns:25px 160px 1fr;align-items:center;gap:9px;padding:10px 0;border-top:1px solid #edf1ee;font-size:10px}.public-facts--rows>div:first-child{border-top:0}.public-facts--rows span{color:#087849;font-size:15px}.public-facts--rows b{font-size:9px}.public-facts--rows strong{font-weight:500;color:#42544a}.public-detail-panels{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.public-detail-panels article,.public-description{background:#fff;border:1px solid #e4ebe6;border-radius:11px;padding:15px}.public-detail-panels h2,.public-description h2{font-size:12px;margin:0 0 9px;color:#274537}.public-detail-panels h2 span{color:#087849}.public-detail-panels ul{padding-left:15px;margin:0;font-size:9px;line-height:1.7;color:#56675d}.public-detail-panels p,.public-description p{font-size:10px;line-height:1.65;color:#56675d;margin:0}.public-description{margin-top:10px}.public-private-note{margin-top:12px;padding:9px;background:#f7f8f5;border-radius:7px;color:#65736b;font-size:9px}.public-private-note span{color:#087849}.public-case-side{display:grid;align-content:start;gap:10px}.public-action-card{background:#f2f8f3;border:1px solid #dcebe0;border-radius:13px;padding:18px 15px;text-align:center}.public-action-card__icon{width:38px;height:38px;border:2px solid #087849;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;color:#087849;font-size:18px}.public-action-card h2{font-size:13px;margin:0}.public-action-card>p{font-size:9px;color:#708078;margin:5px 0 13px}.public-action-card .settle-button{width:100%;font-size:10px;justify-content:center}.public-outline-action{display:grid;grid-template-columns:28px 1fr;text-align:left;align-items:center;column-gap:8px;border:1px solid #8ab7a0;border-radius:8px;margin-top:8px;padding:8px 10px;color:#276046}.public-outline-action>span{grid-row:span 2;font-size:17px}.public-outline-action b{font-size:9px}.public-outline-action small{font-size:8px;color:#738078}.public-notice{border-radius:10px;padding:14px;font-size:9px}.public-notice b{font-size:10px}.public-notice p{line-height:1.5;margin:6px 0 0}.public-notice--green{background:#edf8f0;color:#276046}.public-notice--red{background:#fff0f0;color:#9c3038}.public-case-ad{margin-top:15px}
.public-report-hero{background:linear-gradient(110deg,#fff 0%,#fffaf1 62%,#f0faf3 100%);border-bottom:1px solid #e6ece7;overflow:hidden}.public-report-hero .container{min-height:190px;display:flex;align-items:center;justify-content:space-between;position:relative}.public-report-hero__copy{position:relative;z-index:1}.public-report-hero h1{font-size:clamp(33px,4.5vw,54px);line-height:1;margin:12px 0 8px;letter-spacing:-.045em}.public-report-hero h1 strong{color:#087849}.public-report-hero p{font-size:12px;color:#65736b;margin:0;max-width:500px}.public-report-hero__city{width:430px;height:180px;object-fit:contain;opacity:.8;margin-right:3%}.public-report-body{background:#fbfcfa;padding:16px 0 55px}.public-report-grid{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:16px}.public-report-form{background:#fff;border:1px solid #e2e9e4;border-radius:13px;padding:18px;box-shadow:0 8px 25px rgba(20,54,36,.04)}.public-linked-case{display:flex;gap:10px;align-items:center;background:#f0f8f2;border:1px solid #d5eadd;border-radius:8px;padding:9px;margin-bottom:14px;color:#276046}.public-linked-case>span{font-size:20px}.public-linked-case small,.public-linked-case b{display:block}.public-linked-case small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#6e887a}.public-linked-case b{font-size:10px;margin-top:3px}.report-step{border-top:1px solid #e7ede8;padding:17px 0 4px}.report-step:first-of-type{border-top:0;padding-top:2px}.report-step__head{display:flex;gap:10px;margin-bottom:14px}.report-step__head>span{width:31px;height:31px;border-radius:50%;background:#e8f5ec;color:#087849;display:grid;place-items:center;font-size:16px;flex:none}.report-step__head small,.report-process>small{font-size:8px;color:#087849;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.report-step h2{font-size:15px;margin:2px 0 2px}.report-step p{font-size:9px;color:#7a887f;margin:0}.report-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-fields label{display:grid;gap:5px;font-size:9px;font-weight:850;color:#4f6256}.report-fields__wide{grid-column:1/-1}.report-fields .input,.report-fields .select,.report-fields .textarea{font-size:11px;padding:10px 11px;border-radius:8px}.report-fields .textarea{min-height:105px;resize:vertical}.report-counter{font-size:8px;color:#849188;font-weight:400}.report-upload{border:1px dashed #b9d2c1;border-radius:9px;padding:14px;text-align:center;background:#f9fcfa}.report-upload input{display:block;width:100%;font-size:9px;margin:9px 0}.report-upload b{display:block;color:#28734f;font-size:10px}.report-upload small{color:#87938b;font-size:8px}.report-upload em{font-style:normal;font-weight:400;color:#8b978f}.report-consent{display:flex;gap:8px;align-items:flex-start;margin-top:10px;color:#617067;font-size:9px;line-height:1.45}.report-consent input{margin-top:2px;accent-color:#087849}.report-submit{width:100%;justify-content:center;border:0;margin-top:15px;font-size:11px}.report-submit b{margin-left:auto}.report-form-foot{text-align:center;color:#6f8879;font-size:8px;margin-top:9px}.public-report-side{display:grid;align-content:start;gap:12px}.report-summary,.report-process{background:#fff;border:1px solid #e2e9e4;border-radius:13px;padding:16px}.report-summary small,.report-process>small{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:#6f8177;font-weight:900}.report-summary__icon{width:42px;height:42px;border-radius:50%;background:#ffebec;color:#d82c38;display:grid;place-items:center;font-size:21px;margin:13px 0 8px}.report-summary h2,.report-process h2{font-size:15px;margin:0 0 6px}.report-summary p,.report-process p{font-size:9px;line-height:1.55;color:#718078;margin:0}.report-warning{background:#fff0f0;color:#b13d44;border-radius:7px;padding:9px;margin-top:12px;font-size:8px}.report-process ol{list-style:none;padding:0;margin:17px 0 0}.report-process li{display:grid;grid-template-columns:25px 1fr;gap:9px;position:relative;padding-bottom:17px}.report-process li:not(:last-child):after{content:"";position:absolute;left:12px;top:26px;bottom:2px;border-left:1px dashed #cddbd2}.report-process li>span{width:25px;height:25px;border-radius:50%;background:#fff1cb;color:#b47700;display:grid;place-items:center;font-size:10px;font-weight:900;z-index:1}.report-process li:first-child>span,.report-process li:last-child>span{background:#e8f5ec;color:#087849}.report-process b{font-size:10px}.report-process p{margin-top:3px}.report-help{background:#edf8f0;border-radius:8px;padding:10px;color:#28734f}.report-help b,.report-help small{display:block;font-size:9px}.report-help small{font-size:8px;margin-top:3px}
@media(max-width:850px){.public-case-grid,.public-report-grid{grid-template-columns:1fr}.public-case-side,.public-report-side{grid-template-columns:1fr 1fr}.public-case-side .public-action-card{grid-row:span 2}.public-report-hero__city{width:300px}.public-report-hero .container{min-height:170px}}
@media(max-width:620px){.public-case-wrap{padding-top:8px}.public-case-ribbon{font-size:10px;padding-left:12px}.public-case-heading{display:block;padding:16px}.public-case-reference{display:block;border:0;border-top:1px solid #edf1ee;padding:9px 0 0;margin-top:12px}.public-case-date{display:block;margin:8px 0 0}.public-case-heading h1{font-size:34px}.public-gallery__main{height:250px}.public-facts--top{grid-template-columns:1fr}.public-facts--rows>div{grid-template-columns:22px 1fr;gap:6px}.public-facts--rows strong{grid-column:2}.public-detail-panels,.public-case-side,.public-report-side{grid-template-columns:1fr}.public-case-side .public-action-card{grid-row:auto}.public-report-hero .container{display:block;padding-top:31px;min-height:260px}.public-report-hero__city{width:100%;height:130px;margin:0}.public-report-body{padding-top:12px}.public-report-form{padding:14px}.report-fields{grid-template-columns:1fr}.report-fields__wide{grid-column:auto}.report-step h2{font-size:14px}}

/* Final brand asset and mobile navigation alignment. */
.settma-logo-image{display:block;width:142px;height:48px;object-fit:contain;flex:none}.brand .settma-logo-image{width:142px;height:48px}.settma-logo-image--loader,.preloader__brand .settma-logo-image{width:240px;height:105px}.preloader__brand{display:block}.preloader__line{bottom:18%}.nav-shell{grid-template-columns:auto minmax(0,1fr) auto}.nav-actions{justify-self:end}.menu-toggle{margin-left:auto;justify-self:end}
@media(max-width:900px){.nav-shell{grid-template-columns:auto minmax(0,1fr) auto}.nav-actions{justify-self:end}.menu-toggle{margin-left:auto}.brand-copy{display:none}}
@media(max-width:620px){.settma-logo-image,.brand .settma-logo-image{width:138px;height:46px}.nav-shell{height:62px}.nav-actions{min-width:40px}.menu-toggle{width:38px;height:38px;margin-left:auto}}

/* Hero illustration: local Morocco landmark backdrop with a clear foreground subject. */
.settle-hero__visual{min-height:405px;border-radius:0;overflow:hidden}.settle-hero__image{display:block;width:100%;height:100%;min-height:405px;object-fit:cover;object-position:center center}
@media(max-width:900px){.settle-hero__visual{min-height:320px}.settle-hero__image{min-height:320px}}
@media(max-width:620px){.settma-logo-image{width:138px}.settle-hero__visual{min-height:270px}.settle-hero__image{min-height:270px;object-position:center center}}

/* Public readability baseline. Keep client content comfortably legible. */
.settma-home,.settle-search,.settle-categories,.settle-recent,.settle-method,.settle-ad,.site-footer,.public-case-page,.public-report-page{font-size:16px}
.desktop-nav a{font-size:14px}.nav-actions .button{font-size:13px}.settle-kicker{font-size:12px}.settle-hero__copy>p{font-size:16px;line-height:1.65}.settle-button{font-size:14px;padding:12px 17px}.settle-search__form label>span{font-size:11px}.settle-search__form input,.settle-search__form select,.settle-search__submit{font-size:14px}.settle-search__form input,.settle-search__form select{height:44px}.settle-search__submit{height:44px}.settle-category b{font-size:15px}.settle-category small{font-size:12px;line-height:1.45}.settle-section-heading h2{font-size:19px}.settle-section-heading a{font-size:13px}.settle-case__body b{font-size:13px}.settle-case__body small,.settle-case__body span{font-size:11px}.settle-case__tag{font-size:9px}.settle-method h2{font-size:21px}.settle-method__steps article b{font-size:13px}.settle-method__steps article p{font-size:12px;line-height:1.5}.settle-step__number{font-size:10px}.settle-ad__placeholder b{font-size:13px}.settle-ad__placeholder small{font-size:12px}.site-footer{font-size:14px}.footer-links h3,.footer-contact h3{font-size:11px}.footer-links a,.footer-contact a{font-size:13px}.footer-brand-block p{font-size:13px}.footer-contact p{font-size:12px}.footer-bottom{font-size:10px}
.public-case-heading p,.public-report-hero p{font-size:15px}.public-case-date,.public-case-reference{font-size:12px}.public-case-status{font-size:12px}.public-facts small{font-size:11px}.public-facts b,.public-facts--rows b{font-size:13px}.public-facts--rows>div{font-size:13px}.public-detail-panels h2,.public-description h2{font-size:16px}.public-detail-panels ul,.public-detail-panels p,.public-description p{font-size:13px}.public-private-note{font-size:12px}.public-action-card h2{font-size:17px}.public-action-card>p{font-size:12px}.public-outline-action b{font-size:12px}.public-outline-action small{font-size:11px}.public-notice{font-size:12px}.public-notice b{font-size:13px}.report-step__head small,.report-process>small{font-size:10px}.report-step h2{font-size:18px}.report-step p,.report-fields label,.report-consent{font-size:12px}.report-fields .input,.report-fields .select,.report-fields .textarea{font-size:14px}.report-counter,.report-upload small,.report-upload b{font-size:11px}.report-summary small,.report-process>small{font-size:10px}.report-summary h2,.report-process h2{font-size:18px}.report-summary p,.report-process p{font-size:12px}.report-warning{font-size:11px}.report-help b{font-size:12px}.report-help small{font-size:11px}
@media(max-width:620px){.settle-hero__copy>p{font-size:14px}.settle-search__form input,.settle-search__form select,.settle-search__submit{font-size:13px}.settle-category b{font-size:14px}.settle-category small{font-size:11px}.settle-method__steps article b{font-size:14px}.settle-method__steps article p{font-size:13px}.footer-links a,.footer-contact a{font-size:12px}.footer-brand-block p{font-size:12px}.public-case-heading p,.public-report-hero p{font-size:14px}.public-facts b,.public-facts--rows b{font-size:12px}.report-step h2{font-size:17px}.report-step p,.report-fields label,.report-consent{font-size:12px}}

/* Final public readability overrides. */
.settle-category small{font-size:13px}.settle-case__body small,.settle-case__body span{font-size:12px}.settle-method__steps article b{font-size:14px}.settle-method__steps article p{font-size:14px;line-height:1.5}.settle-ad__placeholder b{font-size:14px}.settle-ad__placeholder small{font-size:13px}.footer-links a,.footer-contact a{font-size:13px}.footer-brand-block p{font-size:13px}.footer-contact p{font-size:12px}
@media(max-width:620px){.settle-category small{font-size:12px}.settle-method__steps article p{font-size:14px}.footer-links a,.footer-contact a{font-size:12px}}

@media(max-width:620px){
  .settle-method__steps article{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
  .settle-method__steps article>div{max-width:280px}
  .settle-method__steps article b{font-size:15px}
  .settle-method__steps article p{font-size:14px;line-height:1.55;margin-inline:auto}
  .settle-step__number{left:calc(50% + 9px);top:-4px}
}
