@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap');

:root {
  --ping-blue: #0079ff;
  --ping-blue-light: #66afff;
  --ping-blue-pale: #99c9ff;
  --ping-blue-dark: #0054b2;

  --ping-red: #ff0060;
  --ping-red-light: #ff66a0;
  --ping-red-pale: #ff99bf;
  --ping-red-dark: #b20043;

  --ping-green: #00dfa2;
  --ping-green-light: #66eccc;
  --ping-green-pale: #99f2da;
  --ping-green-dark: #009c71;

  --ping-yellow: #ffe70d;
  --ping-yellow-light: #fff16e;
  --ping-yellow-pale: #fff59e;
  --ping-yellow-dark: #b2a109;

  --ink: #111111;
  --muted: #424242;
  --cream: #f7fbff;
  --paper: #ffffff;
  --accent: var(--ping-green-light);
  --accent-2: var(--ping-blue);
  --accent-3: var(--ping-green);
  --line: rgba(0, 121, 255, 0.16);
  --shadow: 0 24px 70px rgba(0, 84, 178, 0.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Satoshi', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(0, 121, 255, 0.16), transparent 30rem), var(--ping-green-pale);
  line-height: 1.6;
}

a { color: inherit; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ping-blue-dark);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(0, 120, 255, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 1000;
}

.site-logo img {
  width: 140px;
  height: auto;
  display: block;
}

.site-nav {
  display: flex;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  font-weight: 700;
  font-size: 0.95rem;
  
}
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--accent); }

.hero,
.section,
.cta-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--ping-red);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.eyebrow .bx { font-size: 1rem; }
h1,
h2,
h3 { line-height: 0.95; letter-spacing: -0.06em; margin: 0; }
h1 { font-size: clamp(4rem, 10vw, 8.5rem); max-width: 9ch; }
h2 { font-size: clamp(2.5rem, 6vw, 5.5rem); }
h3 { font-size: 1.65rem; }
p { font-size: clamp(1rem, 1.4vw, 1.16rem); }
.hero__intro {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  background: var(--ping-blue);
  color: var(--paper);
  text-decoration: none;
  font-weight: 900;
  box-shadow: var(--shadow);
}
.button:hover { transform: translateY(-2px); background: var(--ping-red); }
.button--light { background: var(--ping-yellow); color: var(--ink); }
.button--light:hover { background: var(--ping-green); color: var(--ink); }

.hero__visual {
  position: relative;
  min-height: 520px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(0, 121, 255, 0.14), rgba(0, 223, 162, 0.14));
  overflow: hidden;
  box-shadow: var(--shadow);
}
.orb,
.hero-card {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
}
.orb--one { width: 260px; height: 260px; background: var(--ping-red); left: -70px; top: 40px; }
.orb--two { width: 180px; height: 180px; background: var(--ping-blue); right: 40px; top: 70px; }
.orb--three { width: 220px; height: 220px; background: var(--ping-green); right: -60px; bottom: 40px; }
.hero-card {
  min-width: 150px;
  padding: 1rem 1.25rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255,255,255,0.66);
  font-weight: 900;
  box-shadow: 0 18px 60px rgba(0, 84, 178, 0.16);
  color: var(--ink);
}
.hero-card .bx { color: var(--ping-blue); font-size: 1.35rem; margin-bottom: 0.2rem; }
.hero-card--animation { left: 12%; top: 22%; }
.hero-card--animation .bx { color: var(--ping-red); }
.hero-card--websites { right: 12%; top: 34%; }
.hero-card--games { left: 18%; bottom: 22%; }
.hero-card--games .bx { color: var(--ping-green-dark); }
.hero-card--apps { right: 18%; bottom: 16%; }
.hero-card--apps .bx { color: var(--ping-yellow-dark); }

.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
}
.section__copy,
.section__heading p,
.feature-panel p { color: var(--muted); }
.section__copy p:first-child { margin-top: 0; }
.centered { text-align: center; max-width: 760px; margin: 0 auto 2rem; }

.team-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.profile-card,
.value-card,
.feature-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.profile-card { padding: clamp(1.5rem, 4vw, 3rem); }
.profile-card__avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
  border-radius: 24px;
  color: var(--paper);
  background: linear-gradient(135deg, var(--ping-blue), var(--ping-red));
  font-weight: 900;
  font-size: 1.6rem;
}
.profile-card p { color: var(--muted); font-weight: 700; }

.feature-section { width: min(980px, calc(100% - 2rem)); }
.feature-panel { padding: clamp(2rem, 5vw, 4rem); }
.feature-panel { background: radial-gradient(circle at top right, rgba(0, 223, 162, 0.18), transparent 24rem), var(--paper); }

.values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.value-card { padding: 1.5rem; }
.value-card span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 2rem;
  color: var(--accent-2);
  font-weight: 900;
}
.value-card:nth-child(2) span { color: var(--ping-red); }
.value-card:nth-child(3) span { color: var(--ping-green-dark); }
.value-card:nth-child(4) span { color: var(--ping-yellow-dark); }
.value-card p { margin: 0; font-weight: 700; color: var(--ink); }

.environment-section { border-bottom: 1px solid var(--line); }
.cta-section {
  margin-bottom: 2rem;
  padding: clamp(3rem, 7vw, 6rem);
  text-align: center;
  border-radius: var(--radius);
  color: var(--paper);
  background: radial-gradient(circle at top right, rgba(255, 231, 13, 0.24), transparent 26rem), var(--ping-blue-dark);
  box-shadow: var(--shadow);
}
.cta-section .eyebrow { color: var(--ping-yellow); }
.cta-section h2 { max-width: 900px; margin: 0 auto; }

[data-animate] { will-change: transform, opacity; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .site-nav { flex-wrap: wrap; }
  .hero,
  .split-section { grid-template-columns: 1fr; }
  .hero__visual { min-height: 420px; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .team-grid,
  .values-grid { grid-template-columns: 1fr; }
  .site-nav { font-size: 0.85rem; }
  .hero-card { min-width: 118px; font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
