:root {
  --blue: #5ac9ef;
  --blue-strong: #08bde8;
  --purple: #662e8e;
  --purple-deep: #42125f;
  --purple-soft: #8e42b8;
  --ink: #23142f;
  --muted: #6d6575;
  --line: rgba(61, 31, 78, 0.12);
  --paper: #ffffff;
  --wash: #f6f9fb;
  --radius-sm: 18px;
  --radius: 28px;
  --radius-lg: 42px;
  --shadow: 0 24px 70px rgba(67, 30, 89, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-pad {
  padding: 86px 0 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 12px 18px;
  color: white;
  background: var(--purple);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 35px rgba(43, 19, 59, 0.06);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 198px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  color: #4f4556;
  font-size: 0.92rem;
  font-weight: 650;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
  transition: right 0.25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--purple);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  color: white;
  background: linear-gradient(120deg, var(--purple) 0%, #7f31ab 52%, var(--blue-strong) 145%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 15px 35px rgba(102, 46, 142, 0.23);
  font-size: 0.94rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(102, 46, 142, 0.3);
}

.button:focus-visible,
.text-link:focus-visible,
.main-nav a:focus-visible,
.treatment-card a:focus-visible,
.offer-card a:focus-visible,
.whatsapp-float:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(90, 201, 239, 0.55);
  outline-offset: 4px;
}

.button svg,
.text-link svg,
.treatment-card a svg,
.offer-card a svg {
  width: 18px;
  height: 18px;
}

.button-small {
  min-height: 46px;
  padding-inline: 19px;
  font-size: 0.87rem;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 14px;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--purple);
  border-radius: 10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  min-height: 870px;
  padding-top: 165px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 252, 0.98) 100%),
    radial-gradient(circle at 70% 25%, rgba(90, 201, 239, 0.2), transparent 34%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: linear-gradient(rgba(102, 46, 142, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(102, 46, 142, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-orb-one {
  width: 340px;
  height: 340px;
  top: 40px;
  right: -150px;
  background: rgba(90, 201, 239, 0.16);
}

.hero-orb-two {
  width: 260px;
  height: 260px;
  bottom: 30px;
  left: -160px;
  background: rgba(102, 46, 142, 0.1);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  gap: 60px;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  padding: 7px 14px 7px 8px;
  color: var(--purple);
  background: white;
  border: 1px solid rgba(102, 46, 142, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(63, 30, 78, 0.06);
  font-size: 0.83rem;
  font-weight: 750;
}

.eyebrow-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  border-radius: 50%;
}

.eyebrow-mark svg {
  width: 15px;
  height: 15px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.045em;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(3.25rem, 5.5vw, 5.55rem);
  line-height: 0.98;
  font-weight: 850;
}

h1 span {
  color: transparent;
  background: linear-gradient(105deg, var(--purple), var(--purple-soft) 48%, var(--blue-strong));
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple);
  font-weight: 750;
}

.text-link svg {
  transition: transform 0.2s ease;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 42px;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-left: -8px;
  color: white;
  background: var(--purple);
  border: 3px solid white;
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 850;
}

.proof-avatars span:first-child {
  margin-left: 0;
  background: var(--blue-strong);
}

.proof-avatars span:nth-child(2) {
  color: var(--purple);
  background: #eee4f5;
}

.hero-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-proof strong {
  color: var(--ink);
}

.hero-visual {
  position: relative;
}

.visual-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(90, 201, 239, 0.82), transparent 28%),
    linear-gradient(145deg, #311047 0%, var(--purple) 55%, #8340a8 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 52px 52px 120px 52px;
  box-shadow: 0 40px 100px rgba(63, 21, 88, 0.27);
}

.visual-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -105px;
  bottom: -120px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.visual-kicker {
  position: absolute;
  top: 34px;
  left: 38px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.laser-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.laser-rings span {
  position: absolute;
  top: 42%;
  left: 48%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.laser-rings span:nth-child(2) {
  width: 490px;
  height: 490px;
}

.laser-rings span:nth-child(3) {
  width: 600px;
  height: 600px;
}

.hero-machine {
  position: absolute;
  z-index: 2;
  width: min(90%, 500px);
  right: -6px;
  bottom: 4px;
  filter: drop-shadow(0 30px 30px rgba(23, 6, 33, 0.28));
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(27, 10, 37, 0.18);
  backdrop-filter: blur(14px);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.25;
}

.floating-card small {
  max-width: 190px;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.67rem;
  line-height: 1.35;
}

.recurring-card {
  top: 92px;
  right: 24px;
  animation: float 5s ease-in-out infinite;
}

.technology-card {
  left: 24px;
  bottom: 34px;
  animation: float 5.8s 0.7s ease-in-out infinite;
}

.floating-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  border-radius: 12px;
}

.floating-icon svg {
  width: 21px;
  height: 21px;
}

.pulse-dot {
  width: 13px;
  height: 13px;
  background: var(--blue-strong);
  border: 4px solid rgba(90, 201, 239, 0.28);
  border-radius: 50%;
  box-sizing: content-box;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 76px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.trust-strip div {
  display: flex;
  flex-direction: column;
  padding: 8px 26px;
  border-right: 1px solid var(--line);
}

.trust-strip div:first-child {
  padding-left: 0;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--purple);
  font-size: 1.05rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.77rem;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 52px;
}

.section-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
}

.section-heading.centered {
  max-width: 750px;
  display: block;
  margin: 0 auto 56px;
  text-align: center;
}

.section-heading.centered > p:last-child {
  max-width: 620px;
  margin: 17px auto 0;
}

.section-label {
  margin-bottom: 13px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label-light {
  color: var(--blue);
}

h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.4vw, 4.3rem);
  line-height: 1.03;
  font-weight: 850;
}

h3 {
  line-height: 1.15;
}

.treatments {
  background: white;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.treatment-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--wash);
  border: 1px solid transparent;
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.treatment-card:hover {
  transform: translateY(-6px);
  border-color: rgba(102, 46, 142, 0.13);
  box-shadow: var(--shadow);
}

.treatment-featured {
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(90, 201, 239, 0.42), transparent 34%),
    linear-gradient(145deg, var(--purple-deep), var(--purple));
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 27px;
  color: rgba(63, 28, 81, 0.45);
  font-size: 0.74rem;
  font-weight: 800;
}

