:root {
  --bg: #0d162b;
  --header: #081223;
  --line: #263652;
  --text: #f4f4f5;
  --muted: #aeb7c7;
  --blue: #1495ff;
  --orange: #ff542f;
}

* { box-sizing: border-box; }
html { background: #070e1c; }
body {
  margin: 0;
  background: #070e1c;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.document { width: 100%; }
.page {
  width: 1123px;
  min-height: 1588px;
  margin: 0 auto;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}

.header {
  height: 147px;
  background: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-mark img { width: 78px; height: auto; }
.brand-name { font-size: 28px; font-weight: 700; line-height: 25px; font-style: italic; }
.brand-name span { color: #1997e8; }
.brand-name strong { color: var(--orange); }
.brand-slogan { margin-top: 3px; font-size: 13px; font-weight: 700; font-style: italic; color: #fff; }
.brand-slogan.orange { color: var(--orange); }
.header-note { font-size: 11px; color: #a8b1c1; white-space: nowrap; }

.content { padding: 39px 70px 0; }
.content:not(#content-first) { padding-top: 100px !important; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 40px; line-height: 1.08; margin-bottom: 40px; font-weight: 700; }
h2 { color: var(--blue); font-size: 28px; line-height: 1.1; margin: 70px 0 24px; }

.vip-grid {
  width: 930px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}
.vip-grid article { min-height: 103px; padding: 16px 12px 11px; text-align: center; border-right: 1px solid var(--line); }
.vip-grid article:last-child { border-right: 0; }
.vip-grid h3 { color: var(--orange); font-size: 16px; margin-bottom: 5px; }
.vip-grid p { font-size: 15px; line-height: 20px; margin: 0; }

.intro-box {
  width: 760px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  padding: 10px 12px 11px;
}
.intro-box h3 { font-size: 21px; margin-bottom: 10px; }
.intro-box p { font-size: 18px; line-height: 24px; margin: 0; }
.how-title { margin-top: 82px; margin-bottom: 17px; }

.steps { border: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 95px 1fr; min-height: 72px; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step-no { display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--line); color: var(--orange); font-size: 25px; font-weight: 700; }
.step > div:last-child { padding: 6px 10px; }
.step b { font-size: 15px; }
.step p { margin: 2px 0 0; font-size: 15px; line-height: 19px; }

.photo-collage { position: relative; height: 500px; margin-top: 100px; }
.hero-photo { position: absolute; width: 610px; left: 126px; top: 0; }
.shirt { position: absolute; width: 210px; left: 57px; top: -40px; z-index: 3; }

/* PAGE 2 */
.page-two h1 { margin-bottom: 12px; }
.subheading { margin: 0 0 35px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 7px; }
.benefits-grid article { min-height: 103px; border: 1px solid var(--line); padding: 10px 13px 8px; }
.benefits-grid article h3 { font-size: 17px; margin-bottom: 14px; }
.benefits-grid article p { font-size: 15px; line-height: 21px; margin: 0; }
.orange-card { border-left: 5px solid var(--orange) !important; }
.orange-card h3 { color: var(--text); }
.blue-card { border-left: 5px solid var(--blue) !important; }
.blue-card h3 { color: var(--text); }
.important { margin: 23px 0 0; color: var(--muted); font-size: 12px; line-height: 16px; }
.important b { color: var(--orange); }
.contribution-title { margin-top: 72px; margin-left: 4px; }
.contribution-table { margin: 0 9px; border: 1px solid var(--line); }
.contribution-row { min-height: 70px; display: grid; grid-template-columns: 47px 255px 1fr; border-bottom: 1px solid var(--line); }
.contribution-row:last-child { border-bottom: 0; }
.number { color: var(--orange); display: flex; align-items: center; justify-content: center; border-right: 1px solid var(--line); font-weight: 700; }
.action { display: flex; align-items: center; padding: 0 12px; border-right: 1px solid var(--line); }
.description { display: flex; align-items: center; padding: 10px 10px; line-height: 20px; }

/* PAGE 3 */
.page-three h1 { margin-bottom: 12px; }
.page-three h2 { margin: 0 0 27px; }
.checklist { margin: 0 9px; border: 1px solid var(--line); }
.checklist div { min-height: 37px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 15px; }
.checklist div:last-child { border-bottom: 0; }
.checklist span { width: 47px; padding-left: 13px; color: var(--orange); font-size: 21px; }
.checklist div { padding-right: 12px; }
.standard-title { margin-top: 47px !important; margin-bottom: 18px !important; }
.standards { margin: 0 9px; border: 1px solid var(--line); }
.standards div { display: grid; grid-template-columns: 170px 1fr; min-height: 45px; border-bottom: 1px solid var(--line); }
.standards div:last-child { border-bottom: 0; }
.standards b { display: flex; align-items: center; padding: 0 12px; color: var(--orange); border-right: 1px solid var(--line); font-size: 15px; }
.standards span { display: flex; align-items: center; padding: 8px 12px; font-size: 15px; line-height: 20px; }
.flow-title { margin-top: 47px !important; margin-bottom: 13px !important; }
.flow { margin: 0; font-size: 15px; line-height: 22px; }
.contact-box { margin: 32px 9px 0; border: 2px solid var(--blue); min-height: 113px; display: grid; grid-template-columns: 1fr 1fr; padding: 14px 14px 11px; }
.contact-box h3 { color: var(--orange); font-size: 15px; margin-bottom: 9px; }
.contact-box p, .contact-box div:last-child { font-size: 15px; line-height: 21px; margin: 0; }
.legal { margin: 27px 0 0; color: var(--muted); font-size: 12px; line-height: 16px; padding-bottom: 100px;}
.footer-logo { display: flex; justify-content: center; margin-top: 106px; }
.footer-logo img { width: 120px; opacity: .65; }

@media (max-width: 1150px) {
  .page { width: 100%; min-height: auto; }
  .header { padding: 0 6.2vw; }
  .content { padding-left: 6.2vw; padding-right: 6.2vw; }
  .vip-grid, .intro-box { width: 100%; }
  .hero-photo { width: 58%; left: 12%; }
  .shirt { width: 20%; left: 5%; }
}

@media (max-width: 700px) {
  .header { height: auto; min-height: 110px; padding: 22px 24px; align-items: flex-start; }
  .header-note { display: none; }
  .brand-name { font-size: 23px; }
  .brand-slogan { font-size: 10px; }
  .content { padding: 30px 24px 50px; }
  h1 { font-size: 29px; margin-bottom: 30px; }
  h2 { font-size: 22px; margin-top: 45px; }
  .vip-grid { grid-template-columns: 1fr 1fr; }
  .vip-grid article { border-bottom: 1px solid var(--line); }
  .vip-grid article:nth-child(2) { border-right: 0; }
  .intro-box p br.desktop { display: none; }
  .intro-box p { font-size: 15px; line-height: 21px; }
  .steps { width: 100%; }
  .step { grid-template-columns: 55px 1fr; }
  .step p { font-size: 13px; line-height: 18px; }
  .photo-collage { height: 310px; }
  .hero-photo { width: 65%; left: 17%; }
  .shirt { width: 26%; left: 3%; top: -15px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .contribution-row { grid-template-columns: 38px 1fr; }
  .description { grid-column: 2; border-top: 1px solid var(--line); border-right: 0; }
  .action { border-right: 0; }
  .standards div { grid-template-columns: 125px 1fr; }
  .standards span, .standards b { font-size: 13px; }
  .contact-box { grid-template-columns: 1fr; gap: 20px; }
  .footer-logo { margin-top: 70px; }
}

@media print {
  body { background: white; }
  .page { margin: 0; page-break-after: always; }
  .page:last-child { page-break-after: auto; }
}
