/* NeurOOptos · v3 */
:root{
  --ink:#0E2A38;        /* azul-petróleo da logo */
  --ink-2:#153A4C;
  --text:#2C4352;
  --muted:#5B7080;
  --line:#DCE4EA;
  --paper:#FFFFFF;
  --mist:#F2F6F8;       /* fundo da logo */
  --blue:#2A62D0;       /* OO da logo */
  --blue-d:#1F4FAF;
  --teal:#1C9483;
  --green:#34B97A;
  --tint:#D5EFE7;
  --grad:linear-gradient(90deg,#2A62D0 0%,#1C9483 55%,#34B97A 100%);
  --display:"Sora","Segoe UI",system-ui,sans-serif;
  --body:"Figtree","Segoe UI",system-ui,-apple-system,sans-serif;
  --r-lg:28px; --r-md:18px; --r-sm:12px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--text);font:400 17px/1.6 var(--body);padding-bottom:env(safe-area-inset-bottom,0px)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,p{margin:0}
a{color:var(--blue)}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:8px}
.skip{position:absolute;left:-9999px;top:8px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;border-radius:10px}
.skip:focus{left:12px}
.wrap{max-width:1180px;margin:0 auto;padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}
.sec{padding-top:112px;padding-bottom:112px}
.ic{width:24px;height:24px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}

/* tipografia */
.h1{font:600 clamp(40px,5.4vw,66px)/1.04 var(--display);letter-spacing:-.035em;color:var(--ink)}
.h2{font:600 clamp(30px,3.4vw,42px)/1.12 var(--display);letter-spacing:-.025em;color:var(--ink)}
.h3{font:600 20px/1.3 var(--display);letter-spacing:-.01em;color:var(--ink)}
.lead{font-size:19px;line-height:1.6;color:var(--text);max-width:560px}
.small{font-size:15px;color:var(--muted)}

/* botões */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 26px;border-radius:999px;font:600 16px/1 var(--body);text-decoration:none;border:1.5px solid transparent;transition:background-color .15s,color .15s,border-color .15s;white-space:nowrap}
.btn .ic{width:20px;height:20px}
.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-d);color:#fff}
.btn-line{border-color:var(--line);color:var(--ink);background:#fff}.btn-line:hover{border-color:var(--ink)}
.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{background:var(--tint)}
.btn-ghost-light{border-color:rgba(255,255,255,.35);color:#fff}.btn-ghost-light:hover{border-color:#fff;color:#fff}
.btn-sm{min-height:44px;padding:0 18px;font-size:15px}
.link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--blue);text-decoration:none}
.link:hover{text-decoration:underline;text-underline-offset:4px}
.link .ic{width:18px;height:18px}
.btns{display:flex;flex-wrap:wrap;gap:12px}

/* header */
.hdr{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid var(--line);padding-top:env(safe-area-inset-top,0px)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;gap:20px;height:76px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand-ic{height:40px;width:auto}
.brand-wm{height:22px;width:auto}
.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:500}
.nav a{color:var(--text);text-decoration:none}
.nav a:not(.btn):hover{color:var(--blue)}
.nav .btn{color:#fff}
.menu-btn{display:none;width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;align-items:center;justify-content:center}
.menu-btn svg[hidden]{display:none}
@media (max-width:920px){
  .menu-btn{display:inline-flex}
  .nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 24px 40px rgba(14,42,56,.12);padding:6px 24px 22px}
  .nav.open{display:flex}
  .nav a:not(.btn){padding:15px 2px;border-bottom:1px solid var(--line);font-size:17px}
  .nav .btn{margin-top:16px}
}

