:root {
  --pink-soft: #ffe6ef;
  --pink-bg: #fff3f7;
  --pink-main: #ec5f93;
  --pink-dark: #c83c73;
  --pink-light: #ffd1df;
  --black: #171717;
  --white: #ffffff;
  --gray: #5f5f5f;
  --shadow: 0 18px 45px rgba(200, 60, 115, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--pink-bg);
  color: var(--black);
  overflow-x: hidden;
}

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

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

.container {
  width: min(1120px, 92%);
  margin: auto;
}

.top-banner {
  background: var(--pink-main);
  color: white;
  text-align: center;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .5px;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 243, 247, .85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(236, 95, 147, .18);
}

/* ================= NAV ================= */

.nav {
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pink-main), var(--pink-light));
  color: white;
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  box-shadow: var(--shadow);
}

.brand span {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  color: var(--pink-dark);
  margin-top: 5px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: 700;
  font-size: 14px;
}

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

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
}

/* ================= BOTONES ================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 900;
  cursor: pointer;
  transition: .25s ease;
  font-family: inherit;
}

.btn-primary {
  background: var(--pink-main);
  color: white;
  box-shadow: 0 14px 28px rgba(236, 95, 147, .32);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: var(--pink-dark);
}

.btn-light {
  background: white;
  color: var(--pink-dark);
  box-shadow: var(--shadow);
}

/* ================= HERO ================= */

.hero {
  position: relative;
  padding: 88px 0 70px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  z-index: -1;
}

.hero::before {
  width: 390px;
  height: 390px;
  background: #ffd0df;
  top: -110px;
  right: -100px;
}

.hero::after {
  width: 280px;
  height: 280px;
  background: #ffe0ea;
  bottom: 20px;
  left: -80px;
}

@media (max-width: 520px) {
  .hero {
    padding-top: 58px;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 55px;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--pink-dark);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  box-shadow: var(--shadow);
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  letter-spacing: -2.5px;
  font-weight: 900;
  margin-bottom: 18px;
}

@media (max-width: 520px) {
  .hero h1 {
    letter-spacing: -1.5px;
  }
}

.hero h1 span {
  color: var(--pink-main);
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 1.05em;
  letter-spacing: 0;
}

.hero p {
  color: var(--gray);
  font-size: 19px;
  line-height: 1.65;
  max-width: 580px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--black);
  font-weight: 800;
  font-size: 14px;
}

.trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

/* ================= TARJETA VISUAL ================= */

.visual-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #ffeaf1);
  border-radius: 38px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(236, 95, 147, .18);
}

.logo-card {
  background: white;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(236, 95, 147, .12);
}

.script-logo {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(64px, 8vw, 96px);
  line-height: .8;
  color: var(--black);
  position: relative;
  display: inline-block;
}

.heart-bg {
  position: absolute;
  width: 120px;
  height: 100px;
  background: var(--pink-main);
  opacity: .62;
  right: -45px;
  top: -15px;
  transform: rotate(-12deg);
  clip-path: path("M60 95 C20 65 0 45 0 20 C0 5 15 -5 32 5 C43 11 51 24 60 35 C69 24 77 11 88 5 C105 -5 120 5 120 20 C120 45 100 65 60 95 Z");
  z-index: -1;
}

.beauty-text {
  font-family: Georgia, serif;
  font-size: 36px;
  letter-spacing: 9px;
  margin-top: 18px;
}

@media (max-width: 520px) {
  .beauty-text {
    font-size: 28px;
    letter-spacing: 6px;
  }
}

.service-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 520px) {
  .service-pills {
    grid-template-columns: 1fr;
  }
}

.pill {
  background: var(--pink-main);
  color: white;
  border-radius: 18px;
  padding: 16px 8px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 10px 18px rgba(236, 95, 147, .25);
}

.floating-badge {
  position: absolute;
  right: -22px;
  bottom: 30px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: var(--pink-main);
  color: white;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: var(--shadow);
  border: 8px solid var(--pink-bg);
  transform: rotate(-7deg);
}

@media (max-width: 900px) {
  .floating-badge {
    right: 14px;
    bottom: -36px;
  }
}

/* ================= SECCIONES ================= */

section {
  padding: 82px 0;
}

.section-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.section-title h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
}

.section-title h2 span {
  color: var(--pink-main);
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 1.2em;
}

.section-title p {
  color: var(--gray);
  font-size: 17px;
  line-height: 1.6;
}

/* ================= SERVICIOS ================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: white;
  border-radius: 32px;
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(236, 95, 147, .15);
  transition: .25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.icon-circle {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--pink-main), var(--pink-light));
  display: grid;
  place-items: center;
  font-size: 34px;
  margin-bottom: 22px;
}

.service-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
  font-weight: 900;
}

.service-card p {
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 18px;
}

.service-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  font-weight: 700;
}

.service-card li::before {
  content: "♥";
  color: var(--pink-main);
  margin-right: 8px;
}

/* ================= DESTACADO / AGENDA ================= */

.highlight {
  background: linear-gradient(135deg, var(--pink-main), #ff8ab4);
  color: white;
  border-radius: 38px;
  padding: 54px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

@media (max-width: 900px) {
  .highlight {
    grid-template-columns: 1fr;
    padding: 34px;
  }
}

.highlight h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 12px;
}

.highlight p {
  font-size: 18px;
  line-height: 1.6;
  opacity: .95;
}

/* ================= PASOS ================= */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: steps;
}

