.cx-topo{position:sticky;top:0;z-index:40;background:var(--cx-papel);transition:box-shadow .25s ease}
.cx-topo--assente{box-shadow:0 8px 26px rgba(20,20,20,.09)}
.cx-topo__interior{display:flex;align-items:center;gap:.75rem;min-height:var(--cx-topo-altura)}
.cx-topo__marca{margin-right:auto;display:inline-flex;align-items:center;min-height:48px;padding-inline:.15rem;font-family:"Bricolage","Bricolage Alt",system-ui,sans-serif;font-size:1.36rem;letter-spacing:-.02em;text-decoration:none;color:var(--cx-tinta)}
.cx-topo__marca-realce{color:var(--cx-realce)}
.cx-topo__botao{display:none}
.cx-topo__botao svg{width:22px;height:22px;stroke:var(--cx-tinta);stroke-width:2.1;stroke-linecap:round;fill:none}
.cx-topo__fecho{display:none}
.cx-topo__botao[aria-expanded="true"] .cx-topo__fecho{display:block}
.cx-topo__botao[aria-expanded="true"] .cx-topo__barras{display:none}
.cx-topo__nav ul{display:flex;align-items:center;gap:.1rem;list-style:none}
.cx-topo__nav a{display:inline-flex;align-items:center;min-height:48px;padding-inline:.9rem;border-radius:var(--cx-curva);font-size:.95rem;font-weight:600;text-decoration:none;color:var(--cx-tinta)}
.cx-topo__nav a:hover{background:var(--cx-neutro);color:var(--cx-realce-fundo)}

@media (max-width:899px){
.cx-topo__botao{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--cx-curva);cursor:pointer}
.cx-topo__botao:hover{background:var(--cx-neutro)}
.cx-topo__nav{position:absolute;top:100%;left:0;right:0;display:none;padding:.5rem clamp(20px,5vw,48px) 1.2rem;background:var(--cx-papel);box-shadow:0 18px 34px rgba(20,20,20,.12)}
.cx-topo__nav[data-cx-aberto="sim"]{display:block}
.cx-topo__nav ul{flex-direction:column;align-items:stretch;gap:.1rem}
.cx-topo__nav a{width:100%}
}

.cx-abertura{padding-block:clamp(3.4rem,9vw,6.6rem) clamp(2.6rem,6vw,4.6rem)}
.cx-abertura__interior{display:grid;justify-items:center;text-align:center;gap:1.45rem}
.cx-abertura__titulo{max-width:15.5em}
.cx-abertura__lead{max-width:58ch}
.cx-abertura__meta{display:inline-flex;align-items:center;gap:.6rem;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--cx-segunda)}
.cx-abertura__ponto{width:7px;height:7px;border-radius:50%;background:var(--cx-realce)}
.cx-abertura__accoes{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:.5rem}

.cx-comparar{background:var(--cx-neutro);padding-block:clamp(3rem,7vw,5.4rem)}
.cx-comparar__cabeca{display:grid;gap:1.3rem;margin-bottom:clamp(1.8rem,3.5vw,2.6rem)}
.cx-comparar__intro{margin-top:.95rem}
.cx-comparar__resumo{font-size:1rem;color:var(--cx-segunda);max-width:56ch}
@media (min-width:920px){
.cx-comparar__cabeca{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;gap:3.2rem}
}

.cx-grelha{min-width:0;background:var(--cx-papel);border-radius:var(--cx-curva-painel);padding:clamp(1rem,2.4vw,1.9rem)}
.cx-grelha__rolo{min-width:0;overflow-x:auto}
.cx-grelha caption{caption-side:top;text-align:left;padding-bottom:1.05rem;font-size:.95rem;line-height:1.5;color:var(--cx-segunda)}
.cx-grelha table{min-width:940px}
.cx-grelha th,.cx-grelha td{padding:.9rem .95rem;text-align:left;vertical-align:top;font-size:.9rem;line-height:1.45}
.cx-grelha thead th{font-family:"Bricolage","Bricolage Alt",system-ui,sans-serif;font-size:.79rem;letter-spacing:.05em;text-transform:uppercase;color:var(--cx-tinta);border-bottom:2px solid var(--cx-realce);padding-bottom:.7rem}
.cx-grelha tbody th{width:18%;font-weight:600;color:var(--cx-tinta)}
.cx-grelha tbody td{color:var(--cx-segunda)}
.cx-grelha tbody tr:nth-child(odd){background:var(--cx-neutro)}
.cx-grelha tbody tr:first-child th{border-top-left-radius:16px}
.cx-grelha__sem-rede{display:flex;align-items:flex-start;gap:.5rem}
.cx-grelha__nota{margin-top:clamp(1.4rem,3vw,2rem);max-width:74ch;font-size:.98rem;color:var(--cx-segunda)}

