body {
  margin: 0;
  background: #f9fafb;
  font-family: Inter, Arial, "Helvetica Neue", sans-serif;
  color: #434951;
  -webkit-font-smoothing: antialiased;
}

.page {
  padding: 32px 16px;
  background: #f9fafb;
}

.wrap {
  max-width: 896px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.header {
  background: #434951;
  color: #fff;
  text-align: center;
  padding: 32px;
}

.headline {
  margin: 0 0 5px 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.brand {
  margin: 0 0 12px 0;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sub {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  opacity: 0.9;
}

.content {
  padding: 32px;
}

.space {
  margin-bottom: 24px;
}

.notice {
  background: #fef0ec;
  border-left: 4px solid #f15923;
  border-radius: 4px;
  padding: 20px;
}

.notice h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #434951;
}

.notice p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #434951;
}

.card {
  background: #f9fafb;
  border-radius: 8px;
  padding: 24px;
}

.section-title {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #434951;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lead {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: #434951;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 24px;
  color: #434951;
}

.dark {
  background: #434951;
  color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.dark h3 {
  margin: 0 0 16px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.next-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.finger {
  font-size: 24px;
  line-height: 1;
  color: #f15923;
}

.datebox {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 16px 0;
}

.datebox p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.note {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.benefit {
  border: 2px solid #434951;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.benefit.orange {
  border-color: #f15923;
  background: #fff7f4;
}

.benefit h3 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #434951;
  display: flex;
  align-items: center;
  gap: 8px;
}

.until {
  margin: 0 0 12px 0;
  color: #f15923;
  font-size: 14px;
  line-height: 20px;
}

.benefit li {
  display: block;
  margin: 0 0 12px 0;
}

.row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}

.strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #434951;
}

.small {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 28px;
  color: #4b5563;
}

.small.orange-text {
  color: #f15923;
}

.conclusion {
  background: #fef0ec;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin-bottom: 24px;
}

.conclusion p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #434951;
}

.cta {
  background: #434951;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 32px;
}

.cta h3 {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f15923;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin: 0 0 16px 0;
  transition: all 0.3s ease;
}

.button:hover {
  background: #d63d16;
  transform: translateY(-2px);
  box-shadow:
    0 14px 20px -5px rgba(0, 0, 0, 0.15),
    0 6px 10px -6px rgba(0, 0, 0, 0.15);
}

.ctatext {
  max-width: 672px;
  margin: 8px auto 0 auto;
  text-align: left;
}

.ctatext p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.ctatext .item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.ico {
  width: 24px;
  height: 24px;
  stroke: #f15923;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.ico-sm {
  width: 20px;
  height: 20px;
}

.ico-lg {
  width: 28px;
  height: 28px;
}

.next-arrow {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
  margin-left: 8px;
  transform: rotate(90deg);
  display: inline-block;
}

.button-ico {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

a {
  color: inherit;
  text-decoration: underline;
}

.logo-bottom {
  text-align: center;
  padding: 16px 32px 32px 32px;
  margin-top: 0;
}

.logo-bottom img {
  max-width: 300px;
  height: auto;
}

@media (max-width: 720px) {
  .cols {
    grid-template-columns: 1fr;
  }

  .headline {
    font-size: 26px;
    line-height: 32px;
  }

  .content {
    padding: 24px;
  }

  .button {
    font-size: 18px;
    padding: 14px 22px;
  }
}