@media (max-width: 900px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

.step {
  background: white;
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.step::before {
  counter-increment: steps;
  content: "0" counter(steps);
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 64px;
  font-weight: 900;
  color: rgba(236, 95, 147, .12);
}

.step h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 900;
}

.step p {
  color: var(--gray);
  line-height: 1.6;
}

/* ================= UBICACIÓN ================= */

.location-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 32px;
  align-items: center;
  background: white;
  border-radius: 38px;
  padding: 34px;
  box-shadow: var(--shadow);
}

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

.map-fake {
  min-height: 320px;
  background: radial-gradient(circle at 20% 20%, #fff 0 10%, transparent 11%), linear-gradient(135deg, #ffe4ee, #f8a9c5);
  border-radius: 30px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  text-align: center;
  padding: 30px;
  font-size: 30px;
}

.map-real {
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.location-info h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 18px;
}

.location-info p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.info-list {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

/* ================= SOBRE MÍ ================= */

.about-box {
  background: white;
  border-radius: 32px;
  padding: 35px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(236, 95, 147, .15);
}

.about-box h2 {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 900;
}

.about-box p {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 16px;
}

/* ================= OPINIONES ================= */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

.review {
  background: white;
  border-radius: 30px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.stars {
  color: var(--pink-main);
  font-size: 22px;
  margin-bottom: 14px;
}

.review p {
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 18px;
}

.review strong {
  font-weight: 900;
}

/* ================= CTA FINAL ================= */

.final-cta {
  text-align: center;
  background: linear-gradient(180deg, #fff3f7, #ffdce8);
  padding-bottom: 110px;
}

.final-cta h2 {
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.02;
  max-width: 830px;
  margin: 0 auto 18px;
}

.final-cta h2 span {
  color: var(--pink-main);
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
}

.final-cta p {
  color: var(--gray);
  font-size: 19px;
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto 28px;
}

/* ================= FOOTER ================= */

footer {
  background: var(--black);
  color: white;
  padding: 34px 0;
  text-align: center;
}

footer p {
  opacity: .8;
  margin-top: 8px;
  font-size: 14px;
}

/* ================= CHATBOT ================= */

.chatbot {
  position: fixed;
  right: 22px;
  bottom: 25px;
  z-index: 100;
  font-family: inherit;
}

.chat-toggle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--pink-main);
  color: white;
  border: none;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(236, 95, 147, .45);
}

.chat-window {
  position: absolute;
  right: 0;
  bottom: 82px;
  width: 330px;
  background: white;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .18);
  overflow: hidden;
  display: none;
  border: 1px solid rgba(236, 95, 147, .18);
}

@media (max-width: 520px) {
  .chat-window {
    width: calc(100vw - 36px);
    right: -4px;
  }
}

.chat-window.active {
  display: block;
  animation: pop .2s ease;
}

@keyframes pop {
  from {
    transform: scale(.94);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.chat-header {
  background: var(--pink-main);
  color: white;
  padding: 18px;
}

.chat-header strong {
  display: block;
  font-size: 17px;
}

.chat-header small {
  opacity: .9;
}

.chat-body {
  padding: 18px;
}

.bot-msg {
  background: var(--pink-soft);
  border-radius: 18px 18px 18px 6px;
  padding: 13px;
  color: var(--black);
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 14px;
}

.chat-options {
  display: grid;
  gap: 9px;
}

.chat-options button,
.chat-options a {
  border: 1px solid rgba(236, 95, 147, .25);
  background: white;
  color: var(--pink-dark);
  border-radius: 14px;
  padding: 12px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.chat-options button:hover,
.chat-options a:hover {
  background: var(--pink-soft);
}

/* ================= WHATSAPP FLOAT ================= */

.whatsapp-float {
  position: fixed;
  left: 25px;
  bottom: 22px;
  z-index: 90;
  background: #25d366;
  color: white;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 29px;
  box-shadow: 0 14px 30px rgba(37, 211, 102, .35);
}

@media (max-width: 520px) {
  .whatsapp-float {
    bottom:120px;
    right: 25px;
    left: auto;
  }
}






/* ================= TRABAJOS / CARRUSEL ================= */

.work-section {
  padding: 82px 0;
}

.carousel {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

.carousel-wrapper {
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(236, 95, 147, .18);
  background: white;
}

.carousel-track {
  display: flex;
  transition: transform .6s ease-in-out;
}

.carousel-track img {
  min-width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  object-position: center 30%;
  
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: var(--pink-main);
  color: white;
  font-size: 38px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: .25s ease;
}

.carousel-btn:hover {
  background: var(--pink-dark);
  transform: translateY(-50%) scale(1.08);
}

.carousel-btn.prev {
  left: -26px;
}

.carousel-btn.next {
  right: -26px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.carousel-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: none;
  background: var(--pink-light);
  cursor: pointer;
  transition: .25s ease;
}

.carousel-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: var(--pink-main);
}

@media (max-width: 900px) {
  .carousel {
    max-width: 92%;
  }
}

@media (max-width: 520px) {
  .carousel-track img {
    height: 360px;
  }
}

@media (max-width: 520px) {
  .carousel-btn {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .carousel-btn.prev {
    left: -12px;
  }
}

@media (max-width: 520px) {
  .carousel-btn.next {
    right: -12px;
  }
}





.typing {
  display: none;
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.typing.active {
  display: block;
}

.chat-options .back-btn {
  background: var(--pink-soft);
}