/* Plan PrestaShop Premium — charcoal + gold. Not purple / cream. */

.page-plan.pp-page,
.pp-page {
  --pp-ink: #070b14;
  --pp-slate: #121a2a;
  --pp-muted: #5a6a80;
  --pp-blue: #c9a227;
  --pp-sky: #e0c35a;
  --pp-soft: rgba(201, 162, 39, 0.14);
  --pp-mist: #f7f3e8;
  --pp-display: Georgia, "Times New Roman", serif;
  --pp-sans: "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
  font-family: var(--pp-sans);
  color: var(--pp-ink);
}

.pp-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #070b14;
  padding-top: 72px;
  box-sizing: border-box;
}

.pp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.pp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  transform: scale(1.05);
  animation: pp-hero-pan 22s ease-in-out infinite alternate;
}

@keyframes pp-hero-pan {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

.pp-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(108deg, rgba(4, 8, 16, 0.97) 0%, rgba(4, 8, 16, 0.9) 36%, rgba(4, 8, 16, 0.48) 68%, rgba(4, 8, 16, 0.25) 100%),
    linear-gradient(180deg, rgba(4, 8, 16, 0.55) 0%, rgba(4, 8, 16, 0.18) 48%, rgba(4, 8, 16, 0.8) 100%);
  pointer-events: none;
}

.pp-hero-glow {
  position: absolute;
  inset: auto auto -20% -10%;
  width: 55vw;
  height: 55vw;
  z-index: 1;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.22), transparent 68%);
  pointer-events: none;
  animation: pp-glow 8s ease-in-out infinite alternate;
}

@keyframes pp-glow {
  from { opacity: 0.55; transform: translate3d(0, 0, 0); }
  to { opacity: 1; transform: translate3d(6%, -4%, 0); }
}

.page-plan .pp-hero h1,
.pp-flagship .pp-hero h1,
.pp-hero h1 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.page-home .pp-brand,
.pp-flagship .pp-brand,
.pp-hero .pp-brand {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.page-plan .pp-hero-copy,
.pp-flagship .pp-hero-copy,
.pp-hero .pp-hero-copy {
  color: #f5edd4 !important;
  -webkit-text-fill-color: #f5edd4 !important;
}

.pp-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(88px, 12vh, 120px) 0;
}

.pp-brand {
  display: inline-block;
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
  animation: pp-rise 0.7s ease both;
}

.pp-hero h1 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--pp-display);
  font-size: clamp(2.2rem, 5.4vw, 3.85rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.5);
  animation: pp-rise 0.75s ease 0.08s both;
}

.pp-hero h1 .accent,
.pp-hero h1 .home-hero-accent,
.pp-hero h1 .accent::after,
.pp-hero h1 .home-hero-accent::after {
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.pp-hero h1 .accent,
.pp-hero h1 .home-hero-accent {
  border-bottom: 3px solid var(--pp-sky);
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.55);
}

.pp-hero-copy {
  margin: 1rem 0 0;
  max-width: 36rem;
  font-size: clamp(1.08rem, 1.7vw, 1.25rem);
  line-height: 1.55;
  font-weight: 500;
  color: #f5edd4 !important;
  -webkit-text-fill-color: #f5edd4 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  animation: pp-rise 0.75s ease 0.16s both;
}

.pp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.55rem;
  animation: pp-rise 0.75s ease 0.24s both;
}

.pp-hero-actions .btn-primary,
.pp-proof-cta .btn-primary,
.pp-final-actions .btn-primary {
  background: var(--pp-blue) !important;
  border-color: var(--pp-blue) !important;
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(201, 162, 39, 0.28);
}

.pp-hero-actions .btn-primary:hover,
.pp-proof-cta .btn-primary:hover,
.pp-final-actions .btn-primary:hover {
  background: #a8861c !important;
  border-color: #a8861c !important;
}

.pp-hero-actions .btn-green,
.pp-final-actions .btn-green {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.32);
  animation: pp-pulse 2.4s ease-in-out infinite;
}

.pp-hero-actions .btn-green:hover,
.pp-final-actions .btn-green:hover {
  background: #1ebe57 !important;
  border-color: #1ebe57 !important;
}

@keyframes pp-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

.pp-hero-actions .btn-outline,
.pp-final-actions .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.pp-hero-proof {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  color: #f6f0de;
  font-size: 0.98rem;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  animation: pp-rise 0.75s ease 0.32s both;
}

.pp-hero-proof span::before {
  content: "✓ ";
  color: var(--pp-sky);
}

@keyframes pp-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .pp-hero-media img,
  .pp-hero-glow,
  .pp-hero-actions .btn-green,
  .pp-brand,
  .pp-hero h1,
  .pp-hero-copy,
  .pp-hero-actions,
  .pp-hero-proof {
    animation: none !important;
  }
}

.pp-section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.pp-section--mist {
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(201, 162, 39, 0.1), transparent 60%),
    linear-gradient(180deg, #f8f5ec 0%, #efe8d6 100%);
}

