/* Cash.Land — About page (hard-scoped) */
#cl-about {
  --accent:#38b000; --text:#0b1b12; --card:rgba(15,15,15,.42);
  --card-item:rgba(15,15,15,.40); --bd:rgba(255,255,255,.12);
  --radius:16px; --shadow:0 16px 36px rgba(0,0,0,.35);
  --container-max:1100px;

  color:var(--text);


  position:relative; z-index:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;


  /* Prevent horizontal scroll at any breakpoint */
  overflow-x: clip;
}

/* Optional dark scrim */
#cl-about.has-scrim::before{
  content:""; position:absolute; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(1200px 600px at 50% 20%, rgba(0,0,0,.18), transparent),
    linear-gradient(to bottom, rgba(0,0,0,.18), rgba(0,0,0,.08), rgba(0,0,0,.18));
}

/* Layout & resets */
#cl-about .about-container{ 



  max-width: calc(100% - 20px);
margin: 150px auto 250px;

  width:1100px;
}

#cl-about *{ box-sizing:border-box; }
#cl-about video{ max-width:100%; height:auto; display:block; }

/* Eyebrow */
#cl-about .about-hero__eyebrow{
  display:inline-block; font-size:clamp(.78rem, .72rem + .2vw, .85rem);
  letter-spacing:.08em; color: #fff; background:#335233;
  padding:.4rem .6rem; border-radius:999px; margin:0 0 10px; white-space:nowrap; line-height:1;
}
#cl-about .about-hero .lede{ margin-top:.25rem; }






/* Headings + lede */
#cl-about h1{font-size: clamp(32px, 5.6vw, 56px);line-height:1.05;margin: 0px 0 20px;text-wrap:balance;color:#0c7320;font-weight: 900;letter-spacing: -.02em;}
#cl-about h2{
   margin:0 0 1rem;
   font-size: clamp(28px,3.4vw,44px);
   font-weight: 900;
color:#0c7320;
}



#cl-about h3{font-size:1.08rem;margin:.15rem 0 .35rem;}
#cl-about .lede{font-size:clamp(1rem,2.1vw,1.14rem);opacity:.98;margin:0 0 1.2rem}

/* Hero quick-links */

#cl-about .about-quicklinks{display:flex;flex-wrap:wrap;gap:10px;margin-top:2.5rem;}
#cl-about .pill{
  font-size:.95rem; display:inline-flex; align-items:center; gap:.5rem;
  background:rgba(255,255,255,.08);
  border:1px solid var(--bd);
  border-radius:999px; padding:.45rem .8rem;
  color:#fff; text-decoration-color:rgba(29,253,92,.4); text-underline-offset:3px;
}
#cl-about .pill:focus-visible{outline:3px solid #fff; outline-offset:2px}

/* WHY grid */
#cl-about .why-grid{
  display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  list-style:none; margin:0; padding:0;
}
#cl-about .why-item{
  background:var(--card-item); backdrop-filter:saturate(140%) blur(8px);
  border:1px solid var(--bd); border-radius:14px; padding:16px 18px;
}
#cl-about .why-item p{margin:0}

/* Steps */
#cl-about .steps{
  display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  list-style:none; margin:0; padding:0;
}
#cl-about .step{
  background:var(--card-item); backdrop-filter:saturate(140%) blur(8px);
  border:1px solid var(--bd); border-left:3px solid var(--accent);
  border-radius:14px; padding:18px 18px 16px;
}
#cl-about .step .num{
  display:inline-grid; place-items:center; background:var(--accent); color:#fff; font-weight:800;
  border-radius:999px; width:32px; height:32px; font-size:.9rem; margin-bottom:.45rem; text-shadow:none;
}

/* Trust row */
#cl-about .trust-row{
  display:flex; flex-wrap:wrap; gap:10px; align-items:center; 
  backdrop-filter:saturate(140%) blur(8px); 
  border:1px solid var(--bd); border-radius:var(--radius); padding:10px 12px; margin-top:12px;
}
#cl-about .trust-pill{display:inline-flex;align-items:center;font-weight:750;letter-spacing:.15px;padding:.35rem .7rem}
#cl-about a.trust-pill { color:#1dbd3d; text-decoration:none; }
#cl-about a.trust-pill:hover,#cl-about a.trust-pill:focus { color:#2f9609; }
#cl-about a.trust-pill:visited { color:#1dbd3d; }

