:root {
  --navy: #020b16;
  --deep-navy: #010812;
  --ink: #0a0a0d;
  --body: #1b1c22;
  --muted: #8f9099;
  --line: #eeeeef;
  --soft-bg: #f5f5f6;
  --card: #f0f0f1;
  --white: #ffffff;
  --peach: #ff8d68;
  --rose: #ef7b9f;
  --pink: #e77aa9;
  --purple: #a879e8;
  --radius-xl: 28px;
  --shadow-soft: 0 30px 90px rgba(6, 10, 20, 0.12);
  --container: 1120px;
  --font-display: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-display);
  color: var(--ink);
  background: var(--white);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1 {
  font-size: 72px;
  line-height: 0.98;
}

h2 {
  font-size: 56px;
  line-height: 1.05;
}

h3 {
  font-size: 48px;
  line-height: 1.05;
}

h4 {
  font-size: 36px;
  line-height: 1.05;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.container {
  width: min(var(--container), calc(100% - 64px));
  margin-inline: auto;
}

.narrow {
  max-width: 850px;
}

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

.section-dark {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--deep-navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(1, 8, 18, 0.04), rgba(1, 8, 18, 0.02)), url("assets/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  pointer-events: none;
}

.gradient-text {
  display: inline-block;
  padding-inline: 0.045em;
  margin-inline: -0.045em;
  line-height: 1.12;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.gradient-text.warm {
  background-image: linear-gradient(90deg, #ff8c60 0%, #f47a93 48%, #9f77e8 100%);
}

.gradient-text.soft {
  background-image: linear-gradient(90deg, #ff9270 0%, #e6779e 55%, #a877e7 100%);
}

/* Header */
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 64px));
  padding: 42px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 155px;
}

.brand-logo {
  width: 155px;
  height: auto;
}

.download-button,
.pink-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--white);
  color: #101114;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-button:hover,
.pink-button:hover,
.app-store-link:hover {
  transform: translateY(-2px);
}

.button-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex: 0 0 auto;
}

.icon-light,
.badge-icon {
  filter: brightness(0) invert(1);
}

/* Hero */
.hero {
  min-height: 1000px;
  padding: 165px 0 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 6;
  text-align: center;
  max-width: 790px;
}

.hero h1 {
  max-width: 790px;
  margin-inline: auto;
}

.hero p {
  max-width: 640px;
  margin: 24px auto 44px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-device-wrap {
  position: relative;
  z-index: 5;
  width: min(440px, 32vw);
  margin-top: 54px;
  pointer-events: none;
}

.hero-device {
  width: 100%;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.25));
}

.hero-wave {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 180px;
  color: var(--white);
  pointer-events: none;
}

.callout {
  position: absolute;
  z-index: 7;
  width: 200px;
  min-height: 84px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.17);
  border: 2px solid rgba(255, 255, 255, 0.13);
  color: #C8C5D3;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.25;
  backdrop-filter: blur(12px);
}

.callout-one {
  top: 62px;
  left: -215px;
}

.callout-two {
  top: 132px;
  right: -215px;
}

.callout-three {
  top: 285px;
  left: -268px;
}

.callout-four {
  top: 342px;
  right: -268px;
}

/* Problem */
.problem {
  padding: 126px 0 132px;
  background: var(--white);
}

.problem p {
  margin-top: 28px;
  color: #202126;
}

/* How it works */
.how {
  padding: 96px 0 112px;
  background: linear-gradient(180deg, #EFEFEF 0%, #ffffff 100%);
}

.section-heading p {
  margin-top: 18px;
  color: #222329;
}

.how-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 420px) minmax(220px, 1fr);
  align-items: center;
  gap: 44px;
}