.treatment-featured .card-topline {
  color: rgba(255, 255, 255, 0.55);
}

.card-badge {
  padding: 5px 9px;
  color: var(--purple-deep);
  background: var(--blue);
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 42px 0 24px;
  color: var(--purple);
  background: white;
  border: 1px solid rgba(102, 46, 142, 0.1);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(59, 26, 75, 0.08);
}

.service-icon svg {
  width: 28px;
  height: 28px;
}

.treatment-featured .service-icon {
  color: white;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.treatment-card h3 {
  margin-bottom: 14px;
  font-size: 1.43rem;
}

.treatment-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.58;
}

.treatment-featured p {
  color: rgba(255, 255, 255, 0.76);
}

.treatment-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--purple);
  font-size: 0.84rem;
  font-weight: 800;
}

.treatment-featured a {
  color: var(--blue);
}

.coming-soon {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: right;
}

.benefits {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 14% 0, rgba(90, 201, 239, 0.19), transparent 27%),
    linear-gradient(135deg, #321145 0%, #531d72 56%, var(--purple) 100%);
}

.benefits::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -200px;
  top: -180px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, 0.025), 0 0 0 150px rgba(255, 255, 255, 0.02);
}

.benefits-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.benefits-copy h2 {
  margin-bottom: 24px;
}

.benefits-intro {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.02rem;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.benefit-list strong {
  color: white;
}

.check {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--purple-deep);
  background: var(--blue);
  border-radius: 50%;
}

.check svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.5;
}

.benefits-showcase {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 150px 40px 40px 40px;
}

