html { scroll-behavior: smooth; }
body.ilha-theme { margin: 0; overflow-x: clip; }
body.ilha-theme.is-menu-open { overflow: hidden; }
.ilha-theme .site-main { min-height: 45vh; }
.ilha-theme .ilha-elementor-content { width: 100%; }
.ilha-theme .ilha-elementor-content > .elementor { width: 100%; }
.ilha-theme .ilha-site-header,
.ilha-theme .ilha-site-footer { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ilha-theme .ilha-footer-grid h2 { color: #fff; font-size: 1rem; margin: 0 0 10px; }
.ilha-theme .ilha-nav .menu-item { list-style: none; }
.ilha-theme .ilha-nav .menu-item a { display: flex; }
.ilha-theme {
  --ilha-ink: #153836;
  --ilha-muted: #58716e;
  --ilha-brand: #0d7e80;
  --ilha-brand-dark: #075c66;
  --ilha-forest: #276f4a;
  --ilha-sand: #f4e8c6;
  --ilha-sun: #f2b641;
  --ilha-paper: #fffdf7;
  --ilha-mist: #edf7f4;
  --ilha-line: #dce9e4;
  --ilha-danger: #9c3b2c;
  --ilha-shadow: 0 18px 55px rgba(19, 65, 61, .12);
  --ilha-shadow-soft: 0 10px 30px rgba(19, 65, 61, .08);
  --ilha-radius: 24px;
  --ilha-max: 1180px;
  color: var(--ilha-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  background: var(--ilha-paper);
}

.ilha-theme *, .ilha-theme *::before, .ilha-theme *::after { box-sizing: border-box; }
.ilha-theme a { color: inherit; }
.ilha-theme img, .ilha-theme svg { max-width: 100%; display: block; }
.ilha-theme .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.ilha-theme [id] { scroll-margin-top: 96px; }
.ilha-theme a:focus-visible,
.ilha-theme button:focus-visible,
.ilha-theme select:focus-visible,
.ilha-theme input:focus-visible,
.ilha-theme summary:focus-visible {
  outline: 3px solid var(--ilha-sun);
  outline-offset: 3px;
}

.ilha-theme .ilha-shell { width: min(100% - 44px, var(--ilha-max)); margin-inline: auto; }
.ilha-theme .ilha-section { padding: 80px 22px; }
.ilha-theme .ilha-section-alt { background: var(--ilha-mist); }
.ilha-theme .ilha-section-head { max-width: 760px; margin-bottom: 30px; }
.ilha-theme .ilha-section-copy { color: var(--ilha-muted); font-size: 1.03rem; max-width: 70ch; }

/* Acessibilidade e navegação */
.ilha-theme .ilha-skip-link {
  position: fixed;
  top: -80px;
  left: 12px;
  z-index: 10000;
  background: #fff;
  padding: 11px 15px;
  border-radius: 10px;
  box-shadow: var(--ilha-shadow);
  font-weight: 800;
}
.ilha-theme .ilha-skip-link:focus { top: 12px; }
.ilha-theme .ilha-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(18px);
  background: rgba(255, 253, 247, .92);
  border-bottom: 1px solid rgba(220, 233, 228, .8);
  transition: box-shadow .2s ease, background .2s ease;
}
.ilha-theme .ilha-site-header.is-scrolled { box-shadow: 0 8px 25px rgba(19, 65, 61, .08); }
.ilha-theme .ilha-nav-wrap {
  max-width: var(--ilha-max);
  margin: auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 22px;
}
.ilha-theme .ilha-brand { display: inline-flex; min-height: 44px; align-items: center; }
.ilha-theme .ilha-brand img { width: 246px; height: auto; }
.ilha-theme .ilha-nav { display: flex; align-items: center; gap: 20px; font-weight: 760; }
.ilha-theme .ilha-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: .94rem;
  border-radius: 10px;
}
.ilha-theme .ilha-nav a:hover,
.ilha-theme .ilha-nav a[aria-current="page"] { color: var(--ilha-brand); }
.ilha-theme .ilha-nav .ilha-nav-cta {
  background: var(--ilha-brand);
  color: #fff;
  padding: 0 17px;
  border-radius: 999px;
}
.ilha-theme .ilha-nav .ilha-nav-cta:hover { background: var(--ilha-brand-dark); color: #fff; }
.ilha-theme .ilha-menu-toggle {
  display: none;
  position: relative;
  border: 0;
  background: var(--ilha-mist);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  cursor: pointer;
}
.ilha-theme .ilha-menu-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: var(--ilha-ink);
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.ilha-theme .ilha-menu-toggle span:nth-child(1) { top: 16px; }
.ilha-theme .ilha-menu-toggle span:nth-child(2) { top: 23px; }
.ilha-theme .ilha-menu-toggle span:nth-child(3) { top: 30px; }
.ilha-theme .ilha-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 23px; transform: rotate(45deg); }
.ilha-theme .ilha-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ilha-theme .ilha-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 23px; transform: rotate(-45deg); }

