/*
Theme Name: ZURC Logística
Theme URI: https://zurclogistica.com.br
Author: Twins Criativa
Author URI: https://twinscriativa.com.br
Description: Tema profissional para ZURC Logística — logística com inteligência e tecnologia. Design dark escuro com acento amarelo, totalmente compatível com Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zurc-logistica
Tags: logistics, dark, yellow, elementor, one-page
*/

/* ============================================================
   ZURC LOGÍSTICA — Design System
   Desenvolvido por Twins Criativa
   ============================================================ */

:root {
  --bg: #0a0a0a;
  --bg-alt: #000000;
  --panel: #171717;
  --panel-border: rgba(255, 255, 255, 0.14);
  --yellow: #ffd400;
  --white: #ffffff;
  --text: #ffffff;
  --text-dim: #c7c7c7;
  --radius: 10px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Segoe UI', Inter, system-ui, -apple-system, sans-serif;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.kicker, .eyebrow, .segment-tag, .stat-label,
.footer-col ul li a, .nav-links a {
  font-family: 'Geogrotesque Medium', 'Geogrotesque', Poppins, 'Segoe UI', sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* ── TOP BAR ── */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 51;
  background: #000000;
  border-bottom: 1px solid var(--panel-border);
  font-size: 0.78rem;
  color: var(--text-dim);
}

.topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.topbar-left a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--text-dim);
  font-weight: 600;
  transition: 0.2s;
}

.topbar-left a:hover {
  color: var(--yellow);
}

.topbar-left svg {
  flex: 0 0 auto;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topbar-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}

