/* ============================================================
   OCHousebuyers v2 — California-Inspired Design
   Warm stone + terracotta + deep green palette
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700;800;900&family=Nunito:wght@400;500;600;700;800&display=swap');

:root {
  --stone:    #1c1917;
  --earth:    #44403c;
  --terra:    #c2410c;
  --terra-lt: #ea580c;
  --sand:     #fdf6ed;
  --sand-dk:  #f5ebe0;
  --sage:     #166534;
  --white:    #ffffff;
  --gray:     #78716c;
  --border:   #e7e0d8;
}

/* ── Full width Astra fix ── */
.ast-page-builder-template .entry-content,
.ast-no-sidebar .entry-content,
.ast-no-sidebar #content.site-content,
.page .site-content,
article.page,
.entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.site-content .ast-container,
.entry-content .ast-container,
#content .ast-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ── Base ── */
.ocb-page * { box-sizing: border-box; }
.ocb-page {
  font-family: 'Nunito', sans-serif;
  color: var(--stone);
  width: 100%; max-width: 100%; overflow-x: hidden;
}

/* ── Helpers ── */
.ocb-wrap  { max-width: 1160px; margin: auto; padding: 0 24px; }
.ocb-label {
  display: inline-block; font-size: .75rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 10px;
}
.ocb-h2 {
  font-family: 'Fraunces', serif; font-size: clamp(2rem,3.5vw,3rem);
  font-weight: 900; color: var(--stone); line-height: 1.15; margin-bottom: 16px;
}
.ocb-h2 em { font-style: normal; color: var(--terra); }
.ocb-sub {
  color: var(--gray); font-size: 1rem; line-height: 1.75; max-width: 580px;
}
.ocb-section       { padding: 90px 0; }
.ocb-section-sand  { padding: 90px 0; background: var(--sand); }
.ocb-section-stone { padding: 90px 0; background: var(--stone); }

