:root {
  --bg: #03050d;
  --bg-soft: #070b17;
  --bg-panel: rgba(9, 13, 28, 0.76);
  --bg-panel-strong: rgba(11, 15, 34, 0.92);

  --line: rgba(126, 167, 255, 0.16);
  --line-strong: rgba(126, 167, 255, 0.30);

  --text: #eef3ff;
  --muted: #a2aed0;
  --muted-2: #7d8bb2;

  --blue: #5aa7ff;
  --blue-2: #6b79ff;
  --cyan: #3ff2ff;
  --violet: #ae70ff;
  --green: #44e9c0;
  --warning: #ffd76e;

  --shadow: 0 24px 90px rgba(0, 0, 0, 0.46);
  --neon-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.14),
    0 0 24px rgba(90, 167, 255, 0.17),
    0 0 48px rgba(174, 112, 255, 0.12);

  --radius: 26px;
  --radius-sm: 18px;
  --container: min(1220px, calc(100vw - 36px));
}

/* ==========================================================================
   RESET / BASE
   ========================================================================== */


* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 212, 255, 0.6) rgba(10, 14, 30, 0.85);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 214, 255, 0.14), transparent 20%),
    radial-gradient(circle at 85% 8%, rgba(91, 88, 255, 0.16), transparent 20%),
    radial-gradient(circle at 50% 100%, rgba(78, 214, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #03050d 0%, #040814 100%);
}

.site-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 90%);
}

/* ==========================================================================
   GLOBAL LAYOUT / TYPOGRAPHY
   ========================================================================== */
.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 88px 0;
}

.section-tight {
  padding: 62px 0;
}

.page-hero,
.city-hero {
  padding: 48px 0 18px;
}

p {
  margin: 0 0 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 16px;
  line-height: 1.04;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.18rem;
}

.lead {
  max-width: 62ch;
  font-size: 1.08rem;
  color: var(--muted);
}

.eyebrow,
.mini-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.73rem;
  font-weight: 800;
  color: var(--cyan);
}

.section-intro {
  margin-top: -6px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
  gap: 34px;
}

.section-heading-main h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.section-heading .lead {
  margin: 0;
  max-width: 56ch;
}

/* ==========================================================================
   HEADER / NAV
   - desktop first
   - overlay mobile nel media query
   - no regole duplicate fuori da questa sezione
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(4, 6, 14, 0.85), rgba(4, 6, 14, 0.65));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.brand img,
.footer-brand img {
  width: auto;
  height: 90px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 16px rgba(63, 242, 255, 0.20)) drop-shadow(0 0 28px rgba(90, 167, 255, 0.22));
}

.nav-toggle {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.site-nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  opacity: 1;
  transform: none;
  transition:
    color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

/* CTA navbar desktop:
   separata dai link normali, senza sottolineato, glow proprio, allineata in altezza */
.site-nav .client-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-left: 12px;
  padding: 0 22px !important;
  border-radius: 999px;
  border: 1px solid rgba(90, 130, 255, 0.35);
  background: linear-gradient(180deg, rgba(20, 28, 60, 0.90), rgba(10, 14, 32, 0.95));
  color: #eaf2ff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 12px rgba(60, 120, 255, 0.25),
    0 0 30px rgba(0, 80, 255, 0.15);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.site-nav .client-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(120deg, #00d4ff, #3a7bff, #7a5cff);
  opacity: 0.25;
  filter: blur(8px);
  transition: opacity 0.3s ease;
}

.site-nav .client-cta::after {
  display: none !important;
  content: none !important;
}

.site-nav .client-cta:hover {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(80, 140, 255, 0.45),
    0 0 40px rgba(0, 90, 255, 0.25);
}

.site-nav .client-cta:hover::before {
  opacity: 0.45;
}

.mobile-nav-backdrop {
  display: none;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn,
.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 999px;
  border: 1px solid rgba(90, 167, 255, 0.28);
  font-weight: 700;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
  background: linear-gradient(135deg, rgba(90, 167, 255, 0.22), rgba(174, 112, 255, 0.16));
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.10),
    0 0 24px rgba(63, 242, 255, 0.12),
    0 16px 36px rgba(0, 0, 0, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.btn:hover,
.whatsapp-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(90, 167, 255, 0.44);
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  padding: 76px 0 34px;
}

.hero-grid,
.split-hero,
.two-col,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 520px);
  gap: 56px;
  align-items: center;
}

.hero-copy .eyebrow {
  margin-bottom: 14px;
}

.hero-copy h1 {
  max-width: 12ch;
  margin: 0 0 22px;
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-size: clamp(3rem, 6vw, 6rem);
}

