:root {
  --color-bg: #faf7f2;
  --color-surface: #fffdf9;
  --color-surface-soft: #f3ece5;
  --color-border: #e5d8cd;
  --color-primary: #6f4e46;
  --color-primary-hover: #5a3f39;
  --color-primary-soft: #eaddd5;
  --color-sage: #78866b;
  --color-sage-dark: #4f5f50;
  --color-accent: #b8896b;
  --color-accent-strong: #93654c;
  --color-text: #2a2421;
  --color-text-muted: #695d56;
  --color-white: #ffffff;
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --color-text-soft: var(--color-text-muted);
  --color-line: var(--color-border);
  --color-surface-strong: var(--color-surface);
  --color-cream: var(--color-bg);
  --color-green: var(--color-sage);
  --color-green-strong: var(--color-sage-dark);
  --container-width: 1140px;
}

/* Force a two-font system across the Elementor layout and beat leftover template inheritance. */
.elementor,
.elementor p,
.elementor li,
.elementor a,
.elementor button,
.elementor input,
.elementor select,
.elementor textarea,
.elementor label,
.elementor blockquote,
.elementor figcaption,
.elementor th,
.elementor td {
  font-family: var(--font-body);
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.elementor h1 *,
.elementor h2 *,
.elementor h3 *,
.elementor h4 *,
.elementor h5 *,
.elementor h6 *,
.elementor .elementor-heading-title,
.elementor .elementor-heading-title * {
  font-family: var(--font-heading) !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: var(--color-bg);
}

body {
  margin: 0;
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: clip;
}

main,
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  max-width: 100%;
}

main,
.elementor {
  width: 100%;
  overflow-x: clip;
}

.elementor-3299 .elementor-section,
.procedures-loop-band {
  isolation: isolate;
}

button,
input,
select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

p,
li,
a,
button,
input,
select,
textarea,
label {
  font-family: var(--font-body);
}

span,
small,
strong,
em {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.elementor-hidden-mobile {
  display: block;
}

.elementor-hidden-desktop,
.elementor-hidden-tablet {
  display: none;
}

.elementor-container {
  width: min(calc(100% - 132px), var(--container-width));
  margin: 0 auto;
}

.elementor-column-gap-default {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.elementor-col-50 {
  width: 50%;
}

.elementor-col-33 {
  width: 33.3333%;
}

.elementor-col-100 {
  width: 100%;
}

.elementor-widget-wrap {
  width: 100%;
}

.elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.elementor-3211 .elementor-element.elementor-element-778ddff,
.elementor-3211 .elementor-element.elementor-element-8113d85 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.elementor-3211 .elementor-element.elementor-element-778ddff,
.elementor-3211 .elementor-element.elementor-element-8113d85 {
  background: rgba(250, 247, 242, 0.72);
  border-bottom: 1px solid rgba(111, 78, 70, 0.1);
  backdrop-filter: blur(16px);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.elementor-3211 .elementor-element.elementor-element-c140c88 .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-f857712 .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-cc34d8f .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-53d5e6e .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-cac0f09 .elementor-widget-wrap {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  animation: heroNavReveal 1.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.elementor-3211 .elementor-element.elementor-element-c140c88 .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-f857712 .elementor-widget-wrap {
  animation-delay: 0.18s;
}

.elementor-3211 .elementor-element.elementor-element-cc34d8f .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-53d5e6e .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-cac0f09 .elementor-widget-wrap {
  animation-delay: 0.34s;
}

.elementor-location-header.is-scrolled .elementor-element.elementor-element-778ddff,
.elementor-location-header.is-scrolled .elementor-element.elementor-element-8113d85 {
  background: rgba(250, 247, 242, 0.96);
  border-bottom-color: var(--color-border);
  box-shadow: 0 10px 30px rgba(111, 78, 70, 0.08);
}

.elementor-3211 .elementor-element.elementor-element-778ddff > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-3211 .elementor-element.elementor-element-8113d85 > .elementor-container > .elementor-column > .elementor-widget-wrap,
.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content: center;
  align-items: center;
}

.elementor-3211 .elementor-element.elementor-element-778ddff {
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-3211 .elementor-element.elementor-element-778ddff > .elementor-container,
.elementor-3211 .elementor-element.elementor-element-8113d85 > .elementor-container {
  align-items: center;
  justify-content: space-between;
}

.elementor-3211 .elementor-element.elementor-element-778ddff > .elementor-container {
  width: min(calc(100% - 104px), 1280px);
}

.elementor-3211 .elementor-column {
  display: flex;
  min-width: 0;
}

.elementor-3211 .elementor-element.elementor-element-c140c88 {
  width: auto;
  flex: 0 0 auto;
}

.elementor-3211 .elementor-element.elementor-element-cc34d8f {
  width: auto;
  flex: 1 1 auto;
}

.elementor-3211 .elementor-widget-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.elementor-3211 .elementor-element.elementor-element-cc34d8f .elementor-widget-wrap {
  justify-content: flex-end;
}

.elementor-3211 .elementor-element.elementor-element-24d5a93,
.elementor-3211 .elementor-element.elementor-element-dd9ba94 {
  text-align: left;
}

.bioreset-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  max-width: 250px;
}

.bioreset-brand__title {
  font-family: var(--font-heading);
  font-size: clamp(1.68rem, 1.9vw, 2.16rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: var(--color-text);
}

.elementor-location-header.is-scrolled .bioreset-brand__title {
  color: var(--color-text);
}

.bioreset-brand__subtitle {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
}

.elementor-widget-nav-menu .elementor-nav-menu--main {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.elementor-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.elementor-3211 .elementor-element.elementor-element-640db03 .elementor-nav-menu .elementor-item,
.elementor-3211 .elementor-element.elementor-element-1e09812 .elementor-nav-menu .elementor-item {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.elementor-3211 .elementor-element.elementor-element-640db03 .elementor-nav-menu .elementor-item:not(.elementor-item--cta),
.elementor-3211 .elementor-element.elementor-element-1e09812 .elementor-nav-menu .elementor-item:not(.elementor-item--cta) {
  color: var(--color-text);
  opacity: 0.82;
}

.elementor-location-header.is-scrolled .elementor-element.elementor-element-640db03 .elementor-nav-menu .elementor-item:not(.elementor-item--cta),
.elementor-location-header.is-scrolled .elementor-element.elementor-element-1e09812 .elementor-nav-menu .elementor-item:not(.elementor-item--cta) {
  color: var(--color-text);
  opacity: 0.82;
}

.elementor-item {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.elementor-item:hover,
.elementor-item:focus-visible {
  color: var(--color-primary);
  opacity: 1;
}

.elementor-item.is-active {
  color: var(--color-accent) !important;
  opacity: 1;
}

.elementor-item--cta {
  padding: 11px 20px;
  border: 1px solid rgba(178, 143, 122, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.98);
  color: var(--color-text) !important;
  opacity: 1 !important;
  backdrop-filter: blur(14px);
}

.elementor-location-header.is-scrolled .elementor-item--cta {
  border-color: rgba(178, 143, 122, 0.34);
  background: rgba(255, 253, 249, 0.98);
  color: var(--color-text) !important;
}

.elementor-3211 .elementor-element.elementor-element-640db03 .elementor-widget-container {
  width: 100%;
}

main section[id][data-nav-label] {
  scroll-margin-top: 84px;
}

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

.elementor-nav-menu--dropdown {
  display: none;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 92px 0 20px;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4:not(.elementor-motion-effects-element-type-background),
.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 253, 249, 0.92) 0, rgba(255, 253, 249, 0) 28%),
    radial-gradient(circle at 82% 78%, rgba(184, 137, 107, 0.12) 0, rgba(184, 137, 107, 0) 32%),
    linear-gradient(180deg, #f1e4d8 0%, #ead9cb 44%, #e5d3c6 100%);
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::before,
.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::before {
  background-image:
    url("./assets/bg-derm-contour-warm.svg"),
    url("./assets/bg-derm-contour-warm.svg"),
    radial-gradient(circle at 30% 30%, rgba(255, 253, 249, 0.32) 0, rgba(255, 253, 249, 0) 18%);
  background-repeat: no-repeat;
  background-size:
    460px auto,
    620px auto,
    auto;
  background-position:
    left -8% top 8%,
    right -16% bottom 0,
    left 18% top 16%;
  opacity: 0.3;
  filter: saturate(0.72) brightness(1.02);
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::after {
  background:
    linear-gradient(90deg, rgba(241, 228, 216, 0.78) 0%, rgba(241, 228, 216, 0.54) 36%, rgba(229, 211, 198, 0.18) 66%, rgba(229, 211, 198, 0) 100%);
}

.elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 88px), 1280px);
  align-items: center;
  justify-content: center;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4::before,
.elementor-3299 .elementor-element.elementor-element-2b830f4::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.elementor-3299 .elementor-element.elementor-element-2b830f4::before {
  top: -12%;
  right: 12%;
  width: min(18vw, 220px);
  height: min(18vw, 220px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 137, 107, 0.08) 0%, rgba(184, 137, 107, 0) 74%);
}

.elementor-3299 .elementor-element.elementor-element-2b830f4::after {
  left: 8%;
  bottom: 14%;
  width: min(16vw, 180px);
  height: min(16vw, 180px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 253, 249, 0.28) 0%, rgba(255, 253, 249, 0) 74%);
}

.elementor-3299 .elementor-element.elementor-element-5dfa7f7 {
  display: flex;
  justify-content: center;
}

.elementor-3299 .elementor-element.elementor-element-5dfa7f7 > .elementor-element-populated {
  min-height: calc(100vh - 112px);
  padding: 0;
}

.launch-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(280px, 1fr);
  align-items: center;
  gap: 18px;
  min-height: calc(100vh - 132px);
}

.launch-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 640px;
}

.launch-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.launch-hero__meta li {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(111, 78, 70, 0.1);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.82) 0%, rgba(243, 236, 229, 0.62) 100%);
  backdrop-filter: blur(10px);
  font-size: 0.94rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

.launch-hero__meta li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 6px rgba(184, 137, 107, 0.14);
}

.launch-hero__title {
  margin: 0;
  max-width: 21ch;
  font-family: var(--font-heading) !important;
  font-size: clamp(1.9rem, 1.35rem + 0.82vw, 2.6rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--color-text);
  text-wrap: pretty;
}

.launch-hero__title,
.launch-hero__title * {
  font-family: var(--font-heading) !important;
}

.launch-hero__title span {
  display: inline;
  color: rgba(255, 255, 255, 0.46);
}

.launch-hero__description {
  width: min(100%, 500px);
  margin: 22px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(42, 36, 33, 0.78);
}

.launch-hero__panel {
  width: 100%;
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.launch-hero__offer {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(42, 36, 33, 0.88);
}

.launch-hero__progress {
  width: 100%;
  margin-top: 0;
}

.launch-hero__progress-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
  color: var(--color-text);
}

.launch-hero__progress-head span {
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.35;
}

.launch-hero__progress-head strong {
  font-family: var(--font-body) !important;
  font-size: clamp(2.1rem, 1.55rem + 0.85vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--color-accent-strong);
  white-space: nowrap;
}

.launch-hero__progress-bar {
  position: relative;
  width: 100%;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(111, 78, 70, 0.1);
  box-shadow: inset 0 2px 4px rgba(111, 78, 70, 0.08);
}

.launch-hero__progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--color-accent-strong) 0%, #e7c8b4 100%);
  box-shadow: 0 10px 24px rgba(184, 137, 107, 0.28);
}

.launch-hero__progress-note {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: right;
  color: rgba(105, 93, 86, 0.82);
}

.launch-hero__actions {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.launch-hero__cta-wrap {
  width: 100%;
  margin-top: 0;
}

.launch-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  padding: 0 28px;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 22px 40px rgba(42, 36, 33, 0.2);
  font-family: var(--font-body) !important;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.launch-hero__cta:hover,
.launch-hero__cta:focus-visible {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(42, 36, 33, 0.22);
}

.launch-hero__visual {
  position: relative;
  min-height: 500px;
}

.launch-hero__visual-orbit,
.launch-hero__visual-glow {
  position: absolute;
  display: block;
  pointer-events: none;
}

.launch-hero__visual-orbit {
  border: 1px solid rgba(184, 137, 107, 0.18);
}

.launch-hero__visual-orbit--one {
  inset: 12% 14% 18% 12%;
  border-radius: 44px 180px 54px 164px;
  transform: rotate(-8deg);
}

.launch-hero__visual-orbit--two {
  inset: 18% 10% 12% 20%;
  border-radius: 36px 150px 34px 130px;
  transform: rotate(6deg);
  opacity: 0.42;
}

.launch-hero__visual-glow {
  right: 12%;
  bottom: 12%;
  width: min(18vw, 220px);
  height: min(18vw, 220px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 137, 107, 0.22) 0%, rgba(184, 137, 107, 0) 74%);
  filter: blur(18px);
}

.launch-hero__visual-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.launch-hero__visual-halo,
.launch-hero__visual-bubble,
.launch-hero__visual-outline {
  position: absolute;
  pointer-events: none;
}

.launch-hero__visual-halo {
  left: 18%;
  bottom: 10%;
  width: min(18vw, 210px);
  height: min(18vw, 210px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 236, 229, 0.26) 0%, rgba(243, 236, 229, 0) 74%);
  filter: blur(20px);
}

.launch-hero__visual-halo::before,
.launch-hero__visual-halo::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.launch-hero__visual-halo::before {
  top: -12%;
  left: 18%;
  width: 76px;
  height: 76px;
  background: radial-gradient(circle, rgba(120, 134, 107, 0.22) 0%, rgba(120, 134, 107, 0) 72%);
}

.launch-hero__visual-halo::after {
  right: -10%;
  bottom: 10%;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 74%);
}

.launch-hero__visual-bubble {
  top: 12%;
  right: 12%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.54) 0%, rgba(234, 221, 213, 0.18) 100%);
  box-shadow:
    0 12px 28px rgba(111, 78, 70, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  transform: none;
  backdrop-filter: blur(10px);
}

.launch-hero__visual-outline {
  border-radius: 34px 148px 38px 132px;
}

.launch-hero__visual-outline--outer {
  inset: 16% 14% 12% 18%;
  border: 1px solid rgba(184, 137, 107, 0.12);
  background: rgba(234, 221, 213, 0.22);
  box-shadow: none;
  transform: rotate(6deg);
}

.launch-hero__visual-outline--inner {
  inset: 10% 12% 14% 16%;
  border: 1px solid rgba(184, 137, 107, 0.16);
  opacity: 0.92;
  transform: rotate(2deg);
}

.launch-hero__visual-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 428px);
  aspect-ratio: 0.84;
  padding: 6px;
  overflow: hidden;
  border-radius: 32px 140px 28px 124px;
  background: rgba(255, 248, 242, 0.22);
  box-shadow: 0 20px 36px rgba(111, 78, 70, 0.12);
  transform: translateX(0);
}

.launch-hero__visual-frame::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(184, 137, 107, 0.16);
  border-radius: 28px 132px 24px 116px;
  z-index: 2;
  pointer-events: none;
}

.launch-hero__visual-frame::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 1px solid rgba(184, 137, 107, 0.12);
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.14) 0%, rgba(255, 248, 242, 0.02) 100%);
  transform: none;
  z-index: 1;
  pointer-events: none;
}

.launch-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px 134px 24px 118px;
  object-fit: cover;
  object-position: center top;
}

.elementor-widget-button .elementor-button,
.elementor-widget-form .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.elementor-widget-form .elementor-button:hover,
.elementor-widget-form .elementor-button:focus-visible {
  transform: translateY(-1px);
}

.elementor-3299 .elementor-element.elementor-element-c86710f {
  text-align: center;
}

.hero-scroll-anchor {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%);
}

.hero-scroll-anchor a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-scroll-anchor img {
  display: block;
  width: 14px;
  height: 36px;
  opacity: 0.92;
  animation: arrow-float 1.8s ease-in-out infinite;
}

.procedures-loop-band {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  background: var(--color-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.procedures-loop-band--intro {
  display: none;
}

.procedures-loop-band__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.procedures-loop-band__viewport::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image: url("./assets/bg-derm-microgrid.svg");
  background-size: 160px 160px;
  background-repeat: repeat;
}

.procedures-loop-band__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  animation: procedures-marquee 36s linear infinite;
}

.procedures-loop-band__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 12px 0;
}

.procedures-loop-band__item {
  flex-shrink: 0;
  padding: 0 20px;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 253, 249, 0.92);
  white-space: nowrap;
}

.procedures-loop-band__dot {
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.44);
}

[data-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.92s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.92s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

[data-reveal="left"] {
  transform: translate3d(-22px, 12px, 0) scale(0.985);
}

[data-reveal="right"] {
  transform: translate3d(22px, 12px, 0) scale(0.985);
}

[data-reveal="soft"] {
  transform: translate3d(0, 12px, 0) scale(0.992);
}

[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.elementor-element-2b830f4 [data-reveal] {
  transition-duration: 1.02s, 1.38s, 1.38s;
}

.elementor-element-2b830f4 [data-reveal="soft"] {
  transform: translate3d(0, 22px, 0) scale(0.988);
}

@keyframes heroNavReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroPhotoReveal {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.085) translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes heroOverlayReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elementor-3299 .elementor-element.elementor-element-c86710f .elementor-button {
  min-width: 244px;
  padding: 18px 34px;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 18px 34px rgba(111, 78, 70, 0.18);
}

.elementor-3299 .elementor-element.elementor-element-c86710f .elementor-button:hover,
.elementor-3299 .elementor-element.elementor-element-c86710f .elementor-button:focus-visible,
.elementor-widget-form .elementor-button:hover,
.elementor-widget-form .elementor-button:focus-visible {
  background: var(--color-primary-hover);
}

.elementor-3299 .elementor-element.elementor-element-b6ac7bf {
  margin-top: 0;
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
}

.elementor-form {
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 48px rgba(111, 78, 70, 0.08);
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.elementor-field-group {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.elementor-field-type-submit {
  width: 100%;
}

.elementor-field-label {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  text-align: left;
}

.elementor-col-50.elementor-field-group {
  width: 50%;
}

.elementor-col-100.elementor-field-group {
  width: 100%;
}

.elementor-3299 .elementor-element.elementor-element-b6ac7bf .elementor-field-group .elementor-field {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  background-color: var(--color-surface-strong);
  color: var(--color-text);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elementor-3299 .elementor-element.elementor-element-b6ac7bf .elementor-field-group .elementor-field::placeholder {
  color: var(--color-text-muted);
}

.elementor-3299 .elementor-element.elementor-element-b6ac7bf .elementor-field-group .elementor-field:focus {
  outline: none;
  border-color: var(--color-sage);
  box-shadow: 0 0 0 4px rgba(120, 134, 107, 0.14);
}

.elementor-widget-form .elementor-button {
  width: 100%;
  padding: 16px;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 18px 34px rgba(111, 78, 70, 0.18);
}

.form-feedback {
  min-height: 1.4em;
  margin: 14px 0 0;
  font-size: 0.95rem;
  color: var(--color-sage-dark);
}

.elementor-3299 .elementor-element.elementor-element-52c6541 {
  display: none;
}

.elementor-3299 .elementor-element.elementor-element-9f20dae {
  text-align: center;
}

.elementor-3299 .elementor-element.elementor-element-9f20dae img {
  width: 16px;
  margin: 0 auto;
  opacity: 0.92;
  animation: arrow-float 1.8s ease-in-out infinite;
}

.elementor-3299 .elementor-element.elementor-element-8f574fd {
  position: relative;
  min-height: calc(100svh - var(--header-height, 84px) - 28px);
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 0 24px;
  background-color: var(--color-surface-soft);
  overflow: hidden;
}

.elementor-3299 .elementor-element.elementor-element-8f574fd::before,
.elementor-3299 .elementor-element.elementor-element-8f574fd::after,
.elementor-3299 .elementor-element.elementor-element-a92f0de::before,
.elementor-3299 .elementor-element.elementor-element-a92f0de::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.elementor-3299 .elementor-element.elementor-element-8f574fd::before {
  top: 52px;
  left: -60px;
  width: min(34vw, 420px);
  height: min(28vw, 340px);
  opacity: 0.22;
  background-image: url("./assets/bg-derm-contour-warm.svg");
}

.elementor-3299 .elementor-element.elementor-element-8f574fd::after {
  right: -36px;
  bottom: 44px;
  width: min(24vw, 260px);
  height: min(24vw, 260px);
  opacity: 0.32;
  background-image: url("./assets/bg-derm-serum-warm.svg");
}

.elementor-3299 .elementor-element.elementor-element-8f574fd:not(.elementor-motion-effects-element-type-background),
.elementor-3299 .elementor-element.elementor-element-8f574fd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: none;
}

.elementor-3299 .elementor-element.elementor-element-8f574fd > .elementor-container {
  min-height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.elementor-3299 .elementor-element.elementor-element-f5cbced > .elementor-element-populated {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.protocol-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.protocol-visual__frame {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 0.84;
}

.protocol-visual__shape {
  position: absolute;
  border: 1px solid rgba(184, 137, 107, 0.5);
  pointer-events: none;
}

.protocol-visual__shape--one {
  inset: 5% 9% 9% 9%;
  border-radius: 42% 58% 48% 52% / 36% 44% 56% 64%;
  transform: rotate(-4deg);
}

.protocol-visual__shape--two {
  inset: 8% 10% 5% 10%;
  border-radius: 58% 42% 52% 48% / 40% 60% 40% 60%;
  transform: rotate(4deg);
}

.protocol-visual__image-wrap {
  position: absolute;
  inset: 14% 14% 14% 14%;
  overflow: hidden;
  border-radius: 42% 58% 48% 52% / 36% 44% 56% 64%;
  background: var(--color-primary-soft);
}

.protocol-visual__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.course-derm-ornaments {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.course-derm-ornament {
  position: absolute;
  color: rgba(184, 137, 107, 0.18);
}

.course-derm-ornament--left {
  top: 64px;
  left: -54px;
  width: min(26vw, 240px);
}

.course-derm-ornament--right {
  right: -36px;
  bottom: 44px;
  width: min(20vw, 180px);
}

.hero-derm-svg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-derm-svg__ring circle,
.hero-derm-svg__line path,
.hero-derm-svg__drop path {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-derm-svg__ring circle,
.hero-derm-svg__line path {
  fill: none;
}

.hero-derm-svg__drop path,
.hero-derm-svg__node circle {
  fill: rgba(184, 137, 107, 0.18);
}

.elementor-3299 .elementor-element.elementor-element-eeb31f4 > .elementor-element-populated {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 36px 8px 36px;
}

.elementor-3299 .elementor-element.elementor-element-fc7b039 {
  text-align: left;
}

.fold-course-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(4rem, 7vw, 7.25rem);
  font-weight: 600;
  line-height: 0.92;
  color: transparent;
  -webkit-text-stroke: 1px rgba(184, 137, 107, 0.52);
  letter-spacing: 0.01em;
}

.fold-course-copy {
  max-width: 560px;
}

.fold-course-copy p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.45;
  color: var(--color-text);
}

.course-scroll-cue {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.course-scroll-cue__eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
}

.course-scroll-cue__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-primary);
  text-decoration: none;
  transition: gap 0.24s ease, color 0.24s ease;
}

.course-scroll-cue__link:hover,
.course-scroll-cue__link:focus-visible {
  gap: 14px;
  color: var(--color-accent-strong);
}

.course-scroll-cue__arrow {
  display: inline-block;
  width: 28px;
  height: 10px;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

@media (max-width: 639px) {
  .course-scroll-cue {
    display: none;
  }
}

.elementor-3299 .elementor-element.elementor-element-d3bbd24 .elementor-heading-title {
  margin: 22px 0 18px;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text);
}

.elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-widget-container {
  max-width: 540px;
}

.elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-text);
}

.elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-icon {
  display: inline-flex;
  margin-top: 2px;
  color: var(--color-accent);
  font-size: 1.45rem;
  line-height: 1;
}

.elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-text {
  font-size: 17px;
  line-height: 1.4;
}

.list-check {
  display: inline-block;
}

.elementor-3299 .elementor-element.elementor-element-36e4195 {
  margin-top: 28px;
}

.compact-vip-shell {
  margin-top: 28px;
  max-width: 430px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

#vip-form-anchor {
  scroll-margin-top: calc(var(--header-height, 84px) + 18px);
}

#curso {
  scroll-margin-top: 18px;
}

.compact-vip-shell__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--color-text);
}