/* hero */
.hero{background:var(--mist);overflow:hidden;position:relative}
.hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:88px;padding-bottom:104px}
.hero-txt{display:flex;flex-direction:column;gap:26px}
.hero-txt .lead{font-size:20px}
.hero-sub{font-size:17px;color:var(--muted);max-width:520px}
.hero-art{position:relative;justify-self:center;width:min(100%,480px);aspect-ratio:1}
.rings{position:absolute;inset:-6%;width:112%;height:112%;overflow:visible}
.rings circle{fill:none}
.ring-a{stroke:var(--line);stroke-width:1}
.ring-b{stroke:url(#g-ring);stroke-width:1.4;stroke-dasharray:1.5 5;stroke-linecap:round}
.ring-dot{fill:var(--teal)}
.hero-photo{position:absolute;inset:11%;border-radius:50%;overflow:hidden;background:#dfe7ec;box-shadow:0 30px 60px -20px rgba(14,42,56,.35)}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 38%}
.chip{position:absolute;display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:10px 16px 10px 10px;box-shadow:0 12px 30px -10px rgba(14,42,56,.28);font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap}
.chip-ic{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff}
.chip-ic .ic{width:18px;height:18px}
.chip-1{left:-4%;bottom:14%}
.chip-1 .chip-ic{background:var(--teal)}
.chip-2{right:-2%;top:10%}
.chip-2 .chip-ic{background:var(--blue)}
@media (prefers-reduced-motion:no-preference){
  .ring-b{animation:spin 60s linear infinite;transform-origin:50% 50%}
  @keyframes spin{to{transform:rotate(360deg)}}
}

/* caminhos */
.paths-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:44px}
.paths{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}
.path{padding:40px 36px;display:flex;flex-direction:column;gap:16px;background:#fff}
.path+.path{border-left:1px solid var(--line)}
.path-ic{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:var(--mist);color:var(--blue)}
.path-ic .ic{width:28px;height:28px}
.path p{color:var(--text);flex:1}
.path .btn{align-self:flex-start;margin-top:6px}
.path-feat{background:var(--ink)}
.path-feat .h3{color:#fff}
.path-feat p{color:#C8D6DF}
.path-feat .path-ic{background:rgba(255,255,255,.08);color:#7FE0BF}
@media (max-width:900px){
  .paths{grid-template-columns:1fr}
  .path+.path{border-left:0;border-top:1px solid var(--line)}
}

/* triagem */
.band-dark{background:var(--ink);color:#DCE6EC;position:relative}
.band-dark::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--grad)}
.band-dark .h2{color:#fff}
.band-dark .lead{color:#C8D6DF}
.tri{display:grid;grid-template-columns:1.3fr .9fr;gap:56px;align-items:center}
.tri-l{display:flex;flex-direction:column;gap:18px}
.tri-card{background:var(--ink-2);border:1px solid rgba(255,255,255,.08);border-radius:var(--r-lg);padding:32px;display:flex;flex-direction:column;gap:18px}
.tri-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.tri-steps li{display:flex;gap:12px;align-items:center;font-size:16px;color:#E6EEF2}
.tri-steps .ic{color:#7FE0BF}
.tri-note{display:flex;gap:10px;font-size:14px;line-height:1.5;color:#9FB4C1;border-top:1px solid rgba(255,255,255,.1);padding-top:16px}
.tri-note .ic{width:18px;height:18px;margin-top:1px}
.tri-card .btn{align-self:stretch}

/* visão funcional */
.vf{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.vf-fig{position:relative}
.vf-fig img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:40% 30%;border-radius:var(--r-lg)}
.vf-fig::after{content:"";position:absolute;left:24px;right:24px;bottom:-10px;height:4px;border-radius:4px;background:var(--grad)}
.vf-txt{display:flex;flex-direction:column;gap:20px}
.skills{list-style:none;margin:8px 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.skills li{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--r-md);background:var(--mist);font-weight:600;color:var(--ink);font-size:16px}
.skills li .sk{width:40px;height:40px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--teal)}
.skills li:last-child{grid-column:1/-1}

/* mapa */
.mapsec{background:var(--mist)}
.map-head{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-bottom:48px}
.map-head .stack{display:flex;flex-direction:column;gap:16px}
.map-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:start}
.map-card{background:#fff;border-radius:var(--r-lg);padding:32px;display:flex;flex-direction:column;gap:20px;align-items:center}
.brmap{width:100%;max-width:520px;height:auto;overflow:visible}
.brmap .uf{cursor:pointer;outline:none}
.brmap .uf path{fill:#E4EBF0;stroke:#fff;stroke-width:1.3;stroke-linejoin:round;transition:fill .15s}
.brmap .uf text{font-family:var(--body);font-weight:600;fill:#6D8291;text-anchor:middle;pointer-events:none}
.brmap .uf.has path{fill:#BFE6D8}
.brmap .uf.has text{fill:#0E5E53}
.brmap .uf:hover path{fill:#CFDCE6}
.brmap .uf.has:hover path{fill:#A6DCC9}
.brmap .uf:focus-visible path{stroke:var(--blue);stroke-width:2.2}
.brmap .uf.sel path{fill:var(--blue)}
.brmap .uf.sel text{fill:#fff}
.brmap .pin{fill:var(--teal);stroke:#fff;stroke-width:1.8;pointer-events:none}
.brmap .uf.sel .pin{fill:#fff;stroke:var(--blue)}
.brmap .hit{fill:transparent}
.brmap .lead{stroke:#6D8291;stroke-width:1}
.brmap .pill{fill:#fff;stroke:#6D8291;stroke-width:1}
.brmap .uf-df.has .pill{fill:#BFE6D8;stroke:#0E5E53}
.brmap .uf-df.has .lead{stroke:#0E5E53}
.brmap .uf-df.sel .pill{fill:var(--blue);stroke:var(--blue)}
.brmap .uf-df.sel .lead{stroke:var(--blue)}
.map-foot{width:100%;max-width:520px;display:flex;flex-direction:column;gap:14px}
.legend{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:14px;color:var(--muted)}
.legend span{display:flex;align-items:center;gap:8px}
.legend i{width:14px;height:14px;border-radius:4px;display:inline-block}
.uf-sel{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:var(--ink)}
.select{position:relative}
.select select{width:100%;font:500 16px/1.3 var(--body);color:var(--ink);padding:14px 44px 14px 16px;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer}
.select .ic{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;color:var(--muted)}
.panel{background:#fff;border-radius:var(--r-lg);padding:32px;display:flex;flex-direction:column;gap:18px;min-height:100%}
.panel-empty{align-items:flex-start;justify-content:center;gap:14px}
.panel-empty .pe-ic{width:56px;height:56px;border-radius:16px;background:var(--mist);display:grid;place-items:center;color:var(--blue)}
.panel-empty .pe-ic .ic{width:28px;height:28px}
.panel-reg{font-size:14px;font-weight:600;color:var(--teal)}
.pro{border:1px solid var(--line);border-radius:var(--r-md);padding:20px;display:flex;flex-direction:column;gap:16px}
.pro-top{display:flex;gap:16px;align-items:center}
.pro-av{flex-shrink:0;width:68px;height:68px;border-radius:50%;object-fit:cover}
.pro-ini{display:grid;place-items:center;background:var(--tint);color:#0E5E53;font:600 22px var(--display)}
.pro-txt{display:flex;flex-direction:column;gap:2px;min-width:0}
.pro-n{font:600 18px/1.3 var(--display);color:var(--ink)}
.pro-c{font-size:15px;font-weight:600;color:var(--teal)}
.pro-l{font-size:15px;color:var(--muted);line-height:1.5}
.pro-wa{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;background:#128C4E;color:#fff;font-weight:600;font-size:15px;text-decoration:none}
.pro-wa:hover{background:#0E7340;color:#fff}
.pro-wa .ic{width:20px;height:20px}
.panel .link{font-size:15px}

/* ecossistema */
.eco{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.eco-txt{display:flex;flex-direction:column;gap:20px}
.aud{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column}
.aud li{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--line)}
.aud li:last-child{border-bottom:1px solid var(--line)}
.aud .a-ic{width:48px;height:48px;border-radius:14px;background:var(--mist);display:grid;place-items:center;color:var(--blue)}
.aud .h3{font-size:18px;margin-bottom:4px}
.aud p{font-size:16px;color:var(--text)}
.eco-art{display:flex;justify-content:center}
.eco-art svg{width:100%;max-width:480px;height:auto}

/* fechamento */
.closing{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.closing::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--grad)}
.closing-in{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding-top:104px;padding-bottom:104px}
.closing-logo{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.closing-logo img:first-child{height:58px;width:auto}
.closing-logo img:last-child{height:34px;width:auto}
.claims{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.claims li{font:500 clamp(20px,2.2vw,26px)/1.35 var(--display);letter-spacing:-.015em;color:#fff}
.claims li span{color:#8FA9B8}
.slogan{margin-top:26px;font:600 16px var(--body);color:#7FE0BF}
.closing-act{display:flex;flex-direction:column;gap:12px}
.closing-act .btn{justify-content:space-between;padding:0 24px}

/* footer */
.ftr{background:#0A202B;color:#9FB4C1;font-size:15px}
.ftr-in{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;padding-top:44px;padding-bottom:36px}
.ftr-brand{display:flex;flex-direction:column;gap:10px}
.ftr-logo{display:flex;align-items:center;gap:10px}
.ftr-logo img:first-child{height:36px;width:auto}.ftr-logo img:last-child{height:22px;width:auto}
.ftr-links{display:flex;flex-direction:column;gap:10px}
.ftr a{color:#DCE6EC;text-decoration:none;font-weight:500}
.ftr a:hover{color:#7FE0BF}
.ftr-copy{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;padding-bottom:28px;font-size:13px;color:#7890A0}

/* responsivo */
@media (max-width:960px){
  .hero-in,.tri,.vf,.map-grid,.eco,.closing-in{grid-template-columns:minmax(0,1fr)}
  .hero-in{gap:48px;padding-top:56px;padding-bottom:80px}
  .hero-art{width:min(88%,420px)}
  .vf{gap:48px}.vf-fig{order:2}
  .eco{gap:40px}
  .map-head{grid-template-columns:1fr}
}
@media (max-width:600px){
  body{font-size:16px}
  .sec{padding-top:80px;padding-bottom:80px}
  .lead,.hero-txt .lead{font-size:18px}
  .btns .btn{flex:1 1 100%}
  .path{padding:30px 24px}
  .skills{grid-template-columns:1fr}
  .map-card,.panel,.tri-card{padding:22px}
  .chip{font-size:13px;padding:8px 14px 8px 8px}
  .chip-ic{width:30px;height:30px}
  .chip-1{left:-6%}.chip-2{right:-6%}
  .closing-in{padding-top:80px;padding-bottom:80px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

/* política de privacidade */
.doc{max-width:760px;padding-top:64px;padding-bottom:96px}
.doc h1{font:600 clamp(32px,4.5vw,46px)/1.1 var(--display);letter-spacing:-.03em;color:var(--ink);margin-bottom:8px}
.doc .upd{color:var(--muted);font-size:14px;margin-bottom:32px}
.doc h2{font:600 22px/1.3 var(--display);color:var(--ink);margin:40px 0 10px}
.doc p,.doc li{font-size:17px;line-height:1.7;color:var(--text)}
.doc p+p{margin-top:12px}
.doc ul{padding-left:22px;margin:10px 0}
.doc li+li{margin-top:6px}
.doc strong{color:var(--ink)}
.closing-act .btn{white-space:normal;text-align:left;line-height:1.3;padding-top:12px;padding-bottom:12px}

/* fundos coloridos (v3.1) */
body{background:#EDF3F7}
.hdr{background:rgba(237,243,247,.9)}
.hero{background:
  radial-gradient(60% 70% at 88% 18%,rgba(42,98,208,.18),transparent 60%),
  radial-gradient(50% 60% at 6% 96%,rgba(52,185,122,.18),transparent 60%),
  linear-gradient(180deg,#E3EDF4 0%,#E8F1F4 100%)}
.bg-page{background:#EDF3F7}
.bg-teal{background:linear-gradient(180deg,#DFF0EA 0%,#E9F4F1 100%)}
.bg-soft{background:
  radial-gradient(55% 60% at 90% 50%,rgba(42,98,208,.10),transparent 65%),
  #EAF1F6}
.mapsec{background:linear-gradient(180deg,#E1EAF2 0%,#E7EEF4 100%)}
.paths{border-color:#D3DEE6;box-shadow:0 20px 50px -30px rgba(14,42,56,.25)}
.path-ic{background:#E8F0FB}
.skills li{background:#fff}
.aud .a-ic{background:#fff}
.aud li{border-color:#D3DEE6}
.map-card,.panel{box-shadow:0 20px 50px -34px rgba(14,42,56,.3)}
.panel-empty .pe-ic{background:#E8F0FB}
.btn-line{background:rgba(255,255,255,.85)}

/* Áreas exclusivas na landing */
.bg-area{background:linear-gradient(180deg,#E6EEF8 0%,#EDF3F7 100%)}
.areas-head{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}
.areas{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.area{background:#fff;border-radius:28px;padding:40px;display:flex;flex-direction:column;gap:16px;box-shadow:0 30px 60px -40px rgba(14,42,56,.35);position:relative;overflow:hidden;scroll-margin-top:100px}
.area::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#2A62D0,#1C9483)}
.area-b::before{background:linear-gradient(90deg,#1C9483,#34B97A)}
.area>p{color:var(--text)}
.area-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#E8F0FB;color:var(--blue);font-size:14px;font-weight:600;line-height:1.3}
.area-b .area-badge{background:#DFF3EC;color:#0E6E5F}
.area-badge .ic{width:18px;height:18px}
.area-list{list-style:none;margin:4px 0;padding:0;display:flex;flex-direction:column;gap:10px}
.area-list li{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:14px;background:var(--mist);font-weight:600;color:var(--ink);font-size:16px}
.area-list .al-ic{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--teal);display:grid;place-items:center;flex-shrink:0}
.area-act{margin-top:auto;padding-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px}
.area-b .btn-primary{background:#0E7A6B}.area-b .btn-primary:hover{background:#0A6356}
@media (max-width:960px){.areas{grid-template-columns:minmax(0,1fr)}}
@media (max-width:600px){.area{padding:28px 20px}.area-act .btn{width:100%;white-space:normal}}
@media (max-width:1100px) and (min-width:921px){.nav{gap:16px;font-size:14px}}

/* habilidades expansíveis */
.skills{grid-template-columns:1fr!important}
.skills li{display:block!important;padding:0!important;background:#fff}
.skills li:last-child{grid-column:auto}
.sk-hint{font-size:15px;color:var(--muted);margin-top:-6px}
.sk-d summary{display:flex;align-items:center;gap:14px;padding:14px 16px;cursor:pointer;list-style:none;font-weight:600;color:var(--ink);font-size:16px;border-radius:var(--r-md)}
.sk-d summary::-webkit-details-marker{display:none}
.sk-d summary:hover .sk-t{color:var(--blue)}
.sk-d .sk{width:40px;height:40px;border-radius:12px;background:#E3F2EE;display:grid;place-items:center;color:var(--teal);flex-shrink:0}
.sk-chev{margin-left:auto;width:20px!important;height:20px!important;color:var(--muted);transition:transform .2s}
.sk-d[open] .sk-chev{transform:rotate(180deg)}
.sk-d p{padding:0 18px 18px 70px;font-weight:400;font-size:16px;line-height:1.65;color:var(--text)}
@media (max-width:600px){.sk-d p{padding:0 16px 16px}}
.eco-art svg{max-width:560px!important;overflow:visible}
@media (max-width:600px){.eco-art{margin:0 -16px}.eco-art svg{max-width:none!important;width:100%}}

/* Palavra de especialista */
.bg-esp{background:#EDF3F7}
.esp{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.esp-video{position:relative;aspect-ratio:16/9;border-radius:var(--r-lg);overflow:hidden;background:var(--ink);box-shadow:0 30px 60px -34px rgba(14,42,56,.5)}
.esp-video iframe,.esp-facade{position:absolute;inset:0;width:100%;height:100%;border:0}
.esp-facade{padding:0;cursor:pointer;background:#000}
.esp-facade img{width:100%;height:100%;object-fit:cover;opacity:.9}
.esp-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;
  background:radial-gradient(70% 90% at 80% 10%,rgba(42,98,208,.55),transparent 60%),radial-gradient(60% 80% at 10% 100%,rgba(52,185,122,.45),transparent 60%),var(--ink)}
.esp-play{width:76px;height:76px;border-radius:50%;background:rgba(255,255,255,.95);display:grid;place-items:center;box-shadow:0 12px 30px -8px rgba(0,0,0,.4)}
.esp-facade .esp-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.esp-play svg{width:32px;height:32px;fill:var(--blue);margin-left:4px}
.esp-ph .esp-play{opacity:.55}
.esp-soon{color:#DCE6EC;font-weight:600;font-size:15px;letter-spacing:.02em}
.esp-txt{display:flex;flex-direction:column;gap:18px}
.esp-tag{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#E8F0FB;color:var(--blue);font-size:14px;font-weight:600}
.esp-tag .ic{width:18px;height:18px}
.esp-quote{margin:0;font:500 clamp(20px,2.2vw,24px)/1.45 var(--display);letter-spacing:-.01em;color:var(--ink);border-left:4px solid var(--teal);padding-left:18px}
.esp-who{display:flex;flex-direction:column;gap:2px}
.esp-who strong{font:600 18px var(--display);color:var(--ink)}
.esp-who span{font-size:15px;color:var(--muted)}
@media (max-width:960px){.esp{grid-template-columns:minmax(0,1fr);gap:32px}}
#especialista .sec{padding-bottom:40px}
@media (max-width:600px){#especialista .sec{padding-top:64px;padding-bottom:16px}}
