:root{
  --paper: #FBF8F2;
  --ink: #3A3530;
  --ink-soft: #7C7266;
  --sage: #8FA681;
  --sage-deep: #5F7A54;
  --blush: #E7B7B4;
  --blush-deep: #D08E8B;
  --sky: #A9C6D6;
  --gold: #CBA35A;
  --gold-light: #E7D1A0;
  --line: rgba(58,53,48,0.14);
  --shadow: 0 20px 50px rgba(58,53,48,0.10);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Mulish', sans-serif;
  font-weight:400;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

h1,h2,h3,.display{ font-family:'Fraunces', serif; }
.script{ font-family:'Shadows Into Light', cursive; font-weight:400; }
a{ text-decoration:none; color:inherit; }

.soft-bg{
  position:fixed; inset:0; pointer-events:none; z-index:0;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(143,166,129,0.08), transparent 40%),
    radial-gradient(circle at 82% 16%, rgba(231,183,180,0.10), transparent 42%),
    radial-gradient(circle at 75% 82%, rgba(169,198,214,0.09), transparent 44%);
}

.site-bar{
  position:fixed; top:20px; left:20px; z-index:60;
  display:inline-flex; align-items:center; gap:10px;
  padding:13px 24px 13px 18px;
  background:rgba(255,255,255,0.5);
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  border:1px solid var(--line); border-radius:30px;
  font-size:15px; letter-spacing:0.04em; text-transform:uppercase;
  font-weight:700; color:var(--ink-soft); transition:.3s;
}
.site-bar img{ height:64px; width:auto; display:block; }
.site-bar:hover{ color:var(--blush-deep); border-color:var(--blush-deep); transform:translateY(-2px); }

.hero{
  position:relative; min-height:100vh;
  display:flex; align-items:center; justify-content:center;
  text-align:center; padding:120px 28px 80px;
  background:
    radial-gradient(circle at 18% 22%, rgba(143,166,129,0.14), transparent 40%),
    radial-gradient(circle at 82% 16%, rgba(231,183,180,0.14), transparent 42%),
    linear-gradient(135deg, rgba(95,122,84,0.82) 0%, rgba(95,122,84,0.68) 50%, rgba(169,198,214,0.55) 100%),
    url('img/babyshower1.webp') center/cover no-repeat;
  background-attachment:fixed;
}
.hero-content{ position:relative; z-index:2; max-width:800px; }
.hero .eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13px; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--gold-light); font-weight:600; margin-bottom:26px;
}
.hero .eyebrow::before, .hero .eyebrow::after{
  content:""; width:26px; height:1px; background:var(--gold);
}
.hero h1{
  font-size:clamp(36px, 5.6vw, 66px); font-weight:600;
  color:#fff; line-height:1.15; margin:0 0 20px;
  text-shadow:0 2px 20px rgba(0,0,0,0.3);
}
.hero h1 em{ font-style:italic; color:var(--blush); }
.hero p.lede{
  max-width:620px; margin:0 auto 40px;
  font-size:18px; color:rgba(251,248,242,0.9); font-weight:300;
}
.hero .flourish{
  display:block; font-size:28px; color:var(--gold-light); margin-bottom:40px;
}
.hero-cta{
  display:inline-flex; align-items:center; gap:12px;
  background:var(--blush-deep); color:#fff; padding:16px 40px; border-radius:50px;
  font-family:'Mulish', sans-serif; font-size:15px; font-weight:700;
  letter-spacing:0.5px; border:2px solid var(--blush-deep);
  transition:all 0.35s ease; cursor:pointer;
  box-shadow:0 4px 20px rgba(208,142,139,0.35);
}
.hero-cta:hover{ background:transparent; color:var(--blush); border-color:var(--blush); transform:translateY(-2px); }
.scroll-hint{
  position:absolute; bottom:30px; left:50%; transform:translateX(-50%);
  color:rgba(251,248,242,0.55); font-size:0.8rem; letter-spacing:2px;
  animation:bounce 2s infinite;
}
@keyframes bounce{
  0%,20%,50%,80%,100%{ transform:translateX(-50%) translateY(0); }
  40%{ transform:translateX(-50%) translateY(-10px); }
  60%{ transform:translateX(-50%) translateY(-5px); }
}