.topbar-right a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.topbar-right a.sm-linkedin { color: #0A66C2; }
.topbar-right a.sm-instagram { color: #E4405F; }
.topbar-right a.sm-facebook { color: #1877F2; }
.topbar-right a.sm-youtube { color: #FF0000; }

/* ── NAV ── */
header.site-header {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10, 10, 10, 0.85);
  border-bottom: 1px solid var(--panel-border);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

.logo-full {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-col .logo-full {
  height: 44px;
  margin-bottom: 16px;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  font-size: 0.92rem;
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: color 0.25s;
  position: relative;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--yellow);
  transition: width 0.25s;
}

.nav-links a:hover::after {
  width: 100%;
}

.cta-btn {
  background: var(--yellow);
  color: #0a0a0a !important;
  padding: 11px 22px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.3px;
  border: 2px solid var(--yellow);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  white-space: nowrap;
}

.cta-btn:hover {
  transform: translateY(-2px);
  background: var(--white);
  border-color: var(--white);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 60;
}

.burger span {
  width: 26px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: 0.3s;
}

/* ── HERO ── */
.hero {
  position: relative;
  padding: 228px 0 120px;
  text-align: center;
  z-index: 2;
  overflow: hidden;
  background: #000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s ease;
  z-index: 0;
}

.hero-video.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-video-enhanced {
  filter: brightness(1.35) contrast(1.3) saturate(1.1);
}

.hero-video-sunset {
  filter: sepia(0.45) saturate(1.9) hue-rotate(-12deg) brightness(1.08) contrast(1.1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.72);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--yellow);
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 0.78rem;
  color: var(--yellow);
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(255, 212, 0, 0.08);
  margin-bottom: 26px;
  text-transform: uppercase;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 8px var(--yellow);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

h1 {
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  max-width: 900px;
  margin: 0 auto 22px;
}

h1 .grad {
  color: var(--yellow);
}

.hero p.sub {
  max-width: 620px;
  margin: 0 auto 40px;
  color: var(--text-dim);
  font-size: 1.12rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline {
  padding: 13px 26px;
  border-radius: 100px;
  border: 1px solid var(--panel-border);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  transition: 0.25s;
}

.btn-outline:hover {
  border-color: var(--yellow);
  background: rgba(255, 212, 0, 0.08);
}

.btn-primary-lg {
  padding: 14px 30px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.95rem;
  background: var(--yellow);
  color: #0a0a0a;
  border: 2px solid var(--yellow);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.btn-primary-lg:hover {
  transform: translateY(-3px);
  background: var(--white);
  border-color: var(--white);
}

/* ── SOBRE ── */
#sobre {
  background: #141414;
}

.sobre-logo {
  height: clamp(38px, 5vw, 58px);
  width: auto;
  display: block;
  margin: 0 auto;
}

/* ── SECTIONS generic ── */
section {
  position: relative;
  z-index: 2;
  padding: 110px 0;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}

.kicker {
  color: var(--yellow);
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 0.78rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.section-head p {
  color: var(--text-dim);
  font-size: 1.02rem;
  line-height: 1.6;
}

/* ── INTRO + STATS ── */
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.intro-grid p {
  color: var(--text-dim);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.about-grid-single {
  grid-template-columns: 1fr;
}

.about-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-top: 3px solid var(--yellow);
  border-radius: var(--radius);
  padding: 30px;
}

.mv-split {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mv-block + .mv-block {
  padding-top: 22px;
  border-top: 1px solid var(--panel-border);
}

.mv-block h3 {
  margin-bottom: 10px;
}

.values-highlight {
  margin-top: 22px;
  background: var(--yellow);
  color: #000;
  border-radius: var(--radius);
  padding: 30px 34px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.values-highlight h3 {
  color: #000;
  margin: 0;
  white-space: nowrap;
}

.values-highlight .sub-tags {
  flex: 1;
}

.values-highlight .segment-tag {
  background: #000;
  border-color: #000;
  color: var(--yellow);
}

.about-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-card p {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.stat-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  padding: 26px 20px;
  text-align: center;
}

.stat-num {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--yellow);
  line-height: 1;
}

.stat-label {
  color: var(--text-dim);
  font-size: 0.8rem;
  margin-top: 8px;
  font-weight: 600;
}

/* ── TRUST / WHY US ── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-card {
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  padding: 26px 22px;
  background: var(--panel);
  transition: 0.25s;
}

.trust-card:hover {
  border-color: var(--yellow);
  transform: translateY(-4px);
}

.trust-card .ic {
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.trust-card h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.trust-card p {
  color: var(--text-dim);
  font-size: 0.85rem;
  line-height: 1.5;
}

/* ── SERVICES ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 32px 26px;
  border-left: 3px solid transparent;
  transition: transform 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--panel-border);
  border-left-color: var(--yellow);
}

.icon-box {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  margin-bottom: 22px;
  background: rgba(255, 212, 0, 0.12);
  border: 1px solid rgba(255, 212, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.service-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* ── CARGO TYPES ── */
.cargo-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.cargo-type-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 30px;
  border-top: 3px solid var(--yellow);
  transition: 0.3s;
}

.cargo-type-card:hover {
  border-color: var(--yellow);
  transform: translateY(-4px);
}

.cargo-type-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.sub-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segment-tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dim);
  transition: 0.2s;
}

.segment-tag:hover {
  border-color: var(--yellow);
  color: #0a0a0a;
  background: var(--yellow);
  transform: translateY(-2px);
}

/* ── CAREER FORM ── */
.career-form {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-top: 3px solid var(--yellow);
  border-radius: var(--radius);
  padding: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-dim);
}

.form-field input {
  background: #0a0a0a;
  border: 1px solid var(--panel-border);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--text);
  font-size: 0.92rem;
  font-family: inherit;
}

.form-field input:focus {
  outline: none;
  border-color: var(--yellow);
}

.form-field input[type="file"] {
  padding: 10px 14px;
  cursor: pointer;
}

.form-note {
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.6;
}

.form-note a {
  color: var(--yellow);
  font-weight: 600;
}

.career-form .btn-primary-lg {
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

/* ── CONTACT ── */
.units-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}

.unit-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  padding: 26px;
  transition: 0.25s;
}

.unit-card:hover {
  border-color: var(--yellow);
  transform: translateY(-4px);
}

.unit-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0a0a0a;
  background: var(--yellow);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.unit-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.unit-card p {
  color: var(--text-dim);
  font-size: 0.85rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

.unit-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}

.unit-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--yellow);
  font-size: 0.85rem;
  font-weight: 600;
}

