/* =============================================
   ONONTO — BECOME A MEMBER (BCV) PAGE CSS
   ============================================= */

/* ===== HERO ===== */
.bcv-hero {
    position: relative; min-height: 80vh;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; padding: 120px 24px 80px; text-align: center;
}
.bcv-hero-bg {
    position: absolute; inset: 0;
    background: linear-gradient(145deg, var(--b900) 0%, var(--b800) 40%, var(--b700) 70%, var(--b600) 100%);
    z-index: 0;
}
.bcv-hero-overlay {
    position: absolute; inset: 0; z-index: 1;
    background: radial-gradient(ellipse at 65% 40%, rgba(14,165,233,.12), transparent 55%),
                radial-gradient(ellipse at 25% 80%, rgba(255,255,255,.04), transparent 50%);
}
.bcv-hero-shapes { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.bhs { position: absolute; border-radius: 50%; animation: bhsFloat 10s ease-in-out infinite; }
.bhs-1 { width: 500px; height: 500px; top: -150px; right: -90px; border: 1px solid rgba(255,255,255,.06); }
.bhs-2 { width: 260px; height: 260px; bottom: -60px; left: -50px; background: radial-gradient(circle, rgba(14,165,233,.08), transparent); animation-delay: 3s; }
.bhs-3 { width: 120px; height: 120px; top: 42%; left: 12%; border: 1px solid rgba(255,255,255,.09); animation-delay: 6s; }
@keyframes bhsFloat { 0%,100%{transform:translateY(0) rotate(0deg)} 50%{transform:translateY(-20px) rotate(7deg)} }

.bcv-hero-content {
    position: relative; z-index: 2; max-width: 700px;
    animation: bFade 1.2s ease both;
}
@keyframes bFade { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
.bcv-hero-title { font-family: 'Playfair Display', serif; font-weight: 800; line-height: 1.1; margin-bottom: 18px; }
.bcv-hero-title .hero-static {
    display: block; font-size: clamp(.95rem, 2vw, 1.3rem);
    font-weight: 400; color: rgba(255,255,255,.55);
    letter-spacing: 4px; text-transform: uppercase; margin-bottom: 6px;
}
.bcv-hero-title .hero-highlight {
    display: block; font-size: clamp(3rem, 8vw, 6rem);
    background: linear-gradient(90deg, var(--white), var(--b300));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bcv-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.72); max-width: 540px; margin: 0 auto 32px; line-height: 1.75; }
.bcv-hero-btn { margin: 0 auto; }
.bcv-hero-scroll {
    position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,.4); font-size: .72rem; z-index: 3;
}

/* ===== TRANSPARENCY BANNER ===== */
.transparency-banner {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-top: 4px solid #f59e0b;
    border-bottom: 4px solid #f59e0b;
    padding: 28px 0;
}
.tb-inner {
    display: flex; align-items: flex-start; gap: 20px;
    max-width: 900px; margin: 0 auto; padding: 0 24px;
}
.tb-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: #f59e0b; color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; flex-shrink: 0; margin-top: 2px;
}
.tb-text h3 { font-size: 1rem; font-weight: 700; color: #92400e; margin-bottom: 6px; }
.tb-text p  { font-size: .875rem; color: #78350f; line-height: 1.75; }
.tb-text strong { color: #92400e; }
.tb-text em { font-style: normal; font-weight: 600; text-decoration: underline; text-decoration-color: #f59e0b; }

/* ===== HOW IT WORKS ===== */
.how-it-works { padding: 96px 0; background: var(--white); }
.hiw-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.hiw-card {
    background: var(--off); border-radius: var(--r-lg);
    padding: 34px 24px; text-align: center;
    box-shadow: var(--sh-sm); border: 1px solid rgba(16,80,160,.07);
    position: relative; overflow: hidden;
    transition: all .4s var(--ease);
}
.hiw-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); background: var(--white); }
.hiw-step {
    position: absolute; top: 16px; right: 18px;
    font-size: 2.8rem; font-weight: 800;
    color: rgba(16,80,160,.06); font-family: 'Playfair Display', serif; line-height: 1;
}
.hiw-icon {
    width: 62px; height: 62px; border-radius: 16px;
    background: linear-gradient(135deg, var(--b100), var(--b200));
    color: var(--b600); display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin: 0 auto 18px; transition: all .35s ease;
    transform: rotate(-4deg);
}
.hiw-icon.hiw-accent {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #d97706;
}
.hiw-card:hover .hiw-icon {
    background: linear-gradient(135deg, var(--b600), var(--b500));
    color: var(--white); transform: rotate(0deg) scale(1.08);
}
.hiw-card:hover .hiw-icon.hiw-accent {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: var(--white);
}
.hiw-card h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.hiw-card p  { font-size: .84rem; color: var(--soft); line-height: 1.78; }
.hiw-card p strong { color: var(--dark); }

/* ===== MEMBER BENEFITS ===== */
.member-benefits { padding: 80px 0; background: var(--off); }
.benefits-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.benefit-item {
    display: flex; align-items: flex-start; gap: 16px;
    background: var(--white); border-radius: var(--r-md);
    padding: 24px 20px; box-shadow: var(--sh-sm);
    border: 1px solid rgba(16,80,160,.07);
    transition: all .4s var(--ease);
}
.benefit-item:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.benefit-icon {
    width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--b100), var(--b200));
    color: var(--b600); display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; transition: all .35s ease;
}
.benefit-item:hover .benefit-icon {
    background: linear-gradient(135deg, var(--b600), var(--b500));
    color: var(--white);
}
.benefit-text h4 { font-size: .95rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; }
.benefit-text p  { font-size: .82rem; color: var(--soft); line-height: 1.7; }

