:root {
  --radius: 0.875rem;

  --background: #FFFFFF;
  --foreground: #0f101f;
  --card: #FFFFFF;
  --card-foreground: #0f101f;
  --primary: #6725c2;
  --primary-foreground: #FAFAFA;
  --primary-glow: rgb(155, 111, 232);
  --primary-soft: rgb(245, 240, 255);
  --secondary: rgb(247, 246, 249);
  --secondary-foreground: rgb(61, 53, 80);
  --muted: rgb(247, 247, 248);
  --muted-foreground: rgb(117, 112, 138);
  --accent: rgb(243, 239, 254);
  --accent-foreground: rgb(91, 33, 182);
  --border: rgb(232, 230, 237);
  --input: rgb(232, 230, 237);
  --ring: rgb(155, 111, 232);
  --whatsapp: rgb(37, 211, 102);

  --gradient-hero: radial-gradient(ellipse at top right, rgba(155, 111, 232, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(109, 40, 217, 0.14) 0%, transparent 55%);
  --gradient-cta: linear-gradient(135deg, #6725c2 0%, rgb(155, 111, 232) 100%);
  --gradient-soft: linear-gradient(180deg, rgba(245, 240, 255, 0.6) 0%, #FFFFFF 100%);

  --shadow-card: 0 1px 2px rgba(16, 16, 40, 0.04), 0 12px 32px -12px rgba(109, 40, 217, 0.18);
  --shadow-elegant: 0 20px 50px -20px rgba(109, 40, 217, 0.35);
  --hairline: rgba(43, 40, 51, 0.08);
  --mix-background-75: rgba(255, 255, 255, 0.75);
  --mix-primary-10: rgba(109, 40, 217, 0.1);
  --mix-primary-15: rgba(109, 40, 217, 0.15);
  --mix-primary-20: rgba(109, 40, 217, 0.2);
  --mix-primary-40: rgba(109, 40, 217, 0.4);
  --mix-foreground-80: rgba(43, 40, 51, 0.8);
  --mix-foreground-85: rgba(250, 250, 250, 0.85);
  --mix-foreground-90: rgba(250, 250, 250, 0.9);
  --mix-overlay: rgba(0, 0, 0, 0.8);

  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;

  --space-section-y: 5rem;
  --space-section-y-lg: 7rem;
  --space-shell-x: 1rem;
  --space-shell-x-sm: 1.5rem;
  --space-shell-x-lg: 2rem;
  --max-shell: 80rem;
  --max-hero: 64rem;
  --max-narrow: 48rem;
  --max-medium: 56rem;
  --max-cta: 72rem;

  --text-hero: 2.25rem;
  --text-hero-sm: 3.75rem;
  --text-hero-lg: 4.5rem;
  --text-h2: 1.875rem;
  --text-h2-sm: 2.25rem;
  --text-h2-lg: 3rem;
  --text-h2-lg-btm: 3.5rem;
  --text-eyebrow: 0.875rem;
  --text-lead: 1.125rem;
  --text-lead-sm: 1.25rem;
  --text-card-title: 1.125rem;
  --text-card-body: 0.875rem;
  --text-step-title: 1.25rem;
  --text-footer: 0.75rem;

  --header-height: 4rem;
  --transition-fast: 0.2s ease;
  --transition-colors: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

.ae-body {
  margin: 0;
  overflow-x: clip;
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.011em;
}

::selection {
  color: var(--primary-foreground);
  background: rgba(109, 40, 217, 0.25);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

#top,
#how-it-works,
#why,
#for-who,
#faq,
#cta {
  scroll-margin-top: calc(var(--header-height));
}

.ae-shell {
  width: 100%;
  max-width: var(--max-shell);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-shell-x);
  padding-right: var(--space-shell-x);
}

@media (min-width: 640px) {
  .ae-shell {
    padding-left: var(--space-shell-x-sm);
    padding-right: var(--space-shell-x-sm);
  }
}

@media (min-width: 1024px) {
  .ae-shell {
    padding-left: var(--space-shell-x-lg);
    padding-right: var(--space-shell-x-lg);
  }
}

.ae-shell-hero {
  max-width: var(--max-hero);
}

.ae-shell-narrow {
  max-width: var(--max-narrow);
}

.ae-shell-medium {
  max-width: var(--max-medium);
}

.ae-shell-cta {
  max-width: var(--max-cta);
}

.ae-band {
  padding-top: var(--text-h2-lg);
  padding-bottom: var(--text-h2-lg-btm);
}

@media (min-width: 1024px) {
  .ae-band {
    padding-top: var(--text-h2-lg);
    padding-bottom: var(--text-h2-lg-btm);
  }
}

.ae-bg-soft {
  background-image: var(--gradient-soft);
}

.ae-bg-hero {
  background-image: var(--gradient-hero);
}

.ae-text-muted {
  color: var(--muted-foreground);
}

.ae-text-primary {
  color: var(--primary);
}

.ae-eyebrow {
  margin: 0;
  font-size: var(--text-eyebrow);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
}

.ae-section-title {
  margin: 0.75rem 0 0;
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .ae-section-title {
    font-size: var(--text-h2-sm);
  }
}

@media (min-width: 1024px) {
  .ae-section-title {
    font-size: var(--text-h2-lg);
  }
}

.ae-gradient-text {
  background-image: var(--gradient-cta);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ae-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  /* border: 1px solid transparent; */
  border: none;
  border-radius: calc(var(--radius) - 2px);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition-colors), opacity var(--transition-fast), transform var(--transition-fast);
}

.ae-btn:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.ae-btn-primary {
  padding: 0 1.75rem;
  min-height: 3rem;
  font-size: 1rem;
  color: var(--primary-foreground);
  background-image: var(--gradient-cta);
  box-shadow: var(--shadow-elegant);
}

.ae-btn-primary:hover {
  opacity: 0.95;
}

.ae-btn-outline {
  padding: 0 1.75rem;
  min-height: 3rem;
  font-size: 1rem;
  color: var(--foreground);
  background-color: var(--background);
  border-color: var(--input);
  box-shadow: 0 1px 2px rgba(16, 16, 40, 0.06);
}

.ae-btn-outline:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

.ae-btn-ghost {
  padding: 0 0.75rem;
  min-height: 2rem;
  font-size: 0.75rem;
  color: var(--foreground);
  background-color: transparent;
}

.ae-btn-ghost:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

.ae-btn-cta-light {
  padding: 0 1.75rem;
  min-height: 3rem;
  font-size: 1rem;
  color: var(--primary);
  background-color: var(--background);
  box-shadow: var(--shadow-card);
}

.ae-btn-cta-light:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.ae-btn-cta-outline {
  padding: 0 1.75rem;
  min-height: 3rem;
  font-size: 1rem;
  color: var(--primary-foreground);
  background-color: transparent;
  border-color: rgba(250, 250, 250, 0.4);
}

.ae-btn-cta-outline:hover {
  background-color: rgba(250, 250, 250, 0.1);
}

.ae-btn-header {
  padding: 0 2rem;
  min-height: 2.5rem;
  font-size: 0.875rem;
}

/* --- Header --- */
.ae-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(232, 230, 237, 0.6);
  background-color: var(--mix-background-75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ae-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-height);
}

.ae-brand img {
  height: 2.5rem;
  width: auto;
}

.ae-nav-desktop {
  display: none;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.ae-nav-link {
  text-decoration: none;
  transition: color var(--transition-fast);
  color: var(--foreground);
}

.ae-nav-link:hover,
.ae-nav-link:focus-visible {
  color: var(--primary);
}

.ae-nav-link.is-active {
  color: var(--primary);
  font-weight: 600;
}

.ae-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ae-talk-desktop {
  display: none;
}

.ae-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) - 2px);
  background-color: var(--background);
  color: var(--foreground);
  cursor: pointer;
}

