:root{
  --bgA: #fff7fb;
  --bgB: #f2fbff;
  --card: rgba(255,255,255,0.72);
  --line: rgba(70, 60, 90, 0.12);

  --ink: rgba(35, 24, 55, 0.92);
  --muted: rgba(35, 24, 55, 0.68);

  --pink: #ffb7d5;
  --peach: #ffd6b7;
  --mint: #bff2e6;
  --sky: #bfe2ff;
  --lav: #d9ccff;

  --shadow: 0 18px 45px rgba(25, 12, 50, 0.12);
  --radius: 22px;
}

*{ box-sizing:border-box; }
html, body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: var(--ink);
  background:
    radial-gradient(900px 700px at 18% 12%, rgba(255,183,213,0.55), transparent 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(191,226,255,0.65), transparent 60%),
    radial-gradient(900px 700px at 60% 90%, rgba(191,242,230,0.65), transparent 60%),
    linear-gradient(120deg, var(--bgA), var(--bgB));
}

a{ color: inherit; text-decoration:none; }
.container{ width:min(1100px, 92vw); margin:0 auto; }

.skipLink{
  position:absolute;
  left:-999px; top:0;
  background:#fff;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--line);
}
.skipLink:focus{ left:14px; top:14px; z-index:9999; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(70, 60, 90, 0.12);
  box-shadow: 0 18px 45px rgba(25, 12, 50, 0.10);
  font-weight: 800;
  cursor:pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
  user-select:none;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 22px 55px rgba(25, 12, 50, 0.14); }
.btn:active{ transform: translateY(0px); box-shadow: 0 14px 40px rgba(25, 12, 50, 0.10); }

.btnSmall{ padding: 10px 14px; border-radius: 14px; }
.btnFull{ width:100%; }

.btnGhost{
  background: rgba(255,255,255,0.55);
}

.btnBone{
  background: linear-gradient(135deg, rgba(255,183,213,0.75), rgba(191,226,255,0.75));
  position:relative;
}
.btnBone::before,
.btnBone::after{
  content:"";
  position:absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(70, 60, 90, 0.10);
  top: 50%;
  transform: translateY(-50%);
}
.btnBone::before{ left: -6px; }
.btnBone::after{ right: -6px; }

.hero{
  position:relative;
  padding: 62px 0 28px 0;
  overflow:hidden;
}
.heroInner{
  width:min(1100px, 92vw);
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items:center;
}

.kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(70, 60, 90, 0.10);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(25, 12, 50, 0.10);
  color: rgba(35, 24, 55, 0.80);
  font-weight: 750;
  font-size: 13px;
}
.dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,183,213,0.95);
  box-shadow: 0 0 0 6px rgba(255,183,213,0.18);
}

.heroCopy h1{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.02;
  margin: 14px 0 10px 0;
  letter-spacing: -0.6px;
}
.lead{
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 18px 0;
  max-width: 56ch;
}

.heroCtas{ display:flex; gap: 12px; flex-wrap:wrap; margin-top: 8px; }

.trustRow{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 16px;
}
.trustChip{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: 0 14px 35px rgba(25, 12, 50, 0.10);
  font-weight: 750;
  color: rgba(35, 24, 55, 0.80);
}
.chipIcon{ width: 22px; display:inline-grid; place-items:center; }

