:root {
  --ink: #1f1b20;
  --muted: #6f6670;
  --line: rgba(239, 79, 152, 0.16);
  --paper: #fffafd;
  --white: #ffffff;
  --rose: #ef4f98;
  --rose-dark: #ec2f84;
  --rose-soft: #ffd6e8;
  --lilac: #fff1f7;
  --lilac-strong: #d9c4ff;
  --fuchsia-soft: #f7b4dc;
  --green: #168354;
  --green-dark: #0d5f3b;
  --sand: #fff1f7;
  --plum: #110911;
  --shadow: 0 22px 70px rgba(90, 40, 65, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 50;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(230, 223, 226, 0.92);
  background: rgba(255, 248, 252, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  color: var(--rose-dark);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--rose);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 17px;
  letter-spacing: 0;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(233, 54, 130, 0.22);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  font-size: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--rose-dark);
  background: var(--rose-soft);
}

.hero {
  min-height: 68vh;
  display: flex;
  align-items: end;
  position: relative;
  background-image: linear-gradient(90deg, rgba(65, 31, 59, 0.74), rgba(167, 46, 114, 0.2)), var(--hero-image);
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.video-hero {
  min-height: calc(100svh - 72px);
  isolation: isolate;
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #2a1824 var(--hero-image) center / cover no-repeat;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(17, 9, 17, 0.08) 0%, rgba(17, 9, 17, 0.18) 45%, rgba(17, 9, 17, 0.74) 100%),
    radial-gradient(circle at 82% 16%, rgba(239, 79, 152, 0.14), transparent 34%);
}

.video-hero .hero-inner {
  display: flex;
  align-items: end;
  min-height: calc(100svh - 72px);
  justify-content: center;
  padding: 0 0 28px;
}

.hero-brand-line {
  position: absolute;
  top: clamp(16px, 2vw, 24px);
  right: clamp(10px, 1.4vw, 22px);
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 2px;
  color: #fffafd;
  font-weight: 820;
  line-height: 0.98;
  text-align: right;
  text-shadow: 0 2px 16px rgba(17, 9, 17, 0.7);
}

.hero-brand-line span:first-child {
  font-size: clamp(20px, 2.2vw, 34px);
}

.hero-brand-line span:last-child {
  font-size: clamp(14px, 1.4vw, 22px);
}

.hero-logo-mark {
  position: absolute;
  left: 18px;
  top: clamp(16px, 2vw, 24px);
  z-index: 3;
  width: clamp(72px, 7vw, 108px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.9;
  filter: drop-shadow(0 8px 22px rgba(17, 9, 17, 0.48));
}

.hero-claim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  transform: none;
}

.video-hero .hero-claim h1 {
  width: min(980px, 100%);
  margin: 0;
  color: #fffafd;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 3px 18px rgba(17, 9, 17, 0.82),
    0 0 34px rgba(236, 47, 132, 0.32);
}

.hero-glass {
  width: min(760px, 100%);
  padding: clamp(11px, 1.7vw, 17px);
  border: 1px solid rgba(255, 214, 232, 0.34);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.10));
  box-shadow:
    0 18px 48px rgba(17, 9, 17, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(10px);
}

.hero-glass .eyebrow {
  color: #ffd6e8;
}

.hero-glass h1 {
  max-width: 760px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  overflow-wrap: normal;
}

.hero-glass p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 214, 232, 0.18);
  border: 1px solid rgba(255, 214, 232, 0.28);
  color: #fffafd;
  font-size: 13px;
  font-weight: 750;
}

.hero-video-paused .hero-video {
  display: none;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0 74px;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: #ffe8f5;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 8vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero p,
.page-hero p {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(18px, 2.3vw, 24px);
}

.video-hero .hero-glass .eyebrow {
  margin: 0 0 7px;
  color: #ffd6e8;
  font-size: 12px;
  line-height: 1.2;
}

.video-hero .hero-glass h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  overflow-wrap: normal;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.secondary {
  background: var(--white);
  color: var(--rose-dark);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button.outline {
  border-color: var(--line);
  background: transparent;
  color: var(--rose-dark);
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--sand);
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading h2,
.content h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--plum);
}

