/* ============================================================
   OUR AGENTS — CHUNK 2 CSS v1.1
   Conversion pages: contact, forms, registration, valuation
   Mobile-first responsive overhaul
   ============================================================ */

/* ── TWO COLUMN FORM LAYOUT ──────────────────────────────── */
.oa-two-col-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 860px) {
  .oa-two-col-form { grid-template-columns: 1fr; gap: 36px; }
  .oa-two-col-form__form { order: -1; }
}

/* ── FORM CARD ───────────────────────────────────────────── */
.oa-form-card {
  background: var(--oa-white);
  border-radius: var(--oa-radius-lg);
  padding: clamp(24px, 5vw, 40px) clamp(20px, 4vw, 36px);
  box-shadow: var(--oa-shadow-lg);
  border: 1px solid var(--oa-border);
  position: sticky;
  top: 84px;
}
.oa-form-card h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 700; margin-bottom: 8px; color: var(--oa-black); }
@media (max-width: 860px) { .oa-form-card { position: static; } }
@media (max-width: 480px) { .oa-form-card { border-radius: var(--oa-radius-md); } }

/* ── CHECKLIST ───────────────────────────────────────────── */
.oa-checklist { display: flex; flex-direction: column; gap: 18px; margin-bottom: 28px; }
.oa-checklist__item { display: flex; align-items: flex-start; gap: 12px; }
.oa-checklist__icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--oa-green);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.oa-checklist__icon svg { width: 13px; height: 13px; color: white; }
.oa-checklist__item strong { display: block; font-size: 0.93rem; color: var(--oa-black); margin-bottom: 2px; }
.oa-checklist__item p { font-size: 0.83rem; color: var(--oa-mid-grey); margin: 0; line-height: 1.6; }

/* ── SOCIAL PROOF BLOCK ──────────────────────────────────── */
.oa-form-proof {
  background: var(--oa-off-white);
  border-left: 3px solid var(--oa-green);
  border-radius: 0 var(--oa-radius-sm) var(--oa-radius-sm) 0;
  padding: 18px 18px 14px;
  margin-top: 28px;
}
.oa-form-proof__stars { display: flex; gap: 2px; margin-bottom: 10px; }
.oa-form-proof__stars svg { width: 13px; height: 13px; color: #f59e0b; fill: #f59e0b; }
.oa-form-proof__text { font-size: 0.86rem; color: var(--oa-dark-grey); font-style: italic; line-height: 1.6; margin-bottom: 7px; }
.oa-form-proof__author { font-size: 0.78rem; color: var(--oa-mid-grey); font-weight: 600; margin: 0; }

/* ── CONTACT PAGE ────────────────────────────────────────── */
.oa-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
@media (max-width: 860px) { .oa-contact-grid { grid-template-columns: 1fr; gap: 36px; } }

.oa-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: var(--oa-white);
  border-radius: var(--oa-radius-md);
  border: 1px solid var(--oa-border);
  text-decoration: none;
  transition: var(--oa-transition);
  margin-bottom: 10px;
}
.oa-contact-detail:hover { border-color: var(--oa-green); transform: translateX(4px); }
.oa-contact-detail__icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--oa-green-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.oa-contact-detail__icon svg { width: 20px; height: 20px; color: var(--oa-green); }
.oa-contact-detail__label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--oa-mid-grey); display: block; margin-bottom: 3px; }
.oa-contact-detail__value { font-size: 0.97rem; font-weight: 600; color: var(--oa-black); }

/* ── THANK YOU PAGE ──────────────────────────────────────── */
.oa-thank-you {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 120px) 0;
}
.oa-thank-you__icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--oa-green-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
}
.oa-thank-you__icon svg { width: 36px; height: 36px; color: var(--oa-green); }
.oa-thank-you h1 { margin-bottom: 14px; }
.oa-thank-you p { font-size: 1.05rem; color: var(--oa-mid-grey); margin-bottom: 32px; }
.oa-thank-you__next {
  background: var(--oa-off-white);
  border-radius: var(--oa-radius-md);
  padding: clamp(20px, 4vw, 28px);
  margin-bottom: 28px;
  text-align: left;
}
.oa-thank-you__next h3 { font-size: 0.97rem; margin-bottom: 12px; }
.oa-thank-you__next-steps { display: flex; flex-direction: column; gap: 10px; }
.oa-thank-you__next-step {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.88rem; color: var(--oa-dark-grey);
}
.oa-thank-you__next-step::before {
  content: attr(data-step);
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--oa-green);
  color: white;
  font-size: 0.73rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ── PAYMENT PAGE ────────────────────────────────────────── */
.oa-payment-page { max-width: 520px; margin: 0 auto; text-align: center; padding: 0 16px; }
.oa-payment-card {
  background: var(--oa-white);
  border-radius: var(--oa-radius-lg);
  padding: clamp(28px, 6vw, 44px) clamp(20px, 5vw, 36px);
  box-shadow: var(--oa-shadow-lg);
  border: 1px solid var(--oa-border);
}
.oa-payment-card__logo { margin-bottom: 24px; }
.oa-payment-card h2 { margin-bottom: 10px; font-size: clamp(1.3rem, 3vw, 1.8rem); }
.oa-payment-card p { color: var(--oa-mid-grey); margin-bottom: 24px; }
.oa-payment-amount {
  display: flex; align-items: center;
  border: 2px solid var(--oa-green);
  border-radius: var(--oa-radius-sm);
  overflow: hidden;
  margin-bottom: 18px;
}
.oa-payment-amount__symbol { background: var(--oa-green); color: white; font-size: 1.2rem; font-weight: 700; padding: 14px 16px; flex-shrink: 0; }
.oa-payment-amount__input { flex: 1; padding: 14px 14px; font-size: 1.3rem; font-weight: 700; border: none; outline: none; color: var(--oa-black); font-family: var(--oa-font); min-width: 0; }
.oa-payment-amount__input::placeholder { color: var(--oa-light-grey); }
.oa-payment-secure { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.76rem; color: var(--oa-mid-grey); margin-top: 10px; }
.oa-payment-secure svg { width: 13px; height: 13px; }

/* ── FOOTER ICON CONSTRAINTS ─────────────────────────────── */
.oa-footer__contact svg,
.oa-footer__contact a svg,
.oa-footer__social-link svg { width: 15px !important; height: 15px !important; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.oa-footer__contact a,
.oa-footer__contact span { display: flex; align-items: center; gap: 8px; font-size: 0.86rem; line-height: 1.7; }
.oa-contact-detail__icon svg { width: 20px !important; height: 20px !important; }
.oa-footer__col-title { margin-bottom: 16px; }

/* ── VALUATION PLUS HEADER ───────────────────────────────── */
.oa-valplus-header { text-align: center; max-width: 580px; margin: 0 auto clamp(32px, 5vw, 48px); }

/* ── MOBILE FORM SPACING ─────────────────────────────────── */
@media (max-width: 480px) {
  .oa-form-card { padding: 20px 16px; }
  .oa-checklist { gap: 14px; }
  .oa-contact-detail { padding: 14px; gap: 12px; }
  .oa-contact-detail__icon { width: 38px; height: 38px; }
}
