:root {
  --bg: #f4f0e8;
  --paper: #fffaf0;
  --ink: #15130f;
  --muted: #6e675d;
  --line: rgba(21, 19, 15, 0.12);
  --orange: #ff7a1a;
  --yellow: #ffd66b;
  --green: #8ee6a8;
  --black: #050505;
  --shadow: 0 24px 70px rgba(40, 28, 10, 0.14);
  --radius: 28px;
  --notch-progress: 0;
  --notch-width: 166px;
  --notch-height: 36px;
  --notch-radius: 15px;
  --header-height: 36px;
  --header-pad-x: 8px;
  --body-y: 18px;
  --tab-opacity: 0;
  --pill-opacity: 0;
  --expanded-opacity: 0;
  --media-opacity: 0;
  --shelf-opacity: 0;
  --closed-opacity: 1;
  --shot-closed-opacity: 1;
  --shot-media-opacity: 0;
  --shot-shelf-opacity: 0;
  --shot-scale: 0.74;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 107, 0.45), transparent 36rem),
    radial-gradient(circle at 80% 8%, rgba(255, 122, 26, 0.2), transparent 34rem),
    linear-gradient(180deg, #fff8ec 0%, var(--bg) 42%, #eee8dc 100%);
  color: var(--ink);
  font-family: "Geist", sans-serif;
  overflow-x: hidden;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 40;
  width: min(1120px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 12px 40px rgba(34, 24, 10, 0.09);
  backdrop-filter: blur(22px);
}

.brand,
.nav-links,
.hero-actions,
.notch-header,
.notch-tabs,
.notch-pills,
.controls,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-cta,
.button {
  border-radius: 999px;
  font-weight: 800;
}

.nav-cta {
  padding: 10px 16px;
  color: white;
  background: var(--black);
  font-size: 14px;
}

.hero {
  width: min(1160px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 146px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: #9a5518;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.84;
  letter-spacing: -0.08em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.hero-text,
.section-heading p,
.pricing-card p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
}

.button.primary {
  color: white;
  background: var(--black);
  border-color: var(--black);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.5);
}

.button.large {
  min-height: 58px;
  padding: 0 28px;
}

.trust {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
}

.hero-stage {
  perspective: 1200px;
}

.screen {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 10px solid #111;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 214, 107, 0.22), transparent 42%),
    linear-gradient(155deg, #292520, #0a0908 62%);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: rotateX(4deg) rotateY(-9deg) rotateZ(2deg);
}

.wallpaper-glow {
  position: absolute;
  inset: 18% 8%;
  border-radius: 44px;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.55), transparent 52%);
  filter: blur(18px);
}

.top-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px 26px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.hero-notch-shot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 166px;
  height: auto;
  transform: translateX(-50%);
  border-radius: 0 0 15px 15px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.58));
}

.notch-compact,
.mini-wave {
  display: flex;
  align-items: center;
  gap: 7px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}

.mini-wave span,
.waveform span,
.music-bars span {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: var(--orange);
  animation: bounce 1.1s ease-in-out infinite alternate;
}

.mini-wave span {
  height: 9px;
}

.mini-wave span:nth-child(2),
.waveform span:nth-child(2),
.music-bars span:nth-child(2) {
  animation-delay: 0.12s;
}

.mini-wave span:nth-child(3),
.waveform span:nth-child(3),
.music-bars span:nth-child(3) {
  animation-delay: 0.24s;
}

.mini-wave span:nth-child(4),
.waveform span:nth-child(4),
.music-bars span:nth-child(4) {
  animation-delay: 0.36s;
}

.product-shot {
  position: absolute;
  left: 50%;
  max-width: 86%;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
  transform: translateX(-50%);
}

.shot-media {
  top: 82px;
}

.shot-shelf {
  bottom: 46px;
  max-width: 78%;
  opacity: 0.62;
  transform: translateX(-50%) rotate(-1deg);
}

