/* ============================================================
   Site Support Hub — Coming Soon landing page
   Standalone. No dependencies. Upload as-is to IONOS.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #01040a;
  color: #e2e8f0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wl-page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 0%, #0a1730 0%, #050912 55%, #01040a 100%);
  isolation: isolate;
}

/* ---------- Gassy / liquid background ---------- */

.wl-blobs {
  position: absolute;
  inset: -10%;
  z-index: 0;
  filter: blur(60px) saturate(130%);
  pointer-events: none;
}

.wl-blob {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0.55;
  will-change: transform;
}

.wl-blob-1 { top: 8%; left: 10%; width: 42vw; height: 42vw; background: radial-gradient(circle at 35% 35%, #1d4ed8, transparent 70%); animation: wl-drift-1 32s ease-in-out infinite alternate; }
.wl-blob-2 { bottom: 5%; right: 8%; width: 48vw; height: 48vw; background: radial-gradient(circle at 60% 40%, #0891b2, transparent 70%); animation: wl-drift-2 38s ease-in-out infinite alternate; }
.wl-blob-3 { top: 35%; left: 45%; width: 38vw; height: 38vw; background: radial-gradient(circle at 50% 50%, #1e3a8a, transparent 72%); animation: wl-drift-3 44s ease-in-out infinite alternate; }
.wl-blob-4 { top: 60%; left: 5%; width: 30vw; height: 30vw; background: radial-gradient(circle at 50% 50%, #0ea5e9, transparent 70%); animation: wl-drift-4 26s ease-in-out infinite alternate; }

@keyframes wl-drift-1 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(8%,10%) scale(1.15); } }
@keyframes wl-drift-2 { 0% { transform: translate(0,0) scale(1.05); } 100% { transform: translate(-10%,-6%) scale(0.9); } }
@keyframes wl-drift-3 { 0% { transform: translate(-6%,0) scale(0.95); } 100% { transform: translate(6%,-8%) scale(1.1); } }
@keyframes wl-drift-4 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(6%,-10%) scale(1.2); } }

.wl-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 45%, transparent 35%, rgba(1, 4, 10, 0.85) 100%);
}

/* ---------- Floating complaint quotes ---------- */

.wl-quotes-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.wl-quote-slot {
  position: absolute;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 600;
  line-height: 1.45;
  color: #bcd0f0;
  text-shadow: 0 0 18px rgba(56, 132, 255, 0.4), 0 0 4px rgba(0, 0, 0, 0.65);
  font-style: italic;
  overflow-wrap: normal;
  word-break: keep-all;
}

.wl-word { display: inline-block; overflow-wrap: normal; word-break: keep-all; }

.wl-letter {
  display: inline-block;
  opacity: 0;
  filter: blur(3px);
  transition: opacity 0.6s ease, filter 0.6s ease;
  white-space: pre;
}
.wl-letter.wl-letter--visible { opacity: 1; filter: blur(0); }

@media (max-width: 900px) { .wl-quote-slot { font-size: 1rem; } }
@media (max-width: 620px) { .wl-quote-slot { font-size: 0.9rem; } }

/* ---------- Centre content ---------- */

.wl-content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 3rem;
}

.wl-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
  width: 100%;
  max-width: 40rem;
  text-align: center;
}

.wl-headline {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(1.6rem, 4.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f8fafc;
  text-shadow: 0 0 40px rgba(59, 130, 246, 0.55), 0 0 10px rgba(255, 255, 255, 0.15);
}

.wl-brand { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }

.wl-logo {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 0 22px rgba(59, 130, 246, 0.55));
  /* PNG has ~21px more transparent padding on the left than the right, so its
     visible content sits ~2px right of centre — nudge left to truly centre it. */
  transform: translateX(-2px);
}

