:root {
  --bg0: #0b1730;
  --bg1: #112444;
  --bg2: #1a315b;
  --card: rgba(18, 38, 74, 0.66);
  --card-strong: rgba(20, 43, 82, 0.84);
  --surface-thin: rgba(20, 42, 80, 0.52);
  --surface-strong: rgba(21, 45, 86, 0.76);
  --stroke: rgba(109, 203, 255, 0.28);
  --stroke-soft: rgba(109, 203, 255, 0.18);
  --text: rgba(232, 245, 255, 0.97);
  --muted: rgba(162, 193, 220, 0.88);
  --floating-btn-bottom-offset: 1.1rem;
  --font-body: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-ui: var(--font-body);
  --body-letter-spacing: 0;
  --heading-letter-spacing: 0;
  --button-letter-spacing: 0;
  --heading-weight: 800;
  --button-weight: 700;
  --grid-opacity: 0.07;
  --body-accent-mask: radial-gradient(circle at center, black 35%, transparent 100%);
  --body-overlay: none;
  --nav-glass-bg: rgba(18, 38, 72, 0.76);
  --nav-control-bg: rgba(24, 46, 84, 0.64);
  --hero-badge-bg: rgba(7, 20, 40, 0.58);
  --pill-bg: rgba(8, 20, 40, 0.66);
  --steps-bg: rgba(7, 19, 39, 0.66);
  --glass-bg-start: rgba(20, 42, 80, 0.78);
  --glass-bg-end: rgba(16, 35, 68, 0.86);
  --footer-bg-start: rgba(17, 36, 68, 0.86);
  --footer-bg-end: rgba(13, 29, 56, 0.93);
  --section-divider-mid: rgba(109, 203, 255, 0.35);
  --hero-image-radius: 18px;
  --hero-image-border: 1px solid var(--stroke-soft);
  --hero-image-filter: none;
  --hero-image-object-position: center center;

  --r1: 18px;
  --r2: 12px;
  --shadow-lg: 0 24px 60px rgba(2, 10, 26, 0.36);
  --shadow-card-soft: 0 14px 30px rgba(2, 10, 26, 0.24);
  --glow-sm: 0 0 0 1px rgba(79, 195, 255, 0.2), 0 0 24px rgba(39, 175, 255, 0.18);
  --glow-feature: 0 0 0 1px rgba(var(--gradA), 0.36), 0 0 22px rgba(var(--gradB), 0.2);
  --glow-docs: 0 0 0 1px rgba(var(--gradB), 0.34), 0 0 16px rgba(var(--gradC), 0.14);
  --glow-proof: 0 0 0 1px rgba(var(--gradA), 0.24), 0 0 14px rgba(var(--gradA), 0.14);

  --gradA: 88, 201, 255;
  --gradB: 55, 167, 255;
  --gradC: 43, 117, 255;
}

html[data-typography="family"] {
  --font-body: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 800;
  --button-weight: 800;
}

html[data-typography="premium"] {
  --font-body: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Georgia", "Times New Roman", serif;
  --font-ui: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 700;
  --button-weight: 700;
}

html[data-typography="warm"] {
  --font-body: "Lato", "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 800;
  --button-weight: 700;
}

html[data-typography="feminine"] {
  --font-body: "Source Sans 3", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-ui: "Source Sans 3", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 600;
  --body-letter-spacing: 0.01em;
  --heading-letter-spacing: 0.01em;
  --button-letter-spacing: 0.02em;
  --button-weight: 600;
}

html[data-niche="estetica"] {
  --font-body: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Georgia", "Times New Roman", serif;
  --font-ui: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 700;
  --heading-letter-spacing: -0.02em;
  --button-letter-spacing: 0.04em;
  --grid-opacity: 0.03;
  --body-accent-mask: radial-gradient(circle at 22% 18%, black 18%, transparent 56%), radial-gradient(circle at 82% 76%, black 14%, transparent 52%);
  --body-overlay:
    radial-gradient(circle at 18% 16%, rgba(255, 236, 242, 0.15), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(245, 212, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(22, 14, 34, 0.1), transparent 38%);
  --nav-glass-bg: rgba(31, 22, 45, 0.7);
  --nav-control-bg: rgba(39, 28, 54, 0.66);
  --hero-badge-bg: rgba(33, 22, 50, 0.62);
  --pill-bg: rgba(34, 22, 50, 0.68);
  --steps-bg: rgba(34, 22, 49, 0.72);
  --glass-bg-start: rgba(38, 26, 56, 0.78);
  --glass-bg-end: rgba(28, 18, 43, 0.88);
  --footer-bg-start: rgba(28, 18, 43, 0.88);
  --footer-bg-end: rgba(22, 14, 34, 0.95);
  --section-divider-mid: rgba(216, 176, 255, 0.32);
  --hero-image-radius: 26px;
  --hero-image-filter: saturate(1.04) contrast(1.02);
}

html[data-niche="psicologia"],
html[data-niche="emotion"] {
  --font-body: "Source Sans 3", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-ui: "Source Sans 3", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --heading-weight: 600;
  --body-letter-spacing: 0.01em;
  --heading-letter-spacing: 0.01em;
  --button-letter-spacing: 0.02em;
  --button-weight: 600;
  --grid-opacity: 0.035;
  --body-accent-mask: radial-gradient(circle at 18% 22%, black 18%, transparent 52%), radial-gradient(circle at 78% 84%, black 16%, transparent 54%);
  --body-overlay:
    radial-gradient(circle at 16% 18%, rgba(255, 228, 171, 0.12), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(230, 173, 88, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(38, 26, 11, 0.12), transparent 42%);
  --nav-glass-bg: rgba(42, 31, 20, 0.72);
  --nav-control-bg: rgba(52, 39, 25, 0.66);
  --hero-badge-bg: rgba(46, 34, 20, 0.62);
  --pill-bg: rgba(46, 34, 20, 0.68);
  --steps-bg: rgba(45, 34, 20, 0.72);
  --glass-bg-start: rgba(50, 37, 22, 0.76);
  --glass-bg-end: rgba(36, 26, 15, 0.88);
  --footer-bg-start: rgba(40, 29, 18, 0.88);
  --footer-bg-end: rgba(31, 23, 14, 0.95);
  --section-divider-mid: rgba(255, 204, 118, 0.3);
  --hero-image-radius: 22px;
  --hero-image-filter: saturate(0.98) contrast(1.01) brightness(0.99);
}

html[data-niche="emotion"] {
  --bg0: #2d1625;
  --bg1: #3a1d30;
  --bg2: #4a2540;
  --card: rgba(78, 41, 68, 0.66);
  --card-strong: rgba(88, 46, 77, 0.84);
  --surface-thin: rgba(86, 45, 75, 0.52);
  --surface-strong: rgba(98, 52, 86, 0.76);
  --stroke: rgba(255, 163, 208, 0.34);
  --stroke-soft: rgba(255, 163, 208, 0.2);
  --body-overlay:
    radial-gradient(circle at 16% 18%, rgba(255, 181, 219, 0.16), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(255, 130, 194, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(64, 30, 50, 0.16), transparent 42%);
  --nav-glass-bg: rgba(72, 38, 60, 0.72);
  --nav-control-bg: rgba(87, 46, 72, 0.66);
  --hero-badge-bg: rgba(78, 41, 65, 0.62);
  --pill-bg: rgba(82, 42, 68, 0.68);
  --steps-bg: rgba(79, 40, 66, 0.72);
  --glass-bg-start: rgba(88, 48, 75, 0.76);
  --glass-bg-end: rgba(65, 33, 55, 0.88);
  --footer-bg-start: rgba(70, 35, 58, 0.88);
  --footer-bg-end: rgba(54, 27, 45, 0.95);
  --section-divider-mid: rgba(255, 163, 208, 0.36);
}

html[data-typography="technical"] {
  --font-body: "Roboto", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --font-heading: "Arial", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --heading-weight: 800;
  --button-weight: 700;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  overflow-x: hidden;
  padding-top: 96px;
  letter-spacing: var(--body-letter-spacing);
  background-color: var(--bg0);
}

@media (max-width: 768px) {
  .grecaptcha-badge {
    right: calc(-186px + env(safe-area-inset-right, 0px)) !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    transform: none !important;
    transition: right 0.2s ease !important;
  }

  .grecaptcha-badge iframe {
    pointer-events: none;
  }

  .grecaptcha-badge.is-expanded,
  .grecaptcha-badge:active,
  .grecaptcha-badge:focus-within {
    right: env(safe-area-inset-right, 0px) !important;
  }

  .grecaptcha-badge.is-expanded iframe {
    pointer-events: auto;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(var(--gradA), var(--grid-opacity)) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--gradA), var(--grid-opacity)) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: var(--body-accent-mask);
  z-index: -2;
  opacity: 0;
  transition: opacity 0.28s ease;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: var(--body-overlay);
  opacity: 0;
  z-index: -1;
  transition: none;
}

html.fx-ready body::before {
  opacity: 1;
}

html.fx-ready body::after {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-5,
.navbar-brand {
  font-family: var(--font-heading);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-letter-spacing);
}

section[id] {
  scroll-margin-top: 110px;
}

#projects,
#depoimentos {
  content-visibility: auto;
  contain-intrinsic-size: 1px 980px;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  z-index: 1100;
  background: linear-gradient(90deg, rgba(var(--gradA), 1), rgba(var(--gradB), 1), rgba(var(--gradC), 1));
  box-shadow: 0 0 20px rgba(var(--gradA), 0.75);
}

.top-anchor {
  position: absolute;
  top: 0;
  left: 0;
}

.text-secondary-emphasis {
  color: var(--muted) !important;
}

code,
pre,
.metric-kpi,
.step-num {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.nav-link {
  color: var(--muted) !important;
}

.nav-link:hover {
  color: var(--text) !important;
}

.navbar .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 600;
}

.navbar .nav-link.active {
  color: var(--text) !important;
  position: relative;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--gradA), 1), rgba(var(--gradC), 1));
  box-shadow: 0 0 18px rgba(var(--gradA), 0.8);
}

.navbar .nav-link-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.92rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(var(--gradA), 0.68);
  color: #ffffff !important;
  background: linear-gradient(140deg, rgba(var(--gradB), 1), rgba(var(--gradC), 1));
  box-shadow: 0 10px 22px rgba(16, 134, 217, 0.34);
}

.navbar .nav-link-cta,
.navbar .nav-link-cta:visited,
.navbar .nav-link-cta:focus,
.navbar .nav-link-cta:focus-visible,
.navbar .nav-link-cta:hover,
.navbar .nav-link-cta:active,
.navbar .nav-link-cta.active {
  color: #ffffff !important;
}

.navbar .nav-link-cta:hover,
.navbar .nav-link-cta.active {
  border-color: rgba(var(--gradA), 0.82);
  background: linear-gradient(140deg, rgba(var(--gradA), 1), rgba(var(--gradB), 1));
}

.navbar .nav-link-cta.active::after {
  display: none;
}

html[data-niche="emotion"] .navbar .nav-link-cta {
  border-color: var(--emotion-cta-border);
  color: #ffffff !important;
  background: linear-gradient(140deg, var(--emotion-primary), var(--emotion-primary-hover));
  box-shadow: 0 10px 24px var(--emotion-cta-shadow);
}