.showcase-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(50, 17, 69, 0.56) 0%, rgba(50, 17, 69, 0.08) 38%, rgba(50, 17, 69, 0.12) 62%, rgba(50, 17, 69, 0.58) 100%),
    linear-gradient(90deg, rgba(90, 201, 239, 0.1), transparent 48%);
  border-radius: inherit;
  pointer-events: none;
}

.benefits-showcase .showcase-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  filter: saturate(0.92) contrast(1.03);
}

.showcase-number {
  position: absolute;
  top: 32px;
  right: 34px;
  z-index: 3;
  text-align: right;
}

.showcase-number span,
.showcase-number small {
  display: block;
}

.showcase-number span {
  color: var(--blue);
  font-size: 3rem;
  font-weight: 850;
  line-height: 1;
}

.showcase-number small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.showcase-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 17px;
  background: rgba(25, 7, 35, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  font-size: 0.72rem;
  font-weight: 700;
}

.showcase-caption i {
  width: 4px;
  height: 4px;
  background: var(--blue);
  border-radius: 50%;
}

.technology {
  background: #f8fafc;
}

.technology-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.tech-card {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 42px;
  border-radius: var(--radius-lg);
}

.tech-dark {
  color: white;
  background: linear-gradient(145deg, #1e1523, #35223e);
}

.tech-light {
  background:
    radial-gradient(circle at 100% 100%, rgba(90, 201, 239, 0.24), transparent 36%),
    white;
  border: 1px solid var(--line);
}

.tech-copy {
  position: relative;
  z-index: 3;
}

.tech-index {
  color: var(--blue);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tech-card h3 {
  margin: 12px 0 14px;
  font-size: 2.35rem;
}

.tech-card p {
  max-width: 450px;
  color: var(--muted);
  font-size: 0.96rem;
}

.tech-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.tech-pill {
  display: inline-flex;
  margin-top: 5px;
  padding: 7px 12px;
  color: var(--purple);
  background: rgba(90, 201, 239, 0.16);
  border: 1px solid rgba(90, 201, 239, 0.3);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
}

.tech-dark .tech-pill {
  color: var(--blue);
}

.tech-image {
  position: absolute;
  inset: auto 0 0;
  height: 390px;
  display: flex;
  align-items: end;
  justify-content: center;
}

.tech-image img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 24px 27px rgba(20, 6, 28, 0.25));
}

.diode-image img {
  width: 98%;
  margin-bottom: 22px;
}

.ndyag-image img {
  width: 64%;
  margin-bottom: -20px;
}

.tech-halo {
  position: absolute;
  width: 380px;
  height: 380px;
  bottom: -120px;
  background: var(--blue);
  border-radius: 50%;
  opacity: 0.13;
}

.tech-dark .tech-halo {
  opacity: 0.2;
}

.medical-note {
  max-width: 810px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.medical-note svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.plans {
  color: white;
  background: white;
}

.plans-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  padding: 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 2%, rgba(90, 201, 239, 0.24), transparent 26%),
    linear-gradient(135deg, #3d1356, var(--purple) 62%, #7b35a0);
  border-radius: 50px;
  box-shadow: 0 35px 90px rgba(63, 25, 85, 0.22);
}

.plans-shell::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -230px;
  top: -230px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.03), 0 0 0 140px rgba(255, 255, 255, 0.02);
}

.plans-intro,
.offer-stack,
.offer-note {
  position: relative;
  z-index: 2;
}

.plans-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: var(--purple-deep);
  background: var(--blue);
  border-radius: 20px;
}

.plans-icon svg {
  width: 31px;
  height: 31px;
}

.plans-intro h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
}

.plans-intro > p:not(.section-label) {
  color: rgba(255, 255, 255, 0.68);
}

.recurring-points {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.recurring-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.88rem;
  font-weight: 650;
}

.recurring-points svg {
  width: 18px;
  height: 18px;
  color: var(--blue);
  stroke-width: 2.5;
}

.offer-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 16px;
}

.offer-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(31, 8, 43, 0.2);
}

.offer-featured {
  background: linear-gradient(180deg, #eafaff 0%, white 58%);
}

.offer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--purple);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-tag {
  padding: 5px 8px;
  color: var(--purple-deep);
  background: rgba(90, 201, 239, 0.34);
  border-radius: 999px;
  font-size: 0.55rem;
}

