/* ─── Bluesman Home Funnel Styles ─────────────────────────────────────────── */
:root {
    --bhf-gold:    #c9a227;
    --bhf-dark:    #0d0d0d;
    --bhf-charcoal:#1a1a1a;
    --bhf-mid:     #2a2a2a;
    --bhf-border:  #333;
    --bhf-text:    #f0ede6;
    --bhf-muted:   #aaa;
    --bhf-accent:  #e8c547;
    --bhf-green:   #3ec97e;
    --bhf-radius:  14px;
    --bhf-shadow:  0 8px 40px rgba(0,0,0,0.55);
}

.bhf-wrap * { box-sizing: border-box; }

.bhf-wrap {
    font-family: 'Georgia', serif;
    color: var(--bhf-text);
    background: var(--bhf-dark);
    max-width: 900px;
    margin: 0 auto 3rem;
    border-radius: var(--bhf-radius);
    overflow: hidden;
}

/* ─── HERO ─────────────────────────────────────────────────────────────────── */
.bhf-hero {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1106 60%, #0d0d0d 100%);
    border-bottom: 2px solid var(--bhf-gold);
    text-align: center;
    padding: 3rem 2rem 2.5rem;
}
.bhf-hero-badge {
    display: inline-block;
    background: var(--bhf-gold);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 1.1rem;
    border-radius: 50px;
    margin-bottom: 1.2rem;
}
.bhf-hero-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.8rem;
    line-height: 1.15;
}
.bhf-hero-title em {
    color: var(--bhf-gold);
    font-style: italic;
}
.bhf-hero-sub {
    font-size: 1.1rem;
    color: var(--bhf-muted);
    margin: 0 0 1.5rem;
}
.bhf-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}
.bhf-hero-list li {
    background: var(--bhf-mid);
    border: 1px solid var(--bhf-border);
    padding: 0.45rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
}

