
:root{
  --navy:#102a43; --blue:#0b8ee8; --cyan:#19b5fe; --ink:#172b3a;
  --muted:#617386; --bg:#f5f8fb; --white:#fff; --line:#dce6ef;
  --shadow:0 18px 55px rgba(16,42,67,.10); --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,230,239,.8)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{width:205px}
.nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650;color:#30485e}
.nav-links a:hover{color:var(--blue)}
.nav-cta{padding:10px 16px;border-radius:999px;background:var(--navy);color:#fff!important}
.menu-btn{display:none;border:0;background:none;font-size:28px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#081a2b 0%,#0e3655 58%,#0b8ee8 140%);color:#fff}
.hero-grid{min-height:620px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:42px}
.hero-copy{padding:76px 0}
.eyebrow{display:inline-flex;gap:8px;align-items:center;color:#a9dcff;font-weight:750;letter-spacing:.12em;text-transform:uppercase;font-size:12px}
h1{font-size:clamp(44px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 22px}
h2{font-size:clamp(30px,4vw,46px);line-height:1.12;letter-spacing:-.03em;margin:0 0 18px;color:var(--navy)}
h3{font-size:22px;line-height:1.25;color:var(--navy);margin:0 0 10px}
.lead{font-size:20px;color:#d9ecfb;max-width:690px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:12px;font-weight:750;border:1px solid transparent;transition:.2s}
.btn-primary{background:#fff;color:var(--navy)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-blue{background:var(--blue);color:#fff}
.btn-ghost{border-color:rgba(255,255,255,.3);color:#fff}
.hero-art{align-self:stretch;display:flex;align-items:center}
.hero-art img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;object-position:center;border-radius:28px;box-shadow:0 30px 70px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.16);background:#0b2237}
.section{padding:90px 0}
.section.alt{background:#fff}
.section-head{max-width:760px;margin-bottom:42px}
.kicker{color:var(--blue);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:12px;margin-bottom:10px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.card:hover{transform:translateY(-3px);transition:.2s}
.product-card{overflow:hidden;padding:0}
.product-card img{height:auto;aspect-ratio:3/2;width:100%;object-fit:contain;object-position:center;background:#fff}
.product-body{padding:26px}
.product-body p{color:var(--muted)}
.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:#eaf6ff;color:#0878c9;font-size:12px;font-weight:750;margin-bottom:12px}
.features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.feature{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fbfdff}
.feature strong{display:block;color:var(--navy)}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}
.visual{border-radius:26px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}
.visual img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;object-position:center;background:#fff}
.quote{border-left:4px solid var(--blue);padding:8px 0 8px 20px;color:#42586b;font-size:19px}
.list{padding-left:20px}.list li{margin:9px 0}
.notice{padding:18px 20px;border-radius:16px;background:#eef8ff;border:1px solid #cceaff}
.footer{background:#091d2e;color:#c9d9e6;padding:58px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}
.footer h3{color:#fff;font-size:16px}
.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:13px;color:#8ea7ba;display:flex;justify-content:space-between;gap:20px}
.page-hero{background:linear-gradient(135deg,#eaf6ff,#fff);padding:78px 0 60px;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(40px,5vw,62px);color:var(--navy)}
.page-hero .lead{color:#526b80}
.breadcrumb{font-size:13px;color:#6f8496;margin-bottom:22px}
.contact-box{background:var(--navy);color:#fff;border-radius:28px;padding:40px}
.contact-box h2{color:#fff}
.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border-radius:11px;border:1px solid #d4e0ea;background:#fff;font:inherit}.form textarea{min-height:150px;resize:vertical}
.small{font-size:13px;color:var(--muted)}
.download{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.software-feature{border:2px solid #bfe8ff;background:linear-gradient(135deg,#fff,#f0f9ff)}
.icon-dot{width:42px;height:42px;border-radius:12px;background:#e7f5ff;color:var(--blue);display:grid;place-items:center;font-weight:900;margin-bottom:16px}
@media(max-width:900px){
 .nav-links{display:none}.menu-btn{display:block}
 .nav.open .nav-links{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}
 .hero-grid,.split{grid-template-columns:1fr}.hero-art{padding-bottom:55px}.hero-art img{height:auto;aspect-ratio:3/2}
 .grid-3{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .container{width:min(100% - 28px,1160px)}.section{padding:64px 0}
 .grid-2,.grid-3,.features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}
 .footer-bottom{flex-direction:column}.hero-copy{padding:58px 0 30px}.hero-art img{height:auto;aspect-ratio:3/2}
}

.visual, .product-card img, .hero-art img { image-rendering: auto; }
.product-card img { border-bottom: 1px solid var(--line); }
.product-card { transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { box-shadow: 0 22px 60px rgba(16,42,67,.14); }

.product-detail { align-items: start; }
.product-main-image { background: #fff; }
.product-main-image img { aspect-ratio: 3 / 2; object-fit: contain; padding: 0; }
.intro-large { font-size: 22px; color: var(--navy); font-weight: 650; line-height: 1.5; }
.detail-features { grid-template-columns: repeat(2, 1fr); }
.detail-features .feature { min-height: 82px; display:flex; align-items:center; }
.detail-callout { align-items: stretch; }
.detail-callout .card { display:flex; flex-direction:column; justify-content:center; }
@media(max-width:620px){ .detail-features { grid-template-columns:1fr; } .intro-large { font-size:19px; } }

.form-status{margin-top:14px;padding:12px 14px;border-radius:10px;font-weight:600}.form-status.success{background:#e8f7ef;color:#146c43}.form-status.error{background:#fff0f0;color:#a61b1b}

.site-header .logo {
  display: block;
  width: auto;
  max-width: 190px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}
.footer img[alt="FlySafe!"] {
  width: 180px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 620px) {
  .site-header .logo { max-width: 160px; height: 48px; }
}

/* Official FlySafe! logo supplied by the owner */
.site-header .logo {
  display: block;
  width: 190px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}
.footer-logo {
  display: block;
  width: 180px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
}
@media (max-width: 620px) {
  .site-header .logo { width: 160px; height: 50px; }
  .footer-logo { width: 160px; }
}

/* Logo ufficiale PNG fornito dal proprietario: header + footer */
.site-header .logo {
  display: block;
  width: 190px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}
.footer-logo {
  display: block;
  width: 180px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 620px) {
  .site-header .logo { width: 160px; height: 50px; }
  .footer-logo { width: 155px; }
}
