/* PanQuiz — Verifiche 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 / esami-online.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 (warmer, everyday-school sibling of the exam hero) ---------- */
.vfo-hero { background: linear-gradient(180deg, #ffffff 0%, #edf1ff 100%); border-bottom: 1px solid rgba(14,21,82,.06); overflow: hidden; }
.vfo-hero .container { padding-top: 72px; padding-bottom: 68px; display: flex; flex-wrap: wrap; align-items: center; gap: 40px 56px; }
.vfo-hero-copy { flex: 1 1 500px; min-width: 320px; }
.vfo-hero-shot { flex: 1 1 400px; min-width: 280px; align-self: center; }
.vfo-hero h1 { color: #0e1552; max-width: 660px; }
.vfo-hero .hero-sub { margin: 22px 0 0; max-width: 620px; }
.vfo-hero .hero-ctas { margin-top: 30px; }

/* ---------- Answer box (AEO, same pattern as the other landings) ---------- */
.vfo-answer { max-width: 860px; margin: 0 auto; 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; }
.vfo-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; }
.vfo-answer strong { color: #0e1552; }

/* ---------- Three steps + print line ---------- */
.vfo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.vfo-step { background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 16px; padding: 28px 26px; }
.vfo-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; }
.vfo-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; }
.vfo-step p { font-size: 15.5px; line-height: 1.65; color: #3c4257; margin: 0; text-wrap: pretty; }
.vfo-print-line { display: flex; align-items: center; gap: 16px; width: fit-content; max-width: 100%; margin: 30px 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: 999px; padding: 14px 28px 14px 20px; }
.vfo-print-line .vfo-print-icon { display: flex; align-items: center; justify-content: center; flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--site-primary, #005aef); color: #fff; font-size: 22px; }
.vfo-print-line p { margin: 0; font-family: var(--font-subhead, 'Source Sans Pro', sans-serif); font-size: 17px; line-height: 1.55; color: #2b2f3a; text-wrap: pretty; }
.vfo-print-line strong { color: #0e1552; }
@media (max-width: 900px) { .vfo-steps { grid-template-columns: 1fr; } .vfo-print-line { border-radius: 22px; } }

/* ---------- Compact feature sections (icon + centered prose) ---------- */
.vfo-feature { padding-top: 64px; padding-bottom: 56px; }
.vfo-feature .uc-icon, .vfo-centered-icon .uc-icon { margin: 0 auto 18px; }
.vfo-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; }
.vfo-prose strong { color: #0e1552; }

/* ---------- Accessibility (differentiator: prose + two demo tiles) ---------- */
.vfo-access-tiles { display: grid; grid-template-columns: repeat(2, minmax(240px, 340px)); justify-content: center; gap: 24px; margin-top: 44px; }
.vfo-access-tile { background: #fff; border: 1px solid rgba(14,21,82,.1); border-radius: 18px; padding: 36px 28px 30px; text-align: center; box-shadow: 0 2px 12px rgba(14,21,82,.05); }
.vfo-access-glyph { display: flex; align-items: center; justify-content: center; width: 88px; height: 88px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(180deg, rgba(0,90,239,.1) 0%, rgba(0,90,239,.06) 100%); color: #0e1552; }
.vfo-access-glyph .vfo-aa { font-family: var(--font-display, 'Raleway', sans-serif); font-weight: 700; font-size: 38px; letter-spacing: .04em; }
.vfo-access-glyph .mdi { font-size: 42px; color: #005aef; }
.vfo-access-tile p { margin: 0; font-family: var(--font-display, 'Raleway', sans-serif); font-weight: 700; font-size: 19px; color: #0e1552; text-wrap: pretty; }
@media (max-width: 640px) { .vfo-access-tiles { grid-template-columns: 1fr; } }

/* ---------- Free-for-teachers gift panel ---------- */
.vfo-gift { 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; }
.vfo-gift p { margin: 0; font-family: var(--font-subhead, 'Source Sans Pro', sans-serif); font-size: 18px; line-height: 1.7; color: #2b2f3a; text-wrap: pretty; }
.vfo-gift a { font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .vfo-hero .container { padding-top: 48px; padding-bottom: 48px; }
  .vfo-hero .hero-ctas { margin-top: 24px; }
  .vfo-answer { padding: 22px 22px; }
  .vfo-answer p { font-size: 16.5px; }
  .vfo-print-line { padding: 14px 20px; }
  .vfo-print-line p { font-size: 15.5px; }
  .vfo-feature { padding-top: 48px; padding-bottom: 40px; }
  .vfo-prose { font-size: 17px; }
  .vfo-gift { padding: 22px 22px; }
  .vfo-gift p { font-size: 16px; }
}
