@charset "UTF-8";
/*!
Theme Name: TechFlight
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techflight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechFlight is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/
/* --- 1. PALETTE TECHFLIGHT --- */
/* --- 2. MAPPATURA UNDERSCORES --- */
/* sass/abstracts/variables/_typography.scss */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* sass/abstracts/variables/_typography.scss */
/* Elements
--------------------------------------------- */
body {
  background: #0f172a;
}

hr {
  background-color: #94a3b8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #00d4ff;
}
a:visited {
  color: rgb(0, 127.2, 153);
}
a:hover, a:focus, a:active {
  color: rgb(51, 220.6, 255);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #00d4ff;
  border-radius: 3px;
  background: #00d4ff;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: rgb(51, 220.6, 255);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: rgb(51, 220.6, 255);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #94a3b8;
  border: 1px solid #94a3b8;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #f8fafc;
}

select {
  border: 1px solid #94a3b8;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* sass/layouts/_home.scss */
/* --- HERO SECTION --- */
.hero-section {
  position: relative;
  background-color: #0f172a;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}
.hero-section .tech-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(248, 250, 252, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 250, 252, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  z-index: 1;
}
.hero-section .tech-grid-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, transparent 20%, #0f172a 90%);
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.hero-section .hero-label {
  display: block;
  font-family: "Courier New", monospace;
  color: #00d4ff;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.hero-section h1 {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  color: #f8fafc;
  margin: 0;
  letter-spacing: -2px;
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
}
.hero-section .subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  color: #94a3b8;
  margin-top: 1rem;
  font-weight: 300;
}
.hero-section .specs-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 3rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding: 1.5rem 0;
}
.hero-section .specs-row .spec-item {
  display: flex;
  flex-direction: column;
}
.hero-section .specs-row .spec-item .spec-val {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f8fafc;
}
.hero-section .specs-row .spec-item .spec-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 1px;
}
.hero-section .cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.hero-section .cta-group .cta-button {
  padding: 14px 35px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  cursor: pointer;
}
.hero-section .cta-group .cta-button.primary {
  background: rgba(0, 212, 255, 0.15);
  border: 1px solid #00d4ff;
  color: #00d4ff;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.3);
}
.hero-section .cta-group .cta-button.primary:hover {
  background: #00d4ff;
  color: #0f172a;
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.6);
}
.hero-section .cta-group .cta-button.secondary {
  color: #94a3b8;
  border: 1px solid transparent;
  background: transparent;
}
.hero-section .cta-group .cta-button.secondary:hover {
  color: #00d4ff;
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(0, 212, 255, 0.05);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.2);
}