.ae-menu-toggle:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .ae-talk-desktop {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .ae-nav-desktop {
    display: flex;
  }

  .ae-brand {
    min-width: 258px;
  }

  .ae-menu-toggle {
    display: none;
  }

  .ae-header-actions {
    min-width: 258px;
  }
}

/* --- Mobile nav --- */
.ae-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 60;
  visibility: hidden;
  pointer-events: none;
}

.ae-mobile-nav.is-open {
  visibility: visible;
  pointer-events: auto;
}

.ae-mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--mix-overlay);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.ae-mobile-nav.is-open .ae-mobile-nav-overlay {
  opacity: 1;
}

.ae-mobile-nav-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 100%; */
  padding: 1.25rem;
  background-color: var(--background);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.ae-mobile-nav.is-open .ae-mobile-nav-panel {
  transform: translateY(0);
}

.ae-mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.ae-mobile-nav-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  border-radius: calc(var(--radius) - 4px);
  background: transparent;
  color: var(--muted-foreground);
  cursor: pointer;
}

.ae-mobile-nav-close:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.ae-mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.ae-mobile-nav-list a {
  display: block;
  padding: 0.75rem 0;
  font-weight: 500;
  color: var(--foreground);
  text-decoration: none;
}

.ae-mobile-nav-list a:hover {
  color: var(--primary);
}