.hero-copy .lead {
  max-width: 700px;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.75;
  color: rgba(223, 231, 255, 0.82);
  margin-top: 2rem !important;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 28px 0 0;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.metric-row>div {
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(70, 118, 255, 0.18);
  background: linear-gradient(180deg, rgba(16, 24, 52, 0.68), rgba(8, 13, 32, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 28px rgba(0, 102, 255, 0.08);
}

.metric-row strong {
  display: block;
  margin-bottom: 8px;
  color: #f3f7ff;
  font-size: 1rem;
}

.metric-row span {
  display: block;
  color: rgba(214, 225, 255, 0.72);
  line-height: 1.6;
  font-size: 0.94rem;
}

.hero-card {
  position: relative;
}

.glow-card,
.glow-card--feature {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(70, 118, 255, 0.24);
  backdrop-filter: blur(12px);
}

.glow-card {
  min-height: 400px;
  padding: 34px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(63, 242, 255, 0.14), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(174, 112, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    rgba(10, 14, 31, 0.84);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.glow-card--feature {
  padding: 34px 30px 30px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 194, 255, 0.12), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(120, 88, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(14, 20, 42, 0.92), rgba(6, 10, 26, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 0 42px rgba(0, 85, 255, 0.14),
    0 0 90px rgba(0, 20, 80, 0.25);
}

.glow-card--feature .eyebrow {
  margin-bottom: 10px;
}

.glow-card--feature h3 {
  margin: 0 0 24px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f5f8ff;
}

.hero-card-text {
  margin: 0 0 28px;
  max-width: 52ch;
  color: rgba(220, 229, 255, 0.8);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-benefits {
  display: grid;
  gap: 16px;
  margin-top: 2rem;
}

.hero-benefit {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(109, 143, 255, 0.12);
}

.hero-benefit:first-child {
  border-top: 0;
  padding-top: 0;
}

.hero-benefit-dot {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: radial-gradient(circle, #68d8ff 0%, #247bff 70%);
  box-shadow:
    0 0 12px rgba(61, 182, 255, 0.85),
    0 0 24px rgba(40, 97, 255, 0.45);
}

.hero-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: #f4f7ff;
  font-size: 1rem;
}

.hero-benefit p {
  margin: 0;
  color: rgba(213, 223, 248, 0.72);
  line-height: 1.6;
  font-size: 0.95rem;
}

.hero-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(109, 143, 255, 0.14);
  color: rgba(197, 210, 243, 0.7);
  line-height: 1.7;
  font-size: 0.94rem;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  transition: transform 0.25s linear;
  will-change: transform;
}

.orb-a {
  width: 120px;
  height: 120px;
  top: 38px;
  right: 34px;
  background: rgba(63, 242, 255, 0.18);
}

.orb-b {
  width: 136px;
  height: 136px;
  left: 20px;
  bottom: 24px;
  background: rgba(174, 112, 255, 0.18);
}

/* ==========================================================================
   BAND
   ========================================================================== */
.band {
  padding: 24px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.band-track {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.badge {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: #d9e5ff;
  box-shadow: 0 0 24px rgba(63, 242, 255, 0.06);
}

/* ==========================================================================
   COMMON PANELS / CARDS
   ========================================================================== */
.card,
.project-card,
.review-card,
.contact-panel,
.cta-panel,
.list-panel,
.breadcrumb,
.service-strip,
.stats-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.card,
.review-card,
.contact-panel,
.cta-panel,
.list-panel,
.stats-panel {
  padding: 26px;
}

.card::before,
.project-card::before,
.review-card::before,
.contact-panel::before,
.cta-panel::before,
.list-panel::before,
.service-strip::before,
.stats-panel::before {
  content: "";
  position: absolute;
  inset: auto -15% 100% -15%;
  height: 90px;
  background: linear-gradient(90deg, transparent, rgba(63, 242, 255, 0.10), rgba(174, 112, 255, 0.12), transparent);
  filter: blur(18px);
}

.service-card p,
.city-card p,
.review-card p,
.contact-panel p,
.list-panel p,
.card p,
.project-copy p {
  color: var(--muted);
}

/* ==========================================================================
   GRIDS
   ========================================================================== */
.grid-3,
.grid-4,
.projects-grid,
.reviews-grid,
.city-grid,
.highlight-grid {
  display: grid;
  gap: 20px;
}

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

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

.highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

/* ==========================================================================
   HIGHLIGHTS
   ========================================================================== */
.highlight {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 26px;
  border-radius: 28px;
  border: 1px solid rgba(66, 103, 220, 0.22);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 212, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(102, 92, 255, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(14, 19, 40, 0.88), rgba(7, 11, 25, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 32px rgba(19, 72, 211, 0.10);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  will-change: transform;
}

.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 30%, transparent 58%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(110, 195, 255, 0.10), transparent 24%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.highlight:hover {
  transform: translateY(-6px);
  border-color: rgba(97, 150, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(0, 0, 0, 0.30),
    0 0 42px rgba(29, 99, 255, 0.18),
    0 0 80px rgba(0, 212, 255, 0.08);
}

.highlight:hover::before {
  transform: translateX(120%);
}

.highlight-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.highlight-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(86, 145, 255, 0.28);
  background: rgba(12, 19, 43, 0.78);
  color: #62d8ff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 18px rgba(0, 153, 255, 0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.highlight h3 {
  margin: 0;
  color: #f4f7ff;
  font-size: clamp(1.3rem, 1.9vw, 1.65rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  transition: transform 0.35s ease, color 0.35s ease;
}

.highlight p {
  margin: 0;
  max-width: 52ch;
  color: rgba(216, 226, 248, 0.78);
  font-size: 1rem;
  line-height: 1.75;
  transition: color 0.35s ease;
}

.highlight:hover .highlight-kicker {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(55, 170, 255, 0.18);
}

.highlight:hover h3 {
  transform: translateX(2px);
  color: #ffffff;
}

.highlight:hover p {
  color: rgba(231, 238, 255, 0.88);
}

/* ==========================================================================
   STRIPS / LISTS / STATS
   ========================================================================== */
.service-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-points span,
.kicker-row span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #dbe6ff;
  font-size: 0.92rem;
}

.kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stats-panel .stat {
  padding: 4px 0;
}

.stats-panel strong {
  display: block;
  font-size: 1.45rem;
  color: #fff;
}

.stats-panel span {
  color: var(--muted);
  font-size: 0.92rem;
}

/* ==========================================================================
   PROJECTS / REVIEWS / CITY
   ========================================================================== */
.project-card {
  display: flex;
  flex-direction: column;
}

.project-thumb {
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at top, rgba(63, 242, 255, 0.10), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.project-thumb img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.project-copy {
  padding: 22px;
}

.review-stars {
  margin-bottom: 12px;
  color: var(--warning);
  font-size: 1rem;
  letter-spacing: 0.14em;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.review-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #fff;
  transition: color 0.25s ease;
}

.text-link:hover {
  color: var(--cyan);
}

/* ==========================================================================
   FORMS / FAQ / CONTENT
   ========================================================================== */
.checklist {
  padding-left: 18px;
  color: var(--muted);
}

.checklist li {
  margin-bottom: 10px;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
}

.placeholder {
  padding: 24px;
  border-radius: 22px;
  border: 1px dashed rgba(162, 174, 208, 0.34);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list a {
  color: #fff;
}

form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(7, 11, 23, 0.88);
  color: #fff;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: rgba(63, 242, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(63, 242, 255, 0.08);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.notice {
  font-size: 0.93rem;
  color: var(--muted);
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  padding: 60px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 20% 10%, rgba(63, 242, 255, 0.10), transparent 20%),
    radial-gradient(circle at 80% 0%, rgba(174, 112, 255, 0.12), transparent 20%),
    rgba(255, 255, 255, 0.02);
}

.footer-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(63, 242, 255, 0.04));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-grid h3 {
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li {
  margin: 8px 0;
  color: var(--muted);
}

.footer-grid a:hover {
  color: #fff;
}

/* ==========================================================================
   REVEAL / HOVER
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.40s;
}

.reveal-delay-6 {
  transition-delay: 0.48s;
}

.hover-lift,
.hover-lift-sm {
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    filter 0.28s ease;
  will-change: transform;
}

.hover-lift:hover {
  transform: translateY(-6px);
}

.hover-lift-sm:hover {
  transform: translateY(-3px);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {

  .hero-grid,
  .split-hero,
  .two-col,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .grid-3,
  .city-grid,
  .reviews-grid,
  .metric-row,
  .highlight-grid,
  .stats-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy h1 {
    max-width: 12ch;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .section-heading-main h2 {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

/* mobile globali non navbar */
@media (max-width: 760px) {

  .grid-4,
  .projects-grid,
  .grid-3,
  .city-grid,
  .reviews-grid,
  .metric-row,
  .highlight-grid,
  .stats-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel,
  .section-heading,
  .service-strip {
    display: block;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .service-strip-copy {
    margin-bottom: 18px;
  }

  .footer-bottom span+span {
    display: block;
    margin-top: 8px;
  }

  h1,
  h2 {
    max-width: none;
  }

  .glow-card--feature {
    padding: 24px 20px 22px;
    border-radius: 24px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .hero-copy .lead {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* ==========================================================================
   AUDIENCE
   ========================================================================== */
.section-audience {
  padding-top: 52px;
}

.audience-panel--minimal {
  position: relative;
  overflow: hidden;
  padding: 42px 34px;
  border-radius: 32px;
  border: 1px solid rgba(90, 130, 255, 0.16);
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 212, 255, 0.08), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(122, 92, 255, 0.09), transparent 28%),
    linear-gradient(180deg, rgba(13, 18, 38, 0.90), rgba(7, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 20px 50px rgba(0, 0, 0, 0.28),
    0 0 48px rgba(25, 92, 255, 0.08);
}

.audience-panel--minimal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(98, 165, 255, 0.10), transparent 24%);
  pointer-events: none;
  opacity: 0.8;
}

.audience-grid--minimal {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.audience-copy--minimal h2 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.audience-copy--minimal .lead {
  max-width: 42ch;
  color: rgba(214, 224, 248, 0.78);
  line-height: 1.75;
  font-size: 1.04rem;
}

.audience-proof {
  position: relative;
}

.audience-lines {
  display: grid;
  gap: 22px;
}

.audience-line {
  position: relative;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(109, 143, 255, 0.12);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.audience-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.audience-line::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, #69d9ff 0%, #247cff 70%);
  box-shadow:
    0 0 12px rgba(61, 182, 255, 0.65),
    0 0 22px rgba(40, 97, 255, 0.30);
  opacity: 0.82;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.3s ease;
}

.audience-line strong {
  display: block;
  margin-bottom: 8px;
  color: #f4f8ff;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.audience-line p {
  margin: 0;
  max-width: 46ch;
  color: rgba(208, 219, 244, 0.72);
  font-size: 0.99rem;
  line-height: 1.75;
  transition: color 0.3s ease;
}

.hover-line:hover {
  transform: translateX(6px);
  border-color: rgba(109, 143, 255, 0.22);
}

.hover-line:hover::before {
  transform: scale(1.3);
  opacity: 1;
  box-shadow:
    0 0 18px rgba(61, 182, 255, 0.9),
    0 0 30px rgba(40, 97, 255, 0.4);
}

.hover-line:hover strong {
  color: #ffffff;
  transform: translateX(2px);
}

.hover-line:hover p {
  color: rgba(231, 238, 255, 0.88);
}

@media (max-width: 1080px) {
  .audience-grid--minimal {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .audience-copy--minimal h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .audience-panel--minimal {
    padding: 26px 20px;
    border-radius: 24px;
  }

  .audience-grid--minimal {
    gap: 24px;
  }

  .audience-line::before {
    left: -2px;
  }

  .audience-line {
    padding-left: 16px;
  }
}

/* ==========================================================================
   SERVICES
   ========================================================================== */
.section-services {
  padding-top: 70px;
}

.grid-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.services-rail-wrap {
  position: relative;
  margin-top: 10px;
}

.service-slide {
  min-width: 0;
}

.service-slide .service-card {
  height: 100%;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(86, 130, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(122, 92, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(13, 18, 38, 0.88), rgba(7, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(25, 92, 255, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.service-slide .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 34%, transparent 60%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(98, 165, 255, 0.10), transparent 24%);
  transform: translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.service-slide .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 160, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.30),
    0 0 40px rgba(25, 92, 255, 0.14),
    0 0 72px rgba(0, 212, 255, 0.06);
}

.service-slide .service-card:hover::before {
  transform: translateX(120%);
}

.service-slide .mini-label {
  margin-bottom: 12px;
  color: rgba(145, 220, 255, 0.92);
}

.service-slide h3 {
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.8vw, 1.5rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.service-slide p {
  margin-bottom: 18px;
  color: rgba(214, 224, 248, 0.76);
  line-height: 1.72;
  font-size: 0.98rem;
}

.service-slide .text-link {
  margin-top: auto;
}

@media (max-width: 980px) {
  .grid-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .services-rail-wrap {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
    margin-right: calc(-1 * ((100vw - var(--container)) / 2));
    scrollbar-width: none;
  }

  .services-rail-wrap::-webkit-scrollbar {
    display: none;
  }

  .grid-services {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 84vw);
    grid-template-columns: unset;
    gap: 16px;
    width: max-content;
    padding-right: 14px;
  }

  .service-slide {
    height: 100%;
  }

  .service-slide .service-card {
    min-height: 100%;
    padding: 22px 20px;
    border-radius: 24px;
  }
}

/* ==========================================================================
   PROJECTS
   ========================================================================== */
.section-projects .section-heading-side {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.projects-rail-wrap {
  position: relative;
  margin-top: 10px;
}

.project-slide {
  min-width: 0;
}

.project-slide .project-card {
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(86, 130, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(122, 92, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(13, 18, 38, 0.88), rgba(7, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(25, 92, 255, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.project-slide .project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 34%, transparent 60%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(98, 165, 255, 0.10), transparent 24%);
  transform: translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.project-slide .project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 160, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.30),
    0 0 40px rgba(25, 92, 255, 0.14),
    0 0 72px rgba(0, 212, 255, 0.06);
}

.project-slide .project-card:hover::before {
  transform: translateX(120%);
}

.project-slide .project-thumb {
  padding: 20px;
}

.project-slide .project-copy {
  padding: 24px;
}

.project-slide .project-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.8vw, 1.5rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.project-slide .project-copy p {
  color: rgba(214, 224, 248, 0.76);
  line-height: 1.72;
}

@media (max-width: 760px) {
  .projects-rail-wrap {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
    margin-right: calc(-1 * ((100vw - var(--container)) / 2));
    scrollbar-width: none;
  }

  .projects-rail-wrap::-webkit-scrollbar {
    display: none;
  }

  .projects-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 86vw);
    grid-template-columns: unset;
    gap: 16px;
    width: max-content;
    padding-right: 14px;
  }

  .project-slide .project-card {
    min-height: 100%;
    border-radius: 24px;
  }

  .project-slide .project-copy {
    padding: 20px;
  }
}

/* ==========================================================================
   METHOD
   ========================================================================== */
.method-clean {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.method-clean-head h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.method-clean-flow {
  margin-top: 40px;
  display: grid;
  gap: 18px;
}

.method-line {
  position: relative;
  padding: 18px 22px;
  border-radius: 999px;
  border: 1px solid rgba(100, 140, 255, 0.18);
  background: rgba(10, 14, 30, 0.7);
  backdrop-filter: blur(6px);
  font-size: 1.05rem;
  color: rgba(220, 230, 255, 0.85);
  transition: all 0.3s ease;
}

.method-line:hover {
  transform: translateY(-3px);
  border-color: rgba(120, 170, 255, 0.35);
  box-shadow:
    0 0 30px rgba(0, 140, 255, 0.12),
    0 0 60px rgba(0, 200, 255, 0.06);
  color: #fff;
}

.method-close {
  margin-top: 28px;
  font-size: 0.95rem;
  color: rgba(200, 210, 235, 0.65);
}

/* ==========================================================================
   VISUAL
   ========================================================================== */
.section-visual {
  padding-top: 40px;
}

.visual-panel {
  position: relative;
  overflow: hidden;
  padding: 48px 40px;
  border-radius: 36px;
  border: 1px solid rgba(90, 130, 255, 0.16);
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 212, 255, 0.08), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(122, 92, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(12, 18, 38, 0.92), rgba(6, 10, 24, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 24px 60px rgba(0, 0, 0, 0.32),
    0 0 60px rgba(25, 92, 255, 0.08);
}

.visual-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(98, 165, 255, 0.10), transparent 26%);
  pointer-events: none;
  opacity: 0.9;
}

.visual-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.visual-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.visual-copy .lead {
  max-width: 42ch;
  color: rgba(214, 224, 248, 0.78);
  line-height: 1.75;
}

.visual-points {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.visual-points span {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: rgba(220, 230, 255, 0.85);
  border: 1px solid rgba(100, 140, 255, 0.18);
  background: rgba(10, 14, 30, 0.7);
  transition: all 0.3s ease;
}

.visual-points span:hover {
  border-color: rgba(120, 170, 255, 0.35);
  box-shadow:
    0 0 20px rgba(0, 140, 255, 0.15),
    0 0 40px rgba(0, 200, 255, 0.08);
  color: #fff;
}

.visual-media {
  position: relative;
}

.visual-mockup {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(10, 14, 30, 0.8);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(0, 140, 255, 0.12);
  transition: transform 0.5s ease;
}

.visual-mockup img {
  width: 100%;
  height: auto;
  display: block;
}

.visual-mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 40%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 1s ease;
}

.visual-mockup:hover {
  transform: translateY(-8px) scale(1.01);
}

.visual-mockup:hover::after {
  transform: translateX(120%);
}

.visual-mockup::before {
  content: "Struttura progetto";
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(200, 220, 255, 0.8);
  border: 1px solid rgba(120, 160, 255, 0.2);
}

@media (max-width: 1024px) {
  .visual-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .visual-copy h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .visual-panel {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .visual-copy h2 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
  }
}

/* ==========================================================================
   DIVIDER
   ========================================================================== */
.divider-glow {
  position: relative;
  margin: 80px auto;
  max-width: 1200px;
  height: 1px;
  overflow: hidden;
}

.divider-glow span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(90, 140, 255, 0.2) 20%,
      rgba(0, 212, 255, 0.6) 50%,
      rgba(120, 140, 255, 0.2) 80%,
      transparent 100%);
  filter: blur(0.3px);
}

.divider-glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
      rgba(0, 212, 255, 0.35),
      rgba(90, 140, 255, 0.15),
      transparent 70%);
  filter: blur(30px);
  opacity: 0.8;
}

.divider-glow::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  height: 1px;
  width: 40%;
  background: linear-gradient(90deg,
      transparent,
      rgba(0, 212, 255, 0.9),
      transparent);
  animation: divider-flow 4s linear infinite;
}

@keyframes divider-flow {
  0% {
    left: -20%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    left: 60%;
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.section-reviews .section-heading-side {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.reviews-rail-wrap {
  position: relative;
  margin-top: 10px;
}

.review-slide {
  min-width: 0;
}

.review-slide .review-card {
  height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(86, 130, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.07), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(122, 92, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(13, 18, 38, 0.88), rgba(7, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(25, 92, 255, 0.08);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.review-slide .review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.03) 34%, transparent 60%),
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(98, 165, 255, 0.10), transparent 24%);
  transform: translateX(-120%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.review-slide .review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(109, 160, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.30),
    0 0 40px rgba(25, 92, 255, 0.14),
    0 0 72px rgba(0, 212, 255, 0.06);
}

.review-slide .review-card:hover::before {
  transform: translateX(120%);
}

.review-slide .review-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.18rem, 1.7vw, 1.4rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.review-slide .review-card p {
  color: rgba(214, 224, 248, 0.76);
  line-height: 1.72;
}

@media (max-width: 760px) {
  .reviews-rail-wrap {
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 10px;
    margin-right: calc(-1 * ((100vw - var(--container)) / 2));
    scrollbar-width: none;
  }

  .reviews-rail-wrap::-webkit-scrollbar {
    display: none;
  }

  .reviews-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(300px, 86vw);
    grid-template-columns: unset;
    gap: 16px;
    width: max-content;
    padding-right: 14px;
  }

  .review-slide .review-card {
    min-height: 100%;
    border-radius: 24px;
  }
}

/* ==========================================================================
   FLOATING WHATSAPP
   - sparisce quando il menu mobile è aperto
   ========================================================================== */
.floating-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  color: #eef7ff;
  text-decoration: none;
  border: 1px solid rgba(110, 140, 255, 0.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(70, 255, 190, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(14, 18, 34, 0.94), rgba(8, 11, 24, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(70, 255, 190, 0.08),
    0 0 40px rgba(25, 92, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    opacity 0.25s ease;
}

.floating-wa::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(120deg,
      rgba(70, 255, 190, 0.22),
      rgba(90, 167, 255, 0.10),
      rgba(174, 112, 255, 0.10));
  filter: blur(10px);
  opacity: 0.55;
  transition: opacity 0.28s ease;
}

.floating-wa:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(90, 255, 190, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 36px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(70, 255, 190, 0.14),
    0 0 56px rgba(25, 92, 255, 0.10);
}

.floating-wa:hover::before {
  opacity: 0.8;
}

.floating-wa__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #071a13;
  background: linear-gradient(135deg, #47f0b7, #1fdc8f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 20px rgba(70, 255, 190, 0.25);
}

.floating-wa__icon svg {
  width: 22px;
  height: 22px;
}

.floating-wa__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.floating-wa__text strong {
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #f2f7ff;
}

.floating-wa__text small {
  margin-top: 4px;
  font-size: 0.77rem;
  color: rgba(210, 223, 248, 0.70);
}

body.menu-open .floating-wa {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  pointer-events: none;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-section {
  padding-top: 70px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(86, 130, 255, 0.18);
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.06), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(122, 92, 255, 0.07), transparent 30%),
    linear-gradient(180deg, rgba(13, 18, 38, 0.88), rgba(7, 10, 24, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 0 1px rgba(255, 255, 255, 0.015),
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(25, 92, 255, 0.08);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(109, 160, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(25, 92, 255, 0.12);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: #f4f8ff;
  text-align: left;
  font: inherit;
  font-weight: 700;
  font-size: 1.02rem;
  cursor: pointer;
}

.faq-question span:first-child {
  max-width: 90%;
  line-height: 1.4;
}

.faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(223, 232, 255, 0.88);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.faq-icon::before {
  width: 14px;
  height: 2px;
}

.faq-icon::after {
  width: 2px;
  height: 14px;
}

.faq-question[aria-expanded="true"] .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.2);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-inner p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(214, 224, 248, 0.78);
  line-height: 1.78;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-question {
  padding-bottom: 14px;
}

@media (max-width: 760px) {
  .faq-question {
    padding: 18px 18px;
    font-size: 0.98rem;
  }

  .faq-answer-inner p {
    padding: 0 18px 18px;
    font-size: 0.96rem;
  }
}

/* ==========================================================================
   FOOTER FULL
   ========================================================================== */
.site-footer.footer-full {
  position: relative;
  overflow: hidden;
  padding: 82px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0.008)),
    radial-gradient(circle at 14% 10%, rgba(63, 242, 255, 0.07), transparent 24%),
    radial-gradient(circle at 86% 0%, rgba(174, 112, 255, 0.08), transparent 24%),
    #040814;
}

.footer-energy {
  position: absolute;
  border-radius: 999px;
  filter: blur(50px);
  pointer-events: none;
  opacity: 0.45;
}

.footer-energy-a {
  width: 280px;
  height: 280px;
  left: -60px;
  top: 40px;
  background: rgba(0, 212, 255, 0.14);
  animation: footerFloatA 9s ease-in-out infinite;
}

.footer-energy-b {
  width: 320px;
  height: 320px;
  right: -80px;
  top: 0;
  background: rgba(122, 92, 255, 0.16);
  animation: footerFloatB 11s ease-in-out infinite;
}

.footer-energy-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(90, 140, 255, 0.18) 18%,
      rgba(0, 212, 255, 0.48) 50%,
      rgba(120, 140, 255, 0.18) 82%,
      transparent 100%);
}

.footer-energy-line::before {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  height: 1px;
  width: 34%;
  background: linear-gradient(90deg,
      transparent,
      rgba(0, 212, 255, 0.95),
      transparent);
  animation: footerEnergyRun 5.5s linear infinite;
}

.footer-energy-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
      rgba(0, 212, 255, 0.22),
      rgba(90, 140, 255, 0.10),
      transparent 72%);
  filter: blur(32px);
  opacity: 0.8;
}

.footer-top {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
  padding: 0 0 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-top-copy {
  position: relative;
}

.footer-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(90, 167, 255, 0.20);
  background: rgba(255, 255, 255, 0.02);
  color: #d7e7ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(90, 167, 255, 0.06);
}

.footer-top-copy h2 {
  margin: 0 0 16px;
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.footer-top-copy p {
  max-width: 54ch;
  margin: 0;
  color: rgba(214, 224, 248, 0.80);
  font-size: 1.05rem;
  line-height: 1.8;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.footer-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 17px 26px;
  border-radius: 999px;
  border: 1px solid rgba(96, 142, 255, 0.18);
  text-decoration: none;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.footer-cta span {
  position: relative;
  z-index: 2;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.10) 45%,
      transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.9s ease;
}

.footer-cta:hover::before {
  transform: translateX(120%);
}

.footer-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, rgba(26, 119, 255, 0.95), rgba(84, 63, 255, 0.92));
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.10),
    0 0 30px rgba(63, 242, 255, 0.12),
    0 16px 36px rgba(0, 0, 0, 0.28);
}

.footer-cta-secondary {
  color: #eef5ff;
  background: linear-gradient(180deg, rgba(19, 26, 52, 0.82), rgba(10, 14, 30, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 28px rgba(0, 0, 0, 0.20);
}

.footer-cta:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 170, 255, 0.28);
}

.footer-cta-primary:hover {
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.14),
    0 0 38px rgba(63, 242, 255, 0.16),
    0 22px 42px rgba(0, 0, 0, 0.34);
}

.footer-cta-secondary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 34px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(90, 167, 255, 0.08);
}

.footer-top-visual {
  position: relative;
}

.footer-top-visual img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 14, 30, 0.7);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    0 0 48px rgba(25, 92, 255, 0.10);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

.footer-top-visual:hover img {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.42),
    0 0 58px rgba(25, 92, 255, 0.14);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 34px 0 22px;
}

.footer-col {
  position: relative;
}

.footer-col h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  color: #f2f7ff;
}

.footer-brand-inline {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer-brand-inline img {
  width: auto;
  height: 78px;
  object-fit: contain;
  filter:
    drop-shadow(0 0 16px rgba(63, 242, 255, 0.20)) drop-shadow(0 0 28px rgba(90, 167, 255, 0.22));
}

.footer-brand-inline strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.footer-brand-inline p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 10px 0;
  color: var(--muted);
  line-height: 1.65;
}

.footer-links a,
.footer-bottom-right a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 0.24s ease;
}

.footer-links a::after,
.footer-bottom-right a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  transition: transform 0.26s ease;
}

.footer-links a:hover,
.footer-bottom-right a:hover {
  color: #fff;
}

.footer-links a:hover::after,
.footer-bottom-right a:hover::after {
  transform: scaleX(1);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-bottom-left,
.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

@keyframes footerEnergyRun {
  0% {
    left: -20%;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  52% {
    left: 58%;
    opacity: 1;
  }

  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes footerFloatA {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(18px, -10px, 0);
  }
}

@keyframes footerFloatB {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-22px, 12px, 0);
  }
}

@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top-copy h2 {
    max-width: 100%;
  }

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

@media (max-width: 760px) {
  .site-footer.footer-full {
    padding: 58px 0 22px;
  }

  .footer-top {
    gap: 26px;
    padding-bottom: 30px;
  }

  .footer-top-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .footer-top-copy p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .footer-actions {
    gap: 12px;
  }

  .footer-cta {
    min-width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0 18px;
  }

  .footer-brand-inline img {
    height: 68px;
    display: none;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom-right {
    margin-top: 10px;
  }
}

/* ==========================================================================
   MOBILE NAV
   - isolate il comportamento mobile qui
   - desktop resta integro
   ========================================================================== */
@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 44;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(2, 8, 20, 0.58);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  body.menu-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-shell {
    min-height: 84px;
  }

  .brand {
    gap: 12px;
  }

  .brand img,
  .footer-brand img {
    height: 72px;
  }

  .brand span {
    font-size: 1rem;
  }

  .nav-toggle {
    position: relative;
    z-index: 60;
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(15, 20, 38, 0.90), rgba(8, 11, 24, 0.96));
    color: #eef4ff;
    cursor: pointer;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.22),
      0 0 20px rgba(35, 119, 255, 0.08);
    transition:
      transform 0.22s ease,
      border-color 0.22s ease,
      box-shadow 0.22s ease;
  }

  .nav-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(120, 170, 255, 0.22);
  }

  .nav-toggle-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .nav-toggle-icon {
    position: relative;
    width: 18px;
    height: 14px;
    display: inline-block;
  }

  .nav-toggle-icon span {
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #eef4ff;
    transition: transform 0.26s ease, top 0.26s ease;
  }

  .nav-toggle-icon span:first-child {
    top: 3px;
  }

  .nav-toggle-icon span:last-child {
    top: 9px;
  }

  .nav-toggle.is-open .nav-toggle-icon span:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .nav-toggle.is-open .nav-toggle-icon span:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 88px;
    left: 12px;
    right: 12px;
    z-index: 55;
    display: block !important;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transition:
      opacity 0.26s ease,
      visibility 0.26s ease,
      transform 0.26s ease;
    border-radius: 26px;
    overflow: hidden;
    background:
      radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.05), transparent 28%),
      radial-gradient(circle at 86% 12%, rgba(122, 92, 255, 0.08), transparent 30%),
      linear-gradient(180deg, rgba(7, 11, 25, 0.96), rgba(4, 7, 18, 0.985));
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav.is-open a {
    justify-content: center !important;
    text-align: center !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-top: .5rem;
  }

  .site-nav-inner {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center;
    gap: 8px;
    min-height: calc(100dvh - 100px);
    padding: 18px;
    border-radius: 26px;
    background:
      radial-gradient(circle at 14% 18%, rgba(0, 212, 255, 0.05), transparent 28%),
      radial-gradient(circle at 86% 12%, rgba(122, 92, 255, 0.08), transparent 30%),
      linear-gradient(180deg, rgba(7, 11, 25, 0.96), rgba(4, 7, 18, 0.985));
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.46),
      0 0 30px rgba(35, 119, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .site-nav a {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    min-height: 52px;
    padding: 12px;
    border-radius: 14px;
    color: #dbe6ff;
    background: transparent;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition:
      opacity 0.30s ease,
      transform 0.30s ease,
      background 0.22s ease,
      color 0.22s ease;
  }

  .site-nav a::after {
    display: none !important;
    content: none !important;
  }

  .site-nav.is-open a {
    opacity: 0.9;
    transform: translateY(0);
  }

  .site-nav.is-open a:nth-child(1) {
    transition-delay: 0.05s;
  }

  .site-nav.is-open a:nth-child(2) {
    transition-delay: 0.10s;
  }

  .site-nav.is-open a:nth-child(3) {
    transition-delay: 0.15s;
  }

  .site-nav.is-open a:nth-child(4) {
    transition-delay: 0.20s;
  }

  .site-nav.is-open a:nth-child(5) {
    transition-delay: 0.25s;
  }

  .site-nav.is-open a:nth-child(6) {
    transition-delay: 0.30s;
  }

  .site-nav.is-open a:nth-child(7) {
    transition-delay: 0.35s;
  }

  .site-nav a:hover,
  .site-nav a.active {
    color: #fff;
    opacity: 1;
    background: rgba(255, 255, 255, 0.035);
    transform: translateX(2px);
  }

  .site-nav .client-cta {
    justify-content: center;
    min-height: 56px;
    margin: 10px 0 0;
    padding: 0 16px !important;
    border-radius: 999px;
    border: 1px solid rgba(90, 130, 255, 0.28);
    background: linear-gradient(180deg, rgba(20, 28, 60, 0.92), rgba(10, 14, 32, 0.98));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 0 16px rgba(60, 120, 255, 0.18),
      0 0 34px rgba(0, 80, 255, 0.12);
    color: #eef5ff;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .site-nav .client-cta:hover {
    transform: translateY(-1px);
  }

  .floating-wa {
    right: 14px;
    bottom: 14px;
    min-height: 56px;
    padding: 8px 14px 8px 8px;
    gap: 10px;
  }

  .floating-wa__icon {
    width: 38px;
    height: 38px;
  }

  .floating-wa__icon svg {
    width: 20px;
    height: 20px;
  }

  .floating-wa__text strong {
    font-size: 0.9rem;
  }

  .floating-wa__text small {
    font-size: 0.72rem;
  }

  body {
    overflow-x: hidden;
  }
}


