/* ReimburseReady — marketing site UI kit. Reads tokens from styles.css. */

.rrm{font-family:var(--font-sans);color:var(--ink);background:var(--card)}
.rrm *{box-sizing:border-box}
.rrm a{color:inherit;text-decoration:none}
.rrm .wrap{max-width:1120px;margin:0 auto;padding:0 28px}

/* header */
.rrm-head{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.rrm-head .wrap{display:flex;align-items:center;gap:18px;height:68px}
.rrm-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:19px;letter-spacing:-.01em}
.rrm-logo .mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--teal-500),var(--teal-600));display:grid;place-items:center;color:#fff;font-weight:900;font-size:18px;font-family:var(--font-display)}
.rrm-navlinks{display:flex;gap:26px;margin-left:18px}
.rrm-navlinks a{font-size:14px;font-weight:600;color:var(--muted)}
.rrm-navlinks a:hover{color:var(--ink)}
.rrm-headcta{margin-left:auto;display:flex;align-items:center;gap:12px}

/* hero */
.rrm-hero{background:linear-gradient(180deg,var(--primary-tint),var(--card) 70%);padding:74px 0 64px}
.rrm-hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.rrm-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary-dark);background:var(--card);border:1px solid #CFE7E7;border-radius:var(--radius-pill);padding:6px 13px;margin-bottom:20px}
.rrm-hero h1{font-family:var(--font-display);font-weight:800;font-size:54px;line-height:1.05;letter-spacing:-.025em;margin:0 0 18px}
.rrm-hero h1 .em{color:var(--primary-dark)}
.rrm-hero .lead{font-size:19px;line-height:1.55;color:var(--ink-soft);margin:0 0 28px;max-width:520px}
.rrm-herocta{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.rrm-herocta .note{font-size:13px;color:var(--muted)}

/* hero preview (chat card) */
.rrm-preview{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:18px;transform:rotate(.6deg)}
.rrm-pv-top{display:flex;align-items:center;gap:9px;padding-bottom:12px;border-bottom:1px solid var(--line-soft);margin-bottom:14px}
.rrm-pv-mark{width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,var(--teal-500),var(--teal-600));display:grid;place-items:center;color:#fff;font-weight:900;font-size:14px;font-family:var(--font-display)}
.rrm-pv-name{font-family:var(--font-display);font-weight:800;font-size:14px}
.rrm-pv-thread{display:flex;flex-direction:column;gap:11px}
.rrm-pv-row{display:flex;gap:8px;max-width:90%}
.rrm-pv-row.user{align-self:flex-end}
.rrm-pv-ava{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--teal-500),var(--teal-600));display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;font-family:var(--font-display);flex:0 0 auto}
.rrm-pv-bubble{padding:10px 13px;border-radius:13px;font-size:13.5px;line-height:1.5;box-shadow:var(--shadow-sm)}
.rrm-pv-row.bot .rrm-pv-bubble{background:var(--card);border:1px solid var(--line-soft);border-top-left-radius:4px}
.rrm-pv-row.user .rrm-pv-bubble{background:var(--primary);color:#fff;border-top-right-radius:4px}
.rrm-pv-chips{display:flex;gap:6px;margin-top:9px;flex-wrap:wrap}
.rrm-pv-chip{font-size:10.5px;font-weight:600;color:var(--primary-dark);background:var(--primary-tint);border:1px solid #CFE7E7;border-radius:var(--radius-pill);padding:3px 9px}

/* trust strip */
.rrm-trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--bg)}
.rrm-trust .wrap{display:flex;gap:34px;flex-wrap:wrap;justify-content:center;padding:18px 28px;font-size:13.5px;color:var(--muted);font-weight:600}
.rrm-trust .item{display:flex;align-items:center;gap:8px}

/* sections */
.rrm-sec{padding:88px 0}
.rrm-sec.tint{background:var(--bg)}
.rrm-sec-head{text-align:center;max-width:640px;margin:0 auto 48px}
.rrm-sec-head h2{font-family:var(--font-display);font-weight:800;font-size:38px;letter-spacing:-.02em;margin:0 0 12px}
.rrm-sec-head p{font-size:17px;color:var(--muted);line-height:1.55;margin:0}

/* value props */
.rrm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:920px;margin:0 auto}
.rrm-vp{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-xs)}
.rrm-vp .ic{width:46px;height:46px;border-radius:13px;background:var(--primary-tint);display:grid;place-items:center;color:var(--primary-dark);margin-bottom:16px}
.rrm-vp h3{font-family:var(--font-display);font-weight:800;font-size:19px;margin:0 0 7px}
.rrm-vp p{font-size:14.5px;color:var(--muted);line-height:1.55;margin:0}

/* how it works */
.rrm-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:960px;margin:0 auto}
.rrm-step{text-align:center;padding:0 8px}
.rrm-step .num{width:42px;height:42px;border-radius:var(--radius-pill);background:var(--accent);color:#fff;font-family:var(--font-display);font-weight:900;font-size:18px;display:grid;place-items:center;margin:0 auto 16px;box-shadow:var(--shadow-accent)}
.rrm-step h3{font-family:var(--font-display);font-weight:800;font-size:18px;margin:0 0 7px}
.rrm-step p{font-size:14px;color:var(--muted);line-height:1.55;margin:0}

/* pricing */
.rrm-price{max-width:440px;margin:0 auto;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}
.rrm-price-h{background:var(--primary-tint);padding:26px 30px;border-bottom:1px solid var(--line)}
.rrm-price-h .amt{font-family:var(--font-display);font-weight:900;font-size:46px;color:var(--primary-dark);line-height:1}
.rrm-price-h .amt small{font-size:16px;font-weight:700;color:var(--muted)}
.rrm-price-h .cap{font-size:13.5px;color:var(--muted);margin-top:6px}
.rrm-price-b{padding:26px 30px}
.rrm-feat{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;margin-bottom:13px;color:var(--ink-soft)}
.rrm-feat .ck{color:var(--ok);flex:0 0 auto;margin-top:1px}

/* honesty callout */
.rrm-honest{max-width:760px;margin:0 auto;text-align:center}
.rrm-honest h2{font-family:var(--font-display);font-weight:800;font-size:34px;letter-spacing:-.02em;margin:0 0 18px}
.rrm-honest p{font-size:18px;line-height:1.6;color:var(--ink-soft);margin:0 0 14px}
.rrm-honest .sig{font-size:14px;color:var(--muted);margin-top:8px}

/* footer */
.rrm-foot{background:var(--ink);color:#C7D3D5;padding:54px 0 30px}
.rrm-foot .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px}
.rrm-foot .flogo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:18px;color:#fff;margin-bottom:12px}
.rrm-foot .flogo .mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--teal-400),var(--teal-600));display:grid;place-items:center;color:#fff;font-weight:900;font-family:var(--font-display)}
.rrm-foot p{font-size:13.5px;line-height:1.6;margin:0;max-width:300px;color:#9FB0B2}
.rrm-foot h4{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7C9092;margin:0 0 14px}
.rrm-foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.rrm-foot ul a{font-size:13.5px;color:#C7D3D5}
.rrm-foot ul a:hover{color:#fff}
.rrm-disc{border-top:1px solid #33444A;margin-top:34px;padding-top:20px;font-size:12px;color:#7C9092;line-height:1.6}

@media(max-width:880px){
  .rrm-hero .wrap{grid-template-columns:1fr;gap:38px}
  .rrm-grid,.rrm-steps,.rrm-foot .wrap{grid-template-columns:1fr}
  .rrm-hero h1{font-size:40px}
}
