@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;font-weight:200 800;font-display:swap;
  src:url('../font/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Plus Jakarta Sans';
  font-style:normal;font-weight:200 800;font-display:swap;
  src:url('../font/plus-jakarta-sans-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

:root{

  --slate:#092341;
  --slate-alt:#143e6d;
  --main:#1f60e0;
  --main-hover:#1547ae;
  --teal:#24b6d0;
  --teal-pale:#e9f5f9;
  --back:#f5f8fb;
  --surface:#fffdff;
  --text:#0e1d31;
  --text-alt:#31445d;
  --subtle:#5d6a87;
  --divider:#e1ebf4;
  --divider-alt:#ebecf7;
  --main-pale:#eff5fc;
  --valid:#0c7838; --valid-back:#e9f8ed; --valid-edge:#c0e8cf;
  --alert:#c2201f;   --alert-back:#fae9e9;   --alert-edge:#f5c8c7;
  --warn:#f6a622;

  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-6:24px;
  --space-8:32px; --space-10:40px; --space-12:48px; --space-16:64px;

  --ro-sm:10px; --ro-md:12px; --ro-lg:16px; --ro-xl:20px; --ro-2xl:24px; --ro-pill:999px;

  --elev-sm:0 4px 18px rgba(9,35,65,.05);
  --elev-md:0 12px 34px rgba(9,35,65,.12);
  --elev-lg:0 18px 44px rgba(9,35,65,.14);

  --ff:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --container:1200px;
  --inset:clamp(16px,4vw,24px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  line-height:1.55;text-rendering:optimizeLegibility;color:var(--text);font-family:var(--ff);
  -webkit-font-smoothing:antialiased;background:var(--back);margin:0;
}
img{max-width:100%;display:block}
a{color:var(--main);text-decoration:none}
a:hover{color:var(--main-hover)}
h1,h2,h3,h4,p{margin:0}
button{font-family:inherit}
:focus-visible{border-radius:6px;outline:3px solid #a7c6fe;outline-offset:2px}
.time{display:flex;font-size:14px;color:var(--text-alt);gap:14px;justify-content:space-between}
.time strong{color:var(--text);white-space:nowrap}

.editorial{align-items:center;gap:40px;grid-template-columns:1fr;display:grid}
.editorial-text h2{margin-bottom:16px}
.editorial-text p{font-size:16px;margin-bottom:14px;color:var(--text-alt)}
.editorial-subtitle{font-size:18px;margin:8px 0 12px;font-weight:700}

.details{align-items:start;display:grid;gap:32px;grid-template-columns:1fr}
.details-infos{display:grid;grid-template-columns:1fr;gap:10px;margin:0}

.status{font-size:12px;border-radius:var(--ro-pill);gap:6px;align-items:center;border:1px solid transparent;
  display:inline-flex;font-weight:700;padding:5px 11px}
.status-live{border-color:var(--valid-edge);background:var(--valid-back);color:var(--valid)}
.status-off{border-color:var(--alert-edge);color:var(--alert);background:var(--alert-back)}
.status .led{line-height:1;font-size:10px}

.links-veil{z-index:1090;background:rgba(9,35,65,.49);inset:0;opacity:0;transition:opacity .3s ease;
  visibility:hidden;position:fixed}
.links-veil.open{visibility:visible;opacity:1}
.review-score{align-items:center;display:flex;gap:14px}
.review-note{align-items:center;display:flex;gap:6px}
.review-a{color:var(--subtle);font-size:13px}

.trail{color:#b8c5dc;list-style:none;align-items:center;flex-wrap:wrap;font-size:13px;
  display:flex;margin:0;padding:12px 0 24px}
.trail li+li::before{opacity:.6;margin-inline:6px;content:"›"}
.trail a{color:#b8c5dc}
.trail a:hover{color:#fffdff}
.trail li:last-child{color:#fffdff;font-weight:600}

.project-head{display:flex;align-items:flex-end;margin-bottom:28px;justify-content:space-between;gap:20px}
.project-nav{gap:10px;display:flex}
.status-chip{background:rgba(36,182,208,.2);border:1px solid rgba(36,182,208,.42);font-size:13px;font-weight:700;gap:8px;
  padding:7px 14px;display:inline-flex;border-radius:var(--ro-pill);align-items:center;color:#9fe9f5}

.play-a{font-weight:600;align-items:center;font-size:15px;color:#fffdff;display:inline-flex;gap:12px}
.play-a:hover{color:#fffdff}
.play-a .play{border-radius:50%;height:46px;align-items:center;display:inline-flex;
  background:rgba(255,253,255,.13);justify-content:center;transition:background .18s,transform .18s;border:1px solid rgba(255,253,255,.26);
  width:46px}
.play-a:hover .play{background:rgba(255,253,255,.24);transform:scale(1.06)}
.play-a .play::after{height:0;border-left:10px solid var(--teal);border-top:7px solid transparent;width:0;
  border-bottom:7px solid transparent;content:"";margin-left:3px}
.portrait{height:38px;width:38px;border-radius:50%;box-shadow:0 1px 3px rgba(9,35,65,.14);border:2px solid #fffdff}
.portrait+.portrait{margin-left:-12px}
img.portrait{background:var(--main-pale);display:block;object-fit:cover}
.portrait-more{background:var(--main-pale);font-size:12px;align-items:center;color:var(--main);
  justify-content:center;display:flex;font-weight:700}
.score{align-items:center;gap:10px;font-size:14px;flex-wrap:wrap;display:flex}
.score .no{font-weight:700}
.score .count{color:var(--subtle)}

.call-panel{justify-content:space-between;overflow:hidden;
  display:flex;position:relative;flex-wrap:wrap;
  border-radius:var(--ro-2xl);padding:clamp(36px,5vw,56px) clamp(28px,4vw,48px);align-items:center;gap:32px;background:linear-gradient(120deg,var(--slate),var(--slate-alt))}
.call-deco{height:200px;width:200px;border-radius:50%;right:-40px;background:rgba(36,182,208,.18);position:absolute;top:-40px}
.call-text{position:relative;color:#fffdff;max-width:560px}
.call-text h2{margin-bottom:10px;color:#fffdff}
.call-text p{color:#d5dff1;font-size:17px}
.call-panel .button{position:relative}
.brand{color:var(--slate);font-weight:800;display:flex;letter-spacing:-.01em;font-size:20px;align-items:center;gap:10px}
.brand:hover{color:var(--slate)}
.brand-icon{height:30px;width:30px;justify-content:center;flex-shrink:0;display:inline-flex;align-items:center}
.brand-icon svg{display:block;height:30px;width:30px}
.cityhall-line{font-size:14px;align-items:flex-start;color:var(--text-alt);display:flex;margin-bottom:9px;gap:9px}
.cityhall-line .locator{margin-top:1px;color:var(--main);flex-shrink:0}

.web-masthead{top:0;z-index:100;background:#fffdff;border-bottom:1px solid var(--divider);position:sticky}
.web-masthead-body{gap:20px;padding-block:14px;justify-content:space-between;display:flex;
  align-items:center;min-height:85px}

.map-panel{border-radius:var(--ro-xl);overflow:hidden;box-shadow:var(--elev-md);cursor:pointer;
  border:1px solid var(--divider);position:relative;background:#dde8f2;aspect-ratio:4/3}
.map-empty{inset:0;padding:24px;align-items:center;
  display:flex;background:linear-gradient(135deg,#ebedf8,#d8e4f2);position:absolute;justify-content:center;text-align:center;gap:16px;flex-direction:column}
.map-locator{border-radius:50%;display:flex;background:var(--main);justify-content:center;align-items:center;width:56px;
  box-shadow:0 8px 20px rgba(31,96,224,.37);height:56px}
.map-locator::after{border-radius:50%;width:16px;height:16px;content:"";background:#fffdff}
.map-empty p{color:var(--subtle);font-size:14px;max-width:260px}
.map-panel iframe{height:100%;position:absolute;display:block;inset:0;width:100%;border:0}
.map-panel.is-on .map-empty{display:none}
.tagline{font-size:clamp(16px,2vw,18px);color:var(--subtle)}
.main-links{gap:28px;display:flex;align-items:center}
.perk{color:#ecf3fb;font-size:15px;align-items:center;display:flex;gap:10px}
.perk i{color:var(--teal);font-weight:800;font-style:normal}
.gains-list{display:grid;gap:12px 24px;padding:0;grid-template-columns:1fr;list-style:none;margin:0}
.gains-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--text-alt)}
.gains-list li::before{font-weight:800;content:"→";color:var(--main)}
.job-panel{padding:28px 26px;box-shadow:var(--elev-sm);border:1px solid var(--divider);border-radius:18px;
  transition:box-shadow .2s,transform .2s;background:#fffdff}
.job-panel:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(9,35,65,.14)}
.job-panel .sym-chip{width:56px;margin-bottom:18px;height:56px;border-radius:16px}
.job-panel h3{font-size:19px;margin-bottom:8px;font-weight:700}
.job-panel p{font-size:15px;margin-bottom:16px;color:var(--subtle)}
.job-panel-top{box-shadow:0 18px 40px rgba(9,35,65,.2);background:linear-gradient(155deg,var(--slate-alt),var(--slate));color:#fffdff;
  border:0}
.job-panel-top h3{color:#fffdff}
.job-panel-top p{color:#b8c6dd}
.job-panel-top .sym-chip{color:var(--teal);background:rgba(36,182,208,.2)}
.job-panel-top .done-list{border-top-color:rgba(255,253,255,.13)}
.job-panel-top .done-list li{color:#d5dff1}

.web-end{background:var(--slate);color:#c4d5e5}
.web-end .wrap{padding-block:56px 24px}

.jobs-layout{grid-template-columns:1fr;gap:20px;display:grid}

.splash{display:flex;
  align-items:center;background:linear-gradient(rgba(7,29,52,.73),rgba(7,29,52,.78)),var(--hero-img,linear-gradient(120deg,#143e6d,#092341));
  min-height:90vh;background-size:cover;background-position:center;
  scroll-margin-top:85px}
.splash-body{width:100%;padding-top:var(--space-4);padding-bottom:clamp(48px,7vw,64px)}
.splash-layout{display:grid;align-items:center;gap:36px;grid-template-columns:1fr}
.splash-text{color:#fffdff}
.splash-label{font-size:clamp(32px,5vw,46px);letter-spacing:-.02em;font-weight:800;line-height:1.04;margin:18px 0 16px}
.splash-tagline{font-size:clamp(16px,2vw,18px);max-width:520px;margin-bottom:20px;color:#d5dff1}
.splash-buttons{margin-bottom:24px}
.splash-perks{max-width:520px;gap:10px 24px;display:grid;grid-template-columns:1fr 1fr}

.burger{cursor:pointer;flex-direction:column;gap:5px;border:none;background:none;
  z-index:1105;display:none;padding:6px}
.burger span{background:var(--slate);width:26px;height:3px;transition:transform .3s ease,opacity .3s ease;display:block;
  border-radius:2px}
.burger.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}

.area{gap:32px;display:flex;flex-direction:column}
.area-set h2{margin-bottom:14px}
.area-links{gap:8px 18px;display:flex;flex-wrap:wrap}
.area-links a{text-decoration:underline}

.button{
  font-weight:700;font-size:15px;border:1px solid transparent;white-space:nowrap;
  justify-content:center;cursor:pointer;
  gap:8px;display:inline-flex;line-height:1;align-items:center;border-radius:var(--ro-md);
  padding:14px 22px;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s;
  text-align:center;
}
.button-mini{font-size:14px;padding:11px 18px}
.button-big{padding:17px 30px;font-size:17px;border-radius:var(--ro-lg)}
.button-block{width:100%}
.button-cta{box-shadow:0 8px 20px rgba(31,96,224,.26);background:var(--main);color:#fffdff}
.button-cta:hover{color:#fffdff;box-shadow:0 12px 26px rgba(31,96,224,.34);background:var(--main-hover);transform:translateY(-2px)}
.button-soft{border-color:#cad6e7;background:#fffdff;color:var(--slate)}
.button-soft:hover{color:var(--main);transform:translateY(-2px);border-color:var(--main)}
.button-neg{background:var(--slate);color:#fffdff}
.button-neg:hover{transform:translateY(-2px);color:#fffdff;background:#13355c}
.button-strong{background:var(--teal);box-shadow:0 12px 30px rgba(36,182,208,.37);color:#061f31}
.button-strong:hover{background:#3fc7de;box-shadow:0 16px 34px rgba(36,182,208,.42);color:#061f31;transform:translateY(-2px)}
.button-clear{color:var(--main);background:#fffdff}
.button-clear:hover{background:#e9f0fe;transform:translateY(-2px);color:var(--main-hover)}
.portraits{display:flex}
.project-strip{scroll-behavior:smooth;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;
  gap:18px;display:flex;padding-bottom:6px}
.project-strip::-webkit-scrollbar{display:none}
.project-cell{flex:0 0 78%;max-width:360px;margin:0;scroll-snap-align:start}
.project-cell .view{overflow:hidden;aspect-ratio:4/3;background:#dde8f2;border-radius:var(--ro-lg);border:1px solid var(--divider)}
.project-cell img{width:100%;object-fit:cover;height:100%}
.project-cell figcaption{margin-top:10px;font-size:14px;color:var(--subtle)}

.providers-layout{grid-template-columns:1fr;margin-top:var(--space-8);gap:18px;display:grid}
.intro-head{max-width:640px;margin:0 auto var(--space-10);text-align:center}

.wrap{margin-inline:auto;padding-inline:var(--inset);max-width:var(--container)}
.links-a{transition:color .18s;color:var(--text-alt);padding-block:4px;font-weight:600;position:relative;font-size:15px}
.links-a::after{transition:transform .22s ease;left:0;transform:scaleX(0);transform-origin:left;bottom:-2px;content:"";background:var(--main);position:absolute;height:2px;width:100%}
.links-a:hover{color:var(--main)}
.links-a:hover::after{transform:scaleX(1)}
.title-2{font-size:clamp(26px,3.4vw,32px);font-weight:800;letter-spacing:-.015em}
.end-layout{gap:32px;grid-template-columns:1fr;display:grid}
.end-brand{font-weight:800;color:#fffdff;font-size:20px;display:flex;align-items:center;margin-bottom:14px;gap:10px}
.end-column .end-label{font-size:14px;margin-bottom:14px;color:#fffdff;font-weight:700}
.end-column p{max-width:280px;color:#9fb1cf;font-size:14px}
.end-links{gap:9px;margin:0;padding:0;flex-direction:column;font-size:14px;display:flex;list-style:none}
.end-links a{color:#9fb1cf}
.end-links a:hover{color:#fffdff}
.stars{color:var(--warn);letter-spacing:1px}
.provider-panel{padding:22px;gap:14px;flex-direction:column;border:1px solid var(--divider);
  box-shadow:var(--elev-sm);border-radius:var(--ro-lg);transition:box-shadow .2s,transform .2s;background:#fffdff;display:flex}
.provider-panel:hover{box-shadow:0 16px 36px rgba(9,35,65,.14);transform:translateY(-3px)}
.provider-head{display:flex;align-items:flex-start;gap:12px;justify-content:space-between}
.provider-meta{align-items:center;gap:13px;display:flex}
.provider-icon{background:var(--main);line-height:1;display:flex;justify-content:center;width:40px;font-weight:700;flex-shrink:0;align-items:center;font-size:16px;color:#fffdff;height:40px;border-radius:11px}
.provider-panel h3{font-size:18px;margin-bottom:3px;font-weight:700}
.provider-panel .cat{color:var(--subtle);font-size:13px}
.nav-button{font-size:20px;cursor:pointer;justify-content:center;color:var(--slate);width:46px;border-radius:50%;
  transition:border-color .18s,color .18s,transform .18s;display:flex;align-items:center;border:1px solid #cad6e7;background:#fffdff;
  height:46px}
.nav-button:hover{color:var(--main);border-color:var(--main);transform:translateY(-2px)}
.copyright{color:#7f95b3;margin-top:40px;border-top:1px solid rgba(255,253,255,.08);padding-top:20px;font-size:13px}
.stars .star{color:#d7dfe5}
.stars .star.done{color:var(--warn)}
.details-cityhall{padding:22px;box-shadow:var(--elev-sm);border:1px solid var(--divider);
  background:#fffdff;border-radius:var(--ro-lg)}
.details-cityhall h3{margin-bottom:14px;font-size:17px;font-weight:700}

.bubble-call{box-shadow:0 16px 40px rgba(9,35,65,.26);animation:floatPulse 2.4s ease-out infinite;right:22px;max-width:calc(100vw - 44px);border-radius:var(--ro-lg);position:fixed;
  background:linear-gradient(135deg,var(--main),var(--main-hover));color:#fffdff;
  bottom:22px;width:300px;
  padding:20px 20px 18px;z-index:150}
.bubble-call:hover{animation-play-state:paused}
.bubble-label{padding-right:22px;margin-bottom:6px;line-height:1.3;font-size:1.05rem;font-weight:800}
.bubble-text{margin-bottom:14px;font-size:.88rem;line-height:1.45;color:#dde9fe}
.bubble-call .button{width:100%}
.bubble-hide{position:absolute;width:24px;justify-content:center;border:none;height:24px;background:rgba(255,253,255,.2);top:9px;
  border-radius:50%;line-height:1;display:flex;transition:background .15s;cursor:pointer;
  font-size:16px;color:#fffdff;right:11px}
.bubble-hide:hover{background:rgba(255,253,255,.42)}
.bubble-opener{animation:floatPulse 2.4s ease-out infinite;justify-content:center;border:none;right:22px;display:none;box-shadow:0 16px 40px rgba(9,35,65,.26);width:60px;
  bottom:22px;border-radius:50%;background:linear-gradient(135deg,var(--main),var(--main-hover));
  transition:transform .22s ease-out;height:60px;align-items:center;z-index:150;
  color:#fffdff;cursor:pointer;
  position:fixed}
.bubble-opener:hover{animation-play-state:paused;transform:scale(1.05)}
.info{transition:border-color .15s,box-shadow .15s,transform .15s;padding:13px 15px;align-items:center;background:#fffdff;border:1px solid var(--divider-alt);
  display:flex;gap:13px;border-radius:var(--ro-md)}
.info:hover{border-color:var(--main);transform:translateY(-1px);box-shadow:var(--elev-sm)}
.info-sym{justify-content:center;flex-shrink:0;align-items:center;height:40px;display:flex;
  background:var(--teal-pale);width:40px;color:var(--main);border-radius:11px}
.info-text{min-width:0}
.info dt{font-size:11px;font-weight:600;color:var(--subtle);text-transform:uppercase;letter-spacing:.04em}
.info dd{color:var(--text);font-size:16px;overflow-wrap:anywhere;margin:3px 0 0;font-weight:700}

.review-strip{box-shadow:var(--elev-lg);align-items:center;gap:26px;border:1px solid var(--divider-alt);
  padding:22px 30px;position:relative;border-radius:var(--ro-xl);justify-content:space-evenly;margin-top:-42px;flex-wrap:wrap;
  display:flex;z-index:20;background:#fffdff}
.review-cell{align-items:center;gap:13px;display:flex}
.review-cell strong{display:block;font-size:15px}
.review-cell span{color:var(--subtle);font-size:13px}
.zone{padding-block:clamp(48px,7vw,72px)}
.zone-second{background:var(--surface)}

.aside-mobile{padding:84px var(--space-6) var(--space-6);overflow-y:auto;max-width:320px;transition:right .3s ease;position:fixed;box-shadow:-6px 0 30px rgba(9,35,65,.22);z-index:1100;
  top:0;width:80%;height:100vh;
  right:-100%;background:#fffdff;height:100dvh}
.aside-mobile.open{right:0}
.aside-mobile nav{display:flex;flex-direction:column}
.aside-mobile a:not(.button){color:var(--text-alt);border-bottom:1px solid #eef3f7;padding:14px 2px;font-weight:600;
  font-size:15px}
.aside-mobile a:not(.button):hover{color:var(--main)}
.aside-mobile a.button{margin-top:var(--space-6)}
.eyebrow{letter-spacing:.14em;text-transform:uppercase;margin-bottom:var(--space-2);color:var(--main);font-weight:700;font-size:13px}
.schedule{display:flex;flex-direction:column;gap:7px;margin-top:14px;padding-top:12px;border-top:1px solid #eef3f7;margin-bottom:14px}
.provider-addr{font-size:14px;display:flex;gap:8px;align-items:flex-start;color:var(--text-alt)}
.provider-addr .locator{margin-top:1px;color:var(--main);flex-shrink:0}
.sym-chip{background:var(--teal-pale);width:48px;border-radius:14px;color:var(--main);flex-shrink:0;
  height:48px;display:flex;justify-content:center;align-items:center}
.strong{color:var(--teal)}
.entry{padding:12px 14px;border:1px solid var(--divider);background:#fffdff;font:inherit;
  border-radius:var(--ro-md);transition:border-color .18s,box-shadow .18s;font-size:15px;width:100%}
.entry:focus{outline:none;border-color:var(--main);box-shadow:0 0 0 3px #e1eaff}
.done-list{flex-direction:column;padding-top:15px;border-top:1px solid #eef3f7;margin:0;list-style:none;
  gap:9px;display:flex}
.done-list li{font-size:14px;color:var(--text-alt);display:flex;gap:9px;align-items:flex-start}
.done-list li::before{font-weight:800;color:var(--teal);content:"✓"}

.pricing-panel{box-shadow:0 24px 60px rgba(5,16,38,.42);color:var(--text);padding:26px;background:#fffdff;
  border-radius:var(--ro-xl)}
.pricing-panel h2{margin-bottom:4px;font-size:21px;font-weight:800}
.pricing-panel p.subtitle{font-size:14px;color:var(--subtle);margin-bottom:18px}
.pricing-view{display:block;width:100%;border:0;background:transparent}

@keyframes floatPulse{
  0%{box-shadow:0 16px 40px rgba(9,35,65,.26), 0 0 0 0 rgba(31,96,224,.55)}
  70%{box-shadow:0 16px 40px rgba(9,35,65,.26), 0 0 0 16px rgba(31,96,224,0)}
  100%{box-shadow:0 16px 40px rgba(9,35,65,.26), 0 0 0 0 rgba(31,96,224,0)}}

.view-splash{background:linear-gradient(rgba(7,29,52,.83),rgba(7,29,52,.87)),
    var(--hero-img,linear-gradient(120deg,var(--slate),var(--slate-alt)));
  background-size:cover;background-position:center;color:#fffdff}
.view-splash .wrap{padding-block:clamp(32px,5vw,56px)}
.view-splash h1{font-size:clamp(30px,4.5vw,42px);letter-spacing:-.02em;font-weight:800;margin:8px 0}

.view-splash .wrap > p{max-width:640px;color:#d5dff1}

.view-splash-form .wrap{padding-bottom:clamp(40px,6vw,64px)}
.view-splash-form h1{margin:14px 0 12px}
.view-splash-form .splash-layout{margin-top:var(--space-2)}

@media (max-width:1023px){
  .splash-layout>div:last-child{order:-1}
}

.query-form{gap:10px;margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}
.query-form .entry{min-width:240px;flex:1}
.query-count{margin-bottom:var(--space-4);color:var(--subtle)}

.main-editorial .editorial-support{order:2}
.editorial-support > .wrap{max-width:820px}
.editorial-support h2{font-size:clamp(22px,3vw,28px);font-weight:800;text-align:center;margin:0 0 22px}
.rich-text{max-width:760px}
.rich-text h2{font-size:24px;font-weight:800;margin:32px 0 12px}
.rich-text p{color:var(--text-alt);margin-bottom:16px;font-size:16px}
.rich-text ul{padding-left:20px;margin-bottom:16px;font-size:16px;color:var(--text-alt)}
.rich-text li{margin-bottom:8px}

.main-editorial{flex-direction:column;display:flex}
.main-editorial > *{width:100%}
.main-editorial .editorial-zone{order:1}

.editorial-zone ul{color:var(--text-alt);margin:0 0 16px;padding-left:22px;font-size:16px}
.editorial-zone li{margin-bottom:8px}
.editorial-zone .table-frame{margin:6px 0 12px;overflow-x:auto}
.editorial-zone table{width:100%;overflow:hidden;border-collapse:separate;border-spacing:0;border:1px solid var(--divider);font-size:15px;border-radius:12px;min-width:460px}
.editorial-zone th,.editorial-zone td{border-bottom:1px solid var(--divider);padding:13px 16px;text-align:left}
.editorial-zone thead th{background:var(--main);border-bottom:0;color:#fffdff;font-weight:700}
.editorial-zone tbody tr:nth-child(even){background:var(--main-pale,#f1f7ff)}
.editorial-zone tbody tr:last-child td{border-bottom:0}
.editorial-zone td:last-child{font-weight:700;white-space:nowrap;color:var(--slate)}
.editorial-zone .table-note{margin:0 0 16px;font-size:13px;color:#6c788f}
.support-cell{border:1px solid var(--divider);background:#fffdff;overflow:hidden;margin-bottom:12px;border-radius:12px}
.support-cell summary{position:relative;cursor:pointer;font-weight:700;color:var(--slate);list-style:none;padding:20px 46px 20px 18px}
.support-cell summary::-webkit-details-marker{display:none}
.support-cell summary::after{transform:translateY(-50%);content:"+";right:16px;top:50%;font-size:24px;position:absolute;color:var(--main)}
.support-cell[open] summary::after{content:"\2212"}
.support-reply{transition:height .28s ease;overflow:hidden}
.support-reply-body{padding:0 18px 18px}
.support-reply p{line-height:1.6;font-size:15.5px;color:var(--text-alt);margin:0}

.editorial-zone h1{letter-spacing:-.015em;font-size:clamp(24px,3.4vw,30px);font-weight:800;margin:0 0 14px}
.editorial-zone h2{font-size:24px;font-weight:800;margin:32px 0 12px}
.editorial-zone p{color:var(--text-alt);font-size:16px;margin-bottom:16px}

@media (max-width:860px){
  .main-links{display:none}

  .burger{display:flex;position:fixed;top:24px;right:18px}
  .bubble-opener{right:16px;bottom:16px}
}
@media (max-width:520px){
  .bubble-call{right:12px;left:12px;bottom:12px;width:auto;max-width:none}

  .time{flex-direction:column;gap:2px;align-items:flex-start}

  .provider-head{flex-direction:column;align-items:flex-start;gap:9px}
  .provider-meta{flex-direction:column;align-items:flex-start;gap:9px}
}
@media (min-width:861px){
  .aside-mobile,.links-veil{display:none}
}
@media (min-width:768px){
  .jobs-layout{grid-template-columns:repeat(2,1fr)}
  .providers-layout{grid-template-columns:repeat(2,1fr)}
  .end-layout{grid-template-columns:1.4fr 1fr 1fr 1.2fr}
  .project-cell{flex-basis:360px}
  .gains-list{grid-template-columns:1fr 1fr}
  .details-infos{grid-template-columns:1fr 1fr}
}
@media (min-width:1024px){
  .splash-layout{grid-template-columns:1.1fr .9fr;gap:44px}
  .editorial{grid-template-columns:1.05fr .95fr;gap:48px}
  .jobs-layout{grid-template-columns:repeat(3,1fr)}
  .details{grid-template-columns:1.15fr .85fr;gap:40px}
  .details-infos{grid-template-columns:repeat(3,1fr)}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}

  .bubble-call,.bubble-opener{animation:none}
  .bubble-opener{transition:none}
}
