/* Complemento ao Ximsa: o que o Prazzo tem e o demo do template não tinha.
   Nada aqui redefine o template — só acrescenta blocos que ele não traz
   (as coimas, o número grande dos centros, o logótipo tipográfico) e o
   mínimo de correcções onde o conteúdo real é mais comprido do que o
   lorem ipsum para que o demo foi desenhado. */

/* ---------- logótipo tipográfico (o template usa imagem) ---------- */
.prazzo-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.prazzo-logo .sinal {
  width: 34px; height: 34px; border-radius: 9px; background: #3e60d5; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.prazzo-logo .nome { font-size: 22px; font-weight: 700; color: #101720; letter-spacing: -.02em; font-family: 'Poppins', sans-serif; }
.prazzo-logo-claro .nome, .header-style-three .prazzo-logo .nome { color: #fff; }
.footer-style-two .prazzo-logo .nome { color: #fff; }

/* ---------- mensagens do sistema ---------- */
.prazzo-flash { border-radius: 8px; padding: 14px 18px; font-size: 15px; line-height: 1.6; margin-bottom: 10px; }
.prazzo-flash-ok { background: rgba(62,205,144,.12); color: #1f7d54; border: 1px solid rgba(62,205,144,.35); }
.prazzo-flash-erro { background: rgba(250,60,91,.10); color: #c02742; border: 1px solid rgba(250,60,91,.32); }

/* ---------- coimas (market-section) ---------- */
.market-section { position: relative; padding: 110px 0 90px; background: #0e1420; }
.market-block .inner-box {
  position: relative; padding: 34px 30px; border-radius: 12px;
  background: #161e2e; border: 1px solid rgba(255,255,255,.08); height: 100%;
}
.market-block .valor {
  font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 700; color: #fff;
  letter-spacing: -.02em; line-height: 1.2; margin-bottom: 10px;
}
.market-block h5 { font-size: 17px; font-weight: 600; color: #e6eaf7; margin: 0 0 8px; }
.market-block .text { font-size: 14px; line-height: 1.75; color: #9aa5bd; }

/* ---------- número grande dos centros ---------- */
.numero-grande { padding: 40px 34px; border-radius: 14px; background: #f4f6fb; border: 1px solid #e3e8f3; }
.numero-grande .n { font-family: 'Poppins', sans-serif; font-size: 62px; font-weight: 700; line-height: 1; color: #3e60d5; letter-spacing: -.03em; }
.numero-grande .l { font-size: 17px; font-weight: 600; color: #101720; margin: 8px 0 12px; }
.numero-grande .d { font-size: 14px; line-height: 1.75; color: #6b7280; }

/* ---------- CTA final ---------- */
.call-to-action-section { padding: 90px 0; background-color: #3e60d5; background-repeat: no-repeat; background-position: center; }
.call-to-action-section .inner-container { text-align: center; max-width: 780px; margin: 0 auto; }
.call-to-action-section h2 { font-family: 'Poppins', sans-serif; font-size: 38px; line-height: 1.2; font-weight: 700; color: #fff; letter-spacing: -.02em; margin: 0 0 14px; }
.call-to-action-section .text { font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 30px; }

/* ---------- carrossel das capturas do produto ---------- */
.app-section .app-carousel .slide { padding: 0 12px; }
.app-section .app-carousel .image { border-radius: 12px; overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,.55); }
.app-section .app-carousel .image img { width: 100%; height: auto; display: block; }

/* ---------- correcções de conteúdo real ----------
   O demo foi desenhado para títulos curtos em inglês. O português é mais
   comprido e os prazos legais têm nomes que não cabem numa palavra. */
.banner-section .content h1 { max-width: 15ch; margin-left: auto; margin-right: auto; }
.feature-block-three .inner-box .content h5 { min-height: 0; }
.sec-title h2 { letter-spacing: -.02em; }

/* ---------- artigos e páginas de texto ---------- */
.prazzo-artigo { max-width: 760px; margin: 0 auto; padding: 90px 0; }
.prazzo-artigo h1 { font-family: 'Poppins', sans-serif; font-size: 40px; line-height: 1.15; font-weight: 700; color: #101720; letter-spacing: -.02em; margin: 0 0 18px; }
.prazzo-artigo h2 { font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 600; color: #101720; margin: 40px 0 14px; letter-spacing: -.01em; }
.prazzo-artigo h3 { font-size: 19px; font-weight: 600; color: #101720; margin: 28px 0 10px; }
.prazzo-artigo p, .prazzo-artigo li { font-size: 16px; line-height: 1.85; color: #5a6472; }
.prazzo-artigo p { margin: 0 0 16px; }
.prazzo-artigo ul, .prazzo-artigo ol { padding-left: 20px; margin: 0 0 18px; }
.prazzo-artigo li { margin-bottom: 8px; }
.prazzo-artigo strong { color: #101720; font-weight: 600; }
.prazzo-artigo a { color: #3e60d5; }
.prazzo-artigo-data { font-size: 13px; color: #98a1b0; margin: 0 0 12px; }
.prazzo-artigo table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 0 0 20px; }
.prazzo-artigo th, .prazzo-artigo td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #e3e8f3; }
.prazzo-artigo th { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #98a1b0; font-weight: 700; }

.prazzo-nota { border-radius: 10px; padding: 16px 18px; font-size: 15px; line-height: 1.7; margin: 0 0 24px; }
.prazzo-nota-aviso { background: rgba(255,153,0,.10); color: #8a5a00; border: 1px solid rgba(255,153,0,.3); }
.prazzo-nota-legal { background: rgba(62,96,213,.07); color: #3e60d5; border: 1px solid rgba(62,96,213,.2); font-size: 14px; }

/* ---------- caixa de conversão dentro de conteúdo ---------- */
.prazzo-cta-caixa { text-align: center; padding: 40px 34px; border-radius: 14px; background: #f4f6fb; border: 1px solid #e3e8f3; margin: 40px 0; }
.prazzo-cta-caixa h3 { font-family: 'Poppins', sans-serif; font-size: 24px; font-weight: 700; color: #101720; letter-spacing: -.02em; margin: 0 0 10px; }
.prazzo-cta-caixa p { max-width: 52ch; margin: 0 auto 24px; font-size: 16px; line-height: 1.7; color: #5a6472; }

/* ---------- formulários ---------- */
.prazzo-form-caixa { padding: 36px; border-radius: 14px; background: #fff; border: 1px solid #e3e8f3; box-shadow: 0 24px 50px -34px rgba(16,23,32,.35); }
.prazzo-rotulo { display: block; font-size: 14px; font-weight: 600; color: #101720; margin-bottom: 8px; }
.prazzo-campo {
  width: 100%; height: 54px; border: 1px solid #e3e8f3; border-radius: 8px; padding: 0 16px;
  font-size: 15px; color: #101720; background: #fff; outline: none; transition: border-color .2s;
  font-family: 'Poppins', sans-serif;
}
.prazzo-campo:focus { border-color: #3e60d5; }
select.prazzo-campo { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

/* ---------- lista de centros de inspeção ---------- */
.centro-linha { display: flex; gap: 20px; align-items: flex-start; justify-content: space-between; padding: 22px 26px; border-bottom: 1px solid #e3e8f3; }
.centro-linha:last-child { border-bottom: none; }
.centro-linha .nome { font-size: 16px; font-weight: 600; color: #101720; margin-bottom: 4px; }
.centro-linha .morada { font-size: 15px; line-height: 1.6; color: #5a6472; }
.centro-linha .cp { font-size: 14px; color: #98a1b0; }
.centro-linha .avaria { font-size: 13px; color: #98a1b0; margin-top: 6px; }

.distrito-cartao {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 18px 20px; border: 1px solid #e3e8f3; border-radius: 10px; background: #fff;
  text-decoration: none; transition: all .25s; margin-bottom: 16px;
}
.distrito-cartao:hover { border-color: #3e60d5; transform: translateY(-2px); box-shadow: 0 14px 26px -18px rgba(62,96,213,.7); }
.distrito-cartao .n { font-size: 16px; font-weight: 600; color: #101720; }
.distrito-cartao .c { font-size: 14px; color: #98a1b0; }

.resultado-bloco { padding: 30px 32px; border-radius: 14px; background: #fff; border: 1px solid #e3e8f3; margin-bottom: 18px; }
.resultado-bloco .topo { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; margin-bottom: 12px; }
.resultado-bloco .accao { font-size: 19px; font-weight: 600; color: #101720; }
.resultado-bloco .quando { flex: none; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 700; color: #3e60d5; letter-spacing: -.02em; }
.resultado-bloco .porque { font-size: 15px; line-height: 1.75; color: #5a6472; margin-bottom: 14px; }

.prazzo-etiqueta { display: inline-block; border-radius: 6px; font-size: 13px; font-weight: 600; padding: 5px 10px; margin-right: 8px; }
.prazzo-etiqueta-tempo { background: rgba(62,205,144,.14); color: #1f7d54; }
.prazzo-etiqueta-estimada { background: rgba(255,153,0,.14); color: #8a5a00; }

@media (max-width: 767px) {
  .call-to-action-section h2 { font-size: 27px; }
  .numero-grande .n { font-size: 48px; }
  .centro-linha { flex-direction: column; gap: 12px; }
  .prazzo-artigo { padding: 56px 0; }
  .prazzo-artigo h1 { font-size: 30px; }
}


/* ---------- fundo do herói ----------
   O demo usa uma fotografia que na versão Envato Elements é placeholder.
   Fica o degradado escuro do template com os padrões por cima, que são
   ficheiros reais. */
.banner-section { background-color: #101720; background-image: linear-gradient(160deg, #151d2b 0%, #0d1219 100%); }
.page-title { background-color: #101720; background-image: linear-gradient(160deg, #151d2b 0%, #0d1219 100%); padding: 120px 0 90px; position: relative; }
.page-title .sec-title h2 { font-size: 40px; }

/* ---------- navegação em português ----------
   O template capitaliza cada palavra, o que em inglês funciona ("Next
   Inspection") e em português fica errado ("Centros De Inspeção"). */
.main-menu .navigation > li > a,
.mobile-menu .navigation li a,
.theme-btn .txt,
.footer-widget h5,
.sec-title .title { text-transform: none !important; }


/* ---------- cores das secções ----------
   O demo pinta process-section-two de azul-forte e app-section-two de
   laranja, que são as cores da marca do template. O Prazzo tem as suas, e a
   emoção-alvo do produto é sossego — não entusiasmo. */
.process-section-two { background-color: #101720 !important; }
.process-section-two .sec-title h2, .process-section-two h5 { color: #fff; }
.process-section-two .text { color: #9aa5bd; }
.process-block-two .inner-box { padding: 34px 28px; }
.process-block-two .count-box .count {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 14px; background: rgba(62,96,213,.18); color: #7d97f0;
  font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 18px;
}
.process-block-two h5 { font-size: 19px; font-weight: 600; margin: 0 0 10px; }
.process-block-two .text { font-size: 15px; line-height: 1.8; }

.app-section-two { background-color: #f4f6fb !important; }
.app-section-two .image img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 28px 56px -32px rgba(16,23,32,.5); }
.app-section-two .inner-column { padding: 20px 0; }
.app-section-two.alt { background-color: #fff !important; }

/* lista de garantias do produto */
.list-style-one li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  font-size: 16px; line-height: 1.7; color: #5a6472; list-style: none;
}
.list-style-one { padding: 0; margin: 0 0 30px; }
.list-style-one li:before {
  content: "\f00c"; font-family: 'FontAwesome'; position: absolute; left: 0; top: 2px;
  color: #3e60d5; font-size: 14px;
}

/* artigos na página inicial */
.news-section { background: #f4f6fb; }
.news-block .inner-box { background: #fff; border: 1px solid #e3e8f3; border-radius: 14px; padding: 34px 32px; height: 100%; }
.news-block .lower-content h5 { font-size: 21px; line-height: 1.35; font-weight: 600; margin: 0 0 12px; }
.news-block .lower-content h5 a { color: #101720; }
.news-block .lower-content h5 a:hover { color: #3e60d5; }
.news-block .text { font-size: 15px; line-height: 1.8; color: #5a6472; margin-bottom: 18px; }
.news-block .read-more { font-size: 15px; font-weight: 600; color: #3e60d5; }

/* cartões de funcionalidade */
.feature-block-three .inner-box { height: 100%; }

/* ---------- ecrã de entrada: alternativas atrás de uma divulgação ---------- */
.auth-outras { margin-top: 28px; border-top: 1px solid #e3e8f3; padding-top: 22px; }
.auth-outras > summary { font-size: 15px; font-weight: 600; color: #5a6472; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; }
.auth-outras > summary::-webkit-details-marker { display: none; }
.auth-outras > summary::after { content: "\f107"; font-family: 'FontAwesome'; font-size: 15px; }
.auth-outras[open] > summary::after { content: "\f106"; }
.auth-outras > summary:hover { color: #3e60d5; }
.auth-outras-corpo { margin-top: 22px; }


/* ---------- zona das mensagens do sistema ----------
   O .main-header do Ximsa é position:absolute, portanto não ocupa espaço no
   fluxo. Sem este padding, a primeira coisa da página fica debaixo do menu. */
.prazzo-flash-zona { padding: 118px 0 0; background: #fff; }
.prazzo-flash-zona + .page-title, .prazzo-flash-zona + section.page-title { padding-top: 60px; }
.prazzo-flash-zona + .banner-section { padding-top: 40px; }
.prazzo-flash a { color: inherit; text-decoration: underline; }

/* código de 6 dígitos: monoespaçado e espaçado, para se ler ao conferir */
.codigo-otp { font-size: 26px; letter-spacing: 10px; text-align: center; font-variant-numeric: tabular-nums; font-weight: 600; }
.codigo-otp::placeholder { letter-spacing: 10px; color: #d6dbe6; }

/* ---------- entrada por fornecedor externo ---------- */
.oauth-zona { margin-top: 26px; }
.oauth-separador { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.oauth-separador:before, .oauth-separador:after { content: ""; flex: 1; height: 1px; background: #e3e8f3; }
.oauth-separador span { font-size: 13px; color: #98a1b0; white-space: nowrap; }
.oauth-botoes { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.oauth-botao {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  height: 50px; border: 1px solid #e3e8f3; border-radius: 8px; background: #fff;
  font-size: 15px; font-weight: 600; color: #101720; text-decoration: none; transition: all .2s;
}
.oauth-botao:hover { border-color: var(--oauth-cor); color: var(--oauth-cor); box-shadow: 0 8px 18px -12px var(--oauth-cor); }
.oauth-botao i { font-size: 17px; color: var(--oauth-cor); }
