*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #ffffff;
  color: #16181d;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17.5px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 56px 24px 110px;
}

h1 {
  margin: 0 0 34px;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: -0.025em;
}

h2 {
  margin: 52px 0 18px;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h3 {
  margin: 36px 0 14px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

p { margin: 0 0 22px; }

strong { font-weight: 700; }

a { color: #16181d; }

hr {
  border: 0;
  border-top: 1px solid #e7e8ea;
  margin: 44px 0;
}

.banner {
  margin: 0 0 34px;
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.play {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 15px 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffc247 0%, #f39c12 100%);
  color: #16181d;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.play:hover { background: linear-gradient(180deg, #ffcf6b 0%, #f7ab2b 100%); }

ol, ul { margin: 0 0 22px; padding-left: 24px; }

li { margin-bottom: 8px; }

.table-scroll {
  overflow-x: auto;
  margin: 0 0 26px;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  line-height: 1.6;
}

th, td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ececee;
}

thead th {
  background: #f6f7f9;
  font-weight: 700;
  white-space: nowrap;
}

tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }

.faq p { margin-bottom: 26px; }

@media (max-width: 640px) {
  body { font-size: 16.5px; }
  .wrap { padding: 36px 18px 72px; }
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  .play { padding: 12px 32px; font-size: 15px; bottom: 16px; }
  th, td { padding: 10px 12px; }
}
