:root {
  --navy: #0b1838;
  --navy-deep: #07142f;
  --ink: #101a36;
  --muted: #66738d;
  --line: #dde4ee;
  --red: #ed0015;
  --red-dark: #c90012;
  --soft: #f7f9fc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(22px, 8vw, 150px);
  background: rgba(255, 255, 255, 0.96);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: 54px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
}

.header-status {
  border: 1px solid rgba(237, 0, 21, 0.2);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--red);
  background: rgba(237, 0, 21, 0.06);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.page {
  display: grid;
  position: relative;
  min-height: calc(100vh - 82px);
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0 46%, rgba(255, 255, 255, 0.34) 57%, rgba(255, 255, 255, 0) 74%),
    url("assets/hero-background-clean.png") center center / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: clamp(44px, 8vw, 112px) clamp(24px, 8vw, 150px);
}

.hero-inner {
  width: min(700px, 100%);
}

.soon-lockup {
  display: grid;
  width: min(430px, 100%);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 0 auto 22px;
  color: var(--red);
  text-align: center;
}

.soon-line {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(237, 0, 21, 0.85));
}

.soon-line:last-child {
  background: linear-gradient(90deg, rgba(237, 0, 21, 0.85), transparent);
}

.soon-text {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  border: 2px solid rgba(237, 0, 21, 0.14);
  border-radius: 999px;
  padding: 0 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(237, 0, 21, 0.16), transparent 62%),
    rgba(237, 0, 21, 0.06);
  box-shadow: 0 18px 42px rgba(237, 0, 21, 0.11);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

h1 {
  max-width: 680px;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.2vw, 74px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  color: var(--red);
}

.intro {
  max-width: 615px;
  margin: 26px 0 40px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.notify-form {
  width: min(620px, 100%);
}

.notify-form label {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.form-row {
  display: flex;
  min-height: 66px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(12, 27, 61, 0.07);
}

input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 22px;
  color: var(--ink);
  font: inherit;
  outline: none;
}

input::placeholder {
  color: #8390a7;
}

button {
  flex: 0 0 auto;
  border: 0;
  padding: 0 34px;
  color: var(--white);
  background: var(--red);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

button:hover,
button:focus-visible {
  background: var(--red-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 30px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.trust-row span::before {
  content: "✓";
  margin-right: 9px;
  color: var(--red);
  font-weight: 900;
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100vh - 82px);
  align-items: flex-end;
  justify-content: flex-end;
  padding: clamp(32px, 7vw, 86px) clamp(26px, 6vw, 78px);
}

.image-copy {
  width: min(390px, 82%);
  border-radius: 8px;
  padding: 38px 40px 34px;
  color: var(--white);
  background: rgba(7, 20, 47, 0.85);
  box-shadow: 0 24px 60px rgba(7, 20, 49, 0.22);
}

.image-kicker {
  margin: 0 0 28px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.image-copy p:not(.image-kicker) {
  max-width: 250px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.14;
}

.image-line {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 28px;
  background: var(--red);
}

@media (max-width: 980px) {
  .page {
    grid-template-columns: 1fr;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0 54%, rgba(255, 255, 255, 0.2) 76%, rgba(255, 255, 255, 0) 100%),
      url("assets/hero-background-clean.png") center bottom / cover no-repeat;
  }

  .hero-copy {
    padding: 44px 24px 24px;
  }

  .hero-visual {
    min-height: 430px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 24px 42px;
  }

  .image-copy {
    width: min(360px, 100%);
    padding: 32px 30px 30px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 76px;
    padding: 0 18px;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 48px;
    height: 50px;
  }

  .header-status {
    display: none;
  }

  .soon-lockup {
    gap: 10px;
  }

  .soon-text {
    min-height: 50px;
    padding: 0 18px;
  }

  .form-row {
    display: grid;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 12px;
  }

  input {
    min-height: 58px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  button {
    min-height: 58px;
    width: 100%;
    border-radius: 8px;
  }

  .hero-visual {
    min-height: 360px;
  }

  .image-copy p:not(.image-kicker) {
    max-width: 230px;
    font-size: 28px;
  }
}
