.bbdch-contact-page,
.bbdch-contact-page *{box-sizing:border-box}
.bbdch-contact-page{--pink:#e91e63;--pink-dark:#c91853;--pink-soft:#fff4f7;--green:#165b32;--green-dark:#104526;--green-soft:#edf6f0;--text:#34483b;--muted:#68746d;--border:#eadde2;--green-border:#d5e6d9;width:100%;padding:40px 0 56px;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.bbdch-shell{width:min(1200px,calc(100% - 32px));margin:0 auto}
.bbdch-hero{padding:34px clamp(18px,3vw,32px);text-align:center;background:#fffafb;border:1px solid var(--border);border-radius:22px}
.bbdch-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--pink-dark);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.bbdch-eyebrow:before,.bbdch-eyebrow:after{content:"";width:20px;height:1px;background:var(--green)}
.bbdch-hero h1{max-width:920px;margin:0 auto!important;color:var(--green-dark)!important;font-size:clamp(32px,4.2vw,56px)!important;line-height:1.06!important;font-weight:650!important;letter-spacing:-.04em!important}
.bbdch-hero p{max-width:760px;margin:13px auto 0!important;color:var(--muted)!important;font-size:15px!important;line-height:1.7!important}
.bbdch-grid{display:grid;grid-template-columns:minmax(290px,.9fr) minmax(0,1.1fr);gap:16px;margin-top:16px}
.bbdch-side,.bbdch-formcard{border:1px solid var(--border);border-radius:20px}
.bbdch-side{padding:28px 24px;background:var(--green-dark);color:#fff}
.bbdch-side small{display:block;margin-bottom:8px;color:#ff96b8;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.bbdch-side h2{margin:0!important;color:#fff!important;font-size:clamp(24px,2.3vw,34px)!important;line-height:1.14!important;font-weight:650!important}
.bbdch-side p{margin:12px 0 0!important;color:rgba(255,255,255,.78)!important;font-size:14px!important;line-height:1.65!important}
.bbdch-notes{display:grid;gap:11px;margin-top:18px}
.bbdch-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px}
.bbdch-note__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;border:1px solid rgba(255,255,255,.25)}
.bbdch-note__icon svg{width:22px;height:22px;stroke:var(--green-dark);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.bbdch-note__copy strong{display:block;color:#fff;font-size:14px;line-height:1.3}
.bbdch-note__copy span{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:12.5px;line-height:1.5}
.bbdch-formcard{padding:26px;background:#fff}
.bbdch-formhead span{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border-radius:999px;background:var(--pink-soft);border:1px solid #f0d1db;color:var(--pink-dark);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.bbdch-formhead h2{margin:12px 0 0!important;color:var(--green-dark)!important;font-size:clamp(26px,2.4vw,38px)!important;line-height:1.1!important;font-weight:650!important}
.bbdch-formhead p{margin:9px 0 0!important;color:var(--muted)!important;font-size:14px!important;line-height:1.6!important}
.bbdch-alert{display:grid;gap:4px;padding:13px 14px;margin-top:16px;border-radius:12px;font-size:13px;line-height:1.5}
.bbdch-alert strong{font-size:13.5px}
.bbdch-alert--success{background:var(--green-soft);border:1px solid var(--green-border);color:var(--green-dark)}
.bbdch-alert--error{background:var(--pink-soft);border:1px solid #f0d1dc;color:#7b2748}
.bbdch-form{margin-top:18px}
.bbdch-honeypot{position:absolute!important;left:-999em!important;opacity:0!important;pointer-events:none!important}
.bbdch-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bbdch-field{display:block}
.bbdch-field--full{grid-column:1/-1}
.bbdch-field label{display:block;margin:0 0 8px;color:var(--green-dark);font-size:12.5px;font-weight:650;line-height:1.3}
.bbdch-field label small{font-weight:500;color:var(--muted)}
.bbdch-field input,.bbdch-field select,.bbdch-field textarea{display:block;width:100%;margin:0;padding:13px 14px;background:#fff;border:1px solid var(--border);border-radius:12px;color:var(--text);font:inherit;font-size:14px;line-height:1.5;box-shadow:none;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.bbdch-field textarea{min-height:180px;resize:vertical}
.bbdch-field input:focus,.bbdch-field select:focus,.bbdch-field textarea:focus{border-color:rgba(233,30,99,.48);box-shadow:0 0 0 4px rgba(233,30,99,.08)}
.bbdch-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}
.bbdch-form-bottom p{max-width:520px;margin:0!important;color:var(--muted)!important;font-size:12.5px!important;line-height:1.55!important}
.bbdch-submit{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#fff!important;background:var(--pink);border:1px solid var(--pink);border-radius:10px;font:inherit;font-size:13px;font-weight:650;line-height:1;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}
.bbdch-submit:hover{transform:translateY(-1px);background:var(--pink-dark);border-color:var(--pink-dark)}
.bbdch-submit svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:900px){.bbdch-grid{grid-template-columns:1fr}.bbdch-side{order:2}.bbdch-formcard{order:1}}
@media(max-width:767px){.bbdch-contact-page{padding:28px 0 40px}.bbdch-shell{width:min(100% - 20px,1200px)}.bbdch-hero,.bbdch-side,.bbdch-formcard{border-radius:17px}.bbdch-hero{padding:26px 16px}.bbdch-side,.bbdch-formcard{padding:20px 15px}.bbdch-form-grid{grid-template-columns:1fr;gap:12px}.bbdch-form-bottom{flex-direction:column;align-items:stretch}.bbdch-submit{width:100%}.bbdch-side h2{font-size:28px!important}}