/* Founder */
#cl-about .founder{display:grid;gap:20px;grid-template-columns:1fr;align-items:center}
#cl-about .founder-media{
  max-width:400px;margin:0 auto;border-radius:18px;overflow:hidden;
  box-shadow:0 16px 40px rgba(0,0,0,.55);border:1px solid var(--bd);position:relative;z-index:1
}
#cl-about .founder-photo{display:block;width:100%;height:auto}
#cl-about .founder-body p{line-height:1.65}
#cl-about .founder-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:.6rem}
#cl-about .founder-badge{background:rgba(255,255,255,.06);border:1px solid var(--bd);
  border-radius:999px;padding:.35rem .7rem;font-size:.92rem}
@media (min-width:860px){
  #cl-about .founder{grid-template-columns:300px 1fr}
  #cl-about .founder-media{margin:0}
}

/* Conversion island */
#cl-about .about-form{
  background: linear-gradient(180deg, color-mix(in oklab, var(--accent) 90%, black 10%), var(--accent));
  color:#fff; border-radius:var(--radius); padding:clamp(18px,3vw,28px);
  box-shadow:0 32px 60px rgba(0,0,0,.5); text-align:center; border:1px solid rgba(255,255,255,.06);
  position:relative; z-index:2; max-width:560px; margin:250px auto;
}
#cl-about .about-form h2{margin:.25rem 0 .35rem;font-size: clamp(28px,3.4vw,44px);}
#cl-about .about-form p.sub{margin:0 0 1rem;opacity:.98;font-size:1.05rem}

/* Toggle (Land/House) */
#cl-about .prop-type{display:inline-grid;grid-auto-flow:column;gap:8px;margin:6px auto 12px;border:0;padding:0}
#cl-about .prop-type input{position:absolute;opacity:0;pointer-events:none}
#cl-about .prop-type .toggle{cursor:pointer;user-select:none;background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.25); border-radius:999px; padding:.5rem 1rem; font-weight:700}
#cl-about .prop-type[data-selected="land"] label[for="prop-land"],
#cl-about .prop-type[data-selected="house"] label[for="prop-house"]{
  background:#176e00; border-color:#176e00;
}
#cl-about .cta-center a{
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
}
#cl-about .micro-trust {display:block; margin-top:5px; text-align:center;}
#cl-about .about-form .fields{display:grid;gap:10px;grid-template-columns:1fr;max-width:600px;margin:0 auto 10px}
#cl-about .about-form input{
  width:100%;padding:.9rem 1rem;border-radius:12px;border:2px solid #fff;
  background:#fff;color:#0f1b12;font-size:1rem;box-shadow:0 2px 0 rgba(0,0,0,.07) inset
}
#cl-about .about-form input:focus{outline:none;border-color:#e7ffe7;box-shadow:0 0 0 4px rgba(56,176,0,.35)}
@media (min-width:720px){
  #cl-about .about-form .fields{grid-template-columns:1fr 1fr}
  #cl-about .about-form .fields input[name="address"]{grid-column:1/-1}
}

/* CTA */
#cl-about .cta{
  display:inline-block;background:#176e00;color:#fff;border:none;cursor:pointer;
  padding:.95rem 1.4rem;border-radius:999px;font-weight:800;font-size:1.06rem;
  box-shadow:0 14px 30px rgba(0,0,0,.25);transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#cl-about .cta:hover{background:#0f5200;transform:translateY(-1px);box-shadow:0 20px 40px rgba(0,0,0,.3)}
@keyframes cl-pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}
#cl-about .notes{margin:.6rem 0 0;font-size:.95rem}

/* A11y helpers */
#cl-about .visually-hidden{
  position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap
}

/* Motion & contrast */
@media (prefers-reduced-motion: reduce){
  #cl-about *{animation:none!important;transition:none!important}
}

/* Reveal animation */
#cl-about [data-animate="reveal"]{
  opacity:0; transform:translateY(40px);
  transition:opacity 1s ease-out, transform 1s ease-out;
  will-change:opacity, transform;
  box-shadow:none;
}



#cl-about [data-animate="reveal"].is-visible{ opacity:1; transform:translateY(0); }

