:root {
  --bg: #050403;
  --panel: rgba(18, 15, 12, 0.78);
  --text: #fff7ed;
  --muted: #c9b8a6;
  --soft: #8e8073;
  --orange: #ff6a00;
  --orange-2: #ffad32;
  --border: rgba(255, 132, 31, 0.28);
  --white-border: rgba(255,255,255,0.10);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 106, 0, 0.22), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(255, 174, 50, 0.15), transparent 32%),
    linear-gradient(135deg, #020202 0%, #080706 48%, #1a0a00 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  pointer-events: none;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 64px) 20px;
}

.hero {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--white-border);
  background: linear-gradient(180deg, rgba(28, 24, 20, 0.88), rgba(8, 7, 6, 0.66));
  box-shadow: 0 30px 100px rgba(0,0,0,0.48);
  border-radius: clamp(24px, 4vw, 36px);
  backdrop-filter: blur(18px);
}

.hero__content::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 42%);
  pointer-events: none;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: clamp(24px, 4vw, 36px);
}

.brand-mark {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 0 48px rgba(255,106,0,0.36);
}

.flame { font-size: 39px; filter: drop-shadow(0 6px 12px rgba(0,0,0,0.34)); }

.eyebrow {
  margin: 0 0 5px;
  color: var(--orange-2);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.mini-copy {
  margin: 0;
  color: var(--soft);
  font-weight: 700;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(42px, 6.8vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

h1 span {
  color: transparent;
  background: linear-gradient(135deg, #ffefe0 0%, var(--orange-2) 34%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.subtitle {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.58;
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 13px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,106,0,0.11);
  color: #fff1e6;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.coming-soon::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 24px var(--orange);
  animation: pulse 1.5s infinite;
}

.notify {
  margin-top: 30px;
  padding: 18px;
  border: 1px solid var(--white-border);
  border-radius: 24px;
  background: rgba(255,255,255,0.052);
}

.notify label {
  display: block;
  margin-bottom: 12px;
  color: #fff0df;
  font-weight: 800;
}

.notify__row {
  display: flex;
  gap: 12px;
}

input, button {
  border: 0;
  min-height: 52px;
  border-radius: 16px;
  font: inherit;
}

input {
  width: 100%;
  min-width: 0;
  padding: 0 16px;
  color: var(--text);
  background: rgba(0,0,0,0.42);
  outline: 1px solid rgba(255,255,255,0.12);
}

input::placeholder { color: #928578; }
input:focus { outline: 2px solid rgba(255, 128, 24, 0.78); }

button {
  padding: 0 22px;
  color: #190900;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(255,106,0,0.22);
  transition: transform .18s ease, filter .18s ease;
}

button:hover { transform: translateY(-1px); filter: brightness(1.06); }

.note {
  margin: 11px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.features article {
  min-width: 0;
  padding: 18px 14px;
  border: 1px solid rgba(255,255,255,0.085);
  border-radius: 20px;
  background: rgba(0,0,0,0.26);
}

.features span {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.features strong,
.features small { display: block; }

.features strong { font-size: 15px; }
.features small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.preview-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.glow {
  position: absolute;
  width: min(520px, 85vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,.34), rgba(255,106,0,.08) 43%, transparent 68%);
  filter: blur(8px);
}

.phone-card {
  position: relative;
  width: min(378px, 100%);
  padding: 12px;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(255,125,22,0.55), rgba(255,255,255,0.12));
  box-shadow: 0 36px 110px rgba(255,106,0,0.17), 0 30px 80px rgba(0,0,0,0.56);
  transform: rotate(2.2deg);
}

.phone-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 0 0 16px 16px;
  background: rgba(0,0,0,0.75);
}

.phone-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.14);
  background: #111;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.45); opacity: 0.55; }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .preview-wrap {
    order: -1;
    min-height: 0;
  }
  .phone-card {
    width: min(300px, 78vw);
    transform: none;
  }
}

@media (max-width: 640px) {
  .page { padding: 18px 12px 28px; }
  .hero__content { padding: 22px; }
  .brand-row { gap: 12px; }
  .brand-mark {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border-radius: 20px;
  }
  .flame { font-size: 33px; }
  h1 { font-size: clamp(38px, 12.5vw, 54px); }
  .subtitle { margin-top: 20px; }
  .coming-soon { width: 100%; justify-content: center; }
  .notify__row { flex-direction: column; }
  button { width: 100%; }
  .features { grid-template-columns: 1fr; }
  .features article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
  }
  .features span { margin: 0; grid-row: span 2; }
}