/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 112px;
  /* lascia spazio al pulsante WhatsApp */
  width: 58px;
  height: 58px;
  border: 1px solid rgba(126, 167, 255, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(10, 16, 34, 0.92), rgba(7, 11, 23, 0.96));
  color: var(--text);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(90, 167, 255, 0.08),
    0 0 28px rgba(90, 167, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.96);
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0.32s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 25%, rgba(63, 242, 255, 0.12), transparent 42%),
    radial-gradient(circle at 70% 75%, rgba(174, 112, 255, 0.14), transparent 46%);
  opacity: 0.95;
  pointer-events: none;
}

.back-to-top__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.back-to-top__ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg,
      rgba(63, 242, 255, 0.55),
      rgba(90, 167, 255, 0.22),
      rgba(174, 112, 255, 0.48));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.9;
}

.back-to-top__icon {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.back-to-top__icon svg {
  width: 22px;
  height: 22px;
}

.back-to-top:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(126, 167, 255, 0.4);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(90, 167, 255, 0.14),
    0 0 36px rgba(90, 167, 255, 0.18),
    0 0 56px rgba(174, 112, 255, 0.12);
}

.back-to-top:active {
  transform: translateY(-1px) scale(0.98);
}

.back-to-top:focus-visible {
  outline: none;
  border-color: rgba(63, 242, 255, 0.7);
  box-shadow:
    0 0 0 4px rgba(63, 242, 255, 0.14),
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 32px rgba(63, 242, 255, 0.16);
}

