.bopform-ai *::before, .bopform-ai *::after{ box-sizing: border-box; margin: 0; padding: 0; }
/* ---- Dark AI-check card (matches the beta site mockup) ---- */
.bopform-ai .ai-check-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-ai .ai-check-pill{
    display: block; width: 100%; text-align: center;
    border: 1.5px solid #FFE2E9; border-radius: 999px;
    background: #FFE2E9; color: #7a2740;
    font-size: .72rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; padding: 9px 14px; margin-bottom: 20px;
  }
.bopform-ai .ai-check-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-ai .ai-check-intro{ color: #ffffff; font-size: .92rem; margin-bottom: 20px; }
/* ---- Inner white form panel ---- */
.bopform-ai .ai-check-form{
    background: #ffffff; border-radius: 16px;
    padding: 24px 22px 26px; color: #1a1a1a;
  }
.bopform-ai .ai-check-form label{
    display: block; font-weight: 600; font-size: .9rem;
    margin-bottom: 6px; color: #111;
  }
.bopform-ai .ai-check-form label .req{ color: #D4374D; margin-left: 2px; }
.bopform-ai .ai-check-form input[type="text"], .bopform-ai .ai-check-form input[type="email"]{
    width: 100%; padding: 11px 14px; margin-bottom: 18px;
    border: 1.5px solid #ddd; border-radius: 9px;
    font-size: .95rem; font-family: inherit; background: #fafafa;
    transition: border-color .15s, background .15s;
  }
.bopform-ai .ai-check-form input:focus{
    outline: none; border-color: #E390B6; background: #fff;
  }
/* niche checkboxes */
.bopform-ai .niche-hint{ font-size: .8rem; color: #777; margin: -2px 0 10px; }
.bopform-ai .field-hint{ font-size: .8rem; color: #777; margin: 4px 0 14px; }
/* Two columns minimum, .bopform-ai collapsing to one on narrow phones so long labels don't wrap badly. */
.bopform-ai .niche-group{
    display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px; margin-bottom: 18px;
  }
.bopform-ai .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-ai .niche-group label:hover{ border-color: #E390B6; background: #FFE2E9; }
.bopform-ai .niche-group label.selected{ border-color: #D4374D; background: #FFE2E9; }
.bopform-ai .niche-group input{ accent-color: #D4374D; flex-shrink: 0; margin: 0; }
.bopform-ai .niche-other-input{ margin-top: -8px; }
.bopform-ai .btn-ai-check{
    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-ai .btn-ai-check:hover{ background: #b82e41; }
.bopform-ai .btn-ai-check:disabled{ background: #ccc; cursor: not-allowed; opacity: .8; }
.bopform-ai #aiStatus{ margin-top: 14px; padding: 12px 15px; border-radius: 9px; font-size: .88rem; display: none; }
.bopform-ai #aiStatus.error{ background: #fff0f0; color: #8b0000; border: 1.5px solid #f0a0a0; }
/* ---- Success state ---- */
.bopform-ai #aiThankYou{ display: none; text-align: center; padding: 12px 6px 6px; }
.bopform-ai #aiThankYou .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-ai #aiThankYou h3{
    font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem;
    color: #ffffff; margin-bottom: 10px;
  }
.bopform-ai #aiThankYou p{ color: #ffffff; font-size: .93rem; }
.bopform-ai #aiThankYou p strong{ color: #FFE2E9; }