:root {
  --ink: #18212f;
  --muted: #637084;
  --line: #dde3ec;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --blue: #1463ff;
  --coral: #ff6b5c;
  --mint: #12b886;
  --amber: #f5a524;
  --shadow: 0 22px 60px rgba(24, 33, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(221, 227, 236, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark,
.brand-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.brand-mark {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.brand-icon {
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(24, 33, 47, 0.14);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.6vw, 30px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.nav-links a:hover {
  color: var(--blue);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px) clamp(44px, 6vw, 70px);
  background:
    linear-gradient(90deg, rgba(20, 99, 255, 0.08), transparent 42%),
    linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(3rem, 7.4vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-text {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 16px 34px rgba(20, 99, 255, 0.24);
}

.button.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.hero-media {
  align-self: stretch;
  display: grid;
  place-items: center;
}

.app-showcase {
  position: relative;
  min-height: min(58vw, 620px);
  padding: 20px;
}

.app-showcase::before {
  content: "";
  position: absolute;
  inset: 10% 0 4%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 107, 92, 0.28), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(18, 184, 134, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(20, 99, 255, 0.14), rgba(245, 165, 36, 0.12));
}

.app-shot {
  position: absolute;
  width: min(32vw, 210px);
  border-radius: 22px;
  border: 8px solid #111827;
  box-shadow: var(--shadow);
}

.shot-one {
  left: 13%;
  top: 14%;
  transform: rotate(-7deg);
  z-index: 2;
}

.shot-two {
  left: 38%;
  top: 4%;
  z-index: 3;
}

.shot-three {
  right: 10%;
  top: 18%;
  transform: rotate(7deg);
  z-index: 1;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.split-section h2,
.contact-band h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.intro p:last-child,
.split-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 32px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 33, 47, 0.05);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
  font-weight: 900;
}

.feature-card:nth-child(2) .feature-icon {
  background: #fff0ee;
  color: var(--coral);
}

.feature-card:nth-child(3) .feature-icon {
  background: #eafaf4;
  color: var(--mint);
}

.feature-card h3 {
  margin: 42px 0 10px;
  font-size: 1.35rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  background: var(--soft);
}

.split-section p {
  margin-top: 22px;
  max-width: 620px;
}

.genre-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.genre-list span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.genre-list span:nth-child(2n) {
  border-left-color: var(--coral);
}

.genre-list span:nth-child(3n) {
  border-left-color: var(--mint);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(64px, 9vw, 104px) clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.contact-band .eyebrow {
  color: #8cc4ff;
}

.contact-details {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.contact-details a {
  font-size: 1.12rem;
  font-weight: 800;
  color: #fff;
}

address {
  font-style: normal;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--blue);
}

.legal-shell {
  background: var(--soft);
}

.legal-hero {
  padding: clamp(56px, 8vw, 92px) clamp(20px, 5vw, 72px) 34px;
}

.legal-hero h1 {
  max-width: 920px;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
}

.legal-hero p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
}

.legal-content h2 {
  margin: 34px 0 10px;
  font-size: 1.38rem;
  line-height: 1.2;
}

.legal-content p,
.legal-content li {
  color: #4d5a6e;
}

.legal-content a {
  color: var(--blue);
  font-weight: 750;
}

.legal-content ul {
  padding-left: 22px;
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero,
  .intro,
  .split-section,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .app-showcase {
    min-height: 520px;
  }

  .app-shot {
    width: 190px;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    max-width: 11ch;
  }

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

@media (max-width: 560px) {
  .site-header {
    min-height: auto;
  }

  .brand-mark,
  .brand-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .nav-links {
    gap: 12px 16px;
    font-size: 0.9rem;
  }

  .hero-actions,
  .site-footer nav {
    width: 100%;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .app-showcase {
    min-height: 430px;
    padding: 0;
  }

  .app-shot {
    width: 155px;
    border-width: 6px;
    border-radius: 18px;
  }

  .shot-one {
    left: 2%;
    top: 22%;
  }

  .shot-two {
    left: 31%;
    top: 4%;
  }

  .shot-three {
    right: 1%;
    top: 30%;
  }

  .genre-list {
    grid-template-columns: 1fr;
  }

  .legal-content {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