@media (max-width: 760px) {
  .back-to-top {
    right: 18px;
    bottom: 94px;
    width: 52px;
    height: 52px;
  }

  .back-to-top__icon,
  .back-to-top__icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .back-to-top:hover,
  .back-to-top:active {
    transform: none;
  }
}

/* ==========================================================================
   DESKTOP NAV RESET
   - lascia desktop blindato se in futuro cambi il mobile
   ========================================================================== */
@media (min-width: 761px) {
  .mobile-nav-backdrop {
    display: none !important;
  }

  .nav-toggle {
    display: none !important;
  }

  .site-nav {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    display: flex !important;
    align-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    margin-left: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: none !important;
  }

  .site-nav-inner {
    position: static !important;
    min-height: auto !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-nav a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-height: auto !important;
    padding: 10px 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    color: var(--muted) !important;
    font-size: 0.96rem !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-align: center !important;
  }

  .site-nav a::before {
    display: none !important;
  }

  .site-nav a::after {
    display: block !important;
  }

  .site-nav a:hover,
  .site-nav a.active {
    color: #fff !important;
    background: transparent !important;
    transform: none !important;
  }

  .site-nav .client-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    margin: 0 0 0 12px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(90, 130, 255, 0.35) !important;
    background: linear-gradient(180deg, rgba(20, 28, 60, 0.90), rgba(10, 14, 32, 0.95)) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 0 12px rgba(60, 120, 255, 0.25),
      0 0 30px rgba(0, 80, 255, 0.15) !important;
    color: #eaf2ff !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
  }

  .site-nav .client-cta::before {
    display: block !important;
    opacity: 0.25 !important;
  }

  .site-nav .client-cta::after {
    display: none !important;
    content: none !important;
  }

  .site-nav .client-cta:hover {
    transform: translateY(-1px) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 0 18px rgba(80, 140, 255, 0.45),
      0 0 40px rgba(0, 90, 255, 0.25) !important;
  }

  .site-nav .client-cta:hover::before {
    opacity: 0.45 !important;
  }
}

