/* =====================================================================
   Elisa Nunes Beauty Studio — Estilos do plugin
   TODAS as regras estão dentro de .enb-root e usam o prefixo .enb-,
   para nunca entrarem em conflito com o tema do WordPress (nem o tema
   com elas). Não há qualquer regra global (sem *, html, body soltos).
   ===================================================================== */

/* Variáveis (limitadas ao componente) */
.enb-root {
  --enb-bg: #fbfaf8;
  --enb-surface: #ffffff;
  --enb-cream: #f3ece6;
  --enb-line: rgba(44, 33, 29, 0.12);
  --enb-text: #2b211d;
  --enb-muted: #776961;
  --enb-accent: #a77b69;
  --enb-accent-dark: #765347;
  --enb-dark: #1f1714;
  --enb-white: #ffffff;
  --enb-shadow: 0 24px 70px rgba(31, 23, 20, 0.10);
  --enb-radius: 28px;
  --enb-max: 1160px;
  --enb-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* base do componente */
  position: relative;
  background: var(--enb-bg);
  color: var(--enb-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Reset local (não afeta o resto do site) */
.enb-root,
.enb-root *,
.enb-root *::before,
.enb-root *::after {
  box-sizing: border-box;
}

.enb-root h1,
.enb-root h2,
.enb-root h3,
.enb-root p,
.enb-root ul,
.enb-root li,
.enb-root figure,
.enb-root address {
  margin: 0;
  padding: 0;
}

.enb-root ul {
  list-style: none;
}

.enb-root a {
  color: inherit;
  text-decoration: none;
}

.enb-root img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.enb-root button {
  font: inherit;
  color: inherit;
}

.enb-root :focus-visible {
  outline: 2px solid var(--enb-accent-dark);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Tipografia */
.enb-root .enb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--enb-accent-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.enb-root .enb-eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.enb-root h1,
.enb-root h2,
.enb-root h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--enb-text);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.enb-root h1 {
  max-width: 860px;
  font-size: clamp(3rem, 7vw, 6.4rem);
}

.enb-root h2 {
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

.enb-root h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.enb-root p {
  color: var(--enb-muted);
  font-size: 1rem;
}

.enb-root .enb-lead {
  max-width: 660px;
  color: #655952;
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
  text-wrap: pretty;
}

/* Botões */
.enb-root .enb-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid var(--enb-line);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.22s var(--enb-ease), background 0.22s ease, border-color 0.22s ease;
}

.enb-root .enb-btn-primary {
  background: var(--enb-dark);
  color: var(--enb-white);
  border-color: var(--enb-dark);
  box-shadow: 0 16px 40px rgba(31, 23, 20, 0.18);
}

.enb-root .enb-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.24) 45%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
}

.enb-root .enb-btn:hover::after,
.enb-root .enb-btn:focus-visible::after {
  transform: translateX(120%);
}

.enb-root .enb-btn-primary:hover {
  transform: translateY(-2px);
  background: #0f0b09;
}

.enb-root .enb-btn-secondary {
  background: var(--enb-surface);
  color: var(--enb-text);
  box-shadow: 0 12px 30px rgba(31, 23, 20, 0.07);
}

.enb-root .enb-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(44, 33, 29, 0.25);
}

/* Layout */
.enb-root .enb-container {
  width: min(var(--enb-max), calc(100% - 40px));
  margin: 0 auto;
}

.enb-root .enb-section {
  padding: 96px 0;
}

.enb-root .enb-section-cream {
  background: var(--enb-cream);
}

.enb-root .enb-section-white {
  background: var(--enb-surface);
}

.enb-root .enb-section-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
}

/* Navegação (sticky, dentro do bloco — não colide com o header do tema) */
.enb-root .enb-nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: min(var(--enb-max), calc(100% - 40px));
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(44, 33, 29, 0.09);
  border-radius: 999px;
  background: rgba(251, 250, 248, 0.9);
  box-shadow: 0 18px 60px rgba(31, 23, 20, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.enb-root .enb-nav--static {
  position: static;
}

.enb-root .enb-brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1;
}

.enb-root .enb-brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}

.enb-root .enb-brand span {
  color: var(--enb-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.enb-root .enb-nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--enb-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.enb-root .enb-nav-links a {
  transition: color 0.2s ease;
}

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

.enb-root .enb-nav .enb-btn {
  min-height: 42px;
  padding: 10px 17px;
}

.enb-root .enb-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--enb-line);
  border-radius: 999px;
  background: var(--enb-surface);
  cursor: pointer;
}