.compact-vip-shell__text {
  margin: 8px 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.elementor-3299 .elementor-element.elementor-element-36e4195 .elementor-widget-container,
.elementor-3299 .elementor-element.elementor-element-b6ac7bf .elementor-widget-container {
  width: 100%;
  max-width: 430px;
}

.elementor-form.elementor-form--compact {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.elementor-form.elementor-form--compact .elementor-field-label {
  margin-bottom: 8px;
  font-size: 10px;
  color: var(--color-accent-strong);
}

.elementor-form.elementor-form--compact .elementor-field-group {
  margin-bottom: 12px;
}

.elementor-form.elementor-form--compact .elementor-form-fields-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.elementor-form.elementor-form--compact .elementor-field-group {
  padding-left: 10px;
  padding-right: 10px;
}

.elementor-form.elementor-form--compact .elementor-field-group .elementor-field {
  min-height: 46px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
  box-shadow: none;
}

.elementor-form.elementor-form--compact .elementor-field-group .elementor-field:focus {
  border-bottom-color: var(--color-accent);
  box-shadow: none;
}

.elementor-form.elementor-form--compact .elementor-field-group .elementor-field::placeholder {
  color: var(--color-text-muted);
}

.elementor-form.elementor-form--compact .elementor-button {
  min-height: 50px;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin-top: 10px;
  box-shadow: 0 14px 28px rgba(111, 78, 70, 0.14);
}

.elementor-3299 .elementor-element.elementor-element-a92f0de {
  position: relative;
  padding: 112px 0 124px;
  background:
    radial-gradient(circle at top left, rgba(184, 137, 107, 0.08) 0, transparent 36%),
    linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
}

.elementor-3299 .elementor-element.elementor-element-a92f0de {
  background:
    radial-gradient(circle at top center, rgba(184, 137, 107, 0.16) 0, transparent 28%),
    linear-gradient(180deg, var(--color-bg) 0%, var(--color-surface-soft) 100%);
}

@media (max-width: 1180px) {
  .elementor-3299 .elementor-element.elementor-element-8f574fd > .elementor-container {
    align-items: center;
  }

  .elementor-3299 .elementor-element.elementor-element-f5cbced {
    width: 44%;
  }

  .elementor-3299 .elementor-element.elementor-element-eeb31f4 {
    width: 56%;
  }

  .elementor-3299 .elementor-element.elementor-element-f5cbced > .elementor-element-populated {
    min-height: 640px;
  }

  .protocol-visual {
    padding: 36px 0;
  }

  .protocol-visual__frame {
    width: min(100%, 460px);
  }

  .protocol-visual__image-wrap {
    inset: 13% 15% 15% 13%;
  }

  .course-derm-ornament--left {
    top: 34px;
    left: -86px;
    width: min(24vw, 220px);
  }

  .course-derm-ornament--right {
    right: -52px;
    bottom: 24px;
    width: min(18vw, 150px);
  }

  .elementor-3299 .elementor-element.elementor-element-eeb31f4 > .elementor-element-populated {
    padding: 48px 36px 48px 12px;
  }

  .fold-course-title {
    font-size: clamp(3rem, 5vw, 4.8rem);
  }

  .fold-course-copy {
    max-width: none;
  }

  .fold-course-copy p,
  .elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-text,
  .compact-vip-shell__text {
    font-size: 15px;
  }

  .compact-vip-shell,
  .elementor-3299 .elementor-element.elementor-element-36e4195 .elementor-widget-container,
  .elementor-3299 .elementor-element.elementor-element-b6ac7bf .elementor-widget-container {
    max-width: none;
  }
}

.hero-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.92);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
}

@media (max-width: 1180px) {
  .elementor-3211 .elementor-element.elementor-element-778ddff > .elementor-container {
    width: min(calc(100% - 56px), 1180px);
  }

  .bioreset-brand {
    max-width: 210px;
  }

  .bioreset-brand__title {
    font-size: clamp(1.42rem, 1.55vw, 1.88rem);
  }

  .elementor-nav-menu {
    gap: 12px;
  }

  .elementor-3211 .elementor-element.elementor-element-640db03 .elementor-nav-menu .elementor-item,
  .elementor-3211 .elementor-element.elementor-element-1e09812 .elementor-nav-menu .elementor-item {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .elementor-item--cta {
    padding: 10px 16px;
  }
}

@media (max-width: 900px) {
  .elementor-3211 .elementor-element.elementor-element-778ddff {
    display: none;
  }

  .elementor-3211 .elementor-element.elementor-element-8113d85 {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .elementor-3211 .elementor-element.elementor-element-8113d85 > .elementor-container {
    position: relative;
    justify-content: center;
    width: min(calc(100% - 28px), 1280px);
    min-height: 40px;
    padding-inline: 24px;
    box-sizing: border-box;
  }

  .elementor-3211 .elementor-element.elementor-element-1e09812 .elementor-widget-container {
    position: relative;
  }

  .elementor-3211 .elementor-element.elementor-element-53d5e6e {
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    z-index: 2;
    transform: translateY(-50%);
  }

  .elementor-3211 .elementor-element.elementor-element-f857712,
  .elementor-3211 .elementor-element.elementor-element-cac0f09 {
    width: auto;
    flex: 0 0 auto;
  }

  .elementor-3211 .elementor-element.elementor-element-f857712 .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-3211 .elementor-element.elementor-element-cac0f09 {
    display: none;
  }

  .elementor-3211 .elementor-element.elementor-element-cac0f09 .elementor-widget-wrap {
    justify-content: flex-end;
  }

  .bioreset-brand--mobile {
    align-items: center;
    text-align: center;
    max-width: clamp(168px, 28vw, 236px);
  }

  .bioreset-brand--mobile .bioreset-brand__title {
    font-size: clamp(1.48rem, 2vw, 1.86rem);
  }

  .elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.92);
    color: var(--color-text);
    font-size: 20px;
  }

  .elementor-menu-toggle__icon--close {
    display: none;
  }

  .elementor-menu-toggle.is-open .elementor-menu-toggle__icon--open {
    display: none;
  }

  .elementor-menu-toggle.is-open .elementor-menu-toggle__icon--close {
    display: inline;
  }

  .elementor-nav-menu--dropdown {
    display: none;
    position: fixed;
    top: calc(var(--header-height, 72px) + 10px);
    left: 22px;
    z-index: 260;
    width: min(240px, calc(100vw - 40px));
    max-height: calc(100vh - var(--header-height, 72px) - 28px);
    margin-top: 0;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(111, 78, 70, 0.12);
    border-radius: 16px;
    background-color: rgba(255, 253, 249, 0.98);
    box-shadow: 0 16px 32px rgba(111, 78, 70, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .elementor-nav-menu--dropdown.is-open {
    display: block;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .elementor-nav-menu--dropdown .elementor-item {
    color: var(--color-text) !important;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .elementor-container {
    width: min(calc(100% - 44px), var(--container-width));
  }
}

@keyframes arrow-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

@keyframes procedures-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

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

  [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .elementor-3211 .elementor-element.elementor-element-c140c88 .elementor-widget-wrap,
  .elementor-3211 .elementor-element.elementor-element-f857712 .elementor-widget-wrap,
  .elementor-3211 .elementor-element.elementor-element-cc34d8f .elementor-widget-wrap,
  .elementor-3211 .elementor-element.elementor-element-53d5e6e .elementor-widget-wrap,
  .elementor-3211 .elementor-element.elementor-element-cac0f09 .elementor-widget-wrap,
  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::before,
  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::after,
  .depth-ref-section .depth-ref__point img,
  .depth-ref--offer .depth-ref__point-visual {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }

  .depth-ref--offer .depth-ref__point-visual * {
    animation: none !important;
    transition: none !important;
  }

  .hero-scroll-anchor img,
  .procedures-loop-band__track {
    animation: none;
  }
}

@media (max-width: 639px) {
  .elementor-hidden-mobile {
    display: none;
  }

  .elementor-hidden-desktop,
  .elementor-hidden-tablet {
    display: block;
  }

  .elementor-container {
    width: min(calc(100% - 28px), var(--container-width));
  }

  .elementor-column-gap-default {
    flex-wrap: wrap;
  }

  .elementor-3211 .elementor-element.elementor-element-8113d85 {
    padding-top: 18px;
  }

  .elementor-3211 .elementor-element.elementor-element-8113d85 > .elementor-container {
    position: relative;
    justify-content: center;
  }

  .elementor-3211 .elementor-element.elementor-element-1e09812 .elementor-widget-container {
    position: relative;
  }

  .elementor-3211 .elementor-element.elementor-element-53d5e6e {
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    z-index: 2;
    transform: translateY(-50%);
  }

  .elementor-3211 .elementor-element.elementor-element-f857712 {
    width: 100%;
    flex: 1 1 auto;
  }

  .elementor-3211 .elementor-element.elementor-element-f857712 .elementor-widget-wrap {
    justify-content: center;
  }

  .elementor-3211 .elementor-element.elementor-element-cac0f09 {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: auto;
    z-index: 2;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .bioreset-brand--mobile {
    align-items: center;
    text-align: center;
  }

  .bioreset-brand--mobile .bioreset-brand__title {
    font-size: 1.8rem;
  }

  .elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.92);
    color: var(--color-text);
    font-size: 20px;
  }

  .elementor-menu-toggle__icon--close {
    display: none;
  }

  .elementor-menu-toggle.is-open .elementor-menu-toggle__icon--open {
    display: none;
  }

  .elementor-menu-toggle.is-open .elementor-menu-toggle__icon--close {
    display: inline;
  }

  .elementor-nav-menu--dropdown {
    display: none;
    position: fixed;
    top: calc(var(--header-height, 72px) + 8px);
    left: 16px;
    z-index: 260;
    width: min(220px, calc(100vw - 40px));
    max-height: calc(100vh - var(--header-height, 72px) - 24px);
    margin-top: 0;
    padding: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(111, 78, 70, 0.12);
    border-radius: 16px;
    background-color: rgba(255, 253, 249, 0.98);
    box-shadow: 0 16px 32px rgba(111, 78, 70, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .elementor-nav-menu--dropdown.is-open {
    display: block;
  }

  .elementor-nav-menu--dropdown .elementor-nav-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .elementor-nav-menu--dropdown .elementor-item {
    color: var(--color-text) !important;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 {
    padding: 96px 0 28px;
  }

  .elementor-3299 .elementor-element.elementor-element-6275b5b,
  .elementor-3299 .elementor-element.elementor-element-c0512e5,
  .elementor-3299 .elementor-element.elementor-element-c86710f {
    max-width: 100%;
  }

  .elementor-3299 .elementor-element.elementor-element-5dfa7f7 > .elementor-element-populated {
    min-height: calc(100vh - 198px);
    padding: 0 0 20px;
  }

  .launch-hero {
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
  }

  .launch-hero__content {
    width: 100%;
    max-width: 640px;
  }

  .launch-hero__meta {
    margin-bottom: 22px;
  }

  .launch-hero__title {
    max-width: 19.5ch;
    font-size: clamp(1.9rem, 2vw + 0.8rem, 2.4rem);
  }

  .launch-hero__description {
    max-width: 520px;
    font-size: 0.98rem;
  }

  .launch-hero__panel {
    max-width: 560px;
  }

  .launch-hero__cta {
    min-height: 68px;
  }

  .launch-hero__visual {
    min-height: 410px;
  }

  .launch-hero__visual-stage {
    inset: 0;
  }

  .launch-hero__visual-bubble {
    width: 48px;
    height: 48px;
    top: 12%;
    right: 10%;
  }

  .launch-hero__visual-frame {
    width: min(100%, 356px);
    padding: 6px;
  }

  .launch-hero__image {
    object-position: center;
  }

  .elementor-col-50.elementor-field-group {
    width: 100%;
  }

  .elementor-3299 .elementor-element.elementor-element-8f574fd {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 88px 0 96px;
    background-image: none;
  }

  .procedures-loop-band__group {
    padding: 10px 0;
  }

  .procedures-loop-band__item {
    padding: 0 14px;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .elementor-3299 .elementor-element.elementor-element-f5cbced,
  .elementor-3299 .elementor-element.elementor-element-eeb31f4 {
    width: 100%;
  }

  .elementor-3299 .elementor-element.elementor-element-f5cbced > .elementor-element-populated {
    min-height: auto;
  }

  .protocol-visual {
    padding: 0 0 18px;
  }

  .protocol-visual__frame {
    width: min(100%, 390px);
    aspect-ratio: 0.9;
  }

  .protocol-visual__image-wrap {
    inset: 13% 14% 15% 14%;
  }

  .course-derm-ornament--left {
    top: 24px;
    left: -110px;
    width: 220px;
  }

  .course-derm-ornament--right {
    right: -92px;
    bottom: 10px;
    width: 150px;
  }

  .elementor-3299 .elementor-element.elementor-element-eeb31f4 > .elementor-element-populated {
    padding: 20px 0 0;
  }

  .fold-course-title {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .fold-course-copy p,
  .elementor-3299 .elementor-element.elementor-element-bc1bf88 .elementor-icon-list-text,
  .compact-vip-shell__text {
    font-size: 16px;
  }

  .compact-vip-shell {
    margin-top: 24px;
    max-width: 100%;
    padding: 18px;
    border-radius: 18px;
  }

  .compact-vip-shell__title {
    font-size: 1.8rem;
  }

  .elementor-form,
  .elementor-form.elementor-form--compact {
    padding: 18px;
    border-radius: 18px;
  }

  .elementor-3299 .elementor-element.elementor-element-52c6541 {
    display: none;
  }

  .elementor-3299 .elementor-element.elementor-element-a92f0de {
    padding: 88px 0 96px;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4::before {
    top: -10%;
    right: -12%;
    width: 260px;
    height: 260px;
    opacity: 0.24;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4::after {
    left: auto;
    right: 12%;
    bottom: 2%;
    width: 220px;
    height: 220px;
    opacity: 0.18;
  }

  .procedures-loop-band__viewport::before {
    opacity: 0.28;
    background-size: 120px 120px;
  }

  .elementor-3299 .elementor-element.elementor-element-8f574fd::before {
    left: -110px;
    top: 24px;
    width: 260px;
    height: 200px;
    opacity: 0.16;
  }

  .elementor-3299 .elementor-element.elementor-element-8f574fd::after,
  .elementor-3299 .elementor-element.elementor-element-a92f0de::before {
    width: 170px;
    height: 170px;
    opacity: 0.22;
  }

  .elementor-3299 .elementor-element.elementor-element-a92f0de::after {
    right: -140px;
    bottom: 8px;
    width: 280px;
    height: 210px;
    opacity: 0.12;
  }
}

@media (max-width: 767px) {
  .elementor-3299 .elementor-element.elementor-element-8f574fd {
    padding: 72px 0 84px;
  }

  .elementor-3299 .elementor-element.elementor-element-8f574fd > .elementor-container {
    min-height: auto;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 {
    padding: 20px 0 24px;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-container {
    width: min(calc(100% - 24px), 420px);
  }

  .elementor-3299 .elementor-element.elementor-element-5dfa7f7 > .elementor-element-populated {
    min-height: auto;
    padding: 0 0 8px;
  }

  .launch-hero {
    gap: 14px;
  }

  .launch-hero__meta {
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .launch-hero__meta::-webkit-scrollbar {
    display: none;
  }

  .launch-hero__meta li {
    min-height: 32px;
    flex: 0 0 auto;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .launch-hero__title {
    max-width: 100%;
    font-size: clamp(1.86rem, 7.2vw, 2.24rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .launch-hero__description {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .launch-hero__panel {
    width: 100%;
    margin-top: 18px;
  }

  .launch-hero__offer {
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .launch-hero__progress {
    margin-top: 0;
  }

  .launch-hero__progress-head {
    align-items: end;
    flex-direction: row;
    gap: 12px;
  }

  .launch-hero__progress-head span {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .launch-hero__progress-head strong {
    font-size: 1.6rem;
  }

  .launch-hero__progress-bar {
    height: 16px;
  }

  .launch-hero__progress-note {
    margin-top: 8px;
    font-size: 0.76rem;
  }

  .launch-hero__actions {
    width: 100%;
    margin-top: 12px;
  }

  .launch-hero__cta {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 0.84rem;
  }

  .launch-hero__visual {
    min-height: 264px;
    margin-top: 18px;
  }

  .launch-hero__visual-orbit {
    border-width: 1px;
  }

  .launch-hero__visual-orbit--one {
    inset: 12% 15% 16% 12%;
    opacity: 0.62;
  }

  .launch-hero__visual-orbit--two {
    inset: 18% 12% 12% 18%;
    opacity: 0.42;
  }

  .launch-hero__visual-bubble {
    width: 34px;
    height: 34px;
    top: 10%;
    right: 14%;
  }

  .launch-hero__visual-outline {
    border-radius: 28px 102px 24px 92px;
  }

  .launch-hero__visual-outline--outer {
    inset: 16% 16% 12% 18%;
  }

  .launch-hero__visual-outline--inner {
    inset: 12% 16% 12% 18%;
  }

  .launch-hero__visual-frame {
    width: min(100%, 258px);
    padding: 4px;
  }

  .launch-hero__visual-frame::after {
    top: 14px;
    right: 16px;
    width: 54px;
    height: 54px;
  }

  .hero-scroll-anchor {
    display: none;
  }
}

@media (max-width: 520px) {
  .elementor-3299 .elementor-element.elementor-element-8f574fd {
    padding: 64px 0 72px;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 {
    padding: 14px 0 22px;
  }

  .course-derm-ornament--left {
    width: 180px;
  }

  .course-derm-ornament--right {
    width: 124px;
    right: -84px;
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4:not(.elementor-motion-effects-element-type-background),
  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background:
      radial-gradient(circle at 18% 22%, rgba(255, 253, 249, 0.92) 0, rgba(255, 253, 249, 0) 28%),
      radial-gradient(circle at 82% 78%, rgba(184, 137, 107, 0.12) 0, rgba(184, 137, 107, 0) 32%),
      linear-gradient(180deg, #f1e4d8 0%, #ead9cb 44%, #e5d3c6 100%);
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-container {
    width: min(calc(100% - 20px), 400px);
  }

  .elementor-3299 .elementor-element.elementor-element-2b830f4 > .elementor-background-overlay::before {
    opacity: 0.22;
  }

  .launch-hero__title {
    max-width: 100%;
    font-size: clamp(1.76rem, 7.8vw, 2.04rem);
  }

  .launch-hero__description {
    font-size: 0.9rem;
  }

  .launch-hero__meta li {
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .launch-hero__progress-head strong {
    font-size: 1.45rem;
  }

  .launch-hero__visual {
    min-height: 248px;
    margin-top: 16px;
  }

  .launch-hero__visual-bubble {
    width: 28px;
    height: 28px;
  }

  .launch-hero__visual-frame {
    width: min(100%, 236px);
    padding: 4px;
  }
}

.elementor-3299 .elementor-element.elementor-element-a92f0de {
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-surface-soft) 100%);
  overflow: hidden;
}

.elementor-3299 .elementor-element.elementor-element-a92f0de::before {
  top: 48px;
  left: -42px;
  width: min(24vw, 250px);
  height: min(24vw, 250px);
  opacity: 0.24;
  background-image: url("./assets/bg-derm-serum-warm.svg");
}

.elementor-3299 .elementor-element.elementor-element-a92f0de::after {
  right: -84px;
  bottom: 18px;
  width: min(36vw, 420px);
  height: min(28vw, 340px);
  opacity: 0.18;
  background-image: url("./assets/bg-derm-contour-warm.svg");
}

.social-proof-shell {
  gap: 26px;
  position: relative;
  z-index: 1;
}

.social-proof-intro > .social-proof-eyebrow,
.social-proof-intro > .social-proof-copy:not(.social-proof-copy--current),
.social-proof-summary,
.social-proof-gallery {
  display: none;
}

.social-proof-intro {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.social-proof-copy.social-proof-copy--current {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.75vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-text-muted);
}

.social-proof-copy.social-proof-copy--current strong {
  color: var(--color-text);
  font-weight: 600;
}

.social-proof-support {
  width: min(100%, 980px);
  margin: 18px auto 0;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.social-proof-support strong {
  color: var(--color-text);
  font-weight: 600;
}

.social-proof-stage {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
  contain: paint;
}

.social-proof-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  contain: paint;
}

.social-proof-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.social-proof-visual {
  opacity: 0;
  will-change: opacity, transform;
}

.social-proof-visual {
  position: relative;
  flex: 0 0 328px;
  min-height: 318px;
  transform: translate3d(0, 26px, 0);
  backface-visibility: hidden;
}

.elementor-element-2d0148a.is-visible .social-proof-visual {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.42s ease,
    transform 0.52s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.elementor-element-2d0148a.is-visible .social-proof-visual:nth-child(2) {
  transition-delay: 45ms;
}

.elementor-element-2d0148a.is-visible .social-proof-visual:nth-child(3) {
  transition-delay: 90ms;
}

.social-proof-visual__comparison {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  cursor: default;
  touch-action: auto;
  box-shadow: 0 10px 22px rgba(111, 78, 70, 0.1);
  --comparison-position: 0%;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.social-proof-visual__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.social-proof-visual__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
  -webkit-clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition:
    clip-path 1.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    -webkit-clip-path 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.social-proof-visual__comparison.is-manual .social-proof-visual__overlay,
.social-proof-visual__comparison.is-manual .social-proof-visual__divider,
.social-proof-visual__comparison.is-looping .social-proof-visual__overlay,
.social-proof-visual__comparison.is-looping .social-proof-visual__divider {
  transition: none;
}

.social-proof-visual__overlay-fill {
  position: absolute;
  inset: 0;
}

.social-proof-visual__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--comparison-position);
  z-index: 1;
  width: 1px;
  background: rgba(111, 78, 70, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.45),
    0 0 18px rgba(184, 137, 107, 0.22);
  transition: left 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.social-proof-visual__label {
  position: absolute;
  top: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(111, 78, 70, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  backdrop-filter: blur(10px);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text);
}

.social-proof-visual__label--before {
  left: 12px;
}

.social-proof-visual__label--after {
  right: 12px;
}

.social-proof-panel__pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background:
    linear-gradient(0deg, rgba(0, 85, 255, 0.08) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1;
}

.social-proof-panel__pill-text {
  position: relative;
  z-index: 1;
}

.social-proof-panel__pill-dot {
  position: relative;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}

.social-proof-panel__pill-line {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 170px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 85, 255, 0) 0%, rgb(0, 85, 255) 50%, rgba(0, 85, 255, 0) 100%);
  opacity: 0;
  transform: translateX(-50%) scale(0.3);
  transform-origin: center;
  will-change: transform;
}

.elementor-element-2d0148a.is-visible .social-proof-panel__pill-line {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition:
    opacity 0.45s ease 180ms,
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1) 180ms;
}

.social-proof-panel__kicker {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(216, 231, 242, 0.78);
}

.social-proof-panel__quote {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.05em;
  color: rgba(216, 231, 242, 0.56);
}

.social-proof-panel__caption {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(216, 231, 242, 0.82);
}

.social-proof-panel__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 231, 242, 0.24) 0%, rgba(216, 231, 242, 0) 100%);
}

.social-proof-panel__note {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.social-proof-panel__note p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.social-proof-panel__dot {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #2a6bff;
  box-shadow: 0 0 0 6px rgba(42, 107, 255, 0.14);
}

.social-proof-panel__dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(38deg);
}

.elementor-element-2d0148a.is-visible .social-proof-visual__comparison {
  --comparison-position: var(--comparison-rest-position, 50%);
}

@media (max-width: 1024px) {
  .social-proof-track {
    gap: 14px;
  }

  .social-proof-visual {
    flex-basis: 292px;
    min-height: 300px;
  }
}

@media (max-width: 639px) {
  .social-proof-shell {
    gap: 28px;
  }

  .social-proof-copy.social-proof-copy--current {
    font-size: clamp(1.55rem, 6.2vw, 2.1rem);
    line-height: 1.16;
  }

  .social-proof-support {
    margin-top: 14px;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .social-proof-track {
    gap: 12px;
  }

  .social-proof-visual {
    flex-basis: 252px;
    min-height: 252px;
  }

  .social-proof-visual__comparison {
    border-radius: 14px;
  }

  .social-proof-visual__label {
    top: 10px;
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.58rem;
  }

  .social-proof-panel__pill-line {
    width: 132px;
  }

  .social-proof-panel__quote {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .social-proof-panel__note {
    align-items: flex-start;
  }

  .social-proof-panel__note p {
    font-size: 1rem;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .social-proof-shell {
    gap: 22px;
  }

  .social-proof-track {
    gap: 12px;
  }

  .social-proof-visual {
    flex-basis: 272px;
    min-height: 272px;
  }

  .social-proof-panel__quote {
    font-size: clamp(1.72rem, 3vw, 2.3rem);
  }
}

/* Pra quem reference */
#pra-quem .pq-ref,
#pra-quem .pq-ref * {
  box-sizing: border-box;
}

#pra-quem {
  scroll-margin-top: 128px;
}

#pra-quem .pq-ref {
  position: relative;
  display: block;
  padding-top: 116px;
}

#pra-quem .pq-ref__heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#pra-quem .pq-ref__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 3.3vw, 3.9rem);
  font-weight: 600;
  line-height: 1.04;
  color: #c9a398;
}

#pra-quem .pq-ref__lead {
  width: min(100%, 620px);
  margin: 22px auto 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #7b7470;
}

#pra-quem .pq-ref__ornaments-widget {
  position: absolute;
  inset: 98px 0 0;
  z-index: 0;
  pointer-events: none;
}

#pra-quem .pq-ref__ornaments-widget > .elementor-widget-container {
  width: min(100%, 1120px);
  min-height: 780px;
  margin: 0 auto;
}

#pra-quem .pq-ref__ornaments {
  position: relative;
  width: 100%;
  height: 100%;
}

#pra-quem .pq-ref__ornament {
  position: absolute;
  color: rgba(201, 163, 152, 0.22);
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.94);
  transition:
    opacity 1.05s ease,
    transform 1.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#pra-quem .pq-ref__ornaments-widget.is-visible .pq-ref__ornament {
  opacity: 1;
  transform: none;
}

#pra-quem .pq-ref__ornament--left {
  top: 154px;
  left: -42px;
  width: min(22vw, 240px);
}

#pra-quem .pq-ref__ornament--right {
  right: -26px;
  bottom: 168px;
  width: min(19vw, 200px);
  transition-delay: 120ms;
}

#pra-quem .pq-ref-svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(111, 78, 70, 0.06));
}

#pra-quem .pq-ref-svg__ring circle,
#pra-quem .pq-ref-svg__line path,
#pra-quem .pq-ref-svg__drop path {
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#pra-quem .pq-ref-svg__ring circle,
#pra-quem .pq-ref-svg__line path {
  fill: none;
}

#pra-quem .pq-ref-svg__line path,
#pra-quem .pq-ref-svg__ring circle,
#pra-quem .pq-ref-svg__drop path {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: stroke-dashoffset 2.2s ease;
}

#pra-quem .pq-ref__ornaments-widget.is-visible .pq-ref-svg__line path,
#pra-quem .pq-ref__ornaments-widget.is-visible .pq-ref-svg__ring circle,
#pra-quem .pq-ref__ornaments-widget.is-visible .pq-ref-svg__drop path {
  stroke-dashoffset: 0;
}

#pra-quem .pq-ref-svg__node circle {
  fill: rgba(201, 163, 152, 0.28);
  opacity: 0;
  transform: scale(0.65);
  transform-origin: center;
  transition:
    opacity 0.75s ease 0.95s,
    transform 0.9s ease 0.95s;
}

#pra-quem .pq-ref__ornaments-widget.is-visible .pq-ref-svg__node circle {
  opacity: 1;
  transform: scale(1);
}

#pra-quem .pq-ref__timeline-widget {
  position: relative;
  z-index: 2;
  margin-top: 56px;
}