/* ── Buttons ── */
.ocb-btn-primary {
  display: inline-block; background: var(--terra); color: var(--white);
  padding: 15px 36px; border-radius: 8px; font-weight: 800;
  font-size: .95rem; text-decoration: none; border: none; cursor: pointer;
  font-family: 'Nunito', sans-serif; transition: all .2s; letter-spacing: .02em;
}
.ocb-btn-primary:hover {
  background: var(--terra-lt); transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(194,65,12,.35); color: var(--white);
}
.ocb-btn-outline {
  display: inline-block; background: transparent; color: var(--white);
  padding: 14px 34px; border-radius: 8px; font-weight: 800;
  font-size: .95rem; text-decoration: none; border: 2px solid rgba(255,255,255,.4);
  cursor: pointer; font-family: 'Nunito', sans-serif; transition: all .2s;
}
.ocb-btn-outline:hover {
  border-color: var(--white); background: rgba(255,255,255,.1); color: var(--white);
}
.ocb-btn-stone {
  display: inline-block; background: var(--stone); color: var(--white);
  padding: 15px 36px; border-radius: 8px; font-weight: 800;
  font-size: .95rem; text-decoration: none; border: none; cursor: pointer;
  font-family: 'Nunito', sans-serif; transition: all .2s;
}
.ocb-btn-stone:hover {
  background: var(--earth); transform: translateY(-2px); color: var(--white);
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.ocb-hero {
  background: var(--stone);
  position: relative; overflow: hidden;
  padding: 0;
}
.ocb-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(194,65,12,.18) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(22,101,52,.12) 0%, transparent 50%);
}
.ocb-hero-pattern {
  position: absolute; inset: 0; opacity: .04;
  background-image: repeating-linear-gradient(
    45deg,
    #fff 0, #fff 1px,
    transparent 0, transparent 50%
  );
  background-size: 20px 20px;
}
.ocb-hero-inner {
  max-width: 1160px; margin: auto; padding: 80px 24px;
  display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: center;
  position: relative; z-index: 2;
}
.ocb-hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(194,65,12,.2); border: 1px solid rgba(194,65,12,.4);
  color: #fb923c; padding: 6px 16px; border-radius: 50px;
  font-size: .78rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 24px;
}
.ocb-hero h1 {
  font-family: 'Fraunces', serif; font-size: clamp(2.4rem,5vw,4rem);
  font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 20px;
}
.ocb-hero h1 em { font-style: normal; color: #fb923c; }
.ocb-hero-desc {
  color: rgba(255,255,255,.7); font-size: 1.05rem;
  line-height: 1.8; margin-bottom: 32px; max-width: 480px;
}
.ocb-hero-checks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.ocb-hero-check {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,.85); font-size: .92rem; font-weight: 600;
}
.ocb-check-dot {
  width: 20px; height: 20px; background: var(--terra); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .6rem; color: white; flex-shrink: 0; font-weight: 900;
}
.ocb-hero-phone {
  margin-top: 8px; display: flex; align-items: center; gap: 10px;
}
.ocb-hero-phone a {
  color: #fb923c; font-size: 1.5rem; font-weight: 800;
  text-decoration: none; font-family: 'Fraunces', serif;
}
.ocb-hero-phone a:hover { color: #fdba74; }

/* Hero form card */
.ocb-hero-form {
  background: var(--white); border-radius: 16px;
  padding: 36px 30px; box-shadow: 0 32px 80px rgba(0,0,0,.4);
}
.ocb-hero-form h3 {
  font-family: 'Fraunces', serif; font-size: 1.4rem;
  font-weight: 800; color: var(--stone); margin-bottom: 4px;
}
.ocb-hero-form p { color: var(--gray); font-size: .85rem; margin-bottom: 20px; }
.ocb-field { margin-bottom: 14px; }
.ocb-field label {
  display: block; font-size: .75rem; font-weight: 800;
  color: var(--earth); margin-bottom: 5px;
  text-transform: uppercase; letter-spacing: .06em;
}
.ocb-field input, .ocb-field select, .ocb-field textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid var(--border);
  border-radius: 8px; font-size: .9rem; font-family: 'Nunito', sans-serif;
  background: var(--sand); outline: none; transition: border-color .2s;
  color: var(--stone);
}
.ocb-field input:focus, .ocb-field select:focus { border-color: var(--terra); }
.ocb-submit {
  width: 100%; background: var(--terra); color: white;
  border: none; padding: 14px; border-radius: 8px;
  font-size: .95rem; font-weight: 800; cursor: pointer;
  font-family: 'Nunito', sans-serif; transition: all .2s;
  letter-spacing: .02em;
}
.ocb-submit:hover { background: var(--terra-lt); }
.ocb-form-note {
  text-align: center; color: var(--gray); font-size: .75rem;
  margin-top: 10px;
}

/* ════════════════════════════════
   TRUST BAR
════════════════════════════════ */
.ocb-trust-bar { background: var(--terra); padding: 20px 0; }
.ocb-trust-bar-inner {
  max-width: 1160px; margin: auto; padding: 0 24px;
  display: flex; justify-content: space-around; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.ocb-trust-stat {
  display: flex; align-items: center; gap: 10px;
  color: white;
}
.ocb-trust-stat-num {
  font-family: 'Fraunces', serif; font-size: 1.6rem;
  font-weight: 900; line-height: 1;
}
.ocb-trust-stat-lbl { font-size: .8rem; font-weight: 700; opacity: .85; line-height: 1.3; }

/* ════════════════════════════════
   3 STEPS
════════════════════════════════ */
.ocb-steps-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-top: 52px;
}
.ocb-step {
  background: var(--white); border-radius: 16px; padding: 36px 28px;
  border: 1.5px solid var(--border); position: relative;
  transition: transform .2s, box-shadow .2s;
}
.ocb-step:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(28,25,23,.1); }
.ocb-step-num {
  width: 56px; height: 56px; background: var(--stone);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 900;
  color: #fb923c; margin-bottom: 20px;
}
.ocb-step h4 { font-size: 1.1rem; font-weight: 800; color: var(--stone); margin-bottom: 10px; }
.ocb-step p  { color: var(--gray); font-size: .9rem; line-height: 1.7; }
.ocb-step-connector {
  position: absolute; top: 56px; right: -16px;
  width: 32px; height: 2px; background: var(--terra); z-index: 1;
}

