    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      min-height: 100vh; display: flex; align-items: center; justify-content: center;
      background: #07111f; color: #ffffff; font-family: Arial, Helvetica, sans-serif;
      padding: 30px;
    }
    .container { width: 100%; max-width: 850px; text-align: center; }
    .brand {
      font-size: 18px; font-weight: 700; letter-spacing: 3px;
      text-transform: uppercase; margin-bottom: 55px;
    }
    h1 { font-size: clamp(42px, 7vw, 76px); line-height: 1.05; margin-bottom: 28px; }
    .highlight { color: #35d6c1; }
    .intro {
      font-size: 22px; line-height: 1.6; color: #c7d0dc;
      max-width: 680px; margin: 0 auto 45px;
    }
    .status {
      display: inline-block; border: 1px solid #35d6c1; border-radius: 30px;
      padding: 12px 24px; color: #35d6c1; font-size: 14px;
      font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    }
    footer { margin-top: 70px; font-size: 13px; color: #718096; }