.wrap{ position:relative; z-index:1; max-width:1180px; margin:0 auto; padding:0 28px; }
section{ padding:90px 0; }
@media (max-width:768px){ section{ padding:60px 0; } }

.section-head{ text-align:center; max-width:640px; margin:0 auto 56px; }
.section-head .tag{
  display:inline-block; font-size:12px; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin-bottom:14px;
  border:1.5px solid var(--gold); padding:6px 18px; border-radius:50px;
}
.section-head h2{
  font-size:clamp(28px, 3.6vw, 40px); font-weight:600; color:var(--sage-deep);
  margin:0 0 14px; line-height:1.15;
}
.section-head h2 em{ font-style:italic; color:var(--blush-deep); }
.section-head p{ color:var(--ink-soft); font-size:16px; }

.story-block{
  display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; margin-bottom:80px;
}
.story-block:last-child{ margin-bottom:0; }
.story-block.reverse{ direction:rtl; }
.story-block.reverse > *{ direction:ltr; }
.story-text h3{
  font-size:clamp(24px, 3.2vw, 34px); font-weight:600; color:var(--sage-deep);
  margin:0 0 18px; line-height:1.25;
}
.story-text p{ color:var(--ink-soft); font-size:15.5px; margin-bottom:16px; }
.story-text strong{ color:var(--blush-deep); font-weight:600; }
.story-text ul{ list-style:none; padding:0; margin:0; }
.story-text ul li{
  display:flex; align-items:flex-start; gap:12px;
  padding:8px 0; font-size:15px; color:var(--ink-soft);
  border-bottom:1px solid var(--line);
}
.story-text ul li:last-child{ border-bottom:none; }
.story-text ul li .mark{ color:var(--gold); font-size:18px; flex-shrink:0; margin-top:2px; }
.story-visual{
  position:relative; border-radius:22px; overflow:hidden;
  box-shadow:var(--shadow);
  background:linear-gradient(135deg, rgba(143,166,129,0.10), rgba(231,183,180,0.10));
  min-height:320px; display:flex; align-items:center; justify-content:center;
}
.story-visual .icon-area{ text-align:center; padding:40px; }
.story-visual .icon-area .big-icon{ font-size:72px; margin-bottom:16px; }
.story-visual .icon-area p{ font-family:'Fraunces', serif; font-size:22px; color:var(--sage-deep); margin:0; }
@media (max-width:860px){
  .story-block{ grid-template-columns:1fr; gap:40px; }
  .story-block.reverse{ direction:ltr; }
}

.letter-card{
  background:#fff; border-radius:22px; padding:56px 48px;
  max-width:800px; margin:0 auto; box-shadow:var(--shadow);
  position:relative; border:1px solid var(--line);
}
.letter-salutation{
  font-family:'Shadows Into Light', cursive; font-size:1.9rem;
  color:var(--blush-deep); margin-bottom:20px;
}
.letter-body{ font-size:1.05rem; line-height:1.85; color:var(--ink-soft); margin-bottom:18px; }
.letter-body strong{ color:var(--sage-deep); font-weight:700; }
.letter-signature{
  text-align:right; font-family:'Shadows Into Light', cursive;
  color:var(--blush-deep); font-size:1.4rem; margin-top:24px;
}
@media (max-width:768px){ .letter-card{ padding:36px 24px; } }

.features-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(260px, 1fr)); gap:28px; margin-top:40px;
}
.feature-card{
  background:#fff; border-radius:22px; padding:36px 28px;
  text-align:center; border:1px solid var(--line);
  transition:all 0.35s ease; position:relative; overflow:hidden;
}
.feature-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.feature-icon{
  width:56px; height:56px; margin:0 auto 18px;
  display:flex; align-items:center; justify-content:center; border-radius:50%;
  background:linear-gradient(135deg, rgba(143,166,129,0.10), rgba(231,183,180,0.10));
  border:1.5px solid rgba(143,166,129,0.20);
}
.feature-icon svg{ width:26px; height:26px; stroke:var(--sage-deep); fill:none; stroke-width:1.8; }
.feature-card h3{ font-family:'Fraunces', serif; font-size:1.15rem; color:var(--sage-deep); margin-bottom:10px; font-weight:600; }
.feature-card p{ font-size:0.92rem; color:var(--ink-soft); line-height:1.65; }

