:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --ink: #080a12;
  --muted: #606575;
  --soft: #e7eaf3;
  --line: rgba(8, 10, 18, 0.12);
  --blue: #2647e8;
  --blue-dark: #14248f;
  --aqua: #23b6a7;
  --sun: #f5bc46;
  --coral: #ef6f61;
  --shadow: 0 28px 90px rgba(16, 24, 44, 0.18);
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(38, 71, 232, 0.28);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid transparent;
  background: rgba(246, 247, 251, 0.74);
  backdrop-filter: blur(22px) saturate(1.2);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(246, 247, 251, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.78rem;
  box-shadow: 0 10px 24px rgba(38, 71, 232, 0.18);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: #565b69;
  font-size: 0.94rem;
  font-weight: 760;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--ink);
}

.nav-cta {
  padding: 0.66rem 0.95rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
}

.site-nav .nav-cta:hover {
  color: #fff;
  background: var(--blue);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
}

.nav-toggle span[aria-hidden="true"],
.nav-toggle span[aria-hidden="true"]::before,
.nav-toggle span[aria-hidden="true"]::after {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span[aria-hidden="true"]::before {
  transform: translateY(-6px);
}

.nav-toggle span[aria-hidden="true"]::after {
  transform: translateY(4px);
}

.nav-open .nav-toggle span[aria-hidden="true"] {
  transform: rotate(45deg);
}

.nav-open .nav-toggle span[aria-hidden="true"]::before {
  opacity: 0;
}

.nav-open .nav-toggle span[aria-hidden="true"]::after {
  transform: translateY(-2px) rotate(-90deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(2.2rem, 5vw, 6rem);
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.8rem) 5vw clamp(4rem, 7vw, 6.5rem);
  background:
    linear-gradient(90deg, rgba(246, 247, 251, 0.98) 0%, rgba(246, 247, 251, 0.92) 42%, rgba(246, 247, 251, 0.62) 100%),
    radial-gradient(circle at 78% 20%, rgba(38, 71, 232, 0.26), transparent 28rem),
    linear-gradient(135deg, rgba(35, 182, 167, 0.2), rgba(245, 188, 70, 0.16));
  isolation: isolate;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(231, 234, 243, 0.9));
  content: "";
}

.hero-copy {
  max-width: 680px;
  animation: hero-copy 680ms ease both;
}

.hero-icon {
  display: block;
  width: clamp(4.9rem, 8vw, 6rem);
  height: clamp(4.9rem, 8vw, 6rem);
  margin-bottom: 1.5rem;
  border-radius: 1.35rem;
  box-shadow: 0 22px 56px rgba(38, 71, 232, 0.24);
}

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

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

h1 {
  margin-bottom: 0.3rem;
  font-size: clamp(5.4rem, 11.5vw, 11.2rem);
  line-height: 0.78;
  letter-spacing: 0;
}

.hero-headline {
  max-width: 720px;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.7vw, 4.7rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text {
  max-width: 590px;
  color: #555b6a;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  min-height: 3.12rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 0.88rem 1.18rem;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 18px 44px rgba(38, 71, 232, 0.28);
}

.button-primary:hover {
  color: #fff;
  background: var(--blue-dark);
}

.button-secondary {
  border-color: rgba(8, 10, 18, 0.12);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px);
}

.button-secondary:hover {
  color: var(--ink);
  border-color: rgba(38, 71, 232, 0.24);
  box-shadow: 0 16px 34px rgba(16, 24, 44, 0.1);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.button-light:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.availability-note {
  margin: 0.9rem 0 0;
  color: #6c7180;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: min(73svh, 760px);
  perspective: 1200px;
  translate: 0 var(--hero-shift, 0px);
}

.phone,
.phone-frame,
.story-shot {
  overflow: hidden;
  border: 9px solid #101116;
  border-radius: clamp(2rem, 4vw, 2.8rem);
  background: #101116;
  box-shadow: var(--shadow);
}

.phone {
  position: absolute;
  margin: 0;
}

.phone::before,
.phone-frame::before {
  position: absolute;
  top: 0.72rem;
  left: 50%;
  z-index: 2;
  width: 26%;
  height: 1.1rem;
  border-radius: 999px;
  background: #101116;
  content: "";
  transform: translateX(-50%);
}

.phone img,
.phone-frame img,
.story-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  top: 50%;
  right: 18%;
  z-index: 3;
  width: min(38vw, 390px);
  aspect-ratio: 552 / 1200;
  transform: translateY(-50%) rotateZ(2deg);
  animation: phone-main-in 760ms 90ms ease both;
}

.phone-left,
.phone-right {
  width: min(27vw, 280px);
  aspect-ratio: 552 / 1200;
  opacity: 0.88;
  animation: phone-side-in 820ms 160ms ease both;
}

.phone-left {
  left: 5%;
  bottom: 3%;
  z-index: 2;
  transform: rotateZ(-7deg);
}

