/* FLORIS RENTAL — FERRARI PUROSANGUE LANDING PAGE CSS */
/* Incolla questo in Tilda: Page Settings → Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --black: #0a0a0a;
  --dark: #141414;
  --dark2: #1a1a1a;
  --dark3: #222222;
  --white: #ffffff;
  --offwhite: #f0ece6;
  --gold: #c9a96e;
  --gold-light: #d4ba85;
  --red: #dc0000;
  --gray: #888888;
  --gray-light: #aaaaaa;
  --gray-dark: #555555;
  --green-whatsapp: #25d366;
  --green-whatsapp-dark: #1da851;
}

/* Override Tilda defaults */
body, .t-body { background: var(--black) !important; }
.t-cover__carrier { background-color: var(--black) !important; }

/* NAVBAR OVERRIDE */
.t-cover__wrapper { padding-top: 0 !important; }

/* HERO SECTION */
.hero-section .t-cover { min-height: 100vh !important; }
.hero-section .t-cover__carrier { filter: brightness(0.55) !important; }

/* TRUST BAR */
.trust-bar-custom {
  background: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 40px;
  font-family: 'Outfit', sans-serif;
}
.trust-item-custom {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-light);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* BUTTONS */
.btn-whatsapp-custom {
  display: inline-flex !important; align-items: center; gap: 10px;
  background: var(--green-whatsapp) !important;
  color: var(--white) !important;
  text-decoration: none !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Outfit', sans-serif !important;
  transition: all 0.3s ease !important;
  border: none !important;
}
.btn-whatsapp-custom:hover {
  background: var(--green-whatsapp-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.3);
}

.btn-form-custom {
  display: inline-flex !important; align-items: center; gap: 8px;
  background: transparent !important;
  color: var(--white) !important;
  text-decoration: none !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: 'Outfit', sans-serif !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  transition: all 0.3s ease !important;
}
.btn-form-custom:hover {
  border-color: var(--white) !important;
  background: rgba(255,255,255,0.05) !important;
}

/* SECTION STYLING */
.section-label-custom {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  font-family: 'Outfit', sans-serif;
}
.section-title-custom {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
}

/* FEATURE CARDS */
.feature-card-custom {
  background: var(--dark2);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 36px 28px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.feature-card-custom:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
}
.feature-card-custom h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.feature-card-custom p {
  font-size: 14px; font-weight: 300;
  color: var(--gray); line-height: 1.7;
  font-family: 'Outfit', sans-serif;
}

/* STEP NUMBERS */
.step-number-custom {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--dark3);
  line-height: 1;
}

/* TESTIMONIAL CARDS */
.testimonial-card-custom {
  background: var(--dark2);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 32px;
  border-radius: 4px;
}
.testimonial-stars-custom { color: var(--gold); font-size: 16px; letter-spacing: 2px; }
.testimonial-text-custom {
  font-size: 15px; font-weight: 300;
  color: var(--offwhite); line-height: 1.7;
  font-style: italic;
  font-family: 'Outfit', sans-serif;
}

/* FORM STYLING */
.form-custom input,
.form-custom select,
.form-custom textarea {
  background: var(--dark2) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: var(--white) !important;
  padding: 14px 16px !important;
  font-size: 15px !important;
  font-family: 'Outfit', sans-serif !important;
  border-radius: 4px !important;
}
.form-custom input:focus,
.form-custom textarea:focus {
  border-color: var(--gold) !important;
}
.form-custom .t-submit {
  background: var(--gold) !important;
  color: var(--black) !important;
  font-weight: 600 !important;
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 16px !important;
}
.form-custom .t-submit:hover {
  background: var(--gold-light) !important;
}

/* STICKY WHATSAPP MOBILE */
.sticky-wa-custom {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  padding: 12px 16px;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.06);
}
.sticky-wa-custom a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  padding: 16px;
  background: var(--green-whatsapp);
  color: var(--white) !important;
  text-decoration: none !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}
.sticky-wa-custom a:hover { background: var(--green-whatsapp-dark); }

@media (max-width: 768px) {
  .sticky-wa-custom { display: block; }
  body { padding-bottom: 80px !important; }
}

/* GOLD ACCENT UTILITY */
.text-gold { color: var(--gold) !important; }
.text-red { color: var(--red) !important; }
.bg-dark { background: var(--dark) !important; }
.bg-black { background: var(--black) !important; }