/* --- SEZIONE FLOTTA (STEALTH MODE) --- */
.fleet-section {
  padding: 6rem 0;
  background-color: #0f172a;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}
.fleet-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.fleet-section .section-header .section-label {
  display: block;
  font-family: "Courier New", monospace;
  color: #00d4ff;
  font-size: 0.85rem;
  letter-spacing: 3px;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.fleet-section .section-header .section-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 2.5rem;
  color: #f8fafc;
  margin: 0;
  text-transform: uppercase;
}
.fleet-section .fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  padding: 0 1rem;
}
.fleet-section .drone-card {
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden; /* Fondamentale per nascondere */
}
.fleet-section .drone-card .drone-specs, .fleet-section .drone-card .card-footer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.fleet-section .drone-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0; /* Tolto margine extra quando chiuso */
  border-bottom: 1px solid transparent; /* Nascondi riga */
  padding-bottom: 0;
  transition: all 0.3s;
}
.fleet-section .drone-card .card-header .drone-id {
  font-family: "Courier New", monospace;
  color: #94a3b8;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.fleet-section .drone-card .card-header .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.fleet-section .drone-card .card-header .status-dot.online {
  background-color: #10b981;
  box-shadow: 0 0 8px #10b981;
}
.fleet-section .drone-card .card-header .status-dot.standby {
  background-color: #f59e0b;
  opacity: 0.7;
}
.fleet-section .drone-card h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.6rem;
  color: #f8fafc;
  margin: 1rem 0 0; /* Aggiustato margine */
  transition: color 0.3s;
}
.fleet-section .drone-card:hover {
  border-color: #00d4ff;
  background: rgba(30, 41, 59, 0.8);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.fleet-section .drone-card:hover h3 {
  color: #00d4ff;
  margin-bottom: 1.5rem;
}
.fleet-section .drone-card:hover .card-header {
  border-bottom-color: rgba(248, 250, 252, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.fleet-section .drone-card:hover .drone-specs, .fleet-section .drone-card:hover .card-footer {
  max-height: 300px; /* Abbastanza per contenere tutto */
  opacity: 1;
  transform: translateY(0);
}
.fleet-section .drone-card .drone-specs .spec-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  border-bottom: 1px dashed rgba(148, 163, 184, 0.1);
  padding-bottom: 0.2rem;
}
.fleet-section .drone-card .drone-specs .spec-row span:first-child {
  color: #94a3b8;
  font-size: 0.9rem;
}
.fleet-section .drone-card .drone-specs .spec-row span:last-child {
  color: #f8fafc;
  font-weight: 600;
  font-family: "Courier New", monospace;
}
.fleet-section .drone-card .drone-specs .spec-row:last-child {
  border-bottom: none;
}
.fleet-section .drone-card .card-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  text-align: right;
}
.fleet-section .drone-card .card-footer span {
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  color: #00d4ff;
  letter-spacing: 2px;
  font-weight: bold;
}

/* --- SEZIONE SERVIZI (STEALTH MODE FIX) --- */
.missions-section {
  padding: 6rem 0;
  background-color: rgb(17.6842105263, 27.1157894737, 49.5157894737);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(148, 163, 184, 0.05);
}
.missions-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.missions-section .section-header .section-label {
  display: block;
  font-family: "Courier New", monospace;
  color: #00d4ff;
  font-size: 0.85rem;
  letter-spacing: 3px;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.missions-section .section-header .section-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 2.5rem;
  color: #f8fafc;
  margin: 0;
}
.missions-section .missions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .missions-section .missions-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.missions-section .mission-card {
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.missions-section .mission-card .mission-desc {
  color: #94a3b8;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.6;
  transition: color 0.3s;
}
.missions-section .mission-card .mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0; /* CHIUSO */
  opacity: 0; /* INVISIBILE */
  overflow: hidden;
  transition: all 0.5s ease;
  transform: translateY(20px);
}
.missions-section .mission-card:hover {
  background: rgba(30, 41, 59, 0.8);
  border-color: #00d4ff;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.missions-section .mission-card:hover .mission-icon svg {
  transform: scale(1.1);
  color: #00d4ff;
  filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.6));
}
.missions-section .mission-card:hover .mission-desc {
  color: #f8fafc;
}
.missions-section .mission-card:hover .mission-bg-text {
  opacity: 0.1;
  transform: scale(1.1);
}
.missions-section .mission-card:hover .mission-list {
  max-height: 500px; /* SI APRE */
  opacity: 1;
  transform: translateY(0);
  margin-top: 1.5rem;
}
.missions-section .mission-card .mission-icon {
  margin-bottom: 1.5rem;
}
.missions-section .mission-card .mission-icon svg {
  width: 48px;
  height: 48px;
  color: #94a3b8;
  transition: all 0.4s ease;
}
.missions-section .mission-card .mission-content {
  z-index: 2;
  width: 100%;
}
.missions-section .mission-card .mission-content h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.8rem;
  color: #f8fafc;
  margin-bottom: 1rem;
}
.missions-section .mission-card .mission-content .mission-list li {
  color: #f8fafc;
  font-family: "Courier New", monospace;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  display: flex;
  align-items: center;
}
.missions-section .mission-card .mission-content .mission-list li::before {
  content: ">";
  color: #00d4ff;
  margin-right: 10px;
  font-weight: bold;
}
.missions-section .mission-card .mission-content .mission-list li:last-child {
  border-bottom: none;
}
.missions-section .mission-card .mission-bg-text {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 6rem;
  font-weight: 900;
  color: #f8fafc;
  opacity: 0.03;
  z-index: 1;
  transition: all 0.5s ease;
  pointer-events: none;
}

/* --- DASHBOARD LOGIC (Sistema Mostra/Nascondi) --- */
.fleet-section,
.missions-section {
  display: none;
}