.offer-card h3 {
  min-height: 72px;
  margin: 34px 0 14px;
  font-size: 1.65rem;
}

.price small,
.price span {
  display: block;
}

.price small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.price span {
  color: var(--purple);
  font-size: 4.35rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.price sup {
  position: relative;
  top: -0.35em;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.fee {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.offer-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 850;
}

.offer-note {
  grid-column: 1 / -1;
  margin: -42px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.69rem;
}

.journey {
  padding-top: 30px;
  background: white;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  background: var(--wash);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.journey-step > span {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  border-radius: 14px;
  font-size: 0.72rem;
  font-weight: 850;
}

.journey-step h3 {
  margin: 3px 0 8px;
  font-size: 1.15rem;
}

.journey-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.faq {
  background: var(--wash);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 90px;
}

.faq-copy {
  position: sticky;
  top: 125px;
}

.faq-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 4vw, 3.75rem);
}

.faq-copy > p:not(.section-label) {
  max-width: 430px;
  color: var(--muted);
}

.faq-copy .text-link {
  margin-top: 12px;
}

.faq-list {
  background: white;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.faq-list details {
  padding: 0 25px;
  border-bottom: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background: var(--purple);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details[open] summary {
  color: var(--purple);
}

.faq-list details p {
  max-width: 660px;
  margin: -5px 45px 25px 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  background: white;
}

.final-cta-card {
  position: relative;
  min-height: 350px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 64px 70px;
  color: white;
  background:
    radial-gradient(circle at 15% 10%, rgba(90, 201, 239, 0.32), transparent 28%),
    linear-gradient(125deg, #37114f, var(--purple) 58%, #843bab);
  border-radius: 48px;
  box-shadow: 0 35px 85px rgba(65, 26, 86, 0.2);
}

.final-cta-card > *:not(.cta-orbit) {
  position: relative;
  z-index: 2;
}

.final-cta-card h2 {
  margin-bottom: 18px;
}

.final-cta-card p:not(.section-label) {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.button-light {
  min-width: 230px;
  color: var(--purple);
  background: white;
  box-shadow: 0 15px 35px rgba(25, 7, 35, 0.22);
}

.cta-orbit span {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  top: -190px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.cta-orbit span:nth-child(2) {
  width: 570px;
  height: 570px;
  right: -225px;
  top: -265px;
}

.site-footer {
  padding: 74px 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #211029;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 0.8fr;
  gap: 55px;
}

.footer-brand p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
}

.footer-logo {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.footer-logo strong {
  color: white;
}

.footer-grid h3 {
  margin: 7px 0 18px;
  color: white;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span:not(.footer-logo) {
  display: block;
  margin-bottom: 8px;
  font-size: 0.83rem;
}

.footer-grid a:hover {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  background: #25d366;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 16px 38px rgba(18, 109, 51, 0.3);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.03);
}

.whatsapp-float svg {
  width: 29px;
  height: 29px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .header-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 35px;
  }

  .visual-card {
    min-height: 530px;
  }

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

  .plans-shell {
    grid-template-columns: 1fr;
  }

  .offer-note {
    margin: 0;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 32px, 720px);
  }

  .section {
    padding: 88px 0;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: fixed;
    inset: 86px 16px auto;
    display: grid;
    gap: 0;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 15px 13px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .main-nav a::after {
    display: none;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
  }

  .hero-grid,
  .benefits-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 54px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .visual-card {
    max-width: 630px;
    margin-inline: auto;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .trust-strip div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:nth-child(3) {
    padding-left: 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .benefits-grid {
    gap: 58px;
  }

  .benefits-showcase {
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .faq-copy {
    position: static;
  }

  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .final-cta-card .button {
    width: max-content;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 24px, 560px);
  }

  .section {
    padding: 72px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand img {
    width: 160px;
  }

  .main-nav {
    inset: 76px 12px auto;
  }

  .hero {
    padding-top: 120px;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .hero-proof {
    margin-top: 32px;
  }

  .visual-card {
    min-height: 490px;
    border-radius: 36px 36px 82px 36px;
  }

  .visual-kicker {
    top: 25px;
    left: 25px;
  }

  .hero-machine {
    width: 94%;
    right: -2%;
  }

  .recurring-card {
    top: 74px;
    right: 14px;
    max-width: 240px;
  }

  .technology-card {
    left: 14px;
    bottom: 22px;
  }

  .floating-card small {
    max-width: 150px;
  }

  .trust-strip {
    margin-top: 52px;
  }

  .trust-strip div {
    padding: 15px 13px;
  }

  .trust-strip div:nth-child(3) {
    padding-left: 13px;
  }

  .treatment-grid,
  .offer-stack {
    grid-template-columns: 1fr;
  }

  .treatment-card {
    min-height: 340px;
  }

  .service-icon {
    margin-top: 30px;
  }

  .coming-soon {
    text-align: left;
  }

  .benefits-showcase {
    min-height: 450px;
    border-radius: 90px 28px 28px 28px;
  }

  .benefits-showcase .showcase-video {
    object-position: center;
    transform: scale(1.08);
  }

  .showcase-caption {
    left: 12px;
    right: 12px;
    gap: 8px;
    font-size: 0.64rem;
  }

  .tech-card {
    min-height: 570px;
    padding: 30px;
    border-radius: 32px;
  }

  .tech-card h3 {
    font-size: 2rem;
  }

  .tech-image {
    height: 330px;
  }

  .ndyag-image img {
    width: 77%;
  }

  .plans {
    padding-inline: 0;
  }

  .plans-shell {
    width: calc(100% - 24px);
    gap: 45px;
    padding: 38px 20px;
    border-radius: 34px;
  }

  .plans-intro h2 {
    font-size: 2.7rem;
  }

  .offer-card {
    min-height: 355px;
  }

  .price span {
    font-size: 4rem;
  }

  .journey {
    padding-top: 5px;
  }

  .journey-step {
    padding: 23px;
  }

  .faq-list details {
    padding-inline: 19px;
  }

  .faq-list summary {
    font-size: 0.9rem;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .final-cta-card {
    min-height: 420px;
    padding: 42px 26px;
    border-radius: 34px;
  }

  .final-cta-card .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Ajuste isolado da seção de recorrência */
#planos .plans-shell {
  align-items: stretch;
}

#planos .plans-intro {
  z-index: 3;
}

#planos .plans-intro .offer-note {
  grid-column: auto;
  max-width: 520px;
  margin: 28px 0 0;
}

#planos .plans-phone {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 575px;
  align-self: stretch;
  overflow: visible;
}

#planos .plans-phone img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: calc(100% + 72px);
  transform: translateX(-50%);
  clip-path: inset(0.2% 0.8% 0 0.8% round 8.5% 8.5% 0 0);
  filter: drop-shadow(0 28px 34px rgba(24, 5, 34, 0.34));
}

@media (min-width: 901px) and (max-width: 1100px) {
  #planos .plans-shell {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    padding: 56px;
  }

  #planos .plans-phone {
    min-height: 545px;
  }

  #planos .plans-phone img {
    width: auto;
    height: calc(100% + 56px);
  }
}

@media (max-width: 900px) {
  #planos .plans-shell {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 0;
  }

  #planos .plans-phone {
    width: 100%;
    height: 520px;
    min-height: 0;
    margin: 0;
    overflow: hidden;
  }

  #planos .plans-phone img {
    width: min(380px, 78vw);
    height: auto;
  }
}

@media (max-width: 620px) {
  #planos .plans-shell {
    gap: 28px;
    padding-bottom: 0;
  }

  #planos .plans-phone {
    height: 365px;
  }

  #planos .plans-phone img {
    width: min(86%, 320px);
  }
}