/* ─── BUTTONS ──────────────────────────────────────────────────────────────── */
.bhf-btn-primary, .bhf-btn-secondary {
    display: inline-block;
    padding: 0.85rem 2.2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: transform 0.15s, box-shadow 0.15s;
}
.bhf-btn-primary {
    background: linear-gradient(135deg, var(--bhf-gold), #a07a10);
    color: #000;
    box-shadow: 0 4px 20px rgba(201,162,39,0.45);
}
.bhf-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(201,162,39,0.6); }
.bhf-btn-secondary {
    background: var(--bhf-mid);
    color: var(--bhf-gold);
    border: 2px solid var(--bhf-gold);
    margin-top: 1.5rem;
}
.bhf-btn-secondary:hover { background: var(--bhf-gold); color: #000; }

/* ─── CAROUSEL ─────────────────────────────────────────────────────────────── */
.bhf-carousel-section {
    padding: 2.5rem 2rem;
    border-bottom: 1px solid var(--bhf-border);
}
.bhf-section-title {
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    margin: 0 0 0.4rem;
}
.bhf-section-sub {
    text-align: center;
    color: var(--bhf-muted);
    margin: 0 0 1.8rem;
    font-size: 0.97rem;
}
.bhf-carousel {
    position: relative;
    overflow: hidden;
    border-radius: var(--bhf-radius);
    user-select: none;
}
.bhf-carousel-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(.4,0,.2,1);
}
.bhf-slide {
    min-width: 100%;
    padding: 0 0.5rem;
}
.bhf-slide-card {
    border-radius: var(--bhf-radius);
    padding: 2.5rem 2rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--bhf-shadow);
}
.bhf-card-identity  { background: linear-gradient(135deg,#1a1a2e,#16213e); border-left: 4px solid #4fc3f7; }
.bhf-card-delivery  { background: linear-gradient(135deg,#1a2a1a,#1e3a1e); border-left: 4px solid var(--bhf-green); }
.bhf-card-finance   { background: linear-gradient(135deg,#2a1a2a,#3a1e3a); border-left: 4px solid #ce93d8; }
.bhf-card-approval  { background: linear-gradient(135deg,#2a2000,#3a2d00); border-left: 4px solid var(--bhf-gold); }
.bhf-card-gold      { background: linear-gradient(135deg,#1a0d00,#2d1600); border-left: 4px solid var(--bhf-accent); }
.bhf-card-work      { background: linear-gradient(135deg,#1a1a1a,#2a2a2a); border-left: 4px solid #ff8a65; }
.bhf-card-protection{ background: linear-gradient(135deg,#001a2a,#00243a); border-left: 4px solid #29b6f6; }
.bhf-card-savings   { background: linear-gradient(135deg,#0d1a00,#162700); border-left: 4px solid #aed581; }

.bhf-card-tag {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bhf-muted);
    margin-bottom: 0.6rem;
    font-family: sans-serif;
}
.bhf-card-icon {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
}
.bhf-slide-card h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 0.6rem;
}
.bhf-slide-card p {
    color: var(--bhf-muted);
    line-height: 1.6;
    margin: 0 0 1rem;
    font-size: 0.95rem;
    max-width: 520px;
}
.bhf-card-cta {
    font-size: 0.8rem;
    font-family: sans-serif;
    font-weight: 700;
    color: var(--bhf-gold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.bhf-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: var(--bhf-gold);
    border: 2px solid var(--bhf-gold);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s;
    line-height: 1;
}
.bhf-carousel-btn:hover { background: var(--bhf-gold); color: #000; }
.bhf-prev { left: 12px; }
.bhf-next { right: 12px; }
.bhf-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 1rem 0 0.5rem;
}
.bhf-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bhf-border);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.bhf-dot.active { background: var(--bhf-gold); transform: scale(1.3); }

/* ─── QUIZ SECTION ─────────────────────────────────────────────────────────── */
.bhf-quiz-section {
    padding: 2.5rem 2rem;
}
.bhf-quiz-header {
    text-align: center;
    margin-bottom: 1.8rem;
}
.bhf-quiz-header h2 {
    font-size: 1.7rem;
    color: #fff;
    margin: 0 0 0.4rem;
}
.bhf-quiz-header p {
    color: var(--bhf-muted);
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
}
.bhf-quiz-tagline {
    font-style: italic;
    color: var(--bhf-gold) !important;
    font-size: 1rem !important;
}

/* Progress */
.bhf-progress-wrap {
    background: var(--bhf-border);
    height: 6px;
    border-radius: 50px;
    margin: 0 0 0.5rem;
    overflow: hidden;
}
.bhf-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--bhf-gold), var(--bhf-accent));
    border-radius: 50px;
    transition: width 0.35s ease;
}
.bhf-progress-label {
    text-align: right;
    font-size: 0.8rem;
    color: var(--bhf-muted);
    font-family: sans-serif;
    margin-bottom: 1.8rem;
}

/* Steps */
.bhf-step { display: none; animation: bhfFadeIn 0.3s ease; }
.bhf-step.active { display: block; }
@keyframes bhfFadeIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }

.bhf-step-q {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

.bhf-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 520px;
    margin: 0 auto;
}
.bhf-option {
    background: var(--bhf-charcoal);
    border: 2px solid var(--bhf-border);
    color: var(--bhf-text);
    padding: 0.9rem 1.4rem;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s, background 0.2s, transform 0.15s;
    font-family: 'Georgia', serif;
}
.bhf-option:hover {
    border-color: var(--bhf-gold);
    background: #1f1c12;
    transform: translateX(4px);
}
.bhf-option.selected {
    border-color: var(--bhf-gold);
    background: #231e0a;
    color: var(--bhf-accent);
    font-weight: 700;
}

/* Contact form */
.bhf-contact-form {
    max-width: 480px;
    margin: 0 auto;
}
.bhf-field-group {
    margin-bottom: 1.1rem;
}
.bhf-field-group label {
    display: block;
    font-size: 0.88rem;
    color: var(--bhf-muted);
    margin-bottom: 0.35rem;
    font-family: sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.bhf-req { color: var(--bhf-gold); }
.bhf-field-group input {
    width: 100%;
    background: var(--bhf-charcoal);
    border: 2px solid var(--bhf-border);
    color: #fff;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.2s;
    font-family: 'Georgia', serif;
}
.bhf-field-group input:focus {
    outline: none;
    border-color: var(--bhf-gold);
}
.bhf-field-group input::placeholder { color: #555; }

.bhf-error-msg {
    color: #ff6b6b;
    font-size: 0.88rem;
    font-family: sans-serif;
    min-height: 1.2rem;
    margin-bottom: 0.8rem;
}

.bhf-btn-submit {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, var(--bhf-gold), #a07a10);
    color: #000;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 20px rgba(201,162,39,0.45);
    font-family: 'Georgia', serif;
}
.bhf-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(201,162,39,0.6); }
.bhf-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

.bhf-privacy {
    text-align: center;
    font-size: 0.78rem;
    color: var(--bhf-muted);
    margin-top: 0.8rem;
    font-family: sans-serif;
}

/* Back button */
.bhf-nav-row { margin-top: 1.2rem; text-align: center; }
.bhf-btn-back {
    background: transparent;
    border: 1px solid var(--bhf-border);
    color: var(--bhf-muted);
    padding: 0.5rem 1.4rem;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.88rem;
    transition: border-color 0.2s, color 0.2s;
    font-family: sans-serif;
}
.bhf-btn-back:hover { border-color: var(--bhf-gold); color: var(--bhf-gold); }

/* ─── THANK YOU ────────────────────────────────────────────────────────────── */
.bhf-thankyou {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg,#0d0d0d,#1a1106);
    border-top: 2px solid var(--bhf-gold);
}
.bhf-ty-icon { font-size: 4rem; margin-bottom: 1rem; }
.bhf-thankyou h2 { font-size: 2rem; color: #fff; margin: 0 0 1rem; }
.bhf-thankyou p { color: var(--bhf-muted); max-width: 480px; margin: 0 auto 0.8rem; line-height: 1.6; }
.bhf-ty-brand {
    display: inline-block;
    margin: 1.5rem 0;
    font-size: 0.85rem;
    font-family: sans-serif;
    letter-spacing: 0.06em;
    color: var(--bhf-gold);
    text-transform: uppercase;
}

/* ─── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .bhf-hero, .bhf-carousel-section, .bhf-quiz-section { padding: 2rem 1.2rem; }
    .bhf-slide-card { padding: 1.8rem 1.2rem; }
    .bhf-carousel-btn { width: 34px; height: 34px; font-size: 1.1rem; }
    .bhf-hero-list { flex-direction: column; align-items: center; }
}
