/* PQ PDF — Outlook add-in landing page */
.ol-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px 80px; }

/* Hero */
.ol-hero { text-align: center; padding: 64px 16px 40px; }
.ol-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .4px;
  color: #ff8c00; background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.35); border-radius: 999px;
  padding: 6px 14px; margin-bottom: 22px;
}
.ol-hero h1 {
  font-size: clamp(30px, 5vw, 48px); line-height: 1.1; margin: 0 0 16px;
  font-weight: 800; letter-spacing: -.5px;
}
.ol-hero h1 .ol-accent { color: #ff8c00; }
.ol-hero p.ol-lead {
  font-size: clamp(16px, 2vw, 20px); max-width: 720px; margin: 0 auto 30px;
  color: var(--pdf-text-dim, #a89070); line-height: 1.6;
}
.ol-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ol-btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; border-radius: 10px; font-weight: 600; font-size: 15px;
  text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: .15s;
}
.ol-btn-primary { background: #ff8c00; color: #1a1207; }
.ol-btn-primary:hover { background: #ffa733; transform: translateY(-1px); }
.ol-btn-ghost { background: transparent; color: #e6edf3; border-color: rgba(255,255,255,.18); }
.ol-btn-ghost:hover { border-color: #ff8c00; color: #ff8c00; }

/* Section scaffold */
.ol-section { padding: 40px 0; }
.ol-section h2 {
  font-size: clamp(24px, 3.4vw, 34px); text-align: center; margin: 0 0 10px; font-weight: 800;
}
.ol-section .ol-sub {
  text-align: center; color: var(--pdf-text-dim, #a89070); max-width: 680px;
  margin: 0 auto 34px; line-height: 1.6;
}

/* Feature grid */
.ol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.ol-card {
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 22px 20px;
}
.ol-card .ol-ico { font-size: 26px; margin-bottom: 12px; }
.ol-card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.ol-card p { margin: 0; color: var(--pdf-text-dim, #a89070); font-size: 14px; line-height: 1.6; }

/* Steps */
.ol-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; counter-reset: step; }
.ol-step {
  position: relative; background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 26px 20px 22px;
}
.ol-step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; font-weight: 800;
  background: #ff8c00; color: #1a1207; margin-bottom: 12px;
}
.ol-step h3 { margin: 0 0 8px; font-size: 16px; }
.ol-step p { margin: 0; color: var(--pdf-text-dim, #a89070); font-size: 14px; line-height: 1.6; }

/* Install panel */
.ol-install {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 30px;
}
.ol-manifest-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; margin: 18px 0 6px; }
.ol-manifest-url {
  flex: 1 1 340px; min-width: 0; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 14px; background: #0c0f14; border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; padding: 12px 14px; color: #ffcf8a; overflow-x: auto; white-space: nowrap;
}
.ol-copy-ok { color: #2ecc71; font-size: 13px; margin-left: 6px; }
.ol-ol { margin: 18px 0 0; padding-left: 22px; line-height: 1.8; color: var(--pdf-text, #f0e6d3); }
.ol-ol code { background: rgba(255,255,255,.08); padding: 1px 6px; border-radius: 5px; font-size: 13px; }
.ol-note {
  margin-top: 20px; font-size: 13px; color: var(--pdf-text-dim, #a89070);
  border-left: 3px solid #ff8c00; padding: 8px 0 8px 14px;
}

/* Compatibility chips */
.ol-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.ol-chip {
  font-size: 13px; color: #cdd6e0; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 7px 14px;
}

/* Spec table */
.ol-spec { width: 100%; border-collapse: collapse; margin-top: 8px; }
.ol-spec th, .ol-spec td { text-align: left; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.ol-spec th { color: #9aa6b6; font-weight: 600; width: 40%; }

/* FAQ */
.ol-faq-item { border: 1px solid rgba(255,255,255,.08); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.ol-faq-q {
  width: 100%; text-align: left; background: rgba(255,255,255,.03); color: #e6edf3;
  border: 0; padding: 16px 18px; font-size: 15px; font-weight: 600; cursor: pointer;
  display: flex; justify-content: space-between; gap: 12px;
}
.ol-faq-q::after { content: "+"; color: #ff8c00; font-weight: 800; }
.ol-faq-item.open .ol-faq-q::after { content: "−"; }
.ol-faq-a { padding: 0 18px 16px; color: var(--pdf-text-dim, #a89070); line-height: 1.65; font-size: 14px; }

.ol-footer { text-align: center; padding: 40px 16px 0; color: var(--pdf-text-dim, #a89070); font-size: 13px; }
.ol-footer a { color: #ff8c00; text-decoration: none; }
