:root {
  color-scheme: dark;
  --bg: #050506;
  --panel: #0f1014;
  --panel-2: #17191f;
  --panel-3: #22252d;
  --text: #fffaf3;
  --muted: #9fa7b5;
  --soft: #e7eaf0;
  --red: #ff2d35;
  --red-dark: #b80b17;
  --green: #43d68b;
  --amber: #ffbf49;
  --blue: #58a6ff;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Noto Sans KR", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#download,
#features,
#guide,
.guide-card,
.guide-step-card {
  scroll-margin-top: 70px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 45, 53, 0.16), rgba(5, 5, 6, 0) 360px),
    linear-gradient(115deg, rgba(67, 214, 139, 0.075), transparent 42%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04) 0,
      rgba(255, 255, 255, 0.04) 1px,
      transparent 1px,
      transparent 72px
    ),
    var(--bg);
  color: var(--text);
}

.guide,
.guide-stack,
.guide-card,
.guide-step-card,
.guide-visual,
.phone-guide,
.phone-shell,
.app-screen,
.guide-copy,
.app-guide-copy,
.guide-points,
.guide-points li,
.guide-example {
  min-width: 0;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 70px;
  padding: 14px clamp(18px, 5vw, 68px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(5, 5, 6, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 116px;
  font-weight: 850;
}

.brand img {
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(229, 9, 20, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 14px;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.hero {
  position: relative;
  display: grid;
  min-height: max(690px, calc(100vh - 110px));
  padding: clamp(70px, 11vh, 128px) clamp(18px, 5vw, 68px) 54px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
  z-index: -1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.96) 0%, rgba(5, 5, 6, 0.72) 48%, rgba(5, 5, 6, 0.2) 100%),
    linear-gradient(135deg, rgba(67, 214, 139, 0.1), rgba(255, 191, 73, 0.06));
}

.hero-switcher {
  display: none;
}

.hero-copy {
  align-self: center;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
p,
strong,
small,
dd,
dt,
button,
a {
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(58px, 13vw, 152px);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 24px 80px rgba(255, 45, 53, 0.18);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 3vw, 32px);
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-subtitle,
.section-copy p,
.guide-copy p,
.workflow-list p,
.feature-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-subtitle {
  width: min(630px, 100%);
  margin-bottom: 28px;
  font-size: clamp(18px, 2vw, 24px);
}

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

.download-status {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text);
  font-weight: 780;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  box-shadow: 0 18px 42px rgba(255, 45, 53, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.button.ghost,
.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.button.compact {
  min-height: 42px;
  white-space: nowrap;
}

.release-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(12, 13, 17, 0.78);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.release-strip div {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid var(--line);
}

.release-strip div:last-child {
  border-right: 0;
}

dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

dd {
  margin: 0;
  color: var(--text);
  font-weight: 750;
}

.hero-phone {
  position: absolute;
  right: clamp(20px, 7vw, 120px);
  width: min(330px, 34vw);
  min-width: 250px;
  aspect-ratio: 0.52;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #101115;
  box-shadow: var(--shadow);
  padding: 14px;
}

.hero-phone-extractor {
  top: 12vh;
  transform: rotate(3deg);
  z-index: 3;
}

.hero-phone-stream {
  right: min(6vw, 70px);
  top: 34vh;
  opacity: 0.82;
  transform: translateX(-260px) scale(0.78) rotate(-6deg);
  z-index: 2;
}

.hero-phone-library {
  right: min(7vw, 120px);
  top: 22vh;
  opacity: 0.7;
  transform: translateX(-500px) scale(0.68) rotate(-1deg);
  z-index: 1;
}

.phone-status {
  height: 22px;
  margin-bottom: 8px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.04);
}

.app-screen {
  position: relative;
  height: calc(100% - 30px);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%),
    #0a0b0e;
  padding: 24px 18px;
}

.hero-screen,
.stream-screen,
.library-screen {
  padding-bottom: 76px;
}

.hero-phone .mini-track {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 48px;
  margin: 0;
  padding: 9px;
}

.hero-phone .stream-section {
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px;
}

.hero-phone .chip-row {
  margin-bottom: 14px;
}

.hero-phone .library-row {
  margin-bottom: 8px;
  padding: 9px;
}

.screen-title {
  display: block;
  margin-bottom: 18px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 850;
}

.field-label {
  margin: 14px 0 7px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 760;
}

.input-preview,
.select-preview {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--panel-2);
  color: var(--muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.segmented,
.radio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.radio-row {
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.segmented span,
.radio-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}

.segmented .active,
.radio-row .selected {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.check-row {
  position: relative;
  margin-top: 10px;
  min-height: 38px;
  padding: 10px 12px 10px 36px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}

.check-row::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.check-row.on::before {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.check-row.on::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 5px;
  height: 9px;
  border-right: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  transform: rotate(42deg);
}

.cta-preview,
.extract {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 24px;
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 830;
}

.stream-card,
.permission-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.stream-card {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.stream-card span,
.permission-card p,
.permission-card .permission-text,
.mini-track small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.mini-track {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--panel-2);
}

.mini-track > span:first-child {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.mini-track strong,
.mini-track small {
  display: block;
}

.mock-copy {
  display: block;
  min-width: 0;
}

.mock-copy strong,
.mock-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-bar,
.bottom-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 12px 10px 16px;
  border-top: 1px solid var(--line);
  background: rgba(11, 11, 13, 0.94);
  color: var(--muted);
  text-align: center;
  font-size: 11px;
}

.nav-bar b,
.nav-bar span.active,
.bottom-tabs b,
.bottom-tabs span.active {
  color: var(--red);
}

.features,
.download-section,
.workflow,
.guide {
  padding: clamp(72px, 10vw, 116px) clamp(18px, 5vw, 68px);
}

.download-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(90deg, rgba(255, 45, 53, 0.09), transparent 46%),
    #08090c;
}

.download-card {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(14, 15, 19, 0.84);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.download-card .button {
  width: fit-content;
}

.download-card .download-status {
  margin: 0;
}

.download-card .release-strip {
  width: 100%;
}

.section-copy {
  width: min(760px, 100%);
}

.section-copy.centered {
  margin-inline: auto;
  text-align: center;
}

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

.feature-grid article,
.workflow-list li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(14, 15, 19, 0.84);
}

.feature-grid article {
  position: relative;
  min-height: 210px;
  padding: 22px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
}

.feature-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 860;
}

.feature-kicker.red {
  color: var(--red);
}

.feature-kicker.green {
  color: var(--green);
}

.feature-kicker.amber {
  color: var(--amber);
}

.feature-kicker.blue {
  color: var(--blue);
}

.workflow {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(90deg, rgba(255, 45, 53, 0.07), transparent 44%),
    #0b0c10;
}

.workflow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list li {
  min-height: 190px;
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.workflow-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.workflow-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.guide {
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  padding-top: clamp(42px, 7vw, 80px);
}

.guide-card,
.guide-step-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.guide-card.flipped .guide-visual {
  order: 2;
}

.guide-stack {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}

.guide-jumps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: -32px;
}

.guide-jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--soft);
  font-weight: 760;
}