.pp-section--ink {
  background:
    radial-gradient(700px 320px at 88% 10%, rgba(37, 211, 102, 0.22), transparent 55%),
    linear-gradient(160deg, #070b14 0%, #121a2a 100%);
  color: #e4ecf8;
}

.pp-section .section-header {
  max-width: 46rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.pp-section .section-kicker,
.pp-section .section-header .section-kicker,
.pp-final .section-kicker {
  display: inline-block !important;
  color: var(--pp-blue) !important;
  -webkit-text-fill-color: var(--pp-blue) !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-family: var(--pp-sans) !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8rem !important;
}

.pp-section h2,
.pp-section .section-header h2 {
  margin: 0.55rem 0 0.7rem !important;
  font-family: var(--pp-display) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.65rem) !important;
  letter-spacing: -0.02em;
  color: var(--pp-ink) !important;
  -webkit-text-fill-color: var(--pp-ink) !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

.pp-section .lead,
.pp-section .section-header .lead {
  margin: 0 auto !important;
  max-width: 40rem;
  color: var(--pp-muted) !important;
  -webkit-text-fill-color: var(--pp-muted) !important;
  font-size: 1.12rem !important;
  line-height: 1.65 !important;
  font-weight: 600 !important;
}

.pp-section--ink .section-kicker {
  color: var(--pp-sky) !important;
  -webkit-text-fill-color: var(--pp-sky) !important;
}

.pp-section--ink h2,
.pp-section.pp-section--ink h2,
.pp-section.pp-section--ink h3,
#tiendas-reales h2,
#especialidades-prestashop h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.pp-section--ink .lead,
.pp-section--ink p,
.pp-section.pp-section--ink .lead,
.pp-section.pp-section--ink p,
#tiendas-reales .lead,
#tiendas-reales p,
#especialidades-prestashop .lead,
#especialidades-prestashop p {
  color: #efe6d0 !important;
  -webkit-text-fill-color: #efe6d0 !important;
}

#para-quien-premium .pp-stores strong,
#tiendas-reales .pp-stores strong,
#especialidades-prestashop .pp-pillar h3 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.pp-UNUSED {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.pp-pillar {
  display: block;
  padding: 1.45rem 1.3rem;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border-top: 2px solid var(--pp-sky);
  transition: transform 0.25s ease, background 0.25s ease;
}

.pp-pillar:hover {
  transform: translateY(-3px);
  background: rgba(201, 162, 39, 0.12);
}

.pp-pillar-code {
  display: inline-block;
  margin-bottom: 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--pp-sky);
  font-family: ui-monospace, Consolas, monospace;
}

.pp-pillar h3 {
  margin: 0 0 0.5rem;
  font-family: var(--pp-display);
  font-size: 1.35rem;
  line-height: 1.2;
}

.pp-pillar p {
  margin: 0;
  line-height: 1.55;
  font-weight: 500;
}

.pp-pillar-go {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 800;
  color: var(--pp-sky);
}

.pp-why-grid,
.pp-include-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.pp-why,
.pp-include {
  padding: 1.25rem 1.2rem;
  border-top: 2px solid var(--pp-blue);
  background: rgba(255, 255, 255, 0.7);
}

.pp-why-code {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--pp-blue);
  font-family: ui-monospace, Consolas, monospace;
}

.pp-why h3,
.pp-include h3,
.pp-step h3,
.pp-faq-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--pp-display);
  font-size: 1.2rem;
  line-height: 1.25;
  color: var(--pp-ink);
}

.pp-why p,
.pp-include p,
.pp-step p,
.pp-faq-card p {
  margin: 0;
  color: var(--pp-muted);
  line-height: 1.55;
  font-weight: 500;
}

.pp-include a {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--pp-ink);
  text-decoration: none;
  border-bottom: 2px solid var(--pp-blue);
}
.pp-include a:hover { color: #8a6e16; }

.pp-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 16px);
}

.pp-step {
  padding: 1.2rem 1.05rem;
  background: rgba(255, 255, 255, 0.8);
  border-left: 3px solid var(--pp-blue);
}

.pp-step-num {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 0.65rem;
  border-radius: 6px;
  background: var(--pp-soft);
  color: #8a6e16;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: ui-monospace, Consolas, monospace;
}

.pp-demo {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.pp-stores {
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.pp-stores li {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pp-demo-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 280px;
}

.pp-pricing {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.pp-factors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.pp-factors li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.pp-factor-num {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: var(--pp-soft);
  color: #8a6e16;
  font-size: 0.8rem;
  font-weight: 800;
  font-family: ui-monospace, Consolas, monospace;
}

.pp-price-note {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(18, 26, 42, 0.12);
  font-weight: 600;
  line-height: 1.55;
  color: var(--pp-muted);
}

.pp-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.pp-faq-card {
  padding: 1.25rem 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid rgba(201, 162, 39, 0.55);
}

.pp-final {
  padding: clamp(56px, 8vw, 88px) 0;
  background:
    radial-gradient(640px 280px at 20% 0%, rgba(201, 162, 39, 0.28), transparent 55%),
    linear-gradient(160deg, #070b14 0%, #0f1728 100%);
  color: #fff;
}

.pp-final-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}

.pp-final h2 {
  margin: 0.5rem 0 0.7rem;
  font-family: var(--pp-display);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.15;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.pp-final p {
  margin: 0;
  max-width: 36rem;
  color: #efe6d0 !important;
  -webkit-text-fill-color: #efe6d0 !important;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 500;
}

.pp-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1100px) {
  .pp-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .pp-UNUSED,
  .pp-why-grid,
  .pp-include-grid,
  .pp-process,
  .pp-demo,
  .pp-pricing,
  .pp-faq-grid,
  .pp-final-inner {
    grid-template-columns: 1fr;
  }
  .pp-process { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .pp-process,
  .pp-why-grid,
  .pp-include-grid,
  .pp-faq-grid,
  .pp-UNUSED {
    grid-template-columns: 1fr;
  }
  .pp-hero h1 { max-width: 14ch; }
}


.pp-process { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.pp-include a {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  color: var(--pp-ink);
  text-decoration: none;
  border-bottom: 2px solid var(--pp-blue);
}
.pp-related {
  padding: clamp(40px, 6vw, 64px) 0;
  background: #efe8d6;
}
.pp-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}
.pp-related-list a {
  color: var(--pp-ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--pp-blue);
}
@media (max-width: 1100px) {
  .pp-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