/* ===== Video Section ===== */
#cl-about .video-section{
  position:relative;
  background: rgb(15 15 15 / 57%);
  -webkit-backdrop-filter:saturate(140%) blur(10px);
  backdrop-filter:saturate(140%) blur(10px);
  border:1px solid rgb(255 255 255 / 28%);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding: 30px;
  max-width:var(--container-max);
  margin:clamp(80px,2vw,18px) auto;
}
#cl-about .video-section .overlay{ display:none; }

/* Grid + copy (prevent horizontal overflow with minmax(0,1fr)) */
#cl-about .video-grid{
  position:relative; z-index:1;
  display:grid; align-items:center; gap:40px;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
@media (max-width:900px){
  #cl-about .video-grid{ grid-template-columns:minmax(0,1fr); }
}

#cl-about .video-copy h2{ 
    color:#fff; 
    line-height: 1.2;
    margin: 0px 0 20px;
    text-wrap: balance;
    font-weight: 900;
    letter-spacing: -.02em;
    font-size: clamp(28px,3.4vw,44px);
}
#cl-about .video-copy p{ color:#eaffea; opacity:.96; margin:0 0 16px; }

/* CTA */
#cl-about .video-copy .cta-button{
  display:inline-flex; align-items:center; justify-content:center; gap:.5ch;
  padding:.9em 1.2em; min-width:220px; border-radius:10px; border:0;
  color:#fff; font-weight:900; text-decoration:none;
  background:linear-gradient(135deg,#26c044,#0e7f23);
  box-shadow:0 14px 30px rgba(0,0,0,.22);
}
#cl-about .video-copy .cta-button:hover{
  background:linear-gradient(135deg,#22b43f,#0c731f); transform:translateY(-2px);
}

/* Frame + layers */
#cl-about .video-side .video-frame{
  position:relative; border-radius:12px; overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.22), inset 0 2px 0 rgba(255,255,255,.08); margin:0;
}
#cl-about .video-side .video-frame video{
  display:block; width:100%; aspect-ratio:16/9; background:#000; border-radius:12px; outline:none;
  position:relative; z-index:2;
}

/* Play pill */
#cl-about .video-side .video-frame .play-overlay{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  display:inline-flex; align-items:center; gap:12px;
  padding:12px 18px; border-radius:12px;
  background:rgba(255,255,255,.96);
  border:2px solid #22b43f;
  color:#0e7f23; font-weight:900; font-size:clamp(16px,2.2vw,20px);
  cursor:pointer; box-shadow:0 10px 24px rgba(0,0,0,.20);
  transition:transform .2s, box-shadow .2s, border-color .2s;
  z-index:3; pointer-events:auto;
}
#cl-about .video-side .video-frame .play-overlay:hover{
  transform:translate(-50%,-50%) scale(1.03);
  box-shadow:0 14px 32px rgba(0,0,0,.28);
  border-color:#0c8f2d;
}
#cl-about .video-side .video-frame .play-overlay:focus-visible{
  outline:3px solid rgba(34,180,63,.35); outline-offset:3px;
}
#cl-about .video-side .video-frame .play-overlay[hidden]{ display:none !important; }

/* CSS triangle icon */
#cl-about .video-side .video-frame .play-triangle{
  width:0; height:0; border-style:solid;
  border-width:9px 0 9px 15px; border-color:transparent transparent transparent currentColor;
  filter:drop-shadow(0 .5px 0 rgba(0,0,0,.15));
}

/* End-screen CTA */
#cl-about .video-frame { position: relative; }
#cl-about .end-cta {
  position:absolute; left:12px; right:12px; bottom:12px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 16px; border-radius:12px;
  background:rgba(0,0,0,.65); color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  pointer-events:none; opacity:0; transform:translateY(6px);
  transition:opacity .22s ease, transform .22s ease; z-index:3;
}
/* Hidden state: preserve layout */
#cl-about .video-frame .end-cta[hidden]{ display:block !important; opacity:0; visibility:hidden; }
/* Visible state */
#cl-about .end-cta.is-in{ opacity:1; transform:translateY(0); visibility:visible; }
/* Copy block */
#cl-about .end-cta__copy{ display:flex; flex-direction:column; gap:2px; }
#cl-about .end-cta__copy strong{ font-weight:800; letter-spacing:.2px; }
#cl-about .end-cta__copy span{ font-size:.9rem; opacity:.92; }
/* Interactive parts */
#cl-about .end-cta__btn, #cl-about .end-cta__replay{ pointer-events:auto; }
#cl-about .end-cta__btn{ min-height:44px; }
#cl-about .end-cta__replay{
  appearance:none; border:0; border-radius:999px; padding:8px 12px; font-weight:700; cursor:pointer;
  background:#fff; color:#111;
}
/* Focus rings */
#cl-about .end-cta__replay:focus-visible, #cl-about .end-cta__btn:focus-visible{
  outline:3px solid var(--cl-focus, #7fd47f); outline-offset:2px;
}
/* Mobile stacking */
@media (max-width:520px){
  #cl-about .end-cta{
    flex-direction:column; align-items:stretch; gap:10px; left:10px; right:10px; bottom:10px;
  }
  #cl-about .end-cta__btn, #cl-about .end-cta__replay{ width:100%; justify-content:center; }
}