#pra-quem .pq-ref__timeline-widget > .elementor-widget-container {
  position: relative;
  min-height: 780px;
}

#pra-quem .pq-ref__canvas {
  position: relative;
  width: min(100%, 1120px);
  min-height: 780px;
  margin: 0 auto;
  padding-bottom: 148px;
}

#pra-quem .pq-ref__timeline,
#pra-quem .pq-ref__timeline .twae-timeline,
#pra-quem .pq-ref__timeline .twae-story,
#pra-quem .pq-ref__timeline .twae-icon,
#pra-quem .pq-ref__timeline .twae-arrow,
#pra-quem .pq-ref__timeline .twae-content,
#pra-quem .pq-ref__timeline .twae-description,
#pra-quem .pq-ref__timeline .twae-start,
#pra-quem .pq-ref__timeline .twae-end {
  all: unset;
  box-sizing: border-box;
}

#pra-quem .pq-ref__timeline {
  position: relative;
  display: block;
  width: 100%;
  --pq-mid: 56px;
  --pq-gap: 22px;
  --pq-arrow: 18px;
}

#pra-quem .pq-ref__timeline .twae-start,
#pra-quem .pq-ref__timeline .twae-end {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: #d8d4d0;
  z-index: 1;
  opacity: 0;
  transform: scale(0.35);
  transition:
    opacity 0.65s ease,
    transform 0.95s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#pra-quem .pq-ref__timeline .twae-start {
  top: 0;
}

#pra-quem .pq-ref__timeline .twae-end {
  display: none;
}

#pra-quem .pq-ref__timeline .twae-timeline {
  position: relative;
  display: block;
  padding: 26px 0 150px;
}

#pra-quem .pq-ref__timeline .twae-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  border-radius: 999px;
  background: #d8d4d0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 2.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#pra-quem .pq-ref__timeline .twae-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) calc(var(--pq-mid) * 2) minmax(0, 1fr);
  align-items: center;
  margin-bottom: 72px;
  --pq-enter-x: 0px;
}

#pra-quem .pq-ref__timeline .twae-story:last-child {
  margin-bottom: 0;
}

#pra-quem .pq-ref__timeline .twae-content {
  position: relative;
  display: block;
  padding: 21px 24px 20px;
  border: 1px solid rgba(217, 169, 152, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(126, 99, 87, 0.1);
  z-index: 2;
  opacity: 0;
  transition:
    opacity 0.95s ease,
    transform 1.18s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.5s ease;
}

#pra-quem .pq-ref__timeline .twae-story-right .twae-content {
  grid-column: 3;
  justify-self: start;
  width: min(100%, 505px);
  margin-left: var(--pq-gap);
  text-align: left;
  border-left-color: rgba(217, 169, 152, 0.78);
  transform: translate3d(var(--pq-enter-x), 0, 0);
}

#pra-quem .pq-ref__timeline .twae-story-left .twae-content {
  grid-column: 1;
  justify-self: end;
  width: min(100%, 505px);
  margin-right: var(--pq-gap);
  text-align: center;
  border-right-color: rgba(217, 169, 152, 0.78);
  transform: translate3d(var(--pq-enter-x), 0, 0);
}

#pra-quem .pq-ref__timeline .twae-story-right {
  --pq-enter-x: 34px;
}

#pra-quem .pq-ref__timeline .twae-story-left {
  --pq-enter-x: -34px;
}

#pra-quem .pq-ref__timeline .twae-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #ddd7d2;
  border-radius: 50%;
  background: #cfac9f;
  box-shadow: 0 12px 24px rgba(152, 114, 102, 0.16);
  z-index: 3;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(0.3);
  transition:
    opacity 0.55s ease,
    transform 0.95s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.55s ease;
}

#pra-quem .pq-ref__timeline .twae-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  opacity: 0;
  transform: scale(0.72);
  transition:
    opacity 0.45s ease,
    transform 0.6s ease;
}

#pra-quem .pq-ref__timeline .twae-arrow {
  position: absolute;
  top: 50%;
  width: var(--pq-arrow);
  height: var(--pq-arrow);
  margin-top: calc(var(--pq-arrow) / -2);
  background: #fff;
  opacity: 0;
  z-index: 3;
  transition:
    opacity 0.95s ease,
    transform 1.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#pra-quem .pq-ref__timeline .twae-story-right .twae-arrow {
  left: calc(50% + var(--pq-mid) + var(--pq-gap) - (var(--pq-arrow) / 2));
  border-left: 1px solid #d9a998;
  border-bottom: 1px solid #d9a998;
  transform: translate3d(var(--pq-enter-x), 0, 0) rotate(45deg) scale(0.72);
}

#pra-quem .pq-ref__timeline .twae-story-left .twae-arrow {
  left: calc(50% - var(--pq-mid) - var(--pq-gap) - (var(--pq-arrow) / 2));
  border-top: 1px solid #d9a998;
  border-right: 1px solid #d9a998;
  transform: translate3d(var(--pq-enter-x), 0, 0) rotate(45deg) scale(0.72);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-start {
  opacity: 1;
  transform: scale(1);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-timeline::before {
  transform: scaleY(1);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(1) .twae-icon,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(1) .twae-arrow,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(1) .twae-content {
  transition-delay: 0.42s;
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(2) .twae-icon,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(2) .twae-arrow,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(2) .twae-content {
  transition-delay: 0.82s;
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(3) .twae-icon,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(3) .twae-arrow,
#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story:nth-child(3) .twae-content {
  transition-delay: 1.22s;
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story .twae-icon {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story .twae-icon svg {
  opacity: 1;
  transform: scale(1);
  transition-delay: inherit;
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story .twae-arrow {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story .twae-content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#pra-quem .pq-ref__timeline-widget.is-visible .pq-ref__timeline .twae-story .twae-content:hover {
  box-shadow: 0 14px 30px rgba(126, 99, 87, 0.14);
}

#pra-quem .pq-ref__timeline .twae-description {
  display: block;
}

#pra-quem .pq-ref__timeline .twae-description p {
  margin: 0;
  color: #736c67;
}

#pra-quem .pq-ref__timeline .twae-description p + p {
  margin-top: 12px;
}

#pra-quem .pq-ref__timeline .twae-description p:first-child {
  font-size: 0.74rem;
  line-height: 1.42;
  font-weight: 700;
  text-transform: uppercase;
  color: #c28f80;
  margin-bottom: 10px;
}

#pra-quem .pq-ref__timeline .twae-description p:last-child {
  font-size: 1rem;
  line-height: 1.6;
  color: #726b67;
}

#pra-quem .pq-ref__timeline .twae-description strong {
  color: #9b6d5f;
  font-weight: 700;
}

#pra-quem .pq-ref__cta-dock {
  position: absolute;
  left: 50%;
  bottom: 92px;
  z-index: 4;
  width: min(100%, 470px);
  transform: translateX(-50%);
}

#pra-quem .pq-ref__cta-dock .elementor-button-wrapper {
  display: flex;
  justify-content: center;
}

#pra-quem .pq-ref__cta-dock .elementor-button {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 18px 34px rgba(111, 78, 70, 0.22);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.1;
  overflow: hidden;
}

#pra-quem .pq-ref__cta-dock .elementor-button::before {
  content: none;
}

#pra-quem .pq-ref__cta-dock .elementor-button:hover,
#pra-quem .pq-ref__cta-dock .elementor-button:focus-visible {
  transform: translateY(-1px);
  background: var(--color-primary-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 20px 38px rgba(111, 78, 70, 0.24);
}

#pra-quem .pq-ref__cta-dock .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 62px;
  padding: 10px 20px 11px;
  text-align: center;
}

#pra-quem .pq-ref__cta-dock .elementor-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  white-space: normal;
  max-width: none;
  font-size: clamp(0.78rem, 0.82vw, 0.84rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--color-white);
}

#pra-quem .pq-ref__cta-line {
  display: block;
  white-space: nowrap;
}

#pra-quem .pq-ref__cta-hint {
  white-space: nowrap;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 253, 249, 0.62);
}

@media (max-width: 1180px) {
  #pra-quem .pq-ref__timeline {
    --pq-mid: 48px;
    --pq-gap: 20px;
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-content,
  #pra-quem .pq-ref__timeline .twae-story-left .twae-content {
    width: min(100%, 450px);
  }
}

@media (max-width: 639px) {
  #pra-quem {
    scroll-margin-top: 104px;
  }

  #pra-quem .pq-ref {
    padding-top: 72px;
  }

  #pra-quem .pq-ref__ornaments-widget {
    inset: 82px 0 auto;
  }

  #pra-quem .pq-ref__ornaments-widget > .elementor-widget-container {
    min-height: 420px;
  }

  #pra-quem .pq-ref__ornament--left {
    top: 26px;
    left: -54px;
    width: 118px;
    opacity: 0.46;
  }

  #pra-quem .pq-ref__ornament--right {
    right: -46px;
    bottom: 132px;
    width: 96px;
    opacity: 0.42;
  }

  #pra-quem .pq-ref__timeline-widget > .elementor-widget-container,
  #pra-quem .pq-ref__canvas {
    min-height: 0;
  }

  #pra-quem .pq-ref__canvas {
    padding-bottom: 26px;
  }

  #pra-quem .pq-ref__timeline {
    --pq-mobile-line-x: 32px;
    --pq-mobile-icon-size: 46px;
    --pq-mobile-card-x: 76px;
    --pq-gap: 14px;
    --pq-arrow: 14px;
  }

  #pra-quem .pq-ref__timeline .twae-start,
  #pra-quem .pq-ref__timeline .twae-end {
    left: calc(var(--pq-mobile-line-x) - 7px);
    margin-left: 0;
  }

  #pra-quem .pq-ref__timeline .twae-end {
    display: none;
  }

  #pra-quem .pq-ref__timeline .twae-timeline {
    padding: 14px 0 16px;
  }

  #pra-quem .pq-ref__timeline .twae-timeline::before {
    left: var(--pq-mobile-line-x);
    margin-left: 0;
    top: 0;
    bottom: 0;
  }

  #pra-quem .pq-ref__timeline .twae-story {
    display: block;
    margin-bottom: 18px;
    padding-left: var(--pq-mobile-card-x);
  }

  #pra-quem .pq-ref__timeline .twae-story-right,
  #pra-quem .pq-ref__timeline .twae-story-left {
    --pq-enter-x: 24px;
  }

  #pra-quem .pq-ref__timeline .twae-content {
    width: min(100%, 300px);
    padding: 18px 14px 14px 16px;
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-content,
  #pra-quem .pq-ref__timeline .twae-story-left .twae-content {
    margin: 0;
    text-align: left;
    border-color: rgba(217, 169, 152, 0.22);
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-arrow,
  #pra-quem .pq-ref__timeline .twae-story-left .twae-arrow {
    left: calc(var(--pq-mobile-card-x) - (var(--pq-arrow) / 2) - 1px);
    z-index: 2;
    border-radius: 2px;
    background: #fff;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid rgba(217, 169, 152, 0.22);
    border-bottom: 1px solid rgba(217, 169, 152, 0.22);
    box-shadow: -8px 8px 18px rgba(126, 99, 87, 0.06);
    transform: translate3d(var(--pq-enter-x), 0, 0) rotate(45deg) scale(0.72);
  }

  #pra-quem .pq-ref__timeline .twae-icon {
    left: var(--pq-mobile-line-x);
    width: var(--pq-mobile-icon-size);
    height: var(--pq-mobile-icon-size);
    border-width: 5px;
  }

  #pra-quem .pq-ref__timeline .twae-icon svg {
    width: 18px;
    height: 18px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:first-child {
    font-size: 0.64rem;
    line-height: 1.42;
    margin-bottom: 8px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:last-child {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  #pra-quem .pq-ref__cta-dock {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 370px;
    margin: 10px auto 0;
    transform: none;
  }

  #pra-quem .pq-ref__cta-dock .elementor-button {
    border-radius: 999px;
  }

  #pra-quem .pq-ref__cta-dock .elementor-button-content-wrapper {
    gap: 3px;
    min-height: 58px;
    padding: 10px 14px 11px;
  }

  #pra-quem .pq-ref__cta-dock .elementor-button-text {
    gap: 1px;
    font-size: 0.68rem;
    line-height: 1.02;
  }

  #pra-quem .pq-ref__cta-hint {
    font-size: 0.54rem;
    letter-spacing: 0.07em;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  #pra-quem {
    scroll-margin-top: 112px;
  }

  #pra-quem .pq-ref {
    padding-top: 92px;
  }

  #pra-quem .pq-ref__lead {
    width: min(100%, 560px);
    margin-top: 18px;
    font-size: 0.94rem;
    line-height: 1.58;
  }

  #pra-quem .pq-ref__ornaments-widget {
    inset: 90px 0 0;
  }

  #pra-quem .pq-ref__ornaments-widget > .elementor-widget-container {
    min-height: 640px;
  }

  #pra-quem .pq-ref__timeline-widget {
    margin-top: 40px;
  }

  #pra-quem .pq-ref__timeline-widget > .elementor-widget-container,
  #pra-quem .pq-ref__canvas {
    min-height: 0;
  }

  #pra-quem .pq-ref__canvas {
    padding-bottom: 16px;
  }

  #pra-quem .pq-ref__timeline {
    --pq-mid: 42px;
    --pq-gap: 16px;
    --pq-arrow: 16px;
  }

  #pra-quem .pq-ref__timeline .twae-timeline {
    padding: 22px 0 26px;
  }

  #pra-quem .pq-ref__timeline .twae-timeline::before {
    bottom: 12px;
  }

  #pra-quem .pq-ref__timeline .twae-story {
    margin-bottom: 40px;
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-content,
  #pra-quem .pq-ref__timeline .twae-story-left .twae-content {
    width: min(100%, 320px);
    padding: 16px 16px 15px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:first-child {
    font-size: 0.68rem;
  }

  #pra-quem .pq-ref__timeline .twae-description p:last-child {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  #pra-quem .pq-ref__timeline .twae-icon {
    width: 48px;
    height: 48px;
    border-width: 5px;
  }

  #pra-quem .pq-ref__timeline .twae-icon svg {
    width: 18px;
    height: 18px;
  }

  #pra-quem .pq-ref__cta-dock {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 390px);
    margin: 18px auto 0;
    transform: none;
  }

  #pra-quem .pq-ref__cta-dock .elementor-button-content-wrapper {
    min-height: 58px;
    padding: 10px 16px 11px;
  }

  #pra-quem .pq-ref__cta-line {
    white-space: normal;
  }
}

@media (min-width: 640px) and (max-width: 760px) {
  #pra-quem .pq-ref {
    padding-top: 84px;
  }

  #pra-quem .pq-ref__heading {
    max-width: 560px;
  }

  #pra-quem .pq-ref__ornaments-widget {
    inset: 92px 0 auto;
  }

  #pra-quem .pq-ref__ornaments-widget > .elementor-widget-container {
    min-height: 460px;
  }

  #pra-quem .pq-ref__ornament--left {
    top: 26px;
    left: -34px;
    width: 132px;
    opacity: 0.42;
  }

  #pra-quem .pq-ref__ornament--right {
    right: -34px;
    bottom: 114px;
    width: 108px;
    opacity: 0.4;
  }

  #pra-quem .pq-ref__timeline {
    --pq-mobile-line-x: 50%;
    --pq-mobile-card-x: 0px;
    --pq-mobile-icon-size: 48px;
    --pq-gap: 14px;
    --pq-arrow: 14px;
  }

  #pra-quem .pq-ref__timeline .twae-start,
  #pra-quem .pq-ref__timeline .twae-end {
    left: 50%;
    margin-left: -7px;
  }

  #pra-quem .pq-ref__timeline .twae-timeline {
    padding: 16px 0 22px;
  }

  #pra-quem .pq-ref__timeline .twae-timeline::before {
    left: 50%;
    margin-left: -2px;
    top: 0;
    bottom: 0;
  }

  #pra-quem .pq-ref__timeline .twae-story {
    display: block;
    width: min(100%, 560px);
    margin: 0 auto 22px;
    padding: 0;
  }

  #pra-quem .pq-ref__timeline .twae-story-right,
  #pra-quem .pq-ref__timeline .twae-story-left {
    --pq-enter-x: 18px;
  }

  #pra-quem .pq-ref__timeline .twae-content {
    width: min(100%, 270px);
    padding: 15px 15px 14px;
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-content {
    margin-left: auto;
    text-align: left;
  }

  #pra-quem .pq-ref__timeline .twae-story-left .twae-content {
    margin-right: auto;
    text-align: center;
  }

  #pra-quem .pq-ref__timeline .twae-story-right .twae-arrow {
    left: calc(50% + 17px);
  }

  #pra-quem .pq-ref__timeline .twae-story-left .twae-arrow {
    left: calc(50% - 31px);
  }

  #pra-quem .pq-ref__timeline .twae-icon {
    width: 44px;
    height: 44px;
  }

  #pra-quem .pq-ref__timeline .twae-icon svg {
    width: 16px;
    height: 16px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:first-child {
    font-size: 0.64rem;
    line-height: 1.36;
    margin-bottom: 8px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:last-child {
    font-size: 0.88rem;
    line-height: 1.44;
  }
}

