body.prep-caja {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #faf7f2;
  color: #1a1916;
  font-family: "DM Sans", sans-serif;
}
.prep-banda {
  height: 3px;
  background: linear-gradient(to right, #004ca6, #00bda6, #ff6d34, #00bda6, #004ca6);
}
.prep-nav-wrap { position: sticky; top: 0; z-index: 50; background: #faf7f2; }
.prep-nav-inner { display: flex; justify-content: center; padding: 8px 10px; }
.prep-nav {
  display: flex; flex-wrap: wrap; justify-content: center; gap: .2rem;
  background: #fff; border-radius: 999px; padding: .22rem .3rem;
  box-shadow: 0 4px 18px rgba(0,0,0,.07);
}
.prep-nav a {
  text-decoration: none; color: #8a8480; min-height: 28px; padding: 0 .7rem;
  display: inline-flex; align-items: center; border-radius: 999px;
  font-family: "DM Mono", monospace; font-size: .52rem; letter-spacing: .12em; text-transform: uppercase;
}
.prep-nav a.now { color: #fff; background: linear-gradient(135deg, #004ca6, #00bda6); }
.prep-nav a.go { color: #fff; background: linear-gradient(135deg, #ff6d34, #e65520); }

.split {
  width: min(1100px, calc(100% - 1.4rem));
  margin: .6rem auto 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  flex: 1;
}
.col { padding: 1.1rem 1.4rem 1.4rem; }
.col-b { border-left: 1px solid #e8e2d8; }

.brand {
  font-weight: 800;
  font-size: 1.35rem;
  margin: 0 0 .9rem;
  display: flex;
  align-items: center;
  gap: .45rem;
}
.brand span {
  width: 5px; height: 1.15rem; background: #ff6d34; border-radius: 2px; display: inline-block;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: -.03em;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 .7rem;
}
h1 { font-size: clamp(1.55rem, 3.2vw, 2.15rem); max-width: 16ch; }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); }
h3 { font-size: 1.15rem; }
em { font-style: italic; font-weight: 400; color: #004ca6; }
.rule { display: block; width: 42px; height: 3px; background: #ff6d34; border-radius: 2px; margin: .2rem 0 1rem; }
.lead, .feat span, .card p { color: #6f6a66; line-height: 1.55; font-size: .95rem; }
.feat { margin: 0 0 .85rem; }
.feat b { display: block; margin-bottom: .15rem; font-size: .95rem; }
.pasos { list-style: none; margin: 0 0 1rem; padding: 0; }
.pasos li { display: flex; gap: .55rem; align-items: flex-start; color: #6f6a66; margin: 0 0 .55rem; line-height: 1.45; }
.pasos b { width: 1.25rem; height: 1.25rem; border-radius: 999px; background: #004ca6; color: #fff; font-size: .72rem; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: .1rem; }
.help { color: #6f6a66; font-size: .88rem; line-height: 1.55; margin: .85rem 0 0; }
.help a { color: #004ca6; }

.chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  margin: .9rem 0 1rem;
}
.chips span {
  background: #fff;
  border: 1px solid #eadfd2;
  border-radius: 14px;
  padding: .55rem .7rem;
  font-size: .82rem;
}

.meta {
  font-family: "DM Mono", monospace;
  font-size: .52rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8a8480;
  margin: .35rem 0 1rem;
}

.card {
  background: #fff;
  border: 1px solid #eadfd2;
  border-radius: 16px;
  padding: 1rem 1.05rem 1.1rem;
}
.card.pay { border-left: 3px solid #00bda6; }

.btn-line {
  display: inline-flex;
  margin-top: .55rem;
  border: 1.5px solid #ff6d34;
  color: #ff6d34;
  text-decoration: none;
  border-radius: 999px;
  padding: .45rem .85rem;
  font-family: "DM Mono", monospace;
  font-size: .55rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pay a.button,
.pay button.button,
.pay .add_to_cart_button,
.pay .single_add_to_cart_button {
  background: transparent !important;
  color: #ff6d34 !important;
  border: 1.5px solid #ff6d34 !important;
  border-radius: 999px !important;
  padding: .55rem 1rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: "DM Mono", monospace !important;
  font-size: .62rem !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pay .amount { color: #1a1916; font-weight: 700; display: block; margin: .35rem 0 .5rem; }
.pay .add_to_cart_inline { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; margin-top: .35rem; }

.prep-foot {
  background: #111;
  color: #b4afa8;
  margin-top: auto;
  padding: 1.3rem 1rem 1.5rem;
}
.prep-foot-grid {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 1rem;
}
.prep-foot strong {
  display: block; font-family: "Playfair Display", serif; color: #fff;
  font-size: 1.15rem; margin-bottom: .3rem;
}
.prep-foot span {
  display: block; font-family: "DM Mono", monospace; font-size: .5rem;
  letter-spacing: .14em; text-transform: uppercase; color: #00bda6; margin-bottom: .3rem;
}
.prep-foot p, .prep-foot a {
  color: #b4afa8; text-decoration: none; font-size: .8rem; line-height: 1.6; display: block;
}

header.site-header, .navbar, #site-navigation { display: none !important; }

@media (max-width: 800px) {
  .split, .prep-foot-grid, .chips { grid-template-columns: 1fr; }
  .col-b { border-left: 0; border-top: 1px solid #e8e2d8; }
}