/* Ajuste isolado da seção de tecnologia OmniLight */
#tecnologia .section-heading > p:last-child {
  max-width: 690px;
}

#tecnologia .omni-showcase {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(90, 201, 239, 0.22), transparent 27%),
    linear-gradient(135deg, #21102b 0%, #3d1552 56%, #632788 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 75px rgba(54, 20, 73, 0.18);
}

#tecnologia .omni-showcase::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -150px;
  top: -175px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.018);
  pointer-events: none;
}

#tecnologia .omni-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 62px 20px 62px 62px;
}

#tecnologia .omni-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#tecnologia .omni-copy h3 {
  margin: 14px 0 20px;
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  line-height: 0.95;
}

#tecnologia .omni-copy > p {
  max-width: 510px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

#tecnologia .omni-waves {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#tecnologia .omni-waves span {
  min-width: 0;
  padding: 12px 10px;
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(90, 201, 239, 0.22);
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 750;
}

#tecnologia .omni-waves small {
  display: block;
  margin-bottom: 3px;
  color: var(--blue);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

#tecnologia .omni-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#tecnologia .omni-summary strong,
#tecnologia .omni-summary small {
  display: block;
}

#tecnologia .omni-summary strong {
  color: white;
  font-size: 0.88rem;
}

#tecnologia .omni-summary small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.69rem;
}

