:root {
  --ink: #20232b;
  --muted: #6c7080;
  --coral: #ff6b54;
  --coral-soft: #ffe1d9;
  --yellow: #ffd166;
  --yellow-soft: #fff3d6;
  --cream: #fffaf4;
  --line: #f0ebe2;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--ink); background: #fff; line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-weight: 800; letter-spacing: -0.01em; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.badge-demo {
  position: fixed; bottom: 18px; right: 18px; background: var(--ink); color: #fff;
  font-size: 12px; padding: 7px 14px; border-radius: 30px; z-index: 50; opacity: 0.9;
}

.bg-decor { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bg-blob { position: absolute; border-radius: 50%; filter: blur(70px); }
.bg-blob.b1 { width: 440px; height: 440px; background: var(--coral); opacity: .3; top: -140px; left: -120px; animation: floatBlob 22s ease-in-out infinite; }
.bg-blob.b2 { width: 380px; height: 380px; background: var(--yellow); opacity: .35; top: 38%; right: -160px; animation: floatBlob 26s ease-in-out infinite -6s; }
.bg-blob.b3 { width: 320px; height: 320px; background: var(--ink); opacity: .05; bottom: -120px; left: 28%; animation: floatBlob 30s ease-in-out infinite -12s; }
@keyframes floatBlob {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(30px,-36px) scale(1.08); }
  66% { transform: translate(-26px,24px) scale(.94); }
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.logo { font-weight: 800; font-size: 21px; text-decoration: none; }
.logo .dot { color: var(--coral); }
nav ul { list-style: none; display: flex; gap: 32px; }
nav a { text-decoration: none; font-weight: 600; font-size: 14.5px; color: var(--muted); }
nav a:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: #fff; padding: 13px 24px;
  border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 14.5px; transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 22px -10px rgba(0,0,0,.35); }
.btn-coral { background: var(--coral); }

