/* Reset & Base */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: none;
}

/* ========== TOP BANNER ========== */
.top-banner {
  background: #860000;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.top-banner p {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 2px;
  word-spacing: 4px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

/* ========== HERO SECTION ========== */
.hero {
  position: relative;
  background: #000;
  padding: 90px 20px 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-bg-left {
  position: absolute;
  top: 0;
  left: -344px;
  width: 1039px;
  height: 1027px;
  opacity: 0.6;
  border-radius: 3px;
  overflow: hidden;
}

.hero-bg-left img {
  position: absolute;
  width: 123%;
  height: 220%;
  top: -32%;
  left: -11%;
  object-fit: cover;
}

.hero-bg-left-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 45%, #000 100%);
  border-radius: 3px;
}

.hero-bg-right {
  position: absolute;
  top: -20px;
  right: -350px;
  width: 910px;
  height: 1081px;
  opacity: 0.5;
  border-radius: 3px;
  overflow: hidden;
}

.hero-bg-right img {
  position: absolute;
  width: 127%;
  height: 107%;
  top: -4%;
  left: -13%;
  object-fit: cover;
}

.hero-bg-right-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 24%, #000 100%);
  border-radius: 3px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1214px;
  text-align: center;
}

.hero-title {
  font-size: 57.5px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -2.88px;
  margin-bottom: 60px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title strong {
  font-weight: 700;
}

.hero-title u {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.hero-text {
  font-size: 29.5px;
  font-weight: 400;
  line-height: 1.46;
  letter-spacing: -1.48px;
  text-align: center;
  max-width: 1214px;
}

.hero-text p {
  margin-bottom: 24px;
}

.hero-text p:last-child {
  margin-bottom: 0;
}

.hero-text strong {
  font-weight: 700;
}

.hero-text u {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

/* ========== OFFER SECTION (White) ========== */
.offer-section {
  background: #fff;
  color: #000;
  padding: 100px 20px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.offer-title {
  font-size: 57.5px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: -2.88px;
  margin-bottom: 40px;
}

.offer-text {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: -1.76px;
  max-width: 1082px;
  margin-bottom: 60px;
}

.offer-text p {
  margin-bottom: 16px;
}

.offer-text strong {
  font-weight: 700;
}

.offer-text u {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

/* ========== PRICING CARD ========== */
.pricing-card {
  position: relative;
  width: 100%;
  max-width: 1153px;
  background: #eaeaea;
  border: 1px solid #a2a2a2;
  border-radius: 61px;
  padding: 70px 80px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-card-title {
  font-size: 37.8px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -1.89px;
  max-width: 597px;
  margin-bottom: 16px;
}

.pricing-card-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  max-width: 722px;
  margin-bottom: 50px;
}

.pricing-card-subtitle strong {
  font-weight: 700;
}

.pricing-original {
  font-size: 40.2px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -1.76px;
  margin-bottom: 12px;
}

.price-old {
  color: #e40000;
  text-decoration: line-through;
  text-decoration-skip-ink: none;
}

.pricing-label {
  font-size: 40.2px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -1.76px;
  margin-bottom: 16px;
}

.pricing-value {
  font-size: 127px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -6.35px;
  margin-bottom: 12px;
}

.pricing-prefix {
  color: #000;
}

.pricing-amount {
  color: #00a800;
}

.pricing-cash {
  font-size: 40.2px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -1.76px;
  margin-bottom: 40px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 873px;
  max-width: 100%;
  height: 99px;
  background: #00a800;
  border-radius: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.76px;
  line-height: 1.47;
  margin-bottom: 16px;
  transition: opacity 0.2s;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 742px;
  max-width: 100%;
  height: 84px;
  background: #e40000;
  border-radius: 8.5px;
  color: #fff;
  font-size: 29.7px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.47;
  transition: opacity 0.2s;
}

.btn-secondary:hover {
  opacity: 0.9;
}

/* ========== PAYMENT SECTION ========== */
.payment-section {
  background: #fff;
  padding: 100px 20px 120px;
  display: flex;
  justify-content: center;
}

.payment-card {
  width: 100%;
  max-width: 1153px;
  background: #2a2a2a;
  border-radius: 61px;
  padding: 80px 80px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.payment-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -2.37px;
  margin-bottom: 40px;
}

.payment-text {
  font-size: 40.2px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -1.76px;
  align-self: flex-start;
  margin-bottom: 50px;
}

.payment-text p {
  margin-bottom: 24px;
}

.payment-text p:last-child {
  margin-bottom: 0;
}

.btn-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 873px;
  max-width: 100%;
  height: 99px;
  background: #00a800;
  border-radius: 10px;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -1.76px;
  line-height: 1.47;
  transition: opacity 0.2s;
}

.btn-payment:hover {
  opacity: 0.9;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1200px) {
  .top-banner p {
    font-size: 28px;
    letter-spacing: 2px;
    word-spacing: 4px;
    white-space: normal;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-text {
    font-size: 22px;
  }

  .offer-title {
    font-size: 40px;
  }

  .offer-text {
    font-size: 22px;
  }

  .pricing-value {
    font-size: 80px;
  }

  .pricing-card {
    padding: 50px 40px 60px;
    border-radius: 40px;
  }

  .payment-card {
    padding: 50px 40px 50px;
    border-radius: 40px;
  }

  .payment-title {
    font-size: 38px;
  }

  .payment-text {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .top-banner {
    height: auto;
    padding: 12px 16px;
  }

  .top-banner p {
    font-size: 18px;
    letter-spacing: 1.5px;
    word-spacing: 3px;
    white-space: normal;
    line-height: 1.3;
  }

  .hero {
    padding: 50px 16px 50px;
  }

  .hero-bg-left,
  .hero-bg-right {
    display: none;
  }

  .hero-title {
    font-size: 28px;
    letter-spacing: -1.4px;
    margin-bottom: 30px;
  }

  .hero-text {
    font-size: 17px;
    letter-spacing: -0.8px;
  }

  .offer-section {
    padding: 60px 16px 80px;
  }

  .offer-title {
    font-size: 28px;
    letter-spacing: -1.4px;
    margin-bottom: 24px;
  }

  .offer-text {
    font-size: 17px;
    letter-spacing: -0.8px;
    margin-bottom: 40px;
  }

  .pricing-card {
    padding: 40px 24px 50px;
    border-radius: 30px;
  }

  .pricing-card-title {
    font-size: 24px;
    letter-spacing: -1.2px;
  }

  .pricing-card-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .pricing-original {
    font-size: 24px;
  }

  .pricing-label {
    font-size: 24px;
  }

  .pricing-value {
    font-size: 50px;
    letter-spacing: -2.5px;
  }

  .pricing-cash {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .btn-primary {
    width: 100%;
    height: 70px;
    font-size: 20px;
    border-radius: 8px;
  }

  .btn-secondary {
    width: 100%;
    height: 60px;
    font-size: 17px;
    border-radius: 6px;
  }

  .payment-section {
    padding: 0 16px 80px;
  }

  .payment-card {
    padding: 40px 24px 40px;
    border-radius: 30px;
  }

  .payment-title {
    font-size: 26px;
    letter-spacing: -1.3px;
  }

  .payment-text {
    font-size: 20px;
  }

  .btn-payment {
    width: 100%;
    height: 70px;
    font-size: 20px;
    border-radius: 8px;
  }
}
