:root {
  --cream: #fbf7f1;
  --paper: #fffdf8;
  --navy: #22324b;
  --text: #2f3136;
  --muted: #74726c;
  --sage: #a8af86;
  --sage-dark: #8f9872;
  --mauve: #9d7895;
  --mauve-dark: #845f7d;
  --line: #ded7cc;
  --shadow: 0 22px 60px rgba(72, 61, 48, .13);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(90deg, #fff 0, #fff 4%, var(--cream) 4%, var(--cream) 96%, #fff 96%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(1120px, 92vw);
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(251, 247, 241, .86);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 270px;
  height: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  align-items: center;
  font-size: 15px;
}

.nav a {
  position: relative;
  padding: 10px 0;
}

.nav a.active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  background: var(--navy);
}

/* BOTONES GENERALES */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(90, 78, 60, .18);
}

.btn-header {
  background: var(--sage);
  color: white;
}

.btn-outline {
  border-color: #b9acb5;
  color: var(--mauve-dark);
  background: rgba(255, 255, 255, .45);
}

.btn-light {
  border-color: rgba(255, 255, 255, .75);
  color: white;
  background: rgba(255, 255, 255, .08);
}

.btn-mauve {
  background: var(--mauve);
  color: white;
}

.btn.center {
  margin: 22px auto 0;
  display: flex;
  width: max-content;
}

/* =======================================
   BOTÓN WHATSAPP PREMIUM FINAL
======================================= */
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn-whatsapp {
  background: #B0B38F;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 360px;
  min-height: 58px;
  padding: 10px 24px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(90, 78, 60, .10);
  transition: .25s ease;
  overflow: hidden;
}

.btn-whatsapp:hover {
  background: #A4A885;
  transform: translateY(-2px);
}

.whatsapp-svg {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #fff;
}

.btn-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1.15;
}

.btn-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
}

.btn-subtitle {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.15;
  opacity: .95;
}

/* MENU MOBILE */
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  width: 42px;
  height: 42px;
  margin-left: auto;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  margin: 7px 0;
}

/* HERO */
.hero {
  position: relative;
  min-height: 720px;
  width: min(1120px, 92vw);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  overflow: hidden;
}

.hero-copy {
  z-index: 2;
  padding: 40px 0 130px;
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 600;
  max-width: 720px;
}

.hero h1 em {
  display: inline;
  font-family: Caveat, cursive;
  color: var(--mauve);
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  margin-top: 4px;
}

.hero p {
  font-size: 19px;
  line-height: 1.55;
  max-width: 470px;
  margin: 30px 0;
}

.trust-row {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  margin: 26px 0;
}

.trust-item {
  width: 112px;
  font-size: 13px;
  line-height: 1.35;
  color: #20242a;
}

.trust-item i {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: var(--navy);
}

.hero-visual {
  position: absolute;
  right: -80px;
  top: 30px;
  width: 680px;
  z-index: 1;
  border-radius: 0 0 0 90px;
  overflow: hidden;
}

.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 3;
  background: var(--paper);
  clip-path: ellipse(75% 50% at 70% 100%);
}

/* INTRO */
.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr 290px;
  gap: 34px;
  align-items: center;
  padding: 45px 0 42px;
  background: var(--paper);
}

.card-photo img {
  border-radius: 18px;
  box-shadow: var(--shadow);
  height: 315px;
  width: 100%;
  object-fit: cover;
}

.intro-copy h2,
.section-heading h2,
.benefits h2,
.resource-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 18px;
  font-weight: 600;
}

.intro-copy h2 span {
  color: var(--mauve);
}

.intro-copy p {
  line-height: 1.65;
  max-width: 470px;
}

.check-list {
  padding: 0;
  margin: 18px 0 24px;
  list-style: none;
}

.check-list li {
  margin: 12px 0;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--mauve);
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.check-list li:nth-child(2)::before,
.check-list li:nth-child(3)::before {
  background: var(--sage);
}