@media (max-width: 520px) {
  #pra-quem {
    scroll-margin-top: 96px;
  }

  #pra-quem .pq-ref__timeline {
    --pq-mobile-card-x: 72px;
  }

  #pra-quem .pq-ref__title {
    font-size: clamp(1.7rem, 7.2vw, 2.35rem);
  }

  #pra-quem .pq-ref__lead {
    width: min(100%, 340px);
    margin-top: 14px;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  #pra-quem .pq-ref__timeline .twae-story {
    padding-left: var(--pq-mobile-card-x);
  }

  #pra-quem .pq-ref__timeline .twae-content {
    width: min(100%, 280px);
    padding: 18px 14px 13px 15px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:first-child {
    font-size: 0.62rem;
    line-height: 1.44;
  }

  #pra-quem .pq-ref__timeline .twae-description p + p {
    margin-top: 10px;
  }

  #pra-quem .pq-ref__timeline .twae-description p:last-child {
    font-size: 0.82rem;
    line-height: 1.44;
  }

  #pra-quem .pq-ref__ornament--left {
    left: -58px;
    width: 98px;
  }

  #pra-quem .pq-ref__ornament--right {
    right: -54px;
    width: 78px;
  }
}

.depth-ref-section {
  scroll-margin-top: 112px;
  background:
    linear-gradient(180deg, rgba(250, 247, 242, 0.2) 0%, rgba(243, 236, 229, 0.62) 100%);
}

#condicao-vip {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 137, 107, 0.16) 0, transparent 26%),
    radial-gradient(circle at 84% 72%, rgba(255, 253, 249, 0.58) 0, transparent 22%),
    linear-gradient(180deg, #eee2d7 0%, var(--color-primary-soft) 48%, #e7d9ce 100%);
}

#condicao-vip::before,
#condicao-vip::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#condicao-vip::before {
  top: 26px;
  left: -58px;
  width: min(30vw, 360px);
  height: min(30vw, 360px);
  opacity: 0.28;
  background-image: url("./assets/bg-derm-orbit-light.svg");
}

#condicao-vip::after {
  right: -84px;
  bottom: 38px;
  width: min(34vw, 420px);
  height: min(24vw, 280px);
  opacity: 0.24;
  background-image: url("./assets/bg-derm-wave-warm.svg");
}

#condicao-vip > .elementor-container {
  position: relative;
  z-index: 1;
}

.depth-ref-section .depth-ref {
  padding: 56px 0 72px;
}

.depth-ref-section .depth-ref__stage {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.depth-ref-section .depth-ref__panel {
  position: relative;
  z-index: 2;
  flex: 0 1 52%;
  width: auto;
  margin-right: -96px;
  max-width: 700px;
  padding: 42px 44px 34px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(243, 236, 229, 0.9) 100%);
  border: 1px solid rgba(217, 169, 152, 0.34);
  box-shadow: 0 28px 56px rgba(111, 78, 70, 0.08);
}

.depth-ref-section .depth-ref__notch {
  position: absolute;
  top: 86px;
  right: -34px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--color-surface);
}

.depth-ref-section .depth-ref__copy {
  max-width: 600px;
}

.depth-ref-section .depth-ref__title {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--color-accent-strong);
}

.depth-ref-section .depth-ref__title-line {
  display: block;
}

.depth-ref-section .depth-ref__copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.48;
  color: var(--color-text-muted);
}

.depth-ref-section .depth-ref__copy p + p {
  margin-top: 10px;
}

.depth-ref-section .depth-ref__copy strong {
  font-weight: 600;
  color: var(--color-accent-strong);
}

.depth-ref-section .depth-ref__points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.depth-ref-section .depth-ref__point {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.depth-ref-section .depth-ref__point img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-10px, 10px, 0) scale(0.88) rotate(-8deg);
  transform-origin: center center;
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.depth-ref-section .depth-ref__point p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.28;
  color: var(--color-text);
}

.depth-ref--offer .depth-ref__point-visual {
  display: block;
  width: 38px;
  height: 38px;
  overflow: visible;
  color: var(--color-accent-strong);
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(-10px, 10px, 0) scale(0.88) rotate(-8deg);
  transform-origin: center center;
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.95s cubic-bezier(0.16, 1, 0.3, 1);
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__channel,
.depth-ref--offer .depth-ref__point-visual .depth-icon__drop-fill {
  fill: currentColor;
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__channel {
  opacity: 0.18;
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__drop-fill {
  opacity: 0.14;
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__pulse {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  opacity: 0.24;
}

.depth-ref--offer .depth-ref__point-visual .depth-icon__needle,
.depth-ref--offer .depth-ref__point-visual .depth-icon__tip,
.depth-ref--offer .depth-ref__point-visual .depth-icon__channel,
.depth-ref--offer .depth-ref__point-visual .depth-icon__drop-fill,
.depth-ref--offer .depth-ref__point-visual .depth-icon__pulse,
.depth-ref--offer .depth-ref__point-visual .depth-icon__orbit,
.depth-ref--offer .depth-ref__point-visual .depth-icon__beam,
.depth-ref--offer .depth-ref__point-visual .depth-icon__shield,
.depth-ref--offer .depth-ref__point-visual .depth-icon__shield-core,
.depth-ref--offer .depth-ref__point-visual .depth-icon__arc {
  transform-box: fill-box;
  transform-origin: center;
}

.depth-ref-section.is-visible .depth-ref__point img {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  animation: depthIconFloat 3.8s ease-in-out infinite;
}

.depth-ref-section.is-visible .depth-ref--offer .depth-ref__point-visual {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(1) img {
  transition-delay: 0.22s;
  animation-delay: 0.9s;
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(2) img {
  transition-delay: 0.34s;
  animation-delay: 1.3s;
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(3) img {
  transition-delay: 0.46s;
  animation-delay: 1.7s;
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(1) .depth-ref__point-visual {
  transition-delay: 0.22s;
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(2) .depth-ref__point-visual {
  transition-delay: 0.34s;
}

.depth-ref-section.is-visible .depth-ref__point:nth-child(3) .depth-ref__point-visual {
  transition-delay: 0.46s;
}

.depth-ref-section .depth-ref__highlight {
  margin-top: 22px;
  padding: 16px 18px 16px 20px;
  border-left: 2px solid var(--color-accent);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 14px 28px rgba(111, 78, 70, 0.06);
  font-size: 1rem;
  line-height: 1.34;
  color: var(--color-text);
}

.depth-ref-section .depth-ref__media {
  flex: 0 0 58%;
  width: auto;
  max-width: 780px;
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: #cdbdac;
  overflow: hidden;
  box-shadow: 0 34px 60px rgba(111, 78, 70, 0.1);
}

.depth-ref-section .depth-ref__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 26%;
}

.depth-ref--reverse .depth-ref__stage {
  justify-content: flex-end;
}

.depth-ref--reverse .depth-ref__panel {
  order: 2;
  margin-right: 0;
  margin-left: -96px;
}

.depth-ref--reverse .depth-ref__media {
  order: 1;
}

.depth-ref--reverse .depth-ref__notch {
  right: auto;
  left: -34px;
}

.depth-ref--offer .depth-ref__title {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 2.15vw, 2.08rem);
  line-height: 0.96;
}

.depth-ref--offer .depth-ref__title-line {
  white-space: nowrap;
}

.depth-ref--offer .depth-ref__panel {
  max-width: 760px;
  padding-right: 42px;
}

.depth-ref--offer .depth-ref__copy {
  max-width: 100%;
}

.depth-ref--offer .depth-ref__points {
  margin-top: 24px;
  gap: 14px;
}

.depth-ref--offer .depth-ref__point--price {
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__needle {
  animation: depthNeedleTap 3.1s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__needle:nth-of-type(2) {
  animation-delay: 0.18s;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__needle:nth-of-type(3) {
  animation-delay: 0.34s;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__tip {
  opacity: 0.62;
  animation: depthTipFlash 3.1s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__tip:nth-of-type(5) {
  animation-delay: 0.18s;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__tip:nth-of-type(6) {
  animation-delay: 0.34s;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__channel {
  animation: depthChannelBloom 3.1s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__channel:nth-of-type(2) {
  animation-delay: 0.18s;
}

.depth-ref--offer .depth-ref__point-visual--micro .depth-icon__channel:nth-of-type(3) {
  animation-delay: 0.34s;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__orbit {
  animation: depthOrbitDrift 5.6s linear infinite;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__orbit-ring {
  stroke-dasharray: 18 7;
  animation: depthOrbitDash 4.4s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__drop-fill {
  animation: depthDropBreathe 3.3s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__pulse {
  animation: depthPulseRing 2.6s ease-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__spark {
  animation: depthSparkBlink 2.8s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__spark:nth-of-type(2) {
  animation-delay: 0.42s;
}

.depth-ref--offer .depth-ref__point-visual--infusion .depth-icon__spark:nth-of-type(3) {
  animation-delay: 0.84s;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__beam {
  stroke-dasharray: 16 7;
  animation: depthBeamSweep 2.9s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__beam:nth-of-type(2) {
  animation-delay: 0.16s;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__beam:nth-of-type(3) {
  animation-delay: 0.32s;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__shield {
  animation: depthShieldHum 3.3s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__shield-core {
  animation: depthCorePulse 2.4s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__arc {
  opacity: 0.76;
  animation: depthArcBreathe 3.3s ease-in-out infinite;
}

.depth-ref--offer .depth-ref__point-visual--led .depth-icon__arc:nth-of-type(2) {
  animation-delay: 0.3s;
}

.depth-ref--offer .depth-ref__price-range {
  white-space: nowrap;
  font-weight: 600;
  color: var(--color-accent-strong);
}

.depth-ref--offer .depth-ref__price-old {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  opacity: 0.78;
}

.depth-ref--offer .depth-ref__summary {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(184, 137, 107, 0.22);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(247, 241, 234, 0.92) 100%);
  box-shadow: 0 14px 28px rgba(111, 78, 70, 0.05);
  font-size: 0.98rem;
  line-height: 1.38;
  color: var(--color-text);
}

.depth-ref--offer .depth-ref__summary strong {
  color: var(--color-accent-strong);
}

.depth-ref--offer .depth-ref__highlight {
  display: grid;
  gap: 16px;
  padding-right: 20px;
}

.depth-ref--offer .depth-ref__highlight p {
  margin: 0;
}

.depth-ref--offer .depth-ref__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 18px 34px rgba(111, 78, 70, 0.18);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.depth-ref--offer .depth-ref__cta:hover,
.depth-ref--offer .depth-ref__cta:focus-visible {
  transform: translateY(-1px);
  background: var(--color-primary-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 20px 38px rgba(111, 78, 70, 0.22);
}

#condicao-vip .depth-ref__media img {
  object-position: 48% 34%;
}

#decisao-inteligente {
  --decision-top: 112px;
  --decision-section-top: 12px;
  --decision-section-bottom: 18px;
  position: relative;
  isolation: isolate;
  overflow: clip;
  scroll-margin-top: var(--decision-top);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 253, 249, 0.72) 0, transparent 24%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 107, 0.12) 0, transparent 26%),
    linear-gradient(180deg, #f1e5da 0%, var(--color-primary-soft) 42%, #ead9cc 100%);
}

#decisao-inteligente::before,
#decisao-inteligente::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#decisao-inteligente::before {
  top: 48px;
  left: -72px;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  opacity: 0.22;
  background-image: url("./assets/bg-derm-contour-warm.svg");
}

#decisao-inteligente::after {
  right: -52px;
  bottom: 64px;
  width: min(26vw, 280px);
  height: min(26vw, 280px);
  opacity: 0.18;
  background-image: url("./assets/bg-derm-microgrid.svg");
}

#decisao-inteligente > .elementor-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 88px), 1240px);
}

#decisao-inteligente .plan-ref {
  position: relative;
  padding: var(--decision-section-top) 0 var(--decision-section-bottom);
  min-height: 0;
}

#decisao-inteligente .plan-ref__layout {
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(460px, 1fr);
  justify-content: center;
  column-gap: 60px;
  row-gap: 10px;
  align-items: stretch;
}

#decisao-inteligente .plan-ref__copy-widget {
  grid-column: 1;
  grid-row: 1;
}

#decisao-inteligente .plan-ref__copy {
  width: 100%;
}

#decisao-inteligente .plan-ref__heading {
  margin-bottom: 26px;
}

#decisao-inteligente .plan-ref__title {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--color-primary);
}

#decisao-inteligente .plan-ref__title-line {
  display: block;
  white-space: nowrap;
}

#decisao-inteligente .plan-ref__intro {
  max-width: 500px;
  margin-bottom: 24px;
  display: grid;
  gap: 14px;
}

#decisao-inteligente .plan-ref__intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.42;
  color: #2b2521;
}

#decisao-inteligente .plan-ref__decision-pricing {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  width: fit-content;
  max-width: 100%;
  padding: 14px 18px;
  overflow: visible;
  border: 1px solid rgba(184, 137, 107, 0.24);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 14px 28px rgba(111, 78, 70, 0.08);
}

#decisao-inteligente .plan-ref__decision-pricing p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 1.18rem;
  line-height: 1;
  color: #2b2521;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

#decisao-inteligente .plan-ref__decision-pricing strong,
#decisao-inteligente .plan-ref__decision-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
}

#decisao-inteligente .plan-ref__decision-kicker--highlight {
  margin: 0 0 18px;
  max-width: 100%;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: none;
  color: var(--color-primary);
}

#decisao-inteligente .plan-ref__decision-kicker-line {
  display: block;
}

#decisao-inteligente .plan-ref__decision-kicker-sub {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(111, 78, 70, 0.72);
}

#decisao-inteligente .plan-ref__decision-pricing span {
  font-weight: 500;
  color: rgba(43, 37, 33, 0.74);
}

#decisao-inteligente .plan-ref__decision-price-old {
  font-size: 1.38rem;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

#decisao-inteligente .plan-ref__decision-pricing strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(122, 84, 72, 0.12);
  font-size: 0.88rem;
  color: var(--color-primary);
}

#decisao-inteligente .plan-ref__decision-actions {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  justify-content: flex-start;
  align-self: start;
  margin-bottom: 0;
}

#decisao-inteligente .plan-ref__decision-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 28px;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 18px 34px rgba(111, 78, 70, 0.16);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

#decisao-inteligente .plan-ref__decision-cta:hover,
#decisao-inteligente .plan-ref__decision-cta:focus-visible {
  transform: translateY(-1px);
  background: var(--color-primary-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 20px 38px rgba(111, 78, 70, 0.2);
}

#decisao-inteligente .plan-ref__decision-payments-widget {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  opacity: 1;
  filter: none;
  transform: translateX(-50%);
  transition: none;
  pointer-events: none;
}

#decisao-inteligente .plan-ref__decision-payments {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 999px;
}

#decisao-inteligente .plan-ref__decision-payments::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(111, 78, 70, 0.14) 0%,
    rgba(111, 78, 70, 0.1) 18%,
    rgba(111, 78, 70, 0.08) 72%,
    rgba(111, 78, 70, 0.04) 90%,
    rgba(111, 78, 70, 0) 100%
  );
}

#decisao-inteligente .plan-ref__decision-badges {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  overflow: hidden;
  align-items: center;
  width: 100%;
  min-height: 28px;
  padding-left: 8px;
}

#decisao-inteligente .plan-ref__decision-badges::before,
#decisao-inteligente .plan-ref__decision-badges::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(14px, 4vw, 40px);
  z-index: 2;
  pointer-events: none;
}

#decisao-inteligente .plan-ref__decision-badges::before {
  left: 0;
  background: linear-gradient(90deg, rgba(241, 229, 218, 0.24) 0%, rgba(241, 229, 218, 0) 100%);
}

#decisao-inteligente .plan-ref__decision-badges::after {
  right: 0;
  background: linear-gradient(270deg, rgba(241, 229, 218, 0.94) 0%, rgba(241, 229, 218, 0) 100%);
}

#decisao-inteligente .plan-ref__decision-badges-rail {
  display: flex;
  width: max-content;
  animation: decisionBadgesLoop 18s linear infinite;
  will-change: transform;
}

#decisao-inteligente .plan-ref__decision-badges-track {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding-right: 8px;
}

#decisao-inteligente .plan-ref__decision-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid rgba(111, 78, 70, 0.04);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 2px 10px rgba(111, 78, 70, 0.025);
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(43, 37, 33, 0.54);
}

#decisao-inteligente .plan-ref__decision-badges svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#decisao-inteligente .plan-ref__decision-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

#decisao-inteligente .plan-ref__decision-list li {
  position: relative;
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1.42;
  color: #2b2521;
}

#decisao-inteligente .plan-ref__decision-widget {
  --decision-seam-x: 22px;
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100%;
  overflow: visible;
}

#decisao-inteligente .plan-ref__decision-widget::before {
  content: "";
  position: absolute;
  top: calc(var(--decision-section-top) * -1);
  right: calc(50% - 50vw);
  bottom: calc(var(--decision-section-bottom) * -1);
  left: var(--decision-seam-x);
  border-radius: 0 0 0 0;
  background: rgba(255, 253, 249, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 18px 36px rgba(111, 78, 70, 0.05);
  z-index: 0;
}

#decisao-inteligente .plan-ref__decision-frame {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 8px 28px 28px 96px;
  justify-content: flex-start;
  overflow: visible;
}

#decisao-inteligente .plan-ref__decision-bridge,
#decisao-inteligente .plan-ref__decision-bridge-dot {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
  background: rgba(255, 253, 249, 0.96);
}

#decisao-inteligente .plan-ref__decision-bridge {
  display: none;
}

#decisao-inteligente .plan-ref__decision-bridge-dot {
  top: 188px;
  left: calc(var(--decision-seam-x) - 21px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 253, 249, 0.72) 0, transparent 24%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 107, 0.12) 0, transparent 26%),
    linear-gradient(180deg, #f1e5da 0%, var(--color-primary-soft) 42%, #ead9cc 100%);
}

#decisao-inteligente .plan-ref__decision-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 0;
  max-width: 420px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

#decisao-inteligente .plan-ref__decision-list li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
}

#decisao-inteligente .plan-ref__copy-widget,
#decisao-inteligente .plan-ref__decision-widget {
  opacity: 0;
  filter: blur(10px);
  transition:
    opacity 1.02s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.28s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.28s cubic-bezier(0.16, 1, 0.3, 1);
}

#decisao-inteligente .plan-ref__copy-widget {
  transform: translate3d(-18px, 20px, 0) scale(0.985);
}

#decisao-inteligente .plan-ref__decision-widget {
  transform: translate3d(18px, 20px, 0) scale(0.985);
}

#decisao-inteligente .elementor-widget.is-visible.plan-ref__copy-widget,
#decisao-inteligente .elementor-widget.is-visible.plan-ref__decision-widget {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

#decisao-inteligente .elementor-widget.is-visible.plan-ref__decision-widget {
  transition-delay: 0.12s;
}

@keyframes decisionBadgesLoop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

#autoridade-bioreset {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 112px;
  --authority-section-top: 28px;
  --authority-section-bottom: 60px;
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 137, 107, 0.14) 0, transparent 24%),
    radial-gradient(circle at 84% 72%, rgba(255, 253, 249, 0.5) 0, transparent 22%),
    linear-gradient(180deg, #f4ece3 0%, #f0e4d8 44%, #eadbce 100%);
}

#autoridade-bioreset::before,
#autoridade-bioreset::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#autoridade-bioreset::before {
  top: 22px;
  left: -66px;
  width: min(28vw, 320px);
  height: min(28vw, 320px);
  opacity: 0.16;
  background-image: url("./assets/bg-derm-orbit-light.svg");
}

#autoridade-bioreset::after {
  right: -80px;
  bottom: 22px;
  width: min(24vw, 260px);
  height: min(18vw, 200px);
  opacity: 0.14;
  background-image: url("./assets/bg-derm-wave-warm.svg");
}

#autoridade-bioreset > .elementor-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 88px), 1240px);
}

#autoridade-bioreset .authority-section__wrap {
  padding: var(--authority-section-top) 0 var(--authority-section-bottom);
}

#autoridade-bioreset .authority-section__layout {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 56px;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

#autoridade-bioreset .authority-section__photo-widget {
  display: flex;
  align-self: stretch;
  min-width: 0;
  overflow: clip;
}

#autoridade-bioreset .authority-section__photo-wrap {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 136px);
  overflow: clip;
}

#autoridade-bioreset .authority-section__metrics {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

#autoridade-bioreset .authority-section__metric {
  position: absolute;
  min-width: 152px;
  padding: 16px 18px 14px;
  border: 1px solid rgba(184, 137, 107, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 249, 0.82) 0, rgba(255, 253, 249, 0) 28%),
    radial-gradient(circle at 82% 78%, rgba(184, 137, 107, 0.08) 0, rgba(184, 137, 107, 0) 30%),
    linear-gradient(180deg, rgba(246, 237, 228, 0.96) 0%, rgba(238, 225, 212, 0.92) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 18px 34px rgba(111, 78, 70, 0.08);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

#autoridade-bioreset .authority-section__metric::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(184, 137, 107, 0.12);
  opacity: 0.72;
  pointer-events: none;
}

#autoridade-bioreset .authority-section__metric::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 137, 107, 0) 0%, rgba(184, 137, 107, 0.22) 50%, rgba(184, 137, 107, 0) 100%);
  pointer-events: none;
}

#autoridade-bioreset .authority-section__metric--years {
  top: 74px;
  left: 0;
}

#autoridade-bioreset .authority-section__metric--patients {
  top: 246px;
  right: 0;
}

#autoridade-bioreset .authority-section__metric--steps {
  right: 18px;
  bottom: 110px;
}

#autoridade-bioreset .authority-section__metric-number,
#autoridade-bioreset .authority-section__metric-label {
  margin: 0;
}

#autoridade-bioreset .authority-section__metric-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-heading);
  color: var(--color-accent-strong);
}

#autoridade-bioreset .authority-section__metric-value {
  font-size: clamp(2.2rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-shadow: 0 8px 22px rgba(111, 78, 70, 0.08);
}

#autoridade-bioreset .authority-section__metric-suffix {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(111, 78, 70, 0.72);
}

#autoridade-bioreset .authority-section__metric-label {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(111, 78, 70, 0.62);
}

#autoridade-bioreset .authority-section__photo-wrap::before,
#autoridade-bioreset .authority-section__photo-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

#autoridade-bioreset .authority-section__photo-wrap::before {
  inset: 40px 22px 108px 8px;
  border: 1px solid rgba(184, 137, 107, 0.2);
  border-radius: 48% 52% 46% 54% / 58% 34% 66% 42%;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 253, 249, 0.76) 0, rgba(255, 253, 249, 0) 28%),
    radial-gradient(circle at 78% 80%, rgba(184, 137, 107, 0.08) 0, rgba(184, 137, 107, 0) 30%);
  transform: rotate(-8deg);
  z-index: 0;
}

#autoridade-bioreset .authority-section__photo-wrap::after {
  top: 118px;
  right: 6px;
  width: 238px;
  height: 420px;
  border-radius: 48% 52% 46% 54% / 58% 36% 64% 42%;
  border: 1px solid rgba(184, 137, 107, 0.18);
  box-shadow:
    0 0 0 22px rgba(255, 253, 249, 0.06),
    0 0 0 1px rgba(184, 137, 107, 0.08) inset;
  transform: rotate(7deg);
  z-index: 0;
}

