
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Arial, sans-serif; color: #333; }

@media print { .no-print { display: none !important; } }

/* Hero */
.hf-hero { position: relative; line-height: 0; }
.hf-hero img { width: 100%; display: block; }
.hf-hero-cta { position: absolute; bottom: 3%; left: 50%; transform: translateX(-50%); width: 38%; height: 7%; z-index: 2; cursor: pointer; }

/* Main layout */
.hf-main { max-width: 900px; margin: 0 auto; padding: 2.5rem 2rem 1rem; }

/* Form column */
.hf-form-col { width: 100%; }
.hf-form-card { background: #fff; border: 1px solid #ccc; padding: 2rem 1.8rem; }
.hf-form-card h2 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.8rem; font-weight: 700; text-transform: uppercase; text-align: center; color: #1a1a1a; margin: 0 0 0.2rem; letter-spacing: 1px; }
.hf-form-subtitle { text-align: center; font-size: 0.85rem; color: #555; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 1.5rem; font-weight: 600; }
.hf-attendee-profile-notice { margin: 0 0 1.35rem; padding: 0.9rem 1rem; color: #594743; background: #faf4f2; border: 1px solid #ead7d2; border-left: 4px solid #8B1A1A; border-radius: 3px; font-size: 0.84rem; line-height: 1.55; }

/* Form fields */
.hf-field { margin-top: 0.8rem; }
.hf-field label { display: block; font-size: 0.8rem; font-weight: 700; color: #333; text-transform: uppercase; margin-bottom: 4px; }
.hf-field label .req { color: #cc0000; }
.hf-field input, .hf-field select, .hf-field textarea { width: 100%; padding: 10px 12px; font-size: 1rem; border: 1px solid #bbb; border-radius: 3px; background-color: #fff; font-family: 'Segoe UI', Arial, sans-serif; transition: border-color 0.2s; }
.hf-field input:focus, .hf-field select:focus, .hf-field textarea:focus { border-color: #8B1A1A; outline: none; }
.hf-field textarea { resize: vertical; line-height: 1.45; }
.hf-word-count { margin-top: 4px; color: #666; font-size: 0.75rem; text-align: right; }
.hf-word-count.is-over-limit { color: #cc0000; font-weight: 700; }
.hf-select-option-buttons { display: flex; gap: 1rem; }
.hf-select-option-btn { flex: 1; padding: 12px 16px; font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #8B1A1A; background-color: #fff; border: 2px solid #8B1A1A; border-radius: 3px; cursor: pointer; font-family: 'Segoe UI', Arial, sans-serif; transition: background-color 0.2s, color 0.2s; }
.hf-select-option-btn:hover { background-color: #f7ece9; }
.hf-select-option-btn.is-active { background-color: #8B1A1A; color: #fff; }
.hf-field-row { display: flex; gap: 1rem; }
.hf-field-row .hf-field { flex: 1; }
#usAddressFields[hidden], #canadaAddressFields[hidden], #address2Required[hidden], #SuffixCustom[hidden] { display: none; }
#SuffixCustom { margin-top: 0.5rem; }
.hf-section-divider { width: 100%; height: 0; margin: 1.5rem 0; border: 0; border-top: 1px solid #e2d8d5; }
.hf-due-today-summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; padding: 0.9rem 1rem; color: #701616; background: #f8efed; border: 1px solid #dcbcb5; border-left: 4px solid #8B1A1A; border-radius: 4px; }
.hf-due-today-summary span { font-size: 0.72rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.hf-due-today-summary strong { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.35rem; font-weight: 800; }
.hf-payment-error { display: none; margin-top: 1rem; padding: 0.9rem 1rem; color: #7a1820; background: #fff1f2; border: 1px solid #e7aeb3; border-left: 4px solid #b4232d; border-radius: 4px; font-size: 0.88rem; line-height: 1.45; }
.hf-payment-error.is-visible { display: block; }
.hf-payment-error strong { font-weight: 800; }
.hf-discount-field { margin: 0 0 1.75rem; }
.hf-label-optional { color: #777; font-size: 0.72rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.hf-discount-control { position: relative; }
.hf-discount-control input { padding-right: 2.5rem; text-transform: uppercase; }
.hf-discount-control input.is-valid { border-color: #1f8a55; }
.hf-discount-control input.is-invalid { border-color: #b4232d; }
.hf-discount-status { position: absolute; top: 50%; right: 0.85rem; transform: translateY(-50%); font-size: 1rem; font-weight: 900; }
.hf-discount-status.is-valid { color: #1f8a55; }
.hf-discount-status.is-invalid { color: #b4232d; }
.hf-discount-feedback { min-height: 1.1rem; margin-top: 0.35rem; color: #666; font-size: 0.78rem; }
.hf-discount-feedback.is-valid { color: #1f8a55; }
.hf-discount-feedback.is-invalid { color: #b4232d; }
@media (min-width: 851px) {
    .hf-name-row { display: grid; grid-template-columns: minmax(105px, 1.1fr) minmax(0, 2fr) minmax(0, 2fr) minmax(105px, 1.2fr); gap: 1rem; align-items: end; }
    .hf-regional-address-row { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 2fr); gap: 1rem; align-items: end; }
    .hf-contact-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: end; }
}


/* Submit */
.hf-submit-wrap { margin-top: 1.5rem; }
.hf-btn-submit { display: block; width: 100%; padding: 14px 20px; background-color: #8B1A1A; color: #fff; font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; border: none; border-radius: 3px; cursor: pointer; font-family: Georgia, 'Times New Roman', Times, serif; transition: background-color 0.2s; }
.hf-btn-submit:hover { background-color: #6B0F0F; }
.hf-security { text-align: center; font-size: 0.78rem; color: #888; margin-top: 0.8rem; }
.hf-security i { margin-right: 4px; }
.hf-form-error { color: #cc0000; font-size: 0.85rem; text-align: center; margin-top: 1rem; }
.hf-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }

/* Info column */
.hf-info-col { margin-bottom: 2rem; }
.hf-pricing-hero { position: relative; overflow: hidden; padding: 2.2rem; color: #fff; background: linear-gradient(135deg, #2a0d0d 0%, #6b1515 58%, #8b1a1a 100%); border-radius: 6px; box-shadow: 0 10px 28px rgba(59, 12, 12, 0.18); }
.hf-pricing-hero::after { content: ''; position: absolute; width: 260px; height: 260px; right: -110px; top: -150px; border: 45px solid rgba(255,255,255,0.06); border-radius: 50%; pointer-events: none; }
.hf-pricing-eyebrow { position: relative; z-index: 1; margin-bottom: 0.45rem; color: #f0c789; font-size: 0.76rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.hf-pricing-hero h2 { position: relative; z-index: 1; margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2.5rem; line-height: 1.08; text-transform: uppercase; letter-spacing: 1px; }
.hf-pricing-intro { position: relative; z-index: 1; max-width: 620px; margin: 0.65rem 0 1.6rem; color: rgba(255,255,255,0.82); font-size: 1rem; line-height: 1.55; }
.hf-pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.5fr); gap: 1rem; align-items: stretch; }
.hf-pricing-rate { display: flex; flex-direction: column; justify-content: center; padding: 1.25rem 1.4rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 5px; backdrop-filter: blur(2px); }
.hf-pricing-rate-label { color: #f0c789; font-size: 0.72rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.hf-pricing-amount { margin-top: 0.15rem; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2.5rem; font-weight: 800; line-height: 1; }
.hf-pricing-per { margin-top: 0.3rem; color: rgba(255,255,255,0.72); font-size: 0.82rem; }
.hf-pricing-discount { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 1.4rem; color: #33240f; background: linear-gradient(135deg, #fff9e9, #f7e2b4); border-left: 4px solid #d99a2b; border-radius: 5px; }
.hf-pricing-discount-icon { display: flex; flex: 0 0 38px; width: 38px; height: 38px; align-items: center; justify-content: center; color: #8b1a1a; background: #fff; border-radius: 50%; box-shadow: 0 2px 8px rgba(80,45,0,0.12); }
.hf-pricing-discount strong { display: block; margin-bottom: 0.25rem; color: #701616; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.05rem; }
.hf-pricing-discount p { margin: 0 0 0.35rem; font-size: 0.84rem; line-height: 1.45; }
.hf-pricing-discount span { color: #6b4712; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.4px; }
.hf-impact-heading { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2.4rem; font-weight: 800; color: #8B1A1A; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 0.3rem; line-height: 1.15; }
.hf-impact-heading.span { font-size: 2.9rem; }
.hf-impact-line { width: 100%; height: 3px; background-color: #8B1A1A; margin-bottom: 1rem; }
.hf-info-desc { font-size: 1rem; color: #444; line-height: 1.6; margin-bottom: 1.2rem; }
.hf-benefits { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.hf-benefits li { font-size: 0.95rem; font-weight: 700; text-transform: uppercase; color: #333; padding: 0.35rem 0; display: flex; align-items: center; gap: 10px; }
.hf-benefits li i { color: #C41E3A; font-size: 1rem; flex-shrink: 0; }

/* Payment options */
.hf-payment-options { margin: 1.5rem 0 1.25rem; padding-top: 1.35rem; border-top: 1px solid #e2d8d5; }
.hf-payment-options-label { font-size: 0.78rem; font-weight: 800; color: #333; text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 0.7rem; }
.hf-payment-options-buttons { display: flex; gap: 1rem; }
.hf-payment-option-btn { flex: 1; min-height: 50px; padding: 12px 16px; font-size: 0.95rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: #8B1A1A; background-color: #fff; border: 2px solid #8B1A1A; border-radius: 4px; cursor: pointer; font-family: 'Segoe UI', Arial, sans-serif; transition: background-color 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s; }
.hf-payment-option-btn:hover { background-color: #f7ece9; box-shadow: 0 3px 10px rgba(139,26,26,0.12); transform: translateY(-1px); }
.hf-payment-option-btn.is-active { background-color: #981d20; color: #fff; box-shadow: 0 4px 12px rgba(139,26,26,0.2); }
.hf-payment-option-btn.is-disabled { opacity: 0.5; cursor: not-allowed; }
.hf-payment-option-btn.is-disabled:hover { background-color: #fff; }
.hf-form-card .hf-payment-option-detail { margin-top: 1rem; padding: 0; color: #3f3533; background: transparent; border: 0; font-size: 0.88rem; line-height: 1.45; }
.hf-form-card .hf-payment-option-detail p { margin: 0; padding: 1rem 1.15rem; background: linear-gradient(135deg, #fbf5f3, #f5e9e6); border: 1px solid #ead6d1; border-left: 4px solid #8B1A1A; border-radius: 4px; font-weight: 600; }
.hf-form-card .hf-payment-option-detail p:last-child { margin-bottom: 0; }
.hf-form-card .hf-payment-option-detail .hf-installment-note { margin: 0 0 0.75rem; padding: 0; color: #5f5552; background: transparent; border: 0; font-size: 0.82rem; font-weight: 500; }
.hf-payment-option-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.65rem; margin: 0; padding: 0; list-style: none; }
.hf-payment-option-list li { position: relative; min-height: 74px; padding: 1.8rem 0.85rem 0.75rem; background: #fbf8f7; border: 1px solid #eadeda; border-radius: 4px; font-weight: 400; line-height: 1.35; }
.hf-payment-amount { font-weight: 800; }
.hf-payment-timing { display: block; margin-top: 0.1rem; font-weight: 400; }
.hf-payment-option-list li::before { content: 'Payment'; position: absolute; top: 0.65rem; left: 0.85rem; color: #9a6b63; font-size: 0.62rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.hf-payment-option-list li:first-child { background: #f8efed; border-color: #dcbcb5; }
.hf-payment-option-list li:first-child::before { content: 'Due today'; color: #8B1A1A; }
.hf-payment-option-list li:last-child { grid-column: 1 / -1; min-height: 0; padding: 0.85rem 1rem; color: #fff; background: linear-gradient(135deg, #641313, #981d20); border: 0; font-size: 1rem; font-weight: 800; text-align: right; }
.hf-payment-option-list li:last-child::before { content: 'Registration total'; position: static; float: left; color: rgba(255,255,255,0.74); font-size: 0.68rem; line-height: 1.5rem; }
/* .hf-groupshot { width: 100%; display: block; margin-top: 0.5rem; } */
.hf-groupshot { display: none; }

/* Speakers */
.hf-speakers { text-align: center; padding: 2rem 2rem 1rem; max-width: 1100px; margin: 0 auto; }
.hf-speakers-heading { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.hf-speakers-heading::before, .hf-speakers-heading::after { content: ''; flex: 1; height: 3px; background-color: #8B1A1A; }
.hf-speakers-heading h2 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.8rem; font-weight: 800; text-transform: uppercase; color: #1a1a1a; white-space: nowrap; letter-spacing: 1px; margin: 0; }
.hf-speakers-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 1.2rem; }
.hf-speakers-grid.two { margin-top: 1.2rem; }
.hf-speaker { flex: 1 1 0; min-width: 0; max-width: 140px; text-align: center; }
.hf-speaker img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; border-radius: 10px; border: 2px solid #e0e0e0; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: box-shadow 0.2s, border-color 0.2s; }
.hf-speaker img:hover { box-shadow: 0 4px 16px rgba(139,26,26,0.25); border-color: #8B1A1A; }
.hf-speaker-name { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; color: #1a1a1a; margin-top: 0.5rem; line-height: 1.3; letter-spacing: 0.5px; }
.hf-more { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.1rem; font-weight: 800; color: #8B1A1A; text-transform: uppercase; margin-top: 1rem; }

/* Footer */
.hf-footer { background: linear-gradient(135deg, #1a1a1a 0%, #1a1a1a 50%, #4a1515 100%); color: #fff; padding: 2rem; margin-top: 1.5rem; text-transform: uppercase;}
.hf-footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }
.hf-footer-left h3, .hf-footer-right h3 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.2rem; font-weight: 800; text-transform: uppercase; margin: 0 0 0.5rem; letter-spacing: 1px; }
.hf-footer-left p { font-size: 0.85rem; color: #ccc; margin: 0.25rem 0; line-height: 1.5; }
.hf-footer-left a { color: #C41E3A; text-decoration: none; font-weight: 700; }
.hf-footer-left a:hover { text-decoration: underline; }
.hf-footer-right { text-align: right; }
.hf-social { display: flex; justify-content: flex-end; gap: 10px; margin-top: 0.5rem; }
.hf-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; text-decoration: none; transition: background 0.2s; }
.hf-social a:hover { background: #8B1A1A; }

/* Failure */
.hf-submit-failed { background: #f5f5f5; text-align: center; padding: 5rem 2rem; }
.hf-submit-failed-inner { max-width: 560px; margin: 0 auto; }
.hf-submit-failed-icon { font-size: 3rem; color: #cc0000; margin-bottom: 1rem; }
.hf-submit-failed-inner h1 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2rem; font-weight: 800; color: #1a1a1a; margin: 0 0 0.75rem; }
.hf-submit-failed-inner p { font-size: 1rem; color: #555; line-height: 1.6; margin-bottom: 1.75rem; }
.hf-submit-failed-inner a { display: inline-block; padding: 12px 28px; background: #8B1A1A; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-weight: 800; font-size: 1rem; text-decoration: none; border-radius: 3px; letter-spacing: 1px; text-transform: uppercase; transition: background-color 0.2s; }
.hf-submit-failed-inner a:hover { background: #6B0F0F; }

/* Success */
.hf-success { font-family: 'Segoe UI', Arial, sans-serif; background: #f5f5f5; padding-bottom: 2rem !important;}
.hf-form-error ul { list-style: none; padding: 0; margin: 0; }
.hf-success-header { background-color: #8B1A1A; padding: 3rem 2rem 6rem; text-align: center; color: #fff; }
.hf-success-check { width: 80px; height: 80px; border-radius: 50%; background: #fff; border: 4px solid #22c55e; display: flex; align-items: center; justify-content: center; font-size: 36px; color: #22c55e; margin: 0 auto 1rem; }
.hf-success-header h1 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 2.2rem; font-weight: 800; margin: 0 0 0.5rem; color: #fff; }
.hf-success-header p { font-size: 1.05rem; opacity: 0.9; margin: 0; }
.hf-success-card { background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.1); max-width: 700px; margin: -3rem auto 2rem; padding: 2.5rem; }
.hf-success-details h3 { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.1rem; font-weight: 700; color: #8B1A1A; margin: 0 0 0.8rem; text-transform: uppercase; }
.hf-success-details p { color: #555; font-size: 0.95rem; line-height: 1.9; margin: 0; }
.hf-success-guests { color: #22c55e; font-weight: 700; }
.hf-success-divider { height: 1px; background: #e0e0e0; margin: 1.5rem 0; }
.hf-success-info { display: flex; flex-direction: column; gap: 1rem; }
.hf-success-info-item { display: flex; align-items: flex-start; gap: 14px; }
.hf-success-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-top: 2px; }
.hf-success-icon.red { background: #fce8ea; color: #8B1A1A; }
.hf-success-icon.amber { background: #fff8e1; color: #d97706; }
.hf-success-icon.green { background: #e6f4ef; color: #1fa36e; }
.hf-success-info-item p { color: #555; font-size: 0.93rem; line-height: 1.6; padding-top: 6px; margin: 0; }
.hf-success-info-item a { color: #8B1A1A; font-weight: 600; text-decoration: none; font-size: 0.93rem; padding-top: 8px; display: inline-block; }
.hf-success-info-item a:hover { text-decoration: underline; }
.hf-success-social { text-align: center; max-width: 700px; margin: 0 auto; padding: 0 1rem 2rem; }
.hf-success-social-links { display: flex; justify-content: center; gap: 12px; }
.hf-success-social-links a { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; text-decoration: none; color: #fff; transition: opacity 0.2s; }
.hf-success-social-links a:hover { opacity: 0.85; }
.hf-success-social-links a.fb { background: #1877f2; }
.hf-success-social-links a.ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.hf-success-social-links a.yt { background: #FF0033; }
.hf-success-social-links a.tw { background: #1a1a1a; }

/* Responsive */
@media (max-width: 850px) {
    .hf-main { flex-direction: column; padding: 1.5rem 1rem; gap: 2rem; }
    .hf-form-col { flex: none; max-width: 100%; width: 100%; }
    .hf-payment-option-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hf-pricing-grid { grid-template-columns: 1fr; }
    .hf-pricing-rate { min-height: 150px; }
    .hf-impact-heading { font-size: 1.8rem; }
    .hf-speakers-grid, .hf-speakers-grid.two { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
    .hf-speaker { max-width: none; }
    .hf-speakers-grid.two { margin-top: 0.8rem; }
    .hf-footer-inner { flex-direction: column; text-align: center; align-items: center; }
    .hf-footer-left, .hf-footer-right { text-align: center; }
    .hf-social { justify-content: center; }
}
@media (max-width: 600px) {
    .hf-form-card { padding: 1.5rem 1.2rem; }
    .hf-form-card h2 { font-size: 1.4rem; }
    .hf-payment-options { margin-top: 1.25rem; margin-bottom: 1.8rem; padding-top: 1.15rem; }
    .hf-payment-options-buttons { flex-direction: column; gap: 0.65rem; }
    .hf-payment-option-btn { min-height: 46px; }
    .hf-pricing-hero { padding: 1.5rem 1.2rem; }
    .hf-pricing-hero h2 { font-size: 1.8rem; }
    .hf-pricing-eyebrow { font-size: 0.68rem; letter-spacing: 1.4px; }
    .hf-pricing-intro { margin-bottom: 1.2rem; font-size: 0.92rem; }
    .hf-pricing-rate { min-height: 0; padding: 1.1rem 1.2rem; }
    .hf-pricing-discount { padding: 1.1rem; }
    .hf-pricing-amount { font-size: 2.2rem; }
    .hf-impact-heading { font-size: 1.5rem; }
    .hf-speaker-name { font-size: 0.65rem; }
    .hf-speaker img { border-radius: 8px; }
    .hf-speakers-heading h2 { font-size: 1.3rem; }
    .hf-success-header h1 { font-size: 1.6rem; }
    .hf-success-card { padding: 1.5rem; margin-left: 1rem; margin-right: 1rem; }
}
@media (max-width: 420px) {
    .hf-main { padding-right: 0.75rem; padding-left: 0.75rem; }
    .hf-payment-option-list { grid-template-columns: 1fr; }
    .hf-payment-option-list li:last-child { text-align: left; }
    .hf-payment-option-list li:last-child::before { display: block; float: none; margin-bottom: 0.2rem; line-height: 1.2; }
    .hf-pricing-hero { padding: 1.3rem 1rem; }
    .hf-pricing-hero h2 { font-size: 1.55rem; }
    .hf-pricing-discount { flex-direction: column; gap: 0.7rem; }
    .hf-pricing-discount-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .hf-pricing-discount span { font-size: 0.7rem; }
}
