@charset "utf-8";
/* CSS Document */

    :root {
      --bg: #0b0b10;
      --accent: #e23a8a;
      --accent-soft: #f7e4f0;
      --text-main: #f7f7f7;
      --text-sub: #c7c7c7;
      --border-soft: rgba(255, 255, 255, 0.08);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
      background: radial-gradient(circle at top, #261126 0, #050509 55%, #000 100%);
      color: var(--text-main);
      min-height: 100vh;
      display: flex;
      align-items: stretch;
      justify-content: center;
    }

    .page {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
      padding: 32px 20px 40px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }

    .brand-mini {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .brand-mini img {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
    }

    .brand-mini-text-main {
      font-size: 1.1rem;
      letter-spacing: 0.12em;
    }

    .brand-mini-text-sub {
      font-size: 0.7rem;
      text-transform: uppercase;
      color: var(--text-sub);
      letter-spacing: 0.18em;
    }

    .nav-pill {
      border-radius: 999px;
      border: 1px solid var(--border-soft);
      padding: 6px 14px;
      font-size: 0.75rem;
      color: var(--text-sub);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      backdrop-filter: blur(10px);
      background: rgba(10, 10, 18, 0.7);
    }

    .nav-pill-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffb347;
      box-shadow: 0 0 10px rgba(255, 179, 71, 0.8);
    }

    main {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
      gap: 32px;
      align-items: center;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid var(--border-soft);
      background: rgba(15, 15, 25, 0.9);
      font-size: 0.75rem;
      color: var(--accent-soft);
    }

    .badge-pill {
      padding: 2px 8px;
      border-radius: 999px;
      background: rgba(226, 58, 138, 0.18);
      color: var(--accent);
      font-size: 0.7rem;
    }

    h1 {
      font-size: clamp(2.2rem, 4vw, 2.8rem);
      line-height: 1.25;
      letter-spacing: 0.08em;
    }

    h1 span {
      display: block;
    }

    .hero-sub {
      font-size: 0.95rem;
      color: var(--text-sub);
      line-height: 1.7;
      max-width: 32rem;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 10px;
    }

    .info-card {
      border-radius: 14px;
      border: 1px solid var(--border-soft);
      background: rgba(12, 12, 20, 0.9);
      padding: 10px 12px;
      font-size: 0.8rem;
    }

    .info-label {
      font-size: 0.7rem;
      color: var(--text-sub);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .info-main {
      font-size: 0.9rem;
    }

    .info-note {
      font-size: 0.7rem;
      color: var(--text-sub);
      margin-top: 2px;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
      align-items: center;
    }

    .btn-primary {
      border-radius: 999px;
      padding: 10px 18px;
      border: none;
      background: linear-gradient(135deg, #e23a8a, #ff7a5c);
      color: #fff;
      font-size: 0.85rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .btn-primary span {
      font-size: 1rem;
    }

    .cta-sub {
      font-size: 0.75rem;
      color: var(--text-sub);
    }

    .hero-logo-wrap {
      display: flex;
      justify-content: center;
    }

    .hero-logo-card {
      position: relative;
      width: min(360px, 100%);
      aspect-ratio: 1 / 1;
      border-radius: 28px;
      padding: 26px;
      background: radial-gradient(circle at top, #3a163a 0, #120513 45%, #050308 100%);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(255, 255, 255, 0.02);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .hero-logo-card::before {
      content: "";
      position: absolute;
      inset: 18%;
      border-radius: 50%;
      border: 1px dashed rgba(255, 255, 255, 0.12);
      opacity: 0.7;
    }

    .hero-logo-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at bottom, rgba(255, 255, 255, 0.08), transparent 55%);
      mix-blend-mode: screen;
      opacity: 0.6;
    }

    .hero-logo-inner {
      position: relative;
      z-index: 1;
      width: 78%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-logo-inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.18),
        0 18px 40px rgba(0, 0, 0, 0.9);
    }

    .hero-logo-tag {
      position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(0, 0, 0, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.16);
      font-size: 0.7rem;
      color: var(--accent-soft);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      z-index: 2;
    }

    footer {
      border-top: 1px solid var(--border-soft);
      padding-top: 16px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-between;
      font-size: 0.7rem;
      color: var(--text-sub);
    }

    .footer-links {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

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

    .footer-links a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      main {
        grid-template-columns: minmax(0, 1fr);
      }

      .page {
        padding-inline: 16px;
      }

      header {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero-logo-card {
        margin-top: 4px;
      }
    }