.section-visible {
  display: block !important;
  animation: openSection 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes openSection {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --- AGGIUNTA CLASSE MOBILE-ACTIVE PER LA HOME (Flotta e Servizi) --- */
/* E AGGIORNAMENTO LOGICA LED/IMMAGINI */
/* FLOTTA - LOGICA CARD */
.fleet-section .drone-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* FLOTTA - LED LOGIC (Arancio Default -> Verde Active) */
.fleet-section .drone-card .status-dot {
  background-color: #f59e0b; /* Default: ARANCIO (Standby) */
  box-shadow: none;
  transition: all 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

/* FLOTTA - IMMAGINE DRONE (Effetto Stealth Default) */
.fleet-section .drone-card .drone-visual {
  height: 160px; /* Altezza fissa contenitore */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  overflow: visible;
}

.fleet-section .drone-card .drone-visual img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* Stato Iniziale: Spento/Stealth */
  filter: grayscale(100%) opacity(0.3);
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* --- FIX OTTICO AVATA 2 (Base) --- */
/* Sovrascrittura specifica per il drone più piccolo */
.fleet-section .drone-card .drone-visual img[alt="Avata 2"] {
  transform: scale(1.25); /* Parte già più grande del 35% */
}

/* FLOTTA - STATO ATTIVO (Hover o Mobile Active) */
.fleet-section .drone-card:hover,
.fleet-section .drone-card.mobile-active {
  border-color: #00d4ff;
  background: rgba(15, 23, 42, 0.9); /* Sfondo più scuro per contrasto foto */
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

/* Attivazione LED */
.fleet-section .drone-card:hover .status-dot,
.fleet-section .drone-card.mobile-active .status-dot {
  background-color: #10b981; /* Active: VERDE */
  box-shadow: 0 0 10px #10b981; /* Glow Verde */
}

/* Attivazione Immagine (Decollo Generico) */
.fleet-section .drone-card:hover .drone-visual img,
.fleet-section .drone-card.mobile-active .drone-visual img {
  filter: grayscale(0%) opacity(1); /* Colori pieni */
  transform: scale(1.15) translateY(-5px); /* Zoom e leggero lift */
}

/* --- FIX OTTICO AVATA 2 (Active) --- */
/* Sovrascrittura zoom attivo per Avata 2 */
.fleet-section .drone-card:hover .drone-visual img[alt="Avata 2"],
.fleet-section .drone-card.mobile-active .drone-visual img[alt="Avata 2"] {
  transform: scale(1.5) translateY(-5px); /* Zoom Extra */
}

/* Attivazione Testi */
.fleet-section .drone-card:hover h3,
.fleet-section .drone-card.mobile-active h3 {
  color: #00d4ff;
  margin-bottom: 0.5rem;
}

/* Aggiornamento Testo Status Footer */
.fleet-section .drone-card:hover .card-footer .status-text,
.fleet-section .drone-card.mobile-active .card-footer .status-text {
  color: #10b981; /* Testo diventa verde */
  text-shadow: 0 0 5px rgba(16, 185, 129, 0.4);
}

.fleet-section .drone-card:hover .card-footer .status-text::after,
.fleet-section .drone-card.mobile-active .card-footer .status-text::after {
  content: " // ONLINE"; /* Cambia testo al volo (CSS trick) */
}

.fleet-section .drone-card .card-footer .status-text {
  font-size: 0; /* Nasconde il testo originale per sostituirlo */
  font-size: 0.7rem;
}

.fleet-section .drone-card:hover .card-header,
.fleet-section .drone-card.mobile-active .card-header {
  border-bottom-color: rgba(0, 212, 255, 0.3);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.fleet-section .drone-card:hover .drone-specs,
.fleet-section .drone-card:hover .card-footer,
.fleet-section .drone-card.mobile-active .drone-specs,
.fleet-section .drone-card.mobile-active .card-footer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

/* SERVIZI (Mantengo logica precedente) */
.missions-section .mission-card:hover,
.missions-section .mission-card.mobile-active {
  background: rgba(30, 41, 59, 0.8);
  border-color: #00d4ff;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.missions-section .mission-card:hover .mission-icon svg,
.missions-section .mission-card.mobile-active .mission-icon svg {
  transform: scale(1.1);
  color: #00d4ff;
  filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.6));
}

.missions-section .mission-card:hover .mission-desc,
.missions-section .mission-card.mobile-active .mission-desc {
  color: #f8fafc;
}

.missions-section .mission-card:hover .mission-bg-text,
.missions-section .mission-card.mobile-active .mission-bg-text {
  opacity: 0.1;
  transform: scale(1.1);
}

.missions-section .mission-card:hover .mission-list,
.missions-section .mission-card.mobile-active .mission-list {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #1e293b;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #f8fafc;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/
/* sass/layouts/_contact.scss */
.contact-page {
  position: relative;
  background-color: #0f172a;
  padding: 8rem 0;
  min-height: 100vh;
  overflow: hidden;
  /* --- HEADER --- */
  /* --- GRID LAYOUT --- */
  /* --- LEFT COL: INFO & GARANZIE --- */
  /* --- RIGHT COL: FORM --- */
}
.contact-page .tech-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(248, 250, 252, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 250, 252, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  z-index: 0;
  opacity: 0.5;
}
.contact-page .contact-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.contact-page .contact-header {
  text-align: center;
  margin-bottom: 5rem;
}
.contact-page .contact-header .page-title {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #f8fafc;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.contact-page .contact-header .page-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  color: #94a3b8;
  max-width: 600px;
  margin: 0 auto;
}
.contact-page .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 992px) {
  .contact-page .contact-grid {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }
}
.contact-page .info-panel .direct-contact-box {
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.3);
  padding: 2rem;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}
.contact-page .info-panel .direct-contact-box:hover {
  border-color: #00d4ff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
  background: rgba(0, 212, 255, 0.1);
}
.contact-page .info-panel .direct-contact-box .icon-mail {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}
.contact-page .info-panel .direct-contact-box h3 {
  color: #94a3b8;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.contact-page .info-panel .direct-contact-box .mail-link {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.5rem;
  color: #f8fafc;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-weight: bold;
  transition: color 0.3s;
}
.contact-page .info-panel .direct-contact-box .mail-link:hover {
  color: #00d4ff;
  text-decoration: underline;
}
.contact-page .info-panel .direct-contact-box .sub-link {
  font-size: 0.85rem;
  color: #94a3b8;
  font-style: italic;
}
.contact-page .info-panel .standards-list .list-title {
  font-family: "Courier New", monospace;
  color: #00d4ff;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
}
.contact-page .info-panel .standards-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-page .info-panel .standards-list ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.contact-page .info-panel .standards-list ul li .check-icon {
  color: #00d4ff;
  font-size: 1.2rem;
  margin-right: 1rem;
  margin-top: -2px;
  font-weight: bold;
}
.contact-page .info-panel .standards-list ul li .text strong {
  display: block;
  color: #f8fafc;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}
.contact-page .info-panel .standards-list ul li .text p {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.contact-page .form-panel {
  background: rgba(30, 41, 59, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.1);
  padding: 2.5rem;
  position: relative;
}
.contact-page .form-panel .clean-form .form-row {
  margin-bottom: 1.5rem;
}
.contact-page .form-panel .clean-form .form-row label {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.contact-page .form-panel .clean-form .form-row input, .contact-page .form-panel .clean-form .form-row select, .contact-page .form-panel .clean-form .form-row textarea {
  width: 100%;
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #f8fafc;
  padding: 12px 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 0;
}
.contact-page .form-panel .clean-form .form-row input::-moz-placeholder, .contact-page .form-panel .clean-form .form-row select::-moz-placeholder, .contact-page .form-panel .clean-form .form-row textarea::-moz-placeholder {
  color: rgba(148, 163, 184, 0.5);
}
.contact-page .form-panel .clean-form .form-row input::placeholder, .contact-page .form-panel .clean-form .form-row select::placeholder, .contact-page .form-panel .clean-form .form-row textarea::placeholder {
  color: rgba(148, 163, 184, 0.5);
}
.contact-page .form-panel .clean-form .form-row input:focus, .contact-page .form-panel .clean-form .form-row select:focus, .contact-page .form-panel .clean-form .form-row textarea:focus {
  border-color: #00d4ff;
  background-color: rgba(15, 23, 42, 0.9);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.1);
}
.contact-page .form-panel .clean-form .form-row textarea {
  resize: vertical;
}
.contact-page .form-panel .clean-form .submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #00d4ff;
  color: #0f172a;
  border: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  margin-top: 1rem;
}
.contact-page .form-panel .clean-form .submit-btn:hover {
  background-color: rgb(51, 220.6, 255);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
  transform: translateY(-2px);
}
.contact-page .form-panel .clean-form .submit-btn:disabled {
  background-color: #94a3b8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.5;
}
.contact-page .form-panel .clean-form .form-response {
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 0.9rem;
  border-radius: 2px;
  display: none;
}
.contact-page .form-panel .clean-form .form-response.success-msg {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid #10b981;
  color: #10b981;
}
.contact-page .form-panel .clean-form .form-response.error-msg {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid #ef4444;
  color: #ef4444;
}

/*--------------------------------------------------------------
# Privacy and Cookies
--------------------------------------------------------------*/
/* sass/layouts/_privacy.scss */
.privacy-page {
  position: relative;
  background-color: #0f172a;
  padding: 6rem 0;
  min-height: 100vh;
  color: #f8fafc;
}
.privacy-page .tech-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(248, 250, 252, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 250, 252, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  background-position: center center;
  z-index: 0;
  opacity: 0.4;
}
.privacy-page .privacy-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.privacy-page .privacy-header {
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
  padding-bottom: 2rem;
}
.privacy-page .privacy-header .page-title {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #f8fafc;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.privacy-page .privacy-header .last-update {
  font-family: "Courier New", monospace;
  color: #00d4ff;
  font-size: 0.9rem;
  letter-spacing: 2px;
}
.privacy-page .privacy-content {
  background: rgba(30, 41, 59, 0.3);
  border: 1px solid rgba(148, 163, 184, 0.1);
  padding: 3rem;
}
@media (max-width: 768px) {
  .privacy-page .privacy-content {
    padding: 1.5rem;
  }
}
.privacy-page .privacy-content .policy-section {
  margin-bottom: 3rem;
}
.privacy-page .privacy-content .policy-section:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content .policy-section h2 {
  font-family: "Courier New", Courier, monospace;
  color: #f8fafc;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-left: 3px solid #00d4ff;
  padding-left: 1rem;
}
.privacy-page .privacy-content .policy-section p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.privacy-page .privacy-content .policy-section p strong {
  color: #f8fafc;
}
.privacy-page .privacy-content .policy-section ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.privacy-page .privacy-content .policy-section ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #94a3b8;
  line-height: 1.6;
}
.privacy-page .privacy-content .policy-section ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #00d4ff;
  font-family: "Courier New", monospace;
  font-weight: bold;
}
.privacy-page .privacy-content .policy-section ul li strong {
  color: #f8fafc;
}
.privacy-page .privacy-content .policy-section .contact-box {
  background: rgba(0, 212, 255, 0.05);
  border: 1px dashed rgba(0, 212, 255, 0.3);
  padding: 1.5rem;
  margin-top: 1rem;
  display: inline-block;
  min-width: 250px;
}
.privacy-page .privacy-content .policy-section .contact-box strong {
  display: block;
  color: #f8fafc;
  margin-bottom: 0.5rem;
  font-family: "Courier New", Courier, monospace;
}
.privacy-page .privacy-content .policy-section .contact-box a {
  color: #00d4ff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
.privacy-page .privacy-content .policy-section .contact-box a:hover {
  color: #f8fafc;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* sass/layouts/_footer.scss */
.site-footer {
  background-color: rgb(10.9736842105, 16.8263157895, 30.7263157895);
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding: 3rem 0;
  margin-top: auto;
  font-family: "Courier New", monospace;
}
.site-footer .footer-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .site-footer .footer-container {
    padding: 0 4rem;
  }
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
    align-items: center;
  }
}
.site-footer .footer-col.brand-col .tech-brand {
  color: #f8fafc;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 0.5rem;
}
.site-footer .footer-col.brand-col .copyright {
  color: #94a3b8;
  font-size: 0.8rem;
}
.site-footer .footer-col.brand-col .status-indicator {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .site-footer .footer-col.brand-col .status-indicator {
    justify-content: flex-start;
  }
}
.site-footer .footer-col.brand-col .status-indicator .dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 5px #10b981;
  animation: pulse 2s infinite;
}
.site-footer .footer-col.links-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .site-footer .footer-col.links-col {
    align-items: center;
  }
}
.site-footer .footer-col.links-col a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s;
}
.site-footer .footer-col.links-col a:hover {
  color: #00d4ff;
  text-decoration: underline;
}
.site-footer .footer-col.info-col {
  font-size: 0.8rem;
  color: rgb(117.3426966292, 136.6404494382, 163.6573033708);
  line-height: 1.4;
}
@media (min-width: 768px) {
  .site-footer .footer-col.info-col {
    text-align: right;
  }
}
.site-footer .footer-col.info-col p {
  margin: 0;
}
.site-footer .footer-col.info-col .vat {
  margin-top: 0.3rem;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* NUOVA REGOLA PER FIRMA DEV */
.dev-signature {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #475569;
  font-family: "Courier New", monospace;
}

.dev-signature .label {
  opacity: 0.7;
  margin-right: 5px;
}

.dev-signature a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: bold;
}