.enb-root .enb-nav-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  background: var(--enb-text);
  border-radius: 2px;
  transition: transform 0.3s var(--enb-ease), opacity 0.2s ease;
}

.enb-root .enb-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.enb-root .enb-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.enb-root .enb-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Menu mobile */
.enb-root .enb-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(251, 250, 248, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.enb-root .enb-mobile-menu.enb-open {
  opacity: 1;
  visibility: visible;
}

.enb-root .enb-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.enb-root .enb-mobile-menu-inner a:not(.enb-btn) {
  padding: 12px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--enb-text);
  transform: translateY(14px);
  opacity: 0;
  transition: transform 0.4s var(--enb-ease), opacity 0.4s ease;
}

.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:not(.enb-btn) {
  transform: translateY(0);
  opacity: 1;
}

.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(1) { transition-delay: 0.05s; }
.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(2) { transition-delay: 0.10s; }
.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(3) { transition-delay: 0.15s; }
.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(4) { transition-delay: 0.20s; }
.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(5) { transition-delay: 0.25s; }
.enb-root .enb-mobile-menu.enb-open .enb-mobile-menu-inner a:nth-child(6) { transition-delay: 0.30s; }

.enb-root .enb-mobile-menu-inner .enb-btn {
  margin-top: 20px;
  min-width: 220px;
}

/* Hero */
.enb-root .enb-hero {
  padding: 56px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(167, 123, 105, 0.22), transparent 30%),
    linear-gradient(180deg, var(--enb-bg) 0%, var(--enb-cream) 100%);
}

.enb-root .enb-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 68px;
  align-items: center;
}

.enb-root .enb-hero-copy .enb-lead {
  margin: 26px 0 30px;
}

.enb-root .enb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.enb-root .enb-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.enb-root .enb-fact {
  padding: 10px 14px;
  border: 1px solid var(--enb-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  color: var(--enb-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.enb-root .enb-hero-media {
  position: relative;
  min-height: 590px;
}

.enb-root .enb-hero-photo {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(455px, 100%);
  height: 590px;
  overflow: hidden;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(31, 23, 20, 0.02), rgba(31, 23, 20, 0.18)),
    url("../imagens/elisa-profissional.jpg") center / cover,
    linear-gradient(135deg, #f3ece6, #a77b69);
  box-shadow: var(--enb-shadow);
  animation: enbHeroPhotoIn 1.05s var(--enb-ease) 0.1s both, enbHeroKenBurns 18s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}

.enb-root .enb-hero-card {
  position: absolute;
  left: 0;
  bottom: 46px;
  width: 278px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--enb-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.enb-root .enb-hero-card strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--enb-text);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* Serviços */
.enb-root .enb-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.enb-root .enb-service-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--enb-line);
  border-radius: var(--enb-radius);
  background: var(--enb-surface);
  box-shadow: 0 18px 50px rgba(31, 23, 20, 0.07);
  transition: transform 0.35s var(--enb-ease), box-shadow 0.35s ease, border-color 0.35s ease;
}

.enb-root .enb-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(44, 33, 29, 0.22);
  box-shadow: 0 26px 70px rgba(31, 23, 20, 0.11);
}

.enb-root .enb-service-card h3 {
  margin-bottom: 14px;
}

.enb-root .enb-service-card p {
  margin-bottom: 22px;
}

.enb-root .enb-service-list {
  display: grid;
  gap: 11px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--enb-line);
}

.enb-root .enb-service-list li {
  color: var(--enb-muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.enb-root .enb-service-list li::before {
  content: "•";
  margin-right: 9px;
  color: var(--enb-accent-dark);
}

/* Micropigmentação */
.enb-root .enb-micro-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 8%, rgba(167, 123, 105, 0.22), transparent 32%),
    var(--enb-dark);
  color: var(--enb-white);
}

.enb-root .enb-micro-section h2,
.enb-root .enb-micro-section h3 {
  color: var(--enb-white);
}

.enb-root .enb-micro-section p,
.enb-root .enb-micro-section .enb-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.enb-root .enb-micro-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.enb-root .enb-micro-copy .enb-lead {
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.76);
}