.guide-jumps a:hover,
.guide-jumps a:focus-visible {
  border-color: rgba(255, 45, 53, 0.64);
  color: #fff;
}

.guide-step-card {
  position: relative;
  width: 100%;
  padding: clamp(18px, 3.2vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(13, 14, 18, 0.88);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.guide-step-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
}

.guide-step-card.flipped .guide-visual {
  order: 2;
}

.guide-visual {
  position: relative;
  width: min(420px, 100%);
  min-height: 590px;
  margin-inline: auto;
}

.phone-guide {
  width: min(360px, 100%);
  min-height: 690px;
}

.install-shot {
  min-height: 560px;
}

.phone-shell {
  position: relative;
  width: 100%;
  height: 690px;
  margin-inline: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #101115;
  box-shadow: var(--shadow);
}

.phone-guide .app-screen {
  height: calc(100% - 30px);
  padding: 24px 18px 70px;
}

.phone-guide .app-screen {
  padding: 20px 16px 68px;
}

.phone-guide .field-label {
  margin: 8px 0 5px;
  font-size: 12px;
}

.phone-guide .input-preview,
.phone-guide .select-preview {
  min-height: 40px;
  font-size: 12px;
}

.phone-guide .radio-row span {
  min-height: 34px;
  font-size: 12px;
}

.phone-guide .check-row {
  margin-top: 7px;
  font-size: 12px;
}

.phone-guide .folder-note {
  margin-top: 5px;
  font-size: 11px;
}

.phone-guide .mock-primary {
  min-height: 40px;
  margin-top: 12px;
}

.phone-guide .mini-track {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 48px;
  margin: 0;
  padding: 9px;
}

.screen-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.compact-toolbar {
  min-height: 40px;
}

.source-chip {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  font-size: 17px;
  font-weight: 850;
}

.icon-dot,
.icon-grid {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--panel-2);
}