/* ════════════════════════════════
   ABOUT / OWNER
════════════════════════════════ */
.ocb-about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.ocb-owner-card {
  background: linear-gradient(135deg, var(--stone) 0%, #292524 100%);
  border-radius: 24px; padding: 52px 44px; color: white;
  position: relative; overflow: hidden;
}
.ocb-owner-card::before {
  content: '';
  position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(194,65,12,.3) 0%, transparent 70%);
  border-radius: 50%;
}
.ocb-owner-icon { font-size: 4rem; margin-bottom: 20px; display: block; }
.ocb-owner-card h3 {
  font-family: 'Fraunces', serif; font-size: 1.8rem;
  font-weight: 900; margin-bottom: 6px; color: white;
}
.ocb-owner-title {
  color: #fb923c; font-size: .85rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px;
  display: block;
}
.ocb-owner-card p {
  color: rgba(255,255,255,.7); line-height: 1.8;
  font-size: .93rem; margin-bottom: 14px;
}
.ocb-about-text h2 { font-family: 'Fraunces', serif; font-size: 2.4rem; font-weight: 900; color: var(--stone); margin-bottom: 16px; }
.ocb-about-text p  { color: var(--gray); line-height: 1.8; margin-bottom: 16px; font-size: .97rem; }
.ocb-feature-list  { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.ocb-feature {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 18px; background: var(--sand); border-radius: 10px;
  border-left: 3px solid var(--terra);
}
.ocb-feature-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.ocb-feature-title { font-weight: 800; color: var(--stone); font-size: .9rem; margin-bottom: 2px; }
.ocb-feature-desc  { color: var(--gray); font-size: .82rem; line-height: 1.5; }

/* ════════════════════════════════
   COMPARISON
════════════════════════════════ */
.ocb-compare-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.ocb-compare-col {
  border-radius: 16px; overflow: hidden;
  border: 1.5px solid var(--border);
}
.ocb-compare-head {
  padding: 20px 28px; font-weight: 800; font-size: 1rem;
  display: flex; align-items: center; gap: 10px;
}
.ocb-compare-head.bad  { background: #fee2e2; color: #991b1b; }
.ocb-compare-head.good { background: var(--stone); color: white; }
.ocb-compare-head.good span { color: #fb923c; }
.ocb-compare-row {
  padding: 14px 28px; font-size: .9rem;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--border);
}
.ocb-compare-row:last-child { border-bottom: none; }
.ocb-compare-row.bad  { background: white; color: var(--earth); }
.ocb-compare-row.good { background: var(--sand); color: var(--stone); font-weight: 700; }
.ocb-x { color: #dc2626; font-weight: 900; margin-right: 4px; }
.ocb-v { color: var(--sage); font-weight: 900; margin-right: 4px; }

/* ════════════════════════════════
   SITUATIONS
════════════════════════════════ */
.ocb-situations-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 16px; margin-top: 48px;
}
.ocb-situation {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 24px 22px;
  display: flex; align-items: center; gap: 14px;
  transition: background .2s;
}
.ocb-situation:hover { background: rgba(255,255,255,.1); }
.ocb-sit-icon {
  width: 44px; height: 44px; background: rgba(194,65,12,.25);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; flex-shrink: 0;
}
.ocb-sit-title { color: white; font-weight: 800; font-size: .92rem; margin-bottom: 2px; }
.ocb-sit-desc  { color: rgba(255,255,255,.5); font-size: .78rem; }

/* ════════════════════════════════
   CITIES
════════════════════════════════ */
.ocb-cities-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 16px; margin-top: 48px;
}
.ocb-city {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 14px; padding: 22px 20px;
  transition: all .2s; cursor: pointer;
  display: flex; align-items: center; gap: 12px;
}
.ocb-city:hover {
  border-color: var(--terra); background: var(--sand);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(194,65,12,.12);
}
.ocb-city-icon { font-size: 1.4rem; flex-shrink: 0; }
.ocb-city-name { font-weight: 800; color: var(--stone); font-size: .9rem; }
.ocb-city-sub  { color: var(--gray); font-size: .75rem; }

/* ════════════════════════════════
   TESTIMONIALS
════════════════════════════════ */
.ocb-reviews-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; margin-top: 48px;
}
.ocb-review {
  background: var(--white); border-radius: 16px; padding: 28px 24px;
  border: 1.5px solid var(--border); transition: box-shadow .2s;
}
.ocb-review:hover { box-shadow: 0 12px 40px rgba(28,25,23,.1); }
.ocb-review-stars  { color: var(--terra); font-size: .9rem; letter-spacing: 2px; margin-bottom: 14px; }
.ocb-review-text   { color: var(--earth); font-size: .88rem; line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.ocb-review-name   { font-weight: 800; color: var(--stone); font-size: .88rem; }
.ocb-review-loc    { color: var(--gray); font-size: .78rem; }

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.ocb-faq-list { max-width: 800px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 10px; }
.ocb-faq-item { background: var(--white); border-radius: 14px; overflow: hidden; border: 1.5px solid var(--border); }
.ocb-faq-q {
  padding: 20px 26px; font-weight: 800; color: var(--stone);
  cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-size: .93rem; transition: background .2s;
  user-select: none;
}
.ocb-faq-q:hover { background: var(--sand); }
.ocb-faq-arrow { color: var(--terra); font-size: 1.1rem; transition: transform .25s; flex-shrink: 0; }
.ocb-faq-q.ocb-open .ocb-faq-arrow { transform: rotate(180deg); }
.ocb-faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s;
  color: var(--gray); line-height: 1.75; font-size: .9rem; padding: 0 26px;
}
.ocb-faq-a.ocb-open { max-height: 300px; padding: 0 26px 20px; }