.heroVisual{
  position:relative;
  display:grid;
  gap: 14px;
}
.dogStage{
  position:relative;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.dogFrame{
  border-radius: 22px;
  background:
    radial-gradient(500px 240px at 30% 20%, rgba(255,183,213,0.35), transparent 62%),
    radial-gradient(500px 240px at 70% 30%, rgba(191,226,255,0.40), transparent 62%),
    rgba(255,255,255,0.60);
  border: 1px solid rgba(70, 60, 90, 0.10);
  overflow:hidden;
  min-height: 320px;
  display:grid;
  place-items:center;
}
.dogSlot{
  width: min(320px, 88%);
  height: 250px;
  display:grid;
  place-items:center;
}
.dogPlaceholder{
  width: 100%;
  height: 100%;
  border-radius: 18px;
  border: 1px dashed rgba(70, 60, 90, 0.22);
  background: rgba(255,255,255,0.55);
  display:grid;
  place-items:center;
  padding: 18px;
  text-align:center;
}
.dogPlaceholderBadge{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,183,213,0.35);
  border: 1px solid rgba(70, 60, 90, 0.10);
  font-weight: 850;
}
.dogPlaceholderText{
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.bubble{
  position:absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(191,242,230,0.34);
  filter: blur(1px);
  animation: floaty 7.2s ease-in-out infinite;
}
.bubble1{ right: -40px; top: -40px; }
.bubble2{ left: -50px; bottom: 40px; background: rgba(217,204,255,0.32); animation-duration: 8.2s; }
.bubble3{ right: 10px; bottom: -60px; background: rgba(255,214,183,0.32); animation-duration: 9.2s; }

@keyframes floaty{
  0%{ transform: translate3d(0,0,0); }
  50%{ transform: translate3d(0,-12px,0); }
  100%{ transform: translate3d(0,0,0); }
}

.miniCard{
  padding: 14px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: 0 18px 45px rgba(25, 12, 50, 0.10);
}
.miniTitle{ font-weight: 900; margin-bottom: 8px; }
.miniLine{
  display:flex;
  align-items:center;
  gap: 10px;
  color: rgba(35, 24, 55, 0.80);
  padding: 6px 0;
}
.miniIcon{ width: 22px; display:inline-grid; place-items:center; }

.heroWave{
  height: 36px;
  margin-top: 24px;
  background:
    radial-gradient(40px 20px at 10% 50%, rgba(255,255,255,0.65), transparent 70%),
    radial-gradient(60px 26px at 32% 40%, rgba(255,255,255,0.65), transparent 70%),
    radial-gradient(56px 24px at 60% 55%, rgba(255,255,255,0.65), transparent 70%),
    radial-gradient(46px 22px at 84% 45%, rgba(255,255,255,0.65), transparent 70%);
  opacity: 0.9;
}

.pawTrail{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity: 0.85;
}
.paw{
  position:absolute;
  font-size: 22px;
  filter: drop-shadow(0 14px 24px rgba(25, 12, 50, 0.12));
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  animation: pawGlow 5.2s ease-in-out infinite;
}
.p1{ left: 8%; top: 28%; animation-delay: 1.8s; }
.p2{ left: 12%; top: 40%; animation-delay: 1.2s; }
.p3{ left: 8%; top: 54%; animation-delay: 0.6s; }
.p4{ left: 12%; top: 68%; animation-delay: 0s; }
.p5{ left: 46%; top: 70%; animation-delay: 2.4s; }
.p6{ left: 58%; top: 80%; animation-delay: 3.0s; }

@keyframes pawGlow{
  0%{ opacity: 0; transform: translateY(8px) scale(0.98); filter: drop-shadow(0 0 0 rgba(255,183,213,0)); }
  18%{ opacity: 1; transform: translateY(0px) scale(1); filter: drop-shadow(0 16px 26px rgba(255,183,213,0.20)); }
  36%{ opacity: 0.55; }
  60%{ opacity: 0; transform: translateY(-6px) scale(0.99); }
  100%{ opacity: 0; }
}

.section{ padding: 56px 0; }
.section.soft{
  background: linear-gradient(180deg, rgba(255,255,255,0.0), rgba(255,255,255,0.45), rgba(255,255,255,0.0));
}
.sectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.sectionHead h2{
  margin: 0;
  font-size: 30px;
  letter-spacing: -0.4px;
}
.sectionHead p{
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
  line-height: 1.55;
}

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

.card{
  padding: 18px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: var(--shadow);
}
.cardIcon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(70, 60, 90, 0.10);
  background: rgba(255,255,255,0.70);
  box-shadow: 0 16px 38px rgba(25, 12, 50, 0.10);
  margin-bottom: 10px;
  font-size: 20px;
}
.card h3{ margin: 8px 0 8px 0; }
.card p{ margin: 0 0 12px 0; color: var(--muted); line-height: 1.6; }

