/* Lastro diagrams: visible vector connections and reading-led motion. */
.hero-route{position:relative;isolation:isolate;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:28px}
.hero-route::before{content:"";position:absolute;left:16.66%;right:16.66%;top:62px;height:2.5px;background:#86acbf;z-index:-1}
.hero-route[data-flow-ready="true"]::before{display:none}
.hero-route>.hero-route-node{min-width:0;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}
.hero-route .hero-route-mark{display:grid;place-items:center;position:relative;flex:none;width:64px;height:64px;margin-bottom:8px;border:1px solid #9fc3d077;border-radius:16px;background:var(--navy)}
.hero-route-mark svg{width:32px;height:32px}
.hero-route .hero-route-center .hero-route-mark{width:144px;border:0;border-radius:0}
.hero-route .hero-route-mark img{width:140px;height:64px;object-fit:contain}
.hero-route strong{font-size:17px;line-height:1.4}
.hero-route span{font-size:14px;max-width:230px;line-height:1.5}
.hero-route .hero-route-center>span{max-width:22ch}
.hero-route-wires{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:-1}
.hero-route-wires path,.hero-route-wires circle{vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.hero-wire{fill:none;stroke:#86acbf;stroke-width:2.5}
.hero-wire-active{fill:none;stroke:#f6fbff;stroke-width:3;stroke-dasharray:1;stroke-dashoffset:1}
.hero-traveler{fill:#fff;stroke:var(--navy);stroke-width:1.5;opacity:0}
.hero-halo{fill:#d6edfa30;animation:hero-route-pulse 2.8s ease-in-out infinite;animation-play-state:paused;opacity:0}
@keyframes hero-route-pulse{0%,100%{r:6.4}50%{r:8}}
.hero-route[data-motion-state="settling"] .hero-halo{animation-play-state:running}
@media(max-width:800px){.hero-route{gap:20px}.hero-route::before{top:56px}.hero-route strong{font-size:15px}.hero-route span{font-size:13px}.hero-route .hero-route-mark{width:52px;height:52px}.hero-route .hero-route-center .hero-route-mark{width:104px}.hero-route .hero-route-mark img{width:104px;height:52px}.hero-route-mark svg{width:28px;height:28px}}
@media(max-width:560px){.hero-route{gap:14px;padding-top:28px}.hero-route::before{top:52px}.hero-route>.hero-route-node{gap:7px}.hero-route .hero-route-mark{width:44px;height:48px;border-radius:12px}.hero-route .hero-route-center .hero-route-mark{width:80px}.hero-route .hero-route-mark img{width:80px;height:48px}.hero-route strong{font-size:14px;text-wrap:wrap}.hero-route span{font-size:12px;flex-basis:auto;max-width:100%;overflow-wrap:normal}.hero-route-mark svg{width:25px;height:25px}}
@media(prefers-reduced-motion:reduce){.hero-traveler,.hero-halo{display:none}.hero-wire-active{stroke-dashoffset:0!important}}
@media(max-width:360px){.hero-route{grid-template-columns:1fr 1.25fr 1fr;gap:12px}.hero-route span{hyphens:auto}.hero-route strong{font-size:13px}}
.component-heading,.delivery-heading{text-align:center;max-width:850px;margin:0 auto 40px}
.component-heading p,.delivery-heading p{max-width:66ch;margin:22px auto 0}
.component-figure{margin:0}
.component-context{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 16px;margin-bottom:36px}
.component-context strong{font-size:20px}.component-context span{font-size:14px;color:var(--muted)}
.component-context svg{width:28px;height:28px;color:var(--blue)}
.component-flow{position:relative;isolation:isolate;padding:0 34px}
.component-wires{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:-1;shape-rendering:geometricPrecision}
.component-wires path,.component-wires circle{vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}
.cf-wire{fill:none;stroke:#91b1c2;stroke-width:2}
.cf-wire-active{fill:none;stroke:#356e8d;stroke-width:2.5;stroke-dasharray:1;stroke-dashoffset:1}
.cf-traveler{fill:#356e8d;stroke:var(--white);stroke-width:2;r:5;opacity:0}
.cf-halo{fill:#467b9824;stroke:none;r:9;opacity:0;animation:cf-pulse 2.8s ease-in-out infinite;animation-play-state:paused}
.component-flow[data-motion-state="settling"] .cf-halo{animation-play-state:running}
.component-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:88px 64px;align-items:stretch}
.cf-node{position:relative;min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:28px;box-shadow:var(--shadow)}
.cf-node>svg{width:28px;height:28px;color:#356e8d;display:block}
.cf-node h3{font-size:21px;margin:22px 0 12px;line-height:1.35}
.cf-node p{font-size:16px;line-height:1.7}
.cf-question{grid-column:2;grid-row:2;display:grid;place-items:center;text-align:center;border-color:#8eacbd;background:var(--pale);box-shadow:none}
.cf-question h3{margin:0;font-size:22px;line-height:1.5}
.cf-yes{grid-column:1;grid-row:2;background:var(--navy);border-color:var(--navy);color:var(--white)}
.cf-yes p{color:var(--light)}.cf-yes>svg{color:var(--white)}
.cf-no{grid-column:3;grid-row:2}
.cf-next{grid-column:1/-1;grid-row:3;padding:30px 34px;box-shadow:none;border-color:#9fbccc}
.cf-next h3{margin:0 0 8px;font-size:24px}
.cf-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;padding:0;margin:28px 0 24px;gap:28px}
.cf-options li{min-width:0}.cf-options li+li{border-left:1px solid var(--line);padding-left:28px}
.cf-options strong{display:block;font-size:17px;line-height:1.4;margin-bottom:8px}
.cf-options span{font-size:15px;line-height:1.7;color:var(--muted);display:block}
.cf-node .cf-next-note{border-top:1px solid var(--line);padding-top:20px;font-size:14px;max-width:none}
.cf-label{display:none;position:absolute;background:var(--pale);padding:4px 7px;font-size:14px;line-height:1.2;font-weight:800;transform:translate(-50%,-50%)}
.component-flow[data-flow-ready="true"] .cf-label{display:block}
.component-flow:not([data-flow-ready="true"]) .cf-yes h3::before{content:"Sim: "}
.component-flow:not([data-flow-ready="true"]) .cf-no h3::before{content:"Não: "}
.cf-label-yes{left:32%;top:70%}.cf-label-no{left:68%;top:70%}
.component-figure figcaption{border-top:1px solid var(--line);padding-top:24px;margin:26px 34px 0;text-align:center}
.component-history{display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:750;color:var(--navy)}
.component-history svg{width:22px;height:22px;color:var(--blue)}
.component-figure figcaption .small{margin:12px auto 0;max-width:76ch}
.delivery-grid{display:grid;grid-template-columns:1fr 1fr 1.12fr;gap:22px}
.delivery-card{min-width:0;padding:32px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}
.delivery-card>svg{display:block;width:32px;height:32px;color:#356e8d}
.delivery-card h3{font-size:24px;line-height:1.3;margin:28px 0 14px;overflow-wrap:anywhere;hyphens:auto}
.delivery-card p{font-size:16px;line-height:1.7}
.delivery-dossier{grid-column:3;grid-row:1/3;display:flex;flex-direction:column;background:var(--navy);color:var(--white);border-color:var(--navy);padding:40px 36px}
.delivery-dossier>svg{width:44px;height:44px;color:var(--light)}
.delivery-dossier h3{font-size:clamp(27px,2.4vw,36px);line-height:1.2;margin-top:44px}
.delivery-dossier p{color:var(--light);font-size:18px}
.delivery-roles{margin:30px 0 0;padding-top:24px;border-top:1px solid #668699;display:grid;gap:18px;margin-top:auto}
.delivery-roles dt{font-size:14px;font-weight:400;color:var(--light)}.delivery-roles dd{font-size:18px;font-weight:750;color:var(--white);margin:4px 0 0}
.delivery-section>.actions{justify-content:center;margin:36px 0 20px}
.delivery-note{text-align:center;max-width:78ch;margin-inline:auto}
@keyframes cf-pulse{0%,100%{r:8}50%{r:10}}
@media(max-width:1000px){.component-grid{gap:76px 44px}.cf-node{padding:24px 20px}.cf-node h3{font-size:19px}.cf-question h3{font-size:21px}.delivery-card{padding:26px 22px}.delivery-card h3{font-size:21px}.delivery-dossier h3{font-size:29px}.delivery-dossier{padding:30px 26px}}
@media(max-width:800px){
 .component-heading,.delivery-heading{margin-bottom:30px}.component-context{margin-bottom:28px}.component-context strong{font-size:18px}
 .component-flow{padding:0 24px}.component-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 30px}
 .cf-step{grid-column:1/-1;display:grid;grid-template-columns:26px 1fr;gap:0 16px;padding:22px}
 .cf-step>svg{grid-column:1;grid-row:1/3;align-self:center;width:26px;height:26px}
 .cf-step h3{grid-column:2;margin:0 0 7px}.cf-step p{grid-column:2}
 .cf-question{grid-column:1/-1;grid-row:auto;max-width:360px;justify-self:center;padding:22px 28px;margin-bottom:24px}
 .cf-yes{grid-column:1;grid-row:auto}.cf-no{grid-column:2;grid-row:auto}
 .cf-next{grid-column:1/-1;grid-row:auto;padding:26px}.cf-next h3{font-size:22px}
 .cf-options{grid-template-columns:1fr;gap:16px;margin-block:22px}.cf-options li+li{border-left:0;border-top:1px solid var(--line);padding:16px 0 0}.cf-options strong{margin-bottom:6px}
 .component-figure figcaption{margin-inline:24px}.component-history{align-items:flex-start}
 .delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
 .delivery-dossier{grid-column:1/-1;grid-row:auto}.delivery-dossier h3{margin-top:26px;font-size:30px;max-width:22ch}
 .delivery-roles{grid-template-columns:1fr 1fr;margin-top:28px}.delivery-card p{font-size:16px}
}
@media(max-width:560px){
 .component-heading h2,.delivery-heading h2{font-size:30px}.component-heading p,.delivery-heading p{font-size:17px}
 .component-flow{padding-inline:18px}.component-grid{gap:36px 22px}
 .component-context span{flex-basis:100%;text-align:center}
 .cf-node{padding:20px 14px}.cf-step{padding:20px 16px;column-gap:12px}
 .cf-node h3{font-size:18px}.cf-node p{font-size:15px}.cf-question{padding:20px;max-width:280px}.cf-question h3{font-size:20px}
 .cf-yes h3,.cf-no h3{font-size:17px;hyphens:none;text-wrap:wrap}.cf-yes p,.cf-no p{font-size:14px}
 .component-figure figcaption{margin-inline:4px}.component-history{font-size:15px;text-align:left}
 .cf-next{padding:24px 20px}.cf-next h3{font-size:22px}.delivery-card{padding:24px 20px}.delivery-card h3{font-size:20px;margin-top:22px}
 .delivery-dossier h3{font-size:28px}.delivery-dossier p{font-size:17px}.delivery-section .button{width:100%}
}
@media(max-width:640px){.delivery-grid{grid-template-columns:minmax(0,1fr)}.delivery-dossier{grid-column:auto}.delivery-card h3{margin-top:18px}}
@media(max-width:420px){.cf-yes,.cf-no{padding:18px 10px}.cf-yes h3,.cf-no h3{font-size:16px}.cf-node p{line-height:1.65}.cf-question h3{font-size:18px}}
@media(prefers-reduced-motion:reduce){.cf-traveler,.cf-halo{display:none}.cf-wire-active{stroke-dashoffset:0!important}}
@media print{.component-wires,.cf-label,.cf-return{display:none}.component-flow{padding:0}.component-grid,.delivery-grid{display:block}.cf-node,.delivery-card{break-inside:avoid;margin-block:12px;box-shadow:none}.cf-yes,.delivery-dossier{background:var(--white);color:var(--navy)}.cf-yes p,.delivery-dossier p,.delivery-roles dt,.delivery-roles dd{color:var(--navy)}.delivery-roles{margin-top:20px}}