.section-heading p,
.content p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
}

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

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

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.secondary-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.secondary-path {
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid rgba(236, 47, 132, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 226, 238, 0.48)),
    var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(88, 32, 69, 0.06);
}

.secondary-path span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.secondary-path strong {
  color: var(--plum);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
}

.secondary-path p {
  margin: 0;
  color: var(--muted);
}

.secondary-path:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 47, 132, 0.34);
}

.choice-card {
  display: grid;
  grid-template-rows: 160px 1fr;
  overflow: hidden;
  border: 1px solid rgba(236, 47, 132, 0.14);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(32, 33, 36, 0.06);
}

.choice-card:hover {
  border-color: rgba(236, 47, 132, 0.34);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(144, 37, 92, 0.12);
}

.choice-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choice-body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
}

.choice-body span {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.choice-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.08;
}

.choice-body p {
  margin: 0;
  color: var(--muted);
}

.choice-body strong {
  margin-top: 4px;
  color: var(--rose-dark);
  font-size: 15px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(32, 33, 36, 0.06);
}

.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-body {
  padding: 22px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
  color: var(--ink);
}

.card p {
  margin: 0 0 16px;
  color: var(--muted);
}

.text-link {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration: none;
}

.responsive-video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #130711;
  box-shadow: var(--shadow);
}

.responsive-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.responsive-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-card {
  position: relative;
  display: grid;
  grid-template-rows: 190px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(32, 33, 36, 0.06);
}

.video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 47, 132, 0.34);
  box-shadow: 0 16px 32px rgba(144, 37, 92, 0.12);
}

.video-card-thumb {
  position: relative;
  overflow: hidden;
  background: #170716;
}

.video-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #ff2f8f;
  box-shadow: 0 14px 30px rgba(255, 47, 143, 0.34);
}

.video-card-play::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 19px solid #fff;
}

.video-card .card-body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.media-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-frame img.media-contain {
  object-fit: contain;
  background: #151112;
}

.paula-console-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 79, 163, 0.22), transparent 34%),
    radial-gradient(circle at 8% 18%, rgba(255, 47, 188, 0.18), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(124, 236, 255, 0.12), transparent 34%),
    radial-gradient(circle at 50% 115%, rgba(255, 31, 143, 0.18), transparent 42%),
    linear-gradient(180deg, #09030b 0%, #050308 54%, #08030a 100%);
  color: var(--white);
}

.paula-console-section::before,
.paula-console-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.paula-console-section::before {
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.38;
}

.paula-console-section::after {
  inset: -32%;
  background: conic-gradient(from 140deg at 50% 50%, transparent, rgba(255, 79, 163, 0.08), transparent, rgba(124, 236, 255, 0.045), transparent);
  animation: paulaAmbientRotate 22s linear infinite;
}

.paula-console {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
  padding: 10px;
  border: 1px solid rgba(255, 156, 208, 0.32);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 18%, transparent 82%, rgba(255, 79, 163, 0.10)),
    radial-gradient(circle at 20% 5%, rgba(255, 255, 255, 0.13), transparent 24%),
    radial-gradient(circle at 90% 0%, rgba(255, 79, 163, 0.20), transparent 34%),
    linear-gradient(180deg, rgba(28, 10, 24, 0.72), rgba(8, 3, 8, 0.90));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.50),
    0 0 58px rgba(255, 31, 143, 0.16);
}

.paula-console-visual {
  position: relative;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 162, 214, 0.54);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 156, 208, 0.34), transparent 36%),
    linear-gradient(145deg, rgba(255, 129, 190, 0.30), rgba(50, 12, 38, 0.78) 44%, rgba(9, 3, 10, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 212, 235, 0.16),
    inset 0 0 28px rgba(255, 31, 143, 0.10),
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(255, 31, 143, 0.22);
  animation: paulaPreviewPulse 4.2s ease-in-out infinite;
}

.paula-console-visual::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 212, 235, 0.18);
  border-radius: 29px;
  box-shadow:
    inset 0 0 0 1px rgba(20, 5, 20, 0.58),
    0 0 18px rgba(255, 79, 163, 0.18);
}

