.offices-section{background:#f9fafa;font-family:Source Sans Pro,sans-serif;padding:100px 20px 80px;text-align:center}.offices-header{margin:0 auto 70px;max-width:900px}.offices-main-title{color:#393939;font-size:36px;font-weight:700;line-height:1.2;margin:0}.offices-grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1280px}.office-card{background:#fff;border:1px solid #e8e8e8;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.07);display:flex;flex-direction:column;overflow:hidden;padding:40px 32px;position:relative;text-align:left;transition:all .45s cubic-bezier(.25,.8,.25,1)}.office-card:hover{border-color:rgba(229,57,53,.2);box-shadow:0 28px 50px rgba(229,57,53,.22);transform:translateY(-16px)}.office-card:before{background:linear-gradient(90deg,#e53935,#e91e63);content:"";height:5px;left:0;opacity:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:opacity .4s,transform .5s cubic-bezier(.22,.61,.36,1)}.office-card:hover:before{opacity:1;transform:scaleX(1)}.office-header{align-items:center;display:flex;margin-bottom:28px}.flag-icon{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 14px rgba(0,0,0,.14);flex-shrink:0;height:64px;margin-right:18px;object-fit:cover;width:64px}.office-title{color:#393939;font-size:28px;font-weight:700;margin:0}.office-desc{color:#393939;flex-grow:1;font-size:19px;line-height:1.7}.email-highlight,.phone-highlight{color:#222;display:block;font-weight:600;margin-bottom:10px;text-decoration:none;transition:color .3s}.email-highlight:hover,.phone-highlight:hover{color:#e53935}.email-highlight:before{content:"✉ ";margin-right:6px;opacity:.9}.phone-highlight:before{content:"";margin-right:6px;opacity:.9}.address{line-height:1.65;margin-top:4px}@media (max-width:1024px){.offices-grid{gap:32px;grid-template-columns:repeat(2,1fr)}.offices-main-title{font-size:32px}}@media (max-width:767px){.offices-section{padding:80px 16px 60px}.offices-header{margin-bottom:50px}.offices-main-title{font-size:30px}.offices-grid{gap:28px;grid-template-columns:1fr}.office-card{padding:36px 24px}.office-title{font-size:26px}.flag-icon{height:56px;width:56px}.office-desc{font-size:18px}.email-highlight,.phone-highlight{font-size:17px}}