.icon-dot::before,
.icon-grid::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(255, 255, 255, 0.58);
}

.icon-dot::before {
  border-radius: 999px;
}

.icon-dot::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  transform: rotate(45deg);
}

.icon-grid::before {
  inset: auto;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow:
    10px 0 0 rgba(255, 255, 255, 0.64),
    0 10px 0 rgba(255, 255, 255, 0.64),
    10px 10px 0 rgba(255, 255, 255, 0.64);
}

.icon-grid.active::before {
  background: var(--red);
  box-shadow:
    10px 0 0 var(--red),
    0 10px 0 var(--red),
    10px 10px 0 var(--red);
}

.chip-row {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.chip-row span {
  flex: 0 0 auto;
  min-width: 58px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--panel-2);
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.chip-row .active {
  background: var(--red);
  color: #fff;
}

.permission-card .permission-action,
.folder-row button,
.action-row button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 760;
}

.permission-card .permission-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-top: 12px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
}

.permission-card .permission-text {
  display: block;
  margin: 8px 0 0;
}

.folder-row {
  display: grid;
  grid-template-columns: 2fr 0.9fr;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
}

.folder-row button,
.action-row .cancel {
  background: var(--panel-3);
}

.folder-row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: var(--panel-3);
  color: #fff;
  font-size: 12px;
  font-weight: 760;
}

.folder-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.action-row {
  display: grid;
  grid-template-columns: 2fr 0.9fr;
  gap: 8px;
}

.action-row .extract {
  margin: 0;
}

.browser-shot {
  position: relative;
  display: grid;
  align-content: start;
  width: 100%;
  min-height: 520px;
  margin: 28px auto 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #101115;
  box-shadow: var(--shadow);
}

.browser-bar {
  height: 40px;
  margin-bottom: 26px;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--panel-2);
  color: var(--muted);
  font-size: 13px;
}

.download-item {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.download-item.install-target::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 3px solid var(--red);
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12), 0 12px 24px rgba(255, 45, 53, 0.24);
  pointer-events: none;
}

.download-item img {
  border-radius: 8px;
}

.download-item strong,
.download-item small {
  display: block;
}

.download-item small {
  margin-top: 5px;
  color: var(--muted);
}

.android-dialog {
  display: grid;
  gap: 10px;
  margin-top: 120px;
  padding: 18px;
  border-radius: 20px;
  background: #f5f5f7;
  color: #16171a;
}

.android-dialog span {
  color: #62666f;
}

.android-dialog button {
  position: relative;
  justify-self: end;
  min-width: 78px;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 760;
}

.android-dialog .install-button::after {
  content: "";
  position: absolute;
  inset: -9px -12px;
  border: 4px solid var(--red);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(255, 45, 53, 0.24);
  pointer-events: none;
}