.paula-console-visual::after {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 3;
  background:
    linear-gradient(rgba(255, 79, 163, 0.035) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 48%);
  background-size: 100% 6px, auto;
  border-radius: 24px;
  mix-blend-mode: screen;
  opacity: 0.48;
}

.paula-console-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 25px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.94;
}

.console-eyebrow {
  margin: 0 0 12px;
  color: #ff9bd0;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.paula-console-copy h2 {
  color: #ffe5f2;
}

.paula-console-copy p {
  color: #f4dceb;
}

.paula-console-copy .check-list li {
  color: #fffafd;
}

.paula-console-copy .check-list li::before {
  color: #ff8cc7;
}

.paula-console-actions {
  margin-top: 24px;
}

.paula-console-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  overflow: hidden;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.48), transparent 24%),
    linear-gradient(145deg, #ff7abb, #ff1f8f 48%, #9d0d61);
  color: #fffafd;
  font-weight: 850;
  text-decoration: none;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(255, 31, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.paula-console-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.22) 32%, transparent 52%);
  transform: translateX(-120%);
  animation: paulaButtonShine 4.8s ease-in-out infinite;
}

.paula-console-button:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.30),
    0 0 32px rgba(255, 31, 143, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

@keyframes paulaAmbientRotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg) scale(1.02);
  }
}

@keyframes paulaButtonShine {
  0%,
  56% {
    transform: translateX(-120%);
  }

  72%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes paulaPreviewPulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 212, 235, 0.16),
      inset 0 0 28px rgba(255, 31, 143, 0.10),
      0 18px 44px rgba(0, 0, 0, 0.34),
      0 0 22px rgba(255, 31, 143, 0.18);
  }

  48% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 212, 235, 0.28),
      inset 0 0 34px rgba(255, 31, 143, 0.16),
      0 22px 52px rgba(0, 0, 0, 0.38),
      0 0 38px rgba(255, 31, 143, 0.34),
      0 0 22px rgba(124, 236, 255, 0.10);
  }
}

