/* ───────── Layout shell ───────── */
.bb-wrap {
  max-width: 1683px;
  margin: 0 auto;
  position: relative;
}

.bb-shadow {
  filter: drop-shadow(0 4px 40px rgba(0, 0, 0, 0.12));
}

.bb-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 681px;
  align-items: stretch;
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
}

/* ───────── Left (glass panel + headline) ───────── */
.bb-left {
  min-height: 399px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bb-glass {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 45px;
  background: linear-gradient(88.3deg, rgba(255, 255, 255, 0.83) 0%, rgba(255, 255, 255, 0.84) 99.66%);
  backdrop-filter: blur(10px);
}

.bb-title {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Gotham', 'Montserrat', 'Inter', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  line-height: 0.84;
  color: #000;
  text-align: center;
  max-width: 100%;
}

.bb-title .bb-line1,
.bb-title .bb-line2 {
  display: block;
  font-weight: 900;
  font-size: clamp(48px, 7.5vw, 140px);
  letter-spacing: 0.5px;
}

.bb-title .bb-line2 {
  color: #EAAA20;
}

/* ───────── Right (gold form card) ───────── */
.bb-right {
  min-height: 399px;
  background: #EAAA20;
  display: flex;
  overflow-y: auto;
}

.bb-card {
  width: 100%;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
}

/* ========== Mock form ========== */
.bb-form-mock {
  display: grid;
  grid-auto-rows: auto;
  gap: 14px;
}

.bb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.bb-row input,
.bb-row select,
.bb-row textarea {
  height: 49px;
  border-radius: 6px;
  border: 0;
  padding: 0 16px;
  background: rgba(114, 84, 15, 0.28);
  color: #fff;
  font-size: 14px;
  font-family: 'Gotham', 'Montserrat', 'Inter', system-ui, sans-serif;
  font-weight: 500;
  outline: none;
  transition: background 0.2s ease;
}

.bb-row input::placeholder,
.bb-row textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.bb-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.bb-row select option {
  background: #EAAA20;
  color: #000;
}

.bb-row textarea {
  padding: 14px 16px;
  resize: vertical;
  min-height: 49px;
  max-height: 120px;
  font-family: inherit;
}

.bb-row input:focus,
.bb-row select:focus,
.bb-row textarea:focus {
  background: rgba(114, 84, 15, 0.4);
}

/* CTA Row */
.bb-row--cta {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}

.bb-btn {
  height: 48px;
  padding: 0 32px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Gotham', 'Montserrat', 'Inter', system-ui, sans-serif;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.bb-btn:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bb-btn:active {
  transform: translateY(0);
}

/* Reviews */
.bb-reviews-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bb-reviews {
  max-height: 52px;
  width: auto;
  display: block;
}

.bb-reviews--placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
}

.bb-reviews--placeholder .bb-g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #000;
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  border-radius: 6px;
  flex-shrink: 0;
}

.bb-review-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bb-reviews--placeholder .bb-stars {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.bb-reviews--placeholder small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

/* Consent */
.bb-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
  width: 100%;
  max-width: 620px;
  cursor: pointer;
}

.consent-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #000;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

