/*
Theme Name: Management Academy — Automation Academy
Theme URI: https://automationacademy.it
Author: Castro & Partners
Author URI: https://www.castroandpartners.com
Description: Block theme FSE per automationacademy.it — il brand tech di Castro & Partners. Dark-tech evolution del design system C&P Management Academy. Coming-soon page con countdown, lead capture, tool marquee. Ottimizzato per SEO/GEO (structured data, llms.txt, robots AI-friendly) e performance budget aggressivo (LCP <2s, CLS <0.05, INP <100ms).
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.1
License: Proprietary
License URI: https://www.castroandpartners.com
Text Domain: ma-automation
Tags: block-theme, full-site-editing, landing, coming-soon
*/

/* ============================================================
   ma-automation — global theme stylesheet
   Token canonici in theme.json (settings + styles) e in
   design-system/tokens.css (mirrorati come :root custom props
   da assets/css/coming-soon.css per gli atomi non FSE).
   Questo file resta volutamente snello: il grosso del design
   coming-soon vive in assets/css/coming-soon.css (enqueued
   solo sulla front page).
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

/* Skip-link accessibile (nascosto finché non riceve focus) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  padding: 10px 16px;
  background: #0f172a;
  color: #f8fafc;
  border-radius: 8px;
}