.trust-split {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.trust-panel {
  display: grid;
  gap: 12px;
}

.trust-panel > div {
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(236, 47, 132, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(144, 37, 92, 0.08);
}

.trust-photo {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0;
}

.trust-photo-large {
  grid-template-columns: 1fr;
}

.trust-photo img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.trust-photo-large img {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.trust-photo > div {
  padding: 18px 18px 18px 0;
}

.trust-photo-large > div {
  padding: 18px;
}

.trust-discount {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: center;
  background: linear-gradient(135deg, #fffafd, var(--rose-soft));
}

.trust-discount img {
  width: 70px;
  height: 100px;
  object-fit: contain;
  justify-self: center;
}

.trust-panel strong {
  display: block;
  color: var(--rose-dark);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 0.95;
}

.trust-panel span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 750;
  line-height: 1.25;
}

.trust-panel .made-in-spain {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(236, 47, 132, 0.11);
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.trust-panel .trust-note {
  display: grid;
  grid-template-columns: 142px 1fr;
  gap: 16px;
  align-items: center;
  padding: 0;
  background: linear-gradient(135deg, var(--rose-soft), var(--lilac));
}

.trust-panel .trust-note-kids {
  grid-template-columns: 1fr;
  gap: 0;
}

.trust-note img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}

.trust-note-kids img {
  height: auto;
  min-height: 0;
  aspect-ratio: 696 / 286;
  object-fit: contain;
  object-position: center;
  background: #fffafd;
}

.trust-note > div {
  padding: 18px 18px 18px 0;
}

.trust-note-kids > div {
  padding: 18px;
}

.trust-note h3 {
  margin: 0 0 8px;
  color: var(--plum);
  font-size: 24px;
  line-height: 1.1;
}

.trust-note p {
  margin: 0;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 30px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.quality-note {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(236, 47, 132, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 214, 232, 0.42)),
    var(--white);
  box-shadow: 0 12px 30px rgba(144, 37, 92, 0.08);
}

.quality-note h3 {
  margin: 0 0 10px;
  color: var(--plum);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.quality-note p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.quality-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quality-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(236, 47, 132, 0.10);
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
}

.measure-note {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid rgba(171, 85, 137, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 95% 12%, rgba(236, 47, 132, 0.13), transparent 28%),
    linear-gradient(135deg, #fffafd, #f7efff);
  box-shadow: 0 12px 30px rgba(98, 45, 89, 0.08);
}

.measure-note h3 {
  margin: 0 0 10px;
  color: var(--plum);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.measure-note p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--rose);
  color: var(--white);
  font-weight: 900;
}

.step h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  min-height: 48vh;
  display: flex;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(65, 31, 59, 0.76), rgba(167, 46, 114, 0.18)), var(--hero-image);
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.page-hero .container {
  padding: 84px 0 54px;
}

.breadcrumbs {
  margin-bottom: 14px;
  color: #ffe8f5;
  font-size: 14px;
}

.breadcrumbs a {
  color: #ffe8f5;
  font-weight: 800;
  text-decoration: none;
}

.content {
  max-width: 860px;
}

.content h3 {
  margin: 34px 0 10px;
  font-size: 25px;
  color: var(--ink);
}

.content ul {
  padding-left: 22px;
}

.content li {
  margin-bottom: 8px;
}

.note {
  margin: 28px 0;
  padding: 22px;
  border-left: 5px solid var(--rose);
  background: linear-gradient(135deg, var(--rose-soft), var(--lilac));
  border-radius: 0 8px 8px 0;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 800;
  color: var(--plum);
}

.faq-item div {
  padding: 0 20px 20px;
  color: var(--muted);
}

.measurement-demo {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: center;
}

.measurement-stage {
  position: relative;
  overflow: hidden;
  justify-self: center;
  width: min(100%, 520px);
  min-height: 0;
  aspect-ratio: 512 / 863;
  border: 1px solid rgba(236, 47, 132, 0.20);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(31, 27, 29, 0.04), rgba(31, 27, 29, 0.10)),
    url("../img/medida-contorno-storyboard-v3.png");
  background-size: 400% 100%;
  background-position: 0% center;
  box-shadow: 0 18px 44px rgba(80, 25, 63, 0.12);
  animation: measureFrame 8s steps(1, end) infinite;
}

.measurement-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), transparent 26%, transparent 72%, rgba(0, 0, 0, 0.20));
  pointer-events: none;
}

.measurement-logo,
.measurement-title,
.measurement-caption {
  position: absolute;
  z-index: 2;
}

.measurement-logo {
  top: 18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(65, 23, 51, 0.18);
}

.measurement-title {
  top: 28px;
  left: 88px;
  right: 18px;
  color: #3d1b33;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58);
}

.measurement-caption {
  left: 18px;
  right: 18px;
  bottom: 18px;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(31, 19, 28, 0.76);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.measurement-caption p {
  position: absolute;
  inset: 16px 18px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #ffe5f2;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 850;
  line-height: 1.24;
  opacity: 0;
  animation: measureCaption 8s steps(1, end) infinite;
}

.measurement-caption p:nth-child(2) {
  animation-delay: 2s;
}

.measurement-caption p:nth-child(3) {
  animation-delay: 4s;
}

.measurement-caption p:nth-child(4) {
  animation-delay: 6s;
}

.measurement-copy {
  display: grid;
  gap: 18px;
}

.measurement-copy .measure-note {
  margin-top: 0;
}

.measurement-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.measurement-list li {
  padding: 14px 16px;
  border: 1px solid rgba(236, 47, 132, 0.14);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
}

.measurement-list strong {
  display: block;
  margin-bottom: 3px;
  color: var(--plum);
}

@keyframes measureFrame {
  0%, 24.99% {
    background-position: 0% center;
  }

  25%, 49.99% {
    background-position: 33.333% center;
  }

  50%, 74.99% {
    background-position: 66.666% center;
  }

  75%, 100% {
    background-position: 100% center;
  }
}

@keyframes measureCaption {
  0%, 24.99% {
    opacity: 1;
  }

  25%, 100% {
    opacity: 0;
  }
}

.cta-band {
  background: linear-gradient(135deg, var(--plum), var(--rose-dark));
  color: var(--white);
  padding: 44px 0;
}

.cta-band .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta-band .container > div:first-child {
  max-width: 760px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cta-actions .button {
  width: 270px;
}

.tutorial-more-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 12px;
}

.tutorial-more-actions .button {
  width: 270px;
  background: var(--rose-dark);
  color: var(--white);
}

.tutorial-more-actions .button:hover {
  background: var(--rose);
}

.cta-band h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0;
}

