@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@600&family=Playfair+Display:wght@400;500;600;700&display=swap");

.aete-page,
.aete-page * { box-sizing: border-box; }

.aete-page {
  --aete-ink: #4b3a2a;
  --aete-copy: #4b3a2a;
  --aete-muted: #5f6340;
  --aete-gold: #b68f58;
  --aete-gold-dark: #9b5f3b;
  --aete-olive: #333a28;
  --aete-cream: #f1ebe3;
  --aete-cream-2: #f8f5f0;
  --aete-location-bg: #f1ebe3;
  --aete-line: #d8c8b7;
  --aete-display-font: "Playfair Display", Georgia, "Times New Roman", serif;
  --aete-body-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: clip;
  color: var(--aete-ink);
  background: var(--aete-cream-2);
  font-family: var(--aete-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.aete-page img { display: block; width: 100%; max-width: 100%; }
.aete-page a { color: inherit; text-decoration: none; }
.aete-page p { margin: 0 0 1rem; }
.aete-page ul { margin: 0; padding: 0; list-style: none; }
.aete-page section[id] { scroll-margin-top: 24px; }
.aete-page :where(.aete-split > *, .aete-hero > *, .aete-final-cta > *) { min-width: 0; }

.aete-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.aete-page h1,
.aete-page h2,
.aete-page h3,
.aete-faq summary,
.aete-trust-item strong,
.aete-map-brand-text strong {
  margin: 0;
  font-family: var(--aete-display-font);
  font-weight: 600;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.aete-page h1 { max-width: 760px; font-size: clamp(2.15rem, 3.15vw, 3.25rem); line-height: .98; }
.aete-page h2 { font-size: clamp(2.25rem, 3.6vw, 4rem); line-height: 1.02; }
.aete-page h3 { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.08; }

.aete-kicker {
  display: block;
  margin-bottom: 14px;
  color: var(--aete-gold-dark);
  font-family: "Manrope", ui-sans-serif, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 15.4px;
  letter-spacing: 2.31px;
  text-transform: uppercase;
}

.aete-lead { max-width: 680px; color: #4b3a2a; font-size: 1.08rem; }
.aete-copy { color: var(--aete-copy); }

.aete-btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.aete-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid var(--aete-gold-dark);
  border-radius: 3px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.aete-btn:focus-visible { outline: 3px solid rgba(182,143,88,.28); outline-offset: 3px; }
.aete-btn-primary { border-color: var(--aete-gold); background: var(--aete-gold); color: #fff !important; }
.aete-btn-primary:hover { border-color: var(--aete-gold-dark); background: var(--aete-gold-dark); }
.aete-btn-outline { border-color: #5f6340; background: rgba(255,255,255,.82); color: var(--aete-ink) !important; }
.aete-btn-outline:hover { border-color: var(--aete-gold); background: #fff; }

.aete-icon { width: 24px; height: 24px; flex: 0 0 24px; color: var(--aete-gold); }

.aete-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr);
  min-height: 470px;
  background: radial-gradient(circle at 36% 38%, rgba(255,255,255,.9), rgba(241,235,227,.78) 46%, rgba(241,235,227,.98) 74%), var(--aete-cream);
}
/* Maior respiro abaixo do cabeçalho do tema. */
.aete-hero-copy {
  align-self: center;
  padding: 104px max(30px, 5vw) 24px max(24px, calc((100vw - 1180px)/2));
}
.aete-hero-copy h1 { width: 70%; max-width: 70%; }
.aete-hero-copy .aete-kicker { margin-bottom: 10px; }
.aete-hero-copy .aete-lead { max-width: 600px; margin-top: 14px; font-size: .98rem; line-height: 1.5; }
.aete-hero-copy .aete-lead + .aete-lead { margin-top: 0; }
.aete-hero .aete-btn-row { margin-top: 18px; }
.aete-hero .aete-btn { min-height: 44px; padding: 10px 20px; }
.aete-hero-media {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  overflow: hidden;
  background: #e7dccf;
}

.aete-hero-media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: clamp(90px, 12vw, 220px);
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(241, 235, 227, .98) 0%,
    rgba(241, 235, 227, .74) 28%,
    rgba(241, 235, 227, .28) 62%,
    rgba(241, 235, 227, 0) 100%
  );
}

.aete-hero-fade-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 1.35s ease,
    visibility 1.35s step-end;
}

.aete-hero-fade-image.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 1.35s ease,
    visibility 0s step-start;
}

.aete-hero-fade-image:nth-child(2) {
  object-position: 46% center;
}

.aete-hero-fade-image:nth-child(3) {
  object-position: 40% center;
}

@media (max-width: 900px) {
  .aete-hero-media::after {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
      180deg,
      rgba(241, 235, 227, .98) 0%,
      rgba(241, 235, 227, .52) 48%,
      rgba(241, 235, 227, 0) 100%
    );
  }

  .aete-hero-fade-image,
  .aete-hero-fade-image:nth-child(2),
  .aete-hero-fade-image:nth-child(3) {
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aete-hero-fade-image {
    transition: none;
  }
}

.aete-trust-bar { overflow: hidden; border-block: 1px solid var(--aete-line); background: #fff; }
.aete-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aete-trust-item {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: #fff;
  text-align: center;
  transition: transform .35s ease, background-color .35s ease, box-shadow .35s ease;
}
.aete-trust-item + .aete-trust-item { border-left: 1px solid var(--aete-line); }
.aete-trust-item::after { content: ""; position: absolute; right: 24px; bottom: 0; left: 24px; height: 3px; background: var(--aete-gold); transform: scaleX(0); transition: transform .35s ease; }
.aete-trust-item .aete-icon { width: 27px; height: 27px; transition: transform .35s ease, color .35s ease; }
.aete-trust-item strong { margin-top: 10px; font-size: clamp(1.08rem, 1.25vw, 1.28rem); line-height: 1.2; transition: color .35s ease; }
.aete-trust-item p { max-width: 235px; margin: 7px 0 0; color: var(--aete-muted); font-size: .8rem; line-height: 1.5; }

.aete-section { padding: 94px 0; }
.aete-section-white { background: #fff; }
.aete-section-cream { background: var(--aete-cream); }
.aete-split { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(42px, 6vw, 88px); }
.aete-split-reverse { grid-template-columns: 1.05fr 1fr; }
.aete-section-copy > h2 { margin-bottom: 20px; }
.aete-section-copy > p { max-width: 650px; }

.aete-image-frame { position: relative; overflow: hidden; background: #e7dccf; }
.aete-image-frame img { height: 100%; object-fit: cover; }

/* Fill the complete image frame in the “What is microneedling?” section. */
.aete-image-tall img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aete-image-tall { min-height: 520px; }
.aete-image-medium { min-height: 390px; }
.aete-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 24px; margin-top: 26px; }
.aete-check-item { display: flex; align-items: flex-start; gap: 10px; color: #4b3a2a; font-size: .95rem; }
.aete-check-mark { display: grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; margin-top: 2px; border: 1.5px solid var(--aete-gold); border-radius: 50%; color: var(--aete-gold); font-size: 1.05rem; font-weight: 800; line-height: 1; }
.aete-safety { margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--aete-gold); background: rgba(255,255,255,.68); color: var(--aete-copy); font-size: .92rem; }

.aete-benefit-icons { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 32px; border-block: 1px solid var(--aete-line); }
.aete-benefit-icon { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; padding: 24px 16px; text-align: center; }
.aete-benefit-icon + .aete-benefit-icon { border-left: 1px solid var(--aete-line); }
.aete-benefit-icon p { max-width: 170px; margin: 10px 0 0; font-size: .76rem; line-height: 1.45; }
.aete-benefits-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.aete-benefits-head p { margin: 18px auto 0; color: #4b3a2a; }
.aete-benefit-cards { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.aete-benefit-card { position: relative; min-height: 270px; overflow: hidden; padding: 28px 22px; border: 1px solid var(--aete-line); background: #fff; transition: transform .38s cubic-bezier(.22,.7,.25,1), background-color .35s ease, border-color .35s ease, box-shadow .38s ease; }
.aete-benefit-card::after { content: ""; position: absolute; right: 22px; bottom: 0; left: 22px; height: 3px; background: var(--aete-gold); transform: scaleX(0); transition: transform .38s ease; }
.aete-benefit-card .aete-icon { transition: transform .38s cubic-bezier(.22,.7,.25,1), color .35s ease; }
.aete-benefit-card h3 { margin: 20px 0 12px; font-size: 1.42rem; transition: color .35s ease; }
.aete-benefit-card p { color: var(--aete-muted); font-size: .88rem; line-height: 1.58; }

.aete-cta-band { padding: 70px 0; background: #eee6dd; text-align: center; }
.aete-cta-band p { max-width: 650px; margin: 16px auto 0; color: #4b3a2a; }
.aete-cta-band .aete-btn-row { justify-content: center; }

/* ============================
   RESULTS — PREMIUM FADE GALLERY
   ============================ */
.aete-results-layout {
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
}

.aete-results-layout > * { min-width: 0; }
.aete-results-copy { align-self: center; }
.aete-results-copy > h2 { max-width: 590px; }
.aete-results-copy > p { max-width: 600px; }

.aete-results-slider {
  position: relative;
  width: min(578px, 100%);
  max-width: 578px;
  min-width: 0;
  overflow: hidden;
}

.aete-results-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(75, 58, 42, .15);
  border-radius: 10px;
  background: linear-gradient(145deg, #fff, #f1ebe3);
  box-shadow: none;
}

.aete-results-viewport {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 11 / 8;
  overflow: hidden;
  border: 1px solid rgba(75, 58, 42, .16);
  border-radius: 6px;
  background: #d8c8b7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
  outline: none;
}

.aete-results-viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(75, 58, 42, .05), transparent 25%, transparent 68%, rgba(75, 58, 42, .17)),
    linear-gradient(90deg, rgba(75, 58, 42, .04), transparent 20%, transparent 80%, rgba(75, 58, 42, .04));
}

.aete-results-viewport:focus-visible {
  outline: 3px solid rgba(182, 143, 88, .34);
  outline-offset: 4px;
}

.aete-results-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aete-results-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.018);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    visibility .72s step-end,
    transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

.aete-results-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    visibility 0s step-start,
    transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

.aete-results-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  object-fit: cover !important;
  object-position: 50% 50%;
  user-select: none;
  -webkit-user-drag: none;
  filter: saturate(.98) contrast(1.015);
}

.aete-results-badge {
  position: absolute;
  top: clamp(16px, 2.3vw, 26px);
  left: clamp(16px, 2.3vw, 26px);
  z-index: 5;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(75, 58, 42, .48);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(75, 58, 42, .14);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.aete-results-counter {
  position: absolute;
  right: clamp(16px, 2.3vw, 26px);
  bottom: clamp(16px, 2.3vw, 26px);
  z-index: 5;
  display: flex;
  min-height: 32px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(75, 58, 42, .52);
  color: #fff;
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(75, 58, 42, .15);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.aete-results-counter-line {
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, .62);
}

.aete-results-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(75, 58, 42, .16);
  border-radius: 50%;
  background: rgba(248, 245, 240, .92);
  color: #4b3a2a;
  box-shadow:
    0 12px 26px rgba(75, 58, 42, .16),
    inset 0 1px 0 rgba(255, 255, 255, .96);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-tap-highlight-color: transparent;
}

.aete-results-arrow-prev { left: clamp(12px, 2vw, 20px); }
.aete-results-arrow-next { right: clamp(12px, 2vw, 20px); }

.aete-results-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aete-results-arrow:hover {
  background: #fff;
  box-shadow: 0 15px 32px rgba(75, 58, 42, .2);
  transform: translateY(-50%) scale(1.06);
}

.aete-results-arrow:focus-visible,
.aete-results-dot:focus-visible {
  outline: 3px solid rgba(182, 143, 88, .34);
  outline-offset: 3px;
}

.aete-results-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding-inline: 2px;
}

.aete-results-caption {
  margin: 0;
  color: #5f6340;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.aete-results-dots {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.aete-results-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(75, 58, 42, .24);
  cursor: pointer;
  transition: width .28s ease, background-color .28s ease, transform .28s ease;
}

.aete-results-dot:hover {
  background: rgba(75, 58, 42, .52);
  transform: scale(1.12);
}

.aete-results-dot.is-active {
  width: 28px;
  background: var(--aete-gold-dark);
}

.aete-results-instruction {
  margin: 0;
  color: #5f6340;
  font-size: .69rem;
  line-height: 1.4;
  text-align: right;
}

.aete-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.aete-disclaimer {
  max-width: 630px;
  margin: 13px auto 0;
  color: var(--aete-muted);
  font-size: .69rem;
  line-height: 1.5;
  text-align: center;
}

.aete-steps { margin-top: 30px; }
.aete-step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--aete-line); }
.aete-step:first-child { border-top: 1px solid var(--aete-line); }
/* Círculos das etapas com mais cor e destaque */
.aete-step-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dfc3a4;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4e4d3 0%, #ead2b9 100%);
  color: #9b5200;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .78),
    0 5px 14px rgba(155, 95, 59, .12);
}
.aete-step strong { display: block; margin-bottom: 3px; font-size: .92rem; }
.aete-step p { margin: 0; color: var(--aete-muted); font-size: .84rem; line-height: 1.45; }

