/* ── One-Pager Page ─────────────────────────────────────────── */

/* Nav spacer */
.one-pager-page {
  padding: 80px 24px 60px;
  min-height: 80vh;
  background: #f5f4f0;
  color: #1a1a1a;
}

.one-pager-inner {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 40px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* ── Header Band ────────────────────────────────────────────── */

.op-header {
  background: #0a0e17;
  color: #fff;
  padding: 40px 48px 36px;
}

.op-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.op-brand-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.op-label {
  display: inline-block;
  padding: 3px 12px;
  background: rgba(59,130,246,0.2);
  border: 1px solid rgba(59,130,246,0.3);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #60a5fa;
}

.op-header h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #fff;
}

.op-header p {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  max-width: 480px;
}

/* ── Section Divider ────────────────────────────────────────── */

.op-divider {
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #22c55e);
}

/* ── Body Content ──────────────────────────────────────────── */

.op-body {
  padding: 40px 48px;
}

/* ── The Problem ───────────────────────────────────────────── */

.op-problem {
  margin-bottom: 36px;
}

.op-section-label {
  font-family: 'Space Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 10px;
}

.op-body h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
  margin-bottom: 14px;
}

.op-body p {
  font-size: 0.88rem;
  color: #4b5563;
  line-height: 1.75;
}

.op-body p + p {
  margin-top: 10px;
}

.op-highlight {
  background: #fef9c3;
  border-left: 3px solid #f59e0b;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.85rem;
  color: #374151;
  line-height: 1.6;
  margin: 16px 0;
}

/* ── Limit Table ───────────────────────────────────────────── */

.op-limits {
  margin: 20px 0;
}

.limits-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.limits-table th {
  background: #f3f4f6;
  padding: 10px 14px;
  text-align: left;
  font-weight: 700;
  color: #374151;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.limits-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  line-height: 1.5;
}

.limits-table tr:last-child td {
  border-bottom: none;
}

.limits-table td:first-child {
  font-weight: 600;
  color: #111827;
}

.limits-table .limit-mono {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  color: #3b82f6;
}

/* ── How GlideGuard Helps ───────────────────────────────────── */

.op-solution {
  margin-bottom: 36px;
}

.op-steps {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.op-step {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
}

.op-step-num {
  font-family: 'Space Mono', monospace;
  font-size: 0.7rem;
  font-weight: 700;
  color: #3b82f6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.op-step h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.op-step p {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.55;
}

/* ── Who It's For ──────────────────────────────────────────── */

.op-audience {
  margin-bottom: 36px;
}

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

.audience-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}

.audience-icon {
  width: 36px;
  height: 36px;
  background: #eff6ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.audience-icon svg {
  width: 18px;
  height: 18px;
  color: #3b82f6;
}

.audience-card h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.audience-card p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.5;
}

/* ── Pricing ───────────────────────────────────────────────── */

.op-pricing {
  margin-bottom: 36px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.pricing-card {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.pricing-card.highlighted {
  border-color: #3b82f6;
  background: #eff6ff;
}

.pricing-card-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 6px;
}

.pricing-card.highlighted .pricing-card-label {
  color: #3b82f6;
}

.pricing-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.pricing-card .pricing-amount {
  font-family: 'Space Mono', monospace;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3b82f6;
  margin-bottom: 8px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-card ul li {
  font-size: 0.78rem;
  color: #4b5563;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

.pricing-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
  font-size: 0.75rem;
}

/* ── Quote / Testimonial ───────────────────────────────────── */

.op-testimonial {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 36px;
}

.op-testimonial p {
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 10px;
}

.op-testimonial cite {
  font-size: 0.78rem;
  color: #6b7280;
  font-style: normal;
  font-weight: 600;
}

/* ── CTA Footer ─────────────────────────────────────────────── */

.op-footer {
  background: #0a0e17;
  padding: 32px 48px;
  text-align: center;
}

.op-footer h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 6px;
}

.op-footer p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}

.op-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.btn-op-primary {
  display: inline-block;
  padding: 10px 24px;
  background: #3b82f6;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: opacity .15s;
}

.btn-op-primary:hover { opacity: .85; }

.btn-op-secondary {
  display: inline-block;
  padding: 10px 24px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.2);
  transition: border-color .15s, color .15s;
}

.btn-op-secondary:hover { border-color: rgba(255,255,255,0.4); color: #fff; }

.op-url {
  font-family: 'Space Mono', monospace;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

/* ── Bottom links ───────────────────────────────────────────── */

.op-links {
  margin-top: 20px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}

.op-links a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.op-links a:hover { text-decoration: underline; }

/* ── Print Styles ───────────────────────────────────────────── */

@media print {
  body {
    background: white;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .one-pager-page {
    padding: 0;
    background: white;
  }
  .one-pager-inner {
    box-shadow: none;
    border-radius: 0;
  }
  .op-header, .op-footer {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  @page {
    margin: 16mm;
    size: A4;
  }
}

/* ── Mobile ────────────────────────────────────────────────── */

@media (max-width: 600px) {
  .op-header, .op-body, .op-footer {
    padding-left: 24px;
    padding-right: 24px;
  }
  .op-steps { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .pricing-cards { grid-template-columns: 1fr; }
  .op-header h1 { font-size: 1.5rem; }
  .op-cta-row { flex-direction: column; align-items: center; }
  .limits-table { font-size: 0.78rem; }
}