/* ==========================================================================
   SCROLLBAR
   ========================================================================== */
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg,
      rgba(90, 167, 255, 0.55),
      rgba(0, 212, 255, 0.65));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 12px rgba(0, 212, 255, 0.25);
}


/* PAGINA SERVIZI GENERALE */
.service-strip {
  display: flex;
  justify-content: center;
}

.service-strip>h2,
.lead {
  text-align: center;
  max-width: 700px;
}

.split-hero h1 {
  margin-bottom: 2rem;
}

/* PORTFOLIO PROJECT SPECIFICI (SCREENSHOT) */

.case-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.case-shot {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, .16);
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.case-shot:hover {
  transform: translateY(-4px);
  border-color: rgba(92, 130, 255, .45);
  box-shadow: 0 0 30px rgba(20, 60, 180, .18);
}

.case-shot img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.case-shot span {
  display: block;
  padding: 1rem 1.1rem 1.2rem;
  font-weight: 600;
  color: #dfe6f6;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9999;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-inner {
  max-width: 1200px;
  max-height: 90vh;
  overflow: auto;
  border-radius: 18px;
}

.lightbox-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .case-gallery {
    grid-template-columns: 1fr;
  }

  .case-shot img {
    height: 240px;
  }
}

/* fix hero space */
.lead {
  margin-top: 3rem;
}

/* Contact panel image */
.contact-media {
  position: relative;
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
  margin-right: calc(-1 * var(--contact-panel-padding, 1.5rem));
  margin-bottom: calc(-1 * var(--contact-panel-padding, 1.5rem));
  margin-left: calc(-1 * var(--contact-panel-padding, 1.5rem));
  width: calc(100% + (var(--contact-panel-padding, 1.5rem) * 2));
  border-radius: clamp(1rem, 1.8vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(113, 156, 255, 0.16);
  background: rgba(8, 14, 30, 0.5);
  aspect-ratio: 16 / 10;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02) inset,
    0 1.25rem 3rem rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.contact-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0.02) 0%, rgba(3, 8, 20, 0.16) 100%),
    radial-gradient(circle at 20% 15%, rgba(0, 225, 255, 0.08), transparent 32%);
  pointer-events: none;
  z-index: 1;
}

.contact-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.7s ease;
  filter: saturate(1.02) contrast(1.02);
}

.contact-panel:hover .contact-media img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.04);
}

