.toto-branches-section{width:100%}.toto-branches-title{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#0a0a0a;text-align:center;margin:0 0 2rem;line-height:1.2}.toto-branches-grid{display:grid;grid-template-columns:repeat(var(--toto-branch-cols,4),1fr);gap:16px}.toto-branch-card{display:flex;flex-direction:column;gap:14px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:20px 18px 18px;transition:box-shadow .2s ease;text-decoration:none;color:inherit}.toto-branch-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.toto-branch-card:hover .toto-branch-btn{background:#333;color:#fff;transform:translateY(-1px)}.toto-branch-card.is-featured{border:1.5px solid #3b9edd}.toto-branch-name{font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:1rem;font-weight:700;color:#0a0a0a;margin:0;line-height:1.3}.toto-branch-location{display:flex;align-items:flex-start;gap:8px}.toto-branch-pin{display:flex;align-items:center;color:#555;margin-top:1px;flex-shrink:0}.toto-branch-pin svg{display:block}.toto-branch-addr{display:flex;flex-direction:column;gap:2px}.toto-branch-label{font-size:.65rem;font-weight:600;color:#888;letter-spacing:.08em;text-transform:uppercase;line-height:1}.toto-branch-city{font-size:.825rem;color:#444;line-height:1.4}.toto-branch-btn{display:flex;align-items:center;gap:6px;justify-content:center;margin-top:auto;padding:10px 14px;background:#0a0a0a;color:#fff;border-radius:6px;font-family:'GothamSSm','Helvetica Neue',Arial,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;letter-spacing:.02em;transition:background .2s ease , transform .15s ease;cursor:pointer}.toto-branch-btn-arrow{flex-shrink:0}.toto-branch-btn:hover{background:#333;color:#fff;text-decoration:none;transform:translateY(-1px)}html[lang^="ar"] .toto-branch-btn,body.rtl .toto-branch-btn{flex-direction:row-reverse}html[lang^="ar"] .toto-branch-btn-arrow,body.rtl .toto-branch-btn-arrow{transform:scaleX(-1)}@media (max-width:1024px){.toto-branches-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.toto-branches-grid{grid-template-columns:repeat(2,1fr);gap:12px}.toto-branch-name{font-size:.9rem}}@media (max-width:480px){.toto-branches-grid{grid-template-columns:1fr}}