.ae-mobile-nav-list a.is-active {
  color: var(--primary);
  font-weight: 600;
}

.ae-mobile-nav-cta {
  font-size: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

/* --- Hero --- */
.ae-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height));
  min-height: calc(100dvh - var(--header-height));
}

.ae-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(109, 40, 217, 0.15) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(109, 40, 217, 0.15) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, #000 40%, transparent 75%);
}

.ae-hero-inner {
  position: relative;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .ae-hero-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.ae-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  border: 1px solid var(--mix-primary-20);
  border-radius: 9999px;
  background-color: var(--primary-soft);
  font-size: var(--text-eyebrow);
  font-weight: 500;
  color: var(--primary);
}

.ae-hero-pill-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--primary);
}

.ae-hero-title {
  margin: 1.75rem 0 0;
  font-family: var(--font-display);
  font-size: var(--text-hero);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

@media (min-width: 640px) {
  .ae-hero-title {
    font-size: var(--text-hero-sm);
  }
}

@media (min-width: 1024px) {
  .ae-hero-title {
    font-size: var(--text-hero-lg);
  }
}

.ae-hero-title-accent {
  display: block;
  margin-top: 0.5rem;
}

.ae-hero-lead {
  margin: 1.75rem auto 0;
  max-width: 42rem;
  font-size: var(--text-lead);
  line-height: 1.625;
  color: var(--muted-foreground);
}

@media (min-width: 640px) {
  .ae-hero-lead {
    font-size: var(--text-lead-sm);
  }
}

.ae-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

.ae-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 3rem;
  font-size: var(--text-eyebrow);
}

.ae-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--mix-primary-15);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--mix-foreground-80);
}

.ae-trust-pill i {
  color: var(--primary);
  font-size: 1rem;
}

/* --- Cards --- */
.ae-card-grid-3 {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .ae-card-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ae-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background-color: var(--card);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition-fast);
}

.ae-card:hover {
  box-shadow: var(--shadow-elegant);
}

.ae-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: var(--primary-soft);
  color: var(--primary);
  font-size: 1.25rem;
}

.ae-icon-box-gradient {
  background-image: var(--gradient-cta);
  color: var(--primary-foreground);
}

.ae-card-title {
  margin: 1.25rem 0 0;
  font-size: var(--text-card-title);
  font-family: var(--font-display);
  font-weight: 600;
}

.ae-card-text {
  margin: 0.5rem 0 0;
  font-size: var(--text-card-body);
  line-height: 1.625;
  color: var(--muted-foreground);
}