.dev-signature a:hover {
  color: #00d4ff; /* Accensione Ciano al passaggio del mouse */
  text-shadow: 0 0 5px rgba(0, 212, 255, 0.5);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* sass/layouts/_header.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(15, 23, 42, 0.85);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 212, 255, 0.15);
  padding: 1rem 0;
  transition: all 0.3s ease;
  /* --- LOGO / IDENTITY --- */
  /* --- CTA BUTTON --- */
}
.site-header .header-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  .site-header .header-container {
    padding: 0 4rem;
  }
}
.site-header .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-branding .brand-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .site-branding .brand-link:hover .brand-text {
  text-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
  color: #f8fafc;
}
.site-header .site-branding .brand-text {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.6rem;
  color: #f8fafc;
  font-weight: 800;
  letter-spacing: -1px;
  transition: all 0.3s ease;
}
.site-header .site-branding .sys-version {
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  color: #00d4ff;
  opacity: 0.7;
  padding-top: 6px;
  display: none;
}
@media (min-width: 380px) {
  .site-header .site-branding .sys-version {
    display: block;
  }
}
.site-header .header-actions .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid #00d4ff;
  color: #00d4ff;
  padding: 8px 20px;
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.site-header .header-actions .header-cta .icon {
  font-weight: normal;
  opacity: 0.7;
}
.site-header .header-actions .header-cta:hover {
  background: #00d4ff;
  color: #0f172a;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
}
.site-header .header-actions .header-cta:hover .icon {
  opacity: 1;
  font-weight: bold;
}

