/* Tameecom Fast Web v0.3.3
   Scoped visual layer. Existing BDC/Cassiopeia module CSS is intentionally
   not copied here; Fast Web is a component, not a site template.
*/
.tameecom-fastweb {
  --fw-bg:#f5f7fb;
  --fw-surface:#fff;
  --fw-ink:#152033;
  --fw-muted:#68758a;
  --fw-brand:#b48a2c;
  --fw-brand2:#e3c66a;
  --fw-navy:#15263f;
  --fw-line:#e7ebf2;
  --fw-shadow:0 12px 35px rgba(20,35,60,.08);
  --fw-radius:22px;
  direction:rtl;
  background:var(--fw-bg);
  color:var(--fw-ink);
  font-family:"Segoe UI",Tahoma,Arial,sans-serif;
  min-height:60vh;
  padding:1px 0 40px;
}
.tameecom-fastweb *{box-sizing:border-box}
.tameecom-fastweb a{text-decoration:none;color:inherit}
.tameecom-fastweb .fw-container{width:min(1180px,calc(100% - 32px));margin:auto}
.tameecom-fastweb .fw-top{background:linear-gradient(135deg,var(--fw-navy),#243e63);color:#fff;padding:14px 0}
.tameecom-fastweb .fw-nav{display:flex;align-items:center;justify-content:space-between;gap:20px}
.tameecom-fastweb .fw-brand{display:flex;align-items:center;gap:12px;font-weight:800}
.tameecom-fastweb .fw-logo{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,var(--fw-brand2),var(--fw-brand));display:grid;place-items:center;color:#fff;font-size:22px}
.tameecom-fastweb .fw-navlinks{display:flex;gap:20px;color:#dfe7f3;font-size:14px}
.tameecom-fastweb .fw-hero{margin:28px 0 20px;border-radius:30px;padding:34px;background:linear-gradient(120deg,rgba(21,38,63,.96),rgba(21,38,63,.84));color:#fff;box-shadow:var(--fw-shadow)}
.tameecom-fastweb .fw-hero h1{margin:0 0 10px;font-size:clamp(28px,4vw,46px)}
.tameecom-fastweb .fw-hero p{margin:0;color:#dbe5f3;line-height:1.9;max-width:760px}
.tameecom-fastweb .fw-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.tameecom-fastweb .fw-btn{border:0;border-radius:13px;padding:11px 18px;font-weight:700;cursor:pointer}
.tameecom-fastweb .fw-btn-primary{background:var(--fw-brand2);color:#17243a}
.tameecom-fastweb .fw-btn-ghost{background:#ffffff18;color:#fff;border:1px solid #ffffff30}
.tameecom-fastweb .fw-section-title{display:flex;justify-content:space-between;align-items:end;margin:30px 0 14px}
.tameecom-fastweb .fw-section-title h2{margin:0;font-size:23px}
.tameecom-fastweb .fw-section-title span{color:var(--fw-muted);font-size:13px}
.tameecom-fastweb .fw-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tameecom-fastweb .fw-stat{background:var(--fw-surface);border:1px solid var(--fw-line);border-radius:var(--fw-radius);padding:20px;box-shadow:var(--fw-shadow)}
.tameecom-fastweb .fw-stat-num{font-size:30px;font-weight:850;margin-top:7px}
.tameecom-fastweb .fw-stat-label{color:var(--fw-muted)}
.tameecom-fastweb .fw-search{width:100%;border:1px solid var(--fw-line);border-radius:15px;padding:14px 16px;font-size:16px;outline:none;background:#fff;margin:18px 0}
.tameecom-fastweb .fw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tameecom-fastweb .fw-card{background:#fff;border:1px solid var(--fw-line);border-radius:20px;overflow:hidden;box-shadow:0 8px 25px rgba(20,35,60,.06);transition:.2s}
.tameecom-fastweb .fw-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(20,35,60,.12)}
.tameecom-fastweb .fw-avatar{height:145px;background:linear-gradient(135deg,#e9eef6,#dbe3ef);display:grid;place-items:center;overflow:hidden}
.tameecom-fastweb .fw-avatar img{width:100%;height:100%;object-fit:cover}
.tameecom-fastweb .fw-cardbody{padding:15px}
.tameecom-fastweb .fw-title{font-weight:800;line-height:1.5;min-height:48px}
.tameecom-fastweb .fw-author{font-size:12px;color:var(--fw-muted);margin:5px 0 12px}
.tameecom-fastweb .fw-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--fw-muted)}
.tameecom-fastweb .fw-count{font-weight:800;color:var(--fw-brand)}
.tameecom-fastweb .fw-loading,.tameecom-fastweb .fw-empty{padding:35px;text-align:center;color:var(--fw-muted);background:#fff;border:1px dashed var(--fw-line);border-radius:18px;grid-column:1/-1}
@media(max-width:900px){.tameecom-fastweb .fw-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.tameecom-fastweb .fw-navlinks{display:none}.tameecom-fastweb .fw-stats{grid-template-columns:1fr}.tameecom-fastweb .fw-grid{grid-template-columns:repeat(2,1fr)}.tameecom-fastweb .fw-container{width:min(100% - 20px,1180px)}}
@media(max-width:430px){.tameecom-fastweb .fw-grid{grid-template-columns:1fr}.tameecom-fastweb .fw-avatar{height:190px}}

/* Optional isolation hook for the Fast Web menu item.
   Give the menu item Page Class Suffix: tameecom-fastweb-page
   if you want to suppress legacy BDC modules on this page only.
*/
body.tameecom-fastweb-page .blogwall-container,
body.tameecom-fastweb-page .ui-dropdown,
body.tameecom-fastweb-page .wall-wrapper { display:none; }

.tameecom-fastweb .fw-release{
  margin-top:14px;
  color:#dbe5f3;
  font-size:12px;
  opacity:.9;
}