.ae-highlight-band {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid var(--mix-primary-10);
  border-radius: 1rem;
  background-image: var(--gradient-soft);
}

@media (min-width: 640px) {
  .ae-highlight-band {
    flex-direction: row;
    align-items: center;
    padding: 2.5rem 2.5rem;
  }
}

.ae-highlight-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {
  .ae-highlight-title {
    font-size: 2.25rem;
  }
}

.ae-avatar-stack {
  display: flex;
}

.ae-avatar-stack span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -0.5rem;
  border: 2px solid var(--background);
  border-radius: 50%;
  background-color: var(--mix-primary-10);
  font-size: var(--text-card-body);
  font-weight: 600;
  color: var(--primary);
}

.ae-avatar-stack span:first-child {
  margin-left: 0;
}

/* --- Big idea --- */
.ae-big-idea {
  text-align: center;
}

.ae-big-idea-lead {
  margin: 1.5rem 0 0;
  font-size: var(--text-lead);
  line-height: 1.625;
  color: var(--muted-foreground);
}

.ae-pill-row {
  display: grid;
  gap: 0.75rem;
  margin-top: 2.5rem;
  font-size: var(--text-eyebrow);
}

@media (min-width: 640px) {
  .ae-pill-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ae-pill-item {
  padding: 1rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background-color: var(--background);
  font-weight: 600;
}

/* --- Steps --- */
.ae-steps-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .ae-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ae-step {
  position: relative;
  height: 100%;
}

.ae-step-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  background-color: var(--card);
  box-shadow: var(--shadow-card);
}

.ae-step-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 1.5rem;
  border-radius: 1rem;
  background-image: var(--gradient-soft);
}

.ae-step-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ae-step-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.ae-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-image: var(--gradient-cta);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-foreground);
}

.ae-step-title {
  margin: 0;
  font-size: var(--text-step-title);
  font-weight: 600;
}

.ae-step-text {
  margin: 0.75rem 0 0;
  line-height: 1.625;
  color: var(--muted-foreground);
}

.ae-step-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
  font-size: 2rem;
  color: var(--mix-primary-40);
}

@media (min-width: 768px) {
  .ae-step-arrow {
    display: block;
  }
}

/* --- Benefits --- */
.ae-benefits-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .ae-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .ae-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ae-benefit-card {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background-color: var(--background);
  box-shadow: var(--shadow-card);
  transition: transform var(--transition-fast);
}

.ae-benefit-card:hover {
  transform: translateY(-4px) !important;
}

/* --- Who for --- */
.ae-clinic-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .ae-clinic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .ae-clinic-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ae-clinic-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background-color: var(--card);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.ae-clinic-card:hover {
  border-color: var(--mix-primary-40);
  box-shadow: var(--shadow-card);
}

.ae-clinic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: var(--primary-soft);
  color: var(--primary);
  font-size: 1.25rem;
  transition: background-image var(--transition-fast), color var(--transition-fast);
}

.ae-clinic-card:hover .ae-clinic-icon {
  background-image: var(--gradient-cta);
  color: var(--primary-foreground);
}

.ae-clinic-label {
  font-weight: 600;
}

/* --- FAQ --- */
.ae-faq-wrap {
  margin-top: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background-color: var(--background);
  overflow: hidden;
}

.ae-faq-item {
  border-bottom: 1px solid var(--border);
}

.ae-faq-item:last-child {
  border-bottom: none;
}

.ae-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: none;
  background: transparent;
  /* font-family: var(--font-body); */
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  color: var(--foreground);
  cursor: pointer;
  transition: color var(--transition-fast);
}

.ae-faq-trigger:hover .ae-faq-trigger-label {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ae-faq-trigger-icon {
  text-decoration: none;
}

.ae-faq-trigger:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: -2px;
}

.ae-faq-trigger i {
  flex-shrink: 0;
  font-size: 0.875rem;
  color: var(--muted-foreground);
  transition: transform var(--transition-fast);
}