/* Stronger H3 hierarchy (About page only) */
#cl-about h3{
  font-weight:800;
  font-size:clamp(1.15rem, 1.02rem + .6vw, 1.35rem);
  line-height:1.3;
color:#0c7320;
  letter-spacing:.1px;
}
/* Tighter spacing inside cards */
#cl-about .why-item h3, #cl-about .step h3{ margin:0 0 .25rem; }


/* Lock badge icon size no matter what global SVG rules exist */
#cl-about .stat-badges .badge svg{
  width:18px !important;
  height:18px !important;
  flex:0 0 18px;
  fill: currentColor;
}

/* Tighter badge layout so text doesn’t push things weirdly */
#cl-about .stat-badges{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
#cl-about .badge{
  display:inline-flex; align-items:center; gap:8px; padding:8px 12px;margin: 10px 0 25px 0;
  border-radius:999px; font-weight:800; font-size:.95rem; text-decoration:none;
  color:#0e7f23; background:rgba(255,255,255,.94); border:1px solid rgba(0,0,0,.06);
  box-shadow:0 8px 18px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.7);
}

/* About page reviews badge tidy */
#cl-about .badge.badge--stars{
  display:inline-flex; align-items:center; gap:.5rem;
  border-radius:999px; padding:.5rem .75rem;
  background:#fff; overflow:hidden; line-height:1;
}
#cl-about .badge.badge--stars .badge-text{ display:inline-block; }
#cl-about .badge.badge--stars svg{ max-height:1em; }

.cl-about-bg{
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    background: #eaf8ee;
}




#cl-about {
  position: relative;
  overflow-x: clip;
  overflow-y: hidden;
}



#cl-about .proof-sub p{color:green; text-shadow:none;}



/* Background image (fixed, full-screen) */
.cl-about-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: -3;
  pointer-events: none;
  user-select: none;
  background: #eaf8ee;
}

/* Main container + gradient overlay behind content */
#cl-about {
  position: relative;
  isolation: isolate; /* creates safe stacking context */
  overflow-x: clip;
  overflow-y: hidden;
}

#cl-about::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 7%) 100%, rgba(0, 0, 0, 0) 0%);
  z-index: -2; /* behind all content, above bg image */
  pointer-events: none;
}

.about-container {
  position: relative;
  z-index: 1; /* ensure content stays above gradient */
}

#cl-about .testimonial-carousel .cl-qc__stars{color:#05b631;}
#cl-about .testimonial-carousel .cl-qc__name{color:#8dba98;}
#cl-about .testimonial-carousel .cl-qc__meta .cl-qc__loc{color:#39a441;}

#cl-about .about-card{
background: #fff;
    -webkit-backdrop-filter: saturate(140%) blur(30px);
    backdrop-filter: saturate(140%) blur(30px);
    border-radius: var(--radius);
border: 1px solid rgb(178 178 178);
    box-shadow: var(--shadow);
    padding: clamp(18px,2.4vw,28px);
    max-width: calc(100% - 20px);

    padding: 25px;
margin: 0 auto 250px;
}

/* Global CTA centering */
.cta-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* Hero CTA specific */
.hero__cta {
  margin-top: 20px;
  text-align: center;
}
.hero__cta .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 12px;
}

/* Optional: narrow text blocks on wide screens */
.about-card p,
.about-card .lede {

  margin-left: auto;
  margin-right: auto;
}
.about-sold-proof{margin-top:30px;}