/* ===== DISCLAIMER BOX ===== */
.disclaimer-section { padding: 60px 0; background: var(--white); }
.disclaimer-box {
    display: flex; align-items: flex-start; gap: 24px;
    background: linear-gradient(135deg, var(--b800), var(--b700));
    border-radius: var(--r-xl); padding: 40px 36px;
    box-shadow: var(--sh-xl);
}
.disclaimer-icon {
    width: 56px; height: 56px; border-radius: 14px; flex-shrink: 0;
    background: rgba(255,255,255,.15); display: flex; align-items: center;
    justify-content: center; font-size: 1.4rem; color: var(--b300);
    margin-top: 2px;
}
.disclaimer-content h3 {
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700;
    color: var(--white); margin-bottom: 18px;
}
.disclaimer-content ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.disclaimer-content li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: .875rem; color: rgba(255,255,255,.78); line-height: 1.65;
}
.disclaimer-content li i { color: #4ade80; font-size: .85rem; margin-top: 3px; flex-shrink: 0; }
.disclaimer-content li strong { color: var(--white); }

/* ===== FORM SECTION ===== */
.bcv-form-section { padding: 96px 0; background: var(--off); }
.bcv-form-grid {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 48px; align-items: start;
}

/* Info panel */
.bcv-info-panel {
    padding: 44px 36px; border-radius: var(--r-xl);
    background: linear-gradient(150deg, var(--b800), var(--b700));
    color: var(--white); position: sticky; top: 100px;
}
.bcv-panel-title {
    font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800;
    color: var(--white); line-height: 1.22; margin-bottom: 14px;
}
.bcv-panel-title em { font-style: italic; color: var(--b300); }
.bcv-panel-desc { font-size: .9rem; color: rgba(255,255,255,.68); line-height: 1.75; margin-bottom: 30px; }

.bcv-panel-facts { display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.bpf-item { display: flex; align-items: flex-start; gap: 12px; }
.bpf-icon {
    width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
    background: rgba(255,255,255,.1); display: flex; align-items: center;
    justify-content: center; font-size: .85rem; color: var(--b300);
}
.bpf-label { display: block; font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,.42); margin-bottom: 2px; }
.bpf-val   { font-size: .85rem; color: rgba(255,255,255,.88); }

.bcv-wa-btn {
    display: inline-flex; align-items: center; gap: 10px;
    background: #25d366; color: var(--white);
    padding: 12px 22px; border-radius: 99px;
    font-weight: 700; font-size: .875rem;
    box-shadow: 0 6px 20px rgba(37,211,102,.35);
    transition: all .35s ease;
}
.bcv-wa-btn i { font-size: 1.1rem; }
.bcv-wa-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(37,211,102,.5); }

/* Form panel */
.bcv-form-panel {
    background: var(--white); border-radius: var(--r-xl);
    padding: 36px; box-shadow: var(--sh-lg);
    border: 1px solid rgba(16,80,160,.07);
}