.enb-root .enb-micro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.enb-root .enb-micro-section .enb-btn-secondary {
  background: rgba(255, 255, 255, 0.09);
  color: var(--enb-white);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.enb-root .enb-micro-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.enb-root .enb-micro-benefits li {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.enb-root .enb-micro-benefits li::before {
  content: "✓";
  margin-right: 9px;
  color: #e6c7b9;
  font-weight: 900;
}

.enb-root .enb-micro-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(31, 23, 20, 0.02), rgba(31, 23, 20, 0.46)),
    url("../imagens/micropigmentacao.jpg") center / cover,
    linear-gradient(135deg, #f3ece6, #a77b69);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
}

.enb-root .enb-micro-card-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.enb-root .enb-micro-card-info strong {
  display: block;
  margin-bottom: 6px;
  color: var(--enb-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.enb-root .enb-micro-card-info span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 650;
}

/* Trabalhos / Instagram */
.enb-root .enb-works-section {
  overflow: hidden;
}

.enb-root .enb-works-section .enb-section-head {
  display: block;
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.enb-root .enb-works-section .enb-eyebrow {
  justify-content: center;
}

.enb-root .enb-works-section .enb-lead {
  margin: 18px auto 0;
}

.enb-root .enb-works-grid {
  width: 100%;
}

.enb-root .enb-elfsight-box {
  width: 100%;
  min-height: 40vh;
}

.enb-root .enb-instagram-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 520px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}

/* Sobre */
.enb-root .enb-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 62px;
  align-items: center;
}

.enb-root .enb-about-photo {
  min-height: 560px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(31, 23, 20, 0.04), rgba(31, 23, 20, 0.18)),
    url("../imagens/estudio.png") center / cover,
    linear-gradient(135deg, #f3ece6, #a77b69);
  box-shadow: var(--enb-shadow);
}

.enb-root .enb-about-text p + p {
  margin-top: 15px;
}

.enb-root .enb-mini-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.enb-root .enb-mini-method div {
  padding: 18px;
  border: 1px solid var(--enb-line);
  border-radius: 18px;
  background: var(--enb-surface);
}

.enb-root .enb-mini-method strong {
  display: block;
  margin-bottom: 5px;
  color: var(--enb-text);
}

.enb-root .enb-mini-method span {
  color: var(--enb-muted);
  font-size: 0.86rem;
  font-weight: 600;
}

/* Avaliações */
.enb-root .enb-reviews-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: stretch;
}

.enb-root .enb-rating-card {
  padding: 32px;
  border-radius: var(--enb-radius);
  background: var(--enb-dark);
  color: var(--enb-white);
  box-shadow: var(--enb-shadow);
}

.enb-root .enb-rating-card h2 {
  color: var(--enb-white);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.enb-root .enb-rating-card p,
.enb-root .enb-rating-card .enb-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.enb-root .enb-rating-number {
  margin: 18px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.6rem, 8vw, 7.2rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: var(--enb-white);
}

.enb-root .enb-rating-card .enb-btn {
  margin-top: 24px;
  background: var(--enb-white);
  color: var(--enb-dark);
  border-color: var(--enb-white);
}

.enb-root .enb-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.enb-root .enb-testimonial {
  padding: 26px;
  border: 1px solid var(--enb-line);
  border-radius: 24px;
  background: var(--enb-surface);
  box-shadow: 0 16px 40px rgba(31, 23, 20, 0.06);
  transition: transform 0.35s var(--enb-ease), box-shadow 0.35s ease;
}

.enb-root .enb-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(31, 23, 20, 0.10);
}

.enb-root .enb-testimonial p {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--enb-text);
  font-size: 1.45rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.enb-root .enb-client {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: var(--enb-text);
  font-weight: 850;
}

.enb-root .enb-avatar {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--enb-cream);
  color: var(--enb-accent-dark);
  font-weight: 900;
}

/* Contactos */
.enb-root .enb-contact {
  background: var(--enb-dark);
  color: var(--enb-white);
}

.enb-root .enb-contact h2 {
  color: var(--enb-white);
}

.enb-root .enb-contact p,
.enb-root .enb-contact .enb-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.enb-root .enb-contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

.enb-root .enb-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.enb-root .enb-contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--enb-radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}

.enb-root .enb-contact-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.enb-root .enb-contact-item:first-child {
  padding-top: 0;
}

.enb-root .enb-contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.enb-root .enb-contact-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--enb-white);
}

.enb-root .enb-contact-item a,
.enb-root .enb-contact-item address {
  color: var(--enb-white);
  font-style: normal;
  font-weight: 800;
}

