

h1 {
  text-align: center;
  font-size: 4rem;
  color: #b0aea0;
  
  margin: 0 0 20px;

  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}


body {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #747164 0%, #747164 200px, #88867b 100%);
}
.content {
  width: 100%;
  max-width: 800px;
  padding: 20px;
}
header {
  padding: 34px 0 30px;
  text-align: center;
}
.logo {
  max-width: 200px;
}

h1 {
  text-align: center;
  font-size: 4rem;
  color: #b0aea0;
  
  margin: 0 0 20px;

  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}


.hero-left, .hero-right {
  flex: 1;
}

.placeholder-text {
  background: #eee;
  height: 200px;
  border-radius: 8px;
}



footer {
  margin-top: auto;
  padding: 20px 0;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.7);
  text-align: center;
}

/* Desktop: constrain bottom text to align with screenshot gallery edges */
.content > div:last-child {
  max-width: 632px;
  margin: 20px auto 0 auto;
}

@media (max-width: 640px) {
  /* Reorder on mobile: CTA below header */
  .content { display: flex; flex-direction: column; }
  .cta { order: 1; }
  .gallery { order: 2; }
  .description { order: 3; }
  
  

  .gallery {
    flex-direction: column;
    align-items: center;
  
  .hero {
    align-items: center;
  }
}

}

.container {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}


/* App Store badge scaled to 25% of container width */



.badge-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cta {
  text-align: center;
  margin: 10px 0;
}

.gallery {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.screenshot-small {
  width: 143px;
  height: 311px;
  border-radius: 7px;
}
.screenshot-large {
  width: 311px;
  height: 143px;
  
}

.hero {
  display: flex;
  gap: 20px;
  max-width: 469px;
  margin: 0 auto;
}

/* Responsive reflow: stack hero columns on narrow screens */
@media (max-width: 640px) {
  /* Reorder on mobile: CTA below header */
  .content { display: flex; flex-direction: column; }
  .cta { order: 1; }
  .gallery { order: 2; }
  .description { order: 3; }
  .hero {
    flex-direction: column;
  }
}


/* Ensure hero-left screenshot centers on mobile */
@media (max-width: 640px) {
  /* Reorder on mobile: CTA below header */
  .content { display: flex; flex-direction: column; }
  .cta { order: 1; }
  .gallery { order: 2; }
  .description { order: 3; }
  .hero-left {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.whiteBoldText {
    font-size:14px;
    font-weight:bold;
    color:#c5c4b6;
}


/* App Store badge: 52px height, maintain aspect ratio */
.cta img {
  height: 52px;
  width: auto;
  display: block;
  margin: 20px auto;
}

/* 1) Reduce space between gallery and badge by 12px */
.gallery {
  margin-bottom: 8px !important;
}
.cta {
  margin-top: 8px !important;
}

/* 2) Constrain bottom text width to gallery boundary and center it */
.cta + div {
  max-width: 469px;
  margin: 20px auto 0 auto;
  text-align: left;
}

/* Constrain bottom text edges to align with screenshots above */



/* Mobile adjustments for narrower text and expanded screenshots */
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* Allow screenshots to fill container width */
  .screenshot-small,
  .gallery a img {
    width: 100%;
    height: auto;
  }
  /* Bottom text spans full container width */
  .content > div:last-child {
    max-width: none !important;
    margin: 20px auto 0 auto;
  }
}