.logo-strip {
  width: min(1040px, calc(100% - 32px));
  margin: -28px auto 90px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.logo-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-heading {
  width: min(780px, calc(100% - 32px));
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.story-section {
  min-height: 290vh;
  padding-top: 40px;
}

.story-pin {
  position: sticky;
  top: 92px;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 38px;
  align-items: center;
}

.story-copy {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.step-kicker {
  color: #9a5518;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-copy p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.screenshot-stage {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 40px;
  background:
    radial-gradient(circle at 52% 8%, rgba(255, 255, 255, 0.1), transparent 18rem),
    linear-gradient(135deg, #3a3a38 0 32%, #141414 32% 48%, #2d2d2c 48% 100%);
  box-shadow: var(--shadow), inset 0 0 0 10px rgba(255, 255, 255, 0.035);
}

.story-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(136deg, rgba(255, 255, 255, 0.04), transparent 36%),
    linear-gradient(134deg, transparent 0 58%, rgba(0, 0, 0, 0.72) 58% 100%);
}

.story-shot {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(92%, 704px);
  height: auto;
  object-fit: contain;
  border-radius: 0 0 18px 18px;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.42));
  transform: translateX(-50%) scale(var(--shot-scale));
  transform-origin: top center;
  transition: opacity 120ms linear, transform 120ms linear;
}

.story-shot-closed {
  width: min(46%, 244px);
  opacity: var(--shot-closed-opacity);
}

.story-shot-media {
  opacity: var(--shot-media-opacity);
}

.story-shot-shelf {
  width: min(90%, 706px);
  opacity: var(--shot-shelf-opacity);
}

.product-canvas .desktop-frame {
  display: none;
}

.desktop-frame {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 40px;
  background:
    radial-gradient(circle at 52% 10%, rgba(255, 122, 26, 0.32), transparent 28rem),
    linear-gradient(135deg, #1c1a17, #080706 70%);
  box-shadow: var(--shadow), inset 0 0 0 10px rgba(255, 255, 255, 0.035);
}

.desktop-bar {
  display: flex;
  justify-content: space-between;
  padding: 18px 26px;
}

.desktop-bar span {
  width: 90px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.glance-notch {
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--notch-width);
  height: var(--notch-height);
  transform: translateX(-50%);
  overflow: hidden;
  border-radius:
    0 0
    var(--notch-radius)
    var(--notch-radius);
  background: #020202;
  color: white;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.11);
  transition: width 120ms linear, height 120ms linear, border-radius 120ms linear;
}

.notch-cut {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  opacity: var(--notch-progress);
  pointer-events: none;
}

.notch-cut.left {
  left: -48px;
  border-top-right-radius: 14px;
}

.notch-cut.right {
  right: -48px;
  border-top-left-radius: 14px;
}

.notch-header {
  justify-content: space-between;
  height: var(--header-height);
  padding: 8px var(--header-pad-x);
  opacity: var(--expanded-opacity);
}

.notch-tabs,
.notch-pills {
  gap: 7px;
  opacity: var(--pill-opacity);
}

.notch-tabs {
  opacity: var(--tab-opacity);
}

.tab-icon {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.home-icon::before {
  width: 11px;
  height: 9px;
  border: 2px solid white;
  border-top: 0;
  border-radius: 2px;
  content: "";
}

.home-icon::after {
  position: absolute;
  top: 8px;
  width: 9px;
  height: 9px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  transform: rotate(45deg);
  content: "";
}

.shelf-icon::before {
  width: 13px;
  height: 9px;
  border: 2px solid white;
  border-radius: 2px;
  content: "";
}

.settings-icon::before {
  width: 11px;
  height: 11px;
  border: 2px solid white;
  border-radius: 50%;
  content: "";
}

.settings-icon::after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  content: "";
}

.notch-pills span {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
}

.notch-body {
  position: relative;
  height: calc(100% - var(--header-height));
  padding: 0 16px 14px;
  transform: translateY(var(--body-y));
}

.panel {
  position: absolute;
  inset: 0 16px 14px;
  border-radius: 18px;
  opacity: var(--expanded-opacity);
}

.media-view {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) 176px;
  gap: 20px;
  align-items: center;
  background: transparent;
  opacity: var(--media-opacity);
}

.glance-notch[data-mode="shelf"] .media-view {
  opacity: var(--media-opacity);
}

.album-stack {
  position: relative;
}

.album-art {
  display: block;
  width: 96px;
  height: 96px;
  border: 6px solid white;
  border-radius: 6px;
  background:
    radial-gradient(circle, #d9d9d9 0 9%, #343434 10% 16%, transparent 17%),
    conic-gradient(from 20deg, #e4fff4, #181818, #df4153, #f7f7f7, #272727, #e4fff4);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.38);
}

.spotify-badge {
  position: absolute;
  right: -9px;
  bottom: -8px;
  width: 38px;
  height: 38px;
  border: 4px solid #020202;
  border-radius: 50%;
  background: #1ed760;
}

.spotify-badge::before,
.spotify-badge::after {
  position: absolute;
  left: 8px;
  width: 18px;
  height: 8px;
  border-top: 3px solid #020202;
  border-radius: 50%;
  content: "";
}

.spotify-badge::before {
  top: 11px;
}

.spotify-badge::after {
  top: 18px;
  width: 14px;
}

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

.track-copy strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.track-copy small {
  color: rgba(255, 255, 255, 0.58);
}

.progress-line {
  height: 5px;
  margin: 14px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.progress-line::before {
  display: block;
  width: 48%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.58);
  content: "";
}

.controls {
  gap: 8px;
}

.controls button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.085);
  font: inherit;
  font-weight: 800;
}

.calendar-mini {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: #171717;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.1;
}

.calendar-mini strong {
  margin-bottom: 4px;
  color: white;
  font-size: 12px;
}