.enb-root .enb-contact-item p {
  color: rgba(255, 255, 255, 0.72);
}

/* Rodapé (dentro do bloco) */
.enb-root .enb-footer {
  padding: 30px 0;
  background: var(--enb-dark);
  color: rgba(255, 255, 255, 0.58);
}

.enb-root .enb-footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.enb-root .enb-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.enb-root .enb-footer-links a {
  color: var(--enb-white);
  font-weight: 750;
  transition: opacity 0.2s ease;
}

.enb-root .enb-footer-links a:hover {
  opacity: 0.7;
}

/* Ações flutuantes */
.enb-root .enb-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  gap: 10px;
  animation: enbQuickActionsIn 0.8s var(--enb-ease) 0.65s both;
}

.enb-root .enb-float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--enb-white);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s var(--enb-ease);
}

.enb-root .enb-float-btn:hover {
  transform: translateY(-3px);
}

.enb-root .enb-float-whatsapp {
  background: #25d366;
}

.enb-root .enb-float-booking {
  background: var(--enb-dark);
}

/* Revelação ao fazer scroll — o esconder só acontece depois de o
   enb-main.js adicionar a classe .enb-anim. Se esse JS NÃO carregar,
   a classe nunca é adicionada e todo o conteúdo fica visível. */
.enb-root.enb-anim .enb-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s var(--enb-ease), transform 0.7s var(--enb-ease);
  will-change: opacity, transform;
}

.enb-root.enb-anim .enb-reveal.enb-visible {
  opacity: 1;
  transform: none;
}

.enb-root .enb-reveal-delay-1 { transition-delay: 0.12s; }

/* Keyframes (nomes prefixados) */
@keyframes enbHeroPhotoIn {
  from {
    opacity: 0;
    transform: translate3d(24px, 26px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes enbHeroKenBurns {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(0, -8px, 0) scale(1.035);
  }
}

@keyframes enbQuickActionsIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .enb-root *,
  .enb-root *::before,
  .enb-root *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .enb-root .enb-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .enb-root .enb-hero-photo,
  .enb-root .enb-floating-actions {
    animation: none !important;
  }
}

/* Responsivo */
@media (max-width: 980px) {
  .enb-root .enb-nav-links {
    display: none;
  }

  .enb-root .enb-nav-toggle {
    display: flex;
  }

  .enb-root .enb-hero-grid,
  .enb-root .enb-section-head,
  .enb-root .enb-micro-grid,
  .enb-root .enb-about-grid,
  .enb-root .enb-reviews-grid,
  .enb-root .enb-contact-grid {
    grid-template-columns: 1fr;
  }

  .enb-root .enb-hero-media {
    min-height: 520px;
  }

  .enb-root .enb-hero-photo {
    left: 50%;
    right: auto;
    height: 500px;
    transform: translateX(-50%);
  }

  .enb-root .enb-hero-card {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .enb-root .enb-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .enb-root .enb-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .enb-root .enb-container,
  .enb-root .enb-nav {
    width: min(100% - 24px, var(--enb-max));
  }

  .enb-root .enb-section {
    padding: 74px 0;
  }

  .enb-root .enb-nav > .enb-btn {
    display: none;
  }

  .enb-root .enb-brand strong {
    font-size: 1.35rem;
  }

  .enb-root .enb-hero-actions,
  .enb-root .enb-micro-actions,
  .enb-root .enb-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .enb-root .enb-hero-actions .enb-btn,
  .enb-root .enb-micro-actions .enb-btn,
  .enb-root .enb-contact-actions .enb-btn {
    width: 100%;
  }

  .enb-root .enb-services-grid,
  .enb-root .enb-micro-benefits,
  .enb-root .enb-mini-method {
    grid-template-columns: 1fr;
  }

  .enb-root .enb-about-photo {
    min-height: 430px;
  }

  .enb-root .enb-service-card,
  .enb-root .enb-rating-card,
  .enb-root .enb-contact-card {
    padding: 24px;
  }

  .enb-root .enb-mobile-menu-inner a:not(.enb-btn) {
    font-size: 1.9rem;
  }

  .enb-root .enb-floating-actions {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .enb-root .enb-float-btn {
    flex: 1;
    min-width: auto;
    height: 54px;
  }

  .enb-root .enb-footer-row {
    flex-direction: column;
  }
}