#autoridade-bioreset .authority-section__photo-frame {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 0 10px 0;
  border: 0;
  background: none;
  overflow: hidden;
  z-index: 1;
}

#autoridade-bioreset .authority-section__photo-frame::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 14%;
  width: 72%;
  height: 92%;
  border-radius: 46% 54% 46% 54% / 58% 34% 66% 42%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.94) 0, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 50% 78%, rgba(184, 137, 107, 0.12) 0, rgba(184, 137, 107, 0) 34%),
    linear-gradient(180deg, rgba(249, 243, 237, 0.98) 0%, rgba(239, 227, 214, 0.96) 56%, rgba(232, 218, 203, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 28px 48px rgba(111, 78, 70, 0.09);
  transform: rotate(-4deg);
}

#autoridade-bioreset .authority-section__photo-frame::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 6%;
  width: 88%;
  height: 82%;
  border: 1px solid rgba(184, 137, 107, 0.18);
  border-radius: 44% 56% 52% 48% / 54% 38% 62% 46%;
  transform: rotate(9deg);
  box-shadow:
    0 0 0 18px rgba(255, 253, 249, 0.05),
    0 0 0 1px rgba(184, 137, 107, 0.08) inset;
}

#autoridade-bioreset .authority-section__photo {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(100%, 488px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 44px rgba(111, 78, 70, 0.16));
}

#autoridade-bioreset .authority-section__photo-label {
  margin: 14px 0 0;
  text-align: center;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(111, 78, 70, 0.58);
}

#autoridade-bioreset .authority-section__content {
  max-width: 100%;
}

#autoridade-bioreset .authority-section__eyebrow {
  display: block;
  margin-bottom: 14px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(111, 78, 70, 0.72);
}

#autoridade-bioreset .authority-section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 4.4vw, 4.45rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: var(--color-primary);
}

#autoridade-bioreset .authority-section__script {
  display: block;
  margin: 2px 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(2.02rem, 3.2vw, 3rem);
  font-style: normal;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.038em;
  color: rgba(147, 101, 76, 0.96);
}

#autoridade-bioreset .authority-section__body {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(66, 57, 51, 0.88);
}

#autoridade-bioreset .authority-section__mission {
  position: relative;
  margin-top: 28px;
  padding: 32px;
  border: 1px solid rgba(184, 137, 107, 0.22);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 253, 249, 0.78) 0, rgba(255, 253, 249, 0) 26%),
    radial-gradient(circle at 82% 76%, rgba(184, 137, 107, 0.08) 0, rgba(184, 137, 107, 0) 28%),
    linear-gradient(180deg, rgba(246, 237, 228, 0.98) 0%, rgba(238, 225, 212, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 34px rgba(111, 78, 70, 0.08);
}

#autoridade-bioreset .authority-section__mission::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 253, 249, 0.72) 0, transparent 24%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 107, 0.12) 0, transparent 26%),
    linear-gradient(180deg, #f4ece3 0%, #f0e4d8 44%, #eadbce 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 8px 18px rgba(111, 78, 70, 0.08);
}

#autoridade-bioreset .authority-section__mission p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.42rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.018em;
  color: var(--color-primary);
}

#autoridade-bioreset .authority-section__mission span {
  color: rgba(147, 101, 76, 0.96);
}

#autoridade-bioreset .authority-section__photo-widget,
#autoridade-bioreset .authority-section__content-widget {
  opacity: 0;
  filter: blur(10px);
  transition:
    opacity 1.02s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.28s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.28s cubic-bezier(0.16, 1, 0.3, 1);
}

#autoridade-bioreset .authority-section__photo-widget {
  transform: translate3d(-18px, 20px, 0) scale(0.985);
}

#autoridade-bioreset .authority-section__content-widget {
  transform: translate3d(18px, 20px, 0) scale(0.985);
}

#autoridade-bioreset .elementor-widget.is-visible.authority-section__photo-widget,
#autoridade-bioreset .elementor-widget.is-visible.authority-section__content-widget {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

#autoridade-bioreset .elementor-widget.is-visible.authority-section__content-widget {
  transition-delay: 0.1s;
}

.testimonials-wall-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 112px;
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 137, 107, 0.16) 0, rgba(184, 137, 107, 0) 34%),
    radial-gradient(circle at 84% 74%, rgba(255, 248, 240, 0.42) 0, rgba(255, 248, 240, 0) 30%),
    linear-gradient(180deg, #faf7f2 0%, #f5efe8 52%, #fbf7f2 100%);
}

.testimonials-wall-section::before,
.testimonials-wall-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(64px);
  opacity: 0.72;
}

.testimonials-wall-section::before {
  top: 6%;
  left: -2%;
  width: min(26vw, 320px);
  height: min(16vw, 190px);
  background: rgba(184, 137, 107, 0.18);
  animation: testimonialsAuraFloatOne 11s ease-in-out infinite;
}

.testimonials-wall-section::after {
  right: -3%;
  bottom: 10%;
  width: min(24vw, 290px);
  height: min(14vw, 170px);
  background: rgba(255, 255, 255, 0.52);
  animation: testimonialsAuraFloatTwo 13s ease-in-out infinite;
}

.testimonials-wall-section > .elementor-container {
  position: relative;
  z-index: 1;
}

.testimonials-wall {
  padding: 72px 0 12px;
  display: grid;
  gap: 24px;
}

.testimonials-wall__header {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.testimonials-wall__header > * {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(0, 28px, 0) scale(0.96);
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonials-wall-section.is-visible .testimonials-wall__header > * {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.testimonials-wall-section.is-visible .testimonials-wall__header > *:nth-child(1) {
  transition-delay: 0.08s;
}

.testimonials-wall-section.is-visible .testimonials-wall__header > *:nth-child(2) {
  transition-delay: 0.18s;
}

.testimonials-wall-section.is-visible .testimonials-wall__header > *:nth-child(3) {
  transition-delay: 0.3s;
}

.testimonials-wall__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 236, 220, 0.16);
  border-radius: 999px;
  background: rgba(255, 249, 244, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f4d1b6;
}

.testimonials-wall__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.92rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.025em;
  color: var(--color-accent-strong);
}

@media (min-width: 900px) {
  .testimonials-wall__title {
    white-space: nowrap;
  }
}

.testimonials-wall__subtitle {
  margin: 18px 0 0;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  line-height: 1.5;
  color: var(--color-text-muted);
}

.testimonials-wall__disclaimer {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 0.88rem;
  line-height: 1.62;
  color: rgba(255, 239, 227, 0.58);
}

.testimonials-wall__rows {
  display: grid;
  gap: 16px;
  padding-bottom: 0;
}

.testimonials-wall__viewport {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  padding-block: 8px 0;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(0, 40px, 0) rotateX(12deg) scale(0.96);
  transform-origin: center top;
  transition:
    opacity 0.96s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.32s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonials-wall-section.is-visible .testimonials-wall__viewport {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
}

.testimonials-wall-section.is-visible .testimonials-wall__viewport:nth-child(1) {
  transition-delay: 0.08s;
}

.testimonials-wall-section.is-visible .testimonials-wall__viewport:nth-child(2) {
  transition-delay: 0.24s;
}

.testimonials-wall__viewport::before,
.testimonials-wall__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(10vw, 132px);
  z-index: 2;
  pointer-events: none;
}

.testimonials-wall__viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(250, 247, 242, 0.94) 0%, rgba(250, 247, 242, 0) 100%);
}

.testimonials-wall__viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(250, 247, 242, 0.94) 0%, rgba(250, 247, 242, 0) 100%);
}

.testimonials-wall__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.testimonials-wall__track--forward {
  animation: testimonials-wall-marquee 42s linear infinite;
}

.testimonials-wall__track--reverse {
  animation: testimonials-wall-marquee 48s linear infinite reverse;
}

.testimonials-wall__set {
  display: flex;
  gap: 18px;
  flex: 0 0 auto;
  padding-inline-end: 18px;
}

.testimonials-wall__card {
  position: relative;
  flex: 0 0 clamp(296px, 29vw, 344px);
  min-height: 352px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(111, 78, 70, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(247, 240, 232, 0.92) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 16px 34px rgba(111, 78, 70, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.testimonials-wall__card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
}

.testimonials-wall__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(244, 209, 182, 0.16);
  border-radius: 999px;
  background: rgba(244, 209, 182, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f4d1b6;
}

.testimonials-wall__quote {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.testimonials-wall__card:hover,
.testimonials-wall__card:focus-within {
  border-color: rgba(184, 137, 107, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 1) 0%, rgba(244, 235, 226, 0.96) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 20px 42px rgba(111, 78, 70, 0.14);
}

.testimonials-wall__card-footer {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(111, 78, 70, 0.1);
}

.testimonials-wall__identity,
.testimonials-wall__result {
  margin: 0;
}

.testimonials-wall__identity {
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--color-text);
}

.testimonials-wall__identity span {
  margin-inline: 6px;
  opacity: 0.58;
}

.testimonials-wall__result {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--color-text-muted);
}

.testimonials-wall__rating {
  display: inline-flex;
  gap: 4px;
  font-size: 0.92rem;
  color: #f2c94c;
}

@keyframes testimonials-wall-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes testimonialsAuraFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(22px, -16px, 0) scale(1.06);
  }
}

@keyframes testimonialsAuraFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, 14px, 0) scale(0.94);
  }
}

.group-why-section {
  --group-line: rgba(128, 110, 97, 0.18);
  position: relative;
  isolation: isolate;
  overflow: clip;
  scroll-margin-top: 112px;
  background:
    radial-gradient(circle at 50% 50%, rgba(194, 163, 138, 0.12) 0, rgba(194, 163, 138, 0) 42%),
    linear-gradient(180deg, #faf7f2 0%, #f5efe8 52%, #faf7f3 100%);
}

.group-why-section::before,
.group-why-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(48px);
}

.group-why-section::before {
  inset: 12% auto auto 8%;
  width: min(28vw, 360px);
  height: min(18vw, 220px);
  background: rgba(232, 220, 208, 0.72);
  opacity: 0.72;
}

.group-why-section::after {
  inset: auto 6% 10% auto;
  width: min(26vw, 320px);
  height: min(16vw, 200px);
  background: rgba(240, 233, 224, 0.9);
  opacity: 0.92;
}

.group-why-section > .elementor-container {
  position: relative;
  z-index: 1;
}

.group-why {
  width: min(100%, 1280px);
  min-height: calc(100svh - 120px);
  margin: 0 auto;
  padding: 34px 0 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.group-why__header {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.group-why__eyebrow,
.group-why__title,
.group-why__footer {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 24px, 0) scale(0.985);
  transition:
    opacity 1.02s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.32s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.group-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
}

.group-why__eyebrow-mark {
  width: 7px;
  height: 7px;
  background: currentColor;
  opacity: 0.78;
  transform: rotate(45deg);
}

.group-why__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--color-accent-strong);
}

.group-why__title-line {
  display: block;
}

.group-why__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 28px;
  padding: 15px 26px;
  border: 1px solid rgba(255, 253, 249, 0.16);
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 18px 34px rgba(111, 78, 70, 0.16);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.group-why__cta:hover,
.group-why__cta:focus-visible {
  transform: translateY(-1px);
  background: var(--color-primary-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.18),
    0 20px 38px rgba(111, 78, 70, 0.2);
}

.group-why__grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: center;
  column-gap: 20px;
}

.group-why__footer {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.group-why__column--left {
  grid-column: span 2;
}

.group-why__visual {
  grid-column: span 5;
}

.group-why__column--right {
  grid-column: span 2;
}

.group-why__column {
  display: grid;
  gap: 20px;
  align-content: center;
}

.group-why__card {
  position: relative;
  width: 100%;
  min-height: 124px;
  padding: 24px;
  border: 1px solid rgba(61, 61, 61, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 248, 0.96);
  box-shadow: 0 6px 18px rgba(61, 61, 61, 0.025);
  opacity: 0;
  filter: blur(10px);
  transition:
    opacity 1.02s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.28s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.28s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease;
  will-change: transform, opacity, filter;
}

.group-why__column--left .group-why__card {
  justify-self: end;
}

.group-why__column--right .group-why__card {
  justify-self: start;
}

.group-why__card--left-1,
.group-why__card--left-2 {
  transform: translate3d(-18px, 0, 0) scale(0.985);
}

.group-why__card--right-1,
.group-why__card--right-2,
.group-why__card--right-3 {
  transform: translate3d(18px, 0, 0) scale(0.985);
}

.group-why__card-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #23324a;
}

.group-why__card-body {
  margin: 10px 0 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.48;
  color: var(--color-text-muted);
}

.group-why__link {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  gap: 10px;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.96s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.group-why__link img {
  display: block;
  width: 100%;
  height: auto;
}

.group-why__link-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: rgba(167, 167, 167, 0.58);
  box-shadow: 0 0 0 10px rgba(255, 252, 248, 0.96);
}

.group-why__link--left-1 {
  top: 50%;
  left: 100%;
  align-items: flex-start;
  transform-origin: left center;
  transform: translateY(-50%) scaleX(0.42);
}

.group-why__link--left-2 {
  top: -25%;
  left: 100%;
  align-items: flex-end;
  transform-origin: left center;
  transform: scaleX(0.42);
}

.group-why__link--right-1 {
  top: 50%;
  right: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  transform-origin: right center;
  transform: translateY(-50%) scaleX(0.42);
}

.group-why__link--right-2 {
  top: 50%;
  right: 100%;
  align-items: center;
  justify-content: flex-end;
  transform-origin: right center;
  transform: translateY(-50%) scaleX(0.42);
}

.group-why__link--right-3 {
  top: -25%;
  right: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  transform-origin: right center;
  transform: scaleX(0.42);
}

.group-why__link--right-2 img {
  display: none;
}

.group-why__link--right-2::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid rgba(61, 61, 61, 0.1);
}

.group-why__link--left-1 .group-why__link-dot,
.group-why__link--right-1 .group-why__link-dot {
  position: relative;
  top: 2px;
  transform: translateY(-50%);
}

.group-why__link--left-2 .group-why__link-dot,
.group-why__link--right-3 .group-why__link-dot {
  position: relative;
  top: -2px;
  transform: translateY(50%);
}

.group-why__link--left-2 img,
.group-why__link--right-3 img {
  transform: scaleY(-1);
}

.group-why__visual {
  position: relative;
  z-index: 1;
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(0, 28px, 0) scale(0.96);
  transition:
    opacity 1.14s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.42s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.group-why__visual-frame {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  aspect-ratio: 0.88;
}

.group-why__visual-frame::before,
.group-why__visual-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 1.12s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.42s cubic-bezier(0.16, 1, 0.3, 1);
}

.group-why__visual-frame::before {
  inset: 14% 8% 8% 14%;
  z-index: 0;
  border-radius: 34% 66% 40% 60% / 18% 20% 80% 82%;
  background: linear-gradient(160deg, rgba(212, 187, 168, 0.34) 0%, rgba(245, 238, 230, 0.12) 60%, rgba(245, 238, 230, 0) 100%);
  box-shadow: 0 28px 60px rgba(148, 124, 103, 0.08);
  transform: translate3d(-22px, 18px, 0) rotate(-8deg) scale(0.94);
}

.group-why__visual-frame::after {
  inset: 2% 2% 4% 4%;
  z-index: 0;
  border: 1px solid rgba(210, 193, 178, 0.72);
  border-radius: 42% 58% 46% 54% / 20% 20% 80% 80%;
  transform: translate3d(16px, -10px, 0) rotate(6deg) scale(1.01);
}

.group-why__visual-ring {
  position: absolute;
  top: 8%;
  right: 6%;
  z-index: 3;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(210, 193, 178, 0.82);
  border-radius: 36% 64% 58% 42% / 42% 38% 62% 58%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 252, 248, 0.96) 0, rgba(255, 252, 248, 0.82) 48%, rgba(255, 252, 248, 0.08) 100%);
  box-shadow:
    0 14px 30px rgba(148, 124, 103, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.22s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate3d(16px, -10px, 0) rotate(14deg) scale(0.88);
}

.group-why__image-wrap {
  position: absolute;
  inset: 7% 11% 9% 12%;
  overflow: hidden;
  border: 1px solid rgba(247, 240, 232, 0.95);
  border-radius: 36% 36% 42% 42% / 16% 16% 84% 84%;
  background: #eadbcf;
  box-shadow: 0 28px 50px rgba(148, 124, 103, 0.08);
  transition:
    transform 1.48s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s ease;
  transform: scale(0.94);
  z-index: 1;
}

.group-why__image-wrap::before {
  content: "";
  position: absolute;
  inset: 4.5% 4% 4%;
  border: 1px solid rgba(255, 252, 248, 0.42);
  border-radius: 32% 32% 44% 44% / 14% 14% 86% 86%;
  z-index: 2;
  pointer-events: none;
}

.group-why__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.02);
  filter: saturate(0.96) contrast(0.98);
  transition:
    transform 1.62s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.08s ease;
}

.group-why__visual-fade {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 1%;
  height: 22%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 252, 248, 0.92) 0, rgba(255, 252, 248, 0.56) 34%, rgba(255, 252, 248, 0) 74%);
  filter: blur(18px);
  opacity: 0.95;
}

.group-why__grid {
  grid-template-columns: minmax(340px, 480px) minmax(0, 1fr);
  column-gap: 64px;
  align-items: center;
}

.group-why__visual {
  grid-column: 1;
}

.group-why__visual-frame {
  width: min(100%, 480px);
  aspect-ratio: 0.92;
}

.group-why__image-wrap {
  inset: 6% 10% 8% 10%;
}

.group-why__timeline {
  position: relative;
  grid-column: 2;
  width: min(100%, 620px);
  padding: 18px 0 18px;
}

.group-why__timeline-line {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 28px;
  width: 4px;
  margin-left: -2px;
  border-radius: 999px;
  background: #d8d4d0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 2.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.group-why__story {
  position: relative;
  --group-why-arrow-size: 18px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  column-gap: 28px;
  margin-bottom: 28px;
}

.group-why__story:last-child {
  margin-bottom: 0;
}

.group-why__story-icon {
  position: relative;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #ddd7d2;
  border-radius: 50%;
  background: #cfac9f;
  box-shadow: 0 12px 24px rgba(152, 114, 102, 0.16);
  z-index: 3;
  opacity: 0;
  transform: scale(0.3);
  transition:
    opacity 0.55s ease,
    transform 0.95s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.55s ease;
}

.group-why__story-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  opacity: 0;
  transform: scale(0.72);
  transition:
    opacity 0.45s ease,
    transform 0.6s ease;
}

.group-why__story-arrow {
  position: absolute;
  top: 50%;
  left: 75px;
  width: var(--group-why-arrow-size);
  height: var(--group-why-arrow-size);
  margin-top: calc(var(--group-why-arrow-size) / -2);
  background: #fff;
  opacity: 0;
  z-index: 1;
  border-left: 1px solid rgba(217, 169, 152, 0.78);
  border-bottom: 1px solid rgba(217, 169, 152, 0.78);
  transform: translate3d(28px, 0, 0) rotate(45deg) scale(0.72);
  transition:
    opacity 0.95s ease,
    transform 1.18s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.group-why__story-card {
  position: relative;
  display: block;
  padding: 24px 28px 23px;
  border: 1px solid rgba(217, 169, 152, 0.16);
  border-left-color: transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(126, 99, 87, 0.1);
  z-index: 2;
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  transition:
    opacity 0.95s ease,
    transform 1.18s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.5s ease;
}

.group-why__story-card::before,
.group-why__story-card::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background: rgba(217, 169, 152, 0.78);
  pointer-events: none;
}

.group-why__story-card::before {
  top: 0;
  bottom: calc(50% + (var(--group-why-arrow-size) / 2) - 1px);
}

.group-why__story-card::after {
  top: calc(50% + (var(--group-why-arrow-size) / 2) - 1px);
  bottom: 0;
}

.group-why__story-card:hover {
  box-shadow: 0 18px 38px rgba(126, 99, 87, 0.14);
}

.group-why__story-text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.58;
  letter-spacing: -0.01em;
  color: #6e6762;
}

