body {
  margin: 0;
  font-family: 'Lato', 'Montserrat', 'Playfair Display', serif, sans-serif;
  background: #f8fafc;
  color: #222;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0.7rem 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.logo-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.2s;
}
.nav-links a:hover {
  color: #007bff;
}
.cta-btn {
  background: #007bff;
  color: #fff !important;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,123,255,0.08);
  position: relative;
}
.pulse {
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,123,255,0.4); }
  70% { box-shadow: 0 0 0 10px rgba(0,123,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,123,255,0); }
}
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #e0e7ff 0%, #fff 100%);
  padding: 3rem 1rem 2rem 1rem;
  gap: 2rem;
}
.hero-content {
  max-width: 500px;
}
.hero-buttons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.hero-content .main-cta,
.hero-content .secondary-cta {
  margin: 0;
}
.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
/* Bottoni verde foglia */
.main-cta, .secondary-cta {
  background: #22c55e;
  color: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(34,197,94,0.12);
  transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.main-cta:hover, .secondary-cta:hover {
  background: #16a34a;
  color: #fff;
  transform: scale(1.07);
  box-shadow: 0 4px 16px rgba(34,197,94,0.18);
}
.secondary-cta {
  background: #fff;
  color: #22c55e;
  border: 2px solid #22c55e;
}
.secondary-cta:hover {
  background: #bbf7d0;
  color: #16a34a;
}
.hero-img img {
  max-width: 320px;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.about, .privacy, .terms {
  background: #fff;
  margin: 2rem auto;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  max-width: 700px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.about h2, .privacy h2, .terms h2 {
  margin-top: 0;
}
.lead-cta {
  text-align: center;
  margin: 2.5rem 0;
}
.custom-footer {
  position: relative;
  background: #f1f5f9;
  color: #888;
  font-size: 1rem;
  text-align: center;
  padding: 0 0 2.5rem 0;
  margin-top: 2rem;
  overflow: hidden;
}
.custom-footer .footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 0;
}
.custom-footer .footer-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.custom-footer {
  background: url('footer-bg.jpg') center bottom/cover no-repeat, #f1f5f9;
}
.footer-bg-img {
  background-image: url('../attached_assets/20250717_1547_Ontario Snowy Mountain_simple_compose_01k0ca5rbcfv29m4n6xh7tpqh0.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 220px;
  min-height: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer-content {
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.footer-content p {
  margin: 0.3rem 0;
}
.footer-dev {
  margin-top: 1.2rem;
  font-size: 0.95rem;
  color: #e0e7ff;
  opacity: 0.85;
  letter-spacing: 0.02em;
}
.footer-links {
  margin-bottom: 0.5rem;
}
.footer-links a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0.3rem;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #facc15;
}
.footer-brand {
  font-size: 1.08rem;
  color: #fff;
  opacity: 0.98;
  margin: 1.5rem auto 0.7rem auto;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  font-weight: 400;
  padding: 0 1.5rem;
  max-width: 900px;
  text-align: center;
}
.footer-brand p {
  margin: 0.7rem 0;
}
.footer-brand strong {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero-img img {
    margin-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .navbar {
    flex-wrap: wrap;
    padding: 0.7rem 0.5rem;
  }
  .logo span {
    font-size: 1rem;
  }
} 

/* Ornamenti decorativi */
.decor {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.decor-top-left {
  top: 0;
  left: 0;
}
.decor-bottom-right {
  bottom: 0;
  right: 0;
}
.decor-leaf {
  top: 20%;
  left: 2%;
  position: absolute;
  z-index: 5;
  opacity: 0.7;
}
.decor-branch {
  bottom: 18%;
  right: 8%;
  position: absolute;
  z-index: 5;
  opacity: 0.7;
}
.decor-hill {
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  position: absolute;
  z-index: 4;
  opacity: 0.5;
}

/* Animazioni decorative */
.decor-leaf {
  animation: leaf-float 4s ease-in-out infinite alternate;
}
@keyframes leaf-float {
  0% { transform: translateY(0) rotate(-5deg); }
  100% { transform: translateY(-18px) rotate(8deg); }
}
.decor-branch {
  animation: branch-sway 6s ease-in-out infinite alternate;
}
@keyframes branch-sway {
  0% { transform: rotate(-2deg) translateY(0); }
  100% { transform: rotate(4deg) translateY(10px); }
}
.decor-hill {
  animation: hill-bounce 7s ease-in-out infinite alternate;
}
@keyframes hill-bounce {
  0% { transform: translateX(-50%) scaleY(1); }
  100% { transform: translateX(-50%) scaleY(1.04); }
}
.decor-top-left {
  animation: decor-float 5s ease-in-out infinite alternate;
}
.decor-bottom-right {
  animation: decor-float2 5.5s ease-in-out infinite alternate;
}
@keyframes decor-float {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.08) translateY(-12px); }
}
@keyframes decor-float2 {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(0.95) translateY(10px); }
}

/* Responsive fix per decorazioni */
@media (max-width: 900px) {
  .decor-top-left { width: 60px; height: 60px; }
  .decor-bottom-right { width: 80px; height: 40px; }
  .decor-leaf { width: 30px; height: 30px; }
  .decor-branch { width: 40px; height: 20px; }
  .decor-hill { width: 100px; height: 30px; }
} 

/* Bottoni grandi ed eleganti */
.main-cta, .secondary-cta {
  padding: 1.1rem 2.8rem;
  border-radius: 40px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 18px rgba(34,197,94,0.18);
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
}

/* Più elementi decorativi animati */
.decor-flower {
  position: absolute;
  top: 60%;
  left: 8%;
  width: 48px;
  height: 48px;
  z-index: 3;
  opacity: 0.7;
  animation: flower-spin 8s linear infinite;
}
@keyframes flower-spin {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(360deg) scale(1.08); }
}
.decor-bubble {
  position: absolute;
  top: 35%;
  right: 12%;
  width: 32px;
  height: 32px;
  z-index: 2;
  opacity: 0.5;
  animation: bubble-float 7s ease-in-out infinite alternate;
}
@keyframes bubble-float {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-22px) scale(1.12); }
}

