body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: radial-gradient(circle at top, #0f2a22, #050b09);
  color: white;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
}

.logo {
  font-weight: 700;
  letter-spacing: 1px;
}

.lang button {
  background: none;
  border: 1px solid rgba(255,255,255,0.4);
  color: white;
  padding: 5px 7px;
  margin-left: 4px;
  cursor: pointer;
  border-radius: 6px;
}

.hero {
  text-align: center;
  padding: 80px 20px 40px;
}

.hero-img {
  width: 240px;
  filter: drop-shadow(0 0 25px rgba(0,255,160,0.25));
  margin-bottom: 20px;
}

h1 {
  font-size: 2.6rem;
}

.cta-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cta {
  padding: 12px 18px;
  background: #00c77a;
  color: black;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}

.cta.ghost {
  background: transparent;
  border: 1px solid #00c77a;
  color: #00c77a;
}

.content {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
  line-height: 1.7;
}

.info {
  margin-top: 20px;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
}

/* LINGUE */
.lang-box {
  max-width: 800px;
  margin: 30px auto 10px;
  padding: 20px 22px;

  background: linear-gradient(
    135deg,
    rgba(0, 199, 122, 0.15),
    rgba(255, 255, 255, 0.05)
  );

  border: 1px solid rgba(0, 199, 122, 0.35);
  border-radius: 14px;

  box-shadow: 0 0 25px rgba(0, 199, 122, 0.08);

  backdrop-filter: blur(8px);
}

.lang-box h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #00c77a;
  letter-spacing: 0.5px;
}

.lang-box p {
  margin: 6px 0;
  opacity: 0.9;
  line-height: 1.6;
}

/* 🌿 LANG BOX - VERSIONE PREMIUM COERENTE CON IL SITO */
.lang-box {
  max-width: 800px;
  margin: 30px auto 10px;
  border-radius: 16px;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 199, 122, 0.25);

  box-shadow:
    0 0 30px rgba(0, 199, 122, 0.08),
    inset 0 0 40px rgba(0, 0, 0, 0.2);

  backdrop-filter: blur(10px);
}

/* 🌿 IMMAGINE HEADER BOX */
.garden-media {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.garden-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(1.1) contrast(1.05);
}

/* overlay coerente col tuo verde */
.garden-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(5, 11, 9, 0.85),
    rgba(0, 199, 122, 0.15)
  );
}

/* titolo sopra immagine */
.garden-media h3 {
  position: absolute;
  bottom: 16px;
  left: 18px;
  margin: 0;

  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;

  color: #00c77a;

  text-shadow:
    0 0 10px rgba(0, 199, 122, 0.4),
    0 6px 20px rgba(0, 0, 0, 0.6);
}

/* testo sotto */
.garden-text {
  padding: 18px 20px 22px;
}

.garden-text p {
  margin: 8px 0;
  line-height: 1.65;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.85);
}

/* micro highlight per SEO title */
.garden-text p:first-child {
  color: #00c77a;
  font-weight: 500;
  opacity: 1;
}

.video-box {
  max-width: 800px;
  margin: 20px auto 10px;
  padding: 16px;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 199, 122, 0.25);
  border-radius: 16px;

  box-shadow: 0 0 30px rgba(0, 199, 122, 0.06);
  backdrop-filter: blur(10px);
}

.video-arrival {
  width: 100%;
  border-radius: 12px;
  display: block;

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.video-text {
  margin-top: 12px;
  text-align: center;

  color: #00c77a;
  font-weight: 500;
  letter-spacing: 0.3px;

  text-shadow: 0 0 10px rgba(0, 199, 122, 0.2);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 14px 22px;

  background: rgba(5, 11, 9, 0.65);
  backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(0, 199, 122, 0.15);

  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* LOGO */
.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 34px;
  width: auto;

  filter: brightness(0) invert(1);

  transition: all 0.3s ease;
}

.logo img:hover {
  filter: brightness(0) invert(1)
          drop-shadow(0 0 12px rgba(0, 199, 122, 0.6));
  transform: scale(1.02);
}

/* LANG NAV */
.lang {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* BOTTONI LINGUA */
.lang button {
  background: rgba(255, 255, 255, 0.04);

  border: 1px solid rgba(0, 199, 122, 0.25);

  color: white;

  padding: 6px 8px;
  border-radius: 8px;

  cursor: pointer;

  font-size: 0.9rem;
  line-height: 1;

  transition: all 0.25s ease;

  backdrop-filter: blur(8px);
}

/* IMPORTANTISSIMO: reset base */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

/* FOOTER */
.footer {
  margin-top: 80px;
  padding: 60px 20px 30px;

  background: linear-gradient(
    to top,
    rgba(5, 11, 9, 1),
    rgba(15, 42, 34, 0.7)
  );

  border-top: 1px solid rgba(0, 199, 122, 0.2);
  backdrop-filter: blur(12px);
}

.footer-inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

/* LOGO GRANDE — ORIGINALE, NON MODIFICATO */
.footer-logo img {
  width: 180px;
  height: auto;

  /* ❌ rimosso filter per non alterare il logo */
  /* filter: brightness(0) invert(1); */

  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.05);

  /* glow leggero SOLO su hover, senza cambiare colori */
  filter: drop-shadow(0 0 18px rgba(0, 199, 122, 0.35));
}

/* TESTI */
.footer-text {
  margin-top: 18px;
}

.footer-text h2 {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.6px;
  color: #00c77a;

  text-shadow: 0 0 12px rgba(0, 199, 122, 0.25);
}

.footer-text p {
  margin: 6px 0 0;
  font-size: 1rem;
  opacity: 0.85;
  color: rgba(255, 255, 255, 0.85);
}

/* LINEA */
.footer-line {
  margin: 30px auto 20px;
  width: 60%;
  height: 1px;

  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 199, 122, 0.5),
    transparent
  );
}

/* BOTTOM */
.footer-bottom p {
  font-size: 0.85rem;
  opacity: 0.6;
  letter-spacing: 0.3px;
}

