/* ELiMiNATOR brand font – adjust URLs to match where your font actually lives */
@font-face {
  font-family: "Eliminator";
  src:
    url("../fonts/eliminator.brand.woff2") format("woff2"),
    url("../fonts/eliminator.brand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Generic class for the ELiMiNATOR word mark */
.brand-eliminator {
  font-family: "Eliminator", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* Smaller version for footer, etc. */
.brand-eliminator.small {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

/* main.css – ELiMiNATOR / CCC digital business card styling (Artie edition) */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Match the dark ELiMiNATOR vibe */
  background:
    radial-gradient(circle at top, #111827 0, #020617 40%, #000000 100%);
  color: #e5e7eb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.card-wrapper {
  width: 100%;
  max-width: 430px;
}

.card {
  background: radial-gradient(circle at top left, rgba(30, 64, 175, 0.18), transparent 55%),
              rgba(15, 23, 42, 0.96);
  border-radius: 26px;
  padding: 24px 22px 20px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.45);
  backdrop-filter: blur(16px);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.logo-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #f97316, #ea580c 30%, #0f172a 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.05em;
}

.logo-circle span {
  color: #f9fafb;
}

/* Footer company logo container */
.logo-company {
  margin: 16px auto 0;                     /* center container on card */
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);

  max-width: 260px;                        /* never bigger than this */
  width: 100%;                             /* but shrink with the card */
}

/* Make logo scale nicely on mobile */
.logo-company img {
  display: block;
  width: 100%;                             /* fill the container */
  height: auto;                            /* keep aspect ratio */
}

/* Text */

.header-text h1 {
  font-size: 1.35rem;
  font-weight: 650;
  margin: 0 0 3px;
}

.header-text .title {
  font-size: 0.9rem;
  color: #9ca3af;
}

.header-text .company {
  font-size: 0.84rem;
  color: #d1d5db;
}

.tagline {
  font-size: 0.86rem;
  color: #9ca3af;
  margin: 4px 0 16px;
}

.section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #94a3b8;
  margin-bottom: 6px;
}

/* Buttons */

.button-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: linear-gradient(to bottom right, #020617, #020617);
  color: #e5e7eb;
  font-size: 0.9rem;
  text-decoration: none;
  gap: 6px;
  transition:
    transform 0.08s ease-out,
    box-shadow 0.08s ease-out,
    border-color 0.12s,
    background 0.12s;
}

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

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.95);
  border-color: #f97316;
}

/* Primary CTA = ELiMiNATOR orange ring */
.btn.primary {
  border-color: #f97316;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.3);
}

.btn.primary:hover {
  background: radial-gradient(circle at top, #f97316 0, #c2410c 40%, #020617 100%);
  box-shadow:
    0 0 0 1px rgba(249, 115, 22, 0.6),
    0 12px 28px rgba(15, 23, 42, 0.95);
}

.btn.full {
  width: 100%;
}

.subtle {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: center;
  margin-top: 6px;
}

.footer-note {
  font-size: 0.7rem;
  color: #6b7280;
  text-align: center;
  margin-top: 8px;
}

/* Small screens tweaks */
/* Small screens tweaks */
@media (max-width: 360px) {
  .button-grid {
    grid-template-columns: 1fr;
  }

  /* Slightly smaller logo on very small screens */
  .logo-company img {
    max-width: 220px;
  }
}




/* =========================================================

/* =========================================================
   VAPORWAVE MAGENTA / CYAN NEON THEME – card overrides
   ========================================================= */

body {
  background:
    radial-gradient(circle at top, #020617 0, #020617 45%, #020617 100%);
  color: #e5e7eb;
}

.card {
  background:
    radial-gradient(circle at top left, rgba(0,0,0,0.3), transparent 55%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.35), transparent 65%),
    rgba(3, 7, 18, 0.96);
  border-radius: 26px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.9),
    0 0 45px rgba(0, 0, 0, 0.95),
    0 0 42px #e11dff;
}

.logo-circle {
  background:
    radial-gradient(circle at 30% 15%, #22d3ee, transparent 40%),
    radial-gradient(circle at 70% 80%, #e11dff, #020617 85%);
  box-shadow:
    0 0 24px #e11dff,
    0 0 60px #e11dff,
    0 0 0 1px rgba(15, 23, 42, 0.9);
}

.logo-circle span {
  text-shadow:
    0 0 6px rgba(248, 250, 252, 0.95),
    0 0 12px #e11dff;
}

.btn {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.92));
  border-color: rgba(148, 163, 184, 0.75);
  box-shadow:
    0 6px 18px rgba(15, 23, 42, 0.9);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.9),
    0 0 18px #e11dff;
}

.btn.primary {
  border-color: #e11dff;
  background: linear-gradient(135deg, #e11dff, #22d3ee);
  color: #020617;
  box-shadow:
    0 0 0 1px rgba(248, 250, 252, 0.25),
    0 0 32px #e11dff;
}

.btn.primary:hover {
  background: linear-gradient(135deg, #22d3ee, #e11dff);
}

.footer-note {
  color: #64748b;
}

.subtle {
  color: #6b7280;
}