html[data-niche="emotion"] .navbar .nav-link-cta:hover,
html[data-niche="emotion"] .navbar .nav-link-cta.active {
  color: #ffffff !important;
  border-color: var(--emotion-cta-hover-border);
  background: linear-gradient(140deg, var(--emotion-cta-hover-start), var(--emotion-cta-hover-end));
}

.nav-quick-btn {
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 0.8rem;
}

.nav-collapse-inner {
  display: flex;
  flex-direction: column;
}

.nav-actions {
  flex-wrap: wrap;
}

.nav-social {
  margin-left: 0.35rem;
  gap: 0.32rem;
}

.nav-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  border: 1px solid var(--stroke-soft);
  background: rgba(255, 255, 255, 0.12);
  transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.nav-social-link:hover,
.nav-social-link:focus-visible {
  color: var(--text);
  border-color: rgba(var(--gradA), 0.4);
  background: rgba(var(--gradA), 0.12);
  transform: translateY(-1px);
}

.nav-social-link i {
  font-size: 0.95rem;
  line-height: 1;
}

.nav-action-btn {
  min-height: 40px;
  padding: 0.45rem 0.82rem;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.palette-swatches {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  min-height: 40px;
  padding: 0.2rem 0.3rem;
  border-radius: 999px;
  border: 1px solid var(--stroke-soft);
  background: rgba(9, 20, 40, 0.5);
}

.palette-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 0;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.palette-dot:hover {
  transform: scale(1.12);
}

.palette-dot.active {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 2px rgba(var(--gradA), 0.24);
}

.palette-dot-blue { background: linear-gradient(135deg, rgb(88, 201, 255), rgb(43, 117, 255)); }
.palette-dot-red { background: linear-gradient(135deg, rgb(255, 138, 138), rgb(199, 53, 90)); }
.palette-dot-emerald { background: linear-gradient(135deg, rgb(97, 235, 186), rgb(23, 158, 127)); }
.palette-dot-amber { background: linear-gradient(135deg, rgb(255, 211, 117), rgb(220, 122, 42)); }
.palette-dot-violet { background: linear-gradient(135deg, rgb(179, 158, 255), rgb(98, 78, 214)); }

.palette-dot:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(var(--gradA), 0.32);
}

.palette-fab {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1002;
  display: grid;
  gap: 0.5rem;
}

.palette-fab-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 40px;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--stroke-soft);
  background: rgba(9, 20, 40, 0.72);
  color: var(--text);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.palette-fab-panel {
  display: none;
  align-items: center;
  flex-direction: column;
  gap: 0.34rem;
  padding: 0.4rem 0.36rem;
  border-radius: 999px;
  border: 1px solid var(--stroke-soft);
  background: rgba(9, 20, 40, 0.66);
  box-shadow: 0 12px 28px rgba(0, 8, 20, 0.36);
}

.palette-fab.is-open .palette-fab-panel {
  display: inline-flex;
}

@media (min-width: 992px) {
  .nav-collapse-inner {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
  }

  .nav-actions {
    padding-left: 0.75rem;
    border-left: 1px solid var(--stroke-soft);
  }

  .palette-swatches-inline {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .palette-fab {
    display: none !important;
  }

  .navbar .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-mobile-panel {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  #topNav.nav-mobile-panel.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  #topNav.nav-mobile-panel.is-open,
  #topNav.nav-mobile-panel.is-closing {
    margin-top: 0.72rem;
    padding-top: 0.62rem;
    border-top: 1px solid var(--stroke-soft);
  }

  #topNav.nav-mobile-panel.is-closing {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  #topNav .nav-main {
    gap: 0.08rem;
    margin-left: 0 !important;
    align-items: flex-start !important;
  }

  #topNav .nav-main .nav-link {
    display: block;
    padding: 0.44rem 0.1rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    border-radius: 0;
    border: 0;
    background: transparent;
    text-align: left;
  }

  #topNav .nav-main .nav-link.active::after {
    display: none;
  }

  #topNav .nav-main .nav-link:hover,
  #topNav .nav-main .nav-link.active {
    color: var(--text) !important;
    border-color: transparent;
    background: transparent;
  }

  .nav-actions {
    justify-content: flex-start;
    padding-top: 0.4rem;
    border-top: 1px solid var(--stroke-soft);
  }

  .nav-actions .btn {
    width: auto;
  }

  .palette-swatches {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #topNav .navbar-nav {
    gap: 0.2rem !important;
  }

  .navbar .nav-link {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }

  #topNav .nav-priority-2,
  #topNav .nav-priority-3 {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #topNav .navbar-nav {
    gap: 0.34rem !important;
  }

  .navbar .nav-link {
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    padding-left: 0.52rem;
    padding-right: 0.52rem;
  }

  #topNav .nav-priority-3 {
    display: none !important;
  }
}

.btn {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 44px;
  padding: 0.64rem 1rem;
  border-radius: 0.8rem;
  font-weight: var(--button-weight);
  letter-spacing: var(--button-letter-spacing);
}

.btn-primary {
  border: 1px solid rgba(var(--gradA), 0.56);
  color: #021425;
  background: linear-gradient(140deg, rgba(var(--gradA), 1), rgba(var(--gradB), 1));
  box-shadow: 0 10px 30px rgba(16, 134, 217, 0.35);
}

.btn-primary:hover {
  color: #021425;
  border-color: rgba(var(--gradA), 0.7);
  background: linear-gradient(140deg, rgba(var(--gradA), 1), rgba(var(--gradC), 1));
  transform: translateY(-1px);
}

.btn-outline-light {
  color: var(--text);
  border: 1px solid var(--stroke);
  background: rgba(11, 23, 45, 0.44);
}

.btn-outline-light:hover {
  color: var(--text);
  border-color: rgba(var(--gradA), 0.54);
  background: rgba(17, 36, 69, 0.72);
}

.text-bg-primary-subtle {
  background: rgba(var(--gradA), 0.18) !important;
  border-color: rgba(var(--gradA), 0.36) !important;
  color: rgba(198, 235, 255, 0.96) !important;
}

.text-bg-success-subtle {
  background: rgba(35, 196, 137, 0.2) !important;
  border-color: rgba(35, 196, 137, 0.42) !important;
  color: rgba(196, 255, 231, 0.98) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.card-variant-docs:hover .text-bg-success-subtle {
  border-color: rgba(86, 225, 170, 0.62) !important;
  box-shadow: 0 0 0 1px rgba(86, 225, 170, 0.34), 0 0 12px rgba(64, 211, 153, 0.24);
  background: rgba(42, 200, 143, 0.24) !important;
}

.hero-badge i,
.feature-icon i,
.mini-icon i,
.pill i,
.footer-link i {
  color: rgba(var(--gradA), 1);
}

a,
button {
  transition: transform 0.14s ease, opacity 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
}

a:active,
button:active {
  transform: translateY(1px);
}

.text-gradient {
  background: linear-gradient(90deg, rgba(var(--gradA), 1), rgba(var(--gradB), 1), rgba(var(--gradC), 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-glass {
  background: var(--nav-glass-bg);
  border-bottom: 1px solid var(--stroke-soft);
  backdrop-filter: blur(16px) saturate(130%);
}

.theme-toggle-icon {
  border: 0;
  background: transparent;
  color: var(--text);
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-mobile-actions {
  gap: 0.5rem;
}

.navbar .navbar-toggler,
.navbar .theme-toggle-icon {
  border-radius: 0.86rem;
  border: 1px solid var(--stroke-soft);
  background: var(--nav-control-bg);
  backdrop-filter: blur(10px);
}

.navbar .navbar-toggler {
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
}

.navbar .navbar-toggler:focus,
.navbar .theme-toggle-icon:focus {
  box-shadow: 0 0 0 0.18rem rgba(var(--gradA), 0.28);
}

.footer {
  background: linear-gradient(180deg, var(--footer-bg-start), var(--footer-bg-end));
  border-top: 1px solid var(--stroke-soft);
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.footer-main {
  padding: 1.55rem 0 1.1rem;
}

.footer-title {
  color: var(--text);
  font-weight: 700;
  line-height: 1.35;
}

.footer-meta,
.footer-note,
.footer-bottom,
.footer-credit {
  color: var(--muted);
  line-height: 1.55;
}

.footer-note {
  max-width: 920px;
  padding: 0 0 1.1rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.95rem 0 calc(1.15rem + 3.35rem);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 576px) {
  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-main {
    gap: 1rem;
  }

  .footer-bottom {
    gap: 0.35rem;
    padding-right: 3.9rem;
    padding-bottom: calc(1.15rem + 2.7rem);
  }
}

.section-divider {
  display: none !important;
}

.navbar-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(34px, 4.8vw, 44px);
  height: clamp(34px, 4.8vw, 44px);
  flex: 0 0 auto;
}

.navbar-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.navbar-logo-dark {
  display: none;
}

.navbar-logo-light {
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45));
}

html[data-theme="light"] .navbar-logo-dark {
  display: block;
}

html[data-theme="light"] .navbar-logo-light {
  display: none;
}

.hero {
  position: relative;
}

@keyframes hero-title-enter {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale(0.94);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -8px, 0) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-title-pulse {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(var(--gradA), 0);
    filter: brightness(1) saturate(1);
  }
  50% {
    text-shadow:
      0 0 18px rgba(var(--gradA), 0.52),
      0 0 30px rgba(var(--gradB), 0.4),
      0 0 44px rgba(var(--gradC), 0.28);
    filter: brightness(1.28) saturate(1.2);
  }
}

@keyframes hero-card-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -9px, 0) scale(1.012);
  }
}

.py-lg-6 {
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.46rem 0.84rem;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--hero-badge-bg);
}

.section-nav-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.15rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: var(--pill-bg);
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  scroll-margin-top: 120px;
}

.hero-title-motion .hero-title-part {
  display: inline-block;
  opacity: 1;
  transform: none;
  will-change: auto;
  animation: none;
}

.hero-title-motion .hero-title-part-1,
.hero-title-motion .hero-title-part-2 {
  margin-right: 0.28ch;
}

.hero-title-motion .hero-title-part-1 {
  animation-delay: 0s;
}

.hero-title-motion .hero-title-part-2 {
  animation: hero-title-pulse 2.4s ease-in-out infinite;
}

.hero-title-motion .hero-title-part-3 {
  animation-delay: 0s;
}

.hero .lead {
  font-size: 1rem;
  line-height: 1.45;
  max-width: 36ch;
}

.hero-subtitle {
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.5;
  max-width: 52ch;
}

.hero-proof {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem;
  max-width: 560px;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
}