/* Marquee servizi */
.marquee {
  width: 100vw;
  overflow: hidden;
  background: #e0e7ff;
  padding: 0.7rem 0;
  position: relative;
  z-index: 20;
  margin: 2rem 0 0 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-move 18s linear infinite;
  gap: 3rem;
}
.marquee-item {
  font-size: 1.25rem;
  font-weight: 700;
  color: #22c55e;
  background: #fff;
  border-radius: 24px;
  padding: 0.5rem 2rem;
  box-shadow: 0 2px 8px rgba(34,197,94,0.08);
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@keyframes marquee-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
} 

/* Navbar hamburger e menu mobile */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin-left: 1rem;
  z-index: 102;
}
.nav-hamburger span {
  display: block;
  height: 4px;
  width: 100%;
  background: #222;
  border-radius: 2px;
  margin: 5px 0;
  transition: 0.3s;
}
.nav-contact {
  margin-left: 1.5rem;
  z-index: 103;
}
@media (max-width: 800px) {
  .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.7rem;
    position: relative;
  }
  .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 0.5rem;
  }
  .nav-hamburger {
    display: flex;
    margin-left: 0.2rem;
    margin-right: 1rem;
    order: 2;
    position: relative;
    z-index: 102;
  }
  .nav-contact {
    margin-left: auto;
    margin-right: 0;
    order: 3;
    position: relative;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
    z-index: 103;
  }
  .nav-links {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1.2rem 2rem 1.2rem 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    display: none;
    z-index: 101;
  }
  .nav-links li {
    width: 100%;
    margin: 0.7rem 0;
  }
  .nav-links a {
    font-size: 1.15rem;
    padding: 0.7rem 0;
    width: 100%;
    display: block;
  }
  .nav-hamburger {
    display: flex;
  }
  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }
  .nav-contact {
    position: relative;
    margin-left: auto;
    margin-right: 0.5rem;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0.7rem 1.5rem;
  }
}
@media (max-width: 600px) {
  .navbar {
    flex-wrap: wrap;
    padding: 0.7rem 0.5rem;
  }
  .logo span {
    font-size: 1rem;
  }
} 

@media (max-width: 900px) {
  .footer-brand {
    font-size: 0.98rem;
    padding: 0 0.5rem;
    max-width: 98vw;
    word-break: break-word;
  }
}
@media (max-width: 600px) {
  .footer-brand {
    font-size: 0.92rem;
    padding: 0 0.2rem;
    max-width: 99vw;
    word-break: break-word;
  }
} 
.custom-footer.footer-bg-img {
  min-height: 340px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-brand {
  font-size: 0.92rem;
  color: #fff;
  opacity: 0.98;
  margin: 1.5rem auto 0.7rem auto;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  font-weight: 400;
  padding: 0 1.5rem;
  max-width: 1100px;
  text-align: center;
  word-break: break-word;
}
.footer-brand p {
  margin: 0.7rem 0;
} 

.call-floating-btn {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  background: #22c55e;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 40px;
  box-shadow: 0 4px 24px rgba(34,197,94,0.18);
  padding: 1.1rem 2.5rem;
  z-index: 9999;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: background 0.2s, transform 0.2s;
  animation: call-btn-pop 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}
@keyframes call-btn-pop {
  0% { transform: translateX(-50%) scale(0.7); opacity: 0; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}
.call-floating-btn:hover {
  background: #16a34a;
  transform: translateX(-50%) scale(1.07);
}
@media (max-width: 800px) {
  .call-floating-btn {
    display: flex;
    min-width: 90vw;
    max-width: 98vw;
    justify-content: center;
    font-size: 1.25rem;
    padding: 1.1rem 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .call-btn-spacer {
    display: block;
    height: 120px;
    width: 100%;
  }
}
@media (min-width: 801px) {
  .call-floating-btn, .call-btn-spacer {
    display: none !important;
  }
} 