/* PrintCheap4U — platform landing page (apex host: printcheap4u.online).
   Layout and palette mirror printbig4u's storefront landing so the two
   projects share one visual language. Scoped under .pcl so it can never
   leak into the tenant storefront or the admin/cashier workspaces. */

.pcl {
  --pcl-brand: #2563eb;
  --pcl-brand-dark: #1d4ed8;
  --pcl-brand-gradient: linear-gradient(135deg, #2563eb, #4f46e5);
  --pcl-ink: #111827;
  --pcl-muted: #667085;
  --pcl-line: #e7eaf0;
  --pcl-soft: #f5f7fb;
  --pcl-max: 1240px;
  --pcl-shadow: 0 20px 60px rgba(15, 23, 42, .10);
  --pcl-shadow-hover: 0 25px 50px rgba(37, 99, 235, .15);
  background: #fbfcff;
  color: var(--pcl-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.pcl * { box-sizing: border-box; }

.pcl-container {
  width: min(calc(100% - 32px), var(--pcl-max));
  margin-inline: auto;
}

/* ---------- shell ---------- */
.pcl-body { margin: 0; background: #fbfcff; }

.pcl-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--pcl-line);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
}

.pcl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 68px;
}

.pcl-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  color: var(--pcl-ink);
  text-decoration: none;
}

.pcl-brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--pcl-brand-gradient);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .95rem;
  font-weight: 800;
}

.pcl-nav { display: flex; align-items: center; gap: 6px; }

.pcl-nav a {
  padding: 9px 13px;
  border-radius: 9px;
  color: #475467;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.pcl-nav a:hover { background: var(--pcl-soft); color: var(--pcl-brand); }

/* ---------- hero ---------- */
.pcl-hero {
  overflow: hidden;
  padding: 85px 0 70px;
  background:
    radial-gradient(circle at 82% 25%, rgba(37, 99, 235, .08), transparent 35%),
    radial-gradient(circle at 58% 75%, rgba(79, 70, 229, .08), transparent 30%),
    #fbfcff;
}

.pcl-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 46px;
}

.pcl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pcl-brand);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pcl-hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 700;
}

.pcl-hero h1 span {
  background: var(--pcl-brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pcl-hero p {
  margin: 0 0 28px;
  max-width: 34rem;
  color: var(--pcl-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.pcl-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.pcl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: .96rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.pcl-btn-primary {
  color: #fff;
  background: var(--pcl-brand-gradient);
  box-shadow: 0 10px 24px rgba(37, 99, 235, .25);
}

.pcl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--pcl-shadow-hover);
}

.pcl-btn-light {
  background: #fff;
  border-color: var(--pcl-line);
  color: var(--pcl-ink);
}

.pcl-btn-light:hover { border-color: var(--pcl-brand); color: var(--pcl-brand); }

.pcl-hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--pcl-muted);
  font-size: .88rem;
}

.pcl-hero-note b { color: var(--pcl-ink); font-weight: 650; }

/* hero visual: stacked printer/paper mock */
.pcl-hero-stage {
  position: relative;
  min-height: 380px;
  border: 1px solid var(--pcl-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 70% 20%, rgba(37, 99, 235, .12), transparent 45%),
    linear-gradient(160deg, #ffffff, var(--pcl-soft));
  box-shadow: var(--pcl-shadow);
  overflow: hidden;
}

.pcl-mock { position: absolute; border-radius: 14px; box-shadow: 0 16px 40px rgba(15, 23, 42, .14); }

.pcl-mock-poster {
  inset: 44px 28% 120px 12%;
  background: linear-gradient(150deg, #2563eb, #4f46e5);
}

.pcl-mock-card {
  right: 10%;
  bottom: 20%;
  width: 44%;
  height: 132px;
  background: #fff;
  border: 1px solid var(--pcl-line);
  padding: 16px;
}

.pcl-mock-card i {
  display: block;
  height: 9px;
  margin-bottom: 9px;
  border-radius: 4px;
  background: #e7eaf0;
}

.pcl-mock-card i:first-child { width: 55%; background: var(--pcl-brand); height: 12px; }
.pcl-mock-card i:last-child { width: 70%; }

.pcl-mock-banner {
  left: 8%;
  bottom: 8%;
  width: 46%;
  height: 88px;
  background: repeating-linear-gradient(135deg, #f7f5f0 0 12px, #eef1f6 12px 24px);
  border: 1px solid var(--pcl-line);
}

/* ---------- sections ---------- */
.pcl-section { padding: 84px 0; }

.pcl-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.pcl-section-head h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -.035em;
  font-weight: 700;
}

.pcl-section-head p { margin: 0; color: var(--pcl-muted); max-width: 44rem; line-height: 1.6; }

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

.pcl-card {
  border: 1px solid var(--pcl-line);
  border-radius: 20px;
  background: #fff;
  padding: 26px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pcl-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, .35);
  box-shadow: var(--pcl-shadow-hover);
}

.pcl-card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--pcl-soft);
  font-size: 1.15rem;
}

.pcl-card h3 { margin: 0 0 8px; font-size: 1.05rem; letter-spacing: -.02em; }
.pcl-card p { margin: 0; color: var(--pcl-muted); font-size: .92rem; line-height: 1.6; }

.pcl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.pcl-step {
  border: 1px solid var(--pcl-line);
  border-radius: 20px;
  background: #fff;
  padding: 24px 22px;
}

.pcl-step-no {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--pcl-brand);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.04em;
}

.pcl-step h3 { margin: 0 0 7px; font-size: 1rem; }
.pcl-step p { margin: 0; color: var(--pcl-muted); font-size: .9rem; line-height: 1.55; }

.pcl-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 44px 48px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .2), transparent 30%),
    var(--pcl-brand-gradient);
  color: #fff;
  box-shadow: 0 20px 40px rgba(37, 99, 235, .2);
}

.pcl-cta h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.035em; }
.pcl-cta p { margin: 0; opacity: .92; line-height: 1.6; }
.pcl-cta .pcl-btn-light { background: #fff; border-color: transparent; color: var(--pcl-brand-dark); }

.pcl-footer {
  border-top: 1px solid var(--pcl-line);
  padding: 30px 0;
  background: #fff;
  color: var(--pcl-muted);
  font-size: .88rem;
}

.pcl-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.pcl-footer a { color: var(--pcl-muted); text-decoration: none; }
.pcl-footer a:hover { color: var(--pcl-brand); }

.pcl-empty {
  padding: 40px 24px;
  border: 1px dashed var(--pcl-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  color: var(--pcl-muted);
}

@media (max-width: 980px) {
  .pcl-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .pcl-hero-stage { min-height: 300px; }
  .pcl-grid { grid-template-columns: repeat(2, 1fr); }
  .pcl-steps { grid-template-columns: repeat(2, 1fr); }
  .pcl-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .pcl-hero { padding: 54px 0 46px; }
  .pcl-section { padding: 58px 0; }
  .pcl-grid, .pcl-steps { grid-template-columns: 1fr; }
  .pcl-section-head { flex-direction: column; align-items: flex-start; }
  .pcl-nav { display: none; }
  .pcl-cta { padding: 32px 24px; }
}