.wl-coming-soon {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  /* letter-spacing adds a trailing gap after the last glyph, shifting the text
     left of centre by half that gap — indent by half to re-balance it. */
  text-indent: 0.08em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.wl-waitlist { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-top: 1rem; }
.wl-waitlist-title { font-size: 1.05rem; font-weight: 700; color: #cbd5e1; }

.wl-form {
  display: flex;
  width: 100%;
  max-width: 26rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
.wl-form .fi-group { flex: 1 1 14rem; }

.wl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.wl-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0.75rem;
  padding: 0.85rem 1.5rem;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  color: #f8fafc;
  background: linear-gradient(135deg, #1d4ed8, #0891b2);
  box-shadow: 0 8px 30px rgba(29, 78, 216, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.wl-submit-btn:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 10px 36px rgba(8, 145, 178, 0.55); }
.wl-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.wl-form-error { width: 100%; text-align: center; font-size: 0.85rem; font-weight: 600; color: #fca5a5; }
.wl-success { max-width: 26rem; font-size: 1rem; font-weight: 700; color: #86efac; text-shadow: 0 0 20px rgba(74, 222, 128, 0.35); }

/* ---------- Floating-label fields ---------- */

.fi-group { position: relative; text-align: left; }

.fi-input {
  display: block;
  width: 100%;
  border: 1.5px solid rgba(148, 163, 184, 0.4);
  border-radius: 0.6rem;
  background: rgba(15, 23, 42, 0.55);
  padding: 1.25rem 0.85rem 0.45rem;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.25;
  min-height: 3.35rem;
  color: #f1f5f9;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fi-textarea { min-height: 6rem; line-height: 1.4; resize: vertical; }
.fi-input::placeholder { color: transparent; }
.fi-input:focus { outline: none; border-color: #38bdf8; box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2); }

.fi-label {
  position: absolute;
  left: 0.85rem;
  top: 1.05rem;
  color: #94a3b8;
  pointer-events: none;
  font-size: 0.9rem;
  line-height: 1;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.fi-input:focus ~ .fi-label,
.fi-input:not(:placeholder-shown) ~ .fi-label {
  top: 0.45rem;
  font-size: 0.7rem;
  color: #7dd3fc;
}

/* ---------- Modal ---------- */

.wl-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(1, 4, 10, 0.75);
  backdrop-filter: blur(6px);
}
.wl-modal-overlay[hidden] { display: none; }

.wl-modal {
  width: 100%;
  max-width: 26rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: linear-gradient(160deg, #0b1526 0%, #050a14 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(29, 78, 216, 0.2);
  padding: 1.75rem;
}

.wl-modal-title { margin: 0 0 1.25rem; font-size: 1.15rem; font-weight: 800; color: #f8fafc; }
.wl-modal-error { margin: 0 0 0.9rem; font-size: 0.82rem; font-weight: 600; color: #fca5a5; }

.wl-modal-fields { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 1.25rem; }
.wl-modal-question { display: flex; flex-direction: column; gap: 0.5rem; }
.wl-modal-question-text { margin: 0; font-size: 0.85rem; font-weight: 700; color: #cbd5e1; }

.wl-modal-answer-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 0.75rem;
  padding: 0.8rem 1rem;
  font-family: inherit;
  font-weight: 800;
  font-size: 0.9rem;
  color: #f8fafc;
  background: linear-gradient(135deg, #1d4ed8, #0891b2);
  box-shadow: 0 8px 26px rgba(29, 78, 216, 0.4);
  transition: transform 0.2s ease;
}
.wl-modal-answer-btn:hover:not(:disabled) { transform: translateY(-1px); }
.wl-modal-answer-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.wl-modal-skip {
  display: block;
  width: 100%;
  margin-top: 0.85rem;
  text-align: center;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  border: none;
  cursor: pointer;
}
.wl-modal-skip:hover:not(:disabled) { color: #94a3b8; }
.wl-modal-skip:disabled { opacity: 0.6; cursor: not-allowed; }

@media (prefers-reduced-motion: reduce) {
  .wl-blob { animation: none; }
  .wl-letter { transition: opacity 0.3s ease; filter: none; }
}
