@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

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

/* Para aplicarlo a todo tu sitio web (incluyendo botones e inputs) */
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--pink-50);
  color: var(--neutral-900);
  overflow-x: hidden;
}

/* ── SCROLL REVEAL ────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

:root {
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-900: #831843;
  --neutral-900: #1a1a2e;
  --neutral-700: #374151;
  --neutral-500: #6b7280;
  --neutral-200: #e5e7eb;
  --white: #ffffff;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* ── NAVBAR ─────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 5vw;
  background: rgba(253, 242, 248, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(249, 168, 212, 0.25);
}

.logos {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.logo-imagen img {
  width: 30px;
}

.logo {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  text-decoration: none;
}

.logo span {
  color: var(--pink-500);
}

.nav-links {
  display: none;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neutral-700);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--pink-600);
}

@media (min-width: 768px) {
  .nav-links a {
    font-size: 0.68rem;
  }
}
@media (min-width: 1024px) {
  .nav-links a {
    font-size: 0.85rem;
  }
}
.nav-cta {
  background: var(--pink-500);
  color: var(--white) !important;
  padding: 0.55rem 1.4rem;
  border-radius: 100px;
  transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover {
  background: var(--pink-600) !important;
  transform: translateY(-1px);
}

/*menu-mobil*/
.hamburguesa {
  display: block;
  width: 36px;
  height: 28px;
}

@media (min-width: 768px) {
  .hamburguesa {
    display: none;
  }
}
/*Overlay Hamburguesa*/
.overlay-hamburguesa {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0rem);
  -webkit-backdrop-filter: blur(0rem);
  width: 100%;
  height: 100vh;
  visibility: hidden;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, visibility 0.3s;
  overflow-y: scroll;
  z-index: 205;
}

.mostrar {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.8rem);
  -webkit-backdrop-filter: blur(0.8rem);
  visibility: visible;
  z-index: 205;
}

.body-movil {
  overflow: hidden;
}

.movil-info {
  margin-top: 3rem;
  padding: 1rem 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.4rem;
}

.movil-logos {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.movil-logos .logo-imagen img {
  width: 42px;
}

.movil-logos .logo {
  font-size: 45px;
}

.movil-info p {
  text-align: center;
  margin-top: 1rem;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 12px;
  opacity: 0.72;
  letter-spacing: 0.06em;
}

.fondo-rosa {
  background-color: var(--pink-200);
  position: fixed;
  width: min(82%, 32rem);
  height: 100vh;
  top: 0;
  right: 0;
  transform: translateX(100%);
  /* Empieza fuera de la pantalla */
  transition: transform 0.3s ease-in-out;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 205;
  overflow-y: scroll;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
}

.overlay-hamburguesa.mostrar .fondo-rosa {
  transform: translateX(0);
  /* Entra desde la derecha */
}

@media (min-width: 768px) {
  .fondo-rosa {
    width: 35%;
  }
}
.movil-links {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.movil-links li {
  list-style: none;
  letter-spacing: 0.5em;
  /* padding: 2rem 2.5rem; */
  padding: 1.3rem 2.5rem;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.movil-links li:active {
  transform: scale(0.98);
}

.movil-links li:hover {
  background-color: var(--pink-600);
  color: var(--pink-200);
  transform: translateX(4px);
}

.movil-links li:last-child {
  margin-top: 1.6rem;
}

.movil-links a {
  color: var(--azul-200);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.movil-links .movil-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}

.movil-links .nav-cta {
  background: var(--pink-700);
  color: var(--pink-50);
  border-radius: 999px;
  padding: 1.3rem 1.8rem;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.01rem;
}

.movil-links .nav-cta:hover {
  color: var(--dark);
}

.movil-link svg {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

.movil-links a:hover {
  color: #fff;
}

/* ── HERO ────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 5vw 80px;
  position: relative;
  overflow: hidden;
}

/* decorative blobs */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.35;
  animation: float 8s ease-in-out infinite alternate;
}

.blob-1 {
  width: 600px;
  height: 600px;
  background: var(--pink-300);
  top: -150px;
  right: -150px;
}

.blob-2 {
  width: 400px;
  height: 400px;
  background: var(--pink-200);
  bottom: 0;
  left: -80px;
  animation-delay: 3s;
}

.blob-3 {
  width: 250px;
  height: 250px;
  background: var(--pink-400);
  top: 40%;
  left: 55%;
  animation-delay: 5s;
  opacity: 0.2;
}

@keyframes float {
  from {
    transform: translateY(0) scale(1);
  }
  to {
    transform: translateY(-30px) scale(1.04);
  }
}
.hero-inner {
  text-align: center;
  max-width: 900px;
  position: relative;
  animation: fadeUp 1s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(252, 231, 243, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--pink-200);
  padding: 0.4rem 1rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--pink-700);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--neutral-900);
  margin-bottom: 1.5rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--pink-600);
}

