:root {
  --bg: #f4f8f7;
  --paper: #ffffff;
  --ink: #1e303b;
  --muted: #61717a;
  --line: #dce6e8;
  --brand: #1e303b;
  --coral: #e87750;
  --coral-dark: #bd5636;
  --teal: #3b9aa6;
  --mint: #dff1ea;
  --yellow: #ffe9b8;
  --shadow: 0 24px 70px rgba(30, 48, 59, 0.14);
  --soft-shadow: 0 14px 35px rgba(30, 48, 59, 0.11);
  font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  margin: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-shell {
  min-height: 100svh;
  padding: 14px;
}

.hero {
  background:
    radial-gradient(circle at 1px 1px, rgba(30, 48, 59, 0.1) 1px, transparent 0) 0 0 / 12px 12px,
    radial-gradient(circle at 16% 16%, rgba(232, 119, 80, 0.11), transparent 28%),
    radial-gradient(circle at 84% 14%, rgba(59, 154, 166, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
  border: 1px solid var(--line);
  border-radius: 30px;
  min-height: calc(100svh - 60px);
  overflow: hidden;
  position: relative;
}

.topbar {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 18px 34px;
  position: relative;
  z-index: 5;
}

.topbar > * {
  min-width: 0;
}

.brand,
.nav-actions,
.nav-links,
.top-controls {
  align-items: center;
  display: flex;
}

.brand {
  font-size: 23px;
  font-weight: 800;
  gap: 10px;
  justify-self: start;
  line-height: 1;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.nav-links {
  gap: 38px;
  justify-content: center;
}

.nav-links a {
  font-size: 14px;
  font-weight: 700;
}

.nav-actions {
  gap: 10px;
  justify-content: flex-end;
}

.top-controls {
  gap: 12px;
  justify-content: flex-end;
  min-width: 0;
}

.language-switcher {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(30, 48, 59, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(30, 48, 59, 0.07);
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
}

.language-switcher a {
  border-radius: 999px;
  color: rgba(30, 48, 59, 0.62);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 9px 10px;
}

.language-switcher a.active {
  background: var(--brand);
  color: #ffffff;
}

.nav-unavailable {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(232, 119, 80, 0.34);
  border-radius: 12px;
  color: rgba(30, 48, 59, 0.64);
  cursor: not-allowed;
  font-size: 14px;
  font-weight: 800;
  min-width: 82px;
  padding: 12px 16px;
  position: relative;
  white-space: nowrap;
}

.nav-unavailable::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 12px;
  opacity: 0.75;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(-8deg);
}

.hero-stage {
  min-height: calc(100svh - 180px);
  position: relative;
}

.hero-dog-mark {
  bottom: clamp(34px, 6vw, 74px);
  height: auto;
  max-width: 46%;
  opacity: 0.075;
  pointer-events: none;
  position: absolute;
  right: clamp(-90px, -4vw, -38px);
  width: clamp(240px, 34vw, 520px);
  z-index: 1;
}

.hero-copy {
  max-width: 1080px;
  margin: 0 auto;
  padding: 9vh 24px 82px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.eyebrow {
  color: var(--coral);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 auto 22px;
  max-width: 720px;
  text-wrap: balance;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(54px, 7.3vw, 104px);
  letter-spacing: 0;
  line-height: 0.93;
  margin: 0 auto;
  max-width: 1040px;
  text-wrap: balance;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 600;
  line-height: 1.55;
  margin: 28px auto 28px;
  max-width: 680px;
  text-wrap: balance;
}

.cta-stack {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.waitlist-button {
  background: linear-gradient(135deg, var(--brand), #243d4c);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(30, 48, 59, 0.28);
  color: #ffffff;
  cursor: not-allowed;
  font-size: 16px;
  font-weight: 800;
  min-width: 164px;
  padding: 17px 24px;
  position: relative;
}

.waitlist-button::after {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 50%;
}

.waitlist-button::after {
  transform: rotate(-8deg);
}

.cta-stack p {
  color: var(--coral-dark);
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}

.cta-stack .platform-note {
  color: rgba(30, 48, 59, 0.62);
  font-size: 13px;
  font-weight: 800;
  margin-top: -4px;
}

.platform-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.platform-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(30, 48, 59, 0.12);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(30, 48, 59, 0.08);
  color: var(--ink);
  display: inline-flex;
  gap: 10px;
  min-height: 54px;
  padding: 9px 15px 9px 10px;
  text-align: left;
}

.platform-badge-primary {
  border-color: rgba(59, 154, 166, 0.34);
}

.platform-device {
  background: linear-gradient(145deg, var(--brand), #294757);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  display: inline-block;
  height: 34px;
  position: relative;
  width: 24px;
}

.platform-device::before {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 5px;
}

.platform-device::after {
  background: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  bottom: 5px;
  content: "";
  height: 3px;
  left: 9px;
  position: absolute;
  right: 9px;
}

.ios-device {
  background: linear-gradient(145deg, #eef5f4, #ffffff);
  border: 1px solid rgba(30, 48, 59, 0.16);
  box-shadow: 0 8px 18px rgba(30, 48, 59, 0.08);
}

.ios-device::before {
  background: var(--teal);
}

.ios-device::after {
  background: rgba(30, 48, 59, 0.42);
}

.platform-badge strong,
.platform-badge small {
  display: block;
  line-height: 1.15;
}

.platform-badge strong {
  font-size: 13px;
  font-weight: 900;
}

.platform-badge small {
  color: rgba(30, 48, 59, 0.54);
  font-size: 11px;
  font-weight: 800;
  margin-top: 4px;
}

.info-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px auto 0;
  max-width: 1200px;
  padding-bottom: 84px;
}

.info-panel {
  background: var(--paper);
  border: 1px solid rgba(30, 48, 59, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 48, 59, 0.07);
  min-height: 248px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.info-panel::before {
  background: linear-gradient(90deg, var(--coral), rgba(59, 154, 166, 0.88));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.panel-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  position: relative;
  z-index: 1;
}

.panel-index {
  align-items: center;
  background: var(--brand);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  width: 38px;
}

.panel-kicker {
  color: rgba(30, 48, 59, 0.55);
  font-size: 12px;
  font-weight: 800;
  padding: 0;
  white-space: nowrap;
}

.info-panel h2 {
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.more-note {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: 15px;
  font-weight: 900;
  gap: 14px;
  grid-column: 1 / -1;
  justify-content: center;
  margin: 4px 0 0;
  text-align: center;
}

.more-note::before,
.more-note::after {
  background: rgba(30, 48, 59, 0.14);
  content: "";
  height: 1px;
  max-width: 120px;
  width: 10vw;
}

.info-panel p {
  color: var(--muted);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 330px;
  position: relative;
  z-index: 1;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(30, 48, 59, 0.12);
  color: rgba(30, 48, 59, 0.64);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 22px 4px 16px;
}

.site-footer p {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
}

.site-footer .legal-note {
  color: rgba(30, 48, 59, 0.42);
  font-size: 10.5px;
  font-weight: 700;
  max-width: 560px;
  text-align: right;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-links {
    display: none;
  }

  .top-controls {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .nav-actions {
    justify-content: center;
    width: 100%;
  }

  .hero-copy {
    padding-top: 8vh;
  }

  .hero-dog-mark {
    bottom: 54px;
    max-width: 58%;
    opacity: 0.055;
    right: -116px;
    width: 360px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .site-footer {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .site-footer .legal-note {
    max-width: 640px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .site-shell {
    padding: 8px;
  }

  .hero {
    border-radius: 22px;
    min-height: calc(100svh - 72px);
  }

  .topbar {
    gap: 14px;
    padding: 16px;
  }

  .brand {
    font-size: 20px;
    gap: 9px;
  }

  .brand-mark {
    height: 34px;
    width: 34px;
  }

  .nav-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(100%, 320px);
  }

  .mini-waitlist {
    grid-column: 1 / -1;
  }

  .nav-unavailable {
    font-size: 12px;
    min-width: 0;
    padding: 10px 8px;
  }

  .hero-copy {
    padding: 8vh 18px 28px;
  }

  .hero-dog-mark {
    bottom: 28px;
    max-width: 70%;
    opacity: 0.045;
    right: -116px;
    width: 260px;
  }

  .eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
    max-width: 31ch;
  }

  h1 {
    font-size: clamp(32px, 8.7vw, 42px);
    line-height: 1.03;
    max-width: 330px;
  }

  .hero-text {
    font-size: 16px;
    max-width: 320px;
  }

  .platform-badges {
    align-items: stretch;
    flex-direction: column;
    width: min(100%, 270px);
  }

  .platform-badge {
    justify-content: flex-start;
    width: 100%;
  }

  .info-panel {
    border-radius: 8px;
    min-height: 0;
    padding: 24px;
  }

  .panel-topline {
    margin-bottom: 34px;
  }

  .info-panel h2 {
    font-size: 27px;
  }
}
