/* =====================================================
   LA PIRAMIDE - STYLE.CSS
   Luxury / oro metallico / nero premium / responsive corretto
===================================================== */

:root {
  --avorio: #f6efdf;
  --avorio-chiaro: #fffaf0;
  --nero: #070707;
  --nero-2: #111111;
  --nero-3: #181818;
  --oro-scuro: #9a661d;
  --oro: #d7a84f;
  --oro-chiaro: #ffe29a;
  --bianco: #ffffff;
  --grigio: #d8d8d8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--bianco);
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 226, 154, 0.42), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(0, 168, 190, 0.18), transparent 28%),
    linear-gradient(180deg, #fff8e8 0%, #f6ead1 48%, #efe0bd 100%);
}

a {
  text-decoration: none;
}

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

p {
  color: var(--bianco);
  line-height: 1.65;
}

/* SFONDO */

.future-bg,
.future-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.future-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.future-vignette {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0.58), transparent 18%, transparent 82%, rgba(239, 224, 189, 0.52)),
    radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.12) 52%, rgba(154, 102, 29, 0.20) 100%);
  opacity: 0.82;
  animation: luxuryAtmosphere 8s ease-in-out infinite;
}

/* TITOLI ORO */

h1,
h2,
h3,
.brand span,
.wide-label {
  font-family: "Cinzel", serif;
  background: linear-gradient(
    90deg,
    #b87924 0%,
    #f6c766 35%,
    #fff1b0 50%,
    #d7a84f 70%,
    #9a661d 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow-wrap: break-word;
}

/* NAVBAR */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 11px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(7, 7, 7, 0.97);
  border-bottom: 1px solid rgba(215, 168, 79, 0.35);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 1;
}

.brand img {
  height: 62px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(255, 200, 90, 0.35)) brightness(1.08);
}

.brand span {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  color: var(--oro);
  font-size: 13px;
  font-weight: 800;
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: var(--oro);
  font-size: 34px;
  cursor: pointer;
  box-shadow: none;
  width: auto;
  flex-shrink: 0;
}

.nav-btn {
  padding: 11px 23px;
}

.mobile-menu {
  position: fixed;
  top: 84px;
  right: -100%;
  width: 75%;
  max-width: 320px;
  height: calc(100vh - 84px);
  z-index: 998;
  background: var(--nero);
  border-left: 1px solid rgba(215, 168, 79, 0.4);
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: 0.4s ease;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu a {
  color: var(--oro);
  font-weight: 800;
}

/* BOTTONI */

.btn,
button {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 13px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--oro-scuro), var(--oro), var(--oro-chiaro), var(--oro));
  color: var(--nero);
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 10px 26px rgba(215, 168, 79, 0.35);
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.btn::before,
button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 80px;
  height: 220%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(25deg);
  animation: shine 2.2s infinite;
}

.btn:hover,
button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(215, 168, 79, 0.55);
}

.btn-dark {
  background: transparent;
  color: var(--oro-chiaro);
  border: 1px solid rgba(215, 168, 79, 0.7);
}

/* MAIN */

main {
  position: relative;
  z-index: 1;
  padding: 18px 0;
  background: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

main::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(0, 168, 190, 0.13), transparent 28%),
    radial-gradient(ellipse at 80% 60%, rgba(255, 190, 80, 0.18), transparent 30%),
    radial-gradient(ellipse at 50% 90%, rgba(255, 118, 88, 0.10), transparent 34%);
  filter: blur(18px);
  animation: softLuxuryMove 9s ease-in-out infinite alternate;
}

main::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 20%, rgba(0, 168, 190, 0.10) 45%, transparent 65%),
    linear-gradient(60deg, transparent 25%, rgba(255, 190, 80, 0.18) 50%, transparent 70%);
  animation: softLuxurySweep 13s linear infinite;
}

main > section {
  position: relative;
  z-index: 2;
}

/* SEZIONI */