.hero-proof::before {
  content: "";
  position: absolute;
  inset: -45% -65% auto;
  height: 70%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translate3d(-35%, 0, 0) rotate(-8deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.proof-avatars {
  display: flex;
}

.proof-avatars img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(var(--gradA), 0.35);
  margin-left: -12px;
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease, border-color 260ms ease, box-shadow 420ms ease;
}

.proof-avatars img:first-child {
  margin-left: 0;
}

.proof-copy {
  display: grid;
  gap: 0.1rem;
  line-height: 1.25;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-copy strong {
  font-size: 0.88rem;
}

.proof-copy span {
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-proof:hover,
.hero-proof:focus-within {
  transform: translateY(-10px) scale(1.012);
  box-shadow: 0 28px 50px -26px rgba(var(--gradA), 0.58);
  border-color: rgba(var(--gradA), 0.48);
}

.hero-proof:hover::before,
.hero-proof:focus-within::before {
  opacity: 1;
  animation: testimonial-shine 1.05s ease both;
}

.hero-proof:hover .proof-avatars img,
.hero-proof:focus-within .proof-avatars img {
  transform: translateY(-3px) scale(1.14) rotate(-2deg);
  filter: saturate(1.14) contrast(1.05);
  border-color: rgba(var(--gradA), 0.74);
  box-shadow: 0 16px 26px -16px rgba(var(--gradA), 0.88);
}

.hero-proof:hover .proof-copy,
.hero-proof:focus-within .proof-copy {
  transform: translateY(-1px);
}

.glass {
  background: linear-gradient(180deg, var(--glass-bg-start), var(--glass-bg-end));
  border: 1px solid var(--stroke-soft);
  border-radius: var(--r1);
  box-shadow: 0 12px 28px rgba(2, 10, 26, 0.3);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

html.fx-ready .glass {
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.metric {
  position: relative;
  overflow: hidden;
  padding: 0.92rem 1rem;
  text-align: center;
  border: 1px solid var(--stroke-soft);
  background: linear-gradient(180deg, rgba(var(--gradA), 0.1), rgba(var(--gradC), 0.06));
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
  will-change: transform;
}

.metric::before {
  content: "";
  position: absolute;
  inset: -55% -75% auto;
  height: 72%;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.24) 50%, transparent 72%);
  transform: translate3d(-40%, 0, 0) rotate(-8deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.metric-kpi {
  font-weight: 800;
  font-size: 1.04rem;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.metric-label {
  font-size: 0.84rem;
  color: var(--muted);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms ease;
}

.metric:hover,
.metric:focus-within {
  transform: translateY(-9px) scale(1.02);
  border-color: rgba(var(--gradA), 0.52);
  box-shadow: 0 26px 44px -24px rgba(var(--gradA), 0.56);
}

.metric:hover::before,
.metric:focus-within::before {
  opacity: 1;
  animation: testimonial-shine 1s ease both;
}

.metric:hover .metric-kpi,
.metric:focus-within .metric-kpi {
  transform: translateY(-1px);
}

.metric:hover .metric-label,
.metric:focus-within .metric-label {
  transform: translateY(-1px);
}

.hero-media img {
  border-radius: var(--hero-image-radius);
  border: var(--hero-image-border);
  box-shadow: 0 12px 28px rgba(0, 8, 20, 0.34);
  animation: none;
  object-position: var(--hero-image-object-position);
  filter: var(--hero-image-filter);
}

html.fx-ready .hero-media img {
  animation: hero-card-float 4.8s ease-in-out infinite;
}


html.fx-ready .hero-media img {
  box-shadow: var(--shadow-lg);
}

@media (prefers-reduced-motion: reduce) {
  .hero-title-motion .hero-title-part,
  .hero-title-part-2,
  .hero-media img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    text-shadow: none !important;
    filter: none !important;
  }

  .hero-proof::before {
    display: none;
  }

  .metric::before {
    display: none;
  }

  .journey-step::before {
    display: none;
  }

  #psicoterapia .feature-card::before {
    display: none;
  }

  .blob {
    animation: none !important;
    opacity: 0.65 !important;
    filter: blur(58px) saturate(1.2) !important;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.74rem;
  border-radius: 999px;
  background: var(--pill-bg);
  border: 1px solid var(--stroke-soft);
  color: var(--text);
  font-size: 0.88rem;
}

.feature-card,
.quote-card,
.project-thumb,
.cta-box,
.steps li,
.accordion,
.affiliate-banner,
.hero img {
  position: relative;
}

.hover-lift {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hover-lift:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--gradA), 0.46);
  box-shadow: var(--glow-sm);
}

.project-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--r2);
  border: 1px solid var(--stroke-soft);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(var(--gradA), 0.2), rgba(var(--gradC), 0.24));
  border: 1px solid var(--stroke);
}

#psicoterapia .feature-card {
  position: relative;
  overflow: hidden;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
}

#psicoterapia .feature-card::before {
  content: "";
  position: absolute;
  inset: -45% -65% auto;
  height: 70%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translate3d(-35%, 0, 0) rotate(-8deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

#psicoterapia .feature-card h3,
#psicoterapia .feature-card p {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

#psicoterapia .feature-card .feature-icon {
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease, border-color 260ms ease, box-shadow 420ms ease;
}

#psicoterapia .feature-card:hover,
#psicoterapia .feature-card:focus-within {
  transform: translateY(-10px) scale(1.012);
  box-shadow: 0 28px 50px -26px rgba(var(--gradA), 0.58);
  border-color: rgba(var(--gradA), 0.48);
}

#psicoterapia .feature-card:hover::before,
#psicoterapia .feature-card:focus-within::before {
  opacity: 1;
  animation: testimonial-shine 1.05s ease both;
}

#psicoterapia .feature-card:hover .feature-icon,
#psicoterapia .feature-card:focus-within .feature-icon {
  transform: translateY(-3px) scale(1.14) rotate(-2deg);
  filter: saturate(1.14) contrast(1.05);
  border-color: rgba(var(--gradA), 0.74);
  box-shadow: 0 16px 26px -16px rgba(var(--gradA), 0.88);
}

#psicoterapia .feature-card:hover h3,
#psicoterapia .feature-card:focus-within h3,
#psicoterapia .feature-card:hover p,
#psicoterapia .feature-card:focus-within p {
  transform: translateY(-1px);
}

.steps {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.steps li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.86rem;
  border-radius: 14px;
  border: 1px solid var(--stroke-soft);
  background: var(--steps-bg);
}

.step-num {
  min-width: 2.1rem;
  min-height: 2.1rem;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid rgba(var(--gradA), 0.45);
  background: rgba(var(--gradA), 0.16);
  color: rgba(206, 239, 255, 0.95);
  font-weight: 700;
  padding: 0.35rem;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0.9rem 0 0;
  display: grid;
  gap: 0.56rem;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.checklist i {
  color: rgba(96, 234, 188, 0.95);
}

.journey-overview {
  position: relative;
  max-width: 44rem;
  margin-inline: auto;
}

.journey-stage-layout {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.journey-panels-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  max-width: 72rem;
  margin-inline: auto;
}

.journey-card,
.journey-points-card,
.journey-panel,
.journey-transition {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--stroke-soft);
  border-radius: var(--r1);
  background: linear-gradient(180deg, rgba(var(--gradA), 0.09), rgba(var(--gradC), 0.05));
  box-shadow: 0 18px 36px -30px rgba(var(--gradA), 0.38);
}

.journey-card,
.journey-points-card,
.journey-panel {
  padding: 1.2rem;
}

.journey-panel {
  padding: 0;
  margin-inline: auto;
}

.journey-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.journey-card-plain,
.journey-points-card-plain {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.journey-card-plain::before,
.journey-points-card-plain::before {
  display: none;
}

.journey-card-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: calc(var(--r1) - 4px);
  border: 1px solid var(--stroke-soft);
  background: rgba(var(--gradA), 0.08);
}

.journey-card-media picture,
.journey-card-media img {
  display: block;
  width: 100%;
}

.journey-card-media img {
  height: clamp(220px, 34vw, 280px);
  object-fit: cover;
}

.journey-card-media-before img {
  filter: saturate(0.78) brightness(0.9);
  height: auto;
  max-height: none;
  object-fit: contain;
}

.journey-card-media-after img {
  filter: saturate(1.04) brightness(1.02);
  height: auto;
  max-height: none;
  object-fit: contain;
}

.journey-card::before,
.journey-points-card::before,
.journey-panel::before,
.journey-transition::before {
  content: "";
  position: absolute;
  inset: -55% -75% auto;
  height: 72%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.18) 50%, transparent 70%);
  transform: translate3d(-40%, 0, 0) rotate(-8deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.journey-card:hover,
.journey-card:focus-within,
.journey-points-card:hover,
.journey-points-card:focus-within,
.journey-panel:hover,
.journey-panel:focus-within {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(var(--gradA), 0.5);
  box-shadow: 0 24px 42px -24px rgba(var(--gradA), 0.5);
}

.journey-card:hover::before,
.journey-card:focus-within::before,
.journey-points-card:hover::before,
.journey-points-card:focus-within::before,
.journey-panel:hover::before,
.journey-panel:focus-within::before {
  opacity: 1;
  animation: testimonial-shine 1s ease both;
}

.journey-card-plain:hover,
.journey-card-plain:focus-within,
.journey-points-card-plain:hover,
.journey-points-card-plain:focus-within {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.journey-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.journey-kicker {
  color: rgb(var(--gradA));
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-copy-lead {
  font-size: clamp(1.02rem, 0.4vw + 0.96rem, 1.18rem);
  line-height: 1.7;
}

.journey-highlight {
  color: var(--text);
  font-weight: 600;
}

.journey-points-title {
  color: rgb(var(--gradA));
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-checklist {
  display: grid;
  gap: 0.85rem;
}

.journey-checklist li {
  align-items: flex-start;
}

.journey-checklist span {
  flex: 1;
}

.journey-transition-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.journey-transition {
  display: grid;
  gap: 0.85rem;
  align-items: center;
  padding: 1rem 1.1rem;
  text-align: center;
}

.journey-transition-line {
  display: block;
  width: 72px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--gradA), 0.24), rgba(var(--gradA), 0.92), rgba(var(--gradC), 0.24));
}

.journey-transition-text {
  max-width: 42rem;
  color: var(--text);
  font-size: 1.04rem;
  font-weight: 500;
}

.journey-transition-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: rgb(var(--gradA));
  font-weight: 700;
  text-decoration: none;
}

.journey-transition-link:hover {
  color: var(--text);
}

.journey-results {
  display: grid;
  gap: 0.85rem;
}

.journey-results-before,
.journey-results-after {
  align-content: start;
  gap: 1.15rem;
  padding-top: 0.2rem;
}

.journey-section-before .journey-card-media-before,
.journey-section-after .journey-card-media-after {
  margin-bottom: 0;
}

.journey-section-before .journey-card-media-before picture,
.journey-section-before .journey-card-media-before img,
.journey-section-after .journey-card-media-after picture,
.journey-section-after .journey-card-media-after img {
  max-width: none;
  margin-inline: 0;
}

.journey-results-title {
  line-height: 1.45;
}

.journey-checklist-after {
  gap: 1rem;
}

.journey-checklist-after .journey-checklist-item {
  gap: 0.75rem;
}

.journey-checklist-after .journey-checklist-item + .journey-checklist-item {
  padding-top: 0.15rem;
}

.journey-section[id] {
  scroll-margin-top: 120px;
}

.section-stack-linked {
  padding-top: 0 !important;
}

.section-stack-linked::before {
  content: "";
  display: block;
  width: min(92vw, 1120px);
  height: 1px;
  margin: 0 auto 1.6rem;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    var(--section-divider-mid),
    rgba(255, 255, 255, 0)
  );
}