.hero { padding: 70px 0 60px; background: var(--cream); }
.hero-inner { display: flex; align-items: center; gap: 56px; flex-wrap: wrap; }
.hero-text { flex: 1 1 460px; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: var(--yellow-soft); color: #8a6400; font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 100px; margin-bottom: 22px; }
.hero-text h1 { font-size: 54px; line-height: 1.08; margin-bottom: 20px; }
.hero-text h1 span { color: var(--coral); }
.hero-text p { color: var(--muted); font-size: 18px; max-width: 440px; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.hero-cta .muted-link { font-weight: 600; font-size: 14.5px; color: var(--muted); text-decoration: none; }

.hero-visual { flex: 1 1 380px; position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.blob {
  position: absolute; width: 340px; height: 340px; border-radius: 48% 52% 55% 45% / 45% 48% 52% 55%;
  background: var(--coral); z-index: 1;
}
.hero-photo {
  position: relative; z-index: 2; width: 290px; height: 340px; object-fit: cover; border-radius: 28px;
  box-shadow: 0 30px 50px -20px rgba(32,35,43,.35);
}
.float-card { position: absolute; background: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: 0 18px 35px -15px rgba(0,0,0,.25); font-size: 13.5px; font-weight: 700; display: flex; align-items: center; gap: 8px; z-index: 3; }
.float-card.top { top: 4%; left: -6%; }
.float-card.bottom { bottom: 6%; right: -8%; }
.float-card .star { color: var(--yellow); }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; overflow: hidden; }
.marquee .container { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 18px; color: var(--muted); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }

.manifesto { padding: 100px 0 90px; }
.manifesto-headline { font-size: 44px; text-align: center; max-width: 680px; margin: 0 auto 64px; line-height: 1.2; }
.manifesto-headline span { color: var(--coral); }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.manifesto-item { border-top: 3px solid var(--coral); padding-top: 18px; }
.manifesto-item:nth-child(2) { border-color: var(--yellow); }
.manifesto-item:nth-child(3) { border-color: var(--ink); }
.m-num { font-size: 13px; font-weight: 800; color: var(--muted); margin-bottom: 10px; }
.manifesto-item h3 { font-size: 20px; margin-bottom: 10px; }
.manifesto-item p { color: var(--muted); font-size: 15px; }

.promos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promo-card { border-radius: 20px; padding: 30px 26px; color: #fff; }
.promo-card.promo-coral { background: var(--coral); }
.promo-card.promo-yellow { background: var(--yellow); color: var(--ink); }
.promo-card.promo-dark { background: var(--ink); }
.promo-tag { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; opacity: .8; margin-bottom: 14px; }
.promo-card h3 { font-size: 19px; margin-bottom: 10px; }
.promo-price { font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.promo-card p { font-size: 14px; opacity: .92; }

.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--cream); border-radius: 14px; padding: 6px 24px; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: 16px; padding: 18px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::after { content: '+'; font-size: 22px; color: var(--coral); transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 14.5px; padding-bottom: 20px; }

section { padding: 90px 0; }
.section-head { max-width: 600px; margin: 0 auto 56px; text-align: center; }
.eyebrow { color: var(--coral); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.section-head h2 { font-size: 36px; margin-top: 12px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 16.5px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { display: block; background: var(--cream); border-radius: 20px; padding: 30px 26px; transition: transform .25s, box-shadow .25s; text-decoration: none; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 35px -20px rgba(0,0,0,.2); }
.icon-badge { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
.icon-badge.coral { background: var(--coral-soft); }
.icon-badge.yellow { background: var(--yellow-soft); }
.service-card h3 { font-size: 18px; margin-bottom: 8px; }
.service-card p { color: var(--muted); font-size: 14.5px; }
.service-card .link { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 13.5px; color: var(--coral); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team-card { display: block; text-align: center; text-decoration: none; }
.team-photo-wrap { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 1/1.05; margin-bottom: 18px; }
.team-photo-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.team-card:hover .team-photo-wrap img { transform: scale(1.04); }
.team-card h3 { font-size: 18px; margin-bottom: 4px; }
.team-card .role { color: var(--coral); font-weight: 700; font-size: 13.5px; }

.stats-band { background: var(--ink); color: #fff; padding: 80px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stats-grid .num { font-size: 42px; font-weight: 800; color: var(--yellow); }
.stats-grid .label { color: #b8bac4; font-size: 13.5px; margin-top: 6px; }

.testimonials { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.testimonial-card { background: #fff; border-radius: 20px; padding: 32px; display: flex; gap: 18px; align-items: flex-start; }
.testimonial-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.testimonial-card p { font-size: 15.5px; margin-bottom: 10px; }
.testimonial-card .name { font-weight: 700; font-size: 14px; }
.testimonial-card .stars { color: var(--yellow); font-size: 13px; margin-bottom: 8px; }

.cta-band { text-align: center; }
.cta-box { background: var(--coral); border-radius: 32px; padding: 80px 40px; color: #fff; }
.cta-box h2 { font-size: 38px; margin-bottom: 14px; }
.cta-box p { opacity: .92; margin-bottom: 30px; font-size: 17px; }
.cta-box .btn { background: #fff; color: var(--ink); }

footer { padding: 50px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-grid .col { font-size: 14px; color: var(--muted); }
.footer-grid .col strong { display: block; color: var(--ink); margin-bottom: 10px; font-size: 14.5px; }

/* Paginas de detalle (servicio / equipo) */
.back-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 13.5px; color: var(--muted); text-decoration: none; margin-bottom: 22px; }
.back-link:hover { color: var(--ink); }
.detail-hero { padding: 50px 0 70px; background: var(--cream); }
.detail-hero-inner { display: flex; gap: 50px; align-items: center; flex-wrap: wrap; }
.detail-photo { flex: 1 1 320px; border-radius: 24px; overflow: hidden; aspect-ratio: 1/1; }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.detail-text { flex: 2 1 420px; }
.detail-text h1 { font-size: 42px; margin: 14px 0 16px; }
.detail-text .role { color: var(--coral); font-weight: 700; font-size: 15px; margin-bottom: 14px; }
.detail-text p { color: var(--muted); font-size: 17px; max-width: 560px; }

.steps-list { display: flex; flex-direction: column; gap: 22px; max-width: 640px; margin: 0 auto; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--coral-soft); color: var(--coral); font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step h3 { font-size: 16.5px; margin-bottom: 4px; }
.step p { color: var(--muted); font-size: 14.5px; }

.tag-list { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.tag { background: var(--coral-soft); color: var(--coral); font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 100px; }

.include-list { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.include-item { display: flex; gap: 12px; align-items: flex-start; background: var(--cream); border-radius: 14px; padding: 16px 20px; }
.include-item .check { color: var(--coral); font-weight: 800; }
.include-item p { font-size: 15px; }

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

@media (max-width: 760px) {
  nav ul { display: none; }
  .hero-text h1 { font-size: 36px; }
  .services-grid, .team-grid, .related-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .manifesto-grid, .promos-grid { grid-template-columns: 1fr; }
  .manifesto-headline { font-size: 30px; }
  .hero-visual { display: none; }
  .detail-text h1 { font-size: 30px; }
}