.section,
.hero {
  position: relative;
  max-width: 100%;
  margin: 32px 7%;
  padding: 54px 6%;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 226, 154, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(30, 25, 17, 0.94), rgba(12, 11, 9, 0.92));
  border: 1px solid rgba(215, 168, 79, 0.48);
  box-shadow: 0 22px 65px rgba(72, 48, 13, 0.25);
  isolation: isolate;
  overflow: visible;
}

.section::before,
.hero::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, transparent 0%, transparent 34%, rgba(255, 226, 154, 0.12) 46%, transparent 58%, transparent 100%),
    radial-gradient(circle at 18% 0%, rgba(255, 226, 154, 0.12), transparent 31%),
    radial-gradient(circle at 92% 100%, rgba(215, 168, 79, 0.09), transparent 35%);
  opacity: 0.68;
  animation: luxuryPanelLight 12s ease-in-out infinite;
}

.compact-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 32px;
}

.wide-label {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 14px;
}

.section h2,
.section-head h2 {
  font-size: clamp(31px, 4.2vw, 52px);
  line-height: 1.12;
  margin-bottom: 14px;
}

.section p,
.section-head p {
  font-size: 15.5px;
  font-weight: 600;
}

/* HERO */

.hero {
  min-height: calc(100vh - 100px);
  margin-top: 100px;
  padding: 38px 6% 44px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 26px;
  text-align: center;
}

.hero-top,
.hero-bottom {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.hero-logo-stage {
  position: relative;
  width: 460px;
  max-width: 100%;
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo-stage img {
  width: 360px;
  max-width: 90%;
  position: relative;
  z-index: 4;
  filter: drop-shadow(0 0 24px rgba(255, 226, 154, 0.38));
  animation: logoBreath 4.5s ease-in-out infinite;
}

.logo-glow {
  position: absolute;
  width: 420px;
  max-width: 100%;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 226, 154, 0.28), transparent 65%);
  filter: blur(10px);
  animation: glowMove 5s ease-in-out infinite;
}

.logo-scan {
  position: absolute;
  width: 430px;
  max-width: 100%;
  height: 132px;
  border-radius: 50%;
  border: 1px solid rgba(255, 226, 154, 0.22);
  background: radial-gradient(ellipse at center, transparent 56%, rgba(255, 226, 154, 0.09) 70%, transparent 72%);
  opacity: 0.82;
  animation: logoAura 5.8s ease-in-out infinite;
}

.hero-bottom h1 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 16px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
}

.hero-bottom h1 span {
  display: inline;
}

.hero-bottom p {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  font-size: 15.5px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

/* PRESENTAZIONE */

.presentation-simple {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.presentation-simple img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(215, 168, 79, 0.48);
  background: #080808;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.4);
  margin-bottom: 24px;
}

/* GRIGLIE */

.services-grid,
.method-grid,
.proof-grid,
.review-grid,
.contacts-grid {
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: 100%;
}

.services-grid,
.method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 800px;
  margin: 34px auto 0;
}

.contacts-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

/* CARD */

.service-card,
.method-card,
.proof-grid div,
.review-grid article,
.contact-card,
.quote-box,
.track-advertising-box {
  background: linear-gradient(180deg, #1b1b1b, #090909);
  border: 1px solid rgba(215, 168, 79, 0.48);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  transition: 0.35s ease;
  min-width: 0;
  max-width: 100%;
}

.service-card,
.method-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card p,
.method-card p {
  flex: 1;
}

.service-card button {
  margin-top: auto;
  width: 100%;
}

.service-card:hover,
.method-card:hover,
.proof-grid div:hover,
.review-grid article:hover,
.contact-card:hover,
.track-advertising-box:hover {
  transform: translateY(-6px);
  border-color: var(--oro-chiaro);
}

.service-card span,
.method-card span {
  color: var(--oro-chiaro);
  font-family: "Cinzel", serif;
  font-size: 27px;
  font-weight: 900;
}

.service-card h3,
.method-card h3,
.proof-grid h3,
.contact-card h3 {
  font-size: 21px;
  margin: 14px 0 10px;
}

.service-card p,
.method-card p,
.proof-grid p,
.review-grid p,
.contact-card p {
  color: var(--bianco);
  font-size: 14px;
}

/* DISTRIBUZIONI */

.distribution-slider {
  position: relative;
  min-height: 300px;
}

.distribution-group {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: 0.8s ease;
}

.distribution-group.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.distribution-group img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(215, 168, 79, 0.45);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.distribution-dots,
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}

