/* Base */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.6;
}

a { color: inherit; }

.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  border-bottom: 1px solid #eee;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  z-index: 1000;
  backdrop-filter: blur(6px);
}

.brand img {
  height: 46px;
  display: block;
}

.site-nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.site-nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 8px 10px;
  border-radius: 999px;
}

.site-nav a:hover {
  background: #F9D6E5;
}

.call-btn {
  background: #E6007E;
  color: #fff;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  display: inline-block;
}

.call-btn.big {
  padding: 12px 18px;
  font-size: 1rem;
}

/* Hero foto */
.hero-photo {
  background: url("img/hero.jpg") center/cover no-repeat;
  position: relative;
  padding: 0;
  margin-top: 70px;
}

.hero-overlay {
  background: rgba(255, 255, 255, 0.78);
  padding: 90px 20px 70px;
  text-align: center;
}

.hero-mini {
  margin-top: 14px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
  color: #444;
}

/* Quote hero */
.quote {
  font-style: italic;
  max-width: 740px;
  margin: 26px auto 0;
}

.quote span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  font-style: normal;
}

/* Sezioni */
.section { padding: 70px 0; }

.section h2 {
  color: #E6007E;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

.subtext {
  margin: 0 0 18px;
  color: #555;
}

.note {
  margin-top: 18px;
  color: #555;
  font-weight: 600;
}

/* Cards servizi */
.cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.card {
  grid-column: span 6;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,0.04);
}

@media (max-width: 760px) {
  .card { grid-column: span 12; }
}

/* GIUSY section */
.about {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: center;
}

.about-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}

.big-quote.small {
  margin: 16px 0 22px;
  font-style: italic;
}

.big-quote span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
  font-style: normal;
}

@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .about-photo img { height: 360px; }
}

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.gallery img {
  grid-column: span 4;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #eee;
  box-shadow: 0 10px 22px rgba(0,0,0,0.05);
}

@media (max-width: 980px) {
  .gallery img { grid-column: span 6; }
}

@media (max-width: 640px) {
  .gallery img { grid-column: span 12; height: 240px; }
}

/* Dove siamo layout */
.split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
}

.tel { font-weight: 800; }
.muted { color: #666; }

.box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.05);
}

.box h3 {
  margin-top: 0;
  color: #E6007E;
}

/* Link button */
.link-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #E6007E;
  text-decoration: none;
  font-weight: 800;
  color: #E6007E;
}

.link-btn:hover { background: #F9D6E5; }

/* Final CTA */
.final-cta {
  background: #F9D6E5;
  padding: 60px 0;
  text-align: center;
}

.final-line {
  margin: 0 0 14px;
  font-size: 1.25rem;
  font-weight: 700;
}

/* Footer */
.site-footer {
  background: #333;
  color: #fff;
  padding: 26px 0;
  text-align: center;
}

.site-footer a {
  color: #fff;
  text-decoration: underline;
}

/* ===========================
   NEON TUBO – EFFETTO INSEGNA
   =========================== */
.neon-wrap { margin-top: 10px; }

.neon-title {
  font-family: "Great Vibes", cursive;
  font-size: clamp(2.6rem, 7vw, 4.8rem);
  line-height: 1.02;
  color: #ff3fae;
  letter-spacing: 0.5px;
  text-shadow:
    0 0 2px #fff,
    0 0 6px #ff9ed6,
    0 0 12px #ff3fae,
    0 0 22px #e6007e,
    0 0 38px rgba(230, 0, 126, 0.85),
    0 0 60px rgba(230, 0, 126, 0.65);
  animation: neon-flicker 6s infinite;
}

.neon-sub {
  margin-top: 10px;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  color: #333;
}

@keyframes neon-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% { opacity: 1; }
  20%, 24%, 55% { opacity: 0.92; }
}

/* Barra chiamata fissa su mobile */
.mobile-callbar { display: none; }

@media (max-width: 760px) {
  .site-nav { display: none; }
  .mobile-callbar {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: #E6007E;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 900;
    z-index: 1200;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25);
  }

  body { padding-bottom: 78px; }
}