#tecnologia .omni-machine {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#tecnologia .omni-machine > img {
  position: relative;
  z-index: 2;
  width: min(720px, 116%);
  max-width: none;
  margin: 0 -7% -18px 0;
  filter: drop-shadow(0 30px 35px rgba(12, 4, 17, 0.42));
}

#tecnologia .omni-orbit {
  position: absolute;
  border: 1px solid rgba(90, 201, 239, 0.24);
  border-radius: 50%;
  pointer-events: none;
}

#tecnologia .omni-orbit-one {
  width: 490px;
  height: 490px;
  right: 1%;
  bottom: -95px;
}

#tecnologia .omni-orbit-two {
  width: 360px;
  height: 360px;
  right: 12%;
  bottom: -25px;
  background: radial-gradient(circle, rgba(90, 201, 239, 0.19), transparent 68%);
}

#tecnologia .omni-floating-note {
  position: absolute;
  z-index: 4;
  top: 38px;
  right: 34px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 240px;
  padding: 14px 17px;
  background: rgba(24, 8, 32, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(16, 4, 22, 0.24);
  backdrop-filter: blur(14px);
}

#tecnologia .omni-floating-note .pulse-dot {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}

#tecnologia .omni-floating-note strong,
#tecnologia .omni-floating-note small {
  display: block;
}

#tecnologia .omni-floating-note strong {
  font-size: 0.78rem;
  line-height: 1.35;
}

#tecnologia .omni-floating-note small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.67rem;
  line-height: 1.4;
}

#tecnologia .omni-detail-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-top: 22px;
}

#tecnologia .omni-handpiece,
#tecnologia .omni-benefits {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 55px rgba(60, 28, 78, 0.08);
}

#tecnologia .omni-handpiece {
  background:
    radial-gradient(circle at 88% 50%, rgba(90, 201, 239, 0.18), transparent 34%),
    linear-gradient(135deg, white, #f7f4fa);
}

#tecnologia .omni-handpiece-copy {
  position: relative;
  z-index: 3;
  width: 57%;
  padding: 44px 0 44px 44px;
}

#tecnologia .omni-handpiece h3 {
  margin: 14px 0 16px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
}

#tecnologia .omni-handpiece p {
  color: var(--muted);
  font-size: 0.94rem;
}

#tecnologia .omni-handpiece > img {
  position: absolute;
  z-index: 2;
  width: 51%;
  max-width: 430px;
  right: -4%;
  bottom: -7%;
  filter: drop-shadow(0 22px 24px rgba(52, 24, 67, 0.18));
}

#tecnologia .omni-benefits {
  padding: 38px;
  background:
    radial-gradient(circle at 100% 0, rgba(90, 201, 239, 0.24), transparent 34%),
    white;
}

#tecnologia .omni-benefits ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#tecnologia .omni-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

#tecnologia .omni-benefits li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: rgba(90, 201, 239, 0.17);
  border-radius: 10px;
  font-size: 0.65rem;
  font-weight: 850;
}

