.wtt-section{margin-top:20px;font-family:'sofia-sans',sans-serif;width:100%;box-sizing:border-box}.wtt-container{background-color:#121921;border-radius:10px;overflow:hidden;margin-bottom:2rem;max-width:100%;width:100%;box-sizing:border-box}.wtt-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.25rem 1rem;width:100%;background-color:#1a242e;padding:.7rem 1rem .5rem;box-sizing:border-box}.wtt-title{font-family:'sofia-sans',sans-serif;font-size:24px;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#e4dcd6;margin:0}.wtt-count{font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#a0a6bc;white-space:nowrap}.wtt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:1rem}.wtt-card{position:relative;border-radius:12px;overflow:hidden;border:1px solid rgb(255 255 255/15%);transition:all .3s ease;background:#0a0e13}.wtt-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.5);border-color:#e6c97f}.wtt-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;width:100%;height:100%}.wtt-image{position:relative;width:100%;height:200px;display:flex;overflow:hidden;background:radial-gradient(ellipse at center,#1a242e 0%,#0a0e13 70%)}.wtt-image img{width:100%;height:100%;object-fit:contain;object-position:bottom center;transition:transform .4s ease}.wtt-image-split img{flex:1 1 0;width:auto;min-width:0;object-fit:cover}.wtt-card:hover .wtt-image img{transform:scale(1.08)}.wtt-promo-pills{position:absolute;top:10px;right:10px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;z-index:3;max-width:75%}.wtt-promo-pill{background:rgba(10,14,19,.85);border:1px solid rgba(230,201,127,.5);color:#e6c97f;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:4px;white-space:nowrap}.wtt-info{padding:12px;box-sizing:border-box;background:#0a0e13;border-top:1px solid rgba(255,255,255,.08);flex:1 1 auto}.wtt-info .wtt-name,.wtt-card .wtt-name{font-size:20px !important;font-weight:600;color:#fff;margin:0;line-height:1.2;overflow-wrap:anywhere}.wtt-partners{font-size:14px;color:#cee5f2;margin:0 0 3px;line-height:1.35}.wtt-years{font-size:14px;color:#a0a6bc;margin:0 0 5px;line-height:1.35}.wtt-titles{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#e6c97f;margin:0;line-height:1.35}.wtt-titles i{font-size:12px}@media (max-width:1024px){.wtt-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.wtt-title{font-size:20px}.wtt-grid{gap:14px;padding:.875rem}.wtt-image{height:190px}}@media (max-width:560px){.wtt-container{border-radius:8px}.wtt-grid{grid-template-columns:1fr;gap:12px;padding:.75rem}.wtt-image{height:220px}.wtt-count{font-size:13px}}