@media (max-width: 48rem) {
  .contact-media {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-media img {
    transition: none;
  }

  .contact-panel:hover .contact-media img {
    transform: none;
  }
}


/* Contact form success */
.form-success {
  display: block;
  width: 100%;
  margin: 0 0 1.75rem;
  padding: 1rem 1.4rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(113, 156, 255, 0.22);
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.92), rgba(8, 14, 30, 0.88));
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.98rem;
  line-height: 1.6;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 1.25rem 3rem rgba(0, 0, 0, 0.22);
}

/* Contact toast */
.site-toast-wrap {
  position: fixed;
  inset: 1.25rem 1.25rem auto 1.25rem;
  z-index: 1200;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.site-toast {
  pointer-events: auto;
  width: min(100%, 34rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.9rem;
  padding: 1rem 1rem 1rem 0.95rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(113, 156, 255, 0.2);
  background: linear-gradient(135deg, rgba(10, 18, 40, 0.96), rgba(8, 14, 30, 0.92));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.025) inset, 0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.96);
  transform: translateY(-0.75rem) scale(0.985);
  opacity: 0;
  animation: toastIn 0.9s cubic-bezier(.2, .9, .2, 1.1) forwards;
}

.site-toast--success {
  border-color: rgba(95, 211, 164, 0.28);
}

.site-toast--error {
  border-color: rgba(255, 123, 123, 0.26);
}

.site-toast__dot {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.28) 100%);
  box-shadow: 0 0 1.2rem currentColor;
}

.site-toast--success .site-toast__dot {
  color: rgba(95, 211, 164, 0.95);
}

.site-toast--error .site-toast__dot {
  color: rgba(255, 123, 123, 0.95);
}

.site-toast__content strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.98rem;
  font-weight: 600;
}

.site-toast__content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.site-toast__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.1rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-toast__close:hover {
  color: rgba(255, 255, 255, 0.92);
  transform: scale(1.06);
}

.site-toast.is-hiding {
  animation: toastOut 0.35s ease forwards;
}

@keyframes toastIn {
  0% {
    opacity: 0;
    transform: translateY(-1.8rem) scale(0.96);
  }

  55% {
    opacity: 1;
    transform: translateY(0.25rem) scale(1.01);
  }

  75% {
    transform: translateY(-0.15rem) scale(0.998);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes toastOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(-0.5rem) scale(0.985);
  }
}

@media (max-width: 48rem) {
  .site-toast-wrap {
    inset: 1rem 1rem auto 1rem;
  }

  .site-toast {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .site-toast,
  .site-toast.is-hiding,
  .site-toast__close {
    animation: none;
    transition: none;
  }
}

/* Honeypot field */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* ---------------------- */

#form>.btn {
  color: white;
}

/* pagina sistema */

.highlight>h3 {
  padding-bottom: 1rem;
}


/* ===== CHECKBOX CONSENSO  ===== */

.contact-consent__label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  line-height: 1.4;
}


.contact-consent__checkbox {
  position: absolute;
  opacity: 0;
  width: 22px;
  height: 22px;
  pointer-events: none;
}


.contact-consent__label::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
  transition: all 0.2s ease;
}


.contact-consent__checkbox:checked+.contact-consent__text::before {
  content: "✔";
  position: absolute;
  left: -35px;
  top: 8px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #4ade80, #22c55e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04130c;
  font-size: 14px;
  font-weight: 700;
}


.contact-consent__text {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}


.contact-consent__label:hover::before {
  border-color: #4ade80;
}


@media (max-width: 48rem) {
  .contact-consent__checkbox:checked+.contact-consent__text::before {
    left: -35px;
    top: 18px;
  }
}

@media (min-width: 48rem) and (max-width: 1080px) {
  .contact-consent__checkbox:checked+.contact-consent__text::before {
    top: -2px;
  }
}

.city-text-p {
  margin: 0 auto !important;
}

.city-text-h2 {
  text-align: center !important;
  padding-bottom: 1rem;
}

/* POP UP ANALISI SITO  */

.site-audit-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(390px, calc(100vw - 32px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.45s ease;
}

.site-audit-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.site-audit-toast__card {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(126, 167, 255, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(63, 242, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(174, 112, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(14, 20, 42, 0.88), rgba(6, 10, 26, 0.94));
  box-shadow:
    var(--shadow),
    var(--neon-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-audit-toast__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(90, 167, 255, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(174, 112, 255, 0.08), transparent 36%);
}

.site-audit-toast__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
}

.site-audit-toast__title {
  margin: 0 0 10px;
  font-size: 1.16rem;
  line-height: 1.28;
  color: var(--text);
}

.site-audit-toast__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 31ch;
}

.site-audit-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-audit-toast__cta,
.site-audit-toast__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease;
}

.site-audit-toast__cta {
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(26, 119, 255, 0.95), rgba(84, 63, 255, 0.92));
  border: 1px solid rgba(90, 167, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.08),
    0 0 24px rgba(63, 242, 255, 0.14),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.site-audit-toast__cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.12),
    0 0 30px rgba(63, 242, 255, 0.18),
    0 16px 30px rgba(0, 0, 0, 0.28);
}

.site-audit-toast__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 0.7rem;
  color: var(--cyan);
  text-shadow: 0 0 10px rgba(63, 242, 255, 0.7);
}

.site-audit-toast__link {
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(19, 26, 52, 0.76), rgba(10, 14, 30, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.site-audit-toast__link:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 28px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(90, 167, 255, 0.08);
}

.site-audit-toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.site-audit-toast__close:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  transform: scale(1.04);
}

@media (max-width: 640px) {
  .site-audit-toast {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 24px);
  }

  .site-audit-toast__card {
    padding: 20px;
    border-radius: 18px;
  }

  .site-audit-toast__title {
    font-size: 1.05rem;
  }

  .site-audit-toast__text {
    font-size: 0.92rem;
    max-width: none;
  }

  .site-audit-toast__actions {
    flex-direction: column;
  }

  .site-audit-toast__cta,
  .site-audit-toast__link {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .site-audit-toast {
    z-index: 2147483000 !important;
  }
}

/* === ATENA CHAT === */

.atena-chat {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 99998;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.atena-chat__trigger,
.atena-chat__panel {
  pointer-events: auto;
}

/* TRIGGER BUTTON */
.atena-chat__trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(123, 162, 255, 0.22);
  background: linear-gradient(135deg, rgba(15, 23, 48, 0.96), rgba(22, 16, 52, 0.96));
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.08),
    0 0 26px rgba(63, 242, 255, 0.10),
    0 10px 26px rgba(0, 0, 0, 0.30);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.atena-chat__trigger:hover {
  transform: translateY(-2px);
  border-color: rgba(123, 162, 255, 0.32);
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.12),
    0 0 32px rgba(63, 242, 255, 0.14),
    0 16px 32px rgba(0, 0, 0, 0.34);
}

.atena-chat__trigger-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(63, 242, 255, 0.55);
  animation: atenaDotPulse 2.8s ease-in-out infinite;
}

/* BADGE NOTIFICA */
.atena-chat__trigger::after {
  content: "1";
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow:
    0 0 0 2px rgba(7, 12, 26, 0.95),
    0 0 18px rgba(63, 242, 255, 0.35);
  opacity: 0;
  transform: scale(0.7);
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.atena-chat__trigger.has-notification::after {
  opacity: 1;
  transform: scale(1);
}

/* PANEL */
.atena-chat__panel {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: min(380px, calc(100vw - 32px));
  border-radius: 22px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  pointer-events: none;
  transition:
    opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.4s ease;
  border: 1px solid rgba(126, 167, 255, 0.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(63, 242, 255, 0.12), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(174, 112, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(14, 20, 42, 0.92), rgba(6, 10, 26, 0.96));
  box-shadow:
    var(--shadow),
    var(--neon-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* OPEN STATE */
.atena-chat.is-open .atena-chat__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* HEADER */
.atena-chat__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 18px 12px;
  border-bottom: 1px solid var(--line);
}

.atena-chat__eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.atena-chat__title {
  margin: 2px 0 0;
  font-size: 1rem;
  color: var(--text);
}

/* CLOSE */
.atena-chat__close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.atena-chat__close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

/* BODY */
.atena-chat__body {
  display: flex;
  flex-direction: column;
  max-height: 420px;
  padding: 16px 18px 18px;
}

/* AREA MESSAGGI */
.atena-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
  margin-bottom: 12px;
}

.atena-chat__messages::-webkit-scrollbar {
  width: 4px;
}

.atena-chat__messages::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

/* BUBBLE BASE */
.atena-chat__bubble {
  max-width: 85%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.6;
  animation: atenaFadeUp 0.4s ease;
}

/* BOT */
.atena-chat__bubble--bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* USER */
.atena-chat__bubble--user {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(26, 119, 255, 0.95), rgba(84, 63, 255, 0.92));
  color: #fff;
  border: 1px solid rgba(90, 167, 255, 0.2);
  box-shadow:
    0 0 20px rgba(63, 242, 255, 0.15),
    0 6px 18px rgba(0, 0, 0, 0.25);
}

/* TYPING */
.atena-chat__bubble--typing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
}

