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

/* ---------- Product screenshot frames (shared pattern, same rule as business.css) ---------- */
.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) ---------- */
.oes-hero { background: linear-gradient(180deg, #ffffff 0%, #edf1ff 100%); border-bottom: 1px solid rgba(14,21,82,.06); overflow: hidden; }
.oes-hero .container { padding-top: 72px; padding-bottom: 68px; display: flex; flex-wrap: wrap; align-items: center; gap: 40px 56px; }
.oes-hero-copy { flex: 1 1 500px; min-width: 320px; }
.oes-hero-shot { flex: 1 1 400px; min-width: 280px; align-self: center; }
.oes-hero h1 { color: #0e1552; max-width: 640px; }
.oes-hero .hero-sub { margin: 22px 0 0; max-width: 620px; }
.oes-hero .hero-ctas { margin-top: 30px; }

/* ---------- Answer box (AEO) ---------- */
.oes-answer { max-width: 860px; margin: 40px auto 0; background: linear-gradient(180deg, rgba(0,90,239,.055) 0%, rgba(0,90,239,.035) 100%); border: 1px solid rgba(0,90,239,.16); border-radius: 18px; padding: 30px 34px; }
.oes-answer p { margin: 0; font-family: var(--font-subhead, 'Source Sans Pro', sans-serif); font-size: 18.5px; line-height: 1.65; color: #2b2f3a; text-wrap: pretty; }
.oes-answer strong { color: #0e1552; }

/* ---------- Three steps ---------- */
.oes-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.oes-step { background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 28px 26px; }
.oes-step-num { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--site-primary, #005aef); color: #fff; font-family: var(--font-display, 'Raleway', sans-serif); font-weight: 700; font-size: 20px; }
.oes-step h3 { font-family: var(--font-display, 'Raleway', sans-serif); font-weight: 700; font-size: 20px; color: #0e1552; margin: 18px 0 10px; text-wrap: pretty; }
.oes-step p { font-size: 15.5px; line-height: 1.65; color: #3c4257; margin: 0; text-wrap: pretty; }
@media (max-width: 900px) { .oes-steps { grid-template-columns: 1fr; } }

/* ---------- Security (strongest visual weight): screenshot + stacked points ---------- */
.oes-secure-split { display: grid; grid-template-columns: 5fr 6fr; gap: 44px; align-items: center; margin-top: 48px; }
.oes-points { display: grid; grid-template-columns: 1fr; gap: 16px; }
.oes-point { display: flex; align-items: flex-start; gap: 18px; background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 20px 24px; box-shadow: 0 2px 12px rgba(14,21,82,.05); }
.oes-point p { margin: 2px 0 0; font-size: 16.5px; line-height: 1.65; color: #3c4257; text-wrap: pretty; }
.oes-point strong { color: #0e1552; }
@media (max-width: 1080px) {
  .oes-secure-split { grid-template-columns: 1fr; gap: 32px; }
  .oes-secure-shot { order: 2; max-width: 640px; width: 100%; margin: 0 auto; }
}
@media (min-width: 1081px) {
  .oes-secure-split { align-items: start; }
  .oes-secure-shot { position: sticky; top: 100px; }
}

/* ---------- Compact feature sections (icon + centered prose) ---------- */
.oes-feature { padding-top: 64px; padding-bottom: 56px; }
.oes-feature .uc-icon { margin: 0 auto 18px; }
.oes-prose { font-family: var(--font-subhead, 'Source Sans Pro', sans-serif); font-size: 19px; line-height: 1.65; color: #3c4257; text-align: center; max-width: 760px; margin: 20px auto 0; text-wrap: pretty; }
.oes-prose strong { color: #0e1552; }
.oes-feature + .oes-feature { padding-top: 8px; }

/* ---------- Audiences: link emphasis inside cards ---------- */
.usecase p a { font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .oes-hero .container { padding-top: 48px; padding-bottom: 48px; }
  .oes-hero .hero-ctas { margin-top: 24px; }
  .oes-answer { padding: 22px 22px; }
  .oes-answer p { font-size: 16.5px; }
  .oes-point { padding: 18px 18px; }
  .oes-point p { font-size: 15px; }
  .oes-feature { padding-top: 48px; padding-bottom: 40px; }
  .oes-prose { font-size: 17px; }
}
