.taxibt-social-wall{
  --tb-yellow:#ffc400;
  --tb-black:#101113;
  --tb-text:#1b1c20;
  --tb-muted:#73757c;
  --tb-line:#e7e7e5;
  width:100%;
  box-sizing:border-box;
  padding:34px 18px 44px;
  margin:0;
  background:#fff;
  position:relative;
  z-index:1;
  font-family:inherit;
}
.taxibt-social-wall *{box-sizing:border-box}
.taxibt-social-wall__shell{width:min(1180px,100%);margin:0 auto}
.taxibt-social-wall__header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px;position:relative}
.taxibt-social-wall__header>div{max-width:760px;position:relative;z-index:2}
.taxibt-social-wall__eyebrow{display:inline-flex;align-items:center;gap:10px;color:#9a7900;font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}
.taxibt-social-wall__eyebrow:before{content:"";width:30px;height:3px;border-radius:20px;background:var(--tb-yellow)}
.taxibt-social-wall h2{margin:0;color:var(--tb-text);font-size:clamp(30px,4.2vw,54px);line-height:1.02;letter-spacing:-.045em;font-weight:900}
.taxibt-social-wall__header p{margin:12px 0 0;color:var(--tb-muted);font-size:clamp(15px,1.7vw,18px);line-height:1.55;max-width:700px}
.taxibt-social-wall__brand{font-size:clamp(58px,10vw,128px);line-height:.78;font-weight:950;letter-spacing:-.09em;color:#f5f5f3;user-select:none;pointer-events:none;white-space:nowrap}
.taxibt-social-wall__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.taxibt-social-card{min-height:270px;border:1px solid var(--tb-line);border-radius:30px;padding:20px;text-decoration:none!important;color:var(--tb-text)!important;background:linear-gradient(145deg,#fff 0%,#fff 65%,#fff9df 100%);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 25px rgba(18,18,18,.035);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.taxibt-social-card:after{content:"";position:absolute;width:160px;height:160px;right:-80px;bottom:-80px;border-radius:50%;background:var(--tb-yellow);opacity:.18;transition:transform .3s ease,opacity .3s ease}
.taxibt-social-card:hover{transform:translateY(-5px);border-color:#e1c54e;box-shadow:0 18px 40px rgba(18,18,18,.09)}
.taxibt-social-card:hover:after{transform:scale(1.22);opacity:.24}
.taxibt-social-card__brandmark{position:absolute;right:10px;top:8px;width:78px;height:42px;color:#eff0ed;opacity:.82;pointer-events:none;z-index:1;transition:transform .28s ease,opacity .28s ease,color .28s ease}
.taxibt-social-card__brandmark svg{width:100%;height:100%;display:block;fill:currentColor}
.taxibt-social-card:hover .taxibt-social-card__brandmark{transform:translateX(-2px);opacity:1;color:#f4e9b2}
.taxibt-social-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2}
.taxibt-social-card__icon{width:62px;height:62px;border-radius:20px;background:#0e0f11;display:grid;place-items:center;box-shadow:0 11px 26px rgba(0,0,0,.13)}
.taxibt-social-card__icon svg{width:30px;height:30px;fill:#fff}
.taxibt-social-card--facebook .taxibt-social-card__icon{background:#1877f2}
.taxibt-social-card--instagram .taxibt-social-card__icon{background:linear-gradient(135deg,#6f37c9 0%,#d62976 50%,#f7a34b 100%)}
.taxibt-social-card--tiktok .taxibt-social-card__icon{background:#090909;box-shadow:0 11px 26px rgba(0,0,0,.15),inset 3px 0 rgba(37,244,238,.17),inset -3px 0 rgba(254,44,85,.17)}
.taxibt-social-card--youtube .taxibt-social-card__icon{background:#ff0033}
.taxibt-social-card__status{font-size:9px;font-weight:950;letter-spacing:.14em;color:#887000;background:#fff7d1;border:1px solid #f5dfa0;border-radius:999px;padding:7px 9px;position:relative;z-index:3}
.taxibt-social-card__copy{display:flex;flex-direction:column;position:relative;z-index:2;margin-top:25px}
.taxibt-social-card__copy strong{font-size:26px;line-height:1.05;letter-spacing:-.035em;color:#17181b}
.taxibt-social-card__copy small{margin-top:6px;font-size:13px;font-style:normal;color:#9a7900;font-weight:850}
.taxibt-social-card__copy em{margin-top:11px;font-size:14px;line-height:1.45;font-style:normal;color:#777980}
.taxibt-social-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #ecece9;padding-top:15px;margin-top:22px;position:relative;z-index:3}
.taxibt-social-card__bottom b{font-size:12px;color:#292a2e;font-weight:900}
.taxibt-social-card__bottom i{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#313127;color:#ffd31a;font-size:17px;font-style:normal;box-shadow:0 7px 18px rgba(0,0,0,.12)}
.taxibt-social-wall__note{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:16px;padding:14px 4px 0;color:#a0a1a5;font-size:11px}
.taxibt-social-wall__note strong{color:#606167;font-weight:750}
@media(max-width:900px){
  .taxibt-social-wall__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .taxibt-social-wall__brand{display:none}
  .taxibt-social-card{min-height:230px}
}
@media(max-width:560px){
  .taxibt-social-wall{padding:28px 18px 44px}
  .taxibt-social-wall__header{margin-bottom:18px}
  .taxibt-social-wall h2{font-size:32px}
  .taxibt-social-wall__header p{font-size:15px}
  .taxibt-social-wall__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .taxibt-social-card{min-height:205px;border-radius:24px;padding:14px}
  .taxibt-social-card__icon{width:50px;height:50px;border-radius:16px}
  .taxibt-social-card__icon svg{width:24px;height:24px}
  .taxibt-social-card__brandmark{width:62px;height:34px;right:8px;top:8px;opacity:.78}
  .taxibt-social-card__status{display:none}
  .taxibt-social-card__copy{margin-top:18px}
  .taxibt-social-card__copy strong{font-size:20px}
  .taxibt-social-card__copy small{font-size:11px}
  .taxibt-social-card__copy em{font-size:12px;line-height:1.35;margin-top:7px}
  .taxibt-social-card__bottom{padding-top:10px;margin-top:13px}
  .taxibt-social-card__bottom b{font-size:10px;max-width:76px}
  .taxibt-social-card__bottom i{width:32px;height:32px;font-size:15px;flex:0 0 auto}
  .taxibt-social-wall__note{display:block;line-height:1.6}
  .taxibt-social-wall__note strong{display:block}
}
@media(max-width:360px){
  .taxibt-social-wall__grid{grid-template-columns:1fr}
  .taxibt-social-card{min-height:190px}
}

.taxibt-social-wall--placed-before-map{margin-top:8px;margin-bottom:8px}
