:root {
  --bg-1: #f4f6f9;
  --bg-2: #e8ecf1;
  --card: rgba(255, 255, 255, 0.55);
  --ring: #1ea1ff;
  --text: #2f3136;
  --muted: #8f949b;
  --shadow: 0 24px 60px rgba(20, 30, 50, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(circle at 18% 18%, #ffffff 0%, transparent 45%),
    radial-gradient(circle at 78% 15%, #ffffff 0%, transparent 40%),
    radial-gradient(circle at 50% 70%, #edf1f6 0%, transparent 42%),
    linear-gradient(180deg, var(--bg-1), var(--bg-2));
}

.page {
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 44px 22px 46px;
  display: grid;
  gap: 42px;
  justify-items: center;
}

.hero-card {
  width: min(100%, 460px);
  background: var(--card);
  border-radius: 38px;
  padding: 34px 30px 48px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.brand-orb {
  width: 168px;
  margin: 0 auto 34px;
  text-align: center;
}

.orb,
.brand-orb {
  position: relative;
}

.brand-orb::before,
.orb::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--ring);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
  z-index: 2;
  pointer-events: none;
}

.brand-orb {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(245,247,250,.85));
  display: grid;
  place-items: center;
  color: #222;
  overflow: hidden;
}

.orb-icon {
  width: 82px;
  height: 82px;
  color: #202226;
}

.orb-image {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.orb-label {
  display: block;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.orb-label span {
  vertical-align: super;
  font-size: 10px;
}

.cake-logo {
  width: 154px;
  height: 154px;
  object-fit: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.06));
  border-radius: 50%;
}

.hero-card h1 {
  margin: 0;
  text-align: center;
  font-family: "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0.02em;
  font-size: clamp(56px, 10vw, 70px);
  color: #65676c;
  line-height: 0.95;
}

.hero-card p {
  margin: 26px 0 0;
  text-align: center;
  font-size: 17px;
  color: #9ea2a8;
}

.links {
  width: 100%;
  display: grid;
  gap: 28px;
  justify-items: stretch;
}

.orb-link {
  width: 100%;
  display: grid;
  grid-template-columns: 162px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  text-decoration: none;
  color: inherit;
}

.orb {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 26%, #ffffff 0%, #f4f6f9 50%, #dde2ea 100%);
  box-shadow: 0 18px 40px rgba(22, 34, 49, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.orb-link:hover .orb,
.orb-link:focus-visible .orb {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(22, 34, 49, 0.12);
}

.orb-link span {
  font-size: 14px;
  color: #6b7077;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.app-card {
  min-height: 116px;
  background: rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  padding: 18px 18px 16px;
  box-shadow: 0 14px 36px rgba(22, 34, 49, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.app-card h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: #4e535a;
  letter-spacing: -0.01em;
}

.app-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #7b828a;
}

.links .orb .orb-icon {
  width: 92px;
  height: 92px;
}

.brain-icon {
  width: 112px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
  border-radius: 50%;
}

.wage-icon {
  width: 124px;
  height: 124px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
  border-radius: 50%;
}

.socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 18px;
}

.socials a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  color: #1295f5;
  box-shadow: 0 10px 25px rgba(22, 34, 49, 0.06);
  transition: transform 180ms ease, background-color 180ms ease;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.8);
}

.socials svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a:nth-child(2) svg,
.socials a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.socials a:focus-visible,
.orb-link:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 4px;
  border-radius: 999px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  .page {
    padding-top: 28px;
    gap: 28px;
  }

  .hero-card {
    border-radius: 30px;
    padding: 28px 20px 30px;
  }

  .brand-orb {
    width: 148px;
    height: 148px;
    margin-bottom: 24px;
  }

  .orb {
    width: 148px;
    height: 148px;
  }

  .orb-link {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 14px;
  }

  .app-card {
    width: 100%;
    min-height: 0;
  }

  .socials {
    gap: 12px;
    padding-top: 8px;
  }

  .socials a {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb,
  .socials a {
    transition: none;
  }
}