.hero p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--neutral-500);
  max-width: 600px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: var(--pink-600);
  color: var(--white);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(219, 39, 119, 0.3);
}

.btn-primary:hover {
  background: var(--pink-700);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.38);
}

.btn-secondary {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  color: var(--neutral-700);
  border: 1px solid var(--pink-200);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.btn-secondary:hover {
  background: var(--white);
  transform: translateY(-2px);
}

/* scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neutral-500);
  animation: bounce 2s infinite;
}

.scroll-hint::after {
  content: "↓";
  font-size: 1rem;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
/* ── LOGOS / TRUST ───────────────────────────────── */
.trust {
  padding: 3rem 5vw;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--pink-100);
  border-bottom: 1px solid var(--pink-100);
}

.trust p {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--neutral-500);
  margin-bottom: 2rem;
}

.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.trust-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pink-300);
  letter-spacing: 0.08em;
  transition: color 0.2s;
}

.trust-logo:hover {
  color: var(--pink-500);
}

/* ── MEDIA KIT / CANALES ───────────────────────────── */
.channels {
  padding: 7rem 5vw;
  background: linear-gradient(135deg, var(--pink-600) 0%, var(--pink-900) 100%);
  position: relative;
  overflow: hidden;
}

.channels::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.channels-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.channels-header {
  text-align: center;
  margin-bottom: 4rem;
}

.channels-header .section-tag {
  color: var(--pink-200);
}

.channels-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.channels-header h2 em {
  font-style: italic;
  color: var(--pink-200);
}

.channels-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.channel-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: background 0.3s, transform 0.3s;
  text-align: center;
}

@media (min-width: 1024px) {
  .channel-card {
    padding: 2.5rem 2.2rem;
  }
}
.channel-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-4px);
}

.channel-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.channel-card h3 {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.channel-card p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  line-height: 1.7;
  font-weight: 300;
}

/* media kit btn */
.mediakit-wrap {
  text-align: center;
  margin-top: 3.5rem;
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2.2rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: var(--white);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s, border-color 0.2s;
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--white);
}

@media (min-width: 768px) {
  .channels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ── HOW WE WORK ──────────────────────────────────── */
.how {
  padding: 7rem 5vw;
  max-width: 1200px;
  margin: 0 auto;
}

.how-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.how-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  margin-bottom: 1rem;
}

.how-header h2 em {
  font-style: italic;
  color: var(--pink-600);
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.steps::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--pink-300), transparent);
}

.step {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(249, 168, 212, 0.2);
  border-radius: 20px;
  transition: transform 0.3s;
  position: relative;
}

.step:hover {
  transform: translateY(-4px);
}

.step-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--pink-500), var(--pink-700));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 900;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
}

.step h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-900);
  margin-bottom: 0.6rem;
}

.step p {
  font-size: 0.82rem;
  color: var(--neutral-500);
  line-height: 1.7;
  font-weight: 300;
}

/* ── SERVICIOS ────────────────────────────────────── */
.services {
  padding: 7rem 5vw;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.services-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 4.5rem;
}

.services-header h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  margin-bottom: 1rem;
}

.services-header h2 em {
  font-style: italic;
  color: var(--pink-600);
}

.services-header p {
  color: var(--neutral-500);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(249, 168, 212, 0.25);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(219, 39, 119, 0.14);
  border-color: var(--pink-300);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pink-400), var(--pink-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--pink-100), var(--pink-200));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--pink-200);
}

.service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--neutral-900);
  margin-bottom: 0.75rem;
}

.service-card p {
  font-size: 0.88rem;
  color: var(--neutral-500);
  line-height: 1.75;
  font-weight: 300;
}

.service-tag {
  display: inline-block;
  background: var(--pink-100);
  color: var(--pink-700);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  margin-top: 1.2rem;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ── QUIÉNES SOMOS ────────────────────────────────── */
.about {
  padding: 7rem 5vw;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  gap: 3rem;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.section-tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink-600);
  margin-bottom: 1rem;
  text-align: center;
}

