/* USAR Reviews — frontend styles. Brand-matched to USAR site (navy #1a3354 / gold #e69b1e / Playfair + Inter). */

/* ==== Theme-cascade defense ============================================
   Education Hub Pro injects aggressive global rules on <ul>, <li>,
   <strong>, <button>, <fieldset>, <legend>, etc. We scope a reset
   inside .usar-rm-form-wrap so the form looks consistent regardless
   of which theme is active. */
.usar-rm-form-wrap *{box-sizing:border-box}
.usar-rm-form-wrap ul,.usar-rm-form-wrap ol{list-style:none !important;padding-left:0 !important;margin:0 !important;background:none !important}
.usar-rm-form-wrap li{list-style:none !important;background:none !important;padding:0 !important;margin:0 !important;display:list-item}
.usar-rm-form-wrap li::before{content:none}
.usar-rm-form-wrap li strong,.usar-rm-form-wrap li b{display:inline !important;font-weight:700;color:inherit;background:none !important;padding:0 !important;margin:0 !important;border:none !important}
.usar-rm-form-wrap strong,.usar-rm-form-wrap b{font-weight:700;color:inherit;background:none !important;border:none !important}
.usar-rm-form-wrap em,.usar-rm-form-wrap i{font-style:italic;color:inherit;background:none !important}
.usar-rm-form-wrap fieldset{border:none;padding:0;margin:0;min-width:0}
.usar-rm-form-wrap legend{padding:0;float:none;display:block;width:100%}
.usar-rm-form-wrap p{margin:0 0 .85rem}
.usar-rm-form-wrap p:last-child{margin-bottom:0}

.usar-rm-form-wrap{max-width:820px;margin:2.5rem auto 4rem;padding:0 1rem;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1a1a1a}

