*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  background: #faf7f5;
  color: #3a2a35;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── Page transition ── */
@keyframes pageIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
main { animation: pageIn .5s ease both; }

/* ── Animations ── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}
@keyframes gentlePulse {
  0%, 100% { opacity: .12; }
  50%       { opacity: .2; }
}
.anim-up   { animation: fadeSlideUp .7s ease both; }
.anim-up-1 { animation-delay: .1s; }
.anim-up-2 { animation-delay: .2s; }
.anim-up-3 { animation-delay: .3s; }
.anim-up-4 { animation-delay: .4s; }

/* ── Ambient background ── */
.ambient {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(220,180,200,.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(180,160,220,.1)  0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(240,220,230,.08) 0%, transparent 70%);
}

/* ── Floating botanicals ── */
.floral { position: absolute; opacity: .13; pointer-events: none; }
.floral-1 { top:  5%; left:  3%; width: 60px; color: #c4728f; }
.floral-2 { top: 25%; right: 5%; width: 50px; color: #a88daa; }
.floral-3 { top: 55%; left:  2%; width: 45px; color: #d4a0b5; }
.floral-4 { top: 75%; right: 3%; width: 55px; color: #b89ac0; }

/* ── Navbar ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  padding: 0 clamp(16px,4vw,48px); height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .4s, backdrop-filter .4s, border-bottom .4s;
}
.navbar.scrolled {
  background: rgba(250,247,245,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(200,160,180,.15);
}
.nav-logo {
  font-family: 'Dancing Script', cursive; font-size: 1.6rem;
  color: #c4728f; font-weight: 700; text-decoration: none;
}
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-link {
  background: none; border: none; cursor: pointer;
  font-family: 'Nunito', sans-serif; font-size: .85rem;
  letter-spacing: 2px; text-transform: uppercase;
  color: #6a5a65; padding: 8px 12px; transition: color .3s;
  position: relative; text-decoration: none; display: inline-block;
}
.nav-link:hover, .nav-link.active { color: #c4728f; }
.nav-link.active::after {
  content: ''; position: absolute; bottom: 4px; left: 50%;
  transform: translateX(-50%); width: 20px; height: 2px;
  background: #c4728f; border-radius: 2px;
}

/* Mobile menu */
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 8px;
}
.menu-toggle span {
  width: 24px; height: 2px; background: #3a2a35; border-radius: 2px;
  transition: all .3s ease;
}
.mobile-overlay {
  position: fixed; inset: 0; background: rgba(58,42,53,.3);
  z-index: 1000; opacity: 0; pointer-events: none; transition: opacity .3s;
}
.mobile-overlay.open { opacity: 1; pointer-events: auto; }
.mobile-menu {
  position: fixed; top: 0; right: 0; width: 280px; height: 100vh;
  background: rgba(250,247,245,.98); backdrop-filter: blur(20px);
  z-index: 1001; padding: 80px 32px 32px;
  display: flex; flex-direction: column; gap: 8px;
  transform: translateX(100%); transition: transform .4s cubic-bezier(.4,0,.2,1);
  box-shadow: -8px 0 30px rgba(0,0,0,.1);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu .nav-link { text-align: left; padding: 12px 0; font-size: 1rem; display: block; }

@media (max-width: 768px) {
  .nav-links   { display: none !important; }
  .menu-toggle { display: flex !important; }
}
@media (min-width: 769px) {
  .menu-toggle { display: none !important; }
  .mobile-menu, .mobile-overlay { display: none !important; }
}

/* ── Buttons ── */
.btn-primary {
  background: linear-gradient(135deg, #c4728f, #a85d8a);
  color: #fff; border: none; padding: 16px 40px; border-radius: 50px;
  font-family: 'Nunito', sans-serif; font-size: .95rem; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; cursor: pointer;
  transition: all .4s; display: inline-block; text-decoration: none;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(196,114,143,.35); }
.btn-secondary {
  background: transparent; color: #c4728f; border: 2px solid #c4728f;
  padding: 14px 36px; border-radius: 50px; font-family: 'Nunito', sans-serif;
  font-size: .9rem; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; cursor: pointer; transition: all .3s;
  display: inline-block; text-decoration: none;
}
.btn-secondary:hover { background: #c4728f; color: #fff; transform: translateY(-2px); }

/* ── Typography ── */
.section-label {
  font-family: 'Nunito', sans-serif; font-size: .8rem;
  letter-spacing: 4px; text-transform: uppercase;
  color: #c4728f; text-align: center; margin-bottom: 12px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,5vw,3.2rem); font-weight: 600;
  color: #3a2a35; text-align: center; margin-bottom: 16px;
}
.section-subtitle {
  font-family: 'Nunito', sans-serif; font-size: 1rem;
  color: #8a7a85; text-align: center; max-width: 560px;
  margin: 0 auto 48px; line-height: 1.7;
}

/* ── Hero ── */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  position: relative; padding: 120px clamp(20px,5vw,80px) 80px; overflow: hidden;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  animation: gentlePulse 6s ease-in-out infinite;
}
.hero-orb-1 {
  width: 60vw; height: 60vw; max-width: 600px; max-height: 600px;
  background: radial-gradient(circle, rgba(196,114,143,.12) 0%, transparent 70%);
  top: 10%; right: -10%;
}
.hero-orb-2 {
  width: 40vw; height: 40vw; max-width: 400px; max-height: 400px;
  background: radial-gradient(circle, rgba(168,141,170,.1) 0%, transparent 70%);
  bottom: 10%; left: -5%; animation-delay: 2s;
}
.hero-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(32px,5vw,80px); max-width: 1100px; width: 100%;
  position: relative; z-index: 1;
}
.hero-avatar {
  width: clamp(260px,35vw,380px); aspect-ratio: 1; border-radius: 50%;
  background: linear-gradient(135deg, #e8c4d4, #c9a0cc, #a88daa);
  position: relative; animation: fadeIn 1s ease .2s both; overflow: hidden;
  box-shadow: 0 20px 60px rgba(196,114,143,.2);
  display: flex; align-items: center; justify-content: center; flex-direction: column;
}
.hero-avatar-ring {
  position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(196,114,143,.2);
}
.hero-avatar-name {
  color: #fff; font-family: 'Dancing Script', cursive;
  font-size: 1.4rem; opacity: .8; margin-top: -16px;
}
.hero-text { flex: 1 1 340px; max-width: 520px; animation: fadeSlideUp .8s ease .4s both; }
.hero-text h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem,6vw,4rem); font-weight: 600;
  line-height: 1.1; color: #3a2a35; margin-bottom: 20px;
}
.hero-text p { font-size: 1.05rem; line-height: 1.8; color: #7a6a75; margin-bottom: 36px; font-weight: 300; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  animation: float 3s ease-in-out infinite; opacity: .4; text-decoration: none;
}
.scroll-indicator span {
  font-size: .7rem; letter-spacing: 2px; text-transform: uppercase; color: #8a7a85;
}

/* ── Quick nav (home) ── */
.quick-nav {
  padding: 80px clamp(20px,5vw,80px);
  background: linear-gradient(180deg, transparent, rgba(232,196,212,.08), transparent);
  position: relative; z-index: 1;
}
.quick-nav-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px; max-width: 960px; margin: 0 auto;
}
.quick-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 36px 24px; border-radius: 20px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(200,160,180,.18);
  text-decoration: none; color: inherit;
  transition: transform .3s, box-shadow .3s;
}
.quick-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(150,100,130,.15); }
.quick-card .quick-icon { font-size: 36px; margin-bottom: 14px; }
.quick-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: #3a2a35; margin-bottom: 8px; }
.quick-card p  { font-size: .88rem; color: #8a7a85; line-height: 1.5; }

/* ── Comisiones / Pricing ── */
.comisiones {
  padding: 120px clamp(20px,5vw,80px) 100px; position: relative;
  background: linear-gradient(180deg, transparent, rgba(232,196,212,.08), transparent);
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 24px; max-width: 1060px; margin: 0 auto; align-items: stretch;
}
.pricing-card {
  border-radius: 20px; padding: 36px 28px 32px;
  display: flex; flex-direction: column; position: relative;
  overflow: hidden; transition: transform .4s, box-shadow .4s;
}
.pricing-card:hover { transform: translateY(-6px); }
.pricing-card.light { background: rgba(255,255,255,.7); border: 1px solid rgba(200,160,180,.18); }
.pricing-card.light:hover { box-shadow: 0 16px 40px rgba(150,100,130,.15); }
.pricing-card.dark  { background: linear-gradient(160deg, #3a2a35, #4a2a45); }
.pricing-card.dark:hover  { box-shadow: 0 20px 50px rgba(58,42,53,.35); }
.popular-badge {
  position: absolute; top: 16px; right: -28px;
  background: linear-gradient(135deg, #c4728f, #e8a0b8);
  color: #fff; font-size: .65rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 36px; transform: rotate(45deg);
}
.pricing-icon { font-size: 36px; margin-bottom: 12px; }
.pricing-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 6px; }
.pricing-card.light .pricing-name { color: #3a2a35; }
.pricing-card.dark  .pricing-name { color: #fff; }
.pricing-desc { font-size: .85rem; line-height: 1.6; margin-bottom: 20px; min-height: 48px; }
.pricing-card.light .pricing-desc { color: #8a7a85; }
.pricing-card.dark  .pricing-desc { color: rgba(255,255,255,.6); }
.pricing-amount { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; line-height: 1; }
.pricing-card.dark .pricing-amount { color: #e8c4d4; }
.pricing-currency { font-size: .8rem; margin-left: 4px; }
.pricing-card.light .pricing-currency { color: #a89aa5; }
.pricing-card.dark  .pricing-currency { color: rgba(255,255,255,.4); }
.pricing-divider { height: 1px; margin: 20px 0; }
.pricing-card.light .pricing-divider { background: rgba(200,160,180,.15); }
.pricing-card.dark  .pricing-divider { background: rgba(232,196,212,.15); }
.pricing-label { font-size: .7rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }
.pricing-card.light .pricing-label { color: #a89aa5; }
.pricing-card.dark  .pricing-label { color: rgba(255,255,255,.4); }
.pricing-items { flex: 1; margin-bottom: 24px; }
.pricing-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.pricing-item-text { font-size: .88rem; line-height: 1.5; }
.pricing-card.light .pricing-item-text { color: #5a4a55; }
.pricing-card.dark  .pricing-item-text { color: rgba(255,255,255,.8); }
.pricing-extra { font-size: .8rem; margin-top: 12px; font-style: italic; padding-left: 26px; }
.pricing-card.light .pricing-extra { color: #a89aa5; }
.pricing-card.dark  .pricing-extra { color: rgba(232,196,212,.5); }
.btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 50px;
  font-family: 'Nunito', sans-serif; font-size: .88rem; font-weight: 600;
  letter-spacing: 1px; text-decoration: none; cursor: pointer; transition: all .3s;
}
.btn-wa.outline { background: transparent; border: 2px solid; color: inherit; }
.btn-wa.outline:hover { color: #fff !important; transform: translateY(-2px); }
.btn-wa.filled { background: linear-gradient(135deg, #c4728f, #a85d8a); border: none; color: #fff; }
.btn-wa.filled:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(196,114,143,.3); }
.wa-icon { width: 18px; height: 18px; fill: currentColor; }

/* ── Process steps ── */
.process-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 24px; max-width: 900px; margin: 60px auto 0;
}
.process-step { text-align: center; padding: 24px; }
.process-number {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #e8c4d4, #c4728f);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 700; color: #fff; margin: 0 auto 16px;
}
.process-step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; margin-bottom: 8px; color: #3a2a35; }
.process-step p  { font-size: .9rem; color: #8a7a85; line-height: 1.6; }

/* ── Portfolio ── */
.portfolio { padding: 120px clamp(20px,5vw,80px) 100px; }

/* Galería */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (min-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}
.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: rgba(196,114,143,.08);
  border: 1px solid rgba(200,160,180,.15);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .35s;
}
.gallery-item:hover img { transform: scale(1.06); }

/* Lightbox */
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(30,10,20,.88); z-index: 2000;
  align-items: center; justify-content: center; padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 92vw; max-height: 90vh;
  border-radius: 10px; object-fit: contain;
  box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.lightbox-close {
  position: fixed; top: 16px; right: 20px;
  background: none; border: none; color: #fff;
  font-size: 2.4rem; cursor: pointer; line-height: 1;
  opacity: .8; transition: opacity .2s;
}
.lightbox-close:hover { opacity: 1; }

/* ── FAQ ── */
.faq {
  padding: 120px clamp(20px,5vw,80px) 100px;
  background: linear-gradient(180deg, transparent, rgba(232,196,212,.06), transparent);
}
.faq-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.faq-tab {
  padding: 10px 24px; border-radius: 50px; border: 1.5px solid rgba(200,160,180,.3);
  background: transparent; color: #8a7a85; font-family: 'Nunito', sans-serif;
  font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .3s;
}
.faq-tab.active { border-color: #c4728f; background: #c4728f; color: #fff; }
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(200,160,180,.2); overflow: hidden; }
.faq-question {
  width: 100%; padding: 20px 0; background: none; border: none;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  color: #3a2a35; text-align: left; line-height: 1.4;
}
.faq-question span:last-child { transition: transform .3s; font-size: 1.5rem; color: #c4728f; flex-shrink: 0; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; opacity: 0; overflow: hidden; transition: all .4s ease; }
.faq-item.open .faq-answer { max-height: 400px; opacity: 1; }
.faq-answer p { padding: 0 0 20px; margin: 0; font-family: 'Nunito', sans-serif; font-size: .95rem; color: #6a5a65; line-height: 1.7; }

/* ── Contacto ── */
.contacto { padding: 120px clamp(20px,5vw,80px) 100px; }
.contacto-inner { max-width: 500px; margin: 0 auto; text-align: center; }
.social-links { display: flex; justify-content: center; gap: 24px; margin-top: 32px; }
.social-btn {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid rgba(200,160,180,.3); background: transparent;
  color: #8a7a85; display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .3s; text-decoration: none;
}
.social-btn:hover { border-color: #c4728f; color: #c4728f; transform: translateY(-3px); }

/* ── Footer ── */
footer {
  padding: 40px clamp(20px,5vw,80px);
  border-top: 1px solid rgba(200,160,180,.15); text-align: center;
  position: relative; z-index: 1;
}
footer .logo { font-family: 'Dancing Script', cursive; font-size: 1.3rem; color: #c4728f; margin-bottom: 8px; }
footer .copy  { font-size: .8rem; color: #a89aa5; letter-spacing: 1px; }

/* ── Helpers ── */
.text-center { text-align: center; }
.mt-48 { margin-top: 48px; }