.styles-showcase{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(220px, 1fr)); gap:24px; margin-top:50px;
}
.style-item{
  position:relative; border-radius:22px; overflow:hidden;
  aspect-ratio:3/4; cursor:pointer; transition:all 0.35s ease;
}
.style-item:hover{ transform:scale(1.03); box-shadow:var(--shadow); }
.style-item img{ width:100%; height:100%; object-fit:cover; transition:transform 0.6s ease; }
.style-item:hover img{ transform:scale(1.1); }
.style-overlay{
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(95,122,84,0.85) 0%, transparent 60%);
  display:flex; flex-direction:column; justify-content:flex-end; padding:24px;
}
.style-overlay h4{ font-family:'Fraunces', serif; color:#fff; font-size:1.3rem; font-weight:600; margin-bottom:4px; }
.style-overlay span{ color:var(--gold-light); font-size:0.95rem; font-family:'Shadows Into Light', cursive; }

.quote-section{
  background:linear-gradient(135deg, var(--sage-deep) 0%, #4d6b42 100%);
  padding:100px 28px; text-align:center; position:relative; overflow:hidden;
}
.quote-section::before{
  content:'\"'; font-family:'Fraunces', serif; font-size:18rem;
  color:rgba(251,248,242,0.04); position:absolute; top:-50px; left:50%;
  transform:translateX(-50%); line-height:1; pointer-events:none;
}
.quote-text{
  font-family:'Shadows Into Light', cursive; font-size:clamp(1.5rem, 3vw, 2.2rem);
  color:#fff; line-height:1.5; max-width:750px; margin:0 auto 24px;
  position:relative; z-index:1;
}
.quote-author{
  color:var(--gold-light); font-size:0.85rem; letter-spacing:2px;
  font-weight:700; text-transform:uppercase; position:relative; z-index:1;
}

.process-steps{
  display:flex; flex-wrap:wrap; justify-content:center; gap:40px; margin-top:50px;
}
.step{ text-align:center; max-width:200px; position:relative; }
.step:not(:last-child)::after{
  content:''; position:absolute; top:28px; right:-30px;
  width:20px; height:2px; background:var(--gold); opacity:0.4;
}
.step-number{
  width:56px; height:56px; border-radius:50%;
  border:2.5px solid var(--blush-deep); color:var(--blush-deep);
  font-family:'Fraunces', serif; font-size:1.4rem; font-weight:600;
  display:flex; align-items:center; justify-content:center;
  margin:0 auto 14px; background:#fff; transition:all 0.3s ease;
}
.step:hover .step-number{ background:var(--blush-deep); color:#fff; }
.step h4{ font-family:'Fraunces', serif; color:var(--sage-deep); font-size:1.1rem; margin-bottom:6px; font-weight:600; }
.step p{ font-size:0.88rem; color:var(--ink-soft); line-height:1.6; }
@media (max-width:768px){ .step:not(:last-child)::after{ display:none; } }

.cta-final{
  position:relative;
  background:
    linear-gradient(135deg, rgba(95,122,84,0.88) 0%, rgba(95,122,84,0.78) 100%),
    url('img/babyshower2.webp') center/cover no-repeat;
  background-attachment:fixed;
  padding:120px 28px; text-align:center;
}
.cta-final h2{
  font-family:'Fraunces', serif; font-size:clamp(1.8rem, 4vw, 2.8rem);
  color:#fff; margin-bottom:18px; font-weight:600;
}
.cta-final h2 em{ color:var(--blush); font-style:italic; }
.cta-final p{
  color:rgba(251,248,242,0.85); font-size:1.1rem;
  max-width:550px; margin:0 auto 36px; line-height:1.7;
}
.cta-btn{
  display:inline-flex; align-items:center; gap:12px;
  background:var(--blush-deep); color:#fff; padding:16px 44px; border-radius:50px;
  font-family:'Mulish', sans-serif; font-size:15px; font-weight:700;
  letter-spacing:0.5px; border:2px solid var(--blush-deep);
  transition:all 0.35s ease; cursor:pointer;
  box-shadow:0 4px 25px rgba(208,142,139,0.3);
}
.cta-btn:hover{ background:transparent; color:var(--blush); border-color:var(--blush); transform:translateY(-3px); }

/* PLAN CARDS (cloud scallop) */
.plans{
  display:grid; grid-template-columns:repeat(4,1fr); gap:28px; align-items:start;
}
@media (max-width:1000px){ .plans{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:620px){ .plans{ grid-template-columns:1fr; } }

.card{
  position:relative; background:#fff; border:1px solid var(--line);
  border-radius:22px; padding:40px 26px 32px;
  display:flex; flex-direction:column;
  transition:transform 0.35s ease, box-shadow 0.35s ease;
}
.card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.card::before{
  content:""; position:absolute;
  top:-13px; left:8px; right:8px; height:26px;
  background-image: radial-gradient(circle at 14px 14px, var(--paper) 13px, transparent 13.5px);
  background-size: 26px 26px;
  background-position: center top;
  background-repeat: repeat-x;
}
.card.featured{
  background:var(--sage-deep); color:var(--paper);
  border-color:var(--sage-deep); transform:translateY(-14px); z-index:2;
}
.card.featured:hover{ transform:translateY(-20px); }

.gift-tag{
  position:absolute; top:-24px; right:24px;
  width:76px; height:38px; background:var(--blush);
  border-radius:4px 12px 12px 12px; transform:rotate(-7deg);
  box-shadow:0 8px 16px rgba(0,0,0,0.16);
  display:flex; align-items:center; justify-content:center; z-index:3;
}
.gift-tag::before{
  content:""; position:absolute; top:7px; left:9px;
  width:7px; height:7px; border-radius:50%;
  background:var(--paper); border:2px solid var(--blush-deep);
}
.gift-tag span{
  font-size:9px; font-weight:700; letter-spacing:0.03em;
  text-transform:uppercase; color:#fff;
  text-align:center; line-height:1.2; padding:0 12px 0 6px;
}

.card .plan-name{
  font-size:13px; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--blush-deep); font-weight:600; margin-bottom:6px;
}
.card.featured .plan-name{ color:var(--gold-light); }
.card h3{ font-size:28px; font-weight:600; margin:0 0 4px; color:var(--sage-deep); }
.card.featured h3{ color:#fff; }
.card .desc{ font-size:14px; color:var(--ink-soft); font-weight:300; min-height:42px; margin-bottom:18px; }
.card.featured .desc{ color:rgba(251,248,242,0.75); }
.price{ display:flex; align-items:baseline; gap:6px; margin-bottom:6px; }
.price .currency{ font-size:16px; color:var(--gold); font-weight:600; }
.price .amount{ font-size:38px; font-family:'Fraunces', serif; font-weight:600; color:var(--ink); }
.card.featured .price .amount{ color:#fff; }
.card.featured .price .currency{ color:var(--gold-light); }
.price-note{ font-size:12px; color:var(--ink-soft); margin-bottom:22px; }
.card.featured .price-note{ color:rgba(251,248,242,0.6); }
.features{ list-style:none; margin:0 0 26px; padding:0; flex-grow:1; }
.features li{
  display:flex; gap:10px; padding:8px 0; font-size:14.5px; border-top:1px solid var(--line);
}
.features li:first-child{ border-top:none; }
.card.featured .features li{ border-color:rgba(251,248,242,0.16); }
.features li .mark{ color:var(--sage-deep); flex-shrink:0; font-size:14px; margin-top:1px; }
.card.featured .features li .mark{ color:var(--gold-light); }
.cta{
  display:block; text-align:center; padding:14px 20px; border-radius:30px;
  border:1px solid var(--sage-deep); color:var(--sage-deep);
  font-size:14px; letter-spacing:0.04em; font-weight:600;
  transition:background 0.25s ease, color 0.25s ease;
}
.cta:hover{ background:var(--sage-deep); color:#fff; }
.card.featured .cta{ background:var(--blush); border-color:var(--blush); color:var(--ink); }
.card.featured .cta:hover{ background:var(--gold-light); border-color:var(--gold-light); }
.delivery{
  display:inline-block; font-size:11.5px; letter-spacing:0.05em; text-transform:uppercase;
  color:var(--sage-deep); border:1px solid var(--sage-deep); border-radius:20px;
  padding:4px 12px; margin-bottom:18px; align-self:flex-start;
}
.card.featured .delivery{ color:var(--gold-light); border-color:var(--gold-light); }
.themes-note{ text-align:center; font-size:13px; color:var(--ink-soft); margin-top:40px; }

/* FORM */
.contact-section{ background:#fff; padding:90px 28px; position:relative; }
.contact-wrap{ max-width:700px; margin:0 auto; }
.contact-header{ text-align:center; margin-bottom:50px; }
.contact-header .tag{
  display:inline-block; font-size:12px; letter-spacing:0.2em; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin-bottom:14px;
  border:1.5px solid var(--gold); padding:6px 18px; border-radius:50px;
}
.contact-header h2{ font-size:clamp(28px, 3.6vw, 40px); font-weight:600; color:var(--sage-deep); margin:0 0 14px; }
.contact-header h2 em{ font-style:italic; color:var(--blush-deep); }
.contact-header p{ color:var(--ink-soft); font-size:16px; }
.contact-form{
  background:var(--paper); border-radius:22px; padding:48px 40px;
  box-shadow:var(--shadow); border:1px solid var(--line);
}
.form-group{ margin-bottom:22px; }
.form-group label{
  display:block; font-family:'Mulish', sans-serif; font-size:0.85rem;
  color:var(--ink-soft); margin-bottom:8px; font-weight:600;
}
.form-group label .required{ color:var(--blush-deep); }
.form-group input, .form-group select, .form-group textarea{
  width:100%; padding:14px 18px; font-family:'Mulish', sans-serif; font-size:1rem;
  color:var(--ink); background:#fff; border:1.5px solid var(--line); border-radius:10px;
  outline:none; transition:all 0.3s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus{
  border-color:var(--blush-deep); box-shadow:0 0 0 3px rgba(208,142,139,0.1);
}
.form-group input::placeholder, .form-group textarea::placeholder{
  color:var(--ink-soft); opacity:0.6;
}
.form-group select{
  cursor:pointer; appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237C7266' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 16px center; padding-right:40px;
}
.form-group textarea{ min-height:120px; resize:vertical; line-height:1.6; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.whatsapp-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  width:100%; padding:16px 32px; background:#25D366; color:#fff; border:none;
  border-radius:50px; font-family:'Mulish', sans-serif; font-size:1.05rem;
  font-weight:700; letter-spacing:0.5px; cursor:pointer;
  transition:all 0.35s ease; box-shadow:0 4px 20px rgba(37,211,102,0.3); margin-top:6px;
}
.whatsapp-btn:hover{ background:#1ebe5a; transform:translateY(-2px); box-shadow:0 8px 30px rgba(37,211,102,0.35); }
.whatsapp-btn svg{ width:22px; height:22px; fill:currentColor; }
.form-note{
  text-align:center; font-size:0.85rem; color:var(--ink-soft);
  margin-top:16px; line-height:1.6;
}
.form-note a{ color:var(--blush-deep); font-weight:700; }
.form-note a:hover{ text-decoration:underline; }
@media (max-width:768px){
  .contact-form{ padding:32px 24px; }
  .form-row{ grid-template-columns:1fr; }
  .contact-section{ padding:60px 20px; }
}

/* FOOTER */
.footer{
  background:var(--sage-deep); padding:50px 28px 30px; text-align:center;
}
.footer-brand{
  font-family:'Fraunces', serif; font-size:1.4rem;
  color:var(--gold-light); margin-bottom:10px; letter-spacing:0.5px; font-weight:600;
}
.footer-tagline{
  color:rgba(251,248,242,0.6); font-family:'Shadows Into Light', cursive;
  font-size:1.3rem; margin-bottom:24px;
}
.footer-divider{ width:40px; height:2px; background:var(--gold); margin:0 auto 20px; opacity:0.5; }
.footer-copy{ color:rgba(251,248,242,0.5); font-size:0.8rem; }

.reveal{ opacity:0; transform:translateY(18px); transition:opacity 0.7s ease, transform 0.7s ease; }
.reveal.in{ opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce){
  .reveal{ opacity:1; transform:none; transition:none; }
  .card, .card:hover{ transition:none; transform:none; }
}
@media (max-width:640px){
  .site-bar{ top:14px; left:14px; padding:10px 18px 10px 14px; font-size:13px; }
  .site-bar img{ height:52px; width:auto; }
  .card.featured{ order:-1; transform:none; }
  .card.featured:hover{ transform:translateY(-6px); }
}

.icono-bs{
    width: 240px;      /* Ajusta el tamaño */
    height: auto;
    display: block;
    margin: 0 auto 15px;
}