@media (min-width: 992px) {
  .journey-stage-layout-before {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .journey-stage-layout-after {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  }

  .journey-transition {
    grid-template-columns: auto minmax(0, 1fr) auto;
    text-align: left;
    padding: 1rem 1.3rem;
  }

  .journey-transition-line {
    margin: 0;
    width: 86px;
  }

  .journey-transition-link {
    justify-self: end;
  }
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(var(--gradA), 0.34);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.section-proof .avatar {
  transition: transform 0.26s ease, box-shadow 0.26s ease, filter 0.26s ease;
  transform-origin: center center;
}

.section-proof .card-variant-proof:hover .avatar {
  transform: scale(1.12);
  filter: saturate(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.quote-stars {
  text-align: center;
  letter-spacing: 0.15em;
  color: rgba(var(--gradA), 0.95);
  font-size: 0.8rem;
}

.quote-mark {
  font-size: 2.2rem;
  line-height: 1;
  color: rgba(var(--gradA), 0.92);
  margin-bottom: 0.25rem;
}

.testimonials-grid {
  margin-top: 1.35rem;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--gradA), 0.26);
  background: linear-gradient(180deg, rgba(var(--gradA), 0.14), rgba(var(--gradC), 0.07));
  border-radius: var(--r1);
  box-shadow: 0 18px 34px -30px rgba(var(--gradA), 0.5);
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease;
  will-change: transform;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: -45% -65% auto;
  height: 70%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translate3d(-35%, 0, 0) rotate(-8deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.testimonial-avatar {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(var(--gradA), 0.44);
  flex-shrink: 0;
  box-shadow: 0 10px 22px -18px rgba(var(--gradA), 0.68);
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease, border-color 260ms ease, box-shadow 420ms ease;
}

.testimonial-avatar-fallback {
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  color: var(--text);
  background: rgba(var(--gradA), 0.25);
}

.testimonial-meta {
  display: grid;
  gap: 0.08rem;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-name {
  font-size: 0.95rem;
  color: var(--text);
}

.testimonial-role {
  font-size: 0.78rem;
  color: var(--muted);
}

.testimonial-quote {
  color: var(--muted);
  line-height: 1.55;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms ease;
}

#depoimentos .testimonial-card:hover,
#depoimentos .testimonial-card:focus-within {
  transform: translateY(-10px) scale(1.012);
  box-shadow: 0 28px 50px -26px rgba(var(--gradA), 0.58);
  border-color: rgba(var(--gradA), 0.48);
}

#depoimentos .testimonial-card:hover::before,
#depoimentos .testimonial-card:focus-within::before {
  opacity: 1;
  animation: testimonial-shine 1.05s ease both;
}

#depoimentos .testimonial-card:hover .testimonial-avatar,
#depoimentos .testimonial-card:focus-within .testimonial-avatar {
  transform: translateY(-3px) scale(1.14) rotate(-2deg);
  filter: saturate(1.14) contrast(1.05);
  border-color: rgba(var(--gradA), 0.74);
  box-shadow: 0 16px 26px -16px rgba(var(--gradA), 0.88);
}

#depoimentos .testimonial-card:hover .testimonial-meta,
#depoimentos .testimonial-card:focus-within .testimonial-meta {
  transform: translateY(-1px);
}

#depoimentos .testimonial-card:hover .testimonial-quote,
#depoimentos .testimonial-card:focus-within .testimonial-quote {
  transform: translateY(-1px);
}

@keyframes testimonial-card-enter {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.965);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes testimonial-shine {
  0% {
    transform: translate3d(-48%, 0, 0) rotate(-8deg);
  }

  100% {
    transform: translate3d(34%, 0, 0) rotate(-8deg);
  }
}

@keyframes emotion-photo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-metrics .metric {
    animation: testimonial-card-enter 620ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .hero-metrics .metric:nth-child(1) {
    animation-delay: 140ms;
  }

  .hero-metrics .metric:nth-child(2) {
    animation-delay: 220ms;
  }

  .hero-metrics .metric:nth-child(3) {
    animation-delay: 300ms;
  }

  #depoimentos .testimonial-card {
    animation: testimonial-card-enter 680ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: var(--testimonial-enter-delay, 0ms);
  }

  #psicoterapia .row > [class*="col"] .feature-card {
    animation: testimonial-card-enter 680ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  #psicoterapia .row > [class*="col"]:nth-child(1) .feature-card { animation-delay: 140ms; }
  #psicoterapia .row > [class*="col"]:nth-child(2) .feature-card { animation-delay: 200ms; }
  #psicoterapia .row > [class*="col"]:nth-child(3) .feature-card { animation-delay: 260ms; }
  #psicoterapia .row > [class*="col"]:nth-child(4) .feature-card { animation-delay: 320ms; }
  #psicoterapia .row > [class*="col"]:nth-child(5) .feature-card { animation-delay: 380ms; }
  #psicoterapia .row > [class*="col"]:nth-child(6) .feature-card { animation-delay: 440ms; }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-card::before {
    display: none;
  }
}

.cta-box {
  overflow: hidden;
}

.cta-box-no-bg {
  background: transparent !important;
}

.cta-box-no-bg::before {
  display: none;
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: -30% 20% auto -20%;
  height: 210px;
  background: radial-gradient(circle, rgba(var(--gradA), 0.35), transparent 70%);
  pointer-events: none;
}

.optional-fields {
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: var(--surface-thin);
}

.optional-fields summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
}

.optional-fields[open] summary {
  margin-bottom: 0.35rem;
}

.btn-submit-email {
  width: 100%;
}

.form-step-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: var(--surface-strong);
  overflow: hidden;
  border: 1px solid var(--stroke);
}

.form-step-progress-bar {
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--gradA), 1), rgba(var(--gradB), 1));
  transition: width 0.25s ease;
}

.form-step-labels {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.form-step-label {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}

.form-step-label.active {
  color: var(--text);
}

.privacy-disclosure,
.recaptcha-disclosure {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.privacy-disclosure a,
.recaptcha-disclosure a {
  color: var(--text);
  font-weight: 600;
}

.section-heading {
  margin-bottom: 2rem !important;
}

.section-heading p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.section-tech .section-heading h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
}

.section-tech .section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--gradA), 0.15), rgba(var(--gradA), 0.95), rgba(var(--gradC), 0.15));
  box-shadow: 0 0 14px rgba(var(--gradA), 0.28);
}

#depoimentos.section-tech .section-heading h2::after {
  height: 1px;
  box-shadow: 0 0 8px rgba(var(--gradA), 0.18);
}

.location-summary {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.location-summary-main,
.location-detail {
  min-height: 96px;
  padding: 1rem;
  border-color: rgba(var(--gradA), 0.18);
}

.location-summary-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.location-summary-main strong {
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.location-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: rgb(var(--gradA));
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.location-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--muted);
  line-height: 1.45;
}

.location-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(var(--gradA), 0.25);
  border-radius: 0.65rem;
  color: rgb(var(--gradA));
  background: rgba(var(--gradA), 0.1);
}

.location-note {
  max-width: 720px;
  margin: 0 auto 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.location-map-banner {
  position: relative;
  height: clamp(320px, 36vw, 460px);
  overflow: hidden;
  border-color: rgba(var(--gradA), 0.22);
  box-shadow: var(--shadow-card-soft);
}

.location-map-banner iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.94) contrast(1.03);
}

.location-map-bar {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  color: var(--text);
  background: rgba(5, 10, 16, 0.78);
  backdrop-filter: blur(12px);
  font-size: 0.86rem;
  font-weight: 800;
  pointer-events: none;
}

.location-map-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.location-actions {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .location-summary {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .location-summary {
    grid-template-columns: 1fr;
  }

  .location-summary-main,
  .location-detail {
    min-height: auto;
  }

  .location-map-banner {
    height: 400px;
  }

  .location-map-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.78rem;
  }
}

.card-variant-feature,
.card-variant-showcase,
.card-variant-proof,
.card-variant-docs {
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.22s ease;
}

.card-variant-feature {
  border-color: rgba(var(--gradA), 0.2);
}

.card-variant-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--gradA), 0.48);
  box-shadow: var(--glow-feature);
}

.card-variant-showcase {
  border-color: rgba(var(--gradB), 0.18);
  box-shadow: var(--shadow-card-soft);
}

.card-variant-showcase:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--gradB), 0.46);
  box-shadow: var(--glow-docs);
}

.section-showcase .project-thumb {
  transition: transform 0.28s ease, filter 0.28s ease;
}

.section-showcase .card-variant-showcase:hover .project-thumb {
  transform: scale(1.022);
  filter: saturate(1.06);
}

.card-variant-proof {
  border-color: rgba(var(--gradA), 0.18);
}

.card-variant-proof:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--gradA), 0.34);
  box-shadow: var(--glow-proof);
}

.card-variant-docs {
  border-color: rgba(var(--gradC), 0.22);
}

.card-variant-docs:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--gradB), 0.4);
  box-shadow: var(--glow-docs);
}

@media (min-width: 992px) {
  .btn-submit-email {
    width: auto;
  }
}

.bg-blobs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.34s ease;
}

html.fx-ready .bg-blobs {
  opacity: 1;
}

.blob {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(58px) saturate(1.35);
  opacity: 0.72;
  animation: floaty 11s ease-in-out infinite, blob-glow 3.6s ease-in-out infinite;
  mix-blend-mode: screen;
  will-change: transform, opacity, filter;
}

.blob-1 {
  left: -220px;
  top: -220px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--gradA), 0.84), transparent 64%);
  animation-duration: 11s, 3.4s;
  animation-delay: 0s, -0.5s;
}

.blob-2 {
  right: -230px;
  top: 40px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--gradC), 0.8), transparent 64%);
  animation-duration: 12.4s, 3.9s;
  animation-delay: -2.8s, -1.4s;
}

.blob-3 {
  left: 38%;
  bottom: -280px;
  background: radial-gradient(circle at 30% 30%, rgba(var(--gradB), 0.76), transparent 64%);
  animation-duration: 10.6s, 3.6s;
  animation-delay: -5.2s, -2.6s;
}

@keyframes floaty {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -18px) scale(1.04);
  }
}

@keyframes blob-glow {
  0%,
  100% {
    opacity: 0.58;
    filter: blur(56px) brightness(1.02) saturate(1.18);
  }
  24% {
    opacity: 0.78;
    filter: blur(60px) brightness(1.26) saturate(1.48);
  }
  50% {
    opacity: 0.98;
    filter: blur(66px) brightness(1.56) saturate(1.92);
  }
  76% {
    opacity: 0.74;
    filter: blur(59px) brightness(1.18) saturate(1.34);
  }
}

.accordion {
  border: 1px solid var(--stroke-soft);
}

.accordion-item {
  border-bottom: 1px solid var(--stroke-soft);
}

.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-button {
  color: var(--text) !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--text);
  box-shadow: inset 0 -1px 0 var(--stroke-soft);
}

/* Boost accordion chevron contrast in dark theme. */
.accordion-button::after {
  opacity: 0.96;
  filter: brightness(0) invert(0.92);
}

.back-to-top {
  position: fixed;
  right: 1.2rem;
  bottom: var(--floating-btn-bottom-offset);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.82rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}

body.has-recaptcha .back-to-top {
  bottom: calc(var(--floating-btn-bottom-offset) + 4.5rem);
}

.whatsapp-float {
  position: fixed;
  left: 0.95rem;
  bottom: var(--floating-btn-bottom-offset);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 44px;
  padding: 0.64rem 1rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(31, 179, 112, 0.62);
  text-decoration: none;
  color: #effff6;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(140deg, #43e38f, #25d366);
  box-shadow: 0 10px 30px rgba(15, 141, 85, 0.34);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
}

