/*
Theme Name: LFR-In Simple Coming Soon
Theme URI: https://lfr-in.de
Author: Billel Meftah
Author URI: https://support.lfr-in.de
Description: Schlichte Coming-Soon-Seite für LFR-In.
Version: 1.0.0
License: Proprietary
Text Domain: lfr-in-simple-coming-soon
*/

:root {
  --bg: #0b1120;
  --panel: rgba(255,255,255,.08);
  --text: #f8fafc;
  --muted: #a8b3cf;
  --primary: #e7332a;
  --accent: #1479ff;
  --border: rgba(255,255,255,.12);
  --shadow: 0 30px 90px rgba(0,0,0,.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 15%, rgba(231,51,42,.22), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(20,121,255,.22), transparent 36%),
    linear-gradient(135deg, #0b1120, #111827);
}

.lfr-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.lfr-card {
  width: min(760px, 100%);
  text-align: center;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 38px;
  border: 1px solid var(--border);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.lfr-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 26px;
  margin-bottom: 26px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  font-weight: 950;
  font-size: 28px;
  letter-spacing: -.08em;
}

h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 86px);
  line-height: .92;
  letter-spacing: -.08em;
}

.subtitle {
  margin: 18px auto 0;
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #c62018);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 16px 35px rgba(231,51,42,.28);
}

.footer {
  margin-top: 34px;
  color: var(--muted);
  font-size: 14px;
}

.footer a {
  color: var(--text);
  text-decoration: none;
}