.list{
  margin: 0;
  padding-left: 18px;
  color: rgba(35, 24, 55, 0.78);
  line-height: 1.8;
}

.noteBar{
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: 0 18px 45px rgba(25, 12, 50, 0.10);
  display:flex;
  gap: 12px;
  align-items:center;
  color: rgba(35, 24, 55, 0.80);
  font-weight: 720;
}
.noteIcon{ font-size: 18px; }

.steps{
  display:grid;
  gap: 12px;
}
.step{
  display:flex;
  gap: 14px;
  padding: 16px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: var(--shadow);
}
.stepNum{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(191,242,230,0.70), rgba(255,214,183,0.70));
  border: 1px solid rgba(70, 60, 90, 0.10);
}
.stepBody h3{ margin: 2px 0 4px 0; }
.stepBody p{ margin: 0; color: var(--muted); line-height: 1.6; }

.price{
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: var(--shadow);
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.priceTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
.priceTag{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(70, 60, 90, 0.10);
  background: rgba(191,226,255,0.55);
  font-weight: 850;
  font-size: 12px;
}
.priceDesc{ margin: 0; color: var(--muted); line-height: 1.6; }
.price.featured{
  outline: 3px solid rgba(255,183,213,0.55);
  transform: translateY(-2px);
}

.tinyPrint{
  margin-top: 12px;
  color: rgba(35, 24, 55, 0.62);
  font-size: 12.5px;
  line-height: 1.55;
}

.review{
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: var(--shadow);
}
.stars{ letter-spacing: 1px; }
.review p{ margin: 10px 0 12px 0; color: rgba(35, 24, 55, 0.78); line-height: 1.7; }
.reviewBy{
  display:flex;
  align-items:center;
  gap: 10px;
  font-weight: 800;
  color: rgba(35, 24, 55, 0.74);
}
.avatar{
  width: 36px; height: 36px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(70, 60, 90, 0.10);
}

.contactGrid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  align-items:start;
}
.contactCopy h2{ margin: 0 0 8px 0; font-size: 30px; }
.contactCopy p{ margin: 0 0 12px 0; color: var(--muted); line-height: 1.65; }
.contactChips{ display:flex; gap: 10px; flex-wrap:wrap; margin: 8px 0 16px 0; }

.form{
  display:grid;
  gap: 12px;
}
.formRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
label{
  display:grid;
  gap: 8px;
  font-weight: 800;
  color: rgba(35, 24, 55, 0.78);
  font-size: 13px;
}
input, select, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(70, 60, 90, 0.16);
  background: rgba(255,255,255,0.75);
  outline: none;
  font: inherit;
  color: rgba(35, 24, 55, 0.88);
  box-shadow: 0 14px 35px rgba(25, 12, 50, 0.08);
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(255,183,213,0.95);
  box-shadow: 0 18px 45px rgba(255,183,213,0.18);
}
.formHint{
  margin: 0;
  color: rgba(35, 24, 55, 0.62);
  font-size: 12.5px;
  line-height: 1.55;
}

.faq{
  display:grid;
  gap: 10px;
}
details{
  padding: 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(70, 60, 90, 0.10);
  box-shadow: 0 18px 45px rgba(25, 12, 50, 0.10);
}
summary{
  cursor:pointer;
  font-weight: 900;
}
details p{
  margin: 10px 0 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer{
  padding: 28px 0 36px 0;
}
.footerInner{
  display:grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(70, 60, 90, 0.10);
}
.footerBrand{
  display:flex;
  align-items:center;
  gap: 10px;
}
.footerTag{ color: var(--muted); font-size: 13px; margin-top: 3px; }
.footerLinks{
  display:flex;
  gap: 14px;
  flex-wrap:wrap;
  color: rgba(35, 24, 55, 0.70);
  font-weight: 800;
}
.footerTiny{
  color: rgba(35, 24, 55, 0.62);
  font-size: 12.5px;
}

@media (max-width: 920px){
  .heroInner{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }
}

@media (max-width: 560px){
  .formRow{ grid-template-columns: 1fr; }
  .dogFrame{ min-height: 290px; }
}

.dogArt{
  position: relative;
  width: min(340px, 92%);
  height: 250px;
  display: grid;
  place-items: center;
}

.dogImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(25, 12, 50, 0.14));
  user-select: none;
  -webkit-user-drag: none;
}