.atena-chat__typing-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.35;
  animation: atenaTyping 1.1s infinite ease-in-out;
}

.atena-chat__typing-dot:nth-child(2) {
  animation-delay: 0.15s;
}

.atena-chat__typing-dot:nth-child(3) {
  animation-delay: 0.3s;
}

/* CHOICES */
.atena-chat__choices {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.atena-chat__choice {
  display: block;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.atena-chat__choice:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line-strong);
  transform: translateY(-1px);
}

.atena-chat__choice--primary {
  background: linear-gradient(135deg, rgba(26, 119, 255, 0.95), rgba(84, 63, 255, 0.92));
  border-color: rgba(90, 167, 255, 0.24);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.08),
    0 0 22px rgba(63, 242, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.atena-chat__choice--primary:hover {
  box-shadow:
    0 0 0 1px rgba(90, 167, 255, 0.12),
    0 0 28px rgba(63, 242, 255, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.26);
}

/* ANIMAZIONI */
@keyframes atenaFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes atenaTyping {

  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }

  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

@keyframes atenaDotPulse {

  0%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 10px rgba(63, 242, 255, 0.35);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 16px rgba(63, 242, 255, 0.65);
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .atena-chat {
    left: 16px;
    bottom: 16px;
  }

  .atena-chat__panel {
    width: calc(100vw - 42px);
  }
}

.atena-chat__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.atena-chat__reset,
.atena-chat__close {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.atena-chat__reset:hover,
.atena-chat__close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  transform: rotate(10deg);
}

/* ============================= */
/* === SEO SECTION KEYBLADE ==== */
/* ============================= */

.seo-section {
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: -6rem;
}

/* Glow leggero di sfondo */
.seo-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 140, 255, 0.12), transparent 70%);
  z-index: 0;
}

.seo-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* ================= HEADER ================= */

.seo-header h2 {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto 15px;
  letter-spacing: -0.5px;
  margin-top: -3rem;
}

.seo-header p {
  color: #9fb3c8;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

/* ================= GRID ================= */

.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  justify-content: center;
  margin-bottom: 50px;
}

/* ================= CARD ================= */

.seo-card {
  background: linear-gradient(
    180deg,
    rgba(20, 30, 55, 0.6),
    rgba(10, 18, 35, 0.6)
  );
  border: 1px solid rgba(100, 150, 255, 0.12);
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover premium */
.seo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(100, 180, 255, 0.35);
  box-shadow: 0 0 30px rgba(0, 140, 255, 0.15);
}

/* Icon */
.seo-icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
  display: inline-block;
  filter: drop-shadow(0 0 8px rgba(0, 140, 255, 0.5));
}

/* Titolo card */
.seo-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Testo card */
.seo-card p {
  color: #9fb3c8;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ================= CTA ================= */

.seo-cta {
  margin-top: 30px;
}

.seo-cta p {
  color: #8fa6c0;
  font-size: 1rem;
  margin-bottom: 18px;
}

/* Bottone premium */
.seo-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00aaff, #0066ff);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 140, 255, 0.35);
}

/* Hover bottone */
.seo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(0, 140, 255, 0.6);
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .seo-section {
    padding: 80px 15px;
  }

  .seo-header h2 {
    font-size: 1.9rem;
  }

  .seo-header p {
    font-size: 1rem;
  }

  .seo-card {
    padding: 24px;
  }
}

/* per chi lavoriamo meglio homepage */

.audience-grid--minimal {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: start;
}

.audience-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audience-visual--below {
  margin-top: 36px;
}

.audience-visual-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.6),
    0 0 40px rgba(0,150,255,0.08);
  backdrop-filter: blur(10px);
}

.audience-visual-wrap img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.95;
  transition: transform 0.6s ease, opacity 0.4s ease;
}

.audience-visual-wrap:hover img {
  transform: scale(1.02);
  opacity: 1;
}

@media (max-width: 992px) {
  .audience-grid--minimal {
    grid-template-columns: 1fr;
  }

  .audience-visual--below {
    margin-top: 24px;
  }
}

/* Container principale centrato e a tutta larghezza */
.strategic-footer-block {
  width: 100%;
  /* max-width: 900px; */
  margin: 3rem auto;
  text-align: center;
  padding: 2rem 1rem;
}

/* Lista benefici in orizzontale */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap; /* Per il responsive */
}

.benefit-list li {
  font-size: 1.1rem;
  line-height: 1.5;
}

.benefit-list .icon {
  margin-right: 0.5rem;
}

/* Blocco finale di chiusura */
.strategic-delivery {
  max-width: 700px;
  margin: 0 auto;
}

.strategic-delivery .title {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.strategic-delivery .description {
  margin: 0;
  opacity: 0.9;
  line-height: 1.6;
}

/* Mobile check */
@media (max-width: 768px) {
  .benefit-list {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }
}

.footer-system-visual {
  position: relative;
}

.footer-system-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.footer-system-trigger::after {
  content: "Apri anteprima";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 16, 34, 0.82);
  border: 1px solid rgba(120, 170, 255, 0.16);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(8px);
}

.footer-system-trigger:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.footer-system-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,0.18), transparent 35%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.footer-system-trigger:hover::before {
  opacity: 1;
}

.footer-system-trigger img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.footer-system-trigger:hover img {
  transform: scale(1.015);
  opacity: 0.98;
}

.footer-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.footer-lightbox.is-open {
  display: block;
}

.footer-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 20, 0.88);
  backdrop-filter: blur(10px);
}

.footer-lightbox-dialog {
  position: relative;
  z-index: 2;
  width: min(94vw, 1400px);
  height: min(90vh, 920px);
  margin: 5vh auto;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 15, 30, 0.96), rgba(5, 10, 22, 0.98));
  border: 1px solid rgba(110, 160, 255, 0.16);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(0, 130, 255, 0.12);
  overflow: hidden;
}

.footer-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(12, 20, 40, 0.9);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.footer-lightbox-toolbar {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  display: flex;
  gap: 10px;
}

.footer-lightbox-zoom,
.footer-lightbox-reset {
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(12, 20, 40, 0.9);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.footer-lightbox-stage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 76px 24px 24px;
  touch-action: none;
  cursor: grab;
}

.footer-lightbox-stage.is-dragging {
  cursor: grabbing;
}

.footer-lightbox-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-lightbox-stage img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  width: auto;
  height: auto;
  max-height: none;
  transform-origin: top left;
  transition: transform 0.12s ease;
  border-radius: 18px;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer-lightbox-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .footer-lightbox-stage {
    padding: 76px 14px 14px;
  }

  .footer-lightbox-close,
  .footer-lightbox-zoom,
  .footer-lightbox-reset {
    height: 42px;
    min-width: 42px;
  }
}

.footer-lightbox-stage img {
  image-rendering: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.footer-system-mobile-hint {
  display: none;
}

@media (max-width: 768px) {
  .footer-system-mobile-hint {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    text-align: center;
  }
}

/* recensioni page - img  */

.reviews-hero-visual {
  margin: 60px 0 80px;
  display: flex;
  justify-content: center;
}

.reviews-hero-visual img {
  width: 100%;
  max-width: 1100px;
  border-radius: 24px;
  box-shadow:
    0 40px 120px rgba(0,0,0,0.6),
    0 0 80px rgba(0,120,255,0.15);
  transition: all 0.4s ease;
}

.reviews-hero-visual img:hover {
  transform: scale(1.01);
  box-shadow:
    0 60px 140px rgba(0,0,0,0.7),
    0 0 100px rgba(0,140,255,0.2);
}

@media (max-width: 768px) {
  .reviews-hero-visual {
    margin: 40px 0 60px;
  }
}

/* page servizi img sistema  */

.img-process {
  min-width: 40vw;
  max-width: 80vw;
  margin: 0 auto;
  border-radius: 16px;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .img-process {
  min-width: 100vw;
}
}

/* SITO DA RIFARE  */

.refit-signals-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.refit-signal-card {
  position: relative;
  overflow: hidden;
  padding: 28px 28px 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.refit-signal-card::before {
  content: "";
  position: absolute;
  inset: auto -15% 100% -15%;
  height: 90px;
  background: linear-gradient(90deg, transparent, rgba(63, 242, 255, 0.10), rgba(174, 112, 255, 0.12), transparent);
  filter: blur(18px);
}

.refit-signal-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(111, 244, 255, 0.22);
  background: rgba(63, 242, 255, 0.08);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.refit-signal-card h3 {
  margin-bottom: 12px;
}

.refit-signal-card p {
  color: var(--muted);
}

.refit-signal-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.refit-signal-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.refit-signal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(63, 242, 255, 0.45);
}

.refit-signal-card--accent {
  background:
    linear-gradient(180deg, rgba(63, 242, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--bg-panel);
}

.refit-signal-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #dce7ff;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .refit-signals-grid {
    grid-template-columns: 1fr;
  }
}