/* Hero */
.ilha-theme .ilha-hero { padding: 48px 22px 66px; overflow: hidden; position: relative; }
.ilha-theme .ilha-hero::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: rgba(91, 190, 173, .13);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.ilha-theme .ilha-hero-copy { display: flex; flex-direction: column; justify-content: center; }
.ilha-theme .ilha-eyebrow .elementor-heading-title,
.ilha-theme .ilha-eyebrow-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ilha-mist);
  color: var(--ilha-forest);
  font-size: .78rem !important;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
}
.ilha-theme .ilha-eyebrow .elementor-heading-title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--ilha-sun);
  border-radius: 50%;
  flex: 0 0 auto;
}
.ilha-theme .ilha-h1 .elementor-heading-title {
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1.01;
  letter-spacing: -.05em;
  color: var(--ilha-ink);
  margin: 20px 0;
  text-wrap: balance;
}
.ilha-theme .ilha-lead { font-size: 1.1rem; color: var(--ilha-muted); max-width: 64ch; }
.ilha-theme .ilha-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.ilha-theme .ilha-btn .elementor-button,
.ilha-theme a.ilha-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}
.ilha-theme .ilha-btn-primary .elementor-button {
  background: var(--ilha-brand);
  color: #fff;
  box-shadow: 0 11px 30px rgba(13, 126, 128, .22);
}
.ilha-theme .ilha-btn-primary .elementor-button:hover { background: var(--ilha-brand-dark); }
.ilha-theme .ilha-btn-secondary .elementor-button,
.ilha-theme a.ilha-btn-secondary { border-color: var(--ilha-line); background: #fff; color: var(--ilha-ink); }
.ilha-theme .ilha-btn-secondary .elementor-button:hover,
.ilha-theme a.ilha-btn-secondary:hover { border-color: #9dc4bd; }
.ilha-theme .ilha-hero-note {
  margin-top: 18px;
  color: var(--ilha-muted);
  font-size: .9rem;
  max-width: 66ch;
}
.ilha-theme .ilha-art { position: relative; }
.ilha-theme .ilha-art img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: var(--ilha-shadow);
  border: 1px solid rgba(255, 255, 255, .8);
}
.ilha-theme .ilha-art--hero {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--ilha-shadow);
  background: #d9efea;
}
.ilha-theme .ilha-art--hero img {
  height: 100%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.ilha-theme .ilha-art-tag {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: var(--ilha-shadow-soft);
  border-radius: 16px;
  padding: 11px 14px;
  color: var(--ilha-ink);
  font-weight: 850;
  line-height: 1.25;
}
.ilha-theme .ilha-art-tag small {
  color: var(--ilha-muted);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ilha-theme .ilha-art-tag--top { top: 18px; right: 18px; }
.ilha-theme .ilha-art-tag--bottom { left: 18px; bottom: 18px; }

/* Informações rápidas */
.ilha-theme .ilha-stats { margin-top: -26px; position: relative; z-index: 3; padding: 0 22px; }
.ilha-theme .ilha-stats-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: var(--ilha-shadow);
  border: 1px solid var(--ilha-line);
  border-radius: 22px;
  overflow: hidden;
}
.ilha-theme .ilha-stat { padding: 20px 22px; border-right: 1px solid var(--ilha-line); }
.ilha-theme .ilha-stat:last-child { border-right: 0; }
.ilha-theme .ilha-stat .elementor-heading-title { font-size: 1.16rem; color: var(--ilha-ink); }
.ilha-theme .ilha-stat-copy { color: var(--ilha-muted); font-size: .86rem; }

/* Títulos e cards */
.ilha-theme .ilha-kicker .elementor-heading-title,
.ilha-theme .ilha-kicker {
  color: var(--ilha-brand);
  font-size: .76rem !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
}
.ilha-theme .ilha-h2 .elementor-heading-title {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -.038em;
  color: var(--ilha-ink);
  text-wrap: balance;
}
.ilha-theme .ilha-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--ilha-line);
  border-radius: var(--ilha-radius);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ilha-theme .ilha-card:hover { transform: translateY(-4px); box-shadow: var(--ilha-shadow); }
}
.ilha-theme .ilha-card-media { overflow: hidden; background: #d9efea; }
.ilha-theme .ilha-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.ilha-theme .ilha-card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.ilha-theme .ilha-card-title .elementor-heading-title { font-size: 1.32rem; letter-spacing: -.025em; color: var(--ilha-ink); }
.ilha-theme .ilha-card-copy { color: var(--ilha-muted); }
.ilha-theme .ilha-card-link { margin-top: auto; padding-top: 14px; }
.ilha-theme .ilha-card-link .elementor-button {
  background: transparent;
  color: var(--ilha-brand-dark);
  padding: 9px 0;
  min-height: 44px;
  font-weight: 850;
  justify-content: flex-start;
}

/* Blocos informativos */
.ilha-theme .ilha-info-copy { display: flex; flex-direction: column; justify-content: center; }
.ilha-theme .ilha-muted { color: var(--ilha-muted); }
.ilha-theme .ilha-check { display: flex; gap: 13px; align-items: flex-start; background: #fff; border: 1px solid var(--ilha-line); border-radius: 16px; padding: 15px 16px; margin-bottom: 13px; }
.ilha-theme .ilha-check-icon { width: 30px; height: 30px; border-radius: 50%; background: #dff2e8; color: var(--ilha-forest); display: grid; place-items: center; flex: 0 0 auto; font-weight: 900; }
.ilha-theme .ilha-notice-widget > .elementor-widget-container { background: #fff5df; border: 1px solid #eed7a2; border-radius: 18px; padding: 18px; color: #6a5121; }
.ilha-theme .ilha-warning > .elementor-widget-container { border-left: 5px solid var(--ilha-danger); background: #fff1ee; color: #6b2c21; padding: 17px 20px; border-radius: 12px; }
.ilha-theme .ilha-step-card { height: 100%; border: 1px solid var(--ilha-line); background: #fff; border-radius: 20px; padding: 22px; box-shadow: 0 4px 18px rgba(19, 65, 61, .035); }
.ilha-theme .ilha-step-number .elementor-heading-title { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--ilha-brand); color: #fff; font-weight: 900; font-size: 1rem; }
.ilha-theme .ilha-step-title .elementor-heading-title { font-size: 1.22rem; color: var(--ilha-ink); }

/* Comparativo */
.ilha-theme .ilha-table-wrap { overflow-x: auto; border: 1px solid var(--ilha-line); border-radius: 18px; background: #fff; }
.ilha-theme .ilha-table-wrap table { border-collapse: collapse; width: 100%; background: #fff; min-width: 680px; }
.ilha-theme .ilha-table-wrap th,
.ilha-theme .ilha-table-wrap td { text-align: left; padding: 16px; border-bottom: 1px solid var(--ilha-line); vertical-align: top; }
.ilha-theme .ilha-table-wrap th { background: #f4faf7; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
.ilha-theme .ilha-table-wrap tr:last-child td { border-bottom: 0; }
.ilha-theme .ilha-source-box > .elementor-widget-container { padding: 18px; border: 1px dashed #abc9c1; border-radius: 15px; color: var(--ilha-muted); font-size: .9rem; overflow-wrap: anywhere; }

/* FAQ e navegação interna */
.ilha-theme .ilha-faq details { background: #fff; border: 1px solid var(--ilha-line); border-radius: 15px; padding: 0 18px; margin-bottom: 11px; }
.ilha-theme .ilha-faq summary { position: relative; cursor: pointer; font-weight: 850; padding: 18px 42px 18px 0; min-height: 56px; list-style: none; }
.ilha-theme .ilha-faq summary::-webkit-details-marker { display: none; }
.ilha-theme .ilha-faq summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ilha-mist); color: var(--ilha-brand-dark); font-size: 1.2rem; }
.ilha-theme .ilha-faq details[open] summary::after { content: "−"; }
.ilha-theme .ilha-faq p { color: var(--ilha-muted); margin-top: 0; padding-bottom: 17px; }
.ilha-theme .ilha-guide-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.ilha-theme .ilha-guide-nav .elementor-button { min-height: 46px; padding: 9px 14px; border: 1px solid var(--ilha-line); background: #fff; border-radius: 999px; color: var(--ilha-ink); font-weight: 750; white-space: nowrap; }
.ilha-theme .ilha-breadcrumb { font-size: .9rem; color: var(--ilha-muted); }
.ilha-theme .ilha-breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }

/* CTA e rodapé */
.ilha-theme .ilha-cta { padding: 36px; border-radius: 28px; background: linear-gradient(135deg, #0c6f73, #1f7d55); color: #fff; overflow: hidden; }
.ilha-theme .ilha-cta .elementor-heading-title { color: #fff; }
.ilha-theme .ilha-cta-copy { color: rgba(255, 255, 255, .82); }
.ilha-theme .ilha-cta .ilha-btn-secondary .elementor-button { background: #fff; color: var(--ilha-brand-dark); }
.ilha-theme .ilha-site-footer { padding: 50px 0 24px; background: #112f2e; color: #d9e9e6; }
.ilha-theme .ilha-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 42px; }
.ilha-theme .ilha-footer-logo { width: 238px; filter: brightness(0) invert(1); opacity: .95; }
.ilha-theme .ilha-site-footer p { max-width: 510px; color: #b5cbc7; }
.ilha-theme .ilha-site-footer h3 { color: #fff; font-size: 1rem; }
.ilha-theme .ilha-site-footer a { text-decoration: none; color: #c8ddda; display: flex; align-items: center; min-height: 40px; margin: 2px 0; }
.ilha-theme .ilha-site-footer a:hover { color: #fff; }
.ilha-theme .ilha-footer-note { border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 22px; margin-top: 36px; display: flex; justify-content: space-between; gap: 20px; color: #a7bfbb; font-size: .82rem; }

@media (max-width: 920px) {
  .ilha-theme .ilha-menu-toggle { display: block; }
  .ilha-theme .ilha-nav {
    position: absolute;
    inset: 76px 14px auto;
    background: #fff;
    box-shadow: var(--ilha-shadow);
    border: 1px solid var(--ilha-line);
    border-radius: 18px;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    display: none;
    max-height: calc(100vh - 92px);
    overflow: auto;
  }
  .ilha-theme .ilha-nav.is-open { display: flex; }
  .ilha-theme .ilha-nav a { width: 100%; padding: 0 12px; }
  .ilha-theme .ilha-nav .ilha-nav-cta { justify-content: center; margin-top: 5px; }
  .ilha-theme .ilha-hero-grid { flex-direction: column; }
  .ilha-theme .ilha-hero-grid > .e-con { width: 100% !important; }
  .ilha-theme .ilha-stats-inner { flex-direction: row !important; flex-wrap: wrap; }
  .ilha-theme .ilha-stats-inner > .ilha-stat { width: 50% !important; }
  .ilha-theme .ilha-stat:nth-child(2n) { border-right: 0; }
  .ilha-theme .ilha-stat:nth-child(-n+2) { border-bottom: 1px solid var(--ilha-line); }
  .ilha-theme .ilha-footer-grid { grid-template-columns: 1fr 1fr; }
  .ilha-theme .ilha-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .ilha-theme [id] { scroll-margin-top: 82px; }
  .ilha-theme .ilha-nav-wrap { min-height: 68px; padding: 8px 16px; }
  .ilha-theme .ilha-brand img { width: 194px; }
  .ilha-theme .ilha-menu-toggle { width: 46px; height: 46px; }
  .ilha-theme .ilha-nav { inset: 68px 10px auto; }
  .ilha-theme .ilha-section { padding: 56px 16px; }
  .ilha-theme .ilha-hero { padding: 28px 16px 48px; }
  .ilha-theme .ilha-hero::before { width: 340px; height: 340px; top: -150px; right: -170px; }
  .ilha-theme .ilha-h1 .elementor-heading-title { font-size: clamp(2.55rem, 12vw, 3.2rem); line-height: 1.02; letter-spacing: -.045em; margin: 17px 0; }
  .ilha-theme .ilha-lead { font-size: 1rem; }
  .ilha-theme .ilha-actions { flex-direction: column; margin-top: 20px; }
  .ilha-theme .ilha-actions .elementor-widget-button,
  .ilha-theme .ilha-actions .elementor-button { width: 100%; }
  .ilha-theme .ilha-hero-note { font-size: .88rem; }
  .ilha-theme .ilha-art--hero { aspect-ratio: 16 / 11; border-radius: 24px; }
  .ilha-theme .ilha-art-tag { padding: 9px 11px; border-radius: 13px; font-size: .82rem; }
  .ilha-theme .ilha-art-tag--top { top: 10px; right: 10px; }
  .ilha-theme .ilha-art-tag--bottom { left: 10px; bottom: 10px; }
  .ilha-theme .ilha-stats { margin-top: -14px; padding: 0 16px; }
  .ilha-theme .ilha-stat { padding: 16px 14px; min-height: 108px; }
  .ilha-theme .ilha-stat .elementor-heading-title { font-size: 1.02rem; }
  .ilha-theme .ilha-stat-copy { font-size: .78rem; line-height: 1.45; }
  .ilha-theme .ilha-h2 .elementor-heading-title { font-size: clamp(1.9rem, 9vw, 2.45rem); }
  .ilha-theme .ilha-section-head { margin-bottom: 24px; }
  .ilha-theme .ilha-card-body { padding: 20px; }
  .ilha-theme .ilha-card-media img { aspect-ratio: 16 / 9; }
  .ilha-theme .ilha-step-card { padding: 20px; }
  .ilha-theme .ilha-guide-nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    margin-inline: -16px;
    padding: 2px 16px 9px;
  }
  .ilha-theme .ilha-guide-nav::-webkit-scrollbar { display: none; }
  .ilha-theme .ilha-guide-nav .elementor-widget-button { flex: 0 0 auto; }
  .ilha-theme .ilha-table-wrap { border: 0; background: transparent; overflow: visible; }
  .ilha-theme .ilha-table-wrap table,
  .ilha-theme .ilha-table-wrap tbody,
  .ilha-theme .ilha-table-wrap tr,
  .ilha-theme .ilha-table-wrap td { display: block; width: 100%; min-width: 0; }
  .ilha-theme .ilha-table-wrap thead { display: none; }
  .ilha-theme .ilha-table-wrap table { background: transparent; }
  .ilha-theme .ilha-table-wrap tr { background: #fff; border: 1px solid var(--ilha-line); border-radius: 16px; margin-bottom: 12px; padding: 14px 16px; box-shadow: 0 4px 16px rgba(19, 65, 61, .035); }
  .ilha-theme .ilha-table-wrap td { border: 0; padding: 7px 0; }
  .ilha-theme .ilha-table-wrap td:first-child { padding-top: 0; color: var(--ilha-brand-dark); font-size: 1.02rem; }
  .ilha-theme .ilha-table-wrap td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 1px; color: var(--ilha-muted); font-size: .7rem; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; font-weight: 850; }
  .ilha-theme .ilha-cta { padding: 27px 21px; border-radius: 22px; }
  .ilha-theme .ilha-cta .elementor-widget-button,
  .ilha-theme .ilha-cta .elementor-button { width: 100%; }
  .ilha-theme .ilha-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .ilha-theme .ilha-footer-grid > div:first-child { grid-column: auto; }
  .ilha-theme .ilha-site-footer a { min-height: 44px; }
  .ilha-theme .ilha-footer-note { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .ilha-theme *, .ilha-theme *::before, .ilha-theme *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Política de Privacidade */
.ilha-theme .ilha-privacy-hero { padding-bottom: 56px; }
.ilha-theme .ilha-privacy-hero-grid { align-items: center; }
.ilha-theme .ilha-privacy-hero .ilha-art img { aspect-ratio: 16 / 11; object-fit: cover; }
.ilha-theme .ilha-privacy-meta {
  display: inline-grid;
  gap: 1px;
  width: max-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 12px 15px;
  border: 1px solid var(--ilha-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--ilha-shadow-soft);
}
.ilha-theme .ilha-privacy-meta span { color: var(--ilha-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 850; }
.ilha-theme .ilha-privacy-meta strong { color: var(--ilha-ink); }
.ilha-theme .ilha-privacy-intro { max-width: 900px; }
.ilha-theme .ilha-privacy-layout {
  display: grid !important;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}
.ilha-theme .ilha-privacy-toc {
  position: sticky;
  top: 98px;
  border: 1px solid var(--ilha-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--ilha-shadow-soft);
  overflow: hidden;
}
.ilha-theme .ilha-privacy-nav { display: grid; padding: 18px; max-height: calc(100vh - 120px); overflow: auto; }
.ilha-theme .ilha-privacy-nav strong { margin-bottom: 9px; color: var(--ilha-ink); font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.ilha-theme .ilha-privacy-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 8px 9px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--ilha-muted);
  font-size: .88rem;
  line-height: 1.35;
}
.ilha-theme .ilha-privacy-nav a:hover { background: var(--ilha-mist); color: var(--ilha-brand-dark); }
.ilha-theme .ilha-privacy-content { display: grid !important; gap: 18px; }
.ilha-theme .ilha-privacy-block {
  padding: 28px;
  border: 1px solid var(--ilha-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(19, 65, 61, .045);
}
.ilha-theme .ilha-privacy-title .elementor-heading-title {
  color: var(--ilha-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.18;
  letter-spacing: -.025em;
  margin-bottom: 12px;
}
.ilha-theme .ilha-privacy-copy { color: var(--ilha-muted); }
.ilha-theme .ilha-privacy-copy h3 { color: var(--ilha-ink); margin: 1.35em 0 .4em; font-size: 1.08rem; }
.ilha-theme .ilha-privacy-copy p { margin: 0 0 1em; }
.ilha-theme .ilha-privacy-copy p:last-child { margin-bottom: 0; }
.ilha-theme .ilha-privacy-copy ul { margin: .65em 0 1em; padding-left: 1.25em; }
.ilha-theme .ilha-privacy-copy li { margin-bottom: .38em; }
.ilha-theme .ilha-privacy-copy a { color: var(--ilha-brand-dark); overflow-wrap: anywhere; }
.ilha-theme .ilha-privacy-cta { align-items: center; }

@media (max-width: 920px) {
  .ilha-theme .ilha-privacy-layout { grid-template-columns: 1fr; }
  .ilha-theme .ilha-privacy-toc { position: static; }
  .ilha-theme .ilha-privacy-nav { max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 8px; }
  .ilha-theme .ilha-privacy-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .ilha-theme .ilha-privacy-hero { padding-bottom: 44px; }
  .ilha-theme .ilha-privacy-nav { grid-template-columns: 1fr; padding: 14px; }
  .ilha-theme .ilha-privacy-block { padding: 21px 19px; border-radius: 18px; }
  .ilha-theme .ilha-privacy-title .elementor-heading-title { font-size: 1.3rem; }
  .ilha-theme .ilha-privacy-meta { width: 100%; }
}

/* Páginas nativas do WordPress */
.ilha-theme .ilha-native-page { padding: clamp(48px, 7vw, 88px) 22px; background: var(--ilha-paper); }
.ilha-theme .ilha-native-article { width: min(100%, 880px); margin: 0 auto; }
.ilha-theme .ilha-native-header { margin-bottom: 34px; }
.ilha-theme .ilha-native-header h1,
.ilha-theme .ilha-404 h1 { margin: .35rem 0 0; color: var(--ilha-ink); font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.ilha-theme .ilha-native-content { padding: clamp(24px, 5vw, 48px); border: 1px solid var(--ilha-line); border-radius: 24px; background: #fff; box-shadow: var(--ilha-shadow-soft); }
.ilha-theme .ilha-native-content h2 { margin: 1.8em 0 .6em; color: var(--ilha-ink); font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; }
.ilha-theme .ilha-native-content h3 { margin: 1.55em 0 .5em; color: var(--ilha-ink); font-size: 1.2rem; }
.ilha-theme .ilha-native-content p,
.ilha-theme .ilha-native-content li { color: var(--ilha-muted); }
.ilha-theme .ilha-native-content a { color: var(--ilha-brand-dark); overflow-wrap: anywhere; }
.ilha-theme .ilha-native-content > :first-child { margin-top: 0; }
.ilha-theme .ilha-native-content > :last-child { margin-bottom: 0; }
.ilha-theme .ilha-post-list { display: grid; gap: 18px; }
.ilha-theme .ilha-post-card { padding: 24px; border: 1px solid var(--ilha-line); border-radius: 20px; background: #fff; }
.ilha-theme .ilha-post-card h2 { margin-top: 0; }
.ilha-theme .ilha-post-card a { color: var(--ilha-ink); text-decoration: none; }

/* Correção definitiva da Política de Privacidade */
.ilha-theme .ilha-privacy-layout,
.ilha-theme .ilha-privacy-wrap {
  width: min(100%, var(--ilha-max)) !important;
  max-width: var(--ilha-max) !important;
  margin-inline: auto !important;
  min-width: 0 !important;
}
.ilha-theme .ilha-privacy-layout > *,
.ilha-theme .ilha-privacy-wrap > * { min-width: 0 !important; max-width: 100% !important; }
.ilha-theme .ilha-privacy-toc { width: 100% !important; max-width: none !important; }
.ilha-theme .ilha-privacy-nav {
  max-height: none !important;
  overflow: visible !important;
  scrollbar-width: auto;
}
.ilha-theme .ilha-privacy-index { margin: 0; }
.ilha-theme .ilha-privacy-index > summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 15px 18px;
  font-weight: 850;
  color: var(--ilha-ink);
  list-style: none;
}
.ilha-theme .ilha-privacy-index > summary::-webkit-details-marker { display: none; }
.ilha-theme .ilha-privacy-index > summary::after { content: "+"; font-size: 1.35rem; color: var(--ilha-brand); }
.ilha-theme .ilha-privacy-index[open] > summary::after { content: "–"; }
.ilha-theme .ilha-privacy-index .ilha-privacy-nav { padding-top: 0; }
.ilha-theme .ilha-privacy-content { min-width: 0 !important; width: 100% !important; }
.ilha-theme .ilha-privacy-block { width: 100% !important; min-width: 0 !important; overflow: hidden; }
.ilha-theme .ilha-privacy-copy,
.ilha-theme .ilha-privacy-copy p,
.ilha-theme .ilha-privacy-copy li { overflow-wrap: anywhere; word-break: normal; }

@media (max-width: 1100px) {
  .ilha-theme .ilha-privacy-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
  }
  .ilha-theme .ilha-privacy-toc { position: static !important; top: auto !important; }
  .ilha-theme .ilha-privacy-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 650px) {
  .ilha-theme .ilha-privacy-layout,
  .ilha-theme .ilha-privacy-wrap { width: 100% !important; }
  .ilha-theme .ilha-privacy-nav { grid-template-columns: 1fr !important; }
  .ilha-theme .ilha-privacy-nav a { min-height: 46px; font-size: .94rem; }
  .ilha-theme .ilha-native-page { padding-inline: 16px; }
  .ilha-theme .ilha-native-content { padding: 22px 18px; border-radius: 18px; }
}
.ilha-theme .ilha-nav-list { display: contents; margin: 0; padding: 0; }
.ilha-theme .ilha-nav-list > li { list-style: none; margin: 0; padding: 0; }


.ilha-theme .ilha-nav-list { display: contents; margin: 0; padding: 0; }
.ilha-theme .ilha-nav-list > li { list-style: none; margin: 0; padding: 0; }