.ae-faq-item.is-open .ae-faq-trigger i {
  transform: rotate(180deg);
}

.ae-faq-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease;
}

.ae-faq-panel-inner {
  padding: 0 1.5rem 1.25rem;
  font-size: var(--text-card-body);
  line-height: 1.625;
  color: var(--muted-foreground);
}

/* --- CTA band --- */
.ae-cta-band {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 1.5rem;
  border-radius: 1.5rem;
  background-image: var(--gradient-cta);
  text-align: center;
  box-shadow: var(--shadow-elegant);
}

@media (min-width: 640px) {
  .ae-cta-band {
    padding: 5rem 3rem;
  }
}

.ae-cta-dots {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background-image: radial-gradient(circle at 20% 20%, #FFFFFF 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, #FFFFFF 1px, transparent 1px);
  background-size: 32px 32px;
}

.ae-cta-inner {
  position: relative;
}

.ae-cta-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--primary-foreground);
}

@media (min-width: 640px) {
  .ae-cta-title {
    font-size: var(--text-h2-sm);
  }
}

@media (min-width: 1024px) {
  .ae-cta-title {
    font-size: var(--text-h2-lg);
  }
}

.ae-cta-title span {
  display: block;
  opacity: 0.9;
}

.ae-cta-lead {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  font-size: var(--text-lead);
  color: var(--mix-foreground-85);
}

.ae-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* --- Footer --- */
.ae-footer {
  border-top: 1px solid var(--border);
  background-color: var(--background);
}

.ae-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.5rem 0;
  font-size: var(--text-footer);
  color: var(--muted-foreground);
}

.ae-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ae-footer-brand img {
  height: 1.5rem;
  width: auto;
}

/* --- WhatsApp FAB --- */
.ae-whatsapp-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  background-color: var(--whatsapp);
  box-shadow: var(--shadow-elegant);
  font-size: var(--text-eyebrow);
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform var(--transition-fast);
}

.ae-whatsapp-fab:hover {
  transform: scale(1.05);
}

.ae-whatsapp-fab:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.whatsapp-icon {
  font-size: 1.25rem;
}

.ae-whatsapp-label {
  display: none;
}

@media (min-width: 640px) {
  .ae-whatsapp-label {
    display: inline;
  }
}

/* --- Demo modal --- */
.ae-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  pointer-events: none;
}

.ae-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.ae-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--mix-overlay);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.ae-modal.is-open .ae-modal-overlay {
  opacity: 1;
}

.ae-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 48rem;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: var(--background);
  box-shadow: var(--shadow-elegant);
  opacity: 0;
  transform: scale(0.95);
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.ae-modal.is-open .ae-modal-dialog {
  opacity: 1;
  transform: scale(1);
}

.ae-modal-head {
  padding: 1.5rem 1.5rem 0;
}

.ae-modal-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ae-modal-desc {
  margin: 0.5rem 0 0;
  font-size: var(--text-card-body);
  color: var(--muted-foreground);
}

.ae-modal-body {
  padding: 1rem 1.5rem 1.5rem;
}

.ae-modal-frame {
  height: 560px;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: rgba(247, 247, 248, 0.4);
}

.ae-modal-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ae-modal-fallback {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  text-align: center;
  color: var(--muted-foreground);
}

.ae-modal-fallback a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ae-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: calc(var(--radius) - 4px);
  background: transparent;
  color: var(--muted-foreground);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity var(--transition-fast);
}

.ae-modal-close:hover {
  opacity: 1;
}

.ae-modal-close:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

body.ae-modal-open {
  overflow: hidden;
}

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

@media screen and (max-width: 768px) {
  .ae-footer-inner {
    justify-content: center;
  }
  .ae-hero-actions{
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .ae-footer-inner {
    padding: 1.5rem;
  }

  .ae-avatar-stack {
    align-self: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ae-whatsapp-fab:hover {
    transform: none;
  }
}