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

body {
  background: #050505;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, #00ffcc22, transparent 30%),
    radial-gradient(circle at bottom right, #ff00ff22, transparent 30%),
    #050505;
  padding: 30px 7%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: white;
  text-decoration: none;
}

.logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: #ccc;
  text-decoration: none;
}

.nav-links a:hover {
  color: #00ffd5;
}

.hero-content {
  margin-top: 130px;
  max-width: 700px;
}

.tag {
  color: #00ffd5;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

h1 {
  font-size: 78px;
  line-height: 0.95;
  margin-bottom: 25px;
}

.subtitle {
  color: #aaa;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.primary-btn {
  display: inline-block;
  background: #00ffd5;
  color: black;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.secondary-btn {
  display: inline-block;
  border: 1px solid #3a3a3a;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.secondary-btn:hover,
.store-buttons a:hover,
.text-link:hover {
  border-color: #00ffd5;
  color: #00ffd5;
}

.section {
  padding: 90px 7%;
}

.section-kicker {
  color: #00ffd5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section h2 {
  font-size: 42px;
  margin-bottom: 35px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.app-card {
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 30px;
  min-height: 220px;
}

.featured-card,
.autoping-card {
  grid-column: span 2;
}

.featured-card,
.autoping-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 22px;
}

.featured-card {
  background:
    linear-gradient(145deg, #170813 0%, #141019 42%, #071722 100%);
  border-color: #45233e;
  box-shadow: inset 0 1px 0 #ffffff10;
}

.autoping-card {
  background:
    linear-gradient(145deg, #071523 0%, #0c2031 55%, #1a1609 100%);
  border-color: #243c4e;
  box-shadow: inset 0 1px 0 #ffffff10;
}

.logo-stage {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 210px;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 24px;
}

.matchpanic-stage {
  background:
    radial-gradient(circle at 76% 24%, #ff1d8060, transparent 34%),
    radial-gradient(circle at 25% 30%, #00b7ff55, transparent 32%),
    linear-gradient(135deg, #090b13 0%, #1a1018 52%, #241203 100%);
}

.autoping-stage {
  background:
    radial-gradient(circle at 72% 22%, #f5aa1740, transparent 36%),
    linear-gradient(135deg, #06131f 0%, #10283a 100%);
  border: 1px solid #f5aa1724;
}

.app-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.app-card h3 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #00ffd5;
}

.autoping-card h3,
.autoping-card .app-status,
.autoping-card .text-link {
  color: #ffb31a;
}

.app-card p {
  color: #aaa;
  line-height: 1.6;
  margin-bottom: 25px;
}

.app-logo {
  height: auto;
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.matchpanic-logo {
  width: min(100%, 340px);
}

.autoping-logo {
  width: min(100%, 430px);
}

.app-status {
  color: #ff4fd8;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.app-status.live {
  color: #00ffd5;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.store-buttons a {
  border: 1px solid #444;
  color: white;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
}

.store-buttons span {
  color: #ff4fd8;
  font-weight: bold;
}

.text-link {
  color: #00ffd5;
  font-weight: bold;
  margin-top: auto;
  text-decoration: none;
}

.privacy {
  background:
    radial-gradient(circle at 78% 4%, #ffb31a24, transparent 28%),
    linear-gradient(180deg, #050505 0%, #071523 18%, #0b1b28 100%);
}

.privacy-page {
  background: #071523;
}

.policy-nav {
  background: #050b10;
  border-bottom: 1px solid #ffffff12;
  padding: 24px 7%;
}

.standalone-policy {
  min-height: 100vh;
}

.privacy .section-kicker,
.privacy h1 {
  color: #ffb31a;
}

.standalone-policy h1 {
  font-size: 52px;
  line-height: 1.05;
  margin-bottom: 35px;
}

.policy-panel {
  background:
    linear-gradient(145deg, #071523 0%, #0c2031 58%, #11190f 100%);
  border: 1px solid #254255;
  border-radius: 8px;
  box-shadow: 0 22px 70px #00000055, inset 0 1px 0 #ffffff12;
  max-width: 1100px;
  padding: 36px;
}

.policy-hero {
  align-items: center;
  border-bottom: 1px solid #ffffff14;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(220px, 360px) 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.policy-hero img {
  background:
    radial-gradient(circle at 72% 22%, #f5aa173d, transparent 40%),
    linear-gradient(135deg, #06131f 0%, #10283a 100%);
  border: 1px solid #f5aa1724;
  border-radius: 8px;
  display: block;
  padding: 24px;
  width: 100%;
}

.policy-panel h2 {
  color: #ffb31a;
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.policy-panel > h3 {
  border-top: 1px solid #ffffff14;
  color: #ffb31a;
  font-size: 22px;
  margin: 34px 0 14px;
  padding-top: 28px;
}

.policy-card h4 {
  border-top: 0;
  color: white;
  font-size: 18px;
  margin-bottom: 12px;
  padding-top: 0;
}

.policy-panel p {
  color: #c7d0d8;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.policy-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0 8px;
}

.policy-card {
  background: #07131f99;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  padding: 22px;
}

.policy-card p:last-child,
.policy-contact p:last-child,
.service-list p:last-child {
  margin-bottom: 0;
}

.policy-panel ul {
  color: #c7d0d8;
  line-height: 1.7;
  margin: 10px 0 18px 20px;
}

.policy-panel li {
  margin-bottom: 6px;
}

.policy-list {
  columns: 2;
  column-gap: 42px;
}

.service-list,
.policy-contact {
  background: #07131f99;
  border: 1px solid #ffffff12;
  border-radius: 8px;
  padding: 22px;
}

.policy-panel a {
  color: #ffb31a;
}

.policy-panel .updated {
  color: #8fa0ad;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.policy-footnote {
  border-top: 1px solid #ffffff14;
  color: #8fa0ad;
  font-size: 14px;
  margin-top: 28px;
  padding-top: 20px;
}

.about p,
.contact p {
  color: #aaa;
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
}

.contact a {
  color: #00ffd5;
  font-size: 20px;
}

@media (max-width: 800px) {
  .hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    margin-top: 90px;
  }

  h1 {
    font-size: 52px;
  }

  .subtitle {
    font-size: 18px;
  }

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

  .featured-card,
  .autoping-card {
    grid-column: auto;
  }

  .logo-stage {
    height: 180px;
    padding: 20px;
  }

  .logo span {
    font-size: 14px;
  }

  .section {
    padding: 70px 7%;
  }

  .section h2 {
    font-size: 34px;
  }

  .policy-panel {
    padding: 24px;
  }

  .policy-hero,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-list {
    columns: 1;
  }

  .standalone-policy h1 {
    font-size: 36px;
  }

  .policy-panel h2 {
    font-size: 28px;
  }
}
.footer {
  padding: 30px 7%;
  border-top: 1px solid #222;
  color: #777;
  font-size: 14px;
}