.whatsapp-float:hover {
  color: #f4fff9;
  border-color: rgba(21, 155, 93, 0.72);
  background: linear-gradient(140deg, #52e897, #1fc764);
  box-shadow: 0 12px 34px rgba(12, 127, 76, 0.36);
  transform: translateY(-1px);
}

.whatsapp-float i {
  font-size: 1.1rem;
}

.affiliate-banner {
  display: inline-block;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(var(--gradA), 0.28);
  background: linear-gradient(180deg, rgba(246, 255, 251, 0.98), rgba(233, 249, 241, 0.96));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  opacity: 0.98;
}

.affiliate-banner img {
  display: block;
  border-radius: 9px;
}

.affiliate-logo {
  max-width: 150px;
  height: auto;
  filter: saturate(1.08) contrast(1.08) brightness(1.02);
}

.affiliate-banner:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-sm);
  opacity: 1;
}

.footer-link {
  color: var(--muted);
  font-size: 1.1rem;
}

.footer-link:hover {
  color: var(--text);
}

.tablet-carousel-controls {
  display: none;
}

@media (max-width: 300px) {
  .display-5 {
    font-size: 1.56rem;
  }

  .lead {
    font-size: 1rem;
  }

  .btn-lg {
    padding: 0.65rem 0.9rem;
    font-size: 1rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  pre {
    font-size: 0.78rem;
  }

  .pill {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .hero-proof {
    max-width: 100%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    display: none;
  }

  .pill {
    font-size: 0.87rem;
    padding: 0.46rem 0.72rem;
  }

  .text-secondary-emphasis {
    line-height: 1.58;
  }

  .checklist i {
    font-size: 0.98rem;
  }

  #topNav .navbar-nav {
    gap: 0.45rem;
    padding-top: 0.35rem;
  }

  #topNav .nav-actions {
    gap: 0.45rem !important;
  }

  #topNav .nav-actions .btn.btn-sm {
    min-height: 40px;
    padding: 0.45rem 0.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #projects,
  #projects .container,
  #projects .projects-grid,
  #depoimentos,
  #depoimentos .container,
  #depoimentos .testimonials-grid {
    background: transparent !important;
  }

  #projects .projects-grid,
  #depoimentos .testimonials-grid {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #projects .projects-grid::-webkit-scrollbar,
  #depoimentos .testimonials-grid::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  #projects .projects-grid > *,
  #depoimentos .testimonials-grid > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start;
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
  }

  #projects .projects-grid .glass,
  #depoimentos .testimonials-grid .glass {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: 1px solid rgba(var(--gradB), 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  }

  #projects .projects-grid .project-thumb {
    border: 0;
    background: transparent;
  }

  #projects .projects-grid .hover-lift:hover,
  #depoimentos .testimonials-grid .hover-lift:hover {
    transform: none !important;
    border-color: rgba(var(--gradB), 0.58) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    background: transparent !important;
  }

  html[data-theme="light"] #projects .projects-grid .hover-lift:hover,
  html[data-theme="light"] #depoimentos .testimonials-grid .hover-lift:hover {
    border-color: rgba(24, 98, 166, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
    background: transparent !important;
  }

  .tablet-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .tablet-carousel-arrow {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    background: transparent;
    color: var(--text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .tablet-carousel-arrow[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
  }

  .tablet-carousel-dots {
    display: flex;
    align-items: center;
    gap: 0.45rem;
  }

  .tablet-carousel-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    background: transparent;
    padding: 0;
  }

  .tablet-carousel-dot.active {
    width: 1.3rem;
    background: transparent;
  }

  .pill {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem;
  }

  .text-secondary-emphasis {
    line-height: 1.62;
  }

  .checklist i {
    font-size: 1.02rem;
  }

  .tablet-carousel-dot {
    width: 0.62rem;
    height: 0.62rem;
  }

  .tablet-carousel-dot.active {
    width: 1.45rem;
  }
}


html[data-theme="light"] body {
  --light-bg0: #f1f7ff;
  --light-bg1: #e9f2ff;
  --light-bg2: #dce9ff;
  --bg0: var(--light-bg0);
  --bg1: var(--light-bg1);
  --bg2: var(--light-bg2);
  --card: rgba(255, 255, 255, 0.88);
  --card-strong: rgba(255, 255, 255, 0.95);
  --surface-thin: rgba(var(--light-surface-rgb), 0.68);
  --surface-strong: rgba(var(--light-surface-strong-rgb), 0.9);
  --stroke: rgba(var(--light-accent-rgb), 0.24);
  --stroke-soft: rgba(var(--light-accent-rgb), 0.17);
  --text: rgba(var(--light-accent-strong-rgb), 0.96);
  --muted: rgba(var(--light-muted-rgb), 0.84);
  --light-accent-rgb: 26, 83, 142;
  --light-accent-strong-rgb: 8, 31, 59;
  --light-surface-rgb: 236, 246, 255;
  --light-surface-strong-rgb: 224, 238, 253;
  --light-muted-rgb: 18, 59, 95;
  --light-muted-mobile-rgb: 19, 58, 93;
  --light-muted-tablet-rgb: 17, 56, 91;
  --light-check-rgb: 27, 138, 91;
  --light-success-strong-rgb: 9, 72, 44;
  --nav-glass-bg: rgba(255, 255, 255, 0.84);
  --nav-control-bg: rgba(var(--light-surface-rgb), 0.88);
  --hero-badge-bg: rgba(var(--light-surface-rgb), 0.9);
  --pill-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--light-surface-rgb), 0.98));
  --steps-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--light-surface-rgb), 0.98));
  --glass-bg-start: rgba(255, 255, 255, 0.9);
  --glass-bg-end: rgba(var(--light-surface-rgb), 0.96);
  --footer-bg-start: rgba(var(--light-surface-rgb), 0.92);
  --footer-bg-end: rgba(var(--light-surface-strong-rgb), 0.98);
  --section-divider-mid: rgba(var(--light-accent-rgb), 0.38);

  background-color: var(--bg0);
}

html[data-theme="light"][data-niche="estetica"] body {
  --light-bg0: #fdf8fc;
  --light-bg1: #f8f0f7;
  --light-bg2: #f1e5f0;
  --light-accent-rgb: 123, 74, 168;
  --light-accent-strong-rgb: 63, 34, 90;
  --light-surface-rgb: 249, 241, 250;
  --light-surface-strong-rgb: 243, 232, 246;
  --light-muted-rgb: 88, 56, 112;
  --light-muted-mobile-rgb: 84, 53, 107;
  --light-muted-tablet-rgb: 80, 50, 102;
}

html[data-theme="light"][data-niche="psicologia"] body {
  --light-bg0: #fcf8f1;
  --light-bg1: #f7efe2;
  --light-bg2: #f1e4d1;
  --light-accent-rgb: 146, 96, 38;
  --light-accent-strong-rgb: 83, 54, 21;
  --light-surface-rgb: 252, 245, 233;
  --light-surface-strong-rgb: 246, 234, 214;
  --light-muted-rgb: 105, 71, 31;
  --light-muted-mobile-rgb: 101, 67, 29;
  --light-muted-tablet-rgb: 97, 64, 27;
}

html[data-theme="light"][data-niche="emotion"] body {
  --light-bg0: #fbe1ec;
  --light-bg1: #f9d8e6;
  --light-bg2: #f6cedf;
  --light-accent-rgb: 199, 102, 136;
  --light-accent-strong-rgb: 120, 61, 86;
  --light-surface-rgb: 255, 246, 250;
  --light-surface-strong-rgb: 250, 236, 243;
  --light-muted-rgb: 115, 84, 98;
  --light-muted-mobile-rgb: 111, 81, 95;
  --light-muted-tablet-rgb: 108, 78, 92;
}

html[data-theme="light"] body::before {
  background-image:
    linear-gradient(rgba(var(--light-accent-rgb), 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--light-accent-rgb), 0.08) 1px, transparent 1px);
}

html[data-theme="light"] body::after {
  opacity: 0;
}

html[data-theme="light"] .nav-glass {
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(var(--light-accent-rgb), 0.2);
}

html[data-theme="light"] .nav-link {
  color: rgba(var(--light-accent-rgb), 0.8) !important;
}

html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .navbar-brand .brand-name {
  color: rgba(var(--light-accent-strong-rgb), 1) !important;
}

html[data-theme="light"] .navbar-dark .navbar-toggler {
  border-color: rgba(var(--light-accent-rgb), 0.38);
}

html[data-theme="light"] .navbar .navbar-toggler,
html[data-theme="light"] .navbar .theme-toggle-icon {
  border-color: rgba(var(--light-accent-rgb), 0.34);
  background: rgba(var(--light-surface-rgb), 0.88);
}

html[data-theme="light"] .navbar-dark .navbar-toggler-icon {
  background-image: none;
  background-color: rgba(var(--light-accent-strong-rgb), 0.9);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 991.98px) {
  html[data-theme="light"] .nav-mobile-panel {
    border-color: rgba(var(--light-accent-rgb), 0.22);
    background: transparent;
    box-shadow: none;
  }

  html[data-theme="light"] #topNav .nav-main .nav-link {
    color: rgba(var(--light-muted-rgb), 0.88) !important;
    background: transparent;
  }

  html[data-theme="light"] #topNav .nav-main .nav-link:hover,
  html[data-theme="light"] #topNav .nav-main .nav-link.active {
    color: rgba(var(--light-accent-strong-rgb), 0.98) !important;
    border-color: transparent;
    background: transparent;
  }
}

html[data-theme="light"] .btn-outline-light {
  color: rgba(var(--light-accent-strong-rgb), 0.98);
  border-color: rgba(var(--light-accent-rgb), 0.52);
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.96), rgba(var(--light-surface-strong-rgb), 0.98));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 8px 18px rgba(var(--light-accent-rgb), 0.12);
}

html[data-theme="light"] .btn-outline-light:hover {
  color: rgba(var(--light-accent-strong-rgb), 1);
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.98), rgba(var(--light-surface-strong-rgb), 1));
  border-color: rgba(var(--light-accent-rgb), 0.66);
  box-shadow: 0 12px 24px rgba(var(--light-accent-rgb), 0.16);
}

html[data-theme="light"] .palette-swatches {
  border-color: rgba(var(--light-accent-rgb), 0.38);
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.94), rgba(var(--light-surface-strong-rgb), 0.98));
}

html[data-theme="light"] .palette-fab-toggle {
  border-color: rgba(var(--light-accent-rgb), 0.4);
  background: rgba(var(--light-surface-rgb), 0.92);
  color: rgba(var(--light-accent-strong-rgb), 0.96);
}

html[data-theme="light"] .palette-fab-panel {
  border-color: rgba(var(--light-accent-rgb), 0.38);
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.94), rgba(var(--light-surface-strong-rgb), 0.98));
  box-shadow: 0 10px 22px rgba(var(--light-accent-rgb), 0.16);
}

html[data-theme="light"] .palette-dot {
  border-color: rgba(var(--light-accent-strong-rgb), 0.26);
}

html[data-theme="light"] .palette-dot.active {
  border-color: rgba(var(--light-accent-strong-rgb), 0.88);
  box-shadow: 0 0 0 2px rgba(var(--light-accent-rgb), 0.2);
}

html[data-theme="light"] .btn-primary {
  color: rgba(var(--light-accent-strong-rgb), 0.98);
  border-color: rgba(var(--light-accent-rgb), 0.72);
  box-shadow: 0 10px 24px rgba(var(--light-accent-rgb), 0.28);
}

html[data-theme="light"] .btn-primary:hover {
  color: rgba(var(--light-accent-strong-rgb), 1);
  border-color: rgba(var(--light-accent-rgb), 0.78);
}

