.path-frontpage .container-fluid,
.path-frontpage .region-content {
  padding: 0 !important;
}
.il-founder-landing .hero.il-coming-soon-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 12, 20, 0.58), rgba(7, 12, 20, 0.82)),
    url(/modules/custom/italialocals_homepage/assets/colosseo.jpg) center center no-repeat !important;
  background-size: cover !important;
  border-bottom: 0 !important;
}
.il-coming-soon {
  .navbar-expand-lg {
    display: none !important;
  }
  main > .container {
    width: 100% !important;
    padding: 0;
    max-width: 100%;
    .pt-4 {
      padding-top: 0 !important;
    }
    .region-content {
      padding: 0 !important;
    }
  }
  .navbar-brand {
    height: 122px;
    background: white;
    width: 122px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #06c167;
    margin-bottom: 24px;
    img {
      margin: 0 auto;
      height: 60px !important;
    }
  }
}

.il-founder-landing .hero.il-coming-soon-hero::before,
.il-founder-landing .hero.il-coming-soon-hero::after {
  display: none !important;
}

.il-founder-landing .hero.il-coming-soon-hero .container {
  position: relative;
  z-index: 1;
}

.il-founder-landing .hero.il-coming-soon-hero .badge-founder {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  backdrop-filter: blur(10px);
}

.il-founder-landing .hero.il-coming-soon-hero h1,
.il-founder-landing .hero.il-coming-soon-hero .lead,
.il-founder-landing .hero.il-coming-soon-hero .trust-pill,
.il-founder-landing .hero.il-coming-soon-hero .il-status-note {
  color: #fff !important;
}

.il-founder-landing .hero.il-coming-soon-hero h1 {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.il-founder-landing .hero.il-coming-soon-hero .lead {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.il-founder-landing .hero.il-coming-soon-hero .trust-pill {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.il-founder-landing .hero.il-coming-soon-hero .il-status-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0a864a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.il-founder-landing .hero.il-coming-soon-hero .il-status-ping {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55);
  animation: ilComingSoonPulse 2s ease-out infinite;
  flex: 0 0 auto;
}

.il-founder-landing .hero.il-coming-soon-hero .il-status-note {
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@keyframes ilComingSoonPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.45);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(245, 158, 11, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
  }
}

@media (max-width: 767.98px) {
  .il-founder-landing .hero.il-coming-soon-hero {
    min-height: calc(100vh - 32px);
    padding-top: 96px !important;
    padding-bottom: 96px !important;
    background-position: center center;
  }

  .il-founder-landing .hero.il-coming-soon-hero .il-status-row {
    padding: 11px 16px;
  }

  .il-founder-landing .hero.il-coming-soon-hero .il-status-note {
    font-size: 0.92rem;
  }
}