.phone-right {
  top: 6%;
  right: 0;
  z-index: 1;
  transform: rotateZ(8deg) translateX(4%);
}

.intro-band,
.section,
.screens-story,
.campus-flow,
.final-cta,
.site-footer,
.legal-shell {
  padding-right: 5vw;
  padding-left: 5vw;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background: #fff;
}

.intro-band h2,
.section-heading h2,
.story-copy h2,
.support-copy h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 4.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro-band > p {
  margin-bottom: 0;
  color: #4d5363;
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
}

.section {
  padding-top: clamp(4.5rem, 8vw, 8rem);
  padding-bottom: clamp(4.5rem, 8vw, 8rem);
}

.section-heading {
  max-width: 880px;
  margin-bottom: clamp(2.2rem, 4vw, 3.4rem);
}

.what-section {
  background: var(--bg);
}

.feature-lines {
  border-top: 1px solid var(--line);
}

.feature-line {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(1.5rem, 3.4vw, 2.5rem) 0;
  border-bottom: 1px solid var(--line);
}

.feature-line span {
  color: var(--blue);
  font-weight: 900;
}

.feature-line h3 {
  margin-bottom: 0.34rem;
  font-size: clamp(1.4rem, 2.4vw, 2.3rem);
  line-height: 1.05;
}

.feature-line p {
  max-width: 760px;
  margin-bottom: 0;
  color: #5c6271;
  font-size: 1.05rem;
}

.screens-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(20, 36, 143, 0.96), rgba(38, 71, 232, 0.84)),
    var(--blue);
}

.screens-story::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  content: "";
}

.story-copy,
.story-media {
  position: relative;
  z-index: 1;
}

.story-copy {
  max-width: 690px;
}

.story-copy .eyebrow,
.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.story-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.story-copy h2 {
  margin-bottom: 1rem;
}

.text-link {
  display: inline-flex;
  margin-top: 1.2rem;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.text-link::after {
  margin-left: 0.45rem;
  content: "->";
}

.story-media {
  min-height: 650px;
  translate: 0 var(--story-shift, 0px);
}

.story-shot {
  position: absolute;
  width: min(29vw, 330px);
  aspect-ratio: 552 / 1200;
}

.story-shot-one {
  top: 4%;
  right: 9%;
  transform: rotateZ(8deg);
}

.story-shot-two {
  bottom: 0;
  left: 3%;
  transform: rotateZ(-7deg);
}

.campus-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  overflow: hidden;
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 38%, rgba(232, 249, 246, 0.76) 100%),
    radial-gradient(circle at 88% 18%, rgba(35, 182, 167, 0.22), transparent 25rem);
}

.flow-copy {
  max-width: 650px;
}

.flow-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4.8vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.flow-copy p:last-child {
  margin-bottom: 0;
  color: #4d5363;
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.flow-screens {
  position: relative;
  min-height: 680px;
}

.flow-shot {
  position: absolute;
  display: block;
  width: min(24vw, 300px);
  aspect-ratio: 552 / 1200;
  overflow: hidden;
  border: 9px solid #101116;
  border-radius: clamp(2rem, 4vw, 2.8rem);
  background: #101116;
  box-shadow: var(--shadow);
  object-fit: cover;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.flow-shot:hover {
  transform: translateY(-7px) rotateZ(var(--shot-rotate, 0deg));
  box-shadow: 0 34px 86px rgba(16, 24, 44, 0.24);
}

.flow-shot-a {
  top: 8%;
  left: 0;
  --shot-rotate: -5deg;
  transform: rotateZ(-5deg);
}

.flow-shot-b {
  top: 0;
  left: 32%;
  z-index: 2;
  --shot-rotate: 3deg;
  transform: rotateZ(3deg);
}

.flow-shot-c {
  right: 0;
  bottom: 2%;
  --shot-rotate: 7deg;
  transform: rotateZ(7deg);
}

.process-section {
  background: #fff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding-top: 1.4rem;
  border-top: 2px solid var(--ink);
}

.process-list span {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-weight: 850;
}

.process-list h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.process-list p {
  margin-bottom: 0;
  color: #5c6271;
}

.screenshots-section {
  background: #f9fafc;
}

.screenshots-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 270px);
  gap: clamp(1rem, 2.4vw, 1.8rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 1rem;
  scroll-snap-type: inline mandatory;
}

.screenshots-rail::-webkit-scrollbar {
  height: 0.72rem;
}

.screenshots-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cdd2df;
}

.screenshot-item {
  margin: 0;
  scroll-snap-align: start;
}