.tailSlot{
  position: absolute;
  right: 8%;
  bottom: 18%;
  width: 120px;
  height: 90px;
  pointer-events: none;
}

.dogArt{
  position: relative;
  width: min(340px, 92%);
  height: 250px;
  display: grid;
  place-items: center;
}

/* cuerpo del perro */
.dogImg{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(25, 12, 50, 0.14));
  user-select: none;
  -webkit-user-drag: none;
}

/* colita */
.dogTail{
  position: absolute;
  z-index: 2; /* detrás del cuerpo */
  right: 4%;
  bottom: -30%;
  width: 100px;
  height: auto;
  transform-origin: 6% 55%;
  animation: tailWag 3.2s ease-in-out infinite;
  filter: drop-shadow(0 8px 14px rgba(25, 12, 50, 0.10));
  pointer-events: none;
}

/* animación tranquila y feliz */
@keyframes tailWag{
  0%   { transform: rotate(8deg); }
  25%  { transform: rotate(-14deg); }
  50%  { transform: rotate(6deg); }
  75%  { transform: rotate(-12deg); }
  100% { transform: rotate(8deg); }
}

.dogArt::after{
  content:"";
  position:absolute;
  right: 20%;
  bottom: 24%;
  width: 22px;
  height: 22px;
  background: rgba(0,0,0,0.04);
  border-radius: 50%;
  filter: blur(6px);
  z-index: 1;
}

.dogBodyWrap{
  position: relative;
  z-index: 3; /* cuerpo SIEMPRE arriba */
}

/* máscara suave para esconder la base de la cola */
.dogBodyWrap::after{
  content:"";
  position:absolute;
  right: 14%;
  bottom: 20%;
  width: 46px;
  height: 46px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.85),
    rgba(255,255,255,0.0)
  );
  border-radius: 50%;
  filter: blur(8px);
  z-index: 4;
  pointer-events: none;
}

/* Reviews marquee */
.reviewsMarquee{
  overflow: hidden;
  position: relative;
  padding: 6px 0;
}

.reviewsTrack{
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
  animation: reviewsScroll 34s linear infinite;
}

/* pausa al hover */
.reviewsMarquee:hover .reviewsTrack{
  animation-play-state: paused;
}
/* phone: never pause reviews */
@media (hover: none) and (pointer: coarse){
  .reviewsMarquee:hover .reviewsTrack{
    animation-play-state: running;
  }
}


/* tamaño de tarjeta para que sea tipo carrusel */
.reviewsTrack .review{
  width: min(360px, 82vw);
  flex: 0 0 auto;
}

/* degradado suave en bordes para que se vea pro */
.reviewsMarquee::before,
.reviewsMarquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width: 64px;
  pointer-events:none;
  z-index: 2;
}

.reviewsMarquee::before{
  left:0;
  background: linear-gradient(90deg, rgba(255,247,251,1), rgba(255,247,251,0));
}

.reviewsMarquee::after{
  right:0;
  background: linear-gradient(270deg, rgba(242,251,255,1), rgba(242,251,255,0));
}

@keyframes reviewsScroll{
  0%{ transform: translate3d(0,0,0); }
  100%{ transform: translate3d(-50%,0,0); }
}

/* accesibilidad */
@media (prefers-reduced-motion: reduce){
  .reviewsTrack{ animation: none; }
}

:root{
  --pawCursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 64 64'><text x='6' y='44' font-size='40'>🐾</text></svg>") 8 8;
}

/* cursor general */
html, body{
  cursor: var(--pawCursor), auto;
}

/* cursor para cosas clickeables */
a, button, .btn, summary, [role='button']{
  cursor: var(--pawCursor), pointer;
}