.aete-faq-head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.aete-faq { max-width: 940px; margin: 0 auto; border-top: 1px solid var(--aete-line); }
.aete-faq details { border-bottom: 1px solid var(--aete-line); background: #fff; }
.aete-faq summary { position: relative; cursor: pointer; list-style: none; padding: 22px 60px 22px 22px; font-size: 1.28rem; line-height: 1.35; }
.aete-faq summary::-webkit-details-marker { display: none; }
.aete-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--aete-gold); font-family: var(--aete-display-font); font-size: 1.45rem; transform: translateY(-50%); }
.aete-faq details[open] summary::after { content: "−"; }
.aete-faq summary:focus-visible { outline: 3px solid rgba(182,143,88,.28); outline-offset: -3px; }
.aete-faq-answer { padding: 0 22px 22px; color: var(--aete-muted); font-size: .94rem; }

.aete-location-section { padding: 24px 0; background: #f1ebe3; }
.aete-location-card { width: min(1280px, calc(100% - 48px)); display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); min-height: 320px; padding: 0; overflow: hidden; border: 1px solid #d8c8b7; border-radius: 20px; background: #fff; }
.aete-location-copy {
  background: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(22px,2.6vw,34px) clamp(24px,3vw,40px); }
.aete-location-copy .aete-kicker { margin-bottom: 8px; color: #9b5f3b; }
.aete-location-copy h2 { max-width: 650px; color: #4b3a2a; font-size: clamp(1.95rem,3vw,3rem); }
.aete-location-rule { width: 58px; height: 2px; margin: 10px 0 12px; background: #b68f58; }
.aete-location-intro { max-width: 620px; margin: 0; color: #5f6340; font-size: clamp(.9rem,.95vw,1rem); line-height: 1.45; }
.aete-location-list { display: grid; gap: 9px; margin: 14px 0 0; }
.aete-location-copy .aete-btn-row { margin-top: 16px; }
.aete-location-list li { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: start; gap: 10px; color: #4b3a2a; font-size: .86rem; line-height: 1.4; }
.aete-location-icon { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border: 1px solid #d8c8b7; border-radius: 50%; background: rgba(255,255,255,.58); color: #9b5f3b; }
.aete-location-icon svg { width: 16px; height: 16px; margin: 0; }
.aete-location-button { min-height: 42px; padding: 9px 20px; border-color: var(--aete-olive); border-radius: 4px; background: var(--aete-olive); color: #fff !important; }
.aete-location-button:hover { border-color: #333a28; background: #333a28; }

.aete-btn,
.aete-btn-primary,
.aete-btn-outline,
.aete-location-button {
  border-color: var(--aete-olive);
  background: var(--aete-olive);
  color: #fff !important;
}

.aete-btn .aete-icon {
  color: currentColor;
}

.aete-btn:hover,
.aete-btn-primary:hover,
.aete-btn-outline:hover,
.aete-location-button:hover {
  border-color: #333a28;
  background: #333a28;
  color: #fff !important;
}
.aete-location-map { position: relative; min-height: 320px; overflow: hidden; background: #d8c8b7; }
.aete-location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 320px; border: 0; }
.aete-map-brand { position: absolute; right: 14px; bottom: 14px; z-index: 2; display: flex; min-width: 205px; align-items: center; gap: 10px; padding: 9px 12px; border: 1px solid #d8c8b7; border-radius: 14px; background: rgba(248,245,240,.95); box-shadow: 0 8px 28px rgba(75,58,42,.12); backdrop-filter: blur(8px); }
.aete-map-brand-pin { display: inline-flex; width: 32px; height: 32px; flex: 0 0 32px; align-items: center; justify-content: center; border-radius: 50%; background: var(--aete-olive); color: #fff; }
.aete-map-brand-pin svg { width: 18px; height: 18px; }
.aete-map-brand-text { display: grid; gap: 1px; line-height: 1.2; }
.aete-map-brand-text strong { font-size: 1rem; }
.aete-map-brand-text small { color: #5f6340; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.aete-final-cta { display: block; border-block: 1px solid var(--aete-line); background: #fff; }
.aete-final-copy {
  display: flex;
  min-height: 360px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 62px max(24px, 6vw);
  text-align: center;
}
.aete-final-copy h2 { max-width: 820px; }
.aete-final-copy p { max-width: 560px; margin: 16px auto 0; color: #4b3a2a; }
.aete-final-copy .aete-btn-row { width: min(100%, 480px); justify-content: center; }

.aete-page h1,
.aete-page h2,
.aete-page h3,
.aete-faq summary,
.aete-trust-item strong,
.aete-map-brand-text strong {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

.aete-final-copy {
  color: #fff;
  background-color: var(--aete-olive);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.aete-final-copy h1,
.aete-final-copy h2,
.aete-final-copy h3,
.aete-final-copy p,
.aete-final-copy .aete-kicker {
  color: #fff !important;
}

@media (hover: hover) and (pointer: fine) {
  .aete-btn:hover { transform: translateY(-2px); }
  .aete-trust-item:hover { z-index: 2; transform: translateY(-7px); background: #f8f5f0; box-shadow: 0 18px 38px rgba(75,58,42,.11); }
  .aete-trust-item:hover::after { transform: scaleX(1); }
  .aete-trust-item:hover .aete-icon { color: var(--aete-gold-dark); transform: translateY(-3px) scale(1.12); }
  .aete-trust-item:hover strong { color: var(--aete-gold-dark); }
  .aete-benefit-card:hover { z-index: 2; transform: translateY(-9px); border-color: rgba(182,143,88,.42); background: #f8f5f0; box-shadow: 0 22px 46px rgba(75,58,42,.13); }
  .aete-benefit-card:hover::after { transform: scaleX(1); }
  .aete-benefit-card:hover .aete-icon { color: var(--aete-gold-dark); transform: translateY(-4px) scale(1.13); }
  .aete-benefit-card:hover h3 { color: var(--aete-gold-dark); }
}

@media (prefers-reduced-motion: no-preference) {
  .aete-trust-item { opacity: 0; animation: aete-trust-enter .72s cubic-bezier(.22,.7,.25,1) forwards; }
  .aete-trust-item:nth-child(1) { animation-delay: .08s; }
  .aete-trust-item:nth-child(2) { animation-delay: .18s; }
  .aete-trust-item:nth-child(3) { animation-delay: .28s; }
  .aete-trust-item:nth-child(4) { animation-delay: .38s; }
}
@keyframes aete-trust-enter { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .aete-hero { min-height: 450px; grid-template-columns: minmax(0,1fr) 44%; }
  .aete-results-layout { grid-template-columns: minmax(0,.76fr) minmax(460px,1.24fr); gap: 48px; }
  .aete-hero-copy h1 { width: 78%; max-width: 78%; font-size: clamp(2.1rem,3.8vw,3rem); }
  .aete-benefit-cards { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .aete-shell { width: min(calc(100% - 36px),760px); }
  .aete-hero { min-height: 0; grid-template-columns: 1fr; }
  .aete-hero-copy { padding: 78px 28px 32px; }
  .aete-hero-copy h1 { width: 100%; max-width: 720px; font-size: clamp(2.35rem,7vw,3.35rem); }
  .aete-hero-media { min-height: 360px; }
  .aete-trust-grid { grid-template-columns: repeat(2,1fr); }
  .aete-trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--aete-line); }
  .aete-trust-item:nth-child(4) { border-top: 1px solid var(--aete-line); }
  .aete-section { padding: 76px 0; }
  .aete-split, .aete-split-reverse { grid-template-columns: 1fr; gap: 40px; }
  .aete-results-layout { grid-template-columns: 1fr; gap: 44px; }
  .aete-results-copy { max-width: 690px; }
  .aete-results-slider { width: min(578px,100%); margin-inline: auto; }
  .aete-mobile-order-media { order: -1; }
  .aete-image-tall { min-height: 430px; }
  .aete-benefit-icons { grid-template-columns: repeat(2,1fr); }
  .aete-benefit-icon:nth-child(3) { border-left: 0; border-top: 1px solid var(--aete-line); }
  .aete-benefit-icon:nth-child(4) { border-top: 1px solid var(--aete-line); }
  .aete-benefit-cards { grid-template-columns: repeat(2,1fr); }
  .aete-final-copy { padding: 64px 28px; }
  .aete-location-card { width: min(calc(100% - 36px),760px); grid-template-columns: 1fr; border-radius: 22px; }
  .aete-location-copy { padding: 28px 30px; }
  .aete-location-map, .aete-location-map iframe { min-height: 280px; }
}

@media (max-width: 600px) {
  .aete-shell { width: min(calc(100% - 28px),520px); }
  .aete-hero-copy { padding: 62px 20px 28px; }
  .aete-hero-copy h1 { width: 100%; max-width: 100%; font-size: clamp(2rem,10vw,2.75rem); }
  .aete-hero-copy .aete-lead { font-size: .94rem; }
  .aete-hero-media { min-height: 280px; }
  .aete-btn-row { flex-direction: column; }
  .aete-btn { width: 100%; }
  .aete-trust-grid { grid-template-columns: 1fr; }
  .aete-trust-item { min-height: 138px; }
  .aete-trust-item + .aete-trust-item { border-left: 0; border-top: 1px solid var(--aete-line); }
  .aete-section { padding: 62px 0; }
  .aete-check-grid { grid-template-columns: 1fr; }
  .aete-image-tall { min-height: 350px; }
  .aete-image-medium { min-height: 260px; }
  .aete-results-frame { padding: 7px; border-radius: 8px; }
  .aete-results-viewport { aspect-ratio: 11 / 8; border-radius: 4px; }
  .aete-results-arrow { width: 40px; height: 40px; }
  .aete-results-arrow-prev { left: 10px; }
  .aete-results-arrow-next { right: 10px; }
  .aete-results-badge { top: 14px; left: 14px; }
  .aete-results-counter { right: 14px; bottom: 14px; }
  .aete-results-navigation { justify-content: center; margin-top: 18px; }
  .aete-results-caption, .aete-results-instruction { display: none; }
  .aete-disclaimer { margin-top: 9px; padding-inline: 4px; }
  .aete-benefit-icons { grid-template-columns: 1fr; }
  .aete-benefit-icon + .aete-benefit-icon { border-left: 0; border-top: 1px solid var(--aete-line); }
  .aete-benefit-cards { grid-template-columns: 1fr; }
  .aete-benefit-card { min-height: auto; }
  .aete-location-section { padding: 20px 0; }
  .aete-location-card { width: min(calc(100% - 28px),520px); border-radius: 18px; }
  .aete-location-copy { padding: 24px 20px; }
  .aete-location-copy h2 { font-size: clamp(1.8rem,8.5vw,2.4rem); }
  .aete-location-map, .aete-location-map iframe { min-height: 230px; }
  .aete-map-brand { right: 10px; bottom: 10px; left: 10px; min-width: 0; padding: 8px 10px; border-radius: 13px; }
}

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

/* WordPress integration */
.aete-landing-main{width:100%;max-width:none;margin:0;padding:0;}
.aete-page{margin:0;}

/* Campos extras configuráveis pelo editor. */
.aete-custom-fields{display:grid;gap:16px;width:100%}.aete-custom-fields-before{margin:18px 0 20px}.aete-custom-fields-after{margin:24px 0 0}.aete-custom-field{min-width:0}.aete-custom-field:last-child{margin-bottom:0}.aete-custom-heading{margin-top:4px!important;font-size:clamp(1.45rem,2.2vw,2.15rem)!important}.aete-custom-text>p:last-child,.aete-custom-notice>p:last-child{margin-bottom:0}.aete-custom-notice{padding:18px 20px;border:1px solid var(--aete-line);border-left:4px solid var(--aete-gold);border-radius:4px;background:rgba(255,255,255,.72)}.aete-custom-image{width:100%;min-height:240px;max-height:560px}.aete-custom-image img{width:100%;height:100%;object-fit:cover}.aete-custom-checklist{margin-top:0}.aete-custom-fields .aete-btn-row{margin-top:0}.aete-custom-context-wide{max-width:900px}.aete-trust-bar>.aete-shell{display:grid;gap:22px}.aete-trust-bar .aete-custom-fields{color:inherit}.aete-trust-bar .aete-custom-fields-before{margin-top:0;padding-top:6px}.aete-trust-bar .aete-custom-fields-after{margin-bottom:0;padding-bottom:6px}.aete-cta-band .aete-custom-fields,.aete-final-cta .aete-custom-fields{max-width:760px;margin-right:auto;margin-left:auto}.aete-cta-band .aete-custom-notice,.aete-final-cta .aete-custom-notice{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.1)}.aete-final-cta .aete-custom-image{max-width:760px;margin-inline:auto}.aete-results-layout-no-gallery{grid-template-columns:1fr}.aete-results-layout-no-gallery .aete-results-copy{max-width:820px}
@media(max-width:700px){.aete-custom-fields{gap:13px}.aete-custom-fields-before{margin:14px 0 16px}.aete-custom-fields-after{margin-top:18px}.aete-custom-notice{padding:15px 16px}.aete-custom-image{min-height:200px}}
.aete-hero-no-media{grid-template-columns:1fr}.aete-hero-no-media .aete-hero-copy{width:min(1180px,calc(100% - 48px));margin-inline:auto;padding-right:0;padding-left:0}.aete-global-extra .aete-custom-fields{max-width:900px}.aete-global-extra .aete-custom-fields-before,.aete-global-extra .aete-custom-fields-after{margin:0}
@media(max-width:900px){.aete-hero-no-media .aete-hero-copy{width:min(calc(100% - 36px),760px)}}
.aete-hero-no-media .aete-hero-copy h1{width:100%;max-width:760px}


/* Campos extras inseridos dentro dos cards. */
.aete-custom-context-card{gap:10px;max-width:100%}
.aete-custom-context-card.aete-custom-fields-before{margin:12px 0}
.aete-custom-context-card.aete-custom-fields-after{margin:14px 0 0}
.aete-custom-context-card .aete-custom-heading{margin:2px 0!important;font-size:1.08rem!important;line-height:1.3}
.aete-custom-context-card .aete-custom-text>p{margin:0 0 8px;font-size:inherit;line-height:1.5}
.aete-custom-context-card .aete-custom-notice{padding:12px 13px;border-left-width:3px;font-size:.84rem;text-align:left}
.aete-custom-context-card .aete-custom-checklist{grid-template-columns:1fr;gap:8px;margin:0;text-align:left}
.aete-custom-context-card .aete-check-item{font-size:.82rem}
.aete-custom-context-card .aete-custom-image{min-height:130px;max-height:240px}
.aete-custom-context-card .aete-btn-row{justify-content:flex-start}
.aete-custom-context-card .aete-btn{min-height:40px;padding:9px 14px;font-size:.72rem}
.aete-trust-item .aete-custom-context-card,.aete-benefit-icon .aete-custom-context-card{justify-items:center;text-align:center}
.aete-trust-item .aete-custom-context-card .aete-btn-row,.aete-benefit-icon .aete-custom-context-card .aete-btn-row{justify-content:center}
.aete-trust-item .aete-custom-context-card .aete-custom-checklist,.aete-benefit-icon .aete-custom-context-card .aete-custom-checklist{width:100%}
.aete-step>div>.aete-custom-context-card{width:100%}
.aete-faq-answer>.aete-custom-context-card{margin-right:0;margin-left:0}
@media(max-width:700px){.aete-custom-context-card .aete-custom-image{min-height:110px}.aete-custom-context-card .aete-btn{width:100%}}

.aete-split-no-media{grid-template-columns:1fr}.aete-split-no-media .aete-section-copy{width:100%;max-width:860px}.aete-split-reverse.aete-split-no-media .aete-section-copy{grid-column:1}
