.bopform-contact *::before, .bopform-contact *::after{ box-sizing: border-box; margin: 0; padding: 0; }
/* ---- Card ---- */
.bopform-contact .cu-card{
    width: 100%; max-width: none;
    background: #0d0d0f; border-radius: 22px;
    padding: 22px; color: #ffffff;
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
  }
.bopform-contact .cu-pill{
    display: block; width: 100%; text-align: center;
    border: 1.5px solid #7a2740; border-radius: 999px;
    background: #E390B6; color: #000000;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; padding: 9px 14px; margin-bottom: 20px;
  }
.bopform-contact .cu-card h2{
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem; font-weight: 700; line-height: 1.25;
    color: #ffffff; margin-bottom: 10px;
  }
.bopform-contact .cu-intro{ color: #ffffff; font-size: .92rem; margin-bottom: 20px; }
/* ---- Inner white form panel ---- */
.bopform-contact .cu-form{
    background: #ffffff; border-radius: 16px;
    padding: 24px 22px 26px; color: #1a1a1a;
  }
.bopform-contact .cu-form label{ display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: #111; }
.bopform-contact .cu-form label .req{ color: #D4374D; margin-left: 2px; }
.bopform-contact .cu-form input[type="text"], .bopform-contact .cu-form input[type="email"], .bopform-contact .cu-form input[type="tel"], .bopform-contact .cu-form textarea, .bopform-contact .cu-form select{
    width: 100%; padding: 11px 14px; margin-bottom: 18px;
    border: 1.5px solid #ddd; border-radius: 9px;
    font-size: .95rem; font-family: inherit; background: #fafafa; color: #1a1a1a;
    transition: border-color .15s, background .15s;
  }
.bopform-contact .cu-form textarea{ resize: vertical; min-height: 96px; line-height: 1.5; }
.bopform-contact .cu-form select{ appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23888' d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; cursor: pointer;
  }
.bopform-contact .cu-form input:focus, .bopform-contact .cu-form textarea:focus, .bopform-contact .cu-form select:focus{ outline: none; border-color: #E390B6; background: #fff; }
/* niche checkboxes */
.bopform-contact .niche-hint{ font-size: .8rem; color: #777; margin: -2px 0 10px; }
.bopform-contact .field-hint{ font-size: .8rem; color: #777; margin: 4px 0 14px; }
/* Two columns minimum, .bopform-contact collapsing to one on narrow phones so long labels don't wrap badly. */
.bopform-contact .niche-group{ display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-bottom: 18px; }
.bopform-contact .niche-group label{
    display: flex; align-items: center; gap: 8px; cursor: pointer;
    padding: 8px 10px; border: 1.5px solid #e8e8e8; border-radius: 8px;
    font-size: .85rem; font-weight: 400; margin-bottom: 0;
    transition: border-color .15s, background .15s;
  }
.bopform-contact .niche-group label:hover{ border-color: #E390B6; background: #FFE2E9; }
.bopform-contact .niche-group label.selected{ border-color: #D4374D; background: #FFE2E9; }
.bopform-contact .niche-group input{ accent-color: #D4374D; flex-shrink: 0; margin: 0; }
/* discovery-call opt-in */
.bopform-contact .cu-check{
    display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
    padding: 12px 14px; border: 1.5px solid #e8e8e8; border-radius: 10px;
    font-weight: 400; font-size: .9rem; margin: 4px 0 18px; color: #1a1a1a;
    transition: border-color .15s, background .15s;
  }
.bopform-contact .cu-check:hover{ border-color: #E390B6; background: #FFE2E9; }
.bopform-contact .cu-check.selected{ border-color: #D4374D; background: #FFE2E9; }
.bopform-contact .cu-check input{ accent-color: #D4374D; flex-shrink: 0; margin-top: 3px; }
.bopform-contact .btn-cu{
    width: 100%; text-align: center; margin-top: 6px;
    background: #D4374D; color: #fff; border: none; border-radius: 10px;
    padding: 15px 20px; font-size: 1rem; font-weight: 600;
    font-family: inherit; cursor: pointer; transition: background .2s, opacity .2s;
  }
.bopform-contact .btn-cu:hover{ background: #b82e41; }
.bopform-contact .btn-cu:disabled{ background: #ccc; cursor: not-allowed; opacity: .8; }
.bopform-contact #cuStatus{ margin-top: 14px; padding: 12px 15px; border-radius: 9px; font-size: .88rem; display: none; }
.bopform-contact #cuStatus.error{ background: #fff0f0; color: #8b0000; border: 1.5px solid #f0a0a0; }
/* ---- Success state ---- */
.bopform-contact #cuThankYou{ display: none; text-align: center; padding: 12px 6px 6px; }
.bopform-contact #cuThankYou .ty-icon{
    width: 54px; height: 54px; border-radius: 50%; background: #FFE2E9; color: #D4374D;
    font-size: 1.6rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
  }
.bopform-contact #cuThankYou h3{ font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; color: #ffffff; margin-bottom: 10px; }
.bopform-contact #cuThankYou h3 strong{ color: #ffffff; }
.bopform-contact #cuThankYou p{ color: #555; font-size: .93rem; }
.bopform-contact #cuThankYou p strong{ color: #111; }
.bopform-contact .ty-steps{ text-align: left; background: #fff; border: 1.5px solid #FFE2E9; border-radius: 14px; padding: 18px 18px 8px; margin: 18px 0; }
.bopform-contact .ty-steps h4{ font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #D4374D; margin-bottom: 14px; }
.bopform-contact .ty-step{ display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.bopform-contact .ty-step-num{ flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: #D4374D; color: #fff; font-size: .85rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.bopform-contact .ty-step-text{ font-size: .9rem; color: #444; line-height: 1.5; }
.bopform-contact .ty-step-text strong{ color: #111; }
.bopform-contact .ty-note{ color: #888 !important; font-size: .86rem !important; }