.unit-links a:hover {
  color: var(--white);
}

.unit-links svg {
  flex: 0 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.contact-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-item .ic {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  background: rgba(255, 212, 0, 0.12);
  border: 1px solid rgba(255, 212, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.contact-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.contact-item p,
.contact-item a.plain {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.55;
}

.contact-item a.plain:hover {
  color: var(--yellow);
}

.social-row {
  display: flex;
  gap: 16px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: transform 0.2s, opacity 0.2s;
}

.social-row a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.social-row a.sm-linkedin { color: #0A66C2; }
.social-row a.sm-instagram { color: #E4405F; }
.social-row a.sm-facebook { color: #1877F2; }
.social-row a.sm-youtube { color: #FF0000; }
.social-row a.sm-whatsapp { color: #25D366; }

.map-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--panel-border);
  min-height: 340px;
  position: relative;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  filter: grayscale(0.4) contrast(1.05);
  display: block;
}

/* ── CTA BAND ── */
.cta-band {
  margin: 0 24px;
  max-width: 1132px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  padding: 70px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--bg-alt);
  border-top: 6px solid var(--yellow);
  border-bottom: 6px solid var(--yellow);
}

.cta-band h2 {
  margin-bottom: 16px;
}

.cta-band p {
  color: var(--text-dim);
  max-width: 520px;
  margin: 0 auto 34px;
}

/* ── FOOTER ── */
footer.site-footer {
  position: relative;
  z-index: 2;
  padding: 70px 0 30px;
  border-top: 1px solid var(--panel-border);
  margin-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-col h5 {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 16px;
}

.footer-col p {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 280px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  color: var(--text-dim);
  font-size: 0.88rem;
  transition: 0.2s;
}

.footer-col ul li a:hover {
  color: var(--yellow);
}

.footer-bottom {
  color: var(--text-dim);
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* ── SOCIALS ── */
.socials {
  display: flex;
  gap: 16px;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, opacity 0.2s;
}

.socials a:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.socials a.sm-linkedin { color: #0A66C2; }
.socials a.sm-instagram { color: #E4405F; }
.socials a.sm-facebook { color: #1877F2; }
.socials a.sm-youtube { color: #FF0000; }
.socials a.sm-whatsapp { color: #25D366; }

/* ── REVEAL animation ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ── WhatsApp float ── */
.wa-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--yellow);
  border: 2px solid #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  color: #0a0a0a;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ── SOCIAL LINKS LIST ── */
.social-links-list {
  display: none;
}

.social-links-list a {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.social-links-list a:hover {
  color: var(--yellow);
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .cargo-types-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .units-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar-left span.hide-sm { display: none; }
}

@media (max-width: 760px) {
  header.site-header { top: 30px; }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 76%;
    max-width: 320px;
    background: rgba(7, 8, 12, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 26px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    border-left: 1px solid var(--panel-border);
  }

  .nav-links.open { transform: translateX(0); }
  .nav-links .cta-btn { margin-top: 10px; }
  .burger { display: flex; }

  .services-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .topbar-inner { font-size: 0.72rem; }
  .form-row { grid-template-columns: 1fr; }
  .career-form { padding: 24px; }
}

/* ── ELEMENTOR compatibility ── */
.elementor-section,
.elementor-container {
  max-width: 100% !important;
}

.elementor-page .site-header,
.elementor-page .site-footer,
.elementor-page .topbar {
  /* Elementor Canvas template hides these */
}

/* Admin bar compensation */
.admin-bar header.site-header {
  top: calc(34px + 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar header.site-header {
    top: calc(34px + 46px);
  }
}
