.custom-footer .social_media_sec {
  display: none !important;
}

.custom-footer .middle-content {
  display: none !important;
}

.custom-footer .details_sec {
  display: none !important;
}

.button-main.footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-container {
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Badge */
.top-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FFFFFF;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(32, 41, 58, 0.06);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #20293A;
  margin-bottom: 6px;
}

.badge-icon {
  width: 16px;
  height: 16px;
  color: #3784C2;
}

/* Header */
.header-section {
  text-align: center;
  margin-bottom: 8px;
}

.main-headline {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #20293A;
  margin: 0 0 8px 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4E586A;
  margin: 0;
  line-height: 1.5;
}

/* Cost Cards */
.cost-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(32, 41, 58, 0.04), 0 1px 3px rgba(32, 41, 58, 0.02);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cost-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(32, 41, 58, 0.08), 0 2px 6px rgba(32, 41, 58, 0.04);
}

.icon-tile {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-tile.blue {
  background: rgba(55, 132, 194, 0.08);
}

.icon-tile.purple {
  background: rgba(137, 71, 226, 0.08);
}

.icon-tile.orange {
  background: rgba(205, 123, 46, 0.08);
}

.icon-tile.green {
  background: rgba(93, 171, 137, 0.08);
}

.icon-tile svg {
  width: 22px;
  height: 22px;
}

.icon-tile.blue svg {
  color: #3784C2;
}

.icon-tile.purple svg {
  color: #8947E2;
}

.icon-tile.orange svg {
  color: #CD7B2E;
}

.icon-tile.green svg {
  color: #5DAB89;
}

.cost-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cost-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #20293A;
  margin: 0;
  line-height: 1.3;
}

.cost-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4E586A;
  margin: 0;
  line-height: 1.4;
}

.cost-amount {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.cost-amount.blue {
  color: #3784C2;
}

.cost-amount.purple {
  color: #8947E2;
}

.cost-amount.orange {
  color: #CD7B2E;
}

.cost-amount.green {
  color: #5DAB89;
}

/* Payment Section */
.payment-section {
  width: 100%;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(32, 41, 58, 0.04), 0 1px 3px rgba(32, 41, 58, 0.02);
}

.payment-header {
  text-align: center;
  margin-bottom: 18px;
}

.payment-title {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #20293A;
  margin: 0 0 6px 0;
  letter-spacing: -0.01em;
}

.payment-helper {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4E586A;
  margin: 0;
}

.payment-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.payment-option {
  background: #FFFFFF;
  border: 2px solid #B7CCE5;
  border-radius: 14px;
  padding: 20px 18px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  position: relative;
}

.payment-option:hover {
  border-color: #3784C2;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(55, 132, 194, 0.12);
}

.payment-option.selected {
  border-color: #5DAB89;
  border-width: 3px;
  padding: 19px 17px;
  background: rgba(93, 171, 137, 0.02);
  box-shadow: 0 6px 18px rgba(93, 171, 137, 0.15);
}

.payment-option-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #20293A;
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}

.payment-option-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4E586A;
  margin: 0;
  line-height: 1.5;
}

.checkmark {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5DAB89;
  display: none;
  align-items: center;
  justify-content: center;
  color: white;
}

.payment-option.selected .checkmark {
  display: flex;
}

/* Total Display */
.total-display {
  width: 100%;
  background: #BF9F66;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(191, 159, 102, 0.3);
  text-align: center;
  color: white;
  display: none;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.total-display::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  animation: shimmer 3s infinite;
}

@keyframes shimmer {

  0%,
  100% {
    transform: translate(-25%, -25%);
  }

  50% {
    transform: translate(25%, 25%);
  }
}

.total-display.visible {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.total-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  opacity: 0.95;
  margin: 0 0 6px 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.total-amount {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.total-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Discount Button */
.discount-button-wrapper {
  width: 100%;
  display: none;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.discount-button-wrapper.visible {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.discount-button {
  width: 100%;
  background: #BF2726;
  border: none;
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(191, 39, 38, 0.3);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.discount-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.discount-button:hover::before {
  left: 100%;
}

.discount-button:hover {
  background: #D63534;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(191, 39, 38, 0.4);
}

.discount-button:active {
  transform: translateY(0px);
}

.discount-button-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.discount-button-label {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

/* Discount Note */
.discount-note {
  width: 100%;
  background: rgba(55, 132, 194, 0.08);
  border-left: 3px solid #3784C2;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.note-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: #3784C2;
  flex-shrink: 0;
  margin-top: 2px;
}

.note-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #20293A;
  margin: 0;
  line-height: 1.6;
}

.note-text strong {
  font-weight: 600;
  color: #3784C2;
}

@media (max-width: 640px) {
  .main-headline {
    font-size: 28px;
  }

  .subtitle {
    font-size: 15px;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .cost-card {
    padding: 18px 20px;
  }

  .page-wrapper {
    padding: 24px 16px 32px;
  }
}

@view-transition {
  navigation: auto;
}