.cta-band p {
  margin: 0;
  color: #f1dfe7;
}

.site-footer {
  background: #1f1b1d;
  color: var(--white);
  padding: 44px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
}

.site-footer a {
  color: #ffd7e7;
  text-decoration: none;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 12px;
  letter-spacing: 0;
}

.site-footer p {
  margin: 0 0 10px;
  color: #dcced4;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.legal {
  margin: 0;
  color: #b8aeb3;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
  font-size: 14px;
}

.legal-links a {
  color: #f6c4dc;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--green);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
}

.paula-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 6px 14px 6px 6px;
  border: 1px solid rgba(255, 79, 163, 0.44);
  border-radius: 999px;
  background: rgba(30, 11, 28, 0.88);
  color: #ffe5f2;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.26),
    0 0 18px rgba(255, 79, 163, 0.26);
  backdrop-filter: blur(10px);
}

.paula-float img {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.paula-float:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.30),
    0 0 24px rgba(255, 79, 163, 0.38);
}

.measurement-page .paula-float,
.measurement-page .whatsapp-float {
  display: none;
}

@media (max-width: 940px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    font-size: 16px;
  }

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

  .grid,
  .grid.two,
  .steps,
  .split,
  .measurement-demo,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-band .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-actions {
    width: 100%;
    justify-content: center;
  }

  .tutorial-more-actions .button {
    width: 100%;
  }

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

  .legal-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .container,
  .hero-inner {
    width: min(calc(100% - 24px), 1180px);
  }

  .hero {
    min-height: 74vh;
  }

  .video-hero,
  .video-hero .hero-inner {
    min-height: calc(100svh - 72px);
  }

  .hero-inner {
    padding-bottom: 54px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 44px;
  }

  .hero-glass {
    border-radius: 14px;
    padding: 11px 12px;
  }

  .video-hero .hero-claim h1 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.02;
  }

  .hero-claim {
    bottom: 78px;
  }

  .hero-brand-line {
    top: 14px;
    right: 10px;
  }

  .hero-brand-line span:first-child {
    font-size: 18px;
  }

  .hero-brand-line span:last-child {
    font-size: 13px;
  }

  .hero-logo-mark {
    left: 10px;
    top: 14px;
    width: 56px;
  }

  .hero-glass p {
    margin-top: 14px;
    font-size: 16px;
  }

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

  .cta-actions .button {
    width: min(100%, 270px);
  }

  .hero-proof span {
    width: auto;
  }

  .section {
    padding: 54px 0;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .secondary-paths {
    grid-template-columns: 1fr;
  }

  .choice-card {
    grid-template-columns: 104px 1fr;
    grid-template-rows: none;
    min-height: 128px;
  }

  .choice-card:hover {
    transform: none;
  }

  .choice-card img {
    min-height: 128px;
  }

  .choice-card-protesis {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .choice-card-protesis img {
    min-height: 0;
    aspect-ratio: 1280 / 592;
    object-fit: contain;
    object-position: center;
    background: #fffafd;
  }

  .trust-note-kids img {
    object-position: 52% center;
  }

  .choice-body {
    gap: 6px;
    padding: 14px;
  }

  .choice-body span {
    font-size: 11px;
  }

  .choice-body h3 {
    font-size: 20px;
  }

  .choice-body p {
    font-size: 14px;
    line-height: 1.35;
  }

  .card img {
    height: 210px;
  }

  .paula-float {
    left: 12px;
    bottom: 12px;
    min-height: 48px;
    width: 48px;
    justify-content: center;
    padding: 4px;
  }

  .paula-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .paula-float img {
    width: 38px;
    height: 38px;
  }

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