/* ════════════════════════════════
   CTA BAND
════════════════════════════════ */
.ocb-cta-band {
  background: linear-gradient(135deg, var(--terra) 0%, #9a3412 100%);
  padding: 80px 24px; text-align: center; position: relative; overflow: hidden;
}
.ocb-cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M20 20c0-5.523-4.477-10-10-10S0 14.477 0 20s4.477 10 10 10 10-4.477 10-10zm10 0c0 5.523 4.477 10 10 10s10-4.477 10-10-4.477-10-10-10-10 4.477-10 10z'/%3E%3C/g%3E%3C/svg%3E");
}
.ocb-cta-band h2 {
  font-family: 'Fraunces', serif; font-size: clamp(2rem,4vw,3rem);
  font-weight: 900; color: white; margin-bottom: 14px; position: relative;
}
.ocb-cta-band p {
  color: rgba(255,255,255,.8); font-size: 1rem;
  margin-bottom: 32px; max-width: 500px; margin-left: auto; margin-right: auto;
  line-height: 1.7; position: relative;
}
.ocb-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ════════════════════════════════
   CONTACT PAGE
════════════════════════════════ */
.ocb-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.ocb-contact-info h2 { font-family: 'Fraunces', serif; font-size: 2.2rem; font-weight: 900; color: var(--stone); margin-bottom: 16px; }
.ocb-contact-info p  { color: var(--gray); line-height: 1.8; margin-bottom: 24px; }
.ocb-contact-item { display: flex; gap: 16px; margin-bottom: 20px; align-items: flex-start; }
.ocb-contact-icon {
  width: 46px; height: 46px; background: var(--stone); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.ocb-contact-lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; color: var(--gray); font-weight: 800; }
.ocb-contact-val { color: var(--stone); font-weight: 800; font-size: .97rem; }
.ocb-contact-form-box { background: var(--sand); border-radius: 20px; padding: 40px; border: 1.5px solid var(--border); }
.ocb-contact-form-box h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 900; color: var(--stone); margin-bottom: 24px; }