html[data-theme="light"] .text-bg-primary-subtle {
  background: rgba(var(--light-accent-rgb), 0.2) !important;
  border-color: rgba(var(--light-accent-rgb), 0.34) !important;
  color: rgba(var(--light-accent-strong-rgb), 0.98) !important;
}

html[data-theme="light"] .text-bg-success-subtle {
  background: rgba(var(--light-check-rgb), 0.18) !important;
  border-color: rgba(var(--light-check-rgb), 0.36) !important;
  color: rgba(var(--light-success-strong-rgb), 0.98) !important;
}

html[data-theme="light"] .card-variant-docs:hover .text-bg-success-subtle {
  border-color: rgba(var(--light-check-rgb), 0.52) !important;
  box-shadow: 0 0 0 1px rgba(var(--light-check-rgb), 0.2), 0 0 10px rgba(var(--light-check-rgb), 0.16);
  background: rgba(var(--light-check-rgb), 0.22) !important;
}

html[data-theme="light"] .footer {
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.92), rgba(var(--light-surface-strong-rgb), 0.98));
}

html[data-theme="light"] .footer-bottom {
  border-top-color: rgba(var(--light-accent-rgb), 0.18);
}

html[data-theme="light"] .pill,
html[data-theme="light"] .steps li {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(var(--light-surface-rgb), 0.98));
  border-color: rgba(var(--light-accent-rgb), 0.28);
  color: rgba(var(--light-accent-strong-rgb), 0.96);
}

html[data-theme="light"] .pill i {
  color: rgba(var(--light-accent-rgb), 0.9);
}

html[data-theme="light"] .step-num {
  border-color: rgba(var(--light-accent-rgb), 0.44);
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.96), rgba(var(--light-surface-strong-rgb), 0.98));
  color: rgba(var(--light-accent-strong-rgb), 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 4px 10px rgba(var(--light-accent-rgb), 0.14);
}

html[data-theme="light"] .glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(var(--light-surface-rgb), 0.96));
  border-color: rgba(var(--light-accent-rgb), 0.24);
  box-shadow: 0 14px 34px rgba(var(--light-accent-rgb), 0.14);
}

html[data-theme="light"] .section-tech .section-heading h2::after {
  background: linear-gradient(90deg, rgba(var(--light-accent-rgb), 0.1), rgba(var(--light-accent-rgb), 0.85), rgba(var(--light-accent-rgb), 0.1));
  box-shadow: 0 0 12px rgba(var(--light-accent-rgb), 0.2);
}

html[data-theme="light"] #depoimentos.section-tech .section-heading h2::after {
  box-shadow: 0 0 8px rgba(var(--light-accent-rgb), 0.14);
}

html[data-theme="light"] .card-variant-feature {
  border-color: rgba(var(--light-accent-rgb), 0.22);
}

html[data-theme="light"] .card-variant-feature:hover {
  border-color: rgba(var(--light-accent-rgb), 0.44);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.2), 0 0 16px rgba(var(--light-accent-rgb), 0.14);
}

html[data-theme="light"] .card-variant-showcase {
  border-color: rgba(var(--light-accent-rgb), 0.24);
}

html[data-theme="light"] .card-variant-showcase:hover {
  border-color: rgba(var(--light-accent-rgb), 0.42);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.16), 0 0 14px rgba(var(--light-accent-rgb), 0.12);
}

html[data-theme="light"] .card-variant-proof {
  border-color: rgba(var(--light-accent-rgb), 0.2);
}

html[data-theme="light"] .card-variant-proof:hover {
  border-color: rgba(var(--light-accent-rgb), 0.36);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.14), 0 0 12px rgba(var(--light-accent-rgb), 0.1);
}

html[data-theme="light"] .card-variant-docs {
  border-color: rgba(var(--light-accent-rgb), 0.24);
}

html[data-theme="light"] .card-variant-docs:hover {
  border-color: rgba(var(--light-accent-rgb), 0.38);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.14), 0 0 12px rgba(var(--light-accent-rgb), 0.08);
}

html[data-theme="light"] .hero-badge,
html[data-theme="light"] .metric,
html[data-theme="light"] .feature-icon {
  border-color: rgba(var(--light-accent-rgb), 0.34);
}

html[data-theme="light"] #features .feature-card {
  border-color: rgba(var(--light-accent-rgb), 0.3);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(var(--light-surface-rgb), 0.98));
}

html[data-theme="light"] #features .feature-card:hover {
  border-color: rgba(var(--light-accent-rgb), 0.52);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.18), 0 0 14px rgba(var(--light-accent-rgb), 0.14);
}

html[data-theme="light"] #features .feature-icon {
  background: linear-gradient(135deg, rgba(var(--light-accent-rgb), 0.26), rgba(var(--light-accent-rgb), 0.34));
  border-color: rgba(var(--light-accent-rgb), 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 6px 14px rgba(var(--light-accent-rgb), 0.16);
}

html[data-theme="light"] #features .feature-icon i {
  color: rgba(var(--light-accent-strong-rgb), 0.98);
}

html[data-theme="light"] .hero-badge {
  background: rgba(var(--light-surface-rgb), 0.9);
}

html[data-theme="light"] .metric {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(var(--light-surface-rgb), 0.98));
}

html[data-theme="light"] .metric-label {
  color: rgba(var(--light-muted-rgb), 0.82);
}

html[data-theme="light"] .avatar {
  border-color: rgba(var(--light-accent-rgb), 0.32);
  box-shadow: 0 8px 16px rgba(var(--light-accent-rgb), 0.16);
}

html[data-theme="light"] .quote-stars {
  color: rgba(var(--light-accent-rgb), 0.86);
}

html[data-theme="light"] .quote-mark {
  color: rgba(var(--light-accent-rgb), 0.72);
}

html[data-theme="light"] .text-secondary-emphasis {
  color: rgba(var(--light-muted-rgb), 0.9) !important;
}

html[data-theme="light"] .checklist i {
  color: rgba(var(--light-check-rgb), 0.94);
}

html[data-theme="light"] .nav-link.active::after {
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.32), 0 0 14px rgba(var(--light-accent-rgb), 0.42);
}

html[data-theme="light"] .accordion {
  border-color: rgba(var(--light-accent-rgb), 0.26);
}

html[data-theme="light"] .accordion-item {
  border-bottom-color: rgba(var(--light-accent-rgb), 0.2);
}

html[data-theme="light"] .accordion-button {
  color: rgba(var(--light-accent-strong-rgb), 0.98) !important;
}

html[data-theme="light"] .accordion-button::after {
  filter: none;
  opacity: 0.92;
}

html[data-theme="light"] .accordion-button:not(.collapsed) {
  background: rgba(var(--light-surface-rgb), 0.9);
}

html[data-theme="light"] .section-divider {
  display: none !important;
}

html[data-theme="light"] .location-map-bar {
  color: rgba(var(--light-accent-strong-rgb), 0.98);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(var(--light-accent-rgb), 0.26);
  box-shadow: 0 8px 22px rgba(var(--light-accent-rgb), 0.12);
}

html[data-theme="light"] .footer-link {
  color: rgba(var(--light-muted-rgb), 0.86);
}

html[data-theme="light"] .footer-link:hover {
  color: rgba(var(--light-accent-strong-rgb), 1);
}

html[data-theme="light"] .affiliate-banner {
  background: linear-gradient(180deg, rgba(var(--light-surface-rgb), 0.94), rgba(var(--light-surface-strong-rgb), 0.98));
  border-color: rgba(var(--light-check-rgb), 0.32);
  box-shadow: 0 10px 24px rgba(var(--light-check-rgb), 0.14);
}

html[data-theme="light"] .affiliate-logo {
  filter: none;
}

html[data-theme="light"] .whatsapp-float {
  color: rgba(var(--light-success-strong-rgb), 1);
  border-color: rgba(var(--light-check-rgb), 0.62);
  box-shadow: 0 10px 26px rgba(var(--light-check-rgb), 0.24);
}

html[data-theme="light"] .tablet-carousel-arrow {
  background: transparent;
  color: rgba(var(--light-accent-strong-rgb), 0.96);
  border-color: rgba(var(--light-accent-rgb), 0.4);
}

html[data-theme="light"] .tablet-carousel-dot {
  border-color: rgba(var(--light-accent-rgb), 0.5);
  background: rgba(var(--light-surface-strong-rgb), 0.5);
}

html[data-theme="light"] .tablet-carousel-dot.active {
  border-color: rgba(var(--light-accent-rgb), 0.7);
  background: rgba(var(--light-accent-rgb), 0.34);
  box-shadow: 0 0 0 1px rgba(var(--light-accent-rgb), 0.2);
}

@media (max-width: 576px) {
  html[data-theme="light"] .text-secondary-emphasis {
    color: rgba(var(--light-muted-mobile-rgb), 0.9) !important;
  }

  html[data-theme="light"] .pill {
    border-color: rgba(var(--light-accent-rgb), 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(var(--light-surface-rgb), 0.99));
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  html[data-theme="light"] .text-secondary-emphasis {
    color: rgba(var(--light-muted-tablet-rgb), 0.92) !important;
  }

  html[data-theme="light"] .pill {
    border-color: rgba(var(--light-accent-rgb), 0.34);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(var(--light-surface-rgb), 0.99));
  }

  html[data-theme="light"] .tablet-carousel-dot {
    border-color: rgba(var(--light-accent-rgb), 0.58);
    background: rgba(var(--light-surface-strong-rgb), 0.62);
  }

  html[data-theme="light"] .tablet-carousel-dot.active {
    border-color: rgba(var(--light-accent-rgb), 0.78);
    background: rgba(var(--light-accent-rgb), 0.44);
  }
}

html[data-theme="light"] .codebox {
  background: rgba(8, 12, 20, 0.88);
  border-color: rgba(8, 12, 20, 0.35);
}

html[data-theme="light"] .codebox pre,
html[data-theme="light"] .codebox code {
  color: rgba(255, 255, 255, 0.95);
}

html[data-theme="light"] code {
  color: rgba(var(--light-accent-strong-rgb), 0.96);
  background: rgba(var(--light-accent-rgb), 0.1);
  border-radius: 6px;
  padding: 0 0.25rem;
}