/*********************************************************************************
 * Cash.Land — About Page CSS (hard-scoped)
 * Scope: #cl-about only (safe to drop into your main stylesheet)
 * Master Plan aligned: land-only, trust-forward, conversion-focused
 *********************************************************************************/

/* -------- Color tokens (scoped) -------- */
#cl-about {
  --cl-bg: #ffffff;
  --cl-text: #0b1b12;
  --cl-muted: #5a6b60;
  --cl-border: #e7eee9;

  --cl-green-700: #0b6f1e;
  --cl-green-600: #128028;
  --cl-green-500: #15a045;
  --cl-green-100: #eaf7ee;

  --cl-pill-bg: #edf6f0;
  --cl-pill-text: #0b6f1e;

  --cl-focus: #0ea349;
  --cl-shadow: 0 6px 20px rgba(11, 111, 30, 0.08);
}






/* Headings */
#cl-about h1,
#cl-about h2,
#cl-about h3 {
  line-height: 1.2;
  letter-spacing: -0.01em;

  margin: 0 0 10px;
}


/* Paragraphs & lists */
#cl-about p {
  color: var(--cl-text);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.6;
  margin: 0 0 14px;
}
#cl-about .value-list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
#cl-about .value-list li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}
#cl-about .value-list li::before {
  content: "•";
  color: var(--cl-green-600);
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
  font-size: 22px;
}

/* -------- Hero -------- */
#cl-about .about-hero {
  position: relative;
  overflow: hidden;
}
#cl-about .about-hero__eyebrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;

  margin-bottom: 6px;
}
#cl-about .lede {
  font-size: clamp(16px, 1.35vw, 19px);
  color: var(--cl-text);
  margin-top: 6px;
}
#cl-about .about-hero__rating {
  margin-top: 14px;
}

/* -------- Trust pills & rating pill -------- */
#cl-about .trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#cl-about .trust-pill,
#cl-about .rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cl-pill-bg);
  color: var(--cl-pill-text);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #dbe9df;
  white-space: nowrap;
  min-width: 0;
}

/* Rating pill icon and text */
#cl-about .rating-pill .trust-icon svg {
  display: block;
}
#cl-about .rating-pill .badge-text {
  display: inline-block;
}

/* -------- Founder block -------- */
#cl-about .founder {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 25px;
  align-items: start;
}
#cl-about .founder-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--cl-border);
  box-shadow: var(--cl-shadow);
  background: #fff;
}
#cl-about .founder-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
#cl-about .founder-badge {
  background: #f4faf5;
  color: var(--cl-green-700);
  border: 1px solid #e2efe5;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}


#cl-about #recently-purchased-title {
  margin: 0 0 8px;
}
#cl-about #review-thumbs,
#cl-about .cl-review-thumbs {
  margin-top: 6px;
}

/* Ensure any anchor inside randomized thumbs stays nofollowed by HTML change;
   here we just style cards minimally if your shortcode outputs them */
#cl-about .review-thumb,
#cl-about .cl-review-thumb {
  border: 1px solid var(--cl-border);
  border-radius: 12px;
  overflow: hidden;
}



/* CTA wrapper alignment */
#cl-about .cta-center {
  text-align: center;
  margin-top: 10px;
}
#cl-about .micro-trust {
  display: inline-block;
  margin-top: 8px;
  color: var(--cl-muted);
  font-size: 13px;
}


/* -------- Responsive -------- */
@media (max-width: 820px) {
  #cl-about .founder {
    grid-template-columns: 1fr;
  }
  #cl-about .founder-media { order: -1; }
}

@media (max-width: 560px) {
  #cl-about .trust-row {
    gap: 8px;
  }
  #cl-about .trust-pill,
  #cl-about .rating-pill {
    font-size: 13px;
    padding: 7px 10px;
  }
}

/* -------- Reduced motion -------- */
@media (prefers-reduced-motion: reduce) {
  #cl-about * {
    transition: none !important;
    animation: none !important;
  }
}

/* -------- Print (keeps content clean if someone prints About) -------- */
@media print {
  #cl-about .about-card {
    box-shadow: none;
    border-color: #ddd;
  }
  #cl-about .btn,
  #cl-about .cl-about-bg { display: none !important; }
}
.about-container strong {
  font-weight: 550; /* mild emphasis */

}

#cl-about .value-list strong{font-weight:700;}



