@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #141111;
  --bg-footer: #1a1a1a;
  --red: #ff0021;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.78);
  --max: 1294px;
  --section-pad: clamp(28px, 5vw, 73px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

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

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

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

.page-shell {
  width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 23px 24px 56px;
  background:
    radial-gradient(circle at 50% 66%, rgba(255, 0, 33, 0.055) 0%, rgba(255, 0, 33, 0.018) 30%, transparent 56%),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(180deg, #1b1515 0%, #151111 64%, #100f0f 100%);
  overflow: hidden;
}

.nav {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.brand-logo {
  width: 456px;
  height: 104px;
  object-fit: contain;
  object-position: center;
  overflow: visible;
}

.hero-copy,
.seller-copy {
  position: relative;
  z-index: 1;
  width: min(678px, calc(100vw - 48px));
  margin: 124px auto 0;
  text-align: center;
}

h1,
h2,
p {
  margin: 0;
}

.hero-copy h1,
.seller-copy h2 {
  width: min(525px, 100%);
  margin: 0 auto;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.hero-copy p,
.seller-copy p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.34;
  overflow-wrap: anywhere;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  gap: 15px;
  border: 0;
  border-radius: 6px;
  padding: 15px 30px;
  color: inherit;
  font: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

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

.button-outline {
  border: 1px solid var(--white);
}

.button-red {
  background: var(--red);
}

.button-white {
  min-height: 50px;
  background: var(--white);
  color: #000000;
  font-size: 18px;
}

.phone {
  position: relative;
  width: 255.877px;
  height: 530.343px;
  border-radius: 38.272px;
  background: #000000;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  overflow: visible;
}

.hero-phone {
  z-index: 1;
  position: relative;
  top: auto;
  left: auto;
  margin: 56px auto 0;
  margin-bottom: 130px;
  transform: scale(1.24);
  transform-origin: top center;
}

.phone-frame-layer,
.phone-frame-layer::before,
.phone-frame-layer::after {
  content: "";
  position: absolute;
}

.phone-frame-layer {
  left: 0;
  top: 0;
  width: 249.863px;
  height: 485.51px;
  pointer-events: none;
}

.phone-frame-layer::before {
  inset: 1.09px -4.92px -43.74px 1.09px;
  border: 2.187px solid #565553;
  border-radius: 38.272px;
}

.phone-frame-layer::after {
  inset: 0 -6.01px -44.83px 0;
  border: 1.093px solid #3f3e3b;
  border-radius: 38.272px;
}

.phone-camera {
  content: "";
  position: absolute;
  z-index: 4;
  left: calc(50% - 38.27px);
  top: 16.99px;
  width: 67.796px;
  height: 19.683px;
  border-radius: 18.043px;
  background: #000000;
  overflow: hidden;
}

.phone-camera span {
  position: absolute;
  left: 49.21px;
  top: 4.92px;
  width: 9.841px;
  height: 9.841px;
  border-radius: 50%;
  border: 0.368px solid #0e0e0e;
  background: radial-gradient(circle at 62% 38%, #006e92 0 10%, #121212 34%, #050505 100%);
  opacity: 0.75;
}

.phone-screen {
  position: absolute;
  left: 10.39px;
  top: 9.84px;
  width: 235.101px;
  height: 509.567px;
  overflow: hidden;
  border-radius: 30.328px;
  background: var(--red);
}

.status-bar {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 235.101px;
  height: 29.52px;
  padding: 8.748px 17.496px 8.748px 28.431px;
  background: var(--red);
  font-size: 9.29px;
  font-weight: 700;
  line-height: 12.028px;
  color: #ffffff;
}

.status-bar img {
  width: 43.559px;
  height: 7.108px;
  object-fit: contain;
}

.phone-main-screen {
  position: absolute;
  left: 0;
  top: 28.52px;
  width: 235.101px;
  height: 481.043px;
  overflow: hidden;
  background: var(--red);
}

.phone-mark {
  position: absolute;
  left: 24.3%;
  top: 35.28%;
  width: 51.9%;
  height: 23.33%;
  object-fit: contain;
  max-width: none;
}

.phone-version {
  position: absolute;
  left: calc(50% - 19.68px);
  top: 428.92px;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 8.75px;
  line-height: 1;
  white-space: nowrap;
}

.phone-dot {
  position: absolute;
  left: 50.1px;
  top: 454px;
  width: 3.2px;
  height: 3.2px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 1px;
}

.home-indicator {
  position: absolute;
  bottom: 4.37px;
  left: 50%;
  width: 73.264px;
  height: 2.734px;
  transform: translateX(-50%);
  border-radius: 100px;
  background: #000000;
}

.antenna {
  position: absolute;
  z-index: 5;
  width: 4.156px;
  background: #7c7c7c;
  mix-blend-mode: screen;
  opacity: 0.75;
}

.antenna-left-top {
  left: 0;
  top: 49.21px;
  height: 2.734px;
}

.antenna-left-bottom {
  left: 0;
  top: 433.57px;
  height: 2.734px;
}

.antenna-right-top {
  left: 251.72px;
  top: 49.21px;
  height: 3.28px;
}

.antenna-right-bottom {
  left: 251.72px;
  top: 433.02px;
  height: 3.28px;
}

.approach {
  padding: 177px var(--section-pad) 99px;
}

.approach-copy {
  display: grid;
  grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 103px);
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.approach-copy h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.02;
}

.approach-copy p {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: min(var(--max), 100%);
  margin: 190px auto 0;
}

.app-shot {
  position: relative;
  aspect-ratio: 640 / 594;
  overflow: hidden;
  border-radius: 12px;
  isolation: isolate;
}

.app-shot-light {
  background: #fffcfc;
  overflow: visible;
}

.app-shot-red {
  background: var(--red);
}

.app-shot img {
  position: absolute;
  display: block;
  max-width: none;
  user-select: none;
  pointer-events: none;
}

.app-shot-mask {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.app-shot-mask-light {
  left: 15.625%;
  top: -21.38%;
  width: 75.625%;
  height: 121.38%;
}

.app-shot-mask-light img {
  left: -30.47%;
  top: -2.08%;
  width: 168%;
  height: 140.92%;
  object-fit: fill;
  transform: none;
}

.app-shot-red img {
  left: -17.55%;
  top: 3.35%;
  width: 135.05%;
  transform: none;
}

.journey {
  display: flex;
  min-height: 357px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 72px 24px 56px;
  background: var(--red);
  text-align: center;
}

.journey p {
  width: min(1071px, 100%);
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.journey .button {
  margin-top: 10px;
}

.seller {
  position: relative;
  min-height: 732px;
  overflow: hidden;
  padding: 70px 24px 0;
}

.seller-copy {
  margin-top: 0;
}

.seller-copy .button {
  margin-top: 25px;
}

.profile-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 476px;
  height: 366px;
  transform: translateX(-50%);
  overflow: hidden;
}

.profile-wrap img {
  position: absolute;
  left: 0;
  top: -2.91%;
  width: 476px;
  height: 281.15%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.faq {
  padding: 100px 160px;
}

.faq h2 {
  margin-bottom: 41px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0;
}

.faq-list {
  width: min(1120px, 100%);
  margin: 0 auto;
}

details {
  border-radius: 6px;
  color: var(--white);
}

summary {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding: 20px 70px 20px 25px;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before,
summary::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--white);
}

summary::after {
  transform: rotate(90deg);
}

details[open] summary::after {
  transform: rotate(0deg);
}

details p {
  max-width: 900px;
  padding: 0 70px 22px 25px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--bg-footer);
  padding: 24px clamp(40px, 4.4vw, 83px);
}

.footer-top {
  display: contents;
}

.footer-top img {
  order: 1;
  flex: 0 0 auto;
  width: 252px;
  height: 56px;
  object-fit: contain;
}

.footer-links {
  order: 3;
  flex: 0 0 auto;
  display: flex;
  gap: 25px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.footer > p {
  order: 2;
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero {
    padding-bottom: 50px;
  }

  .brand-logo {
    width: 396px;
    height: 92px;
  }

  .hero-copy {
    margin-top: 100px;
  }

  .hero-phone {
    margin-top: 52px;
    margin-bottom: 110px;
  }

  .approach {
    padding: 120px 28px 80px;
  }

  .approach-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .showcase-grid {
    margin-top: 116px;
  }

  .app-shot {
    aspect-ratio: 640 / 594;
  }

  .faq {
    padding: 80px 28px;
  }
}

@media (min-width: 721px) and (max-height: 920px) {
  .hero {
    min-height: 760px;
  }

  .brand-logo {
    width: 420px;
    height: 96px;
  }

  .hero-copy {
    margin-top: clamp(78px, 10vh, 104px);
  }

  .hero-phone {
    margin-top: 28px;
    margin-bottom: -22px;
    transform: scale(1);
  }
}

@media (min-width: 721px) and (max-height: 820px) {
  .hero-copy {
    margin-top: clamp(58px, 8vh, 76px);
  }

  .hero-copy h1 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .cta-row {
    margin-top: 22px;
  }

  .button {
    min-height: 52px;
    padding: 13px 26px;
    font-size: 21px;
  }

  .hero-phone {
    margin-top: 24px;
    margin-bottom: -92px;
    transform: scale(0.86);
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 100svh;
    padding-inline: 18px;
    padding-bottom: 0;
  }

  .brand-logo {
    width: 304px;
    height: 80px;
  }

  .hero-copy,
  .seller-copy {
    width: min(100%, calc(100vw - 36px));
    max-width: 354px;
  }

  .hero-copy h1,
  .seller-copy h2 {
    max-width: 332px;
    font-size: clamp(28px, 7.4vw, 31px);
  }

  .hero-copy p,
  .seller-copy p,
  .journey p {
    font-size: 16px;
  }

  .cta-row {
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: min(298px, 100%);
    min-height: 54px;
    padding-inline: 20px;
    gap: 12px;
    font-size: 18px;
  }

  .phone {
    width: 255.877px;
    height: 530.343px;
    border-radius: 38.272px;
  }

  .hero-phone {
    margin: 72px auto 0;
    margin-bottom: 82px;
    transform: scale(1.16);
  }

  .monogram {
    width: 132px;
    height: 48px;
    transform: translateY(-18px);
  }

  .phone-screen {
    border-radius: 26px;
  }

  .approach-copy h2 {
    font-size: 38px;
  }

  .approach-copy p {
    font-size: 17px;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .app-shot {
    aspect-ratio: 640 / 594;
  }

  .app-shot-mask-light {
    left: 50%;
    top: -21.38%;
    width: 75.625%;
    height: 121.38%;
    transform: translateX(-50%);
  }

  .app-shot-mask-light img {
    left: -30.47%;
    top: -2.08%;
    width: 168%;
    height: 140.92%;
    transform: none;
  }

  .app-shot-red img {
    left: -17.55%;
    top: 3.35%;
    width: 135.05%;
  }

  .seller {
    min-height: 650px;
  }

  .profile-wrap {
    width: 390px;
    max-width: calc(100vw - 28px);
    height: 300px;
  }

  .profile-wrap img {
    width: 100%;
    height: 281.15%;
  }

  summary {
    min-height: 62px;
    padding-left: 0;
    font-size: 18px;
  }

  details p {
    padding-left: 0;
    font-size: 15px;
  }

  .footer {
    flex-direction: column;
    gap: 16px;
    padding: 34px 24px;
    text-align: center;
  }

  .footer-top {
    display: contents;
  }

  .footer-top img {
    order: 1;
    width: 236px;
    height: 58px;
  }

  .footer-links {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
  }

  .footer > p {
    order: 3;
    flex: none;
  }
}

.legal-body {
  background: var(--bg);
}

.legal-body.legal-mobile-view .legal-nav {
  display: none;
}

.legal-body.legal-mobile-view .legal-page {
  padding-top: clamp(24px, 4vw, 40px);
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
}

.legal-brand img {
  width: 300px;
  height: 68px;
  object-fit: contain;
}

.legal-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  color: var(--white);
  font-weight: 700;
}

.legal-page {
  padding: clamp(58px, 8vw, 104px) var(--section-pad) clamp(72px, 9vw, 120px);
  background: #f4f4f4;
  color: #111111;
}

.legal-hero {
  width: min(980px, 100%);
  margin: 0 auto 34px;
}

.legal-hero .eyebrow {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.96;
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 18px;
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}

.legal-document {
  width: min(980px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.legal-document h2 {
  margin: 42px 0 14px;
  color: #050505;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.14;
}

.legal-document h2:first-of-type {
  margin-top: 28px;
}

.legal-document p {
  margin: 0 0 14px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.72;
}

.legal-document .legal-subtitle {
  margin-bottom: 4px;
  color: #050505;
  font-size: 21px;
  font-weight: 800;
}

.legal-document .legal-updated {
  margin-bottom: 28px;
  color: #6a6a6a;
  font-weight: 800;
}

.legal-document .legal-alert {
  margin: 24px 0;
  padding: 18px 20px;
  color: #050505;
  background: #fff0f2;
  border-left: 4px solid var(--red);
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.58;
}

.legal-document .legal-clause-label {
  margin-top: 22px;
  color: #050505;
  font-weight: 800;
}

.legal-document .legal-definition {
  margin-bottom: 10px;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 0, 33, 0.22);
}

.legal-document .legal-contact-line {
  margin-bottom: 8px;
  color: #050505;
  font-weight: 800;
}

.legal-document ul {
  margin: 0 0 20px 22px;
  padding: 0;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.72;
}

.legal-document li {
  margin-bottom: 10px;
  padding-left: 4px;
}

@media (max-width: 720px) {
  .legal-nav {
    width: calc(100% - 36px);
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-brand img {
    width: 206px;
    height: 52px;
  }

  .legal-back-link {
    width: 100%;
  }

  .legal-page {
    padding-right: 18px;
    padding-left: 18px;
  }
}