.cx-catalogo{padding-block:clamp(3.4rem,8vw,6rem)}
.cx-catalogo__cabeca{display:grid;gap:1rem;max-width:60ch;margin-bottom:clamp(2rem,4vw,3.1rem)}
.cx-grelha-lista{display:grid;gap:clamp(1.1rem,2.2vw,1.9rem);list-style:none}
@media (min-width:880px){
.cx-grelha-lista{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.cx-grelha-lista__larga{grid-column:1 / -1}
}
.cx-painel{height:100%;display:grid;gap:1rem;align-content:start;padding:clamp(1.2rem,2.5vw,1.9rem);background:var(--cx-neutro);border-radius:var(--cx-curva-painel)}
.cx-painel__topo{display:flex;align-items:center;gap:.9rem}
.cx-painel__icone{flex:none;width:58px;height:58px;border-radius:15px 3px 15px 3px;background:var(--cx-papel);box-shadow:0 3px 12px rgba(20,20,20,.1)}
.cx-painel__autor{margin-top:.2rem;font-size:.88rem;color:var(--cx-segunda)}
.cx-painel__nota{display:flex;align-items:center;gap:.45rem;font-size:.92rem;font-weight:600;color:var(--cx-tinta)}
.cx-painel__nota span{font-weight:400;color:var(--cx-segunda)}
.cx-painel__corpo{display:grid;gap:clamp(.9rem,2vw,1.4rem);align-items:start}
.cx-painel__texto{display:grid;gap:.75rem;font-size:.97rem;color:var(--cx-segunda)}
.cx-painel__imagem{width:100%;border-radius:16px 4px 16px 4px;aspect-ratio:1/1;object-fit:cover;object-position:50% 16%}
.cx-painel__galeria{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.cx-painel__galeria .cx-painel__imagem{aspect-ratio:700/1245;object-position:50% 0}
.cx-painel__marcas{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none}
.cx-painel--larga{background:var(--cx-papel);padding:0}
.cx-painel--larga .cx-painel__icone{width:70px;height:70px}
@media (min-width:620px){
.cx-painel__corpo{grid-template-columns:minmax(0,1fr) 36%}
.cx-painel__imagem{aspect-ratio:700/1245;object-position:50% 0}
}
@media (min-width:880px){
.cx-painel--larga .cx-painel__corpo{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:clamp(1.6rem,3vw,2.8rem)}
}

.cx-duvidas{margin-top:clamp(3.2rem,6vw,4.8rem)}
.cx-duvidas__cabeca{display:grid;gap:.9rem;max-width:56ch;margin-bottom:1.6rem}
.cx-duvidas__lista{display:grid;gap:.6rem;list-style:none}
.cx-duvidas__item{background:var(--cx-neutro);border-radius:var(--cx-curva-painel)}
.cx-duvidas__pergunta{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;min-height:56px;padding:1.05rem clamp(1.1rem,2.2vw,1.6rem);border-radius:var(--cx-curva);text-align:left;font-size:1.02rem;font-weight:600;line-height:1.35;cursor:pointer}
.cx-duvidas__pergunta:hover{color:var(--cx-realce-fundo)}
.cx-duvidas__sinal{flex:none;width:20px;height:20px;stroke:var(--cx-realce-fundo);stroke-width:2.2;stroke-linecap:round;fill:none;transition:transform .25s ease}
.cx-duvidas__pergunta[aria-expanded="true"] .cx-duvidas__sinal{transform:rotate(45deg)}
.cx-duvidas__resposta[hidden]{display:none}
.cx-duvidas__resposta{padding:0 clamp(1.1rem,2.2vw,1.6rem) 1.35rem;max-width:74ch;font-size:.97rem;color:var(--cx-segunda)}

.cx-juridico{padding-block:clamp(2.6rem,6vw,4.4rem) clamp(1.6rem,4vw,2.6rem)}
.cx-juridico__cabeca{display:grid;gap:1rem;max-width:60ch;margin-bottom:clamp(2rem,4vw,3rem)}
.cx-juridico__corpo{display:grid;gap:clamp(1.9rem,3.6vw,2.7rem);max-width:78ch;min-width:0}
.cx-juridico__parte{display:grid;gap:.85rem;min-width:0}
.cx-juridico__parte h2{font-size:clamp(1.3rem,2.6vw,1.72rem)}
.cx-juridico__parte h3{font-size:1.05rem}
.cx-juridico__parte p{color:var(--cx-segunda)}
.cx-juridico__parte ul{display:grid;gap:.5rem;padding-left:1.2rem;list-style:disc;color:var(--cx-segunda)}
.cx-juridico .cx-grelha table{min-width:560px}
.cx-juridico__ficha{display:grid;gap:.35rem;padding:clamp(1.1rem,2.4vw,1.7rem);background:var(--cx-neutro);border-radius:var(--cx-curva-painel);font-size:.97rem;color:var(--cx-segunda)}
.cx-juridico__volta{margin-top:clamp(2rem,4vw,3rem)}

.cx-perdido{display:grid;justify-items:center;gap:1.3rem;text-align:center;padding-block:clamp(4rem,11vw,7.5rem)}
.cx-perdido__lead{max-width:52ch}

.cx-fim{margin-top:clamp(2rem,5vw,4rem);padding-block:clamp(3rem,6vw,4.6rem) 2rem;background:var(--cx-neutro)}
.cx-fim__grelha{display:grid;gap:2.5rem}
@media (min-width:820px){.cx-fim__grelha{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:4rem}}
.cx-fim__contacto{display:grid;gap:1rem;align-content:start}
.cx-fim__contacto p{max-width:52ch;font-size:.97rem;color:var(--cx-segunda)}
.cx-fim__correio{display:inline-flex;align-items:center;min-height:48px;font-family:"Bricolage","Bricolage Alt",system-ui,sans-serif;font-size:clamp(1.05rem,2.2vw,1.32rem);letter-spacing:-.01em;color:var(--cx-realce-fundo);text-decoration:none}
.cx-fim__correio:hover{text-decoration:underline}
.cx-fim__dados{display:grid;gap:.3rem;font-size:.92rem;color:var(--cx-segunda);font-style:normal}
.cx-fim__ligacoes ul{display:grid;gap:.1rem;list-style:none}
.cx-fim__ligacoes a{display:inline-flex;align-items:center;min-height:48px;font-size:.95rem;font-weight:600;color:var(--cx-tinta);text-decoration:none}
.cx-fim__ligacoes a:hover{color:var(--cx-realce-fundo);text-decoration:underline}
.cx-fim__base{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.6rem;margin-top:clamp(2.2rem,5vw,3.4rem);font-size:.87rem;color:var(--cx-segunda)}

.cx-aviso[hidden]{display:none}
.cx-aviso{position:fixed;left:clamp(12px,3vw,24px);right:clamp(12px,3vw,24px);bottom:clamp(12px,3vw,24px);z-index:60;display:grid;gap:.85rem;max-width:44em;margin-inline:auto;padding:clamp(.95rem,2.4vw,1.5rem);background:var(--cx-papel);border-radius:var(--cx-curva-painel);box-shadow:0 16px 42px rgba(20,20,20,.2)}
.cx-aviso__texto{font-size:.87rem;line-height:1.5;color:var(--cx-segunda)}
.cx-aviso__accoes{display:flex;flex-wrap:wrap;gap:.6rem}
.cx-aviso__accoes .cx-link-go{padding:.58em 1.3em;font-size:.93rem}
@media (min-width:780px){.cx-aviso{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.8rem;max-width:58em}}

.cx-subir[hidden]{display:none}
.cx-subir{position:fixed;right:clamp(12px,3vw,24px);bottom:clamp(12px,3vw,24px);z-index:50;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--cx-realce);color:#fff;border-radius:var(--cx-curva);box-shadow:0 12px 26px rgba(115,38,201,.32);cursor:pointer;transition:background-color .2s ease,transform .2s ease}
.cx-subir:hover{background:var(--cx-realce-fundo);transform:translateY(-3px)}
.cx-subir svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none}
body[data-cx-aviso="visivel"] .cx-subir{bottom:clamp(108px,26vw,150px)}

.cx-surge{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.cx-surge--dentro{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
.cx-surge,.cx-surge--dentro{opacity:1;transform:none;transition:none}
.cx-duvidas__sinal,.cx-subir,.cx-topo{transition:none}
.cx-subir:hover{transform:none}
}