.steps-column {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-card h4 {
  margin-top: 16px;
}

.step-card p {
  margin-top: 12px;
  color: #14151a;
  font-size: 16px;
  line-height: 1.45;
}

.step-number {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.peach { color: var(--peach); }
.rose { color: #ee819d; }
.pink { color: var(--pink); }
.purple { color: var(--purple); }

.steps-left {
  text-align: right;
}

.steps-right {
  text-align: left;
}

.how-device-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.device-orb {
  position: absolute;
  width: 430px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("assets/background.png");
  background-size: cover;
  background-position: center bottom;
  transform: translateY(38px);
}

.how-device {
  position: relative;
  z-index: 2;
  width: min(330px, 100%);
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.2));
}

/* App feature */
.app-feature {
  padding: 96px 0 98px;
  background: var(--white);
}

.feature-card {
  position: relative;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: center;
  gap: 28px;
  border-radius: var(--radius-xl);
  padding: 78px 70px 74px;
  background-image: linear-gradient(180deg, rgba(1, 8, 18, 0.08), rgba(1, 8, 18, 0.04)), url("assets/background.png");
  background-size: cover;
  background-position: center bottom;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.feature-copy {
  position: relative;
  z-index: 2;
}


.feature-card h2 {
  max-width: 650px;
  color: var(--white);
}

.feature-card p {
  max-width: 640px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.pink-button {
  width: fit-content;
  margin-top: 34px;
  background: linear-gradient(90deg, #ef7b9f 0%, #c776da 100%);
  color: var(--white);
  min-height: 52px;
  padding-inline: 26px;
  box-shadow: 0 18px 46px rgba(231, 122, 169, 0.28);
}

.feature-phone {
  position: absolute;
  z-index: 1;
  right: 68px;
  top: 20px;
  width: 450px;
  max-width: 46%;
  transform: rotate(4deg);
  transform-origin: center;
  filter: drop-shadow(0 32px 60px rgba(0, 0, 0, 0.38));
}

/* Final CTA */
.final-cta {
  padding: 78px 0 104px;
  background: var(--white);
}

.final-cta h2 {
  font-size: 72px;
  line-height: 1.16;
  padding-bottom: 8px;
  overflow: visible;
}

.final-cta .lead {
  margin-top: 20px;
  color: #191a1f;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.final-cta .muted {
  margin-top: 34px;
  color: var(--muted);
}

.app-store-link {
  display: inline-block;
  width: 190px;
  margin: 18px auto 0;
  transition: transform 0.2s ease;
}

.app-store-image {
  width: 100%;
  height: auto;
}

/* Footer */
.site-footer {
  background: #010a14;
  color: rgba(255, 255, 255, 0.68);
  padding: 70px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
  align-items: start;
}

.footer-logo-link {
  display: inline-flex;
  width: 130px;
}

.footer-logo-img {
  width: 130px;
  height: auto;
}

.footer-brand-block p {
  max-width: 250px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.footer-nav {
  display: grid;
  gap: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.footer-nav a,
.social-links a {
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-nav a:hover,
.social-links a:hover {
  color: var(--white);
}

.social-links {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 42px;
  padding-top: 28px;
}

.social-links svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-links a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.copyright {
  margin-top: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.56);
}

/* FAQ page */
.faq-hero {
  min-height: 318px;
  display: grid;
  place-items: end center;
  padding: 128px 0 64px;
}

.faq-hero-content {
  position: relative;
  z-index: 2;
}

.faq-hero h1 {
  font-size: 72px;
}

.faq-hero p {
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
}

.faq-section {
  padding: 100px 0 120px;
  background: var(--white);
}

.faq-container {
  max-width: 835px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item[open] {
  margin-bottom: 26px;
  border: 0;
  border-radius: 12px;
  background: var(--card);
}

.faq-item summary {
  list-style: none;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 30px;
  cursor: pointer;
  color: #0c0c10;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  padding: 0 72px 33px 30px;
  color: #676871;
  font-size: 18px;
  line-height: 1.48;
}

.faq-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f1f2;
  position: relative;
}

.faq-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9c9ca3;
  border-right: 2px solid #9c9ca3;
  transform: rotate(45deg) translate(-1px, 1px);
}

.faq-item[open] .faq-icon {
  background: linear-gradient(135deg, #ff8b67 0%, #db6db8 100%);
  box-shadow: 0 10px 18px rgba(219, 109, 184, 0.28);
}

.faq-item[open] .faq-icon::before {
  border-color: var(--white);
  transform: rotate(135deg) translate(-1px, 1px);
}

.faq-final-cta {
  padding-top: 52px;
}

/* Responsive */
@media (max-width: 1160px) {
  .hero-device-wrap {
    width: 410px;
    margin-top: 52px;
  }

  .callout {
    width: 178px;
    min-height: 76px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 17px;
    line-height: 1.25;
  }

  .callout-one { left: -148px; }
  .callout-two { right: -154px; }
  .callout-three { left: -158px; }
  .callout-four { right: -164px; }
}

@media (max-width: 1040px) {
  h1 { font-size: 62px; }
  h2 { font-size: 50px; }
  h3 { font-size: 44px; }
  h4 { font-size: 32px; }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .steps-column {
    min-height: auto;
    display: contents;
  }

  .steps-left,
  .steps-right {
    text-align: center;
  }

  .step-card {
    max-width: 520px;
    margin-inline: auto;
  }

  .step-one { order: 1; }
  .step-two { order: 2; }
  .step-three { order: 3; }
  .step-four { order: 4; }
  .how-device-wrap { order: 5; margin-top: 18px; }

  .feature-card {
    grid-template-columns: 1fr 360px;
    min-height: 450px;
    padding: 58px 48px;
  }

  .feature-phone {
    right: 10px;
    top: 10px;
    width: 410px;
    max-width: 48%;
  }
}

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

  .hero-device-wrap {
    width: 350px;
    margin-top: 48px;
  }

  .callout {
    width: 150px;
    min-height: 66px;
    padding: 0 14px;
    font-size: 14px;
  }

  .callout-one { top: 72px; left: -84px; }
  .callout-two { top: 145px; right: -84px; }
  .callout-three { top: 238px; left: -90px; }
  .callout-four { top: 345px; right: -90px; }
}

@media (max-width: 760px) {
  .container,
  .site-header {
    width: min(100% - 32px, var(--container));
  }

  .site-header {
    padding-top: 34px;
    justify-content: center;
  }

  .brand,
  .brand-logo {
    width: 138px;
  }

  .header-button {
    display: none;
  }

  .hero {
    min-height: 730px;
    padding-top: 106px;
  }

  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  h3,
  h4 {
    font-size: 32px;
    line-height: 44px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .caption {
    font-size: 14px;
    line-height: 21px;
  }

  .hero h1 {
    max-width: 360px;
    margin-inline: auto;
    letter-spacing: -0.055em;
  }

  .hero p {
    max-width: 330px;
    margin-top: 18px;
    margin-bottom: 28px;
  }

  .download-button {
    min-height: 52px;
    padding-inline: 22px;
    border-radius: 10px;
    font-size: 16px;
    gap: 9px;
  }

  .button-icon {
    width: 32px;
    height: 32px;
  }

  .hero-device-wrap {
    width: 282px;
    margin: 36px auto 0;
  }

  .hero-device {
    margin-inline: auto;
  }

  .hero-wave {
    height: 116px;
  }

  .callout {
    width: 136px;
    min-height: 62px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 10px;
    text-align: left;
  }

  .callout-one { top: 42px; left: -36px; }
  .callout-two { top: 88px; right: -36px; }
  .callout-three { top: 156px; left: -64px; }
  .callout-four { top: 224px; right: -64px; }

  .problem {
    padding: 72px 0 72px;
  }

  .problem h2,
  .how h2,
  .feature-card h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.055em;
  }

  .problem p {
    margin-top: 22px;
  }

  .how {
    padding: 70px 0 74px;
  }

  .section-heading p {
    max-width: 330px;
    margin: 12px auto 0;
  }

  .how-grid {
    margin-top: 54px;
    gap: 42px;
  }

  .step-number {
    font-size: 32px;
  }

  .step-card h4 {
    margin-top: 13px;
    letter-spacing: -0.045em;
  }

  .step-card p {
    max-width: 330px;
    margin-inline: auto;
  }

  .device-orb {
    width: 270px;
  }

  .how-device {
    width: 230px;
  }

  .app-feature {
    padding: 58px 0 58px;
  }

  .feature-card {
    min-height: 690px;
    grid-template-columns: 1fr;
    overflow: hidden;
    padding: 46px 28px 0;
    border-radius: 18px;
    text-align: center;
  }

  .feature-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature-card h2 {
    max-width: 315px;
    font-size: 36px;
    line-height: 44px;
  }

  .feature-card p {
    max-width: 315px;
    margin-top: 20px;
  }

  .pink-button {
    min-height: 52px;
    margin-top: 26px;
    padding-inline: 22px;
    font-size: 16px;
  }

  .pink-button .button-icon {
    width: 32px;
    height: 32px;
  }

  .feature-phone {
    position: relative;
    right: auto;
    top: auto;
    width: 410px;
    max-width: none;
    justify-self: center;
    margin: 46px auto -238px;
    transform: rotate(8deg) translateX(0);
  }

  .final-cta {
    padding: 52px 0 78px;
  }

  .final-cta h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.055em;
  }

  .final-cta .lead {
    margin-top: 18px;
  }

  .final-cta .muted {
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
  }

  .app-store-link {
    width: 176px;
  }

  .site-footer {
    padding: 54px 0 34px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .footer-logo-link,
  .footer-logo-img {
    width: 114px;
    margin-inline: auto;
  }

  .footer-brand-block p {
    max-width: 245px;
    margin: 18px auto 0;
    font-size: 12px;
  }

  .footer-nav {
    gap: 34px;
    font-size: 12px;
  }

  .social-links {
    justify-self: center;
    padding-top: 0;
    gap: 42px;
  }

  .social-links svg {
    width: 30px;
    height: 30px;
  }

  .copyright {
    margin-top: 52px;
    font-size: 11px;
  }

  .faq-hero {
    min-height: 292px;
    padding: 118px 0 56px;
  }

  .faq-hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .faq-hero p {
    max-width: 330px;
    margin: 22px auto 0;
  }

  .faq-section {
    padding: 40px 0 88px;
  }

  .faq-container {
    width: calc(100% - 32px);
  }

  .faq-item[open] {
    border-radius: 8px;
    margin-bottom: 18px;
  }

  .faq-item summary {
    min-height: 82px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 1.25;
  }

  .faq-item p {
    padding: 0 28px 28px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .faq-final-cta {
    padding-top: 30px;
  }

  @media (max-width: 760px) {
  .footer p,
  .footer a,
  .footer small,
  .footer-nav a,
  .footer-copy,
  .footer-description {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .footer-logo {
    max-width: 130px;
  }

  .footer-social img,
  .footer-social svg {
    width: 28px;
    height: 28px;
  }
}
}

@media (max-width: 400px) {
  .hero-device-wrap {
    width: 276px;
    margin: 34px auto 0;
  }

  .callout {
    width: 140px;
    min-height: 58px;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .callout-one { left: -36px; }
  .callout-two { right: -36px; }
  .callout-three { left: -52px; }
  .callout-four { right: -52px; }

.feature-card {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  overflow: hidden;
  padding-left: 22px;
  padding-right: 22px;
}

.feature-copy {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card h2,
.feature-card p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-card .pink-button {
  margin-left: auto;
  margin-right: auto;
}

.feature-phone {
  width: 390px;
  max-width: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: block;
  margin: 48px auto -230px;
  transform: rotate(8deg) translateX(-65px);
} 

  .feature-card p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