.quote-card {
  min-height: 270px;
  border-radius: 18px;
  background: linear-gradient(145deg, #e4e6d6, #f7f0e6);
  padding: 35px 28px;
  box-shadow: var(--shadow);
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 74px;
  color: var(--sage);
  line-height: .6;
}

.quote-card p {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1.35;
  color: #333;
}

.line-heart {
  text-align: center;
  font-size: 42px;
  color: #c7b4a7;
}

/* TERAPIA */
.therapies {
  padding: 15px 0 55px;
  background: var(--paper);
}

.section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.section-heading span {
  color: var(--mauve);
}

.section-heading span::before,
.section-heading span::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background: #c8c0b6;
  vertical-align: middle;
  margin: 0 12px;
}

.therapy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.therapy-card {
  background: rgba(255, 255, 255, .6);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 205px;
  padding: 26px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(88, 76, 64, .05);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: var(--sage);
  display: grid;
  place-items: center;
  color: white;
}

.icon-circle.mauve {
  background: var(--mauve);
}

.icon-circle i {
  width: 40px;
  height: 40px;
}

.therapy-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  color: #252c36;
  margin: 0 0 12px;
}

.therapy-card p {
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

/* REDES / BENEFICIOS */
.benefits {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px;
  align-items: stretch;
  padding: 0 0 42px;
}

.social-panel {
  background: var(--sage);
  color: white;
  border-radius: 0 14px 14px 0;
  padding: 42px 36px;
  min-height: 300px;
}

.social-panel h2 {
  color: white;
}

.social-panel p {
  line-height: 1.6;
}

.social-icons {
  display: flex;
  gap: 14px;
  margin: 25px 0;
}

.social-icons a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .9);
  display: grid;
  place-items: center;
  transition: .2s ease;
}

.social-icons a:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-2px);
}

.social-icons i {
  width: 24px;
  height: 24px;
}

.social-icons-named {
  flex-direction: column;
  gap: 14px;
}

.social-icons-named a {
  width: 100%;
  height: auto;
  min-height: 58px;
  border-radius: 999px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 14px;
  text-align: left;
}

.social-icons-named i {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.social-icons-named span {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.15;
}

.social-icons-named small {
  font-weight: 500;
  opacity: .9;
}

.insta-grid {
  background: rgba(255, 255, 255, .42);
  border-radius: 14px;
  padding: 28px 16px 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.insta-title {
  grid-column: 1/-1;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 4px;
}

.post {
  min-height: 112px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #dacfc4, #f5efe8);
  box-shadow: inset 0 -80px 70px rgba(0, 0, 0, .22);
}

.post::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .65), transparent 25%),
    linear-gradient(145deg, rgba(168, 175, 134, .35), rgba(157, 120, 149, .2));
}

.post span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 7px rgba(0, 0, 0, .5);
}

.resource-card {
  background: #f5efe7;
  border-radius: 14px;
  padding: 32px 28px;
  min-height: 300px;
  box-shadow: var(--shadow);
}

.resource-card.expanded {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.resource-card p {
  line-height: 1.6;
}

.benefit-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 24px;
}

.benefit-list span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .58);
  font-weight: 700;
  color: var(--navy);
}

.guide {
  width: 145px;
  height: 170px;
  background: #fff;
  margin: 18px auto;
  border-radius: 8px;
  box-shadow: 0 14px 35px rgba(67, 55, 45, .12);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 18px;
  font-family: "Playfair Display", serif;
  color: var(--navy);
  font-size: 15px;
  border: 1px solid #eaded5;
}

/* PHONE PREVIEW */
.phone-preview {
  position: absolute;
  right: max(4vw, 40px);
  top: 700px;
  z-index: 10;
  pointer-events: none;
}

.phone {
  width: 245px;
  height: 545px;
  background: #0b0b0c;
  border-radius: 38px;
  padding: 12px;
  box-shadow: 0 30px 70px rgba(26, 20, 16, .32);
}

.phone-top {
  position: absolute;
  width: 95px;
  height: 22px;
  background: #0b0b0c;
  border-radius: 0 0 14px 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: var(--paper);
  padding: 24px 18px;
}

.mobile-mini-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mobile-mini-header img {
  width: 110px;
}

.phone-screen h2 {
  font-family: "Playfair Display", serif;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.05;
  margin: 0 0 14px;
}

