* { box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Arial, sans-serif;
  color: #000;
}

/* TOP LOGO FULL SIZE */
.logo-strip {
  width: 100%;
  margin: 0;
  padding: 0;
}

.logo-strip img {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: none; /* stops shrinking */
}

/* PAGE CONTENT */
.page {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

/* HERO */
.hero img {
  max-width: 460px;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.hero-note {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
}

/* INTRO ROW */
.intro-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.intro-text {
  max-width: 520px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.intro-img img {
  max-width: 150px;
  height: auto;
}

/* DOWNLOAD BLOCK */
.download-area {
  margin-top: 40px;
}

.download-area img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.download-button {
  cursor: pointer;
  display: block;
  margin: 12px auto;
}

/* SECTIONS */
.section-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 40px;
}

.section-row img {
  max-width: 280px;
  height: auto;
}

.section-text {
  max-width: 360px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
}

.section-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

/* FOOTER */
.footer-black {
  background: #000;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5f5f5f;
}

.footer-barcode {
  font-family: "Courier New", monospace;
  font-size: 14px;
  letter-spacing: 2px;
}

.footer-links a {
  color: #5f5f5f;
  margin-left: 18px;
  text-decoration: underline;
  font-size: 14px;
}
.logo-strip {
    width: 100%;
    text-align: center !important;
}

.logo-strip img {
    display: inline-block !important;
    margin: 0 auto !important;
}
