:root {
  --blue: #42b5df;
  --blue-soft: #eaf3f8;
  --ink: #111c2b;
  --muted: #65b5d0;
  --white: #ffffff;
  --pink: #ff3da5;
  --header-height: 112px;
  --header-width: 1000px;
  --content-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Nunito Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 28, 43, 0.04);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(var(--header-width), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  display: inline-block;
  color: #2386ff;
  background: linear-gradient(92deg, #1989ff 0%, #11c9ff 36%, #fd31a7 69%, #ff6ba8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1;
}

.site-header .logo {
  font-size: 34px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #0a1423;
  font-size: 17px;
  font-weight: 800;
}

.site-nav a {
  transition: color 180ms ease;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.visually-hidden) {
  display: block;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--ink);
}

.app-section {
  position: relative;
  scroll-margin-top: var(--header-height);
  min-height: 760px;
  overflow: hidden;
  background-color: #f7f9fb;
  background-image: var(--section-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.app-section + .app-section {
  border-top: 18px solid #ffffff;
}

.app-inner {
  width: min(var(--content-width), calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(360px, 1fr);
  align-items: center;
  gap: 72px;
}

.app-section.media-right .app-inner {
  grid-template-columns: minmax(420px, 0.92fr) minmax(300px, 470px);
  gap: 34px;
}

.app-section.media-right .phone-stage {
  order: 2;
}

.app-section.media-right .app-copy {
  order: 1;
}

.phone-stage {
  --phone-parallax: 28px;
  transform: translate3d(0, var(--phone-parallax), 0);
  will-change: transform;
}

.phone-area {
  position: relative;
  width: min(100%, 392px);
  margin: 150px auto -118px;
}

.phone-frame {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.phone-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.phone-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 500ms ease;
}

.phone-screen img.active {
  opacity: 1;
}

.slider-controls {
  position: absolute;
  z-index: 4;
  right: -112px;
  bottom: 132px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.app-section.media-right .slider-controls {
  right: auto;
  left: -112px;
}

.slider-arrow {
  width: 42px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
}

.slider-arrow:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

.slider-arrow img {
  width: 37px;
  height: 42px;
}

.app-copy {
  max-width: 560px;
  padding-top: 28px;
}

.app-copy h1,
.app-copy h2 {
  margin: 0;
  color: #111b2a;
  font-size: clamp(50px, 5.1vw, 78px);
  font-weight: 900;
  line-height: 0.98;
}

.app-copy .tagline {
  margin: 4px 0 28px;
  color: #111b2a;
  font-size: clamp(27px, 3.1vw, 43px);
  font-weight: 500;
  line-height: 1.08;
}

.app-copy .description {
  max-width: 475px;
  margin: 0 0 34px;
  color: #62b7d2;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.24;
}

.app-actions {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
}

.see-more {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 171px;
  height: 54px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.see-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/Button_SeeMore.png") center / 100% 100% no-repeat;
}

.see-more span {
  position: relative;
  z-index: 1;
}

.app-store {
  display: inline-block;
  width: 160px;
  transition: transform 180ms ease, filter 180ms ease;
}

.see-more:hover,
.app-store:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.studio-section {
  background: #000000;
  color: #d8d8d8;
}

.stripe {
  height: 12px;
  background: linear-gradient(
    180deg,
    #ff2bb3 0 33%,
    #1758ff 33% 66%,
    #00c8f2 66% 100%
  );
}

.studio-content {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 74px 0 116px;
}

.studio-logo {
  display: block;
  margin-bottom: 42px;
  font-size: clamp(40px, 5vw, 65px);
  text-align: center;
}

.studio-copy {
  color: #a7a7a7;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.48;
}

.studio-copy p {
  margin: 0 0 28px;
}

.site-footer {
  background: #000000;
  color: #ffffff;
}

.footer-inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #f0f0f0;
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
}

.subpage-main {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbfe 38%, #ffffff 100%);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  background: var(--hero-bg, #f7f9fb);
  background-image: var(--hero-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.page-hero-inner {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(290px, 410px);
  align-items: center;
  gap: 74px;
  padding: 70px 0 0;
}

.page-hero.copy-right .page-hero-inner {
  grid-template-columns: minmax(290px, 410px) minmax(360px, 1fr);
}

.page-hero.copy-right .product-phone {
  order: 1;
}

.page-hero.copy-right .page-hero-copy {
  order: 2;
}

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

.page-hero h1,
.text-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(50px, 5.1vw, 78px);
  /*font-size: clamp(54px, 7vw, 92px);*/
  font-weight: 900;
  line-height: 0.95;
}

.page-hero .lead,
.text-hero .lead {
  max-width: 680px;
  margin: 24px auto 0;
  color: #58afd0;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 700;
  line-height: 1.22;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.text-link {
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.product-phone {
  width: min(100%, 390px);
  margin: 48px auto -104px;
}

.product-phone .phone-area {
  width: 100%;
  margin: 0;
}

.detail-section {
  width: min(var(--content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title {
  max-width: 820px;
  margin: 0 0 42px;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

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

.feature-card,
.support-card,
.policy-card {
  min-height: 220px;
  padding: 30px;
  border: 1px solid rgba(17, 28, 43, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(17, 28, 43, 0.06);
}

.feature-card h3,
.support-card h2,
.policy-card h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.08;
}

.feature-card p,
.support-card p,
.policy-card p,
.policy-card li {
  margin: 0;
  color: #5c6978;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.feature-card p + p,
.support-card p + p,
.policy-card p + p {
  margin-top: 14px;
}

.screenshot-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.screenshot-strip img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 28, 43, 0.12);
}

.soft-band {
  background: #eff8fc;
}

.two-column {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.info-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(17, 28, 43, 0.1);
  color: #4b5969;
  font-size: 19px;
  font-weight: 700;
}

.cta-band {
  padding: 90px 24px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.cta-band .logo {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 64px);
}

.cta-band p {
  max-width: 660px;
  margin: 0 auto 34px;
  color: #bdbdbd;
  font-size: 20px;
  font-weight: 750;
}

.text-hero {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 112px 0 76px;
  text-align: center;
}

.support-grid,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.support-card.wide,
.policy-card.wide {
  grid-column: 1 / -1;
}

.policy-card ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.page-note {
  max-width: 780px;
  margin: 28px auto 0;
  color: #7b8794;
  font-size: 15px;
  font-weight: 650;
  text-align: center;
}

@media (max-width: 980px) {
  :root {
    --header-height: 84px;
  }

  .site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 28, 43, 0.06);
    backdrop-filter: none;
  }

  .site-header .logo {
    font-size: 29px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 12px 24px 22px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(17, 28, 43, 0.08);
    box-shadow: 0 18px 36px rgba(17, 28, 43, 0.08);
    transform: translateY(-140%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav span {
    display: none;
  }

  .site-nav a {
    padding: 14px 0;
  }

  .app-section,
  .app-inner {
    min-height: auto;
  }

  .app-inner,
  .app-section.media-right .app-inner {
    width: min(680px, calc(100% - 34px));
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 54px 0 0;
  }

  .app-section.media-right .phone-stage,
  .app-section.media-right .app-copy {
    order: initial;
  }

  .app-section.media-right .app-copy {
    order: 1;
  }

  .app-section.media-right .phone-stage {
    order: 2;
  }

  .phone-stage {
    order: 1;
  }

  .app-copy {
    order: 2;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 0 32px;
    text-align: center;
  }

  .app-copy .description {
    margin-right: auto;
    margin-left: auto;
  }

  #cyclebond .app-copy {
    order: 1;
    padding-bottom: 8px;
  }

  #cyclebond .phone-stage {
    order: 2;
  }

  .app-actions {
    justify-content: center;
    gap: 22px;
  }

  .phone-area {
    width: min(76vw, 360px);
    margin: 74px auto 0;
  }

  .slider-controls {
    left: auto;
    right: 50%;
    bottom: -54px;
    transform: translateX(50%);
    gap: 42px;
  }

  .app-copy h1,
  .app-copy h2 {
    font-size: clamp(44px, 11vw, 66px);
  }

  .app-copy .tagline {
    font-size: clamp(25px, 6.8vw, 36px);
  }
}

@media (max-width: 640px) {
  .header-inner {
    width: calc(100% - 28px);
  }

  .site-header .logo {
    font-size: 25px;
  }

  .app-inner,
  .app-section.media-right .app-inner {
    width: min(420px, calc(100% - 28px));
    padding-top: 38px;
  }

  .app-section + .app-section {
    border-top-width: 12px;
  }

  .phone-area {
    width: min(82vw, 320px);
  }

  .slider-controls {
    bottom: -48px;
  }

  .slider-arrow {
    width: 38px;
    height: 44px;
  }

  .slider-arrow img {
    width: 32px;
    height: auto;
  }

  .app-copy {
    padding-top: 48px;
  }

  #cyclebond .app-copy {
    padding-top: 0;
  }

  #cyclebond .phone-area {
    margin-top: 74px;
  }

  .app-copy .description {
    font-size: 17px;
  }

  .see-more {
    width: 152px;
    height: 48px;
    font-size: 16px;
  }

  .app-store {
    width: 142px;
  }

  .studio-content {
    padding: 58px 0 72px;
  }

  .footer-inner {
    padding-bottom: 52px;
    flex-direction: column;
  }

  .page-hero,
  .page-hero-inner {
    min-height: auto;
  }

  .page-hero-inner,
  .page-hero.copy-right .page-hero-inner,
  .two-column,
  .feature-grid,
  .support-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-inner {
    width: min(520px, calc(100% - 32px));
    gap: 34px;
    padding: 54px 0 0;
    text-align: center;
  }

  .page-hero.copy-right .product-phone,
  .page-hero.copy-right .page-hero-copy {
    order: initial;
  }

  .hero-actions {
    justify-content: center;
  }

  .product-phone {
    width: min(82vw, 330px);
    margin-bottom: -58px;
  }

  .detail-section {
    width: min(520px, calc(100% - 32px));
    padding: 68px 0;
  }

  .screenshot-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .text-hero {
    width: min(620px, calc(100% - 32px));
    padding: 76px 0 50px;
  }
}
