:root {
  --brand-navy: #141b2d;
  --brand-navy-light: #1c2540;
  --brand-slate: #3e4759;
  --brand-slate-light: #5a6478;
  --brand-gray: #8b93a3;
  --text-light: #f4f6fa;
  --text-muted: #a8b0be;
  --card-bg: rgba(28, 37, 64, 0.72);
  --card-border: rgba(255, 255, 255, 0.1);
  --logo-bg: rgba(255, 255, 255, 0.97);
  --whatsapp: #25d366;
  --whatsapp-hover: #1ebe57;
  --whatsapp-offset: 1.25rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  position: fixed;
  inset: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text-light);
  background: var(--brand-navy);
  -webkit-overflow-scrolling: auto;
  touch-action: manipulation;
}

/* Background */
.coming-soon-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100dvh;
  max-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 5.5rem;
  overflow: hidden;
  background: linear-gradient(160deg, var(--brand-navy) 0%, #0f1524 45%, #121a2e 100%);
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
}

.bg-shape-1 {
  width: min(480px, 90vw);
  height: min(480px, 90vw);
  background: var(--brand-slate);
  top: -18%;
  right: -20%;
}

.bg-shape-2 {
  width: min(400px, 80vw);
  height: min(400px, 80vw);
  background: #2a3347;
  bottom: -18%;
  left: -18%;
}

.coming-soon-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.coming-soon-content .row,
.coming-soon-content .col-12 {
  max-width: 100%;
}

/* Logo */
.logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 1.5rem;
  animation: fadeDown 0.8s ease both;
}

.logo-img {
  width: min(320px, 78vw);
  height: auto;
  display: block;
}

/* Badge */
.coming-badge {
  display: inline-block;
  padding: 0.45rem 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  animation: fadeDown 0.8s 0.1s ease both;
}

/* Typography */
.main-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.1rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--text-light);
  animation: fadeDown 0.8s 0.2s ease both;
}

.main-subtitle {
  font-size: clamp(0.95rem, 2.4vw, 1.1rem);
  color: var(--text-muted);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  letter-spacing: 0.01em;
  animation: fadeDown 0.8s 0.3s ease both;
}

/* Contact card */
.contact-card {
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--card-border);
  border-radius: 1.25rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  animation: fadeUp 0.8s 0.4s ease both;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.75rem;
  text-align: left;
  min-width: 0;
}

.contact-item + .contact-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 576px) {
  .contact-item + .contact-item {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.contact-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--brand-slate);
  color: var(--text-light);
  font-size: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-text {
  min-width: 0;
}

.contact-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-gray);
  margin-bottom: 0.35rem;
}

.contact-text address {
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-light);
}

.contact-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #c8d0de;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}

.contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-note {
  font-size: 0.82rem;
  color: var(--brand-gray);
  letter-spacing: 0.02em;
  animation: fadeUp 0.8s 0.5s ease both;
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  right: calc(var(--whatsapp-offset) + env(safe-area-inset-right, 0px));
  bottom: calc(var(--whatsapp-offset) + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  pointer-events: none;
}

.whatsapp-btn {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  font-size: 1.75rem;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  animation: pulse 2.5s ease-in-out infinite;
}

.whatsapp-btn:hover {
  background: var(--whatsapp-hover);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4), 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  white-space: nowrap;
  background: var(--brand-navy-light);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.whatsapp-btn:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Animations */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 4px 16px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 6px 22px rgba(37, 211, 102, 0.55);
  }
}

/* Desktop */
@media (min-width: 576px) {
  .coming-soon-wrapper {
    padding: 2rem 1.5rem 2rem;
  }

  .logo-wrapper {
    padding: 1.25rem 2rem;
  }

  .logo-img {
    width: min(360px, 70vw);
  }
}

/* Mobile — no scroll, compact fit */
@media (max-width: 575.98px) {
  .coming-soon-wrapper {
    padding: 0.75rem 1rem calc(5rem + env(safe-area-inset-bottom, 0px));
    align-items: center;
  }

  .logo-wrapper {
    padding: 0.85rem 1.1rem;
    margin-bottom: 2.75rem !important;
    border-radius: 0.85rem;
  }

  .logo-img {
    width: min(260px, 82vw);
  }

  .coming-badge {
    margin-bottom: 0.5rem !important;
    padding: 0.35rem 0.85rem;
    font-size: 0.65rem;
  }

  .main-title {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    margin-bottom: 0.5rem !important;
  }

  .main-subtitle {
    font-size: 0.85rem;
    line-height: 1.45;
    margin-bottom: 1rem !important;
    padding: 0 0.25rem;
  }

  .contact-item {
    padding: 0.85rem 1rem;
    gap: 0.75rem;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
  }

  .contact-text address,
  .contact-link {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .contact-label {
    font-size: 0.65rem;
    margin-bottom: 0.2rem;
  }

  .contact-card {
    border-radius: 1rem;
  }

  .footer-note {
    margin-top: 0.85rem !important;
    font-size: 0.72rem;
  }

  .whatsapp-float {
    --whatsapp-offset: 1rem;
  }

  .whatsapp-btn {
    width: 54px;
    height: 54px;
    font-size: 1.6rem;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

/* Short mobile screens */
@media (max-width: 575.98px) and (max-height: 700px) {
  .logo-wrapper {
    padding: 0.65rem 0.9rem;
    margin-bottom: 0.5rem !important;
  }

  .logo-img {
    width: min(220px, 78vw);
  }

  .main-title {
    font-size: 1.4rem;
  }

  .main-subtitle {
    font-size: 0.8rem;
    margin-bottom: 0.75rem !important;
  }

  .contact-item {
    padding: 0.65rem 0.85rem;
  }

  .footer-note {
    margin-top: 0.6rem !important;
  }
}