.group-why-section.is-visible .group-why__eyebrow,
.group-why-section.is-visible .group-why__title,
.group-why-section.is-visible .group-why__footer {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.group-why-section.is-visible .group-why__eyebrow {
  transition-delay: 0.1s;
}

.group-why-section.is-visible .group-why__title {
  transition-delay: 0.22s;
}

.group-why-section.is-visible .group-why__visual {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 0.36s;
}

.group-why-section.is-visible .group-why__visual-frame::before,
.group-why-section.is-visible .group-why__visual-frame::after {
  opacity: 1;
}

.group-why-section.is-visible .group-why__visual-frame::before {
  transform: translate3d(0, 0, 0) rotate(-8deg) scale(1);
}

.group-why-section.is-visible .group-why__visual-frame::after {
  transform: translate3d(0, 0, 0) rotate(6deg) scale(1);
}

.group-why-section.is-visible .group-why__visual-ring {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(14deg) scale(1);
  transition-delay: 0.48s;
}

.group-why-section.is-visible .group-why__image-wrap {
  transform: scale(1);
  transition-delay: 0.56s;
  box-shadow: 0 30px 56px rgba(148, 124, 103, 0.1);
}

.group-why-section.is-visible .group-why__image-wrap img {
  transform: scale(1);
  filter: saturate(1) contrast(1);
}

.group-why-section.is-visible .group-why__timeline-line {
  transform: scaleY(1);
}

.group-why-section.is-visible .group-why__card {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.group-why-section.is-visible .group-why__card--left-1 {
  transition-delay: 0.48s;
}

.group-why-section.is-visible .group-why__card--left-2 {
  transition-delay: 0.66s;
}

.group-why-section.is-visible .group-why__card--right-1 {
  transition-delay: 0.58s;
}

.group-why-section.is-visible .group-why__card--right-2 {
  transition-delay: 0.76s;
}

.group-why-section.is-visible .group-why__card--right-3 {
  transition-delay: 0.94s;
}

.group-why-section.is-visible .group-why__link {
  opacity: 1;
}

.group-why-section.is-visible .group-why__link--left-1,
.group-why-section.is-visible .group-why__link--right-2 {
  transform: translateY(-50%) scaleX(1);
}

.group-why-section.is-visible .group-why__link--left-2,
.group-why-section.is-visible .group-why__link--right-1,
.group-why-section.is-visible .group-why__link--right-3 {
  transform: scaleX(1);
}

.group-why-section.is-visible .group-why__link--left-1 {
  transition-delay: 0.76s;
}

.group-why-section.is-visible .group-why__link--left-2 {
  transition-delay: 0.94s;
}

.group-why-section.is-visible .group-why__link--right-1 {
  transition-delay: 0.86s;
}

.group-why-section.is-visible .group-why__link--right-2 {
  transition-delay: 1.04s;
}

.group-why-section.is-visible .group-why__link--right-3 {
  transition-delay: 1.22s;
}

.group-why-section.is-visible .group-why__footer {
  transition-delay: 2.92s;
}

.group-why-section.is-visible .group-why__cta {
  animation: groupWhyCtaBloom 1.12s cubic-bezier(0.16, 1, 0.3, 1) 2.96s both;
}

.group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-icon,
.group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-arrow,
.group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-card {
  transition-delay: 0.56s;
}

.group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-icon,
.group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-arrow,
.group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-card {
  transition-delay: 1.04s;
}

.group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-icon,
.group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-arrow,
.group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-card {
  transition-delay: 1.52s;
}

.group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-icon,
.group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-arrow,
.group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-card {
  transition-delay: 2s;
}

.group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-icon,
.group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-arrow,
.group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-card {
  transition-delay: 2.48s;
}

.group-why-section.is-visible .group-why__story-icon {
  opacity: 1;
  transform: scale(1);
}

.group-why-section.is-visible .group-why__story-icon svg {
  opacity: 1;
  transform: scale(1);
  transition-delay: inherit;
}

.group-why-section.is-visible .group-why__story-arrow {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
}

.group-why-section.is-visible .group-why__story-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  .group-why {
    min-height: 0;
    padding: 52px 0 60px;
  }

  .group-why__grid {
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    column-gap: 36px;
  }

  .group-why__visual-frame {
    width: min(100%, 400px);
  }

  .group-why__story {
    column-gap: 20px;
  }

  .group-why__story-card {
    padding: 20px 22px 19px;
  }

  .group-why__story-text {
    font-size: 0.96rem;
    line-height: 1.52;
  }
}

@media (max-width: 900px) {
  .testimonials-wall {
    padding: 68px 0 40px;
  }

  .testimonials-wall__header {
    max-width: 640px;
  }

  .testimonials-wall__quote {
    font-size: 1rem;
  }

  .testimonials-wall__card {
    flex-basis: 300px;
    min-height: 286px;
  }

  .group-why {
    padding: 68px 0 78px;
  }

  .group-why__header {
    margin-bottom: 34px;
  }

  .group-why__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .group-why__footer {
    margin-top: 28px;
  }

  .group-why__visual {
    max-width: 420px;
    margin: 0 auto;
  }

  .group-why__timeline {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .testimonials-wall-section {
    scroll-margin-top: 104px;
  }

  .testimonials-wall {
    padding: 36px 0 28px;
    gap: 16px;
  }

  .testimonials-wall__eyebrow {
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .testimonials-wall__title {
    font-size: clamp(1.62rem, 9vw, 2.08rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  .testimonials-wall__subtitle {
    max-width: 290px;
    margin: 12px auto 0;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .testimonials-wall__rows {
    gap: 10px;
    padding-bottom: 0;
  }

  .testimonials-wall__viewport {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 8px 0 8px;
    scrollbar-width: none;
    min-height: 236px;
  }

  .testimonials-wall__viewport::-webkit-scrollbar {
    display: none;
  }

  .testimonials-wall__viewport::before,
  .testimonials-wall__viewport::after {
    display: none;
  }

  .testimonials-wall__track {
    display: flex;
    width: max-content;
    animation: testimonials-wall-marquee 32s linear infinite !important;
  }

  .testimonials-wall__set {
    display: flex;
    gap: 10px;
    padding-inline-end: 10px;
  }

  .testimonials-wall__set.is-clone {
    display: flex;
  }

  .testimonials-wall__viewport--reverse {
    display: none;
  }

  .testimonials-wall__rows {
    grid-template-columns: 1fr;
  }

  .testimonials-wall__card {
    flex: 0 0 min(78vw, 272px);
    min-height: 254px;
    padding: 16px 15px 14px;
    border-radius: 18px;
    gap: 14px;
  }

  .testimonials-wall__card::before {
    border-radius: 17px;
  }

  .testimonials-wall__tag {
    padding: 6px 8px;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .testimonials-wall__quote {
    font-size: 0.83rem;
    line-height: 1.42;
  }

  .testimonials-wall__identity {
    font-size: 0.82rem;
  }

  .testimonials-wall__result {
    margin-top: 4px;
    font-size: 0.76rem;
    line-height: 1.32;
  }

  .testimonials-wall__card-footer {
    gap: 8px;
    padding-top: 12px;
  }

  .group-why-section {
    scroll-margin-top: 104px;
  }

  .group-why {
    padding: 56px 0 66px;
  }

  .group-why__header {
    margin-bottom: 30px;
  }

  .group-why__eyebrow {
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.74rem;
  }

  .group-why__title {
    font-size: clamp(1.82rem, 7.4vw, 2.45rem);
  }

  .group-why__cta {
    width: 100%;
    max-width: 360px;
    margin-top: 22px;
    padding-inline: 18px;
  }

  .group-why__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .group-why__footer {
    margin-top: 22px;
  }

  .group-why__visual {
    display: none;
  }

  .group-why__timeline {
    padding-top: 0;
  }

  .group-why__timeline-line {
    left: 24px;
  }

  .group-why__story {
    --group-why-arrow-size: 16px;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    margin-bottom: 18px;
  }

  .group-why__story-icon {
    width: 48px;
    height: 48px;
    border-width: 5px;
  }

  .group-why__story-icon svg {
    width: 18px;
    height: 18px;
  }

  .group-why__story-arrow {
    left: 60px;
  }

  .group-why__story-card {
    margin-left: -6px;
    padding: 16px 18px;
  }

  .group-why__story-kicker {
    font-size: 0.68rem;
    margin-bottom: 8px;
  }

  .group-why__story-text {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .group-why__eyebrow,
  .group-why__title,
  .group-why__footer,
  .group-why__story-icon,
  .group-why__story-arrow,
  .group-why__story-card {
    filter: none;
  }

  .group-why__timeline-line {
    opacity: 0;
    transform: none;
    transition: opacity 0.45s ease;
  }

  .group-why__story-icon {
    transform: translate3d(0, 8px, 0);
    transition:
      opacity 0.4s ease,
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease;
  }

  .group-why__story-icon svg {
    transform: none;
    transition: opacity 0.3s ease;
  }

  .group-why__story-arrow {
    transform: translate3d(12px, 0, 0) rotate(45deg) scale(0.9);
    transition:
      opacity 0.45s ease,
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .group-why__story-card {
    transform: translate3d(12px, 0, 0);
    transition:
      opacity 0.45s ease,
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease;
  }

  .group-why-section.is-visible .group-why__timeline-line {
    opacity: 1;
  }

  .group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-icon,
  .group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-arrow,
  .group-why-section.is-visible .group-why__story:nth-of-type(1) .group-why__story-card {
    transition-delay: 0.16s;
  }

  .group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-icon,
  .group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-arrow,
  .group-why-section.is-visible .group-why__story:nth-of-type(2) .group-why__story-card {
    transition-delay: 0.28s;
  }

  .group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-icon,
  .group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-arrow,
  .group-why-section.is-visible .group-why__story:nth-of-type(3) .group-why__story-card {
    transition-delay: 0.4s;
  }

  .group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-icon,
  .group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-arrow,
  .group-why-section.is-visible .group-why__story:nth-of-type(4) .group-why__story-card {
    transition-delay: 0.52s;
  }

  .group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-icon,
  .group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-arrow,
  .group-why-section.is-visible .group-why__story:nth-of-type(5) .group-why__story-card {
    transition-delay: 0.64s;
  }

  .group-why-section.is-visible .group-why__footer {
    transition-delay: 0.76s;
  }

  .group-why-section.is-visible .group-why__cta {
    animation: none;
  }
}

@media (max-width: 520px) {
  .testimonials-wall-section {
    scroll-margin-top: 96px;
  }

  .group-why-section {
    scroll-margin-top: 96px;
  }

  .group-why__visual-frame {
    aspect-ratio: 0.82;
  }

  .group-why__visual-frame::before {
    inset: 16% 8% 10% 18%;
  }

  .group-why__visual-frame::after {
    inset: 5% 4% 4% 7%;
  }

  .group-why__image-wrap {
    inset: 8% 8% 10% 12%;
  }

  .group-why__visual-ring {
    top: 10%;
    right: -6%;
    width: 44px;
    height: 44px;
  }

  .group-why__visual-fade {
    left: 4%;
    right: 4%;
    bottom: -2%;
    height: 28%;
  }

}

@media (prefers-reduced-motion: reduce) {
  #decisao-inteligente .plan-ref__decision-payments-widget {
    opacity: 1;
    filter: none;
    transform: translateX(-50%);
    transition: none;
  }

  #decisao-inteligente .plan-ref__decision-badges-rail {
    animation: none !important;
    transform: none !important;
  }

  .testimonials-wall__track {
    animation: none !important;
  }

  .testimonials-wall-section::before,
  .testimonials-wall-section::after {
    animation: none !important;
  }

  .testimonials-wall__header > *,
  .testimonials-wall__viewport,
  .testimonials-wall__card {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .testimonials-wall__set.is-clone {
    display: none;
  }

  .testimonials-wall__viewport::before,
  .testimonials-wall__viewport::after {
    display: none;
  }

  .group-why__eyebrow,
  .group-why__title,
  .group-why__footer,
  .group-why__card,
  .group-why__visual,
  .group-why__visual-ring,
  .group-why__visual-frame::before,
  .group-why__visual-frame::after,
  .group-why__link,
  .group-why__image-wrap,
  .group-why__image-wrap img {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
    animation: none !important;
  }
}

@keyframes groupWhyShapeFloatOne {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-9deg) scale(1);
  }

  50% {
    transform: translate3d(-8px, -10px, 0) rotate(-13deg) scale(1.02);
  }
}

@keyframes groupWhyShapeFloatTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(11deg) scale(1);
  }

  50% {
    transform: translate3d(10px, -8px, 0) rotate(16deg) scale(1.025);
  }
}

@keyframes groupWhyHaloPulse {
  0%,
  100% {
    opacity: 0.78;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes groupWhyCtaBloom {
  0% {
    transform: translate3d(0, 18px, 0) scale(0.9);
    opacity: 0;
    box-shadow:
      inset 0 1px 0 rgba(255, 253, 249, 0.18),
      0 10px 20px rgba(111, 78, 70, 0.08);
  }

  65% {
    transform: translate3d(0, -4px, 0) scale(1.03);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    box-shadow:
      inset 0 1px 0 rgba(255, 253, 249, 0.18),
      0 18px 34px rgba(111, 78, 70, 0.16);
  }
}

@keyframes depthIconFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  50% {
    transform: translate3d(0, -4px, 0) scale(1.035) rotate(2deg);
  }
}

@keyframes depthNeedleTap {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
  }

  24% {
    transform: translateY(0) scaleY(1);
  }

  40% {
    transform: translateY(2.2px) scaleY(0.92);
  }

  56% {
    transform: translateY(-0.4px) scaleY(1.02);
  }
}

@keyframes depthTipFlash {
  0%,
  100% {
    opacity: 0.54;
    transform: scale(1);
  }

  40% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes depthChannelBloom {
  0%,
  100% {
    opacity: 0.14;
    transform: scale(1);
  }

  42% {
    opacity: 0.34;
    transform: scale(1.34);
  }
}

@keyframes depthOrbitDrift {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes depthOrbitDash {
  0%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0.58;
  }

  50% {
    stroke-dashoffset: -12;
    opacity: 1;
  }
}

@keyframes depthDropBreathe {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(0.96) translateY(0);
  }

  50% {
    opacity: 0.24;
    transform: scale(1.08) translateY(-1.2px);
  }
}

@keyframes depthPulseRing {
  0% {
    opacity: 0.26;
    transform: scale(0.62);
  }

  72% {
    opacity: 0;
    transform: scale(1.55);
  }

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

@keyframes depthSparkBlink {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.88);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.08);
  }
}

@keyframes depthBeamSweep {
  0%,
  100% {
    stroke-dashoffset: 0;
    opacity: 0.4;
    transform: translateX(0);
  }

  50% {
    stroke-dashoffset: -10;
    opacity: 0.96;
    transform: translateX(1.4px);
  }
}

@keyframes depthShieldHum {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes depthCorePulse {
  0%,
  100% {
    opacity: 0.66;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes depthArcBreathe {
  0%,
  100% {
    opacity: 0.34;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.92;
    transform: scale(1.06);
  }
}

@media (max-width: 1180px) {
  .depth-ref-section .depth-ref {
    padding: 56px 0 76px;
  }

  .depth-ref-section .depth-ref__stage {
    width: min(100%, 1100px);
  }

  .depth-ref-section .depth-ref__panel {
    flex-basis: 50%;
    margin-right: -82px;
    max-width: 640px;
    padding: 36px 34px 28px;
  }

  .depth-ref-section .depth-ref__notch {
    top: 74px;
    right: -24px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .depth-ref-section .depth-ref__media {
    flex-basis: 56%;
    max-width: 680px;
  }

  .depth-ref--reverse .depth-ref__panel {
    margin-right: 0;
    margin-left: -82px;
  }

  .depth-ref--reverse .depth-ref__notch {
    right: auto;
    left: -24px;
  }
}

@media (max-width: 639px) {
  #condicao-vip::before,
  #etapas-bioreset::before {
    left: -92px;
    width: 220px;
    height: 220px;
    opacity: 0.18;
  }

  #condicao-vip::after,
  #etapas-bioreset::after {
    right: -98px;
    bottom: 18px;
    width: 220px;
    height: 180px;
    opacity: 0.14;
  }

  .depth-ref-section {
    scroll-margin-top: 104px;
  }

  .depth-ref-section .depth-ref {
    padding: 84px 0 96px;
  }

  .depth-ref-section .depth-ref__stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .depth-ref-section .depth-ref__media {
    order: 1;
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .depth-ref-section .depth-ref__panel {
    order: 2;
    width: min(100% - 32px, 720px);
    margin: -40px auto 0;
    padding: 34px 26px 28px;
  }

  .depth-ref-section .depth-ref__notch {
    top: -26px;
    right: auto;
    left: 50%;
    width: 52px;
    height: 52px;
    transform: translateX(-50%);
  }

  .depth-ref-section .depth-ref__title {
    margin-bottom: 18px;
    font-size: clamp(2rem, 6vw, 2.75rem);
  }

  .depth-ref-section .depth-ref__copy p {
    font-size: 1rem;
    line-height: 1.48;
  }

  .depth-ref-section .depth-ref__points {
    gap: 14px;
    margin-top: 24px;
  }

  .depth-ref-section .depth-ref__point {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .depth-ref-section .depth-ref__point img {
    width: 44px;
    height: 44px;
  }

  .depth-ref-section .depth-ref__point p {
    font-size: 0.96rem;
    line-height: 1.34;
  }

  .depth-ref-section .depth-ref__highlight {
    margin-top: 24px;
    padding: 18px 18px 18px 20px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .depth-ref--offer .depth-ref__title {
    max-width: none;
    font-size: clamp(2rem, 6vw, 2.75rem);
  }

  .depth-ref--offer .depth-ref__title-line {
    white-space: normal;
  }

  .depth-ref--offer .depth-ref__point--price {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .depth-ref--offer .depth-ref__point-visual {
    width: 36px;
    height: 36px;
  }

  .depth-ref--offer .depth-ref__summary {
    margin-top: 24px;
    padding: 18px 18px 18px 20px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .depth-ref--offer .depth-ref__cta {
    width: 100%;
    padding-inline: 18px;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  .depth-ref-section .depth-ref {
    padding: 64px 0 80px;
  }

  .depth-ref-section .depth-ref__stage {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.88fr);
    align-items: start;
  }

  .depth-ref-section .depth-ref__panel {
    margin-right: -44px;
    padding: 30px 24px 24px;
  }

  .depth-ref-section .depth-ref__notch {
    top: 56px;
    right: -18px;
    width: 38px;
    height: 38px;
  }

  .depth-ref-section .depth-ref__copy {
    max-width: 100%;
  }

  .depth-ref-section .depth-ref__title {
    font-size: clamp(1.72rem, 3.9vw, 2.24rem);
  }

  .depth-ref-section .depth-ref__copy p {
    font-size: 0.92rem;
    line-height: 1.44;
  }

  .depth-ref-section .depth-ref__point {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .depth-ref-section .depth-ref__point img {
    width: 38px;
    height: 38px;
  }

  .depth-ref-section .depth-ref__point p,
  .depth-ref-section .depth-ref__highlight {
    font-size: 0.9rem;
  }

  .depth-ref--reverse .depth-ref__panel {
    margin-right: 0;
    margin-left: -44px;
  }

  .depth-ref--reverse .depth-ref__notch {
    right: auto;
    left: -18px;
  }

  .depth-ref--offer .depth-ref__point--price {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .depth-ref--offer .depth-ref__point-visual {
    width: 32px;
    height: 32px;
  }

  .depth-ref--offer .depth-ref__summary {
    font-size: 0.92rem;
  }
}

@media (min-width: 640px) and (max-width: 760px) {
  .depth-ref-section .depth-ref {
    padding: 72px 0 88px;
  }

  .depth-ref-section .depth-ref__stage {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .depth-ref-section .depth-ref__media {
    order: 1;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    aspect-ratio: 1 / 0.88;
  }

  .depth-ref-section .depth-ref__panel {
    order: 2;
    width: min(100% - 24px, 620px);
    margin: -34px auto 0;
    padding: 30px 24px 24px;
  }

  .depth-ref-section .depth-ref__notch {
    top: -20px;
    right: auto;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
  }
}

@media (max-width: 520px) {
  #condicao-vip::before,
  #etapas-bioreset::before {
    width: 190px;
    height: 190px;
  }

  #condicao-vip::after,
  #etapas-bioreset::after {
    width: 180px;
    height: 150px;
  }

  .depth-ref-section {
    scroll-margin-top: 96px;
  }

  .depth-ref-section .depth-ref {
    padding: 72px 0 88px;
  }

  .depth-ref-section .depth-ref__media {
    width: 100%;
  }

  .depth-ref-section .depth-ref__panel {
    width: min(100% - 16px, 420px);
    margin-top: -28px;
    padding: 28px 18px 20px;
  }

  .depth-ref-section .depth-ref__notch {
    top: -22px;
    width: 44px;
    height: 44px;
  }

  .depth-ref-section .depth-ref__title {
    max-width: none;
    font-size: clamp(1.72rem, 7.2vw, 2.2rem);
    line-height: 0.96;
    letter-spacing: -0.035em;
  }

  .depth-ref-section .depth-ref__title-line {
    white-space: normal;
  }

  .depth-ref-section .depth-ref__copy p {
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .depth-ref-section .depth-ref__points {
    gap: 12px;
    margin-top: 22px;
  }

  .depth-ref-section .depth-ref__point {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .depth-ref-section .depth-ref__point img {
    width: 40px;
    height: 40px;
  }

  .depth-ref-section .depth-ref__point p {
    font-size: 0.9rem;
    line-height: 1.34;
  }

  .depth-ref-section .depth-ref__highlight {
    margin-top: 20px;
    padding: 16px 15px 16px 17px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .depth-ref--offer .depth-ref__point--price {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .depth-ref--offer .depth-ref__point-visual {
    width: 32px;
    height: 32px;
  }

  .depth-ref--offer .depth-ref__summary {
    margin-top: 20px;
    padding: 16px 15px 16px 17px;
    font-size: 0.94rem;
    line-height: 1.42;
  }

  .depth-ref--offer .depth-ref__cta {
    min-height: 50px;
    font-size: 0.78rem;
    letter-spacing: 0.07em;
  }
}

#etapas-bioreset {
  --plan-sticky-top: 112px;
  position: relative;
  isolation: isolate;
  scroll-margin-top: var(--plan-sticky-top);
  overflow: clip;
  overflow-clip-margin: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 253, 249, 0.72) 0, transparent 24%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 107, 0.12) 0, transparent 26%),
    linear-gradient(180deg, #f1e5da 0%, var(--color-primary-soft) 42%, #ead9cc 100%);
}

#etapas-bioreset::before,
#etapas-bioreset::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#etapas-bioreset::before {
  top: 48px;
  left: -72px;
  width: min(34vw, 420px);
  height: min(34vw, 420px);
  opacity: 0.22;
  background-image: url("./assets/bg-derm-contour-warm.svg");
}

#etapas-bioreset::after {
  right: -52px;
  bottom: 64px;
  width: min(26vw, 280px);
  height: min(26vw, 280px);
  opacity: 0.18;
  background-image: url("./assets/bg-derm-microgrid.svg");
}

#etapas-bioreset > .elementor-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 120px), 1368px);
}

#etapas-bioreset .plan-ref {
  align-self: start;
  position: relative;
  padding: 56px 0 68px;
  min-height: 0;
}

#etapas-bioreset .plan-ref__visual-widget {
  position: sticky;
  top: var(--plan-sticky-top);
  align-self: start;
}

#etapas-bioreset [data-reveal] {
  transition-duration: 1.12s, 1.48s, 1.48s;
}

#etapas-bioreset [data-reveal="left"] {
  transform: translate3d(-28px, 18px, 0) scale(0.982);
}

#etapas-bioreset [data-reveal="right"] {
  transform: translate3d(28px, 18px, 0) scale(0.982);
}

#etapas-bioreset [data-reveal="soft"] {
  transform: translate3d(0, 22px, 0) scale(0.988);
}

#etapas-bioreset .plan-ref__heading {
  margin-bottom: 28px;
}

#etapas-bioreset .plan-ref__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.15rem, 3.8vw, 3.45rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
  color: var(--color-primary);
}

#etapas-bioreset .plan-ref__layout {
  display: grid;
  grid-template-columns: minmax(430px, 548px) minmax(500px, 646px);
  justify-content: space-between;
  gap: 44px;
  align-items: start;
  min-height: 0;
}

#etapas-bioreset .plan-ref__copy-widget {
  position: sticky;
  top: calc(var(--plan-sticky-top) + 8px);
  align-self: start;
}

#etapas-bioreset .plan-ref__copy {
  width: min(100%, 548px);
}

#etapas-bioreset .plan-ref__nav {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
}

#etapas-bioreset .plan-ref__step {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: rgba(111, 78, 70, 0.48);
  transition: color 0.22s ease, transform 0.22s ease;
}

#etapas-bioreset .plan-ref__step:hover,
#etapas-bioreset .plan-ref__step:focus-visible {
  color: rgba(111, 78, 70, 0.78);
  transform: translateX(2px);
}

#etapas-bioreset .plan-ref__step.is-active {
  color: var(--color-primary);
}

#etapas-bioreset .plan-ref__step-index {
  display: block;
  margin-bottom: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.22s ease;
}

#etapas-bioreset .plan-ref__step.is-active .plan-ref__step-index {
  opacity: 1;
}

#etapas-bioreset .plan-ref__step-label {
  display: block;
  font-size: clamp(1.7rem, 2.65vw, 2.5rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

#etapas-bioreset .plan-ref__intro {
  max-width: 500px;
  margin-bottom: 22px;
}

#etapas-bioreset .plan-ref__intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.42;
  color: #2b2521;
}

#etapas-bioreset .plan-ref__detail-panels {
  position: absolute;
  inset: 20px 18px 68px 18px;
  z-index: 3;
  width: auto;
}

#etapas-bioreset .plan-ref__detail {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

#etapas-bioreset .plan-ref__detail.is-active {
  display: block;
}

#etapas-bioreset .plan-ref__detail.is-active.is-revealing p {
  animation: planPopupReveal 1.02s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#etapas-bioreset .plan-ref__detail p {
  position: absolute;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(111, 78, 70, 0.18);
  border-radius: 16px;
  font-size: 0.82rem;
  line-height: 1.32;
  color: #4b433d;
  background: var(--color-surface);
  box-shadow: 0 12px 24px rgba(111, 78, 70, 0.09);
}

