
*, *::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; }

/* Video feature */
.hf-video-feature { padding: 2.75rem 1.5rem; color: #fff; background: linear-gradient(135deg, #27100f, #681616); }
.hf-video-feature-inner { display: grid; grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr); gap: 2rem; max-width: 1100px; margin: 0 auto; align-items: center; }
.hf-video-copy { padding: 0.5rem 0; }
.hf-video-eyebrow { margin: 0 0 0.45rem; color: #e7b77b; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.hf-video-copy h1 { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', Times, serif; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.12; }
.hf-video-copy > p:not(.hf-video-eyebrow) { margin: 0.9rem 0 1.25rem; color: rgba(255,255,255,0.78); font-size: 0.92rem; line-height: 1.6; }
.hf-video-copy > a { display: inline-flex; padding: 0.7rem 1rem; color: #6d1415; background: #fff; border-radius: 3px; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.hf-video-copy > a:hover { color: #fff; background: #8b1a1a; }
.hf-video-stage { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: #100a09; border: 1px solid rgba(255,255,255,0.16); border-radius: 7px; box-shadow: 0 14px 35px rgba(0,0,0,0.3); }
.hf-video-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hf-video-placeholder { position: absolute; inset: 0; display: flex; padding: 1.5rem; align-items: center; justify-content: center; flex-direction: column; gap: 0.5rem; text-align: center; background: radial-gradient(circle at 50% 40%, #54201e, #160b0a 72%); }
.hf-video-placeholder strong { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1.3rem; }
.hf-video-placeholder > span:last-child { color: rgba(255,255,255,0.62); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hf-video-play { display: flex; width: 58px; height: 58px; margin-bottom: 0.35rem; padding-left: 3px; align-items: center; justify-content: center; color: #7c1718; background: #fff; border-radius: 50%; font-size: 1.2rem; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }

/* 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; }

/* 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; }
@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-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-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; }
.hf-copy-register-cta { display: flex; padding: 0.5rem 1rem 2.25rem; justify-content: center; }
.hf-copy-register-cta a { display: inline-flex; min-width: 240px; padding: 0.9rem 1.5rem; align-items: center; justify-content: center; color: #fff; background: #8B1A1A; border-radius: 3px; box-shadow: 0 5px 14px rgba(107,15,15,0.2); font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1rem; font-weight: 800; letter-spacing: 1.5px; text-decoration: none; text-transform: uppercase; transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s; }
.hf-copy-register-cta a:hover { color: #fff; background: #6B0F0F; box-shadow: 0 7px 18px rgba(107,15,15,0.28); text-decoration: none; transform: translateY(-1px); }
.hf-interest-form-section { position: relative; overflow: hidden; width: 100%; padding: 3rem 1.5rem; background: linear-gradient(135deg, #481011, #7d181a 58%, #5d1113); }
.hf-interest-form-section::after { content: ''; position: absolute; width: 300px; height: 300px; right: -140px; top: -180px; border: 50px solid rgba(255,255,255,0.035); border-radius: 50%; pointer-events: none; }
.hf-interest-form-section .hf-main { position: relative; z-index: 1; padding: 0; }
.hf-interest-form-section .hf-form-card { border: 0; border-radius: 5px; box-shadow: 0 15px 36px rgba(24,3,3,0.28); }

/* Payment options */
.hf-payment-options { margin: 0 0 1.5rem; }
.hf-payment-options-label { font-size: 0.8rem; font-weight: 700; color: #333; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.hf-payment-options-buttons { display: flex; gap: 1rem; }
.hf-payment-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-payment-option-btn:hover { background-color: #f7ece9; }
.hf-payment-option-btn.is-active { background-color: #8B1A1A; color: #fff; }
.hf-payment-option-btn.is-disabled { opacity: 0.5; cursor: not-allowed; }
.hf-payment-option-btn.is-disabled:hover { background-color: #fff; }
.hf-payment-option-detail { margin-top: 0.8rem; padding: 0.8rem 1rem; background-color: #f7ece9; border-left: 3px solid #8B1A1A; font-size: 0.9rem; color: #444; line-height: 1.5; }
.hf-payment-option-detail p { margin: 0 0 0.4rem; }
.hf-payment-option-detail p:last-child { margin-bottom: 0; }
.hf-payment-option-list { margin: 0; padding-left: 1.2rem; }
.hf-payment-option-list li { padding: 0.1rem 0; }
/* .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-video-feature-inner { grid-template-columns: 1fr; max-width: 700px; }
    .hf-video-copy { max-width: 580px; }
    .hf-main { flex-direction: column; padding: 1.5rem 1rem; gap: 2rem; }
    .hf-form-col { flex: none; max-width: 100%; width: 100%; }
    .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-video-feature { padding: 2rem 1rem; }
    .hf-video-feature-inner { gap: 1.35rem; }
    .hf-video-copy { text-align: center; }
    .hf-video-copy > a { width: 100%; justify-content: center; }
    .hf-interest-form-section { padding: 2rem 0.85rem; }
    .hf-form-card { padding: 1.5rem 1.2rem; }
    .hf-form-card h2 { font-size: 1.4rem; }
    .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; }
}
