:root{
  --eb5-mint:#dcefe9;
  --eb5-mint-soft:#eef7f4;
  --eb5-teal:#14534f;
  --eb5-teal-mid:#2e7d75;
  --eb5-ink:#16302e;
  --eb5-muted:#5b706c;
  --eb5-line:#d3e4df;
  --eb5-card:#ffffff;
  --eb5-orange:#f2793d;
  --eb5-orange-2:#f79b4a;
  --eb5-radius:18px;
}
.eb5-wrap{max-width:1180px;margin:0 auto;padding:0 clamp(16px,4vw,36px);box-sizing:border-box}
.eb5-pill{display:inline-flex;align-items:center;background:var(--eb5-teal-mid);color:#fff;border-radius:999px;padding:9px 18px;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.eb5-h2{font-size:clamp(28px,3.8vw,48px);line-height:1.06;letter-spacing:-.025em;margin:16px 0 12px;color:var(--eb5-ink);font-weight:800}
.eb5-h2 em{font-style:normal;color:var(--eb5-teal-mid)}
.eb5-lede{font-size:clamp(14px,1.1vw,16px);line-height:1.6;color:var(--eb5-muted);margin:0}
.eb5-stars{position:relative;display:inline-block;line-height:1;white-space:nowrap}
.eb5-stars i,.eb5-stars b{display:block;font-style:normal;font-weight:400;letter-spacing:2px}
.eb5-stars i{color:#cfdcd8}
.eb5-stars b{position:absolute;left:0;top:0;width:var(--eb5-fill,0%);overflow:hidden;color:var(--eb5-orange)}
.eb5-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(90deg,var(--eb5-orange) 0%,var(--eb5-orange-2) 100%);color:#fff;border:0;border-radius:999px;padding:19px 34px;font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;text-decoration:none;font-family:inherit;min-height:56px;transition:filter .16s ease}
.eb5-btn:hover{filter:brightness(1.06);color:#fff}
.eb5-btn[disabled]{background:#a9b8b4;cursor:not-allowed;filter:none}
.eb5-guarantee{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--eb5-teal)}
.eb5-guarantee svg{width:16px;height:16px;flex:0 0 auto}
.eb5-ph{display:block;width:100%;min-height:170px;border:1px dashed var(--eb5-line);border-radius:14px;background:var(--eb5-mint-soft)}
