/* ============ MemoHoney (Build 3) — components.css ============
   Reusable building blocks referenced by page-specific stylesheets. */

.eb-trust{ background:var(--eb-paper); border-bottom:1px solid var(--eb-line); padding:24px 0; }
.eb-trust-row{ display:flex; align-items:center; justify-content:center; gap:40px; flex-wrap:wrap; }
.eb-trust-row img{ height:38px; width:auto; opacity:.9; }

.eb-card{ background:var(--eb-paper); border:1px solid var(--eb-line); border-radius:var(--eb-r-md); padding:28px 24px; height:100%; box-shadow:var(--eb-shadow-sm); transition:transform .22s var(--eb-ease); }
.eb-card:hover{ transform:translateY(-5px); }
.eb-card .ico{ width:52px;height:52px;border:2px solid var(--eb-forest-900); border-radius:50%; display:flex;align-items:center;justify-content:center; color:var(--eb-forest-900); font-size:1.3rem; margin-bottom:16px; background:var(--eb-mustard-500); }
.eb-card h3{ margin-bottom:.5rem; }
.eb-card p{ margin-bottom:0; font-size:.96rem; }

.eb-step{ position:relative; padding-left:60px; margin-bottom:30px; }
.eb-step .num{ position:absolute; left:0; top:0; width:42px;height:42px;border-radius:50%; background:var(--eb-forest-900); color:var(--eb-mustard-500); font-weight:800; font-family:var(--eb-font-head); display:flex;align-items:center;justify-content:center; font-size:1.05rem; }
.eb-step h3{ margin-bottom:.3rem; }
.eb-step p{ margin-bottom:0; }
.eb-step-line{ position:absolute; left:20px; top:42px; bottom:-30px; width:2px; background:var(--eb-line); }

.eb-offer{ background:var(--eb-paper); border-radius:var(--eb-r-lg); border:1px solid var(--eb-line); box-shadow:var(--eb-shadow-md); padding:30px; text-align:center; position:relative; }
.eb-offer.best{ border:2px solid var(--eb-mustard-600); }
.eb-offer-flag{ position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--eb-mustard-600); color:#fff; font-weight:800; font-size:.75rem; padding:7px 18px; border-radius:var(--eb-r-pill); box-shadow:var(--eb-shadow-mustard); white-space:nowrap; }
.eb-offer img{ max-height:180px; margin:6px auto 16px; }
.eb-offer-price{ font-family:var(--eb-font-head); font-size:2rem; color:var(--eb-forest-900); font-weight:700; }
.eb-offer-price small{ font-size:1rem; color:var(--eb-ink-soft); font-weight:400; }
.eb-offer-strike{ text-decoration:line-through; color:#b3ab90; font-size:.92rem; }
.eb-offer ul{ list-style:none; padding:0; margin:14px 0; text-align:left; }
.eb-offer ul li{ padding:6px 0 6px 26px; position:relative; font-size:.92rem; }
.eb-offer ul li::before{ content:"✓"; position:absolute; left:0; color:var(--eb-success); font-weight:800; }
.eb-guarantee{ display:flex; align-items:center; gap:22px; background:var(--eb-paper); border:1px solid var(--eb-line); border-radius:var(--eb-r-md); padding:22px; box-shadow:var(--eb-shadow-sm); }
.eb-guarantee img{ width:76px; flex:none; }

.eb-review{ background:var(--eb-paper); border:1px solid var(--eb-line); border-radius:var(--eb-r-md); padding:24px; box-shadow:var(--eb-shadow-sm); height:100%; }
.eb-review-top{ display:flex; align-items:center; gap:14px; margin-bottom:12px; }
.eb-review-top img{ width:50px;height:50px;border-radius:50%; object-fit:cover; }
.eb-review-name{ font-weight:800; color:var(--eb-forest-900); }
.eb-verified{ display:inline-flex; align-items:center; gap:5px; font-size:.72rem; font-weight:800; color:var(--eb-success); background:#e7f4ec; padding:4px 10px; border-radius:var(--eb-r-pill); margin-top:8px; }
.eb-stars{ color:var(--eb-mustard-600); letter-spacing:2px; }

.eb-ing{ display:flex; gap:16px; background:var(--eb-paper); border:1px solid var(--eb-line); border-radius:var(--eb-r-md); padding:22px; height:100%; box-shadow:var(--eb-shadow-sm); }
.eb-ing-badge{ width:48px;height:48px;border-radius:50%; background:var(--eb-forest-900); color:var(--eb-mustard-500); font-weight:800; display:flex;align-items:center;justify-content:center; flex:none; font-family:var(--eb-font-head); font-size:1rem; }
.eb-ing h3{ font-size:1.02rem; margin-bottom:4px; }
.eb-ing p{ font-size:.92rem; margin-bottom:0; }

.eb-cta-band{ background:var(--eb-mustard-600); border-radius:var(--eb-r-lg); padding:50px 40px; text-align:center; color:#fff; box-shadow:var(--eb-shadow-mustard); }
.eb-cta-band h2{ color:#fff; }
.eb-cta-band p{ color:rgba(255,255,255,.92); }

.eb-blog-card{ background:var(--eb-paper); border:1px solid var(--eb-line); border-radius:var(--eb-r-md); overflow:hidden; box-shadow:var(--eb-shadow-sm); height:100%; display:flex; flex-direction:column; }
.eb-blog-card .body{ padding:20px; display:flex; flex-direction:column; flex:1; }
.eb-blog-card .tag{ font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; color:var(--eb-mustard-700); margin-bottom:8px; }
.eb-blog-card h3{ font-size:1.02rem; margin-bottom:8px; }
.eb-blog-card p{ font-size:.88rem; flex:1; }
.eb-blog-card .meta{ font-size:.76rem; color:#9a9585; margin-top:12px; }