/* ====== Hero ============================================================ */
.usar-rm-hero{background:linear-gradient(135deg,#294a70 0%,#1a3354 100%);color:#fff;padding:2.5rem 2.25rem 2.25rem;border-radius:14px 14px 0 0;border-bottom:5px solid #e69b1e;position:relative;overflow:hidden}
.usar-rm-hero::after{content:'';position:absolute;right:-60px;top:-60px;width:240px;height:240px;background:radial-gradient(circle at center,rgba(230,155,30,.18) 0%,transparent 70%);pointer-events:none}
.usar-rm-hero-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#e69b1e;background:rgba(230,155,30,.12);padding:.35rem .75rem;border-radius:4px;margin-bottom:.85rem}
.usar-rm-h2{font-family:'Playfair Display',Georgia,serif;font-size:38px;color:#fff;font-weight:800;margin:0 0 .55rem;line-height:1.15;letter-spacing:-.5px}
.usar-rm-lede{font-size:17px;color:#cfd8e3;line-height:1.55;margin:0 0 1.5rem;max-width:580px}
.usar-rm-hero-bullets{list-style:none !important;margin:0 !important;padding:0 !important;display:flex;flex-direction:column;gap:.45rem}
.usar-rm-hero-bullets li{display:flex;align-items:flex-start;gap:.65rem;font-size:14px;color:#d8e0ec;line-height:1.5;list-style:none !important;padding:0 !important;margin:0 !important;background:none !important}
.usar-rm-hero-bullets li::before{display:none !important;content:none !important}
.usar-rm-hero-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;background:#e69b1e;color:#1a3354;border-radius:50%;font-weight:900;font-size:12px;margin-top:1px}

/* ====== Step indicator =================================================== */
.usar-rm-steps{display:flex;align-items:center;justify-content:center;gap:0;list-style:none;margin:0;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e3e7ee;border-top:none;border-radius:0;flex-wrap:wrap}
.usar-rm-steps__item{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:14px;color:#9aa3b0;letter-spacing:.3px}
.usar-rm-steps__item span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#e3e7ee;color:#7a8290;font-weight:800;font-size:13px;transition:background .2s,color .2s}
.usar-rm-steps__item.is-active{color:#1a3354}
.usar-rm-steps__item.is-active span{background:linear-gradient(135deg,#e69b1e,#cf8a15);color:#1a3354;box-shadow:0 2px 6px rgba(230,155,30,.4)}
.usar-rm-steps__item.is-done{color:#2e7d32}
.usar-rm-steps__item.is-done span{background:#2e7d32;color:#fff}
.usar-rm-steps__item.is-done span::before{content:'\2713';font-size:14px}
.usar-rm-steps__item.is-done > span{font-size:0}
.usar-rm-steps__sep{flex:1;max-width:80px;height:2px;background:#e3e7ee;margin:0 1rem}

/* ====== Form ============================================================ */
.usar-rm-form{background:#fff;border:1px solid #e3e7ee;border-top:none;border-radius:0 0 14px 14px;padding:2.25rem 2.5rem;box-shadow:0 4px 20px rgba(20,40,80,.04)}
.usar-rm-step{border:none;padding:0;margin:0 0 1.25rem}
.usar-rm-step legend{font-family:'Playfair Display',Georgia,serif;font-size:24px;color:#1a3354;font-weight:700;margin:0 0 .35rem;padding:0;border-bottom:none}
.usar-rm-help{font-size:13px;color:#7a8290;margin:.25rem 0 1.25rem}
.usar-rm-form label{display:block;font-weight:600;color:#1a3354;font-size:14px;margin:1rem 0 .35rem}
.usar-rm-form input[type=text],
.usar-rm-form input[type=email],
.usar-rm-form input[type=file],
.usar-rm-form select,
.usar-rm-form textarea{width:100%;padding:.85rem 1rem;border:1.5px solid #d3d9e3;border-radius:8px;font-size:15px;font-family:inherit;color:#1a1a1a;background:#fafbfc;transition:border-color .15s,background .15s,box-shadow .15s;box-sizing:border-box}
.usar-rm-form input:focus,.usar-rm-form textarea:focus,.usar-rm-form select:focus{border-color:#e69b1e;outline:none;background:#fff;box-shadow:0 0 0 3px rgba(230,155,30,.15)}
.usar-rm-form input::placeholder{color:#9aa3b0;font-weight:400}
.usar-rm-form .req{color:#c62828;font-weight:700;margin-left:.15rem}
.usar-rm-btn{display:inline-flex !important;align-items:center !important;gap:.4rem !important;background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%) !important;color:#1a3354 !important;padding:.85rem 1.75rem !important;border:none !important;border-radius:8px !important;font-weight:800 !important;font-size:15px !important;cursor:pointer !important;transition:transform .12s,box-shadow .15s !important;box-shadow:0 4px 14px rgba(230,155,30,.35) !important;letter-spacing:.2px !important;text-decoration:none !important;text-transform:none !important;line-height:1.2 !important;font-family:'Inter',-apple-system,sans-serif !important}
.usar-rm-btn:hover{transform:translateY(-1px) !important;box-shadow:0 6px 20px rgba(230,155,30,.45) !important;color:#1a3354 !important;background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%) !important}
.usar-rm-btn:active{transform:translateY(0) !important}
.usar-rm-btn:disabled{opacity:.6 !important;cursor:wait !important;transform:none !important}
.usar-rm-btn--primary{background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%) !important;color:#1a3354 !important;box-shadow:0 6px 20px rgba(230,155,30,.4) !important;font-size:16px !important;padding:1rem 2.25rem !important}
.usar-rm-btn--primary:hover{background:linear-gradient(135deg,#cf8a15 0%,#a0680e 100%) !important;color:#1a3354 !important}
.usar-rm-stars{display:inline-flex;flex-direction:row-reverse;gap:.25rem;font-size:32px}
.usar-rm-stars input{display:none}
.usar-rm-stars label{cursor:pointer;color:#d4d8df;font-weight:normal;font-size:32px;margin:0;padding:0}
.usar-rm-stars input:checked ~ label,
.usar-rm-stars label:hover,
.usar-rm-stars label:hover ~ label{color:#e69b1e}
.usar-rm-consent{margin:1.5rem 0;background:#fffaf0;border:1px solid #f3d9a4;border-radius:8px;padding:1rem 1.25rem}
.usar-rm-consent legend{font-size:13px;color:#7a5a06;text-transform:uppercase;letter-spacing:1px;font-weight:800;background:transparent;padding:0;margin:0 0 .5rem;border:none}
.usar-rm-consent-label{display:flex;gap:.6rem;align-items:flex-start;font-weight:400;color:#1a3354;font-size:14px;line-height:1.5;margin:0}
.usar-rm-consent-label input{margin-top:.25rem;flex-shrink:0}
.usar-rm-error{background:#fff0f0;border:1px solid #f4caca;color:#911818;padding:.85rem 1rem;border-radius:6px;margin:0 0 1.25rem;font-weight:500}
.usar-rm-error-line{color:#911818;font-size:13px;margin:.5rem 0;font-weight:500}
/* ====== Success state (post-submit) ====================================== */
.usar-rm-success{background:#fff;border:1px solid #e3e7ee;border-top:5px solid #2e7d32;border-radius:14px;padding:2.5rem 2.5rem 2.25rem;text-align:center;box-shadow:0 4px 20px rgba(20,40,80,.05)}
.usar-rm-success__check{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;background:#2e7d32;color:#fff;border-radius:50%;font-size:28px;font-weight:900;margin:0 auto 1rem;box-shadow:0 4px 14px rgba(46,125,50,.25)}
.usar-rm-success h2{font-family:'Playfair Display',Georgia,serif;color:#1a3354;font-size:32px;font-weight:700;margin:0 0 .5rem;line-height:1.2}
.usar-rm-success__lede{font-size:16px;color:#3a4250;line-height:1.55;margin:0 auto 1.75rem !important;max-width:540px;text-align:center}

/* Bonus-doc download block on success page (v0.3.18) — primary CTA after submit */
.usar-rm-success__doc{margin:1.5rem 0;padding:1.75rem 1.75rem 1.5rem;background:linear-gradient(180deg,#fffaf0 0%,#fff 100%);border:2px solid #e69b1e;border-radius:12px;text-align:center}
.usar-rm-success__doc-eyebrow{display:inline-block;margin:0 0 .5rem !important;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#cf8a15;background:rgba(230,155,30,.1);padding:.3rem .75rem;border-radius:4px}
.usar-rm-success__doc h3{font-family:'Playfair Display',Georgia,serif;color:#1a3354;font-size:22px;font-weight:700;margin:0 0 .5rem !important;line-height:1.25}
.usar-rm-success__doc p{margin:0 auto .75rem !important;font-size:14.5px;color:#3a4250;line-height:1.55;max-width:480px}
.usar-rm-success__doc .usar-rm-btn{margin:.75rem auto !important;font-size:16px !important;padding:1rem 2rem !important}
.usar-rm-success__doc-hint{font-size:12.5px !important;color:#7a8290 !important;font-style:italic;margin:.5rem auto 0 !important;max-width:480px}

/* Trustpilot / Google share CTA — prominent gold-outlined panel */
.usar-rm-share-cta{margin:1.75rem 0 0;padding:1.75rem 1.75rem 1.5rem;background:linear-gradient(180deg,#fffaf0 0%,#ffffff 100%);border:2px solid #e69b1e;border-radius:12px;text-align:center}
.usar-rm-share-cta__head{margin-bottom:1.25rem}
.usar-rm-stars-row{display:flex;justify-content:center;gap:.2rem;margin-bottom:.75rem}
.usar-rm-star-big{font-size:28px;color:#00b67a;line-height:1;text-shadow:0 1px 2px rgba(0,182,122,.2)}
.usar-rm-share-cta h3{font-family:'Playfair Display',Georgia,serif;color:#1a3354;font-size:22px;font-weight:700;margin:0 0 .5rem;line-height:1.25}
.usar-rm-share-cta__head p{margin:0 auto;font-size:14.5px;color:#3a4250;line-height:1.55;max-width:480px}
.usar-rm-btn--trustpilot{margin:.5rem auto !important;font-size:16px !important;padding:1rem 2.25rem !important}
.usar-rm-tp-star{font-size:18px;color:#00b67a;line-height:1;margin-right:.1rem}
.usar-rm-share-cta__hint{margin:.75rem auto 0 !important;font-size:12.5px;color:#7a8290;line-height:1.55;max-width:380px}
.usar-rm-share-cta__hint em{color:#7a8290;font-style:italic}
.usar-rm-share-cta__alt{margin:1rem auto 0 !important;font-size:13.5px;color:#5a6573;line-height:1.55}
.usar-rm-share-cta__alt-link{color:#cf8a15;font-weight:700;text-decoration:underline}
.usar-rm-share-cta__alt-link:hover{color:#a0680e}
.usar-rm-share-cta__legal{margin:1.25rem auto 0 !important;padding-top:1rem;border-top:1px solid #f3d9a4;font-size:11.5px;color:#7a5a06;line-height:1.5;max-width:480px;font-style:italic}

/* Toast — confirmation that text was copied */
.usar-rm-toast{display:inline-block;margin-top:1rem;padding:.65rem 1.25rem;background:#2e7d32;color:#fff;border-radius:30px;font-size:13px;font-weight:600;box-shadow:0 4px 14px rgba(46,125,50,.25);letter-spacing:.2px}

/* Low-rating support-CTA variant of the share panel (used on success page when rating <= 2) */
.usar-rm-share-cta--support{border-color:#294a70 !important;background:linear-gradient(180deg,#f4f6f9 0%,#ffffff 100%) !important}
.usar-rm-share-cta--support h3{color:#1a3354 !important}

/* ====== Low-rating confirmation modal ==================================== */
/* v0.3.26: HIDDEN by default. JS adds .is-open to show. Was previously
   `display:flex !important` which beat the inline `style="display:none"`,
   making the modal pop up on every /share-your-story/ pageload. */
.usar-rm-low-rating-modal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center;padding:1rem;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.usar-rm-low-rating-modal.is-open{display:flex !important}
.usar-rm-low-rating-modal__overlay{position:absolute !important;inset:0 !important;background:rgba(20,40,80,.65) !important;backdrop-filter:blur(3px) !important;-webkit-backdrop-filter:blur(3px) !important}
.usar-rm-low-rating-modal__card{position:relative !important;max-width:540px !important;width:100% !important;background:#fff !important;border:1px solid #e3e7ee !important;border-top:5px solid #e69b1e !important;border-radius:14px !important;padding:2rem 2.25rem !important;box-shadow:0 16px 48px rgba(0,0,0,.28) !important;text-align:center !important;animation:usarRmModalIn .2s ease-out}
@keyframes usarRmModalIn{from{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}
.usar-rm-low-rating-modal__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:48px !important;height:48px !important;background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%) !important;color:#1a3354 !important;border-radius:50% !important;font-family:'Playfair Display',Georgia,serif !important;font-size:28px !important;font-weight:900 !important;margin:0 auto 1rem !important;line-height:1 !important;box-shadow:0 4px 14px rgba(230,155,30,.35) !important}
.usar-rm-low-rating-modal__card h3{font-family:'Playfair Display',Georgia,serif !important;font-size:24px !important;color:#1a3354 !important;font-weight:700 !important;margin:0 0 .75rem !important;line-height:1.25 !important}
.usar-rm-low-rating-modal__card p{font-size:15px !important;color:#3a4250 !important;line-height:1.55 !important;margin:0 0 .75rem !important}
.usar-rm-low-rating-modal__small{font-size:13.5px !important;color:#5a6573 !important;margin-bottom:1.25rem !important}
.usar-rm-low-rating-modal__actions{display:flex !important;gap:.6rem !important;justify-content:center !important;flex-wrap:wrap !important;margin:1.25rem 0 .75rem !important}
.usar-rm-low-rating-modal__actions .usar-rm-btn{margin:0 !important}
.usar-rm-btn--ghost{background:#fff !important;color:#1a3354 !important;border:2px solid #c5cdd9 !important;box-shadow:none !important}
.usar-rm-btn--ghost:hover{border-color:#1a3354 !important;background:#f4f6f9 !important;box-shadow:none !important;transform:none !important;color:#1a3354 !important}
.usar-rm-low-rating-modal__legal{font-size:12px !important;color:#7a8290 !important;font-style:italic !important;margin:1rem 0 0 !important;padding-top:1rem !important;border-top:1px solid #f0f2f6 !important;line-height:1.5 !important}
@media (max-width:560px){
  .usar-rm-low-rating-modal__card{padding:1.5rem 1.25rem !important}
  .usar-rm-low-rating-modal__card h3{font-size:21px !important}
  .usar-rm-low-rating-modal__actions{flex-direction:column !important}
  .usar-rm-low-rating-modal__actions a,.usar-rm-low-rating-modal__actions button{width:100% !important}
}

@media (max-width:640px){
  .usar-rm-success{padding:2rem 1.25rem 1.75rem}
  .usar-rm-success h2{font-size:26px}
  .usar-rm-share-cta{padding:1.5rem 1.25rem 1.25rem}
  .usar-rm-star-big{font-size:24px}
  .usar-rm-btn--trustpilot{font-size:15px !important;padding:.85rem 1.5rem !important}
}
.usar-rm-hp{position:absolute;left:-9999px;top:-9999px;height:1px;width:1px;overflow:hidden}

/* Review wall + cards */
.usar-rm-wall{max-width:1080px;margin:2rem auto;padding:0 1rem;font-family:'Inter',-apple-system,sans-serif}
.usar-rm-summary{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;background:#fff;border:1px solid #e3e7ee;border-radius:12px;padding:1.75rem 2rem;margin:0 0 1.75rem}
.usar-rm-summary--compact{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:30px;background:#f4f6f9;font-size:14px;color:#1a3354;font-weight:600}
.usar-rm-summary__hero{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}
.usar-rm-summary__avg{font-family:'Playfair Display',serif;font-size:58px;font-weight:800;color:#1a3354;line-height:1}
.usar-rm-summary__stars{font-size:28px;color:#e69b1e}
.usar-rm-summary__count{font-size:14px;color:#5a6573}
.usar-rm-summary__dist{display:flex;flex-direction:column;gap:.5rem;justify-content:center}
.usar-rm-summary__bar{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center;font-size:13px;color:#5a6573}
.usar-rm-summary__bar-label{font-weight:700;color:#1a3354}
.usar-rm-summary__bar-track{height:10px;background:#e3e7ee;border-radius:5px;overflow:hidden}
.usar-rm-summary__bar-fill{display:block;height:100%;background:linear-gradient(90deg,#e69b1e 0%,#cf8a15 100%)}
.usar-rm-summary__bar-count{font-variant-numeric:tabular-nums;font-weight:600}
.usar-rm-filter{display:flex;gap:1rem;flex-wrap:wrap;margin:0 0 1.25rem;font-size:14px;color:#1a3354}
.usar-rm-filter label{font-weight:600}
.usar-rm-filter select{margin-left:.4rem;padding:.35rem .55rem;border:1px solid #c5cdd9;border-radius:6px;font-size:14px}
.usar-rm-list{display:grid;gap:1rem}
.usar-rm-card{background:#fff;border:1px solid #e3e7ee;border-radius:12px;padding:1.5rem 1.75rem;transition:box-shadow .15s}
.usar-rm-card:hover{box-shadow:0 4px 16px rgba(26,51,84,.06)}
.usar-rm-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}
.usar-rm-card__stars{font-size:18px;color:#e69b1e;letter-spacing:1px}
.usar-rm-card__verified{font-size:11px;background:#eaf5eb;color:#1d5926;padding:.2rem .55rem;border-radius:30px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.usar-rm-card__title{font-family:'Playfair Display',serif;font-size:20px;color:#1a3354;font-weight:700;margin:.25rem 0}
.usar-rm-card__body{display:flex;gap:1rem;align-items:flex-start}
.usar-rm-card__photo{width:120px;height:120px;object-fit:cover;border-radius:8px;flex-shrink:0}
.usar-rm-card__text{flex:1}
.usar-rm-card__text p{margin:.25rem 0;color:#3a4250;line-height:1.65;font-size:15.5px}
.usar-rm-card__reply{background:#f4f6f9;border-left:4px solid #294a70;padding:.85rem 1rem;border-radius:6px;margin:.85rem 0 0;font-size:14px;color:#1a3354}
.usar-rm-card__reply strong{color:#1a3354}
.usar-rm-card__meta{display:flex;justify-content:space-between;font-size:13px;color:#7a8290;margin-top:.85rem;padding-top:.85rem;border-top:1px solid #f0f2f6;flex-wrap:wrap;gap:.5rem}
.usar-rm-card__handler{font-weight:600;color:#1a3354}
.usar-rm-card__tier{background:#f4f6f9;padding:.15rem .5rem;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#294a70}
.usar-rm-card__disclosure{font-size:12px;color:#7a8290;font-style:italic;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #e3e7ee}
.usar-rm-star{display:inline}
.usar-rm-star--on{color:#e69b1e}
.usar-rm-star--off{color:#d4d8df}
.usar-rm-empty{padding:3rem 2rem;text-align:center;color:#3a4250;background:#fafbfc;border:1px solid #e3e7ee;border-radius:12px;line-height:1.55}
.usar-rm-empty strong{display:block;font-size:18px;color:#1a3354;font-family:'Playfair Display',Georgia,serif;margin-bottom:.5rem}
.usar-rm-empty p{margin:0 0 .5rem;max-width:520px;margin-left:auto;margin-right:auto}

/* v0.3.23 — Reviews wall: top "Share your USAR story" CTA banner */
.usar-rm-wall-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,#294a70 0%,#1a3354 100%);color:#fff;padding:1.5rem 1.75rem;border-radius:12px;margin:0 0 1.75rem;border-left:5px solid #e69b1e;flex-wrap:wrap}
.usar-rm-wall-cta__copy{flex:1;min-width:280px}
.usar-rm-wall-cta__copy h2{font-family:'Playfair Display',Georgia,serif;font-size:22px;color:#fff;font-weight:700;margin:0 0 .35rem;line-height:1.2}
.usar-rm-wall-cta__copy p{font-size:14.5px;color:#cfd8e3;line-height:1.5;margin:0;max-width:560px}
.usar-rm-wall-cta .usar-rm-btn{flex-shrink:0}
@media (max-width:560px){
  .usar-rm-wall-cta{padding:1.25rem 1.25rem 1.5rem;gap:.85rem}
  .usar-rm-wall-cta__copy h2{font-size:19px}
  .usar-rm-wall-cta__copy p{font-size:13.5px}
  .usar-rm-wall-cta .usar-rm-btn{width:100%;justify-content:center}
}
@media (max-width:640px){
  .usar-rm-summary{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem}
  .usar-rm-summary__avg{font-size:42px}
  .usar-rm-card__body{flex-direction:column}
  .usar-rm-card__photo{width:100%;height:200px}
  .usar-rm-form{padding:1.5rem 1.25rem}
  .usar-rm-hero{padding:1.75rem 1.5rem 1.5rem}
  .usar-rm-h2{font-size:28px}
  .usar-rm-lede{font-size:15px}
  .usar-rm-hero-bullets li{font-size:13px}
  .usar-rm-steps{padding:.85rem .75rem;gap:.4rem}
  .usar-rm-steps__sep{max-width:30px;margin:0 .35rem}
  .usar-rm-steps__item{font-size:12px}
  .usar-rm-steps__item span{width:26px;height:26px;font-size:12px}
}

/* Verified greeting (after Step 1 success) — two visual lines */
.usar-rm-verified{background:#eaf5eb;border:1px solid #c7e2cb;border-left:4px solid #2e7d32;padding:.85rem 1.1rem;border-radius:8px;color:#1d5926;margin:0 0 1.5rem;font-weight:500;line-height:1.5;display:flex;flex-direction:column;gap:.25rem}
.usar-rm-verified__badge{display:inline-flex;align-items:center;gap:.4rem;font-size:13px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#1b6720}
.usar-rm-verified__check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#2e7d32;color:#fff;border-radius:50%;font-size:10px;font-weight:900;line-height:1}
.usar-rm-verified__greeting{font-size:15px;font-weight:500;color:#1d5926;line-height:1.45}

/* ====== Rewards-preview (pre-verify, "What you'll earn") =================== */
.usar-rm-rewards-preview{background:#fff;border:1px solid #e3e7ee;border-top:none;padding:1.75rem 2rem 1.5rem;font-family:'Inter',-apple-system,sans-serif}
.usar-rm-rewards-preview__head{margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #f0f2f6}
.usar-rm-rewards-preview__head h3{margin:0 0 .25rem;font-family:'Playfair Display',Georgia,serif;font-size:22px;color:#1a3354;font-weight:700;line-height:1.2}
.usar-rm-rewards-preview__head p{margin:0;font-size:13.5px;color:#5a6573;line-height:1.5}
.usar-rm-rewards-preview__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:1.25rem}
.usar-rm-rewards-preview__grid--single{grid-template-columns:1fr;max-width:680px;margin:0 auto}
.usar-rm-reward-card{background:#fafbfc;border:1px solid #e3e7ee;border-radius:10px;padding:1.25rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;position:relative;overflow:hidden}
.usar-rm-reward-card--written{border-top:4px solid #294a70}
.usar-rm-reward-card--video{border-top:4px solid #e69b1e;background:linear-gradient(180deg,#fffaf0 0%,#fafbfc 100%)}
.usar-rm-reward-card__icon{font-size:24px;line-height:1}
.usar-rm-reward-card h4{margin:0;font-family:'Playfair Display',Georgia,serif;font-size:18px;color:#1a3354;font-weight:700;line-height:1.2}
.usar-rm-reward-card__sub{margin:0 0 .25rem;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#7a8290}
.usar-rm-reward-card p{margin:0;font-size:13.5px;color:#3a4250;line-height:1.55}
.usar-rm-reward-card__list{margin:.25rem 0 0 !important;padding:0 !important;list-style:none !important;font-size:13.5px;color:#3a4250;line-height:1.55}
.usar-rm-reward-card__list li{position:relative !important;padding:0 0 0 1.4rem !important;margin:0 0 .55rem 0 !important;list-style:none !important;background:none !important}
.usar-rm-reward-card__list li::before{content:'' !important;position:absolute !important;left:.4rem !important;top:.6rem !important;width:6px !important;height:6px !important;border-radius:50% !important;background:#e69b1e !important;display:block !important}
.usar-rm-reward-card__list li:last-child{margin-bottom:0 !important}
.usar-rm-reward-card__list em{color:#cf8a15;font-style:normal;font-weight:700}
.usar-rm-reward-card__list strong{color:#1a3354;font-weight:700}
.usar-rm-fineprint{display:block;font-size:11.5px;color:#7a8290;line-height:1.45;margin-top:.2rem;font-style:italic}
.usar-rm-rewards-preview__note{margin:1.25rem 0 0;padding:.75rem 1rem;background:#fffaf0;border-left:3px solid #e69b1e;border-radius:6px;font-size:12.5px;color:#7a5a06;line-height:1.5}
.usar-rm-rewards-preview__note strong{color:#1a3354}
@media (max-width:760px){
  .usar-rm-rewards-preview{padding:1.5rem 1.25rem 1.25rem}
  .usar-rm-rewards-preview__grid{grid-template-columns:1fr}
  .usar-rm-reward-card__list{padding-left:1.1rem}
}

/* Type selector (written vs video) */
.usar-rm-type-select{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;background:#fafbfc;padding:1.25rem;border-radius:10px;border:1px solid #e3e7ee}
.usar-rm-type-select>strong{grid-column:1/-1;font-family:'Playfair Display',Georgia,serif;color:#1a3354;font-size:17px;margin-bottom:.25rem}
.usar-rm-type-option{display:flex !important;gap:.75rem;padding:1.1rem 1.25rem;background:#fff !important;border:2px solid #e3e7ee !important;border-radius:10px !important;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;align-items:flex-start;font-weight:400 !important;color:#1a3354 !important;margin:0 !important;box-shadow:none !important}
.usar-rm-type-option input{margin-top:.35rem;flex-shrink:0;accent-color:#e69b1e}
/* Hover only highlights the unchecked card the user is hovering. Don't conflict with the selected style. */
.usar-rm-type-option:hover:not(:has(input:checked)){border-color:#e69b1e !important;background:#fffefb !important;box-shadow:0 2px 8px rgba(230,155,30,.10) !important}
/* Selected card — strong gold border + cream background + shadow lift */
.usar-rm-type-option:has(input:checked){border-color:#e69b1e !important;background:#fffaf0 !important;box-shadow:0 4px 14px rgba(230,155,30,.20) !important}
.usar-rm-type-option__inner{display:flex !important;flex-direction:column !important;gap:.4rem !important;flex:1 !important;min-width:0 !important}
.usar-rm-type-option__head{display:flex !important;align-items:center !important;gap:.55rem !important;flex-wrap:wrap !important;margin:0 !important}
.usar-rm-type-option input{margin-top:.4rem !important;width:auto !important;display:inline-block !important}
.usar-rm-type-option strong{font-size:15px;font-weight:700;display:inline-block;color:#1a3354;line-height:1.2}
.usar-rm-type-option small{display:block;font-size:13px;color:#5a6573;line-height:1.5;font-weight:400}

/* Pricing / reward pills inside type-option heads */
.usar-rm-pill{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:.2rem .6rem;border-radius:4px;font-style:normal;line-height:1.4;white-space:nowrap}
.usar-rm-pill--neutral{background:#eef2f7;color:#294a70}
.usar-rm-pill--gold{background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%);color:#1a3354;box-shadow:0 1px 3px rgba(230,155,30,.35)}

/* Legacy badge alias — keep for back-compat with anything still rendering it */
.usar-rm-comp-badge{display:inline-block;background:linear-gradient(135deg,#e69b1e 0%,#cf8a15 100%);color:#1a3354;padding:.2rem .6rem;border-radius:4px;font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase}

/* Video review block */
.usar-rm-video-block{margin:1.5rem 0;background:#fafbfc;border:1px solid #e3e7ee;border-radius:8px;padding:1.25rem 1.5rem;display:none}
.usar-rm-video-block.is-shown{display:block}
.usar-rm-video-tips{background:#fff;border-left:4px solid #294a70;padding:.85rem 1.25rem;border-radius:6px;margin-bottom:1rem}
.usar-rm-video-tips strong{color:#1a3354;font-size:14px;display:block;margin-bottom:.4rem;font-family:'Playfair Display',serif;font-size:16px}
.usar-rm-video-tips ul{margin:0 !important;padding:0 !important;list-style:none !important;font-size:13.5px;color:#3a4250;line-height:1.65}
.usar-rm-video-tips li{position:relative !important;padding:0 0 0 1.25rem !important;margin:0 0 .55rem 0 !important;list-style:none !important;background:none !important;display:block !important}
.usar-rm-video-tips li::before{content:'' !important;position:absolute !important;left:.3rem !important;top:.55rem !important;width:5px !important;height:5px !important;border-radius:50% !important;background:#294a70 !important;display:block !important}
.usar-rm-video-tips li strong{display:inline !important;font-weight:700 !important;color:#1a3354 !important;margin:0 !important;padding:0 !important;background:none !important}

/* Compensation selector (bonus-doc radio cards) */
.usar-rm-comp-select{margin:1rem 0;border:none;padding:0}
.usar-rm-comp-select legend{font-family:'Playfair Display',serif;font-size:18px;color:#1a3354;font-weight:700;padding:0;margin:0 0 .25rem;border:none}
.usar-rm-comp-option{display:flex !important;gap:.7rem !important;background:#fff !important;border:2px solid #e3e7ee !important;border-radius:8px !important;padding:.95rem 1.1rem !important;cursor:pointer !important;transition:border-color .15s,background .15s,box-shadow .15s !important;align-items:flex-start !important;margin:.5rem 0 0 !important;font-weight:400 !important;color:#1a3354 !important;box-shadow:none !important}
.usar-rm-comp-option input{margin-top:.35rem !important;flex-shrink:0 !important;accent-color:#e69b1e !important;width:auto !important;display:inline-block !important}
.usar-rm-comp-option > span{display:flex !important;flex-direction:column !important;gap:.25rem !important;flex:1 !important;min-width:0 !important}
.usar-rm-comp-option:hover:not(:has(input:checked)){border-color:#e69b1e !important;background:#fffefb !important;box-shadow:0 2px 8px rgba(230,155,30,.10) !important}
.usar-rm-comp-option:has(input:checked){border-color:#e69b1e !important;background:#fffaf0 !important;box-shadow:0 4px 14px rgba(230,155,30,.18) !important}
.usar-rm-comp-option strong{display:block !important;font-size:14.5px !important;font-weight:700 !important;color:#1a3354 !important;line-height:1.3 !important;margin:0 !important}
.usar-rm-comp-option small{display:block !important;font-size:12.5px !important;color:#5a6573 !important;line-height:1.5 !important;font-weight:400 !important;margin:0 !important}

/* Video reward display card on form */
.usar-rm-video-reward-card{background:linear-gradient(135deg,#fffaf0 0%,#fff8e6 100%);border-left:4px solid #e69b1e;padding:1rem 1.25rem;border-radius:6px;margin:.5rem 0}
.usar-rm-video-reward-card strong{color:#1a3354;display:block;margin-bottom:.25rem;font-size:15px}

/* Video on review cards */
.usar-rm-card__video{width:100%;max-width:480px;border-radius:10px;margin:0 auto;display:block;background:#000}
@media (max-width:640px){
  .usar-rm-type-select{grid-template-columns:1fr}
}
