@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --background: #f5f7fb;
  --foreground: #0f2b4f;
  --primary: #1f4f92;
  --primary-dark: #123966;
  --primary-soft: #35639d;
  --secondary: #ff8618;
  --secondary-dark: #e76f00;
  --muted: #637693;
  --border: #d7e0ec;
  --card: #ffffff;
  --shadow: 0 22px 60px rgb(15 43 79 / 0.14);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", Arial, sans-serif;
}

button,
input {
  font: inherit;
}

.page-shell {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(34rem, 57%) minmax(28rem, 43%);
}

.brand-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgb(255 255 255 / 0.04) 1px, transparent 1px),
    linear-gradient(140deg, var(--primary), var(--primary-dark));
  background-size: 44px 44px, 44px 44px, auto;
  color: white;
}

.curve {
  position: absolute;
  inset: 0 0 auto 0;
  height: 9rem;
  background: var(--secondary);
  clip-path: polygon(0 0, 100% 0, 100% 44%, 78% 68%, 58% 50%, 38% 67%, 17% 46%, 0 64%);
}

.brand-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
}

.brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-pill {
  display: inline-flex;
  width: 7.5rem;
  height: 4.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: rgb(255 255 255 / 0.13);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.2);
}

.logo-pill img {
  width: 5.75rem;
  height: auto;
}

.toolkit-pill,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.toolkit-pill {
  border: 1px solid rgb(255 255 255 / 0.22);
  background: rgb(255 255 255 / 0.16);
  color: rgb(255 255 255 / 0.86);
  padding: 0.48rem 0.8rem;
}

.hero-copy {
  max-width: 48rem;
  margin-top: clamp(3.5rem, 8vh, 6.5rem);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: rgb(255 255 255 / 0.72);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.04rem;
}

.hero-copy h1 span {
  color: var(--secondary);
}

.hero-copy p {
  max-width: 43rem;
  margin: 1.25rem 0 0;
  color: rgb(255 255 255 / 0.86);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: clamp(2rem, 5vh, 4rem);
}

.feature-grid article {
  min-height: 9.25rem;
  border: 1px solid rgb(255 255 255 / 0.16);
  border-radius: 0.65rem;
  background: rgb(255 255 255 / 0.11);
  padding: 1rem;
}

.feature-icon {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  background: rgb(255 134 24 / 0.2);
  color: var(--secondary);
  font-size: 1.3rem;
  font-weight: 800;
}

.feature-grid h2 {
  margin: 0.8rem 0 0.35rem;
  font-size: 0.98rem;
}

.feature-grid p {
  margin: 0;
  color: rgb(255 255 255 / 0.66);
  font-size: 0.82rem;
  line-height: 1.45;
}

.tagline {
  margin-top: auto;
  padding-top: 3rem;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tagline strong {
  display: block;
  font-weight: 400;
}

.tagline strong + strong {
  color: var(--secondary);
}

.coming-panel {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 4rem);
  background:
    radial-gradient(circle at 90% 12%, rgb(255 134 24 / 0.18), transparent 18rem),
    radial-gradient(circle at 8% 88%, rgb(31 79 146 / 0.12), transparent 20rem),
    linear-gradient(135deg, #f8fafd, #eef3fa);
}

.coming-card {
  width: min(100%, 31rem);
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.9);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow);
  text-align: center;
}

.main-logo {
  width: min(13.5rem, 64vw);
  height: auto;
  margin: 0 auto 1rem;
}

.status-pill {
  min-height: 2rem;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--primary);
  padding: 0.45rem 0.8rem;
  box-shadow: 0 5px 16px rgb(15 43 79 / 0.06);
}

.coming-card h2 {
  margin: 1.1rem 0 0.5rem;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.lede {
  margin: 0 auto 1.4rem;
  color: var(--muted);
  line-height: 1.55;
}

.disabled-login {
  display: grid;
  gap: 0.9rem;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #fff;
  padding: 1rem;
  text-align: left;
}

.disabled-login label {
  display: grid;
  gap: 0.35rem;
  color: var(--foreground);
  font-size: 0.92rem;
  font-weight: 700;
}

.disabled-login input {
  min-height: 2.8rem;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: #f3f6fa;
  color: #718096;
  padding: 0 0.85rem;
}

.disabled-login button {
  min-height: 3rem;
  border: 0;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
  color: white;
  cursor: not-allowed;
  font-weight: 800;
  opacity: 0.68;
}

.launch-notes {
  margin-top: 1rem;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  background: #f8fbff;
  padding: 1rem;
  text-align: left;
}

.launch-notes h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

.launch-notes ul {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.45;
}

.small-print {
  margin: 1rem 0 0;
  color: #7b8aa2;
  font-size: 0.85rem;
  line-height: 1.45;
}

@media (max-width: 1060px) {
  .page-shell {
    grid-template-columns: 1fr;
  }

  .brand-content {
    min-height: auto;
  }

  .brand-panel {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tagline {
    display: none;
  }
}

@media (min-width: 1061px) and (max-height: 850px) {
  .brand-content {
    padding: 1.15rem 1.5rem;
  }

  .logo-pill {
    width: 6.4rem;
    height: 3.55rem;
  }

  .logo-pill img {
    width: 4.8rem;
  }

  .hero-copy {
    margin-top: 2.6rem;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 4.7vw, 4.9rem);
  }

  .hero-copy p {
    margin-top: 0.85rem;
    font-size: 1rem;
  }

  .feature-grid {
    gap: 0.65rem;
    margin-top: 1.5rem;
  }

  .feature-grid article {
    min-height: 7rem;
    padding: 0.78rem;
  }

  .feature-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.05rem;
  }

  .feature-grid h2 {
    margin-top: 0.55rem;
    font-size: 0.9rem;
  }

  .feature-grid p {
    font-size: 0.75rem;
  }

  .tagline {
    display: none;
  }

  .coming-panel {
    padding: 1.3rem;
  }

  .coming-card {
    padding: 1.2rem;
  }

  .main-logo {
    width: 10.5rem;
    margin-bottom: 0.55rem;
  }

  .coming-card h2 {
    margin-top: 0.75rem;
    font-size: 1.75rem;
  }

  .lede {
    margin-bottom: 0.9rem;
  }

  .disabled-login,
  .launch-notes {
    padding: 0.85rem;
  }

  .launch-notes {
    display: none;
  }

  .small-print {
    margin-top: 0.85rem;
  }
}

@media (max-width: 640px) {
  .brand-content {
    padding: 1rem;
  }

  .brand-header {
    align-items: flex-start;
  }

  .logo-pill {
    width: 6.25rem;
    height: 3.5rem;
  }

  .logo-pill img {
    width: 4.8rem;
  }

  .toolkit-pill {
    font-size: 0.68rem;
  }

  .hero-copy {
    margin-top: 3rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    min-height: auto;
  }

  .coming-panel {
    padding: 1rem;
  }
}
