.elementor-49 .elementor-element.elementor-element-2aa22bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-da2a08b *//* ========================================
   KAZA agency — CSS Global v2
   Laranja #FF6B2B + Preto + Branco
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --orange:       #FF6B2B;
  --orange-dark:  #e05520;
  --orange-light: #ff8c55;
  --black:        #0a0a0a;
  --black-soft:   #1a1a1a;
  --gray-dark:    #2d2d2d;
  --gray:         #666;
  --gray-light:   #999;
  --off-white:    #f8f8f8;
  --white:        #ffffff;
  --border:       #e5e5e5;
  --border-soft:  #f0f0f0;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:    0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.14);
  --shadow-orange:0 8px 32px rgba(255,107,43,0.28);
  --radius:       12px;
  --radius-sm:    8px;
  --radius-lg:    20px;
  --transition:   all 0.3s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--white);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ---- Typography ---- */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p  { color: var(--gray); line-height: 1.8; }
a  { text-decoration: none; color: inherit; transition: var(--transition); }

.highlight { color: var(--orange); font-style: italic; }

/* ---- Layout ---- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section    { padding: 90px 0; }
.section-alt{ background: var(--off-white); }

/* ---- Section label ---- */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  width: 22px; height: 2px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}
.section-title   { margin-bottom: 14px; }
.section-subtitle{ font-size: 1.05rem; color: var(--gray); max-width: 540px; }
.section-header  { margin-bottom: 52px; }
.section-header.centered { text-align: center; }
.section-header.centered .section-subtitle { margin: 0 auto; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  text-decoration: none;
  line-height: 1;
}
.btn-primary  { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover  { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 44px rgba(255,107,43,0.4); color: #fff; }
.btn-secondary{ background: transparent; color: var(--black); border-color: var(--border); }
.btn-secondary:hover{ border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }

/* ---- Award Strip ---- */
.award-strip {
  background: var(--black);
  color: var(--white);
  padding: 12px 0;
  overflow: hidden;
  z-index: 1001;
  position: relative;
}
.award-strip-inner {
  display: flex;
  align-items: center;
  gap: 56px;
  animation: marqueeScroll 24s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.award-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.award-strip-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---- Header ---- */
.site-header {
  position: fixed;
  max-width: 100% !important;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: var(--transition);
  background: transparent;
}
.site-header.scrolled {
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* ---- Logo ---- */
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.logo-icon img { width: 52px; height: 52px; object-fit: contain; display: block; }
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.logo-sub {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 2px;
}
/* Logo invertida (para fundos escuros) */
.logo-wrap.inverted .logo-name { color: var(--white); }

/* ---- Nav ---- */
.nav-desktop { display: flex; align-items: center; gap: 4px; }
.nav-link {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--black);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: var(--orange); background: rgba(255,107,43,0.06); }
.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--orange);
  color: #fff !important;
  padding: 9px 20px !important;
  border-radius: 50px !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  box-shadow: var(--shadow-orange);
  transition: var(--transition) !important;
  white-space: nowrap;
}
.nav-cta-btn:hover { background: var(--orange-dark) !important; transform: translateY(-1px); }

/* ---- Hamburger ---- */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(16px);
  padding: 16px;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid var(--border);
  transform: translateY(-110%);
  transition: transform 0.3s ease;
  z-index: 998;
}
.mobile-menu.open { transform: translateY(0); }

/* ---- Award Badge ---- */
.award-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: var(--shadow-orange);
}

/* ---- Cards ---- */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: var(--transition);
}
.card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-4px); }

/* ---- Tag ---- */
.tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,107,43,0.08);
  color: var(--orange);
  border: 1px solid rgba(255,107,43,0.2);
}

/* ---- Forms ---- */
.form-group   { display: flex; flex-direction: column; gap: 6px; }
.form-label   { font-size: 0.8rem; font-weight: 600; color: var(--black); }
.form-input,
.form-select,
.form-textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: var(--black);
  background: var(--white);
  transition: var(--transition);
  outline: none;
  width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,107,43,0.1);
}
.form-textarea { resize: vertical; min-height: 110px; }

/* ---- Scroll Reveal ---- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- Scroll Top ---- */
.scroll-top {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 44px; height: 44px;
  background: var(--orange);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: var(--shadow-orange);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover   { transform: translateY(-3px); background: var(--orange-dark); }

/* ---- Modal ---- */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 44px 36px;
  max-width: 480px;
  width: 100%;
  text-align: center;
  transform: scale(0.92);
  transition: var(--transition);
  position: relative;
}
.modal-overlay.open .modal { transform: scale(1); }
.modal-close {
  position: absolute; top: 14px; right: 18px;
  background: none; border: none;
  font-size: 1.3rem; cursor: pointer; color: var(--gray);
  transition: var(--transition);
}
.modal-close:hover { color: var(--orange); }

/* ---- Footer ---- */
.site-footer {
  background: var(--black);
    max-width: 100% !important;

  color: var(--white);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-top: 14px;
  line-height: 1.8;
}
.footer-award-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,107,43,0.15);
  border: 1px solid rgba(255,107,43,0.3);
  color: var(--orange);
  padding: 7px 14px;
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 16px;
  display: flex;
}
.social-links  { display: flex; gap: 10px; margin-top: 20px; }
.social-link {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
  transition: var(--transition);
}
.social-link:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
}
.footer-col ul li a:hover { color: var(--orange); padding-left: 4px; }
.footer-bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); margin: 0; }
.footer-bottom-award {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 1px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .nav-desktop { display: none; }
  .hamburger   { display: flex; }
  .mobile-menu { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .modal { padding: 32px 20px; }
}/* End custom CSS */