/* PAGINA: sito-non-si-trova-su-google */

.page-hero--google-visibility {
  position: relative;
}

.google-issue-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.google-issue-main,
.google-issue-side {
  display: grid;
  gap: 18px;
}

.google-issue-points {
  display: grid;
  gap: 16px;
  margin-top: 10px;
}

.google-issue-point {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.google-issue-point__number {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(111, 244, 255, 0.24);
  background: rgba(63, 242, 255, 0.08);
  color: var(--cyan);
  font-weight: 800;
  font-size: 1rem;
}

.google-issue-point h3 {
  margin-bottom: 8px;
}

.google-side-card {
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.google-side-card--accent {
  background:
    linear-gradient(180deg, rgba(63, 242, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--bg-panel);
}

.google-side-list {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.google-causes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.google-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.google-path-card {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.google-path-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(174, 112, 255, 0.12);
  border: 1px solid rgba(174, 112, 255, 0.22);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .google-issue-layout,
  .google-causes-grid,
  .google-path-grid {
    grid-template-columns: 1fr;
  }

  .google-issue-point {
    grid-template-columns: 1fr;
  }
}



/* PAGINA: sito-lento */

.speed-experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.speed-flow {
  display: grid;
  gap: 14px;
}

.speed-step {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--bg-panel);
}

.speed-step span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(63,242,255,0.1);
  color: var(--cyan);
  font-weight: 700;
}

.speed-step--end {
  border-color: rgba(255, 80, 80, 0.4);
}

.speed-experience-text h2 {
  margin-bottom: 12px;
}

.speed-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.speed-impact-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--bg-panel);
}

.speed-causes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .speed-experience-grid,
  .speed-impact-grid,
  .speed-causes-grid {
    grid-template-columns: 1fr;
  }
}

/* LINK TESTUALI SEO - elegante ma visibile */

.text-link {
  position: relative;
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.text-link:hover::after {
  opacity: 1;
  transform: scaleX(1.05);
}

.text-link {
  color: var(--cyan);
}


/* FOOTER PROBLEM LINKS - centrato */





/* FOOTER PROBLEM LINKS - pill style premium */

.footer-problem-links {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.footer-problem-links .mini-label {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.footer-problem-links__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-problem-links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  font-size: 0.85rem;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-problem-links a:hover {
  border-color: rgba(63,242,255,0.35);
  background: rgba(63,242,255,0.08);
  color: var(--cyan);
}

.footer-problem-links a::before {
  content: "•";
  margin-right: 6px;
  opacity: 0.5;
}

/* PAGINA: perche-il-sito-non-porta-contatti */

.page-hero--contact-guide {
  position: relative;
}

.guide-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.guide-intro-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.guide-intro-card--accent {
  background:
    linear-gradient(180deg, rgba(63,242,255,0.08), rgba(255,255,255,0.02)),
    var(--bg-panel);
}

.guide-intro-card h2,
.guide-intro-card h3 {
  margin-bottom: 12px;
}

.guide-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.guide-panel {
  padding: 26px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.guide-panel h3 {
  margin-bottom: 10px;
}

.guide-panel p + p {
  margin-top: 12px;
}

.guide-stack {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.guide-stack-item {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.guide-stack-item__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.guide-stack-item__index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(63,242,255,0.08);
  border: 1px solid rgba(111,244,255,0.24);
  color: var(--cyan);
  font-weight: 800;
  flex: 0 0 38px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.trust-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.trust-card h3 {
  margin-bottom: 10px;
}

.guide-quote-block {
  padding: 34px 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(174,112,255,0.08), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.guide-quote-block h2 {
  margin-bottom: 12px;
  max-width: 15ch;
}

.evaluation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.evaluation-card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
    var(--bg-panel);
  box-shadow: var(--shadow), var(--neon-shadow);
}

.evaluation-card__label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(174,112,255,0.2);
  background: rgba(174,112,255,0.08);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evaluation-card h3 {
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .guide-intro-grid,
  .guide-columns,
  .trust-grid,
  .evaluation-grid {
    grid-template-columns: 1fr;
  }

  .guide-quote-block h2 {
    max-width: none;
  }
}

/* link privacy contatti */
.info-link-privacy {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #6a5cff, #00c6ff, #6a5cff);
  background-size: 200% auto;
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.3s ease;
  animation: gradientShift 4s linear infinite;
}

.info-link-privacy:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  background-size: 250% auto;
}

.info-link-privacy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;

  background: linear-gradient(90deg, #6a5cff, #00c6ff);

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.info-link-privacy:hover::after {
  transform: scaleX(1);
}

@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}


/* VALUTA SITO */

.analyzer-page {
  position: relative;
}

.analyzer-hero,
.analyzer-result {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(120, 89, 255, .20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.analyzer-form {
  margin-top: 32px;
}

.analyzer-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

.analyzer-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.analyzer-form input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: inherit;
  outline: none;
}

.analyzer-form input:focus {
  border-color: rgba(128, 97, 255, .9);
  box-shadow: 0 0 0 4px rgba(128, 97, 255, .15);
}

.score-hero {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 34px 0;
  padding: 24px;
  border-radius: 24px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
}

.score-circle {
  width: 116px;
  height: 116px;
  flex: 0 0 116px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    conic-gradient(from 180deg, #7c5cff, #00d4ff, #7c5cff);
  box-shadow: 0 0 42px rgba(124,92,255,.35);
  position: relative;
}

.score-circle::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #101018;
}

.score-circle span,
.score-circle small {
  position: relative;
  z-index: 1;
}

.score-circle span {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.score-circle small {
  margin-top: -34px;
  opacity: .72;
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.score-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.score-card span {
  display: block;
  opacity: .78;
  font-size: .9rem;
  margin-bottom: 8px;
}

.score-card strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.score-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}

.score-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c5cff, #00d4ff);
}

.analyzer-details,
.analyzer-metrics,
.analyzer-cta {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.finding-list {
  display: grid;
  gap: 12px;
}

.finding {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}

.finding strong {
  display: block;
  margin-bottom: 6px;
}

.finding--bad {
  border-color: rgba(255, 90, 90, .35);
}

.finding--warn {
  border-color: rgba(255, 205, 90, .35);
}

.finding--good {
  border-color: rgba(90, 255, 180, .35);
}

.analyzer-metrics ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.analyzer-metrics li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
}

.analyzer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.analyzer-benefits {
  margin-top: 34px;
}

@media (max-width: 900px) {
  .score-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .analyzer-form-row {
    grid-template-columns: 1fr;
  }

  .score-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .analyzer-metrics ul {
    grid-template-columns: 1fr;
  }
}

.analyzer-disclaimer {
  max-width: 820px;
  margin-top: 14px;
  opacity: .72;
  font-size: .92rem;
  line-height: 1.6;
}

.footer-problem-links__highlight {
  grid-column: span 2;
  text-align: center;
  font-weight: 600;

  background: linear-gradient(135deg, #4f8cff, #7a5cff);
  color: #fff;

  border-radius: 10px;
  padding: 10px 14px;

  transition: all .25s ease;
}

.footer-problem-links__highlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(80, 100, 255, 0.3);
}

.contact-audit-block {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, .22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 212, 255, .14), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 24px 80px rgba(0,0,0,.26);
}

.contact-audit-block__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-audit-block__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 26px 0;
}

.contact-audit-block__points span {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-size: .92rem;
}

.contact-audit-block__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

/* ---------------------- */

.audit-strip {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 20% 50%, rgba(79,140,255,.18), transparent 26%),
    linear-gradient(90deg, rgba(10,18,35,.92), rgba(18,18,45,.88));
}

.audit-strip__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.audit-strip__copy {
  display: flex;
  align-items: center;
  gap: 12px;
}

.audit-strip__badge {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7eeeff;
  border: 1px solid rgba(126,238,255,.22);
  background: rgba(126,238,255,.06);
}

.audit-strip__copy p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-weight: 600;
}

.audit-strip__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  text-decoration: none;
  background: linear-gradient(135deg, #4f8cff, #7a5cff);
  box-shadow: 0 0 18px rgba(79,140,255,.20);
  transition: transform .25s ease, box-shadow .25s ease;
}

.audit-strip__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(79,140,255,.34);
}

.audit-strip__cta::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #4f8cff, #7a5cff);
  filter: blur(10px);
  opacity: .22;
  z-index: -1;
  animation: auditStripGlow 4s ease-in-out infinite;
}

@keyframes auditStripGlow {
  0%, 100% {
    opacity: .14;
    transform: scale(.98);
  }
  50% {
    opacity: .32;
    transform: scale(1.03);
  }
}

@media (max-width: 768px) {
  .audit-strip__inner {
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }

  .audit-strip__copy {
    flex-direction: column;
    gap: 6px;
  }
}











