/* Cookie consent overlay for techtecnos.com */
.fg-cc-root[hidden] { display: none !important; }
.fg-cc-root {
  position: fixed; inset: 0; z-index: 99999;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 1rem; box-sizing: border-box;
}
.fg-cc-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.55); }
.fg-cc-dialog {
  position: relative; z-index: 1; width: min(560px, 100%);
  max-height: min(90vh, 640px); overflow: auto;
  background: #ffffff; color: #0f172a;
  border: 1px solid #cbd5e1; box-shadow: 0 12px 40px rgba(0,0,0,.28);
  padding: 1.25rem 1.35rem 1.35rem;
  font-family: "Titillium Web", serif;
}
.fg-cc-dialog h2 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.fg-cc-intro { margin: 0 0 1rem; font-size: 0.95rem; line-height: 1.45; }
.fg-cc-intro a { color: #0369a1; }
.fg-cc-categories { display: grid; gap: 0.65rem; margin: 0 0 1.15rem; }
.fg-cc-cat {
  display: grid; grid-template-columns: 1fr auto; gap: 0.35rem 0.75rem;
  align-items: start; padding: 0.65rem 0.75rem;
  background: #f8fafc; border: 1px solid #e2e8f0;
}
.fg-cc-cat strong { font-size: 0.85rem; }
.fg-cc-cat p { grid-column: 1 / -1; margin: 0; font-size: 0.85rem; color: #475569; }
.fg-cc-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.fg-cc-btn {
  cursor: pointer; border: 1px solid #cbd5e1; background: #fff;
  padding: 0.55rem 0.9rem; font-size: 0.9rem;
}
.fg-cc-accept { background: #0f172a; color: #fff; border-color: #0f172a; }
.fg-cc-reject { background: #fff; }
html.fg-cc-open { overflow: hidden; }
.footer-menu { list-style: none; display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; padding: 0; margin: 0.5rem 0 0; }
.footer-menu a { color: inherit; }
.site-footer-bottom { padding: 1.5rem 0; }
.custom-logo { max-height: 64px; width: auto; }
.site-branding { display: flex; align-items: center; gap: 0.75rem; }
