/* bocka.com.br — estilo comum */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #FBF7F1; color: #122040; font-family: Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: #C2410C; text-decoration: none; }
a:hover { color: #122040; }
h1, h2, h3 { margin: 0; font-family: "Baloo 2", system-ui, sans-serif; font-weight: 800; }
p { margin: 0; }
:focus-visible { outline: 3px solid #F0561A; outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.linha { display: flex; flex-wrap: wrap; gap: 20px; }
.col { display: flex; flex-direction: column; }
.pretty { text-wrap: pretty; }

.marca-palavra { font-family: "Baloo 2", system-ui, sans-serif; font-weight: 800; letter-spacing: .005em; line-height: .82; }
.rotulo { font-size: 11px; letter-spacing: .22em; font-weight: 700; }

/* Cabeçalho */
.topo { position: sticky; top: 0; z-index: 50; background: rgba(251,247,241,.93); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid #E7DED1; }
.topo .wrap { padding-top: 14px; padding-bottom: 14px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topo-marca { display: flex; align-items: center; gap: 11px; color: #122040; }
.topo-marca img { height: 46px; width: auto; }
.topo-marca .marca-palavra { font-size: 31px; }
.menu { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.menu a { font-size: 13.5px; font-weight: 600; color: #122040; }
.menu a[aria-current="page"] { font-weight: 700; color: #C2410C; }
.menu a:hover { color: #C2410C; }
.menu .botao-topo { background: #122040; color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .06em; padding: 11px 19px; border-radius: 999px; }
.menu .botao-topo:hover { color: #fff; background: #24304C; }
.menu-abrir { display: none; background: none; border: 1px solid #E7DED1; border-radius: 12px; width: 46px; height: 46px; cursor: pointer; color: inherit; align-items: center; justify-content: center; }
.menu-abrir span, .menu-abrir span::before, .menu-abrir span::after { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; position: relative; transition: transform .2s; }
.menu-abrir span::before, .menu-abrir span::after { content: ""; position: absolute; left: 0; }
.menu-abrir span::before { top: -6px; }
.menu-abrir span::after { top: 6px; }
.menu-abrir[aria-expanded="true"] span { background: transparent; }
.menu-abrir[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.menu-abrir[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 860px) {
  .menu-abrir { display: inline-flex; }
  .topo .wrap { flex-wrap: wrap; }
  .menu { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 6px; }
  .menu.aberto { display: flex; }
  .menu a { padding: 14px 2px; border-top: 1px solid #E7DED1; font-size: 15px; }
  .menu .botao-topo { margin-top: 12px; text-align: center; padding: 15px 19px; border-top: none; }
}

/* Botões */
.botao { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .08em; padding: 16px 26px; border-radius: 999px; border: none; cursor: pointer; font-family: inherit; text-align: center; }
.botao-laranja { background: #FF9F32; color: #122040; }
.botao-laranja:hover { background: #FFB45C; color: #122040; }
.botao-navy { background: #122040; color: #fff; }
.botao-navy:hover { background: #24304C; color: #fff; }
.botao-verde { background: #46C96F; color: #0C2A18; }
.botao-verde:hover { background: #5FD683; color: #0C2A18; }
.botao-verde-escuro { background: #0C2A18; color: #fff; }
.botao-verde-escuro:hover { background: #123322; color: #fff; }
.link-sublinhado { font-size: 13.5px; font-weight: 600; color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 2px; }
.link-sublinhado:hover { color: #FF9F32; border-color: #FF9F32; }

/* Seções */
.navy { background: #122040; color: #fff; }
.verde-escuro { background: #0C2A18; color: #fff; }
.secao { padding-top: 74px; padding-bottom: 74px; }
.cartao { background: #fff; border: 1px solid #EDE3D5; border-radius: 14px; padding: 30px; display: flex; flex-direction: column; gap: 13px; }

/* Fotos */
.foto { position: relative; border-radius: 14px; overflow: hidden; background: linear-gradient(150deg, #EFE6D8, #E4D8C6); }
.navy .foto { background: linear-gradient(150deg, #1B2B4E, #24304C); }
.foto img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Formulários */
.campo { font-family: Montserrat, system-ui, sans-serif; font-size: 16px; padding: 16px 18px; border-radius: 12px; background: #fff; color: #122040; width: 100%; }
.campo:focus { outline: 3px solid rgba(240,86,26,.45); outline-offset: 0; }
.form { display: flex; flex-direction: column; gap: 11px; }
.form .botao { padding: 17px 22px; width: 100%; }
.form .botao[disabled] { opacity: .65; cursor: progress; }
.consentimento { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.55; cursor: pointer; }
.consentimento input { width: 18px; height: 18px; margin: 1px 0 0; flex: none; accent-color: currentColor; }
.consentimento a { text-decoration: underline; }
.mel { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-erro { font-size: 13px; line-height: 1.5; font-weight: 600; padding: 12px 14px; border-radius: 10px; }
.confirmacao { border-radius: 14px; padding: 30px; display: flex; flex-direction: column; gap: 9px; }
.confirmacao strong { font-family: "Baloo 2", system-ui, sans-serif; font-size: 26px; font-weight: 800; line-height: 1.15; }
.confirmacao p { font-size: 14px; line-height: 1.6; }

/* Faixa de lista (páginas internas) */
.faixa-lista { background: linear-gradient(150deg, #FFE7C9, #FFD6A4); border-radius: 20px; padding: 52px 44px; display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }

/* Rodapé */
.rodape { background: #122040; color: #fff; }
.rodape-cima { padding-top: 52px; padding-bottom: 36px; display: flex; gap: 48px; flex-wrap: wrap; justify-content: space-between; }
.rodape-marca { flex: 1 1 280px; display: flex; align-items: center; gap: 14px; }
.rodape-marca img { height: 56px; width: auto; }
.rodape-marca .marca-palavra { font-size: 38px; }
.rodape-col { display: flex; flex-direction: column; gap: 11px; }
.rodape-col .rotulo { font-size: 10.5px; letter-spacing: .2em; color: #5A6785; }
.rodape-col a, .rodape-col div:not(.rotulo) { font-size: 13.5px; color: #C6D0E2; }
.rodape-col a:hover { color: #FF9F32; }
.rodape-baixo { border-top: 1px solid #24304C; }
.rodape-baixo .wrap { padding-top: 22px; padding-bottom: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 11.5px; color: #5A6785; }
.rodape-baixo a { color: #8FA0C0; }
.rodape-baixo a:hover { color: #FF9F32; }

/* Variante Business */
.business { background: #F6FAF7; color: #0C2A18; }
.business a { color: #12894A; }
.business a:hover { color: #0C2A18; }
.business .topo { background: rgba(246,250,247,.94); border-bottom-color: #D9E7DD; }
.business .topo-marca { align-items: center; color: #0C2A18; }
.business .topo-marca .selo { font-size: 11px; font-weight: 700; letter-spacing: .18em; color: #12894A; }
.business .menu a { color: #0C2A18; }
.business .menu a:hover { color: #12894A; }
.business .menu .botao-topo { background: #0C2A18; color: #fff; }
.business .menu .botao-topo:hover { background: #123322; color: #fff; }
.business .menu-abrir { border-color: #D9E7DD; }
@media (max-width: 860px) { .business .menu a { border-top-color: #D9E7DD; } }
.business .rodape { background: #0C2A18; }
.business .rodape-col .rotulo { color: #4E7A5E; }
.business .rodape-col a, .business .rodape-col div:not(.rotulo) { color: #BEDAC6; }
.business .rodape-col a:hover { color: #46C96F; }
.business .rodape-baixo { border-top-color: #1F4D31; }
.business .rodape-baixo .wrap { color: #4E7A5E; }
.business .rodape-baixo a { color: #BEDAC6; }
.business .rodape-baixo a:hover { color: #46C96F; }
.business .foto { background: linear-gradient(150deg, #DCEAE1, #C7DDCE); }

/* Celular: tipografia e respiros */
@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .secao { padding-top: 56px; padding-bottom: 56px; }
  .faixa-lista { padding: 36px 24px; }
  .cartao { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
