.elementor-958 .elementor-element.elementor-element-3b1534b{--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;}body.elementor-page-958:not(.elementor-motion-effects-element-type-background), body.elementor-page-958 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS *//* ============================================================
   JERÔNIMO — POLÍTICA DE COOKIES — CSS
   Folha exclusiva desta página. Não depende de outro CSS.
   ============================================================ */

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  --del-font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --del-bg-page: #000000;
  --del-bg-card: #0a0a0a;
  --del-bg-card-hover: #111111;
  --del-text-primary: #f0f0f0;
  --del-text-secondary: #8a8a8a;
  --del-text-muted: #555555;
  --del-accent: #a9f00f;
  --del-accent-hover: #b8ff2a;
  --del-accent-soft: rgba(169, 240, 15, .07);
  --del-accent-border: rgba(169, 240, 15, .16);
  --del-border-subtle: #1a1a1a;
  --del-radius-md: 12px;
  --del-radius-full: 9999px;
  --del-transition-fast: 180ms ease;
  --del-transition-smooth: 400ms cubic-bezier(.4, 0, .2, 1);
  --del-warning: #ff6b35;
  --del-warning-soft: rgba(255, 107, 53, .08);
  --del-warning-border: rgba(255, 107, 53, .2);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--del-font-body);
  background: var(--del-bg-page);
  color: var(--del-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
}

/* ============================================================
   LINKS — estados explícitos (o tema do WordPress não herda)
   ============================================================ */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--del-accent);
  outline-offset: 3px;
}

.del-header-brand,
.del-header-brand:link,
.del-header-brand:visited,
.del-header-brand:hover,
.del-header-brand:active,
.del-header-brand:focus {
  color: var(--del-text-primary);
  text-decoration: none;
}

.del-header-nav-link,
.del-header-nav-link:link,
.del-header-nav-link:visited,
.del-header-nav-link:active,
.del-header-nav-link:focus {
  color: var(--del-text-secondary);
  text-decoration: none;
}

.del-header-nav-link:hover {
  color: var(--del-text-primary);
  text-decoration: none;
}

.del-header-nav-cta,
.del-header-nav-cta:link,
.del-header-nav-cta:visited,
.del-header-nav-cta:hover,
.del-header-nav-cta:active,
.del-header-nav-cta:focus {
  color: #000;
  text-decoration: none;
}

.del-legal a,
.del-legal a:link,
.del-legal a:visited {
  color: var(--del-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.del-legal a:hover,
.del-legal a:active,
.del-legal a:focus {
  color: var(--del-accent-hover);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.del-contact-btn,
.del-contact-btn:link,
.del-contact-btn:visited,
.del-contact-btn:hover,
.del-contact-btn:active,
.del-contact-btn:focus {
  color: #000;
  text-decoration: none;
}

.del-footer-links a,
.del-footer-links a:link,
.del-footer-links a:visited,
.del-footer-links a:active,
.del-footer-links a:focus {
  color: var(--del-text-secondary);
  text-decoration: none;
}

.del-footer-links a:hover {
  color: var(--del-accent);
  text-decoration: none;
}

/* ============================================================
   HEADER
   ============================================================ */
.del-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--del-border-subtle);
}

.del-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.del-header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity var(--del-transition-fast);
}

.del-header-brand:hover {
  opacity: .85;
}

.del-header-logo-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.del-header-logo {
  width: 22px;
  height: 22px;
}

.del-header-brand-name {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--del-text-primary);
}

.del-header-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.del-header-nav-link {
  font-size: .8125rem;
  font-weight: 500;
  color: var(--del-text-secondary);
  padding: 6px 12px;
  border-radius: var(--del-radius-full);
  transition: color var(--del-transition-fast), background var(--del-transition-fast);
}

.del-header-nav-link:hover {
  color: var(--del-text-primary);
  background: rgba(255, 255, 255, .05);
}

.del-header-nav-cta {
  font-size: .8125rem;
  font-weight: 600;
  color: #000;
  background: var(--del-accent);
  padding: 8px 20px;
  border-radius: var(--del-radius-full);
  transition: background var(--del-transition-fast), transform var(--del-transition-fast);
}

.del-header-nav-cta:hover {
  background: var(--del-accent-hover);
  transform: translateY(-1px);
}

.del-header-nav-cta:active {
  transform: translateY(0);
}

