/* PanQuiz — Business (EN) — page styles.
   Requires: fonts.css, colors.css, typography.css, layout.css, style.css (shared tokens + components). */

/* ---------- Extra MDI glyphs used on this page (font: full @mdi/font 7.4.47 webfont) ---------- */
.mdi-content-save-outline::before { content: "\F0818"; }
.mdi-microsoft::before { content: "\F0372"; }
.mdi-microsoft-azure::before { content: "\F0805"; }

/* ---------- Product screenshot frames (shared) ---------- */
.product-frame { margin: 0; background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 18px; padding: 10px; box-shadow: 0 2px 18px rgba(0,0,0,.16); }
.product-frame img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 10px; }

/* ---------- Hero (copy + product screenshot) ---------- */
.biz-hero { background: linear-gradient(180deg, #ffffff 0%, #edf1ff 100%); border-bottom: 1px solid rgba(14,21,82,.06); overflow: hidden; }
.biz-hero .container { padding-top: 72px; padding-bottom: 68px; display: flex; flex-wrap: wrap; align-items: center; gap: 40px 56px; }
.biz-hero-copy { flex: 1 1 500px; min-width: 320px; }
.biz-hero-shot { flex: 1 1 400px; min-width: 280px; align-self: center; }
.biz-hero h1 { color: #0e1552; max-width: 640px; }
.biz-hero .hero-sub { margin: 22px 0 0; max-width: 620px; }
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 32px; margin: 28px 0 0; padding: 0; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 600; font-size: 15.5px; color: #2b2f3a; }
.hero-points .mdi { font-size: 19px; color: var(--answer-green, #26890c); }
.biz-hero .hero-ctas { margin-top: 30px; }
.hero-trust { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 600; font-size: 14px; color: rgba(14,21,82,.65); margin: 26px 0 0; }
.hero-trust .mdi { font-size: 17px; color: var(--site-illustration-orange, #e8871f); }

/* ---------- Six-card grids (3 per row) ---------- */
.usecases--six { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .usecases--six { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .usecases--six { grid-template-columns: 1fr; } }

/* ---------- Secure assessments — screenshot + cards ---------- */
.secure-split { display: grid; grid-template-columns: 5fr 6fr; gap: 40px; align-items: center; margin-top: 44px; }
.secure-split .usecases--six { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 0; }
.secure-split .usecase { padding: 20px 20px; }
@media (max-width: 1080px) {
  .secure-split { grid-template-columns: 1fr; gap: 32px; }
  .secure-shot { order: 2; max-width: 640px; width: 100%; margin: 0 auto; }
  .secure-split .usecases--six { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .secure-split .usecases--six { grid-template-columns: 1fr; }
}

/* ---------- AI section — text + screenshot ---------- */
.ai-split { display: grid; grid-template-columns: 6fr 5fr; gap: 40px; align-items: center; max-width: 1080px; margin: 44px auto 0; }
.ai-split .ai-grid { grid-template-columns: 1fr; gap: 16px; margin: 0; max-width: none; }
@media (max-width: 1080px) {
  .ai-split { grid-template-columns: 1fr; gap: 32px; }
  .ai-shot { max-width: 640px; width: 100%; margin: 0 auto; }
}
.ai-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 920px; margin: 44px auto 0; }
.ai-item { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 22px 24px; }
.ai-item p { margin: 2px 0 0; font-size: 15.5px; line-height: 1.65; color: #3c4257; text-wrap: pretty; }
@media (max-width: 768px) { .ai-grid { grid-template-columns: 1fr; } }

/* ---------- Why companies choose PanQuiz — comparison table ---------- */
.why-wrap { max-width: 820px; margin: 44px auto 0; }
.why-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid rgba(14,21,82,.1); border-radius: 18px; background: #fff; }
table.why { width: 100%; min-width: 560px; border-collapse: collapse; }
.why th, .why td { padding: 15px 24px; border-bottom: 1px solid rgba(14,21,82,.08); text-align: left; }
.why thead th { font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 700; font-size: 16px; color: #0e1552; border-bottom: 2px solid rgba(14,21,82,.16); padding-top: 18px; padding-bottom: 16px; }
.why tbody tr:last-child td { border-bottom: 0; }
.why td { font-size: 15px; line-height: 1.55; color: rgba(26,29,41,.62); width: 50%; }
.why .why-pq { background: rgba(0,90,239,.055); color: #0e1552; font-weight: 600; }
.why thead th.why-pq { color: var(--site-primary, #005aef); }

/* ---------- Fit / credibility ---------- */
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin: 44px auto 0; }
.fit-card { display: flex; align-items: flex-start; gap: 16px; background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 24px 26px; }
.fit-card p { margin: 2px 0 0; font-size: 15.5px; line-height: 1.7; color: #3c4257; text-wrap: pretty; }
.fit-card strong { color: #0e1552; }
.fit-card a { font-weight: 700; }
@media (max-width: 768px) { .fit-grid { grid-template-columns: 1fr; } }
.credibility { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 18px; margin-top: 36px; }
.cred-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 600; font-size: 13.5px; color: rgba(14,21,82,.65); border: 1.5px solid rgba(14,21,82,.14); border-radius: 999px; padding: 8px 16px; }
.cred-badge .mdi { font-size: 16px; color: rgba(14,21,82,.5); }

/* ---------- Pricing teaser ---------- */
#pricing { scroll-margin-top: 90px; }
.teaser-ticks { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin: 32px 0 0; padding: 0; }
.teaser-ticks li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 600; font-size: 15px; color: #2b2f3a; }
.teaser-ticks .mdi { font-size: 18px; color: var(--answer-green, #26890c); }
.teaser-cta { display: flex; justify-content: center; margin-top: 34px; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .biz-hero .container { padding-top: 48px; padding-bottom: 48px; }
  .hero-points { gap: 8px 20px; margin-top: 22px; }
  .hero-points li { font-size: 14.5px; }
  .biz-hero .hero-ctas { margin-top: 24px; }
  .why th, .why td { padding: 12px 16px; }
  .ai-item, .fit-card { padding: 20px 20px; }
}