.distribution-dots button,
.slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--oro);
  box-shadow: none;
}

.distribution-dots button.active,
.slider-dots button.active {
  background: var(--oro);
}

/* TRACK */

.extra-section {
  text-align: center;
}

.track-advertising-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 34px;
  position: relative;
  overflow: hidden;
}

.track-advertising-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 226, 154, 0.18), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(215, 168, 79, 0.13), transparent 30%);
  pointer-events: none;
}

.track-advertising-box h3,
.track-advertising-box p,
.track-advertising-box a {
  position: relative;
  z-index: 1;
}

.track-advertising-box h3 {
  font-size: clamp(26px, 3.4vw, 42px);
  margin-bottom: 18px;
}

.track-advertising-box p {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: 15.5px;
  font-weight: 600;
}

/* PLUS / VIDEO */

.proof-section,
.controlli-section,
.final-cta,
.reviews {
  text-align: center;
}

.proof-section > p {
  max-width: 880px;
  margin: 0 auto;
}

.section-btn {
  margin-top: 28px;
}

.video-box {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 79, 0.55);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
  background: var(--nero);
}

.video-box video {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
}

/* SLIDER */

.slider {
  max-width: 820px;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 79, 0.55);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
  background: var(--nero);
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #090909;
  opacity: 0;
  transition: 0.8s ease;
}

.slide.active {
  opacity: 1;
}

/* PERSONE */

.real-people-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
}

.real-people-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(215, 168, 79, 0.55);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
}

.real-people-text h2 {
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.12;
  margin-bottom: 18px;
}

.real-people-text p {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
}

/* CONTATTI */