#etapas-bioreset .plan-ref__detail p + p {
  margin-top: 0;
}

#etapas-bioreset .plan-ref__detail.is-active.is-revealing p:nth-child(1) {
  animation-delay: 0.06s;
}

#etapas-bioreset .plan-ref__detail.is-active.is-revealing p:nth-child(2) {
  animation-delay: 0.14s;
}

#etapas-bioreset .plan-ref__detail.is-active.is-revealing p:nth-child(3) {
  animation-delay: 0.24s;
}

#etapas-bioreset .plan-ref__detail.is-active.is-revealing p:nth-child(4) {
  animation-delay: 0.34s;
}

#etapas-bioreset .plan-ref__detail p:nth-child(1) {
  background: var(--color-surface);
  top: 4%;
  right: 2%;
  width: min(43%, 268px);
}

#etapas-bioreset .plan-ref__detail p:nth-child(2) {
  background: var(--color-primary-soft);
  top: 25%;
  left: 3%;
  width: min(42%, 258px);
}

#etapas-bioreset .plan-ref__detail p:nth-child(3) {
  background: var(--color-surface-soft);
  top: 48%;
  right: 5%;
  width: min(39%, 244px);
}

#etapas-bioreset .plan-ref__detail p:nth-child(4) {
  background: var(--color-surface);
  top: auto;
  bottom: 14%;
  left: 8%;
  width: min(40%, 250px);
}

#etapas-bioreset .plan-ref__detail p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.96);
  border: 1px solid rgba(184, 137, 107, 0.2);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.82),
    0 4px 10px rgba(111, 78, 70, 0.1);
  transform: translateY(-50%);
}

#etapas-bioreset .plan-ref__detail p:nth-child(2)::after {
  right: auto;
  left: -11px;
}

#etapas-bioreset .plan-ref__detail p:nth-child(4)::after {
  right: auto;
  left: -11px;
}

#etapas-bioreset .plan-ref__detail strong {
  color: var(--color-primary);
}

#etapas-bioreset .plan-ref__visual {
  position: relative;
  width: auto;
  max-width: min(100%, 646px);
  height: min(calc(100vh - var(--plan-sticky-top) - 36px), 708px);
  justify-self: end;
  aspect-ratio: 646 / 708;
  min-height: 420px;
  overflow: hidden;
}

#etapas-bioreset .plan-ref__visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary-soft);
  box-shadow: 0 10px 24px rgba(111, 78, 70, 0.1);
  transform: translateY(-50%);
}

#etapas-bioreset .plan-ref__figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.38s ease, transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

#etapas-bioreset .plan-ref__figure.is-active {
  opacity: 1;
  transform: scale(1);
}

#etapas-bioreset .plan-ref__figure.is-active.is-revealing {
  animation: planVisualReveal 1.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}

#etapas-bioreset .plan-ref__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

#etapas-bioreset .plan-ref__figure:nth-child(1) img {
  object-position: center 20%;
}

#etapas-bioreset .plan-ref__figure:nth-child(2) img {
  object-position: 48% 24%;
}

#etapas-bioreset .plan-ref__figure:nth-child(3) img {
  object-position: 56% 24%;
}

#etapas-bioreset .plan-ref__figure:nth-child(4) img {
  object-position: 50% 20%;
}

#etapas-bioreset .plan-ref__figure:nth-child(5) img {
  object-position: 50% 34%;
}

#etapas-bioreset .plan-ref__figure:nth-child(6) img {
  object-position: 50% 24%;
}

#etapas-bioreset .plan-ref__figure:nth-child(7) img {
  object-position: center 24%;
}

#etapas-bioreset .plan-ref__pagination {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
}

#etapas-bioreset .plan-ref__bar {
  width: 52px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease;
}

#etapas-bioreset .plan-ref__bar.is-active {
  background: rgba(255, 255, 255, 0.96);
}

@keyframes planVisualReveal {
  0% {
    opacity: 0;
    transform: scale(1.045);
    filter: blur(10px);
  }

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

@keyframes planPopupReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.94);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

#etapas-bioreset .plan-ref__bar:hover,
#etapas-bioreset .plan-ref__bar:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  #etapas-bioreset > .elementor-container {
    width: min(calc(100% - 72px), 1180px);
  }

  #etapas-bioreset .plan-ref {
    padding: 52px 0 64px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__layout {
    grid-template-columns: minmax(340px, 1fr) minmax(360px, 500px);
    gap: 28px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__copy {
    width: min(100%, 500px);
  }

  #etapas-bioreset .plan-ref__step-label {
    font-size: clamp(1.46rem, 2.2vw, 2rem);
  }

  #etapas-bioreset .plan-ref__intro {
    max-width: 460px;
  }

  #etapas-bioreset .plan-ref__intro p {
    font-size: 0.96rem;
  }

  #etapas-bioreset .plan-ref__detail-panels {
    inset: 18px 16px 60px 16px;
    width: auto;
  }

  #etapas-bioreset .plan-ref__detail p {
    padding: 10px 12px;
    font-size: 0.76rem;
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(1) {
    width: min(44%, 230px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(2) {
    width: min(43%, 224px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(3) {
    width: min(40%, 210px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(4) {
    width: min(42%, 220px);
  }

  #etapas-bioreset .plan-ref__visual {
    max-width: 500px;
  }
}

@media (min-width: 640px) and (max-width: 900px) {
  #etapas-bioreset > .elementor-container {
    width: min(calc(100% - 44px), 1180px);
  }

  #etapas-bioreset .plan-ref {
    padding: 48px 0 60px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__heading {
    margin-bottom: 22px;
  }

  #etapas-bioreset .plan-ref__layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
    gap: 18px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__copy {
    width: 100%;
  }

  #etapas-bioreset .plan-ref__step-label {
    font-size: clamp(1.16rem, 2.55vw, 1.7rem);
    line-height: 1.05;
  }

  #etapas-bioreset .plan-ref__intro {
    max-width: 100%;
    margin-bottom: 18px;
  }

  #etapas-bioreset .plan-ref__intro p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  #etapas-bioreset .plan-ref__visual {
    max-width: none;
  }

  #etapas-bioreset .plan-ref__detail-panels {
    inset: 14px 12px 54px 12px;
  }

  #etapas-bioreset .plan-ref__detail p {
    padding: 8px 10px;
    font-size: 0.68rem;
    line-height: 1.28;
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(1) {
    width: min(46%, 170px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(2) {
    width: min(45%, 166px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(3) {
    width: min(42%, 154px);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(4) {
    width: min(44%, 162px);
  }

  #etapas-bioreset .plan-ref__pagination {
    gap: 6px;
    padding: 0 14px;
  }

  #etapas-bioreset .plan-ref__bar {
    width: 28px;
  }
}

@media (min-width: 640px) and (max-width: 760px) {
  #etapas-bioreset .plan-ref__layout {
    grid-template-columns: minmax(0, 1fr) minmax(224px, 36%);
    gap: 14px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__copy-widget {
    top: calc(var(--plan-sticky-top) + 2px);
  }

  #etapas-bioreset .plan-ref__visual {
    aspect-ratio: 646 / 760;
  }

  #etapas-bioreset .plan-ref__detail-panels {
    inset: 12px 10px 48px 10px;
  }

  #etapas-bioreset .plan-ref__detail p {
    font-size: 0.64rem;
    line-height: 1.24;
  }
}

@media (min-width: 640px) and (max-width: 1180px) {
  #etapas-bioreset {
    --plan-sticky-top: 104px;
    scroll-margin-top: var(--plan-sticky-top);
  }

  #etapas-bioreset .plan-ref__nav {
    gap: 8px;
  }

  #etapas-bioreset .plan-ref__step-label {
    line-height: 1.04;
    white-space: normal;
    text-wrap: balance;
  }

  #etapas-bioreset .plan-ref__step-index {
    margin-bottom: 4px;
    font-size: 0.72rem;
  }

  #etapas-bioreset .plan-ref__copy-widget {
    top: calc(var(--plan-sticky-top) + 4px);
  }

  #etapas-bioreset .plan-ref__pagination {
    gap: 8px;
    padding: 0 18px;
  }

  #etapas-bioreset .plan-ref__bar {
    width: 40px;
  }
}

@media (max-width: 639px) {
  #etapas-bioreset {
    --plan-sticky-top: 104px;
    scroll-margin-top: var(--plan-sticky-top);
  }

  #etapas-bioreset > .elementor-container {
    width: min(calc(100% - 48px), 920px);
  }

  #etapas-bioreset .plan-ref {
    position: static;
    top: auto;
    min-height: 0;
    padding: 42px 0 62px;
  }

  #etapas-bioreset .plan-ref__heading {
    margin-bottom: 22px;
  }

  #etapas-bioreset .plan-ref__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  #etapas-bioreset .plan-ref__copy-widget {
    position: static;
    top: auto;
  }

  #etapas-bioreset .plan-ref__copy,
  #etapas-bioreset .plan-ref__intro,
  #etapas-bioreset .plan-ref__detail {
    max-width: none;
  }

  #etapas-bioreset .plan-ref__nav {
    display: block;
    gap: 10px;
    margin-bottom: 24px;
    padding: 0;
    overflow: visible;
  }

  #etapas-bioreset .plan-ref__mobile-drawer {
    display: block;
    width: 100%;
    margin: 14px 0 18px;
    overflow: hidden;
  }

  #etapas-bioreset .plan-ref__visual-widget {
    position: static;
    top: auto;
  }

  #etapas-bioreset .plan-ref__visual-widget.is-mobile-stashed {
    display: none;
  }

  #etapas-bioreset .plan-ref__step {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(255, 253, 249, 0.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #etapas-bioreset .plan-ref__step-label {
    font-size: clamp(1.28rem, 4.1vw, 1.72rem);
    line-height: 1.06;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    text-wrap: balance;
  }

  #etapas-bioreset .plan-ref__step.is-active {
    background: transparent;
    border-color: rgba(255, 253, 249, 0.26);
    box-shadow: none;
  }

  #etapas-bioreset .plan-ref__step::after {
    content: "Clique para saber mais";
    display: block;
    margin-top: 6px;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(111, 78, 70, 0.56);
  }

  #etapas-bioreset .plan-ref__step.is-active::after {
    display: none;
  }

  #etapas-bioreset .plan-ref__step-index {
    opacity: 0;
  }

  #etapas-bioreset .plan-ref__intro p {
    font-size: 0.96rem;
  }

  #etapas-bioreset .plan-ref__intro {
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  #etapas-bioreset .plan-ref__detail-panels {
    position: static;
    width: 100%;
    margin: 0;
    inset: auto;
    z-index: auto;
  }

  #etapas-bioreset .plan-ref__detail {
    display: none;
    position: static;
    width: 100%;
    height: auto;
  }

  #etapas-bioreset .plan-ref__detail.is-active {
    display: grid;
    gap: 10px;
  }

  #etapas-bioreset .plan-ref__detail p {
    position: relative;
    display: block;
    padding: 14px 16px;
    font-size: 0.9rem;
    line-height: 1.38;
    width: 100%;
    max-width: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(1),
  #etapas-bioreset .plan-ref__detail p:nth-child(2),
  #etapas-bioreset .plan-ref__detail p:nth-child(3),
  #etapas-bioreset .plan-ref__detail p:nth-child(4) {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(odd),
  #etapas-bioreset .plan-ref__detail p:nth-child(even) {
    margin: 0;
  }

  #etapas-bioreset .plan-ref__detail p::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    width: 16px;
    height: 16px;
    transform: translateX(-50%);
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(2n)::after {
    left: 50%;
  }

  #etapas-bioreset .plan-ref__detail p:nth-child(4)::after {
    left: 50%;
    right: auto;
  }

  #etapas-bioreset .plan-ref__visual {
    max-width: none;
    display: grid;
    gap: 14px;
    aspect-ratio: auto;
    overflow: visible;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__visual-widget,
  #etapas-bioreset .plan-ref__mobile-drawer .elementor-widget-container,
  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__visual {
    width: 100%;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__visual {
    position: relative;
    display: block;
    overflow: hidden;
    height: min(62svh, 520px);
    aspect-ratio: auto;
    border-radius: 24px;
    box-shadow: 0 16px 30px rgba(111, 78, 70, 0.1);
  }

  #etapas-bioreset .plan-ref__visual::before {
    display: none;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__figure {
    position: absolute;
    inset: 0;
    display: none;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__figure.is-active {
    display: block;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail-panels {
    position: absolute;
    inset: 12px 24px 28px 12px !important;
    z-index: 3;
    pointer-events: none;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail.is-active {
    display: block;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p {
    position: absolute;
    width: min(28vw, 106px) !important;
    max-width: 31% !important;
    margin: 0;
    padding: 6px 8px !important;
    font-size: 0.54rem !important;
    line-height: 1.06 !important;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(111, 78, 70, 0.1);
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(1) {
    top: 4%;
    right: 24px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(2) {
    top: 28%;
    left: 8px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(3) {
    top: 52%;
    right: 24px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(4) {
    bottom: 10%;
    left: 8px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p::after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: -8px;
    width: 10px;
    height: 10px;
    background: rgba(255, 252, 248, 0.96);
    border: 1px solid rgba(184, 137, 107, 0.18);
    box-shadow:
      inset 0 0 0 2px rgba(255, 255, 255, 0.82),
      0 4px 10px rgba(111, 78, 70, 0.08);
    transform: translateY(-50%);
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(2)::after,
  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(4)::after {
    right: auto;
    left: -8px;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__pagination {
    display: none;
  }

  #etapas-bioreset .plan-ref__figure {
    position: relative;
    inset: auto;
    display: none;
    margin: 0;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    aspect-ratio: 1 / 1.03;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 16px 30px rgba(111, 78, 70, 0.1);
  }

  #etapas-bioreset .plan-ref__figure.is-active {
    display: block;
  }

  #etapas-bioreset .plan-ref__pagination {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    gap: 8px;
    padding: 0;
  }

  #etapas-bioreset .plan-ref__bar {
    width: 40px;
  }
}

@media (max-width: 520px) {
  #etapas-bioreset {
    --plan-sticky-top: 96px;
    scroll-margin-top: var(--plan-sticky-top);
  }

  #etapas-bioreset > .elementor-container {
    width: min(calc(100% - 24px), 420px);
  }

  #etapas-bioreset .plan-ref {
    padding: 38px 0 54px;
  }

  #etapas-bioreset .plan-ref__title {
    max-width: none;
    font-size: clamp(1.46rem, 6.2vw, 1.82rem);
    line-height: 0.94;
    white-space: nowrap;
    letter-spacing: -0.045em;
  }

  #etapas-bioreset .plan-ref__step-index {
    margin-bottom: 6px;
    font-size: 0.66rem;
  }

  #etapas-bioreset .plan-ref__step-label {
    font-size: clamp(1rem, 4.8vw, 1.2rem);
  }

  #etapas-bioreset .plan-ref__intro p,
  #etapas-bioreset .plan-ref__detail p {
    font-size: 0.88rem;
    line-height: 1.36;
  }

  #etapas-bioreset .plan-ref__nav {
    gap: 8px;
    margin-bottom: 16px;
  }

  #etapas-bioreset .plan-ref__step {
    padding: 0 0 22px;
  }

  #etapas-bioreset .plan-ref__intro {
    margin-bottom: 14px;
  }

  #etapas-bioreset .plan-ref__pagination {
    gap: 6px;
    padding: 0;
  }

  #etapas-bioreset .plan-ref__bar {
    width: 28px;
    height: 3px;
  }

  #etapas-bioreset .plan-ref__detail.is-active {
    gap: 8px;
  }

  #etapas-bioreset .plan-ref__figure {
    border-radius: 22px;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__visual {
    height: min(58svh, 480px);
    aspect-ratio: auto;
    border-radius: 22px;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail-panels {
    inset: 10px 20px 24px 10px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p {
    width: min(27vw, 96px) !important;
    max-width: 29% !important;
    padding: 5px 7px !important;
    font-size: 0.5rem !important;
    line-height: 1.02 !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(1) {
    right: 20px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(2) {
    left: 6px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(3) {
    right: 20px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(4) {
    left: 6px !important;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p::after {
    right: -7px;
    bottom: auto;
    left: auto;
    width: 9px;
    height: 9px;
  }

  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(2)::after,
  #etapas-bioreset .plan-ref__mobile-drawer .plan-ref__detail p:nth-child(4)::after {
    right: auto;
    left: -7px;
  }

  #etapas-bioreset .plan-ref__step::after {
    margin-top: 5px;
    font-size: 0.64rem;
  }
}

@media (max-width: 1120px) {
  #autoridade-bioreset {
    --authority-section-top: 32px;
    --authority-section-bottom: 54px;
  }

  #autoridade-bioreset > .elementor-container {
    width: min(calc(100% - 64px), 980px);
  }

  #autoridade-bioreset .authority-section__layout {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 760px;
  }

  #autoridade-bioreset .authority-section__photo-wrap {
    position: static;
    top: auto;
    min-height: 0;
    max-width: 620px;
    margin: 0 auto;
  }

  #autoridade-bioreset .authority-section__photo-wrap::before {
    inset: 34px 16px 96px 6px;
  }

  #autoridade-bioreset .authority-section__photo-wrap::after {
    top: 104px;
    right: 12px;
    width: 220px;
    height: 380px;
  }

  #autoridade-bioreset .authority-section__metric--years {
    top: 84px;
    left: 6px;
  }

  #autoridade-bioreset .authority-section__metric--patients {
    top: 262px;
    right: 6px;
  }

  #autoridade-bioreset .authority-section__metric--steps {
    right: 24px;
    bottom: 122px;
  }

  #autoridade-bioreset .authority-section__photo-frame {
    min-height: 760px;
    padding: 0 8px 0;
  }

  #autoridade-bioreset .authority-section__photo {
    width: min(100%, 520px);
  }

  #autoridade-bioreset .authority-section__content {
    max-width: 100%;
  }
  #decisao-inteligente {
    --decision-section-top: 18px;
    --decision-section-bottom: 24px;
  }

  #decisao-inteligente .plan-ref__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  #decisao-inteligente .plan-ref__copy {
    width: 100%;
  }

  #decisao-inteligente .plan-ref__copy-widget,
  #decisao-inteligente .plan-ref__decision-widget,
  #decisao-inteligente .plan-ref__decision-actions {
    grid-column: auto;
    grid-row: auto;
  }

  #decisao-inteligente .plan-ref__decision-widget {
    --decision-seam-x: 22px;
  }

  #decisao-inteligente .plan-ref__decision-frame {
    width: 100%;
    padding: 6px 24px 28px 92px;
  }

  #decisao-inteligente .plan-ref__decision-widget::before {
    right: calc(50% - 50vw);
    left: 28px;
    border-radius: 0;
  }

  #decisao-inteligente .plan-ref__decision-bridge {
    display: none;
  }

  #decisao-inteligente .plan-ref__decision-bridge-dot {
    top: 165px;
    left: calc(var(--decision-seam-x) - 19px);
    width: 38px;
    height: 38px;
  }

  #decisao-inteligente .plan-ref__decision-panel {
    max-width: 430px;
    padding: 0;
  }

  #decisao-inteligente .plan-ref__decision-payments {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #autoridade-bioreset {
    scroll-margin-top: 96px;
    --authority-section-top: 28px;
    --authority-section-bottom: 40px;
  }

  #autoridade-bioreset::before {
    left: -110px;
    width: 240px;
    height: 240px;
    opacity: 0.14;
  }

  #autoridade-bioreset::after {
    right: -96px;
    width: 200px;
    height: 160px;
    opacity: 0.12;
  }

  #autoridade-bioreset > .elementor-container {
    width: min(calc(100% - 44px), 420px);
  }

  #autoridade-bioreset .authority-section__layout {
    gap: 32px;
  }

  #autoridade-bioreset .authority-section__photo-wrap {
    max-width: 100%;
  }

  #autoridade-bioreset .authority-section__photo-wrap::before {
    inset: 18px 10px 58px 8px;
  }

  #autoridade-bioreset .authority-section__photo-wrap::after {
    top: 64px;
    right: 6px;
    width: 142px;
    height: 238px;
  }

  #autoridade-bioreset .authority-section__metrics {
    position: absolute;
    inset: 0;
    display: block;
    margin-top: 0;
    pointer-events: none;
  }

  #autoridade-bioreset .authority-section__metric {
    position: absolute;
    min-width: 136px;
    padding: 13px 14px 11px;
  }

  #autoridade-bioreset .authority-section__metric--years {
    top: 46px;
    left: 0;
  }

  #autoridade-bioreset .authority-section__metric--patients {
    top: 222px;
    right: 0;
  }

  #autoridade-bioreset .authority-section__metric--steps {
    right: 14px;
    bottom: 54px;
  }

  #autoridade-bioreset .authority-section__photo-frame {
    min-height: 0;
    aspect-ratio: 4 / 5.2;
    padding: 0 6px 0;
  }

  #autoridade-bioreset .authority-section__photo {
    width: min(100%, 386px);
  }

  #autoridade-bioreset .authority-section__photo-label {
    display: none;
  }

  #autoridade-bioreset .authority-section__eyebrow {
    margin-bottom: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.28em;
  }

  #autoridade-bioreset .authority-section__title {
    font-size: clamp(2.3rem, 8vw, 3.1rem);
  }

  #autoridade-bioreset .authority-section__script {
    margin-bottom: 18px;
    font-size: clamp(1.82rem, 7vw, 2.5rem);
  }

  #autoridade-bioreset .authority-section__body {
    font-size: 0.96rem;
    line-height: 1.82;
    margin-bottom: 18px;
  }

  #autoridade-bioreset .authority-section__mission {
    margin-top: 24px;
    padding: 24px 22px;
  }

  #autoridade-bioreset .authority-section__mission::before {
    top: 0;
    left: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
  }

  #autoridade-bioreset .authority-section__mission p {
    font-size: 1.14rem;
    line-height: 1.62;
  }

  #decisao-inteligente {
    --decision-top: 96px;
    --decision-section-top: 18px;
    --decision-section-bottom: 16px;
  }

  #decisao-inteligente::before {
    left: -140px;
    top: 38px;
    width: 300px;
    height: 300px;
    opacity: 0.18;
  }

  #decisao-inteligente::after {
    right: -24px;
    bottom: 42px;
    width: 128px;
    height: 128px;
    opacity: 0.14;
  }

  #decisao-inteligente > .elementor-container {
    width: min(calc(100% - 44px), 420px);
  }

  #decisao-inteligente .plan-ref__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #decisao-inteligente .plan-ref__heading {
    text-align: center;
    margin-bottom: 18px;
  }

  #decisao-inteligente .plan-ref__title {
    margin-inline: auto;
    max-width: 100%;
    font-size: clamp(1.96rem, 8vw, 2.8rem);
    line-height: 0.95;
  }

  #decisao-inteligente .plan-ref__title-line {
    white-space: normal;
  }

  #decisao-inteligente .plan-ref__intro {
    margin-bottom: 18px;
    gap: 12px;
  }

  #decisao-inteligente .plan-ref__copy,
  #decisao-inteligente .plan-ref__intro,
  #decisao-inteligente .plan-ref__decision-pricing,
  #decisao-inteligente .plan-ref__decision-actions {
    width: 100%;
  }

  #decisao-inteligente .plan-ref__copy {
    padding-inline: 2px;
  }

  #decisao-inteligente .plan-ref__intro p,
  #decisao-inteligente .plan-ref__decision-pricing p,
  #decisao-inteligente .plan-ref__decision-list li {
    font-size: 0.94rem;
  }

  #decisao-inteligente .plan-ref__decision-kicker--highlight {
    margin-bottom: 18px;
    max-width: 100%;
    font-size: clamp(1.34rem, 4.9vw, 1.62rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
    color: #7a5448;
  }

  #decisao-inteligente .plan-ref__decision-kicker-line {
    white-space: nowrap;
  }

  #decisao-inteligente .plan-ref__decision-kicker-sub {
    margin-top: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    color: rgba(122, 84, 72, 0.8);
  }

  #decisao-inteligente .plan-ref__decision-pricing {
    display: flex;
    width: max-content;
    max-width: calc(100% - 16px);
    margin: 0 auto 40px;
    padding: 10px 14px;
    border-radius: 999px;
    justify-content: center;
  }

  #decisao-inteligente .plan-ref__decision-pricing p {
    flex-wrap: nowrap;
    gap: 8px;
    font-size: 0.96rem;
    justify-content: center;
    width: 100%;
  }

  #decisao-inteligente .plan-ref__decision-price-old {
    font-size: 1.08rem;
  }

  #decisao-inteligente .plan-ref__decision-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }

  #decisao-inteligente .plan-ref__decision-cta {
    margin-inline: auto;
    width: auto;
    min-height: 50px;
    padding: 13px 24px;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
  }

  #decisao-inteligente .plan-ref__decision-payments-widget {
    display: block;
    top: calc(100% + 8px);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  #decisao-inteligente .plan-ref__decision-payments::before {
    opacity: 0.72;
  }

  #decisao-inteligente .plan-ref__decision-badges {
    min-height: 24px;
    padding-left: 6px;
  }

  #decisao-inteligente .plan-ref__decision-badges::before,
  #decisao-inteligente .plan-ref__decision-badges::after {
    width: 18px;
  }

  #decisao-inteligente .plan-ref__decision-badges span {
    min-height: 24px;
    gap: 6px;
    padding: 2px 8px;
    font-size: 0.66rem;
  }

  #decisao-inteligente .plan-ref__decision-badges svg {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
  }

  #decisao-inteligente .plan-ref__decision-pricing strong {
    justify-content: center;
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.76rem;
    text-align: center;
  }

  #decisao-inteligente .plan-ref__decision-widget {
    --decision-seam-x: -10px;
    width: 100%;
    margin-top: 14px;
  }

  #decisao-inteligente .plan-ref__decision-widget::before {
    display: block;
    right: -10px;
    left: -10px;
    border-radius: 28px;
  }

  #decisao-inteligente .plan-ref__decision-frame {
    padding: 28px 20px 18px;
  }

  #decisao-inteligente .plan-ref__decision-panel {
    max-width: none;
    padding: 2px 0 0;
  }

  #decisao-inteligente .plan-ref__decision-frame::before,
  #decisao-inteligente .plan-ref__decision-bridge {
    display: none;
  }

  #decisao-inteligente .plan-ref__decision-bridge-dot {
    display: block;
    top: 50%;
    left: calc(var(--decision-seam-x) - 17px);
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
  }

  #decisao-inteligente .plan-ref__decision-payments {
    padding: 0;
  }
}