.pin {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.pin {
  left: var(--x);
  top: var(--y);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(229, 9, 20, 0.36);
}

.install-target .pin {
  left: -17px;
  top: -17px;
}

.install-button .pin {
  left: -16px;
  top: -17px;
}

.guide-step {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-copy {
  width: min(650px, 100%);
}

.guide-points {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.guide-points li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.guide-points span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.guide-points strong,
.guide-points p {
  display: block;
}

.guide-points strong {
  margin-bottom: 4px;
}

.guide-points p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-points.compact {
  margin-top: 18px;
}

.guide-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.guide-example {
  display: grid;
  gap: 6px;
  width: min(520px, 100%);
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(229, 9, 20, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(229, 9, 20, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
}

.guide-example img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.guide-example[hidden] {
  display: none;
}

.guide-controls button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  cursor: pointer;
}

.guide-controls button.active {
  border-color: rgba(229, 9, 20, 0.72);
  background: rgba(229, 9, 20, 0.18);
  color: #fff;
}

.mock-clickable,
.mock-primary {
  width: 100%;
  border: 1px solid transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.mock-clickable {
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.mock-clickable:hover,
.mock-clickable:focus-visible,
.mock-primary:hover,
.mock-primary:focus-visible {
  border-color: rgba(229, 9, 20, 0.56);
}

.stream-row,
.stream-section,
.track-preview,
.library-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  background: var(--panel-2);
}

.stream-section {
  display: grid;
  gap: 7px;
  margin-bottom: 8px;
  padding: 10px;
  background: var(--panel);
}

.stream-channel {
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.stream-row-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.stream-row .thumb,
.track-preview > span {
  flex: 0 0 54px;
  width: 54px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e50914, #ffb020);
}

.stream-row-inline .cover {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.library-row {
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.library-row .cover {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
}

.stream-row strong,
.stream-row small,
.stream-row-inline strong,
.stream-row-inline small,
.track-preview strong,
.track-preview small {
  display: block;
}

.stream-row small,
.stream-row-inline small,
.track-preview small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.cover {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #e50914, #ffb020);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.cover.lauv-cover {
  background: url("assets/lauv-cover.jpg") center / cover;
}

.cover.stream-essential-1 {
  background: url("assets/stream-essential-1.jpg") center / cover;
}

.cover.stream-essential-2 {
  background: url("assets/stream-essential-2.jpg") center / cover;
}

.cover.stream-essential-3 {
  background: url("assets/stream-essential-3.jpg") center / cover;
}

.cover.stream-layback-1 {
  background: url("assets/stream-layback-1.jpg") center / cover;
}

.cover.stream-layback-2 {
  background: url("assets/stream-layback-2.jpg") center / cover;
}

.cover.stream-layback-3 {
  background: url("assets/stream-layback-3.jpg") center / cover;
}

.cover::before {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.cover::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 22%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
}

.cover.lauv-cover::before,
.cover.lauv-cover::after,
.cover.stream-essential-1::before,
.cover.stream-essential-1::after,
.cover.stream-essential-2::before,
.cover.stream-essential-2::after,
.cover.stream-essential-3::before,
.cover.stream-essential-3::after,
.cover.stream-layback-1::before,
.cover.stream-layback-1::after,
.cover.stream-layback-2::before,
.cover.stream-layback-2::after,
.cover.stream-layback-3::before,
.cover.stream-layback-3::after {
  content: none;
}

.cover-1 {
  background: linear-gradient(135deg, #24243e, #e50914 48%, #ffb020);
}

.cover-2 {
  background: linear-gradient(135deg, #14213d, #4aa3ff 52%, #fca311);
}

.cover-3 {
  background: linear-gradient(135deg, #0b132b, #5bc0be 48%, #f7fff7);
}

.cover-4 {
  background: linear-gradient(135deg, #241623, #ff6b6b 44%, #ffd166);
}

.cover-5 {
  background: linear-gradient(135deg, #1b4332, #52b788 48%, #d8f3dc);
}

.cover-6 {
  background: linear-gradient(135deg, #2b2d42, #8d99ae 42%, #edf2f4);
}

.playing-bars {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  margin-left: auto;
  width: 22px;
  height: 20px;
}

.playing-bars i {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: var(--red);
}

.playing-bars i:nth-child(1) {
  height: 9px;
}

.playing-bars i:nth-child(2) {
  height: 17px;
}

.playing-bars i:nth-child(3) {
  height: 12px;
}

.mock-hotspot {
  min-height: 44px;
  margin-bottom: 10px;
  padding: 0 13px;
  border-radius: 8px;
  background: var(--panel-2);
}

.mock-hotspot.wide {
  display: flex;
  align-items: center;
}

.mock-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 830;
  text-align: center;
}

.input-preview.active,
.check-row.active,
.folder-row.active,
.library-row.active,
.mini-track.active,
.source-chip.active,
.icon-dot.active,
.icon-grid.active,
.chip-row.active,
.radio-row span.target-active,
.mock-primary.active {
  border-color: rgba(255, 45, 53, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 45, 53, 0.3), 0 10px 24px rgba(255, 45, 53, 0.14);
}

.radio-row span.target-active {
  background: rgba(255, 45, 53, 0.12);
}

.select-preview.active-soft,
.library-row.active-soft {
  border-color: rgba(255, 45, 53, 0.48);
  background: rgba(255, 45, 53, 0.08);
}

.check-row.active,
.chip-row.active {
  background: rgba(255, 45, 53, 0.08);
}

.browser-mini {
  display: block;
  overflow: hidden;
  color: var(--soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-mini b {
  color: var(--red);
}

.url-note {
  color: var(--muted);
  font-size: 11px;
}

.mock-tabs {
  gap: 0;
}

.mock-tabs span {
  display: block;
  color: var(--muted);
  text-align: center;
  font-size: 11px;
}

.mock-tabs span.active {
  color: var(--red);
  font-weight: 850;
}

.screen-toolbar .icon-dot,
.screen-toolbar .icon-grid {
  flex: 0 0 34px;
  border: 1px solid transparent;
}

.screen-toolbar .icon-dot {
  margin-left: auto;
}

.chip-row.mock-clickable {
  padding: 0;
  border-radius: 999px;
  background: transparent;
  text-align: center;
}

.permission-card.mock-clickable {
  display: block;
  margin-bottom: 14px;
}

.check-row.mock-clickable {
  display: block;
  border-radius: 8px;
  background: transparent;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 28px clamp(18px, 5vw, 68px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1120px) {
  .hero-phone-stream,
  .hero-phone-library {
    display: none;
  }

  .hero-phone-extractor {
    right: -36px;
    opacity: 0.58;
  }

  .workflow,
  .download-section,
  .guide-card,
  .guide-step-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-step-card .app-guide-copy {
    order: -1;
  }

  .guide-card.flipped .guide-visual,
  .guide-step-card.flipped .guide-visual {
    order: 0;
  }

  .feature-grid,
  .workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    min-height: auto;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand span {
    font-size: 15px;
  }

  .nav-links {
    width: auto;
    margin-left: auto;
    gap: 10px;
    justify-content: flex-end;
    font-size: 13px;
    white-space: nowrap;
  }

  .features,
  .download-section,
  .workflow,
  .guide {
    padding: 64px 20px;
  }

  .guide {
    padding-top: 40px;
  }

  #download,
  #features,
  #guide,
  .guide-card,
  .guide-step-card {
    scroll-margin-top: 55px;
  }

  .section-copy.centered {
    text-align: left;
  }

  h1 {
    font-size: clamp(56px, 17vw, 76px);
  }

  h2 {
    font-size: clamp(29px, 9vw, 38px);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .hero-subtitle,
  .section-copy p,
  .guide-copy p,
  .workflow-list p,
  .feature-grid p {
    line-height: 1.62;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding: 48px 20px 62px;
    overflow: visible;
  }

  .hero::after {
    height: 10%;
  }

  .hero-bg {
    position: relative;
    inset: auto;
    z-index: 0;
    order: 2;
    display: grid;
    gap: 14px;
    place-items: center;
    overflow: visible;
    min-height: auto;
  }

  .hero-bg::before {
    display: none;
  }

  .hero-phone {
    display: none;
    position: relative;
    right: auto;
    width: min(260px, 74vw);
    min-width: 0;
  }

  .hero-phone.is-active {
    display: block;
  }

  .hero-phone-stream,
  .hero-phone-library,
  .hero-phone-extractor {
    top: auto;
    transform: none;
    opacity: 1;
  }

  .hero-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: min(320px, 100%);
    padding: 4px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
  }

  .hero-switcher button {
    min-width: 0;
    min-height: 38px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    font-size: 13px;
    font-weight: 780;
    cursor: pointer;
  }

  .hero-switcher button.active {
    border-color: rgba(255, 45, 53, 0.62);
    background: rgba(255, 45, 53, 0.14);
    color: #fff;
  }

  .hero-copy {
    position: relative;
    z-index: 1;
    order: 1;
  }

  .hero-actions {
    margin-bottom: 22px;
  }

  .release-strip {
    grid-template-columns: 1fr;
    background: rgba(12, 12, 15, 0.86);
  }

  .download-card .button {
    width: 100%;
  }

  .release-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .release-strip div:last-child {
    border-bottom: 0;
  }

  .feature-grid,
  .workflow-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-grid article,
  .workflow-list li {
    min-height: auto;
  }

  .workflow {
    gap: 24px;
  }

  .guide {
    gap: 44px;
  }

  .guide-card,
  .guide-step-card {
    gap: 22px;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    padding: 16px;
  }

  .guide-visual {
    justify-self: center;
    width: 100%;
    max-width: 350px;
    min-height: auto;
  }

  .phone-guide {
    justify-self: center;
    width: 100%;
    max-width: 330px;
    min-height: 560px;
  }

  .phone-shell {
    height: 560px;
    border-radius: 30px;
    padding: 12px;
  }

  .app-screen {
    padding-inline: 15px;
  }

  .phone-guide .app-screen {
    padding: 18px 14px 64px;
  }

  .install-shot {
    min-height: 470px;
  }

  .browser-shot {
    min-height: 430px;
    margin-top: 10px;
    padding: 16px;
    border-radius: 20px;
  }

  .browser-bar {
    height: 36px;
    margin-bottom: 18px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .download-item {
    gap: 12px;
    padding: 12px;
  }

  .download-item img {
    width: 48px;
    height: 48px;
  }

  .android-dialog {
    margin-top: 88px;
    padding: 16px;
    border-radius: 18px;
  }

  .guide-points {
    margin-top: 18px;
  }

  .guide-points li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 12px;
  }

  .guide-points span {
    width: 30px;
    height: 30px;
  }

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

  .guide-controls button {
    min-height: 42px;
    padding: 0 8px;
    font-size: 13px;
    text-align: center;
  }

  .guide-example {
    width: 100%;
    min-width: 0;
    padding: 10px;
  }

  .browser-mini,
  .url-note {
    min-width: 0;
    max-width: 100%;
  }

}

@media (max-width: 420px) {
  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .features,
  .download-section,
  .workflow,
  .guide {
    padding-inline: 16px;
  }

  .site-header {
    padding-inline: 12px;
  }

  .nav-links {
    gap: 8px;
    font-size: 12px;
  }

  .guide-card,
  .guide-step-card {
    padding: 14px;
  }

  .phone-shell {
    height: 540px;
    border-radius: 28px;
    padding: 10px;
  }

  .phone-guide {
    min-height: 540px;
  }

  .phone-guide .app-screen {
    padding: 16px 12px 60px;
  }

  .screen-title,
  .screen-toolbar strong {
    font-size: 21px;
  }

  .field-label,
  .check-row,
  .input-preview,
  .select-preview {
    font-size: 12px;
  }

  .pin {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .stream-row-inline {
    gap: 8px;
  }

  .stream-row-inline .cover {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .library-row .cover {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .mock-copy strong {
    font-size: 13px;
  }

  .mock-copy small,
  .stream-row-inline small {
    font-size: 11px;
  }

  .folder-row {
    grid-template-columns: 1fr;
  }

  .folder-row span {
    min-height: 34px;
  }
}

@media (max-width: 360px) {
  .brand span {
    display: none;
  }

  .nav-links {
    gap: 7px;
  }

  .guide-points li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
  }

  .guide-points span {
    width: 28px;
    height: 28px;
  }
}

/* Modern product refresh with the RabbYT app theme */
:root {
  color-scheme: dark;
  --bg: #050506;
  --panel: #0f1014;
  --panel-2: #17191f;
  --panel-3: #22252d;
  --text: #fffaf3;
  --muted: #a6adbb;
  --soft: #e7eaf0;
  --red: #ff2d35;
  --red-dark: #b80b17;
  --green: #00b894;
  --amber: #f5a623;
  --blue: #ff2d35;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
}

body {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 45, 53, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 45, 53, 0.16), rgba(5, 5, 6, 0) 360px),
    linear-gradient(180deg, #111217 0, #050506 58%, #090a0d 100%),
    var(--bg);
  color: var(--text);
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background: rgba(5, 5, 6, 0.78);
  box-shadow: none;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 6, 0.92);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.32);
}

.brand img {
  box-shadow: 0 12px 30px rgba(255, 45, 53, 0.24);
}

.nav-links {
  color: #a6adbb;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--red);
}

.hero {
  min-height: max(760px, calc(100vh - 70px));
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 45, 53, 0.2), transparent 32%),
    linear-gradient(120deg, rgba(255, 45, 53, 0.2), rgba(5, 5, 6, 0.88) 48%, rgba(5, 5, 6, 0.98)),
    #050506;
}

.hero::after {
  background: linear-gradient(180deg, transparent, #050506);
}

.hero-bg::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.96) 0%, rgba(5, 5, 6, 0.72) 46%, rgba(5, 5, 6, 0.18) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 0,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px,
      transparent 84px
    );
}

.hero-copy {
  animation: fade-up 720ms ease both;
}

.eyebrow,
.guide-step {
  color: var(--blue);
}

h1 {
  color: var(--text);
  text-shadow: none;
}

h2,
h3 {
  color: var(--text);
}

.hero-subtitle,
.section-copy p,
.guide-copy p,
.workflow-list p,
.feature-grid p,
.download-status {
  color: var(--muted);
}

.button {
  border-radius: 999px;
  color: var(--text);
  box-shadow: none;
}

.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 18px 42px rgba(255, 45, 53, 0.28);
}

.button.ghost,
.button.secondary {
  border-color: rgba(255, 45, 53, 0.22);
  background: rgba(255, 45, 53, 0.1);
  color: #ff6b72;
}

.hero-phone,
.phone-shell {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(24, 26, 32, 0.96), rgba(10, 11, 14, 0.98)),
    #0f1014;
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.48);
}

.hero-phone {
  animation: phone-float 6.5s ease-in-out infinite;
}

.hero-phone-stream {
  animation-delay: 420ms;
}

.hero-phone-library {
  animation-delay: 820ms;
}

.phone-status {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.05);
}

.app-screen {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(22, 24, 30, 0.96), rgba(8, 9, 12, 0.98)),
    #0f1014;
}

.stream-card,
.permission-card,
.stream-section,
.track-preview,
.library-row,
.mini-track,
.input-preview,
.select-preview,
.chip-row span,
.icon-dot,
.icon-grid,
.folder-row span,
.mock-hotspot {
  background: #17191f;
}

.nav-bar,
.bottom-tabs {
  border-top-color: rgba(255, 255, 255, 0.1);
  background: rgba(15, 16, 20, 0.94);
  color: #a6adbb;
}

.nav-bar span.active,
.bottom-tabs span.active,
.chip-row .active,
.playing-bars i {
  color: var(--blue);
}

.playing-bars i {
  background: var(--blue);
}

.chip-row .active {
  background: rgba(255, 45, 53, 0.14);
}

.cta-preview,
.extract,
.mock-primary,
.permission-card .permission-action {
  background: var(--blue);
}

.features,
.guide {
  background: #050506;
}

.download-section,
.workflow {
  border-block: 0;
  background: #090a0d;
}

.download-card,
.feature-grid article,
.workflow-list li,
.guide-step-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(20, 22, 28, 0.96), rgba(12, 13, 17, 0.96));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.feature-grid article {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.feature-grid article::before {
  background: linear-gradient(90deg, var(--red), rgba(255, 45, 53, 0));
}

.feature-kicker.red,
.feature-kicker.green,
.feature-kicker.amber,
.workflow-list span {
  color: var(--blue);
}

.release-strip {
  border-color: rgba(255, 255, 255, 0.1);
  background: #111217;
}

.release-strip div {
  border-right-color: rgba(255, 255, 255, 0.1);
}

dt {
  color: #a6adbb;
}

dd {
  color: var(--text);
}

.guide-step-card {
  overflow: hidden;
}

.guide-step-card::before {
  background: linear-gradient(90deg, transparent, rgba(255, 45, 53, 0.32), transparent);
}

.guide-points li,
.guide-example {
  border-color: rgba(255, 255, 255, 0.1);
  background: #111217;
}

.guide-points span,
.pin {
  background: var(--blue);
}

.download-item {
  background: #111217;
}

.download-item.install-target::after,
.android-dialog .install-button::after {
  border-color: var(--red);
  box-shadow: 0 14px 28px rgba(255, 45, 53, 0.24);
}

.android-dialog {
  background: #17191f;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36);
}

.android-dialog button {
  background: var(--blue);
}

.icon-dot::before,
.icon-grid::before {
  border-color: rgba(255, 255, 255, 0.62);
}

.icon-dot::after {
  background: rgba(255, 255, 255, 0.62);
}

.icon-grid::before {
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    10px 0 0 rgba(255, 255, 255, 0.62),
    0 10px 0 rgba(255, 255, 255, 0.62),
    10px 10px 0 rgba(255, 255, 255, 0.62);
}

.icon-grid.active::before {
  background: var(--red);
  box-shadow:
    10px 0 0 var(--red),
    0 10px 0 var(--red),
    10px 10px 0 var(--red);
}

.input-preview.active,
.check-row.active,
.folder-row.active,
.library-row.active,
.mini-track.active,
.source-chip.active,
.icon-dot.active,
.icon-grid.active,
.chip-row.active,
.radio-row span.target-active,
.mock-primary.active {
  border-color: rgba(255, 45, 53, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 45, 53, 0.2), 0 12px 28px rgba(255, 45, 53, 0.14);
}

.radio-row span.target-active,
.check-row.active,
.chip-row.active {
  background: rgba(255, 45, 53, 0.12);
}

.browser-shot {
  border-color: rgba(255, 255, 255, 0.1);
  background: #111217;
}

.browser-bar {
  background: #17191f;
  color: #a6adbb;
}

.reveal-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phone-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

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

  .reveal-target {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero {
    background:
      radial-gradient(circle at 50% 6%, rgba(255, 45, 53, 0.2), transparent 34%),
      linear-gradient(180deg, #111217 0, #050506 72%),
      #050506;
  }

  .hero-switcher {
    background: #111217;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
  }

  .hero-switcher button.active {
    border-color: transparent;
    background: var(--red);
    color: #fff;
  }

  .hero-phone {
    animation: none;
  }
}
