
/* SEO / dedicated service pages */
.seo-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}
.seo-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  font-weight: 700;
  font-size: 14px;
}
.seo-footer-links a:hover { border-color: var(--accent-orange); }
.service-page { min-height: 100vh; background: #000; }
.service-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.service-topbar-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.service-brand { display:flex; align-items:center; gap:12px; font-weight:800; }
.service-brand img { width: 48px; height: 48px; object-fit: contain; }
.service-brand span { font-size: 16px; }
.service-topbar nav { display:flex; align-items:center; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.service-topbar nav a { padding:10px 14px; border-radius:999px; font-size:13px; font-weight:700; color:var(--text-muted); }
.service-topbar nav a:hover { background:rgba(255,255,255,.07); color:var(--text-light); }
.service-main { width:min(1040px, calc(100% - 32px)); margin:0 auto; padding:34px 0 60px; }
.service-breadcrumb { display:flex; align-items:center; gap:9px; color:var(--text-muted); font-size:13px; margin:0 auto 18px; max-width:960px; }
.service-breadcrumb a:hover { color:var(--accent-orange); }
.service-shell .modal-card {
  display:block;
  position:relative;
  height:auto;
  min-height:0;
  max-height:none;
  overflow:visible;
  margin:0 auto;
  opacity:1;
  transform:none;
}
.service-shell .modal-card-small { max-width: 620px; }
.service-shell .modal-header h1 {
  font-size: clamp(30px, 5vw, 46px);
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}
.service-shell #cadastroForm { padding-bottom: 48px; }
.service-footer { padding:28px 20px 42px; border-top:1px solid var(--border-soft); text-align:center; color:var(--text-muted); font-size:13px; display:flex; flex-direction:column; gap:8px; }
.service-footer a { color:var(--accent-orange); font-weight:700; }
@media (max-width: 720px) {
  .service-topbar-inner { width:min(100% - 24px, 1180px); min-height:68px; }
  .service-brand span { display:none; }
  .service-brand img { width:42px; height:42px; }
  .service-topbar nav { gap:2px; }
  .service-topbar nav a { padding:8px 9px; font-size:11px; }
  .service-main { width:min(100% - 20px, 1040px); padding-top:20px; }
  .service-shell .modal-card { border-radius:16px; }
  .service-shell .modal-header { padding:34px 20px 24px; }
  .service-shell .boleto-body { padding:8px 20px 34px; }
  .service-shell #cadastroForm { padding:26px 20px 40px; }
}