/* ============================================================
   MAIN
   ============================================================ */
.del-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.del-main--legal {
  max-width: 800px;
}

/* ============================================================
   HERO
   ============================================================ */
.del-hero {
  padding: 72px 0 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.del-hero--legal {
  padding-bottom: 40px;
}

.del-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--del-radius-full);
  background: var(--del-accent-soft);
  border: 1px solid var(--del-accent-border);
  color: var(--del-accent);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  animation: delFadeInDown .6s cubic-bezier(.4, 0, .2, 1) both;
}

.del-hero-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.del-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  color: var(--del-text-primary);
  animation: delFadeInUp .6s cubic-bezier(.4, 0, .2, 1) .1s both;
}

.del-hero-subtitle {
  font-size: 1.0625rem;
  color: var(--del-text-secondary);
  line-height: 1.6;
  max-width: 560px;
  animation: delFadeInUp .6s cubic-bezier(.4, 0, .2, 1) .2s both;
}

.del-hero-subtitle strong {
  color: var(--del-text-primary);
  font-weight: 600;
}

.del-hero-date {
  font-size: .8125rem;
  color: var(--del-text-muted);
  letter-spacing: .01em;
  animation: delFadeInUp .6s cubic-bezier(.4, 0, .2, 1) .25s both;
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.del-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--del-text-primary);
  margin-bottom: 8px;
}

.del-section-desc {
  font-size: .9375rem;
  color: var(--del-text-secondary);
  line-height: 1.6;
  margin-bottom: 32px;
}

/* ============================================================
   LEGAL DOCUMENT
   ============================================================ */
.del-legal {
  padding: 0 0 48px;
}

.del-legal-intro {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--del-border-subtle);
}

.del-legal-intro p,
.del-legal-section p {
  font-size: .9375rem;
  color: var(--del-text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

.del-legal-intro p:last-child,
.del-legal-section p:last-child {
  margin-bottom: 0;
}

.del-legal-intro strong,
.del-legal-section strong {
  color: var(--del-text-primary);
  font-weight: 600;
}

.del-legal a {
  transition: color var(--del-transition-fast);
}

.del-legal-section {
  margin-bottom: 48px;
}

.del-legal-section:last-child {
  margin-bottom: 0;
}

.del-legal-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--del-text-primary);
  line-height: 1.3;
  margin-bottom: 20px;
  scroll-margin-top: 80px;
}

.del-legal-num {
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  border-radius: var(--del-radius-full);
  background: var(--del-accent);
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.del-legal-subtitle {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--del-text-primary);
  margin: 28px 0 12px;
  line-height: 1.35;
}

.del-legal-section > .del-legal-subtitle:first-of-type {
  margin-top: 4px;
}

.del-legal ul {
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
}

.del-legal li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: .9375rem;
  color: var(--del-text-secondary);
  line-height: 1.65;
}

.del-legal li:last-child {
  margin-bottom: 0;
}

.del-legal li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--del-accent);
}

.del-legal-table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
  border-radius: var(--del-radius-md);
  border: 1px solid var(--del-border-subtle);
  background: var(--del-bg-card);
}

.del-legal-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .875rem;
}

.del-legal-table th,
.del-legal-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--del-border-subtle);
  color: var(--del-text-secondary);
  line-height: 1.55;
}

.del-legal-table thead th {
  background: rgba(169, 240, 15, .06);
  color: var(--del-text-primary);
  font-weight: 600;
  font-size: .8125rem;
  letter-spacing: .01em;
}

.del-legal-table tbody tr:last-child td {
  border-bottom: none;
}

.del-legal-table tbody tr:hover td {
  background: var(--del-bg-card-hover);
}

.del-legal-card {
  margin-top: 16px;
  padding: 20px 24px;
  border-radius: var(--del-radius-md);
  background: var(--del-bg-card);
  border: 1px solid var(--del-border-subtle);
}

.del-legal-card p {
  margin-bottom: 4px;
}

.del-legal-card p:last-child {
  margin-bottom: 0;
}

.del-legal-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .8125rem;
  color: var(--del-text-primary);
  font-weight: 500;
}

.del-legal-note {
  margin-top: 16px;
  font-size: .8125rem;
  color: var(--del-text-muted);
}

.del-legal-address {
  margin: 16px 0;
}