/* Emotion custom palette (based on public/assets/img/img_1.jpg) */
html[data-niche="emotion"] {
  --bg0: #f9d3e5;
  --bg1: #f9d3e5;
  --bg2: #f9d3e5;
  --text: #2f2229;
  --muted: rgba(110, 79, 93, 0.9);
  --emotion-muted-solid: #6e5361;
  --emotion-nav-link: #6e4a59;
  --emotion-nav-link-active: #3f2a33;
  --emotion-brand: #7b4b59;
  --emotion-primary: #c85e88;
  --emotion-primary-hover: #b14e77;
  --emotion-primary-rgb: 200, 94, 136;
  --emotion-primary-soft-rgb: 148, 88, 105;
  --emotion-cta-border: rgba(221, 143, 176, 0.92);
  --emotion-cta-hover-border: rgba(237, 179, 204, 0.96);
  --emotion-cta-hover-start: #d86f99;
  --emotion-cta-hover-end: #bd5681;
  --emotion-cta-shadow: rgba(177, 78, 119, 0.38);
  --emotion-icon-grad-start: #d1729a;
  --emotion-icon-grad-end: #b4527b;
  --emotion-title-strong: #4d2d3b;
  --emotion-card-text: #3f2a33;
  --emotion-icon-soft: #d392aa;
  --emotion-badge-bg: #f2c1d7;
  --emotion-badge-border: #d8a7be;
  --emotion-badge-text: #7a3f57;
  --emotion-badge-icon: #7b3f52;
  --emotion-steps-border: #d9a8b5;
  --emotion-steps-bg: #f3dbe0;
  --emotion-mapbar-text: #6a4052;
  --emotion-mapbar-bg: rgba(244, 223, 222, 0.94);
  --emotion-toggler-border: #c98c9b;
  --emotion-toggler-bg: rgba(255, 243, 246, 0.92);
  --emotion-toggler-icon: #8a4e5f;
  --card: rgba(255, 244, 250, 0.95);
  --card-strong: rgba(255, 235, 246, 0.97);
  --surface-thin: rgba(250, 220, 235, 0.72);
  --surface-strong: rgba(246, 205, 225, 0.86);
  --stroke: rgba(200, 94, 136, 0.34);
  --stroke-soft: rgba(200, 94, 136, 0.22);
  --gradA: 200, 94, 136;
  --gradB: 177, 78, 119;
  --gradC: 146, 63, 99;
  --grid-opacity: 0;
  --body-accent-mask: none;
  --body-overlay: none;
  --nav-glass-bg: #ffe7f0;
  --nav-control-bg: rgba(240, 196, 218, 0.88);
  --hero-badge-bg: rgba(238, 198, 218, 0.86);
  --pill-bg: rgba(238, 198, 218, 0.78);
  --steps-bg: rgba(234, 188, 212, 0.82);
  --glass-bg-start: rgba(255, 238, 247, 0.97);
  --glass-bg-end: rgba(245, 201, 223, 0.93);
  --footer-bg-start: #ffe7f0;
  --footer-bg-end: #ffe7f0;
  --section-divider-mid: rgba(200, 94, 136, 0.34);
}

html[data-niche="emotion"] body::before,
html[data-niche="emotion"] body::after {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

html[data-niche="emotion"] .bg-blobs,
html[data-niche="emotion"] .blob {
  display: none !important;
}

html[data-niche="emotion"] .footer {
  background: var(--nav-glass-bg);
  border-top-color: transparent;
}

html[data-niche="emotion"] .nav-glass {
  background: var(--nav-glass-bg) !important;
  border-bottom-color: transparent;
}

html[data-niche="emotion"] body {
  background-color: var(--bg0) !important;
}

html[data-niche="emotion"] .section-tech .glass {
  box-shadow: 0 14px 32px rgba(122, 61, 86, 0.22);
}

html[data-niche="emotion"].fx-ready .section-tech .glass {
  box-shadow: 0 18px 40px rgba(122, 61, 86, 0.26);
}

html[data-niche="emotion"] .navbar .nav-link {
  color: var(--emotion-nav-link) !important;
}

html[data-niche="emotion"] .navbar .nav-link:hover,
html[data-niche="emotion"] .navbar .nav-link.active {
  color: var(--emotion-nav-link-active) !important;
}

html[data-niche="emotion"] .navbar .nav-link.nav-link-cta,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta:visited,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta:hover,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta:focus,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta:focus-visible,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta:active,
html[data-niche="emotion"] .navbar .nav-link.nav-link-cta.active {
  color: #ffffff !important;
}

html[data-niche="emotion"] .navbar-brand .brand-name {
  color: var(--emotion-brand) !important;
}

html[data-niche="emotion"] .nav-social-link {
  color: var(--emotion-nav-link);
  border-color: rgba(200, 116, 151, 0.28);
  background: rgba(255, 255, 255, 0.3);
}

html[data-niche="emotion"] .nav-social-link:hover,
html[data-niche="emotion"] .nav-social-link:focus-visible {
  color: var(--emotion-nav-link-active);
  border-color: rgba(var(--emotion-primary-rgb), 0.42);
  background: rgba(var(--emotion-primary-rgb), 0.14);
}

html[data-niche="emotion"] .navbar-logo-dark {
  display: block;
  filter: brightness(0.62) contrast(1.2) saturate(0.92);
}

html[data-niche="emotion"] .navbar-logo-light {
  display: none;
}

html[data-niche="emotion"] .btn-outline-light {
  color: #ffffff !important;
  border: none !important;
  background: var(--emotion-primary);
}

html[data-niche="emotion"] .btn-outline-light:hover {
  color: #ffffff !important;
  background: var(--emotion-primary-hover);
  border: none !important;
  transform: translateY(-1px);
}

html[data-niche="emotion"] .btn-outline-light:focus,
html[data-niche="emotion"] .btn-outline-light:active {
  border: none !important;
}

html[data-niche="emotion"] .feature-icon,
html[data-niche="emotion"] .mini-icon,
html[data-niche="emotion"] .location-detail-icon {
  background: linear-gradient(145deg, var(--emotion-icon-grad-start), var(--emotion-icon-grad-end)) !important;
  border-color: var(--emotion-primary) !important;
}

html[data-niche="emotion"] .card-variant-feature {
  background: linear-gradient(165deg, rgba(252, 226, 239, 0.96), rgba(233, 173, 202, 0.9));
}

html[data-niche="emotion"] .card-variant-docs {
  background: linear-gradient(165deg, rgba(250, 220, 236, 0.96), rgba(228, 162, 193, 0.9));
}

html[data-niche="emotion"] .card-variant-proof {
  background: linear-gradient(165deg, rgba(252, 224, 238, 0.97), rgba(231, 169, 199, 0.92));
}

html[data-niche="emotion"] .glass {
  background: linear-gradient(180deg, rgba(252, 228, 240, 0.95), rgba(236, 182, 209, 0.91));
  border-color: rgba(200, 94, 136, 0.28);
}

html[data-niche="emotion"] #sobre-mim,
html[data-niche="emotion"] #psicoterapia,
html[data-niche="emotion"] #terapia-casal,
html[data-niche="emotion"] #agendar,
html[data-niche="emotion"] #form-orcamento {
  background-image: none;
  background-color: transparent;
}

html[data-niche="emotion"] #sobre-mim {
  background-color: transparent;
  background-image: none;
}

html[data-niche="emotion"] #psicoterapia,
html[data-niche="emotion"] #terapia-casal {
  background-color: transparent;
}

html[data-niche="emotion"] #sobre-mim,
html[data-niche="emotion"] #terapia-casal {
  overflow-x: clip;
}

html[data-niche="emotion"] #psicoterapia .feature-card h3 {
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 500 !important;
  letter-spacing: 0.005em;
}

html[data-niche="emotion"] .emotional-section-card {
  border: 1px solid rgba(var(--emotion-primary-rgb), 0.24);
}

html[data-niche="emotion"] .emotional-checklist {
  gap: 0.72rem;
}

html[data-niche="emotion"] .emotional-checklist li {
  align-items: flex-start;
}

html[data-niche="emotion"] .emotional-checklist i {
  margin-top: 0.18rem;
  color: rgba(var(--emotion-primary-rgb), 0.92);
}

html[data-niche="emotion"] .emotional-section-highlight {
  color: var(--emotion-title-strong);
  font-weight: 600;
}

html[data-niche="emotion"] .journey-card,
html[data-niche="emotion"] .journey-points-card,
html[data-niche="emotion"] .journey-panel,
html[data-niche="emotion"] .journey-transition {
  border-color: rgba(var(--emotion-primary-rgb), 0.24);
  background: linear-gradient(180deg, rgba(var(--emotion-primary-rgb), 0.16), rgba(var(--emotion-primary-rgb), 0.06));
  box-shadow: 0 18px 34px -30px rgba(var(--emotion-primary-rgb), 0.36);
}

html[data-niche="emotion"] .journey-card.journey-card-plain,
html[data-niche="emotion"] .journey-points-card.journey-points-card-plain {
  border: 0;
  background: transparent;
  box-shadow: none;
}

html[data-niche="emotion"] .journey-card-media {
  border-color: rgba(var(--emotion-primary-rgb), 0.2);
  background: rgba(var(--emotion-primary-rgb), 0.08);
}

html[data-niche="emotion"] .journey-card-before {
  background: linear-gradient(180deg, rgba(var(--emotion-primary-rgb), 0.22), rgba(var(--emotion-primary-rgb), 0.08));
  border-color: rgba(var(--emotion-primary-rgb), 0.34);
}

html[data-niche="emotion"] .journey-card-after {
  background: linear-gradient(180deg, rgba(var(--emotion-primary-rgb), 0.28), rgba(var(--emotion-primary-rgb), 0.1));
  border-color: rgba(var(--emotion-primary-rgb), 0.4);
}

html[data-niche="emotion"] .journey-kicker {
  color: var(--emotion-title-strong);
}

html[data-niche="emotion"] .journey-points-title,
html[data-niche="emotion"] .journey-transition-link {
  color: var(--emotion-title-strong);
}

html[data-niche="emotion"] .testimonial-card {
  border-color: rgba(var(--emotion-primary-rgb), 0.34);
  background: linear-gradient(180deg, rgba(var(--emotion-primary-rgb), 0.22), rgba(var(--emotion-primary-rgb), 0.08));
  box-shadow: 0 18px 34px -30px rgba(var(--emotion-primary-rgb), 0.52);
}

html[data-niche="emotion"] .testimonial-name {
  color: #3f2431;
}

html[data-niche="emotion"] .testimonial-role {
  color: rgba(77, 45, 59, 0.92);
  font-weight: 600;
}

html[data-niche="emotion"] .testimonial-quote {
  color: rgba(77, 45, 59, 0.9);
}

html[data-niche="emotion"] #depoimentos .testimonial-card:hover,
html[data-niche="emotion"] #depoimentos .testimonial-card:focus-within {
  border-color: rgba(var(--emotion-primary-rgb), 0.54);
  box-shadow: 0 24px 44px -26px rgba(var(--emotion-primary-rgb), 0.64);
}

html[data-niche="emotion"] .about-jersika-grid {
  display: grid;
  grid-template-columns: minmax(300px, 620px) minmax(320px, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

html[data-niche="emotion"] .about-jersika-media {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}

html[data-niche="emotion"] .about-jersika-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

html[data-niche="emotion"] .about-jersika-shape-lilac {
  width: clamp(74px, 8.4vw, 122px);
  height: clamp(74px, 8.4vw, 122px);
  left: clamp(-12px, -1.4vw, -20px);
  top: clamp(-14px, -1.6vw, -24px);
  background: rgba(237, 208, 226, 0.62);
}

html[data-niche="emotion"] .about-jersika-shape-rose {
  width: clamp(124px, 12vw, 176px);
  height: clamp(124px, 12vw, 176px);
  right: clamp(-16px, -1.4vw, -26px);
  bottom: clamp(-20px, -2.4vw, -34px);
  background: rgba(247, 206, 224, 0.66);
}

html[data-niche="emotion"] .about-jersika-photo {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 32px 60px rgba(102, 62, 78, 0.16);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-niche="emotion"] .about-jersika-photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
}

html[data-niche="emotion"] .about-jersika-media:hover .about-jersika-photo,
html[data-niche="emotion"] .about-jersika-media:focus-within .about-jersika-photo {
  transform: translateY(-6px);
  box-shadow: 0 38px 70px rgba(102, 62, 78, 0.24);
}

html[data-niche="emotion"] .about-jersika-media:hover .about-jersika-photo img,
html[data-niche="emotion"] .about-jersika-media:focus-within .about-jersika-photo img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

html[data-niche="emotion"] .about-jersika-content {
  max-width: 700px;
}

html[data-niche="emotion"] .about-jersika-content.section-heading {
  margin-bottom: 0 !important;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
}

html[data-niche="emotion"] .about-jersika-content.section-heading h2 {
  display: block;
  width: 100%;
  text-align: center;
}

html[data-niche="emotion"] .about-jersika-content.section-heading p {
  margin-left: 0;
  margin-right: 0;
}

html[data-niche="emotion"] .about-jersika-description {
  max-width: 100%;
  width: 100%;
  text-align: left;
}

html[data-niche="emotion"] .couple-therapy-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(340px, 620px);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

html[data-niche="emotion"] .couple-therapy-layout {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.5rem);
}