.shelf-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  align-items: center;
  gap: 26px;
  padding: 28px 42px;
  background: #181818;
  opacity: var(--shelf-opacity);
  transform: translateY(var(--body-y));
}

.glance-notch[data-mode="media"] .shelf-view,
.glance-notch[data-mode="closed"] .shelf-view {
  opacity: 0;
  pointer-events: none;
}

.shelf-object {
  justify-self: center;
}

.app-object {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 16px;
}

.app-object img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
}

.pdf-object {
  display: grid;
  width: 64px;
  height: 78px;
  place-items: end center;
  padding-bottom: 9px;
  border-radius: 7px 18px 7px 7px;
  color: white;
  background: linear-gradient(135deg, #f8f8f8 0 65%, #dddddd 66%);
  box-shadow: inset 0 -28px 0 #ff2020;
  font-size: 18px;
  font-weight: 900;
}

.note-object {
  width: 78px;
  height: 70px;
  padding: 11px;
  border-radius: 5px;
  color: #191919;
  background: #fff0a7;
  font-size: 12px;
}

.shelf-handle {
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.closed-view {
  position: absolute;
  inset: 0 auto auto 50%;
  width: 166px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 5px 9px;
  transform: translateX(-50%);
  opacity: var(--closed-opacity);
  pointer-events: none;
}

.closed-view img {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.closed-view strong,
.closed-view small {
  display: block;
  white-space: nowrap;
}

.closed-view strong {
  font-size: 12px;
}

.closed-view small {
  display: none;
}

.app-window {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.app-window.one {
  left: 38px;
  bottom: 58px;
  width: 42%;
  height: 260px;
}

.app-window.two {
  right: 38px;
  bottom: 98px;
  width: 34%;
  height: 210px;
}

.steps,
.features,
.roadmap,
.pricing,
.quote-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0;
}

.step-grid,
.feature-grid,
.roadmap-grid {
  display: grid;
  gap: 16px;
}

.step-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card,
.feature-card,
.pricing-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.64);
  box-shadow: var(--shadow);
}

.step-card {
  padding: 28px;
}

.step-card span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 13px;
  color: white;
  background: var(--black);
  font-weight: 900;
}

.step-card p,
.feature-card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.roadmap-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
}

.roadmap-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.64);
  box-shadow: var(--shadow);
}

.roadmap-card span {
  display: inline-block;
  margin-bottom: 28px;
  color: #9a5518;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.roadmap-card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-card.wide {
  grid-column: span 2;
}

.feature-card p {
  margin-bottom: 42px;
  font-weight: 800;
}

.feature-shot {
  display: block;
  width: 100%;
  margin-top: 24px;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.small-shot {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.quote-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

blockquote {
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(42px, 7vw, 88px);
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-align: center;
}

.pricing {
  padding-top: 80px;
}

.pricing-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 42px;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 214, 107, 0.42), transparent 24rem),
    rgba(255, 250, 240, 0.78);
}

.pricing-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
}

.release-note {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 122, 26, 0.28);
  border-radius: 999px;
  background: rgba(255, 214, 107, 0.22);
  color: #70400f !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.35 !important;
}

.footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 46px;
  justify-content: space-between;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes bounce {
  from {
    transform: scaleY(0.55);
  }
  to {
    transform: scaleY(1.35);
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero,
  .story-pin,
  .step-grid,
  .feature-grid,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 126px;
    gap: 34px;
  }

  .screen,
  .desktop-frame,
  .screenshot-stage {
    min-height: 480px;
    border-radius: 32px;
    transform: none;
  }

  .story-shot {
    width: min(96%, 704px);
  }

  .story-shot-closed {
    width: min(54%, 244px);
  }

  .story-section {
    min-height: 260vh;
  }

  .story-pin {
    top: 86px;
  }

  .product-canvas {
    order: -1;
  }

  .notch-body {
    grid-template-columns: 1fr;
  }

  .media-view {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .album-art {
    width: 78px;
    height: 78px;
  }

  .calendar-mini {
    display: none;
  }

  .shelf-view {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px;
  }

  .panel {
    min-height: auto;
  }

  .feature-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 560px) {
  .nav {
    top: 10px;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .hero-text,
  .section-heading p,
  .pricing-card p {
    font-size: 17px;
  }

  .floating-card {
    display: none;
  }

  .story-copy,
  .pricing-card,
  .step-card,
  .feature-card,
  .roadmap-card {
    padding: 22px;
  }

  .desktop-frame,
  .screenshot-stage {
    min-height: 430px;
  }

  .controls {
    flex-wrap: wrap;
  }

  .controls button {
    width: 30px;
    height: 30px;
  }

  .shelf-view {
    align-content: center;
  }

  .notch-pills {
    display: none;
  }

  .steps,
  .features,
  .roadmap,
  .pricing,
  .quote-section {
    padding: 70px 0;
  }
}

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