#tecnologia .omni-benefits p,
#tecnologia .omni-benefits strong {
  display: block;
}

#tecnologia .omni-benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

#tecnologia .omni-benefits strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.86rem;
}

@media (max-width: 1000px) {
  #tecnologia .omni-showcase {
    grid-template-columns: 1fr 1fr;
  }

  #tecnologia .omni-copy {
    padding: 48px 10px 48px 42px;
  }

  #tecnologia .omni-machine > img {
    width: 124%;
  }

  #tecnologia .omni-detail-grid {
    grid-template-columns: 1fr;
  }

  #tecnologia .omni-handpiece-copy {
    width: 55%;
  }
}

@media (max-width: 760px) {
  #tecnologia .omni-showcase {
    grid-template-columns: 1fr;
  }

  #tecnologia .omni-copy {
    padding: 46px 34px 10px;
  }

  #tecnologia .omni-machine {
    min-height: 430px;
  }

  #tecnologia .omni-machine > img {
    width: min(570px, 106%);
    margin-right: -4%;
  }

  #tecnologia .omni-floating-note {
    top: 18px;
    right: 22px;
  }
}

@media (max-width: 620px) {
  #tecnologia .omni-showcase {
    border-radius: 32px;
  }

  #tecnologia .omni-copy {
    padding: 34px 24px 8px;
  }

  #tecnologia .omni-copy h3 {
    font-size: 3.3rem;
  }

  #tecnologia .omni-copy > p {
    font-size: 0.91rem;
  }

  #tecnologia .omni-waves span {
    padding: 10px 7px;
    font-size: 0.69rem;
  }

  #tecnologia .omni-summary {
    gap: 14px;
    margin-top: 25px;
    padding-top: 21px;
  }

  #tecnologia .omni-machine {
    min-height: 365px;
  }

  #tecnologia .omni-machine > img {
    width: 118%;
    margin-right: -9%;
  }

  #tecnologia .omni-floating-note {
    top: 8px;
    left: 20px;
    right: 20px;
    max-width: none;
  }

  #tecnologia .omni-detail-grid {
    gap: 14px;
    margin-top: 14px;
  }

  #tecnologia .omni-handpiece,
  #tecnologia .omni-benefits {
    border-radius: 24px;
  }

  #tecnologia .omni-handpiece {
    min-height: 520px;
  }

  #tecnologia .omni-handpiece-copy {
    width: 100%;
    padding: 30px 26px 0;
  }

  #tecnologia .omni-handpiece h3 {
    font-size: 2rem;
  }

  #tecnologia .omni-handpiece > img {
    width: min(330px, 82%);
    max-width: none;
    right: auto;
    left: 50%;
    bottom: -5%;
    transform: translateX(-50%);
  }

  #tecnologia .omni-benefits {
    min-height: 0;
    padding: 30px 26px;
  }
}

/* Ajuste isolado da seção de tratamentos com imagens */
#tratamentos .treatment-card {
  position: relative;
  isolation: isolate;
  min-height: 500px;
  overflow: hidden;
  padding: 24px;
  color: white;
  background: #21102b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 45px rgba(47, 20, 61, 0.13);
}

#tratamentos .treatment-card::before,
#tratamentos .treatment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#tratamentos .treatment-card::before {
  background: linear-gradient(
    180deg,
    rgba(20, 7, 27, 0.08) 0%,
    rgba(27, 8, 37, 0.18) 27%,
    rgba(40, 12, 54, 0.72) 58%,
    rgba(29, 7, 40, 0.98) 100%
  );
}

#tratamentos .treatment-card::after {
  background:
    radial-gradient(circle at 93% 7%, rgba(90, 201, 239, 0.28), transparent 33%),
    linear-gradient(145deg, rgba(102, 46, 142, 0.22), transparent 48%);
}

#tratamentos .treatment-featured::before {
  background: linear-gradient(
    180deg,
    rgba(32, 10, 43, 0.08) 0%,
    rgba(63, 19, 84, 0.25) 29%,
    rgba(75, 23, 101, 0.79) 60%,
    rgba(55, 15, 75, 0.98) 100%
  );
}