/* Reminder strip */
.form-reminder {
    display: flex; align-items: flex-start; gap: 12px;
    background: #fef3c7; border: 1px solid #fcd34d;
    border-radius: var(--r-md); padding: 12px 16px;
    margin-bottom: 26px; font-size: .82rem; color: #92400e;
    line-height: 1.55;
}
.form-reminder i { color: #f59e0b; font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.form-reminder strong { color: #7c2d12; }

/* Form inputs */
.bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bf-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.bf-group label { font-size: .78rem; font-weight: 600; color: var(--mid); text-transform: uppercase; letter-spacing: .4px; }
.bf-group label span { color: var(--red); }
.bf-input-wrap { position: relative; display: flex; align-items: center; }
.bf-input-wrap > i { position: absolute; left: 14px; color: var(--b400); font-size: .85rem; pointer-events: none; }
.bf-input-wrap input,
.bf-input-wrap select,
.bf-input-wrap textarea {
    width: 100%; padding: 12px 14px 12px 38px;
    border: 1.5px solid rgba(16,80,160,.14); border-radius: var(--r-md);
    font-family: 'Sora', sans-serif; font-size: .87rem;
    color: var(--dark); background: var(--off);
    transition: all .35s ease; outline: none; appearance: none;
}
.bf-input-wrap input:focus,
.bf-input-wrap select:focus,
.bf-input-wrap textarea:focus {
    border-color: var(--b500); background: var(--white);
    box-shadow: 0 0 0 4px rgba(16,80,160,.08);
}
.bf-select-wrap::after {
    content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; right: 13px; color: var(--b400); font-size: .72rem; pointer-events: none;
}
.bf-ta { align-items: flex-start; }
.bf-ta > i { top: 14px; }
.bf-input-wrap textarea { height: 130px; resize: vertical; padding-top: 12px; }

/* Checkbox */
.bf-checkbox-group { margin-bottom: 22px; }
.bf-checkbox-label {
    display: flex; align-items: flex-start; gap: 12px;
    cursor: pointer; font-size: .83rem; color: var(--mid); line-height: 1.6;
}
.bf-checkbox-label input[type="checkbox"] {
    position: absolute; opacity: 0; width: 0; height: 0;
}
.bf-checkmark {
    width: 20px; height: 20px; border-radius: 5px; flex-shrink: 0;
    border: 2px solid rgba(16,80,160,.25); background: var(--off);
    display: flex; align-items: center; justify-content: center;
    transition: all .3s ease; margin-top: 1px;
}
.bf-checkbox-label input[type="checkbox"]:checked ~ .bf-checkmark {
    background: var(--b600); border-color: var(--b600);
}
.bf-checkmark::after {
    content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: .65rem; color: var(--white); display: none;
}
.bf-checkbox-label input[type="checkbox"]:checked ~ .bf-checkmark::after { display: block; }

/* Submit button */
.bf-submit {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; background: linear-gradient(135deg, var(--b600), var(--b500));
    color: var(--white); padding: 15px; border-radius: var(--r-md);
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem;
    border: none; cursor: pointer;
    box-shadow: 0 8px 24px rgba(16,80,160,.3);
    transition: all .4s var(--ease);
}
.bf-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(16,80,160,.45); }
.bf-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }

#bf-message {
    text-align: center; padding: 12px 18px; border-radius: var(--r-md);
    font-size: .875rem; font-weight: 500; margin-top: 14px;
}
#bf-message.success { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
#bf-message.error   { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
#bf-message.info    { background: var(--b100); color: var(--b700); border: 1px solid var(--b200); }

/* ===== RESPONSIVE ===== */
@media(max-width:1024px) {
    .hiw-grid { grid-template-columns: repeat(2, 1fr); }
    .bcv-form-grid { grid-template-columns: 1fr; }
    .bcv-info-panel { position: static; }
}
@media(max-width:768px) {
    .bcv-hero { min-height: 72vh; padding: 110px 20px 70px; }
    .bcv-hero-title .hero-highlight { font-size: 3rem; }
    .how-it-works, .member-benefits, .disclaimer-section, .bcv-form-section { padding: 68px 0; }
    .tb-inner { flex-direction: column; gap: 12px; }
    .hiw-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .bf-row { grid-template-columns: 1fr; }
    .disclaimer-box { flex-direction: column; gap: 16px; padding: 28px 22px; }
    .bcv-form-panel { padding: 22px; }
    .bcv-info-panel { padding: 28px 22px; }
}
@media(max-width:480px) {
    .bcv-hero-title .hero-highlight { font-size: 2.5rem; }
}