@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --yellow: #ffdc00;
  --ink: #181a1c;
  --muted: #686b70;
  --line: #e6e7e8;
  --green: #108657;
  --red: #d24d51;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #1472c5;
  outline-offset: 6px;
}
svg {
  display: block;
}
.wrap {
  max-width: 1216px;
  margin: auto;
  padding-left: 36px;
  padding-right: 36px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: #fff;
  padding: 14px;
  z-index: 20;
}
.skip-link:focus {
  top: 10px;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 0.92;
}
.brand img {
  border-radius: 10px;
}
.brand-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 3.3px;
  margin-top: 6px;
}
.header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 37px;
}
.header nav a:hover {
  color: #787100;
}
.button {
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 19px 25px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover,
.store-button:hover {
  background: #333;
  transform: translateY(-2px);
}
.button-small {
  font-size: 12px;
  padding: 14px 19px;
  gap: 23px;
}
.hero {
  background: var(--yellow);
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  min-height: 708px;
  align-items: center;
  gap: 20px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 38px 0 52px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
}
.eyebrow-line {
  width: 25px;
  height: 2px;
  background: var(--ink);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Manrope, "DM Sans", Arial, sans-serif;
}
h1 {
  font-size: clamp(48px, 5.1vw, 66px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -3.4px;
  margin-bottom: 29px;
}
.word-mark {
  position: relative;
  display: inline-block;
}
.word-mark svg {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 15px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 4;
  stroke-linecap: round;
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  color: #34351f;
  margin-bottom: 29px;
}
.store-links {
  display: flex;
  gap: 12px;
}
.store-button {
  background: var(--ink);
  color: #fff;
  min-width: 171px;
  padding: 13px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.store-button > svg {
  width: 25px;
  height: 29px;
}
.store-button small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #ddd;
}
.store-button strong {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.store-arrow {
  font-size: 18px;
  margin-left: auto;
  padding-left: 8px;
}
.download-note {
  font-size: 10px;
  margin-top: 13px;
  color: #535027;
  line-height: 1.7;
}
.hero-tags {
  margin-top: 37px;
  display: flex;
  gap: 22px;
  font-size: 10px;
  font-weight: 500;
}
.hero-tags i {
  font-style: normal;
  margin-right: 4px;
}
.hero-art {
  height: 654px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid #171a1c18;
  border-radius: 50%;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
}
.orbit-two {
  width: 650px;
  height: 650px;
  top: 2px;
}
.art-plus {
  font-size: 26px;
  font-weight: 400;
  position: absolute;
}
.plus-one {
  right: 12px;
  top: 65px;
}
.plus-two {
  left: 7px;
  bottom: 90px;
  font-size: 18px;
}
.floating-label {
  position: absolute;
  top: 35px;
  left: 32px;
  background: #fff;
  border: 1px solid #20202008;
  border-radius: 7px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
  box-shadow: 0 10px 30px #7566000c;
  font-size: 10px;
  font-weight: 500;
  transform: rotate(-5deg);
}
.floating-label > span:last-child {
  margin-left: 12px;
}
.label-dot {
  height: 7px;
  width: 7px;
  background: var(--green);
  border-radius: 100%;
}
.phone {
  width: 307px;
  background: #fff;
  border: 7px solid #252629;
  border-radius: 43px;
  box-shadow:
    4px 6px 0 #85806a,
    14px 27px 40px #59500029;
  position: relative;
  padding: 11px 17px 10px;
  transform: rotate(6deg);
  z-index: 2;
}
.phone-top {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 4px;
}
.camera {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 22px;
  background: #202123;
  border-radius: 18px;
}
.app-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.app-head img {
  border-radius: 7px;
}
.search-icon {
  margin-left: auto;
  border: 1.5px solid #262626;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.search-icon:after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 6px;
  height: 1.5px;
  background: #262626;
  transform: rotate(45deg);
}
.app-tabs {
  display: flex;
  gap: 20px;
  font-size: 11px;
  color: #8b8d92;
  border-bottom: 1px solid #eee;
  padding-bottom: 11px;
}
.app-tabs strong {
  color: var(--ink);
  position: relative;
}
.app-tabs strong:after {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--yellow);
  position: absolute;
  bottom: -12px;
  left: 12px;
}
.market-title {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  letter-spacing: 1px;
  color: #777b80;
  margin-top: 21px;
  margin-bottom: 14px;
}
.index-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.index-row > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.index-row > div + div {
  border-left: 1px solid #eee;
  padding-left: 15px;
}
.index-row span {
  font-size: 8px;
  color: #6b6b6b;
}
.index-row strong {
  font-size: 17px;
  letter-spacing: -0.5px;
}
.index-row small {
  color: var(--green);
  font-size: 9px;
  font-weight: 600;
}
.market-chart {
  width: 100%;
  height: 100px;
  margin-top: 9px;
}
.chart-grid {
  fill: none;
  stroke: #edf0ed;
  stroke-dasharray: 3 4;
}
.chart-times {
  display: flex;
  justify-content: space-between;
  color: #93979b;
  font-size: 6px;
  margin-top: 2px;
}
.watchlist-title {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  margin-bottom: 4px;
  align-items: center;
  font-size: 12px;
}
.watchlist-title strong span {
  font-size: 9px;
  color: #999;
  font-weight: 400;
  padding-left: 5px;
}
.stock {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid #f0f0f0;
}
.stock > img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  background: #f7f8f8;
  border-radius: 8px;
  padding: 5px;
}
.stock > div {
  min-width: 49px;
}
.stock strong {
  display: block;
  font-size: 10px;
}
.stock small {
  display: block;
  color: #90959a;
  font-size: 7px;
  margin-top: 4px;
}
.stock > svg {
  width: 49px;
  flex: 1;
  height: 23px;
  margin: 0 8px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.6;
}
.quote {
  text-align: right;
}
.stock .quote small {
  color: var(--green);
}
.stock .quote.negative small {
  color: var(--red);
}
.stock > svg.negative {
  stroke: var(--red);
}
.app-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 6px;
  color: #8e9297;
  padding: 16px 3px 5px;
  text-align: center;
}
.app-bottom b {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
.app-bottom .selected {
  color: #171717;
}
.selected b {
  color: #bba100;
}
.home-indicator {
  height: 3px;
  width: 86px;
  background: #252629;
  border-radius: 3px;
  margin: 12px auto 0;
}
.opportunity-card {
  position: absolute;
  z-index: 3;
  right: -8px;
  bottom: 90px;
  display: flex;
  gap: 13px;
  padding: 19px 22px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 11px;
  box-shadow: 0 12px 40px #66540012;
  transform: rotate(-5deg);
}
.opportunity-icon {
  background: var(--yellow);
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-top: 7px;
}
.opportunity-card small {
  font-size: 6px;
  letter-spacing: 1.1px;
  color: #777;
  display: block;
  margin-bottom: 7px;
}
.opportunity-card strong {
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.preview-caption {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 8px;
  color: #645d24;
}
.product-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.8px;
  color: #76787a;
}
.product-strip > div {
  display: flex;
  align-items: center;
  gap: 27px;
  color: #202225;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
}
.product-strip > span strong {
  color: #2c2d2f;
}
.product-strip i {
  width: 4px;
  height: 4px;
  background: #d5b900;
  border-radius: 50%;
}
.experience {
  padding-top: 82px;
  padding-bottom: 76px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 34px;
}
.section-heading .eyebrow,
.questions .eyebrow {
  font-size: 9px;
  color: #777;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}
h2 {
  font-size: 36px;
  font-weight: 750;
  letter-spacing: -1.5px;
  line-height: 1.2;
  margin-bottom: 0;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 3px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature {
  border: 1px solid var(--line);
  padding: 27px 26px 20px;
  border-radius: 10px;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.feature-top > svg {
  height: 34px;
  width: 34px;
  stroke: #222;
  stroke-width: 1.5;
  fill: none;
}
.feature-top > span {
  font-size: 7px;
  letter-spacing: 1px;
  color: #7d8186;
}
.feature h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
  font-weight: 750;
}
.feature p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 24px;
}
.feature-detail {
  border-top: 1px solid #eee;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 500;
}
.feature-detail > span {
  font-size: 17px;
}
.availability {
  font-size: 9px;
  color: #888;
  margin-top: 18px;
  margin-bottom: 0;
}
.questions {
  padding-top: 52px;
  padding-bottom: 68px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 70px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 23px 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  padding-right: 30px;
  margin-bottom: 23px;
}
.final-cta {
  max-width: 1144px;
  background: #f5f6f7;
  border-radius: 10px;
  margin-bottom: 67px;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.final-cta > img {
  border-radius: 15px;
}
.final-cta > div {
  flex: 1;
}
.final-cta p {
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #777;
  margin-bottom: 9px;
}
.final-cta h2 {
  font-size: 26px;
  letter-spacing: -1px;
}
.final-cta .button {
  background: var(--yellow);
  color: #171717;
  font-size: 12px;
  white-space: nowrap;
  padding: 17px 22px;
}
.footer {
  padding-top: 35px;
  border-top: 1px solid var(--line);
  padding-bottom: 26px;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 26px;
}
.footer .brand {
  font-size: 20px;
}
.footer .brand-sub {
  font-size: 9px;
  letter-spacing: 2.8px;
  margin-top: 5px;
}
.footer-top > span {
  font-size: 11px;
  color: #777;
}
.footer-top > a:last-child {
  margin-left: auto;
  font-size: 10px;
  font-weight: 500;
}
.footer > p {
  font-size: 9px;
  color: #898c91;
  line-height: 1.9;
  max-width: 960px;
}
.footer-bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #73777b;
}
@media (min-width: 1500px) {
  .hero-inner {
    min-height: 748px;
  }
  .hero-art {
    height: 694px;
  }
  .orbit-one {
    top: 87px;
  }
  .orbit-two {
    top: 22px;
  }
  .floating-label {
    top: 55px;
  }
  .opportunity-card {
    bottom: 110px;
  }
  .preview-caption {
    bottom: 24px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero-inner {
    gap: 10px;
    grid-template-columns: 1.05fr 1fr;
  }
  h1 {
    font-size: 54px;
  }
  .hero-art {
    transform: scale(0.9);
    margin-left: -15px;
    margin-right: -15px;
  }
  .hero-tags {
    gap: 14px;
  }
  .opportunity-card {
    right: -20px;
  }
  .hero-description {
    font-size: 14px;
  }
  .store-button {
    min-width: 154px;
  }
  .final-cta {
    margin-left: 28px;
    margin-right: 28px;
  }
  .feature {
    padding: 23px 20px;
  }
  .feature h3 {
    font-size: 17px;
  }
  .product-strip > div {
    gap: 18px;
  }
  .product-strip > span {
    font-size: 8px;
  }
}
@media (max-width: 780px) {
  .header {
    height: 80px;
  }
  .header nav {
    margin-right: 0;
    gap: 18px;
    font-size: 11px;
  }
  .brand {
    font-size: 21px;
  }
  .brand-sub {
    font-size: 9px;
    letter-spacing: 3px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .button-small {
    font-size: 10px;
    padding: 12px 15px;
    gap: 12px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0;
    padding-top: 50px;
    max-width: none;
  }
  .hero-copy {
    padding: 0;
    max-width: 600px;
    margin: auto;
  }
  .hero-copy .eyebrow {
    justify-content: center;
    font-size: 9px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: 64px;
    letter-spacing: -3px;
    margin-bottom: 27px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.7;
  }
  .store-links,
  .hero-tags {
    justify-content: center;
  }
  .hero-tags {
    margin-top: 25px;
    gap: 24px;
  }
  .hero-art {
    transform: none;
    width: 440px;
    height: 640px;
    margin: 24px auto 0;
  }
  .phone {
    transform: rotate(6deg) scale(0.94);
  }
  .floating-label {
    left: 20px;
    top: 32px;
  }
  .opportunity-card {
    right: 0;
    bottom: 90px;
  }
  .orbit-one {
    top: 70px;
  }
  .orbit-two {
    top: 5px;
  }
  .preview-caption {
    bottom: 15px;
  }
  .plus-one {
    right: 10px;
    top: 77px;
  }
  .product-strip {
    flex-direction: column;
    justify-content: center;
    padding-top: 23px;
    padding-bottom: 23px;
    gap: 17px;
  }
  .product-strip > span {
    font-size: 9px;
  }
  .product-strip > div {
    font-size: 12px;
    gap: 23px;
  }
  .experience {
    padding-top: 55px;
    padding-bottom: 48px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  h2 {
    font-size: 32px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 24px;
  }
  .feature-top {
    margin-bottom: 22px;
  }
  .feature h3 {
    font-size: 21px;
  }
  .feature p {
    font-size: 13px;
    max-width: 500px;
    margin-bottom: 21px;
  }
  .feature-detail {
    font-size: 10px;
  }
  .availability {
    font-size: 9px;
    line-height: 1.7;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .questions h2 br {
    display: none;
  }
  .final-cta {
    flex-wrap: wrap;
    padding: 27px 24px;
    margin-bottom: 44px;
    gap: 17px;
  }
  .final-cta h2 {
    font-size: 23px;
  }
  .final-cta > img {
    width: 49px;
    height: 49px;
    border-radius: 12px;
  }
  .final-cta > .button {
    margin-left: 66px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-top > span {
    margin-left: auto;
  }
  .footer-top > a:last-child {
    margin-left: 0;
    width: 100%;
  }
  .footer > p {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    gap: 10px;
  }
  .header nav {
    display: none;
  }
  .hero-inner {
    padding-top: 43px;
  }
  h1 {
    font-size: 51px;
    letter-spacing: -2.5px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .hero-description {
    font-size: 13px;
  }
  .store-button {
    min-width: 0;
    flex: 1;
    text-align: left;
    max-width: 180px;
    padding: 12px 14px;
    gap: 9px;
  }
  .store-links {
    gap: 10px;
  }
  .store-button strong {
    font-size: 17px;
  }
  .store-button small {
    font-size: 9px;
  }
  .store-button > svg {
    width: 22px;
  }
  .download-note {
    font-size: 8px;
  }
  .hero-tags {
    font-size: 9px;
    gap: 15px;
    margin-top: 24px;
  }
  .hero-art {
    width: 100%;
    height: 601px;
    margin-top: 24px;
  }
  .phone {
    transform: rotate(5deg) scale(0.88);
    flex-shrink: 0;
  }
  .floating-label {
    left: 0;
    top: 29px;
    font-size: 8px;
    padding: 12px;
    gap: 7px;
  }
  .opportunity-card {
    right: -7px;
    bottom: 72px;
    padding: 14px;
    gap: 10px;
  }
  .opportunity-card strong {
    font-size: 10px;
  }
  .opportunity-icon {
    height: 32px;
    width: 32px;
    font-size: 20px;
  }
  .orbit-one {
    width: 440px;
    height: 440px;
    top: 80px;
  }
  .orbit-two {
    width: 560px;
    height: 560px;
    top: 20px;
  }
  .plus-one {
    top: 68px;
    right: 5px;
  }
  .plus-two {
    left: -4px;
    bottom: 83px;
  }
  .preview-caption {
    font-size: 7px;
    bottom: 8px;
  }
  .product-strip > div {
    gap: 16px;
    font-size: 11px;
  }
  .product-strip > span {
    font-size: 8px;
  }
  .section-heading > p {
    font-size: 12px;
  }
  .final-cta {
    margin-left: 22px;
    margin-right: 22px;
  }
  .final-cta > div {
    min-width: 170px;
  }
  .final-cta h2 {
    font-size: 21px;
  }
  .final-cta > .button {
    margin-left: 0;
    width: 100%;
  }
  .footer-top > span {
    font-size: 9px;
  }
  .questions summary {
    font-size: 12px;
    line-height: 1.5;
  }
  .desktop-break {
    display: none;
  }
}
@media (max-width: 355px) {
  h1 {
    font-size: 44px;
  }
  .hero-copy .eyebrow {
    font-size: 7px;
  }
  .hero-tags {
    gap: 10px;
    font-size: 8px;
  }
  .store-button {
    padding: 12px 10px;
  }
  .store-arrow {
    padding-left: 0;
  }
  .phone {
    transform: rotate(5deg) scale(0.81);
  }
  .product-strip > div {
    gap: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