.contact-card {
  text-align: center;
  padding: 34px 24px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.contact-icon {
  font-size: 46px;
  margin-bottom: 14px;
}

.contact-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.contact-card p {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.contact-card strong {
  color: var(--bianco);
  font-size: 18px;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* FOOTER */

.footer {
  position: relative;
  z-index: 2;
  background: var(--nero);
  border-top: 1px solid rgba(215, 168, 79, 0.35);
  padding: 40px 7%;
  text-align: center;
}

.footer img {
  width: 85px;
  margin: 0 auto 15px;
}

.footer p {
  color: var(--bianco);
  margin-bottom: 16px;
}

.footer div {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer a {
  color: var(--oro);
  font-weight: 700;
}

/* WHATSAPP */

.whatsapp {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 997;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--oro-scuro), var(--oro), var(--oro-chiaro));
  color: var(--nero);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow:
    0 0 15px rgba(255, 200, 90, 0.55),
    0 0 35px rgba(255, 200, 90, 0.25);
  animation: whatsappPulse 1.2s infinite;
}

/* MODALE */

.quote-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.quote-modal.active {
  display: flex;
}

.quote-box {
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.quote-box h2 {
  margin-bottom: 22px;
}

.quote-box input,
.quote-box textarea,
.quote-box select {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(215, 168, 79, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: var(--bianco);
  outline: none;
  font-family: "Montserrat", sans-serif;
}

.quote-box textarea {
  min-height: 105px;
  resize: none;
}

.close-modal {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  box-shadow: none;
  color: var(--oro);
  font-size: 32px;
  padding: 0;
}

/* ANIMAZIONI */

.reveal-section {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-section.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes softLuxuryMove {
  0% { transform: translate3d(-3%, -2%, 0) scale(1); opacity: 0.65; }
  100% { transform: translate3d(4%, 3%, 0) scale(1.08); opacity: 1; }
}

@keyframes softLuxurySweep {
  0% { transform: translateX(-12%) rotate(0deg); opacity: 0.45; }
  100% { transform: translateX(12%) rotate(2deg); opacity: 0.8; }
}

@keyframes luxuryAtmosphere {
  0%, 100% { opacity: 0.84; transform: translate3d(0, 0, 0); }
  50% { opacity: 0.96; transform: translate3d(0, -8px, 0); }
}

@keyframes luxuryPanelLight {
  0% { transform: translateX(-42%); opacity: 0.38; }
  45%, 55% { opacity: 0.72; }
  100% { transform: translateX(42%); opacity: 0.38; }
}

@keyframes shine {
  0% { left: -120%; }
  100% { left: 180%; }
}

@keyframes whatsappPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

@keyframes logoBreath {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 22px rgba(255, 226, 154, 0.35));
  }
  50% {
    transform: scale(1.025);
    filter: drop-shadow(0 0 35px rgba(255, 226, 154, 0.55));
  }
}

@keyframes glowMove {
  0%, 100% { transform: translateX(-18px); opacity: 0.35; }
  50% { transform: translateX(18px); opacity: 0.8; }
}

@keyframes logoAura {
  0%, 100% { transform: scaleX(0.92) scaleY(0.86) rotate(-2deg); opacity: 0.38; }
  50% { transform: scaleX(1.08) scaleY(1.03) rotate(2deg); opacity: 0.82; }
}

/* RESPONSIVE TABLET */

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

  .proof-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .real-people-section {
    grid-template-columns: 1fr;
  }

  .distribution-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .distribution-slider {
    min-height: 590px;
  }
}

/* RESPONSIVE MOBILE */

@media (max-width: 850px) {
  .nav {
    padding: 10px 14px;
    gap: 10px;
  }

  .brand {
    flex: 1;
    min-width: 0;
    gap: 8px;
  }

  .brand img {
    height: 48px;
    width: auto;
    max-width: 132px;
  }

  .brand span {
    font-size: 22px;
    line-height: 1.05;
    white-space: normal;
    max-width: 150px;
  }

  .nav-links,
  .nav-btn {
    display: none;
  }

  .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    margin-left: auto;
  }

  .mobile-menu {
    top: 76px;
    height: calc(100vh - 76px);
  }

  .section,
  .hero {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    padding: 42px 18px;
    border-radius: 24px;
  }

  .hero {
    margin-top: 94px;
    min-height: auto;
  }

  .wide-label {
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 1.35;
  }

  .section h2,
  .section-head h2,
  .real-people-text h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .hero-logo-stage {
    width: 100%;
    height: 125px;
  }

  .hero-logo-stage img {
    width: 240px;
    max-width: 100%;
  }

  .logo-glow,
  .logo-scan {
    width: 260px;
  }

  .hero-bottom h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .hero-bottom h1 span {
    display: block;
  }

  .hero-bottom p {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .btn,
  button {
    width: 100%;
  }

  .services-grid,
  .method-grid,
  .proof-grid,
  .review-grid,
  .contacts-grid,
  .distribution-group {
    grid-template-columns: 1fr;
  }

  .service-card,
  .method-card {
    min-height: auto;
  }

  .distribution-slider {
    min-height: 1140px;
  }

  .distribution-group img {
    height: 260px;
  }

  .video-box video {
    height: auto;
    min-height: 250px;
    object-fit: contain;
  }

  .slider {
    height: 320px;
  }

  .real-people-image img {
    height: 350px;
  }

  .track-advertising-box {
    padding: 28px 18px;
  }

  .contact-card {
    width: 100%;
    padding: 28px 18px;
  }

  .whatsapp {
    width: 54px;
    height: 54px;
    right: 10px;
    bottom: 10px;
  }
}

/* MOBILE PICCOLO */

@media (max-width: 430px) {
  .brand img {
    max-width: 122px;
  }

  .brand span {
    font-size: 20px;
    max-width: 130px;
  }

  .menu-btn {
    width: 42px;
    min-width: 42px;
    font-size: 32px;
  }

  .hero-bottom h1 {
    font-size: 28px;
  }

  .section,
  .hero {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 38px 16px;
  }

  .slider {
    height: 290px;
  }

  .contact-card strong {
    font-size: 15px;
  }
}