.about h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  margin-bottom: 1.5rem;
  text-align: center;
}

.about h2 em {
  font-style: italic;
  color: var(--pink-600);
}

.about p {
  font-size: 1rem;
  color: var(--neutral-500);
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.about-button {
  display: flex;
  justify-content: center;
}

.about-visual {
  position: relative;
}

.about-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(249, 168, 212, 0.3);
  border-radius: 24px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(252, 231, 243, 0.6) 0%, rgba(253, 242, 248, 0.2) 100%);
  pointer-events: none;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.stat {
  text-align: center;
}

.stat-num {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--pink-600);
  line-height: 1;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--neutral-500);
  margin-top: 0.4rem;
  letter-spacing: 0.06em;
}

.geo-accent {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid var(--pink-200);
  border-radius: 50%;
  top: -30px;
  right: -30px;
  opacity: 0.5;
}

.geo-accent-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--pink-200);
  border-radius: 50%;
  bottom: 20px;
  left: -20px;
  opacity: 0.4;
  filter: blur(4px);
}

/* ── CONTACTO ──────────────────────────────────────── */
.contact {
  padding: 7rem 5vw;
  max-width: 900px;
  margin: 0 auto;
}

.contact-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(249, 168, 212, 0.3);
  border-radius: 28px;
  padding: 2.5rem 1.5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.contact-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--pink-400), var(--pink-600), var(--pink-400));
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.contact-box h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  margin-bottom: 1rem;
}

.contact-box h2 em {
  font-style: italic;
  color: var(--pink-600);
}

.contact-box p {
  color: var(--neutral-500);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.contact-form {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) {
  .contact-form {
    max-width: 650px;
  }
}
.formulario-grid {
  display: block;
}

@media (min-width: 768px) {
  .formulario-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .form-group:nth-child(5),
  .form-group:nth-child(6),
  .form-group:nth-child(7) {
    grid-column: 1/3;
  }
  .contact-box {
    padding: 4rem 2rem;
  }
  .form-grid {
    display: flex;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .contact-box {
    padding: 4rem;
  }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 1.8rem;
  }
  .form-group:last-of-type {
    margin-bottom: 0;
  }
}
.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--neutral-700);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.85rem 1.1rem;
  background: rgba(253, 242, 248, 0.6);
  border: 1px solid var(--pink-200);
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: var(--neutral-900);
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  resize: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--pink-400);
  background: rgba(255, 255, 255, 0.9);
}

.form-submit {
  text-align: center;
  margin-top: 1.8rem;
}

.form-submit button {
  display: inline-block;
  padding: 1rem 3rem;
  background: var(--pink-600);
  color: var(--white);
  border: none;
  border-radius: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(219, 39, 119, 0.3);
}

.form-submit button:hover {
  background: var(--pink-700);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(219, 39, 119, 0.38);
}

.error::before {
  content: "⚠️";
  display: block;
}

.error {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: flex-end;
  background-color: var(--pink-500);
  padding: 10px;
  color: var(--pink-50);
  margin-bottom: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
}

@media (min-width: 768px) {
  .error {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .error {
    font-size: 16px;
  }
}
.disabled-btn {
  background-color: #16a34a !important;
  /* Borde más sutil */
  pointer-events: none;
  box-shadow: 0px 8px 24px rgb(22, 163, 74) !important;
  opacity: 0.7;
  border: 1px solid #cccccc;
}

.disabled-btn:hover {
  cursor: not-allowed !important;
}

/* ── FOOTER ───────────────────────────────────────── */
.footer {
  padding: 3rem 5vw 2rem;
  border-top: 1px solid var(--pink-100);
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    text-align: left;
  }
}
.footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--neutral-900);
  text-decoration: none;
}

.footer-logo span {
  color: var(--pink-500);
}

.footer-links {
  display: none;
}

@media (min-width: 768px) {
  .footer-links {
    display: flex;
    gap: 1.8rem;
    flex-wrap: wrap;
  }
}
.footer-links a {
  font-size: 0.82rem;
  color: var(--neutral-500);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--pink-600);
}

.footer-copy {
  font-size: 0.78rem;
  color: var(--neutral-500);
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-copy {
    width: unset;
  }
}