.bb-consent-text {
  color: #FFF7F7;
  opacity: 0.9;
  font-family: 'Gotham', 'Poppins', 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.bb-consent-text a {
  color: #fff !important;
  text-decoration: underline !important;
}

.bb-consent-text strong {
  font-weight: 700;
}

/* ========== REAL HubSpot form ========== */
.bb-hs-form form {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  align-items: start;
}

.bb-hs-form .hs-form-field,
.bb-hs-form .input {
  margin: 0 !important;
}

.bb-hs-form fieldset {
  max-width: 100% !important;
}

.bb-hs-form .hs-input,
.bb-hs-form input[type=text],
.bb-hs-form input[type=email],
.bb-hs-form input[type=tel],
.bb-hs-form select,
.bb-hs-form textarea {
  height: 49px;
  border-radius: 6px;
  border: 0;
  padding: 0 16px;
  background: rgba(114, 84, 15, 0.28);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.bb-hs-form textarea {
  padding-top: 12px;
  min-height: 49px;
}

.bb-hs-form ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Field mapping */
.bb-hs-form .hs_firstname,
.bb-hs-form .hs_full_name,
.bb-hs-form .hs_name {
  grid-column: 1;
}

.bb-hs-form .hs_email {
  grid-column: 2;
}

.bb-hs-form .hs_service,
.bb-hs-form .hs_select_your_service {
  grid-column: 1;
}

.bb-hs-form .hs_phone {
  grid-column: 2;
}

.bb-hs-form .hs_how_did_you_hear_about_this,
.bb-hs-form .hs_how_did_you_hear {
  grid-column: 1;
}

.bb-hs-form .hs_requirements,
.bb-hs-form .hs_message {
  grid-column: 2;
}

.bb-hs-form .hs_submit {
  grid-column: 1 / 2;
  display: flex;
  align-items: center;
}

.bb-hs-form .hs_submit input[type=submit],
.bb-hs-form .hs_submit .actions input[type=submit] {
  height: 48px;
  padding: 0 32px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.bb-hs-form .hs_submit input[type=submit]:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.bb-hs-form .hs_reviews,
.bb-hs-form .hs_google_reviews {
  grid-column: 2;
  align-self: center;
  justify-self: start;
}

.bb-hs-form .legal-consent-container,
.bb-hs-form .hs-richtext,
.bb-hs-form .legal-consent-container *,
.bb-hs-form .hs_consent {
  grid-column: 1 / -1;
}

.bb-hs-form .legal-consent-container,
.bb-hs-form .hs_consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 620px;
  color: #FFF7F7;
  opacity: 0.9;
  font-family: 'Gotham', 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.bb-hs-form .legal-consent-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #000;
  margin-top: 2px;
}

.bb-hs-form .legal-consent-container a {
  color: #fff !important;
  text-decoration: underline !important;
}

/* ───────── Responsive ───────── */

/* Tablet Large */
@media (max-width: 1200px) {
  .bb-inner {
    max-width: 100%;
  }
  
  .bb-glass {
    padding: 50px 40px;
  }
  
  .bb-title .bb-line1,
  .bb-title .bb-line2 {
    font-size: clamp(40px, 6.5vw, 120px);
  }
}

/* Tablet */
@media (max-width: 992px) {
  .bb-inner {
    grid-template-columns: 1fr;
  }
  
  .bb-left {
    min-height: 300px;
  }
  
  .bb-right {
    border-radius: 0 0 6px 6px;
  }
  
  .bb-glass {
    padding: 40px 32px;
  }
  
  .bb-row,
  .bb-hs-form form {
    grid-template-columns: 1fr;
  }
  
  .bb-row--cta {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .bb-reviews-wrapper {
    justify-content: center;
  }
  
  .bb-btn {
    width: 100%;
  }
  
  /* HubSpot form adjustments */
  .bb-hs-form .hs_firstname,
  .bb-hs-form .hs_full_name,
  .bb-hs-form .hs_name,
  .bb-hs-form .hs_email,
  .bb-hs-form .hs_service,
  .bb-hs-form .hs_select_your_service,
  .bb-hs-form .hs_phone,
  .bb-hs-form .hs_how_did_you_hear_about_this,
  .bb-hs-form .hs_how_did_you_hear,
  .bb-hs-form .hs_requirements,
  .bb-hs-form .hs_message {
    grid-column: 1 / -1;
  }
  
  .bb-hs-form .hs_submit {
    grid-column: 1 / -1;
  }
  
  .bb-hs-form .hs_reviews,
  .bb-hs-form .hs_google_reviews {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Mobile Large */
@media (max-width: 768px) {
  .bb-card {
    padding: 24px 20px;
  }
  
  .bb-left {
    min-height: 250px;
  }
  
  .bb-glass {
    padding: 32px 24px;
  }
  
  .bb-title .bb-line1,
  .bb-title .bb-line2 {
    font-size: clamp(36px, 9v