html[data-niche="emotion"] .couple-therapy-intro.section-heading {
  margin-bottom: 0 !important;
}

html[data-niche="emotion"] .couple-therapy-content {
  margin-bottom: 0 !important;
}

html[data-niche="emotion"] .couple-therapy-description {
  width: 100%;
}

html[data-niche="emotion"] .couple-therapy-accordion {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(200, 116, 151, 0.35);
  background: rgba(252, 225, 237, 0.55);
}

html[data-niche="emotion"] .couple-therapy-accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(200, 116, 151, 0.25);
  background: linear-gradient(160deg, rgba(252, 225, 237, 0.95), rgba(238, 188, 213, 0.92));
}

html[data-niche="emotion"] .couple-therapy-accordion-item:last-child {
  border-bottom: 0;
}

html[data-niche="emotion"] .couple-therapy-accordion-button {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.2rem;
  color: var(--emotion-card-text) !important;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.005em;
  background: transparent !important;
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 220ms ease;
}

html[data-niche="emotion"] .couple-therapy-accordion-button i {
  color: var(--emotion-icon-soft) !important;
  font-size: 1rem;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

html[data-niche="emotion"] .couple-therapy-accordion-button:hover,
html[data-niche="emotion"] .couple-therapy-accordion-button:focus-visible {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 26px -18px rgba(var(--emotion-primary-rgb), 0.55);
}

html[data-niche="emotion"] .couple-therapy-accordion-button:hover i,
html[data-niche="emotion"] .couple-therapy-accordion-button:focus-visible i {
  transform: translateY(-1px) scale(1.12) rotate(-4deg);
  filter: saturate(1.12) contrast(1.04);
}

html[data-niche="emotion"] .couple-therapy-accordion-button:not(.collapsed) {
  font-weight: 600;
  box-shadow: inset 0 -1px 0 rgba(200, 116, 151, 0.25);
}

html[data-niche="emotion"] .couple-therapy-accordion-button::after {
  filter: none;
  opacity: 0.75;
}

html[data-niche="emotion"] .couple-therapy-accordion-body {
  padding: 0.85rem 1.2rem 1.1rem;
}

html[data-niche="emotion"] .couple-therapy-accordion-body p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--emotion-muted-solid);
  line-height: 1.58;
}

html[data-niche="emotion"] .couple-therapy-media {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-inline: auto;
}

html[data-niche="emotion"] .couple-therapy-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

html[data-niche="emotion"] .couple-therapy-shape-lilac {
  width: clamp(74px, 8.4vw, 122px);
  height: clamp(74px, 8.4vw, 122px);
  left: clamp(-16px, -2vw, -26px);
  top: clamp(-18px, -2vw, -28px);
  background: rgba(237, 208, 226, 0.62);
}

html[data-niche="emotion"] .couple-therapy-shape-rose {
  width: clamp(124px, 12vw, 176px);
  height: clamp(124px, 12vw, 176px);
  right: clamp(-22px, -2vw, -34px);
  bottom: clamp(-28px, -3vw, -42px);
  background: rgba(247, 206, 224, 0.66);
}

html[data-niche="emotion"] .couple-therapy-photo {
  display: block;
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 32px 60px rgba(102, 62, 78, 0.16);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-niche="emotion"] .couple-therapy-photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease;
}

html[data-niche="emotion"] .couple-therapy-media:hover .couple-therapy-photo,
html[data-niche="emotion"] .couple-therapy-media:focus-within .couple-therapy-photo {
  transform: translateY(-6px);
  box-shadow: 0 38px 70px rgba(102, 62, 78, 0.24);
}

html[data-niche="emotion"] .couple-therapy-media:hover .couple-therapy-photo img,
html[data-niche="emotion"] .couple-therapy-media:focus-within .couple-therapy-photo img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

@media (prefers-reduced-motion: no-preference) {
  html[data-niche="emotion"].fx-ready .about-jersika-photo {
    animation: emotion-photo-float 7.4s ease-in-out infinite;
  }

  html[data-niche="emotion"].fx-ready .couple-therapy-photo {
    animation: emotion-photo-float 8.2s ease-in-out infinite;
    animation-delay: -1.1s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-niche="emotion"] .about-jersika-photo,
  html[data-niche="emotion"] .couple-therapy-photo,
  html[data-niche="emotion"] .about-jersika-photo img,
  html[data-niche="emotion"] .couple-therapy-photo img {
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 991.98px) {
  html[data-niche="emotion"] .about-jersika-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  html[data-niche="emotion"] .about-jersika-media {
    max-width: 430px;
    margin-inline: auto;
  }

  html[data-niche="emotion"] .about-jersika-content {
    max-width: 100%;
  }

  html[data-niche="emotion"] .about-jersika-description {
    max-width: 52ch;
  }

  html[data-niche="emotion"] .couple-therapy-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  html[data-niche="emotion"] .couple-therapy-media {
    max-width: 500px;
    margin-inline: auto;
    order: -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-niche="emotion"] .couple-therapy-accordion-button,
  html[data-niche="emotion"] .couple-therapy-accordion-button i {
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 575.98px) {
  html[data-niche="emotion"] .about-jersika-content {
    padding-inline: clamp(0.3rem, 3.6vw, 0.8rem);
  }

  html[data-niche="emotion"] .about-jersika-description {
    margin-inline: 0;
  }

  html[data-niche="emotion"] .about-jersika-photo {
    border-radius: 28px;
  }

  html[data-niche="emotion"] .about-jersika-photo img {
    aspect-ratio: 4 / 5.3;
    object-fit: cover;
    object-position: center top;
  }

  html[data-niche="emotion"] .couple-therapy-photo {
    border-radius: 28px;
  }

  html[data-niche="emotion"] .couple-therapy-photo img {
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    height: auto;
  }
}

html[data-niche="emotion"] .whatsapp-float {
  background: var(--emotion-primary) !important;
  color: #ffffff !important;
}

html[data-niche="emotion"] .whatsapp-float:hover,
html[data-niche="emotion"] .whatsapp-float:focus,
html[data-niche="emotion"] .whatsapp-float:active {
  background: var(--emotion-primary-hover) !important;
  color: #ffffff !important;
}

html[data-niche="emotion"] .whatsapp-float span,
html[data-niche="emotion"] .whatsapp-float i {
  color: #ffffff !important;
}

html[data-niche="emotion"] p,
html[data-niche="emotion"] .text-secondary-emphasis,
html[data-niche="emotion"] .footer-note,
html[data-niche="emotion"] .footer-meta {
  color: var(--emotion-muted-solid) !important;
}

html[data-niche="emotion"] .feature-icon i,
html[data-niche="emotion"] .mini-icon i,
html[data-niche="emotion"] .location-detail-icon i,
html[data-niche="emotion"] .btn i {
  color: #ffffff !important;
}

html[data-niche="emotion"] .btn,
html[data-niche="emotion"] .btn:hover,
html[data-niche="emotion"] .btn:focus,
html[data-niche="emotion"] .btn:active {
  color: #ffffff !important;
}
/* BOTÃO DO CTA DA HERO */
html[data-niche="emotion"] .btn-primary {
  border: none !important;
  background: var(--emotion-primary);
  box-shadow: 0 10px 26px rgba(var(--emotion-primary-rgb), 0.35);
}

html[data-niche="emotion"] .btn-primary:hover {
  border: none !important;
  background: var(--emotion-primary-hover);
  transform: translateY(-1px);
}

html[data-niche="emotion"] .display-5 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.14;
}

html[data-niche="emotion"] .lead {
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  line-height: 1.62;
  max-width: 52ch;
}

html[data-niche="emotion"] .hero-subtitle {
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.56;
}

@media (max-width: 576px) {
  html[data-niche="emotion"] .display-5 {
    font-size: 1.95rem;
    line-height: 1.2;
  }

  html[data-niche="emotion"] .lead {
    font-size: 1rem;
    line-height: 1.64;
  }
}
/* BADGE DA HERO */
html[data-niche="emotion"] .hero-badge,
html[data-niche="emotion"] .pill {
  background: var(--emotion-badge-bg) !important;
  border-color: var(--emotion-badge-border) !important;
  color: var(--emotion-badge-text) !important;
}

html[data-niche="emotion"] .metric-kpi {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.35;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

html[data-niche="emotion"] .metric-label {
  min-height: 2.9rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-wrap: balance;
}

html[data-niche="emotion"] .hero-badge span,
html[data-niche="emotion"] .pill span,
html[data-niche="emotion"] .hero-badge i,
html[data-niche="emotion"] .pill i {
  color: var(--emotion-badge-icon) !important;
}

html[data-niche="emotion"] .badge,
html[data-niche="emotion"] .badge * {
  color: var(--emotion-badge-icon) !important;
}

html[data-niche="emotion"] .steps li {
  border-color: var(--emotion-steps-border);
  background: var(--emotion-steps-bg);
}

html[data-niche="emotion"] .step-num {
  border: 1px solid var(--emotion-primary);
  background: var(--emotion-primary);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(var(--emotion-primary-rgb), 0.25);
}

html[data-niche="emotion"] .location-map-bar {
  border: 1px solid var(--emotion-steps-border);
  color: var(--emotion-mapbar-text);
  background: var(--emotion-mapbar-bg);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(var(--emotion-primary-soft-rgb), 0.16);
}

html[data-niche="emotion"] .hero-title-part-1 {
  color: var(--emotion-title-strong);
}

html[data-niche="emotion"] .hero-title-part-3 {
  color: var(--emotion-title-strong);
}

html[data-niche="emotion"] .navbar .navbar-toggler {
  border-color: var(--emotion-toggler-border) !important;
  background: var(--emotion-toggler-bg) !important;
  border-radius: 0.5rem !important;
  min-height: 36px !important;
  min-width: 46px !important;
  padding: 0.28rem 0.48rem !important;
}

html[data-niche="emotion"] .navbar .navbar-toggler-icon {
  background-image: none;
  background-color: var(--emotion-toggler-icon);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 991.98px) {
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:visited,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:focus,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:focus-visible,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:hover,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:active,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta.active {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0.55rem !important;
    margin-bottom: 0.2rem !important;
    padding: 0.78rem 1rem !important;
    border-radius: 14px !important;
    background: var(--emotion-primary) !important;
    border: 1px solid var(--emotion-primary-hover) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    letter-spacing: 0.03em;
    text-transform: none;
    font-size: 0.88rem;
    line-height: 1.2;
  }

  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:hover,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta:active,
  html[data-niche="emotion"] #topNav .nav-main .nav-link.nav-link-cta.active {
    background: var(--emotion-primary-hover) !important;
    color: #ffffff !important;
  }
}