/* ════════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════════ */
.ocb-page-hero {
  background: var(--stone); padding: 80px 24px; text-align: center; position: relative; overflow: hidden;
}
.ocb-page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(194,65,12,.2) 0%, transparent 65%);
}
.ocb-page-hero .ocb-label { color: #fb923c; }
.ocb-page-hero h1 {
  font-family: 'Fraunces', serif; font-size: clamp(2.2rem,4vw,3rem);
  font-weight: 900; color: white; margin-bottom: 16px; position: relative;
}
.ocb-page-hero p {
  color: rgba(255,255,255,.65); font-size: 1.05rem;
  max-width: 600px; margin: 0 auto; line-height: 1.75; position: relative;
}

/* ════════════════════════════════
   HOW IT WORKS (detailed)
════════════════════════════════ */
.ocb-hiw-list { display: flex; flex-direction: column; gap: 24px; margin-top: 56px; }
.ocb-hiw-item {
  display: grid; grid-template-columns: 76px 1fr; gap: 28px;
  background: var(--sand); padding: 36px; border-radius: 16px;
  border: 1.5px solid var(--border); align-items: start;
  transition: box-shadow .2s;
}
.ocb-hiw-item:hover { box-shadow: 0 10px 32px rgba(28,25,23,.08); }
.ocb-hiw-num {
  width: 68px; height: 68px; background: var(--stone); color: #fb923c;
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 900; flex-shrink: 0;
}
.ocb-hiw-item h4 { font-size: 1.15rem; font-weight: 800; color: var(--stone); margin-bottom: 10px; }
.ocb-hiw-item p  { color: var(--gray); line-height: 1.75; font-size: .93rem; }

/* ════════════════════════════════
   ABOUT PAGE
════════════════════════════════ */
.ocb-values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.ocb-value {
  background: var(--white); padding: 28px 24px; border-radius: 14px;
  border: 1.5px solid var(--border); border-top: 3px solid var(--terra);
  transition: box-shadow .2s;
}
.ocb-value:hover { box-shadow: 0 8px 28px rgba(194,65,12,.1); }
.ocb-value-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }
.ocb-value h4   { font-weight: 800; color: var(--stone); margin-bottom: 8px; font-size: .97rem; }
.ocb-value p    { color: var(--gray); font-size: .86rem; line-height: 1.65; }

/* ════════════════════════════════
   REVIEWS PAGE
════════════════════════════════ */
.ocb-reviews-full { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 48px; }
.ocb-review-full {
  background: var(--white); border-radius: 16px; padding: 32px 28px;
  border: 1.5px solid var(--border); transition: box-shadow .2s;
}
.ocb-review-full:hover { box-shadow: 0 10px 36px rgba(28,25,23,.1); }
.ocb-stats-row {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 60px; padding: 40px; background: var(--sand);
  border-radius: 16px; border: 1.5px solid var(--border);
}
.ocb-stat-box { text-align: center; }
.ocb-stat-big { font-family: 'Fraunces', serif; font-size: 2.8rem; font-weight: 900; color: var(--stone); line-height: 1; }
.ocb-stat-small { color: var(--gray); font-size: .85rem; font-weight: 700; margin-top: 4px; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 960px) {
  .ocb-hero-inner    { grid-template-columns: 1fr; }
  .ocb-hero-form     { display: none; }
  .ocb-steps-grid    { grid-template-columns: 1fr; }
  .ocb-step-connector { display: none; }
  .ocb-about-grid    { grid-template-columns: 1fr; }
  .ocb-compare-wrap  { grid-template-columns: 1fr; }
  .ocb-situations-grid { grid-template-columns: repeat(2,1fr); }
  .ocb-cities-grid   { grid-template-columns: repeat(2,1fr); }
  .ocb-reviews-grid  { grid-template-columns: 1fr; }
  .ocb-contact-grid  { grid-template-columns: 1fr; }
  .ocb-values-grid   { grid-template-columns: 1fr 1fr; }
  .ocb-reviews-full  { grid-template-columns: 1fr; }
  .ocb-hiw-item      { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .ocb-situations-grid { grid-template-columns: 1fr; }
  .ocb-cities-grid     { grid-template-columns: 1fr 1fr; }
  .ocb-values-grid     { grid-template-columns: 1fr; }
  .ocb-trust-bar-inner { flex-direction: column; gap: 20px; text-align: center; }
}