/* --- COMPENSAZIONE ALTEZZA HEADER (Spazio per non nascondere il contenuto) --- */
.site-main {
  padding-top: 85px;
}

/* Eccezione per la Home Page: 
   lì vogliamo che l'immagine vada sotto l'header per l'effetto immersivo */
.home .site-main {
  padding-top: 0;
}

/* ==========================================================================
   EXTRA MODULES: GDPR COMPLIANCE (Checkbox & Banner)
   ========================================================================== */
/* --- PRIVACY CHECKBOX (Contact Form) --- */
.privacy-check {
  margin-top: 1.5rem;
}

.check-container {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Nascondi la checkbox nativa */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Checkbox Custom (Stile Tech) */
.checkmark {
  height: 20px;
  width: 20px;
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid #94a3b8;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover */
.check-container:hover input ~ .checkmark {
  border-color: #00d4ff;
  box-shadow: 0 0 5px rgba(0, 212, 255, 0.3);
}

/* Checked State */
.check-container input:checked ~ .checkmark {
  background-color: rgba(0, 212, 255, 0.2);
  border-color: #00d4ff;
}

/* Simbolo Spunta */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #00d4ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Testo Checkbox */
.privacy-text {
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.privacy-text a {
  color: #f8fafc;
  text-decoration: underline;
}

.privacy-text a:hover {
  color: #00d4ff;
}

/* --- COOKIE SYSTEM ALERT (Bottom Banner) --- */
.cookie-banner {
  position: fixed;
  bottom: -100%; /* Nascosto sotto */
  left: 0;
  width: 100%;
  background-color: rgba(15, 23, 42, 0.95);
  border-top: 1px solid #00d4ff;
  z-index: 9999;
  padding: 1.5rem 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
  transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.cookie-banner.visible {
  bottom: 0;
}

@media (min-width: 768px) {
  .cookie-banner {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 4rem;
  }
}
.banner-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 800px;
  padding: 0 1.5rem;
}

.banner-icon {
  background: #00d4ff;
  color: #0f172a;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", monospace;
  flex-shrink: 0;
}

.banner-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.5;
}

.banner-text strong {
  display: block;
  color: #00d4ff;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
}

.banner-text a {
  color: #f8fafc;
  text-decoration: underline;
}

.banner-text a:hover {
  color: #00d4ff;
}

.banner-actions {
  display: flex;
  gap: 1rem;
  padding: 0 1.5rem;
}

.cookie-btn {
  padding: 10px 20px;
  font-family: "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: transparent;
  border: 1px solid transparent;
}

.cookie-btn.primary {
  background: rgba(0, 212, 255, 0.1);
  border-color: #00d4ff;
  color: #00d4ff;
}

.cookie-btn.primary:hover {
  background: #00d4ff;
  color: #0f172a;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}

.cookie-btn.secondary {
  color: #64748b;
}

.cookie-btn.secondary:hover {
  color: #f8fafc;
}

/* ==========================================================================
   AI TERMINAL MODULE (Tactical Advisor)
   ========================================================================== */
/* 1. Floating Button (Innesco - High Vis Version) */
.ai-floating-btn {
  position: fixed;
  bottom: 3rem; /* Alzato per staccarlo dal footer */
  right: 2rem;
  z-index: 9990; /* Appena sotto al cookie banner */
  background: #0a0b0e; /* Sfondo scuro solido */
  border: 1px solid #00d4ff;
  color: #00d4ff;
  padding: 14px 22px; /* Leggermente più grande */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  /* Animazione Radar */
  box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7);
  animation: ai-radar-pulse 2s infinite;
  transition: all 0.3s ease;
}

/* Effetto Hover: Si accende e si ferma */
.ai-floating-btn:hover {
  background: #00d4ff;
  color: #0f172a;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.8); /* Glow statico forte */
  transform: translateY(-4px);
  animation: none; /* Ferma il pulsare */
}

.ai-floating-btn .icon {
  font-weight: bold;
  font-family: "Courier New", monospace;
  font-size: 1.4rem; /* Icona più grande */
}

.ai-floating-btn .label {
  font-family: "Courier New", monospace;
  font-size: 0.9rem; /* Testo più leggibile */
  letter-spacing: 1px;
  font-weight: bold;
}

/* Animazione Keyframes Radar */
@keyframes ai-radar-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 212, 255, 0); /* L'alone si allarga e sparisce */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 212, 255, 0);
  }
}
/* 2. Modal Wrapper (Sfondo scuro) */
.ai-terminal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 10000; /* Sopra a tutto */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.ai-terminal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