.phone-screen h2 em {
  font-family: Caveat, cursive;
  color: var(--mauve);
  font-style: normal;
  font-size: 1.1em;
  display: block;
}

.phone-screen p {
  font-size: 11px;
  line-height: 1.55;
}

.mini-list span {
  display: block;
  font-size: 10px;
  margin: 8px 0;
}

.btn.mini {
  font-size: 10px;
  min-height: 36px;
  padding: 0 12px;
  margin: 10px 0;
}

.mini-photo {
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 50% 50%;
  margin: 12px 0;
}

.phone-screen h3 {
  font-family: "Playfair Display", serif;
  color: var(--navy);
  font-size: 18px;
}

/* FOOTER */
.site-footer {
  background: var(--paper);
  padding-top: 35px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.4fr .7fr 1.1fr;
  gap: 60px;
  padding: 20px 0 40px;
}

.footer-logo {
  width: 260px;
  max-width: 100%;
  border-radius: 4px;
}

.footer-content p,
.footer-content a {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.footer-content h3 {
  font-size: 17px;
  margin-bottom: 14px;
  color: var(--navy);
}

/* Contacto: mejora lectura en Safari/Chrome móvil */
.footer-content div:last-child p {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  margin: 10px 0;

  font-size: 15px;
  line-height: 1.55;

  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
}

.footer-content div:last-child p:nth-child(2) {
  white-space: nowrap;
  letter-spacing: .2px;
}

.footer-bottom {
  min-height: 55px;
  background: var(--mauve);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  font-size: 12px;
  text-align: center;
}

[data-icon] svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 30px 24px;
  }

  .footer-logo {
    width: 220px;
  }

  .footer-content h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .footer-content p,
  .footer-content a {
    font-size: 17px;
    line-height: 1.65;
  }

  .footer-content div:last-child p {
    font-size: 17px;
    line-height: 1.6;
    gap: 12px;
    margin: 12px 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px 26px;
    line-height: 1.5;
  }
}

@media (max-width: 520px) {
  .footer-content {
    gap: 50px;
    padding: 34px 24px;
  }

  .footer-content div:last-child p:nth-child(2) {
    white-space: normal;
  }

  .footer-bottom {
    font-size: 13px;
  }
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .phone-preview {
    display: none;
  }
}

@media (max-width: 900px) {
  body {
    background: var(--cream);
  }

  .site-header {
    width: 100%;
    padding: 14px 20px;
    min-height: 78px;
  }

  .brand img {
    width: 210px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    background: rgba(255, 253, 248, .98);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .btn-header {
    display: none;
  }

  .hero {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 25px 24px 0;
  }

  .hero-copy {
    padding: 25px 0 30px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.08;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    border-radius: 28px;
    margin-top: 10px;
  }

  .wave {
    display: none;
  }

  .trust-row {
    gap: 18px;
  }

  .trust-item {
    width: 95px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .btn-whatsapp {
    width: 100%;
    max-width: 360px;
    min-height: 56px;
    padding: 9px 20px;
  }

  .whatsapp-svg {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .btn-title {
    font-size: 14px;
  }

  .btn-subtitle {
    font-size: 11px;
  }

  .intro-section {
    grid-template-columns: 1fr;
    padding: 30px 24px;
    width: 100%;
  }

  .card-photo img {
    height: 420px;
  }

  .therapy-grid,
  .benefits,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .therapies {
    padding: 30px 24px;
  }

  .benefits {
    width: 100%;
    padding: 0 24px 35px;
  }

  .social-panel {
    border-radius: 18px;
  }

  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    padding: 30px 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 165px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
  }

  .btn-whatsapp {
    width: 100%;
    max-width: 340px;
    min-height: 54px;
    padding: 9px 18px;
  }

  .whatsapp-svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .btn-title {
    font-size: 14px;
  }

  .btn-subtitle {
    font-size: 11px;
  }
.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .trust-item {
    width: auto;
    font-size: 11px;
  }

  .card-photo img {
    height: 340px;
  }

  .insta-grid {
    grid-template-columns: 1fr;
  }

  .social-icons-named a {
    border-radius: 18px;
  }
}