.phone-frame {
  position: relative;
  aspect-ratio: 552 / 1200;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.screenshot-item:hover .phone-frame {
  transform: translateY(-6px);
  box-shadow: 0 32px 78px rgba(16, 24, 44, 0.22);
}

.screenshot-item figcaption {
  margin-top: 1rem;
  color: var(--ink);
  font-weight: 850;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  background: #fff;
}

.support-section > p {
  margin-bottom: 0;
  color: #555b6a;
  font-size: 1.08rem;
}

.final-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(38, 71, 232, 0.42), transparent 28rem),
    linear-gradient(135deg, #080a12, #171d34);
}

.cta-icon {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1.4rem;
  border-radius: 1.2rem;
}

.final-cta h2 {
  max-width: 920px;
  margin-bottom: 0.9rem;
}

.final-cta p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 2rem;
  align-items: start;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-top: 1px solid var(--line);
  color: #666b78;
  background: #fff;
}

.footer-brand {
  margin-bottom: 0.8rem;
}

.site-footer p {
  max-width: 540px;
  margin-bottom: 0;
}

.site-footer nav {
  display: grid;
  gap: 0.5rem;
  font-weight: 760;
}

.site-footer nav a {
  color: var(--ink);
  text-decoration: none;
}

.copyright {
  white-space: nowrap;
}

.legal-page {
  background: #fff;
}

.legal-nav {
  gap: 1rem;
}

.legal-shell {
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.legal-article {
  max-width: 860px;
  margin: 0 auto;
}

.legal-hero {
  margin-bottom: 2.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin-bottom: 0.7rem;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
}

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

.legal-article h2 {
  margin: 2.2rem 0 0.75rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.15;
}

.legal-article p,
.legal-article li {
  color: #33475b;
  font-size: 1.03rem;
}

.legal-article ul {
  padding-left: 1.25rem;
}

.legal-article li + li {
  margin-top: 0.45rem;
}

.legal-article a {
  color: var(--blue);
  font-weight: 760;
}

.reveal-enabled .reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

@keyframes hero-copy {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes phone-main-in {
  from {
    opacity: 0;
    transform: translateY(-45%) rotateZ(4deg) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) rotateZ(2deg) scale(1);
  }
}

@keyframes phone-side-in {
  from {
    opacity: 0;
    translate: 0 24px;
  }
  to {
    opacity: 0.88;
    translate: 0 0;
  }
}

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

  .reveal-enabled .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 680px;
  }

  .phone-main {
    right: 29%;
    width: min(48vw, 380px);
  }

  .phone-left,
  .phone-right {
    width: min(34vw, 270px);
  }

  .screens-story {
    grid-template-columns: 1fr;
  }

  .campus-flow {
    grid-template-columns: 1fr;
  }

  .story-media {
    min-height: 620px;
  }

  .story-shot {
    width: min(38vw, 330px);
  }

  .flow-screens {
    min-height: 610px;
  }

  .flow-shot {
    width: min(34vw, 280px);
  }
}

@media (max-width: 920px) {
  .intro-band,
  .support-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  .site-header {
    padding: 0 1rem;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 1rem auto;
    display: grid;
    gap: 0.1rem;
    padding: 0.6rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 24, 44, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .legal-nav {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav a {
    padding: 0.88rem;
    border-radius: 0.78rem;
  }

  .site-nav a:hover {
    background: #eef1ff;
  }

  .nav-cta {
    text-align: center;
  }

  .hero,
  .intro-band,
  .section,
  .screens-story,
  .campus-flow,
  .final-cta,
  .site-footer,
  .legal-shell {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
  }

  h1 {
    font-size: clamp(4.1rem, 17vw, 5.4rem);
  }

  .hero-headline {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .hero-icon {
    display: none;
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 210px;
    margin-top: -0.25rem;
  }

  .phone-main {
    right: 22%;
    width: min(45vw, 225px);
  }

  .phone-left,
  .phone-right {
    width: min(30vw, 160px);
  }

  .phone-right {
    right: -10%;
  }

  .phone-left {
    left: -6%;
  }

  .feature-line {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .screens-story {
    min-height: auto;
  }

  .story-media {
    min-height: 520px;
  }

  .story-shot {
    width: min(56vw, 250px);
    border-width: 7px;
    border-radius: 2rem;
  }

  .story-shot-one {
    right: 0;
  }

  .story-shot-two {
    left: 0;
  }

  .flow-screens {
    min-height: 520px;
  }

  .flow-shot {
    width: min(46vw, 220px);
    border-width: 7px;
    border-radius: 2rem;
  }

  .flow-shot-a {
    left: -4%;
  }

  .flow-shot-b {
    left: 27%;
  }

  .flow-shot-c {
    right: -7%;
  }
}

@media (max-width: 430px) {
  .hero-visual {
    min-height: 200px;
  }

  .phone,
  .phone-frame,
  .flow-shot {
    border-width: 7px;
    border-radius: 2rem;
  }

  .phone::before,
  .phone-frame::before {
    height: 1rem;
  }

  .screenshots-rail {
    grid-auto-columns: minmax(210px, 76vw);
  }
}