/* ============================================================
   COOKIE SERVICES
   ============================================================ */
.del-cookie-service {
  margin-top: 20px;
  padding: 20px 24px 12px;
  border-radius: var(--del-radius-md);
  background: var(--del-bg-card);
  border: 1px solid var(--del-border-subtle);
  scroll-margin-top: 80px;
}

.del-cookie-service:first-of-type {
  margin-top: 8px;
}

.del-cookie-service-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.del-cookie-service-head .del-legal-subtitle {
  margin: 0;
}

.del-cookie-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--del-radius-full);
  background: var(--del-accent-soft);
  border: 1px solid var(--del-accent-border);
  color: var(--del-accent);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.del-cookie-badge--pending {
  background: var(--del-warning-soft);
  border-color: var(--del-warning-border);
  color: var(--del-warning);
}

.del-cookie-meta {
  margin-bottom: 8px;
}

.del-cookie-meta p {
  margin-bottom: 8px;
}

.del-cookie-service .del-legal-table-wrap {
  margin: 12px 0 8px;
  background: transparent;
}

.del-cookie-service .del-legal-table {
  min-width: 420px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.del-contact-section {
  padding: 0 0 32px;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1),
    transform .5s cubic-bezier(.4, 0, .2, 1);
}

.del-contact-section.del-visible {
  opacity: 1;
  transform: translateY(0);
}

.del-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: var(--del-radius-full);
  background: var(--del-accent);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background var(--del-transition-fast), transform var(--del-transition-fast);
}

.del-contact-btn:hover {
  background: var(--del-accent-hover);
  transform: translateY(-2px);
}

.del-contact-btn:active {
  transform: translateY(0);
}

.del-contact-btn svg {
  width: 18px;
  height: 18px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.del-footer {
  border-top: 1px solid var(--del-border-subtle);
  background: var(--del-bg-card);
}

.del-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.del-footer-text {
  font-size: .75rem;
  color: var(--del-text-muted);
}

.del-footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
}

.del-footer-links a {
  transition: color var(--del-transition-fast);
}

.del-footer-sep {
  color: var(--del-text-muted);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes delFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes delFadeInDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .del-hero-badge,
  .del-hero-title,
  .del-hero-subtitle,
  .del-hero-date,
  .del-contact-section {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 640px) {
  .del-hero {
    padding: 48px 0 40px;
  }

  .del-hero-title {
    font-size: 1.75rem;
  }

  .del-hero-subtitle {
    font-size: .9375rem;
  }

  .del-section-title {
    font-size: 1.25rem;
  }

  .del-footer-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .del-header-brand-name {
    display: none;
  }

  .del-legal-heading {
    font-size: 1.0625rem;
    gap: 12px;
  }

  .del-legal-num {
    min-width: 28px;
    height: 28px;
    font-size: .6875rem;
  }

  .del-legal-subtitle {
    font-size: .975rem;
  }

  .del-legal-intro p,
  .del-legal-section p,
  .del-legal li {
    font-size: .875rem;
  }

  .del-legal-card {
    padding: 16px 18px;
  }

  .del-cookie-service {
    padding: 16px 16px 8px;
  }

  .del-cookie-service .del-legal-table-wrap {
    overflow: visible;
    border: none;
    background: transparent;
  }

  .del-cookie-service .del-legal-table,
  .del-cookie-service .del-legal-table tbody,
  .del-cookie-service .del-legal-table tr,
  .del-cookie-service .del-legal-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .del-cookie-service .del-legal-table thead {
    display: none;
  }

  .del-cookie-service .del-legal-table tbody tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--del-border-subtle);
  }

  .del-cookie-service .del-legal-table tbody tr:last-child {
    border-bottom: none;
  }

  .del-cookie-service .del-legal-table tbody tr:hover td {
    background: transparent;
  }

  .del-cookie-service .del-legal-table td {
    padding: 4px 0 8px;
    border-bottom: none;
  }

  .del-cookie-service .del-legal-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: var(--del-text-primary);
    font-size: .75rem;
    margin-bottom: 2px;
  }
}

@media (max-width: 420px) {
  .del-main {
    padding: 0 16px 60px;
  }

  .del-hero-title {
    font-size: 1.5rem;
  }

  .del-hero-badge {
    font-size: .6875rem;
  }
}/* End custom CSS */