/* 3. Terminal Window */
.terminal-window {
  width: 90%;
  max-width: 600px;
  height: 500px;
  background: #0a0b0e;
  border: 1px solid #00d4ff;
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
  display: flex;
  flex-direction: column;
  font-family: "Courier New", monospace;
}

/* Header Finestra */
.terminal-header {
  background: rgba(0, 212, 255, 0.1);
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.term-title {
  color: #00d4ff;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.term-close {
  color: #94a3b8;
  cursor: pointer;
  font-size: 0.8rem;
  transition: color 0.3s;
}

.term-close:hover {
  color: #ef4444;
}

/* Body Chat (Log) */
.terminal-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  /* Righe sottili di sfondo tipo monitor CRT */
  background-image: linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 20px;
}

.msg {
  margin-bottom: 12px;
}

.prefix {
  font-weight: bold;
  margin-right: 5px;
}

.ai-msg {
  color: #00d4ff;
}

.user-msg {
  color: #f8fafc;
  text-align: right;
}

.user-msg .prefix {
  color: #94a3b8;
}

.error-msg {
  color: #ef4444;
}

.loading {
  opacity: 0.7;
  font-style: italic;
}

/* Input Area */
.terminal-input-area {
  padding: 15px;
  border-top: 1px solid rgba(0, 212, 255, 0.3);
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.9);
}

.prompt-char {
  color: #00d4ff;
  margin-right: 10px;
  font-weight: bold;
}

#ai-user-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  outline: none;
}

#ai-send-btn {
  background: transparent;
  border: 1px solid #00d4ff;
  color: #00d4ff;
  padding: 5px 10px;
  font-size: 0.75rem;
  cursor: pointer;
  margin-left: 10px;
  transition: all 0.2s;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

#ai-send-btn:hover {
  background: #00d4ff;
  color: #000;
}/*# sourceMappingURL=style.css.map */