/* ============================================================
 * Products page — AccessLevelUp
 * Sirf products.php ke liye. Classes "alu-pr-" prefix.
 * Fonts: Poppins (headings) + Inter (body) — theme header se.
 * ============================================================ */

.alu-pr {
  --pr-teal:      #149a8e;
  --pr-teal-dark: #0f7d72;
  --pr-teal-soft: #e6f4f1;
  --pr-band:      #eef7f5;
  --pr-navy:      #16202b;
  --pr-ink:       #1d2b38;
  --pr-muted:     #5a6b7b;
  --pr-line:      #e2e8ee;
  --pr-line-2:    #d6dee6;
  --pr-card:      #ffffff;
  --pr-radius:    16px;
  --pr-radius-sm: 11px;
  --pr-shadow:    0 1px 2px rgba(16,32,45,.04), 0 14px 34px -14px rgba(16,32,45,.16);
  --pr-shadow-sm: 0 1px 2px rgba(16,32,45,.05), 0 8px 20px -12px rgba(16,32,45,.18);
  --pr-sans:      'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --pr-display:   'Poppins', 'Inter', system-ui, sans-serif;
  --pr-wrap:      1160px;

  font-family: var(--pr-sans);
  color: var(--pr-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
.alu-pr *, .alu-pr *::before, .alu-pr *::after { box-sizing: border-box; }
.alu-pr-wrap { max-width: var(--pr-wrap); margin: 0 auto; padding: 0 24px; }

.alu-pr-eyebrow {
  display: inline-block; margin: 0 0 14px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--pr-teal);
}
.alu-pr h1, .alu-pr h2, .alu-pr h3, .alu-pr h4 {
  margin: 0; font-family: var(--pr-display); color: var(--pr-navy);
  letter-spacing: -.01em; line-height: 1.14; text-wrap: balance;
}
.alu-pr h1 { font-size: clamp(34px, 4.6vw, 52px); font-weight: 800; }
.alu-pr h2 { font-size: clamp(25px, 2.7vw, 33px); font-weight: 700; }
.alu-pr h3 { font-size: 22px; font-weight: 700; }
.alu-pr p { margin: 0; color: var(--pr-muted); }

.alu-pr-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 999px; border: 1.5px solid transparent;
  font-family: var(--pr-sans); font-size: 15.5px; font-weight: 700; line-height: 1;
  cursor: pointer; text-decoration: none;
  transition: background .14s ease, color .14s ease, transform .08s ease, box-shadow .14s ease;
}
.alu-pr-btn svg { width: 17px; height: 17px; }
.alu-pr-btn.primary { background: var(--pr-teal); color: #fff; box-shadow: 0 10px 22px -10px rgba(20,154,142,.7); }
.alu-pr-btn.primary:hover { background: var(--pr-teal-dark); }
.alu-pr-btn.primary:active { transform: scale(.985); }
.alu-pr-btn.ghost { background: #fff; color: var(--pr-navy); border-color: var(--pr-line-2); }
.alu-pr-btn.ghost:hover { border-color: var(--pr-teal); color: var(--pr-teal); }
.alu-pr-btn.light { background: #fff; color: var(--pr-teal); }
.alu-pr-btn.light:hover { background: #f1faf8; }
.alu-pr-btn.outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.alu-pr-btn.outline:hover { border-color: #fff; }

/* ============================================================
 * 1. HERO
 * ============================================================ */
.alu-pr-hero {
  background: radial-gradient(1100px 480px at 88% -8%, #e8f5f2 0%, rgba(232,245,242,0) 60%), #fff;
  padding: 72px 0 56px;
  text-align: center;
}
.alu-pr-crumb {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13.5px; color: var(--pr-muted); margin-bottom: 24px;
}
.alu-pr-crumb a { color: var(--pr-muted); text-decoration: none; }
.alu-pr-crumb a:hover { color: var(--pr-teal); }
.alu-pr-crumb svg { width: 15px; height: 15px; opacity: .6; }
.alu-pr-crumb .here { color: var(--pr-navy); font-weight: 600; }
.alu-pr-hero h1 { max-width: 16ch; margin: 0 auto; }
.alu-pr-hero .lead { margin: 18px auto 0; font-size: 18px; line-height: 1.6; max-width: 56ch; color: #43596b; }
.alu-pr-hero-cta { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* quick nav pills */
.alu-pr-jump { margin-top: 40px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.alu-pr-jump a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--pr-line);
  font-size: 14px; font-weight: 600; color: var(--pr-navy); text-decoration: none;
  transition: border-color .14s ease, color .14s ease;
}
.alu-pr-jump a:hover { border-color: var(--pr-teal); color: var(--pr-teal); }
.alu-pr-jump a svg { width: 15px; height: 15px; color: var(--pr-teal); }

/* ============================================================
 * 2. PRODUCT ROWS (alternating)
 * ============================================================ */
.alu-pr-rows { padding: 30px 0 20px; }
.alu-pr-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  padding: 54px 0;
}
.alu-pr-row + .alu-pr-row { border-top: 1px solid var(--pr-line); }
.alu-pr-row.reverse .alu-pr-row-media { order: 2; }

.alu-pr-row-copy .tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--pr-teal); background: var(--pr-teal-soft);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.alu-pr-row-copy .tag svg { width: 15px; height: 15px; }
.alu-pr-row-copy h2 { margin-bottom: 12px; }
.alu-pr-row-copy > p { font-size: 16px; line-height: 1.6; max-width: 48ch; }
.alu-pr-feats { margin: 22px 0 26px; display: grid; gap: 12px; }
.alu-pr-feat { display: flex; gap: 11px; align-items: flex-start; }
.alu-pr-feat .ck {
  flex: none; width: 22px; height: 22px; border-radius: 6px;
  background: var(--pr-teal-soft); color: var(--pr-teal); display: grid; place-items: center; margin-top: 1px;
}
.alu-pr-feat .ck svg { width: 14px; height: 14px; }
.alu-pr-feat span { font-size: 14.5px; color: var(--pr-ink); }
.alu-pr-feat b { color: var(--pr-navy); font-weight: 700; }

/* media mock card */
.alu-pr-mock {
  background: var(--pr-card); border: 1px solid var(--pr-line);
  border-radius: 18px; box-shadow: var(--pr-shadow); overflow: hidden;
}
.alu-pr-mock-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 16px; background: #f4f7f9; border-bottom: 1px solid var(--pr-line);
}
.alu-pr-mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #d6dee6; }
.alu-pr-mock-bar .t { margin-left: 8px; font-size: 12.5px; color: #93a3b1; font-weight: 600; }
.alu-pr-mock-body { padding: 24px; }
.alu-pr-mock-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.alu-pr-mock-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--pr-teal); color: #fff; display: grid; place-items: center; flex: none; }
.alu-pr-mock-ic svg { width: 24px; height: 24px; }
.alu-pr-mock-head b { font-size: 16px; color: var(--pr-navy); font-family: var(--pr-display); }
.alu-pr-mock-head span { display: block; font-size: 13px; color: var(--pr-muted); }
.alu-pr-mock-rows { display: grid; gap: 11px; }
.alu-pr-mock-line {
  display: flex; align-items: center; gap: 11px;
  padding: 11px 13px; border: 1px solid var(--pr-line); border-radius: 10px;
}
.alu-pr-mock-line .dot { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--pr-teal); }
.alu-pr-mock-line .dot.amber { background: #e0a72a; }
.alu-pr-mock-line .dot.red { background: #e5484d; }
.alu-pr-mock-line .lbl { flex: 1; font-size: 13.5px; font-weight: 600; color: var(--pr-ink); }
.alu-pr-mock-line .val { font-size: 12px; font-weight: 700; color: var(--pr-muted); background: #f1f5f7; border-radius: 999px; padding: 3px 9px; }
/* progress variant */
.alu-pr-mock-prog { display: grid; gap: 7px; }
.alu-pr-mock-prog .pl { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; color: var(--pr-ink); }
.alu-pr-mock-prog .track { height: 7px; border-radius: 999px; background: #eef3f5; overflow: hidden; }
.alu-pr-mock-prog .fill { height: 100%; border-radius: 999px; background: var(--pr-teal); }
/* chips variant */
.alu-pr-mock-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.alu-pr-mock-chips .c {
  font-size: 13px; font-weight: 600; color: var(--pr-navy);
  background: #f4f7f9; border: 1px solid var(--pr-line); border-radius: 8px; padding: 8px 12px;
}

/* ============================================================
 * 3. BORN ACCESSIBLE BAND
 * ============================================================ */
.alu-pr-born { background: var(--pr-band); padding: 76px 0; }
.alu-pr-born-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.alu-pr-born h2 { max-width: 16ch; }
.alu-pr-born > .alu-pr-wrap > .alu-pr-born-grid p { margin-top: 16px; font-size: 16px; max-width: 48ch; }
.alu-pr-born-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.alu-pr-born-col h4 { font-size: 16px; margin-bottom: 14px; font-family: var(--pr-sans); font-weight: 700; }
.alu-pr-born-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.alu-pr-born-col li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--pr-ink); }
.alu-pr-born-col li svg { width: 18px; height: 18px; color: var(--pr-teal); flex: none; margin-top: 1px; }

/* ============================================================
 * 4. CTA
 * ============================================================ */
.alu-pr-cta { padding: 84px 0; }
.alu-pr-cta-inner {
  background: radial-gradient(700px 300px at 100% 0%, rgba(20,154,142,.22) 0%, rgba(20,154,142,0) 60%), var(--pr-navy);
  border-radius: 22px; padding: 60px; text-align: center;
}
.alu-pr-cta-inner h2 { color: #fff; max-width: 22ch; margin: 0 auto; }
.alu-pr-cta-inner p { margin: 16px auto 0; color: #b9c6d1; max-width: 52ch; font-size: 16.5px; }
.alu-pr-cta-btns { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
 * RESPONSIVE
 * ============================================================ */
@media (max-width: 980px) {
  .alu-pr-row, .alu-pr-born-grid { grid-template-columns: 1fr; gap: 36px; }
  .alu-pr-row.reverse .alu-pr-row-media { order: 0; }
  .alu-pr-row-media { order: -1; }
  .alu-pr-hero { padding: 52px 0 44px; }
  .alu-pr-born, .alu-pr-cta { padding: 56px 0; }
}
@media (max-width: 560px) {
  .alu-pr-wrap { padding: 0 18px; }
  .alu-pr-born-cols { grid-template-columns: 1fr; }
  .alu-pr-cta-inner { padding: 40px 24px; }
  .alu-pr-btn { width: 100%; justify-content: center; }
  .alu-pr-hero-cta .alu-pr-btn { width: auto; }
}
@media (prefers-reduced-motion: reduce) { .alu-pr * { transition: none !important; } }