@media (max-width: 520px) {
  #autoridade-bioreset {
    --authority-section-top: 22px;
    --authority-section-bottom: 34px;
  }

  #autoridade-bioreset > .elementor-container {
    width: min(calc(100% - 24px), 420px);
  }

  #autoridade-bioreset .authority-section__photo-wrap {
    max-width: 100%;
  }

  #autoridade-bioreset .authority-section__photo-wrap::before {
    inset: 14px 8px 42px 6px;
  }

  #autoridade-bioreset .authority-section__photo-wrap::after {
    top: 44px;
    right: 4px;
    width: 112px;
    height: 188px;
  }

  #autoridade-bioreset .authority-section__metrics {
    position: absolute;
    inset: 0;
  }

  #autoridade-bioreset .authority-section__metric {
    min-width: 118px;
    padding: 12px 12px 10px;
  }

  #autoridade-bioreset .authority-section__metric--years {
    top: 34px;
    left: 0;
  }

  #autoridade-bioreset .authority-section__metric--patients {
    top: 176px;
    right: 0;
  }

  #autoridade-bioreset .authority-section__metric--steps {
    right: 8px;
    bottom: 44px;
  }

  #autoridade-bioreset .authority-section__metric-value {
    font-size: 1.8rem;
  }

  #autoridade-bioreset .authority-section__metric-label {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  #autoridade-bioreset .authority-section__photo-frame {
    padding: 0 4px 0;
  }

  #autoridade-bioreset .authority-section__photo {
    width: min(100%, 334px);
  }

  #autoridade-bioreset .authority-section__title {
    font-size: clamp(2.02rem, 9vw, 2.5rem);
  }

  #autoridade-bioreset .authority-section__script {
    font-size: clamp(1.64rem, 8vw, 2.2rem);
  }

  #autoridade-bioreset .authority-section__body {
    font-size: 0.92rem;
  }

  #autoridade-bioreset .authority-section__mission {
    padding: 20px 18px;
  }

#autoridade-bioreset .authority-section__mission::before {
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
}

#faq-bioreset {
  --faq-footer-height: 132px;
  position: relative;
  min-height: calc(100svh - var(--faq-footer-height));
  padding: 112px 0 118px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 253, 249, 0.92) 0, rgba(255, 253, 249, 0) 28%),
    radial-gradient(circle at 82% 78%, rgba(184, 137, 107, 0.12) 0, rgba(184, 137, 107, 0) 32%),
    linear-gradient(180deg, #f1e4d8 0%, #ead9cb 44%, #e5d3c6 100%);
  color: var(--color-primary);
  overflow: clip;
}

#faq-bioreset > .elementor-container {
  width: min(calc(100% - 72px), 1440px);
  max-width: 1440px;
}

#faq-bioreset .faq-section__wrap {
  width: 100%;
  min-height: inherit;
}

#faq-bioreset .faq-section__layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}

#faq-bioreset .faq-section__support {
  display: grid;
  gap: 24px;
}

#faq-bioreset .faq-section__eyebrow {
  display: inline-flex;
  width: fit-content;
  font-family: var(--font-body);
  font-size: 0.94rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(147, 101, 76, 0.78);
}

#faq-bioreset .faq-section__title {
  margin: 0;
  max-width: 10ch;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 5.2vw, 4.8rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.045em;
  color: var(--color-primary);
}

#faq-bioreset .faq-section__support-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 22px 22px 22px 20px;
  border: 1px solid rgba(184, 137, 107, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(251, 244, 236, 0.98) 0%, rgba(239, 225, 212, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.82),
    0 24px 44px rgba(111, 78, 70, 0.16),
    0 8px 18px rgba(111, 78, 70, 0.08);
  color: var(--color-primary);
  text-align: left;
  cursor: pointer;
}

#faq-bioreset .faq-section__support-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 253, 249, 0.92) 0, rgba(234, 221, 213, 0.94) 34%, rgba(184, 137, 107, 0.78) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 249, 0.72),
    0 12px 24px rgba(111, 78, 70, 0.18);
  color: var(--color-primary);
}

#faq-bioreset .faq-section__support-icon svg {
  width: 30px;
  height: 30px;
}

#faq-bioreset .faq-section__support-copy {
  display: grid;
  gap: 6px;
}

#faq-bioreset .faq-section__support-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.6vw, 2.28rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--color-primary);
}

#faq-bioreset .faq-section__support-text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.35;
  color: var(--color-text-muted);
}

#faq-bioreset .faq-section__support-note {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(202, 209, 221, 0.2);
  border-radius: 18px;
  background: rgba(17, 20, 29, 0.72);
}

#faq-bioreset .faq-section__support-note p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(215, 220, 229, 0.78);
}

#faq-bioreset .faq-section__support-note strong {
  color: rgba(245, 247, 251, 0.92);
  font-weight: 500;
}

#faq-bioreset .faq-section__accordion {
  display: grid;
  gap: 12px;
}

#faq-bioreset .faq-section__item {
  border: 1px solid rgba(184, 137, 107, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(251, 245, 239, 0.98) 0%, rgba(240, 227, 215, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.82),
    0 22px 40px rgba(111, 78, 70, 0.15),
    0 8px 18px rgba(111, 78, 70, 0.08);
  overflow: clip;
  transition:
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}

#faq-bioreset .faq-section__item.is-open {
  border-color: rgba(184, 137, 107, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 249, 244, 0.99) 0%, rgba(242, 229, 218, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 249, 0.92),
    0 28px 48px rgba(111, 78, 70, 0.18),
    0 10px 22px rgba(111, 78, 70, 0.1);
}

#faq-bioreset .faq-section__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

#faq-bioreset .faq-section__question span:first-child {
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--color-primary);
}

#faq-bioreset .faq-section__plus {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(234, 221, 213, 0.92);
  box-shadow: inset 0 0 0 1px rgba(184, 137, 107, 0.24);
  flex-shrink: 0;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background 280ms ease,
    box-shadow 280ms ease;
}

#faq-bioreset .faq-section__item.is-open .faq-section__plus {
  transform: rotate(90deg) scale(1.04);
  background: rgba(232, 211, 196, 0.98);
  box-shadow:
    inset 0 0 0 1px rgba(184, 137, 107, 0.34),
    0 10px 18px rgba(111, 78, 70, 0.14);
}

#faq-bioreset .faq-section__plus::before,
#faq-bioreset .faq-section__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--color-accent-strong);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

#faq-bioreset .faq-section__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#faq-bioreset .faq-section__question[aria-expanded="true"] .faq-section__plus::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

#faq-bioreset .faq-section__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 0 24px;
  will-change: grid-template-rows, opacity;
  transition:
    grid-template-rows 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    padding-bottom 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

#faq-bioreset .faq-section__item.is-open .faq-section__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 24px;
}

#faq-bioreset .faq-section__answer p {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  max-width: 58ch;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--color-text-muted);
  opacity: 0;
  filter: blur(4px);
  transform: translateY(-8px);
  transition:
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 280ms ease,
    filter 360ms ease;
}

#faq-bioreset .faq-section__item.is-open .faq-section__answer p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

#rodape-bioreset {
  --footer-bioreset-bg: #503933;
  padding: 0 0 34px;
  background: linear-gradient(180deg, #503933 0%, #503933 100%);
}

#rodape-bioreset > .elementor-container {
  width: min(calc(100% - 48px), 1440px);
  max-width: 1440px;
}

#rodape-bioreset .site-footer-bioreset__wrap {
  width: 100%;
}

#rodape-bioreset .site-footer-bioreset__layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
  padding: 30px 0 18px;
}

#rodape-bioreset .site-footer-bioreset__brand {
  display: grid;
  gap: 18px;
}

#rodape-bioreset .site-footer-bioreset__monogram {
  display: grid;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3.8rem, 5vw, 5.2rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: #d8bf99;
}

#rodape-bioreset .site-footer-bioreset__monogram span {
  display: block;
}

#rodape-bioreset .site-footer-bioreset__brand-copy {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(223, 196, 152, 0.88);
}

#rodape-bioreset .site-footer-bioreset__info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

#rodape-bioreset .site-footer-bioreset__group {
  display: grid;
  gap: 10px;
}

#rodape-bioreset .site-footer-bioreset__label {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(215, 187, 145, 0.7);
}

#rodape-bioreset .site-footer-bioreset__value {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(255, 247, 239, 0.94);
}

#rodape-bioreset .site-footer-bioreset__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

#rodape-bioreset .site-footer-bioreset__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(215, 187, 145, 0.22);
  border-radius: 999px;
  color: #d8bf99;
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

#rodape-bioreset .site-footer-bioreset__socials a:hover,
#rodape-bioreset .site-footer-bioreset__socials a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(215, 187, 145, 0.42);
  background: rgba(255, 248, 241, 0.04);
}

#rodape-bioreset .site-footer-bioreset__socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#rodape-bioreset .site-footer-bioreset__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: end;
  padding-top: 14px;
}

#rodape-bioreset .site-footer-bioreset__disclaimer {
  margin: 0;
  max-width: 78ch;
  font-family: var(--font-body);
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(215, 187, 145, 0.68);
}

#rodape-bioreset .site-footer-bioreset__credit {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
  color: #ef7e2f;
  text-align: right;
}

@media (max-width: 1120px) {
  #faq-bioreset {
    --faq-footer-height: 150px;
    padding: 92px 0 96px;
  }

  #faq-bioreset > .elementor-container {
    width: min(calc(100% - 44px), 1120px);
  }

  #faq-bioreset .faq-section__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  #faq-bioreset .faq-section__support {
    gap: 18px;
  }

  #faq-bioreset .faq-section__title {
    max-width: 10ch;
  }
}

@media (max-width: 767px) {
  #faq-bioreset {
    --faq-footer-height: 182px;
    padding: 74px 0 82px;
    min-height: auto;
  }

  #faq-bioreset > .elementor-container {
    width: min(calc(100% - 28px), 560px);
  }

  #faq-bioreset .faq-section__layout {
    gap: 24px;
  }

  #faq-bioreset .faq-section__eyebrow {
    font-size: 0.88rem;
  }

  #faq-bioreset .faq-section__title {
    font-size: clamp(2.14rem, 10vw, 3.24rem);
    line-height: 0.92;
  }

  #faq-bioreset .faq-section__support-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 18px 18px 16px;
    border-radius: 18px;
  }

  #faq-bioreset .faq-section__support-icon {
    width: 58px;
    height: 58px;
  }

  #faq-bioreset .faq-section__support-icon svg {
    width: 24px;
    height: 24px;
  }

  #faq-bioreset .faq-section__support-title {
    font-size: 1.56rem;
    line-height: 0.96;
  }

  #faq-bioreset .faq-section__support-text,
  #faq-bioreset .faq-section__support-note p,
  #faq-bioreset .faq-section__answer p {
    font-size: 0.92rem;
  }

  #faq-bioreset .faq-section__question {
    padding: 18px 18px 16px;
    gap: 14px;
  }

  #faq-bioreset .faq-section__question span:first-child {
    font-size: 0.94rem;
    line-height: 1.32;
  }

  #faq-bioreset .faq-section__answer {
    padding: 0 18px 18px;
  }

  #faq-bioreset .faq-section__plus {
    width: 28px;
    height: 28px;
  }

  #faq-bioreset .faq-section__item.is-open .faq-section__answer {
    padding-bottom: 18px;
  }

  #rodape-bioreset {
    padding: 0 0 26px;
  }

  #rodape-bioreset > .elementor-container {
    width: min(calc(100% - 32px), 1120px);
  }

  #rodape-bioreset .site-footer-bioreset__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 18px 0 14px;
  }

  #rodape-bioreset .site-footer-bioreset__monogram {
    font-size: clamp(2.8rem, 8vw, 4rem);
    line-height: 0.86;
  }

  #rodape-bioreset .site-footer-bioreset__brand-copy {
    font-size: 0.9rem;
  }

  #rodape-bioreset .site-footer-bioreset__info {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #rodape-bioreset .site-footer-bioreset__value {
    font-size: 0.94rem;
  }

  #rodape-bioreset .site-footer-bioreset__bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 10px;
  }

  #rodape-bioreset .site-footer-bioreset__disclaimer {
    font-size: 0.76rem;
  }

  #rodape-bioreset .site-footer-bioreset__credit {
    font-size: 0.76rem;
    text-align: left;
  }
}

.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 253, 249, 0.92) 0, rgba(255, 253, 249, 0) 28%),
    radial-gradient(circle at 82% 78%, rgba(184, 137, 107, 0.12) 0, rgba(184, 137, 107, 0) 32%),
    linear-gradient(180deg, #f1e4d8 0%, #ead9cb 44%, #e5d3c6 100%);
  color: var(--color-primary);
}

.thank-you-main {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

.thank-you-main::before,
.thank-you-main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.thank-you-main::before {
  background:
    url("./assets/bg-derm-contour-warm.svg") left -6% top 10% / 460px auto no-repeat,
    url("./assets/bg-derm-contour-warm.svg") right -16% bottom 0 / 620px auto no-repeat;
  opacity: 0.3;
}

.thank-you-main::after {
  background:
    linear-gradient(180deg, rgba(241, 228, 216, 0.62) 0%, rgba(234, 217, 203, 0.74) 44%, rgba(229, 211, 198, 0.82) 100%),
    url("../Assets/489877140_17941296305995603_4179071813952928330_n.png") center center / cover no-repeat;
  opacity: 0.42;
  filter: saturate(0.5) sepia(0.14) brightness(0.92);
}

.thank-you-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 48px 24px;
}

.thank-you-card {
  width: min(100%, 860px);
  position: relative;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.thank-you-card::before {
  content: "";
  position: absolute;
  inset: 14% 8% 10%;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 249, 0.44) 0%, rgba(255, 253, 249, 0.16) 42%, rgba(255, 253, 249, 0) 74%);
  filter: blur(26px);
  opacity: 0;
  transform: scale(0.88);
  transition:
    opacity 1100ms ease,
    transform 1400ms cubic-bezier(0.18, 0.9, 0.22, 1);
}

.thank-you-brand {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: var(--color-primary);
}

.thank-you-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(184, 137, 107, 0.34);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
}

.thank-you-mark {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 253, 249, 0.92) 0, rgba(234, 221, 213, 0.94) 34%, rgba(184, 137, 107, 0.78) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 249, 0.72),
    0 18px 34px rgba(111, 78, 70, 0.12);
}

.thank-you-mark svg {
  width: 34px;
  height: 34px;
  color: var(--color-primary);
}

.thank-you-title {
  margin: 0;
  width: 100%;
  max-width: none;
  display: grid;
  justify-items: center;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--color-primary);
  text-align: center;
}

.thank-you-title__lead,
.thank-you-title__rest {
  display: block;
  width: 100%;
  text-align: center;
}

.thank-you-title__rest {
  white-space: nowrap;
}

.thank-you-title strong {
  font-weight: 600;
  color: var(--color-accent-strong);
}

.thank-you-copy {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.thank-you-copy p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(105, 93, 86, 0.92);
}

.thank-you-copy strong {
  color: var(--color-primary);
  font-weight: 700;
}

.thank-you-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 6px;
}

.thank-you-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 320px);
  min-height: 74px;
  padding: 0 34px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 22px 40px rgba(42, 36, 33, 0.16);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-white);
}

.thank-you-cta:hover,
.thank-you-cta:focus-visible {
  background: var(--color-primary-hover);
  transform: translateY(-1px);
}

.thank-you-main::before,
.thank-you-main::after {
  transition:
    opacity 1400ms ease,
    transform 1800ms cubic-bezier(0.18, 0.9, 0.22, 1),
    filter 1800ms ease;
}

.thank-you-brand,
.thank-you-pill,
.thank-you-mark,
.thank-you-title__lead,
.thank-you-title__rest,
.thank-you-copy p,
.thank-you-actions {
  opacity: 0;
  filter: blur(12px);
  will-change: transform, opacity, filter;
}

.thank-you-brand,
.thank-you-pill,
.thank-you-mark,
.thank-you-copy p,
.thank-you-actions {
  transition:
    transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 900ms ease,
    filter 900ms ease;
}

.thank-you-title__lead,
.thank-you-title__rest {
  transition:
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1000ms ease,
    filter 1000ms ease;
}

.thank-you-brand {
  transform: translateY(-24px) scale(0.96);
}

.thank-you-pill {
  transform: translateY(-18px) scale(0.94);
}

.thank-you-mark {
  transform: translateY(16px) scale(0.82);
}

.thank-you-title__lead {
  transform: translateY(42px);
}

.thank-you-title__rest {
  transform: translateY(30px);
}

.thank-you-copy p:nth-child(1) {
  transform: translateY(24px);
}

.thank-you-copy p:nth-child(2) {
  transform: translateY(28px);
}

.thank-you-actions {
  transform: translateY(30px) scale(0.96);
}

.thank-you-page:not(.thank-you-is-ready) .thank-you-main::before {
  opacity: 0;
  transform: translateX(-28px) translateY(14px) scale(0.96);
}

.thank-you-page:not(.thank-you-is-ready) .thank-you-main::after {
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(0.42) sepia(0.14) brightness(0.9) blur(10px);
}

.thank-you-page.thank-you-is-ready .thank-you-main::before,
.thank-you-page.thank-you-is-ready .thank-you-main::after {
  transform: none;
}

.thank-you-page.thank-you-is-ready .thank-you-card::before {
  opacity: 1;
  transform: scale(1);
}

.thank-you-page.thank-you-is-ready .thank-you-brand {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 80ms;
}

.thank-you-page.thank-you-is-ready .thank-you-pill {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 180ms;
}

.thank-you-page.thank-you-is-ready .thank-you-mark {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 320ms;
  animation: thank-you-mark-bloom 900ms cubic-bezier(0.2, 0.95, 0.28, 1.15) 320ms both;
}

.thank-you-page.thank-you-is-ready .thank-you-title__lead {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 380ms;
}

.thank-you-page.thank-you-is-ready .thank-you-title__rest {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 520ms;
}

.thank-you-page.thank-you-is-ready .thank-you-copy p:nth-child(1) {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 640ms;
}

.thank-you-page.thank-you-is-ready .thank-you-copy p:nth-child(2) {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 740ms;
}

.thank-you-page.thank-you-is-ready .thank-you-actions {
  opacity: 1;
  filter: blur(0);
  transform: none;
  transition-delay: 860ms;
}

@keyframes thank-you-mark-bloom {
  0% {
    transform: translateY(16px) scale(0.72);
  }

  58% {
    transform: translateY(-2px) scale(1.06);
  }

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

@media (prefers-reduced-motion: reduce) {
  .thank-you-main::before,
  .thank-you-main::after,
  .thank-you-card::before,
  .thank-you-brand,
  .thank-you-pill,
  .thank-you-mark,
  .thank-you-title__lead,
  .thank-you-title__rest,
  .thank-you-copy p,
  .thank-you-actions {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}

@media (max-width: 767px) {
  .thank-you-main::after {
    background:
      linear-gradient(180deg, rgba(241, 228, 216, 0.72) 0%, rgba(234, 217, 203, 0.8) 44%, rgba(229, 211, 198, 0.86) 100%),
      url("../Assets/489877140_17941296305995603_4179071813952928330_n.png") center center / cover no-repeat;
    opacity: 0.34;
  }

  .thank-you-shell {
    padding: 32px 20px;
  }

  .thank-you-card {
    gap: 18px;
  }

  .thank-you-mark {
    width: 74px;
    height: 74px;
  }

  .thank-you-title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(2.15rem, 8.6vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
  }

  .thank-you-title__lead,
  .thank-you-title__rest {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
  }

  .thank-you-copy p {
    font-size: 0.98rem;
  }

  .thank-you-cta {
    width: 100%;
    min-height: 62px;
    min-width: 0;
    border-radius: 18px;
    font-size: 0.9rem;
  }
}
