.elementor-611 .elementor-element.elementor-element-bc33490{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-611 .elementor-element.elementor-element-459eb0d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-459eb0d *//* ======================================================
   RODAPE - DAKEN BRASIL (VISUAL NOVO) - AJUSTADO
====================================================== */

:root {
  --bg: #424b55;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.78);
  --ink-muted: rgba(255, 255, 255, 0.6);
  --accent: #14a85a;
  --accent-strong: #14a85a;
  --accent-cool: #14a85a;
  --panel: rgba(0, 0, 0, 0.12);
  --panel-strong: rgba(0, 0, 0, 0.2);
  --outline: rgba(255, 255, 255, 0.18);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

body { margin: 0; }

/* ======================================================
   BASE
====================================================== */
.footer-daken {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  font-family: "Space Grotesk", "Sora", "Montserrat", "Helvetica Neue", sans-serif;
  background: var(--bg);
  border-top: 1px solid var(--outline);
}

.footer-wrapper {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 60px 70px 28px;
  z-index: 1;
}

/* ======================================================
   TOPO
====================================================== */
.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(220px, 0.95fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: stretch;
  padding-bottom: 36px;
}

.footer-brand {
  position: relative;
  padding: 24px 28px;
  background: var(--panel);
  border: 1px solid var(--outline);
  border-radius: 0;
  overflow: hidden;
  animation: rise 700ms var(--ease) both;
}

.footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: var(--accent);
}

.footer-title {
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
  line-height: 1.12;
  margin: 10px 0 10px;
  max-width: 22ch;
}

.footer-lead {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  max-width: 60ch;
}

.footer-actions {
  display: grid;
  gap: 14px;
  animation: rise 700ms var(--ease) both;
  animation-delay: 80ms;
}

.footer-chip {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 0;
  background: var(--panel);
  border: 1px solid var(--outline);
  transition: transform 200ms var(--ease), border-color 200ms var(--ease);
}

.footer-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 168, 90, 0.45);
}

.chip-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-muted);
}

.footer-chip a,
.footer-chip span {
  color: var(--ink);
  font-size: 0.95rem;
  text-decoration: none;
}

.footer-chip a { font-weight: 600; }

/* ======================================================
   ABOUT (dentro do footer-brand)
====================================================== */
.about-block {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--outline);
}

.about-title {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 10px;
}

.about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 2px;
  background: var(--accent);
}

.about-text {
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0 0 14px;
}

.about-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.about-meta p {
  margin: 0;
  color: var(--ink-soft);
  display: grid;
  gap: 2px;
}

.about-meta strong {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 0.70rem;
}

.about-meta a {
  color: var(--ink);
  text-decoration: none;
  transition: color 200ms var(--ease);
}

.about-meta a:hover { color: var(--accent); }

/* ======================================================
   PRINCIPAL (COLUNAS)
====================================================== */
.footer-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: clamp(22px, 2.6vw, 52px);
  padding: 32px 0 44px;
  border-top: 1px solid var(--outline);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: floatIn 700ms var(--ease) both;
}

.footer-column:nth-child(1) { animation-delay: 100ms; }
.footer-column:nth-child(2) { animation-delay: 160ms; }
.footer-column:nth-child(3) { animation-delay: 220ms; }
.footer-column:nth-child(4) { animation-delay: 280ms; }

.column-title {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.column-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--accent);
}

/* ======================================================
   LINKS
====================================================== */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  font-size: 0.95rem;
  color: var(--ink-soft);
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 6px;
  transition: color 200ms var(--ease);
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.footer-links a:hover { color: var(--ink); }
.footer-links a:hover::after { transform: scaleX(1); }

/* ======================================================
   REDES SOCIAIS
====================================================== */
.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: rgba(13, 18, 24, 0.8);
  border: 1px solid var(--outline);
  color: var(--ink);
  text-decoration: none;
  transition: transform 200ms var(--ease), background 200ms var(--ease), border-color 200ms var(--ease);
}

.social-links a:hover {
  transform: translateY(-3px);
  background: rgba(45, 212, 164, 0.15);
  border-color: rgba(45, 212, 164, 0.45);
}

.social-links a svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

/* ======================================================
   DIVISOR
====================================================== */
.footer-divider {
  height: 1px;
  background: var(--outline);
}

/* ======================================================
   INFERIOR
====================================================== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 34px;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-copy,
.footer-credits {
  font-size: 0.8rem;
  color: var(--ink-muted);
  margin: 0;
}

.footer-credits a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  transition: color 200ms var(--ease);
}

.footer-credits a:hover { color: var(--accent-cool); }

/* ======================================================
   ANIMACOES
====================================================== */
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes floatIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .footer-brand,
  .footer-actions,
  .footer-column { animation: none; }
}

/* ======================================================
   RESPONSIVO
====================================================== */
@media (max-width: 1200px) {
  .footer-wrapper { padding: 56px 48px 24px; }
  .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-column:nth-child(4) { grid-column: span 3; }
}

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-title { max-width: none; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-column:nth-child(4) { grid-column: span 2; }
  .about-meta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .footer-wrapper { padding: 50px 24px 22px; }
  .footer-brand { padding: 22px 20px; }
  .footer-main { grid-template-columns: 1fr; padding: 28px 0 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .about-meta { grid-template-columns: 1fr; }
}

/* ======================================================
   ACESSIBILIDADE
====================================================== */
.footer-daken a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 0;
}/* End custom CSS */