#tratamentos .treatment-card-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transition: transform 0.55s ease, filter 0.55s ease;
}

#tratamentos .treatment-depilacao .treatment-card-image {
  object-position: 50% 48%;
}

#tratamentos .treatment-spa-gold .treatment-card-image {
  object-position: 51% 48%;
}

#tratamentos .treatment-botox .treatment-card-image {
  object-position: 50% 43%;
}

#tratamentos .treatment-preenchimento .treatment-card-image {
  object-position: 52% 46%;
}

#tratamentos .treatment-card:hover {
  border-color: rgba(90, 201, 239, 0.42);
  box-shadow: 0 28px 58px rgba(45, 18, 59, 0.22);
}

#tratamentos .treatment-card:hover .treatment-card-image {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.06);
}

#tratamentos .card-topline,
#tratamentos .treatment-card-content {
  position: relative;
  z-index: 2;
}

#tratamentos .card-topline,
#tratamentos .treatment-featured .card-topline {
  color: rgba(255, 255, 255, 0.72);
}

#tratamentos .treatment-card-content {
  margin-top: auto;
}

#tratamentos .service-icon,
#tratamentos .treatment-featured .service-icon {
  width: 54px;
  height: 54px;
  margin: 0 0 18px;
  color: white;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 17px;
  box-shadow: 0 12px 28px rgba(16, 5, 23, 0.18);
  backdrop-filter: blur(12px);
}

#tratamentos .service-icon svg {
  width: 25px;
  height: 25px;
}

#tratamentos .treatment-card h3 {
  margin-bottom: 11px;
  color: white;
  text-shadow: 0 2px 12px rgba(13, 4, 18, 0.24);
}

#tratamentos .treatment-card p,
#tratamentos .treatment-featured p {
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.55;
}

#tratamentos .treatment-card a,
#tratamentos .treatment-featured a {
  color: var(--blue);
}

#tratamentos .treatment-card a:hover {
  color: white;
}

@media (max-width: 1100px) {
  #tratamentos .treatment-card {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  #tratamentos .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  #tratamentos .treatment-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #tratamentos .treatment-card {
    min-height: 530px;
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #tratamentos .treatment-card-image {
    transition: none;
  }

  #tratamentos .treatment-card:hover .treatment-card-image {
    transform: none;
  }
}

/* Seção isolada de vídeos */
#videos.video-gallery {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(90, 201, 239, 0.15), transparent 27%),
    radial-gradient(circle at 92% 12%, rgba(102, 46, 142, 0.12), transparent 30%),
    linear-gradient(180deg, #f8f6fa 0%, #ffffff 100%);
}

#videos .section-heading > p:last-child {
  max-width: 520px;
}

#videos .video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

#videos .video-card {
  min-width: 0;
  padding: 9px 9px 0;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(83, 34, 107, 0.1);
  border-radius: 30px;
  box-shadow: 0 22px 52px rgba(51, 20, 67, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

#videos .video-card:hover {
  transform: translateY(-5px);
  border-color: rgba(90, 201, 239, 0.34);
  box-shadow: 0 28px 62px rgba(51, 20, 67, 0.16);
}

#videos .video-frame {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #1b0925;
  border-radius: 23px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

#videos .video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #1b0925;
}

#videos .video-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 11px 18px;
}

#videos .video-caption span {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--purple);
  background: rgba(90, 201, 239, 0.18);
  border-radius: 11px;
  font-size: 0.68rem;
  font-weight: 850;
}

#videos .video-caption h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.04rem;
}

@media (max-width: 900px) {
  #videos .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #videos .video-card:last-child {
    width: calc(50% - 10px);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 620px) {
  #videos .video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #videos .video-card,
  #videos .video-card:last-child {
    width: 100%;
    grid-column: auto;
    border-radius: 25px;
  }

  #videos .video-frame {
    border-radius: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #videos .video-card {
    transition: none;
  }

  #videos .video-card:hover {
    transform: none;
  }
}
